@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:1200px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1200px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



/*鏍峰紡鍒濆鍖栧強鍏叡鏍峰紡閮ㄥ垎lpm*/

body {
    color: #666;
    font-size: 12px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*瀹氫箟鍏ㄥ眬閾炬帴棰滆壊lpm*/

a:hover {
    color: #ed6c00;
    text-decoration: none;
 
}


/*瀹氫箟鍏ㄥ眬閾炬帴榧犳爣婊戣繃棰滆壊lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;    
}


/*涓昏鏍囩鐨勬牱寮忓垵濮嬪寲lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*娓呴櫎宸﹀彸娴姩lpm*/

.fl {
    float: left;
}


/*瀹氫箟宸︽诞鍔╨pm*/

.fr {
    float: right;
}


/*瀹氫箟鍙虫诞鍔╨pm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*瀹氫箟鏍囩璋冪敤鍥剧墖鐨勮竟妗嗘牱寮弆pm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*瀹氫箟榧犳爣缁忚繃鏃惰竟妗嗙殑鍙樺寲鏁堟灉lpm*/

#copy {
    display: none;
}


/*闅愯棌鍚庡彴鑷甫鐗堟潈DIVlpm*/

.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.box2 {
    width: 1280px;
    height: auto;
    margin: 0 auto;
}

/*瀹氫箟鐗堥潰缁熶竴瀹藉害lpm*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;    
}


/*瀹氫箟鑻辨枃瀛椾綋鍙婂ぇ鍐檒pm*/



/*鎶ご*/
	
	.top_bg {
		width: 100%;
		height: 38px;
		background: #f5f5f5;
		margin: 0 auto;
		border-bottom: 1px #eee solid;
	}
	
	#top {
		height: 38px;
		line-height: 38px;
	}
	
	.top_l {
		height: 38px;
	}
	
	.logo {
		padding: 34px 0 0 0;
	}
	.name{padding:58px 0 0 28px;}

	.tel{padding-top: 37px;}
.top_rt a,.top_rl a,.top_r a{padding-left: 24px; margin-left: 20px; float:left; display: block; height:36px; line-height:36px;}
    .top_rt a{ background: url(images/20170923093517_794243550.png) no-repeat center left;}
	.top_rl a{ background: url(images/20170923093531_2095177200.jpg) no-repeat center left;}
	.top_r a{background: url(images/20170923093545_864067248.png) no-repeat center left;}


