/* banner S */
.fullSlide { width: 100%; position: relative; height: 700px;  overflow:hidden; }

.fullSlide .bd { height: 700px; margin: 0 auto; position: relative; z-index: 1; overflow: hidden; }
.fullSlide .bd ul { width: 100% !important; }
.fullSlide .bd li { width: 100% !important; height: 700px; overflow: hidden; text-align: center; }
.fullSlide .bd li a { display: block; height: 700px; }

.fullSlide .hd { width: 100%; position: absolute; z-index: 2; bottom: 20px; left: 0; height:40px; text-align: center; }
.fullSlide .hd ul { text-align: center; }
.fullSlide .hd ul li { cursor: pointer; display: inline-block; zoom: 1; width:10px; height:10px; margin:7px; border: 1px solid #fff; overflow: hidden; line-height: 99px; border-radius:50%; 
 -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
.fullSlide .hd ul .on {border:1px solid #256bc2;   background:#256bc2;  -webkit-transition: all .3s linear; transition: all .3s linear; }

.fullSlide .prev, .fullSlide .next { width: 40px; height: 60px; position: absolute; top: 50%; margin-top:-30px; z-index: 2; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat; 
filter: alpha(opacity=30); -moz-opacity: .3; opacity: .3;  -webkit-transition: all .5s linear; transition: all .5s linear;  }

.fullSlide .prev { background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat; left:10%; }
.fullSlide .next { background-position:-6px -137px;  right: 10%; }      
/* banner E */
/* tese S */
.tese{
    height: 408px;
}
.tese_tit{
    height: 208px;
    overflow: hidden;
}
.tese_tit>h3{
    width: 472px;
    color: #1667d3;
    font-size: 30px;
    margin: 40px auto 0;
    overflow: hidden;
}
.tese_tit>.tese_line{
    width: 200px;
	height: 1px;
    background-color: #cdcdcd;
    margin: 10px auto;
}
.tese_tit>h4{
    width: 145px;
    color: #8d8d8d;
    font-size: 24px;
    margin: 0 auto;
    overflow: hidden;
}
.tese_tit>h5{
    width: 235px;
    color: #1667d3;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
}
.tese_list{
    width: 1320px;
}
.tese_list>li{
    position: relative;
    float: left;
    width: 250px;
    height: 176px;
    margin-right: 40px;
    text-align: center;
}
.tese_list>li>h4{
    width: 250px;
    height: 36px;
    overflow: hidden;
    color: #1667d3;
    font-size: 24px;
    margin-top: 10px;
}
.tese_list>li>h5{
    width: 250px;
    height: 18px;
    overflow: hidden;
    color: #8d8d8d;
    font-size: 12px;
}
.tese_list>li>div{
    width: 112px;
	height: 114px;
    border: solid 1px #cddef6;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .8s;
}
.tese_list>li img{
    position: absolute;
    top: 30px;
    left: 100px;
}
.tese_list>li>.jidi{
    border-left: 2px solid #1667d3;
}
.tese_list>li:hover div{
    border: 2px solid #1667d3;
    transform: rotateZ(360deg);
}
.tese_list>li>.yunshu{
    border-top: 2px solid #1667d3;
}
.tese_list>li>.zhiliang{
    border-right: 2px solid #1667d3;
}
.tese_list>li>.fuwu{
    border-bottom: 2px solid #1667d3;
}
/* pro S */
.pro{
    overflow: hidden;
}
.title{
    width: 100%;
    height: 88px;
    text-align: center;
    margin-top: 45px;
}
.title>h3{
    color: #1667d3;
    font-size: 30px;
}
.title>h4{
    color: #8d8d8d;
    font-size: 24px;
}
.title_line{
    width: 200px;
    height: 1px;
    margin: 5px auto;
	background-color: #cdcdcd;
}
.fenlei{
    height: 40px;
    margin-top: 30px;
}
.fenlei_list{
    width: 1204px;
}
.fenlei_list>li{
    float: left;
    margin-right: 22px;
    width: 150px;
	height: 40px;
    background-color: #ededed;
    transition: all .5s;
}
.fenlei_list>li:hover{
    background-color: #1667d3;
}
.fenlei_list>li:hover a{
    color: #fff;
}
.fenlei_list>li>a{
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #8d8d8d;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}
.pro_main{
    position: relative;
    width: 100%;
    height: 620px;
}
.pro_menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 300px;
    margin: 20px 20px 0 0;
    padding: 80px 70px;
    box-sizing: border-box;
	background-color: #1667d3;
}
.menu_item{
    position: relative;
    width: 200px;
    height: 50px;
    margin-bottom: 40px;
	background-color: #ffffff;
}
.menu_item.on{
    background: url(../images/pro_menu_bg.png) center no-repeat #fff;
}
.menu_item.on:hover{
    background: url(../images/pro_menu_bg.png) center no-repeat #fff;
}
.menu_item>a{
    position: absolute;
    top: 0;
    left: 28px;
    display: block;
    width: 148px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1667d3;
}
.pro_tab_list{
    width: 1200px;
}
.pro_tab_list>li{
    position: relative;
    float: left;
    width: 340px;
    height: 300px;
    margin: 20px 20px 0 0;
}
.pro_tab_list>li:hover .pro_txt{
    border: 1px solid #1667d3;
}
.pro_tab_list>li:hover .pro_txt>a{
    background: #1667d3;
    color: #fff;
}
.pro_tab_list>li:hover img{
    transform: scale(1.2);
}
.pro_tab_list>li>a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pro_tab_list>li>a>img{
    transition: all .5s;
    width: 340px;
	height: 300px;
}
.pro_tab_list>li:nth-of-type(1){
    margin-left: 360px;
    width: 460px;
	height: 620px;
}
.pro_tab_list>li:nth-of-type(1) img{
    width: 460px;
    height: 620px;
}
.pro_tab_list>li:nth-of-type(4){
    position: absolute;
    top: 320px;
    left: 0;
}
.pro_txt{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 170px;
	height: 56px;
    border: solid 1px #ffffff;
    transition: all .5s;
}
.pro_txt>a{
    display: block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    margin: 5px auto;
    font-size: 14px;
    text-align: center;
    color: #898989;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #ffffff;
    transition: all .5s;
}
/* online S */
.online{
    width: 100%;
    height: 367px;
    padding-top: 120px;
    box-sizing: border-box;
    background: url(../images/online_bg.png) center no-repeat;
}
.online_box{
    position: relative;
    height: 247px;
}
.online_view{
    position: absolute;
    top: -120px;
    left: -362px;
}
.online_view>img{
    width: 269px;
    height: 269px;
    border-radius: 50%;
}
.online_txt{
    float: left;
    width: 529px;
    height: 127px;
}
.online_txt>h4{
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}
.spans{
    width: 400px;
    height: 40px;
    margin: 0 auto 30px;
}
.spans>span{
    float: left;
    width: 80px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-right: 20px;
    color: #1667d3;
    background-color: #ffffff;
    transition: all .5s;
    font-size: 20px;
}
.spans>span:hover{
    transform: translate(-3px,-3px);
}
.online_txt>h5{
    width: 529px;
	height: 48px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.online_phone{
    position: absolute;
    top: 45px;
    left: 633px;
    width: 295px;
    height: 95px;
    padding-left: 70px;
    padding-top: 20px;
    box-sizing: border-box;
    background: url(../images/online_phone.png) left center no-repeat;
}
.online_phone>p{
    color: #ffffff;
    font-size: 14px;
}
.online_phone>span{
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}
.click{
    position: absolute;
    top: 65px;
    right: 0;
    width: 160px;
	height: 50px;
    border: solid 1px #ffffff;
    transition: all .5s;
}
.click:hover{
    border-radius: 30px;
}
.click:hover a{
    border-radius: 20px;
}
.click>a{
    display: block;
    width: 150px;
    height: 40px;
    margin: 5px;
    font-size: 16px;
    color: #1667d3;
    text-align: center;
    line-height: 40px;
	background-color: #ffffff;
}
/* ts S */
.ys_menu_bg{
    width: 100%;
    height: 260px;
    background: url(../images/ys_menu_bg.png) center top no-repeat;
}
.ys_menu_box{
    position: relative;
}
.ys_menu_list{

}
.ys_menu_list>li{
    position: absolute;
    width: 172px;
    height: 140px;
    transition: all .5s;
}
.ys_menu_list>li.on .ys_txt{
    background-color: #1667d3;
    border-radius: 5px;
    color: #ffffff;
}
.ys_menu_list>li:hover .ys_txt{
    background-color: #1667d3;
    border-radius: 5px;
    color: #ffffff;
}
.ys_menu_list>li.on .ys_txt>span,
.ys_menu_list>li.on .ys_txt>i{
    color: #ffffff;
}
.ys_menu_list>li:hover .ys_txt>span,
.ys_menu_list>li:hover .ys_txt>i{
    color: #ffffff;
}
.ys_menu_list>li.on .ys_line{
    background: #fff;
}
.ys_menu_list>li:hover:hover .ys_line{
    background: #fff;
}
.ys_menu_list>li:hover{
    transform: translate(-3px,-3px);
}
.jingyan{
    top: 112px;
    left: 65px;
}
.jiage{
    top: 92px;
    left: 365px;
}
.shigong{
    top: 92px;
    right: 350px;
}
.fuwu{
    top: 92px;
    right: 55px;
}
.ys_circle{
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    background: url(../images/ys_menu_itembg.png) center no-repeat;
}
.ys_txt{
    width: 185px;
    height: 56px;
    text-align: center;
    transition: all .5s;
}
.ys_txt>span{
    color: #9f9f9f;
    font-size: 16px;
    transition: all .5s;
}
.ys_txt>i{
    color: #c5c5c5;
    font-size: 12px;
    transition: all .5s;
}
.ys_line{
    width: 105px;
    height: 1px;
    margin: 0 auto;
	background-color: #cdcdcd;
}
.ys_tab_box{
    width: 1180px;
	height: 500px;
}
.ys_tab_item{
    width: 1180px;
    height: 500px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
	background-color: #fafafa;
}
.ys_view{
    float: left;
    width: 650px;
    height: 460px;
}
.ys_view>img{
    width: 650px;
    height: 460px;
}
.ys_view_txt{
    position: relative;
    width: 479px;
    float: right;
    padding-top: 80px;
    box-sizing: border-box;
}
.ys_view_txt>h4{
    font-size: 22px;
    font-weight: bold;
    color: #1667d3;
    margin-bottom: 10px;
}
.ys_view_txt>h5{
    font-size: 14px;
    color: #afafaf;
    margin-bottom: 30px;
}
.ys_view_txt>h6{
    width: 443px;
    font-size: 14px;
    color: #8a8a8a;
    line-height: 22px;
}
.ys_line2{
    width: 479px;
    height: 1px;
    margin-bottom: 10px;
	background-color: #bdbdbd;
}
.ys_view_txt>span{
    position: absolute;
    top: 455px;
    left: 0;
    width: 90px;
    height: 3px;
    background: url(../images/ys_deco.jpg) center no-repeat;
}
/* about S */
.about_box{
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}
.about{
    width: 100%;
    height: 512px;
}
.about_left{
    float: left;
    width: 615px;
    height: 512px;
    padding: 100px 0 32px 48px;
    box-sizing: border-box;
}
.about_tit{
    position: relative;
    width: 324px;
    height: 78px;
    font-size: 52px;
    font-weight: bold;
    color: #cdd8f2;
    text-align: center;
	border: solid 1px #1667d3;
}
.ab_tit02{
    position: absolute;
    top: 58px;
    left: -1px;
    width: 100px;
    height: 32px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #1667d3;
    overflow: hidden;
}
.ab_cover{
    position: absolute;
    width: 2px;
    height: 28px;
    background: #fff;
    top: 30px;
    left: -1px;
}
.about_left>h5{
    width: 567px;
    height: 100px;
    overflow: hidden;
    color: #b1b1b1;
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
}
.about_right{
    position: relative;
    width: 478px;
	height: 477px;
    float: right;
}
.ab_border{
    position: absolute;
    top: 2px;
    left: -30px;
    width: 478px;
	height: 477px;
	border: solid 1px #1667d3;
}
.ab_bg{
    position: absolute;
    top: 30px;
    left: 16px;
    width: 478px;
	height: 478px;
	background-color: #1667d3;
}
.ab_view{
    position: absolute;
    top: 15px;
    left: -16px;
    width: 477px;
    height: 477px;
}
.ab_view>img{
    width: 477px;
    height: 477px;
}
.about_menu{
    position: absolute;
    top: 408px;
    left: 48px;
    width: 400px;
    height: 72px;
}
.about_menu_list{

}
.about_menu_list>li{
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 52px;
    border: solid 1px #1667d3;
    border-radius: 50%;
    transition: all .5s;
}
.about_menu_list>li:hover{
    width: 76px;
    height: 76px;
}
.about_menu_list>li:hover .ab_menu_bg{
    width: 70;
    height: 70;
    margin: 5px auto;
}
.ab_menu_bg{
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/ab_menu_bg.png) center no-repeat;
    border-radius: 50%;
    margin: 3px auto;
    transition: all .5s;
}
.ab_menu_bg>a{
    display: block;
    width: 66px;
    height: 66px;
    color: #fff;
    overflow: hidden;
}
/* case S */
.case{
    width: 100%;
    height: 574px;
    margin-top: 50px;
    background: url(../images/case_bg.jpg) center no-repeat;
}

#certify {
	position: relative;
	width: 1180px;
	margin: 0 auto;
}

#certify .swiper-container {
     height: 429px; 
     margin-top: 10px;
}

