/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#fff;
}
body{
	font-size:14px;
}
img{
	border:none;
}
a{
	color:#000;
	text-decoration:none;
	-webkit-transition:all ease-in-out .4s; 
	-moz-transition:all ease-in-out .4s; 
	-o-transition:all ease-in-out .4s; 
	transition:all ease-in-out .4s;
}
a:hover{
	color:#039dd9;
	text-decoration:none;
	-webkit-transition:all ease-in-out .4s; 
	-moz-transition:all ease-in-out .4s; 
	-o-transition:all ease-in-out .4s; 
	transition:all ease-in-out .4s;
}
ul{
	list-style:none;
}
.content img{
	border:none;
	max-width:100%;
	height:auto;
}
.blank10{
	width:100%;
	height:10px;
	display:block;
	overflow:hidden;
	clear:both;
}
.blank20{
	width:100%;
	height:20px;
	display:block;
	overflow:hidden;
	clear:both;
}
.blank30{
	width:100%;
	height:30px;
	display:block;
	overflow:hidden;
	clear:both;
}
.clear{
	width:100%;
	clear:both;
}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	background:#039dd9;
	border-color:#039dd9;
	color:#FFF;
	font-weight:700;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
	font-size:12px;
	color:#999;
}
.shangxiapian strong{
	font-size:14px;
	color:#000;
}
.shangxiapian li a{
	font-size:14px;
}
.shangxiapian li a:hover{
	color:#039dd9;
}
.search{
	width:160px;
	height:25px;
	overflow:hidden;
	float:right;
	margin-top:15px;
	border:1px solid #ddd;
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.search .key_text{
	height:25px;
	float:left;
	width:130px;
	overflow:hidden;
	text-indent:10px;
	line-height:25px;
	color:#c2c2c2;
	outline:none;
	font-size:12px;
	background:none;
	border:none;
}
.search .search_btn{
	float:right;
	margin:5px 5px 0 0;
	overflow:hidden;
}
.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
/*---------------------主体开始-----------------------*/
.top_zone{
	width:100%;
	height:30px;
	min-width:1200px;
	overflow:hidden;
	background:#5B5B5B;
	padding:5px 0;
}
.top{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}
.top_l{
	float:left;
	line-height:30px;
	color:#fff;
}
#top_dianhua{
	float:left;
	margin-left:50px;
	padding-left:20px;
	background:url(../images/top_tel.png) left center no-repeat;
	color:#c2c2c2;
	font-size:12px;
	line-height:30px;
}
#top_youxiang{
	float:left;
	margin-left:50px;
	padding-left:20px;
	background:url(../images/top_mail.png) left center no-repeat;
	color:#c2c2c2;
	font-size:12px;
	line-height:30px;
}
.top_r{
	width:525px;
	float:right;
	overflow:hidden;
	margin-top:5px;
}
.lan{
	overflow:hidden;
	width:auto;
	float:left;
	margin-top:18px;
	margin-right:20px;
}
.lan span a{
	padding-left:30px;
	font-size:12px;
	text-transform:uppercase;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
	float:right;
	line-height:20px;
}
.en{
	background:url(../images/en.png) left center no-repeat;
	line-height:20px;
	float:left;
	margin-right:10px;
}


.header_zone{
	width:100%;
	height:115px;
	min-width:1200px;
	background:#fff;
}
.header{
	width:1200px;
	margin:0px auto;
	height:115px;
}
.header_r{
	width:auto;
	float:right;
}
.header_shang{
	width:auto;
	float:right;
	overflow:hidden;
}
.logo{
	float:left;
	margin-top:35px;
}
.nav_zone{
	width:100%;
	min-width:1200px;
	height:45px;
	background:#039dd9;
	border-bottom:1px solid #fff;
}
.nav_main{
	width:1200px;
	height:45px;
	position:relative;
	margin:0px auto;
	z-index:999999;
}
.nav {
	width:auto;
	float:right;
	margin-top:20px;
}
.nav .nLi {
	float:left;
	position:relative;
	display:inline;
	z-index:999999;
	height:52px;
}
.nav .nLi:last-child a{
	background-image:none;
	padding-right:0!important;
}
.nav .nLi h3 {
	float:left;
}
.nav .nLi h3 a {
	display:block;
	font-size:18px;
	font-weight:normal;
	line-height:25px;
	text-transform:uppercase;
}
.nav .sub {
	display:none;
	left:0;
	top:52px;
	position:absolute;
	background:#099FDA;
	/* Gecko browsers */
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	 
	/* Webkit browsers */
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	 
	/* W3C syntax */
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
	z-index:9999999;
	-moz-box-shadow:0px 2px 5px #999;
	-webkit-box-shadow:0px 2px 5px #999;
	box-shadow:0px 2px 5px #999;
}
.nav .sub li {
	zoom:1;
}
.nav .sub a {
	display:block;
	padding:0px!important;
	text-indent:10px;
	line-height:40px;
	color:#fff;
	border-bottom:1px dotted #ccc;
}
.nav .sub a:hover {
	background:#00D50E;
	color:#fff;
}
.nav .on h3 a,.nav li h3 a:hover{
	color:#4BBFFE;
	transition:0.5s;
}



/*-----------------头部end------------------------*/
.ny_banner{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:400px;
}

