<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*,
*:before,
*:after {
	font-size:16px;
	font-family: 'Microsoft Yahei';
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0px;
	margin:0px;
}

html {
	height: 100%;
}

.clear:before,
.clear:after {
	content: '';
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	zoom: 1;
}

img {
	max-width: 100%;
	border:none;
}

a {
	text-decoration: none;
	color:inherit;
}

select {
	border-right: solid 1px #000000;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../images/arrow.png") no-repeat scroll right center transparent;
	padding-right: 14px;
}

LI {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-color: #DDD;
}
th, td{
	padding:7.5px;
	border: 1px solid #cccccc;
	
	}

sup{font-size:10px;}

.container {
	width: 100%;
}

.row {
	width: 100%;
	overflow: hidden;
}

.wrapper {
	margin: auto;
	width: 1200px;
	letter-spacing: 0px;
	font-size: 0;
}

.wrapper:before,
.wrapper:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	zoom: 1;
	visibility: hidden;
}

.col-1 {
	width: 8.33%;
	float: left;
}

.col-2 {
	width: 16.66%;
	float: left;
}

.col-3 {
	width: 25%;
	float: left;
}

.col-4 {
	width: 33.33%;
	float: left;
}

.col-5 {
	width: 41.66%;
	float: left;
}

.col-6 {
	width: 50%;
	float: left;
}

.col-7 {
	width: 58.33%;
	float: left;
}

.col-8 {
	width: 66.66%;
	float: left;
}

.col-9 {
	width: 75%;
	float: left;
}

.col-10 {
	width: 83.33%;
	float: left;
}

.col-11 {
	width: 91.66%;
	float: left;
}

.col-ten{
	width: 10%;
	float: left;	
}

.col-20 {
	width: 20%;
	float: left;
}
.col-37 {
	width: 37.5%;
	float: left;
}

.col-80{
	width: 80%;
	float: left;
}
	
/* ==================== 1.2 Typography ==================== */

P {
	font-size: 16px;
	line-height: 200%;
	padding: 0.5em 0;
}


/**********************Main Page**********************/

/* ==================== 2.1Top==================== */
























header{
	position:relative;
	height:145px;
}
header .head-line{
	background:#F5F5F5;
	height:36px;
	padding:8px;
	border-bottom: 1px solid #EEEEEE;
}

header .head-line .icon-box{
	float:right;
}

header .head-line .icon-box span{
	display:inline-block;
	padding:0px 10px;
	font-size:11px;
	color:#8F8F8F;
}

header .head-line .icon-box a{
	position:relative;
}

header .head-line .gzh .gzcode{
	position: absolute;
	width: 0px;
	opacity: 0;
	right: 0px;
	top: 0px;
	z-index:99;
}

header .head-line .gzh:hover .gzcode{
	display:block;
	opacity: 1;
	width:120px;
	height:120px;
	top:0px;
	right:0px;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;	
}

header .logo{
	float:left;
	width:191px;
}

.mobile_bar{
	display:none;
	width:100%;
	text-align:center;
	padding: 0px -15px;
}

.mobile_bar span{
	display:block;
	width:30px;
	height:3px;
	background:#666;
	margin:3px auto;	
}

header .nav{
	float:left;
	
	margin-top:50px;
}

header .nav li a{
	float:left;
	font-size:18px;
	color:#333;
	font-weight:300;
	list-style-type:none;
	padding:0px 15px;
	line-height:initial;
}

header input[type="text"]{
	position: absolute;
	background:url(../images/search-icon.png) no-repeat 4px center;
	border: solid 1px #ccc;
	padding: 3px;
	width: 28px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

header input[type="text"]:focus {
	width: 160px;
	background-color: #fff;
	border-color: #CCC;
	box-shadow:none;
	outline:none;
	padding-left:30px;
	color:#CCC;
}

header input[type="submit"]{
	display:none;
} 

header .slogan{
	padding:15px 0px 5px;
	float:right;
	width:400px;
}

.sub-nav{
	position:absolute;
	width:100%;
	z-index:99;
	top:140px;
	background:RGBA(255,255,255,0.9);
	border-top:5px solid #ff5b5b;
	line-height:0px;
}

.sub-nav a {
  float: left;
  width: 110px;
  padding-top:7px;
  text-align: center;
  color: #666;
}
.sub-nav a:hover {
  color: #111;
}

.sub-nav a img {
  display: inline-block;
   height: 50px;
}

.sub-nav a span {
  display: block;
  padding-top: 12px;
  font-size: 12px;
  line-height:100%;
}

.sub-nav__wrap{
	display:none;
	padding:0px 0px 10px;
	border-bottom:1px solid #f5f5f5;
	z-index:99;
background:#fff;
}

.sub-nav__wrap:hover{
	display:block!important;
}

/* ==================== 2.2 banner===================== */

.banner{
	width: 100%;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 393px;
}

.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
}

.swiper-button-prev{
	left:0;}	
.swiper-button-next{
	right:0;}	
	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
	
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}

/*åˆ†é¡µå™¨*/
.swiper-pagination{
	top:auto;
	bottom:10px;
}
  .swiper-pagination-bullets {
	display: inline-block;
	width:100%;
	height: 10px;
	margin: 0 3px;
	cursor: pointer;
	border-radius:0;
	opacity: 1;
	text-align:center;
}

.swiper-pagination-bullets span {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #666;
	border:1px solid #DDD;
	border-radius:7px;
	margin:0px 5px;
	
}
 .swiper-pagination-bullet-active{
    background:#DDD;
}

/* ==================== 2.3 fast_nav=================== */
.fast_nav_bg {
	background: #f5f5f5;
	padding: 30px 0px;
}

.fast_nav ul li {
	display: block;
	text-align: center;
	color: #666666;
}

/* ==================== 2.4 years_nav=================== */
.years {
	margin-top: 30px;
}

.years_head h2{
	font-size: 30px;
	font-weight:500;
	text-align:center;
	font-family:"SimHei";
	color: #ff5b5b;
	padding: 10px 0px 30px;
}

.years_head h2:before{
	content:"èµ°è¿›";
	color:#333;
	font-size: 30px;
}



