@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:80%;min-width:1300px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width:80%;min-width:1300px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.n_box{
   width:80%;min-width:1300px;margin: 0 auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}
.box:after{
    display: block;content: "";clear: both;
}

.boxr{
    width: 1060px;position: relative;
}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp-4{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.n_box{
    width: 1400px;margin: 60px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}


/*抬头*/
.topall{width: 100%;
   height: 100px;box-sizing: border-box;min-width: 1300px; position: fixed;top: 0;
    background: linear-gradient(to bottom,#fff,#fff,#fafafa);color:#fff;z-index: 6;
}
.topall .box{display: flex;display: -webkit-flex;position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;}
    
    .topall .box:after{
        display: none;
    }
.topall .logo{
   margin-right: 10px;
} 
.topall .logo img{
    display: block;height: 55px;
}
.topall .topname{ font-size:15px; color:#888;
    line-height: 1.3;
}
.topall .topname dl{
    font-size: 27px; color: #222;
}
.topall .topname p{
   
}


/*导航*/
.nav{
    
}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}

.nav>ul>li{ position:relative; margin-left:2.3vw;}
.headerbg .nav>ul>li.on>a {
    color: #003d74;
}
.top20{
    margin-top: 20px;
}
.top50{
    margin-top: 50px;
}

  

.nav>ul>li>a{ font-size:1.1rem; color:#222; display:block; line-height:100px; position:relative; 
} 
.nav>ul>li>a i{
    margin-left:8px;font-size: 0.8rem;opacity: 0.7;transform: rotate(0);transition: all ease 0.5s;float: right;
}
.nav>ul>li.on>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.on>a,.nav>ul>li:hover>a{  color: #fe7600; font-weight:bold;}
.nav>ul>li:nth-of-type(1) i,.nav>ul>li:nth-of-type(3) i,.nav>ul>li:nth-of-type(4) i,.nav>ul>li:nth-of-type(5) i,.nav>ul>li:nth-of-type(6) i,.nav>ul>li:nth-of-type(8) i{ display:none;}

.dropmenu{position:absolute; border-radius:5px; overflow:hidden; transition:all .3s ease; top:100px; left:-20%; width:140%; background:rgba(255,255,255,0.98); 
box-shadow:0 0 10px rgba(0,0,0,.2); opacity:0; transform:rotateY(90deg);
    padding:10px 0;
    
}
.nav>ul>li:hover .dropmenu{ transform:rotate(0deg); opacity:1;}
.dropmenu a{ display:block; line-height:36px; font-size:15px; color:#666; text-align:center; transition:all .3s ease;}
.dropmenu a:hover{ color:#fff;
    background: #fe7600;
}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}


.hidden{
    display: none;
}

/*中英切换*/
.navlayout{cursor: pointer;
    width:95px;color: #222;position: relative;line-height:100px;
}
.navlayout:before{
    display: block;float: left;font-size: 1rem;
}
.navlayout em{
    display: block;float: left;margin: 0 8px;font-size:1.1rem;
}
.navlayout i{
    display: block;float: left;font-size: 0.8rem !important;font-weight: normal;transform: rotate(0);transition: all ease 0.5s;opacity: 0.6;
}

.nav>ul>li>a:hover i,.navlayout:hover i{transform: rotate(180deg);}


.navlayout .xia{position: absolute;top:100px;left:-20px;box-shadow: 0 0 10px rgba(0,0,0,10%);border-radius:4px; 
    display: none;width: 120px;text-align: center;background: rgba(255,255,255,90%); padding: 10px 0;
}
.navlayout .xia a{
    display: block;line-height: 36px;color: #333;font-size: 1rem;
}
.navlayout:hover .xia{
    display: block;
}
.navlayout:hover .xia a:hover{
    background: #fe7600;color: #fff;
}

/*搜索下拉*/
.searchicon{ width:22px; height:100px; background:url(images/003.png) no-repeat center; cursor:pointer;}
.searchall{ position:relative;}
.search:hover .iser_box{transform: rotateX(0deg); }
.iser_box{background: rgba(255,255,255,0.98);width:960px;box-sizing:border-box; position: absolute;top:100px;right: 0;padding: 30px; z-index: 9;box-shadow:0 0 10px rgba(0,0,0,.2);}
.iser_box .iShow{ visibility:visible; opacity:1; top:62px;}

.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}




/*首页幻灯片*/
.sybanner{
    width: 100%;min-width: 1300px;margin-top: 100px; position:relative; overflow:hidden;
    
} 

.sybanner .bannercon{ 
   position:absolute !important;width: 100%;left: 0;right: 0;margin: 0 auto; top: 0;}
.sybanner .prev{ display:block; width: 55px;height: 55px;border:2px solid #fff; font-size: 26px;line-height:55px; border-radius: 50%; opacity: 0.5; color: #fff;text-align: center;z-index: 2;
			 cursor:pointer; position:absolute; left:1vw;top:37vh;transform:rotate(180deg);}
.sybanner .next{display:block; width: 55px;height: 55px;border:2px solid #fff; font-size: 26px;line-height: 55px;border-radius: 50%; opacity: 0.5; color: #fff;text-align: center;z-index: 2;
			 cursor:pointer;  position:absolute;right:1vw;top:37vh;}

.sybanner .next:hover,.sybanner .prev:hover{
    background: #fe7600;color: #fff;border-color: #fe7600;opacity: 1;
}
	.sybanner .pic{ text-align:center; position:relative;}
	.sybanner .pic img{ width:100%;  height: auto;
	    min-width: 1300px;
	}
	

.bannerheight{  display:block;width: 100%;}
.bannerheight img{
    display: block;width: 100%;min-width: 1300px;}
    
.banpage{
    position: absolute;text-align: center;left: 0;right: 0;margin: 0 auto;bottom: 2vh;z-index: 2;
}   
.banpage li{cursor: pointer;
    display: inline-block;width: 12px;height: 12px;background: rgba(255,255,255,0.5);border-radius:6px;overflow: hidden; margin: 0 5px; color: transparent;
}
.banpage li.on{
    background: rgba(255,255,255,1);width:44px;
}
.sybanner .txt{ line-height:30px;  width:80%; box-sizing: border-box;
	margin: 0 auto;position: absolute;left: 0;right: 0;top: 24vh;min-width: 1300px;border-radius: 10px;}
	.sybanner .txt .txtwd{line-height: 1.4; border-radius: 10px;
	    padding: 50px;background: rgba(255,255,255,0.9);display: inline-block; position: relative;
	}
	.sybanner .txt .txtwd em{display:block;content: "";border:10px solid #fff;left:10%;top: -25%; z-index: 1; box-sizing: border-box; border-radius: 10px;
	    width:80%;height: 150%;position: absolute;opacity: 0.4;
	 animation: arrow  5s linear infinite;    -moz-animation: arrow 5s linear infinite;    -ms-animation: arrow 5s linear infinite;    -o-animation: arrow 5s linear infinite;    -webkit-animation: arrow 5s linear infinite;}

@-webkit-keyframes arrow
{
0% {border-radius:0; opacity:0.2;}
33%{border-radius: 0 50% 0 50%;opacity:0.5;}
66% {border-radius: 50% 0 50% 0;opacity:0.2;}
100% {border-radius:0; opacity:0.5;}
}
@-moz-keyframes arrow
{
0% {border-radius:0; opacity:0.2;}
33%{border-radius: 0 50% 0 50%;opacity:0.5;}
66% {border-radius: 50% 0 50% 0;opacity:0.2;}
100% {border-radius:0; opacity:0.5;}
}
  

@-o-keyframes arrow
  
{
0% {border-radius:0; opacity:0.2;}
33%{border-radius: 0 50% 0 50%;opacity:0.5;}
66% {border-radius: 50% 0 50% 0;opacity:0.2;}
100% {border-radius:0; opacity:0.5;}
}
	
	
	
.sybanner .txt h2{ font-size:48px; color:#222;font-weight:bold; position:relative; z-index:2;}
.sybanner .txt dl{  color: #333;font-size:23px;position:relative; z-index:2;}
.sybanner .txt dd{ color:#666;
    padding-top:10px;font-size: 16px;position:relative; z-index:2;
}
.sybanner .txt a{ border-radius: 8px;
    display: block;width: 180px;line-height:46px;text-align: center;margin-top: 40px; color: #fff;background: #fe7600;
    font-size: 16px;position:relative; z-index:2;
}	
.sybanner .txt a:hover{
    background: #222;color: #fff;
}
.banner03{
    text-align: center;
}
.sybanner .txt.banner03 .txtwd{text-align: center;}
.sybanner .txt .txtwd span{ color:#fe7600;}
.banner03 .picbanner{position: relative;
    z-index: 2; border: 3px solid #fff;border-radius: 5px; overflow: hidden;
    display:inline-block;margin: 20px 5px 0 5px;
}
.banner03 .bannerzi{ display:block;position: absolute;right: 0;top:30vh;width: 24%;z-index: 3;
}

/*产品展示*/
.prod_all{
    width: 100%;min-width: 1300px;background:#f5f5f5;padding:70px 0; overflow: hidden;
}
.prod_t{text-align: center;font-size: 17px;color: #666;line-height: 1; margin-bottom:35px;}
.prod_t h3{color: #222;
    font-size: 36px; font-weight: normal;   padding-bottom: 12px;
 }	
 .prod_t span{ color: #fe7600; }
.prod_b{display: flex;}	
.prod_bl{ flex: 1; margin-right: 20px; margin-bottom: 20px; color:#999; }	
.prod_br{flex: 3;}	
.prod_bl a{ display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 30px 0; position:relative; background:#fff;line-height:1.6;box-shadow: 0px 0px 10px rgba(0,0,0,10%);}
.prod_bl a .pic{overflow: hidden; 
    position: absolute;left: 0;right: 0;bottom: 0;padding:40px; box-sizing: border-box;
}
.prod_bl a .pic img{transition: all ease 0.5s;
    display: block;width: 100%;height: auto;}
.prod_bl a:hover .pic img{
    transform: scale(1.05);
}
.prod_bl a .txt{ padding:0 30px; font-size:14px; color:#999; }
.prod_bl a .txt dl{ font-size:28px; color:#222; padding-bottom:5px;
   
}

.prod_brb{height: 50%; display: flex;}
.prod_brb a{flex: 1;display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,10%);}
.prod_brb a .txt{ width: 50%;box-sizing: border-box;padding: 30px 0 30px 40px ; line-height:1.6;font-size:14px; float:left;}
.prod_brb a .txt dl{ font-size:28px; color:#222; padding-bottom:7px;}
.prod_brb a .txt p{ 
     color:#999;
}

.prod_brb a .pic{ width:50%; float:right; overflow:hidden; box-sizing:border-box;padding:40px;}
.prod_brb a .pic img{display:block; width:100%; height:auto; transition:all ease 0.5s;}
.prod_brb a:hover .pic img{
    transform: scale(1.1);
}
.prod_brb a:after{
    display: block;clear: both;content: "";}
.prod_brb a:nth-of-type(2n){ margin-right:0;}    
    
.prod_b em{ cursor: pointer;
    display: block;width: 150px;background: #f5f5f5;color: #888;overflow: hidden;text-align: center;font-size: 14px; margin-top:25px;line-height: 40px;
}    
.prod_b a:hover em{ background:#fe7600; color:#fff;}


.moreprod{
    font-size: 16px;color: #222;font-weight: bold;line-height: 36px;float: left; margin-right: 10px; position: relative;
}
.moreprod:before{content:"";
    display: block;width: 96px;height:3px;background: #fe7600;position: absolute;left:0;bottom: -17px;
}
.moreprod a{
    display: block;float: right;width: 150px;line-height: 50px;background: #fff;text-align: center;font-size: 16px;color: #333;
}
.moreprod:after{
    display: block;content: "";clear: both;
}

 .prod_big{ overflow: hidden;overflow: hidden;box-sizing: border-box; margin-top: 20px;
         
        }
         ul.prod_tab_ul{
           border-bottom: 1px solid #ddd; padding-bottom:15px;
        }
        ul.prod_tab_ul:after{
            display: block;content: "";clear: both;
        }
         .prod_tab_ul li{
            float: left;
        }
    
         .prod_tab_ul li a{
             padding: 0 15px;
            font-size: 16px;
            height: 36px;
            line-height: 36px; color: #333;
            display: inline-block;
           
        }
         .prod_tab_ul li.on a{ position: relative;
            font-weight: bold;color: #fe7600; 
            
        }
        
         .honor_content{overflow: hidden; min-width: 1300px;
     
        }

         .prod_content_ul li{float:left; overflow: hidden;
          width:23.5%;  background: #fff;box-shadow: 0 0 10px rgba(255,255,255,0.1); box-sizing: border-box; 
             display: block;margin: 2% 2% 0 0; position: relative;
         }
        .prod_content_ul li:nth-of-type(4n){ margin-right:0;}
         .prod_content_ul li p{ background: linear-gradient(to right,#fff,transparent);
            width: 100%;
            position: absolute;left: 0;right: 0;text-align: center;bottom:0;
            
            line-height: 50px;
          font-size: 15px;
        }
         .prod_content_ul li img{
            width: 100%; height: auto;display: block;transition: all ease 0.5s;
        }
        .prod_content_ul li:hover img{ transform:scale(1.1);}
 .prod_content_ul:after{
     display: block;content:"";clear: both;
 }

/*客户案例*/
.case_all{ margin-top:70px; overflow: hidden;
    width: 100%;min-width: 1300px; border-bottom: 3px solid #eee;padding-bottom: 70px;
}
.case_b{
    position: relative;
}
.case_b a{ overflow: hidden;
    display: block;position: relative;width: 23.5%;float: left;box-sizing: border-box; margin: 0 2% 2% 0;
}
.case_b a:nth-of-type(4n){ margin-right:0;}

.case_b a .pic{overflow:hidden;}

 .case_b a .pic::before{ content: ''; width:146%; height:146%; position: absolute; top: -23%; border-radius: 50%; box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset; 
 -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1) inset; z-index: 0; left: -23%; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.case_b a:hover .pic::before{ box-shadow: 0px 0px 0px 50rem rgba(0,0,0,0.5) inset; -webkit-box-shadow: 0px 0px 0px 50rem rgba(0,0,0,0.6) inset; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.case_b a:hover .pic::after{ background-size:50px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

.case_b a .pic img{ display: block;
    max-width: 100%;height: auto;
}
.case_b a .txt{ line-height:1.6;  color:#fff; position:absolute; z-index:2; width:80%; left:0;right:0;margin:0 auto; height:100%;;
    box-sizing: border-box; bottom: 0;
}
.case_b a .txt dl{font-size:24px; transition: all ease 0.5s;
    position: absolute;top: -10%;
}
.case_b a .txt p{ 
    position: absolute;bottom: -15%; font-size:14px; transition: all ease 0.5s;
}
.case_b a:hover .txt dl{ top:10%;}
.case_b a:hover .txt p{ bottom:10%;}
.case_b:After{
    display: block;content: "";clear: both;
}

.morecp{
    width: 200px;line-height: 45px;border: 1px solid #ddd;color: #888;font-size: 15px;margin: 40px auto 0 auto;display: block;text-align: center;transition: all ease 0.5s; overflow: hidden;
}
.morecp:hover{
    background: #fe7600;color: #fff;width: 300px; border-color: #fe7600;border-radius: 0 20px 0 20px;
}


/*公司简介*/
.about{
    width: 100%;margin-top: 70px;min-width: 1300px; background: url(images/aboutbg.jpg) center bottom no-repeat;padding-bottom: 110px;
}
.aboutt{text-align:center;}
.aboutt a{display: block;
     font-size:36px;font-weight: lighter;color: #888; line-height: 1; padding-bottom: 10px;
}
.aboutt p{
   color:#333;font-size: 22px;line-height:3;
}
.aboutc{
    text-align: center;font-size: 15px;line-height: 2;color: #888; margin-top: 10px;
}

/*简介数字滚动*/
.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:240px; font-size:16px; color:#555555; text-align:center; }
.num span,.num i{ display:inline-block; vertical-align:top;}
.num span{ font-size:60px; color:#000000; font-family:arial; position:relative; z-index:3;}
.num i{ border-radius:50%; width:30px; height:30px; font-size:20px; line-height:27px; color:#fe7600; background:#f5f5f5; }
.num p+p{ margin-top:5px; line-height:1.6;}
.num li{
    position: relative;
}
.num li:after{
    display: block;content: "";width: 1px;border-right:2px solid #ddd; height: 120px;position: absolute;right: -43%;top: 0;
}
.num li:nth-of-type(5):after{
    display: none;
}
/*滚动车间*/
.plant_all{ }
.plant_b{overflow:hidden;}
 .plant_b li {
        float: left;
        margin-right: 20px;
        width: 360px;position: relative;overflow: hidden;
    }
   .plant_b li .pic {
        width: 360px;
     
     
    }
   .plant_b li .pic img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .plant_b li .txt {
        position: relative;
        width: 360px;
        height: 50px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 50px;
       
    }
   .plant_b li .txt span {
        position: relative;
        display: block;
        z-index: 2;
    }
   .plant_b li .txt:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 50px;
        transition: all 0.3s;
        background:#fe7600;
    }
   .plant_b li:hover .txt:after {
        width: 360px;
    }
    .plant_b li:hover .txt {color: #fff; }
    
/*新闻中心*/
.news_all{ 
      width: 100%;min-width: 1300px;background: #f5f5f5;position: relative;z-index:1; padding: 70px 0;
  } 
.news_all .box{
    position: relative;
}
  .news_all:after{
      display: block;content: "";clear: both;
  }
  
  .news_all .newstt{ position: relative;
      display: block;
  }
 .news_all .newstt a { padding-left: 80px; position: relative;max-width: 50%; box-sizing: border-box;
    display:block; 
}

 .news_all .newstt a i{background-image: linear-gradient(270deg, #fe7600 0%, #fe6000 100%);
  display: block;
    position: absolute;left: 0;
    width: 60px;
    height: 70px;
    top: 5%;
    background-blend-mode: normal, normal;}
  .news_all .newstt a i:before {
    content: '';
    right: -20px;
    top: 15%;
    position: absolute;
    border: solid 10px transparent;
    border-left-color: #fe7600;
}
.news_all .newstt em{z-index: 3;
    display:inline-block;font-size: 36px; position: relative; color: #222;
   
    line-height: 48px;
}

.news_all .newstt em:after { display:block;content: ""; background: #f56e0c;
    content: '';
    position: absolute;
    right: -2%;
    top: 70%;
    width: 20px;
    height: 20px;
    z-index: -3;}
    
    
.news_all .newstt span{font-size: 1rem; padding-top:5px;
    display: block; color: #666;
    text-transform: uppercase;
    font-family:"arial";}
    
   
  
  .news_b{
      margin-top:40px;
  }
  .news_title{width: 480px;box-sizing: border-box;
      position: absolute; right: 0;top:10px;
  }
  .news_title .nepp01,.nepp02{
      width: 150px; float: left;line-height: 50px;background: #fff;
  }
  .news_title a{
      display: block;color: #333;text-align: center;font-size: 16px;
  }
  .news_title div+div{
      margin-left: 10px;
  }
  .news_title .nepp01 a{
      background: #333;color: #fff;
  }
  
#pp03{
    float: right;}

.home_news ul li a{ display: block; position: relative;transition: 0.6s; }

.home_news ul li .pic span{ padding-bottom:328px; background: no-repeat center center; background-size: cover}
.home_news ul li .pic{
    height:328px;overflow: hidden;
}
.home_news ul li .pic img{
    display: block;width: 100%; height: auto;
}
.home_news ul li .txt{ transition: 0.6s;background-color:#fff;}
.home_news ul li .txt h4{ font-size: 20px; line-height: 32px;white-space: normal; font-weight: normal;color: #222;
    display: block;
    white-space: nowrap;
}
.home_news ul li .txt h5{ font-size: 16px; color: #999999; display:none}
.home_news ul li .txt p{ height: 56px; line-height: 26px; color: #999999}
.home_news ul li .time{ font-size: 14px; text-align: center; padding: 6px 8px; position: absolute; left: 6%; top: 6%; color: #444}
.home_news ul li .time b{ display: block; font-size: 30px;}
.home_news ul li a:hover .txt h4,
.home_news ul li a:hover .txt h5,
.home_news ul li a:hover .txt p{ color: #fff}
.home_news ul li a:hover .txt p{ opacity: 0.6}
.home_news ul li a:hover .txt{ box-shadow: 0 0 40px 0px rgb(0,0,0,0.20);}
.home_news ul li a:hover .time{ background-color:#fff}

.home_news .list_box{ position: relative;}
.home_news .hot{ position: absolute; height: 100%; width:35.625%;
    overflow: hidden;
}
.home_news .hot ul li .txt{ padding:32px 6%;}
.home_news .list{padding-left:39.375%;}
.home_news .list ul li:nth-child(2){ padding:10px 0}
.home_news .list ul li .txt{ padding:32px 15% 32px 18% ;}
.home_news .list ul li .txt:after{ content: ''; position:absolute; right:6%; top:50%; margin-top:-7px; width:14px; height:14px; display: block;background:url(images/jt_gray.png) no-repeat right center}
.home_news .list ul li .txt:before{ content: ''; position:absolute; width:1px; height:37%; right:12%; top:35%; background:#ddd; opacity: 0.5}
.home_column i, .home_column span.cn:after, .home_news ul li a:hover .txt, .home_news .hot ul li .time {
    background-image: linear-gradient(270deg, #fe7600 0%, #fe6000 100%), linear-gradient(#fbfbfb, #fbfbfb);
    background-blend-mode: normal, normal;
}
.home_news .list ul li .time{ background:#ececec; top:50%;-webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.home_news .list ul li a:hover .time{ color:#fe7600;}
.home_news .list ul li a:hover .txt:after{background-image:url(images/jt_white.png) }
@media(max-width:960px){
.home_news .hot{ position: relative; width: 100%}
.home_news .list{ padding-left: 0}
.home_news ul li .txt h4{ font-size: 17px;}
.home_news .list .time{padding: 4px; font-size: 12px;}
.home_news .list .time b{ font-size: 18px;}
.home_news .hot{ padding-bottom:10px;}
.home_news ul li .pic span{ padding-bottom:66.668%; }
.home_news .list ul li .time{ left: 2%}
.home_news .hot ul li .txt,
.home_news .list ul li .txt{ padding-top: 3%; padding-bottom: 3%}
}


/*广告条*/
.ggt{
    width: 100%;min-width: 1300px;text-align: center; position: relative; margin: 70px auto; overflow: hidden;
}
.ggt dl{
  text-align: center;line-height:200px;font-family: "times";text-transform: uppercase; color:#f2f2f2;  font-size: 11vw;
}
.ggt .tel{
position: absolute;width: 100%;line-height: 200px; font-size: 40px;color: #222;top: 0;letter-spacing: 5px;
}


/*版权*/
.copyright{
    width: 100%;min-width: 1300px;background: #f8f8f8;border-top:1px solid #eaeaea; padding-top: 35px; line-height: 2; color: #888;font-size: 15px;
}
.copyright a{ color: #888;font-size: 15px;}
.copyright a:hover{
    color: #fe7600;
}
.navbottom{
     position: relative;
}
.navbottom li {
    display: block;float: left; width:120px;
}
.navbottom li+li{ margin-left:6vw;}
.navbottom li dl{ font-size:20px;color:#333;}
.navbottom li dl:after{
    display: block;content: "";width: 20px;height: 2px;background: #fe7600;margin: 20px 0;
}
.navbottom li:after{
    display: block;content: "";
}
.navbottom li a{font-size:15px;color:#888;display:block;width:120px;}
.navbottom li:nth-of-type(2){
    width:245px;
}
.navbottom li:nth-of-type(2) a{
    float: left;
}

.bottomtel{
position: relative;
}
.bottomtel .tel{
    font-size: 16px;color: #888;line-height: 50px;
}
.bottomtel .tel:before{
    display: block;float: left;color: #888;font-size:25px;margin-right: 5px;
}
.bottomtel .tel dl{float:left;}
.bottomtel .tel p{ font-size:38px;color:#222; float: left;
    font-family: "arial";
}
.bottomtel .tel:after,.bottomtel .code:after{
    display: block;content: "";clear: both;
}

.bottomtel .code{ margin-top:20px;}
.bottomtel .code .codefl{
    background: #fff;padding:5px; border: 1px solid #eee;
}
.bottomtel .code .codefl img{
    display: block;float: left;width: 135px;height: auto;margin-right: 5px;
}
.bottomtel .code .codefl p{ font-size:17px;text-align: center;line-height: 1.6; padding:34px 15px 0 0;
    color: #333;float: left;
}
.bottomtel .code .codefl+.codefl{ margin-left:25px;}

.copyright .copyw{ border-top:1px solid #eee; padding:30px 0 35px 0; margin-top:40px;}


/*屏幕宽度*/

@media(max-width:1700px){
    .sybanner .txt{ top:19vh;}
    .sybanner .txt .txtwd{ padding:45px;}
.sybanner .txt h2{font-size: 46px;}
.sybanner .txt dl{ font-size:22px;}
.sybanner .txt dd{ font-size:15px;}
.sybanner .txt.banner03{top:16vh;}
.banner03 .bannerzi{ top:25vh;}
.sybanner .txt a{ margin-top:35px;}
}
  
  @media(max-width:1500px){
.sybanner .txt{ top:17vh;}
.sybanner .txt.banner03{top:14vh;}
.banner03 .bannerzi{ top:22vh;}
.sybanner .txt .txtwd{ padding:40px;}
.sybanner .txt h2{font-size: 44px;}
.sybanner .txt dl{ font-size:21px;}
.sybanner .txt dd{ font-size:14px;}
.sybanner .txt a{ margin-top:32px;}
}

  
    @media(max-width:1360px){
.sybanner .txt .txtwd{ padding:35px;}
.sybanner .prev,.sybanner .next{
    display:none;
}
.sybanner .txt a{ margin-top:30px;}
}


/*内页幻灯片*/
.mod1019 .banner .ban_bg{ overflow: hidden;
    text-align: center;color: transparent;position: relative;text-align: center;
}
 .banner_w {   width:auto; display: inline-block;font-size: 20px;    color: #333;  line-height:1.6; padding: 40px 50px;background:rgba(255,255,255,0.85); margin-top:110px;
 text-align: center; border-radius: 10px; overflow: hidden;
     
 }
.banner_w b {    display:block;
    color: #222; font-size:42px;  letter-spacing:2px;
}


.banner_w b span{  
    display: block;
}