.wz_zone{
	width:100%;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    /*兼容ie*/
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    /*兼容firefox*/
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    /*兼容safari或chrome*/
    box-shadow:2px 2px 10px #C5C5BE;
    /*兼容opera或ie9*/
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	background:url(../images/wz_ico.png) left center no-repeat;

}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h2{
	font-size:24px;
	color:#039dd9;
	text-transform:uppercase;
	text-indent:40px;
	background:url(../images/wz.png) left center no-repeat;
	line-height:50px;
}
/*----------后来加的子栏目样式--------*/
.menulist{
	width:100%;
	min-width:1125px;
	border-bottom:#e1e1e1 1px solid;
	background-color:#f1f1f1;

}
.menulist ul {
	width:95%;
	margin:0px auto;
	text-align:center;
}
.menulist ul li {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:center;
	border-right:1px solid #e1e1e1;
	height:100px;
	line-height:100px;
	background-color:#f9f9f9;
}
.menulist ul li:first-child{
	border-left:1px solid #e1e1e1;
}
.menulist ul li .menua {
	display:block;
	color:#666;
	font-size:18px;
	padding: 0 2em;
}
.menulist ul li:hover .menua,.menulist ul #sel01 .menua {
	background-color:#000000;
	color:#fff;
}

.content{
	font-size:14px;
	color:#333;
	line-height:25px;
	padding:1em 0;
}
.content img{
	max-width:100%;
	height:auto;
	display:block;
	margin:10px auto;
}

.ny_title{
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	line-height:70px;
	font-family:Times New Roman;
}

/*------footer-------*/
.footer_top{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:184px;
	margin-top:30px;
	background:url(../images/footer_top.jpg) center center no-repeat;
}
.footer_zone{
	width:100%;
	background:url(../images/footer_bg.jpg) top center no-repeat;
	height:355px;
	overflow:hidden;
	min-width:1200px;
	margin-top:40px;
}
.footer{
	width:1200px;
	overflow:Hidden;
	margin:30px auto 0px auto;
}
.footer_l{
	width:550px;
	float:left;
	overflow:hidden;
}
.footer_r{
	width:450px;
	float:right;
	overflow:hidden;
}

.footer dl{
	float:left;
	overflow:hidden;
}
.footer dl dt{
	display:block;
	font-size:30px;
	color:#fff;
	margin-bottom:15px;
	text-transform:uppercase;
}
.footer dl dt a{
	font-size:30px;
	color:#fff;	
}
.footer dl dd{
	line-height:30px;
	color:#cfcfcf;
	font-size:18px;
}
.footer dl dd a{
	color:#cfcfcf;
	font-size:18px;
}
.footer_follow{
	width:auto;
	margin-top:35px;
	overflow:hidden;
}
.footer_follow a{
	display:block;
	float:left;
	margin-right:15px;
}
.footer_follow a i{
	width:35px;
	height:35px;
	display:block;
	background:#777777;
	color:#333;
	font-size:18px;
	line-height:35px;
	text-align:center;
	-moz-border-radius: 35px;      /* Gecko browsers */
    -webkit-border-radius: 35px;   /* Webkit browsers */
    border-radius:35px;            /* W3C syntax */
}
.footer_follow a i:hover{
	background-color:#fff;
	transition:0.5s;
}
.copy{
	margin-top:25px;
	overflow:hidden;
	line-height:25px;
	color:#a6a6a6;
}

.contact_title{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:50px;
	color:#fff;
	font-size:50px;
	font-weight:normal;
	background:url(../images/contact_title.jpg) bottom center no-repeat;
	padding-bottom:15px;
	text-transform:uppercase;
}


.lxtxt{
	overflow:hidden;
	color:#fff;
	margin-top:40px;
	line-height:25px;
}

.copy_zone{
	overflow:hidden;
	width:100%;
	min-width:1200px;
	background:#212528;
	padding:10px 0;
}


/*-------------------footer end------------------------*/
.btn_more{
	text-align:center;
}
.btn_more a{
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:2em auto;
	border:1px solid #666;
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
	background-color:#fff;	
	display:block;
}
.btn_more a:hover{
	background-color:#039dd9;
	border-color:#039dd9;
	color:#fff;
}
.ny_h1{
	font-size:20px;
	text-align:center;
	padding:0px 0 10px 0;
	background:url(../images/line.jpg) bottom center no-repeat;
	margin-bottom:1em;
	color:#000;
}
.wzinfo{
	text-align:center;
}
.tulist400{
	width:980px;
}
.tulist400 li{
	list-style-type:none;
	float:left;
	width:294px;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
}
.tulist400 li img{
	width:100%;
	height:auto;
}
.tulist400 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
	line-height:30px;
}


.tulist240{
	width:950px;
}
.tulist240 li{
	list-style-type:none;
	float:left;
	width:285px;
	margin:1em 15px 1em 0;
	text-align:center;
}
.tulist240 li img{
	width:100%;
	height:auto;
}
.tulist240 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
	margin-top:10px;
	height:40px;
	overflow:hidden;
}
.ny_main{
	width:1200px;
	overflow:hidden;
	margin:2em auto 0 auto;
}
.left_wrap{
	float:left;
	width:250px;
	overflow:hidden;
}
.left_wrap h2{
	width:auto;
	height:45px;
	line-height:45px;
	background:#039dd9;
	/* Gecko browsers */
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	/* Webkit browsers */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	/* W3C syntax */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-indent:20px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
}
.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #ccc;
	border-top:none;
	margin-bottom:5px;
	word-break:break-all;
	background:#fff;
}
.left_lxxx a{
	color:#333;
}
.right_wrap{
	width:920px;
	overflow:Hidden;
	float:right;
}