ul.company li {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.company .story,
.company .task,
.company .honor,
.company .region,
.company .fengcai,
.company .welfare{
	border:1px solid #CCCCCC;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}

.company .welfare {
	margin-right: 0px;
}

.company .pic {
	float: left;
	padding: 5px;
}

.company .txt {
	float: left;
	font-size: 16px;
	color: #666666;
	padding-top: 16px;
	padding-left: 10px;
}

.company .active {
	border: 1px solid #FE5858;
}

.pic_content {
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
}

.pic_content .line {
	position: absolute;
	height: 9px;
	top: -1px;
	z-index: 99;
	width:16.66%;
}

.pic_wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}


.pic_wrapper .active{
	animation: fade 2s;
		-webkit-animation: fade 2s;
		-moz-animation: fade 2s;
		-o-animation: fade 2s;
	display:block;
}

	@keyframes fade{
		from{
			opacity:0;
			filter:alpha(opacity=0);}
		to{

			opacity:1;
			filter:alpha(opacity=1);}
	}
	@-moz-keyframes fade{
		from{
			opacity:0;
			filter:alpha(opacity=0);}
		to{
			opacity:1;
			filter:alpha(opacity=1);}
	}
		@-webkit-keyframes fade{
		from{
			opacity:0;
			filter:alpha(opacity=0);}
		to{
			opacity:1;
			filter:alpha(opacity=1);}
	}
		@-o-keyframes fade{
		from{
			opacity:0;
			filter:alpha(opacity=0);}
		to{
			opacity:1;
			filter:alpha(opacity=1);}
	}

.pic_item {
	float: left;
	display:none;

}

/* ==================== 2.5 solution=================== */
.solution_head {
	font-size: 24px;
	color: #333333;
}

.solution_type UL LI {
	font-size: 16px;
	display: block;
	text-align: center;
	float: left;
	padding-top: 10px;
	cursor:pointer;
}

.solution_type .active {
	color: #FB803A;
}

.solution_type UL LI:first-child {
	margin-left: 50%;
}
.hide{
	display:none;
}

#img_slider1{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#img_slider2{
	position: relative;	
}

#img_slider1 .swiper-slide,
#img_slider2 .swiper-slide{
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}

