@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: 18px; 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; 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:55px; background:#0145a5; font-size: 16px;}
.nav .menu { width:1200px; height: 55px; margin:0 auto;}
.nav .menu li { position: relative; float: left; display: inline; width:170px; text-align: center;}
.nav .menu li span{ width:2px; height:55px; background:url(../images/ln.jpg) no-repeat; float:right; display:block;}
.nav .menu li a.xialaguang { display: inline-block; width:148px; height: 55px; line-height: 55px; 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: 55px; 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: 700px; }
.banner .flexslider { position: relative; height: 700px; overflow: hidden; }
.banner .slides { position: relative; z-index: -1; }
.banner .slides li { height: 700px; }
.banner .slides li a { display: block; height: 700px; }
.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;}
.case .title{display:block; }
.case .title h4{display:block; height:50px; line-height:50px; font-size:32px; color:#282828; text-align:center; }
.case .title h4 .blue{line-height:50px; color:#0145a5;}
.case .title .tip{display:block; height:24px; line-height:24px; font-size:20px; color:#282828; text-align:center; background:url(../images/line.png) no-repeat center center;}
.container .news .h_news{display:block; width:100%; margin-top:5px;margin-bottom:30px;}
.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:#0145a5; 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*/

/*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; }
}



/*
**************************/
.nobanner {
    position: relative;
}

.nobanner img {
    width: 100%;
}
img {
    vertical-align: middle;
    font-size: 0;
    border: 0;
    outline: none;
    max-width: 100%;
}
.m_tip{ width:100%; height:58px; background:#e9e9e9; }
.m_tp{ width:1280px; height:58px; line-height:58px; margin:0 auto; text-align:right;}
.bt1 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 35px 0px 30px 0px;
}
.bt1 h2 {
    font-size: 25px;
    line-height: 40px;
    color: #3e3e3e;
    font-weight: normal;
}
.ab_list {width: 100%;height: auto;padding-top: 0px; padding-bottom:35px;text-align: center;}
.ab_list a{line-height: 10px; padding: 10px 28px; margin-right: 4px;margin-left: 4px; font-size:16px; color:#fff; background:#456db0;  transition: background-color 0.3s linear;}
.ab_list a:hover { background: #e12420;color: #fff;}
.contz1{ width:100%; height:auto;}
.contz1 li{ width:380px; height:auto; float:left; margin-bottom:25px; margin-left:2.5px; margin-right:2.5px;}
.contz1 li a{ width:380px; height:auto; display:block; margin:0 auto;box-sizing: border-box; }
.contz1 li a img{ width:380px;; height:252px;; border:1px solid #cdcdcd; padding:4px;box-sizing: border-box; }
.contz1 li a:hover img{ width:380px;; height:252px;;border:5px solid #456db0; padding:0px;box-sizing: border-box;}
.contz1 li a p{ width:100%; height:60px; line-height:60px; text-align:center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*分页*/
#nx_pg{width:100%; height: auto ; padding:50px 0px 40px 0px; text-align:center; }
#nx_pg a{display: inline-block; padding:5px 12px 5px 12px; background:#fff; color:#4c4c4c;font-size:14px; border:1px solid #757575; margin:0px 3px 6px 3px; -webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;-o-transition:all 0.1s ease-out;transition:all 0.1s ease-out;}
#nx_pg a:hover{background:#757575; color:#fff;}
#nx_pg .on{ background:#757575; color:#fff;}


/* 选项卡示例样式 */
.main2,.box {width:1280px;margin:38px auto;}
.tab {overflow: hidden;width:1280px;height: 44px;;cursor: pointer; border-bottom:1px solid #e2e2e2;}
.tab li {float: left;width:125px;text-align: center; color:#676767; background:#e2e2e2;line-height: 44px;border-right: 1px solid #fff;}
.tab li.on {background:#456db0; color:#fff;}
.cons {width:1280px;padding-top:25px;border-top: none;}


/*******************************/
.artile{ width:1280px; height:auto;}
.artile li{ width:1280px; height:90px; margin-bottom:38px; overflow: hidden}
.artile li a{ width:1280px; height:auto; display:block;}
.artile li a .art1{ width:90px; height:90px; float:left; text-align:center; background:#efefef;}
.artile li a .art1 h2{ font-size:40px; color:#727272; font-weight:normal;}
.artile li a .art1 .div{ line-height:40px; font-size:14px;color:#727272; }
.artile li a .art2{ width:1160px; height:90px; float:right; padding-left:10px}
.artile li a .art2 h2{ width:100%; height:30px; font-size:16px; color:#535353;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; border-bottom:1px solid #e4e4e4;}
.artile li a .art2 .div{ width:100%; height:50px; line-height:25px; padding-top:8px; overflow:hidden;color:#535353;}

.artile li a:hover .art1{ background:#456db0;}
.artile li a:hover .art1 h2{ color:#fff;}
.artile li a:hover .art1 p{ color:#fff;}
.artile li a:hover .art2 h2{ color:#456db0;}
.artile li a:hover .art2 p{ color:#456db0;}


.tel{ width: 240px; margin: 45px 60px 0 0;}
.tel img{float: left;}
.tel h3{    color: #2770bd;
    font-size: 32px;
    font-family: impact;
    float: left;
    margin: 0 0 0 8px;
    line-height: 35px;
    letter-spacing: 2px;}

.zmenua{ width:178px; margin: 5px 0 0 3px;border: 1px solid #c8c8c8;}
#nava{ height:28px; position:relative;  }
.zmenua ul{float:left;position: relative; z-index:99999;}
.zmenua li{float:left;position:relative;z-index:99999;font-weight:bold;}
.zmenua ul a{display:block;width:178px;height:30px; line-height:30px; overflow:hidden;color:#3e3e3e;text-align: center;}
.zmenua li a:hover,.choa{width:178px;height:30px;background:#CCC; color:#fff; }
 .zmenua ul ol.menua {width:178px; position: absolute;   z-index:99999;top: 30px;}
.zmenua ul ol.menua span {width:178px;float: left; height: 25px;border-bottom: #fff 1px solid;background: #ddd;}
.zmenua ul ol.menua span a {width:178px;font-size:12px; font-weight:normal;text-align: center; text-indent:0; line-height: 25px; height:25px;display: block;  border:none; }
.zmenua ul ol.menua span a:hover {width:178px; background:#2770bd;height: 25px; color:#fff}



#info-T{width:100%; min-height:30px; padding-top:15px; padding-bottom:15px; line-height:30px; text-align:center; font-size:18px; font-weight:bold;}
#info-M{width:100%; height:45px; line-height:45px; text-align:center; border-top:#e0e0e0 1px dotted;}
#info-C{width:100%; line-height:28px; margin-top:10px; font-size:14px;}

#info-C2{width:100%; line-height:28px; margin:0 auto; margin-top:20px; font-size:14px;}
#info-N{width:100%; height: auto; padding-top:10px; line-height:26px; margin-top:20px; border-top:#e0e0e0 1px dotted;}

#info-C1{width:100%; line-height:28px; margin-top:0px; font-size:14px; text-align:center; padding-bottom:10px;}
#big{width:100%; height:380px; margin:0 auto; text-align:center; padding-bottom:10px;}
#big img{height:380px; max-width:728px;}




/*************首页地图***********************/
.index_yuanquan{
	width:22px;
	height:22px;
	top:305px;
	right:221px;
	position:absolute;
	z-index:9;
	border-radius:50%;
}
.quan{
	width:18px;
	height:18px;
	background:#f67700;
	border-radius:50%;
	border:2px solid #FFFFFF;
}
.index_yuanquan small{
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}
.index_yuanquan small.ripper1 {
  -webkit-animation: ripple1 4500ms ease-out 225ms infinite;
  -moz-animation: ripple1 4500ms ease-out 225ms infinite;
  -o-animation: ripple1 4500ms ease-out 225ms infinite;
  animation: ripple1 4500ms ease-out 225ms infinite;
}
.index_yuanquan small.ripper2 {
  -webkit-animation: ripple1 4500ms ease-out 800ms infinite;
  -moz-animation: ripple1 4500ms ease-out 800ms infinite;
  -o-animation: ripple1 4500ms ease-out 800ms infinite;
  animation: ripple1 4500ms ease-out 800ms infinite;
}
.index_yuanquan small.ripper3 {
  -webkit-animation: ripple1 4500ms ease-out 1600ms infinite;
  -moz-animation: ripple1 4500ms ease-out 1600ms infinite;
  -o-animation: ripple1 4500ms ease-out 1600ms infinite;
  animation: ripple1 4500ms ease-out 1600ms infinite;
}
.index_yuanquan small.ripper4 {
  -webkit-animation: ripple1 4500ms ease-out 2200ms infinite;
  -moz-animation: ripple1 4500ms ease-out 2200ms infinite;
  -o-animation: ripple1 4500ms ease-out 2200ms infinite;
  animation: ripple1 4500ms ease-out 2200ms infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  }
}
@keyframes ripple1 {
  0% {
    opacity: 0;
	box-sizing: border-box;
  }
  5% {
    opacity: 0.2;
	box-sizing: border-box;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(16);
    -moz-transform: scale(16);
    -ms-transform: scale(16);
    transform: scale(16);
  }
}


/*é¦–é¡µæ¡ˆä¾‹*/
.index_customer_body{ width:100%; background:#ffffff; padding:74px 0;}
.index_container{ width:1200px; margin:auto;}
.index_customer_head{ text-align:center;}
.index_customer_head h3{ font-size:36px; color:#333333; line-height:50px; font-weight:normal; margin-bottom:17px;}

.index_container .title{display:block; }
.index_container .title h4{display:block; height:50px; line-height:50px; font-size:32px; color:#282828; text-align:center; }
.index_container .title h4 .blue{line-height:50px; color:#0145a5;}
.index_container .title .tip{display:block; height:24px; line-height:24px; font-size:20px; color:#282828; text-align:center; background:url(../images/line.png) no-repeat center center;}

.index_customer_head span{ font-size:16px; color:#666666; line-height:25px;}
.index_customer_container{ width:100%; margin-top:48px !important;}
.index_customer_list{padding-top:1px; padding-left:1px;}
.index_customer_logo{ width:calc((100% - 10px) /5); float:left; background:#fdfdfd; border:1px solid #eeeeee; display:flex; text-align:center; justify-content:center; align-items:center; position:relative; margin-top:-1px; margin-left:-1px;}
.index_customer_logo img{ width:100%;}
.index_customer_logo:after{ content:''; width: 100%; height: 100%; border:0 solid #eeeeee; background-color:transparent; position:absolute; top:0; left:0; z-index:2; box-sizing: border-box;}
.index_customer_logo:hover:after{ border:8px solid #eeeeee; transition:all .6s;}
.index_customer_pagination{ width:100%; text-align:center; margin-top:20px; position:relative !important;}
.index_customer_pagination .swiper-pagination-bullet{
	width: 12px; height: 12px; background:#eeeeee; opacity:1; margin:0 10px; outline:medium;
}
.index_customer_pagination .swiper-pagination-bullet-active{ background:#2e5bd3;}



/****************联系我们****************/
.concact_cen {
    margin-top: 32px;
}
.core {
    width: 1400px;
    margin: 0px auto;
}
.tit {
    text-align: center;
}
.tit h1 {
    font-size: 30px;
    color: #e0e0e0;
    position: relative;
    margin-bottom: 72px;
}
.tit h1 p {
    font-size: 30px;
    color: #333333;
    padding-bottom: 8px;
    border-bottom: 2px solid #EA363C;
    display: inline-block;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -60px;
	background-color: #ffffff;}
.tit h2 {
    font-size: 16px;
    color: #999999;
}
ul, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.concact_cen ul li {
    float: left;
    width: 24.85%;
    border: 1px solid #d2d2d2;
    text-align: center;
    cursor: pointer;
}
.link_box {
    padding: 68px 0px 54px;
}
.link_box i {
    height: 66px;
    display: block;
    margin-bottom: 50px;
}
.link_box i img {
    display: none;
}

.link_box i img {
    display: none;
}
.link_box i .on {
    display: inline-block;
}
.link_box h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.concact_cen ul li {
    float: left;
    width: 24.85%;
    border: 1px solid #d2d2d2;
    text-align: center;
	cursor: pointer;}
img {
    vertical-align: middle;
    font-size: 0;
    border: 0;
    outline: none;
    max-width: 100%;
}
.clear {
    clear: both;
}
#map {
    width: 100%;
    margin-top: 58px;
    height: 480px;
}

.link_people {
    margin-top: 50px;
    margin-bottom: 45px;
}
.contact_box {
    float: left;
    margin-right: 84px;
}
.contact_tit {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 5px;
    border-left: 3px solid #ea363c;
    margin-bottom: 26px;
}
.contact_box p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
}
.dy_box {
    float: left;
}
.contact_tit {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 5px;
    border-left: 3px solid #ea363c;
    margin-bottom: 26px;
}
.massage_box{

	margin-bottom: 58px;

}

.massage_box ul li{

	background-color: #eeeeee;

	padding: 15px 0px;

	float: left;

	width: 32%;

	margin-right: 2%;

}

.massage_box ul li:nth-child(3){

	margin-right: 0px;

}

.massage_box ul li input{

	font-size: 16px;

	color: #999999;

	background-color: #eeeeee;

	width: 75%;

	text-indent: 1em;
	border: 0;

}

.text{

	width: 100%;

	background-color: #eeeeee;

	padding: 15px 0px;

	margin-top: 35px;

}

.text textarea{

	background-color: #EEEEEE;

	border: none;

    width: 95%;

    height: 108px;

    outline:none;

    resize:none;

    font-size: 16px;

	color: #999999;

	text-indent: 1em;

}

.submit{

	width: 100%;

	text-align: center;

	margin-top: 45px;

}

.submit input[type="button"]{

	width: 300px;

	height: 58px;

	border: 1px solid #EA363C;

	text-align: center;

	line-height: 58px;

	color: #EA363C;

	background-color: #FFFFFF;

	font-size: 16px;

	cursor: pointer;

}

.submit input[type="button"]:hover{

	background-color: #EA363C;

	color: #FFFFFF;

}
.link_people {
    margin-top: 50px;
    margin-bottom: 45px;
}
.dy_box {
    float: left;
}
.dy_box ul li p {
    float: left;
    writing-mode: vertical-lr;
    text-align: center;
    height: 120px;
}
.dy_box ul li {
    background-color: #F7F7F7;
    float: left;
    padding: 10px;
    width: 145px;
    margin-right: 36px;
    height: 120px;
    margin-bottom: 20px;
}
.dy_box ul li img {
    float: right;
}



.pagination {
	font-family: 微软雅黑, 宋体, arial, helvetica, sans-serif;
	height:50px;
	line-height:35px;
	overflow: hidden;
}
.pagination a {
	border-right: #dededc 1px solid;
	border-top: #dededc 1px solid;
	border-left: #dededc 1px solid;
	border-bottom: #dededc 1px solid;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 1px;
	color: #505050;
	padding-top: 5px;
	text-decoration: none;
}
.pagination a:hover {
	border-right: #dededc 1px solid;
	border-top: #dededc 1px solid;
	border-left: #dededc 1px solid;
	border-bottom: #dededc 1px solid;
	color: #505050;
	background-color: #f0f0f0;
}
div.pagination a:active {
	border-right: #dededc 1px solid;
	border-top: #dededc 1px solid;
	border-left: #dededc 1px solid;
	border-bottom: #dededc 1px solid;
	color: #679298;
	background-color: #f0f0f0;
}
.pagination span.current {
	border-right: #dededc 1px solid;
	border-left: #dededc 1px solid;
	border-top: #dededc 1px solid;
	border-bottom: #dededc 1px solid;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 1px;
	color: #505050;
	padding-top: 5px;
}
.pagination span.disabled {
	background-color: #f0f0f0;
}
.center {text-align: center;}


/*产品模块*/

#productlist{ padding:15px 0px;}
#productlist li{ float:left; width:300px; text-align:center; margin:5px 11px;}
#productlist li img{ margin:auto; padding:1px; border:1px solid #ccc; width:300px; height:300px;}
#productlist li h3{ height:40px; line-height:40px; font-weight:normal;}
#productlist li h3 a{ color:#000;}
#productlist li h3 a:hover{ color:#06F; text-decoration:underline;}

.inners {
    width: 1300px;
    margin: 50px auto;
    position: relative;
}
/*内页侧栏*/

/*内页侧栏*/
.sidebar{ margin-top:50px;}
.sidebar .sb_nav{ float:left; width:290px; position:relative;}
.sidebar .sb_nav h3.title{background:#0345a5; height:70px; line-height:70px; font-size:20px; color:#fff; text-indent:20px; overflow:hidden;zoom:1;}
.sidebar .sb_nav h3.lin{ margin-top:15px; }
.sidebar .sb_nav .active{ padding:20px 20px 30px 20px; background:#f9f9f9;border:0px solid #D3E1ED; border-top:none;zoom:1;}
.sidebar .sb_nav .ct-con{ padding-top:10px; color:#666;}
.sidebar .ct-con{ line-height:2; color:#333;}
.sidebar .ct-con ul,.sidebar .ct-con ol{ padding:0px 0px 0px 25px; margin:0px;}
.sidebar .ct-con a{ color:#1C57C4; text-decoration:underline;}
#sidebar dl{ margin-left:5px;}
#sidebar dl dt{ padding:8px 0px 8px 5px; background:url(../images/arrows.gif) no-repeat 2px center; border-bottom:1px solid #d7d7d7;}
#sidebar dl dt a{font-size:16px; color:#333; font-weight: bold}
#sidebar dl dt a:hover{color:#004f9f;}
#sidebar dl dd{ padding:0px 0px 0px 15px;}
#sidebar dl dd h4{ font-weight:normal; padding:5px 0px 5px 10px; background:url(../job_ico.gif) no-repeat left 12px;}
#sidebar dl dt.on a{ font-weight:bold; color:#e5000b; }
#sidebar dl h4.on a{ font-weight:bold;}

.left_menua a {text-decoration:none;DISPLAY: block;line-height:24px;padding:5px 0px 5px 15px; border-bottom:1px dotted #CCCCCC;}
.left_menua a:link { color:#666; }
.left_menua a:visited {text-decoration:none;color:#666;}
.left_menua a:hover {text-decoration:none;color:#0145a6;text-decoration:none;}
.left_menuas a {text-decoration:none;DISPLAY: block;padding:5px 0px 5px 15px;font-weight:bold;line-height:24px;}
.left_menuas a:link { color:#0145a6; }
.left_menuas a:visited {text-decoration:none;color:#0145a6;}
.left_menuas a:hover {text-decoration:none;color:#0145a6;text-decoration:none;}

.sidebar .sb_box{ float:right; width:980px; overflow:hidden;}
.sidebar .sb_box h3.title{height:70px; line-height:70px; text-indent:20px; font-size:20px; position:relative; background:#f2f2f2; color:#0345a5;}


.sidebar_nav {
	height: 100%;
}.sidebar_nav ul{background:url(../images/cate_b_bg.png) center bottom no-repeat;padding-bottom:5px;}
.sidebar_nav ul li {
	line-height: 40px;
	overflow: hidden;
	
	margin-top:5px;
}
.sidebar_nav ul li a {
	font-size: 14px;
	display:inline-block;
	font-family: "微软雅黑";
	background:url(../images/cate_a_bg.png) no-repeat 18px center #fff;
	width:100%;
	padding-left: 40px;
	color:#838383;
}
.sidebar_nav ul li a:hover {
	background:url(../images/cate_hov_bg.png) no-repeat 18px center #43b73c;
	color: #fff;
	text-decoration:none
}
.sidebar_nav ul li a.active {
	background:url(../images/cate_hov_bg.png) no-repeat 18px center #43b73c;
	color: #fff;
	text-decoration:none
}
/*.sidebar_nav .sub_nav{height:0;}
.sidebar_nav .hauto{height:auto;}*/
.sidebar_nav .sub_nav{height:auto;display:none;}
.sidebar_nav .sub_nav a{background:#f6f6f6;line-height:30px;color:#0fa0e5;font-size:12px;}

.sidebar_nav .sub_nav a:hover{color:#0fa0e5;background:#4bcd44;}
.sidebar_nav .sub_nav a.active{background:#4bcd44 !important;color:#fff !important}

.sb_box .con{
	line-height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    margin-top: 30px;
}

.typo_img{width:100%;height:auto;}