.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d1d1d1;	
}
.right_title h2{
	font-size:26px;
	color:#333;
	text-indent:15px;
}
.tulist{
	overflow:hidden;
	clear:both;
	width:980px;
	margin-top:20px;
}
.tulist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:292px;
	margin:0 15px 20px 0px;
	overflow:Hidden;
	border:1px solid #e1e1e1;
	background-color:#fff;
	text-align:center;
}
.tulist li:hover{
	border:1px solid #039dd9;
}
.tulist li img{
	width:100%;
	height:auto;
	display:block;
	border-bottom:1px solid #e1e1e1;
}
.tulist li h3{
	background-color:#e1e1e1;
}
.tulist li h3 a{
	line-height:40px;
	font-size:14px;
	color:#333;
}
.tulist li:hover h3{
	background-color:#039dd9;
}
.tulist li:hover h3 a{
	color:#fff;
}

/*---------------------------------产品详情页-----------------------*/
.pro_main{
	width:auto;
	margin:20px auto 0 auto;
	overflow:hidden;
}
.pro_left{
	width:455px;
	float:left;
}
.pro_right{
	width:450px;
	float:right;
	overflow:hidden;
	line-height:25px;
}
.pro_right h2{
	font-size:22px;
	color:#039dd9;
	padding-bottom:10px;
	display:block;
	border-bottom:1px dashed #039dd9;
}
.pro_info,.pro_info div{
	color:#666;
	margin-top:10px;
	font-size:16px;
	overflow:hidden;
}
.pro_detail{
	overflow:hidden;
	margin-top:20px;
	line-height:25px;
	color:#333;
	font-size:14px;
}
.tab_con table td{
	text-indent:20px;
}
#tabbox{ 
	width:auto; 
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
.tab_conbox{
	border: 1px solid #d1d1d1;
	border-top: none;
}
.tab_con{ 
	display:none;
}

.tabs{
	height: 47px;
	border-bottom:1px solid #d1d1d1;
	width: 100%;
}
.tabs li{
	height:46px;
	line-height:46px;
	float:left;
	margin-bottom: -1px;
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
}
.tabs li a {
	display: block;
	padding: 0 20px;
	outline: none;
	
}
.tabs li a:hover {
	background: #039dd9;
	color:#fff;
}	
.tabs .thistab a{
	color:#fff;
}
.tabs .thistab,.tabs .thistab a:hover{
	background: #039dd9;
	color:#fff;
}

.tab_con {padding:20px;font-size: 14px; line-height:30px;}

dl.tuwenlist{
	width:100%;
	margin:10px auto;
	padding-bottom:10px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt{
	float:left;
	width:220px;
	overflow:hidden;
}
dl.tuwenlist dt img{
	width:100%;
	height:auto;
}
dl.tuwenlist dd{
	width:680px;
	float:right;
}
dl.tuwenlist dd h2{
	font-size:16px;
	margin-bottom:10px;
}
dl.tuwenlist dd h2 a{
	color:#000;
}
dl.tuwenlist dd h2 a:hover{
	color:#039dd9;
}
dl.tuwenlist dd .info{
	font-size:14px;
	line-height:22px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a{
	padding:5px 20px;
	background-color:#039dd9;
	text-align:center;
	color:#fff;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:12px;
}
dl.tuwenlist dd span a:hover{
	background-color:#039dd9;
}

/*----------------FAQ列表---------------*/
.faqs {
	
}
.faqs dt {
	font-weight:bold;
	background:url(../images/q.gif) 0 4px no-repeat;
	padding-left:30px;
	position:relative;
	line-height:30px;
	font-size:16px;
	margin:10px 0;
}
.faqs dt:hover {
	cursor:pointer
}
.faqs dd {
	background:url(../images/a.gif) 0 2px no-repeat;
	padding:15px 15px 15px 30px;
	position:relative;
	color:#333;
	background-color:#f1f1f1;
	line-height:30px;
}
.faqs .hover {
	color:#000000;
}

/*-----------下载样式------------*/
.downlist_title{
	width:100%;
	overflow:hidden;
	height:50px;
	background-color:#f1f1f1;
	line-height:50px;
	font-weight:bold;
	color:#000;
	font-size:14px;
}
.downlist_title a:hover{
	color:#CB2525;
}
.downlist{
	line-height:45px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
	height:45px;
}
.downlist:hover{
	background-color:#009944;
	color:#fff;
}
.downlist:hover a{
	color:#fff;
}
.down_title{
	width:50%;
	text-indent:20px;
	float:left;
	display:block;
}
.down_geshi{
	width:20%;
	float:left;
	display:block;

}
.down_size{
	width:20%;
	float:right;
	display:block;
}

.pro_title{
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	color:#039dd9;
	text-transform:uppercase;
	font-weight:bold;
}
.pro_title1{
	background:url(../images/pro_title1.png) center center no-repeat;
}
.pro_title2{
	background:url(../images/pro_title2.png) center center no-repeat;
}
.pro_title h2{
	font-size:30px;
	color:#393939;
	text-transform:uppercase;
}
.pro_title p{
	overflow:hidden;
	margin-top:15px;
}
ul.index_cplist{
	overflow:hidden;
	clear:both;
	width:auto;
}
ul.index_cplist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:30%;
	max-width:400px;
	margin:0 1% 2em 0px;
	overflow:Hidden;
	border:1px solid #f5f5f5;
	background-color:#fff;
	text-align:center;
}
ul.index_cplist li:hover{
	border:1px solid #000000;
}
ul.index_cplist li img{
	width:100%;
	height:auto;
	display:block;
	border-bottom:1px solid #f5f5f5;
}
ul.index_cplist li h3{
	background-color:#f5f5f5;
}
ul.index_cplist li h3 a{
	line-height:40px;
	font-size:14px;
	color:#00A8D5;
}
ul.index_cplist li:hover h3{
	background-color:#00A8D5;
}
ul.index_cplist li:hover h3 a{
	color:#fff;
}

.index_app_zone{
	width:100%;
	overflow:hidden;
	padding:2em 0;
	background-color:#32373B;
}
.app_title{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
	font-size:36px;
	color:#fff;
}

.zlm{
	width:auto;
	border:1px solid #ccc;
	border-top:none;
	margin-bottom:5px;
}
.zlm dl{

}
.zlm dl dt{
	height:45px;
	background-color:#f0f0f0;
	line-height:45px;
	text-indent:20px;
	border-bottom:1px solid #d1d1d1;
}
.zlm dl dt a{
	color:#333;
}

.zlm dl dt:hover,.zlm dl #on{
	background-color:#fff;
}
.zlm dl dt:hover a,.zlm dl #on a{
	color:#000;
}



