@import url("color.css");
@import url("font-awesome.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:url(../images/body_bg.jpg);
}
body{
	font-size:14px;
	color:#fff;
}
body,input,textarea,select{
	font-family:"微软雅黑",Arial,Tahoma;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.clear{
	width:100%;
	clear:both;
}
.pd{
	display:block;
	overflow:hidden;
	padding:15px;
	background:#fff;
	/*
	border:1px solid #ccc;
	border-top:none;
	*/
}
.daxie{
	text-transform:uppercase;
}
.fdaxie{
	text-transform:capitalize;
}
.cu{
	font-weight:bold;
}
.xi{
	font-weight:normal;
}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	color:#fff;

}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #fff;
	font-weight:bold;
	margin-right:10px;
	color:#fff;

}
.pages .on{
	font-weight:700;
	background:#666;
	color:#fff;
	border-color:#666;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.search{
	width:185px;
	overflow:hidden;
	float:right;
	height:25px;
	border:1px solid #fff;
}
.search form{

}
.search form select{
	width:65px;
	height:30px;
	line-height:30px;
	color:#666;
	text-indent:10px;
	float:left;
	border:none;
	outline:none;
	cursor:pointer;
}
.search form select option{
	line-height:30px;
}
.search .key_text{
	height:25px;
	float:left;
	width:155px;
	overflow:hidden;
	text-indent:10px;
	line-height:25px;
	outline:none;
	font-size:12px;
	background:none;
	border:none;
	color:#fff;
}
.search .search_btn{
	float:right;
	border:none;
	cursor:pointer;
}
.search #hot_words{
	margin-top:5px;
	display:block;
	font-size:12px;
	color:#666;
}
.search #hot_words a{
	color:#666;
	margin-right:10px;
}
.main{
	width:1000px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:25px;
}
.content img{
	max-width:100%;
	height:auto;
}
.lan{
	overflow:hidden;
	width:auto;
	float:right;
	margin-top:10px;
}
.lan span a{
	padding-left:30px;
	text-transform:uppercase;
	font-size:12px;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
	float:right;
	line-height:25px;
}
.sp{
	background:url(../images/sp_fang.png) left center no-repeat;
	float:right;
	line-height:25px;
}
.en{
	background:url(../images/en.png) left center no-repeat;
	line-height:25px;
	float:left;
	margin-right:15px;
}

/*---------------------主体开始-----------------------*/
#top_zone{
	width:100%;
	min-width:1000px;
	overflow:hidden;
	height:25px;
	background:#61A7DA;
	line-height:25px;
	color:#fff;
	font-size:12px;
}
#top_zone a{
	color:#fff;
}
#top_zone a:hover{
	color:#fff;
	transition:0.5s;
}
#top_l{
	width:auto;
	float:left;
}
#top_l a{
	margin-right:10px;
}
#top_r{
	width:auto;
	float:right;
	overflow:hidden;
}
#top_r i{
	font-size:18px;
	margin-right:5px;
}
#header_zone{
	width:100%;
	position:absolute;
	z-index:9999999;
	top:0;
	left:0;
	height:95px;
	min-width:1000px;
	background:url(../images/header_zone.png);
}
.header_zone{
	width:100%;
	min-width:1000px;
	background:url(../images/header_zone.jpg) center center no-repeat;
}
.header{
	width:1000px;
	margin:0px auto;
	background:#fff;
}
.logo{
	float:left;
	margin-top:10px;
	margin-left:5px;
}
#logo_r{
	float:left;
	overflow:hidden;
	margin-top:25px;
	margin-left:20px;
	width:auto;
	max-width:485px;
	text-align:center;
	font-weight:bold;
}
#header_r{
	width:auto;
	float:right;
}
#header_shang{
	width:auto;
	float:right;
}
#header_follow{
	width:auto;
	float:right;
	overflow:hidden;
}
#header_follow a{
	margin-left:8px;
}
#header_follow i{
	width:25px;
	height:25px;
	background:#fff;
	font-size:16px;
	text-align:center;
	line-height:25px;
}
#header_follow a:hover i{
	background:#DE182F;
	color:#fff;
	transition:0.6s;
}
/*左侧带图标右侧上下结构电话*/
#top_tel_01{
	float:left;
	margin:35px 0 0 80px;
}
#top_tel_01 span{
	display:block;
	background:url(../images/top_tel.png) left center no-repeat;
	padding-left:25px;

}
#top_tel_01 strong{
	font-size:22px;
	font-weight:normal;
	display:block;
	font-family:Arial;
	color:#ff7300;
	margin-top:5px;
}
#top_ewm{
	width:75px;
	float:right;
	overflow:hidden;
	margin-top:10px;
}
#top_ewm img{
	max-width:100%;
	height:auto;
	display:block;
}

#nav_zone{
	width:100%;
	min-width:1000px;
	height:42px;
	background:#0172D0;
}
.nav {
	width:auto;
	margin:0px auto;
	height:40px;
	background:url(../images/nav_zone.jpg) repeat-x;
}
.nav .nLi {
	float:left;
	position:relative;
	display:inline;
	z-index:999999;
	width:16.6666666%;
	text-align:center;
	background:url(../images/nav_li.jpg) right center no-repeat;
}
.nav .nLi:last-child{
	background:none;
}
.nav .nLi h3 {

}
.nav .nLi h3 a {
	display:block;
	font-size:16px;
	line-height:40px;
	text-transform:capitalize;
	font-weight:normal;
	color:#fff;
}