/*瀵艰埅*/
	
	#head{height: 138px;}
	.nav_bg{ width: 100%; height: 50px; background: #03a3df;}
	.nav li {
		position: relative;
		width: 120px;
		height: 50px;
		line-height: 50px;
		float: left;
		text-align: center;
	}
	
	.nav li a { transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s;
		color: #fff;
		font-size: 14px;
		display: block;
	}
	
	.nav li a:hover { background: #009122;}
	.nav .a_nav a {transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s;
	  background:#009122;
	}
	
	.menu ul {
		width: 120px;
		position: absolute;
	
		top: 50px;
	
		left: 0;
		z-index: 9999; 
	
		opacity: 0;
	
		background: #009122;
	
	
	
		-webkit-transition: opacity .25s ease .1s;
	
		transition: opacity .25s ease .1s;
	
	}
	
	.menu li:hover > ul { opacity: 1; }
	
	 
	
	.menu ul li {
	
		height: 0;
	width: 100%;
		overflow: hidden; 
		background: none;
		-webkit-transition: height .25s ease .1s;
	
		transition: height .25s ease .1s;
	
	}
	
	 
	
	.menu li:hover > ul li {
	
		height: 40px;
	line-height: 40px;
		overflow: visible;
	   
	}
	
	
	
	.menu ul li a {
	
		width: 100%;
		height: 100%;
		display: block;
		border-bottom: 1px solid #fff;
		text-align:center;
		font-size: 14px;
		color:#fff;
	
	}
	.menu ul li a:hover{background:#03a3df; color:#fff;}
	 
	
	.menu ul li:last-child a { border: none; }
	
	.menu ul li table{ width: 100% !important;}
	.menu ul li.cpzx td{
	width:100%;height: 0; 
	
		overflow: hidden; 
	background: #045FBB;   
	
		-webkit-transition: height .25s ease .1s;
	
		transition: height .25s ease .1s;}
	
	
	.menu li:hover > ul li.cpzx td{
	 display: block;    
		height: 41px;
	line-height: 40px;
		overflow: visible;
	}
	.menu ul li.cpzx a{border-bottom: 1px solid #83AFDE;
	height:40px;
	text-align: left;
		padding-left: 25px;
		width: 175px;}
	.menu ul li.cpzx a:hover{background:#E6212A; color:#fff;}
	.menu li:hover ul li.cpzx{height:auto; }

/*骞荤伅鐗�*/

.focus {
    width: 100%;
min-width: 1200px;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus ul {
    height: 100%;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus .btn span.on {
    background: #fff;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 200px;
    background: url(images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}


/*鍐呴〉骞荤伅鐗�*/

.focus_n {
    width: 100%;
min-width: 1200px;
    height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus_n ul {
    height: 100%;
    position: absolute;
}

.focus_n ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus_n ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus_n .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus_n .btn {
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}

.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus_n .btn span.on {
    background: #fff;
}

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus_n .pre {
    left: 0;
}

.focus_n .next {
    right: 0;
    background-position: right top;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top50 {
    padding-top:50px;
}

.top40 {
    padding-top: 40px;
}

.top60 {
    padding-top: 60px;
}



/*浜у搧灞曠ず*/



.title_f{font: 14px/14px "Microsoft Yahei"; text-align: center; background: url(images/20170921142722_221555631.jpg) no-repeat center bottom;height: 86px;}
.title_f p{font-size: 36px; line-height: 40px; padding-bottom: 15px; color: #333;}    

.prod_d li{width: 300px; height: 335px; float: left; position: relative; background: url(images/20170921144231_1434493188.jpg) no-repeat top right; overflow: hidden;}
.prod_li img{padding-top: 5px; padding-bottom: 25px;}
.prod_li{text-align: center; font: 14px/22px "Microsoft Yahei";}
.prod_li p{font:18px/18px "Microsoft Yahei"; padding-bottom: 15px; color: #333;}

.cover{width: 300px; height: 335px; background-color:#0087c7; position: absolute;}
.cover img{padding:0 20px 0 23px; float: left;}
.prod_zt{ padding-top: 20px; float: left; padding-left:4px;}
.cover .prod_z{width: 230px; margin-left: 30px;}
.cover .prod_zt p{font:18px/40px "Microsoft Yahei"; padding-bottom: 18px; color: #fff; float: left;}
.cover .prod_z a{display: block; width:220px; color: #b1daee; padding-left: 17px; font-size: 14px; line-height: 36px; background: url(images/20170921143534_1265499676.jpg) no-repeat center left; border-bottom: 1px dotted #b1daee; }
.cover .prod_z a:hover{color: #fff;}
.prod_more{margin-left: 92px; margin-top: 30px; width: 99px; height: 24px; line-height: 24px; padding-left: 17px; background: url(images/20170921143756_1933630223.jpg) no-repeat center;}
.prod_more a{color: #b1daee; font-size: 14px;}
.prod_more a:hover{color: #fff; }

.prod_d li .left_in{ left: -300px; }
.prod_d li:hover .left_in{ left: 0px; -webkit-transition: all 0.5s; transition: all 0.5s;}
.prod_d li .right_in{ right: -300px; }
.prod_d li:hover .right_in{ right: 0px; -webkit-transition: all 0.5s; transition: all 0.5s;}


/*鏂板搧鎺ㄨ崘*/
.nprod_bl{ width: 466px; height: 690px; position: relative;border:1px #eee solid; overflow: hidden; background:url(images/20170922195018_14846613.jpg) no-repeat center;}
.nprod_bl a,.nprod_brt li a,.nprod_brb a{ display: block; width: 100%; height: 100%;  position: relative; }
.nprod_bl a p,.nprod_brt li a p,.nprod_brb a p{ font-size: 20px; line-height: 50px;text-align: center;color: #fff; width: 100%; bottom: -50px; position: absolute;transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s; background:url(images/20170921151149_892081114.png) repeat center;}
.nprod_bl a:hover p,.nprod_brt li a:hover p,.nprod_brb a:hover p{ bottom:0;}
.nprod_br{ width: 717px;}
.nprod_brt li{ width: 351px; height: 334px; border:1px #eee solid; overflow: hidden;}
.nprod_brt1{background:url(images/20170921151949_1034350030.jpg) no-repeat center;}
.nprod_brt2{background:url(images/20170921152023_1607329200.jpg) no-repeat center;}

.nprod_brb{ width: 715px; height: 342px; border:1px #eee solid; margin-top: 11px; overflow: hidden; background:url(images/20170921152248_1579589238.jpg) no-repeat center;}



/*浼樺娍*/
.adv_t{ width: 100%; min-width: 1200px; height: 217px; background: url(images/20171009095122_1801837727.jpg) no-repeat center;}
.adv_bg1{width: 100%; min-width: 1200px; height: 556px; background: url(images/20171025181914_2047932515.jpg) no-repeat center;}
.adv_bg2{width: 100%; min-width: 1200px; height: 701px; background: url(images/20170921160131_1422555715.jpg) no-repeat center;}
.adv_bg3{width: 100%; min-width: 1200px; height:586px; background: url(images/20170921164236_665866486.jpg) no-repeat center;}
.adv_bg4{width: 100%; min-width: 1200px; height: 549px; background: url(images/20200804085143_1628845626.jpg) no-repeat center;}

.adv_w p{ padding:10px 0 40px 64px;}
.adv_w span{ display: block; font-size: 14px; line-height: 26px; margin-top: 12px; padding-left:18px; background: url(images/20170921160801_1586967825.png) no-repeat left 9px;}

.adv_bg1 .adv_w{ padding: 96px 0 0 34px;}
.adv_bg2 .adv_w{ width:500px; float: right; padding-top: 96px;}
.adv_bg3 .adv_w{ padding: 80px 0 0 34px;}
.adv_bg4 .adv_w{ width:620px; float: right; padding-top:136px; color: #fff !important;}
.adv_w font{ display: block;font-size: 14px; line-height: 26px; float: right;}
.adv_w1{ width: 454px; height: 193px; padding: 14px 0 0 30px; background: url(images/20170921161636_327881142.png) no-repeat center left;}
.adv_w2{ width: 384px; height: 150px; padding: 28px 0 0 10px; background: url(images/20170921161718_7391454.png) no-repeat right bottom;}


/*绠€浠�*/
.com_bg{ width: 100%; min-width: 1200px; height: 467px; background: url(images/20170921164601_1462370977.jpg) no-repeat center;}
.com_w{ width: 560px;}
.com_w p{ font-size: 24px; color: #333; line-height:60px;}
.com_w span{ font-size: 14px; line-height: 26px;}
.com_w span a{ font-size: 14px; color: #00a0e6;}


.g_ys{height:auto; padding-bottom:50px;}

.f_pr{width: 743px; height:92px;margin:0 auto;}
.g_ys .ystab li{ float: left; width:238px; height:60px; margin-right:14px;}
.g_ys .ystab li a{display:block;width:100%; height:100%; height: 50px; line-height:50px;font-size:24px; text-align:center; color: #fff; background:#03a3df;}
.g_ys .ystab li.on a{ background:#009122;}
.g_ys .ystab li.on{background: url(images/20170921171625_756557769.jpg) no-repeat center bottom;}

.g_ys .ystab li span{color: #999;}
ul.ystab.hd { height:72px; margin-bottom:20px;}

.m_ys01 table br{display:none;}
.m_ys01 table td div a{display: block; width: 286px; height:40px; line-height:40px;background:#eee; color:#333;text-align:center; font-size:14px;}
.m_ys01 table td:hover a{color:#ed6c00;}

/*妗堜緥*/



.case_b{ height: 64px;background: url(images/20170921172441_145779693.jpg) no-repeat center;}




/*鍔犵洘*/
.join_bg{width: 100%; min-width: 1200px; height: 699px; background: url(images/20170921175303_787667184.jpg) no-repeat center;}
.join_t{ text-align: center; padding-top: 60px; font-size: 18px;}
.join_t p{height: 46px; margin-bottom: 16px; background: url(images/20170921180353_247641472.jpg) no-repeat center bottom;}
.join_t p t{ color: #e6212a;}

.join_w{ width: 600px;}
.join_w1{ margin-top: 10px; padding-left: 46px;  background: url(images/20170921182109_407490050.png) no-repeat left 21px;}
.join_w1 p{ line-height: 62px;}
.join_w1 p b{ font-size: 20px; color: #e6212a; padding-right: 16px;}
.join_w1 p span{color: #999;}
.join_w2{ font-size: 30px; color: #e6212a;padding-left: 46px;}


.index-active-yy{box-sizing: border-box; width: 1000px;padding-top:30px;}
.index-active-tt{ text-align: center; font-size: 18px; color: #fff; margin-top: 16px;}
.index-active-yy input{ display: block; width: 306px; float:left; border: 1px solid #e7e7e7; height: 38px; margin: 0 22px 16px 0; color: #b2b2b2; text-indent: 14px;}
.index-active-yy button{ width: 308px; float:left; display: block;height: 40px; background-color: #f00; color: #fff; border: 0; cursor: pointer;}



/*鍦ㄧ嚎鐣欒█*/
.fb_bg{width: 100%; min-width: 1200px; height: 166px; background: url(images/20170921182733_941102056.jpg) no-repeat center;}
.fb_l{ width: 176px; text-align: center;}
.fb_l p{ font-size: 34px; color: #e6212a; padding: 28px 0 12px 0;}
.fb_l a{ display: block; width: 148px; height: 34px; line-height: 34px; font-size: 16px; color: #fff; background: #009122; margin: 0 auto;}

/*鏂伴椈*/

.convert{ width:1200px; height:450px; margin:0 auto; background: url(images/20170922145856_877632907.jpg) no-repeat center 25px;}
.convert .tab{width:354px; height:50px; margin:0 auto; padding-top: 25px;}
.convert .tab a{display:block; color:#666; text-align: center; width: 118px; height:30px; line-height: 30px; font-size:16px; float:left;}
.convert .tab a.on{display:block; color:#fff; background:url(images/20170922145820_1619495558.jpg) no-repeat center;}


.convert .content{ overflow:hidden; width:1200px; height:380px; position:relative; margin-top:20px;}
.convert .content ul{ position:absolute; left:0; top:0; height:380px;}
.convert .content li{ width:1200px; height:auto; float:left;}
.content td br{ display:none;}
.content td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.content td a:hover{ display:block; background:#ff6633; color:#fff;}

.news_div_item{width:600px; height: 120px;  float: left; margin:0 0 8px 0; position: relative;}
.news_div_item_pic{width:150px; height: 100px;  float: left;}
.news_div_item_pic img{width:150px; height: 100px;  border: 1px solid #ccc;padding: 2px; background: #fff;}
.news_div_item_content{width:420px; height: 100px; float:right; padding-top:10px; padding-right:10px;}
.news_div_item_title{height:26px;}
.news_div_item_a{ font-size:14px !important; color:#333 !important; font-weight:bold;}
.news_div_item_a:hover{color:#cc0000 !important;}
.news_div_item_body{ line-height: 22px;}

.news_div_item_date{position: absolute; top:86px;left:170px; color:#999;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{float: left;}

.divdgweb_new_div_item{width:600px; height: 120px;  float: left; margin:0 0 8px 0; position: relative;}
.divdgweb_new_div_item_pic{width:150px; height: 100px;  float: left;}
.divdgweb_new_div_item_pic img{width:150px; height: 100px;  border: 1px solid #ccc;padding: 2px; background: #fff;}
.divdgweb_new_div_item_content{width:420px; height: 100px; float:right; padding-top:10px; padding-right:10px;}
.divdgweb_new_div_item_title{height:26px;}
.divdgweb_new_div_item_a{ font-size:14px !important; color:#333 !important; font-weight:bold;}
.divdgweb_new_div_item_a:hover{color:#cc0000 !important;}
.divdgweb_new_div_item_body{ line-height: 22px;}

.divdgweb_new_div_item_date{position: absolute; top:86px;left:170px; color:#999;}
.divdgweb_new_div_item_year,.divdgweb_new_div_item_month,.divdgweb_new_div_item_day{float: left;}





/*鐗堟潈*/
.footer_bg{ width: 100%; min-width: 1200px; padding-top: 34px;  height: auto; background: #333;font-family:"Microsoft YaHei";color: #999;}
.footer_nbg{ height: 280px;}
.footer_bg a{color: #999;}
.footer_bg a:hover{color: #ffa914;}
.footer_l{ width:830px; }
.footer_l li{width: 120px; float: left; margin-right: 50px;}
.footer_l li a{ display:block; line-height: 30px; }
.footer_l li p{ padding-bottom:30px;}
.footer_l li p a{ font-size: 16px; color: #fff;}
.footer_r{width: 164px; padding-top: 10px; margin-right: 50px; text-align: center; font-size: 16px; line-height: 16px; color:#fff;}
.footer_r img{padding-top: 15px;}
.footer_l li.cont_w{line-height: 30px; width: 260px;}

.link{ height: 58px; line-height: 58px; border-bottom: 1px #3f3f3f solid; border-top:1px #3f3f3f solid; margin-top: 50px; display:none;}
.link_l{ width: 83px; padding-left: 33px; font:15px/58px "Microsoft YaHei"; background:url(images/20170923093125_2064972189.jpg) no-repeat 6px center;}
.link_r{ width: 880px;}


.copy{ text-align: center; line-height: 30px; padding-top:20px;}




/*浜у搧澶囨敞*/
.remarks h1 {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    
}
.remarks p {display: none;
    font-size: 16px;
    color: #FF6600;
    margin-bottom: 8px;
}
.remarks_w {font-size: 14px; line-height: 40px;
    margin-bottom: 20px;
	margin: 20px 0 20px 0;
}
.remarks a {
    background: #00a0e6;
    width: 180px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;}
.pro_name a{ line-height: 40px;}

/*产品详情页*/
.pords_d{width:930px;}
.pords_t { width: 910px;
        padding-left: 20px;
        line-height: 46px;
        font-size: 20px; color:#03a3df;
		  margin-bottom: 20px; }
		  
.pords_w {font-size: 14px;
        line-height: 30px;}
.pords_w table{ border-color: #ccc;}

.pords_d img{margin-top: 20px;}

.detail_title{ font-size:16px; margin:0 0 20px 0 !important; height:40px; line-height:40px; padding-left:30px;margin-top:20px !important;background:#f5f5f5; color:#333;}
.pcontent_title_h4 h4{display: none; font-size:16px; text-align:center; color:#00a0e6 !important; line-height:40px;}

.propic_show_left{float:left;}
.propic_show_right{float:right;width:378px !important; text-align:left; padding-top:20px;}
.MagicThumb img{ width:400px;}
.pro_detail_title{font-size:16px; color:#333;}
.r_info h1{display: none;}
div#showbox img {
    width: 402px;
    height: 302px;
}

.linkTagcs
                    { 
                    width:978px;
                 height:auto;}
                    .linkTagcs ul
                    {margin:0px;padding:0px;list-style-type:none;}
                    .linkTagcs li
                    {list-style:none;margin:0px;  padding-right:12px;line-height:60px;float:left;}
                    .linkTagcs li a
                    {color:#999;word-break:break-all;}
                    .linkTagcs li img
                    {border:0px;}

/*内页代码*/
.n_box{
    width: 1200px;margin: 50px auto 0 auto; position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}
.w930{
    width: 930px;position: relative;
}


/*分类*/
.list{width:242px; border:4px #00a0e6 solid;}
.list_t{height:106px; background:url(images/20170922103450_127492342.jpg) no-repeat center; color:#fff; text-align:center;  }
.list_t p{font-size:28px; line-height: 40px; padding-top:16px;}
.list_d{padding-bottom:20px;}
.list_d table{width:100% !important; }
.list_d table td a{display: block; width:190px; padding-left:28px; height:52px; line-height:52px; font-size:14px;color:#333; margin:20px auto 0 auto;  background:#eee url(images/20170922105600_914068709.png) no-repeat 180px center; }
.list_d table td a:hover{color:#fff; background:#00a0e6 url(images/20170922105600_914068709.png) no-repeat 180px center; }

.list_b a{ display: block; border:1px #ccc solid; padding:1px;width:110px; padding-left:108px;  height:59px; padding-top:20px;text-align:center; font-size:14px;color:#333; font-weight:bold; margin:0 auto 20px auto;}
.list_b a span{font-size:12px;font-weight: normal; color:#999;}
.list_b a.list_b1{background:url(images/20170922104525_1381101465.jpg) no-repeat center; }
.list_b a.list_b2{background:url(images/20170922104544_241504427.jpg) no-repeat center; }







/*产品详情页*/
.pords_d{width:930px;}
.pords_t { width: 910px;
        padding-left: 20px;
        line-height: 46px;
        font-size: 20px; color:#03a3df;
		 background: url(web13497ov/images/A848F042-08BC7577-E0DF8A9D-9C640C500.png) no-repeat left
		  bottom;
		  margin-bottom: 20px; }
.pords_w {font-size: 14px;
        line-height: 30px;}
.pords_w table{ border-color: #ccc;}
.pords_d img{margin-top: 20px;}
.detail_title{ font-size:16px; margin:0 0 20px 0 !important; height:40px; line-height:40px; padding-left:30px;margin-top:20px !important;background:#f5f5f5; color:#333;}
.pcontent_title_h4 h4{display: none; font-size:16px; text-align:center; color:#00a0e6 !important; line-height:40px;}
.propic_show_left{float:left;}
.propic_show_right{float:right;width:480px; text-align:left; padding-top:20px;}
.MagicThumb img{ width:400px;}
.pro_detail_title{font-size:16px; color:#333;}
.r_info h1{display: none;}