.maplist{
	width:100%;
}
.maplist dl{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #c9c9c9;
}
.maplist dl dt{
	width:100%;
	overflow:hidden;
}
.maplist dl dt a{
	background-color:#008DCB;
	font-weight:bold;
	color:#fff;
	padding:5px 25px;
}
.maplist ul{
	width:100%;
	overflow:hidden;
}
.maplist ul li{
	list-style-type:none;
	width:auto;
	line-height:40px;
}
.maplist ul li a{
	padding:0 24px;
	color:#333;
	background-color:#fff;
}
.maplist ul li li a{
	color:#999;
}

.wd{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.index_pro{
	width:1200px;
	margin:40px auto 0 auto;
	overflow:hidden;
}
.index_pro .t{
	text-align:center;
	overflow:hidden;
}
.index_pro .t h2{
	font-size:30px;
	color:#282828;
	display:block;
	text-transform:uppercase;
}
.index_pro .t .line{
	width:95px;
	height:1px;
	display:block;
	margin:8px auto 0 auto;
	background-color:#282828;
}
.index_pro ul{
	width:1250px;
	overflow:hidden;
	margin:35px auto 0px auto;
}
.index_pro ul li{
	width:382px;
	list-style-type:none;
	float:left;
	text-align:center;
	margin-right:20px;
}
.index_pro ul li img{
	width:380px;
	height:auto;
	border:1px solid #d5d5d5;
}
.index_pro ul li h4{
	display:block;
	margin-top:20px;
	overflow:hidden;
}
.index_pro ul li h4 a{
	font-weight:normal;
	color:#404040;
	font-size:14px;
}
.pro_more{
	display:block;
	margin:25px auto 0 auto;
	width:125px;
	height:35px;
	text-align:center;
	line-height:35px;
	border:1px solid #1C449C;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	color:#1C449C;
}
.pro_more:hover{
	background-color:#1C449C;
	transition:0.5s;
	color:#fff;
}
.case_title{
	width:auto;
	font-size:24px;
	color:#333333;
	font-weight:normal;
	border-bottom:1px solid #bebebe;
	padding-bottom:10px;
	text-transform:uppercase;
}
.index_case{
	width:1220px;
	overflow:hidden;
	margin-top:25px;
}
.index_case li{
	list-style-type:none;
	float:left;
	width:290px;
	text-align:center;
	margin-right:14px;
}
.index_case li img{
	width:100%;
	height:220px;
	border:1px solid #cdcdcd;
}
.index_case li h3{
	display:block;
	line-height:30px;
}
.index_case li h3 a{
	font-weight:normal;
	font-size:12px;
	color:#666;
}



.news{
	width:398px;
	overflow:hidden;
	float:right;
}
.news h2{
	display:block;
	font-size:24px;
	color:#3f3f3f;
}
.news ul{
	width:auto;
	overflow:hidden;
	padding-top:5px;
}
.news ul li{
	line-height:30px;
	background:url(../images/sanjiao.jpg) left center no-repeat;
	padding-left:15px;
	border-bottom:1px dotted #a3a3a3;
}
.news ul li a{
	color:#616161;
}
.news ul li span{
	float:right;
	font-size:12px;
	color:#828282;
}
.news_content{
	overflow:hidden;
	width:1260px;
}
.news_content dl{
	width:550px;
	float:left;
	margin-right:80px;
	margin-top:45px;
	overflow:hidden;
}
.news_content dl dt{
	width:135px;
	height:135px;
	position:relative;
	float:left;
	overflow:hidden;
}
.news_content dl dt img{
	width:auto;
	height:140px;
	display:block;
	position:absolute;
	z-index:1;
}
.news_content dl dt .zhezhao{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:5;
	overflow:hidden;
	background:url(../images/news_dt.png) center center no-repeat;
}


.news_content dl dd{
	width:390px;
	float:right;
	overflow:hidden;
}
.news_content dl dd h2{
	display:block;
	margin-top:15px;
}
.news_content dl dd h2 a{
	color:#333;
	font-size:14px;
	font-weight:normal;
}
.news_content dl dd p{
	color:#999;
	line-height:25px;
	overflow:hidden;
	margin-top:10px;
}
.news_content dl dd .time{
	display:block;
	float:left;
	margin-top:10px;
	font-size:12px;
	color:#00D50E;
}
.contact{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:495px;
	margin-top:45px;
	background:url(../images/contact_bg.jpg) center center no-repeat;
}
.contact .index_title h2{
	color:#fff!important;
}
.c_l{
	width:565px;
	float:left;
	overflow:hidden;
	margin-top:45px;
}
.c_l p{
	margin-bottom:25px;
	overflow:hidden;
	display:block;
}
.c_l p i{
	display:block;
	font-size:16px;
	color:#fff;
	float:left;
	width:30px;
	text-align:center;
}
.c_l_xia{
	margin-top:15px;
	overflow:hidden;
}
.index_ewm{
	width:125px;
	float:left;
	overflow:hidden;
}
.index_ewm img{
	max-width:100%;
	height:auto;
}
.share{
	width:378px;
	float:right;
	overflow:hidden;
}
.share h3{
	display:block;
	border-bottom:1px solid #fff;
	font-weight:normal;
	font-size:16px;
	padding-bottom:5px;
	margin-top:10px;
}
.follow{
	overflow:hidden;
	margin-top:10px;
}
.follow a{
	margin-right:10px;
	display:block;
	float:left;
}
.follow i{
	display:block;
	width:35px;
	height:35px;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:35px;
	background:#878787;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	-ms-border-radius:35px;
	-o-border-radius:35px;
	border-radius:35px;

}



.c_r{
	width:470px;
	overflow:hidden;
	float:right;
	margin-top:45px;
}



.liuyan{
	width:800px;
}
.liuyan p{
	margin-bottom:20px;
	display:block;
	overflow:hidden;
}
.liuyan p label{
	width:58px;
	height:50px;
	float:left;
	font-size:0px;
	text-indent:-9999px;
}
.liuyan p label.name{
	background:url(../images/ico_name.png) center center no-repeat #9c9c9c;
}
.liuyan p label.msn{
	background:url(../images/ico_msn.png) center center no-repeat #9c9c9c;
}
.liuyan p label.email{
	background:url(../images/ico_email.png) center center no-repeat #9c9c9c;
}
.liuyan p label.web{
	background:url(../images/ico_web.png) center center no-repeat #9c9c9c;
}
.liuyan p input.text{
	width:305px;
	height:48px;
	font-size:14px;
	border:1px solid #ddd;
	border-left:none;
	padding-left:15px;
	line-height:48px;
	color:#666;
	float:left;
	outline:none;
}
.liuyan_l{
	width:380px;
	float:left;
}

.liuyan .content{
	width:600px;
	border:1px solid #ddd;
	min-height:150px;
	outline:none;
	color:#666;
	padding:0 15px;
}

.liuyan_btn{
	width:140px;
	height:40px;
	font-size:20px;
	text-align:center;
	line-height:40px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:none;
	margin-top:20px;
	margin-right:30px;
	background-color:#666;
}
.liuyan_btn:hover{
	background-color:#000;
	color:#fff;
}

.inquiry_txt{
	padding:15px;
	background-color:#f1f1f1;
	width:95%;
	margin:20px auto;
	font-size:14px;
	line-height:25px;
}
.biaodan{
	width:auto;
	overflow:hidden;
}
.biaodan p{
	display:block;
	margin:10px 0px;
	padding-left:50px;
}
.biaodan p label{
	width:150px;
	text-align:right;
	float:left;
	display:block;
	margin-right:10px;
	line-height:25px;
}
.biaodan p input{
	height:25px;
	line-height:25px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
	width:350px;
	text-indent:10px;
}
.biaodan #content{
	width:330px;
	height:80px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
	line-height:25px;
	padding:10px;
}
.biaodan #address{
	width:352px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
}
.btn{
	padding-left:250px;
	margin-top:30px;
}
.btn input{
	padding:10px 30px;
	display:block;
	border:none;
	background-color:#ccc;
	float:left;
	margin-right:20px;
	cursor:pointer;
}
.btn input:hover{
	background-color:#039dd9;
	color:#fff;
}
/*------------首页表单样式-----------*/
.index_biaodan{
	width:auto;
	overflow:hidden;
}
.index_biaodan p{
	overflow:hidden;
	display:block;
	margin-bottom:20px;
}
.index_biaodan p input{
	width:468px;
	height:35px;
	line-height:35px;
	text-indent:10px;
	border:1px solid #5EADB4;
	color:#999;
	background:#fff;
	outline:none;
}
.index_biaodan textarea{
	width:448px;
	height:100px;
	border:1px solid #5EADB4;
	line-height:20px;
	padding:10px;
	color:#999;
	background:#fff;
	outline:none;
}
.index_btn input{
	cursor:pointer;
	width:110px;
	height:35px;
	float:right;
	display:block;
	background:#039dd9;
	color:#fff;
	text-align:center;
	line-height:35px;
	border:none;
	outline:none;
}