.nav .sub {
	display:none;
	left:0;
	top:40px;
	width:100%;
	position:absolute;
	background:#75000B;
	/* 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;
	/*
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	*/
}
.nav .sub li {
	zoom:1;
}
.nav .sub a {
	display:block;
	padding:10px;
	line-height:20px;
	border-bottom:1px dotted #ccc;
	text-align:center;
	font-size:14px;
	color:#fff;
}

#sub11{
	width:1000px;
	left:-270px;
	padding:10px 0;
	text-align:center;
}
#sub11 dl{
	width:23%;
	float:left;
	margin:0 1%;
	overflow:hidden;
	text-align:left;
}
#sub11 dl dt{
	display:block;
	font-size:18px;
}
#sub11 dl dd{
	line-height:30px;
}
#sub11 dl a{
	text-align:left;
}
/*
#sub11 li{
	width:13%;
	float:left;
	margin:0 0.5%;
	text-align:center;
}
#sub11 li img{
	width:100%;
	height:auto;
	display:block;
	border:1px solid #fff;
}
#sub11 li span{
	display:block;
	overflow:hidden;
	
}
#sub11 li a{
	border:none;
}*/

.nav .nLi:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.nav .nLi:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.nav .nLi:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.nav .nLi:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.nav .nLi:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.nav .nLi:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.nav .nLi:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.nav .nLi:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.nav .nLi:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.nav .nLi:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*-----------------头部end------------------------*/

.index_title_01{
	text-align:center;
	overflow:hidden;
}
.index_title_01 h2{
	display:block;
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:20px;
	font-weight:normal;
	background:url(../images/index_title_01.png) bottom center no-repeat;
}
.index_title_01_b h2{
	padding-bottom:30px!important;
	background:url(../images/index_title_01_b.png) bottom center no-repeat!important;
}
.index_title_02{
	text-align:center;
	overflow:hidden;
}
.index_title_02 h2{
	display:block;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
}
.index_title_02 p{
	display:block;
	margin-top:10px;
	text-transform:uppercase;
	color:#666;
	font-size:12px;
	text-align:center;
	background:url(../images/index_title_02_2.png) center center no-repeat;
}
.index_title_02 p a{
	color:#666;
}
/*左右标题名称带More*/
.index_title_03{
	overflow:hidden;
	background:#00AFFE;
}
.index_title_03 h2{
	float:left;
	display:block;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	text-indent:10px;
	color:#fff;
}
.index_title_03 h2 i{
	margin-right:10px;
	line-height:45px;
}
.index_title_03 span{
	float:right;
	display:block;
	margin-top:12px;
	margin-right:10px;
}
.index_title_03 span a{
	display:block;
	padding:3px 10px;
	font-size:12px;
}
/*首页名称上小字下大字*/
.index_title_04{
	text-align:center;
	overflow:hidden;
	padding-bottom:35px;
	background:url(../images/about_title.png) bottom center no-repeat;
}
.index_title_04 h2{
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}
.index_title_04 p{
	font-size:18px;
	text-transform:uppercase;
	display:block;
	color:#666;
	font-weight:bold;
	margin-top:8px;
}


/*标题上图片下小间距产品列表*/
ul.index_cplist_01{
	width:1230px;
	margin-top:25px;
	overflow:hidden;
}
ul.index_cplist_01 li{
	width:398px;
	float:left;
	overflow:hidden;
	margin:0 2px 2px 0;
}
ul.index_cplist_01 li h3{
	display:block;
	width:100%;
	text-align:center;
	margin-top:15px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
ul.index_cplist_01 li h3 a{
	font-size:20px;
	font-weight:normal;
}
ul.index_cplist_01 li img{
	max-width:100%;
	height:auto;
	display:block;
}
/*不规则产品不带遮罩*/
ul.index_cplist_02{
	width:auto;
	height:484px;
	position:relative;
}
ul.index_cplist_02 li{
	overflow:hidden;
	position:absolute;
}
ul.index_cplist_02 li:hover{
	-moz-box-shadow:0px 0px 5px #333333;
	-webkit-box-shadow:0px 0px 5px #333333;
	box-shadow:0px 0px 5px #333333;
	transition:0.5s;
}
ul.index_cplist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
}
ul.index_cplist_02 #li1{
	width:396px;
	height:237px;
	left:0;
	top:0;
}
ul.index_cplist_02 #li2{
	width:396px;
	height:237px;
	left:0;
	bottom:0;	
}
ul.index_cplist_02 #li3{
	width:502px;
	height:484px;
	left:408px;
	top:0;
}
ul.index_cplist_02 #li4{
	width:279px;
	height:237px;
	right:0;
	top:0;
}
ul.index_cplist_02 #li5{
	width:279px;
	height:237px;
	right:0;
	bottom:0;
}