.swiper-pagination1{
	position:absolute;
	bottom:10px;
	color:#666;
	z-index:99;
	padding-left:15px;
}
.questionnaire-content .question-title{height:auto;float:left;width:100%;}
.question-title{height:auto;float:left;width:100%;}
.yth2 {width:23%;float:left;border:1px solid #cccccc;margin:5px;height:330px;}
.yth2 img{max-width:100%;float:left;width:100%;}
.question-answer{float:left;width:100%;}
.questionnaire-content .question-answer label{float:left;}
.questionnaire-content .question-answer input[type="checkbox"]{float:left;margin:0 10px 20px 10px;}
.questionnaire-content .question-answer .options{width:100%;margin:0;padding:0;height:auto;}




/* ==================== 2.6 product=================== */
.recommend_head{
	font-size: 24px;
	color: #333333;
	padding:12px 0px;
	border-bottom:1px solid #DDD;
	margin-top: 30px;
}


.product{
	margin-top: 30px;
}


.product .index_recommend{
	padding:0px 10px;
	margin:20px 0px;
}

.product .index_recommend .index_recommend_wrapper{
	position:relative;
	height:280px;
	overflow:hidden;
}

.product .index_recommend .index_recommend_wrapper .recommend_text{
	background:#FFF;
	padding:10px 20px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:12px;
	color:#999999;
	text-align:center;
	line-height:200%;
}

.product .index_recommend .index_recommend_wrapper .recommend_text .xh{
	color:#666666;
}

.product .index_recommend .index_recommend_wrapper .recommend_text .recommend_text_des{
	height:0px;
	display:block;
	overflow:hidden;
	border:none;
	visibility:hidden;
	transition:all 1s;
}

.product .index_recommend .index_recommend_wrapper:hover .recommend_text .recommend_text_des{
	height:110px;
	visibility:visible;
	}

.product_head {
	display: block;
	background: #2b6fbc;
	height: 325.9px;
}

.product_head_chem {
	display: block;
	background: #2bbc79;
	height: 325.9px;
}
.product_title_pad{
	padding: 60px 20px 10px 20px;
} 

.product_title a{
	font-size:1.5em;
	text-transform: capitalize;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.product_desc_pad{
	padding: 20px 20px 0 20px;
}

.product_desc {
	font-size: 14px;
	color: white;
}

.product_desc P A{
	color:#FFFFFF;
}

.product_list {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.product_content {
	border: 1px solid #CCCCCC;
	padding:10px 0px;
}

.product_img {
height:299px;
text-align:center;
}

.product_img img{
height:299px;
}

.product_name,
.product_model {
	margin: 8px 0px;
	display: block;
	text-align: center;
	color: #959595;
	font-size: 13px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.product_name img{
	margin-right: 15px;
}

.brand-list .logos {
	text-align: center;
}

#yq_brand-list,
#hg_brand-list {
	width: 100%!important;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px 30px;;
}

/* ==================== 2.7 news=================== */
.news{
	margin:30px auto;
}
.new_list {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.adv {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 384px;
	text-align:center;
}

.new_list ul li {
	display: block;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px 0px;
	font-size: 16px;
}

.article_head:hover {
	background: #ff5b5b;
	color: #FFFFFF;
}

.article_tpye .active {
	background: #ff5b5b;
	color: #FFFFFF;
}

.datebox{
	width:16.66%;
	float:left;
	margin-top: 0.5em;
	}

.contentbox{
	width:83.33%;
	float:left;	
}

.date {
	display: block;
	background: #F3F3F3;
	color: #FF5A5A;
	font-size: 18px;
	padding: 10px 0px;
	margin: auto;
	height: 60px;
	width: 60px;
	text-align: center;
}

.date .addtime {
	display: block;
	font-size: 10px;
	text-align: center;
	color:#666;
}

.article_content {
	float: left;
	text-align: left;
	margin: 10px 20px 10px 0px;
	color:#666666;
}

.article_content a{
	color:#AC0000;
}

.article_content P{
	text-indent:2em;
}

.article_list {
	display: none;
}

.new_list .active {
	display: block;
}

.article .article_title a{
	font-size: 16px;
	color: #333;
	margin:0.5em 0em;
}

.article .contentbox .article_content .article_title span{display:none;}

ul.article_list .article{
	width:100%;
	height:100px;
}	

ul.article_list li:nth-child(3){
	border-bottom:none;
}

.article .article_des {
	color: #999;
	font-size:12px;
	padding-top:0.5em;
}

.index-more{
	float:left;
	width:100%;
	text-align:center;
	padding:0 20px 20px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;	
}


/* ==================== 2.8 superiority=================== */
.superiority_bg {
	background: #F5F5F5;
	padding-bottom: 30px;
	margin-top: 40px;
}

.superiority .header {
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
	padding:30px 0px 0px 0px;
}

.superiority .header span {
	font-size: 30px;
	color: #FF5B5B;
}

.superiorit_node .xu{
	text-align:center;
}

.superiorit_node span {
	font-size: 18px;
	color: #FFFFFF;
	background: #FF5B5B;
	padding: 15px 20px;
	margin: 15px auto;
	display:inline-block;
}

.node_content {
	padding:10px 25px;
	float: left;
	color: #696969;
}

.node_content h4 {
	font-size: 16px;
}

.link {
	padding: 15px;
}

.link ul {
	height: 35px;
}

.link .linkhead {
	padding: 8px;
}

.link a {
	display: inline-block;
	width: 12.5%;
	padding: 8px 0px;
	text-align: center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

/* ==================== 2.9 footer=================== */



.rightBar {
    right: 0;
    top: 0;
    z-index: 8888;
    position: fixed;
    width: 45px;
    height: 100%;
    background: #fbf9c8;
    border-left: 1px solid #EEE;
}
.rightBar img{width:31px;max-width: unset;}

.rightBar .wrap {
    width: 32px;
    height: 450px;
    
    position: absolute;
    top:10%;
    left: 0;
}

.rightBar .wrap a{    float: left;
    padding: 0px 0 8px 40%;
     line-height: 20px;
font-size:16px;
}




.rightBar .btns {
    width: 24px;
    padding: 8px 3px 0;
    border-top: 1px dashed #CCC;
    
    margin: 0 5px;
}



.rightBar .btns a.wx {
    
}
.rightBar .btns a.aff {
    background: url(../images/icongroup0.png) 0 0 no-repeat;
}


.rightBar .btns a.tel span {
margin-right: 45px;
    width: 160px;
    font-size: 20px;
    color: #ffffff;
    float: right;
    background: #ff4b4b;

    text-align: -webkit-center;
}

.rightBar .btns a span {
    display: none;
}

.rightBar .btns a {
    display: block;
    width: 31px;
    height: 31px;
    line-height: 32px;
    margin-bottom: 8px;
}


.rightBar .btns a.tel.current{}


.rightBar .btns a.qq:hover, .rightBar .btns a.tel:hover, .rightBar .btns a.qq.current,  {
    border: 1px solid #EEE;
    border-right: none;
    color: #999;
    padding: 5px 15px 5px 10px;
    width: 130px;
    margin-left: -117px;
    background: #cccccc;
}

.rightBar .btns a:hover span, .rightBar .btns a.current span {
    display: block;
}

.rightBar .btns a.wx span {
    position: absolute;
    width: 180px;
    height: 180px;
    right: 38px;
    background: url(../images/chatcode.jpg) 0 0 no-repeat;
    z-index: 11;
}




.rightBar .btns a.wx,.rightBar .btns a.tel,.rightBar .btns a.aff{    float: left;
    margin-left: 0px;}


.footer_bg {
	background: #F5F5F5;
	border-top: 5px solid #FF5B5B;position: absolute;
    z-index: 999;
}

.footer {
	padding: 30px 0px 10px 0px;
	color: #666666;
}

.col{
	padding:30px;
}
.footer h5 {
	display: block;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
}

.footer dl {
	overflow: hidden;
	padding-bottom: 20px;
}

.footer dd {
	font-size: 14px;
	padding: 5px 10px;
	float: left;
}

.footer .aboutus {
	font-size: 11px;
	line-height: 30px;
}

.footer .aboutus SPAN {
	font-size: 20px;
}

.footer .contact .wechat,
.footer .contact .qq {
	float: left;
	width: 15%;
	padding-top: 10px;
	position: relative;
}

.qrcode {
	position: absolute;
	visibility: hidden;
	width: 0px;
	opacity: 0;
	right: 0px;
	bottom: 0px;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	/* Firefox 4 */
	-webkit-transition: all 1.5s;
	/* Safari å’Œ Chrome */
	-o-transition: all 1.5s;
}

.footer .contact .wechat:hover .qrcode {
	width: 150px;
	visibility: visible;
	opacity: 1;
}

.qrcodehide{
	display:none;
}

.footer .contact .kefu {
	float: left;
	width: 70%;
	font-family: Arial;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	padding: 20px 0px 0px 20px;
}

.foot_fast {
	display: none;
}

.foot_fast&gt;div {
	width: 25%;
	float: left;
	padding: 8px;
	text-align: center;
}

.foot_fast&gt;div&gt;a&gt;img {
	width: 30px;
}

.copyright {
	padding-bottom: 30px;
}

.copyright p,
.copyright p a{
	font-size: 11px;
	text-align: center;
	color: #666666;
	line-height: 180%;
}

/*====================3.1 crumbs====================*/
.crumbs {
	margin: 16px 0px;
	padding-left: 30px;
	font-size: 14px;
	color: #999;
	background: url("../images/crumbs.png") 5PX 3px no-repeat;
	width: 100%;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}

.crumbs a{
	color:#999;
}

/*====================3.2 product_list====================*/
.catalog h3{
	font-size:20px;
	font-weight:normal;
	color:#ff5b5b;
	border-bottom:1px solid #DDD;	
	color: #333;
	background: url(../images/line.jpg) 0px center no-repeat;
	padding:10px;
}

.catalog h3 span a{
	font-size:12px;
	margin-left:10px;
}


.catalog li{
	border-bottom:1px solid #DDD;
	overflow:hidden;
	margin-bottom:30px;
}

.catalog .catalog-header{
	text-align:center;
	font-size:12px;
	color:#999;
	padding:60px 8px 0px;
	
}

.catalog .catalog-header img{
	max-height:80px;	
}

.catalog .catalog-header-text{
	color:#666;
	margin:10px auto;
	line-height:180%;
	font-size:12px;
}

.catalog .catalog-header-series a{
	color:inherit;
	
	font-size:12px;
	margin:0px 5px;
}

.catalog .catalog-header-series a:hover{
	color:#ff5b5b;
}

.catalog-product-box{
	border-left:1px solid #DDD;
	text-align:center;
	padding:30px 0px;
	opacity:0.8;
}

.catalog-product-box:hover{
	opacity:1;
}


.catalog-product-box .pp{
	font-size:12px;
	color:#999;
}

.catalog-product-box .xj{
	margin-top: 15px;
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}

.catalog-product-box .xj:hover{
	color:#FFF;
	background: #be1f33;
}

.nav_header {
	background: #D63B38;
	padding: 10px;
	text-align: center;
}

.moblie_nav_header{
	display:none;
}

.moblie_list_nav{
display:none;
}

.nav_header img {
	border: 3px solid #FFFFFF;
}

.list_nav {
	margin: 10px 0px 30px;
}

.level1{
	font-size: 20px;
	cursor: pointer;
	color:#333;
	font-weight:500;
	margin:0.5em 0em;
}

.list_nav .level1 a,
.flevel{
	font-size: 20px;
	cursor: pointer;
	color:#333;
	font-weight:500;
	padding-left:40px;
	margin:0.5em 0em;
	white-space: nowrap;
}

.yiqi-icon{
	background:url(../images/yiqi.png) 5px 3px no-repeat
}

.chem-icon{
	background:url(../images/chem.png) 5px 3px no-repeat
}

.hangye-icon{
	background:url(../images/industry.png) 5px 3px no-repeat;
}
.brand-icon{
	background:url(../images/pp.png) 5px 3px no-repeat;
}

.list_nav .level2 li a{
	display: block;
    padding:5px 0px 5px 40px;
	margin:5px 0px;
	color:#666;
	}
	
.list_nave .zh-li li a{
	display: block;
    padding:5px 0px 5px 0px;
	margin:5px 0px;
}	
	
.list_nav .level2 li a:hover{
	background:#F5F5F5;
}	
	
.list_nav .recent{
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px solid #e1e1e1;
	padding:15px 0px;
	margin: 0px;
	float: left;
	width: 100%;
	text-align:center;
	color:#666;
}

.list_nav .recent .current{
	background:none;
	color:#D53A36;
}

.list_nav .recent a{
	font-size: 13px;
	line-height:200%;
}

.tag_header {
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}

.tag ul li {
	padding: 5px 10px;
	margin: 5px 10px;
	background: #E2E2E2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	float: left;
	color: #666666;
}

.list_center {
	margin-left: 40px;
}

.list_nav2  dt {
	font-size: 28px;
	padding: 18px 5px 5px 15px;
	color: #666;
	background:url(../images/line.jpg) 0px 24px no-repeat
}

.list_nav2  dd a{
    font-size: 14px;
    float: left;
    margin-top: 25px;
    padding: 0px 20px;
    border-right: 1px solid #FF5B5B;
	color:#666;
}

.list_nav2  dd a:hover{
    color:#FF5B5B;
}


.list_nav2 dd:last-child a{
    border-right:none;
}

.products_list {
	margin: 30px 0px;
}

.products_list ul li {
    text-align: center;
    color: #666666;
    padding: 10px 10px;
    border: 1px solid #DDD;
	margin: 0.5%;
	width: 24%;overflow: hidden;
}

.products_list ul li img {
	padding: 10px 0px;
	max-height: 192px;
}

.products_list ul li a {
	color: #666666;}
	
.t,
.pp{
	width:100%;
	line-height:180%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.pp{
	font-size:12px;

}

.products_list ul li  .t img{padding:0px 10px 0px 0px;}

.products_list ul li .xj {
	margin-top: 15px;
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}

.products_list ul li .xj:hover {
	color:#FFF;
	background: #be1f33;
}

.pages {
	margin-top:50px;
	text-align: center;
}

.showpage a {
	color: #666666;
	padding: 6px 12px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	display: inline-block;
}

.pages .showpage .current {
	background: #EA3C3C;
	color: #FFFFFF;
}

/*====================4.1 product====================*/
.product_ind_bg {
	background: #F2F2F2;
	margin-top: 20px;
}

.product_ind ul li {
	width: 12.5%;
	float: left;
	padding: 20px;
	text-align: center;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.product_ind ul li span {
	display: block;
}

/*====================4.2 product summery====================*/


.product-header{
	border-bottom:1px solid #ff5b5b;
	padding-bottom:50px;
}

.big_pic {
	padding:15px 14.5px;
	margin-bottom: 11px;
	overflow: hidden;
	max-height:400px;
	text-align: center;
}

.products_param {
	line-height: 200%;
	overflow: hidden;
	margin-bottom: 10px;
	padding:30px 50px 0 0;
}

.products_param .gg{

	margin-bottom:20px;
}

.products_param a {
	color: #AC0000;
}

.products_param h1 {
	font-size: 24px;
	color: #333;
	margin:15px 0px 25px;
}

.products_param ul li,
.products_param ul li a{
	font-size: 14px;
	
	line-height: 200%;
	white-space:nowrap;
}



.products_param span {
	display: inline-block;
	width: 70px;
}

.img_list {
	position: relative;
	background: #FFFFFF;
	height: 80px;
}

.products_box .cpmore {
    display: block;
    width: 165px;
    height: 50px;
    background: url(../images/cpmore.gif) 0 0 no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.products_box .cpmore:hover {
    background: url(../images/cpmore.gif) 0 -50px no-repeat;
}

#cppic {
	left: 0;
	width: 100%;
	height: 65px;
	position: absolute;
}

#cppic .pic_list_prev {
	float: left;
	width: 15px;
	height: 45px;
	background: url(../images/arrl.gif) left center no-repeat;
	cursor: pointer;
	margin-top: 3px;
}

#cppic .pic_list_next {
	float: right;
	width: 15px;
	height: 45px;
	background: url(../images/arrr.gif) right center no-repeat;
	cursor: pointer;
	margin-top: 3px;
}

#cppic .pic_list_body ul {
	overflow: hidden;
}

#cppic .pic_list_body ul li {
	float: left;
	width: 66px;
	height: 45px;
	text-align: center;
}

#cppic .pic_list_body ul li img {
	width: 60px;
	height: 43px;
	border: 1px solid #DDD;
	cursor: pointer;
}

#cppic .pic_list_body ul .current {
	border: 1px solid #D53A36;
}

.param_bottom {
	height: 80px;
}

.param_bottom .r {
	text-align: center;
}

.param_bottom .r a {
	display: block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    margin: 10px;
    font-size: 20px;
    /* font-weight: bold; */
    text-align: left;
    background-color: #0266b4;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff;
}
.wechat-box{
	position:relative;
}

.wechat-box .wechat-box-codewrapper{
	position:absolute;
	display:none;
	left:60px;
	top:0px;
	width:100px;
	height:100px;
}

.wechat-box:hover .wechat-box-codewrapper{
	display:inline;
}

.p_r_qq {
	background: url(../images/pr_qq.png) right center no-repeat;
}

.p_r_pdf {
	background: url(../images/pr_pdf.png) right center no-repeat;
}

.p_r_price {
	background: url(../images/pr_quote.png) right center no-repeat;
}

.p_r_video{
	background: url(../images/pr_video.png) right center no-repeat;
}

.p_r_yp{
	background: url(../images/sqyp.png) right center no-repeat;
}

.p_r_wechat{
	background: url(../images/wechat.png) right center no-repeat;
}

#sp-box{
	display:none;
}

.sp-out-wrapper{
	padding:15px;
	text-align:center;
}

.sp-out-wrapper img{
	border:1px solid #DDD;
}

.sp-name{
	padding:8px;
}

/*====================4.3 product content====================*/

.pr_content .content h2 {
	padding:0.5em;
	color: #AC0000;
	border-bottom: 1px solid #DDDDDD;
	font-size: 16px;
	margin:50px auto 30px
}
.product_nav{
	position:absolute;
	background:#F9F9F9;
	width:200px;
	z-index:99;
}


.product_nav .product-nav-header{
	font-size:12px;
	color:#8A8A8A;
	height:40px;
	line-height:40px;
	padding-left:20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
}

.product_nav ul li A{
	line-height:40px;
	color:#333;
	padding-left:30px;	
	border-left:#F9F9F9;
}

.product_nav ul li.active{
	border-left:2px solid #AC0000;	
}

.product_nav ul li.active a{
	color:#AC0000;
}

.product-edu a{
	line-height: 40px;
	color: #333;
	padding-left: 30px;
	border-left: #F9F9F9;
}

.product_nav .fast-contact{
	position:relative;
	background:#FFF;
}

.product_nav .fast-contact .item{
	position:relative;
	display:block;
	height:40px;
}

.product_nav .fast-contact .item .qq{
	float:right;
}

.product_nav .fast-contact .item .qq:hover .item-content{
	display:inline;
}



.pr_content .content h2 strong{
	display:block;
	text-indent:-99em;}

.pr_content .content h3 {
	margin: 2em 0 1em;
	color: #AC0000;
	font-size: 16px;
}

.pr_content .content h4{
	font-size:16px;
	padding:1em 0;
	font-weight:normal;
	color:#000;
}

.content{
	position:relative;
	color:#666;
	left:200px;
	width:1000px;
	padding:30px 0 0 50px;
}


.pr_content_wrapper p{
	text-indent: 2em;
}

.pr_content_wrapper td p{
	text-indent:0em;}
	
.pr_content_wrapper  tr&gt;td:nth-child(1),
.pr_content_wrapper  tr&gt;tH:nth-child(1){
	width:20%;}

.pr_content_wrapper ul li{
	text-indent:2em;
	padding: 0.5em 0em;
}
.pr_content_wrapper22 ul li{
	padding: 0.5em 0em;
}

.q{
	font-size:14px;
	color:#b02620;
}

.an{
	text-indent:2em;
	font-size:13px;
	color:#666666;
	margin-bottom:20px;
}

.an a{font-size:14px;}

ul.product_wenxian li {
	padding: 8px 0px 8px 15px;
	background: url("../images/wx.png") 10px 10px no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.product_wenxian li a{
	font-size:14px;
}

ul.product_wenxian li span{
color: #aaa;
line-height: 22px;
font-size: 12px;
padding-left: 40px;
}

ul.cp_peijian span{
	display:block;
	font-size:12px;
	color:#aaa;
}

.pr_content_wrapper .product-sp-list li{
	
	/*padding: 8px 0px 8px 25px;
	background: url("../images/video.svg") 10px 10px no-repeat;*/
	
	padding: 8px 1%;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-size:30px;*/
	width:23%;
float:left;
height:240px;
}

.pr_content_wrapper .product-sp-list li img{
	max-width:100%;
	height:170px;
width:100%;
}

.product-sp-list .sp-title{
	line-height:30px;
	font-size:12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
}
.product-case-note:after{
	content: '(ç‚¹å‡»å¯æŸ¥çœ‹è¯¦æƒ…)';
	font-size: 14px;
	color: #aaa;
	font-weight: normal;
	margin-left:8px;
}

.pr_content_wrapper .case-list li{
	float:left;
	width:16.6%;
	text-align:center;
	text-indent:initial;
	padding: 1em 0em;
	min-height:128px;
}

.pr_content_wrapper .case-list li img{
	width:80px;
    height:80px;
	background:#FFF;
	margin:auto;
}

.pr_content_wrapper .case-list li .industry{
	display:block;
	color:#aaa;
	font-size:12px;
}

.view-product{
	display:block;
	width:165px;
	height:50px;
	background:url("../images/cpmore.gif") left top no-repeat;
}

.view-product:hover{
	background:url("../images/cpmore.gif") left -50px no-repeat;
	transition:all 0.3s;
}

.pr_content_wrapper .product-paper-list li{
	display:block;
	margin-top:10px;
}

.pr_content_wrapper .product-paper-list li .OriginalTitle,
.pr_content_wrapper .product-paper-list li .author{
	color: #aaa;
	line-height: 22px;
	font-size: 12px;
}
.pr_content_wrapper .product-paper-list li .cn-title{
	margin-left:-1.5em;
}
.pr_content_wrapper .product-paper-list li .cn-title span{
	color: #aaa;
	font-size: 12px;
	margin-left:10px;
}

.pr_content_wrapper .relate-product-list li{
	float:left;
	text-align:center;
	margin:15px;
	width:280px;
	text-indent:initial;
}

.pr_content_wrapper .relate-product-list img{
	border:1px solid #DDD;
}

.pr_content_wrapper .relate-product-list .mc{
	margin-top:15px;
	font-size:14px;
	color:#999;
}

.pr_content_wrapper .relate-product-list .xh{
	font-size:12px;
	color:#aaa;
}

/*====================4.3 newlist====================*/
.newlist_wrapper {
	margin-left: 40px;
}

.newlist_wrapper ul li {
	border-bottom: 1px solid #DDDDDD;
	padding: 20px 0;
}

.newlist_wrapper ul li a {
	font-size: 16px;
}

.newlist_topwrapper {
	margin-bottom: 30px;
}


.recommended {
	padding: 10px;
	height: 300px;
	border: 1px solid #DDDDDD;
	margin: 10px;
}

.recommended:hover{
	border: 1px solid #F23030;	
}

.recommended:last-child {
	margin-right: 0px;
}

.recommended img {
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
}

.recommended  .article_summery a{
	font-size:14px;
}

.article_summery {
	padding-left: 20px;
	font-size: 16px;
}

.article_summery p{
	color: #999;
	font-size: 12px;
	padding-top: 0.5em;
}

.pxfl{padding:20px 0 20px 20px;font-size:16px;}
.pxfl p{width:50%;float:left;font-size:18px;border-bottom: 1px solid #DDDDDD;}
.pxfl a {
    margin-left: 5px;
    color: #ffffff;
    background: #ff5b5b;
    font-size: 16px;
    padding: 3px;
    }
.pxfl a:hover{background:#bf0000;}



.article_summery&gt;div P a{
	font-size: 16px;
	color: #333;
	margin: 0.5em 0em;
}

.article .article_summery&gt;span{display:none;}

.new_list_nav{
	display:none;
}


/*====================5.1 article====================*/
.article_wrapper {
	margin-left: 100px;
}

.article_wrapper h1 {
	text-align: center;
	font-size: 20px;
	color:#666666;
	font-weight: bold;
	margin: 40px 0px 60px 0px;
}

.article_header {
	text-align: center;
	font-size: 10px;
	color: #AAAAAA;
}

.article_summary {
	margin: 20px 0px;
	background: #F6F6F6;
	padding: 20px;
	color: #999;
	font-size:12px;
	line-height:175%;
	border: dashed 1px #999;
	border-radius:5px;
}

.article_wrapper h3 {
	font-size: 14px;
	font-weight: bold;
	margin:18px 0px;
	color: #AC0000;
}

.prenext {
	margin: 30px;
}

.relate_header {
	margin-top:60px;
	margin-left: 100px;
}

.article_relate_prodcut {
	margin: 30px 0px 0px 80px;
}

.article_relate_prodcut .relate_product {
	text-align: center;
	padding: 10px;
}

.article_relate_prodcut .relate_product .contentwrapper {
	margin: 10px 0px;
}

.bdsharebuttonbox{
	text-align:center;
}

.bdshare-button-style2-16 a, .bdshare-button-style2-16 .bds_more{
	float:none!important;;
}

.article_header&gt;div{
	padding:4px 0px;
}

.downicon{
	text-align:center;
}

.download-list ul li{
	padding:15px 0 15px 50px;
	background: url(../images/download.png) left center no-repeat;
	border-bottom: 1px dashed #DDDDDD;
}
	
.download-list ul li a{
	color:#666;
}

.zt_news_relate li{
	float: left;
	margin: 5px 50px;
	border-bottom: 1px dashed #DDD;
	display: inline;
	background: url(../images/icos4.gif) 3px 10px no-repeat;

}

.zt_news_relate li span,
.zt_news_relate li a{
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
	color: #666666;
}


/*====================6.1 service====================*/

.query,
.apply {
	margin: 30px;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.query:hover,
.apply:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.service-list {
	text-align: center;
}

.service-list li {
	border: 1px solid #FFFFFF;
	padding: 20px;
	border-radius:5px;
		-moz-border-radius:5px;
			-webkit-border-radius:5px;
}

.service-list li:hover {
	border: 1px solid #FF5B5B;
	box-shadow:2px 2px 5px #CCCCCC;}

.service-list span {
	display: block;
	padding: 20px;}

.px_page{margin-top:40px;}

#tsjy input{
	border:none;
	border-bottom:1px solid #DDD;
	color:#666;}
	
#tsjy span,#tsjy label{	color:#666;}
	
#tsjy .lx{
	font-size:16px;
	color:#999;
	border-bottom:1px solid #DDD;
	padding:10px 0px;
	margin:30px 0px;
	}
			
#tsjy .lxr,	
#tsjy .tel,
#tsjy .email{margin:10px 0px 30px;}

#tsjy .lxr .txt2{
	width:40%;
	padding:5px;}

#tsjy .tel .txt1,
#tsjy .email .txt1{
	width:60%;
	padding:5px;}
	
#tsjy .yj{margin:30px 0px 10px;}

#tsjy .yj span{
	display:block;
	padding:5px 0px;
	color:#666;
	}	
	
#tsjy .yj .txt3{
	border:1px solid #DDD;
	width:98%;
	height:200px;
	resize:none;
	padding: 10px;
	border-radius:8px;
	}
	
#tsjy input[type="submit"]{
	float: left;
	margin: 8px 15px;
	padding: 10px;
	background: #FF5B5B;
	color: #FFFFFF;
}
	
	
/*====================7.1 single page====================*/
.single-page-head{
	font-size: 20px;
	color: #333;
	font-weight: 500;
	padding-left: 40px;
	margin: 0.5em 0em;
}
.grounp-icon{
	background: url(../images/grounp.png) 5px 3px no-repeat;
}
.peixun-icon{
	background: url(../images/peixun.png) 5px 3px no-repeat;
}
.shouhou-icon{
	background: url(../images/shouhou.png) 5px 3px no-repeat;
}

