﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0px; border: 0; font-size: 100%; outline: none;}
table,tbody, tfoot, thead, tr, th, td { margin:0; padding: 0px; font-size: 100%; outline: none;border-collapse: collapse;}
html { font-size: 100%!important; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body{font-size: 14px; line-height: 200%; font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; margin: 0 auto; color: #444; background: #f6f6f6;  -webkit-tap-highlight-color:rgba(0,0,0,0);}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6{font-weight:normal}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
img { border: 0; vertical-align: middle;}
input{ outline: none;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea {-webkit-appearance: none; border-radius: 0; outline: none;  font-family:"Microsoft Yahei"}
::-moz-selection { background: #338fff; color: #fff; text-shadow: none; }
::selection { background: #338fff; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
a:link, a:visited { text-decoration: none; color:#444;}
a:active, a:hover { text-decoration: none; outline:none; color:#ea0011;}
a:focus{text-decoration:none;outline:0;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px;}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*特殊字体使用*/
@font-face {
font-family: '058-CAI978';
src: url('../fonts/058-CAI978.eot');
src: url('../fonts/058-CAI978.eot?#iefix') format('embedded-opentype'),
url('../fonts/058-CAI978.woff') format('woff'),
url('../fonts/058-CAI978.ttf') format('truetype'),
url('../fonts/058-CAI978.svg#058-CAI978') format('svg');
font-weight: normal;
font-style: normal;
}

/*在线客服*/
.side{position:fixed;width:54px;height:auto;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px; line-height: 54px; float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff; overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#dd030e;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}


/*PC站头部*/
#header-content{width: 100%; height: auto; background: #fff; overflow: hidden; }
#header-bar1{width: 1200px; height: auto; margin: 0 auto; }
#header-bar1 .logo{width: 400px; height: auto; float: left; }
#header-bar1 .navigation{width: 700px; height: auto; float: left; }
#nav {margin:0 auto; width:700px; height: auto; font-size:16px; position:  absolute; z-index:99;}
#nav .jquery {margin-right:0;padding:0;}
#nav .mainlevel {float:left; width:100px; height:100px; line-height:100px; /*IE6 only*/}
#nav .mainlevel a {text-align:center; text-decoration:none; display:block; width:100px; }
#nav .mainlevel a:hover {text-decoration:none; color: #fff; }
#nav .mainlevel ul {display:none; position:absolute; top: 100px;}
#nav .mainlevel li {border-bottom:1px solid #cc0917;/*IE6 only*/}
#nav .mainlevel li a{background:#ea0011; color: #fff; width:220px; font-size:14px; height:auto; line-height: 160%; padding: 10px 0; text-transform: none;}
#nav .mainlevel li a.pro{background:#ea0011; color: #fff; width:240px; font-size:14px; height:auto; line-height: 160%; padding: 10px 0; text-transform: none; text-align: left; text-indent: 1.0rem;}
#nav .mainlevel li a:hover{ background:#cc0917; color: #fff; }
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; 
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ea0011;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#header-bar1 .language{width: 100px; height: auto; float: right; text-align: right; padding-top: 33px; }
#header-bar1 .language img{margin: 0 0 0 10px; }


/*PC站底部*/
#footer-content{width: 100%; height: auto; background: #373737; overflow: hidden; }
#footer-bar1{width: 1200px; height: auto; margin: 0 auto; background: url(../images/img-1.jpg) repeat-y 620px 0; padding: 40px 0; overflow: hidden; }
#footer-bar1 .footernav{width: 620px; height: auto; float: left; }
#footer-bar1 .footernav li{width: 155px; height: auto; float: left; }
#footer-bar1 .footernav li p{color: #c5c5c5; }
#footer-bar1 .footernav li p span{color: #fff; font-size: 16px; font-weight: bold; }
#footer-bar1 .footernav li p a{color: #c5c5c5; }
#footer-bar1 .footernav li p a:hover{color: #ea0011; }
#footer-bar1 .footcont{width: 370px; height: auto; float: left; margin-left: 20px; line-height: 220%; color: #c5c5c5; }
#footer-bar1 .footcont img{margin-right: 8px; }
#footer-bar1 .followus{width: 190px; height: auto; float: right; overflow: hidden; }
#footer-bar1 .followus h4{width: 200px; height: auto; overflow: hidden; }
#footer-bar1 .followus h4 figure{text-align: center; width: 90px; float: left; margin-right: 10px; color: #c5c5c5; }

#footer-copyright{width: 100%; height: auto; line-height: 55px; background: #252525; overflow: hidden; text-align: center; color: #c5c5c5; }
#footer-copyright a{color: #c5c5c5; }
#footer-copyright a:hover{color: #ea0011; }

/*综合首页*/
#movie{width: 100%; height: auto; text-align: center;}

.b_rslides_s{position: relative;list-style: none;overflow: hidden;width: 100%; height:auto;padding: 0;margin: 0;}
.b_rslides_s li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;}
.b_rslides_s li:first-child {position: relative;display: block;float: left;}
.b_rslides_s img {display: block;height: auto;float: left;width: 100%;border: 0;}
.b_slide_container {position: relative;float: left;width: 100%; height:auto; margin-bottom:0px;}
.b_slide_container_s {position: relative;float: left;width: 100%; height:auto; margin-bottom:0px;}
.b_slide {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.b_slide li {position: absolute;width: 100%;left: 0;top: 0;}
.b_slide img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;}
.b_slide .b_caption {display: block;position: absolute;z-index: 2;font-size: 20px;text-shadow: none;color: #fff;background: #000;background: rgba(0,0,0, .8);left: 0;right: 0;bottom: 0;padding: 10px 20px;margin: 0;max-width: none;}
.b_slide_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 52%;left: 10px;opacity: 0.7;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 100px;width: 50px;background: transparent url("../images/themes.png") no-repeat left top;margin-top: -50px;}
.b_slide_nav:active {opacity: 1.0;}
.b_slide_nav.next {left: auto;background-position: right top;right: 10px;}

#main-content{width: 100%; height: auto; overflow: hidden; }
#home-bar1{width: 100%; height: auto; background: #fff; overflow: hidden; padding: 70px 0; }
.home-company{width: 1200px; height: auto; margin: 0 auto; }
.home-company-left{width: 480px; height: auto; float: left; }
.home-company-right{width: 700px; height: auto; float: right; line-height: 240%; }
.home-company-right h2{font-size: 24px; color: #ea0011; font-weight: bold; margin:10px auto; }
.home-company-right h4{ text-indent: 2rem; }
.home-company-right h5{width: 100%; height: auto; margin-top: 20px; }
.home-company-right h5>input{width: 120px; height: 35px; border: 0; color: #fff; background: url(../images/img-4.jpg) no-repeat; text-align: left; text-indent: 0.5rem; cursor: pointer; transition:All 0.4s ease-in-out; }
.home-company-right h5>input:hover{background: url(../images/img-5.jpg) no-repeat;}

#home-bar2{width: 100%; height: auto; min-height: 520px; background: url(../images/img-6.jpg) no-repeat center; overflow: hidden; padding: 60px 0; }
.home-pro{width: 1200px; height: auto; margin: 0 auto; }
.home-pro h2{text-align: center; font-size: 30px; color: #fff; font-weight: bold; }
.home-pro h2 img{margin: 0 20px; }
.home-pro h3{text-align: center; color: #fff; font-family: '058-CAI978';  text-transform: uppercase; font-size: 16px; margin-top: 10px; }
.home-pro-pic{width: 100%; height: auto; margin: 80px 0 0 0; }
.scroll-outer{height:auto; width: 100%;}
#scroll{width:1230px; margin:0 auto; padding: 0; overflow: hidden; }
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{width:380px;height:auto; margin:0 30px 0 auto; overflow:hidden;}
#scroll .item img{transition:All 0.4s ease-in-out; height:250px;width:380px;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
#scroll .item img:hover{transform: scale(1.15);}
#scroll .item:hover p{background: #ea0011; }
#scroll .item h4{width: 380px; height: auto; border: 0; overflow: hidden; }
#scroll .item p{text-align: center;  padding: 15px 20px; background: #3b3b3b; color: #fff; font-size: 16px; transition:All 0.4s ease-in-out; text-transform: capitalize; overflow: hidden;}
#scroll .item p:hover{background: #ea0011; }
#scroll .item p span{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.owl-theme .owl-controls .owl-buttons {position:absolute;top:0;width:0;height:0;margin:0;padding:0;border-radius:0;font:0;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:0;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:"";}

#home-bar3{width: 100%; height: auto; min-height: 547px; background: url(../images/img-10.jpg) no-repeat center; overflow: hidden; padding: 60px 0; }
.home-network{width: 1200px; height: auto; margin: 0 auto; text-align: center; }
.home-network h2{text-align: center; font-size: 30px; font-weight: bold; }
.home-network h2 img{margin: 0 20px; }
.home-network h3{text-align: center; color: #8e8e8e; font-family: '058-CAI978';  text-transform: uppercase; font-size: 16px; margin-top: 10px; }

/*内页样式开始*/
#subpages-banner{width: 100%; height: auto; overflow: hidden; text-align: center; }
#h5-sub-banner{width: 100%; height: auto; overflow: hidden; text-align: center; display: none; padding-top: 60px;}
#h5-sub-banner img{width: 100%;}

#subpages-content{width: 100%; height: auto; overflow: hidden; }
.subpages-content-tit{width: 100%; height: 60px; background: #1e50ae; overflow: hidden; }
.subpages-comp-tit{width: 1200px; height: auto; margin: 0 auto; overflow: hidden; }
.subpages-comp-tit li{width: 25%; height: auto; float: left; text-align: center; border-right: #245ac1 solid 1px; box-sizing: border-box; }
.subpages-comp-tit li a{display: block; line-height: 60px; color: #fff; font-size: 16px; }
.subpages-comp-tit li a:hover, #current{background: #ea0011; }
.subpages-content-txt{width: 1200px; height: auto; min-height: 450px; margin: 40px auto; overflow: hidden; }
.subpages-content-txt-tit{width: 100%; height: auto; border-bottom: #ddd dotted 1px; overflow: hidden; }
.subpages-content-txt-tit h2{width: 50%; height: auto; line-height: 40px; float: left; font-size: 18px; background: url(../images/icon-8.png) no-repeat 0 50%; text-indent: 2rem; }
.subpages-content-txt-tit h3{width: 50%; height: auto; line-height: 40px; float: right; text-align: right; }
.subpages-content-txt-tit h3 img{margin: 0 3px 2px 3px; }

.supages-comp-txt{width: 100%; height: auto; margin: 30px auto; overflow: hidden; }
.supages-comp-txt p{text-indent: 2rem; margin: 10px auto; }

.supages-workshop, .honor{width: 1230px; height: auto; margin: 30px auto; overflow: hidden; }
.supages-workshop figure{width: 380px;  float: left; margin-right: 30px; margin-bottom: 30px; overflow: hidden; }
.supages-workshop figure img{transition:All 0.4s ease-in-out;width: 380px;height: 250px;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
.supages-workshop figure img:hover{ transform: scale(1.05); }
.supages-workshop figure:hover figcaption{color: #fff; background: #ea0011; }
.supages-workshop figcaption{padding: 10px 0; text-align: center; background: #fff; transition:All 0.4s ease-in-out; }
.supages-workshop figcaption:hover{background: #ea0011; color: #fff; }

.pro-container-tit{width: 100%; height: auto; background: #f6f6f6; overflow: hidden; padding: 20px 0; border-bottom: #eee solid 1px; }
.subpages-pro-tit{width: 1200px; height: auto; margin: 0 auto; }
.subpages-pro-tit li{width: auto; height: auto; float: left; text-align: center; padding: 0 1px; margin: 1px auto;}
.subpages-pro-tit li a{display: block; font-size: 14px; padding: 5px 20px; border-radius: 4px; background: #efefef; }
.subpages-pro-tit li a:hover, #current{background: #ea0011; color: #fff; }
.supages-pro{width: 1230px; height: auto; margin: 30px auto; overflow: hidden; }
.supages-pro figure{width: 380px; height: auto; float: left; margin-right: 30px; margin-bottom: 30px; overflow: hidden; }
.supages-pro figure img{transition:All 0.4s ease-in-out; height:250px;width: 380px;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
.supages-pro figure img:hover{ transform: scale(1.05); }
.supages-pro figure:hover figcaption{color: #fff; background: #ea0011; }
.supages-pro figcaption{padding: 10px 0; text-align: center; background: #eee; transition:All 0.4s ease-in-out; }
.supages-pro figcaption:hover{background: #ea0011; color: #fff; }

.supages-proinfo{width: 1200px; height: auto; padding: 30px 0; overflow: hidden; }
.proinfo-bigpic{width: 760px; height: auto; margin: 20px auto; border: #eee solid 1px; overflow: hidden; }
.proinfo-bigpic span{width: 100%; position: absolute; z-index: 2; }
.proinfo-bigpic img{position: relative; }
.proinfo-description{width: 100%; height: auto; margin-top: 20px;}
.proinfo-description h2{font-size: 18px; color: #ea0011; border-bottom: #ddd solid 1px; line-height: 220%; margin-bottom: 20px;  }
.proinfo-description p{margin: 5px auto; font-size: 16px; }
.proinfo-parameter{width: 100%; height: auto; margin-top: 20px; }
.proinfo-parameter h2{font-size: 18px; color: #ea0011; border-bottom: #ddd solid 1px; line-height: 220%; margin-bottom: 20px;  }
.proinfo-parameter p{margin: 5px auto; font-size: 16px; }
.proinfo-inquiry{width: 100%; height: auto; margin-top: 20px; }
.proinfo-inquiry h2{font-size: 18px; color: #ea0011; border-bottom: #ddd solid 1px; line-height: 220%; margin-bottom: 20px;  }
.proinfo-inquiry h3{width: 19.5%; height: auto; float: left; padding-right: 0.5%; }
.proinfo-inquiry h3>input{width: 100%; height: 40px; border: #eee solid 1px; box-sizing: border-box; background: #fff; text-align: left; text-indent: 0.5rem; color: #666; }
.proinfo-inquiry h4{width: 100%; height: auto; }
.proinfo-inquiry h4>textarea{width: 99.5%; height: auto; border: #eee solid 1px; box-sizing: border-box; color: #666; padding: 1%; margin-top: 10px; }
.proinfo-inquiry h5{width: 100%; height: auto; }
.proinfo-inquiry h5>input{width: 130px; height: 40px; border: 0; background: #ea0011; border-radius: 6px; text-align: center; color: #fff; cursor: pointer; transition:All 0.4s ease-in-out; }
.proinfo-inquiry h5>input:hover{background: #1e50af; }

.canshu{width:100%; max-width:1200px; margin-top:10px; display:block; overflow-x:hidden;}
.canshu table{width:1200px;} 
.cs-d{display:none;}

.subpages-news-tit{width: 1200px; height: auto; margin: 0 auto; }
.subpages-news-tit li{width: 50%; height: auto; float: left; text-align: center; border-right: #245ac1 solid 1px; box-sizing: border-box; }
.subpages-news-tit li a{display: block; line-height: 60px; color: #fff; font-size: 16px; }
.subpages-news-tit li a:hover, #current{background: #ea0011; }
.subpages-news{width: 1180px; height: auto; margin: 30px auto; overflow: hidden; padding: 10px; }
.subpages-news li{width: 100%; height: auto; float: left; overflow: hidden; margin-bottom: 40px; background: #fff; transition:All 0.4s ease-in-out; box-shadow: #ddd 0 0 10px; }
.subpages-news .news-pic{width: 360px; height: auto; min-height: 220px; float: left; }
.subpages-news .news-txt{width: 760px; height: auto; float: right;  padding: 15px 20px; line-height: 180%; }
.subpages-news .news-txt h4{font-size: 18px; padding: 5px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; height:20px; }
.subpages-news .news-txt p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.subpages-news .news-txt h5{width: auto; height: auto; margin-top: 10px; }
.subpages-news .news-txt h5>input{width: 90px; height: 33px; border: 0; background: #ccc; color: #777; cursor: pointer; transition:All 0.4s ease-in-out; }
.subpages-news .news-txt h5>input:hover{width: 110px; height: 33px; background: #ea0011; color: #fff; }
.subpages-news .news-txt h6{color: #999; font-size: 12px; background: url(../images/icon-9.png) no-repeat 0 50%; text-indent: 1.3rem; }

.subpages-newsinfo{width: 1160px; height: auto; margin: 30px auto; overflow: hidden; padding: 20px; }
.subpages-newsinfo h1{width: 100%; height: auto; text-align: center; font-size: 20px; margin: 8px auto; font-weight: bold;}
.subpages-newsinfo hr{height:1px; border:0; border-bottom:#ddd dotted 1px; margin:10px auto;}
.subpages-newsinfo h4{width: 100%; height: auto; text-align: center; color: #999; }
.subpages-newsinfo p{text-indent: 2rem; margin: 15px auto; font-size: 16px; }
.right-newsinfo-end{width: 100%; height: auto;}
.right-newsinfo-end p{text-indent: 0; display:none; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; margin: 10px auto;}
.right-newsinfo-btn{width:100%; height:auto; overflow:hidden; margin: 15px auto;}
.right-newsinfo-btn-left{width: 49%; height: auto; float: left; text-align: right; padding-right: 1%;}
.right-newsinfo-btn-left>input{width:130px; height:35px; line-height:35px; border:0; text-align:center; color:#fff; margin:5px auto; background:#1e50ae url(../images/p-12.png) no-repeat 20% 50%; background-size:20%; text-indent:1.8rem; cursor:pointer; }
.right-newsinfo-btn-right{width: 49%; height: auto; float: right; text-align: left; padding-left: 1%;}
.right-newsinfo-btn-right>input{width:130px; height:35px; line-height:35px; border:0; text-align:center; color:#fff; margin:5px auto; background:#1e50ae url(../images/p-13.png) no-repeat 20% 50%; background-size:20%; text-indent:1.8rem; cursor:pointer; }

.subpages-service-tit{width: 1200px; height: auto; margin: 0 auto; overflow: hidden; }
.subpages-service-tit li{width: 33.33333%; height: auto; float: left; text-align: center; border-right: #245ac1 solid 1px; box-sizing: border-box; }
.subpages-service-tit li a{display: block; line-height: 60px; color: #fff; font-size: 16px; }
.subpages-service-tit li a:hover, #current{background: #ea0011; }

.subpages-service{width: 1200px; height: auto; margin: 30px auto; overflow: hidden; }
.subpages-service h4{width: 24.5%; height: auto; float: left; padding-right: 0.5%; }
.subpages-service h4>input{width: 100%; height: 40px; border: #eee solid 1px; box-sizing: border-box; background: #fff; text-align: left; text-indent: 0.5rem; color: #666; }
.subpages-service h5{width: 100%; height: auto; }
.subpages-service h5>textarea{width: 99.5%; height: auto; border: #eee solid 1px; box-sizing: border-box; color: #666; padding: 1%; margin-top: 10px; }
.subpages-service h6{width: 100%; height: auto; }
.subpages-service h6>input{width: 130px; height: 40px; border: 0; background: #ea0011; border-radius: 6px; text-align: center; color: #fff; cursor: pointer; transition:All 0.4s ease-in-out; }
.subpages-service h6>input:hover{background: #1e50af; }

.subpages-video{width: 1230px; height: auto; margin: 30px auto; overflow: hidden; }
.subpages-video figure{width: 380px; height: auto; float: left; margin-right: 30px; margin-bottom: 30px; overflow: hidden; }
.subpages-video figure img{transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
.subpages-video figure img:hover{ transform: scale(1.05); }
.subpages-video figure:hover figcaption{color: #fff; background: #ea0011; }
.subpages-video figcaption{padding: 10px 0; text-align: center; background: #fff; transition:All 0.4s ease-in-out; }
.subpages-video figcaption:hover{background: #ea0011; color: #fff; }

.subpages-videoinfo{width: 100%; height: auto; margin: 30px auto; overflow: hidden; }

.subpages-cont-tit{width: 1200px; height: auto; margin: 0 auto; }
.subpages-cont-tit li{width: 50%; height: auto; float: left; text-align: center; border-right: #245ac1 solid 1px; box-sizing: border-box; }
.subpages-cont-tit li a{display: block; line-height: 60px; color: #fff; font-size: 16px; }
.subpages-cont-tit li a:hover, #current{background: #ea0011; }

.subpages-cont{width: 100%; height: auto; margin: 30px auto; overflow: hidden; }
.subpages-cont h4{font-size: 22px; }
.subpages-cont h5{color: #999; margin-bottom: 20px; font-size: 13px; }
.subpages-cont img{margin: 20px auto; border: #ddd solid 1px;}

.h5-subpages-cont{width: 94%; height: auto; margin: 20px auto; overflow: hidden; padding: 3%; display: none;  }






/*==========以下样式为移动端==========*/

/*头部*/
.sp_header{height:60px; overflow:hidden; background:#fff; position:fixed; z-index:10; width:100%; box-shadow: 0 3px 3px rgba(0,0,0,0.10); display: none; }
.sp_logo{padding:0;float:left;height:60px}
.sp_logo img{margin:auto; width: auto; height: 60px;}
.sp_nav{width:60px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#ea0011; width:30px; height:4px; position:absolute; left:10px; transition:all ease 0.35s;}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#f6f6f6;width:100%;height: calc(100% );font-size:1.0rem;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; display: none; }
.nav_show{top:40px}
.sjj_nav>ul>li:first-child{overflow:hidden;}
.sjj_nav>ul>li:first-child>a{float:left;width: calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:80px;overflow:hidden;line-height:40px;margin-top:21px;}
.sjj_nav>ul>li:first-child .language img{width: 70%; }
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:1.0rem;}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:80%; display: block;}
.sjj_nav ul li ul li a{color:#444;display:block;text-align:left;}
.sjj_nav ul li i svg{width:29px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#ea0011}
.sjj_nav ul li ul li>ul{margin-left:10px}



/*底部*/
#h5-footer-content{width:96%; height:auto; margin:0 auto;  display: none; background: #202020; color: #c5c5c5; padding: 20px 2%; text-align: left; line-height: 200%; font-size: 0.9rem; }

/*返回顶部*/
.lanrenzhijia_top{ width:50px; height:50px; position:fixed; right:0px; bottom:0px; z-index:9999; display:none; background:url(../images/top02.png) no-repeat; }



/*焦点图*/
#h5-movie{width:100%; height:auto; margin:0 auto; text-align:center; overflow:hidden; display:none;  padding-top:60px; }
#h5-movie img{width: 100%;}
#h5-home-probtn{width: 100%; height: auto; position: relative; display: none; z-index: 5;}
#h5-home-probtn>input{width: 160px; height: 40px; line-height: 40px; margin-left: 20px; background: #0070c0; color: #fff; border: 0; border-radius: 5px; cursor: pointer;}
.swipe {width:100%;min-height:10px;/*max-width:500px;*/margin:0 auto;overflow: hidden;visibility: hidden;position:relative;width:100%;}
.swipe-wrap {overflow: hidden;position: relative;}
.swipe-wrap > div {float:left;width:100%;position: relative;}
.swipe-wrap > div a{display:block;background:url(../images/loading.gif) no-repeat center center;}
.swipe-wrap img{width:100%;height:auto;/*max-height:320px;*/}

/*内页导航*/
.header{position:relative;height:auto; background:#ea0011; display: none; }
.h5-right-tit{width:100%; height:auto; overflow:hidden; }
.h5-right-tit-left{width:90%; height:40px; line-height:40px; float:left;  color:#fff; text-align:left; text-indent:1rem; font-size:1.1rem; background:#1e50ae; }
.h5-right-tit-right{width:10%; height:40px; float:right;  }


/*翻页*/

#pages{width: 100%; height: auto; padding: 20px 0; overflow: hidden;}
DIV.black2 {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
}
DIV.black2 A {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; TEXT-DECORATION: none
}
DIV.black2 A:hover {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000
}
DIV.black2 A:active {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000
}
DIV.black2 SPAN.current {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000000
}
DIV.black2 SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}