/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03{
	width:1300px;
	overflow:hidden;
}
dl.index_cplist_03 dd{
	width:335px;
	float:left;
	overflow:hidden;
	margin:45px 85px 0 0;
	text-align:center;
}
dl.index_cplist_03 dd img{
	max-width:100%;
	height:auto;
	display:block;
}
dl.index_cplist_03 dd h3{
	display:block;
	margin-top:20px;
}
dl.index_cplist_03 dd h3 a{
	font-weight:normal;
	font-size:18px;
}
dl.index_cplist_03 dd p{
	line-height:25px;
	color:#666;
	margin-top:20px;
	display:block;
}
dl.index_cplist_03 dd .detail{
	width:100px;
	height:35px;
	/*border:1px solid #9b9b9b;*/
	display:block;
	color:#fff;
	text-align:center;
	line-height:35px;
	margin:20px auto 0 auto;
}
/*首页规则产品列表图片上标题下*/
dl.index_cplist_04{
	overflow:hidden;
	clear:both;
	width:1250px;
	margin-top:30px;
}
dl.index_cplist_04 dd{
	text-align:center;
	list-style-type:none;
	float:left;
	width:273px;
	margin:0 36px 10px 0px;
	overflow:Hidden;
	text-align:center;
}
dl.index_cplist_04 dd img{
	width:100%;
	height:auto;
	display:block;
}
dl.index_cplist_04 dd h3 a{
	line-height:40px;
	font-size:14px;
	color:#333;
}

/*----首页带图片新闻-------*/
.index_tuwenlist{
	width:1250px;
	overflow:hidden;
}
.index_tuwenlist dl{
	width:495px;
	float:left;
	overflow:hidden;
	margin-right:12px;
	margin-top:40px;
}
.index_tuwenlist dl dt{
	width:190px;
	float:left;
}
.index_tuwenlist dl dt img{
	max-width:100%;
	height:auto;
}
.index_tuwenlist dl dd{
	margin-left:200px;
}
.index_tuwenlist dl dd h3{
	display:block;
}
.index_tuwenlist dl dd h3 a{
	font-size:18px;
	font-weight:normal;
}
.index_tuwenlist dl dd p{
	margin-top:15px;
	font-size:12px;
	line-height:22px;
	color:#666;
}
.index_tuwenlist dl dd .time{
	display:block;
	margin-top:10px;
	color:#a6a6a6;
	font-size:12px;
}
/*头条*/
dl.toutiao{
	width:450px;
	height:287px;
	position:relative;
	float:left;
	overflow:hidden;
}
dl.toutiao img{
	width:100%;
	height:287px;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
dl.toutiao h3{
	width:100%;
	height:40px;
	display:block;
	background:url(../images/black.png);
	line-height:40px;
	text-indent:15px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
}
dl.toutiao a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:5;
	left:0;
	top:0;
}
/*
dl.toutiao dt{
	width:230px;
	float:left;
}
dl.toutiao dt img{
	max-width:100%;
	height:auto;
	display:block;
}
dl.toutiao dd{
	margin-left:245px;
}
dl.toutiao dd h3{
	display:block;
}
dl.toutiao dd h3 a{
	color:#0271d9;
	font-size:18px;
	font-weight:normal;
}
dl.toutiao dd p{
	margin-top:10px;
	color:#666;
	line-height:25px;
}
dl.toutiao dd .time{
	display:block;
	margin-top:10px;
	color:#a6a6a6;
	font-size:12px;
}
dl.toutiao dd .detail{
	display:block;
	margin-top:10px;
	color:#0271d9;
}
*/
/*首页新闻列表普通*/
ul.index_newslist_01{
	width:auto;
	overflow:hidden;
}
ul.index_newslist_01 li{
	line-height:35px;
	border-bottom:1px dotted #d8d8d8;
}
ul.index_newslist_01 li a i{
	margin-right:5px;
}
ul.index_newslist_01 li span{
	float:right;
	color:#989898;
	font-size:12px;
}
/*首页横排3块*/
.box{
	width:390px;
	overflow:hidden;
	border:1px solid #ddd;
}
#box1{
	float:left;
}
#box2{
	float:left;
	margin-left:12px;
}
#box3{
	float:right;
}
.box h2{
	display:block;
	font-size:24px;
	text-transform:uppercase;
}
.box .pic{
	overflow:hidden;
	margin:10px 0 5px 0;
}
.box .pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
/*首页新闻列表带图片*/
ul.index_newslist_02{
	margin-left:450px;
}
ul.index_newslist_02 li{
	width:210px;
	height:287px;
	float:left;
	margin-left:19px;
	padding-left:20px;
	border-left:1px solid #ccc;
	overflow:hidden;
}
ul.index_newslist_02 li img{
	width:210px;
	height:122px;
	display:block;
}
ul.index_newslist_02 li h4{
	display:block;
	margin-top:13px;
}
ul.index_newslist_02 li h4 a{
	font-size:16px;
	font-weight:normal;
}
ul.index_newslist_02 li .line{
	display:block;
	margin-top:13px;
	width:90px;
	height:1px;
	background:#58C601;
}
ul.index_newslist_02 li p{
	margin-top:13px;
	line-height:22px;
	color:#666;
	font-size:12px;
}
ul.index_newslist_02 li .time{
	display:block;
	margin-top:13px;
	font-size:12px;
	color:#888;
	width:80px;
	height:25px;
	text-align:center;
	line-height:25px;
	background:#efefef;
}
/*首页新闻案例列表带遮罩*/
ul.index_newslist_03{
	width:auto;
	overflow:hidden;
	margin-top:25px;
}
ul.index_newslist_03 li{
	width:33.33333333%;
	overflow:hidden;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:relative;
	float:left;
	height:299px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
ul.index_newslist_03 li .ovrlyT {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:2;
}
ul.index_newslist_03 li .ovrlyB {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: -100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:3;
}
ul.index_newslist_03 li .buttons {
    position: absolute;
    top: 48%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:4;
}
ul.index_newslist_03 li .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}
ul.index_newslist_03 li:hover .ovrlyT {
    left: 0;
    top: 0;
}
ul.index_newslist_03 li:hover .ovrlyB {
    left: 0;
    top: 0;
}
ul.index_newslist_03 li:hover .buttons .fa {
    opacity: 1;
}
ul.index_newslist_03 li img{
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
    transition:0.6s;
}
ul.index_newslist_03 li:hover img{
	transform:scale(1.1);
}
ul.index_newslist_03 li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
ul.index_newslist_03 li a h3{
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top:45%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:translateY(-50px);
	transition:0.6s;
}
ul.index_newslist_03 li:hover a h3{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transform:translateY(0px);
}
/*友情链接带图片样式*/
ul.link_01{
	overflow:hidden;
	width:auto;
	float:left;
}
ul.link_01 li{
	float:left;
	width:163px;
	overflow:hidden;
	margin:0px 4px 0 0;
}
ul.link_01 li img{
	max-width:100%;
	height:auto;
	display:block;
}
/*仅文字链接*/
ul.link_02{
	
}
ul.link_02 a{
	display:block;
	float:left;
	padding:0 10px;
	border-right:1px solid #ccc;
	line-height:15px;
	height:15px;
	overflow:hidden;
	margin:3px 0;
	color:#fff;
	color:#b4b4b4;
}



