﻿/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*body{padding-top: 101px;}*/
.wp {margin: 0 auto;width: 1400px;display: block;overflow: hidden;}
.wp-h {margin: 0 9%;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
/*.header{*/
/*    position: fixed;*/
/*    z-index: 999;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    background-color: #fff;*/
/*}*/
/*.header.fixed{*/
/*  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
/*}*/
/*.logo{*/
/*    float: left;*/
/*    overflow: hidden;*/
/*    line-height: 100px;*/
/*}*/

/*.logo img{*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*}*/

/*.nav:after{*/
/*    content: '';*/
/*    display: block;*/
/*    clear:both;*/
/*    visibility: hidden;*/
/*    width: 100%;*/
/*    height: 0;*/
/*}*/
/*.nav {*/
/*    float: right;*/
/*}*/
/*.nav ul{*/
/*    float: left;*/
/*}*/
/*.nav li{*/
/*    float: left;*/
/*    position: relative;*/
/*}*/
/*.nav li .v1{*/
/*    font-size: 16px;*/
/*    color:#384248;*/
/*    display: block;*/
/*    line-height:100px;*/
/*    padding: 0 18px;*/
/*    text-align: center;*/
/*}*/
/*.nav li:hover .v1{*/
/*   color:#c40000;*/
/*}*/
/*.nav li .sub{*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);*/
/*    text-align: center;*/
/*    z-index: 9;*/
/*    padding: 10px 0;*/
/*    background-color: #F99800;*/
/*}*/
/*.nav li .sub a{*/
/*    display: block;*/
/*    font-size: 14px;*/
/*    color:#fff;*/
/*    line-height: 35px;*/
/*}*/
/*.nav li .sub a:hover{*/
/*    background-color: #fff;*/
/*    color:#F99800;*/
/*}*/
/*.nav li.lx{*/
/*  padding-top: 10px;*/
/*  padding-left: 38px;*/
/*}*/
/*.nav .bd{*/
/*  padding-right: 10px;*/
/*  border-right: 1px solid #eee;*/
/*}*/
/*.g-iphone{*/
/*  float: left;*/
/*  text-align: right;*/
/*  padding: 10px 10px 0 0;*/
/*}*/
/*.g-iphone .tel{*/
/*  font-size: 25px;*/
/*  color:#c40000;*/
/*  line-height: 25px;*/
/*  font-family: Arial;*/
/*  font-weight: bold;*/
/*}*/
/*.g-iphone .s1{*/
/*  font-size: 14px;*/
/*  color:#000000;*/
/*  margin-bottom: 2px;*/
/*}*/
/*.nav li .img{*/
/*  overflow: hidden;*/
/*}*/
/*.nav li .img img{*/
/*  display: block;*/
/*  width: 80px;*/
/*  height: 80px;*/
/*}*/




/*.menuBtn{*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 16px;*/
/*    right: 12px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    cursor: pointer;*/
/*    transition: .3s;*/
/*    -ms-transition: .3s;*/
/*    -moz-transition: .3s;*/
/*    -webkit-transition: .3s;*/
/*    -o-transition: .3s;*/
/*}*/
/*.menuBtn b{display: block;height: 4px;background-color: #c40000;*/
/*    margin: 4px 0;*/
/*    transition: .3s;*/
/*    -ms-transition: .3s;*/
/*    -moz-transition: .3s;*/
/*    -webkit-transition: .3s;*/
/*    -o-transition: .3s;*/
/*}*/
/*.menuBtn.open{}*/
/*.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}*/
/*.menuBtn.open b:first-child{display: block;*/
/*    transform:rotate(45deg);*/
/*    -webkit-transform:rotate(45deg);*/
/*    -o-transform:rotate(45deg);*/
/*    -ms-transform:rotate(45deg);*/
/*}*/
/*.menuBtn.open b:last-child{display: block;*/
/*    transform:rotate(-45deg);*/
/*    -webkit-transform:rotate(-45deg);*/
/*    -o-transform:rotate(-45deg);*/
/*    -ms-transform:rotate(-45deg);*/
/*}*/
 
/*head*/
#headbg{background:#f1efef;height:33px;}
.head{}
.head p{margin:0;float:left;color:#8a8a93;font-size:15px;height:33px;line-height:33px;}
.head .h_span{float:right;font-size:0;-webkit-text-size-adjust:none;}
.head .h_span a{display:inline-block;height:33px;line-height:33px;font-size:15px;color:#8a8a93;margin-left:20px;position:relative;}
.head .h_span a:before{content:'';width:1px;height:16px;background:#919199;position:absolute;left:-10px;top:9px;}
.head .h_span a:after{content:'';width:1px;height:16px;background:#c1c0c4;position:absolute;right:-10px;top:9px;}
.head .h_span a:first-child{margin-left:0;}
.head .h_span a:first-child:before{content:none;}
.head .h_span a:last-child:after{content:none;}
/*top*/
#topbg{height:125px;background:url(../images/topbg.jpg) repeat-x left top;position:relative;padding:22px 0;}
.top{}
.top .t_left{float:left;padding:13px 0 11px;}
.top .t_left .logo{width:420px;float:left;    margin-top: 5px;}
.top .t_left .logo img{width:100%;height:auto;display:block;}
.top .t_left i{display:block;width:1px;height:57px;float:left;margin-left:12px;background:#D1D1D1;}
.top .t_left .t_txt{float:left;margin-left:17px;}
.top .t_left .t_txt p{margin:0;color:#333;}
.top .t_left .t_txt p span{font-size: 16px;margin: 0 3px;color:#6e6e6e;}
.top .t_left .t_txt p:first-child{height:22px;line-height:22px;font-size:18px;}
.top .t_left .t_txt p:last-child{height:27px;line-height:27px;font-size:21px;font-weight:bold;margin-top:8px;}
.top .t_right{float:right;}
.top .t_right .t_erweima{width:81px;height:81px;float:left;}
.top .t_right .t_erweima img{width:100%;height:100%;display:block;}
.top .t_right .t_p{float:left;margin-left:15px;padding-bottom:3px;}
.top .t_right .t_p p{margin:0;height:24px;line-height:24px;color:#f93131;font-size:20px;margin-top:3px;font-weight:bold;}
.top .t_right .t_p p:first-child{font-size:14px;color:#000;margin-top:0;font-weight:normal;}


.top .logo img,.top .nav,.top .nav .firstfloor>li{display:block;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;}
/*nav*/
#pcnavbg{background:#c40000;height:62px;}

.pcnav{}
.pcnav ul{margin:0;}
.pcnav .firstfloor>li{font-size:16px;text-align:center;cursor:pointer;float:left;width:14.2%;}
.pcnav .firstfloor>li>a{display:block;width:100%;color:#FFF;height:62px;line-height:62px;border-left:1px solid rgba(255,255,255,.2);}
.pcnav .firstfloor>li:first-child>a{border-left:none;}
.pcnav .firstfloor>li:hover>a{background:#666;color:#FFF;border-left:1px solid #666;}

.pcnav .secondfloor{position:absolute;z-index:9999;display:none;left: 0;right:0;background:#F2F2F2;width:100%;margin:0 auto;border-top:none;box-sizing:border-box;}
.pcnav .secondfloor>li{border-top:1px solid rgba(255,255,255,.2);width:100%;line-height:50px;height:50px;font-size:13px;margin-left:0;}
.pcnav .secondfloor>li>a{width:100%;height:100%;display:block;color:#FFF;}
.pcnav .secondfloor li a:hover{background:rgba(102,102,102,.5);color:#FFF;}
.pcnav .s_nav{position:fixed;left:0;width:100%;height:0;opacity:0;overflow:hidden;}
.submenu { background-color: #FFF; filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; position: absolute; padding-bottom: 15px; padding: 20px; display: none; top: 0; overflow: hidden;height:500px; }
#sub_03 dl { float: left; padding: 20px 20px 20px 0; }
#sub_03 dl dt, #sub_03 dl dd { width: 100%; border-bottom: solid #d2d2d2 1px; height: 35px; line-height: 35px; color: #505050; font-size: 14px; }
#sub_03 dl dt a, #sub_03 dl dd a { color: #666666; }
#sub_03 dl dt a:hover, #sub_03 dl dd a:hover { color: #bf0000; }
#sub_03 #one1 { width: 115px; }
#sub_03 #one2 { width: 130px; }
#sub_03 #one3 { width: 128px; }
div #one4 { width: 178px; }
#sub_03 dl dt { font-weight: bold; }
#sub_03 .nav-img { float: right; width: 275px; height: 250px; padding: 20px 0; }
#sub_03 .nav-img img { display: block; text-align: center; width: 275px; height: 199px; }
#sub_03 .nav-img i { font-style: normal; font-size: 14px; color: #505050; padding-top: 20px; display: block; }
#sub_03 { LEFT: 38px; width: 910px; }
#sub_02 { LEFT: 0px; width: 600px; }
#sub_04 { LEFT: 270px; width: 400px; }
#sub_05 { LEFT: 0px; width: 1000px; }
.s_ul{max-width:1200px;width:100%;margin:0 auto;}
.s_ul .su_left{width:calc(100% - 520px);float:right;margin:25px 0 45px;}
.s_ul .su_left .su_title{display: block;font-size: 20px;height: 30px;line-height: 30px;color: #333;font-weight: bold;margin-bottom: 20px;padding: 0 10px;border-left: 4px solid #c70000;text-align: left;}
.s_ul .su_left .su_a{display:block;font-size:15px;overflow:hidden;border-bottom: solid #d2d2d2 1px;height: 35px;line-height: 35px;color: #505050;text-align: left;}
/*.s_ul .su_left .su_a:before{content:'';display:inline-block;vertical-align:top;margin-right:6px;width:4px;height:4px;background:#000;position:relative;top:16px;}*/
.s_ul .su_left .su_a:hover{padding-left:0px;color:#c40000;}
.s_ul .su_left .su_a:hover:before{background:#c40000;}
.s_ul .su_left .su_ul{}
.s_ul .su_left .su_ul .su_li{width:24%;float:left;padding: 0 10px;}
.s_ul .su_left .su_ul .su_li h3{width:100%;}
.s_ul .su_left .su_ul .su_li h3:hover{color:#c40000;}
.s_ul .su_left .su_ul .su_li h3 a{width:100%;display: block;font-size:16px;border-bottom: solid #d2d2d2 1px;height: 35px;line-height: 35px;color: #505050;font-weight: bold;width: 100%;    text-align: left;}
.s_ul .su_left .su_ul .su_li h3 a:hover{color:#c40000;}
.s_ul .su_right{width:520px;float:right;margin:45px 0;}
.s_ul .su_right img{display:block;width:100%;height:auto;}
.s_ul .su_left .su_p{width:50%;float:left;}
.s_ul .su_left .su_c{width:calc(100%/3);float:left;}
.s_ul .su_right1{width:23%;float:left;margin:45px 1%;}
.s_ul .su_right1 img{display:block;width:100%;height:auto;}
.s_ul .su_right1 p{background: #ffffffa6;height: 35px;line-height: 35px;}



/*.topfix{background:#fff;-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);top:0;position:fixed;}*/
/*mobilehead*/
#mobilehead{height:70px;width:100%;display:none;background:url(../images/topbg.jpg) repeat-x left top;}
#mobilehead .logo{width:calc(100% - 120px);height:70px;display:block;float:left;background:url(../images/logo.png) no-repeat 10px center;background-size:auto 50px;}
#mobilehead .nav{float:right;}
#mobilehead .nav_bg{display:none;position:fixed;top:103px;left:0;z-index:989;width:100%;height:calc(100% - 103px);background:rgba(0, 0, 0, 0.6);animation:fade-in .43s ease 0s;-webkit-animation:fade-in .43s ease 0s;}
#mobilehead .nav .nav_box{display:none;position:absolute;top:103px;left:0;z-index:991;width:100%;overflow:auto;border-top:1px solid #eee;background:#fff;box-sizing:border-box;}
#mobilehead .nav .nav_one>li{border-bottom:1px solid #eee;padding:0 10px;}
#mobilehead .nav .nav_one>li>span{height:42px;line-height:42px;font-size:15px;}
#mobilehead .nav .nav_one>li>span>a{display:block;position:relative;width:calc(100% - 150px);height:42px;box-sizing:border-box;font-size:15px;color:#666;line-height:42px;float:left;}
#mobilehead .nav .nav_one>li>span>i{float:right;display:block;width:150px;height:42px;}
#mobilehead .nav .nav_one>li>span>i>em{float:right;width:42px;height:42px;background:url(../images/+.png) no-repeat center center;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;display:block;}
#mobilehead .nav .nav_one>li>span>i>em.on{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
#mobilehead .nav .nav_one>li>ul{display:none;}
#mobilehead .nav .nav_one>li>ul>li{height:36px;line-height:36px;text-indent:20px;}
#mobilehead .nav .nav_one>li>ul>li>a{font-size:15px;color:#666;width:100%;height:100%;display:block;}
#mobilehead .nav .push-nav{display:block;position:relative;z-index:998;width:54px;height:50px;font-size:0;margin-right:8px;background:rgba(138,138,138,.5);margin-top:10px;border-radius:5px;}
#mobilehead .nav .push-nav .nav-toggle{display:block;position:absolute;left:50%;top:50%;border:0;border-radius:4px;cursor:pointer;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
#mobilehead .nav .push-nav.on .nav-toggle{margin-left:-4px;}
#mobilehead .nav .push-nav .nav-toggle span{display:block;position:relative;z-index:1;width:37px;height:2px;margin:0 0 10px auto;background:#8a8a93;border-radius:3px;-webkit-transform-origin:35px;transform-origin:35px;-webkit-transition:all .5s;transition:all .5s;}
#mobilehead .nav .push-nav .nav-toggle span.two{width:30px;}
#mobilehead .nav .push-nav .nav-toggle span:last-child{margin-bottom:0;}
#mobilehead .nav .push-nav.on .nav-toggle span{ opacity:1;}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(3){-webkit-transform:rotate(45deg);transform:rotate(45deg);}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(2){-webkit-transform:scale(0);transform:scale(0);}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(1){-webkit-transform:rotate(-45deg);transform: rotate(-45deg);}
#mobilehead .nav .nav_contact{position:relative;border-top:1px solid #eee;color:#666;}
#mobilehead .nav .nav_contact .nav_txt{width:100%;}
#mobilehead .nav .nav_contact .nav_txt span{height:42px;line-height:42px;display:block;float:left;position:relative;text-indent:15px;margin-left:10px;font-size:15px;}
#mobilehead .nav .nav_contact .nav_txt span a{color:#666;}
#mobilehead .nav .nav_contact .nav_txt span.sitemapicon{background:url(../images/mobilesitemap.png) no-repeat left center;background-size:auto 15px;}
#mobilehead .nav .nav_contact .nav_txt span.topphoneicon{background:url(../images/mobilephone.png) no-repeat left center;background-size:auto 15px;}
#mobilehead .nav .nav_contact .nav_txt span.topemailicon{background:url(../images/mobileemail.png) no-repeat left center;background-size:auto 15px;text-indent:25px;}
@media screen and (max-width:1699px){
    .pcnav .f_nav .f_li .f_n a{height:80px;line-height:80px;padding:0 20px;font-size:15px;}
    .pcnav .s_nav .s_ul{max-width:1300px;}
    .pcnav .s_nav .s_ul .su_left{margin:20px 0 35px;width:calc(100% - 446px);}
    .pcnav .s_nav .s_ul .su_left .su_title{font-size:17px;height:54px;line-height:54px;}
    .pcnav .s_nav .s_ul .su_left .su_a{font-size:14px;height:32px;line-height:32px;}
    .pcnav .s_nav .s_ul .su_right{width:446px;margin:30px 0;}
}
@media screen and (max-width:1499px){
    .pcnav .f_nav .f_li .f_n a{height:70px;line-height:70px;padding:0 15px;font-size:14px;}
    .pcnav .s_nav a{font-size:14px;height:44px;line-height:44px;}
}
@media screen and (max-width:1229px){
	#topbg{height:101px;padding:10px 0;}
	.top .t_left .logo{width:500px;}
	.top .t_left i{height:51px;}
	.top .t_left .t_txt p:first-child{height:18px;line-height:18px;font-size:15px;}
	.top .t_left .t_txt p:last-child{height:22px;line-height:22px;font-size:18px;margin-top:3px;}
	.top .t_right .t_erweima{width:75px;height:75px;}
	.top .t_right .t_p p{height:22px;line-height:22px;}
	#pcnavbg{height:50px;}
	.pcnav .firstfloor>li>a{height:50px;line-height:50px;font-size:15px;}
}
@media screen and (max-width:1023px){
	.head p{font-size:12px;}
	.head .h_span a{font-size:12px;}
	#topbg{display:none;}
	#pcnavbg{display:none;}
	#mobilehead{display:block;}
	#mobilehead.mhead{position:fixed;z-index:9999;top:0;box-shadow:0 2px 5px rgba(0,0,0,.6);}
	#mobilehead .nav_bg.nav_bg1{height:70px;height:calc(100% - 70px);}
	#mobilehead .nav .nav_box.nav_box1{top:70px;}
}
@media screen and (max-width:499px){
	#headbg{display:none;}
	#mobilehead .nav_bg{top:70px;height:calc(100% - 70px);}
	#mobilehead .nav .nav_box{top:70px;}
	#mobilehead .logo{width:calc(100% - 70px);background-size:auto 45px;}
}

.banner .swiper-slide a{
    display: block;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 16px;
height: 16px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #c40000;}

.g-tit{
  text-align: center;
  overflow: hidden;
  margin-bottom: 29px;
}
.g-tit .tit{
    font-size: 45px;
    color:#191919;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 14px;
}
.g-tit .desc{
    font-size: 16px;
    color:#959595;
}
@media only screen and (max-width: 1600px) {

     
}
@media only screen and (max-width: 1430px) {
.g-tit .tit{font-size: 28px;}
}
@media only screen and (max-width: 1023px) {
.g-tit .tit{font-size: 26px;}
  .g-tit{margin-bottom: 20px;}
  .g-tit .en{display: none;}
}
@media only screen and (max-width: 767px) {
    .g-tit .tit{font-size: 22px;}
  
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
}



/**row1***/
.row1{
    padding: 39px 0 53px;
    overflow: hidden;
    background-color: #f6f6f6;
}
.slider1 .swiper-slide{
  padding-bottom: 34px;
}
.slider1 .pic{
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.slider1 .txt{
  background-color: #fff;
  padding: 20px 20px 50px;
  position: relative;
}


.slider1 .tit{
  font-size: 22px;
  color:#000000;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider1 .desc{
  font-size: 14px;
  color:#888888;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.slider1 .swiper-slide:hover .txt{
  background: #c40000;
}

.slider1 .swiper-slide:hover .tit,
.slider1 .swiper-slide:hover .desc{
  color:#fff;
}
.slider1 .swiper-slide:hover .txt::after{
  display: block;
}

.slider2 .pic{
  overflow: hidden;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.slider2 .tit{
  overflow: hidden;
  padding:0 80px 0 23px;
  line-height: 60px;
  font-size: 18px;
  color:#585858;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff url(../images/pic9.jpg) no-repeat right 16px center;
}
.ul-link{
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
}
.ul-link li{
  display: inline-block;
  padding: 0 10px;
}
.ul-link a{
  display: block;
  width: 220px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  background: #c40000;
  color:#fff;
  font-weight: bold;
}
.ul-link li:last-child a{
  background: #606060;
}

.row2{
  overflow: hidden;
  padding: 50px 0 0;
}
.g-txt1{
  overflow: hidden;
  background: #c40000;
}
.g-txt1 .pic{
  float: left;
  width: 50%;
  height: 549px;
  overflow: hidden;
}
.g-txt1 .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-txt1 .txt{
  overflow: hidden;
  color:#fff;
  padding: 3.96vw 13.54vw 0 5.94vw;
}
.g-txt1 .en{
  text-transform: uppercase;
  font-size: 3.39vw;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 7px;
}
.g-txt1 .tit{
  font-size: 24px;
  margin-bottom: 19px;
}
.g-txt1 .desc{
  font-size: 15px;
  line-height: 2.13;
  margin-bottom: 30px;
}
.ul-t1{
  overflow: hidden;
}
.ul-t1 li{
  float: left;
  font-size: 16px;
  margin-right: 60px;
}
.ul-t1 li:last-child{
  margin-right: 0;
}
.ul-t1 li span{
  font-size: 48px;
  font-weight: bold;
  margin: 0 5px;
}
.row3{
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat;
  padding: 50px 0 88px;
}
.tabar{
  background-color: #fff;
  overflow: hidden;
}
.tabar .txt{
  float: left;
  width: 50%;
  padding: 80px 120px 0 120px;
}
.tabar .txt .en{
  font-size: 24px;
  color:#999999;
  line-height: 1.1;
  text-transform: uppercase;
}
.tabar .txt .tit{
  font-size: 34px;
  font-weight: bold;
  color:#000000;
  margin-bottom: 14px;
}
.tabar .txt i{
  display: block;
  width: 143px;
  height: 2px;
  background: #faab13;
  margin-bottom: 15px;
}
.tabar .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.88;
  margin-bottom: 28px;
}
.tabar .txt a{
  display: block;
  width: 190px;
  height: 47px;
  background: #c40000;
  font-size: 16px;
  color:#fff;
  border-radius: 30px;
  text-align: center;
  line-height: 47px;
}
.tabar .pic{
  overflow: hidden;
  width: 50%;
  height: 414px;
}
.tabar .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-tab{
  overflow: hidden;
}
.ul-tab li{
  float: left;
  width: 25%;
  cursor: pointer;
  padding: 35px 0 35px 32px;
  background: #D6D6D6;
  border-right: 2px solid #fff;
}
.ul-tab li:last-child{
  border-right: none;
}
.ul-tab .num{
  float: left;
  text-align: center;
  width: 61px;
  height: 61px;
  line-height: 61px;
  background-color: #fff;
  font-size: 42px;
  color:#474747;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
}
.ul-tab li.on .num,
.ul-tab li:hover .num{
  color:#c40000;
}
.ul-tab .desc{
  overflow: hidden;
  font-size: 14px;
  color:#929292;
  text-transform: uppercase;
}
.ul-tab .desc .cn{
  font-size: 24px;
  color:#474747;
  font-weight: bold;
  margin-bottom: 4px;
}
.ul-tab li.on,
.ul-tab li:hover{
  background-color: #c40000;
}
.ul-tab li.on .cn,
.ul-tab li:hover .cn,
.ul-tab li.on .en,
.ul-tab li:hover .en{
  color:#fff;
}
.row4{
  padding: 50px 0 91px;
  overflow: hidden;
}
.slider3 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.slider3 .tit{
  background: #f7f7f7 url(../images/ico2.png) no-repeat right 14px center;
  padding: 0 50px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color:#333; 
  line-height: 67px;
   overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider3 .tit span{
  display: block;
  float: right;
  text-transform: uppercase;
  font-weight: normal;
  color:#8e8e8e;
}

.row5{
  padding: 42px 0 70px;
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.g-about{
    overflow: hidden;
    background-color: #fff;
}
.g-about .img{
    width: 50%;
    height: 500px;
    float: right;
    overflow: hidden;
}
.g-about .img .item{
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.g-about .img .info{
  position: absolute;
  bottom: 47px;
  left:28px;
  right: 28px;
  color:#fff;
  font-size: 16px;
  line-height: 1.5;
}
.g-about .img .info .tit{
  font-size: 30px;
  margin-bottom: 10px;
}
.g-about .txt{
    overflow: hidden;
    padding: 30px 64px 0;
}
.g-about .txt .cn{
    font-size: 24px;
    color:#c40000;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 11px;
}
.g-about .txt .en{
    font-size: 3vw;
    color:#c40000;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
}
.g-about .txt .cn::after{
    display: block;
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #faab13;
}
.g-about .txt .desc{
    font-size: 16px;
    color:#595959;
    margin-bottom: 10px;
    line-height: 1.71;
}
.g-about .txt a{
    display: block;
    line-height: 44px;
    font-size: 14px;
    color:#c40000;
    width: 171px;
    height: 48px;
    border-radius: 30px;
    border:1px solid #c40000;
    overflow: hidden;
    text-align: center;
}
.row6{
  overflow: hidden;
  background: #f3f3f3;
  padding: 50px 0;
}
.sldier4 a{
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 75%;
}

.g-tit2{
  overflow: hidden;
  margin-bottom: 5px;
}
.g-tit2 .txt{
  float: left;
  font-size: 16px;
  color:#999999;
}
.g-tit2 .txt .tit{
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 2px;
}
.g-tit2 a{
  display: block;
  float: right;
  width: 171px;
  height: 48px;
  font-size: 16px;
  color:#c40000;
  line-height: 46px;
  border:1px solid #c40000;
  text-align: center;
  border-radius: 30px;
}
.row7{
  overflow: hidden;
  padding: 43px 0 65px;
}
.row7 .g-tit2 .tit{
  margin-bottom: 8px;
}
.g-news{

}
.g-news .l{
  width: calc(100% - 579px);
}
.slidernew .swiper-slide{
  padding: 5px;
}
.slidernew .pic{
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.slidernew .txt{
  overflow: hidden;
  height: 216px;
  padding: 32px 32px 26px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color:#737373;
  margin-bottom:27px;
}
.slidernew .time .day{
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #F08200;
  float: left;
  margin-right: 8px;
}
.slidernew .time p{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .desc{
  font-size: 15px;
  color:#A3A3A3;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.ul-new{
  float: left;
  width: 579px;
  padding-left: 34px;
}
.ul-new li{
  margin-bottom: 12px;
  padding: 32px 0 25px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.ul-new .time{
  float: left;
  width: 132px;
  padding-left: 40px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  color:#999999;
  margin-right: 26px;
}
.ul-new .time .day{
  font-size: 33px;
  color:#999999;
  font-weight: bold;
}
.ul-new .time i{
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}
.ul-new .txt{
  padding-right: 40px;
  overflow: hidden;
}
.ul-new .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new .desc{
  font-size: 15px;
  color:#A3A3A3;
  line-height: 1.6;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}


.footer{
    background: #242424;
    overflow: hidden;
    color:#9B9B9B;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    padding: 31px 0 0;
    border-bottom: 1px solid #4c4c4c;
}
.footer .tit{
    text-align: center;
    font-size: 30px;
    color:#FFFFFF;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 12px;
}
.footer .tit::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    width: 32px;
    height: 2px;
    background: #87674a;
}
.footer .desc{
    font-size: 16px;
    margin-bottom: 16px;
}
.g-form{
    overflow: hidden;
    margin-bottom: 23px;
}
.g-form .w3{
    float: left;
    width: 270px;
    border:1px solid #3b3b3b;
    margin-right: 30px;
    height: 60px;
}
.g-form .w3.w35{
    width: 530px;
    margin-right: 0;
}
.g-form .w3 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 28px;
    color:#fff;
}
.g-form .w3 input::placeholder{
  color:#696969;
}
.g-form .sub{
    overflow: hidden;
    float: right;
}
.g-form .sub .foot_btn{
    display: block;
    width: 230px;
    height: 60px;
    line-height:60px;
    font-size: 16px;
    color:#FFFFFF;
    text-align: center;
    background-color: #c40000;
    cursor: pointer;
}
.g-add{
    overflow: hidden;
    margin-bottom: 10px;
}
.g-add .item{
    float: left;
    font-size: 16px;
    line-height: 1.5;
    padding:0 38px 0 58px;
    margin-right: 38px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.g-add .item:nth-child(3){
  padding-right: 0;
  margin-right: 0;
}
.g-add .item p span{
  font-weight: bold;
  font-size: 24px;
}
.g-add .item:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.g-add .qr{
    overflow: hidden;
    float: right;
}
.g-add .qr p{
  font-size: 14px;
  color:#7A7A7A;
  width: 14px;
  float: left;
  padding-top: 14px;
  margin-right: 14px;
}
.g-add .qr .img{
    width: 109px;
    height: 107px;
    overflow: hidden;
    
}
.copy{
    line-height:79px;
     background: #c40000;
}
.copy a,.copy{
    color:#fff;
}
.links{
  overflow: hidden;
  color:#fff;
  padding: 30px 0;
  background: #242424;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.links .name{
  float: left;
  color:#AAAAAA;
  font-size: 16px;
  margin-right: 42px;
}
.links .link a{
  color:#fff;
  margin-right: 40px;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

/*客服*/
 .client-2{width: 76px;position: fixed;right:0;top: 30%;z-index: 999;color: #333;background: #fff;box-shadow: 0 0 5px 5px rgba(0 , 0 , 0 , 0.1);border-radius:3px;text-align: center;font-size: 12px;line-height: 18px;}
	   .client-2 li a {text-decoration: none;color: #333;}
	   .client-2 li {width: 76px;height: 77px;border-radius: 2px;cursor: pointer;position: relative;padding: 8px 0 0;box-sizing:border-box;}
	   .client-2 li b{display: block;width:38px;height: 37px;overflow: hidden;margin:0 auto;}
	   .client-2 li span{display: block;}
       .client-2 .my-kefu-pho a{animation: heart 1s ease-in-out infinite alternate;display: block;}
	   .client-2 .my-kefu-ftop {display: none;height: 52px;}
	   .client-2 li.cur,.client-2 li:hover{background: #ef1f1f;color: #fff ;}
	   .client-2 li.cur a,.client-2 li:hover a{ color:#fff}
	   .client-2 li.cur b img,.client-2 li:hover b img{margin-left: -70px;}
	   .client-2 li.my-kefu-weixin .cont {margin: 0;width: 150px;padding:14px;position: absolute;right: 85px;top: -24px;background-color: #fff;}
	   .client-2 li .cont:before{content: "";position: absolute;width:0;height:0;top:50px;right:-7px;border-bottom:7px solid transparent;border-top:7px solid transparent;border-left:7px solid #fff;}
	   .client-2 li.my-kefu-weixin .cont  span {display: block;line-height: 30px;height: 40px;font-size: 16px;color: #333;}
	   .client-2 li.my-kefu-weixin .cont  img {width: 115px;height: 115px;}
	   .client-2 li.my-kefu-tel .cont{display: none;margin: 0;width: 225px;padding: 14px;position: absolute;right: 85px;top: 4px;color: #fff;font-size: 18px;line-height: 32px;background: url(/template/default/images/kf_ico1.png) no-repeat -48px center #ef1f1f;padding-left: 60px;}
	   .client-2 li.my-kefu-tel .cont:before{content: "";position: absolute;width:0;height:0;top: 26px;right:-7px;border-bottom:7px solid transparent;border-top:7px solid transparent;border-left:7px solid #ef1f1f;}
	   .client-2 li.my-kefu-qq .cont{display: none;margin: 0;width: 175px;padding: 14px;position: absolute;right: 85px;top: 4px;color: #fff;font-size: 18px;line-height: 32px;background: url(/template/default/images/kf_ico3.png) no-repeat -48px center #ef1f1f;padding-left: 40px;}
	   .client-2 li.my-kefu-qq .cont:before{content: "";position: absolute;width:0;height:0;top: 26px;right:-7px;border-bottom:7px solid transparent;border-top:7px solid transparent;border-left:7px solid #ef1f1f;}
	   .client-2 li:hover .cont {display: block!important;}
		
/*客服*/

@media only screen and (max-width: 1800px) {
.nav li .v1{padding: 0 10px;}
.wp-h{margin: 0 5%;}
}
@media only screen and (max-width: 1600px) {
  .wp-h {margin: 0 1%;}
  .ul-t1 li span{font-size: 26px;}
  .g-txt1 .txt{padding: 70px 70px 0;}
  .g-txt1 .pic{height: 480px;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .ul-tab .desc{font-size: 12px;}
    .tabar .txt{padding: 50px;}
    .g-add .item{font-size: 14px;}
    .logo{width: 300px;}
    .g-form .w3.w35{width: 300px;}
    .row1,.row3,.row4,.row5,.row6,.row7{padding: 40px 0 50px;}
    .copy{line-height: 50px;}
    .g-tit2 .txt .tit{font-size: 28px;}
}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
    /*.menuBtn{display: block;}*/
    /*.nav{*/
    /*    position: fixed;*/
    /*    top: 60px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom:53px;*/
    /*    z-index: 99;*/
    /*    overflow: hidden;*/
    /*    background: #fff;*/
    /*    width: auto;*/
    /*    float: none;*/
    /*    padding: 0;*/
    /*    display: none;*/
    /*    border-top:1px solid #eee;*/
    /*}*/
    /*.nav ul{float: none;}*/
    /*.nav .phone{display: none;}*/
    /*.nav li{float: none;width: auto;}*/
    /*.nav li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;}*/
    /*.nav li.on .v1::after{display: none;}*/
    /*.nav li i {*/
    /*    display: block;*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*    background-position: center center;*/
    /*      position: absolute;*/
    /*      right: 0;*/
    /*      top: 0;*/
    /*    z-index: 9;*/
    /*    background: url(../images/sel.png) no-repeat center center;*/
    /*    -webkit-background-size: 18px 18px;*/
    /*    background-size: 18px 18px;*/
    /*}*/
    /*.nav li:hover .v1{color:#333;}*/
    /*.nav li .sub{position: static;padding-left: 0;box-shadow:none;}*/
    /*.nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}*/
    /*.nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}*/
    /*.nav li:hover .v1,*/
    /*.nav li.on .v1{*/
    /*    background: none;*/
    /*}*/
    /*.nav li .v1::after{display: none;}*/
    .logo{line-height: 60px;height: 60px;width: 260px;margin-top: 0;}
    /*body{padding: 60px 0 53px;}*/
  .g-txt1 .txt{padding: 50px 50px 0;}
  .tabar .pic{height: 290px;}
  .tabar .txt .en{font-size: 14px;}
  .tabar .txt .tit{font-size: 26px;}
  .tabar .txt .desc{font-size: 14px;}
  .tabar .txt{padding: 30px 30px 0;}
  .ul-tab .num{display: none;}
  .ul-tab li{padding: 15px;}
  .ul-tab .desc .cn{font-size: 18px;}
  #floatBottom{display: block;}
  .nav li.lx{text-align: center;}
  .nav li .img{display: inline-block;vertical-align:text-top ;}
  .g-iphone{display: inline-block;float: none;vertical-align:text-top ;}
}
@media only screen and (max-width: 1023px) {

.g-form .w3,.g-form .w3.w35{width: auto;float: none;margin-right: 0;margin-bottom: 15px;}
.g-form .sub .foot_btn{width: 100%;}
.g-form .sub{float: none;}
.g-form2 .box{width: auto;}
.g-form2 .inp{width: calc(100% - 65px);}
.row4 .txt .t2{font-size: 22px;}
.g-tit2 .txt .tit{font-size: 26px;}
.g-about .img{display: none;}
.g-about .txt{padding: 30px;}
.g-add .item{float: none;margin-right: 0;padding-right: 0;}
.g-add .qr{float: none;padding-top: 30px;}
.g-txt1 .pic{width: auto;float: none;height: auto;}
.g-txt1 .txt{padding: 30px;}
.g-news .l{width: auto;float: none;margin-bottom: 20px;}
.ul-new{width: auto;float: none;padding-left: 0;}
.slidernew .swiper-slide{padding: 0;}
.slidernew .txt{border:1px solid #eee;}

}

@media only screen and (max-width: 960px) {
.g-tit .cn{padding-bottom: 8px;font-size: 26px;}
  .ul-tab .desc .en{display: none;}
  .tabar .pic{display: none;}
  .tabar .txt{padding: 30px;width: auto;float: none;}
.row2{padding-top: 30px;}
  .ul-link{padding-top:10px;}
}

@media only screen and (max-width: 767px) {
.g-tit .tit{font-size: 22px;}
 .footer .top{padding: 30px 0;}
 .client-2{display:none;}
 .g-form{margin-bottom: 6px;}
 .g-txt1 .en{font-size: 18px;}
 .g-txt1 .tit{font-size: 22px;margin-bottom: 6px;}
 .g-txt1 .desc{font-size: 14px;}
 .ul-t1 li{margin-right: 10px;}
 .ul-t1 li span{font-size: 20px;margin: 0 5px;}
 .ul-link a{width: auto;border-radius: 0;}
 .ul-link li{display: block;width: 50%;float: left;margin: 0;}
 .slider1 .swiper-slide{padding-bottom: 30px;}
 .ul-link{padding-top: 30px;}
 .row1, .row3, .row4, .row5, .row6, .row7{padding: 30px 0;}
 .g-tit .desc{font-size: 14px;margin-bottom: 0px;}
 .g-txt1 .desc{margin-bottom: 5px;}
 .tabar .txt .tit{font-size: 22px;}
 .g-about .txt .en{font-size: 18px;}
 .g-about .txt .cn{font-size: 22px;}
 .g-tit2 .txt .tit{font-size: 22px;}

 .g-tit2 a{width: 120px;font-size: 14px;}
.tabar .txt a{width: 140px;height: 40px;line-height: 40px;font-size: 14px;}
 .g-tit2 .txt .tit{font-size: 22px;}
 .g-tit2 .txt{float: none;text-align: center;margin-bottom: 15px;font-size: 14px;}
 .g-tit2 a{float: none;margin: 0 auto 20px;display: none;}
 .copy span,.copy a{line-height: 1.5;text-align: center;}
  .copy{line-height: 100%;padding: 10px 0;}
  

}

@media only screen and (max-width: 500px) {
  .ul-new{display: none;}
  .banner.swiper-container .swiper-pagination-bullet{width: 6px;height:6px}
  
}

