@charset "utf-8";
/* 浏览器样式初始化 */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:14px;font-family:"Microsoft Yahei";line-height:2em}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
html,body{color:#333;}
ul,ol,li{list-style:none;margin: 0;padding: 0;}
a{color:#4b4848;text-decoration:none;}
a:hover{text-decoration:none;-webkit-transition: background-color .2s ease;-moz-transition: background-color .2s ease;-ms-transition: background-color .2s ease;-o-transition: background-color .2s ease;transition: background-color .2s ease;}
img{border:0;display: block;}
h1,h2,h3,h4,h5{font-weight:normal}
select::-ms-expand { display: none; } 
input{outline: none;}
.clear:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.clear { zoom:1; }
.left{ float:left; }
.right{ float:right;}
.hide{ display:none;}
.main{width:1400px;margin:0 auto;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ 
::-webkit-scrollbar 
{ 
    width: 8px; 
    height: 8px; 
    background-color:#F5F5F5; 
} 
   
/*定义滚动条轨道 内阴影+圆角*/ 
::-webkit-scrollbar-track 
{ 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px; 
    background-color: rgba(245,245,245,0.8); 
} 
   
/*定义滑块 内阴影+圆角*/ 
::-webkit-scrollbar-thumb 
{ 
    border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 
    background-color: #999999; 
}
/* index.html */
.header{width:100%;height: 100px;box-sizing:border-box;box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);position:relative;z-index:1;}
.header .center{width:100%;max-width:1680px;margin:0 auto;}
.header .logo{float: left;display:block;margin-top:26px;}
.header .menu{float: right;}
.header .menu li{float: left;}
.header .menu li a{display:inline-block;font-size:16px;color:#666;position: relative;height:100px;line-height:100px;padding:0px 18px;}
.header .menu li a:after{display:block;width:100%;height:2px;background-color: #00a0e9;content: '';position: absolute;bottom:0px;opacity:0;left:0px;}
.header .menu li.on a:after{opacity:1;}
.header .menu li a:hover{background-color:#00a0e9;color:#fff;}
.header .menu li a:hover:after{opacity:1;}
.header .menu .nav{width:100%;position:absolute;top:100px;left:0px;background-color:#fdfdfd;z-index: 2;padding-top: 70px;display:none;}
.header .menu .nav ul{width:1400px;margin:0 auto;height:403px;}
.header .menu .nav li{width:190px;margin-left: 110px;cursor:pointer;}
.header .menu .nav li:first-child{margin-left: 0px;}
.header .menu .nav .tit{font-size:20px;color:#555555;line-height: 1em;margin-bottom: 17px;}
.header .menu .nav p{color:#888888;line-height: 1em;display: block;font-size:14px;margin-top:10px;}
.header .menu .nav .pic{width:100%;height: 160px;margin-top:45px;display: block;position: relative;}
.header .menu .nav .pic img{position: absolute;bottom:0px;}
.header .menu .nav li:hover p,.header .menu .nav li:hover .tit{color:#00a0e9;}
.header .search_box{float:right;margin-left:30px;margin-top:18px;}
.header .search_box .search_btn{display:block;width:20px;height:20px;background:url(img/searchbtn.png) no-repeat center;margin-top:20px;}
.header .serch_in{position:absolute;margin-top:45px;left:27%;z-index:333;display: block;width: 22px;height:22px;background:url(/static/img/wsearch.png) no-repeat center;border: none;cursor: pointer;}
.header .search{width:839px;height:100%;background:#fff;position:absolute;top:0;left:50%;z-index:1;transition:all 0.6s;display:none;}
.header .serch_txt{width:300px;height:20px;margin-top:35px;border:none;padding:10px 0px;position:absolute;left:50%;margin-left:-160px;color:#999999;background:#fff;}
.header .close{width:25px;height:25px;position:absolute;display:block;top:41px;right:0px;cursor:pointer;z-index:10;background:url(img/close.png) no-repeat center;}
/* .header .close:before,.close:after{position:absolute;display:block;width:25px;height:2px;background:#333;content:'';top: 50%;left: 50%;margin-left:-10px;}
.header .close:before{transform:rotate(45deg);}
.header .close:after{transform:rotate(-45deg);} */


.banner{width:100%;position: relative;}
.banner .bd,.banner .bd ul{width:100%!important;}
.banner .bd li{width:100%!important;height:811px;background-repeat: no-repeat; background-position: center;}
.banner .btn{display:block;width:180px;height:66px;position:absolute;top:50%;margin-top:-33px;padding:3px;box-sizing:border-box;transition:all 0.6s;}
.banner .btn i{display:block;width:15px;height:28px;background:url(img/ban_arrow.png) no-repeat center;background-size:cover;margin-top:17px;}
.banner .btn span{display:block;width:109px;height:60px;background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden;opacity:0;transition:all 0.6s;}
.banner .prev_btn{left:0px;}
.banner .next_btn{right:0px;}
.banner .prev_btn i{transform:rotate(180deg);float:left;margin-left:25px;}
.banner .prev_btn span{float:right;}
.banner .next_btn i{float:right;margin-right:25px;}
.banner .next_btn span{float:left;}
.banner .btn:hover{background:#fff;}
.banner .btn:hover i{background:url(img/ban_arrowh.png) no-repeat center;}
.banner .btn:hover span{opacity:1;}

.index_wrap1{width:1400px;margin:45px auto 0px;}
.index_wrap1 .left_pic{float: left;margin-left: 80px;position: relative;}
.index_wrap1 .left_pic img{position:relative;z-index:1;}
.index_wrap1 .left_pic:after{content: '';display: block;position: absolute;width:580px;height: 283px;bottom:-20px;left:-20px;background-color:#00a0e9;z-index:0;}

.index_wrap1 .right_txt{width:720px;height: 346px;background-color: #fbfbfb;float: left;margin-top: 100px;padding-top: 75px;box-sizing:border-box;padding-left: 60px;box-shadow:0 0 40px -18px rgba(0,0,0,0.2)}
.index_wrap1 .right_txt p{font-size:16px;color:#666666;line-height: 1em;}
.index_wrap1 .right_txt p font{font-size:30px;margin-right: 15px;}
.index_wrap1 .right_txt span{color:#999999;font-size:13px;margin-top: 20px;display: block;width:518px;}
.index_wrap1 .right_txt a{color:#666666;line-height: 1em;margin-top: 90px;display: inline-block;}
.index_wrap1 .right_txt a:hover{color:#00a0e9;}
.index_wrap2{width:100%;height:200px;padding:60px 0px;box-sizing:border-box;border-top:1px dashed #dcdcdc;margin-top: 133px;}
.index_wrap2 ul{width:1400px;margin:0 auto;}
.index_wrap2 li{float: left;width:350px;position: relative;}
.index_wrap2 li:after{content: '';display: block;width:1px;height: 52px;background-color: #dcdcdc;position: absolute;top:50%;right:0px;transform: translateY(-50%);}
.index_wrap2 li:last-child:after{display: none;}
.index_wrap2 li span{font-size:16px;color:#555555;display:inline-block;line-height: 1em;transform: translateX(-40%);position: relative;left:50%;}
.index_wrap2 li span b{font-size:44px;transform: translateY(20px);float: left;margin-right: 10px;}
.index_wrap2 li p{line-height: 1em;text-align: center;margin-top:45px;font-size:16px;color:#888888;}


.fdbg{width:100%;background-color:#fbfbfb;padding: 130px 0px;box-sizing:border-box;}
.index_wrap3{width:1400px;margin:0 auto;overflow: hidden;padding-top: 10px;}
.index_wrap3 .tit{margin-bottom: 55px;}
.index_wrap3 .tit p{float: left;font-size:16px;color:#666666;line-height: 1em;}
.index_wrap3 .tit font{font-size:30px;color:#555555;margin-right: 10px;}
.index_wrap3 .hd{float: right;}
.index_wrap3 .hd li{float: left;width:80px;height: 30px;margin-left:11px;font-size:16px;color:#555555;line-height: 30px;text-align: center;position: relative;cursor:pointer;}
.index_wrap3 .hd li:after{content: '';position: absolute;width:1px;height: 10px;background-color:#dcdcdc;top:50%;transform: translateY(-50%);left:-5px;}
.index_wrap3 .hd li:first-child:after{display: none;}
.index_wrap3 .hd li.on{background-color: #00a0e9;color:#fff;}
.index_wrap3 .bd ul{width:110%;}
.index_wrap3 .bd li{float: left;width:338px;margin-right: 16px;margin-bottom: 35px;}
.index_wrap3 .bd li .pic{width:100%;height:232px;position:relative;background-color: #fbfbfb;overflow: hidden;}
.index_wrap3 .bd li img{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);max-width:100%;}
.index_wrap3 .bd li .sum{position: absolute;top:0px;left: 0px;width:100%;height: 100%;background-color: rgba(75,187,238,0.9);color:#FFF;padding: 55px;box-sizing:border-box;opacity:0;transition: all 0.6s;}
.index_wrap3 .bd li b{display: block;font-size:48px;line-height: 1em;}
.index_wrap3 .bd li b:before{content: '';position: absolute;display: block;width:40px;height: 1px;background-color: #fff;top:34%;left:0px;}
.index_wrap3 .bd .sum span{display: block;width:100%;font-size:12px;line-height:1.5em;margin-top: 18px; }
.index_wrap3 .model,.index_wrap3 .name{line-height: 1em;text-align: center;}
.index_wrap3 .model{margin:18px 0px 9px;font-size:18px;color:#555555;}
.index_wrap3 .name{color:#999999;}
.index_wrap3 .bd li:hover .sum{opacity: 1;}

.index_wrap4{width:1400px;margin:100px auto 0px;}
.index_wrap4 .tit{font-size:16px;color:#666666;line-height: 1em;}
.index_wrap4 .tit font{font-size:30px;color:#555555;margin-right: 10px;}
.index_wrap4 .table{margin-top:35px;}
.index_wrap4 .hd{width:412px;float: left;overflow:hidden;}
.index_wrap4 .hd ul{width:110%;}
.index_wrap4 .hd li{float: left;width:198px;height: 139px;margin-right:4px;overflow: hidden;margin-bottom:4px;border:3px solid #fff;cursor:pointer}
.index_wrap4 .hd li.on{border:3px solid #00a0e9;}
.index_wrap4 .bd{float:right;width:930px;}
.index_wrap4 .bd .sum{padding-top: 20px;margin-top: 15px;border-top:1px dashed #bababa;}
.index_wrap4 .bd .sum p{font-size:24px;line-height: 1em;color:#666666;margin-bottom: 20px;}
.index_wrap4 .bd .sum span{display:block;width:760px;font-size:13px;color:#888888;}
.index_wrap4 .bd .sum a{display: block;margin-top:50px;line-height: 1em;float: right;}
.index_wrap4 .bd .sum a:hover{color:#00a0e9;}
.index_wrap5{width:100%;height:660px;background: #fafafa url(img/inewsbg.png) no-repeat right bottom;padding-top: 90px;box-sizing:border-box;position: relative;}
.index_wrap5 .line{width:100%;height:1px;background-color:#e3e3e3;position: absolute;top:278px;z-index:0;}
.index_wrap5 .con{width:1400px;margin:0 auto;overflow: hidden;padding-top: 10px;}
.index_wrap5 .tit{margin-bottom:95px;}
.index_wrap5 .tit p{float: left;font-size:16px;color:#666666;line-height: 1em;}
.index_wrap5 .tit font{font-size:30px;color:#555555;margin-right: 10px;}
.index_wrap5 .hd{float: right;}
.index_wrap5 .hd li{float: left;width:80px;height: 30px;margin-left:11px;font-size:16px;color:#555555;line-height: 30px;text-align: center;position: relative;cursor:pointer;}
.index_wrap5 .hd li:after{content: '';position: absolute;width:1px;height: 10px;background-color:#dcdcdc;top:50%;transform: translateY(-50%);left:-5px;}
.index_wrap5 .hd li:first-child:after{display: none;}
.index_wrap5 .hd li.on{background-color: #00a0e9;color:#fff;}
.index_wrap5 .bd li{width:289px;margin-left: 75px;float: left;}
.index_wrap5 .bd li:first-child{margin-left:0px;}
.index_wrap5 .bd .top{width:100%;height:54px;position: relative;}
.index_wrap5 .bd .top:after{content: '';display: block;width:0;height: 1px;background-color:#37ade1;position: absolute;bottom:0px;transition: all 0.6s;}
.index_wrap5 .bd .top b{display:block;float:left;font-size:24px;color:#666666;line-height: 1em;}
.index_wrap5 .bd .top i{float:right;display:block;width:32px;height:19px;border-left:1px solid #37ade1;background-image: url(img/arrow.png);background-position:right center;background-repeat: no-repeat;opacity: 0;transition: all 0.6s;}
.index_wrap5 .bd li p{font-size:16px;color:#666666;margin:30px 0px 27px;line-height: 1em;}
.index_wrap5 .bd li span{font-size:13px;color:#888888;line-height: 1.5em;display: block;margin-bottom: 36px;}
.index_wrap5 .bd li:hover .top:after{width:100%;}
.index_wrap5 .bd li:hover .top i{opacity: 1;animation:arrow 0.4s infinite alternate;}


@keyframes arrow
{
from {background-position:left center;}
to {background-position:right center;}
}


.footer{width:100%;background-color: #646464;padding-top:42px;height:457px;box-sizing:border-box;}
.footer .flogo{width:100%;height:32px;border-bottom:1px solid #b0b0b0;margin-bottom: 70px;}
.footer .flogo img{margin:0 auto;}
.footer .con dl{float: left;margin-left:110px; }
.footer .con dl:first-child{margin-left:0px;}
.footer .con dt{line-height: 1em;}
.footer .con dd{line-height: 1em;margin-top: 16px;}
.footer .con dt a{font-size:16px;color:#c3c3c3;display: block;}
.footer .con dd a{font-size:12px;color:#b0b0b0;display: block;}
.footer .con dd a:hover{color:#fff;}
.footer .con ul{margin-left: 187px;float: left;}
.footer .con li{font-size:16px;color:#c3c3c3;line-height: 1.1em;margin-bottom:40px;}
.footer .con li i{display: block;width:20px;height: 20px;background-image: url(img/ficon.png);background-repeat: no-repeat;float: left;margin-right: 13px;}
.footer .con p{float:right;position:relative;}
.footer .con p a{display: block;width:33px;height: 33px;background-image:url(img/wxb.png);background-repeat: no-repeat;float: left;margin-left:8px;}
.footer .con p a img{position:absolute;top:45px;left:0px;opacity:0;transition:all 0.6s;}
.footer .con .wx{background-position: left center}
.footer .con .wb{background-position: right center}
.footer .con p a:hover{background-image:url(img/hwxb.png);}
.footer .con p a:hover img{opacity:1;}
.copyright{width:100%;height: 50px;background:#606060;}
.copyright p{float: left;color:#c4c4c4;margin-right: 35px;line-height: 50px;font-size:13px;}
.copyright p a{color:#c4c4c4;}
.copyright p a:hover{color:#fff;}
.copyright .otherlink{float: right;position: relative;width:186px;height: 28px;border:1px solid #ababab;box-sizing:border-box;margin-top: 10px;}
.copyright .otherlink span{font-size:12px;color:#c4c4c4;display: block;width:100%;padding-left:15px;line-height: 26px;}
.copyright .otherlink ul{position: absolute;bottom:26px;width:100%;border:1px solid #ababab;}
.copyright .otherlink ul li{border-bottom:1px dashed #ababab;}
.copyright .otherlink ul li a{display: block;width:100%;height: 25px;line-height: 25px;padding: 0px 10px;box-sizing:border-box;color:#fff;}


.nbanner{width:100%;height:498px;background-repeat: no-repeat;background-position: center;}

.contact_box{background:#fdfdfd;padding:75px 0px 178px;}
.cn,.en{text-align: center;line-height: 1em;}
.cn{font-size:30px;color:#555555;margin-bottom: 10px;}
.en{font-size:16px;color:#666666;}
.join_list{margin-top: 40px;}
.join_list li{border-bottom:1px solid #e3e3e3;cursor:pointer;background-color: #fff;}
.join_list li .top{height: 70px;width:100%;background-color: #fdfdfd;padding:0px 100px;box-sizing:border-box;position: relative;}
.join_list li .top span{display: block;float: left;width:240px;height: 100%;line-height:70px;font-size:18px;color:#777777;text-align: center;}
.join_list li .top .x{display: block;width:21px;height:21px;position: absolute;top:50%;right:54px;margin-top: -10px;}
.join_list li .top .x:before,.join_list li .top .x:after{content:'';display: block;position: absolute;width:21px;height: 1px;background-color: #555555;top:50%;transition:  all 0.6s;}
.join_list li .top .x:before{transform: rotate(90deg);}
.join_list li .top .show:before{transform: rotate(0deg);}


.join_list li:first-child .top{background-color: #00a0e9;}
.join_list li:first-child span{color:#fff;font-size:20px;}
.join_list li .content{width:1000px;margin:0px auto;position: relative;padding: 40px 0px 70px;box-sizing:border-box;display:none;}
.join_list li .content i{font-style: normal;position: absolute;right:0;bottom:15px;font-size:12px;color:#00a0e9;transform:translateX(50%);display: none;}

.contact_wrap{margin-top: 90px;width:1158px;margin:75px auto 0px;}
.contact_wrap .hd{text-align: center;margin-top: 42px;margin-bottom: 20px;}
.contact_wrap .hd ul{display: inline-block;}
.contact_wrap .hd li{float: left;width:230px;height: 50px;line-height: 50px;color:#777777;font-size:20px;text-align: center;background-color: #f3f3f3;margin-left: 2px;}
.contact_wrap .hd li:first-child{margin-left: 0px;}
.contact_wrap .hd li.on{background-color:#00a0e9;color:#fff;}
.contact_wrap .bd ul{width:110%;overflow: hidden;}
.contact_wrap .bd li{width:365px;margin-right:30px;height:250px;padding-top: 50px;box-sizing:border-box;float: left;background-color: #fff;text-align: center;margin-bottom: 20px;padding:14px;box-sizing:border-box;}
.contact_wrap .bd li p{font-size:18px;color:#777777;line-height: 1em;margin-bottom:18px;}
.contact_wrap .bd li span{font-size:16px;color:#999999;line-height:1em;}

.dress{margin-top: 65px;background-color:#fff;box-shadow:0 0 19px -5px rgba(0,0,0,0.5)}
.dress ul{padding: 40px;box-sizing:border-box;display: flex;justify-content: space-between;}
.dress li{font-size:16px;color:#666666;line-height:20px;}
.dress li i{display: block;width:20px;height: 20px;background-image: url(img/dress_icon.png);background-repeat: no-repeat;float: left;margin-right: 13px;}


/* NEWS.html */
.bgcolor{width:100%;background-color: #fdfdfd;padding:75px 0px 120px;}
.typelist{text-align: center;margin-top: 60px;}
.typelist ul{display: inline-block;}
.typelist li{float: left;margin-left:11px;position: relative;}
.typelist li a{display: block;width:80px;height: 30px;font-size:16px;color:#555555;line-height: 30px;text-align: center;}
.typelist li:after{content: '';position: absolute;width:1px;height: 10px;background-color:#dcdcdc;top:50%;transform: translateY(-50%);left:-5px;}
.typelist li:first-child:after{display: none;}
.typelist li.on a{background-color: #00a0e9;color:#fff;}
.typelist li a:hover{background-color: #00a0e9;color:#fff;}


.typeyear{width:100%;overflow:hidden;margin:18px 0px 10px 0px;height:28px;}
.typeyear span{display: inline-block;float: right;font-size:16px;color:#00a0e9;line-height: 24px;cursor:pointer;}
.typeyear ul{float: right;display:none;}
.typeyear ul li{float: left;margin-right:10px;}
.typeyear ul li a{display: block;color:#999999;}
.typeyear ul li.on a{color:#00a0e9;}

.newList li{position: relative;padding: 28px 0px;border-bottom:1px solid #e3e3e3;transition:all 0.3s;}
.newList img{float: left;margin-right: 48px;}
.newList .txt{float: left;}
.newList .txt p{font-size:22px;color:#777777;line-height: 1em;margin:20px 0px 25px;}
.newList .txt .sum{color:#999999;display: block;max-width:790px;height:80px;}
.newList .txt .time{font-size:16px;color:#b5b5b5;display: block;line-height: 1em;}
.newList .txt .time font{font-size:22px;color:#b3b3b3;}
.newList .more{display:block;width:120px;height: 52px;border-left:2px solid #b7b7b7;position: absolute;top:50%;margin-top:-26px;right:40px;font-size:20px;color:#b3b3b3;line-height: 52px;text-align: center;background-image: url(img/narrow.png);background-repeat:no-repeat;background-position:right center;}
.newList li:hover{transform:translate(-5px);}
.newList li a:hover .more{color:#37ade1;background-image: url(img/nharrow.png);}


.first_case{width:100%;height:384px;background:#fff;margin:60px auto;}
.first_case img{float: left;}
.first_case .txt{width:469px;height: 100%;padding:70px 60px 0px 50px;float: left;box-sizing:border-box;}
.first_case p{font-size:24px;color:#777777;line-height: 1em;margin-bottom: 30px;}
.first_case span{display: block;font-size:13px;color:#888888;height:84px;overflow: hidden;}
.first_case a{float: right;margin-top: 100px;color:#00a0e9;}

.case_list{width:100%;overflow: hidden;}
.case_list ul{width:110%;}
.case_list li{float:left;margin-right: 25px;width:450px;margin-bottom:35px;height:355px;overflow: hidden;padding-bottom: 25px;position: relative;}
.case_list li:before{content: '';position: absolute;display: block;width:100%;height: 1px;background-color:#eee;bottom:0px;}
.case_list li:after{content: '';position: absolute;display: block;width:0px;height: 1px;background-color:#00a0e9;transition: all 0.6s;bottom:0px;}
.case_list li img{width:100%;}
.case_list li .txt{margin-top: 25px;padding:0px 8px;box-sizing:border-box; }
.case_list li p{float: left;font-size:22px;color:#777777;line-height: 1em;}
.case_list li span{display: block;width:32px;height:19px;border-left:1px solid #b3b3b3;float: right;background-image: url(img/arrowh.png);background-repeat: no-repeat; background-position: center center;margin-top:2px;transition:  all 0.6s;}
.case_list li:hover p{color:#00a0e9;}
.case_list li:hover span{background-image: url(img/arrow.png);background-position: right center;}
.case_list li:hover:after{width:100%;}

.product{margin-top: 72px;}
.pro_type{width:100%;margin-top:68px;}
.pro_type .type_lv1{width:100%;background-color: #f3f3f3;}
.pro_type .type_lv1 li{float: left;width:20%;}
.pro_type .type_lv1 li a{display:block;width:100%;height:55px;text-align: center;line-height:55px;font-size:18px;color:#777777;}
.pro_type .type_lv1 li.on a{background-color: #00a0e9;color:#fff;}
.pro_type .type_lv1 li:hover a{background-color: #00a0e9;color:#fff;}
.pro_type .type_lv2 span{display: block;width:100px;height:72px;background-color: #f0f0f0;text-align: center;line-height: 72px;font-size:18px;color:#666666;float: left;}
.pro_type .type_lv2 ul{float: left;background-color: #fbfbfb;width:1300px;border-bottom:1px solid #f3f3f3;}
.pro_type .type_lv2 li{float: left;margin-left: 50px;}
.pro_type .type_lv2 li a{font-size:16px;color:#999999;height:70px;line-height: 70px;}
.pro_type .type_lv2 li a:hover{color:#00a0e9;}
.pro_type .type_lv3 span{display: block;width:100px;height:72px;background-color: #f0f0f0;text-align: center;line-height: 72px;font-size:18px;color:#666666;float: left;}
.pro_type .type_lv3 ul{float: left;background-color: #fbfbfb;width:1300px;}
.pro_type .type_lv3 li{float: left;margin-left: 10px;height:70px;}
.pro_type .type_lv3 li a{display:block;width:130px;height:53px;background-repeat: no-repeat;background-position: center;border:2px solid transparent;margin-top:8px;}
.pro_type .type_lv3 li a:hover{border:2px solid #00a0e9;}


.pro_list{width:110%;margin-top: 60px;}
.pro_list li{float: left;width:338px;margin-right: 16px;margin-bottom: 35px;}
.pro_list li .pic{width:100%;height:232px;position:relative;background-color: #fbfbfb;overflow: hidden;}
.pro_list li img{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);max-width:100%;max-height:100%;}
.pro_list li .sum{position: absolute;top:0px;left: 0px;width:100%;height: 100%;background-color: rgba(75,187,238,0.9);color:#FFF;padding: 55px;box-sizing:border-box;opacity:0;transition: all 0.6s;}
.pro_list li b{display: block;font-size:48px;line-height: 1em;}
.pro_list li b:before{content: '';position: absolute;display: block;width:40px;height: 1px;background-color: #fff;top:34%;left:0px;}
.pro_list .sum span{display: block;width:100%;font-size:12px;line-height:1.5em;margin-top: 18px; }
.pro_list .model,.pro_list .name{line-height: 1em;text-align: center;}
.pro_list .model{margin:18px 0px 9px;font-size:18px;color:#555555;}
.pro_list .name{color:#999999;height:48px;overflow:hidden;}
.pro_list li:hover .sum{opacity: 1;}

/* about.html */
.about_wrap1{width:100%;height:620px;background-color: #fdfdfd;padding-top:90px;box-sizing:border-box;}

.about_wrap1 .con{width:1400px;margin:0 auto;}
.about_wrap1 .left_pic{float: left;position: relative;z-index: 1}
.about_wrap1 .left_pic:after{content: '';display: block;position: absolute;width:580px;height: 283px;bottom:-20px;left:-20px;background-color:#00a0e9;z-index: -1;}

.about_wrap1 .right_txt{float: left;padding-top:80px;box-sizing:border-box;padding-left: 60px;}
.about_wrap1 .right_txt .tit{font-size:16px;color:#666666;line-height: 1em;}
.about_wrap1 .right_txt .tit font{font-size:30px;margin-right: 15px;}
.about_wrap1 .right_txt .sum{color:#999999;font-size:13px;margin-top:35px;display: block;width:716px;}
.about_wrap1 .right_txt .sum p{font-size:13px;}


.about_wrap2{margin-top: 80px;width:1400px;margin:80px auto 0;}
.about_wrap2 .con{margin-top:55px;width:100%;}
.about_wrap2 .con li{float:left;width:278px;position:relative;height:300px;margin:0 25px;padding-top:98px;box-sizing:border-box;cursor:pointer;}
.about_wrap2 .con li i{display:block;width:100%;height:95px;background-image:url(img/culture_icon.png);background-repeat:no-repeat;}
.about_wrap2 .con li .title{font-size:20px;color:#555555;line-height:1em;text-align:center;margin-top:15px;font-weight:bold;}
.about_wrap2 .con li .content_box{width:100%;height:100%;background:#009ae0;padding:77px 40px 0px;box-sizing:border-box;position:absolute;top:0px;left:0px;box-shadow:0px 0px 10px 0px #009ae0;opacity:0;transition:all 0.6s;}
.about_wrap2 .con li .content_box b{font-size:20px;display:block;text-align:center;line-height:1em;color:#fff;}
.about_wrap2 .con li .content_box em{display:block;width:34px;height:1px;background:#0088c6;margin:16px auto;}
.about_wrap2 .con li .content_box span{display:block;width:100%;text-align:justify;color:#fff;}
.about_wrap2 .con li:hover .content_box{opacity:1;}

.about_wrap3{width:100%;height:660px;background:url(img/honorbg.jpg) no-repeat center;padding-top: 55px;box-sizing:border-box;margin-top:110px;}
.about_wrap3 .honor_box{width:1400px;margin:40px auto 0px;}
.about_wrap3 .honor_box li{width:250px;transform:scale(0.8);}
.about_wrap3 .honor_box li span{display:block;width:100%;height:393px;}
.about_wrap3 .honor_box li span:after{content:'';display: block;width:100%;height: 100%;background-color:rgba(245,245,246,0.6);position: absolute;top:0px;left:0px;}
.about_wrap3 .honor_box li img{width:100%;position: absolute;top:50%;transform: translateY(-50%);}
.about_wrap3 .honor_box li p{text-align: center;line-height: 1em;font-size:18px;color:#666666;margin-top: 35px;opacity: 0;transition: all 0.6s;}
.about_wrap3 .honor_box li.swiper-slide-active{transform:scale(1);}
.about_wrap3 .honor_box li.swiper-slide-active img{border:2px solid #00a0e9;}
.about_wrap3 .honor_box li.swiper-slide-active p{opacity: 1;}
.about_wrap3 .honor_box li.swiper-slide-active span:after{background-color:rgba(255,255,255,0);}
.about_wrap3 .honor_box .button{display: block;width:45px;height: 45px;background-color:#fff;background-image:url(img/narrow.png);background-position: center;background-repeat: no-repeat;position: absolute;top: 50%;margin-top: -22px;z-index: 10;cursor: pointer;border-radius: 100%;}
.about_wrap3 .honor_box .button-prev{left:10px;transform:rotate(180deg);}
.about_wrap3 .honor_box .button-next{right:10px;}
.about_wrap3 .honor_box .button:hover{background-image: url(img/warrow.png);background-color:#00a0e9;}

.about_wrap4{width:100%;height:800px;background:url(img/aw4bg.jpg) no-repeat center bottom;margin-top: 110px;position: relative;overflow: hidden;}
.about_wrap4 .con{padding:8px 6px;width:960px;position: relative;margin:200px auto 0px;height:220px;background:url(img/alibg.png) no-repeat center;}


.about_wrap4 .con li{width:940px;height:178px;position: absolute;top:28px;left:26px;}
.about_wrap4 .con li img{float: left;margin-right: 45px;height:100%;}
.about_wrap4 .con li span{display: block;width:400px;float: left;color:#777777;margin-top:40px;}
.about_wrap4 .con li b{display: block;line-height: 1em;position: absolute;font-size:96px;color:#00a0e9;right:40px;top:-70px;}
.about_wrap4 .con .button{display: block;width:45px;height: 45px;background-color:#fff;background-image:url(img/narrow.png);background-position: center;background-repeat: no-repeat;position: absolute;top: 50%;margin-top: -22px;z-index: 10;cursor: pointer;border-radius: 100%;box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.1)}
.about_wrap4 .con .button-prev{left:-85px;transform:rotate(180deg);}
.about_wrap4 .con .button-next{right:-85px;}
.about_wrap4 .con .button:hover{background-image: url(img/warrow.png);background-color:#00a0e9;}
.about_wrap4 .con_list{position: absolute;bottom:0px;left:0px;width:100%;}
.about_wrap4 .con_list ul{position:relative;left:0px;}
.about_wrap4 .con_list li{float: left;width:136px;height:83px;position: relative;background-color: #fff;border:1px solid #e9e9e9;box-sizing:border-box;}
.about_wrap4 .con_list li p{width:100%;height: 100%;text-align: center;line-height: 83px;font-size:24px;color:#666666;}
.about_wrap4 .con_list li .pic{position:absolute;padding:7px;box-sizing:border-box;background:#fff;height:127px;width:100%;top:82px;transition:all 0.6s;box-shadow:3px 0px 9px -4px rgba(0,0,0,0.4);z-index:2;}
.about_wrap4 .con_list li .pic img{width:120px;height:70px;}
.about_wrap4 .con_list li .pic span{display:block;text-align:center;font-size:24px;color:#666666;line-height:1em;margin-top:18px;}
.about_wrap4 .con_list li.on .pic{top:-50px;}


.con_top{padding-bottom: 25px;box-sizing:border-box;border-bottom: 1px solid #dadada;margin-bottom: 25px;}
.con_top .pic_left{float: left;width:700px;}
.con_top .pic_left .bd{float: left;}
.con_top .pic_left .hd{float: left;margin-left: 8px;}
.con_top .pic_left .hd li{margin-top: 5px;box-sizing:border-box;cursor:pointer;}
.con_top .pic_left .hd li.on{border:1px solid #29afec;}
.con_top .pic_left .hd li:first-child{margin-top: 0px;}
.con_top .txt_right{float: right;width:640px;}
.con_top .txt_right p{font-size:28px;color:#777777;border-bottom:1px solid #dadada;line-height: 1em;margin-top: 40px;padding-bottom: 20px;}
.con_top .txt_right dl{float: left;margin:25px 45px 25px 0px;padding-right: 25px;}
.con_top .txt_right dl:first-child{border-right:1px solid #dadada;}
.con_top .txt_right dd{font-size:18px;color:#999999;line-height: 1em;margin-top: 20px;}
.con_top .txt_right dd:first-child{margin-top: 0px;}
.con_top .txt_right .summary{display: block;width:100%;border-top:1px solid  #dadada;font-size:13px;color:#999999;padding-top: 15px;}

.con_main{border-bottom:1px solid #e3e3e3;padding-bottom:20px;box-sizing:border-box;}
.con_main .hd{padding-bottom: 5px;border-bottom: 1px solid #00a0e9}
.con_main .hd li{float: left;width:165px;height: 50px;background-color: #f4f4f4;text-align: center;line-height:50px;font-size:20px;color:#777777;margin-right: 5px;cursor: pointer;}
.con_main .hd li.on{background-color: #00a0e9;color:#fff;}
.con_main .bd{padding-top:30px;}


.wid1200{width:1200px;margin:0 auto;}
.news_con{width:900px;float:left;border:1px solid #f3f3f3;padding:40px 50px;box-sizing:border-box;background:#fff;}
.news_con .title{font-size:22px;color:#777777;line-height:1em;text-align:center;}
.news_con .time{font-size:16px;color:#b5b5b5;line-height:1em;margin:23px auto 50px;text-align:center;}
.news_con .content{padding:25px 5px;box-sizing:border-box;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3}
.viewpage-link{margin-top:30px;}
.viewpage-link ul{float:right;}
.viewpage-link li{float:left}
.viewpage-link li a{font-size:16px;color:#888888}
.viewpage-link li:hover a{color:#29a7df;}
.viewpage-link i{display:block;width:1px;height:10px;background:#cbcbcb;margin:10px 20px 0px;float:left;}

.pager{margin:95px auto 130px;}
.pager span,.pager a{display:inline-block;font-size:16px;margin:0px 22px;line-height:2em;text-align:center;}
.pager .now{color:#29a7df;position:relative;}
.pager .now:after{position:absolute;bottom:3px;content:'';display:block;width:100%;height:1px;background:#cbcbcb;}
.pager .current,.pager .p1{background-image:url(/static/img/narrow.png);background-repeat:no-repeat; background-position:center;width:8px;height:15px;}
.pager .current:first-child,.pager .p1:first-child{transform:rotate(180deg)}
.pager .p1:hover{background-image:url(/static/img/nharrow.png);}
.zixun{display:block;width:129px;height:56px;background:#37384d;font-size:24px;color:#fff;text-align:center;line-height:56px;border:4px solid #3261ad;position:fixed;right:33px;bottom:33px;}

.tj_news{width:270px;background:#fff;border:1px solid #f3f3f3;box-sizing:border-box;padding:20px 10px;transition:all 0.6s;position:absolute;left:50%;transform:translateX(330px);}
.tj_news span{display:block;width:100%;font-size:22px;color: #777777;line-height:30px;padding:10px;box-sizing:border-box;padding-left:20px;}
.tj_news li{margin-left:25px;margin-top:15px;}
.tj_news li a b{margin-right:5px;}
.tj_news li:hover a{color:#00a0e9;}
.fix{position:fixed;top:30px;left:50%;transform:translateX(330px);}
/* service.html */
.service_1{margin-top:75px;}
.service_1 .title{font-size:24px;color:#00a0e9;line-height:1em;margin:40px 0px;display:block;}
.service_1 .read_more{display:block;width:30px;height:24px;background:url(img/readmore.png) no-repeat center;margin:45px auto;transition:all 0.6s;}
.service_1 .content{height:394px;overflow:hidden;}
.xuanzhuan{transform:rotate(180deg);}
.service_2 .question{margin-top:40px;}
.service_2 .question .hd{float:left;}
.service_2 .question .hd li{width:290px;height:90px;background:#eaeaea;font-size:20px;color:#777777;text-align:center;line-height:90px;margin-top:4px;cursor:pointer;transition:all 0.4s;}
.service_2 .question .hd li.on{color:#fff;background:#00a0e9;}
.service_2 .question .hd li:first-child{margin-top:0px;}
.service_2 .question .hd li:hover{color:#fff;background:#00a0e9;}
.service_2 .question .bd{float:right;width:1100px;background:#fff;height:372px;}
.service_2 .question .bd ul{width:100%;padding:0px 20px;box-sizing:border-box;}
.service_2 .question .bd li{float:left;border-bottom:1px solid #f3f3f3;}
.service_2 .question .bd li a{display:block;padding:0px 40px;height:90px;line-height:90px;font-size:18px;color:#777777;}
.service_3{margin-top:130px;}
.service_3 .ser_list{text-align:center;margin-top:45px;}
.service_3 .ser_list ul{display:inline-block;}
.service_3 .ser_list li{float:left;width:400px;height:340px;margin:0px 23px;padding:90px 0px;box-sizing:border-box;background-repeat:no-repeat;background-position:center;}
.service_3 .ser_list li i{display:block;width:173px;height:100px;background-image:url(img/service3.png);background-repeat:no-repeat;margin:0px auto;}
.service_3 .ser_list li p{font-size:30px;color:#fff;margin-top:20px;}
.service_3 .ser_list li:nth-child(1) i{background-position:35px center;}
.service_3 .ser_list li:nth-child(2) i{background-position:-405px center;}
.service_3 .ser_list li:nth-child(3) i{background-position:right center;}
.service_4{margin:70px auto 120px;}
.service_4 .form_box{width:1220px;margin:50px auto;}
.service_4 .form_box span{display:block;width:100%;padding:25px 0px;border-top:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4;}
.service_4 .form_box span input{float:left;width:228px;height:51px;box-sizing:border-box;line-height:51px;padding:0px 15px;margin-left:20px;font-size:18px;color:#777777;border:1px solid #f4f4f4;}
.service_4 .form_box span input:first-child{margin-left:0px;}
.service_4 .form_box textarea{width:100%;height:225px;border:1px solid #f4f4f4;padding:15px;box-sizing:border-box;color:#999999;font-size:18px;margin:22px 0px;outline:none;}
.service_4 .form_box .form_group{float:left;}
.service_4 .form_box .form_group input{width:220px;border:1px solid #f4f4f4;height:50px;line-height:51px;padding:0px 15px;font-size:18px;color:#777777;float:left;}
.service_4 .form_box .form_group img{margin-top:10px;margin-left:20px;float:left}
.service_4 .form_box .enter{float:right;}
.service_4 .form_box .enter input{display:block;width:200px;height:50px;line-height:50px;background:#00a0e9;color:#fff;font-size:18px;text-align:center;border:none;cursor:pointer;}

/* search */
.search_index{padding:50px;background:#fff;width:1200px;margin:0 auto;box-sizing:border-box;}
.search-title span{font-size:24px;color:#333;}
.search-list li{font-size:14px;margin-bottom:7px;padding:7px 0px;border-bottom:1px solid #fff;}
.search-list li span{float:right;}
.search-list li:hover{border-bottom: 1px dashed #ececec;color:#00a0e9;}
.search-list li:hover a{color:#00a0e9;}


@media screen and (max-width: 1366px){
    .main{width:1200px;overflow:hidden;}
	.header .search{left: 37.5%;}
	.index_wrap1{width:1200px;}
	.index_wrap1 .right_txt{width:538px;}
	.index_wrap1 .right_txt span{width:95%}
	.index_wrap2{overflow:hidden;}
	.index_wrap3,.index_wrap4,.index_wrap5 .con,.about_wrap1 .con,.about_wrap2,.about_wrap3 .honor_box{width:1200px;overflow:hidden;}
	.index_wrap3 .bd li{width:290px;}
	.index_wrap4 .bd{width:750px;}
	.index_wrap4 .bd li img{width:750px!important;}
	.index_wrap5 .bd li{width:277px;margin-left:30px;}
	.footer .con dl{margin-left:50px;}
	.about_wrap1 .right_txt{padding-left:36px;}
	.about_wrap1 .right_txt .sum{width:582px;}
	.about_wrap2 .con li{margin:0px 11px;}
	.pro_type .type_lv2 ul,.pro_type .type_lv3 ul{width:1100px;}
	.pro_list li{width:288px;}
	.case_list li{width:385px;}
	.first_case img{width:70%;height:384px;}
	.first_case .txt{padding: 70px 30px 0px 25px;width: 360px;}
	.service_2 .question .hd li{width:250px;}
	.service_2 .question .bd{width:950px;}
	.service_3 .ser_list li{width: 370px;margin: 0px 15px;}
	.service_4 .form_box{width:1200px;}
	.service_4 .form_box span input{width: 224px;}
}