.lmmc{
	width:auto;
	height:50px;
	overflow:hidden;
	line-height:50px;
}
.lmmc h2{
	text-indent:10px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.lmmc h2 i{
	margin-right:10px;
}
/*----首页独立联系我们----*/
ul.index_contact_01{
	width:auto;
	text-align:center;
	overflow:hidden;
}

ul.index_contact_01 li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-left:35px;
	font-size:18px;
	color:#dadada;
	margin:0 15px;
	line-height:30px;
}
ul.index_contact_01 #shouji{
	background:url(../ico/shouji.png) left center no-repeat;
}
ul.index_contact_01 #fax{
	background:url(../ico/fax.png) left center no-repeat;
}
ul.index_contact_01 #email{
	background:url(../ico/youxiang.png) left center no-repeat;
}


.zone{
	width:100%;
	min-width:1000px;
	overflow:hidden;
}




/*-----More按钮样式大全---*/
.more_01{
	width:100px;
	height:35px;
	display:block;
	text-align:center;
	line-height:35px;
	background:#0270CF;
	color:#fff;
	font-size:16px;
}


/*---首页左边分类右边产品结构--*/
#zuo{
	width:262px;
	float:left;
	overflow:hidden;
	border:8px solid #00AFFE;
}
#zuo #zuo_title{
	overflow:hidden;
	color:#fff;
	background:#00AFFE;
	text-transform:uppercase;
	padding-bottom:10px;
}
#zuo #zuo_title h2{
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
#zuo #zuo_title p{
	font-size:12px;
}
#zuo ul{
	height:478px;
	padding-top:20px;
	overflow:hidden;
	background:url(../images/zuo_bg.jpg) top center no-repeat;
}
#zuo ul li{
	line-height:30px;
	border-bottom:1px dotted #fff;
	text-indent:30px;
	background:url(../ico/shuangjiantou.png) 10px center no-repeat;
}
#zuo ul li a{
	color:#fff;
}

#zuo dl{
	padding:10px 0;
	overflow:hidden;
	width:242px;
	margin:0px auto;
}
#zuo dl dt{
	display:block;
	border-bottom:2px solid #00AFFE;
	padding-bottom:5px;
}
#zuo dl dt i{
	color:#00AFFE;
	margin-right:8px;
}
#zuo dl dt a{
	font-size:18px;
}
#zuo dl dd{
	width:252px;
	overflow:hidden;
}
#zuo dl dd a{
	font-size:12px;
	line-height:30px;
	border-bottom:1px dotted #ddd;
	display:block;
	width:115px;
	float:left;
	overflow:hidden;
	background:url(../images/dian.png) left center no-repeat;
	text-indent:10px;
	margin-right:10px;
	overflow:hidden;
	height:30px;
}




#you{
	width:910px;
	float:right;
	overflow:hidden;
	border:1px solid #ccc;
}
#you .title{
	overflow:hidden;
	height:42px;
	background:url(../images/you_title.jpg) left center repeat-x;
}
#you .title h2{
	display:block;
	line-height:42px;
	text-indent:20px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	min-width:172px;
	background:url(../images/you_h2.png) left center no-repeat;
}
#you .title span{
	float:right;
	margin:10px 10px 0 0;
}
#you ul{
	width:auto;
	padding:10px 0 25px 15px;
	overflow:hidden;
}
#you ul li{
	width:212px;
	float:left;
	overflow:hidden;
	margin:15px 10px 0 0;
	text-align:center;
}
#you ul li img{
	width:210px;
	height:auto;
	display:block;
	border:1px solid #ccc;
}
#you ul li h3{
	display:block;
	line-height:20px;
	overflow:hidden;
	margin-top:5px;
}
#you ul li h3 a{
	font-size:14px;
	font-weight:normal;
}
#you ul li .more{
	width:100px;
	height:25px;
	/*border:1px solid #9b9b9b;*/
	display:block;
	color:#fff;
	text-align:center;
	line-height:25px;
	background:#74AB08;
	-moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
	margin:0px auto;
}
/*-----底部共用-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:1000px;
	background:#4f4f4f;
	margin-top:45px;
}
.footer{
	width:1000px;
	overflow:Hidden;
	margin:0px auto;
	padding:15px 0;
	text-align:center;
	color:#fff;
	border:1px solid #CC0117;
	border-top:none;
	font-size:12px;
}
.footer dl{
	float:left;
	margin-right:130px;
	/*min-height:240px;
	background:url(../images/footer_dl.png) right center no-repeat;*/
}
.footer dl dt{
	display:block;
	font-size:16px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#fff;
}
.footer dl dt a{
	font-size:16px;
	color:#fff;
}
.footer dl dd{
	line-height:30px;
	color:#b4b4b4;
}
.footer dl dd a{
	font-size:14px;
	color:#b4b4b4;
}

