/*-----------------[初始化]--------------*/
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 {max-width: 100%;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;}
a:hover {color: #17509d;}
.contain img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}
/*布局*/
.wp {margin: 0 auto;width: 1400px;}
.wp-h{
    padding: 0 119px;
}
/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.16);
}
.header.fixed{
    background-color: #333;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 120px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav{
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
    padding:  0;
	font-weight:bold;
}
.nav li .v1{
    font-size: 16px;
    color:#fff;
    display: block;
    line-height: 120px;
    position: relative;
    padding: 0 30px;
}
.nav li.v2{
     line-height: 120px;
}
.nav li.v2 a{
    font-size: 16px;
    color:#fff;
    display: inline-block;
}
.nav li.v2 span{
     font-size: 16px;
    color:#fff;
}
.nav li .v1::after{
    content:'';
    display: block;
    position: absolute;
    width: 2px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    margin-top: -8px;
    left: 0;
}
.nav li:hover .v1::before,
.nav li.on .v1::before{
    content:'';
    display: block;
    position: absolute;
    width: 28px;
    height: 3px;
    background: #17509d;
    left: 0;
    right: 0;
    bottom: 26px;
    margin:0 auto;
}
.nav li:first-child .v1::after{
    display: none;
}
.nav li:hover .v1,
.nav li.on .v1{
    color:#17509d;
}
.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: #17509d;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#17509d;
}
.nav .phone{
    margin-left: 15px;
    line-height: 120px;
    float: left;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    position: relative;
    padding-left: 16px;
}
.nav .phone::after{
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background: #fff;
    top: 50%;
    margin-top: -8px;
    left: 0;
}
.nav .phone img{
    display: inline-block;
}

/*******************************
    -------[=导航]-------
********************************/
.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: #fff;
    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);
}
/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/
.g-tit{
    text-align: center;
    margin-bottom: 40px;
}
.g-tit .cn{
    font-weight: bold;
    font-size: 36px;
    color:#333;
    margin-top: -32px;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 26px;
}
.g-tit .en{
    font-size: 48px;
    line-height: 48px;
    color:#E8E8E8;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-tit .cn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 6px;
    margin: 0 auto;
    background: #17509d;
}
.g-tit .desc{
    font-size: 16px;
    color:#999;
}
.banner .swiper-slide{
    display: block;
     height: 41.7vw;
    position: relative;
    min-height: 220px;
}
.banner .swiper-slide img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    -moz-transition: 4s;
    transition: 4s;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