.download-icon{
	background: url(../images/download.png) 5px 3px no-repeat;
}
.driver-icon{
	background: url(../images/driver.png) 5px 3px no-repeat;
}
.yth-icon{
	background: url(../images/yth.png) 5px 3px no-repeat;
}
.news-icon{
	background: url(../images/news.png) 5px 3px no-repeat;
}

.zh-icon{
	background: url(../images/zh.png) 5px 3px no-repeat;
}

.single-page-title {
	margin: 18px 0px 40px;
	font-size: 28px;
	color: #333;
	font-weight: normal;
}

.single-page-content {
	text-indent: 2em;
}

#fengcai .topbox{
	background:#F0F0F0;
	overflow:hidden;
	margin-bottom:50px;
	border-radius:5px;
		-webkit-border-radius:5px;
			-moz-border-radius:5px;
}

#fengcai .topbox .fengcai_title{
	font-size:20px;
	color:#666666;
	padding:55px 0px 0px 30px;
}

#fengcai .topbox .fengcai_des{
	font-size:14px;
	color:#666666;
	padding:30px 0px 0px 30px;
}

#fengcai .more{padding:15px 30px;}

#fengcai  ul li:nth-child(odd){
	padding:10px 20px 0px 0px;		 
}

#fengcai  ul li:nth-child(even){
	padding:10px 0px 0px 20px;	
}
#fengcai .fengcai_list_box{
	background:#F0F0F0;
}
#fengcai .fengcai_list_box .img_wrapper{
	height:258px;
	overflow:hidden;
}

