@charset "utf-8";
html,body{ font:14px/2 'microsoft yahei',tahoma,verdana,'simsun'; color:#1b1b1b; background:#fff; -webkit-text-size-adjust:none;}
/*初始化*/
body,h1,h2,h3,h4,h5,h6,dl,dt,li,dd,th,td,p,pre,form,input,button,textarea,hr,div{margin:0;padding:0; list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}
img{border:0;}
button,input,select,textarea{font-size:100%;}
ul,ol{ padding-left:0px;}
.clear{ clear:both; }
.list-none{ list-style:none; padding:0px; margin:0px;}
.editor{ line-height:2; color:#333;}
.overflow{overflow:hidden;}
.fl{float:left}
.fr{float:right}
/*按钮*/
.button{ display: inline-block; zoom: 1; *display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover { text-decoration: none; color:#fff; }
.button:active { position: relative; top: 1px;}
.orange{ color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); }
.orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top,  #f88e11,  #f06015); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); }
.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top,  #f47a20,  #faa51a); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');}
input.input-text,input.input-file,input.code,textarea { padding: 4px; font-size: 15px; outline: none; text-shadow: 0px 1px 0px #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #ccc; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; background:#fff url(../images/dt-10.gif) repeat-x left top; }
input.input-text:focus,input.input-file:focus,input.code:focus,textarea:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff;}
a{ color:#1b1b1b; text-decoration:none;}
a:hover{ color:#e40000; text-decoration:none;}

a.top_link:link {
	text-decoration: none;
	color:#fff
}
a.top_link:visited {
	text-decoration: none;
	color:#fff
}
a.top_link:hover {
	text-decoration: none;
	color:#fa9c20
}
a.top_link:active {
	text-decoration: none;
}

a.bot_link:link {
	text-decoration: none;
	color:#fff
}
a.bot_link:visited {
	text-decoration: none;
	color:#fff
}
a.bot_link:hover {
	text-decoration: none;
	color:#e40000
}
a.bot_link:active {
	text-decoration: none;
}
a.mores_link:link {
	text-decoration: none;
	color:#d21305
}
a.mores_link:visited {
	text-decoration: none;
	color:#d21305
}
a.mores_link:hover {
	text-decoration: none;
	color:#e40000
}
a.mores_link:active {
	text-decoration: none;
}

a.news_link:link {
	text-decoration: none;
	color:#d21305
}
a.news_link:visited {
	text-decoration: none;
	color:#d21305
}
a.news_link:hover {
	text-decoration: none;
	color:#690208
}
a.news_link:active {
	text-decoration: none;
}


a.innews_link:link {
	text-decoration: none;
	color:#9f9f9f
}
a.innews_link:visited {
	text-decoration: none;
	color:#9f9f9f
}
a.innews_link:hover {
	text-decoration: none;
	color:#53e4c7
}
a.innews_link:active {
	text-decoration: none;
}


.fl{ float:left;}
.fr{ float:right;}
.editor{ margin:0px; word-wrap: break-word; min-height:500px;*+height:100%;_height:500px;}
.editor p{ margin:0px 0px}
.editor strong {
	font-weight: bold;
	font-size:16px;	
	color: #000000;
	font-family: 'microsoft yahei';
}
/*navigation 菜单 menu*/
/* header */
#header{width:100%;top:0;left:0;z-index:1000; border-bottom:1px solid #7d7d7d;}
.header_h{height:155px;}
.header1{height:60px;}
.sign{ width:100%; line-height:30px; color:#fff;}
.logo{display:block;width:500px;height:65px;float:left; padding-top:10px;}
.logo .img img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}
.logo li:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: -webkit-transform 0.4s linear 0s;
          transition: transform 0.4s linear 0s;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.containers {
    width: 100%;
    margin: 0 auto;
}
.mobile_web_name{display:none;}

.top-logo {width:340px; height: 52px; margin: 20px auto;}
#web_logo {	float:left;	position: relative; height: auto;}
/*navigation 菜单 menu*/
.menuss {
	WIDTH: 100%;
	HEIGHT: 90px;
	OVERFLOW: visible;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(../images/menu_bg.png) no-repeat center; z-index:9999;
}
.navigation { HEIGHT:90px; margin:0px auto; padding:0px; float:right;}
.wrapper {
	width: 100%;/* height:801px;*/
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.banner {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 700px;
	padding: 0px;
	background:url(../images/banner.jpg) no-repeat center; z-index:9;
}
.nbanner {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 350px;
	padding: 0px;
	background:url(../images/banner.jpg) no-repeat center; z-index:9;
}

.aboutbanner {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 350px;
	padding: 0px;
	background:url(../images/aboutus.jpg) no-repeat center; z-index:9;
}

.wutiebanner {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 350px;
	padding: 0px;
	background:url(../images/wutie.jpg) no-repeat center; z-index:9;
}


.conctbanner {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 350px;
	padding: 0px;
	background:url(../images/contact.jpg) no-repeat center; z-index:9;
}


.productbanner {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 350px;
	padding: 0px;
	background:url(../images/products.jpg) no-repeat center; z-index:9;
}

.casebanner {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 350px;
	padding: 0px;
	background:url(../images/case.jpg) no-repeat center; z-index:9;
}

.yingyongbanner {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 350px;
	padding: 0px;
	background:url(../images/case.jpg) no-repeat center; z-index:9;
}
/* å¯¼èˆªä¸‹æ‹‰ */ 

.inner {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

/*index主页*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.con-1{
    width: 100%;
    height: 700px;
    background: #f4f4f4;
}
.con-1-title{
    padding-top: 47px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
.con-1-title h3{
    font-size:42px;
}
.con-1-title h4{
    font-size: 26px;
    line-height: 62px;
}
.con-1-title span{
    color: #ff4242;
}
.con-1-title p{
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
}
.con-1-con li{
    float: left;
    width: 328px;
    height:200px;
	margin-left:30px;
	margin-right:30px;
    margin-top: 72px;
}
.con-1-con li a{
    display: block;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    background: #fff;
    position: relative;
    border-radius: 15px;
    transition: all .5s;
}
.con-1-con a h6{
    padding: 55px 0 20px;
    font-weight: bold;
}
.con-1-con a p{
    font-size: 12px;
    line-height: 22px;
}
.con-1-con li a:hover{
    background: #555;
    color: #fff;
}
.icon1 a:hover .icon-system{
    background: url("../images/1.1.png") no-repeat;
}
.icon2 a:hover .icon-platform{
    background: url("../images/2.2.png") no-repeat;
}
.icon3 a:hover .index-icon.icon-sem{
    background: url("../images/3.3.png") no-repeat;
}
.icon4 a:hover .index-icon.icon-seo{
    background: url("../images/4.4.png") no-repeat;
}
.icon5 a:hover .index-icon.icon-video{
    background: url("../images/5.5.png") no-repeat;
}
.icon6 a:hover .index-icon.icon-mobile{
    background: url("../images/6.6.png") no-repeat;
} 

.index-icon{
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top:-30px;
    left: 50%;
    margin-left: -30px;
    background-repeat: no-repeat;
    transition: all .5s;
}
.icon-mobile{background-image: url("../images/6.png");}
.icon-video{background-image: url("../images/5.png");}
.icon-seo{background-image: url("../images/4.png");}
.icon-sem{background-image: url("../images/3.png");}
.icon-platform{background-image: url("../images/2.png");}
.icon-system{background-image: url("../images/1.png");}
.con-1-more{
    display: block;
    margin: 46px auto 0;
    width: 305px;
    height: 42px;
    background: url("../images/con-1-radius.png") no-repeat;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    transition: all .5s;
}
.con-1-more:hover{
    background: url("../images/index/con-1-radius_hover.png") no-repeat;
    color: #fff;
}




/**************ÁË½âÎÒÃÇµÄÓÅÊÆ*************/
.indfrstys{ width:100%; height: auto; background:#fff; margin:0px auto; padding:0px;}
.indfrstys1{ width:1200px; height:540px; margin:50px auto; padding:0px;}
.indfrstystitle{ width:1200px; height:80px; margin:0px auto; padding:0px; background:url(../images/t1.jpg) no-repeat center;}
.indfrstystitle .tit{ width:1200px; height:40px; line-height:40px; margin:0px auto; padding:5px 0px 0px 0px; color:#404040; font-size:24px; text-align: center;}
.indfrstystitle .titen{ width:1200px; height:20px; line-height:20px; margin:0px auto; padding:0px; color:#8f8f8f; font-size:14px; text-align: center; }

.indfrstyscontent{ width:1200px; height:337px; margin:20px auto; padding:0px;}


.one_half{float: left;width:586px; height:185px;}
.service {
color: #000000;
margin:10px 5px 10px 0px;
background:url(../images/a1.jpg) no-repeat;
 cursor:pointer;
}
.service:hover {
color: #000000;
margin:10px 5px 10px 0px;
background:url(../images/a1_hover.jpg) no-repeat;
 cursor:pointer;
}
.service-icon {
float: left;
text-align: center;
width: 110px;
height: 110px;
}

.service-content {
padding:30px 0px 0px 30px;
overflow: hidden;
font-size: 12px;
height: 112px;
width:385px;

}
.service h5 { font-size:16px; line-height:50px;
}


.service1 {
color: #000000;
margin:10px 5px 10px 0px;
background:url(../images/a2.jpg) no-repeat;
 cursor:pointer;
}
.service1:hover {
color: #000000;
margin:10px 5px 10px 0px;
background:url(../images/a2_hover.jpg) no-repeat;
 cursor:pointer;
}
.service1-icon {
float: left;
text-align: center;
width: 110px;
height: 110px;
}

.service1-content {
padding:50px 0px 0px 30px;
overflow: hidden;
font-size: 12px;
height: 112px;
width:385px;

}
.service1 h5 { font-size:16px; line-height:50px;
}




.service2 {
color: #000000;
margin:10px 5px 10px 0px;
background:url(../images/a3.jpg) no-repeat;
 cursor:pointer;
}
.service2:hover {
color: #000000;
margin:10px 5px 10px 0px;
background:url(../images/a3_hover.jpg) no-repeat;
 cursor:pointer;
}
.service2-icon {
float: left;
text-align: center;
width: 110px;
height: 110px;
}

.service2-content {
padding:30px 0px 0px 30px;
overflow: hidden;
font-size: 12px;
height: 112px;
width:385px;

}
.service2 h5 { font-size:16px; line-height:50px;
}




.service3 {
color: #000000;
margin:10px 5px 10px 0px;
background:url(../images/a4.jpg) no-repeat;
 cursor:pointer;
}
.service3:hover {
color: #000000;
margin:10px 5px 10px 0px;
background:url(../images/a4_hover.jpg) no-repeat;
 cursor:pointer;
}
.service3-icon {
float: left;
text-align: center;
width: 110px;
height: 110px;
}

.service3-content {
padding:50px 0px 0px 30px;
overflow: hidden;
font-size: 12px;
height: 112px;
width:385px;

}
.service3 h5 { font-size:16px; line-height:50px;
}



/***************************/
.inaboutus{ width:100%; height:520px; margin:0px auto; padding:0px; background:#FFF;}

.inaboutus .content{ width:1240px; height:500px; margin:0px auto; padding:0px;}

.inaboutus .about_l{
	width:450px;
	height:480px;
	color: #262626;
	font-size:22px;
	float:left;
	margin-top:-20px;
}

.inaboutus .aboutus_r{
	float:right;
	width:789px;
	height:467px;
	line-height:35px;
	color: #000000;
	font-size:22px;
	background:url(../images/bout_bg.jpg) no-repeat center;
}

.aboutus_r .title{
	width:700px;
	height:30px;
	line-height:30px;
	color: #000000;
	font-size:20px;
	padding:60px 40px 0px 40px;
}

.aboutus_r .titless{
	width:700px;
	height:30px;
	line-height:30px;
	color: #000000;
	font-size:30px;
	padding:20px 40px 0px 40px;
}

.aboutus_r .con{
	width:700px;
	line-height:32px;
	color: #000000;
	font-size:16px;
	padding:20px 40px 0px 40px;
}

/************************/
.inpro{
	width:100%;
	height:864px;
	margin:0px auto;
	padding:0px;
	background:url(../images/pro_bg.jpg) no-repeat center;
}


.index_products_content{width:1200px; margin:auto; padding-top:175px;}
.page_proClass{width:1200px; margin:auto; height:50px; line-height:50px; text-align:center;}
.page_proClass ul{ display:inline-block;}
.page_proClass ul li{ float:left;}
.left_class{ background:#212f32; width:150px;height:50px; line-height:50px; text-align:center;}
.left_class h3{color:#fff; height:50px; overflow:hidden; font-size:15px; font-weight:normal; line-height:50px;}
.left_class:hover{border:1px solid #007dc5;}
.left_class:hover h3{color:#007dc5;}
.left_class:hover a{ text-decoration:none;}

.index_products_right{width:1200px; margin:auto;}
.index_products_pagepro{width:285px; float:left; position:relative; border-bottom:2px solid #007ec5; margin-bottom:33px;}
.index_products_proimg{width:285px; height:285px; overflow:hidden;}
.index_products_proimg img{width:285px; height:285px; display:block;}
.index_products_proname {width:275px; padding:7px 5px; text-align:center;}
.index_products_proname a{font-size:16px; color:#333333; line-height:25px; font-weight:normal;}
.index_products_pagepro:hover{ box-shadow:0 0 10px #d7d7d7;}
.index_products_pagepro:hover .index_products_proname a{color:#007ec5; font-weight:bold;}

.index_products_more{width:210px; margin:auto; margin-top:42px; background: url(../images/more.png) no-repeat center; height:45px; text-align:center; line-height:45px; }
.index_products_more a{ font-size:16px; color:#000;}

#index_products_animate,#index_products_animate_1,#index_products_animate_2{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}

.pross {
    clear: both;
}
/* artist */
.artist{width:1200px;position:relative;height:595px;margin:40px auto 0 auto;}
.lefts{left:0px;overflow:hidden;width:274px;position:absolute;top:0px;height:288px}
.lefts_title {
    color: #000000;
    height: 55px;
    line-height:55px;
    font-size: 26px;
    font-weight: bold;
	text-align:center;
    background: #fff;
}
.lefts dl{ margin-left:5px;}
.lefts dl dt{width:274px; height:40px; line-height:40px; margin:8px 0px 3px 0px; padding:0px; font-size:16px; color:#292929; text-align:center; background: #dbdbdb;}
.lefts dl dt a{width:274px; height:40px; line-height:40px; margin:0px auto; padding:0px; font-size:16px; color:#292929; text-align:center; background: #dbdbdb;}
.lefts dl dt a:hover{color:#da261c; text-align:center;}
.lefts dl dd{ padding:0px 0px 0px 15px;}
.lefts dl dd h4{ font-weight:normal; padding:5px 0px 5px 10px; background:url(../job_ico.gif) no-repeat left 12px;}
.lefts dl dt.on a{ width:274px; height:40px; line-height:40px; margin:0px auto; padding:0px; font-size:16px; color:#fff; text-align:center; background: #da261c; }
.lefts dl h4.on a{ font-weight:bold;}


.artist li{left:274px;overflow:hidden;width:274px;position:absolute;top:0px;height:288px}
.artist li a{background:#595959;filter:alpha(opacity=80);left:0px;color:#fff;font-family:'microsoft yahei';position:absolute;top:0px;opacity:.8}
.artist li a:hover{color:#fff}
.artist li a strong{padding-top:50px; line-height:45px; font-size:22px;}

.artist .a1{left:0px;position:absolute;top:310px;width:274px;height:288px;}
.artist .a2{left:305px;width:274px;top:0px;width:274px;height:288px;}
.artist .a3{left:305px;top:300px;width:274px;height:288px;}
.artist .a4{left:610px;top:0px;width:590px;height:595px;}

.artist .a1 a{font-size:16px;overflow:hidden;width:274px;height:288px; text-align:center; line-height:27px;}
.artist .a2 a{ font-size:16px;overflow:hidden;width:274px;height:288px; text-align:center; line-height:27px;}
.artist .a3 a{font-size:16px;overflow:hidden;width:274px;height:288px; text-align:center; line-height:27px;}
.artist .a4 a{font-size:16px;overflow:hidden;width:590px;height:595px; text-align:center; line-height:27px;}


/*
***********首页产品展示*************/
.web{width:1200px;height:420px;margin:20px auto;}
.con{width:1200px;height:420px; margin:30px auto;}
.con ul li{width:290px;height:190px;float:left; margin-top:10px;margin-right:10px;margin-bottom:15px;position:relative;overflow:hidden;cursor:pointer;}
.txt{width:290px;height:45px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{font-size:20px;font-weight:100;height:45px;text-align:center;line-height:45px;}
.txt p{font-size:14px;text-align:center;}


/************************/
.news{
	width:100%;
	height:500px;
	margin:0px auto; padding-top:50px;
}

.newstitle{ width:1200px; height:80px; margin:0px auto; padding:0px; background:url(../images/T_bg.png) no-repeat center;}
.newstitle .tit{ width:1200px; height:40px; line-height:40px; margin:0px auto; padding:5px 0px 0px 0px; color:#404040; font-size:24px; text-align: center;}
.newstitle .titen{ width:1200px; height:20px; line-height:20px; margin:0px auto; padding:0px; color:#8f8f8f; font-size:14px; text-align: center; }


.news .nespic_l{
	width:378px;
	height:355px;
	color: #262626;
	font-size:22px;
	float:left;
}
.news .newslist_r{
	float:right;
	width:750px;
	height:467px;
	line-height:35px;
	color: #000000;
	font-size:22px;
}

.inew{ margin-top:10px; padding:0; overflow:hidden; margin-bottom:10px; height:auto;}
.inew ul{ margin:0; padding:0; text-align:left;}
.inew ul li{line-height:75px; height:75px;  list-style:none; overflow:hidden; border-bottom:1px dotted #d5d5d5; background:url(../images/newl.png) no-repeat 0px;}
.inew ul li a{ float:left; padding-left:15px; text-align:left; color:#27303f; font-size:14px}
.inew ul li a:hover{ color:#0b76ce; text-decoration:none;font-size:14px}
.inew ul span{ float:right; height:75px; line-height:75px; color:#7a7a7a;font-size:14px}


.news .news_mores{ margin:0px auto; padding:0px; text-align: left;}
.news .more {
  font-size: 15px;
  color: #da261c;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline\;
  *zoom: 1\;
  vertical-align: middle;
  overflow: hidden;
  padding: 5px  10px;
  margin-top:5px;
  font-family: "微软雅黑";
  font-weight: bold;
  border:1px solid #da261c;
  border-radius:10px;
}
.news .more:hover {
  background: #da261c;
  color: #fff;
}

/************************/
.caselist{ width:100%; height:780px; background: url(../images/case_bg.jpg) no-repeat center; margin:0px auto; padding:0; overflow:hidden;}
.caselistss {
    PADDING: 0px;
    WIDTH: 1200px;
    margin: 0px 0px;
    height: 300px;
    display: inherit;
    /* border-bottom: 1px solid #e9ecee; */
}
/* 效果CSS开始 */
#zsgun{ position:relative;height:300px; width:1320px; margin:auto;}
a.hScrollPane_leftarrow{top:70px; cursor:pointer; display:block; width:55px; height:55px; background:url(../images/left.png) no-repeat left top;left:0px; position:absolute;}
a.hScrollPane_rightarrow{ top:70px; cursor:pointer; display:block; width:55px; height:55px; background:url(../images/right.png) no-repeat left top; right:5px; position:absolute;}
/*.hScrollPane_dragbar{width:1180px; position: absolute; left:15px; top:210px; z-index:1; padding:0 39px;}*/
/*.hScrollPane_draghandle{position:absolute; width:285px; height:10px; overflow:hidden; background:url(../images/right.png) no-repeat left top;_background:url(../images/gunbar.gif) no-repeat left top; bottom:-5px; cursor:pointer; margin:0 39px; left:0;}*/
#gundiv{ width:1180px; position:relative; margin-left:68px; padding-top:22px; float:left; display:inline;height:200px; overflow:hidden;}
#gundiv ul {height:285px;position: absolute; width:10000px;}
#gundiv li{ width:285px; height:200px; overflow:hidden; float:left; margin-right:17px;position:relative;}
#gundiv li p{ display:none; height:18px; line-height:18px; text-align:center; overflow:hidden;}
#gundiv li p a:link,#gundiv li p a:visited{ color: #53711C; font-size: 12px; }
#gundiv li.zslion p{ display:block;}

/*******************************/

.hezuobg{ width:100%; height:590px; background: url(../images/hezuo_bg.jpg) no-repeat center; margin:0px auto; padding:0;}
.hezuobg .cont{ padding:0px 0px 0px 0px; margin:0px ; width:1200px; height: auto; padding-top:165px;}
.hezuobg .cont UL {list-style-type:none; margin:0px 0PX 10PX 0PX; }
.hezuobg .cont UL LI {width:390px; height:175px; margin:10px 3px 20px 3px; padding:0px; _margin:0px 0px 20px 5px; float:left; }
.hezuopic{ width:390px; height:140px;padding: 0px 0px;display: block;margin: 0px auto 0px auto;background:#FFFFFF; }
.hezuott{ width:390px; height:35px; line-height:35px; padding: 0px 0px;display: block;margin: 0px auto 0px auto;background:#cccccc; text-align:center; color:#000; }


/*******************************/
.contact .conText{ background-image:url(../images/nameText.png); background-position:left 15px center; background-repeat:no-repeat; width:500px; height:45px; border:1px solid #e8e8e8; border-radius:5px; padding-left:65px; margin-right:20px; margin-left:45px; margin-top:50px;}
.contact .telText{ background-image:url(../images/telText.png); background-position:left 15px center; background-repeat:no-repeat; width:500px; height:45px; border:1px solid #e8e8e8; border-radius:5px; padding-left:65px; margin-top:50px; float:right;}
.contact .phoneText{ background-image:url(../images/mobileText_11.png); background-position:left 15px center; background-repeat:no-repeat; width:1100px; height:45px; border:1px solid #e8e8e8; border-radius:5px; padding-left:55px; margin-top:25px;margin-left:45px;}
.contact .advT{ background-image:url(../images/adviceTextarea_13.png); background-position:left 15px top 15px; background-repeat:no-repeat; width:1100px; height:180px; border:1px solid #e8e8e8; border-radius:5px; padding-left:55px; color:#b6b4b4; padding-top:15px; resize:none; margin-top:25px;margin-left:45px;}
.contact .toBtn{ background:#da261c; height:47px; width:1160px; font-size:16px; color:#fff; line-height:47px; text-align:center; border:none; border-radius:5px; cursor:pointer; margin:25px 0 50px 0;margin-left:45px;}

/************************/
.shouhuo .titles{
    text-align: center;
    font-weight: bold;
	line-height:160px;
    margin-bottom: 0; font-size: 42px;
}



/************************/
.npics1{ margin:0px auto; padding:0px; width:100%; height:850px; background:url(../images/t1.jpg) no-repeat center;}

.npics2{ margin:0px auto; padding:0px; width:100%; height:171px; background:url(../images/t2.jpg) no-repeat center;}

/************************/
.plan3-con {
    margin-top: 50px;
    background: #fff;
    background-image: url("../images/yx2/con3-top.png");
    background-position: top;
    background-repeat: repeat-x;
    width: 100%;
    height: 570px;
	    clear: both;
}
.plan3-title{
    text-align: center;
    padding-top: 60px;
}
.plan3-title h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.plan3-title h4{
    font-size: 36px;
    color: #115a9c;
    font-weight: bold;
    line-height: 66px;

}
.plan3-title p{
    color: #bbb;
    font-size: 14px;
	margin-bottom: 15px;
}
.plan3-list>div{
    width: 25%;
    height:350px;
    float: left;
}
.plan3_hover{
    width: 100%;
    height:100%;
    padding-top: 30px;
    box-sizing: border-box;
    transition: all .5s;
}
.plan3-list>div:hover{background:rgba(247,42,42,.5);}
.plan3-list>div:hover .plan3-bor{background: url("../images/yx2/con3-bor_hover.png") no-repeat;}
.plan3-list>div:hover p,.plan3-list>div:hover .plan3_hover  h4,.plan3-list>div:hover  .plan3-bor h4 i{ color: #fff;}
.plan3-list>div:hover .plan3-a{
    color: #e10100;
    background: #fff;
}
.plan3-bor{
    width: 173px;
    height: 173px;
    background: url("../images/yx2/con3-bor.png") no-repeat;
    margin: 0 auto;
    padding-top: 30px ;
    text-align: center;
    color:#555;
}
.plan3-bor h4{
    padding-top: 20px;
    font-weight: bold;
}
.plan3-bor h4 span{
    font-size: 24px;
    color: #115a9c;
}
.plan3-bor p{
	font-size:18px;
    line-height:20px;
	color:#000000;
}
.plan3-text{
    text-align: center;
    color:#393939 ;
	font-size:18px;
	line-height: 20px;
}
.plan3-text i{
    font-weight: bold;
}
.plan3-a{
    display: block;
    width: 63px;
    height: 24px;
    background: url("../images/yx2/con3-a.png") no-repeat;
    margin: 20px auto 0;
    text-align: center;
    line-height: 24px;
    color: #555;
    font-size: 12px;
}

.con3-1{
    background: url('../images/b1.jpg') no-repeat;
    background-size: 100% 100%;
}

.con3-2{
    background: url('../images/b2.jpg') no-repeat;
    background-size: 100% 100%;
}
.con3-3{
    background: url('../images/b3.jpg') no-repeat;
    background-size: 100% 100%;
}
.con3-4{
    background: url('../images/b4.jpg') no-repeat;
    background-size: 100% 100%;
}

.plan3-list .con3-1:hover{
    background: url('../images/b1_hover.jpg');
    background-size: 100% 100%;
}

.plan3-list .con3-2:hover{
    background: url('../images/b2_hover.jpg');
    background-size: 100% 100%;
}
.plan3-list .con3-3:hover{
    background: url('../images/b3_hover.jpg');
    background-size: 100% 100%;
}
.plan3-list .con3-4:hover{
    background: url('../images/b4_hover.jpg');
    background-size: 100% 100%;
}
/************************/
.yx3_con ul li>div h5 span {
    font-size: 36px;
}
.yx3_con{
    margin-top:0px;
}
.yx3_title{
    text-align: center;
    margin-bottom: 30px;
}
.yx3_title h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
}
.yx3_title h4{
    font-size: 72px;
    font-weight: bold;
}
.yx3_title h4 span{
    color: #f7442a;
}
.yx3_title p{
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
}
.yx3_con ul li{
    float: left;
    width: 260px;
    margin-right: 20px;
}
.yx3_con ul li:hover{
    height: 340px;
}
.yx3_con ul li.margin{
    margin-right: 0;
}
.yx3_ul{
    width:100%;
    padding-top: 20px;
    box-sizing: border-box;
}
.yx3_ul a strong{
    color: #333333;
}
.yx3_con ul li>div p{
    font-size: 12px;
    color: #666;
    padding: 0 24px;
    line-height: 20px;
    margin: 20px 0;
	text-align:center;
}

.yx3_con ul{
    height: 370px;
}
.yx3_con ul li:hover .yx3_ul{
    background: url("../images/yx3_ul.png") no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height:100%;
}
.yx3_con ul li>div strong{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.yx3_con ul li>div strong span{
    font-size: 24px;
}
.yx3_con ul li>div h5{
    font-size: 30px;
	line-height:45px;
    font-weight: bold;
    color: #1261a3;
    margin-bottom: 15px;
    text-align: center;
}
.yx3_con ul li>div h5 i{
    font-size: 40px;
}
.yx3_con ul li>div h5 span{
    font-size:36px ;
}
.yx3_bor{
    display: block;
    height: 36px;
    width: 36px;
    background: url("../images/yx3_bor.png") no-repeat;
    margin: 15px auto;
}
.yx3_con ul li>p{
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.yx3_con ul li>p span{
    display: inline-block;
    width: 66px;
    background: url("../images/yx3_span.png") no-repeat;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.yx3_call{
    text-align: center;
    width: 501px;
    margin:30px  auto;
}
.yx3_call img{
    width: 100%;
    height: 100%;
}


/************************/
.map{ margin:0px auto; padding:0px; width:100%; height:870px; background:url(../images/map.jpg) no-repeat center;}

.liucheng{ margin:0px auto; padding:0px; width:100%; height:400px; background:url(../images/liucheng.jpg) no-repeat center;}

/*底部*/
/*footer*/
.footer{
    background: url(../images/footbg.jpg) no-repeat center;
    font-size: 14px;
    width: 100%;
    height:400px;
}


.footer .f1{ margin:30px auto; width:255px; font-size:14px; color:#fff; height:46px; line-height:46px; background:url(../images/f1.jpg) no-repeat center; margin-right:10px; text-align:center;}
.footer .f2{ margin:30px auto; width:258px; font-size:14px; color:#fff; height:46px; line-height:46px; background:url(../images/f2.jpg) no-repeat center; margin-right:10px; text-align:center;}
.footer .f3{ margin:30px auto; width:258px; font-size:14px; color:#fff; height:46px; line-height:46px; background:url(../images/f3.jpg) no-repeat center; margin-right:10px; text-align:center;}
.footer .f4{ margin:30px auto; width:397px; font-size:14px; color:#fff; height:46px; line-height:46px; background:url(../images/f4.jpg) no-repeat center; text-align:center;}

.footer .footer-bot-bg{ font-size:14px; color:#fff; height:50px; line-height:50px;  text-align:center;}
.footer .footer-bot-bg a{ font-size:14px; color:#fff; line-height:50px;}
.footer-top{
    padding: 48px 0 40px;
    color: #fff;
    height: 170px;
}
.footer-top dl{
    float: left;
    padding: 0 45px;
    height: 170px;
}
.footer-top dl dt{ margin-bottom:20px; font-size:20px;text-align:center;}
.footer-top dl dd{line-height: 30px; color:#fff; text-align:center;}
.footer-top a{color: #fff}
.footer-top a:hover{color: #fff}
.sj{margin-right: 22px}
.sj img,.wx img{width: 100%}
.ewm ul {color: #aaa;line-height: 24px}
.ewm  p{line-height: 26px}
.footer-center{ text-align: center;
    padding:0px 0 20px;
    color: #fff;
    font-size: 12px;
}
.footer-center p:last-child{line-height: 38px;}
.footer-bottom{
    line-height: 50px;
    width: 100%;
    height: 50px;
    background: #115a9c;
    color: #999;
    font-size: 14px;
}
.footer-bottom a{color: #999;}



.footercopy{
    background: #000000;
    font-size: 14px;
    width: 100%;
    height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
}


/***********关于我们页面*************/
.p12-curmbs-1 b {
    border-left: 10px solid #23282c;
    font-weight: normal;
    padding-left: 8px;
}
.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}
.blk-main {
    width: 1200px;
    margin: 0 auto;
}
.blk {
    margin-bottom: 20px;
}

ul, ol, li {
    list-style: none;
}
.tl-fdh-02 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .tl-fdh-02 li {
            width: 14.28%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #d8d8d8;
            box-sizing:border-box;
            background: #f4f4f4;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .tl-fdh-02 li a {
            display: block;
            color: #333;
            width: 100%;
        }
        
        .tl-fdh-02 li.sidenavcur,
        .tl-fdh-02 li:hover {
            background: url(images/p16-icon6.png) no-repeat bottom center #1261a3;
            border-color: #1261a3;
        }
        
        .tl-fdh-02 li.sidenavcur a,
        .tl-fdh-02 li:hover a {
            color: #fff;
        }
    

        .p12-aboutinfo-1{display: inline-block;width: 100%;background: #fff;margin-bottom: 38px;}
        .p12-aboutinfo-1-tit{height: 114px;line-height: 114px;font-size: 30px;text-align: center; color:#4b4a4a;}
        .p12-aboutinfo-1-tit span{font-size: 22px;color: #aaa;}
		
		.tit {
        font-size: 32px;
        text-align: center;
        color: #4b4a4a;
        margin: 20px 0;
    }
    
    .chi {
        letter-spacing: 2px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .eng {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        color: #dadada;
    }
    
    .cf {
        width: 560px;
        padding: 30px 0 0 30px;
        float: left;
        border-left: 20px solid #1261a3;
        height: 370px;
    }
    
    .cr {
        width: 560px;
        float: right;
    }
    
    .clear {
        clear: both;
    }
    
    .tit2 {
        text-align: center;
        width: 200px;
        margin-bottom: 20px;
    }
    
    .eng2 {
        font-size: 36px;
        color: #eee;
        text-transform: uppercase;
    }
    
    .chi2 {
        font-size: 28px;
        color: #1261a3;
        margin-top: -16px;
        letter-spacing: 4px;
        font-weight: 600;
        margin-left: 30px;
    }
    
    .tar {
        background:url(http://www.czwtmme.com/resource/images/79a5d3a4160b4cc1a4d2d72c184c3e57_27.png?ver=3) no-repeat 0 0;
        padding-left: 50px;
        font-size: 16px;
        color: #23282c;
        height: 45px;
        line-height: 45px;
    }
	
	
	/*************************/

.indfrst5content{ width:1200px; height:375px; margin:0px auto; padding:0px;}
.indfrst5content_L{ width:550px; height:375px; margin:0px auto; padding:0px; float:left;}
.indfrst5content_L_Title{ width:530px; height:40px; line-height:40px; color: #fff; margin:0px auto; padding:50px 0px 0px 0px; font-size:24px; font-family: "微软雅黑"; }
.indfrst5content_L_Titles{ width:530px; height:20px; line-height:20px; color: #fff; margin:0px auto; padding:0px; font-size:16px; font-weight:normal; }
.indfrst5content_L_content{ width:530px; height:86px; margin:0px auto; padding:0px; float:left; padding-top:30px;}
.indfrst5content_L_content1{ width:530px; height:225px; margin:0px auto; padding:30px 0px 0px 10px; float:left;color:#eeeeee;}
.indfrst5content_L_content1 ul{width:530px; height: auto; margin:0px auto; padding:0px;}
.indfrst5content_L_content1 ul li{width:530px; margin:0px auto; padding:0px;line-height:31px; color:#eeeeee;}



.indfrst5content_R{ width:530px; height:375px; margin-left:20px; margin:0px auto; padding:0px; float:right; }
.indfrst5content_R_Title{ width:530px; height:40px; line-height:40px; color: #0c9146; margin:0px auto; padding:0px; font-size:22px; font-weight:bold;font-family:Arial, Helvetica, sans-serif; }
.indfrst5content_R_content{ width:530px; height:320px; margin:0px auto; padding:0px;padding-top:50px;}


.fk_content1{ width:530px; margin:0px auto; color:#666666; text-align:center; }
.fk_content2{ width:530px; margin:4px auto;}
.fk_content3{ width:530px; margin:4px auto;}
.fk_content4{ width:530px; margin:4px auto;}
.fk_content5{ width:530px; margin:4px auto; padding:0px;}

#buttons{ width:530px; height:37px; margin:4px auto; color:#fff; background:url(../images/na3.png) no-repeat; cursor:pointer; float:left;border:none;}
.inputs{width:530px; height:42px; line-height:42px; color:#fff; text-indent:10px;background:url(../images/na1.png) no-repeat; border:none;}
.inputsfj{ width:530px; height:125px; line-height:125px; color:#fff; text-indent:10px; background:url(../images/na2.png)  no-repeat;border:none;}
.ff{ width:60px; line-height:25px;font-size:14px; color:#fff; text-indent:10px; float:left;}



/*************************/
.contactImg{ text-align:center; margin:0px auto; padding:0px;}
.contactImg img{ width:100%; height:350px;}

/************关于我们*************/

.jianjie{ width:100%; height:550px; margin:0px auto; padding:0px;}
.jianjie img{ margin:0px auto; padding:0px; text-align:center;}
.jianjie .jianjie_L {
	width:560px;
	height: auto;
	margin:0px auto; 
	padding:30px 0px 0px 0px;
	float:left;
}
.jianjie .jianjie_R {
	width:620px;
	height: auto;
	margin:0px auto;
	line-height:30px;
	padding:30px 0px 0px 0px;
	float: right;
}




/*******************/
.nTab11{
width: 1200px;
height:auto; 
margin: 1px auto 0px auto;
padding:0px;
clear:both;
}
.nTab11 .TabTitle11{
clear: both;
width:1200px; margin:0px auto;
height: 40px;
line-height:60px;
background:url(../images/tab_bg.jpg) no-repeat bottom center ;
}

.nTab11 .TabTitle11 span{ float:right;
line-height:27px; padding-right:20px; color:#9f9f9f;
}

.nTab11 .TabTitle11 span a{ color:#9f9f9f;
}

.nTab11 .TabTitle11 span a:hover{  color:#ff6501;
}
.nTab11 .TabTitle11 ul{
margin:0px auto;
padding:0px 0px 0px 440px;
height:40px;
line-height:40px;
background:url(../images/h_bg.jpg) no-repeat center;
}
.nTab11 .TabTitle11 li{
width: 134px;
cursor: pointer;
height:40px;
line-height:40px;
font-size:16px;
text-align:center;
}

.nTab11 .TabTitle11 .active{ background: #0083ff; color:#fff; font-weight:bold; text-align:center;}
.nTab11 .TabTitle11 .normal{  background: #FFF; color:#333333; text-align:center; border:1px solid #dadada;}
.active a{ color:#ffffd9; font-weight:bold;text-decoration: none;}
.normal a:hover{color:#163892;}
.nTab11 .TabContent11{
width:1200px; height:200px; padding:0px; margin:30px auto; clear:both;
}


.indf_pro {width:100%; height: auto !important; margin:0px auto 50px auto;}
.indf_pro .inpro_picnr { width:290px; padding: 0px; display: block; margin: 0px 5px 0px 5px; height:202px; font-size: 16px; color: #1b1b1b; }
.indfpro_picss {width: 290px;height:200px;margin: 0px auto;text-align: center;}
.indfpro_title {width: 290px;height:60px; line-height:60px; background:url(../images/t_bg.jpg) no-repeat bottom; margin: 0px auto;text-align: center;}




.dongshi{ width:100%; height:940px; background:#f4f4f4; margin:0px auto; padding:0px;}
.dongshi img{ margin:0px auto; padding:0px; text-align:center;}
.dongshi .tit {
    font-size: 16px;
    text-align: center;
    color: #4b4a4a;
    margin:0px auto;
}
.dongshi .tt {
    font-size: 32px;
    text-align: center;
    color: #4b4a4a;
    margin:0px auto;
}
.dongshi .com {
    font-size:16px;
    text-align: left;
	line-height:35px;
    color: #333333;
    margin:0px auto;
	margin-top:20px;
}

.aboutus{ width:100%;}
.aboutus img{ margin:0px auto; padding:0px; text-align:center;}


.newslist{ width:100%;}
.newslist img{ margin:0px auto; padding:0px; text-align:center;}

.yingyongi{ width:100%;}
.yingyongi img{ margin:0px auto; padding:0px; text-align:center;}

/**************产品中心****************/
.lis_top {
    height: 174px; margin-top:30px;
}
.lis_top dl {
    font-weight: normal;
    overflow: hidden;
}
.lis_top dl dt {
    border-bottom: 1px solid #c4c4c4;
    color: #cb2646;
    display: block;
    font-size: 16px;
    height: 61px;
    margin-bottom: 15px;
}
.lis_top dl dt span {
    background: url("../images/ico.png") no-repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 36px;
	line-height:20px;
    margin-right: 9px;
    padding: 7px 12px;
    width: 36px;
}
.lis_top dl dt h3 {
    padding-top: 17px;
}
.lis_top dl dt h3 a {
    color: #454444;
    display: block;
    font-size: 24px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.lis_top dl dd p {
    color: #676767;
    display: block;
    font-size: 14px;
    line-height: 27px;
}
.lis_top dl dd p i {
    color: #333;
}

.pro_tit{
    color: #333333;
    font-size: 28px;
    font-weight: normal;
	margin:60px auto 0px auto;
}


.lis_con h3 {
    color: #000;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 12px;
}
.lis_con h3 span {
    color: #444;
    font-size: 18px;
    padding-left: 9px;
}
.lis_con dl {
    background: #f2f2f2;
    border: 1px solid #c7c7c7;
    height: 290px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}
.lis_con dt {
    float: left;
    text-align: center;
    width:400px;
}
.lis_con dt img {
    display: block;
    height: 288px;
    width: 388px;
	border:1px solid #dbdbdb; 
}
.lis_con dt span {
   
    display: block;
    height: 42px;
    padding-top: 27px;
}
.lis_con dt a {
    color: #2492c7;
    font-size: 18px;
}
.lis_con dd {
    float: right;
    margin: 20px 0;
    padding: 37px 39px 0 26px;
    width: 730px;
}
.lis_con dd h4 {
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 26px;
}
.lis_con dd h4 a {
    color: #2f2f2f;
    text-decoration: none;
}
.lis_con dd h4 span {
    color: #4b4b4b;
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 323px;
}
.lis_con dd p {
    color: #958d8d;
    font-family: "Microsoft Yahei";
    line-height: 22px;
    margin-top: 12px;
}
.lis_con dd h5 {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
}


/*************联系我们****************/
.lf {
    display: block;
    float: left;
}
.mapk{ display:block; position:relative; }


.rf { display: block; float: right;overflow: hidden;}

.tel{ width:500px; background:#FFF;}
.tet{ background:#2ea8d9; padding:22px 32px; overflow:hidden;}
.bj{ line-height:32px; font-size:22px; color:#ffffff;}
.ad1{ height:34px; padding:16px 30px; background:#fff;} 
.ad2{ height:34px; padding:16px 30px; background:#e9e9e9;}
.ad12{ float:left; padding-left:18px;font-size:14px; color:#505050; line-height:34px; }

.contact-second{width: 100%;height:760px;position: relative;}
.contact-second .consec-map{position: absolute;top: 0px;left: 0px;z-index: 1;width: 100%;height:760px;}
.contact-second .consec-address{width: 500px;margin: 0px auto;position: relative;}
.consec-address .consec-content{position: absolute;top:40px;left:0;z-index: 3;width:500px;height:406px;}

.maps{ width:650px; height:480px; margin:0px auto; padding:0px; float:right;}


.cc_con {
    overflow: hidden;
    padding-bottom: 69px;
}
.cc_con h3 {
    background: url("../images/h31.gif") no-repeat scroll center 1px;
    color: #575556;
    font-size: 21px;
    font-weight: normal;
    height: 75px;
    margin-top: 84px;
    text-align: center;
}
.cc_con dl {
    border-bottom: 1px dotted #afafaf;
    clear: both;
    overflow: hidden;
    padding: 53px 0 50px 46px;
}
.cc_con dl dt {
    float: left;
    font-size: 0;
    padding: 9px 20px 0 0;
    width: 53px;
}
.cc_con dl dd {
    color: #787878;
    float: left;
    font-size: 14px;
    width: 832px;
}
.cc_con dl dd p {
    color: #575556;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 29px;
}
.cc_con dl dd p span {
    background: url("Img/neiye/Contact/ico2.gif") no-repeat scroll left 16px;
    color: #575556;
    display: block;
    font-family: "Microsoft Yahei";
    font-size: 17px;
    font-weight: bold;
    padding-left: 27px;
}
.cc_con dl dd p i {
    display: block;
}
.cc_con .nob {
    border-bottom: medium none;
}
.cc_con .first {
    padding-top: 0;
}


.lxian > li {
    font-size: 14px;
    line-height: 33px;
    margin-bottom: 10px;
}
.lxian li span {
    display: block;
    font-weight:bold;
}
.sred{font-weight:bold;}
.lxian li b{font-weight:normal;}
@media screen and (max-width: 768px){

.consec-address .consec-content{position: absolute;top: -410px;px;left:0;z-index: 3;width:350px;height:406px;}
.contact-second .consec-address{width: 98%;margin: 410px auto 0  auto;position: relative;}

}


/*产品模块*/

#productlist{ padding:15px 0px;}
#productlist li{ float:left; width:284px; text-align:center; margin:5px 8px;}
#productlist li img{ margin:auto; padding:1px; border:1px solid #ccc; width:280px; height:200px;}
#productlist li h3{ height:30px; line-height:30px; font-weight:normal;}
#productlist li h3 a{ color:#000;}
#productlist li h3 a:hover{ color:#06F; text-decoration:underline;}