@import url("../caidan/css/superfish.css");
@import url("../caidan/css/superfish-vertical.css");
@import url("../caidan/css/superfish-navbar.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#fff;
}
body{
	font-size:14px;
	position:relative;
}
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:#316FB8;
	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;
}
img{
	border:none;
}
input,select,button{
	font:14px "微软雅黑",Arial,Tahoma;
	vertical-align:middle;
}
.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:#316FB8;
	border-color:#316FB8;
	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:#CB2525;
}
#ser{
	float:right;
	margin-top:10px;
}
.search{
	width:165px;
	overflow:hidden;
	border:1px solid #cdcdcd;
	position:absolute;
	z-index:99999;
	right:0;
	top:32px;
	height:27px;
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
	background-color:#fff;
	display:none;
}
.search .key_text{
	height:27px;
	float:left;
	width:130px;
	overflow:hidden;
	text-indent:10px;
	line-height:25px;
	color:#666;
	outline:none;
	font-size:12px;
	background:none;
	border:none;
}
.search .search_btn{
	float:right;
	margin: 6px 8px 0 0;
	overflow:hidden;
}
.main{
	width:1180px;
	overflow:hidden;
	margin:0px auto;
}
/*---------------------主体开始-----------------------*/
.lan{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.lan span a{
	padding-left:30px;
	font-size:12px;
	color:#b5dcfe;
	text-transform:uppercase;
}
.cn{
	background:url(../images/cn.png) left center no-repeat;
	float:left;
	line-height:30px;
}
.en{
	background:url(../images/en.png) left center no-repeat;
	line-height:30px;
	float:right;
}
.top_link{
	float:right;
	overflow:hidden;
}
.top_link a{
	height:15px;
	line-height:15px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:10px;
	color:#5e5e5e;
	padding-right:8px;
	margin-right:8px;
	border-right:1px solid #ccc;
}
.header_zone{
	width:100%;
	min-width:1180px;
	height:95px;
	position:absolute;
	z-index:9999999;
	left:0;
	top:0;
	background:url(../images/white.png);
}
.header{
	width:1180px;
	margin:0px auto;
	position:relative;
}
.logo{
	float:left;
	margin-top:10px;
}
.header_r{
	width:auto;
	float:right;
}
#header_shang{
	float:right;
}
#header_lxxx{
	float:left;
	margin-right:20px;
	color:#fff;
	margin-top:10px;
	padding-left:30px;
	background:url(../images/youxiang14.png) left center no-repeat;
}
.yuyan{
	overflow:hidden;
	margin-top:10px;
	text-align:right;
}
.nav{
	width:auto;
	float:left;
	margin-top:15px;
	margin-right:40px;
}
#mai_btn{
	display:block;
	width:150px;
	height:35px;
	background:#316FB8;
	color:#fff;
	text-align:center;
	line-height:35px;
	font-weight:bold;
}
/*-----------------头部end------------------------*/
.ny_banner{
	width:100%;
	min-width:1180px;
	overflow:hidden;
	height:480px;
}

.wz_zone{
	width:100%;
	min-width:1180px;
	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:1180px;
	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:#316FB8;
	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:#316FB8;
	color:#fff;
}

.content{
	font-size:14px;
	color:#333;
	line-height:25px;
	padding:1em 0;
}
.content img{
	max-width:100%;
	display:block;
	margin:0px auto;
}

.ny_title{
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	line-height:70px;
	font-family:Times New Roman;
}