#fengcai  ul li .fengcai_list_title{
	padding:30px 0px 0px 30px;
	font-size:16px;
}



/*====================8.1 brand page====================*/
.charlist_wrapper {
	margin: auto;
	padding: 30px 0px;
}

.charlist span {
	float: left;
	padding: 20px 15px 10px;
	font-family: "Arial";
	font-size: 20px;
}

.brand_title {
	display: block;
	border-bottom: 1px solid #DDDDDD;
	font-size: 24px;
}

.brand_list  li {
	padding: 20px 0px;
	display: block;
	border-bottom: 1px solid #DDDDDD;
}

.brand_font {
	display: block;
	width: 100%;
}

.brandc{
	padding-left:15px;
	color:#666666;
}

.brand_list_item {
	width: 150px;
	height: 120px;
	text-align: center;
	float: left;
	margin-left: 20px;
}

.brand_list_item .logo-wrapper{
	border: 1px solid #DDDDDD;
	padding: 5px;
min-height:100px;
}

.brand_list_item img {
	
	max-width: 100%;
}

.brand_list_item .txt-wrapper{
	display:block;
	font-size:12px;
	color:#ababab;
	margin-top:8px;
}


/*====================9.1 brand detail====================*/
.pp_summary {
	margin: 30px 0px 50px;
}

