@charset "utf-8";
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,select,button,textarea,input{margin: 0; padding: 0;}
body{background: #f5f5f5; font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; font-size: 16px; color: #000; position: relative; min-height: 100%;}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea{outline: none; border: none; -webkit-appearance: none; border-radius: 0;}
select{outline: none; border: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hidden{overflow: hidden;}
.container{width: 80%; height: 100%; max-width: 1400px; margin: 0 auto;}
.container:after{content: ''; display: block; clear: both;}
.container_s{width: 80%; height: 100%; max-width: 1200px; margin: 0 auto;}
.container_s:after{content: ''; display: block; clear: both;}
/*scroll bar*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#ccc}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#026bbb;)}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#026bbb;)}
::-webkit-scrollbar-thumb:vertical:active {background-color:#026bbb;)}

@font-face{font-family: 'Reznor'; src: url('../fonts/Reznor Downward Spiral.ttf');}
@font-face{font-family: 'ak'; src: url('../fonts/AKZIDENZGROTESK-LIGHTOSF.OTF');}
@font-face{font-family: 'akb'; src: url('../fonts/AKZIDENZGROTESK-MEDIUMCONDALT.OTF');}

body.hidden{height: 100%; overflow: hidden;}

/*common*/
.common_banner{position: relative; height: 333px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.common_banner .main{width: 400px; text-align: center; margin: 0 auto; position: absolute; left: 0; right: 0; top: 50%; margin-top: -63px;}
.common_banner .main h3{font-size: 30px; color: #fff;}
.common_banner .main .line{border-top: 1px solid #fff; margin: 20px 0;}
.common_banner .main .line i{width: 8px; height: 8px; display: block; margin: -4px auto 0; background: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.common_banner .main .en{ font-size: 16px; color: #fff; letter-spacing: 4px; text-transform: uppercase;}
.common_banner .main  p{ font-size:16px; color:#fff; letter-spacing:1px;}
.section_tit{text-align: center;}
.section_tit h3{font-size: 30px; color: #444; position: relative; display: inline-block;}
.section_tit h3:after{content: ''; width: 18px; height: 10px; background: url(../images/about_icon1.png) center no-repeat; background-size: 18px 10px; position: absolute; top: 10px; right: -24px;}
.section_tit span{display: block; font-size: 14px; color: #777; font-family: 'Arial'; margin-top: 5px; text-transform: uppercase;}
.common_btn{width: 46px; height: 46px; border-radius: 50%; background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: 8px 14px; cursor: pointer; box-shadow: 0 5px 10px rgba(204,204,204,.5); -webkit-transition: all 500ms ease; transition: all 500ms ease; position: absolute; top: 60%;}
.left_btn{background-image: url(../images/left_icon1.png); left: -80px;}
.right_btn{background-image: url(../images/right_icon1.png); right: -80px;}
.common_btn:hover{background-color: #026bbb; box-shadow: 0 5px 10px rgba(1,107,225,.3);}
.left_btn:hover{background-image: url(../images/left_icon2.png);}
.right_btn:hover{background-image: url(../images/right_icon2.png);}
.page{border: 1px solid #d7d7d7; overflow: hidden;}
.page li{width: 68px; height: 68px; float: left; border-right: 1px solid #d7d7d7; text-align: center;}
.page li a{display: block; width: 100%; height: 100%; font-size: 22px; line-height: 68px; color: #666; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.page li.active a{color: #fff; background: #0464cd;}
.page li a:hover{color: #0464cd;}
.page li.prev,.page li.next{float: right; border-right: none; border-left: 1px solid #d7d7d7;}
.page li.prev a,.page li.next a{background-position: center; background-repeat: no-repeat; background-size: 8px 14px;}
.page li.prev a{background-image: url(../images/left_icon1.png);}
.page li.next a{background-image: url(../images/right_icon1.png);}
.page li.prev a:hover{background-image: url(../images/left_icon3.png);}
.page li.next a:hover{background-image: url(../images/right_icon3.png);}
.common_contact .container_s{padding: 40px; overflow: hidden; background: #fff url(../images/contact_img1.jpg) center bottom no-repeat; box-shadow: 0 10px 30px rgba(4,0,0,.1);}
.common_contact .left{width: 45%; float: left;}
.common_contact .left h3{font-size: 36px; color: #444;}
.common_contact .left h3 span{display: block; color: #026bbb;}
.common_contact .left .desc{margin-top: 20px; padding-top: 20px; border-top: 1px solid #e3e3e3; font-size: 14px; color: #666; line-height: 22px; text-align: justify;}
.common_contact .left .info{margin-top: 40px;}
.common_contact .left .info .name{font-size: 22px; color: #444; margin-bottom: 20px;}
.common_contact .left .info p{font-size: 16px; color: #666; line-height: 30px;}
.common_contact .left .info p img{ width:150px}
.common_contact .right{width: 45%; float: right;}
.common_contact .right h3{font-size: 26px; color: #444;}
.common_contact .right .form{margin-top: 20px;}
.common_contact .right .form .box{margin-top: 10px; position: relative;}
.common_contact .right .form .box input{width: 100%; height: 60px; padding: 10px; background: #f3f3f3; color: #777;}
.common_contact .right .form .box textarea{width: 100%; height: 150px; padding: 10px; background: #f3f3f3; color: #777; font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; resize: none;}
.common_contact .right .form .box button{width: 100%; height: 60px; border: 2px solid #026bbb; font-size: 16px; color: #026bbb; background: none; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.common_contact .right .form .box button:hover{background: #026bbb; color: #fff;}
.map_contant span{font-size: 14px;}
.common_contact .right .form .box img{position: absolute; top: 0; right: 0; height: 100%; width: 100px;}

/* index */
.index_main .section1 .swiper-slide{position: relative;}
.index_main .section1 img{width: 100%; display: block;}
.index_main .section1 a{display: block; width: 100%; height: 100%;}
/*.index_main .section1 .main{width: 730px; margin: 0 auto; position: absolute; top: 50%; left: 0; right: 0; margin-top: -200px; text-align: center; z-index: 2;}
.index_main .section1 .main .label{font-size: 46px; color: #fff;}
.index_main .section1 .main .en{font-family: 'ak'; font-size: 14px; color: #fff; letter-spacing: 4px; opacity: .8;}
.index_main .section1 .main .dot{width: 7px; height: 7px; margin: 20px auto; background: #fff; border-radius: 5px;}
.index_main .section1 .main .desc{font-size: 16px; color: #fff; line-height: 28px;}
.index_main .section1 a{display: block; width: 160px; line-height: 46px; text-align: center; margin: 40px auto 0; font-size: 14px; color: #fff; background: #076cd9; border-radius: 20px; position: relative; top: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section1 a.color{background: url(../images/index_img2.png) center no-repeat;}
.index_main .section1 a:hover{top: -5px; box-shadow: 0 10px 20px rgba(7,108,217,.3)}
.index_main .section1 .main_{width: 400px; position: absolute; top: 50%; left: 50%; margin-left: -600px; margin-top: -120px; z-index: 2;}
.index_main .section1 .main_ .label{font-size: 46px; color: #285b9d;}
.index_main .section1 .main_ .en{font-family: 'ak'; font-size: 14px; color: #5a82b4; letter-spacing: 4px; opacity: .8;}
.index_main .section1 .main_ .line{width: 43px; height: 2px; display: block; margin: 20px 0; background: url(../images/index_img1.jpg) center no-repeat;}
.index_main .section1 .main_ a{margin-left: 0;}*/
.index_main .section1 .pagination{position: absolute; text-align: center; bottom: 50px; left: 0; width: 100%;}
.index_main .section1 .pagination span{width: 20px; height: 20px; display: inline-block; margin: 0 4px; position: relative; cursor: pointer;}
.index_main .section1 .pagination span:before{content: ''; width: 16px; height: 16px; position: absolute; top: 9px; left: 0; background: #777; border-radius:8px}
.index_main .section1 .pagination .swiper-active-switch:after {content: ""; width: 16px; height: 16px; position: absolute; top: 9px; left: 0; background: #fff; border-radius:8px;}
@-webkit-keyframes loadLine {
    0% {width:0;}
    100% {width:100%;}
}
@keyframes loadLine {
    0% {width:0;}
    100% {width:100%;}
}
.index_main .section22{background: #fcfcfc; padding: 45px 0;}
.index_main .section22 .container{  margin:0px auto; width:90%}
.index_main .pt2 .container{  margin:0px auto; width:90%}
.index_main .section2{background: #fff; padding: 45px 0;}
.index_main .section2 .container{  margin:0px auto; width:90%}
.news_box .btnbox{ text-align:center; margin:10px 0px 20px 0px; }
.news_box .btnbox a{ width:180px; height:50px; display:inline-block; margin:0 10px; line-height:50px; font-size:16px; transition: transform 0.6s ease 0s; border:1px solid #777; color:#777 }
.news_box .btnbox a.cur{ background:#026bbb; color:#fff; border:1px solid #026bbb; }
.news_box .lis{  margin:0 auto; }
.news_box .lis .ul{ display:none; }
.news_box li{ float:left;  margin:1%; border:1px solid #eee; width:31.33%}
.news_box li{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent}
.news_box li:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:linear-gradient(135deg,white 45%,#aaaaaa 50%,#cccccc 56%,white 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}
.news_box li:hover:before,.news_box li:focus:before,.news_box li:active:before{width:25px;height:25px}


.news_box1 li{ float:left;  margin:0 1%; border:1px solid #eee; width:23%}
.news_box1 li .imgbox{ width:100%;height:auto !important; display:block; overflow:hidden}
.news_box1 li .imgbox img{ width:100%; }
.news_box1 li .imgbox img { transition: All 0.3s ease-in-out; -webkit-transition: All 0.3s ease-in-out; -moz-transition: All 0.3s ease-in-out; -o-transition: All 0.3s ease-in-out; }
.news_box1 li .imgbox img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.news_box1 li .imgbox img.none:hover { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); }
.news_box1 li .time{ width:70px; height:70px; background: #026bbb; position: absolute; z-index:99; text-align:center}
.news_box1 li .time h1{ color:#fff; font-size:18px; font-weight:normal; margin-top:15px}
.news_box1 li .time h2{ color:#fff; font-size:14px; font-weight:normal}
.news_box1 li .txt{ padding:20px}
.news_box1 li .txt h3{ color:#000; font:normal 14px 'Microsoft YaHei'; margin-bottom:5px; font-weight:bold }
.news_box1 li .txt h3 a{ color:#000;font:normal 14px 'Microsoft YaHei';font-weight:bold }
.news_box1 li:hover .txt h3{ color:#026bbb}
.news_box1 li .txt p{ line-height:24px; color:#666; margin-bottom:15px; font-size:12px }
.news_box1 li a.more{ color:#026bbb; display:inline-block; }
.news_box1 .more{ text-align:center; padding-bottom:30px; margin-top:50px}
.news_box1 .more a{ font-size:18px; width:200px; height:40px; display:inline-block; color:#666; border:1px solid #bcbcbc; line-height:40px; text-align:center; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; transition:all ease 0.3s; }
.news_box .more a:hover{ background:#e9030f; color:#fff; border:1px solid #e9030f; color:#000}
.resource_main .section2 .shzr{ padding:30px 0px; width:1200px; margin:0px auto}
.resource_main .section2 .shzr li{ list-style: none; float:left; width:31%; margin:1%; background:#ccc}
.resource_main .section2 .shzr li p{ font-size:16px; padding:10px;  color:#444 }
.resource_main .section4{ background:#fff; padding:70px 0}
.job_main .container_s{ padding:40px 0px}
.news_box1 .more a:hover{ background:#e9030f; color:#fff; border:1px solid #e9030f; color:#000}

.news_box li .imgbox{ overflow:hidden;width:100%;height:auto !important; display:block}
.news_box li .imgbox img{ width:100% ;}
.news_box li .imgbox img { transition: All 0.3s ease-in-out; -webkit-transition: All 0.3s ease-in-out; -moz-transition: All 0.3s ease-in-out; -o-transition: All 0.3s ease-in-out; }
.news_box li .imgbox img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.news_box li .imgbox img.none:hover { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); }
.news_box li .time{ width:70px; height:70px; background: #026bbb; position: absolute; z-index:99; text-align:center}
.news_box li .time h1{ color:#fff; font-size:18px; font-weight:normal; margin-top:15px}
.news_box li .time h2{ color:#fff; font-size:14px; font-weight:normal}
.news_box li .txt{ padding:15px 0px; background:#fff; text-align:center;transition: All 0.3s ease-in-out; -webkit-transition: All 0.3s ease-in-out; -moz-transition: All 0.3s ease-in-out; -o-transition: All 0.3s ease-in-out;}
.news_box li:hover .txt{  background:#026bbb; text-align:center; }
.news_box li:hover .txt h3 a{ color:#fff;font:normal 14px 'Microsoft YaHei';font-weight: normal; }

.news_box li .txt h3{ color:#000; font:normal 14px 'Microsoft YaHei';  font-weight: normal }
.news_box li .txt h3 a{ color:#000;font:normal 14px 'Microsoft YaHei';font-weight: normal}
.news_box li:hover .txt h3{ color:#026bbb}
.news_box li .txt p{ line-height:24px; color:#666; margin-bottom:15px; font-size:12px }
.news_box li a.more{ color:#026bbb; display:inline-block; }
.news_box .more{ text-align:center; padding-bottom:30px; margin-top:50px}
.news_box .more a{ font-size:18px; width:200px; height:40px; display:inline-block; color:#666; border:1px solid #bcbcbc; line-height:40px; text-align:center; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; transition:all ease 0.3s; }
.news_box .more a:hover{ background:#e9030f; color:#fff; border:1px solid #e9030f; color:#000}
.clearboth:after{ display:block; clear:both; content:""; overflow:hidden; height:0; }
.clearboth{ *zoom:1;}
.index_main .section3{background: #fff; padding: 70px 0;}
.index_main .common_tit{text-align: center;}
.index_main .common_tit h3{font-size: 30px; color: #000; font-weight:bold}



.index_main .common_tit span{display: block;}
.index_main .common_tit span.line{width: 120px; height: 3px; margin: 15px auto; background: #000;}
.index_main .common_tit span.en{font-size: 14px; color: #777777; letter-spacing: 4px; text-transform: uppercase;}
.index_main .section3 { background:#fcfcfc; padding:70px 0px; overflow:hidden}
.index_main .section3 ul { margin-top:40px; overflow:hidden}
.index_main .section3 ul li{ float:left; width:29%; margin:2%; overflow:hidden; height:120px}
.index_main .section3 ul li img{ float:left;margin-right:10px}
.index_main .section3 ul li h2{ color:#000; font-size:18px; font-weight:bold; margin-bottom:20px }
.index_main .section3 ul li p{ color:#666; font-size:12px; line-height:24px}
.index_main .section3 ul li img{
    
}
  
.index_main .section3 ul li:hover img{
   
}

.tab{width:689px;height:283px;overflow:hidden;margin:40px auto 0 auto;}
.tab .tab_pic ul{height:283px;width:999em;position:relative;}
.tab .tab_pic ul li{float:left;}
.tab .tab_pic ul li a{display:block;}
.tab_pic{float:left;width:376px;height:283px;overflow:hidden;position:relative;}
.tab_txt{float:right;width:313px;height:283px;overflow:hidden;position:relative;}
.tab .tab_pic .prev,.tab .tab_pic .next{display:block;width:31px;height:31px;float:right;margin:0 0 0 1px;overflow:hidden;cursor:pointer;background:url(../images/tab_btn.png);}
.tab .tab_pic .next{background-position:31px 0px;}
.tab .tab_txt ul{position:relative;}
.tab .tab_txt ul li{width:313px;height:283px;padding:20px;float:left; overflow:hidden}
.tab .tab_txt ul li p{ color:#666; font-size:14px; line-height:30px}
.tab_san{display:block;width:17px;height:34px;position:absolute;top:29px;right:0;}
.btn_bg{width:376px;height:33px;display:block;position:absolute;left:0;bottom:0;z-index:1;display:block;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity: 0.3;}
.btn_ct{width:376px;height:31px;padding:1px;display:block;position:absolute;left:0;bottom:0;z-index:2;}

.index_main .section4{position: relative; padding: 70px 0; background:#fff}
.index_main .section4 .container{position: relative; width:90%}
.index_main .section4 .carpic{ float:left; margin-right:5%; width:50%}

.index_main .section4 .hot_road dl{ margin-top:40px}
.index_main .section4 .hot_road dl dt{ background:#e9030f; overflow:hidden; margin-bottom:10px }
.index_main .section4 .common_tit{ text-align:left}
.index_main .section4 .common_tit span.line{ margin:15px 0px}
.index_main .section5{background:url(../images/san_bg.jpg);; padding:100px 0 100px; height:491px}
.index_main .section5 .container{position: relative;width: 90%; height: 100%; margin: 0 auto;}
.index_main .section5 .container h1{ color:#fff; font-size:30px ; font-weight:bold}
.index_main .section5 .container p{ color:#fff; font-size:14px ; line-height:30px; margin:30px 0px; width:600px}
.index_main .section5 .container .more{ background:#026bbb; width:200px; text-align:center}
.index_main .section5 .container .more a{ color:#fff; font-size:18px; line-height:50px}
.index_main .section5 .container .more:hover{ background:#e9030f}
.index_main .section5 .container .more:hover a{ color:#fff}
.index_main .section6{ background:#fff}
.index_main .section6 .container{position: relative;}
.index_main .section6 ul{border-right:1px solid #eee; overflow:hidden}
.index_main .section6 ul li{ float:left; width:25%; border-left:1px solid #eee; padding:60px 30px}
.index_main .section6 ul li img{ float:right; }
.index_main .section6 ul li .txt{ float:left}


/*about*/
.about_main .section1{padding: 40px 0; background:#fff}
.about_main .section22{padding: 40px 0; text-align:center}

.about_main .section1 .desc{text-align: left; font-size: 16px; color: #777; margin: 20px 0;}
.about_main .section1 .desc img{ width:100%}
.about_main .section1 .desc p{ font-size:16px; line-height:30px; margin-bottom:15px}
.about_main .section1 .main{position: relative;}
.about_main .section1 .left{width: 49%; position: relative; overflow: hidden;}
.about_main .section1 .left img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section1 .left p{position: absolute; bottom: 0; left: 0; right: 0; background: rgba(241,26,20,.8); padding: 35px; font-size: 14px; line-height: 26px; color: #fff; text-align: justify;}
.about_main .section1 .left:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.about_main .section1 .left h2{ font-size:18px; font-weight:bold; color:#fff; padding:30px 0px 0px 30px}
.about_main .section1 .left h1{ font-size:30px; font-weight: normal; color:#fff; padding-left:30px}
.about_main .section1 .left h3{ width:50px; height:3px; background:#fff; margin:20px 0px 0px 30px}

.about_main .section1 .right{ width: 49%;position: relative; overflow: hidden; }
.about_main .section1 .block{height: 49%; width: 100%;  overflow: hidden;}

.about_main .section1 .block h2{ color:#444; font-size:24px; padding-top:35px;}

.about_main .section1 .block h3{ color:#026bbb; font-size:18px; text-transform: uppercase; padding:20px 0px 30px}
.ny_link{ border:1px solid #000; width:120px;text-align:center;}
.ny_link a{ color:#000; font-size:20px;  line-height:40px; padding:10px 50px }
.ny_link:hover{ background:#026bbb}
.ny_link:hover a{ color:#fff}
.about_main .section1 .block p{font-size: 14px; height: 100%; overflow: auto; line-height: 30px; color: #444; text-align: justify; width:100%; margin-bottom:10px}
.about_main .section2{padding:40px 0 0; border-top: 1px solid #e4e4e4; overflow:hidden; background:url(../images/cul_bg.jpg) center no-repeat; }
.about_main .section2 .qywh_list{ width:1200px; margin:0px auto; padding:50px 0px; overflow:hidden}
.about_main .section2  .section_tit h3{ color:#000}
.about_main .section2  .section_tit span{color:#ff3300}
.about_main .section2 .qywh_list li{ background:#fff;float:left; width:333px; text-align:center;   margin:20px 33px; border-top:5px solid #f11a15;border-bottom:5px solid #ccc;  }

.about_main .section2 .qywh_list li p{ color:#333; font-size:14px; line-height:30px;padding:20px 20px ;}
.about_main .section2 .qywh_list li h1{ color:#333; font-size:22px; font-weight:bold;padding:20px 50px 0px 50px; text-align:center}
.about_main .section2 .qywh_list li h2{ color:#333; font-size:18px; opacity:0.5;padding:0px 50px 20px 50px;}
.about_main .section2 .qywh_list  .d{ background: url("../images/d.png") no-repeat; width: 30px; height: 6px;margin: 185px 3px 0;}
.about_main .section3{background: #fff;}
.about_main .section3 .container_s{position: relative;}
.about_main .section3 .items{margin-top: 40px;}
.about_main .section3 .item{width: 20%; padding: 0 8px; float: left;}
.about_main .section3 .item .year{font-family: 'akb'; font-size: 30px; padding-bottom: 15px; border-bottom: 4px solid transparent;}
.about_main .section3 .item:nth-of-type(1n) .year{color: #fd2e29; border-color: #fd2e29;}
.about_main .section3 .item:nth-of-type(2n) .year{color: #ce0e0a; border-color: #ce0e0a;}
.about_main .section3 .item:nth-of-type(3n) .year{color: #026bbb; border-color: #026bbb;}
.about_main .section3 .item:nth-of-type(4n) .year{color: #df1410; border-color: #df1410;}
.about_main .section3 .item:nth-of-type(5n) .year{color: #d00803; border-color: #d00803;}
.about_main .section3 .item p{margin-top: 30px; font-size: 14px; line-height: 24px; color: #666; text-align: justify;}
.about_main .section4{padding: 70px 0;}
.about_main .section4 .container_s{position: relative;}
.about_main .section4 .items{margin-top: 70px;}
.about_main .section4 .item{width: 25%; float: left; padding: 0 7px;}
.about_main .section4 .item .block{position: relative; overflow: hidden;}
.about_main .section4 .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section4 .item .hover{width: 100%; height: 100%; position: absolute; top: 0; left: -100%; background: rgba(2,107,220,.8); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section4 .item .hover .title{text-align: center; position: absolute; top: 50%; left: 0; width: 100%; padding: 0 10px; margin-top: -50px;}
.about_main .section4 .item .hover .title h3{font-size: 20px; color: #fff;}
.about_main .section4 .item .hover .title a{width: 33px; height: 33px; display: block; margin: 40px auto 0; background: url(../images/about_icon6.png) center no-repeat; background-size: 33px 32px;}
.about_main .section4 .item .block:hover .hover{left: 0;}
.about_main .section4 .item .block:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pop_honor{display: none; overflow: auto; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 98;}
.pop_honor .pop_bg{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); z-index: 99;}
.pop_honor img{display: block; max-width: 80%; margin: 0 auto; position: relative; z-index: 100;}
.pop_honor .close{width: 23px; height: 23px; background: url(../images/close_w.png) center no-repeat; position: fixed; right: 20px; top: 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer; z-index: 100;}
.pop_honor .close:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}


.links{overflow: hidden;}

.links a.active{background: #026bbb; color: #fff;}

.links a:hover{background: #026bbb; color: #fff;}
.links a.active:hover{color: #fff;}
.honor{ padding-top:30px; overflow:hidden; margin-bottom:40px}
.honor li{ width:19%; float:left; margin:1% 0.5%; }
.honor li img{ border:10px solid #fff;}
.honor li p{ color:#444; font-size:14px; line-height:50px; text-align:center}
.honor_link{text-align:center; }
.honor_link a{ color:#026bbb; border:1px solid #026bbb; padding:15px 45px; font-size:16px  }
.honor_link:hover{ }
.honor_link:hover a{ color:#fff;background:#026bbb}
/*product*/
.product_main{background: #fff; padding-bottom: 70px;}
.product_main .links{overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.product_main .links a{float: left; width: 33.33%; text-align: center; font-size: 20px; color: #666; line-height: 24px; padding: 30px 0; border-right: 1px solid #f1f1f1; -webkit-transition: all 500ms ease; transition: all 500ms ease; box-shadow: -5px 0 10px rgba(175,175,175,.1);}
.product_main .links a:nth-of-type(3){border: none;}
.product_main .links a:before{content: ''; width: 33px; height: 33px; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; background-position: center; background-repeat: no-repeat; background-size: 33px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .links a:nth-of-type(1):before{background-image: url(../images/product_icon1.png);}
.product_main .links a:nth-of-type(2):before{background-image: url(../images/product_icon2.png);}
.product_main .links a:nth-of-type(3):before{background-image: url(../images/product_icon3.png);}
.product_main .links a.active{background: #026bbb; color: #fff;}
.product_main .links a.active:nth-of-type(1):before{background-image: url(../images/product_icon1_w.png);}
.product_main .links a.active:nth-of-type(2):before{background-image: url(../images/product_icon2_w.png);}
.product_main .links a.active:nth-of-type(3):before{background-image: url(../images/product_icon3_w.png);}
.product_main .links a:hover{color: #026bbb;}
.product_main .links a.active:hover{color: #fff;}
.product_main .items{overflow: hidden; margin-bottom: 70px;}
.product_main .item{width: 33.33%; float: left; text-align: center; margin-top: 20px; padding: 0 20px;}
.product_main .item .img_block{overflow: hidden;}
.product_main .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item h3{margin-top: 15px; font-size: 20px; color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item p{font-size: 18px; color: #666; margin-top: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.product_main .item:hover h3{color: #026bbb;}
.product_main .item:hover p{color: #026bbb; text-decoration: underline;}

/*contact*/
.contact_main{background: #fff;}
.contact_main .common_banner .main{margin-top: -100px;}
.contact_main .section1{margin-top: -70px; position: relative; z-index: 2; padding-bottom: 70px;}
.contact_main #contactMap{height: 650px;}
.map_content{overflow: hidden;}
.map_content img{float: left;}
.map_content span{float: left;}

/*resource*/
.resource_main .section1{background: #026bbb; text-align: center; padding: 50px 0;}
.resource_main .section1 p{font-size: 24px; color: #fff; line-height: 36px;}
.resource_main .section1 .info{font-size: 16px; color: #fff; line-height: 28px; margin-top: 30px; display: none;}
.resource_main .section1 i{width: 27px; height: 13px; display: block; margin: 35px auto 0; background: url(../images/resource_icon1.png) center no-repeat; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section1 i.active{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.resource_main .section2{padding: 70px 0; background: #fff; }
.resource_main .title{text-align: center;}
.resource_main .title h3{font-size: 33px; color: #444;}
.resource_main .title span{display: block; width: 34px; height: 2px; margin: 20px auto 0; background: #3489e4;}

.resource_main .section3{padding: 70px 0;}
.resource_main .section3 .joblist_li{ margin-top:30px}
.resource_main .section3 .joblist_li li{ float:left; border:1px solid #ccc; width:31%; margin:1%; padding:20px}
.resource_main .section3 .joblist_li li:hover .more{ background:#e9030f}
.resource_main .section3 .joblist_li li:hover .more p{ color:#000}
.resource_main .section3 .joblist_li li .more{ background:#026bbb; width:100px; text-align:center }
.resource_main .section3 .joblist_li li .more p{ color:#fff; font-size:14px; line-height:30px}
.resource_main .section3 .joblist_li li .title{ font-size:20px; line-height:30px; padding-bottom:20px;text-align:left}
.resource_main .section3 .joblist_li li .line{ padding-bottom:10px}
.resource_main .section3 .joblist_li li .line b{ font-size:14px; }
.resource_main .section3 .joblist_li li .line .intro{ font-size:14px; line-height:30px}
.pop_resource{display: none;}
.pop_resource .pop_bg{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); z-index: 99;}
.pop_resource .pop_main{width: 850px; margin: 0 auto; position: fixed; top: 50%; left: 0; right: 0; margin-top: -340px; background: #fff; padding: 80px; z-index: 100;}
.pop_resource .pop_main .close{width: 23px; height: 23px; background: url(../images/close.png) center no-repeat; position: absolute; right: 20px; top: 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer;}
.pop_resource .pop_main .close:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.pop_resource .pop_main .item{width: 33.33%; float: left;}
.pop_resource .pop_main .items{margin-bottom: 30px;}
.pop_resource .pop_main .items:after{content: ''; display: block; clear: both;}
.pop_resource .pop_main h3{font-size: 16px; color: #666; position: relative;}
.pop_resource .pop_main h3:before{content: ''; width: 8px; height: 2px; background: #0464cd; position: absolute; left: -12px; top: 50%;}
.pop_resource .pop_main .item span{font-size: 26px; color: #444; display: block; margin-top: 20px;}
.pop_resource .pop_main .scroll{height: 330px; overflow: auto; padding-right: 20px;}
.pop_resource .pop_main .info{margin-bottom: 50px;}
.pop_resource .pop_main .info p{border-top: 1px solid #e9e9e9; margin-top: 20px; padding-top: 20px; font-size: 14px; color: #777; line-height: 26px;}
.pop_resource .pop_main a{width: 190px; line-height: 50px; display: block; margin: 40px auto 0; text-align: center; font-size: 18px; color: #fff; background: #0464cd; border-radius: 5px;}

/*news*/
.news_main{}

.news_main .items{margin: 40px 0;}
.news_main .item{margin-top: 30px; overflow: hidden; background: #fff; -webkit-transition: all 500ms ease; transition: all 500ms ease; padding:20px}
.news_main .item:nth-of-type(1){margin-top: 0;}
.news_main .item .img_block{width:30%; float: left; overflow: hidden; float:left}
.news_main .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.news_main .item .txt_block{ margin:0 5%; float:left; width:50%}
.news_main .item .txt_block h3{font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin:25px 0px 20px 0px}
.news_main .item .txt_block h3 a{color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease; font-size:16px}
.news_main .item .txt_block .dot{margin: 15px 0;}
.news_main .item .date_block{ width:10%; float:right; text-align:center}
.news_main .item .txt_block .dot span{font-size: 14px; color: #999; padding-left: 30px; display: inline-block; line-height: 24px; background-position: left center; background-repeat: no-repeat; background-size: 20px;}
.news_main .item .txt_block .dot span.date{background-image: url(../images/news_icon3.png); margin-right: 20px;}
.news_main .item .txt_block .dot span.view{background-image: url(../images/news_icon4.png);}
.news_main .item .txt_block p{font-size: 14px; line-height: 30px;  overflow: hidden;}
.news_main .item .txt_block p a{color: #999;}
.news_main .item .txt_block .more{margin-top: 30px;}
.news_main .item .txt_block .more a{display: block; width: 100px; line-height: 30px; text-align: center; font-size: 12px; color: #777; border: 1px solid #cccccc; border-radius: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.news_main .item .txt_block .more a:hover{color: #fff; background: #026bbb; border-color: #026bbb;}
.news_main .item:hover{box-shadow: 0 10px 30px rgba(4,0,0,.1);}
.news_main .item:hover .txt_block h3 a{color: #026bbb;}
.news_main .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.news_main .item .date_block h1{ font-size:36px; line-height:40px; color:#026bbb; font-weight:bold; padding-top:60px; font-family:dinb, Arial, Helvetica, sans-serif}
.news_main .item .date_block h2{ font-size:24px; line-height:40px; color:#026bbb; font-family:dinb, Arial, Helvetica, sans-serif}

/*news detail*/
.newsdetail_main{padding: 40px 0;}
.newsdetail_main .crumbs{padding-left: 24px; background: url(../images/news_icon5.png) left center no-repeat; font-size: 14px; color: #666;}
.newsdetail_main .crumbs a{color: #666;}
.newsdetail_main .crumbs a:hover{color: #24589b;}
.newsdetail_main .main{background: #fff; margin-top: 30px; padding: 60px 110px;}
.newsdetail_main .main .head_tit{border-bottom: 1px solid #e4e4e4;}
.newsdetail_main .main h3{font-size: 28px; color: #444;}
.newsdetail_main .main .dot{margin: 20px 0;}
.newsdetail_main .main .dot span{font-size: 14px; color: #999; padding-left: 30px; display: inline-block; line-height: 24px; background-position: left center; background-repeat: no-repeat; background-size: 20px;}
.newsdetail_main .main .dot span.date{background-image: url(../images/news_icon3.png); margin-right: 20px;}
.newsdetail_main .main .dot span.view{background-image: url(../images/news_icon4.png);}
.newsdetail_main .main .cont{padding: 30px 0;}
.newsdetail_main .main .cont img{display: block; max-width: 100%; margin: 0 auto;}
.newsdetail_main .main .cont p{font-size: 14px; color: #666; text-align: justify; line-height: 30px;}
.newsdetail_main .main .label{background: url(../images/news_icon6.png) left 3px no-repeat; padding-left: 25px; font-size: 14px; color: #24589b; line-height: 24px;}
.newsdetail_main .main .label span{display: inline-block; background: #2aaae1; padding: 0 5px; border-radius: 5px; color: #fff;}
.pagecontrol{margin-top: 50px; overflow: hidden;}
.pagecontrol .list{float: left; overflow: hidden;}
.pagecontrol .list a{float: left; margin-right: 30px; width: 36px; height: 36px; line-height: 34px; border-radius: 18px; border: #9b9b9b solid 1px; font-size: 14px; color: #9b9b9b; background-repeat: no-repeat; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;}
.pagecontrol .list .golist{width: 130px; background-position: 20px center; background-image: url(../images/news_icon7.png); text-indent: 50px;}
.pagecontrol .list .prev{background-position:center;background-image:url(../images/left_icon1.png);}
.pagecontrol .list .next{background-position:center;background-image:url(../images/right_icon1.png);}
.pagecontrol .list a:hover{border-color:#24589b;color:#24589b;}
.pagecontrol .list .prev:hover{background-image:url(../images/left_icon3.png);}
.pagecontrol .list .next:hover{background-image:url(../images/right_icon3.png);}
.pagecontrol .list .golist:hover{background-image:url(../images/news_icon8.png);}
.pagecontrol .share{float:right;font-size:0;letter-spacing:-100px;}
.pagecontrol .share span,.pagecontrol .share a{display:inline-block;vertical-align:middle;letter-spacing:0;}
.pagecontrol .share span{margin-right:12px; line-height: 36px; float: left;padding-right:26px;font-size:16px;color:#666666;font-family:'pingfang';background:url(../images/news_icon9.png) no-repeat right center;}
.pagecontrol .share a{margin:0 0 0 8px !important;width:36px;height:36px;border-radius:50%; overflow:hidden;background-repeat:no-repeat;background-position:center;}
.pagecontrol .share .ico1{background-image:url(../images/news_icon10.png); background-color: #da3c3c;}
.pagecontrol .share .ico2{background-image:url(../images/news_icon11.png); background-color: #21ba41;}
.pagecontrol .share .ico3{background-image:url(../images/news_icon12.png); background-color: #3e91ee;}
.pagecontrol .share .ico4{background-image:url(../images/news_icon13.png); background-color: #234980;}
.pagecontrol .share .ico5{background-image:url(../images/news_icon14.png); background-color: #f4c50b;}
.pagecontrol .share a:hover{-webkit-transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);-webkit-animation:shake 0.5s;animation:shake 0.5s;}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

/*product detail*/
.pdetail_main .section1{background: #2a77cb url(../images/pd_img1.jpg) center no-repeat; background-size: cover; padding: 70px 0;}
.pdetail_main .section1 h3{font-size: 40px; color: #fff; font-weight: 600; border-bottom: 1px solid #6398d3; padding-bottom: 10px;}
.pdetail_main .section1 .crumbs{text-align: right; margin-top: 10px; font-size: 14px; color: #fff;}
.pdetail_main .section1 .crumbs a{color: #fff;}
.pdetail_main .section1 .crumbs a:hover{text-decoration: underline;}
.pdetail_main .section2{padding: 100px 0; background: #fff url(../images/pd_img3.jpg) center bottom no-repeat;}
.pdetail_main .section2 .container_s{overflow: hidden;}
.pdetail_main .section2 .img_block{width: 365px; float: left;}
.pdetail_main .section2 .img_block img{width: 100%; display: block;}
.pdetail_main .section2 .txt_block{width: 450px; float: right;}
.pdetail_main .section2 .txt_block h3{font-size: 50px; color: #24589b; font-weight: 600;}
.pdetail_main .section2 .txt_block h4{font-size: 28px; color: #666; border-bottom: 1px solid #dedede; padding-bottom: 20px;}
.pdetail_main .section2 .txt_block p{font-size: 30px; color: #555; margin-top: 50px;}
.pdetail_main .section2 .txt_block .pagecontrol{margin-top: 100px;}
.pdetail_main .section2 .txt_block .share{float: none;}
.pdetail_main .section3{padding: 50px 0;}
.pdetail_main .section3 .item{overflow: hidden; border-bottom: 1px solid #dbdbdb; padding: 50px 0;}
.pdetail_main .section3 .item .img_block{width: 460px; border: 5px solid #fff; float: left; overflow: hidden; background: #fff;}
.pdetail_main .section3 .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section3 .item .txt_block{padding-left: 610px; padding-top: 20px;}
.pdetail_main .section3 .info h3{font-size: 30px; color: #24589b;margin-bottom: 20px;}
.pdetail_main .section3 .info p{padding-left: 30px; font-size: 16px; line-height: 40px; color: #666; background: url(../images/pd_icon1.png) left 9px no-repeat;}
.pdetail_main .section3 .single_txt{padding: 50px 0;}
.pdetail_main .section3 .single_img{background: #fff;}
.pdetail_main .section3 .single_img img{max-width: 100%; display: block; margin: 0 auto;}
.pdetail_main .section4{background: #fff; padding: 70px 0;}
.pdetail_main .section4 .container_s{position: relative;}
.pdetail_main .section4 .title h3{font-size: 30px; color: #333; position: relative;}
.pdetail_main .section4 .title h3:after{content: ''; width: 27px; height: 2px; background: #026bbb; position: absolute; left: 0; bottom: -15px;}
.pdetail_main .section4 .items{margin-top: 50px;}
.pdetail_main .section4 .item{width: 33.33%; padding: 0 20px; float: left; text-align: center;}
.pdetail_main .section4 .item .img_block{border: 1px solid #e8e8e8; overflow: hidden;}
.pdetail_main .section4 .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item h3{margin-top: 15px; font-size: 20px; color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item p{font-size: 18px; color: #666; margin-top: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pdetail_main .section4 .item:hover h3{color: #026bbb;}
.pdetail_main .section4 .item:hover p{color: #026bbb; text-decoration: underline;}
.pdetail_main .section4 .control{right: 0; top: 0; position: absolute;}
.pdetail_main .section4 .control .common_btn{position: static; display: inline-block; margin: 0 10px;}

/*service*/
.service_main .links{overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.service_main .links a{float: left; width: 20%; text-align: center; font-size: 20px; color: #666; line-height: 24px; padding: 30px 0; border-right: 1px solid #f1f1f1; -webkit-transition: all 500ms ease; transition: all 500ms ease; box-shadow: -5px 0 10px rgba(175,175,175,.1);}
.service_main .links a:nth-of-type(2){border: none;}

.service_main .links a:hover{color: #fff;}
.service_main .links a.active:hover{color: #fff;}
.service_main .section1{padding: 50px 0;}
.service_main .section1 .item{margin: 40px 0; background: #fff; position: relative; overflow: hidden;}
.service_main .section1 .item .img_block{position: absolute; top: 0; bottom: 0; width: 50%; overflow: hidden;}
.service_main .section1 .item .img_block .block{width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section1 .item:hover .img_block .block{-webkit-transform: scale(1.1); transform: scale(1.1);}
.service_main .section1 .item:nth-of-type(odd) .img_block{left: 0;}
.service_main .section1 .item:nth-of-type(even) .img_block{right: 0;}
.service_main .section1 .item:nth-of-type(odd) .txt_block{float: right;}
.service_main .section1 .item:nth-of-type(even) .txt_block{float: left;}
.service_main .section1 .item .txt_block{width: 50%; padding: 70px 40px; height: 380px;}
.service_main .section1 .item .txt_block h3{font-size: 22px; color: #24589b; margin-bottom: 20px;}
.service_main .section1 .item .txt_block p{font-size: 14px; color: #666; line-height: 28px; text-align: justify;}
.service_main .section2{padding: 70px 0;}
.service_main .section2 img{max-width: 100%; display: block; margin: 0 auto;}
.service_main .section3{background: url(../images/service_img5.jpg) center bottom no-repeat; background-size: 100% auto; padding-bottom: 160px;}
.service_main .section3 .items{padding: 160px 0; overflow: hidden;}
.service_main .section3 .item{width: 20%; float: left; text-align: center;}
.service_main .section3 .item .icon{width: 120px; height: 120px; border-radius: 50%; margin: 0 auto; background: #fff; box-shadow: 0 0 30px rgba(204,204,204,.3); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section3 .item .icon i{display: block; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: 48px auto; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section3 .item h3{font-size: 18px; color: #444; line-height: 24px; margin: 25px 0 15px;}
.service_main .section3 .item p{font-size: 18px; color: #666; line-height: 24px;}
.service_main .section3 .item:nth-of-type(1) .icon i{background-image: url(../images/service_icon6.png);}
.service_main .section3 .item:nth-of-type(2) .icon i{background-image: url(../images/service_icon7.png);}
.service_main .section3 .item:nth-of-type(3) .icon i{background-image: url(../images/service_icon8.png);}
.service_main .section3 .item:nth-of-type(4) .icon i{background-image: url(../images/service_icon9.png);}
.service_main .section3 .item:nth-of-type(5) .icon i{background-image: url(../images/service_icon10.png);}
.service_main .section3 .item:hover .icon{background: #026bbb; box-shadow: 0 0 30px rgba(1,107,221,.3);}
.service_main .section3 .item:nth-of-type(1):hover .icon i{background-image: url(../images/service_icon6_w.png);}
.service_main .section3 .item:nth-of-type(2):hover .icon i{background-image: url(../images/service_icon7_w.png);}
.service_main .section3 .item:nth-of-type(3):hover .icon i{background-image: url(../images/service_icon8_w.png);}
.service_main .section3 .item:nth-of-type(4):hover .icon i{background-image: url(../images/service_icon9_w.png);}
.service_main .section3 .item:nth-of-type(5):hover .icon i{background-image: url(../images/service_icon10_w.png);}
.service_main .section3 .single_block{position: relative; background: #fff;}
.service_main .section3 .single_block .txt_block{width: 50%; padding: 120px 50px;}
.service_main .section3 .single_block .txt_block h3{font-size: 24px; color: #24589b; border-bottom: 1px solid #e0e0e0; padding-bottom: 30px; position: relative; margin-bottom: 30px;}
.service_main .section3 .single_block .txt_block h3:after{content: ''; width: 28px; height: 2px; background: #026bbb; position: absolute; bottom: 0; left: 0;}
.service_main .section3 .single_block .txt_block p{font-size: 16px; color: #666; line-height: 32px;}
.service_main .section3 .single_block .img_block{width: 50%; height: 100%; position: absolute; top: 0; right: 0; background-position: center; background-repeat: no-repeat; background-image: url(../images/service_img6.jpg);}
.service_main .section4{padding: 70px 0;}
.service_main .section4 .items{margin: 0 -15px; overflow: hidden;}
.service_main .section4 .item{width: 33.33%; float: left; padding: 15px;}
.service_main .section4 .item .block{background: #fff; border-radius: 5px; padding: 50px 30px;}
.service_main .section4 .item h3{font-size: 20px; color: #444; padding-bottom: 20px; border-bottom: 1px solid #d6d6d6;}
.service_main .section4 .item a{display: block; width: 120px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; background: #999; border-radius: 5px; margin-top: 30px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section4 .item a:before{content: ''; width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; background: url(../images/service_icon11.png) center no-repeat; background-size: 20px;}
.service_main .section4 .item a:hover{background: #026bbb; box-shadow: 5px 5px 15px rgba(1,107,221,.3);}
.service_main .section4 .page{margin-top: 40px;}
.service_main .section5{padding: 70px 0;}

/*search*/
.search_main .items{margin: 0;}
.search_main .form_box{padding: 60px 0;}
.search_main .form_box h3{font-size: 30px; color: #444; text-align: center;}
.search_main .form_box form{position: relative; margin-top: 30px; border: 1px solid #dbdbdb; border-radius: 5px; overflow: hidden;}
.search_main .form_box input{width: 100%; height: 60px; padding: 10px; font-size: 16px;}
.search_main .form_box button{width: 60px; height: 60px; position: absolute; right: 0; top: 0; background: url(../images/header_icon1.png) center no-repeat; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.search_main .form_box button:before{content: ''; width: 1px; height: 20px; position: absolute;left: 0; top: 50%; margin-top: -10px; background: #dbdbdb;}
.search_main .form_box button:hover{background-color: #dbdbdb;}
.ny_about{ padding:40px 0px}
.ny_about h1{ color:#444; font-size:24px; text-align:center; margin-bottom:20px}
.ny_about p{ color:#777; font-size:14px; line-height:30px; margin-bottom:10px}
.contact-page .form-group { margin-bottom: 22px; }
.contact-page .form-group input {font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; display: inline-block; height: 50px; color: #777777; font-size: 14px; padding-left: 20px; background: #f9f9f9; border-color: #f9f9f9; box-shadow: none; transition: all 500ms ease 0s;   width:80%}
.contact-page .form-group textarea {font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;display: inline-block; height: 160px; resize: none; color: #777777; background: #f9f9f9; padding-top: 20px; padding-left: 20px; font-size: 14px; border-color: #f9f9f9; box-shadow: none; transition: all 500ms ease 0s; width:80% }
.contact-page .form-group input:focus, .contact-page .form-group textarea:focus { border-color: #20409a;; transition: all 500ms ease 0s; }
.contact-page .form-bottom { display: block; }

.btn-style-one {font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; font-size: 14px; color: #ffffff; line-height: 29px; font-weight: 700; padding: 8px 24px; background: #026bbb;; letter-spacing: 1px; border: 1px solid #026bbb;; text-transform: uppercase; display: inline-block;  transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.btn-style-one:hover {font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; color: #026bbb;; border: 1px solid #026bbb;; background: transparent; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; }


.newsxq{ padding:40px 0px}
.newsxq h1{ color:#555; font-weight:normal; font-weight:24px; text-align:center;}
.newsxq .info{ text-align:center;padding:30px 0px; border-bottom:1px solid #ccc}
.newsxq .content{ padding-top:30px}
.newsxq .pre{ font-size:14px; line-height:30px}
.newsxq .next{ font-size:14px; line-height:30px}

.newsxq p{ color:#666; font-size:16px; line-height:30px; margin-bottom:10px}

.pro_content{ padding:40px 0px}


.pro_cen_tit{ border-bottom:1px solid #999; padding:14px 0px; margin-top:60px }
.pro_cen_tit b{ background:#026bbb; color:#fff; padding:15px 30px; font-size:18px;}

.js_desc{ margin:10px 0px; text-align:center}
.js_desc p{ font-size:16px; line-height:30px; margin-bottom:10px}
.js_yjfx ul{ margin:30px 0px; padding-bottom:40px; overflow:hidden}
.js_yjfx ul li{background:#026bbb; text-align: center; padding:40px 10px; margin-bottom:10px; width:24%; margin-right:1%; float:left}
.js_yjfx ul li p{ color:#fff; font-size:16px; padding-top:30px; min-height:80px}
.js_yjfx ul li h3{ background:#fff; height:5px; width:20%; margin:30px auto}

.t01 {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 50px
}
.t01 span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #fff
}
.t01 i {
	display: block;
	width: 60px;
	height: 4px;
	line-height: 4px;
	margin: 0 auto;
	background: #ee1c23
}
.pro_content h2{ font-weight:bold; margin:20px 0px 10px 0px; font-size:18px; }
.pro_content p{ line-height:30px;}
.pro_content{ background:#fff}
.pro_content table{ border: 1px solid #c9c9c9; border-collapse:collapse; text-align:center; width:100%}
.pro_content table p{ margin:0px}
.pro_content table tr{ border:1px solid #c9c9c9; }
.pro_content table tr td{ border:1px solid #c9c9c9; padding:10px; font-size:14px; line-height:30px;}
.pro_content .more{ float:left; margin-right:20px; width:120px}
.pro_content .more.blue{ background:#026bbb}
.pro_content .more{ background:#e9030f; text-align:center; display:block; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; margin-top:10px }
.pro_content .more a{ color:#fff; font-size:16px; line-height:50px;display:block;  }
.pro_content .more:hover{ background:#000;}
.ue-table-interlace-color-single{ background:#fcfcfc}
.ue-table-interlace-color-double{ background:#e5e5e5}

.pt2{background:url(../images/ipt2_bg.jpg) no-repeat center; background-size:cover; color:#fff; padding-top:85px; position:relative;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ipt2_bg.png',sizingMethod='scale');}
.pt2 .index_en{color:#fff; margin-top:10px;}
.pt2 .index_cn{color:#fff;}
.pt2 .index_desc{color:#b9c0d0;}
.pt2 a:hover{color:#fff;}
.pt2 .t{font-size:22px; font-weight:bold; margin-bottom:10px;}
.pt2 .t a{ color:#fff}
.pt2 .d a{ color:#fff}
.pt2 .d{font-size:15px; line-height:24px; overflow:hidden;}
.pt2 .con{padding:70px 60px 0;}
.pt2 .box2{background:url(../images/ipt2_box2.png) no-repeat right center; background-size:cover; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ipt2_box2.png',sizingMethod='scale');}
.pt2 .box4{background:url(../images/ipt2_box4.png) no-repeat right center; background-size:cover;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ipt2_box4.png',sizingMethod='scale');}
.pt2 .box6{background:url(../images/ipt2_box6.png) no-repeat right center; background-size:cover;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ipt2_box6.png',sizingMethod='scale');}

.pt2 .wrap{overflow:hidden;}
.pt2 .box{float:left; height:250px;overflow:hidden;}
.pt2 .smbox{width:27.5%;}
.pt2 .smbox img{ height:100%}
.pt2 .lgbox{width:45%;}
.index_en{font-size:48px; color:#21478b; font-family:dinb, Arial, Helvetica, sans-serif; text-transform:uppercase; color:#fff; margin-bottom:10px}
.index_en a{font-family:dinb, Arial, Helvetica, sans-serif;  font-weight:bold }
.index_cn{font-size:34px; color:#fff; font-weight:bold;  display:inline-block; *display:inline; *zoom:1; position:relative; line-height:1; margin-bottom:10px;}


.footer-top01{ background:#fff; border:1px solid #eee}
.index_main .section22{background: #fff; padding: 45px 0;}
.index_main .section22 .container{  margin:0px auto; width:90%}

.yun-main-hd {
    padding-top: 45px;
    text-align: center
}
.yun-main-hd .yun-main-title {
    line-height: 44px;
    font-size: 32px;
    color: #0989c5
}
.yun-main-hd .yun-main-des {
    margin-top: 10px;
    line-height: 36px;
    font-size: 18px;
    color: #666
}
.yun-main-bd {
    padding-top: 30px
}
.w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.yun-solution-slider {
    margin-top: 30px
}
.yun-solution-slider-content {
    position: relative
}
.yun-solution-slider-content .yun-solution-wrap {
    position: relative;
    height: 454px;
    height: 457px\0; 
}
.yun-solution-slider-content .yun-solution-item {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 470px;
    color: #fff;
    background-size: cover!important;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-slider-content .yun-solution-item.current {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100)
}
.yun-solution-slider-content .yun-solution-item-content {
    margin: 0 auto;
    padding-top: 130px;
    
}
.yun-solution-slider-content .yun-solution-text-wrap {
    float: left;
    padding-right: 40px;
    width: 590px
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn {
    margin-top: 15px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 70px;
    background: #e9030f;
    color: #fff;
    text-align: center;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 10px 0 rgba(3, 0, 76, .3)
}
.yun-solution-slider-content .yun-solution-title {
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.yun-solution-slider-content .yun-solution-title em {
    font-size: 28px; color:#fff; letter-spacing:1px
	
}
.yun-solution-slider-content .yun-solution-des {
    margin-top: 15px;
    max-height: 120px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px; color:#fff
}
.yun-solution-slider-content .yun-solution-logo-wrap {
    float: left;
    margin-left: 40px;
    width: 420px;
    max-height: 230px;
    overflow: hidden;
    font-size: 0
}
.yun-solution-slider-content .yun-solution-logo-wrap:after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}
.yun-solution-slider-content .yun-solution-logo-list {
    display: inline-block
}
.yun-solution-slider-content .yun-solution-logo-list li {
    display: inline-block;
    margin-top: 40px;
    width: 33%;
    vertical-align: middle;
    text-align: left
}
.yun-solution-list-wrap {
    position: relative;
    height: 140px;
    overflow: hidden
}
.yun-solution-list-wrap:hover .yun-solution-btn {
    display: block
}
.yun-solution-list-wrap .yun-solution-btn {
    display: none;
    position: absolute;
    top: 60px;
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    color: #0989c5;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-list-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.yun-solution-list-wrap .yun-solution-btn.disabled {
    display: none
}
.yun-solution-list-wrap .yun-solution-btn-prev {
    left: 0
}
.yun-solution-list-wrap .yun-solution-btn-next {
    right: 0
}
.yun-solution-list {
    padding-top: 35px;
    text-align: center;
    font-size: 0
}
.yun-solution-list .yun-solution-list-item {
    display: inline-block;
    vertical-align: top;
   
    text-align: center;
    font-size: 14px;
    cursor: pointer; float:left; padding-right:20px; width:200px
}

.yun-solution-list .img-wrap i{ font-size:50px; color:#026bbb
}
.yun-solution-list .yun-solution-text {
    margin-top: 15px;
    line-height: 20px; font-size:16px
   
}
.yun-arrow-wrap {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 18px;
    overflow: hidden
}
.yun-arrow-wrap .yun-arrow-item {
    display: table-cell;
    position: relative;
    width: auto;
    background-color: #fff
}
.yun-arrow-wrap .yun-arrow-triangle {
    width: 1200px;
    height: 17px;
    background-color: transparent
}
.yun-arrow-wrap .yun-arrow-triangle:after, .yun-arrow-wrap .yun-arrow-triangle:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    box-sizing: border-box
}
.yun-arrow-wrap .yun-arrow-triangle:before {
    right: 50%;
    border-bottom: 18px solid #fff;
    border-right: 22px solid transparent
}
.yun-arrow-wrap .yun-arrow-triangle:after {
    left: 50%;
    border-bottom: 18px solid #fff;
    border-left: 22px solid transparent
}
.yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:before {
    right: 92.5%
}
.yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:after {
    left: 7.5%;
    width: 92.5%
}
.yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:before {
    right:75.5%
}
.yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:after {
    left:24.5%;
    width:75.5%
}
.yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:before {
    right:59%;
    width: 41%
}
.yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:after {
    left: 41%
}
.yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:before {
    right: 42%;
    width: 58%
}
.yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:after {
    left:58%; width: 42%
}
.yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:before {
    right: 26%;
    width: 74%
}
.yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:after {
    left: 74%
}

.yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:before {
    right: 9%;
    width: 91%
}
.yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:after {
    left:91%
}
.yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:before {
    right: 9%;
    width: 91%
}
.yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:after {
    left: 91%
}

.down_list{ margin:40px 0px}
.down_list li{ background:#fff; padding:20px; overflow:hidden; line-height:30px; margin-bottom:10px }
.down_list li .title{ font-size:18px; float:left;}
.down_list li  i{ float:right; font-size:30px}