/*----------首页表单样式end-------------*/
.fenlei_title{
	text-align:center;
	margin-top:25px;
}
.fenlei_title h2{
	font-size:30px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
}
.fenlei_title h3{
	font-size:14px;
	color:#a0a0a0;
	text-transform:uppercase;
}

ul.fenlei_list{
	width:auto;
	overflow:hidden;
	margin-top:30px;
}
ul.fenlei_list li{
	float:left;
	list-style-type:none;
	overflow:hidden;
	width:400px;
	text-align:center;
}
ul.fenlei_list li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
ul.fenlei_list h3{
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #666;
	overflow:hidden;
	font-size:18px;
	line-height:25px;
	padding:0 35px;
	font-weight:normal;
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
ul.fenlei_list h3:hover{
	border-color:#039DD9;
	background-color:#039DD9;
}
ul.fenlei_list h3:hover a{
	color:#fff;
}

ul.fenlei_list .line{
	display:block;
	width:105px;
	height:5px;
	background:#48BCF9;
	margin:10px auto 0 auto;
}
ul.fenlei_list p{
	overflow:hidden;
	padding:0 15px;
	margin-top:15px;
	line-height:22px;
	color:#666;
	height:66px;
}
ul.fenlei_list li img{
	max-width:100%;
	display:block;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
}




#tabbox2{ 
	width:100%; 
	min-width:1200px;
	overflow:hidden;
	margin-top:20px;
	position:relative;
}
#tabbox2 .line{
	width:100%;
	height:2px;
	border-top:1px solid #d1d1d1;
	position:absolute;
	left:0;
	top:25px;
	z-index:-1;
}
#tabbox2 .tab_conbox{
	border:none;
}
#tabbox2 .tab_con{ 
	display:none;
}