/*------footer-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:1180px;
	background:#316FB8;
}
.footer{
	width:1180px;
	overflow:Hidden;
	margin:35px auto 0px auto;
}
.follow{
	width:auto;
	border:1px solid #4c4c4c;
	text-align:center;
	padding:15px;
}
.follow h2{
	font-weight:normal;
	color:#d0d0d0;
	font-size:37px;
	display:block;
	text-transform:uppercase;
}
.footer_ico{
	overflow:hidden;
}
.footer_ico a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 15px;
}
.footer dl{
	float:left;
	overflow:hidden;
	margin-top:20px;
}
.footer dl dt{
	display:block;
	padding-bottom:10px;
	margin-bottom:15px;
	text-transform:uppercase;
	background:url(../images/dt.png) left bottom no-repeat;
}
.footer dl dt a{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.footer dl.footer_contact{
	width:545px;
	overflow:hidden;
}
.ewm{
	width:145px;
	float:left;
	overflow:hidden;
}
.ewm img{
	max-width:100%;
	height:auto;
}
.footer_lxxx{
	width:385px;
	float:right;
	overflow:hidden;
	color:#fff!important;
	line-height:20px;
}

.footer dl dd{
	line-height:25px;
	color:#fff;

}
.footer dl dd a{
	color:#fff;
}
.footer_copy{
	width:auto;
	overflow:hidden;
	margin-top:20px;
	color:#7eb6f6;
	line-height:25px;
	font-size:12px;
	padding:10px 0;
	text-align:center;
}



/*-------------------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:#0193DE;
	border-color:#0193DE;
	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:1000px;
}
.tulist400 li{
	list-style-type:none;
	float:left;
	width:285px;
	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:auto;
}
.tulist240 li{
	list-style-type:none;
	float:left;
	width:23%;
	margin:1em 1%;
	text-align:center;
}
.tulist240 li img{
	width:100%;
	max-width:240px;
	height:auto;
	
}
.tulist240 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
}
.ny_main{
	width:1180px;
	overflow:hidden;
	margin:2em auto 0 auto;
}
.left_wrap{
	float:left;
	width:250px;
	overflow:hidden;
}
.left_wrap h2{
	width:auto;
	height:40px;
	line-height:40px;
	background:url(../images/nav_zone.jpg) repeat-x;
	/* 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;
}
.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #d8d8d8;
	border-top:none;
	margin-bottom:5px;
	word-break:break-all;
}
.left_lxxx a{
	color:#333;
}
.right_wrap{
	width:890px;
	overflow:Hidden;
	float:right;
}

.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d1d1d1;	
}
.right_title h2{
	font-size:26px;
	color:#316FB8;
	text-indent:15px;
}
.tulist{
	overflow:hidden;
	clear:both;
	width:1000px;
	margin-top:20px;
}
.tulist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:283px;
	margin:0 15px 20px 0px;
	overflow:Hidden;
	background-color:#fff;
	text-align:center;
	border:1px solid #e1e1e1;
}
.tulist li:hover{
	border-color:#316FB8;
}
.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 p{
	width:auto;
	text-align:left;
	padding:5px;
	line-height:25px;
	height:160px;
	overflow:hidden;
}
.tulist li:hover h3{
	background-color:#316FB8;
}
.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:400px;
	float:right;
	overflow:hidden;
	line-height:25px;
}
.pro_right h2{
	font-size:22px;
	color:#008DCB;
	padding-bottom:10px;
	display:block;
	border-bottom:1px dashed #008DCB;
}
.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;
}
.pro_t{
	width:100%;
	height:40px;
	overflow:hidden;
	margin-top:30px;
	background-color:#f1f1f1;
}
.pro_t h3{
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	padding:0 30px;
	color:#fff;
	background-color:#316FB8;
}
.pro_content{
	width:auto;
	line-height:18px;
	overflow:hidden;
	margin-top:20px;
	font-size:12px;
}
.tab_con table td{
	text-indent:5px;
}
#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: #316FB8;
	color:#fff;
}	
.tabs .thistab a{
	color:#fff;
}
.tabs .thistab,.tabs .thistab a:hover{
	background: #316FB8;
	color:#fff;
}

.tab_con {padding:10px;font-size: 12px; line-height:18px; overflow:hidden;}

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:650px;
	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:#316FB8;
}
dl.tuwenlist dd .info{
	font-size:14px;
	line-height:25px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a{
	padding:5px 20px;
	background-color:#666;
	text-align:center;
	color:#fff;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:12px;
}
dl.tuwenlist dd span a:hover{
	background-color:#316FB8;
}

/*----------------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:#316FB8;
}

/*-----------下载样式------------*/
.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:#316FB8;
	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{
	text-align:center;
	overflow:hidden;
}
.pro_title h2{
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#484848;
	text-transform:uppercase;
}
.pro_title .line{
	width:120px;
	height:1px;
	display:block;
	margin:15px auto 0 auto;
	background-color:#acacac;
}
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 #316FB8;
}
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 #d8d8d8;
	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:#316FB8;
}