#certify  .swiper-slide {
	width: 546px;
	height: 396px;
	background: #fff; 
	
}
#certify  .swiper-slide img{
    display:block;  width: 524px; height: 373px; opacity: 0.6; 
    margin: 11px auto;  
}

/* #certify .swiper-slide-active img{ border: 5px solid #fff; } */

#certify .swiper-slide .txtlq  { display: none; padding-top: 45px; }
#certify .swiper-slide .red_cover  { display: none;}
#certify .swiper-slide .case_add  { display: none;}
.red_cover{
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 56px;
    border: solid 1px #1667d3;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}
.red_cover>h6{
    width: 160px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    overflow: hidden;
    color: #ffffff;
    background-color: #1667d3;
    margin: 5px auto;
}
.red_cover>h5{
    width: 160px;
    height: 18px;
    overflow: hidden;
}
.case_add{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 47px;
    height: 54px;
    background: url(../images/case_add.png) center no-repeat;
}
#certify .swiper-slide-active .txtlq {display: block; }
#certify .swiper-slide-active .red_cover {display: block; }
#certify .swiper-slide-active .case_add {display: block; cursor: pointer; }
#certify .swiper-slide .txtlq h6{  overflow:hidden; color: #fff; font-size: 14px; text-align: center; margin-top: 5px; }

#certify .swiper-slide-prev img{ opacity: 0.8; }
#certify .swiper-slide-next img{ opacity: 0.8; }

#certify .swiper-slide-active img{ opacity: 1; }


#certify .swiper-button-prev {
width: 75px;
height: 75px;
border-radius: 50%;
background:url(../images/case_errow_l.png) no-repeat center; border:1px solid #fff;
opacity: 1;
cursor: pointer; left: -15px; top: 185px;
}