.pp_summary .logo {
	height: 130px;
	text-align: center;
}

.pp_summary .logo img {
	height: 120px;
	border: 1px solid #DDDDDD;
	padding: 15px;
}

.pp_summary h1 {
	font-size: 30px;
	padding: 15px;
	margin-left: 30px;
}

.pp_summary .pp_slogan {
	padding: 0px 15px;
	margin-left: 30px;
}

.pp_summary .dlzs {
	padding: 30px;
}

.pp_summary .dlzs span{
	display:block;
	text-align:center;
	color:#666666;
	padding:10px 0px;
}

.pp_summary .dlzs img {
	border: 1px solid #DDDDDD;
}

.pp_detail{
	margin-top:60px;
	color:#666;
}

.pp_detail h2 {
	margin: 40px 0 20px;
	font-size: 14px;
	font-weight: bold;

}

.pp_product_list h3 {
	font-size: 20px;
	padding: 10px 0px;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	font-weight: normal;
}

.pp_product_list ul li {
	text-align: center;
	padding: 20px 15px;
	float: left;
	color: #8C8C8C;
}
.pp_product_list div{height:auto!important;}
.pp_product_list ul li .slt {
	border: 1px solid #DDDDDD;
height:auto!important;
}

.pp_product_list ul li .slt:hover {
	border: 1px solid #F23030;
}