dl.last{
	width:110px;
	overflow:hidden;
	padding-right:0!important;
	margin-right:0!important;
	background:none!important;
	float:right!important;
	text-align:center;
}
dl.last img{
	display:block;
	max-width:100%;
	height:auto;
	margin-bottom:5px;
}
#footer_lxxx{
	width:auto;
	float:left;
	overflow:hidden;
}
#ewm{
	width:120px;
	overflow:hidden;
	float:left;
}
#ewm img{
	max-width:100%;
	height:auto;
	display:block;
}
#footer_lxtxt{
	width:395px;
	float:right;
	margin-left:30px;
	color:#b9b9b9;
	line-height:25px;
	font-size:12px;
}
#footer_follow{
	width:auto;
	float:right;
	margin-top:50px;
}
#footer_follow a{
	margin-left:23px;
}
#footer_follow i{
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#fff;
	font-size:24px;
	background:#a5a5a5;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}

#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1000px;
	background:#515151;
}
#copy{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	line-height:25px;
	padding:10px 0;
}
/*-----在线客服--------*/
.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 img {
	float:left;
}
/*--------------内页样式----------------------*/
.ny_banner{
	width:100%;
	min-width:1000px;
	overflow:hidden;
	height:245px;
}
.ny_banner img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.wz_zone{
	width:100%;
	min-width:1000px;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #ccc;
}
.wz{
	width:1000px;
	overflow:hidden;
	margin:0px auto;
}
.wz span{
	color:#666;
	font-size:12px;
}
.wz i{
	color:#666;
	margin-right:5px;
}
.wz span a{
	color:#666;
	font-size:12px;
}
.wz h2{
	font-size:24px;
	text-transform:uppercase;
	text-indent:40px;
	background:url(../images/wz.png) left center no-repeat;
	line-height:50px;
	font-weight:normal;
}
.left_wrap{
	float:left;
	width:210px;
}
#lm_title{
	overflow:hidden;
	background:url(../images/nav_zone.jpg) repeat-x;
	text-align:center;
}
#lm_title h2{
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:40px;
}
#lm_title h3{
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#5fa6e2;
	text-transform:uppercase;
}
.zlm{
	width:auto;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-top:none;
}
.zlm dl{
	overflow:hidden;
}
.zlm dl dt{
	height:45px;
	line-height:45px;
	text-indent:20px;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl dt a{
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.zlm dl dt:hover,.zlm dl .on{
	background:#59C800;
}
.zlm dl dt:hover a,.zlm dl .on a{
	color:#fff;
}

.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #d8d8d8;
	border-top:none;
	word-break:break-all;
}
.left_lxxx a{
	color:#333;
}
.right_wrap{
	width:760px;
	overflow:Hidden;
	float:right;
	margin-right:10px;
}
.right_title{
	padding-bottom:10px;
	overflow:hidden;
	background:url(../images/right_title.png) left bottom no-repeat;
}
.right_title h2{
	font-size:16px;
	padding-left:25px;
	background:url(../images/right_h2.png) left center no-repeat;
	color:#fff;
	display:block;
	float:left;
}
.tulist{
	overflow:hidden;
	clear:both;
	width:800px;
}
.tulist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:182px;
	margin:10px 10px 10px 0px;
	overflow:Hidden;
	text-align:center;
}
.tulist li .pic{
	display: table-cell;
	vertical-align: middle;
	width:174px;
	padding:3px;
	border:1px solid #C50115;
	height:131px;
	overflow:hidden;
}
.tulist li img{
	height:auto;
	width:auto;
	display: inline-block;
	max-height:131px;
	max-width:100%;
}
.tulist li h3{
	display:block;
	margin-top:5px;
}
.tulist li h3 a{
	font-size:12px;
	color:#fff;
	font-weight:normal;
}


.tulist_02{
	width:1050px;
}
.tulist_02 li{
	list-style-type:none;
	float:left;
	width:223px;
	margin-right:11px;
	margin-bottom:15px;
	text-align:center;
}
.tulist_02 li img{
	width:100%;
	height:auto;
}
.tulist_02 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
	line-height:30px;
}