/*.banner.swiper-container .swiper-slide.swiper-slide-active img{
     -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 40px;
    left: 50%;
    margin-left: -92.5px;
   width: 185px;
   text-align: center;
   line-height: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 24px;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width:20px;height:20px;background:url(../images/ico3.png) no-repeat center;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:url(../images/ico2.png) no-repeat center;}

.banner  video,.banner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:fill;
}
.banner .img{
    display: none;
}

/**about***/
.g-about{
    overflow: hidden;
}
.g-about .info{
    font-size: 16px;
    color:#222222;
    line-height: 2.25;
    margin-bottom: 18px;
}
.g-about .info p{
    text-indent: 2em;
    margin-bottom: 38px;
}
.g-about .about_img{background:#e8e8e8;margin-top:0px;padding:30px;margin-bottom: 45px;}
.g-about .about_img .about_img_title{text-align:center;position:relative;font-size:0;-webkit-text-size-adjust:none;}
.g-about .about_img .about_img_title:before{content:'';width:100%;height:1px;position:absolute;background:#17509d;left:0;top:20px;}
.g-about .about_img .about_img_title p{margin:0;display:inline-block;width:148px;height:50px;font-size:24px;font-weight:bold;color:#fff;line-height:50px;position:relative;background:#17509d;}
.g-about .about_img .about_img_title p:before{content:'';width:5px;height:5px;background:#17509d;position:absolute;top:18px;left:-5px;}
.g-about .about_img .about_img_title p:after{content:'';width:5px;height:5px;background:#17509d;position:absolute;top:18px;right:-5px;}
.g-about .about_img .about_img_t{width:100%;margin-top:41px;overflow:hidden;}
.g-about .about_img .about_img_t .swiper-slide{}
.g-about .about_img .about_img_t .swiper-slide .i_img{width:100%;padding-bottom:75%;position:relative;}
.g-about .about_img .about_img_t .swiper-slide .i_img img{object-fit:cover;width:100%;height:100%;position:absolute;left:0;top:0;display:block;}

.ul-nub{
    overflow: hidden;
    margin-bottom: 75px;
}
.ul-nub li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color:#646464;
    border-right: #D2D2D2 1px solid;
}
.ul-nub li:last-child{
    border:none;
}
.ul-nub li .nub{
    font-size: 20px;
    color:#17509d;
    margin-bottom: 10px;
}
.ul-nub li .nub span{
    font-size: 50px;
    font-family: Impact;
    margin-right: 5px;
}
.ul-nub li .nub em{
   font-style: normal;
   position: relative;
   top: -20px;
}
.ul-list1{
    overflow: hidden;
}
.ul-list1 li{
    width: 25%;
    float: left;
}
.ul-list1 .pic{
    position: relative;
    height: 0;
    padding-top: 77%;
    overflow: hidden;
}
.ul-list1 .pic img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-list1 .txt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color:#fff;
    font-size: 14px;
    line-height: 1.71;
    padding: 64px 40px 0;
}
.ul-list1 .txt .tit{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-list1 .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(230, 6, 25, .8);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    opacity: 0;
}
.ul-list1 li:hover .line{
    opacity: 1;
}
.ul-list1 i{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 30px;
    background: url(../images/ico4.png) no-repeat center center;
    background-size: cover;
    right: -100px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.ul-list1 li:hover i{
    right: 33px;
}
.row1{
    overflow: hidden;
    background: url(../images/pic5.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 58px 0 80px;
}
.row1 .g-tit .cn::after{
    display: none;
}
.row1 .g-tit .cn{
    padding-bottom: 0;
    margin-bottom: 0;
}

.row2{
    overflow: hidden;
    padding: 60px 0;
    background: url(../images/pic6.jpg) no-repeat top;
}
.row2 .g-tit .en{
    color:rgba(255, 255, 255, 0.08);
}
.row2 .g-tit .cn{
    color:#fff;
}
.row2 .g-tit .desc{
    color: #fff;
}

.protab{
    overflow: hidden;
}

.slider1 .swiper-slide{
    padding-bottom: 1px;
}
.slider1 .con{
    background-color: #fff;
    border: 1px solid #DCDCDC;
    padding: 24px 30px 48px; 
}
.slider1 .tit{
    font-size: 18px;
    color:#222222;
    margin-bottom: 10px;
}
.slider1 .title{
    font-size: 20px;
    color:#222222;
    font-weight: bold;
    margin-bottom: 24px;
}
.slider1 .pic{
    overflow: hidden;
    height: 0;
    padding-top: 75%;
    position: relative;
    margin-bottom: 16px;
}
.slider1 .desc{
    overflow: hidden;
    font-size: 15px;
    color:#666;
    line-height: 1.5;
    padding-top: 4px;
    padding-left: 65px;
    height: 70px;
    background: url(../images/ico8.png) no-repeat top left;
    margin-bottom: 40px;
}
.slider1 .desc p{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;   
}

.slider1 .link{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.slider1 .link a{
    width: 130px;
    height: 50px;
    border: 1px solid #A0A0A0;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    color:#666666;
}
.slider1 .link a:hover{
    border-color: #17509d;
    background-color: #17509d;
    color:#fff;
}
.slider2  .pic{
    border:1px solid #E5E5E5;
    line-height: 96px;
    height: 100px;
    text-align: center;
}
.slider2  img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.news_ind{
    overflow: hidden;
    background: url(../images/pic10.jpg) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 58px 0 80px;
}

.news_ind .g-tit .cn::after{
    display: none;
}
.news_ind .g-tit .cn{
    padding-bottom: 0;
    margin-bottom: 0;
}
.news_ind .news_ind_list{margin-top:20px;}

.news_ind .news_ind_left{width:440px;height:530px;float:left;position:relative;margin-top:10px;}
.news_ind .news_ind_left img{width:100%;height:100%;display:block;}
.news_ind .news_ind_left .n_h2{width:370px;height:56px;position:absolute;left:35px;bottom:50px;background:url(newstitleicon.png) no-repeat right center;border-left:1px solid #FFF;padding-left:20px;}
.news_ind .news_ind_left .n_h2 p{margin:0;color:#FFF;height:20px;line-height:20px;font-size:16px;font-weight:bold;}
.news_ind .news_ind_left .n_h2 p:first-child{height:36px;line-height:36px;font-size:28px;}
.news_ind .news_ind_right{width:calc(100% - 440px);float:right;}
.news_ind .news_ind_right .n_ul{width:49%;padding-left:10px;display:inline-block;margin-top:10px;box-shadow:3px 3px 5px rgba(228,228,228,1);}
.news_ind .news_ind_right .n_ul .nr_li{background:#FFF;width:100%;padding:30px 45px 38px;text-align:left;}
.news_ind .news_ind_right .n_ul .nr_li .c_txt{padding-bottom:20px;border-bottom:1px solid #EEE;}
.news_ind .news_ind_right .n_ul .nr_li .c_txt p{margin:0;}
.news_ind .news_ind_right .n_ul .nr_li .c_txt p a{color:#000;}
.news_ind .news_ind_right .n_ul .nr_li .c_txt p:first-child{line-height:40px;height:40px;font-size:18px;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_ind .news_ind_right .n_ul .nr_li .c_txt p:last-child{line-height:24px;height:48px;color:#858585;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_ind .news_ind_right .n_ul .nr_li .c_data{margin-top:23px;background:url(newsli.jpg) no-repeat right center;}
.news_ind .news_ind_right .n_ul .nr_li .c_data span{display:block;text-align:left;}
.news_ind .news_ind_right .n_ul .nr_li .c_data span:first-child{font-size:30px;height:32px;line-height:32px;color:#999;font-weight:bold;}
.news_ind .news_ind_right .n_ul .nr_li .c_data span:last-child{font-size:12px;height:20px;line-height:20px;color:#999;margin-top:8px;}
.news_ind .news_ind_right .n_ul .nr_li .data{width:91px;height:82px;border-right:1px solid #eee;float:left}
.news_ind .news_ind_right .n_ul .nr_li .data span{display:block;text-align:left;}
.news_ind .news_ind_right .n_ul .nr_li .data i{width:20px;height:1px;display:block;margin:8px 0 9px;background:#CCC;}
.news_ind .news_ind_right .n_ul .nr_li .data span:first-child{font-size:30px;height:44px;line-height:44px;color:#999;font-weight:bold;}
.news_ind .news_ind_right .n_ul .nr_li .data span:last-child{font-size:12px;height:20px;line-height:20px;color:#999;margin-top:2px;}

.news_ind .news_ind_right .n_ul .nr_li .title{width:calc(100% - 110px);height:82px;float:right;background:url(newsli.jpg) no-repeat left 7px bottom 5px;}
.news_ind .news_ind_right .n_ul .nr_li .title p{font-size:18px;color:#000;line-height:30px;}


/*常见问题*/
.cjwt{ background:#fff;}
 .questions{padding-top:0px; overflow:hidden; padding-bottom:30px;}
 .questions .questions_title{height:62px;line-height:62px;color:#000;font-size:20px; position:relative;}
 .questions .questions_title .more{position:absolute;top:0px;right:0;font-size:14px;color:#999;}
 .questions .questions_ul{margin-top:8px;}
 .questions .questions_ul .q{width:36px;float:left;margin-top: 6px;}
 .questions .questions_ul .q .btn1{width:36px;height:18px;color:#FFF;line-height:20px;text-align:center;background:#17509d;display:block;margin-bottom:20px;font-size:12px;}
 .questions .questions_ul .q .btn1.a{background:#6D6D6D;}
 .questions .questions_ul .txt{width: calc(100% - 50px);float:right;}
 .questions .questions_ul .txt a p{ color:#222222;}
  .questions .questions_ul .txt a {display: block;margin-bottom: 10px;}
 .questions .questions_ul .txt p{color:#999999;line-height:24px;}
   .questions .questions_ul .txt a p{line-height:33px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .questions .questions_ul .txt p{ font-size:14px; color:#999;line-height: 1.71; font-family:Arial, Helvetica, sans-serif;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
 .questions .questions_ul .txt a p{line-height:29px;font-size:16px;}
/**footer**/
.footer{
 overflow: hidden;
}
.footer .top{
    overflow: hidden;
    padding: 80px 0 26px;
	background:#222222;
}
.footer .tit{
    color:#FFFFFF;
    font-size: 18px;
    margin-bottom: 36px;
}
.fd-form{
    float: left;
    width:calc(100% - 400px);
}
.fd-form .w140{
    width: 140px;
}
.fd-form .w180{
    width: 180px;
}
.fd-form .w350{
    width: 440px;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
.fd-form .item .inp-box{
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 32px;
    background: none;
    color:#fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fd-form .item .inp::placeholder{
    color:#fff;
}
.fdnav{
    overflow: hidden;
    margin-bottom: 50px;
}
.fdnav  dl{
    float: left;
    margin-right: 150px;
}
.fdnav  dl:last-child{
    margin-right: 0;
}
.fdnav  dl dd a,.fdnav  dl dd span{
    display: block;
    font-size: 14px;
    line-height: 2.29;
    color:#A5A5A5;
}
.fd-form .btn input{
    display: block;
    width: 88px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    color:#fff;
    cursor: pointer;
}
.fd-desc{
    overflow: hidden;
    float: right;
    width: 300px;
}
.fd-desc  .desc{
    font-size: 14px;
    color:#A5A5A5;
    line-height: 2.29;
}
.fd-desc  .desc .add{
    color:#fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.fd-desc  .qr{
    overflow: hidden;
    text-align: center;
    color:#fff;
    font-size: 13px;
    width: 114px;
    color:#AAAAAA;
}
.fd-desc  .qr .qrimg{
    display: block;
    width: 114px;
    height: 114px;
    padding: 10px;
    margin-bottom: 6px;
    background:#fff url(../images/qr.jpg) no-repeat center;
    -webkit-background-size: 104px 104px;
    background-size: 104px 104px;
}
.copy{
    font-size: 14px;
    line-height: 54px;
    color:#fff;
    background: #323232;
	border:solid 1px #444444;
	text-align:center;
}
.copy a{
  font-size: 14px;
  color:#fff;
}
.links{
    display: none;
}
.index .links{
    display: block;
}
.links .ico{
    width: 170px;
    height: 33px;
    background: url(../images/links.png) no-repeat;
    margin-bottom: 20px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
   
    display: inline-block;
   
    margin-right: 10px;
    font-size: 14px;
    color:#B1B0AF;
    margin-bottom: 15px;
    
}

#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;}

@media only screen and (max-width: 1900px){
.wp-h{padding: 0 50px;}
.nav li .v1{padding: 0 15px;}
}
@media only screen and (max-width: 1600px) {
    .logo{width: 464px;line-height: 80px;}
    .nav li.v2{line-height: 80px;}
    .nav li .v1,.nav .phone{line-height: 80px;}
    .slider3 .con{height: 500px;}
    .slider3 .con .show{padding: 0 30px;}
    .slider3 .con:hover .show,.slider3 .con.on .show{padding-top: 100px;}
    .slider3 .con:hover .cn,.slider3 .con.on .cn{font-size: 40px;}
    .g-news{padding-left: 50px;padding-right: 50px;}
    .row4 .g-more{left: 50px;}
    .slider4 a{padding: 60px 30px;}
    .row4 .w50:first-child{width: 40%;}
    .row4 .w50{width: 60%;}
    .slider4 .day{margin-bottom: 30px;}
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .nav li .v1{font-size: 14px;}
    .wp-h{padding: 0 15px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{width: auto;bottom: 0px;height: auto;background: none;margin-left: -25px;}
    .footer .top{padding: 30px 0;}
	.news_ind .news_ind_right .n_ul .nr_li .data{width:70px;}
}
@media only screen and (max-width: 1230px) {
    .wp{width: auto;padding: 0 15px;} 
    .fd-form,.fd-desc{width: auto;float: none;}
    .fdnav{display: none;}
    .links .link a{width: auto;background: none;padding-bottom: 0;border-bottom: none;}
    .footer .tit{margin-bottom: 15px;}
    .fd-desc .desc .add{margin-bottom: 0;}
    .menuBtn{display: block;}
     .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%; 
        z-index: 99;
        overflow: hidden;
        transition:all .3s;
        background: none;
        width: auto;
        float: none;
        padding: 0;
    }
    .nav.on{
        margin-left: 0%;
    }
    .nav li.v2{line-height: 35px;padding-left: 20px;}
    .nav li .v1{padding: 0;}
    .nav .phone{display: none;}
    .nav ul{
        width: 240px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        float: none;
        margin: 0;
        padding-right: 0;
        padding-top: 50px;
        overflow-y: scroll;
    }
    .nav li{float: none;width: auto;}
    .nav .bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
    }
    .nav li .v1{line-height: 40px;text-align: left;padding-left: 20px;}
    .nav li:hover .v1::before, .nav li.on .v1::before {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/sel2.png) no-repeat center center;
    }
    .nav li .sub{position: static;padding-left: 0;background: transparent;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;
        color:#fff;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;width: 400px;}
    body{padding: 60px 0 53px;}
    .header{background-color: #333;}
    .g-tit .cn {font-size: 26px;padding-bottom: 15px;}
    .g-tit .en{font-size: 42px;height: auto;}
    .ul-list1 .txt{padding: 15px;}
    .ul-list1 .txt .tit{font-size: 20px;}
    .ul-list1 .txt br{display: none;}
    .ul-list1 i{width: 30px;height: 30px;bottom:15px;}
    .ul-tab .txt{font-size: 12px;}
    .slider3 .con .cn{font-size: 24px;}
    .slider3 .con .tit{font-size: 14px;}
    .slider3 .con .show{top: calc(100% - 80px);}
    .slider3 .con .tit{height: 80px;}
    .slider3 .con:hover .cn{font-size: 30px;}
    .slider3 .con:hover .show,.slider3 .con.on .show{padding-top: 30px;}
    .slider3 .con .desc{font-size: 14px;line-height: 1.6;}
    .slider3 .con .desc{margin-bottom: 30px;}
    .g-news .en{font-size: 28px;}
    .g-news .cn{font-size: 22px;}
    .slider1 .con{padding: 24px;}
    .slider1 .title,.slider1 .pic,.slider1 .desc{margin-bottom: 15px;}
    .slider1 .link a{width: 120px;line-height: 42px;height: 44px;font-size: 14px;}
    .ul-nub li .nub span{font-size: 40px;}
    .ul-nub li .nub{margin-bottom: 0px;}
    .ul-nub li{border-right: none;}
    .g-about .info{font-size: 14px;line-height: 1.8;}
    .nav li:hover .v1::before{display: none;}
    .g-tit .desc{font-size: 12px;}
    #floatBottom{display: block;}
	.news_ind .news_ind_left{display:none;}
	.news_ind .news_ind_right{width:100%;float:none;}
	.news_ind .news_ind_right .n_ul .nr_li{padding:10px 25px 9px;}
	.news_ind .news_ind_right .n_ul .nr_li .c_txt{padding-bottom:10px;}
	.news_ind .news_ind_right .n_ul .nr_li .c_data{margin-top:10px;}
	}
@media only screen and (max-width: 1020px) {
     .g-tit .cn {font-size: 22px;padding-bottom: 15px;}
    .g-tit .en{display: none;}
    .g-tit .cn{margin-top: 0;}
    .slider4 .pic{height: 120px;}
    .slider4 a{padding: 20px;}
    .slider4 .day{font-size: 30px;line-height: 1.1;margin-bottom: 15px;}
    .g-news{padding-top: 50px;}
    .copy{padding: 15px 0;line-height: 1.8;}
    .copy a{display: inline-block;line-height: 1.8;}
    .g-tit .cn::after{height: 3px;}
    .row1,.row2,.row3{padding: 30px 0;margin:0;}
    .slider3 .con{height: 400px;}
    .slider3 .con .show{padding: 0 20px;}
    .g-about .info{margin-bottom: 20px;}
    .ul-nub{margin-bottom: 20px;}
	.about_img{padding:20px;}
    
}
@media only screen and (max-width: 960px) {
     .ul-tab .i{display: none;}
     .ul-tab .txt{display: block;text-align: center;position: static;}
     .ul-tab li{height: auto;padding: 15px 0;}
     .slider2 .pic{line-height: 94px;}
     .g-tit .cn{padding-bottom: 8px;}
     .ul-tab{margin-bottom: 30px;}
   
}

@media only screen and (max-width: 767px) {
    .logo{width: 300px;}
   .g-tit .cn {font-size: 20px;}
    .g-news{padding-left: 15px;padding-right: 15px;}
    .row4 .g-more{left: 15px;} 
    .g-news .en{font-size: 22px;}
    .g-news .cn{font-size: 20px;}
    .ul-list1 li{width: 50%;}
    .ul-tab .txt p:last-child{display: none;}
    .ul-tab .txt p:first-child{font-size: 16px;margin-bottom: 0;}
    .g-tit .en{font-size: 18px;}
    .ul-nub li{width: 50%;}
    .g-tit{margin-bottom: 20px;}
    .questions_ul .col-xs-12:nth-child(2n+1){display: none;}
    .questions .questions_title h2{font-size: 18px;}
    .banner .img{display: block;}
    .banner video{display: none;}
	.news_ind .news_ind_span span{width:32%;margin-left:2%;}
	.news_ind .news_ind_right .n_ul{width:100%;padding-left:0;}
}

@media only screen and (max-width: 500px) {
    .row4 .w50,.row4 .w50:first-child{width: auto;float: none;}
    .row4 .g-more{position: static;margin:20px auto 0;}
    .p_btn{position: static;width: auto;height: auto;}
    .row4{padding: 30px 0;}
    .g-news{padding-top: 0;}
    .slider4 .pic{height: auto;}
    .slider4 .more{display: none;}
    .slider4 .desc{margin-bottom: 0;}
    .slider4 a{padding: 0 15px;}
    .slider4 .day{margin-bottom: 0;}
    .slider4 .tit{margin-bottom: 2px;}
    .g-news .cn,.slider4 .yy{margin-bottom: 5px;}
    .p_btn .swiper-button-prev,.p_btn .swiper-button-next{top: 55%;}
    .slider3 .con{height: 300px;}
    .slider3 .con .desc{margin-bottom: 20px;}
    .ul-list1 .pic{padding-top: 100%;}
    .ul-nub li .nub span{font-size: 26px;}
    .ul-nub li .nub em{top: -10px;font-size: 14px;}
    .ul-nub li{margin-bottom: 5px;}
	.news_ind .news_ind_list{margin-top:10px;}
}