.pp_product_list ul li .mc {
	padding: 10px 0px 16px 0px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;	
}

.pp_product_list ul li .mc img {
	margin-right: 15px;
}

.pp_product_list ul li .pp,
.pp_product_list ul li .cpxh {
	font-size: 12px;
	text-align:center;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.pp_product_list ul li .cpxj:hover {
	background: #cccccc;
}

.pp_product_list ul li .cpxj {
	margin-top: 15px;
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}

/*====================10 topic list====================*/
.topic_list{
	margin:100px 0px;
}

.topic_list li{
	margin-bottom:50px;
	}
		
/*====================11 industry====================*/
.yingyong .yingyong_header li:first-child{
		border-left:0px;
}

.yingyong .yingyong_header li{
	float:left;
	width:12.5%;
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:center;
	color:#333;
	border-left:1px solid #DDDDDD;
	cursor:pointer;
	overflow: hidden;
	padding:5px;
}

.all_icon{
	margin-top:20px;
	border-top:1px solid #FFFFFF;
		border-left:1px solid #FFFFFF;
	overflow:hidden;
	display:none;
}
.all_icon img{
	max-height:54px;
	overflow:hidden;
    opacity: 0.78;
}

.yingyong .active{
	display:block;
	animation:fade 1s;
		-webkit-animation:fade 1s;
		-moz-animation:fade 1s;
		-o-animation:fade 1s;
}

.yingyong .all_icon .ico{
	margin-left:-1px;
	margin-top:-1px;
	text-align:center;
	padding:50px 0px;
	opacity:0.7;
	filter:alpha(70);
	border-left:1px solid #DDDDDD;
		border-top:1px solid #DDDDDD;
}

.yingyong .ico .industryname {
	width:8em;
	overflow: hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:auto;
}

.yingyong .ico .industryname a{
	font-size:12px;
}

.yingyong .ico:hover .industryname a{
	color:#DD5D23;
}
/*====================12 search result===================*/
.type li{
	border-bottom:1px solid #DDD;
	text-align:center;
	font-size:16px;
	color:#666;
	padding:0.5em 0;
	cursor:pointer 
}


.list_center #result{
	display:none;
}