.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:1180px;
	overflow:hidden;
	margin:0px auto;
}
.index_pro{
	width:auto;
}
.t{
	text-align:center;
	width:100%;
	overflow:hidden;
}
.t h2{
	font-size:30px;
	color:#484848;
	display:block;
	text-transform:uppercase;
	background:url(../images/t.png) center center no-repeat;
}
.t p{
	width:750px;
	margin:15px auto 0 auto;
	color:#656565;
	line-height:25px;
}

.index_pro ul{
	width:1250px;
	overflow:hidden;
	margin:55px auto 0px auto;
}
.index_pro ul li{
	width:285px;
	height:375px;
	background-color:#fff;
	overflow:hidden;
	list-style-type:none;
	float:left;
	margin:0 12px 0px 0px;
}
.index_pro ul li img{
	width:100%;
	height:auto;
	display:block;
	margin-top:15px;
}
.index_pro ul li h4{
	display:block;
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin-top:15px;
	padding:0 20px;
}
.index_pro ul li h4 a{
	font-weight:normal;
	color:#000;
	font-size:16px;
}

.index_pro ul li:hover h4 a{
	color:#316FB8;
}
.index_pro ul li .line{
	width:155px;
	height:1px;
	display:block;
	margin:5px 0 0 20px;
	background-color:#6c6c6c;
}
.index_pro ul li p{
	padding:0 20px;
	color:#666;
	font-size:12px;
	line-height:22px;
	width:auto;
	overflow:hidden;
	margin-top:10px;
}
#pro_more{
	display:block;
	margin:40px auto 0 auto;
	width:315px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#fff;
	background-color:#cacaca;

}
#pro_more:hover{
	background-color:#316FB8;
	transition:0.5s;
}
.pro_ad{
	margin-top:45px;
	overflow:hidden;
}
.pro_ad img{
	max-width:100%;
	height:auto;
}
.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:45px;
}
.index_case li{
	list-style-type:none;
	float:left;
	width:370px;
	margin-right:33px;
}
.index_case li img{
	width:100%;
	height:auto;
}
.index_case li h3{
	display:block;
	margin-top:20px;
}
.index_case li h3 a{
	font-weight:normal;
	font-size:22px;
	color:#316FB8;
}
.index_case li p{
	margin-top:15px;
	color:#b8b8b8;
	line-height:22px;
}
.index_case li .case_more{
	display:block;
	margin-top:20px;
	color:#666;
	font-size:12px;
}


.news{
	width:550px;
	overflow:hidden;
	float:left;
}
.news_content{
	width:1050px;
	overflow:hidden;
	margin-top:35px;
}
.news_content dl{
	width:475px;
	overflow:hidden;
	margin-bottom:35px;
	float:left;
	margin-right:50px;
}
.news_content dl dt{
	width:160px;
	float:left;
	overflow:hidden;
}
.news_content dl dt img{
	width:100%;
	height:auto;
}
.news_content dl dd{
	width:300px;
	float:right;
	overflow:hidden;
}
.news_content dl dd h2{
	display:block;
}
.news_content dl dd h2 a{
	color:#000;
	font-size:18px;
	font-weight:normal;
}
.news_content dl dd p{
	font-size:12px;
	color:#848484;
	line-height:20px;
	margin-top:10px;
	overflow:Hidden;
}
.news_content dl dd .time{
	display:block;
	margin-top:10px;
	color:#c7c7c7;
	font-size:12px;
}