#certify .swiper-button-prev:hover{ background:url(../images/case_blue_l.png) no-repeat center #fff; }

#certify .swiper-button-next {
width: 75px;
height: 75px;
border-radius: 50%;
background:url(../images/case_errow_r.png) no-repeat center;  border:1px solid #fff;
opacity: 1;
cursor: pointer;  right: -15px; top: 185px;
}
#certify .swiper-button-next:hover{ background:url(../images/case_blue_r.png) no-repeat center #fff; }

.case_title{
    width: 100%;
    height: 135px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.case_title>h3{
    font-size: 30px;
    margin-top: 35px;
}
.case_title>span{
    display: block;
    width: 200px;
    height: 1px;
    margin: 0 auto 10px;
	background-color: #ffffff;
}
.case_title>h4{
    font-size: 24px;
}
/* ---------------- */
/* news S */
.news_menu{
    width: 100%;
    height: 40px;
    margin-top: 30px;
}
.news_menu_list{
    width: 516px;
    margin: 0 auto;
}
.news_menu_list>li{
    float: left;
    margin-right: 20px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	background-color: #fafafa;
    border: solid 1px #eeeeee;
    transition: all .5s;
}
.news_menu_list>li.on{
    background: #1667d3;
}
.news_menu_list>li.on>a{
    color: #fff;
}
.news_menu_list>li:hover{
    background: #1667d3;
}
.news_menu_list>li:hover >a{
    color: #fff;
}
.news_menu_list>li>a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #7e7e7e;
    font-size: 16px;
    transition: all .5s;
}
.news_main{
    width: 100%;
    height: 480px;
    margin: 30px 0 50px;
}
.news_item{
    width: 100%;
    height: 480px;
}
.news_top_list{
    width: 1200px;
}
.news_top_list>li{
    float: left;
    width: 580px;
    height: 238px;
    margin-right: 20px;
}
.news_view{
    float: left;
}
.news_view img{
    width: 290px;
    height: 238px;
}
.news_top_txt{
    width: 288px;
    height: 236px;
    float: left;
    padding: 40px 30px 70px;
    box-sizing: border-box;
    background-color: #fafafa;
	border: solid 1px #eeeeee;
}
.news_top_txt:hover h4>a{
    transform: translate(-3px,-3px);
}
.news_top_txt:hover span{
    transform: translateX(180px);
}
.news_top_txt>h4{
    font-size: 16px;
}
.news_top_txt>h4>a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1667d3;
    transition: all .5s;
}
.news_top_txt>span{
    display: block;
    width: 40px;
    height: 2px;
    margin: 5px 0 30px;
    background-color: #999999;
    transition: all .5s;
}
.news_top_txt>p{
    width: 226px;
    height: 75px;
    overflow: hidden;
    color: #929292;
    font-size: 14px;
    line-height: 25px;
}
.news_bottom{
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-top: 10px;
}
.news_botm_list{
    width: 1200px;
}
.news_botm_list>li{
    float: left;
    width: 380px;
    height: 50px;
    line-height: 50px;
    margin: 0 20px 10px 0;
    padding: 0 15px;
    box-sizing: border-box;
	background-color: #fafafa;
    border: solid 1px #eeeeee;
    transition: all .5s;
}
.news_botm_list>li:hover{
    transform: translate(-3px,-3px);
}
.news_botm_list>li:hover{
    background-color: #1667d3;
}
.news_botm_list>li:hover a{
    color: #fff;
}
.news_botm_list>li:hover span{
    color: #fff;
}
.news_botm_list>li>a{
    float: left;
    width: 200px;
    color: #a2a2a2;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}
.news_botm_list>li>span{
    float: right;
    height: 36px;
    width: 90px;
    margin-top: 7px;
    line-height: 36px;
    padding-left: 10px;
    color: #aaaaaa;
    font-size: 14px;
    box-sizing: border-box;
    border-left: solid 1px #dcdcdc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}


/* concact S */
.concact{
    width: 100%;
    height: 480px;
}
.concact_title{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #1667d3;
}
.concact_title>h3{
    width: 200px;
    color: #ffffff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin: 15px auto 10px;
    border-bottom: 1px solid #cdcdcd;
}
.concact_title>h4{
    color: #ffffff;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
}
.con_input{
    width: 665px;
    margin: 50px auto;
}
.con_input>span{
    font-size: 14px;
    color: #7e7e7e;
}
.con_input>span:nth-child(1){
    margin-right: 290px;
}
.inputs{
    margin-bottom: 20px;
}
.inputs>input{
    width: 300px;
    height: 44px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: #fafafa;
    border-radius: 22px;
    margin-right: 30px;
    color: #1667d3;
	border: solid 1px #dbdbdb;
}
.inputs>input:focus::-webkit-input-placeholder {
    color: #1667d3;
}
.inputs>input:focus{
    border: solid 1px #1667d3;
}
.textarea textarea:focus::-webkit-input-placeholder {
    color: #1667d3;
}
.textarea textarea:focus{
    border: solid 1px #1667d3;
}
.textarea textarea{
    width: 630px;
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
    color: #1667d3;
	background-color: #fafafa;
    border: solid 1px #dbdbdb;
}
#btn{
    display: block;
    width: 140px;
	height: 44px;
	background-color: #fafafa;
	border-radius: 22px;
    border: solid 1px #dbdbdb;
    margin: 20px auto 28px;
    cursor: pointer;
}