.tulist_03{
	width:1250px;
	overflow:hidden;
}
.tulist_03 li{
	list-style-type:none;
	float:left;
	width:399px;
	margin-right:1px;
	text-align:center;
}
.tulist_03 li img{
	width:100%;
	height:auto;
	display:block;
}
.tulist_03 li h3{
	font-size:18px;
	font-weight:normal;
	display:block;
	line-height:60px;
	color:#fff;
	background:#656565;
}
.tulist_03 li h3 a{
	color:#fff;
}
ul.wzlist{
	width:auto;

}
ul.wzlist li{
	line-height:40px;
	border-bottom:1px dotted #d8d8d8;
}
ul.wzlist li i{
	margin-right:10px;
}
ul.wzlist li a{
	font-size:14px;
}
ul.wzlist li span{
	float:right;
	margin-right:10px;
	color:#989898;
	font-size:12px;
}
.pro_main{
	overflow:hidden;
}
.pro_left{
	width:505px;
	float:left;
}
.pro_right{
	width:470px;
	float:right;
	overflow:hidden;
	line-height:25px;
}
.pro_right h2{
	font-size:24px;
	margin-top:15px;
	display:block;
	font-weight:normal;
}
.pro_info{
	margin-top:20px;
	overflow:hidden;
	line-height:25px;
}
#tabbox{ 
	overflow:hidden;
	margin-top:50px;
}
.tab_con{ 
	display:none;
	padding:10px 0;
	line-height:25px;
}
.tab_con img{
	max-width:100%;
	height:auto;
}
.tab_con table{
	border-collapse:collapse;
}
.tab_con table td{
	border:1px solid #d8d8d8;
	padding:5px;
}
.tabs{
	height: 35px;
	width: 100%;
	background:#e8e8e8;
}
.tabs li{
	height:35px;
	line-height:35px;
	float:left;
	overflow: hidden;
	position: relative;
}
.tabs li a {
	display: block;
	padding: 0 20px;
	outline: none;
}
dl.tuwenlist{
	width:auto;
	margin-top:25px;
	overflow:Hidden;
	height:90px;
	border:1px solid #C50115;
}
dl.tuwenlist dt{
	float:left;
	width:80px;
	height:90px;
	overflow:hidden;
	text-align:center;
	border-right:1px solid #C50115;
}
dl.tuwenlist dt span{
	display:block;
}
dl.tuwenlist dt .ri{
	font-size:26px;
	line-height:50px;
	border-bottom:1px solid #C50115;
}
dl.tuwenlist dt .nian{
	font-size:14px;
	line-height:40px;
	text-transform:uppercase;
}
dl.tuwenlist dd{
	margin-left:85px;
	padding:10px;
}
dl.tuwenlist dd h2{
	font-size:18px;
	display:block;
	overflow:hidden;
}
dl.tuwenlist dd h2 a{
	font-weight:normal;
	color:#fff;
}
dl.tuwenlist dd p{
	font-size:12px;
	line-height:20px;
	color:#f7b4b4;
	margin-top:10px;
}
dl.tuwenlist dd .detail{
	margin-top:10px;
	width:80px;
	height:25px;
	line-height:25px;
	text-align:center;
	display:block;
	font-size:12px;
	color:#606060;
	background:#e1e1e1;
}
dl.tuwenlist dd .detail:hover{
	background-color:#0172D0;
	color:#fff;
	transition:0.6s;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	color:#fff;
	margin:30px 0;
}
.bigpic{
	max-width:100%;
	height:auto;
	display:block;
	padding:10px;
	border:1px solid #C50115;
	margin:0px auto;
}
.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}


/*--------------留言表单CSS样式-------------*/
#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:45px;
	background:url(../ico/feedback.png) 10px center no-repeat #f1f1f1;
	min-height:50px;
	margin-top:15px;
}
#biaodan{
	width:485px;
	overflow:hidden;
	margin:20px auto 20px auto;
}
#biaodan p{
	display:block;
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#biaodan p label{
	width:120px;
	float:left;
	text-align:right;
	overflow:hidden;
	margin-right:10px;
	line-height:25px;
	color:#fff;
}
.itext{
	width:330px;
	height:25px;
	border:1px solid #b1787e;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#fff;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	background:none;
	outline:none;
	margin-right:10px;
}
.icontent{
	width:330px;
	height:85px;
	border:1px solid #b1787e;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#fff;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	background:none;
	outline:none;
}
.ibtn{
	width:100px;
	height:30px;
	text-align:center;
	line-height:30px;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 20px 5px 5px;
}
.ibtn:hover{
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s;
}
/*底部表单*/
.fbiaodan{

}
.ftext{
	width:375px;
	height:40px;
	background:#f0f0f0;
	border:none;
	text-indent:10px;
	line-height:40px;
	color:#bfbfbf;
}
.fcontent{
	width:365px;
	height:120px;
	background:#f0f0f0;
	border:none;
	padding:5px;
	line-height:20px;
	color:#bfbfbf;
	margin-top:10px;
}
.fbtn{
	width:85px;
	height:35px;
	margin-top:10px;
	background:#5a5a5a;
	border:none;
	text-align:center;;
	line-height:35px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
/*---------------其它碎片样式代码------------*/
#tabbox2{ 
	width:100%; 
	overflow:hidden;
	margin-top:30px;
}
#tabbox2 .tab_conbox{
	width:auto;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:none;
	border-bottom:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
#tabbox2 .tab_con{ 
	display:none;
	padding:0px;
	font-size: 14px; 
	line-height:25px;
}