/*----------------contact-------------*/
.contact_main{
	width:1180px;
	padding:10px 10px 30px 10px;
	overflow:hidden;
	margin:20px auto 0 auto;
}
.contact_left{
	width:400px;
	float:left;
	text-align:center;
}
.lxxx{
	margin-top:20px;
	line-height:30px;
	color:#333;
	font-size:14px;
	text-align:left;
	font-family:"宋体",Verdana;
}
.lxxx a{
	color:#333;
}
.contact_btn{
	width:140px;
	height:50px;
	font-size:20px;
	display:block;
	clear:both;
	text-align:center;
	line-height:50px;
	color:#fff;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	background-color:#D71828;
}
.contact_btn:hover{
	background-color:#FF8500;
	color:#fff;
}
.contact_right{
	width:650px;
	float:right;
	border-left:1px solid #e5e5e5;
	padding-left:50px;
}
.contact_right .txt{
	color:#666;
	font-weight:bold;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.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:#316FB8;
	color:#fff;
}

.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:1250px;
	overflow:hidden;
	margin-top:30px;
}
ul.fenlei_list li{
	float:left;
	list-style-type:none;
	overflow:hidden;
	width:150px;
	margin-right:25px;
}
ul.fenlei_list li img{
	width:144px;
	display:block;
	border:3px solid #b4b4b4;
	-moz-border-radius: 147px;      /* Gecko browsers */
    -webkit-border-radius: 147px;   /* Webkit browsers */
    border-radius:147px;            /* W3C syntax */
}
ul.fenlei_list li:hover img{
	border-color:#0076DA;
}
ul.fenlei_list h3{
	display:block;
	text-align:center;
	overflow:hidden;
	margin:10px 0;
}
ul.fenlei_list h3 a{
	color:#0075db;
	font-weight:normal;
}
ul.fenlei_list .fenlei_btn{
	width:auto;
	display:block;
	text-align:center;
	height:25px;
	border:1px solid #c4c4c4;
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
	color:#666;
	line-height:25px;
}
ul.fenlei_list li:hover .fenlei_btn{
	background-color:#0075db;
	border-color:#0075db;
	color:#fff;
}



#tabbox2{ 
	width:100%; 
	min-width:1180px;
	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;}


.about_zone{
	width:100%;
	min-width:1180px;
	overflow:hidden;
	padding:33px 0;
	background-color:#f8f8f8;
}
.about_left{
	width:428px;
	float:left;
	overflow:hidden;
}
.about_left img{
	width:100%;
	height:auto;
}
.about_right{
	width:670px;
	float:right;
	overflow:hidden;
}
.about_right h2{
	display:block;
	margin-top:30px;
	font-size:24px;
	color:#3170b8;
}
.about_txt{
	margin-top:15px;
	overflow:hidden;
	color:#5f5f5f;
	line-height:25px;

}
#about_btn{
	display:block;
	margin-top:20px;
	padding:10px 20px;
	color:#fff;
	float:left;
	background-color:#3170b8;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}

.grey_zone{
	width:100%;
	min-width:1180px;
	overflow:hidden;
	margin-top:5px;
	padding:2.5em 0 3em 0;
	background-color:#e9e9e9;
	margin-top:-5px;
}

.lmmc{
	width:100%;
	overflow:hidden;
	display:block;
}
.lmmc h2{
	font-size:24px;
	color:#316FB8;
	float:left;
	line-height:25px;
	text-transform:uppercase;
}
.lmmc em{
	line-height:25px;
	float:left;
	display:block;
	margin-left:15px;
	width:180px;
	height:25px;
	background:url(../images/lmmcem.png) left center no-repeat;
}
.lmmc span{
	float:left;
	margin-top:10px;
}
.lmmc span a{
	font-size:12px;
	color:#444;
	
}

