@charset "utf-8";
/* Common */
body { font-family: 'Microsoft YaHei', '微软雅黑'; font-size: 14px; line-height: 2; font-weight: normal; margin: 0; padding: 0; overflow-x: hidden; min-width: 1200px; background: #FFFFFF; color: #575757; }
html, body, div, p, span, object, h1, h2, h3, h4, h5, h6, a, img, strong, dl, dt, dd, ol, ul, li, form, label, footer, header, nav { margin: 0; padding: 0; }
* { list-style: none; }
a { color: #575757; text-decoration: none; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i; }
a:hover { color: #2770bd; text-decoration: none; }
ul li { list-style: none; }
img { border: none; }
.clear { clear: both; margin: 0 0; padding: 0 0; }
.fr { float: right; }
.fl { float: left; }
input, textarea, button { font-family: "微软雅黑"; }
input:focus { outline: none; }
textarea:focus { outline: none; }
#feedback_form table { margin: 0 auto; }
#feedback_form table tr td { padding: 5px 0; }
#candidates_form table { margin: 0 auto; }
#candidates_form table tr td { padding: 5px 0; }
#equipment_form table { margin: 0 auto; }
#equipment_form table tr td { padding: 5px 0; }
h1, h2, h3, h4, h5, h6 { line-height: normal; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
.pt15 { padding-top: 15px; }
.pl10 { padding-left: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.main { width: 1200px; margin: 0 auto; overflow: hidden; }
img { vertical-align: top; }
.imgs { display: block; -m oz-transition: .3s ease-in;
-webkit-transition: .3s ease-in; -o-transition: .3s ease-in; -ms-transition: .3s ease-in; transition: .3s ease-in; }
a:hover .imgs { transform: scale(1.5, 1.5); -moz-transform: scale(1.5, 1.5); -webkit-transform: scale(1.5, 1.5); -o-transform: scale(1.1, 1.1); }

/*特效*/
.pok { vertical-align: middle; position: relative; z-index: 1; -webkit-backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; }
.bhk a { width: 100%; display: block; vertical-align: middle; position: relative; z-index: 1; -webkit-backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; }
.bhk a { -webkit-transition: background-color 0.3s, color 0.3s; transition: background-color 0.3s, color 0.3s; }
.bhk a::before { content: ''; position: absolute; top: -20px; left: -20px; bottom: -20px; right: -20px; background: inherit; z-index: -1; opacity: 0.4; -webkit-transform: scale3d(0.8, 0.5, 1); transform: scale3d(0.8, 0.5, 1); }
.bhk a:hover { -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s; transition: background-color 0.1s 0.3s, color 0.1s 0.3s; color: #ff9736; -webkit-animation: anim-moema-1 0.3s forwards; animation: anim-moema-1 0.3s forwards; }
.bhk a:hover::before { -webkit-animation: anim-moema-2 0.3s 0.3s forwards; animation: anim-moema-2 0.3s 0.3s forwards; }
@-webkit-keyframes anim-moema-1 { 60% {
 -webkit-transform: scale3d(0.8, 0.8, 1);
 transform: scale3d(0.8, 0.8, 1);
}
 85% {
 -webkit-transform: scale3d(1.1, 1.1, 1);
 transform: scale3d(1.1, 1.1, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@keyframes anim-moema-1 { 60% {
 -webkit-transform: scale3d(0.8, 0.8, 1);
 transform: scale3d(0.8, 0.8, 1);
}
 85% {
 -webkit-transform: scale3d(1.1, 1.1, 1);
 transform: scale3d(1.1, 1.1, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes anim-moema-2 { to {
 opacity: 0;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@keyframes anim-moema-2 { to {
 opacity: 0;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
/******图片左转*******/
.tpb { display: block; -webkit-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); -ms-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); -o-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); transform-style: preserve-3d; transition: all .5s; position: relative; }
.tpb:hover { -webkit-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(0deg) rotateY(-30deg); -ms-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(0deg) rotateY(-30deg); -o-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(0deg) rotateY(-30deg); transform: perspective(900px) translate3d(0, 0px, 0) rotateX(0deg) rotateY(-30deg); transform-style: preserve-3d; }
/******图片下转*******/
.xzt { -webkit-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); -ms-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); -o-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); transform-style: preserve-3d; transition: all .5s; }
.xzt:hover { -webkit-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(20deg) rotateY(0deg); -ms-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(20deg) rotateY(0deg); -o-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(20deg) rotateY(0deg); transform: perspective(900px) translate3d(0, 0px, 0) rotateX(20deg) rotateY(0deg); transform-style: preserve-3d; }
/******图片右转*******/
.tpy { -webkit-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); -ms-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); -o-transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); transform: perspective(500px) translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); transform-style: preserve-3d; transition: all .5s; }
.tpy:hover { -webkit-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(0deg) rotateY(30deg); -ms-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(0deg) rotateY(30deg); -o-transform: perspective(900px) translate3d(0, 0px, 0) rotateX(0deg) rotateY(30deg); transform: perspective(900px) translate3d(0, 0px, 0) rotateX(0deg) rotateY(30deg); transform-style: preserve-3d; }
/******图片弹出*******/
.tanc { webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -ms-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }
.tanc:hover { -webkit-transform: scale(1.2) translateY(-20px); -moz-transform: scale(1.2) translateY(-20px); -ms-transform: scale(1.2) translateY(-20px); transform: scale(1.2) translateY(-20px); -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3); }


/*toper*/
.toper{ width: 100%; height:32px; line-height:32px; border-bottom:1px #dddddd solid; font-size:12px;}
.toper .top{ width:1200px; height:32px; margin:0 auto;}
.toper .top .zdlm { position: relative; height: 24px; float:right; margin-right:17px; margin-top:4px; display:none;}
.toper .top .zdlm span { float: right; cursor: pointer; line-height: 22px; padding:0 8px; border:1px #e6e3e3 solid;}
.toper .top .zdlm p { position: absolute; right: 0; top: 24px; min-width: 100%; background: #FFF; text-align: center; z-index: 9999; display: none; }
.toper .top .zdlm p a { display: block; padding: 0 10px; text-align: center; white-space: nowrap; background: #FFF; border-bottom: 1px #e5e2e2 solid; }
.toper .top .zdlm p a:hover { background-color: #2770bd; color: #fff; }
/*header*/
.header{ width: 100%; height:120px;}
.header .head{ width:1200px; height:120px; margin:0 auto; position:relative;}
.header .head .logo { width: 447px; height: 101px; display: block; margin-top: 9px; overflow: hidden; float: left; }
.header .head .logo h1 { width: 447px; height: 101px; display: block; }
.header .head .logo a { width: 447px; height: 101px; display: block; padding-left: 447px; overflow: hidden; }
.header .head .biaoyu{ width:auto; height:120px; float: left; background:url(../images/hl.jpg) no-repeat left center; margin-left:24px; padding-left:26px; line-height:normal;}
.header .head .biaoyu dt{ font-size:20px; font-weight:bolder; padding-top:38px;}
.header .head .biaoyu dd{ font-size:12px; margin-top:5px;}
.header .head .way{ width:auto; overflow:hidden; float:right; background:url(../images/tel.png) no-repeat left center; padding-left:40px; line-height:normal; margin-top:40px;}
.header .head .way dd{ font-size:22px; font-weight:bolder; margin-top:7px; color:#205f95;}
/*menu*/
.nav{ width: 100%; height:44px; background:#2770bd;}
.nav .menu { width:1200px; height: 44px; margin:0 auto;}
.nav .menu li { position: relative; float: left; display: inline; width:150px; text-align: center;}
.nav .menu li span{ width:2px; height:44px; background:url(../images/ln.jpg) no-repeat; float:right; display:block;}
.nav .menu li a.xialaguang { display: inline-block; width:148px; height: 44px; line-height: 44px; color: #FFF; -webkit-transition:none; -moz-transition: none; -o-transition: none; transition: none;}
.nav .menu li a.navhover, .nav .menu li a.xialaguang:hover { cursor: pointer; color: #FFF; background:url(../images/nl.jpg) repeat-x bottom;}
.nav .menu ul.children { display: none; position: absolute; top: 44px; left: 0; width: 100%; line-height: normal; z-index: 9999; }
.nav .menu ul.children li { width: 100%; padding: 0px; display: inline-block; border-top: 1px #26a9e3 solid; margin: 0; }
.nav .menu ul.children li a { overflow: hidden; display: block; padding: 10px; font-size: 13px; background: #2770bd; border-top: 1px #084483 solid; color: #FFF; }
.nav .menu ul.children li a:hover { color: #FFF; background: #26a9e3; }
/*banner*/
.banner { width: 100%; height: 554px; }
.banner .flexslider { position: relative; height: 554px; overflow: hidden; }
.banner .slides { position: relative; z-index: -1; }
.banner .slides li { height: 554px; }
.banner .slides li a { display: block; height: 554px; }
.flex-control-nav { position: absolute; bottom: 35px; z-index: 10; width: 100%; text-align: center; }
.flex-control-nav li { display: inline-block; width: 10px; height: 10px; margin: 0 5px; *display:inline;
zoom: 1; }
.flex-control-nav a { display: inline-block; width: 10px; height: 10px; line-height: 80px; overflow: hidden; background: url(../images/dot.png) right 0 no-repeat; cursor: pointer; }
.flex-control-nav .flex-active { background-position: 0 0; }
.flex-direction-nav { position: absolute; z-index: 3; width: 100%; top: 45%; }
.flex-direction-nav li a { display: block; width: 50px; height: 50px; overflow: hidden; cursor: pointer; position: absolute; }
.flex-direction-nav li a.flex-prev { left: 40px; background: url(../images/prev.png) center center no-repeat; }
.flex-direction-nav li a.flex-next { right: 40px; background: url(../images/next.png) center center no-repeat; }
/*优势数据*/
.yssj{ width: 100%; height:129px; background:url(../images/bg1.jpg) no-repeat center; background-size:100% 100%; color:#FFF;}
.yssj dl{ width:300px; height:117px; float:left; text-align:center; padding-top:12px; line-height:normal; font-size:20px;}
.yssj dl dt{ width: 100%; overflow:hidden; text-align:center;}
.yssj dl dt span{ font-size:50px; font-family:"Arial Black"; display:inline-block;}
.yssj dl dt i{ font-style:normal; font-size:45px; line-height:18px; font-family:"Arial Black"; display:inline-block; margin-right:5px;}
/*search*/
.search{ width: 100%; height:60px; line-height:60px; background:#FFF;}
.search .sea { width: 320px; height: 36px; margin-top:12px; float:right; }
.search .sea .sousuo1 { width: 257px; height: 34px; line-height: 34px; float: left; font-size: 12px; border: 1px #e5e2e2 solid; background: none; padding:0 10px; }
.search .sea .sousuo { border: 0; cursor: pointer; width: 37px; height: 36px; background:url(../images/ser_btn.png) no-repeat center; float: right; }
/*cpzs*/
.cpzs{ width:100%; overflow:hidden; background:#f0f0f0; padding:60px 0;}
.titlea{ width:1200px; overflow:hidden; margin:0 auto;}
.titlea dt{ width:100%; height:45px;}
.titlea dd{ width:100%; overflow:hidden; background:url(../images/tit.png) no-repeat center; text-align:center; font-size:45px; margin-top:10px;}
.cpzs .cpzs_top{ width:1200px; overflow:hidden; margin:30px auto 0 auto;}
.cpzs .cpzs_top li{ width:240px; height:51px; float:left;}
.cpzs .cpzs_top li a{ width:206px; height:49px; line-height:49px; border:1px #dcdcdc solid; background:#FFF; text-align:center; display:block; margin:0 auto; vertical-align: middle; position: relative; z-index: 1; -webkit-backface-visibility: hidden; -moz-osx-font-smoothing: grayscale;}
.cpzs .cpzs_top li a:hover{ color:#FFF; background:url(../images/hy.png) no-repeat center;}
.cpzs .cpzs_top li a { overflow: hidden; }
.cpzs .cpzs_top li a::before { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:url(../images/hy.png) no-repeat center; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); z-index:-1;}
.cpzs .cpzs_top li a > span { display: block; }
.cpzs .cpzs_top li a::before, .cpzs .cpzs_top li a > span { -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
.cpzs .cpzs_top li a:hover::before { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.cpzs .cpzs_top li a:hover > span { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); color:#FFF; }
.cpzs .cpzs_bo{ width:1200px; overflow:hidden; margin:30px auto 0 auto;}
.cpzs .cpzs_bo dl{ width:382px; overflow:hidden; background:url(../images/hbo.png) no-repeat center bottom; padding-bottom:15px; float:left; margin:0 9px 4px 9px;}
.cpzs .cpzs_bo dl dt{ width:382px; overflow:hidden; height:285px;}
.cpzs .cpzs_bo dl dd{ width:382px; height:60px; line-height:60px; text-align:center; background:#FFF; overflow:hidden;}
.cpzs .cpzs_bo dl dd a{ width:382px; height:60px; display:block; overflow: hidden;}
.cpzs .cpzs_bo dl:hover dt img{ transform: scale(1.5, 1.5); -moz-transform: scale(1.5, 1.5); -webkit-transform: scale(1.5, 1.5); -o-transform: scale(1.1, 1.1);}
.cpzs .cpzs_bo dl dd a { vertical-align: middle; position: relative; z-index: 1; -webkit-backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; }
.cpzs .cpzs_bo dl dd a:focus { outline: none; }
.cpzs .cpzs_bo dl dd a > span { vertical-align: middle; }
.cpzs .cpzs_bo dl dd a::before, .cpzs .cpzs_bo dl dd a::after { content: attr(data-text); position: absolute; width: 100%; height: 100%; left: 0;overflow: hidden; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
.cpzs .cpzs_bo dl dd a::before { top: 0;}
.cpzs .cpzs_bo dl dd a::after { bottom: 0; line-height: 0; display:none; }
.cpzs .cpzs_bo dl dd a > span { display: block; -webkit-transform: scale3d(0.2, 0.2, 1); transform: scale3d(0.2, 0.2, 1); opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); background:#0054b3; color:#FFF; }
.cpzs .cpzs_bo dl:hover dd a::before { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
.cpzs .cpzs_bo dl:hover dd a::after { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
.cpzs .cpzs_bo dl:hover dd a > span { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
/*adv1*/
.adv1{ width:100%; height:190px; background:url(../images/bg2.jpg) no-repeat center; background-size:100% 100%; color:#FFF; line-height:normal;}
.adv1 a{ color:#FFF;}
.adv1 .adr{ width:308px; overflow:hidden; float:right;}
.adv1 .adr p{ text-align:center; font-size:16px; padding-top:40px;}
.adv1 .adr p span{ font-size:28px; font-weight:bolder; font-family:"Arial Black";}
.adv1 .adr .adb{ width:308px; overflow:hidden; margin-top:26px;}
.adv1 .adr .adb a{ width:88px; height:37px; line-height:37px; border-bottom:1px #909090 solid; background:url(../images/ioc1.png) no-repeat 28px center #FFF; padding-left:52px; color:#2f2f2f;}
.adv1 .adr .adb a { vertical-align: middle; position: relative; z-index: 1; -webkit-backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-transition: background-color 0.3s, color 0.3s; transition: background-color 0.3s, color 0.3s; }
.adv1 .adr .adb a::before { content: ''; position: absolute; top: 0; left: 0; width:136px; height:33px; border: 2px solid #0054b3; z-index: -1; border-radius: inherit; opacity: 0; -webkit-transform: scale3d(0.6, 0.6, 1); transform: scale3d(0.6, 0.6, 1); -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
.adv1 .adr .adb a:hover::before { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }
.adv1 .adt{ width:auto; overflow:hidden; float:right; margin-right:30px; padding-top:50px;}
.adv1 .adt dt{ font-size:35px; border-bottom:1px #3580d0 solid; padding-bottom:15px;}
.adv1 .adt dd{ font-size:16px; padding-top:15px; letter-spacing:2px;}
/*优势*/
.youshi{ width:100%; overflow:hidden; line-height:normal;}
.youshi .ys1{ width:100%; height:276px; background:url(../images/ys1.jpg) no-repeat center; background-size:100% 100%; text-align:center; position:relative; z-index:1;}
.youshi .ys1 .ysb{ width:585px; height:51px; margin:0 auto; line-height:51px; text-align:center;}
.youshi .ys1 .ysb span{ width:51px; height:51px; background:url(../images/ioc2.png) no-repeat; color:#FFF; display:block; float:left; font-size:24px; margin-top:83px;}
.youshi .ys1 .yst{ width:100%; height:192px; position:absolute; z-index:100; top:18px; left:0; background:url(../images/lk.jpg) no-repeat center bottom;}
.youshi .ys1 .yst .logo { width: 107px; height: 136px; display: block; overflow: hidden; margin:0 auto; }
.youshi .ys1 .yst .logo a { width: 107px; height: 136px; display: block; padding-left: 107px; overflow: hidden; }
.youshi .ys1 .yst .ysbo{ width:100%; overflow:hidden; margin-top:12px; text-transform:uppercase; color:#a6a6a6; font-size:15px; text-align:center;}
.youshi .ys2{ width:100%; background:url(../images/ys2.jpg) no-repeat center; height:478px;}
.youshi .ys2 .ysnr{ float:right; margin:122px 142px 0 0;}
.ysnr{ width:500px; overflow:hidden;}
.ysnr dl{ width:100%; overflow:hidden; line-height:normal;}
.ysnr dl dt{ font-size:35px; font-weight:bold;}
.ysnr dl dt span{ color:#2770bd; margin-right:5px;}
.ysnr dl dd{ font-size:12px; color:#797979; margin-top:10px; font-family:Arial;}
.ysnr .nr{ width:100%; overflow:hidden; margin-top:35px;}
.ysnr .nr p{ background:url(../images/ioc3.png) no-repeat left 10px; padding-left:35px; font-size:16px; line-height:30px; margin-bottom:20px;}
.ysnr .nr p:hover{ background:url(../images/ioc3.png) no-repeat 10px 10px; padding-left:45px;}
.youshi .ys3{ width:100%; background:url(../images/ys3.jpg) no-repeat center; height:510px;}
.youshi .ys3 .ysnr{ float:left; margin:195px 0 0 70px;}
.youshi .ys4{ width:100%; background:url(../images/ys4.jpg) no-repeat center; height:405px;}
.youshi .ys4 .ysnr{ float:right; margin:62px 152px 0 0;}
.youshi .ys5{ width:100%; background:url(../images/ys5.jpg) no-repeat center top; overflow:hidden;}
.youshi .ys5 .ysnr{ float:left; margin:152px 0 0 198px;}
.youshi .adv2{ width:100%; height:385px; background:url(../images/bg3.jpg) no-repeat center 118px; margin-top:56px;}
.youshi .adv2 .adv_l{ width:290px; overflow:hidden; float:left; margin-left:55px;}
.youshi .adv2 .adv_r{ width:auto; overflow:hidden; float:right; color:#FFF; margin-right:55px; padding-top:176px; line-height:normal;}
.youshi .adv2 .adv_r dt{ font-size:35px;}
.youshi .adv2 .adv_r dd{ font-size:18px; margin-top:20px;}
.youshi .adv2 .adv_r dd span{ font-size:28px; font-weight:bolder;}

/*case*/
.case{ width:100%; padding:60px 0; overflow:hidden;}
.index_zhuanjia{ width:1200px; overflow:hidden;margin:10px auto 0 auto;}
.index_zhuanjia_pic{ width:800px; height:650px; overflow:hidden; float:right; position:relative; margin-top:30px;}
.index_zhuanjia_pic ul{height:650px;position:absolute; left:0;}
.index_zhuanjia_pic li{ width:800px; height:650px; overflow:hidden; position:relative; float:left; background:#f4f4f4;}
.index_zhuanjia_pic li .imgc{ width:800px; height:499px; overflow:hidden;}
.index_zhuanjia_pic li .imgtx{ width:720px; height:135px; overflow:hidden; padding:16px 40px 0 40px; line-height:normal;}
.index_zhuanjia_pic li .imgtx .tiy{ font-size:20px;}
.index_zhuanjia_pic li .imgtx p{ color:#515151; line-height:28px; margin-top:10px;}
.index_zhuanjia_left_inc{ width:32px; height:41px; position:absolute;left:0px;top:195px; cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9}
.index_zhuanjia_right_inc{ width:32px; height:41px; position:absolute;right:0px;top:195px; cursor:pointer;background:url(../images/float_right_inc.png) left top no-repeat; z-index:9}
.index_zhuanjia_list{ width:385px;height:712px; overflow:hidden; float:left;}
.index_zhuanjia_lists{width:385px; height:650px; overflow:hidden; position:relative;}
.index_zhuanjia_lists ul{ width:385px; height:650px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:385px; height:209px; margin-bottom:11px;position:relative; }
.index_zhuanjia_lists ul li.on dd img{ width:385px; height:209px;}
.index_zhuanjia_lists ul li.on dt{ width:385px; height:44px; line-height:44px; background:#2f66cc; color:#FFF; position:absolute; z-index:100; left:0; bottom:0; font-size:20px; text-align:center;}
.index_zhuanjia_lists ul li dd{ width:385px; height:209px; overflow:hidden; }
.index_zhuanjia_lists ul li dd img{ width:385px; height:209px;}
.index_zhuanjia_lists ul li dt{ width:385px; height:209px; line-height:209px; background:url(../images/ca.png) repeat; color:#FFF; overflow:hidden; position:absolute; z-index:100; left:0; bottom:0; font-size:20px; text-align:center;}
.index_zhuanjia_pre{ width:385px; height:19px; overflow:hidden; cursor:pointer; background:url(../images/top.png) no-repeat center;}
.index_zhuanjia_next{ width:385px; height:19px; overflow:hidden; cursor:pointer; background:url(../images/down.png) no-repeat center;}
/*合作客户*/
.hzhb{ width:100%; height:726px; background:url(../images/bg4.jpg) no-repeat center top; padding-top:97px;}
.hzhb .picScroll-left{ width:831px; overflow:hidden; margin:16px auto 0 auto; position:relative; height:281px;}
.hzhb .picScroll-left .bd{ width:100%; height:251px;}
.hzhb .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.hzhb .picScroll-left .bd ul li{ width:100%; height:251px; float:left; overflow:hidden; text-align:center;  }
.hzhb .picScroll-left .bd ul li img{ width:100%; height:251px;}
.hzhb .picScroll-left .hd{ width:100%; overflow:hidden; height:11px; text-align:center; position:absolute; bottom:10px; left:0; z-index:100; }
.hzhb .picScroll-left .hd ul{ width:68px; overflow:hidden; zoom:1; text-align:center; height:11px; margin:0 auto; }
.hzhb .picScroll-left .hd ul li{ width:11px; height:11px; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background:#d8d8d8; display:block; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; float:left; }
.hzhb .picScroll-left .hd ul li.on{ background:#2770bd; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;}
.hzhb .zlbo{ width:100%; height:173px; text-align:center; line-height:normal; padding-top:95px;}		
.hzhb .zlbo dt{ font-size:45px; letter-spacing:5px; font-weight:bold;}
.hzhb .zlbo dt span{ color:#00448f;}
.hzhb .zlbo dd{ font-size:20px; color:#c6c6c6; text-transform:uppercase; margin-top:10px;}
/*about*/
.about_r{ width:707px; height:454px; float:right;}
.about_l{ width:454px; height:454px; float:left; overflow:hidden; position:relative;}
.about_l .abt{ width:100%; overflow:hidden; line-height:normal;}
.about_l .abt dt{ font-size:45px; letter-spacing:2px;}
.about_l .abt dd{ font-size:20px; margin-top:10px; background:url(../images/la.jpg) no-repeat left bottom; padding-bottom:28px;}
.about_l .abo{ width:100%; line-height:30px; margin-top:28px;} 
.about_l .more{ width:177px; height:43px; line-height:43px; background:url(../images/hy.png) no-repeat center; color:#FFF; display:block; position:absolute; bottom:0; left:0; text-align:center;}
#scroll { width: 1200px; overflow: hidden; height: 248px; }
#scroll_box { float: left; width: 800%; }
#scroll_begin { float: left; }
#scroll_end { float: left; }
#scroll .ihot ul li { width:311px; height: 248px; float: left; overflow: hidden; display: block;}
#scroll .ihot ul li .po{ width:273px; height:193px; overflow:hidden; background:url(../images/abo.png) no-repeat center top; padding:6px 20px 32px 18px;}
#scroll .ihot ul li p{ text-align:center; line-height:normal;}
/*news*/
.news{ width:100%; background:#f4f4f4; overflow:hidden; padding:60px 0; margin-top:60px;}
.news2 { width: 408px; height: 454px; float: right; overflow: hidden; position: relative; }
.news2 .news_top { width: 408px; height: 51px; background:url(../images/ta.jpg) repeat-x bottom; }
.news2 .news_top .more { float: right; line-height: 51px; }
.news2 .news_top span { width: 110px; height: 48px; line-height: 48px; border-bottom: 3px #00448f solid; float: left; display: block; text-align: center; font-size: 22px; font-weight: bolder; color:#00448f; }
.news2 .news_bo { width: 408px; overflow: hidden; }
.news2 .news_bo dl { width: 408px; overflow: hidden; border-bottom: 1px #c9c9c9 dashed; padding: 30px 0; }
.news2 .news_bo dl dt { background: url(../images/wen.jpg) no-repeat left center; font-weight: bold; padding-left: 42px; height: 21px; line-height: 21px; }
.news2 .news_bo dl dd { background: url(../images/da.jpg) no-repeat left top; font-size: 12px; padding-left: 42px; margin-top: 14px; line-height: 20px; }
.news1{ width:758px; height: 454px; float:left; overflow: hidden; }
.news1 .news_top{ width:758px; height: 51px; background:url(../images/ta.jpg) repeat-x bottom;}
.news1 .news_top .more { float: right; line-height: 51px; }
.news1 .news_top span{ width:auto; height: 48px; line-height: 48px; float: left; display: block; margin-right:8px; font-size: 22px; font-weight: bolder;}
.news1 .news_top span a{ width:auto; height: 48px; display: block;}
.news1 .news_top span a:hover{ border-bottom: 3px #00448f solid; color:#00448f;}
.new_l{ width:758px; overflow:hidden; height:376px; margin-top:23px;}
.new_l .slideBox{ width:758px; height:178px; overflow:hidden; position:relative;}
.new_l .slideBox .hd{ height:10px; overflow:hidden; position:absolute; left:128px; bottom:6px; z-index:100; }
.new_l .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.new_l .slideBox .hd ul li{ float:left; margin-left:3px; width:14px; height:14px; line-height:14px; text-align:center; background:#ffffff; cursor:pointer; }
.new_l .slideBox .hd ul li.on{ background:#0054b3; color:#FFF;}
.new_l .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.new_l .slideBox .bd li{ width:758px; zoom:1; vertical-align:middle; height:178px; float:left;}
.new_l .slideBox .bd li .new_img{ width:238px; height:178px; float:left; overflow:hidden;}
.new_l .slideBox .bd li .new_txt{ width:492px; height:178px; float:right; overflow:hidden;}
.new_l .slideBox .bd li .new_txt .new1{ font-size:14px; line-height:normal; font-weight:bold;} 
.new_l .slideBox .bd li .new_txt .new1 span{ float:right; font-weight:normal;}
.new_l .slideBox .bd li .new_txt p{ width:100%; overflow:hidden; line-height:30px; color:#616161; margin-top:15px;}
.new_l .slideBox .bd li:hover .new_img img{ transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1);}
.new_l .news_bo{ width:758px; overflow:hidden; margin-top:4px; }
.new_l .news_bo li{ width:330px; height:57px; line-height:57px; border-bottom:1px #d2d3d6 dashed; background:url(../images/ioc9.png) no-repeat left center; padding-left:20px; }
.new_l .news_bo li:nth-of-type(odd) { float: left; }
.new_l .news_bo li:nth-of-type(even) { float: right; }
.new_l .news_bo li span{ float:right;}
/*link*/
.link { width: 100%; overflow: hidden; background: #FFF; padding:30px 0; }
.link .lnk { width: 1104px; overflow: hidden; margin: 0 auto; background: url(../images/link.png) no-repeat left top; padding-left: 96px; }
/*footer*/
.footer{ width:100%; overflow:hidden; background:#00448f; color:#FFF; padding:60px 0;}
.footer .ewm{ width:175px; overflow:hidden; float:left; border-right:1px #3369a5 solid; padding-right:120px;}
.footer .ewm dd{ width:175px; overflow:hidden; line-height:normal; text-align:center; margin-top:10px; letter-spacing:1px;}
.footer .lxwm{ width:812px; overflow:hidden; float:right;}
.footer .lxwm dt{ width:100%; font-size:20px; line-height:normal; padding-bottom:15px; border-bottom:1px #3369a5 solid;}
.footer .lxwm dd{ width:100%; overflow:hidden; margin-top:20px; line-height:33px;}
.footer .lxwm dd .lx1{ width:50%; overflow:hidden;}
.copy { width: 100%; overflow: hidden; background: #002b5b; padding: 15px 0; text-align: center; color: #FFF;}
.copy a, .footer a { color: #FFF; }
/*内页*/
.loc{ width: 100%; height:70px; line-height:70px; text-align:right;}
.left{ width:260px; overflow:hidden; float:left;}
.left .left_top{ width:260px; height:121px; line-height:121px; background:#2770bd; font-size:35px; color:#FFF; text-align:center;}
.left .sub_bo{ width:260px; overflow:hidden; background:#f0f0f0;}
.left .sub_bo .subNav { cursor: pointer; width: 260px; overflow: hidden; display: block; line-height: normal; }
.left .sub_bo .subNav a { width: 160px; overflow: hidden; display: block; padding: 25px 22px 25px 78px; background:url(../images/ioc4.png) no-repeat 52px 30px; border-bottom: 1px #d8d8d8 solid; font-size:16px; }
.left .sub_bo .subNav a:hover{ color: #2770bd; background:url(../images/ioc5.png) no-repeat 52px 30px; }
.left .sub_bo .cur a{ color: #2770bd; background:url(../images/ioc5.png) no-repeat 52px 30px; }

.left .sub_bo .navContent { width: 260px; display: none; }
.left .sub_bo .navContent li { width: 260px; overflow: hidden; display: block; border-bottom: 1px #ededed dashed; line-height: normal; }
.left .sub_bo .navContent li a { width: 198px; overflow: hidden; display: block; padding: 15px 10px 15px 52px; }
.left .sub_bo .navContent li a:hover { color: #2770bd; }
.left .left_bo{ width:228px; overflow:hidden; background:#f0f0f0; padding:16px;}
.right{ width:910px; overflow:hidden; float:right;}
.right .right_top{ width:850px; height:58px; line-height:58px; padding:0 30px; color:#2770bd; font-size:25px; background:#ececec;}
.right .right_top a{ color:#2770bd;}
.right .right_bottom{ width:100%; overflow:hidden; margin-top:30px;}


/*************************/
.ExhibitList { width: 100%; overflow: hidden; clear: both; margin: 0 auto; }
.ExhibitList dl { float: left; width: 277px; text-align: center; overflow: hidden; display: block; margin: 0 10px 20px 10px; padding: 2px 2px 0 2px; border: 1px #CCC solid; }
.ExhibitList dl dt { width: 277px; height: 209px; overflow: hidden; position:relative; }
.ExhibitList dl dt i{background:url(../images/vd.png) no-repeat;width:277px;height:209px;position:absolute;top:0;left:0; display:block;}
.ExhibitList dl dt img { width: 277px; height: 209px; }
.ExhibitList dl dd { text-align: center; padding: 10px 0; line-height: normal; height:42px; overflow: hidden; }
.ExhibitList dl:hover { background: #2770bd; border: 1px #2770bd solid; color: #FFF; }
.ExhibitList dl:hover dd a, .ExhibitList dl:hover dd { color: #FFF; }
/**图片点击放大**/
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license 弹出层 */
/*PageBar*/
.PageBar { clear: both; width: 710px; height: 54px; margin: 20px auto 10px auto; font-size: 12px; text-align: center; }
.PageButtons { height: 28px; }
.PageButtons span, .PageButtons a { height: 26px; line-height: 26px; text-decoration: none; border: 1px solid #CCCCCC; padding: 6px 10px; }
.PageButtons span { color: #ffffff; background-color: #2770bd; border: 1px solid #2770bd; }
.PageButtons a { color: #333333; }
.PageButtons a:hover { background: #2770bd; color: #FFF; }
.PageInfo { height: 24px; line-height: 24px; padding-top: 10px; }
.disabled { display: none; }
/*Article List*/
.arList li { border-bottom: 1px solid #d5d5d6; margin-bottom: 15px; line-height: 26px; }
.arList li .newm { font-size: 18px; font-weight:400; line-height:24px; color: #333333; margin: 0 0 15px 0; }
.arList li .newm:hover { color: #2770bd; -webkit-transition: all .5s; transition: all .5s; }
.arList li img { width: 107px; height: 80px; float: left; padding-right: 15px; }
.arList .newsl { float: left; width: 810px; }
.arList .newsl a { color: #666; }
.arList .newsl:hover a { color: #2770bd; -webkit-transition: all .5s; transition: all .5s; }
.newsr .newn { font-size: 35px; line-height: 32px; padding-top: 16px; margin: 0; font-weight: bolder; }
.newsr { width: 85px; height: 80px; float: right; background: #e3e3e3; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
/*新闻详细*/
.thy { width: 100%; overflow: hidden; background: #efefef; padding: 10px 0; text-align: center; font-weight: bold; line-height: normal; }
.arDate { margin-top: 10px; text-align: center; }
.arDate span { color: #F00; }
.arKeywords { border: 1px #CCC solid; margin-top: 10px; padding: 10px; }
.arContent { margin-top: 15px; }
.shareurl { margin-top: 15px; }
.line15 { border-bottom: 1px #CCC solid; padding-bottom: 10px; }
.FastMove { margin-top: 10px; }
.but_tit { border-bottom: 1px #cecece solid; height: 50px; line-height: 50px; margin-top: 10px; }
.but_tit span { width: auto; height: 50px; background: #2770bd; color: #FFF; padding: 0 30px; float: left; font-size:20px; }


.xgwz ul { padding: 10px 0; overflow: hidden; }
.xgwz ul li { height: 66px; line-height: 66px; text-indent: 12px; border-bottom: 1px dashed #cdced2; overflow: hidden; width: 48%; float: left; margin: 0 1%; }
.xgwz ul li span { float: right; }


/*products_list*/
.proa li { border-bottom: 1px dotted #ccc; float: left; padding: 10px; margin-bottom: 30px; position: relative; height: 140px; width: 890px; }
.proa li a.proa { margin-right: 20px; width: 180px; height: 135px; position: absolute; left: 10px; top: 10px; }
.proa li a img { width: 180px; height: 135px; }
.proa li .tkl a { color: #444; font-size: 16px; position: absolute; left: 220px; top: 10px; font-weight: bold; }
.proa li p { position: absolute; left: 220px; top: 40px; width: 680px; height: 65px; color: #666; font-size: 13px; line-height: 1.8; }
.proa li a.more { position: absolute; right: 10px; bottom: 10px; padding: 5px 10px; border: 1px solid #ccc; color: #444; }
.proa li:hover a { color: #2770bd; border-color: #2770bd; -webkit-transition: all .5s; transition: all .5s; }
.proa li:hover { background: #f3f3f3; -webkit-transition: all .5s; transition: all .5s; }
.proa li:hover .tkl { color: #2770bd; -webkit-transition: all .5s; transition: all .5s; }

/*图片放大镜样式*/
.jqzoom { float: left; border: none; position: relative; padding: 0px; cursor: pointer; margin: 0px; display: block; }
.jqzoom img { max-width: 470px; }
.zoomdiv { z-index: 100; position: absolute; top: 0px; left: 0px; width: 460px; height: 342px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }
.jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border: 1px solid #aaa; background: #ffffff; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); }
/*图片小图预览列表*/
.right-extra { float: left; background:url(../images/pk.jpg) no-repeat top #FFF; padding:7px 0 0 0; }

.spec-preview { width: 470px; height: 349px; margin-left:7px;}
.spec-scroll { clear: both; width: 484px; margin-top:30px;}
.spec-scroll .prev { float: left; background:url(../images/left.jpg) no-repeat; }
.spec-scroll .prev:hover{ background:url(../images/left_ed.jpg) no-repeat;}
.spec-scroll .next { float: right; background:url(../images/right.jpg) no-repeat; }
.spec-scroll .next:hover{ background:url(../images/right_ed.jpg) no-repeat;}
.spec-scroll .prev, .spec-scroll .next { display: block; width: 33px; height: 33px; cursor: pointer; margin-top:28px; }
.spec-scroll .items { float: left; position: relative; width: 418px; height: 88px; overflow: hidden; }
.spec-scroll .items ul { position: absolute; width: 999999px; height: 88px; }
.spec-scroll .items ul li { float: left; width: 119px; text-align: center; margin:0 11px; }
.spec-scroll .items ul li img { border: 1px solid #eaeaea; width: 117px; height: 86px; cursor: pointer; }
.spec-scroll .items ul li img:hover { border: 1px solid #2770bd; cursor: pointer; }






.InfoBox { float: right; display: inline; width: 396px; height: 364px; position: relative; }
.InfoBox .pdTitle { font-size: 14px; font-weight: bold; color: #2770bd; margin: 12px 0; }
.pdKeywords { color: #4a4a4a; font-size: 12px; margin-bottom: 6px; }
.pdClass, .pdClass a { margin-bottom: 6px; color: #333; }
.pdOverview { margin-top: 10px; }
.pdpromo { width: 177px; height: 43px; line-height: 43px; background:url(../images/hy.png) no-repeat center; text-align: center; font-size: 14px; position: absolute; bottom: 10px; left: 0; }
.xggc { width: 100px; height: 36px; line-height: 36px; background: #2770bd; text-align: center; font-size: 14px; position: absolute; bottom: 10px; right: 135px; }
.xggc a { color: #fff; }
.pdpromo a { color: #fff; }
.pdpromo a:hover { color: #fff; }

/*zdd*/
.ztitle { border-bottom: 1px solid #cecece; margin-top: 30px; overflow: hidden; }
.ztitle span { float: left; display: block; width:auto; padding: 0 30px; height: 50px; line-height: 50px; text-align: center; background: #f0f0f0; font-size: 20px; border-right: 1px #cecece solid;}
.ztitle span a { cursor: pointer; }
.ztitle span.tithov, .ztitle span.tithov a { background: #2770bd; color: #FFF; }
.zntit_con { display: none; margin: 20px 0; border-bottom: 1px solid #ccc; padding-bottom: 20px; }
.zntit_con1{ width:100%; padding-top:20px; overflow:hidden;}
/*合作客户*/
.hzkh{ width:100%; overflow:hidden;}
.hzkh ul li{ float: left; width: 277px; text-align: center; overflow: hidden; display: block; margin: 0 10px 20px 10px; padding: 2px 2px 0 2px; border: 1px #CCC solid;}
.hzkh ul li .gz_img{ width:277px; height:120px; overflow: hidden;}
.hzkh ul li .gz_img img{ width:277px; height:120px;}
.hzkh ul li p{ text-align:center; line-height:normal; padding: 10px 0;}
.hzkh ul li:hover { background: #2770bd; border: 1px #2770bd solid; color: #FFF; }
.hzkh ul li:hover p a{ color: #FFF;}
/*相关产品*/
.ExhibitListp{ width:100%; overflow:hidden; padding-top:15px;}
.ExhibitListp dl{ width:290px; height:263px; background:url(../images/lm.png) no-repeat center bottom; padding-bottom:12px; margin:0 6px 0 7px; overflow:hidden; float:left;}
.ExhibitListp dl dt{ width:290px; height:217px; overflow:hidden;}
.ExhibitListp dl dt img{ width:290px; height:217px;}
.ExhibitListp dl dd{ width:290px; height:46px; line-height:46px; text-align:center; background:#eeeeee; overflow:hidden;}
.ExhibitListp dl dd a:hover{background: #2770bd;color: #fff;}
.ExhibitListp dl dd a{ width:290px; height:46px; display:block;}
/*视频集锦*/
.baoming{width: 100%;height: 100%;position:fixed;top: 0;left: 0;z-index:9999; opacity:0;}
.shipin{width:50%;margin:0 auto;margin-top:160px;}
.guan{position:absolute;top:15%;right:15%;display:none;}
.pro_videos{ width:100%;}
.pro_videos li{ float: left; width: 290px; height:263px; margin:0 6px 0 7px; text-align: center; background:url(../images/lm.png) no-repeat center bottom; padding-bottom:12px; overflow:hidden; cursor:pointer;}
.pro_videos li a{display: block;}
.pro_videos li .dakai img{ width:290px; height:217px;}
.pro_videos li p{height:46px; line-height:46px; text-align: center; background: #eeeeee; overflow: hidden;}
.pro_videos li:hover{background: #2770bd;color: #fff;}
.pro_videos li:hover p{background:#2770bd;color: #fff; }
.dakais{position:relative;}
.touming{background:url(../images/vd.png) no-repeat;width:290px;height:217px;position:absolute;top:0;left:0;}

/*在线留言*/
.subform{ width:100%; overflow:hidden; margin-top:20px;}
.subform .form-group{ width:100%; overflow:hidden; margin-bottom:8px;}
.subform .form-group .control-label{ width:88px; height:42px; line-height:42px; float:left;}
.subform .form-group .control-div{ width:566px; overflow:hidden; float:left;}
.subform .form-group .control-div .form-control{ width:544px; height:40px; line-height:40px; border:1px #dadada solid; padding:0 10px;}
.subform .form-group .control-div .form-controlv{ width:544px; height:230px; border:1px #dadada solid; padding:10px;}
.subform .form-group .control-div .small{ width:331px; height:40px; line-height:40px; border:1px #dadada solid; padding:0 10px; float:left;}
.subform .form-group .control-div .img{ display:block; float:left; margin-left:5px;}
.subform .form-group .control-div .btn-info{ width:178px; height:42px; line-height:42px; text-align:center; background:url(../images/hy.png) no-repeat center; color:#FFF; border:0;}


/*站点 浮动返回顶部*/
.cd-top { display: inline-block; height: 43px; width: 44px; position: fixed; bottom: 60px; right: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: url(/images/back_top.jpg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; z-index: 9999; }
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */ opacity: .5; }
.no-touch .cd-top:hover { background-color: #e86256; opacity: 1; }
/*站点 浮动客服*/ 
.keifu img { border: 0; }
.keifu { position: fixed; top: 25%; right: 0; width: 131px; _position: absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
z-index: 990; }
.keifu_tab { width: 160px; }
.icon_keifu { width: 26px; height: 100px; float: left; background: url(/images/keifu.png) 0 0; position: relative; display: none; cursor: pointer; }
.keifu_box { float: left; width: 131px; }
.keifu_tab img { display: block; }
.keifu_head { width: 131px; height: 41px; background: url(/images/keifu.png); background-position: 0 -103px; font-size: 0; line-height: 0; position: relative; }
.keifu_close:link, .keifu_close:visited { display: block; width: 11px; height: 11px; background: url(/images/keifu.png) -42px 0; position: absolute; top: 5px; right: 5px; }
.keifu_close:hover { background-position: -60px 0; }
.keifu_con { border-left: 7px solid #029bdb; border-right: 7px solid #029bdb; background: #fbfbfb; }
.keifu_con ul { border-bottom: #e6e5e4 1px solid; }
.keifu_con li { padding-left: 12px; }
.keifu_con .li-qq { height: 25px; padding-top: 2px; padding-bottom: 2px; }
.keifu_con .li-tel-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; }
.keifu_con .li-tel-num { font-family: Arial; font-size: 12px; color: #e66d15; line-height: 20px; }
.keifu_con .li-feed-title { font-weight: bold; font-size: 12px; border-top: 1px solid #dddddd; padding-left: 0px; }
.keifu_con .li-feed-title img { padding-left: 0px; width: 117px; }
.keifu_con .li-feed { font-family: Arial; font-weight: bold; color: #e66d15; }
.keifu_con .li-weixin-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; }
.keifu_con .li-weixin { height: 96px; padding-left: 0px; }
.keifu_con .li-weixin img { width: 115px; height: 115px; }
.keifu_con .bt { font-size: 16px; height: 30px; line-height: 30px; text-align: left; padding: 0 0 0 20px; color: #012646; }
.keifu_bot { width: 131px; height: 10px; background: url(/images/keifu.png); background-position: 0 -153px; }
/*左下角 浮动 在线留言*/ 
#SfMessWrap { border: 2px solid #029bdb; padding: 1px; width: 230px; background: #f5f5f5; z-index: 100; position: fixed; left: 2px; bottom: 2px; }
#SfMessHead { background: #029bdb; line-height: 28px; height: 28px; text-indent: 10px; font-size: 12px; color: #fff; text-align: left; cursor: pointer; }
#SfMessHead #SfMessTitle { float: left; }
#SfMessHeadIcon { float: right; width: 23px; height: 25px; margin-right: 2px; background-image: url(/images/icon.png); }
.SfMessIconOpen { background-position: top; }
.SfMessIconClose { background-position: bottom; }
#SfMessBody { width: 230px; height: 225px; padding-bottom: 5px; }
#SfMessBodyTop { display: none; }
#SfMessBodyMid { width: 212px; padding: 0px; margin: 0px auto; margin-top: 5px; }
#SfMessBodyMid input { border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; width: 190px; height: 17px; font-size: 12px; }
#SfMessBodyMid textarea { width: 210px; height: 73px; border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; overflow: hidden; text-align: left; font-size: 12px; padding: 0px; margin: 0px auto; }
#SfMessBodyMid div { margin-top: 3px; height: 20px; }
#SfMessBodyMid .contactmessage { height: 76px; }
#SfMessBodyMid .contactname { padding-left: 20px; background: url(/images/company.gif) no-repeat; }
#SfMessBodyMid .contacttel { padding-left: 20px; background: url(/images/mobile.gif) no-repeat; }
#SfMessBodyMid .contactfrom { padding-left: 20px; background: url(/images/from.gif) no-repeat; }
#SfMessBodyMid .contactemail { padding-left: 20px; background: url(/images/email.gif) no-repeat; }
#SfMessBodyMid .contactvalicode { padding-left: 20px; background: url(/images/other.gif) no-repeat; }
#SfMessBodyMid .contactvalicode input { width: 100px; height: 17px; float: left; }
#SfMessBodyMid .contactvalicode img { height: 19px; border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; float: right; }
.clearboth { clear: both; }
#SfMessBodyMid .must, #SfMessBodyMid .ignore, #SfMessBodyMid .other { padding-left: 20px; background: url(/images/other.gif) no-repeat; }
#SfMessBodyBottom { width: 220px; height: 22px; line-height: 22px; padding: 0px; margin-top: 10px; }
#SfMessSubmit { width: 40px; background: url(/images/send.gif); color: #fff; border: 0; height: 22px; padding: 0px; float: right; }
#SfMessCopy { float: left; height: 22px; line-height: 22px; margin-left: 10px; font-size: 13px; font-weight: bold; color: #666666; padding-left: 25px; background: url(/images/sign.png) left top no-repeat; }
.SfMessTip { display: none; }
#SfMessBodyFoot { display: none; }
/*nybanner*/
.bannerv { width: 100%; overflow: hidden; height: auto; margin: 0px auto; }
.bannerv .owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.bannerv .owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.bannerv .owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.bannerv .owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.bannerv .owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.bannerv .owl-carousel .owl-item { float: left; }
.bannerv .owl-controls .owl-page, .bannerv .owl-controls .owl-buttons div { cursor: pointer; }
.bannerv .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* fix */
.bannerv .owl-carousel .owl-wrapper, .bannerv .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.bannerv #owl-demo { position: relative; width: 100%; margin-left: auto; margin-right: auto; }
.bannerv #owl-demo .item { position: relative; display: block; }
.bannerv #owl-demo img { display: block; width: 100%; }
.bannerv #owl-demo b { position: absolute; left: 0; bottom: 0; width: 100%; height: 78px; background-color: #000; opacity: .5; filter: alpha(opacity=50); }
.bannerv #owl-demo span { position: absolute; left: 0; bottom: 37px; width: 100%; font: 18px/32px "微软雅黑", "黑体"; color: #fff; text-align: center; }
.bannerv .owl-pagination { position: absolute; left: 0; bottom: 25px; width: 100%; height: 22px; text-align: center; }
.bannerv .owl-page { display: inline-block; width: 20px; height: 20px; margin: 0 5px; background: #FFF; *display: inline;
*zoom: 1;
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.bannerv .owl-pagination .active { background: #2770bd; }
.bannerv .owl-buttons { display: none; }
.bannerv .owl-buttons div { position: absolute; top: 50%; width: 24px; height: 48px; margin-top: -40px; text-indent: -9999px; }
@media screen and (max-width: 579px) {
.bannerv .owl-pagination { bottom: 0px; height: 15px; }
}