#tabbox2 .tabs2{
	height: 48px;
	text-align:center;
	border:none;
	width:100%;
	overflow:hidden;
}
#tabbox2 .tabs2 li{
	height:48px;
	line-height:48px;
	background: #000;
	overflow: hidden;
	font-size:18px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#tabbox2 .tabs2 li a {
	display: block;
	padding: 0 40px;
	outline: none;
	color:#fff;
}
#tabbox2 .tabs2 li a:hover {
	background: #0151B4;
	color:#fff;
}	
#tabbox2 .tabs2 .thistab a{
	color:#fff;
}
#tabbox2 .tabs2 .thistab,#tabbox2 .tabs2 .thistab a:hover{
	background: #0151B4;
	color:#fff;
}

#tabbox2 .tab_con {padding:20px;font-size: 16px; line-height:35px;}

.zone1_zh_cn{
	width:100%;
	min-width:1200px;
	height:424px;
	background:url(../images/zone1_cn.jpg) center center no-repeat;
}
.zone2_zh_cn{
	width:100%;
	min-width:1200px;
	height:419px;
	background:url(../images/zone2_cn.jpg) center center no-repeat;
}
.zone3_zh_cn{
	width:100%;
	min-width:1200px;
	height:490px;
	background:url(../images/zone3_cn.jpg) center center no-repeat;
}
.zone1_en{
	width:100%;
	min-width:1200px;
	height:523px;
	background:url(../images/zone1_en.jpg) center center no-repeat;
}
.zone2_en{
	width:100%;
	min-width:1200px;
	height:440px;
	background:url(../images/zone2_en.jpg) center center no-repeat;
}
.zone3_en{
	width:100%;
	min-width:1200px;
	height:376px;
	background:url(../images/zone3_en.jpg) center center no-repeat;
}
.pd{
	padding:10px;
	overflow:hidden;
}
.about{
	width:auto;
	overflow:hidden;
	margin-top:50px;
}
.about_title{
	overflow:hidden;
	text-align:center;
}
.about_title h2{
	display:block;
	background:url(../images/xian.jpg) center center repeat-x;
}
.about_title span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-transform:uppercase;
	color:#fff;
	font-size:48px;
	background:#039DD9;
	padding:0 15px;
}
.about_title p{
	overflow:hidden;
	margin-top:10px;
	font-size:24px;
	color:#fff;
	display:block;
}

.about_pic{
	margin-top:35px;
	overflow:hidden;
}
.about_pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
.about_txt{
	overflow:hidden;
	color:#fff;
	line-height:25px;
	width:70%;
	margin:35px auto 0 auto;
	text-align:center;
}
#about_more{
	display:block;
	margin:35px auto 0 auto;
	color:#fff;
	width:55px;
	height:55px;
	text-align:center;
	line-height:55px;
	border:1px solid #fff;
	-moz-border-radius: 55px;      /* Gecko browsers */
    -webkit-border-radius: 55px;   /* Webkit browsers */
    border-radius:55px;            /* W3C syntax */
}

.grey_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	margin-top:30px;
	padding:1.5em 0 3em 0;
	background-color:#e5e5e5;
}


.lmmc{
	width:100%;
	height:35px;
	overflow:hidden;
	background:#464646;
	line-height:35px;
	/* Gecko browsers */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
 
	/* Webkit browsers */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	 
	/* W3C syntax */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.lmmc h2{
	font-size:18px;
	color:#fff;
	float:left;
	font-weight:normal;
	text-indent:10px;
}
.lmmc span{
	float:right;
	margin-top:8px;
	margin-right:10px;
}
.lmmc span a{
	font-size:12px;
	color:#fff;
	display:block;
	width:50px;
	height:20px;
	line-height:20px;
	text-align:center;
	background-color:#a0a0a0;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}

.index_newslist{
	width:auto;
	margin-top:5px;
}
.index_newslist li{
	line-height:30px;
	border-bottom:1px dotted #aeaeae;
	padding-left:10px;
	background:url(../images/ico.png) left center no-repeat;
}
.index_newslist li a{
	color:#444;
	font-size:12px;
}
.index_newslist li span{
	float:right;
	color:#666;
	font-size:12px;
}
dl.wendalist{
	width:auto;
	overflow:hidden;
	padding:5px 0;
	border-bottom:1px dotted #bbb;
}
dl.wendalist dt{
	background:url(../images/q.gif) left center no-repeat;
	padding-left:35px;
	height:28px;
	line-height:28px;
	margin-bottom:5px;
}
dl.wendalist dt a{
	color:#000;
	font-size:12px;
}
dl.wendalist dd{
	padding-left:35px;
	background:url(../images/a.gif) left top no-repeat;
	line-height:20px;
	color:#666;
	font-size:12px;
}
.link_zone{
	width:1009px;
	height:90px;
	background:url(../images/link.png) no-repeat;
	overflow:hidden;
	margin:0px auto;
}
.link_zone h2{
	height:70px;
	float:left;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 15px;
	margin:8px 0 0 8px;
	background:url(../images/linkh2.jpg) repeat-x;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	line-height:70px;
}
.link{
	float:left;
	width:880px;
	overflow:hidden;
	margin-top:8px;
}
.link a{
	padding:0px 10px;
	margin:5px 0;
	display:block;
	float:left;
	height:13px;
	line-height:13px;
	font-size:12px;
	color:#444;
	border-right:1px solid #444;
	overflow:hidden;
}

.l{
	width:235px;
	overflow:hidden;
	float:left;
}
.r{
	width:940px;
	float:right;
	overflow:hidden;
}
.index_fenlei{
	width:auto;
	height:525px;
	overflow:hidden;
	padding:0 8px;
	background-color:#ededed;
}
.index_fenlei dt{
	margin-top:10px;
	display:block;
	width:auto;
	height:27px;
	overflow:hidden;
	text-indent:25px;
	background:url(../images/index_fenlei_dt.png) center center no-repeat;
}
.index_fenlei dt a{
	line-height:27px;
	font-size:14px;
	color:#000;
}
.index_fenlei dd{
	line-height:30px;
	height:30px;
	overflow:hidden;
	border-bottom:1px dotted #7a7a7a;
	padding-left:35px;
	background:url(../images/index_fenlei_dd.jpg) 15px center no-repeat;
}
.index_fenlei dd a{
	color:#343434;
	font-size:12px;
	line-height:30px;
}





#index_ad{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:700px;
	background:url(../images/index_ad1.jpg) center center no-repeat;
	background-attachment:fixed;
}
#index_ad_txt{
	width:772px;
	float:right;
	margin-top:70px;
	background:url(../images/index_ad_line.png) 10px bottom no-repeat;
	overflow:hidden;
	padding-bottom:20px;
	line-height:40px;
	font-size:30px;
	color:#ffffff;
}