.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:250px;
	overflow:hidden;
	float:left;
}
.r{
	width:741px;
	height:501px;
	float:right;
	overflow:hidden;
	background:url(../images/r.png) no-repeat;
}
.r_l{
	width:346px;
	float:left;
	overflow:hidden;
	margin-left:9px;
}
.r_r{
	width:345px;
	overflow:hidden;
	float:right;
	margin-right:18px;
}
.l h2{
	width:100%;
	font-size:18px;
	height:45px;
	overflow:hidden;
	background:url(../images/lmmc.jpg) repeat-x;
	line-height:45px;
	text-indent:10px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	/* 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;
}
.index_fenlei{
	background-color:#ededed;
	height:288px;
	overflow:hidden;
}
.index_fenlei ul{
	width:auto;
	padding:10px;
}
.index_fenlei ul li{
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #a0a0a0;
	background:url(../images/jiantou.png) 10px center no-repeat;
}
.index_fenlei ul li a{
	color:#333;
	padding-left:30px;
}
.index_fenlei ul li a:hover{
	color:#008bca;
}
.index_lx{
	height:199px;
	background-color:#ededed;
	overflow:hidden;
	margin-top:15px;
}
.index_lxtxt{
	width:auto;
	overflow:hidden;
	padding:10px;
	font-size:12px;
	color:#555;
	line-height:23px;
}
.r h2{
	width:auto;
	height:45px;
	font-size:14px;
	color:#316FB8;
	text-transform:uppercase;
	line-height:46px;
	text-indent:25px;
}



.index_ad{
	width:1180px;
	overflow:hidden;
	margin:0px auto;
}


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:#316FB8
}

ul.applist{
	width:1250px;
	overflow:hidden;
	margin-top:40px;
}
ul.applist li{
	float:left;
	background-color:#fff;
	overflow:hidden;
	margin-right:15px;
	width:280px;
	height:463px;
	position:relative;
}
ul.applist li img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	max-width:100%;
	height:auto;
}
ul.applist li .pd{
	width:auto;
	padding:20px 15px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	height:210px;
}
ul.applist li .pd h3{
	display:block;
	font-size:18px;
	color:#000;
	font-weight:normal;
}
ul.applist li .pd p{
	margin-top:20px;
	color:#727272;
	line-height:25px;
	overflow:hidden;
}
ul.applist li .pd .app_more{
	font-size:18px;
	color:#3170b8;
	margin-top:30px;
	display:block;
	margin-bottom:20px;
}
/*
#app01{
	width:578px;
}
#app02{
	width:279px;
	margin-left:22px;
}
#app03{
	width:280px;
	float:right;
}
*/
ul.applist li .zhezhao{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	background:url(../images/blue.png);
	filter:alpha(opacity=0); 
	 -moz-opacity:0; 
	 -khtml-opacity: 0; 
	 opacity: 0; 
}
ul.applist li:hover .zhezhao{
	filter:alpha(opacity=100); 
	 -moz-opacity:1; 
	 -khtml-opacity: 1; 
	 opacity: 1; 
	 transition:0.5s;
}
.zhezhao h4{
	padding:45px 15px 0 15px;
	color:#fff;
	font-size:26px;
	display:block;
	font-weight:normal;
}
.zhezhao p{
	padding:35px 15px 0 15px;
	color:#fff;
	line-height:25px;
	overflow:hidden;
}
.zhezhao span{
	display:block;
	margin:70px 0 0 15px;
	font-size:18px;
	color:#fff;
}
.news_zone{
	width:100%;
	min-width:1180px;
	overflow:hidden;
	background-color:#000;
	padding-bottom:50px;
}

.biaodan_zone{
	width:100%;
	min-width:1180px;
	overflow:hidden;
	background-color:#e9e9e9;
	padding:25px 0;
	text-align:center;
}

.biaodan_zone h3{
	font-size:18px;
	font-weight:normal;
	color:#6e6e6e;
	display:block;
	text-transform:uppercase;
}
.biaodan_zone .ding{
	width:552px;
	overflow:hidden;
	margin:20px auto;
}
.ding_txt{
	width:430px;
	height:40px;
	float:left;
	overflow:hidden;
	background-color:#fff;
	text-indent:10px;
	line-height:40px;
	color:#666;
	border:none;
	outline:none;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.ding_btn{
	width:110px;
	height:40px;
	line-height:40px;
	text-align:center;
	float:right;
	overflow:hidden;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	border:none;
	outline:none;
	background-color:#316FB8;
	color:#fff;
	cursor:pointer;
}

/*滚动新版可以循环*/
.scroll{
	width:auto!important;
	overflow:visible;
}
.scroll .item1{
	overflow:hidden;
	transition:0.6s;
	/* background:#F5F5F5;
	padding: 10px 10px 15px 10px; */
	/*阴影
	margin:5px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;

	border:2px solid #fff;
	padding-bottom: 20px;*/
}
.scroll .item1 .pic{
	display:block;
	overflow:hidden;
	position:relative;
}
.scroll .item1 img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
	/* border:1px solid #ccc; */
}
.scroll .item1:hover img{
	/* border-color:#0070c0; */
}
.scroll .item1:hover img{
	transform:scale(1.1);
}
.scroll .item1 .txt{
	margin-top: 10px;
	padding-top: 10px;
	background: url(/web/pic/txt.jpg) top center repeat-x;
}
.scroll .item1 h3{
	display:block;
	font-size:16px;
	overflow:hidden;
	font-weight:normal;
}
.scroll .item1 h3 a{

}
.scroll .item1 p{
	display:block;
	overflow:hidden;
	color:#666;
	margin-top:5px;
}
.scroll .item1 .detail{
	/* display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 10px;
	border:1px solid #666; */
	display:block;
	margin-top:10px;
	color:#999;
	transition:0.6s;
}
.scroll .item1:hover .detail{
	/* background:#01A7E1;
	border-color:#01A7E1;
	color:#fff; */
}
/*--------标题浮动在图片上-------*/
.scroll .item2{
	position:relative;
	overflow:hidden;
	height:345px;
}
.scroll .item2 img{
	max-width:100%;
	height:auto;
	display:block;
	margin-top: -40px;
}
.scroll .item2 a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	/* background:rgba(0,0,0,0.6); */
}
.scroll .item2 .txt{
	overflow: hidden;
	padding:0 80px;
}
.scroll .item2 h3{
	width:100%;
	display:block;
	position:absolute;
	left:0;
	bottom:0px;
	z-index:5;
	background: rgba(0,0,0,0.5);
	color:#fff;
	font-size:14px;
	/* text-transform: uppercase; */
	text-indent: 10px;
	line-height: 35px;
	font-weight: normal;
}
.scroll .item2 p{
	display:block;
	line-height: 25px;
	color: #d1d1d1;
	margin-top: 10px;
}
.scroll .item2 .time{
	display:block;
	margin-top:25px;
	font-size: 16px;
	color: #fff;
}
/*-----普通的样式-----*/
.scroll .item3{
	overflow:hidden;
	transition:0.6s;
	text-align: center;
	/*阴影
	margin:5px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;*/
}
.scroll .item3 .pic{
	display:block;
	overflow:hidden;
	position: relative;
	/* border: 1px solid #ccc; */
}
.scroll .item3:hover .pic{
	/* border-color:#9c0053; */
}
.scroll .item3 img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}