.list_center #result.current{
	display:block;
	animation:fade 1.5s;
		-webkit-animation:fade 1.5s;
			-o-animation:fade 1.5s;
			-moz-animation:fade 1.5s;
}


/*========================13 404page============================*/
.wengkaier {
	display: block;
	overflow: hidden;
	text-align:center;
	padding:40px 0  80px;
}
.e404{width:980px;height:550px;margin:20px 0 0 30px}
.e404 a{display:block;width:980px;height:605px;background:url(../images/404.jpg) 0 0 no-repeat;overflow:hidden;text-indent:-999px}

.mobile_contactbox{display:none;;}
.mobile_contactbox ul li{
	display:inline-block;
	text-align:center;
	color:#666666;
	padding:5px 8px;
}

/*========================14 sitemap============================*/
.sitemap{
	margin:30px 0px 50px 0px;
}

.sitemap .smt{
	background:-webkit-gradient(linear,0 0,0 1,from(#FFFFFF), to(#F6F6F6));
	background:linear-gradient(#FFFFFF,#F6F6F6);
	background:-webkit-linear-gradient(#FFFFFF,#F6F6F6);
	background:-moz-linear-gradient(#FFFFFF,#F6F6F6);
	background:-o-linear-gradient(#FFFFFF,#F6F6F6);
	border:1px solid #DDDDDD;
	padding:10px 0px 10px 20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}	

.sitemap .list1,
.sitemap .list2{
	padding:30px;
	font-size:12px;
}

.list1 a{
	margin:10px 0px;
	float:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding-left:30px;
	background:url(../images/hand.gif) 0px 0px no-repeat;
}

.list2 a{
	float:left;
	padding:10px;
}

.sitemap a:hover{
	color:#FF9700;
}

/*========================15 train-list============================*/
.level2.px_nav li a{
	padding: 5px;
	font-size:14px;
	line-height:36px;
	white-space:nowrap;
	margin:5px;
	overflow:hidden;
}

.px_nav img{
	height:24px;
	margin:0px 10px 0px 0px;
	vertical-align:middle
}

/*========================16 peijian============================*/
.peijian_img{
	margin-top:30px;
}

.peijian h1{
	font-size: 20px;
	color: #333;
	margin: 30px 0px 10px;
}

.peijian .pjxh,
.peijian .pjintro{
	font-size: 14px;
	color:#666;
	line-height: 180%;
	padding: 0.5em 0;
	overflow:hidden;
}

.peijian .pjxh a,
.peijian .pjintro a{
	font-size: 14px;
}

.peijian .param_bottom{
	border-top: 1px solid #E8E8E8;
	border-bottom:none;
}

.peijian_relation{
	margin-top:30px;
}

.peijian_relation h2{
	font-size: 16px;
	padding: 10px 0px;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	font-weight: normal;
}

.peijian_relation_list li{
	text-align: center;
	padding: 20px 15px;
	float: left;
	color: #8C8C8C;
	min-height:304px;
}

.peijian_relation_list li .mc{
	padding:0.5em 0em;
	white-space:nowrap;
}

.peijian_relation_list li .mc,
.peijian_relation_list li .intro{
	line-height:180%;
	font-size:12px;
}

/*========================17 zhaopin============================*/
.zplist li{
	margin:40px 0px 50px;
}

.zp-title{
	font-size:16px;
	line-height:180%;
	color: #AC0000;
	border-bottom:1px solid #DDD;
	padding:0.5em 0em;
	margin:1em 0em;
}
.zplist  table td{
	text-indent:2em;
	color:#666;
	width:33%;
}
.zplist  table td a:before{
	content:'&gt;&gt;';
}
.zplist  table td a{
	color: #FF5B5B;
}

.zp-detail h3:before{
	content: '';
	background: #AC0000;
	width: 2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 1.8em;
}
.zp-detail h3{
	position:relative;
	margin: 1em 0;
	color: #AC0000;
	font-size: 16px;
	padding-left:10px;
}
.case-detail{
	margin-bottom:60px;
	overflow: hidden;
}

.case-detail h1{
	font-size:24px;
	color: #333;
	margin: 60px 0px 30px;
	font-weight:500;
}

.case-detail h3{
	margin: 2em 0 1em;
	color: #AC0000;
	font-size: 16px;
}

.case-detail .case-meta{
	color:#aaa;
	margin-bottom:30px;
	font-size:12px;
}

.case-detail .case-meta span{
	margin-left:30px;
	font-size:12px;
}

.case-detail p{
	color:#666;
	text-indent:2em;
}
.case-detail .dividing{
	font-size:16px;
	color:#aaa;
	margin:60px 0;
	border-bottom:1px dashed #DDD;
	line-height:40px;
}

.case-detail .paper-tip{
	font-size:14px;
	color:#aaa;
	margin:60px auto;
}

.case-detail .customer-img{
	width:100px;
	height:100px;
	text-align:center;
	margin:30px auto 50px;
	border-radius:50%;
	border:1px solid #DDD;
	overflow:hidden;
}

.usercase-product-title{
	position:relative;
}

.usercase-product-title span{
	display:block;
	width:120px;
	margin:auto;
	font-size:16px;
	font-weight:normal;
	background:#FFF;
	color:#666;
	text-align:center;
}

.usercase-product-title:after{
	position:absolute;
	content:"";
	display:block;
	border-bottom:1px solid #DDD;
	width:100%;
	top:10px;
	z-index:-1;
}

.usercase-product{
	width:80%;
	margin:50px auto 0;
	text-align:center;
}

.usercase-productname{
	padding:0.5em 0;
	color:#666;
}


.div1 {
    height: auto;
}

.div2_1 {
    position: fixed;
    width: 13%;
    
    z-index: 999;
    
    top: 0px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

</pre></body></html>