#tabbox2 .tabs2{
	text-align:center;
	border:none;
	width:100%;
	overflow:hidden;
}
#tabbox2 .tabs2 li{
	height:35px;
	line-height:35px;
	background: #ececec;
	overflow: hidden;
	font-size:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 10px;

}
#tabbox2 .tabs2 li a {
	display: block;
	padding: 0 15px;
	outline: none;
}
.left_lm{
	width:296px;
	height:463px;
	float:left;
	overflow:hidden;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.left_lm_list{
	width:70%;
	margin:40px auto 0 auto;
	overflow:hidden;
}
.left_lm_list h3{
	display:block;
	font-size:18px;
	color:#0272d1;
}
.left_lm_list h3 a{
	color:#0272d1;
}
.left_lm_list dl{
	overflow:hidden;
}
.left_lm_list dl dd{
	width:50%;
	float:left;
	overflow:hidden;
	margin-top:10px;
}
.right_cp{
	margin-left:297px;
}
.right_cp dl{
	overflow:hidden;
}
.right_cp dl dd{
	width:33.3333333%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	float:left;
}
.right_cp dl dd img{
	height:195px;
	width:auto;
	display:block;
	margin:0px auto;
}
.right_cp dl dd h4{
	line-height:35px;
	height:35px;
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	border-top:1px solid #ccc;
}





#wechat{
	width:22px;
	height:22px;
	float:right;
	margin-left:15px;
	background:#3AB332;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:22px;
}
#so{
	float:right;
	font-size:20px;
	color:#fff;
	margin-top:12px;
	cursor:pointer;
}
.case_nav { 
	overflow:hidden;
	text-align: center;
	margin-top:40px;
}
.case_nav li {
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 5px;
	padding: 10px 20px;
	border:1px solid #ccc;
	cursor: pointer;
}
.case_nav .active{
	color: #fff;
	background-color: #082082;
	border-color:#082082;
}
.case_box{
	width: auto;
	overflow:hidden;
	margin-top:40px;
	height:450px;
}
.filtr-item{
	width:25%;
	overflow:hidden;
	height:225px;
	position:relative;
}
.filtr-item img {
	max-width: 100%;
	height:auto;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.filtr-item a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	color:#fff;
	background:url(../images/black.png);
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.filtr-item a h3{
	font-size:18px;
	padding:10px;
	display:block;
	margin-top:10%;
	font-weight:normal;
	transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
}
.filtr-item a p{
	padding:0 10px;
	line-height:25px;
	transform: translateY(200px);
	-ms-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-moz-transform: translateY(200px);
}
.filtr-item a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
	transition:0.6s;
}
.filtr-item a:hover h3,.filtr-item a:hover p{
	transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transition:0.6s;
}

#vlist{
	width:1250px;
	overflow:hidden;
	margin-top:35px;
}
#vlist li{
	width:590px;
	height:380px;
	float:left;
	margin-right:25px;
	overflow:hidden;
}
#vlist li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	background:url(../images/v.png) center center no-repeat;
}
#pro_zone{
	height:655px;
	background:url(../images/pro_zone.jpg) center center no-repeat;
}
#index_ad{
	height:604px;
	background:url(../images/index_ad.jpg) center center no-repeat;
	background-attachment:fixed;
}
#index_ad_txt{
	width:695px;
	float:right;
	overflow:hidden;
	margin-top:200px;
	color:#fff;
	font-size:24px;
}
#case_title{
	overflow:hidden;
	background:url(../images/case_title.png) center center no-repeat;
	text-align:center;
}
#case_title h2{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 15px;
	font-size:36px;
	text-transform:uppercase;
	background:#fff;
}

#about_pic{
	float:left;
	width:595px;
	overflow:hidden;
}
#about_pic img{
	max-width:100%;
	height:auto;
}
#about_left{
	width:555px;
	float:left;
	overflow:hidden;
}
#about_title{
	text-align:center;
	overflow:hidden;
}
#about_title h2{
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	color:#00b0ff;
	display:block;
	background:url(../images/about_title.png) center center no-repeat;
}
#about_title p{
	display:block;
	margin-top:5px;
	text-transform:uppercase;
	color:#666;
}
#about_title h3{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	padding:0 40px;
	line-height:30px;
	background:#FE0000;
	letter-spacing:3px;
	margin-top:10px;
}
#about_title .line{
	display:block;
	margin:15px auto 0 auto;
	width:140px;
	height:2px;

}
#about_right{
	width:580px;
	float:right;
	overflow:hidden;
}
#about_txt{
	line-height:30px;
}
#about_txt img{
	max-width:100%;
	height:auto;
}
#news_zone{
	width:100%;
	min-width:1000px;
	height:435px;
	background:url(../images/news_zone.jpg) center center no-repeat;
	overflow:hidden;
}
#index_news_box{
	width:770px;
	overflow:hidden;
	float:left;
}
#index_video_box{
	width:412px;
	float:right;
	overflow:hidden;
}
#contact_zone{
	width:100%;
	min-width:1000px;
	height:530px;
	background:url(../images/contact_zone.jpg) center center no-repeat;
	overflow:hidden;
}
#team_pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0 auto;
}
#news_box{
	width:805px;
	float:left;
	overflow:hidden;
}
#news_pic{
	width:295px;
	float:left;
	overflow:hidden;
}
#news_pic img{
	max-width:100%;
	height:auto;
	display:block;
}

#faq_box{
	width:357px;
	float:right;
	overflow:hidden;
}
#faq_pic{
	width:357px;
	overflow:hidden;
}
#faq_pic img{
	max-width:100%;
	height:auto;
	display:block;
}
#faq_box ul li{
	line-height:32px!important;
}
#so_zone{
	background:#f0f0f0;
	border-bottom:1px solid #ccc;
	height:40px;
	line-height:40px;
}
#so_left{
	float:left;
	max-width:60%;
	overflow:hidden;
}
#so_left a{
	margin:0 5px;
	color:#666;
}