.scroll .item3:hover img{
	transform:scale(1.1);
}
.scroll .item3 h3{
	display:block;
	font-size:14px;
	overflow:hidden;
	margin-top:15px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	transition: 0.6s;
	font-weight: normal;
}
.scroll .item3:hover h3{

}
.scroll .item3 h3 a{

}
.scroll .item3 p{
	display:block;
	overflow:hidden;
	line-height:22px;
	color:#666;
	margin-top:10px;
}
.scroll .item3 .detail{
	/* display:inline-block;
	*display:inline;
	*zoom:1;
	width:100px;
	height:30px;
	line-height: 30px;
	text-indent: 25px;
	text-align: left;
	border:1px solid #30318B;
	background:url(/web/pic/jiantou.png) 65px center no-repeat #30318B;
	background-size:15px 10px; */
	display: block;
	text-transform: uppercase;
	margin-top:10px;
	color:#999;
}
.scroll .item3:hover .detail{
	/* background:url(/web/pic/jiantou.png) 65px center no-repeat #E6212A;
	border-color:#E6212A;
	background-size:15px 10px;
	color:#fff; */
}

.scroll .owl-prev,.scroll .owl-next{
	position:absolute;
	bottom:0;
	/* width:35px;
	height:35px;
	border:2px solid #ccc;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	text-align:center; */
	/* margin-top:-17.5px; */
	z-index:20;
	/* background: #fff; */
}

