/*头部*/
.header{height:80px;}
.header .logo{float:left;height:34px;margin-top: 23px;}
.logo a,.logo img{height:100%;display: block;}
.header .head_other{float:right;}
.head_other .search_btn{float:left;position: relative;}
.head_other .search_btn i{display: block;width: 40px;height:80px;background: url("../images/search_cir.png") no-repeat center;}
.search_btn .search_div{position: absolute;top:100%;padding-top:2px;right:0;z-index: 2;transform: rotateX(90deg);transition: all .5s;width:240px;}
.search_btn:hover .search_div{transform: rotateX(0deg);}
.search_btn .search_div input[type='text']{float:left;width:200px;height:30px;box-sizing: border-box;border-right:1px solid #ddd;padding-left: 10px;}
.search_btn .search_div input[type='button']{float:left;height:30px;width:30px;background:#fff url("../images/search.png") no-repeat center;cursor: pointer;}
.head_other .other_lang{float:left;}
.head_other .other_lang a{display: block;width: 40px;height:80px;background: url("../images/EN_cir.png") no-repeat center;}
.header .nav_list{float:right;}
.header .nav_list li{float:left;line-height: 80px;position: relative;}
.header .nav_list li>a{display: block;padding:0 28px;font-size: 14px;color:#444;}
.header .nav_list li:hover>a{background:#005aab;color:#fff;}
.nav_list li .subNav{position: absolute;top:100%;width:100%;z-index: 2;background: rgba(255,255,255,.7);display: none;}
.subNav a{display: block;text-align: center;line-height: 40px;font-size: 14px;}
.subNav a:hover{background: #fff;color:#005aab;}
.nav_btn{display: none;}
.close_div{display: none;}
/*banner*/
.banner{width:100%;}
.banner .banner_list li{height:420px;}
.banner .banner_list li a{display: block;height:100%;}
.banner .bx-wrapper .bx-pager.bx-default-pager a{background: #fff;}
.banner .bx-wrapper .bx-pager.bx-default-pager a.active,.banner .bx-wrapper .bx-pager.bx-default-pager a:focus,.banner .bx-wrapper .bx-pager.bx-default-pager a:hover{background: #005aab;}
.banner .bx-wrapper .bx-controls-auto,.banner .bx-wrapper .bx-pager{bottom:15px;width:20%;right:0;}
/*通知*/
.notice_banner{height:52px;line-height: 52px;border-bottom: 1px solid #d4d4d4;box-shadow: 0 3px 3px #eee;margin-bottom: 25px;}
.notice_banner .notice_list li{height: 52px;}
.notice_banner .notice_list li a{
    display:inline-block;font-size: 12px;color:#666;line-height: 52px;
    padding-left: 36px;background: url("../images/notice.png") no-repeat 4px center;
}
.notice_banner .notice_list li span{font-size: 12px;color:#888;}
/*主体*/
.title{padding-left: 70px;margin-bottom:10px;height:48px;line-height:48px;font-size: 16px;color:#333;}
.title a.fr{font-size: 12px;color:#c6c6c6;}
.abt_us{width:47.5%;margin-right: 2.4%;}
.abt_us .title{background: url("../images/abt_T.png") no-repeat left center;}
.abt_us .abt_main{
    font-size: 12px;color:#666;line-height: 23px;height:92px;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp:4;-webkit-box-orient: vertical;
}
.news{width:47.5%;margin-left: 2.4%;}
.news .title{background: url("../images/news_T.png") no-repeat left center;}
.news .news_list li{line-height: 23px;padding-left: 10px;height:23px;}
.news .news_list li a{display:inline-block;font-size: 12px;color:#666;width:calc(100% - 69px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .news_list li a:before{
    content: "";display: inline-block;width: 0;height:0;border: 5px solid transparent;
    border-left-color:#53c3f1;margin-right:8px;
}
.news .news_list li span{font-size: 12px;color:#666;}
.index_border{height:4px;width:100%;background:url("../images/index_border.jpg") no-repeat right;margin:30px 0 22px;}

.index_other{width: 100%;margin-bottom: 40px;}
.index_other .pro_one{display:block;width:25%;float:left;height:150px;position: relative;box-sizing: border-box;padding-left:48px;}
.index_other .pro_one:after{
    content: "";display: block;width: 0;height:0;border: 15px solid transparent;
    position: absolute;left:100%;z-index: 2;top:calc(50% - 15px);
}
.index_other .pro_one.pro_1{background:#005aab url("../images/pro_1.png") no-repeat right bottom;}
.index_other .pro_one.pro_2{background:#046ac5 url("../images/pro_2.png") no-repeat right bottom;}
.index_other .pro_one.pro_3{background:#1e86e4 url("../images/pro_3.png") no-repeat right bottom;}
.index_other .pro_one.pro_4{background:#53c3f1 url("../images/pro_4.png") no-repeat right bottom;}
.index_other .pro_one.pro_1:hover,.index_other .pro_one.pro_2:hover,.index_other .pro_one.pro_3:hover,.index_other .pro_one.pro_4:hover{opacity: 0.8;}
.index_other .pro_one.pro_1:after{border-left-color:#005aab;}
.index_other .pro_one.pro_2:after{border-left-color:#046ac5;}
.index_other .pro_one.pro_3:after{border-left-color:#1e86e4;}
.index_other .pro_one.pro_4:after{display: none;}
.pro_one .pro_name{color:#fff;line-height: 100px;font-size: 22px;}
.pro_one .pro_name i{display:block;width: 50px;margin-right:20px;height:100px;float:left;}
.pro_one.pro_1 .pro_name i{background: url("../images/pro_icon_1.png") no-repeat center;}
.pro_one.pro_2 .pro_name i{background: url("../images/pro_icon_2.png") no-repeat center;}
.pro_one.pro_3 .pro_name i{background: url("../images/pro_icon_3.png") no-repeat center;}
.pro_one.pro_4 .pro_name i{background: url("../images/pro_icon_4.png") no-repeat center;}
.pro_one .pro_intro{color:#fff;font-size:12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/*footer*/
.footer{width: 100%;height:80px;background: #d8d8d8;box-shadow: 0 5px 5px #c8c8c8 inset;}
.footer .copyright{float:left;font-size:12px;color:#7e7e7e;line-height: 80px;}
.footer .footOther{float:right;}
.footer .footOther a{display:inline-block;line-height: 80px;padding-left:28px;margin-right: 15px;}
.footer .footOther a.partner_a{background: url("../images/partner_cir.png") no-repeat left center;}
.footer .footOther a.tecSup_a{background: url("../images/ball_cir.png") no-repeat left center;}
.footer .footOther a.conUs_a{background: url("../images/contact_cir.png") no-repeat left center;}