#scroll_zone{
	background:#f0f0f0;
	border-bottom:1px solid #ccc;
	height:40px;
	line-height:40px;
}
#scroll_zone strong{
	float:left;
	color:#DA0000;
}
.txtMarquee-left{ 
	width:1115px;  
	position:relative;  
	float:right;
}
.txtMarquee-left .bd{ 
	
}
.txtMarquee-left .bd .tempWrap{ 
	width:auto; 
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.txtMarquee-left .bd ul li{ 
	margin-right:20px;  
	float:left; 
	height:40px; 
	line-height:40px;  
	_display:inline; 
	width:auto !important;  
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li i{
	margin-right:5px;
	color:#666;
}
/*案例滚动*/
.picMarquee-left {
	width:auto;
	overflow:hidden;
	position:relative;
	margin-top:25px;
}
.picMarquee-left .hd {
	overflow:hidden;
	height:30px;
	background:#f4f4f4;
	padding:0 10px;
	display:none;
}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next {
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") no-repeat;
}
.picMarquee-left .hd .next {
	background-position:0 -50px;
}
.picMarquee-left .hd .prevStop {
	background-position:-60px 0;
}
.picMarquee-left .hd .nextStop {
	background-position:-60px -50px;
}
.picMarquee-left .bd {
	
}
.picMarquee-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.picMarquee-left .bd ul li {
	margin:0 17px 0 0;
	float:left;
	_display:inline;
	overflow:hidden;
	width:289px;
	height:337px;
	background:#f1f1f1
}
.picMarquee-left .bd ul li img {
	width:100%;
	height:auto;
	display:block;
}
.picMarquee-left .bd ul li h3{
	display:block;
	padding:10px;
}
.picMarquee-left .bd ul li h3 a{
	font-size:18px;
	font-weight:normal;
}
.picMarquee-left .bd ul li p{
	display:block;
	padding:0 10px;
	line-height:25px;
	color:#666;
}

#ys_title_zh_cn{
	height:145px;
	background:url(../images/ys_title.jpg) center center no-repeat;
	font-size:0;
	line-height:0;
}
#ys_title_en{
	height:145px;
	background:#00AFFE;
	line-height:145px;
	text-transform:uppercase;
	color:#fff;
	font-size:36px;
	text-align:center;
}
#ys_zone{
	height:673px;
	background:url(../images/ys_bg.jpg) top center no-repeat;
	line-height:25px;
}
#ys_txt1{
	width:555px;
	position:absolute;
	right:0;
	top:77px;
}

#ys_txt2{
	width:555px;
	position:absolute;
	right:0;
	top:260px;
}
#ys_txt3{
	width:560px;
	position:absolute;
	left:58px;
	top:395px;
}
#ys_txt4{
	width:555px;
	position:absolute;
	left:130px;
	top:568px;
}
#link_zone{
	background:#404040;
	padding:15px 0;
}
#link_title{
	width:95px;
	float:left;
	text-align:center;
	overflow:hidden;
	color:#fff;
	border-right:1px solid #fff;

}
#link_title h2,#link_title p{
	font-weight:normal;
	font-size:18px;
	display:block;
}
#footer_nav{
	text-align:center;
	padding:5px 0;
	background:#00AFFE;
	margin-top:25px;
}
#footer_nav a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 40px;
	border-right:1px solid #fff;
	line-height:15px;
	height:15px;
	overflow:hidden;
	color:#fff;
}

/* 内页左侧产品滚动*/
.picMarquee-top{ 
	margin:0 auto;
	width:auto;
	overflow:hidden;
	position:relative;
	border:1px solid #d8d8d8;
	margin-top:25px;
}
.picMarquee-top h3{
	height:40px;
	line-height:40px;
	font-weight:normal;
	display:block;
	text-align:center;
	font-size:16px;
	background:#f6f6f6;
	border-bottom:1px solid #d8d8d8;
}
.picMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;display:none;}
.picMarquee-top .hd .prev,.picMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
.picMarquee-top .hd .next{ background-position:0 -140px;  }
.picMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
.picMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
.picMarquee-top .bd{ padding:10px;   }
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li{ text-align:center; zoom:1; }
.picMarquee-top .bd ul li .pic{ text-align:center; }
.picMarquee-top .bd ul li .pic img{ max-width:96%; height:auto; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-top .bd ul li .pic a:hover img{ border-color:#5fa6e2;  }
.picMarquee-top .bd ul li .title{ line-height:24px;   }


dl.faqlist{
	width:auto;
	margin-bottom:30px;
	overflow:Hidden;
	border:1px solid #ccc;
}
dl.faqlist dt{
	float:left;
	width:220px;
	overflow:hidden;
}
dl.faqlist dt img{
	width:100%;
	height:auto;
}
dl.faqlist dd{
	padding:15px;
}
dl.faqlist dd h2{
	font-size:16px;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
}
dl.faqlist dd h2 a{
	color:#0272d1;
}
dl.faqlist dd h2 span{
	float:right;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
dl.faqlist dd p{
	font-size:14px;
	line-height:30px;
	color:#a3a3a3;
}
dl.faqlist dd .detail{
	margin-top:10px;
	width:80px;
	height:25px;
	line-height:25px;
	text-align:center;
	display:block;
	font-size:12px;
	color:#606060;
	background:#e1e1e1;
}
dl.faqlist dd .detail:hover{
	background-color:#0172D0;
	color:#fff;
	transition:0.6s;
}