.scroll .owl-prev:hover .fa,.scroll .owl-next:hover .fa{
	color:#306BD3;
}
.scroll .owl-prev .fa,.scroll .owl-next .fa{
	color:#333;
	line-height:30px;
	font-size:44px!important;

}

.scroll .owl-prev{
	left:500px;
}
.scroll .owl-next{
	right:500px;
}
#scroll1{
	padding-bottom: 70px;
}
#scroll100{
	padding-bottom: 0!important;
}
#scroll100 .owl-prev{
	left:-50px!important;
	bottom:50%!important;
	margin-bottom: -17.5px;
}
#scroll100 .owl-next{
	right:-50px!important;
	bottom:50%!important;
	margin-bottom: -17.5px;
}
#scroll100 .owl-prev .fa,#scroll100 .owl-next .fa{

}
#scroll2 .owl-dots{
	width: auto;
	display: inline-block;
	*display: inline;
	*zoom:1;
	right:10px;
	text-align: right;
}
.scroll .owl-dots{
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	display: block;
	width: 100%;
	text-align: center;
	/* padding: 10px 20px;
	margin-top: 30px;
	border: 1px solid #ccc;
	-moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius:25px; */
	position: absolute;
	/* right:10px; */
	bottom:8px;
	z-index:20;
}
.scroll .owl-dots .owl-dot{
	width:12px;
	height:12px;
	-moz-border-radius: 100%;      /* Gecko browsers */
  -webkit-border-radius: 100%;   /* Webkit browsers */
  border-radius:100%;            /* W3C syntax */
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	background:#fff;
	border: 2px solid #333;
}
.scroll .owl-dots .owl-dot.active{
	background-color:#333;
}
/*相关产品*/
#xgcp{
	width:auto;
	padding:0 35px;
}
#xgcp .item{
	text-align:center;
	overflow:hidden;
}
#xgcp .item img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#xgcp .item h3{
	display:block;
	margin-top:10px;
	font-size:14px;
	font-weight:normal;
}
#xgcp .owl-prev,#xgcp .owl-next{
	position:absolute;
	top:50%;
	width:25px;
	height:25px;
	margin-top:-12.5px;
	background:#c2c2c2;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
	text-align:center;

}

#xgcp .owl-prev:hover .fa,#xgcp .owl-next:hover .fa{
	color:#fff;
}
#xgcp .owl-prev .fa,#xgcp .owl-next .fa{
	color:#fff;
	line-height:25px;
	font-size:18px!important;
}

#xgcp .owl-prev{
	left:0px;
}
#xgcp .owl-next{
	right:0px;
}
/*----------后来加的用于定义手机端网站的样式-----------*/
#pro_pic_m{
	display:none;
}

