/* reset */
@charset "utf-8";
*,*:before,*:after{box-sizing:border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small,strike, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,tbody, tfoot, thead, tr,th
 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
body {background:#fff;line-height:1.8;color:#5a5a5a;font-family:Microsoft Yahei,微软雅黑,Arial,Helvetica,sans-serif;font-size:14px;letter-spacing:0.05em;}
a{color:#000;text-decoration:none;}
a:hover{color:#ff8a00;}
h1,h2,h3,h4,h5,h6 {font-weight:100;}
ol,ul,li{list-style:none;}
img{height:auto;border:0;}
i{margin-right:5px;}
input,select,textarea{border:1px solid #ddd;background:#fff;outline:none;width:100%;color:#464646;font-size:14px;font-family:Microsoft Yahei,微软雅黑,Arial,Helvetica,sans-serif;}
textarea{resize:none;overflow-y:hidden;display:block;}
table {border-collapse: collapse;max-width: 100%; width: 100%;margin-bottom:0.8em;}
em{*font-style:normal;}
.clear:after,.clear:before{content:".";display:block;visibility:hidden;height:0;clear:both;}
.fl{float:left;position:relative;}

/* wrapper */
.wrapper{width:100%;min-width:1200px;}
.w1100{width:1200px;margin:0 auto;}

/* public */
span.icon{display:inline-block;vertical-align:middle;background:url(../images/icon.png) no-repeat;}
h1.title{text-align:center;font-size:18px;font-weight:700;padding-bottom:8px;border-bottom:1px solid #eee;}
h3.tip{font-size:20px;font-weight:700;padding-left:15px;position:relative;color:#676767;padding-bottom:8px;margin-bottom:20px;border-bottom:1px solid #e5e5e5;}
h3.tip:after{position:absolute;height:24px;width:7px;background:#104f8f;*color:#104f8f;content:"";left:0;top:6px;}
h3.tip span.info{font-size:14px;font-weight:100;margin-left:80px;}
h3.tip .more{position:absolute;right:0;top:10px;*top:10px;font-size:12px; font-weight:normal;}

/* header */
.header-wrap{background:#fff;}
.header-top{background:#e9e9e9;text-align:right;height:30px;line-height:30px;}
.header-top .welcome{font-size:12px;color:#8e8e8e;float:left;}
.header-top .tool{float:right;}
.header-top .tool a{color:#777;cursor:pointer;position:relative;font-size:12px;line-height:normal;margin-left:10px;position:relative;height:30px;line-height:30px;}
.header-top .tool a.collect:after{position:absolute;content:"";right:-8px;top:3px;width:1px;height:12px;color:#777;background:#777;}
.header-top .tool a:hover{color:#ff8a00;}
.header{padding:10px 0;}
.header .logo{width:27%;}
.header .logo img{max-width:100%;}
.header .siteinfo{width:32%;padding-left:2.2%;font-size:20px;color:#484848;font-weight:100;margin-top:10px;border-left:1px solid #ddd;}
.header .siteinfo .infopart1{color:#052b52;font-weight:700;}
.header .saletel{width:33%;*width:35%;margin-left:8%;*margin-left:3%;margin-top:10px;color:#323232;}
.tel-desc{font-size:16px;}
.tel-desc span.icon{width:48px;height:48px;background-position:-1px -2px;float:left;margin:5px 10px 0 0;}
.tel-desc .phonenum{color:#ff8400;font-size:25px;font-family:Arial;line-height:normal;font-weight:700;}

/* nav */
.nav{background:#052b52;height:41px;line-height:41px;}
ul.menu{}
ul.menu li{display:block;}
ul.menu li a{display:block;padding:0 25px;line-height:41px;color:#fff;}
ul.menu li:hover a{background:#ff8a00;}
ul.menu li a.current{background:#ff8a00;}
ul.menu li ul {
	position: absolute;
	z-index:99999999;
	top: 41px;
	left: 0;
	width:170px;
	clear:both;
	opacity: 0;
	background:url(../images/op.png) repeat;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
ul.menu li:hover > ul {
	opacity: 0.95;
}
ul.menu li ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	display:block;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
ul.menu li:hover > ul li {
	height: 25px;
	line-height: 25px;
	overflow: visible;
	font-size:12px;
	display:block;
	padding: 0;
}
ul.menu li ul li a {
	display:block;
	padding:0 0 0 15px;
	height: 25px;
	font-size:12px;
	line-height: 25px;
	margin: 0;
	font-family:"宋体";
}
ul.menu li:hover ul li a{background:none;}
ul.menu li ul li:hover a{background:#ff8a00;}

/* banner */
.banner{position:relative;min-width:1100px;height:620px;}
.pagebanner{height:354px;}
.banner-link{width:1100px;position:absolute;left:50%;margin-left:-550px;bottom:20px;z-index:1;text-align:center;}
.banner-link li{text-align:left;display:inline-block;width:235px;height:98px;margin-right:20px;background:url(../images/bg.png) no-repeat;*display:inline;zoom:1;}
.banner-link li img{float:left;margin:12px 10px 0 12px;}
.banner-link li h3{font-size:22px;color:#fff;margin:23px 0 0 0;line-height:normal;}
.banner-link li h3 span{font-size:12px;display:block;}
.banner-link li:hover{background-position:0 -98px;transition: all 40ms ease;}
.banner ul.slides li{height:620px;}
.pagebanner ul.slides li{height:354px;}

/* col-2 */
ul.col-2 li{width:48%;*width:47.9%;margin-right:4%;}
ul.col-2 li.nomargin{margin-right:0;}

/* col-3 */
ul.col-3 li{width:32%;*width:31.9%;margin-right:2%;}
ul.col-3 li.nomargin{margin-right:0;}

/* col-4 */
ul.col-4 li{width:23.5%;*width:23.4%;margin-right:2%;}
ul.col-4 li.nomargin{margin-right:0;}

/* col-5 */
ul.col-5 li{width:18.4%;margin-right:2%;}
ul.col-5 li.nomargin{margin-right:0;}
ul.col-2 li img,ul.col-3 li img,ul.col-4 li img,ul.col-5 li img{max-width:100%;display:block;}

/* module public */
.module-tip{text-align:center;color:#5d5d5d;margin-bottom:30px;font-weight:700;background:url(../images/line.jpg) -5px 82% repeat-x;}
.module-tip span.en{font-size:18px;line-height:normal;font-weight:100;text-transform:uppercase;padding:3px 15px;background:#fff;}
.module-tip h3{font-size:24px;font-weight:700;line-height:normal;margin:0 auto 8px;}
.module-tip h3.mtip1{}
.module-tip h3.mtip2{width:210px;}

/* program-wrap */
.program-wrap,.homecase-wrap{padding:40px 0 10px 0;background:#f7f7f7;}
.program-wrap .module-tip span.en,.homecase-wrap .module-tip span.en{background:#f7f7f7;}
ul.program-item li{position:relative;margin:0 15px 15px 0;height:209px;overflow:hidden;}
ul.program-item li img{max-width:100%;width:100%;}
ul.program-item li h3{font-size:18px;position:absolute;width:100%;left:0;bottom:0;padding:7px 15px;background:#052b52;color:#fff;}
ul.program-item li h3 i{margin-right:15px;}
ul.program-item li.item0{width:490px;height:433px;}
ul.program-item li.item1{width:695px;margin-right:0;}
ul.program-item li.item2{width:340px;}
ul.program-item li.item3{width:340px;margin-right:0;}
ul.program-item li:hover h3{background:#ff8a00;}

/* homecp-wrap */
.homecp-wrap{padding:30px 0 0 0;}
.homecp,.about-con,.new-con{position:relative;}
.cpcat{width:24.5%;*width:22.5%;text-align:center;padding:8px;background:#f8f8f8;border-radius:5px;-webkit-border-radius:5px;}
.cpcat p.tip{background:#052b52;color:#fff;text-align:left;font-size:16px; font-weight:bold;border-radius:5px;-webkit-border-radius:5px;padding:2px 0 2px 25px;margin-bottom:5px;}
.cpcat a{display:block;color:#535353;position:relative;text-align:left;font-weight:700;background:#e9e9e9;border-radius:5px;-webkit-border-radius:5px;margin:3px 0;padding:4px 0;*height:30px;*line-height:30px;}
.cpcat a span{margin-left:25px;}
.cpcat a i{position:absolute;right:10px;top:10px;*top:13px;display:none;margin-right:0;}
.cpcat a:hover{background:#ff8f00;color:#fff;}
.cpcat a:hover i{display:block;}
.cpcat a.active{background:#ff8f00;color:#fff;}
.cpcat a.active i{display:block;}
.cplist{width:73.5%; margin-left:20px;}
.cplist ul li{font-family:宋体;font-size:12px;margin-bottom:14px;*margin-bottom:5px;}
.cplist ul li .desc{padding:8px 0 8px 40px;}
.cplist ul li img{border:1px solid #e2e2e2;display:block;width:100%;height:155px;}
.cplist ul li h3.title{font-weight:700;color:#484848;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.cplist ul li p{color:#989898;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.cplist ul li:hover .desc{background:#f8f8f8;}
.cplist ul li:hover h3.title{color:#052b52;}

/* homecase-wrap */
.homecase-wrap{padding:40px 0 0 0;}
ul.homecase-item{overflow:hidden;*margin-bottom:20px;}
ul.homecase-item li{margin-bottom:20px;}
ul.homecase-item li img{width:100%;height:179px;}
ul.homecase-item li h3{position:absolute;width:100%;*width:92.4%;left:0;bottom:0;*bottom:4px;color:#fff;padding:4px 10px;background:url(../images/blueop.png) repeat;}
ul.homecase-item li:hover h3{background:#ff8a00;}

/* search */
.search-wrap{background:url(../images/op.png) repeat;padding:12px 0;overflow:hidden;position:absolute;width:100%;bottom:0;left:0;z-index:16;}
.search-wrap .search{overflow:hidden;*clear:both;height:auto;line-height:normal;text-align:left;}
.hotsearch{width:75%;line-height:25px;font-size:12px;}
.search-input{width:25%;}
.hotsearch span.tip{margin-right:8px;font-weight:700;color:#cacaca;}
.hotsearch a{font-size:12px;color:#cacaca;margin-right:5px;}
.hotsearch a:hover{text-decoration:underline;color:#fff;}
.search-input input{height:25px;font-size:12px;line-height:25px;color:#cacaca;padding:0 5px;border:1px solid #cacaca;width:78%;*width:73%;float:left;}
.search-input input[type="text"]{background:none;}
.search-input input[type="submit"]{cursor:pointer;line-height:normal;border:0;padding:0;width:20%;margin-left:2%;background:#ff8a00;color:#fff;}
.search-input input[type="submit"]:hover{background:#052b52;}

/* ad-wrap */
.ad-wrap{}
.ad-wrap .w1100{position:relative;height:140px;}
.ad-one{height:140px;background:url(../images/ad.jpg) center center;}
.ad-one a.advisory,.ad-two input.gotosign{position:absolute;right:70px;bottom:24px;color:#fff;font-weight:700;font-size:16px;}
.ad-one a:hover,.ad-two a:hover{color:#000;}
.ad-two{height:95px;background:url(../images/ad2.jpg) center center;}
.ad-two .w1100{height:95px;}
.ad-two input{background:none;border:none;color:#fff;}
.ad-two input.gotosign{height:70px;width:70px;right:30px;bottom:15px;padding:0;z-index:2;cursor:pointer;}
.sign-up{position:absolute;width:464px;right:166px;top:34px;}
ul.signinput li{position:relative;width:50%;color:#fff;}
ul.signinput li span{position:absolute;left:25px;}
ul.signinput li input{margin-left:70px;width:160px;}

/* about-wrap */
.about-wrap{background:#fafafa;padding:40px 0 20px 0;}
.about-con .module-tip span.en{background:#fafafa;}
ul.about-item li .desc{background:#f4f4f4;padding:10px;font-size:12px;}
ul.about-item li .desc h3{font-weight:700;font-size:18px;color:#454545;text-align:center;padding-bottom:10px;margin-bottom:5px;border-bottom:3px solid #b4b4b4;}
ul.companypic{*overflow:hidden;*clear:both;}
ul.companypic li img{height:112px;width:100%;}

/* partners-con */
.partners-wrap{background:#fff;padding:30px 0;}
.partners-con{width:999px;margin:0 auto;}
.partners-slider{position:relative;}
.partners-slider ul li img{width:100px;}
.partners-slider .flex-direction-nav a:before{display:none;}
.partners-slider .flex-direction-nav a{top:8px;width:20px;height:42px;background:url(../images/icon.png) no-repeat;background-position:-754px -12px;}
.partners-slider .flex-direction-nav .flex-prev{background-position:-733px -12px;left:-40px;}
.partners-slider .flex-direction-nav .flex-next{right:-40px;}

/* news-wrap */
.news-wrap{padding:30px 0;}
.new-con .module-tip{margin-bottom:5px;}
.homenews-con{overflow:hidden;}
.homenews{width:70%;margin-right:2%;}
.homefaq{width:28%;margin-right:0;}
.homenews h3.cage-tip,.homefaq h3.cage-tip{margin-bottom:30px;position:relative;font-size:18px;color:#4c4c4c;padding-bottom:8px;border-bottom:1px solid #ddd;}
.homenews h3.cage-tip .more,.homefaq h3.cage-tip .more{position:absolute;right:0;top:7px;*top:2px;font-size:12px;}
.homenews h3.cage-tip .more:hover,.homefaq h3.cage-tip .more:hover{color:#ff8a00;}
.sticknews{width:45%;margin-right:2%;position:relative;text-align:right;}
ul.homenews-list{width:53%;}
ul.homefaq-list li{padding:1px 0;position:relative;}
ul.homefaq-list li img{max-width:100%;}
ul.homefaq-list li a{font-size:12px;font-family:宋体;color:#3c3c3c;}
ul.homefaq-list li a i{color:#052b52;margin-right:8px;}
ul.homefaq-list li a:hover,ul.homefaq-list li a:hover i{color:#ff8a00;}
ul.homefaq-list li .news-desc{position:relative;}
ul.homefaq-list li span.time{float:right;*position:absolute;*right:0;*top:-2px;}
.sticknews img{width:286px;margin-top:5px;}
.sticknews .txt{text-align:justify;position:absolute;left:0;top:40px;padding:10px 15px;color:#fff;font-size:12px;width:200px;background:url(../images/blueop2.png) repeat;}
.sticknews .txt h3{font-size:18px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
ul.homenews-list li{padding-bottom:9px;margin-bottom:9px;border-bottom:1px solid #e6e6e6;}
ul.homenews-list li h3{color:#585858;font-size:15px;font-weight:700;}
ul.homenews-list li a{font-size:12px;color:#8a8a8a;}
ul.homenews-list li:hover h3{color:#ff8a00;}
/* 内页新闻 */
.newsitem,.other{padding:30px 0;}
.newsitem{width:47%;margin:5px 15px 0 10px; height:390px;}
ul.picnews{padding:0 0px;}
ul.picnews li{padding-bottom:0px;margin-bottom:20px;border-bottom:0px solid #c1c1c1;overflow:hidden;*clear:both;}
ul.picnews li .pic{width:40%;margin-right:2%;}
ul.picnews li .pic img{max-width:100%;}
ul.picnews li .desc{width:58%;font-size:12px;}
ul.picnews li .desc h3.title{font-size:15px;font-weight:700;margin-bottom:5px;}
ul.picnews li .desc p{font-family:宋体;text-indent:2em;}
ul.picnews li.nomargin{border:none;padding-bottom:0;margin-bottom:0;}
ul.normal-news{padding:0 0px;margin-top:10px;}
ul.normal-news li{position:relative;}
ul.normal-news li a{font-size:12px;}
ul.normal-news li span.time{position:absolute;right:0;top:3px;}
ul.normal-news li span.icon{width:4px;height:10px;background-position:-487px -346px;margin-right:8px;}
.other{width:55%;padding:30px 0 0 0;}
.other h3.case-tip{margin-top:20px;}
ul.recommend li{font-family:宋体;font-size:12px;}
ul.recommend li h3.title{font-weight:700;margin:15px 0 5px 0;}

/* link-wrap */
.link-wrap{background:#efefef;padding:6px 0;font-size:12px;}
.link{line-height:22px;}
.link span.tip{margin-right:8px;}
.link a{font-size:12px;line-height:22px;position:relative;margin-right:15px;color:#6d6d6d;}
.link a:after{position:absolute;content:"";width:1px;height:12px;background:#868686;top:3px;right:-9px;}
.link a.lastlink:after{display:none;}
.link a:hover{color:#052b52;}

/* position */
.position{padding:15px 0;color:#5e5e5e;font-size:13px;}
.position a{color:#555;font-size:13px;}
.position a:hover{color:#ff8a00;}

/* page-wrap public */
.page-wrap{padding:0 0 30px 0;}
.sidebar{width:24.5%;margin-right:2%;position:relative;z-index:17;}
.content{width:73.5%;*width:73%;}
.sidebar .cpcat{width:auto;}
.sidebar .cpcat a{margin:5px 0;padding:6px 0;}
h3.cage-name{padding:5px 0;color:#666;font-size:18px;font-weight:700;padding:5px 0 10px 0;margin-bottom:15px;background:url(../images/line.jpg) left bottom repeat-x;}

/* sidebar-ad */
.sidebar-ad{}
.sidebar-ad img{max-width:100%;}

/* sidebar-case */
ul.sidebar-case li{}
ul.sidebar-case li img{max-width:100%;display:block;}
ul.sidebar-case li p{text-align:center;padding:6px 0;}
ul.sidebar-case li a{background:none;display:block;margin:0!important;padding:0!important;}
ul.sidebar-case li a:hover{background:none;color:#052B52;}

/* content item-list */
ul.item-list{*overflow:hidden;*clear:both;}
ul.item-list li{font-family:宋体;font-size:12px;margin-bottom:14px;*margin-bottom:5px;}
ul.item-list li .desc{padding:8px 0 8px 40px;}
ul.item-list li img{border:1px solid #e2e2e2;display:block;width:100%;height:178px;}
ul.item-list li h3.title{font-weight:700;color:#484848;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
ul.item-list li p{color:#989898;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
ul.item-list li:hover .desc{background:#f8f8f8;}
ul.item-list li:hover h3.title{color:#052b52;}

/* news index list */
ul.news-list{margin:20px 0;}
ul.news-list li{overflow:hidden;background:#f1f1f1;margin-bottom:20px;}
ul.news-list li .pic{width:20%;margin-right:2%;}
ul.news-list li .pic img{width:100%;max-width:100%;height:105px;}
ul.news-list li .desc{width:78%;font-size:12px;color:#707070;}
ul.news-list li .desc h3{color:#525252;font-size:18px;font-weight:700;margin:3px 0 0 0;}
ul.news-list li .desc .txt{padding-right:10px;}
ul.news-list li:last-child{margin-bottom:0;}
ul.news-list li:hover .desc h3{color:#052b52;}

/* features-con */
.features-con{margin-top:25px;}
.features-con .features{width:73%;margin-right:2%;}
.features-con .apply{width:25%;background:#f8f8f8;}
.features ul li{text-align:center;background:#f8f8f8;padding-bottom:15px;height:340px;}
.features ul li h3,.apply h3{font-size:18px;line-height:40px;background:#052b52;color:#fff;}
.features ul li h4{font-size:16px;padding:5px 0;color:#ff8400;}
.features ul li img{margin-bottom:10px;height:185px;width:100%;}
.features ul li,.apply-info{color:#ff8400;font-weight:700;}
.apply{height:340px;}
.apply h3{background:none;line-height:38px;border-bottom:2px solid #ff8400;color:#ff8400;padding-left:15px;}
.apply p.tip{color:#6c6c6c;font-size:12px;padding:5px 15px;margin:15px 0;font-weight:700;}
.apply-input{padding:0 15px;}
.apply-input input{margin-bottom:15px;}
.apply-input input[type="text"]{border:1px solid #a7a7a7;padding:5px;}
.apply-input input#applynow{margin-top:27px;border:none;background:#ff8400;color:#fff;padding:6px 0;cursor:pointer;}
.apply-input input#applynow:hover{background:#052b52;}
.apply-info{text-align:center;padding-bottom:20px;}

/* item-view */
.item-view{*overflow:hidden;*clear:both;}
.itempic{height:340px;overflow:hidden;position:relative;width:58%;margin-right:2%;*width:55%;padding:8px;border-radius:5px;-webkit-border-radius:5px;border:1px solid #e5e5e5;}
.itempic img{max-width:100%;width:100%;height:287px;border-radius:5px;-webkit-border-radius:5px;}
.itempic span.icon{background-position:-16px -139px;width:28px;height:28px;position:absolute;bottom:10px;right:10px;}
.itempic .flex-control-nav{bottom:15px;}
.itempic .flex-control-paging li a{background:#c0c0c0;}
.itempic .flex-control-paging li a.flex-active{background:#818181;}
.itemdesc{width:40%;line-height:1.6;}
.itemdesc h1{padding-bottom:8px;border-bottom:1px solid #ff8a00;margin-bottom:10px;color:#4b4b4b;font-size:20px;position:relative;font-weight:700;}
.itemdesc .desc{font-size:12px;}
.itemdesc .desc span.tip{font-weight:700;}
.call-input{overflow:hidden;*clear:both;margin-top:30px;}
.call-input input{border:0;background:none;padding:0;height:35px;line-height:35px;}
.call-input input[type="text"]{width:52%;margin-right:2%;border-bottom:2px solid #ff8a00;}
.call-input input[type="submit"]{background:#ff8a00;border-radius:5px;-webkit-border-radius:5px;width:46%;color:#fff;height:35px;line-height:normal;cursor:pointer;margin:2px 0 0 0;font-size:16px;text-align:center;background-position:-596px -125px;}
.call-input input[type="submit"]:hover{color:#000;}
.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.zoomMask{position:absolute;background:url(../images/mask.png) repeat;cursor:move;z-index:1;}
.pn-btn{margin-top:30px;}
.pn-btn a{display:block;color:#707070;padding:2px 0;}
.pn-btn a i{margin-right:20px;color:#ff8a00;}
.pn-btn a strong{margin-right:8px;}
.pn-btn a:hover{color:#ff8a00;}

/* view-info */
.view-info{margin:8px 0 0 0;font-size:12px;color:#777;font-family:宋体;}
.view-info span{margin-right:15px;}
.view-info span.viewnum{float:right;margin-right:0;}

/* editor */
.editor{color:#444;margin:20px 0;font-size:12px;text-align:justify;}
.news-editor{font-size:14px;}
.editor strong{color:#3f3f3f;}
.editor h3.info-tip{border-bottom:1px solid #ff8a00;margin-bottom:20px;font-size:14px;}
.editor h3.info-tip span{display:block;padding:2px 0;width:110px;text-align:center;color:#fff;background:#ff8a00;border-top-left-radius:5px;border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;}
.editor img{max-width:100%;margin:15px 0;display:inline;}
.editor a.more{display:block;width:210px;margin:0 auto 20px;background:#eb0000;color:#fff;text-align:center;padding:5px 0;border-radius:5px;-webkit-border-radius:5px;}
.editor a.more:hover{background:#052b52;}
.editorbtn{text-align:center;margin:40px 0;}
.editorbtn a{background:url(../images/icon.png) no-repeat;display:inline-block;vertical-align:middle;height:33px;line-height:31px;font-size:15px;color:#fff;width:170px;}
.editorbtn a.back{background-position:-21px -247px;}
.editorbtn a.olkf{background-position:-262px -247px;}
.editorbtn a:hover{color:#000;}
.hotline24h{margin:30px 0 20px 0;line-height:normal;}
.hotline24h span.hours{color:#eb0000;font-weight:700;font-size:24px;position:relative;top:-10px;}
.related-read{margin-bottom:30px;}
.related-read span.tip{display:block;color:#eb0000;font-size:14px;font-weight:700;}
.related-read a{display:block;color:#454545;font-size:12px;margin:3px 0;*height:25px;*line-height:25px;}
.related-read a:hover{color:#eb0000;}
.compiler{text-align:right;font-size:12px;margin-bottom:40px;}
.share{margin:20px 0;}
.kword{background:#f7f7f7;color:#3f3f3f;padding:8px;font-size:12px;}
.itempn{padding:10px;background:#f7f7f7;font-size:12px;}
.itempn a{display:block;margin:5px 0;font-size:12px;}
h3.related-tip{border-bottom:2px solid #ff8a00;padding:0 0 5px 0;font-size:14px;font-weight:700;color:#6a6a6a;margin:20px 0;}
h3.related-tip span{border-left:4px solid #ff8a00;padding-left:10px;}
.related-slider{position:relative;padding:0 40px;}
.related-slider .flex-direction-nav a{width:17px;height:68px;top:55px;background:url(../images/icon.png) no-repeat;background-position:-11px -397px;}
.related-slider .flex-direction-nav a.flex-next{background-position:-36px -397px;}
.related-slider .flex-direction-nav a:before{display:none;}
ul.relateditem{}
ul.relateditem li{text-align:center;*width:18.3%;font-weight:700;margin-right:0;}
ul.relateditem li img{width:96%;margin:0 auto;height:170px;border:1px solid #f3f3f3;}
ul.relateditem li a{color:#6a6a6a;}
ul.relateditem li:hover img{border-color:#ff8a00;}
ul.relateditem li:hover p{color:#ff8a00;}


/* footer-wrap */
.footer-wrap{background:#4a4a4a;padding:30px 0;overflow:hidden;}
.footer{}
ul.f-m-list{*clear:both;overflow:hidden;}
ul.f-m-list li{color:#a0a0a0;font-size:12px;}
ul.f-m-list li a{color:#a0a0a0;}
ul.f-m-list li a:hover{color:#fff;}
ul.f-m-list li h3{font-size:18px;color:#fff;margin-bottom:8px;position:relative;}
ul.f-m-list li.f-logo{width:280px;}
ul.f-m-list li.f-logo img{margin-top:45px;width:260px;}
ul.f-m-list li.f-menu{width:210px;*width:190px;padding-left:20px;min-height:180px;}
ul.f-m-list li.f-menu a{display:block;}
ul.f-m-list li.f-menu:before{position:absolute;content:"";left:0;top:8px;height:200px;width:1px;background:#888;}
ul.f-m-list li.f-menu h3:before{position:absolute;content:"";left:-20px;top:8px;width:1px;height:20px;background:#f08519;}
ul.f-m-list li.f-address{width:380px;}
ul.f-m-list li.f-address p{margin-bottom:5px;}
ul.f-m-list li.f-address a{display:inline;}
ul.f-m-list li.f-address .webfont{width:22px;height:22px;margin-right:5px;background:#7b7b7b;text-align:center;border-radius:50%;-webkit-border-radius:50%;display:inline-block;vertical-align:middle;}
ul.f-m-list li.f-address .webfont i{color:#4a4a4a;margin:0 auto;line-height:22px;}
ul.f-m-list li.f-address p:hover .webfont{background:#fff;}
ul.f-m-list li.f-address p:hover .webfont i{color:#f08519;}

/* copyright-wrap */
.copyright-wrap{background:#1d1d1d;color:#9b9b9b;clear:both;padding:15px 0;font-size:12px;left:0;text-align:center;width:100%;overflow:hidden;}
.copyright a{color: #9b9b9b;text-decoration: none;font-size:12px; line-height:30px;}
.copyright a:hover{text-decoration:underline;color:#fff;}
.icp{width:60%;font-size:12px; text-align:left;line-height:30px;}
.c-menu{width:40%;text-align:right;line-height:30px;}
.c-menu a.maillogin{margin-right:60px;margin-left:20px;}
.c-menu a.maillogin:before{position:absolute;left:-12px;top:5px;height:12px;content:"";}
#page{clear:both;line-height:25px;margin:30px 0;text-align: center;}
#page a{background:#f0f0f0;border:1px solid #e2e2e2;border-radius:0.4em;color: #626262;display: inline-block;font-size:16px;line-height:30px;margin:0 3px;padding:0 10px;text-align:center;}
#page a:hover{background: #ff8a00;border:1px solid #ff8a00;color:#fff;}
#page a:active {background:#ff8a00;}
#page span.current {background:#052b52;border:1px solid #052b52;border-radius:0.4em;-webkit-border-radius:0.4em;color:#fff;display:inline-block;font-size:16px;line-height:30px;margin:0 3px;padding:0 10px;text-align:center;}
#page span.disabled {color:#adaaad;margin-right:3px;padding:2px 6px;}
/* 案例详细页
--------------------------------------------------------------------------------------------------------*/
.caseindex { width:280px; padding:0 10px 0 0; float:left; }
.last { padding:0 0 0 0; }
.padding-top {padding-top:10px;}
.padding-right { padding-right:15px; }
#container {width: 990px; margin:0 auto; padding-top:20px; font-family:Arial;}
.contentleft{width:450px;  float:left;text-align:center; margin-left:100px;}
.contentleft img{ margin-top:5px;  width:450px;}
.contentright{width:30%; float:right;text-align:left; margin:0 auto;}
.contentright h2{ font-size:24px; color:#005da4;}
.contentright p{ font-size:12px; color:#666; line-height:40px;}
.orderleft{width:350px; height:200px; float:left;}
.orderleft img{ margin-top:27px; margin-left:40px; width:250px;}
.orderright p{ font-size:12px; line-height:25px; color:#666;}
.orderright{width:380px; float:left; margin-left:10px;}
.orderright h2{ font-size:12px; font-weight:bold; color:#2b2b2b;}
.orderright h3{ font-size:12px; font-weight:bold;color:#666; padding-left:5px;}
.orderright span{ font-size:12px; color:#666; line-height:25px;}
.orderright p{ font-size:12px; line-height:25px; color:#666;}
.orderright ul li{margin-bottom:8px;}
.contentbottom{clear:both; padding:30px 0 80px 0; margin-bottom:20px;}
.contentbottom h1{font-size:30px;font-weight:normal; color:#414141; line-height:50px;}
.contentbottom h2{font-size:18px;font-weight:normal; color:#414141;}
.contentbottom h3{font-size:14px;font-weight:normal; color:#303030; padding-top:70px; width:400px;}
.contentbottom p{ color:#666; font-size:12px; line-height:23px; font-family:Arial, sans-serif;}
.contentbottom td{ font-size:12px;}
.contentbottom tr{ border: #999 1px solid ;}
.button{ margin-top:20px;width:50%; text-align:center; z-index:999;}
.button a{text-decoration: none; font:14px "Microsoft YaHei";  display:block;height:30px; line-height:30px;color:#FFF;background:#Ff7200;border-radius: .3em;}
.button a:hover{background:#3aa619; color:#FFF;border-radius: .3em; text-decoration:none;}
.huikuang{ clear:both;width:100%;font:12px "Microsoft YaHei"; text-align:left;padding:5px 8px;line-height:25px;color:#666;background:#f0f0f0;border-radius: .3em; margin-top:10px;}
.last{top:10px;display:block;}
.next{top:10px;display:block;}
.last a{ float:left; width:300px; height:35px; }
.last a:hover{ float:left;  width:250px; height:35px; text-decoration: none;}
.last a:active{ float:left;  width:250px; height:35px;}
.next a{ float:left; width:300px; height:35px; }
.next a:hover{ float:left;  width:300px; height:35px;text-decoration: none;}
.next a:active{ float:left; width:300px; height:35px;}
/*----------新闻列表-------------*/
#newslist ul {margin:20px auto;padding: 0px;list-style: none;}
#newslist ul li {border-bottom:1px dashed #cacaca; height:30px; line-height:30px;margin-bottom: 5px;padding-left:5px;}
#newslist ul li a:link {color:#333;text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size:14px;padding-left:5px;}
#newslist ul li a:visited {color: #434343;text-decoration: none;font-size:14px;padding-left:5px;}
#newslist ul li a:hover {color: #c9161d;text-decoration: none;font-size:14px;padding-left:5px;}
#newslist ul li h2 {margin: 0px;font-size: 14px; width:75%; float:left; overflow:hidden;}
#newslist ul li span {font-size: 14px;color: #666; float:right; width:23%; text-align:right;}
.newslistleft {width: 130px;float: left;margin: 10px 0px 10px 10px; background:#999 url(../images/nopic.gif) no-repeat 50% 50%;}
.newslistleft img{ border:1px #f0f0f0 solid;}
.newslistright {width: 100%;float:right;margin: 10px 0px 10px 0px; }
.jianshu {line-height: 20px;color:#666; font-size:12px;}
.jianshu li{line-height: 20px;color:#666;}
.jianshu p{line-height:20px;color:#666;}
/*---------新闻详细页--------------*/
#newsdetail {width: 100%;}
.newtitle {font-size: 18px;text-align: center;color: #333;font-weight: bold;line-height: 60px;}
.newcishu {font-size: 12px;color: #999;text-align: center;border-bottom: #CCC 1px solid;height: 30px;}
.newsub {line-height: 25px;color: #242424;font-size: 14px; padding-top:15px;min-height: 400px;}
.newsub p{ }
.newsub a{color: #434343;font-size: 14px; font-weight:bold;}
.newgengduo {width: 100%;margin-bottom: 20px;}
.newgengduo ul {margin: 0px;padding: 0px;list-style: none;border-bottom: #CCC 1px solid;border-top: #CCC 1px solid;height: 60px;}
.newgengduo ul li {float: left;width: 350px;margin: 20px auto;}
.newgengduo ul li a:link {color: #6f6f6f;text-decoration: none;;}
.newgengduo ul li a:visited {color: #cf0707;text-decoration: none;}
.newgengduo ul li a:hover {color: #000;text-decoration: none;}
.newgengduo ul li h2 {font-size: 12px;font-weight: normal;margin: 0px;}
.newgengduo ul li h2 span {width: 50px;background: #e50404;color: #FFF;height: 23px;font-size: 12px;font-weight: normal;text-align: center;margin-right: 10px;display: block;float: left;}
.newkey {line-height: 30px;margin-bottom: 10px; clear:both;}
.newspage{ width:100%; margin:0 auto; z-index:0;background:#f8f8f8;height:30px; color:#434343;font-size:14px;  margin-bottom:40px; }
.newslast { float:left; padding-left:10px;}
.newslast a{color:#ff5500;font-size:14px;}
.newslast a:hover{ color:#ff7200;}
.newsnext {float:right;padding-right:10px;}
.newsnext a{color:#d20004;font-size:14px;}
.newsnext a:hover{ color:#ff7200;}
/*----------人才招聘------------*/
.jobsbiaodan {border: 1px solid #ccc; width: 240px; height:20px;}
.jobswenben {border: 1px solid #ccc; width: 440px; height:150px;}
#jobsapply { margin-bottom:100px; margin-top:30px;}
#jobsapply ul { margin:0px; padding:0px; list-style:none;}
#jobsapply ul li {line-height:30px; margin-top:5px; clear:both;}
#jobsapply ul li h2{line-height:30px;  font-size:14px; }
#jobsapply ul li input{float:left; }
#jobslist { width:300px; height:130px; background: url(../images/sunproduct.jpg); border:#dadada 1px solid; float:left; margin:6px;}
.jobslistimg{ width:115px; height:112px; float:left; margin:10px;}
#jobslist h2{ font-size:12px; font-weight:normal; margin:3px 0px; color:#000;}
#jobslist h2 span{font-weight:bold; font-size:14px;}
.apply{ float:left; margin:0px 0px;}
.jobsdetail{width:100%; margin-bottom:100px;}
.jobsdetail ul{ padding:0px; margin:0px; list-style:none;}
.jobsdetail ul li { border-bottom:#CCC 1px inset; line-height:45px; }
.jobsdetail ul li　strong{ font-weight:bold;}
.xuanze h2{ width:50px; float:left;}
.xuanze input{ width:50px; height:25px; line-height:25px; border:0;}
.xuanze span{ float:left;}
.zptijiao { margin-top:20px;}
.zptijiao a{width: 150px;
	height: 40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	display: block;
	font-size: 16px;
	font-family:Arial;
	font-weight: bold;
    border: solid 1px #da7c0c;
	 border-radius: .2em;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#ff7200));
    background: -moz-linear-gradient(top,  #faa51a,  #ff7200);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#ff7200');
	margin-top:20px;}
.zptijiao a:visited {color: #fff;text-decoration: none;}
.zptijiao a:hover {color: #fff;text-decoration: none;}
/*-----------留言详细调用---------*/
#homemessage {
	width: 100%;
	margin: 0px auto;
	margin-bottom:50px; padding-top:20px;
}
#homemessage header {
	height: 30px;
	line-height: 30px;
	text-align: left;
}
#homemessage ul {
	width: 408px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#homemessage ul li {
	float:left;
}
#homemessage ul li h2 {
	float: left;
	width: 15%;
	font-size: 12px;
	color:#ffffff;
	 font-weight:normal;
	text-align: left;
}
#homemessage ul li input {
	padding-left:3px;}
#homemessage .hometijiao{text-align:center;}
#homemessage ul li span{float: left;height: 20px;margin-top:2px;text-align: left; width: 84%;}
.homebiaodan {
	height: 25px;
	line-height:25px;
	width: 408px;
padding-left:5px;
	border: solid 1px #b7b7b7;
     background: #f5f5f5;
}
.homebiaodanda {
	border: #CCC 1px solid;
	height: 25px;
	padding-left:5px;
	width: 408px;
    background: #f5f5f5;
}
.homebiaodanda2 {
	border: #CCC 1px solid;
	height: 100px;
padding-left:5px;
	width: 408px;
    background: #f5f5f5;
}
.homeyanzhengmainput {
	height: 25px;
	line-height:25px;
	float:left;
padding-left:5px;
	width:100px;
	border: solid 1px #b7b7b7;
     background: #f5f5f5;
}
.hometijiao {
	width: 150px;
	height: 30px;
	line-height:22px;
	color:#FFF;
	font-size: 14px;
	font-family:Arial;
	font-weight: bold;
    background: #ff6600;
	border:0;
}
.yanzheng {
	width: 230px;
	height: 30px;
	 float:left;
}
.send {
	width: 150px;
	height: 30px;
	 float:right;
}
#homecontact-form{width:100%;float:left;}
#homecontact-form ul li{margin-bottom:8px;}
#homecontact-form H2{ font-size:14px; color:#FFF; }
/*-----------留言详细调用---------*/
#message {
	width: 990px;
	margin: 0px auto;
	margin-bottom:50px;
}
#message header {
	height: 35px;
	line-height: 35px;
	text-align: left;
}
#message ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#message ul li {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
#message ul li h2 {
	float: left;
	width: 25%;
	font-size: 16px;
	font-family:Arial;
	color:#434343;
	font-weight: bold;
	text-align: left;
}
#message ul li input {
	padding-left:10px;}
#message .tijiao{text-align:center;}
#message ul li span{float: right;height: 25px;margin-top: 9px;text-align: left; width: 70%;}
.biaodan { height:30px; line-height:30px;
	width: 100%;
	-moz-box-shadow: inset 0 0 5px 1px #ebebeb;
	-webkit-box-shadow: inset 0 0 5px 1px #ebebeb;
	box-shadow: inset 0 0 5px 1px #ebebeb;
	border-radius: .2em;
	border: solid 1px #b7b7b7;
     background: #f0f0f0;
}
.biaodanda {
	border: #CCC 1px solid;
	height: 90px;
	width: 100%;
	-moz-box-shadow: inset 0 0 5px 1px #ebebeb;
	-webkit-box-shadow: inset 0 0 5px 1px #ebebeb;
	box-shadow: inset 0 0 5px 1px #ebebeb;
	border-radius: .2em;
	border: solid 1px #b7b7b7;
    background: #f0f0f0;
}
.yanzhengmainput {
	height: 28px;
	float:left;
	width:30%;
	border: solid 1px #b7b7b7;
     background: #f0f0f0;
}
.yanzhengma input{ float:left;}
.yanzhengma sapn{  float:left;}
.tijiao {
	width: 150px;
	height: 40px;
	color:#FFF;
	display: block;
	font-size: 16px;
	font-family:Arial;
	font-weight: bold;
    border: solid 1px #da7c0c;
	 border-radius: .2em;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#ff7200));
    background: -moz-linear-gradient(top,  #faa51a,  #ff7200);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#ff7200');
	margin-top:20px;
}
/*---新闻和产品列表分页---*/
#page {
	margin: 50px 0px 30px 0px;
	text-align: center;
	padding-bottom: 3px;
	padding-top:40px;
	line-height: 25px;
	clear: both;
}
#page a {
	text-align: center;
	display:inline-block;
	padding:0px 10px;
	margin: 0px 3px;
	line-height: 30px;
	color:#626262;
	font-size:16px;
	border-radius: .4em;
	border: solid 1px #e2e2e2;
    background: #f0f0f0;
}
#page a:hover {
	text-align: center;
	display:inline-block;
	padding:0px 10px;
	margin: 0px 3px;
	color:#ffffff;
	border-radius: .4em;
	text-decoration:none;
	border: solid 1px #4d4d4d;
    background: #4d4d4d;
}
#page a:active {
	background-image: none;
	background-color: #7ab600;
}
#page span.current {
	text-align: center;
	display:inline-block;
	padding:0px 10px;
	margin: 0px 3px;
	line-height: 30px;
	color:#fff;
	font-size:16px;
	border-radius: .4em;
	border: solid 1px #4d4d4d;
	 background: #4d4d4d;
/*--background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');--*/
}
#page span.disabled {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	color: #adaaad;
	margin-right: 3px;
	padding-top: 2px
}
/* zoom-section */
.zoom-section{clear:both;margin-top:20px;}
*html .zoom-section{display:inline;clear:both;}
.zoom-desc{float:left;margin-left:10px;width:310px;margin-bottom:20px;}
.zoom-small-image{border:4px solid #CCC;float:left;margin-bottom:20px;}
.zoom-tiny-image{border:1px solid #CCC;margin:0px;}
.zoom-tiny-image:hover{border:1px solid #C00;}
/* 滚动 */
#ggbg{ width:100%; height:140px; margin:0 auto; background:#e5e5e5 url(../images/gg.jpg) no-repeat;; border-bottom:#FFF 1px solid;}
.gg{ width:1100px; height:140px; margin:0 auto; text-align:center; color:#777777; text-align:right; padding-top:88px;}
.gg a{color:#777777;}
.searchbg{ width:100%; height:54px; margin:0 auto; background:#e5e5e5; border-bottom:#FFF 1px solid;}
.search{ width:1100px; height:54px; line-height:54px; margin:0 auto; text-align:center; color:#777777;}

.search1{ width:600px; float:left; text-align:left;}
.search1 h1{ height:54px; line-height:54px; color:#777777; font-size:12px; font-weight:normal;}
.search2{ width:250px; float:right; text-align:right; }
.s0 {
	border:#b8b8b8 1px solid;
	border-radius:1em;
	padding:4px 5px 4px 25px;
	color:#666;
   background:#e9e9e9 url(../images/searchbg.png) no-repeat;
}
.s1 {
		border:#166ab3 1px solid;
	border-radius:1em;
	padding:4px 10px;
	color:#FFF;
	
     background:#166ab3;
}
.s2 {
	width: 65px;
	height: 25px;
	line-height:20px;
	color:#FFF;
	 padding-left:25px;
	font-size: 12px;
	font-family:Arial;
  background:#cd1922  url(../images/search.gif) no-repeat; 
    border-top:#cd1922 2px solid;
	border-bottom:#cd1922 1px solid;
	border-left:#cd1922 1px solid;
	border-right:#cd1922 1px solid;
	border-radius:0 .3em .3em 0;
	margin-top:1px;
	 float:left;
	 z-index:99999;
	 display:block;
}
@font-face {font-family: "iconfont";
  src: url('/Public/icon/iconfont.eot'); /* IE9*/
  src: url('/Public/icon/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/Public/icon/iconfont.woff') format('woff'), /* chrome、firefox */
  url('/Public/icon/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('/Public/icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.text8{ font-size:8px;}
.text10{ font-size:10px;}
.text12{ font-size:12px;}
.text14{ font-size:14px;}
.text16{ font-size:16px;}
.text18{ font-size:18px;}
.text20{ font-size:20px;}
.text22{ font-size:22px;}
.text24{ font-size:24px;}
.text26{ font-size:26px;}
.text28{ font-size:28px;}
.text30{ font-size:30px;}
.text32{ font-size:32px;}
.text34{ font-size:34px;}
.text36{ font-size:36px;}
.text48{ font-size:48px;}
.text50{ font-size:50px;}
.red{ color:#de0002;}
.green{ color:#d20004;}
.blue{ color:#0193d1;}
.gray{ color:#b1b1b1;}
.white{ color:#ffffff;}
.red{ color:#e70012}
.red a{ color:#e70012}
.p20{ padding-left:20px;}

/*-----错误提示框----*/
#error{height:100%;padding:0;}
.jump {padding:140px 0 200px 0;}
.jump div{width:450px;position:relative;left:48%;margin-top:10%;margin-left:-225px;margin-right:-225px;border:1px solid #FF7200; border-radius: .3em;}
.jump div p{color:#000;font:16px "Microsoft YaHei";text-align:center;margin-bottom:20px;}
.jump div p.msg-title{font:24px "Microsoft YaHei";color:#fff;background:#FF7200;}
.jump div p.notice span,.jump div p.notice a{color:#FF5500;font:bold 16px Arial;}
.jump div p.notice a:hover{color:#000;}
.prodetail{overflow:hidden;*clear:both;margin-bottom:30px;}
.prodetail .picslider{width:49%;*width:49%;margin-right:3%;overflow:hidden;position:relative;padding:5px 5px 40px 5px;border-radius:5px;-webkit-border-radius:5px;border:1px solid #e5e5e5;}
.prodetail .picslider ul li img{width:100%;}
.prodetail .prodesc{width:40%;}
.picslider .flex-control-paging li a{background:#c0c0c0;}
.picslider .flex-control-paging li a.flex-active{background:#818181;}
.picslider .flex-control-nav{left:0;bottom:15px;}
.picslider span.icon{background-position:-637px -6px;width:28px;height:28px;position:absolute;bottom:10px;right:10px;}
.prodetail .prodesc .parameter,.prodetail .prodesc .related{font-size:12px;}
.prodetail .prodesc .related{margin-top:20px;}
.prodetail .prodesc .related span.tip{color:#ee0000;font-weight:700;display:block;}
.prodetail .prodesc .related a{font-weight:700;}
.rongyunei{height:800px;}
/*
.rongyunei li{width:400px;float:left;height:290px;}
.rongyuneitu{width:340px;margin-left:30px;height:215px;text-align:center;cursor:pointer;}
.rongyuneitu img{max-width:100%;max-height:100%;margin:0 auto;}
.rongyuneizi{font-size:14px;text-align:center;line-height:60px;color:#333;}
*/
.rongyunei li{width:220px;float:left;max-height:350px;border-bottom:1px solid #eee;margin-top:30px;}
.rongyuneitu{width:200px;margin-left:30px;text-align:center;cursor:pointer;}
.rongyuneitu img{max-width:100%;margin:0 auto;max-height:260px;}
.rongyuneitu2{width:200px;margin-left:30px;text-align:center;cursor:pointer;}
.rongyuneitu2 img{max-width:100%;margin:0 auto;height:142px;}
.rongyuneizi{font-size:12px;text-align:center;line-height:30px;color:#333;}