ul.wzlist{
	width:auto;

}
ul.wzlist li{
	line-height:40px;
	padding-left:25px;
	border-bottom:1px dotted #d8d8d8;
	background:url(../images/jiantou.png) 10px center no-repeat;
}
ul.wzlist li a{
	color:#333;
	font-size:14px;
}
ul.wzlist li span{
	float:right;
	margin-right:10px;
	color:#989898;
	font-size:12px;
}
ul.wzlist li:hover a{
	color:#019242
}
.new_product{
	overflow:hidden;
	background-color:#ededed;
}
.new_product ul{
	width:auto;
	overflow:hidden;
	padding:10px 0 20px 10px;
}
.new_product ul li{
	float:left;
	overflow:hidden;
	margin-right:10px;
	width:298px;
}
.new_product ul li img{
	width:100%;
	height:auto;
	display:block;
}
.new_product ul li h3{
	display:block;
	text-align:center;
	margin-top:10px;
}
.new_product ul li h3 a{
	font-weight:normal;
	font-size:14px;
}


.tbox{
	width:387px;
	height:203px;
	overflow:hidden;
}
#tbox1{
	background:url(../images/tbox1.jpg) no-repeat;
	float:left;
}
#tbox2{
	background:url(../images/tbox2.jpg) no-repeat;
	float:left;
	margin-left:13px;
}
#tbox3{
	background:url(../images/tbox3.jpg) no-repeat;
	float:right;
}
.tbox h2{
	display:block;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
}
.tbox p{
	overflow:hidden;
	margin-top:10px;
	line-height:20px;
	color:#e0e0e0;
}
.tbox form{
	margin-top:10px;
}
.tbox .t_input{
	background:#fff;
	border:none;
	outline:none;
	height:21px;
	text-indent:10px;
	line-height:21px;
	margin-right:15px;
}

.tbox select{
	width:100%;
	cursor:pointer;
	outline:none;
}
.index_pro_title{
	overflow:hidden;
}
.index_pro_title h2{
	display:block;
	font-size:36px;
	color:#4e4e4e;
}

.news_l{
	width:495px;
	float:left;
	overflow:hidden;
}
.news_l h3,.news_r h3{
	display:block;
	font-size:30px;
	color:#039dd9;
	margin-top:20px;
}
.news_l dl{
	width:auto;
	overflow:hidden;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
.news_l dl dt{
	width:77px;
	height:77px;
	overflow:hidden;
	float:left;
	text-align:center;
	background:#1A49B5;
}
.news_l dl dt .ri{
	display:block;
	line-height:46px;
	font-size:36px;
	color:#fff;
}
.news_l dl dt .nian{
	font-size:14px;
	color:#fff;
}
.news_l dl dd{
	width:400px;
	float:right;
	overflow:hidden;
}
.news_l dl dd h2{
	display:block;
}
.news_l dl dd h2 a{
	color:#039dd9;
	font-weight:normal;
	font-size:16px;
}
.news_l dl dd p{
	overflow:hidden;
	color:#6f6f6f;
	line-height:22px;
}
.news_l .pd{
	padding:15px 15px 0 15px;
}
.news_l_title h2{
	display:block;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	line-height:30px;
}
.news_l ul{
	overflow:hidden;
}
.news_l ul li{
	margin-top:20px;
	margin-bottom:10px;
}
.news_l ul li .time{
	display:block;
	color:#fff;
}
.news_l ul li a{
	display:block;
	padding-right:100px;
	color:#9b9b9b;
	min-height:35px;
	margin-top:5px;
	background:url(../images/kuang.png) right center no-repeat;
}
.news_r{
	width:445px;
	float:right;
	overflow:hidden;
}
.news_r dl{
	width:auto;
	padding:10px;
	background:#fff;
	margin-top:20px;
	overflow:hidden;
}
.news_r dl dt{
	width:110px;
	float:left;
	overflow:hidden;
}
.news_r dl dt img{
	max-width:100%;
	height:auto;
}
.news_r dl dd{
	float:right;
	line-height:22px;
	color:#878787;
	font-size:12px;
	width:295px;
}


/*------*/
.index_title{
	width:100%;
	overflow:hidden;
}
.index_title h2{
	text-align:center;
	font-size:60px;
	color:#009944;
	display:block;
}
.index_title p{
	width:90%;
	margin:15px auto;
	overflow:hidden;
	text-align:center;
	line-height:25px;
	color:#6c6c6c;
}

ul.index_chanpin{
	width:1200px;
	height:500px;
	overflow:hidden;
	position:relative;
	margin-top:30px;
}
ul.index_chanpin li{
	position:absolute;
}
ul.index_chanpin li img{
	max-width:100%;
	height:auto;
	position:absolute;
	z-index:1;
}
ul.index_chanpin li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	background:url(../images/black.png);
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition:0.5s;
}
ul.index_chanpin li:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}
ul.index_chanpin li a h3{
	text-align:center;
	display:block;
	color:#fff;
	padding:0 1%;
	margin-top:18%;
	font-size:24px;
}
ul.index_chanpin li a p{
	overflow:hidden;
	padding:15px;
	display:block;
	color:#fff;
	text-align:center;
}
#c1{
	width:351px;
	height:498px;
	left:0;
	top:0;
	z-index:10;
	background:#039DD9;
}
#c1 img{
	width:351px;
	height:408px;
	display:block;
}
#c1 .adtxt{
	width:auto;
	overflow:hidden;
	color:#fff;
	line-height:22px;
	position:absolute;
	bottom:0;
	padding:15px;
}
#c1 h3{
	margin-top:40%!important;
}

