﻿/* CSS Document */
body{	font: 12px/24px "微软雅黑","黑体", Arial,"宋体";	color: #555;	margin: 0;	padding: 0;	background:#fff;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p,span { margin:0;padding:0;}
img{ border:0;}
ul,li,ol,ul {list-style:none;}
.clear{clear:both; height:0;}
a:hover{ text-decoration:underline; color:#1e50ae; }
a{ text-decoration:none; color:#555; }
em , b , i { font-style: normal;}
.fr{ float:right}
.fl{ float:left}
.mid{ float:left}
.center{ width:1200px; margin:0 auto;}
.ofh { overflow: hidden;}
input {outline: none;}

.icon{ background: url(icon.png) no-repeat left top transparent;}


/* head css */
.top { height: 40px; background: #FFF;}
.top .center { height: 40px; line-height: 40px; color: #999;}
.top .center .fr a{ color: #999; display: inline-block; }
.top .center .fr span{ text-align: center; display: inline-block; margin: 0 10px;}

.head{ height:86px; margin: 40px auto 44px; width: 1200px; overflow: hidden;  position: relative; z-index: 4;}
.head .fl{}
.head .fl a.logo{ float: left; width:360px; height: 70px; overflow: hidden;}
.dwy{ float: left; line-height: 30px; font-size: 16px; color: #333; padding-left: 18px; border-left: 1px solid #CCC; margin-left: 8px; margin-top: 5px;}
.dwy em{ display: block; font-size: 20px; color: #e15616; font-weight: bold;}
.head .fr{}
.cxt { float: right; margin-left: 28px;}
.cxt span { display: inline-block; width: 64px; height: 64px; background-position: 0px -61px; margin-right: 10px;}
.cxt a { display: inline-block; width: 64px; height: 64px; background-position: -73px -61px;}
.tel { float: right; line-height: 29px; color: #666; font-size: 15px; letter-spacing: 3px; text-align: right;}
.tel span { display: block; letter-spacing: 0; padding-left: 43px; position: relative; line-height: 37px; color: #1e50ae; font-weight: bold; font-size: 30px; font-family: "[Helvetica]","arial narrow",arial;}
.tel span i { position: absolute; left: 0; top: 5px; width: 27px; height: 27px; background-position: -1px 0;}
/* head css end*/

/* menu css */
.menu {	height: 55px; position: relative; z-index: 3; border-top: 1px solid #c9c9c9; width: 100%; background:#007a3f;}
.menu .center{ position: relative; height: 55px;}
.menulihover{width: 150px; overflow: hidden; background:#1e50ae; height: 55px; position: absolute; left:0px; top:0px; -webkit-transition: all .3s;  -ms-transition: all .3s; transition: all .3s; display: none;}
.menulihover span { width: 0; height: 0; border: 4px solid transparent; border-bottom: 4px solid #f5f5f5; position: absolute; left: 50%; bottom: 0; margin-left: -4px;}
.nav{ margin-left: 0px; float: left;}
.nav li{width:150px; float:left; position:relative; z-index: 4;}
.nav li a{ display:block; -webkit-transition: all .3s;  -ms-transition: all .3s; transition: all .3s; line-height:55px; height: 55px; font-size:16px; color:#333; text-align:center; position: relative; font-family: "微软雅黑";}
.nav li a em{ float: left; width: 1px; height: 15px; margin-top:20px; display: block; background-color: #ccc;}
.nav li a:hover{ color: #fff; text-decoration: none; }
.nav li a.over{	color: #fff; }
.nav li a.hover{	color: #FFF;}

.menulist { position: absolute; height: 222px; background: #f5f5f5; left: 0; top: 55px;width: 100%; overflow: hidden; padding-top: 53px; display: none; z-index: 6;}
.menubox { width: 1200px; margin: 0 auto; overflow: hidden;}
.menubox .fl { width: 600px; height: 160px; padding-right: 59px; border-right: 1px solid #c6c6c6;}
.navpic { float: left; width: 300px; height: 160px; overflow: hidden;}
.navtext { float: left; margin-left: 32px; width: 265px; margin-top: 22px;}
.navtext h3 { line-height: 30px; font-weight: normal; color: #333; font-size: 18px;}
.navtext p { color: #1e50ae; font-size: 20px; font-weight: bold; line-height: 30px; height: 60px; overflow: hidden;}
.navtext em { width: 34px; height: 2px; background: #79797a; display: block; margin-top: 24px;}
.menubox .fr { width: 504px; overflow: hidden; margin-top: 14px; }
.menubox .fr h3 { font-size: 20px; color: #333; line-height: 40px; margin-bottom: 7px;}
.menubox .fr h3 span { font-family: arial; color: #999; text-transform: uppercase; font-weight: normal; letter-spacing: 1px; margin-left: 8px;}
.subnav { overflow: hidden;}
.subnav li { float: left; height: 30px; width: 126px; }
.subnav li a { line-height: 30px; display: block; font-size: 14px; color: #666; white-space: nowrap;}
.subnav li a:hover { color: #1e50ae;}

.tubiao { float: right; margin-top: 14px; height: 26px;}
.tubiao a { width: 26px; height: 26px; display: block; margin-left: 10px; float: left;}
.tubiao a.qq { background-position: -30px 0;}
.tubiao a.weixin {background-position: -61px 0; position: relative;}
.tubiao a.weibo {background-position: -92px 0;}
.tubiao a.qq:hover { background-position: -30px -28px;}
.tubiao a.weixin:hover {background-position: -61px -28px;}
.tubiao a.weibo:hover {background-position: -92px -28px;}
.tubiao a.weixin span { position: absolute; left: -60px; top: 32px; width: 140px; height: 0; overflow: hidden; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}
.tubiao a.weixin:hover span { height: 140px;}

/* banner css */
.banner{ position:relative; z-index:1; height:598px;}
.banner .bannerpic{ position:absolute; left:0; top:0;  width:100%; display:block; height:598px; opacity: 0; filter: alpha(opacity=0);}
.banner_icon {position: absolute;overflow: hidden;left: 50%;bottom:30px;height:12px; width:148px; margin-left:-74px; z-index: 6;}
.banner ul li {float: left;width: 22px; margin: 0px 6px; height:12px;overflow: hidden; cursor:pointer; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; background-color: #eec4b2; border-radius: 8px;}
.banner ul .banner_icon_active { background-color: #1e50ae; width: 34px; }
.nybanner{ height:400px; overflow:hidden;}
.nybanner a.bannerpic{ height:400px;}
/* banner css END*/

/*main css*/
.shili { width: 1300px; overflow: hidden; margin-top: 80px;}
.shili li { float: left; width: 160px; height: 228px; margin-right: 100px;}
.shili li a { display: block; height: 228px; position: relative; text-align: center;}
.shili li a p { width: 160px; height: 160px; line-height: 160px; color: #1e50ae; font-size: 40px; font-family: "苹方","微软雅黑"; position: relative; z-index: 2;}
.shili li a span { width: 160px; height: 160px; background-position: 0 -130px; position: absolute; left: 0; top: 0; z-index: 1; animation: zhuan linear 10s infinite;-webkit-animation: zhuan linear 10s infinite; -moz-animation: zhuan linear 10s infinite; -ms-animation: zhuan linear 10s infinite;}
.shili li a h3 { font-weight: normal; font-size: 18px; color: #333; line-height: 30px; margin-top: 12px;}
.shili li a em { display: block; color: #999; font-size: 12px; font-family: arial; text-transform: uppercase; white-space: nowrap; letter-spacing: 1px;}
.shili li a:hover { text-decoration: none;}
.shili li a:hover span , .shili li a.hover span { background-position: -161px -130px; color: #FFF;}
.shili li a:hover p , .shili li a.hover p { color: #FFF;}
@keyframes zhuan{
	from{transform: rotateZ(0); -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -ms-transform: rotateZ(0);}
	to{ transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg);}
}
@-webkit-keyframes zhuan{
	from{transform: rotateZ(0); -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -ms-transform: rotateZ(0);}
	to{ transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg);}
}
@-moz-keyframes zhuan{
	from{transform: rotateZ(0); -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -ms-transform: rotateZ(0);}
	to{ transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg);}
}
@-ms-keyframes zhuan{
	from{transform: rotateZ(0); -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -ms-transform: rotateZ(0);}
	to{ transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg);}
}

.screencp {/* background: url(aboutbg.jpg) no-repeat;*/ margin-top: 72px; padding-top: 48px;}
.stitle { width: 1200px; margin: 0 auto; text-align: center; position: relative;}
.stitle p { line-height: 50px; color: #999; font-size: 40px; text-transform: uppercase; font-family: "苹方",arial;}
.stitle h3 { color: #000; line-height: 40px; font-size: 30px; font-weight: normal;}
.stitle i { width: 43px; height: 4px; display: block; margin: 9px auto 0; background-position: -143px -63px;}
.stitle span { background: #ddd; width: 510px; height: 1px; position: absolute; left: 50%; top: 70px; margin-left: -600px;}
.stitle span.no2 { margin-left: 90px;}
.stitle em { width: 15px; height: 3px; background: #999; position: absolute; left: 50%; top: 69px; margin-left: -600px;}
.stitle em.no2 { margin-left: 585px;}
.chanpinclick { text-align: center; margin-top: 44px; margin-bottom: 60px;}
.chanpinclick a { display: inline-block; width: 124px; height: 42px; font-size: 16px; line-height: 42px; color: #111; margin: 0 6px;}
.chanpinclick a:hover , .chanpinclick a.hover{ background: #1e50ae; color: #FFF; border-radius: 5px; text-decoration: none;}

.screencp { position: relative; overflow: hidden; padding-bottom: 54px;}
.chanpinmian { position: relative;}
.chanpinmian span.prev , .chanpinmian span.next { width: 21px; height: 39px; position: absolute; left: 50%; top: 132px; margin-left: -660px; background-position: -261px 0; cursor: pointer;}
.chanpinmian span.next { margin-left: 639px; background-position: -286px 0;}
.chanpinbox { width: 1200px; overflow: hidden; margin: 0 auto; margin-top:80px;}
.chanpinlist { overflow: hidden; width: 1220px;}
.chanpinlist li { width: 285px; height: 355px; float: left; position: relative; overflow: hidden; margin-right: 20px;}
.chanpinlist li img { width: 285px; height: 305px; overflow: hidden; }
.chanpinlist li span.cplistbg { background: #1e50ae; opacity: 0.95; filter: alpha(opacity=95); width: 285px; height: 305px; position: absolute; left: 0; top: -305px;transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}
.chanpintext { color: #FFF; position: absolute; left: 10px; top: -305px; width: 263px; height: 235px; border: 1px solid #f1b396; text-align: center; padding-top: 48px;transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}
.chanpintext h3 a{ font-size: 18px; line-height: 32px; display: block; color: #FFF;}
.chanpintext em { display: block; width: 28px; height: 2px; background: #FFF; margin: 7px auto 16px;}
.chanpintext span { display: block; font-size: 14px; line-height: 22px; height: 44px; overflow: hidden; width: 230px; margin: 0 auto;}
.chanpintext p { width: 240px; margin: 38px auto 0;}
.chanpintext p a { display: block; float: left; color: #FFF; line-height: 24px; padding-top: 38px; position: relative; font-size: 14px; width: 70px; margin: 0 5px;}
.chanpintext p a i { width: 32px; height: 32px; position: absolute; left: 19px; top: 0;}
.chanpintext p a i.no1 {background-position: -144px -74px;}
.chanpintext p a i.no2 {background-position: -185px -74px;}
.chanpintext p a i.no3 {background-position: -224px -74px;}
.chanpinlist li:hover span.cplistbg { top: 0;}
.chanpinlist li:hover .chanpintext { top: 10px;}

.solution { width: 1200px; height: 722px; margin: 80px auto; position: relative; padding-top: 30px;}
.solutionright { width: 310px; height: 356px; padding-left: 30px; padding-top: 44px; background: #1e50ae url(solutionrightbg.jpg) no-repeat center top; position: absolute; right: 0; top: 0; color: #FFF;}
.solutionright em { display: block; width: 68px; height: 3px; background: #FFF;}
.solutionright span { display: block; font-size: 30px; line-height: 35px; text-transform: uppercase; font-family: "苹方",arial; color: #f0b3a2; margin-top: 24px; margin-bottom: 10px;}
.solutionright h3 { line-height: 42px; font-size: 30px; font-weight: normal; letter-spacing: 2px; margin-bottom: 8px;}
.solutionright p { font-size: 14px;}
.solutionnav { width: 800px; overflow: hidden; }
.solutionnav li { float: left; width: 200px; height: 42px; overflow: hidden;}
.solutionnav li a { display: block; float: left; font-size: 15px; line-height: 42px; color: #333; padding-left: 30px; position: relative; white-space: nowrap; width: 150px;text-overflow:ellipsis;}
.solutionnav li a i { position: absolute; left: 0; top: 14px; width: 14px; height: 14px; background-position: -268px -88px; display: none;}
.solutionnav li span { float: right; display: block; line-height: 42px; font-size: 12px; color: #999; margin-right: 20px;}
.solutionnav li a:hover { text-decoration: none; }
.solutionnav li.on a { color: #1e50ae; }
.solutionnav li.on a i { display: block;}
.solutionmain { width: 1145px; height: 440px; position: relative; margin-top: 25px;}
.solutionmain a.solutionpic { display: block; width: 780px; height: 440px;}
.solutionmain a.solutionpic p { width: 780px; height: 440px; overflow: hidden; +display: inline;}
.solutionmain a.solutionpic p img , .newspic a p img { transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}
.solutionmain a.solutionpic:hover p img , .newspic a:hover p img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1);}
.solutiontext { width: 422px; height: 253px; background: #FFF; position: absolute; right: 0; top: 80px; padding: 35px 48px 0;}
.solutiontext h3 { font-size: 20px; color: #333; font-weight: bold; line-height: 36px;}
.solutiontext em { display: block; width: 25px; height: 2px; background: #ccc; margin-top: 10px; margin-bottom: 14px;}
.solutiontext p { font-size: 14px; line-height: 24px; color: #666; height: 72px; overflow: hidden; margin-bottom: 38px;height: 48px;}
.solutiontext a { display: block; width: 130px; height: 40px;line-height: 40px;text-align: center; border: 1px solid #ddd; position: relative; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}
.solutiontext a i { width: 40px; height: 18px; position: absolute; top: 11px; left: 45px; background-position: -125px -40px;transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}
.solutiontext a:hover { width: 150px;}
.solutiontext a:hover i { left: 55px;}
.solutionbox { width: 1200px; height: 130px; overflow: hidden; margin-top: 43px;}
.solutionbox ul { width: 1230px; height: 130px; overflow: hidden;}
.solutionbox li { float: left; width: 380px; height: 130px; margin-right: 30px;}
.solutionbox li a { border: 1px solid #ddd; padding: 19px; width: 340px; height: 90px; display: block; position: relative;}
.solutionbox li a img { width: 160px; height: 90px; overflow: hidden; float: left;}
.solutionbox li a div { float: right; width: 165px;}
.solutionbox li a div h3 { font-size: 16px; color: #333; line-height: 26px; margin-bottom: 4px; margin-top: 12px;}
.solutionbox li a div p { height: 42px; line-height: 21px; font-size: 14px; color: #666; overflow: hidden;}
.solutionbox li a span { width: 0; height: 0; border: 12px solid transparent; border-bottom: 12px solid #1e50ae; border-right: 12px solid #1e50ae;position: absolute; bottom: 0; right: 0;}
.solutionbox li a i {position: absolute; bottom: 0; right: 1px; font-size: 14px; line-height: 16px; width: 24px; text-align: right; color: #FFF; font-family: "微软雅黑";}
.solutionbox li a:hover , .solutionbox li a.hover { border: 1px solid #1e50ae; text-decoration: none;}
.solutionbox li a:hover h3 , .solutionbox li a.hover h3 { color: #1e50ae;}
.solution span.prev , .solution span.next { position: absolute; top: 426px; right: 181px; width: 64px; height: 36px; background-position: -125px 0px; cursor: pointer; z-index: 6;}
.solution span.next { background-position: -194px 0px; right: 112px;}

.screenpartner { background: #f2f2f2; padding-top: 70px; height: 450px; overflow: hidden; position: relative;}
.partnerstitle h3 { color: #333;}
.partnerbox { width: 1850px; position: absolute; left: 50%; top: 224px; margin-left: -925px;}
.partnerbox .tempWrap { width: 1850px !important;}
.partnerlist { overflow: hidden; width: 1850px;}
.partnerlist li { float: left; margin: 34px 15px; width: 205px; height: 102px; overflow: hidden;}
.partnerlist li a { display: block;}
.partnerlist li a p { width: 205px; height: 102px; overflow: hidden;}
.partnerlist li a p img { width: 205px; height: 102px; overflow: hidden;}
.partnerlist li.on { width: 260px !important; height: 130px; padding: 20px; background: #f9f9f9; margin: 0 70px; }
.partnerlist li.on a p { width: 205px; height: 102px; padding: 14px 27px 14px 28px; background: #FFF;}
.screenpartner span.prev , .screenpartner span.next { position: absolute; top: 296px; left: 50%; width: 14px; height: 27px; background-position: -226px -37px; margin-left: -194px; cursor: pointer; z-index: 3;}
.screenpartner span.next { background-position: -242px -37px; margin-left: 180px;}

.screenabout { background: url(aboutbg.jpg) no-repeat center top; height: 672px; padding-top: 69px; margin-bottom: 80px;}
.about { width: 930px; margin: 40px auto 0; text-align: center;}
.about h3 { font-size: 24px; color: #FFF; line-height: 40px; font-weight: normal;}
.about h3 span { display:block; font-size:20px;}
.aboutbox{ color: #e0e1e1; font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin-top: 13px;}
.about a { width: 140px; height: 36px; border: 1px solid #ddd; display: block; margin: 26px auto 0; position: relative; border-radius: 10px; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; overflow: hidden;line-height: 36px;font-size: 16px;color: #FFF;}
.about a i { position: absolute; width: 48px; height: 18px; background-position: -174px -40px; left: 50%; top: 9px; margin-left: -24px;}
.about a:hover { width: 160px;}
.honor { position: relative; overflow: hidden; margin-top: 54px;}
.honorbox { width: 1200px; overflow: hidden; margin: 0 auto;}
.honorlist { width: 1220px; overflow: hidden;}
.honorlist li { width: 285px; height: 195px; float: left; margin-right: 20px; position: relative; overflow: hidden; }
.honorlist li a { display: block;}
.honorlist li a p { width: 285px; height: 195px; overflow: hidden; margin: 0 auto; +display: inline;}
.honorlist li a span {color: #FFF; line-height: 48px; text-align: center; font-size: 16px; position: absolute; bottom: -48px; left: 0; width: 285px; height: 48px; z-index: 3; background: #1e50ae; opacity: 0.95; filter: alpha(opacity=95);transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}
.honorlist li a:hover span { bottom: 0;}
.honor span.prev , .honor span.next { width: 19px; height: 36px; position: absolute; left: 50%; top: 74px; margin-left: -660px; background-position: -266px -44px; cursor: pointer;}
.honor span.next { margin-left: 639px; background-position: -287px -44px;}

.xinwen { margin-bottom: 80px;}
.news { float: left; width: 430px; height: 350px; position: relative; padding-left: 315px; overflow: hidden;}
.newstitle { height: 46px; padding-bottom: 2px; border-bottom: 3px solid #ddd; }
.newstitle h3 { float: left; font-weight: normal;}
.newstitle h3 a { display: inline-block; color: #666; font-size: 18px; line-height: 46px; margin-right: 32px;}
.newstitle p { float: right; }
.newstitle p a { display: block; font-size: 14px; font-family: "微软雅黑"; color: #999; line-height: 46px;}
.newstitle h3 a:hover , .newstitle h3 a.hover , .newstitle p a:hover { color: #1e50ae; text-decoration: none;}
.newsbox { width: 430px; height: 300px; position: relative; margin-top: 6px;}
.newspic { position: absolute; left: -315px; top: -50px; width: 285px; height: 340px;}
.newspic a { display: block;}
.newspic a p { width: 285px; height: 340px; overflow: hidden;}
.newsbox ul { width: 430px; }
.newsbox ul li { height: 49px; line-height: 49px; border-bottom: 1px dashed #999; font-size: 0;}
.newsbox ul li a { display: block; color: #666; line-height: 49px; height: 49px; font-size: 14px; font-family: "微软雅黑"; }
.newsbox ul li a span { float: left;}
.newsbox ul li a span i { display: inline-block; margin-right: 8px; color: #7f7f7f;}
.newsbox ul li a em { float: right; font-size: 12px; font-family: arial;}
.newsbox ul li a:hover { text-decoration: none;}
.newsbox ul li a:hover span { color: #1e50ae;}
.newsbox ul li a:hover span i { color: #1e50ae;}
.faq { width: 396px; height: 348px; overflow: hidden; float: right;}
.faq .newstitle { width: 396px; margin-bottom: 22px;}
.faqbox {overflow: hidden; height: 275px; +position: relative; }
.faqbox ul { overflow: hidden; }
.faqbox ul li { padding-bottom: 21px; margin-bottom: 21px; border-bottom: 1px dashed #ddd; }
.faqbox ul li .faqtitle { margin-bottom: 15px; position: relative; padding-left: 37px; }
.faqbox ul li .faqtitle a { line-height: 22px; font-size: 14px; color: #666; display: block; }
.faqbox ul li .faqtitle a i , .faqbox ul li .faqtext i { width: 22px; height: 22px; background: #7f7f7f; font-size: 12px; color: #FFF; display: block; text-align: center; line-height: 22px; position: absolute; left: 0; top: 0;}
.faqbox ul li .faqtext i { background: #1e50ae;}
.faqbox ul li .faqtext { font-size: 14px; color: #666;padding-left: 37px; line-height: 22px; position: relative; height: 22px;  overflow: hidden;}
.faqbox ul li .faqtitle a:hover { color: #1e50ae; }

.link { padding: 15px 0;  }
.link .center { padding-left: 80px; width: 1120px; position: relative;}
.link .center p { position: absolute; left: 0; top: 0; height: 34px; line-height: 34px; font-size: 14px; color: #333;}
.linktext {}
.linktext a { display: inline-block; line-height: 34px; color: #666; font-size: 14px; margin-right: 5px;}
.linktext a:hover { color: #1e50ae;}

.foot { background: #2c2c2c; padding-top: 43px; padding-bottom: 40px;}
.foot .fl {}
.foot .fl a { width: 212px; height: 70px; display: block; margin-bottom: 17px;}
.foot .fl p { font-size: 14px; color: #999; line-height: 30px; letter-spacing: 1px;}
.foot .fr { width: 140px; height: 177px; margin-top: 8px;}
.foot .fr p , .foot .fr p img { width: 140px; height: 140px; overflow: hidden;}
.foot .fr span { display: block; color: #acacac; font-size: 14px; text-align: center; line-height: 27px; margin-top: 10px;}
.foot .mid { width: 750px; overflow: hidden; margin-left: 60px;}
.foot .mid dl { float: left; width: 150px;}
.foot .mid dl dt { margin-bottom: 10px;}
.foot .mid dl dt a { color: #ddd; font-size: 16px; line-height: 30px;}
.foot .mid dl dd {}
.foot .mid dl dd a { font-size: 14px; color: #999; line-height: 26px; white-space: nowrap; width: 120px; text-overflow: ellipsis; overflow: hidden; display: block;}
.foot .mid a:hover { color: #FFF;}
.footbottom { background: #1e1e1e; height: 60px; font-size: 14px; color: #999; line-height: 60px;}
.footbottom .fr { position: relative; padding-left: 20px;float: left;margin-left: 50px;}
.footbottom .fr i { position: absolute; left: 0; top: 23px; background-position: -290px -88px; width: 12px; height: 15px;}

.xuanfu { width: 286px; height: 355px; background: #FFF; border: 2px solid #1e50ae; position: fixed; bottom: 0px; right: 0; z-index: 99999; transition:all .3s; -webkit- transition:all .3s; -moz- transition:all .3s; -ms- transition:all .3s;}
.xuanfutitle { width: 236px; height: 54px; background: #1e50ae; color: #FFF; line-height: 54px; font-size: 18px; padding-left: 50px;}
.xuanfutitle i { position: absolute; left: 15px; top: 15px; width: 25px; height: 25px; background-position: 0 -31px;}
.biaodanclose { position: absolute; right: 5px; top: 19px; width: 22px; height: 16px; background: url(icon.png) no-repeat -283px -114px; z-index: 999; cursor: pointer; }
.xuanfubox { width: 230px; margin: 6px auto 0;}
.xuanfubt { font-size: 16px; color: #1e50ae; line-height: 30px; letter-spacing: 2px; margin-bottom: 11px;}
.xuanfubox form td{ padding-bottom: 10px;}
.xuanfubox form td span { color: #1e50ae;}
.xuanfubox form .lefttext {font-size: 14px; color: #333; width: 48px;}
.xuanfubox form input[type=text]{ height: 24px; line-height: 24px; width: 148px; padding: 0 5px; border: 1px solid #ddd; font-family: "微软雅黑"; color: #666; background: none;}
.xuanfubox form textarea { width: 200px; height: 57px;border: 1px solid #ddd; padding: 3px; font-size: 14px; color: #666; font-family: "微软雅黑"; outline: none;}
.xuanfubox form input[type=submit] , .xuanfubox form input[type=reset]{height: 32px;margin-top: 20px;line-height: 32px;background: #1e50ae;border: 0;border-radius: 5px;cursor: pointer;width: 98px;font-family: "微软雅黑";font-size: 14px;color: #fff;}
.xuanfubox form input[type=reset] { background: #666;}
.xuanfufoot { text-align: center; position: relative; margin-top: 12px;}
.xuanfufoot em { position: absolute; left: 0; top: 54px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; height: 30px; width: 230px; z-index: 1;}
.xuanfufoot p { width: 138px; height: 138px; border: 1px solid #e1e1e1; margin: 0 auto; position: relative; z-index: 2;}
.xuanfufoot p img { width: 138px; height: 138px; overflow: hidden;}
.xuanfufoot span { font-size: 14px; color: #666; line-height: 24px; display: block; margin-top: 8px;}

.xuanfu.close { bottom: -305px;}
.xuanfu.close .biaodanclose { background-position: -261px -114px;}
/*main css end*/


/* 内页 css */

.nyvideo{ width: 800px; height: 500px; margin: 0 auto;}
.nymain{ overflow: hidden; width: 1200px; margin: 0 auto; padding-bottom:50px; padding-top: 40px;}

/* left public css */
.prolist{ height: auto; background-color: #f7f7f7;  overflow: hidden;}
.prolist h3{ height:60px; line-height: 60px; padding: 0 20px; background-color: #1e50ae; color: #fff; font-size: 18px; font-weight: normal;}
.prolist ul{ padding:10px 20px 20px;}
.prolist ul li{  line-height: 46px; }
.prolist ul li a{ display: block; font-size: 16px; border-bottom: 2px solid #fff;}
.prolist ul li a:hover{ text-decoration: none;}
.prolist ul li a.on, .prolist ul li a.hover{ color: #1e50ae;}
.prolist ul ul{ background-color: #eee; display: none; padding: 10px 20px;}
.prolist ul ul li a{ line-height: 40px; font-size: 14px; color: #555; border-bottom: 1px solid #f7f7f7;}
.prolist ul ul li:last-child a{ border: 0;}
.prolist ul ul li a:hover{ color: #1e50ae;}

.left { width: 270px; float: left;}
.contact{ margin-top: 25px;}
.contacttitle{border-bottom: 8px solid #f7f7f7; height: 28px; line-height: 22px; position: relative; padding-bottom: 10px; }
.contacttitle h3 { color: #1e50ae; float: left; font-size: 18px; transition: all 0.3s ease 0s; font-weight: normal; }
.contacttitle .more{ float: right;}
.contacttitle .more a{ color: #999;}
.contacttitle .more a:hover{ color: #1e50ae;}
.contactmain{ padding-top: 10px; line-height: 26px; background-color: #f7f7f7; padding: 20px;}

/* right public css */
.right{ float: right; width:895px;}
.site{ float: right;}
.site a:hover{ color: #1e50ae; text-decoration: none;}
.righttitle{ border-bottom: 8px solid #f7f7f7; height: 50px; line-height: 50px;}
.righttitle h3{border-left: 3px solid #1e50ae; color: #1e50ae; cursor: pointer; float: left; font-size: 18px; font-weight: normal; height: 22px; line-height: 22px; margin-top: 10px; padding: 0 12px 0 15px;}
.nycenter{ overflow: hidden; padding: 30px 0;}


/*新闻列表 css */
.ArticleCategory li{ height: 52px; line-height: 52px; border-bottom: 1px solid #f4f4f4; overflow: hidden;}
.ArticleCategory li em{ float: right; font-style: normal; font-size: 12px; color: #999;}
.ArticleCategory li a{ display: block;}
.ArticleCategory li a:hover{ text-decoration: none; color: #1e50ae;}
.ArticleCategory li a:hover em{ color: #1e50ae;}
.page{ text-align: center; padding-top: 20px;}

/*新闻详细 css */
.nycenter h1{ font-size: 22px; text-align: center; padding-top: 10px; font-weight: normal; color: #000;}
.fbtime{ line-height: 32px; text-align: center; padding: 10px 0 0; border-bottom: 1px dashed #ccc; margin-bottom: 20px;}

/*产品列表 css */
.ProductCategory li{ width:281px; float: left; padding-right: 26px; text-align: center; line-height: 32px; padding-bottom:20px;}
.ProductCategory { width: 950px;}
.ProductCategory li a{ display: block; -webkit-transition: all .3s;  -ms-transition: all .3s; transition: all .3s;}
.ProductCategory li a img{ display: block;  -webkit-transition: all .3s;  -ms-transition: all .3s; transition: all .3s;}
.ProductCategory li a:hover{ text-decoration: none; color: #1e50ae;}
.ProductCategory li a:hover img{  -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.nrproimg{ width: 279px; height: 299px; position: relative; *z-index: -1; overflow: hidden; border: 1px solid #ddd; -webkit-transition: all .3s;  -ms-transition: all .3s; transition: all .3s;}
.ProductCategory li a:hover .nrproimg{ border-color: #1e50ae;}

.gbookbg input[type="text"]{ border: 1px solid #ccc; width: 350px; height: 32px; line-height: 32px; padding: 0 5px; margin-left: 10px; outline: none;}
.gbookbg td{ padding-bottom: 5px;}
.gbookbg td em{ color: red; font-style: normal;}
.gbookbg textarea{ padding: 5px; font-size: 13px; outline: none; font-family: "微软雅黑"; border: 1px solid #ccc; height: 88px; line-height: 22px; width: 350px; margin-left: 10px;}
.gbookbg td input[type="submit"], .gbookbg td input[type="reset"]{ height: 32px; font-family: "微软雅黑"; line-height: 32px; width: 100px; text-align: center; border: 0; background-color: #555; color: #fff; cursor: pointer; margin-top: 5px;}
.gbookbg td input[type="submit"]{ background-color: #1e50ae;}

.gbooklist { overflow: hidden; padding-top: 40px;}
.gbooklist ul li{ padding-bottom: 15px;}
.lytitle{ overflow: hidden;}
.lytitle .time{ float: right; color: #999;}
.lytitle  span{ padding: 0 20px;}
.lynr{ padding: 20px; margin: 10px 0 0; background-color: #f4f4f4;}
.lyhf{ padding-bottom: 10px; border: 1px solid #f4f4f4; padding: 20px; border-top: 0;}

.downlist{ overflow: hidden; position: relative; border-bottom: 1px dashed #ccc; padding: 20px 150px 20px 0;}
.downlist dt{ position: absolute; right: 0; height: 38px; width: 100px; text-align: center; color: #fff; line-height: 38px;   top:50%; margin-top: -19px;}
.downlist dt a{ display: block;  color: #fff; background-color: #1e50ae; border-radius:10px;}
.downlist dt a:hover{ background-color: #ff872c; text-decoration: none;}
.downlist dd a{ display: block; font-size: 16px; font-weight: bold; color: #333;}
.downlist dd a:hover{ text-decoration: none; color: #1e50ae;}
.downlist dd span{ display: block; color: #999; font-size: 12px;}
.downlist dd p{ height: 48px; overflow: hidden; padding-top: 5px; color: #666;}

.tabledown{ margin: 0 auto;}
.tabledown td{ line-height: 36px; border-bottom: 1px solid #ccc;}
.tabledown th{ border-left: 1px solid #f4f4f4; background-color: #f4f4f4; height: 46px; line-height: 46px;}
.tabledown td span{ color: #999; display: inline-block; width: 73px;}
#Count{ color: red; width:auto}
.tabledown td.last{ line-height:22px; padding: 20px 0;}

.khjzlist{overflow: hidden;background-color:#f4f4f4;padding: 10px;margin-bottom: 15px;width: 875px;margin-right:15px;float: left;}
.khjzlist:hover{ background-color:#eee;}
.khjzlist dt{ float: left; width: 213px; height: 120px; overflow: hidden; }
.khjzlist dt img{ display: block;  -webkit-transition: all 0.3s; transition: all 0.3s;}
.khjzlist:hover dt img{-webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); transform:rotateY(180deg);} 
.khjzlist dd{width: 640px;float: right;}
.khjzlist dd a.khjzmore{ display: inline-block; line-height:24px; width: 92px; text-align: center; background-color: #999; color: #fff; position: relative; overflow: hidden;}
.khjzlist dd a.khjzmore span{ position: relative; z-index: 3;}
.khjzlist dd a.khjzmore:before{ position: absolute;-webkit-transition: all 0.3s; transition: all 0.3s; height:0; top:0; left:0; width: 0; border:0px solid transparent; border-top-color: #1e50ae;  content: ""; z-index: 2;}
.khjzlist:hover dd a.khjzmore:before{border-width: 120px 120px 0 0;}
.khjzlist dd p{ height: 44px; overflow: hidden; padding-top:5px; margin-bottom: 15px;}
.khjzlist dd h3{ line-height: 28px;}
.khjzlist dd h3 a{ display: block; font-size: 14px;}

/*放大镜效果*/
.magnifier{ width: 100%; overflow: hidden;}
.magnifier_rf{ text-align: left;}
.magnifier_rf h1{ text-align: left;}
.magnifier_rf .fbtime{ text-align: left;}
.magnifier_lf{ float: left; width: 452px; position: relative; -moz-user-select:none;-webkit-user-select:none;user-select:none;} /*去除选择效果*/
.magnifier_rf{ float: right; width: 46%;}
#jqzoom{ position: relative; width: 452px; height: 452px; cursor: move; margin-bottom: 10px;}
#jqzoom img{ display: block; border: 1px solid #ddd;}
.jqzoomlist{ overflow: hidden; position: relative; height: 74px;}
.jqzoomlist li{ width: 74px; float: left; margin-right: 8px; height: 74px;}
.jqzoomlist li img{ display: block; width:72px; height:72px; border: 1px solid transparent; -webkit-transition: all .3s; transition: all .3s;}
.jqzoomlist li.on img{ border-color: #1e50ae; }
.jqzoomlist span{ display: block; z-index: 3; position:absolute; left:0; -webkit-transition: all .3s; transition: all .3s; top: 0; width: 18px; text-align: center; font-family:"宋体"; background-color:#eee; height:74px; line-height: 74px; margin-right: 10px; cursor: pointer;}
.jqzoomlist span:hover{ color: #fff; background-color: #ccc;}
.jqzoomlist span.next{right: 0; left: auto; margin-right: 0;}
.jqzoomlist ul{ left: 25px; width: 3000px; position: absolute; top: 0;}

#bigzoomimg{ position: absolute; right:-447px; top: 0; width: 430px; height: 430px; border: 1px solid #ddd; overflow: hidden; display: none;}
#bigzoomimg img{ position: absolute; left: 0; top: 0;}
#zoommark2{ background: url(zoom.png) repeat left top transparent; display: none; position: absolute; left: 0; top: 0; z-index: 3; width: 200px; height: 200px;}

.pro_csu { font-size: 15px; line-height: 30px; color: #666; font-family: "微软雅黑"; width: 400px;}
.pro_csu span { color: #1e50ae; display: inline-block;}
.pro_csu div { height: 150px; overflow: hidden;}
.pro_csu a { width: 80px; height: 30px; display: block; color: #FFF; line-height: 30px; text-align: center; font-size: 14px; background: #1e50ae; border-radius: 5px; margin-top: 20px;}


/*详细页切换标签*/
.ProductContent{ overflow: hidden; padding-top: 40px;}
.ProductContenttab{ overflow: hidden; background-color: #f6f6f6; padding-left: 1px; -moz-user-select:none;-webkit-user-select:none;user-select:none;}
.ProductContenttab span{ display: block; cursor: pointer; width:131px; float: left;  color: #333; font-size: 15px; text-align: center; line-height: 42px; border-top: 2px solid transparent;}
.ProductContenttab span.on{ background-color: #fff; color: #1e50ae; border-top-color: #1e50ae; font-weight: bold;}
.ProductContentlistnr{ padding-top: 20px; display: none;}
/* 内页 css END*/

.ProductCategory.nyryzz li{ width: 281px;}
.ProductCategory.nyryzz li .nrproimg{ height: 191px;}


.ProductCategory.nyjjfa li .nrproimg{ height: 157px;}

.nyhzhb li{	width: 209px; margin-bottom: 15px; margin-right: 19px; -webkit-transition: all .3s;  -ms-transition: all .3s; transition: all .3s; padding: 0; }
.nyhzhb li .nrproimg{ border:2px solid #F6F6F6;}

/*网站地图*/
.siteMap { overflow: hidden; }
.siteMap .siteMaplist { border-bottom: 1px solid #eee; line-height: 42px; font-size: 16px; }
.siteMap .siteMaplist a { display: inline-block; color: #1e50ae; font-weight: bold; }
.siteMap > ul { padding: 20px 0 30px; overflow: hidden; }
.siteMap > ul > li { width: 15%; float: left; }
.siteMap > ul > li > a { display: block; color: #000; font-size: 14px; }
.siteMap > ul > li > ul { margin-top: 10px; }
.siteMap > ul > li > ul a { display: block; line-height: 28px; font-size: 13px; }

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.productliebiao { width: 950px; overflow: hidden;}
.productliebiao li{ width:279px; height: 355px; border: 1px solid #ddd; float: left; margin-right: 26px; text-align: center; line-height: 32px; margin-bottom: 20px; position: relative;}
.productliebiao li .nrproimg{ width: 279px; height: 299px; overflow: hidden; position: relative; border: 0; *z-index: -1; -webkit-transition: all .3s;  -ms-transition: all .3s; transition: all .3s; -moz-transition: all .3s;}
.productliebiao li .nrproimg img {-webkit-transition: all .5s;  -ms-transition: all .5s; transition: all .5s; -moz-transition: all .5s;}
.productliebiao li:hover .nrproimg img { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2);}
.productliebiao li span { display: block; height: 55px; border-top: 1px dashed #ddd; line-height: 55px;}
.productliebiao li .producttext { position: absolute; top: 0; left: 0; width: 229px; height: 259px; background: #FFF; padding: 40px 25px 0; opacity: 0;-webkit-transition: all .5s;  -ms-transition: all .5s; transition: all .5s; -moz-transition: all .5s;}
.productliebiao li .producttext p { line-height: 30px; height: 150px; overflow: hidden;}
.productliebiao li .producttext a {display: block; width: 100px; height: 35px; border-radius: 10px; background-color: #009b4c; line-height: 35px; text-align: center; color: #fff; margin-top: 40px;}
.productliebiao li:hover { border: 1px solid #1e50ae;}
.productliebiao li:hover span { background: #1e50ae; color: #FFF;}
.productliebiao li:hover .producttext { opacity: 0.9;}

.Articlercln { border: 1px solid #ddd; border-bottom: 0;}
.Articlercln li.rclntitle { background: #ededed;}
.Articlercln li{ height: 40px; line-height: 40px; border-bottom: 1px solid #ddd; overflow: hidden; text-align: center;}
.Articlercln li .mc { float: left; border-right: 1px solid #ddd; width: 400px;}
.Articlercln li .rs { float: left; border-right: 1px solid #ddd; width: 160px;}
.Articlercln li .rq { float: left; border-right: 1px solid #ddd; width: 160px;}
.Articlercln li .yq { float: left; width: 160px;}
.Articlercln li a { color: #1e50ae;}

.hzhblist{overflow: hidden;background-color:#f4f4f4;padding: 10px;margin-bottom: 15px;width: 875px;margin-right:15px;float: left;}
.hzhblist:hover{ background-color:#eee;}
.hzhblist dt{ float: left; width: 205px; height: 102px; overflow: hidden; }
.hzhblist dd p{ height: 66px;margin-bottom: 0px; overflow: hidden;}
.hzhblist dd h3{ line-height: 28px;}

.fzlc { border: 1px solid #eee; padding: 20px; width: 853px; overflow: hidden; }
.fzlclist{overflow: hidden; width: 853px; padding-bottom: 20px; border-bottom: 1px dashed #CCC; margin-bottom: 20px;}
.fzlclist dt{ float: left; width: 220px; height: 120px; overflow: hidden; }
.fzlclist dt img{ display: block; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;}
.fzlclist:hover dt img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1);} 
.fzlclist dd{width: 620px;float: right;}
.fzlclist dd p{ height: 72px; overflow: hidden; margin-top: 10px; }
.fzlclist dd h3{ line-height: 30px; }
.fzlclist dd h3 a{display: block; font-size: 16px; }

.search { height: 38px; line-height: 38px; font-family: "微软雅黑"; color: #666; margin-top: 5px;}
.search .fl {/* width: 760px; */overflow: hidden; font-size: 14px;}
.search .fr { width: 380px; height: 38px; }
.search input[type=text] { width: 310px; height: 26px; background: #FFF; border: 1px solid #e6e6e6; font-family: "微软雅黑"; line-height: 26px; padding: 5px; color: #999; float: left;}
.search input[type=submit] { width: 70px; height: 30px; float: right; border: 0; background-color: #1e50ae; cursor: pointer; color: #FFF; font-family: "微软雅黑";}

.productygfc li{ height: 265px;}
.productygfc li .nrproimg{ height: 209px;}
.productygfc li .producttext {height: 170px; background: #FFF; }
.productygfc li .producttext p { line-height: 24px; height: 72px; overflow: hidden;}
.code{    border: 1px solid #ccc;
    display: block;
    float: left;
    padding: 11px; cursor:pointer;
    margin-right: 3px;}

.kefu { position: fixed; right: 0px; top: 100px; width: 164px; height: 168px; z-index: 99999; }
.kefu ul { width: 164px; overflow: hidden; }
.kefu ul li { background: #1e50ae; width: 164px; height: 54px; margin-bottom: 2px; line-height: 54px; left: 110px; position: relative; list-style: none; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; }
.kefu ul li a { display: block; color: #FFF; position: relative; padding-left: 54px; font-size: 14px;}
.kefu ul li i { position: absolute; left: 11px; top: 11px; width: 32px; height: 32px; display: block; background: url(kficon.png) no-repeat 0 0;}
.kefu ul li.kf_dh i { background-position: 0 -34px; }
.kefu ul li.kf_qq i { background-position: 0 -68px; }
.kefu ul li.kf_ly i { background-position: 0 -102px; }
.kefu ul li.kf_ewm i { background-position: 0 -136px;}
.kefu ul li.kf_ewm span { position: absolute; left: 11px; top: 54px; width: 142px; height: 0px; overflow: hidden; transition: height .3s; -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; }
.kefu ul li.kf_ewm span img { width: 142px; height: 142px; overflow: hidden; }
.kefu ul li:hover { left: 0; }
.kefu ul li:hover a { text-decoration: none; }
.kefu ul li.kf_ewm:hover { height: 207px; }
.kefu ul li.kf_ewm:hover span { height: 142px; }