#c2{
	width:454px;
	height:241px;
	left:364px;
	top:0;
}
#c3{
	width:369px;
	height:241px;
	right:0;
	top:0;
}

#c4{
	width:273px;
	height:241px;
	left:364px;
	bottom:0;
}
#c5{
	width:274px;
	height:241px;
	left:646px;
	bottom:0;
}
#c6{
	width:273px;
	height:241px;
	right:0;
	bottom:0;
}



/*产品块*/
.pro_center{
	margin-top:35px;
}
.pro_list{
    overflow: hidden;
}
.pro_head{
    width: 956px;
    height: 58px;
    margin: auto;
    border: 1px solid #c0c0c0;
    border-right: none;
    overflow: hidden;
    margin-left: 60px;
}
.pro_head li{
    float: left;
}
.pro_head li a{
    width: 238px;
    height: 48px;
    color: #555;
    display: block;
    background: #fff;
    padding-top: 10px;
    text-align: center;
    border-right:1px solid #c0c0c0;
}
.pro_head li a:hover{
    color: #fff;
    background: #039dd9;
}
.pro_head li a.current{
    color: #fff;
    background: #039dd9;
}
.pro_head li a h6{
    font-size: 14px;
    line-height: 36px;
	font-weight:normal;
}
.none{
    display: none;
}
/*按钮*/
.pro_prev,.pro_next{
    display: block;
    width: 28px;
    height: 40px;
}
.pro_prev{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    background: url("../images/pro_center_prev.jpg") no-repeat center;
}
.pro_next{
    float: right;
    margin-top: -50px;
    margin-right: 20px;
    background: url("../images/pro_center_next.jpg") no-repeat center;
}
.pro_prev:hover{
    background: url("../images/pro_prev_hover.jpg") no-repeat center;
}
.pro_next:hover{
    background: url("../images/pro_next_hover.jpg") no-repeat center;
}

/*列表展示*/
.pro_list_show{
    overflow: hidden;
    padding: 52px 0px;
}
.pro_list_show li{
    width: 245px;
    float: left;
    padding-right: 30px;
}
.pro_list_show li.r{
    padding-right: 0;
}
.pro_list_show li .show_a{
    width: 225px;
    height: 330px;
    display: block;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    background: #f0f0f0;
}
.pro_list_show li .show_a:hover{
    background: #039dd9;
	transition:0.5s;
}
/*图片*/
.show_a .show_pic{
    width: 225px;
    height: 152px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    background: #f0f0f0;
}
.show_a:hover .show_pic{
    background: #fff;
}
/*名称*/
.show_a h1{
    font-size: 24px;
    color: #333;
	font-weight:normal;
}
.show_a:hover h1{
    color: #fff;
}
/*名称与介绍之间的横线*/
.show_a .show_line{
    width: 46px;
    height: 1px;
    margin: 18px auto;
    background: #787878;
}
.show_a:hover .show_line{
    background: #fff;
}
/*介绍*/
.show_a p{
    color: #555;
    width: 225px;
	overflow:hidden;
	margin-top:10px;
	line-height:22px;
}
.show_a:hover p{
    color: #fff;
}


/*更多*/
.pro_more{
    width: 115px;
    height: 35px;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 35px;
    color: #dd2566;
    border: 1px solid #dd2566;
}
.pro_more:hover{
    color: #fff;
    background: #dd2566;
    border: 1px solid transparent;
}


.side {
	position:fixed;
	width:45px;
	height:325px;
	right:0;
	top:200px;
	z-index:9999;
}
.side ul li {
	width:45px;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
	border-bottom:1px solid #999;
}
.side ul li .sidebox {
	position:absolute;
	width:45px;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#333;
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
}
.side ul li .sidetop {
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	background:#333;
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#039dd9;
}
.side ul li img {
	float:left;
}

#blue_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#039DD9;
	padding:40px 0;
}

.news_title{
	overflow:hidden;
	text-align:center;
}
.news_title h2{
	font-size:36px;
	display:block;
	text-transform:uppercase;
}
.news_title p{
	margin-top:10px;
	display:block;
}

.price{
	display:block;
	width:125px;
	height:35px;
	text-align:center;
	line-height:35px;
	border:1px solid #039dd9;
	color:#039dd9;
	font-size:20px;
	font-weight:bold;
	font-family:Arial Black;
}