@charset "UTF-8";
@import url('owl.css');

html,body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,button,textarea,iframe,frameset,table,th,tr,td,fieldset{margin:0;padding:0;}
/* IE5.xIE6бbug */
* html body{overflow:visible;}
* html iframe,* html frame{overflow:auto;}
* html frameset{overflow:hidden;}
/* body */
body{color:#000;font:14px/22px "Microsoft Yahei";}
/*html,body{overflow-x:hidden;}*/
i,em,cite{font-style:normal;}
/* a */
a,a:link{color:#000;text-decoration:none;}
a:active,a:hover{text-decoration:none;color:#015cb5;}
a:focus{outline:none;}
/* form */
textarea,input{word-wrap:break-word;word-break:break-all;}
input{vertical-align:middle;}
/* li */
ul,li{list-style-type:none;}
/* img */
img{border:0 none;vertical-align:middle;}
/* h* */
h1,h2,h3,h4,h5{font-size:24px;}
/* text */
.t_l{text-align:left;}
.t_c{text-align:center;}
.t_r{text-align:right;}
/* hidden */
.o_hidden{overflow:hidden;}
/* dis_no */
.none{display:none;}
.block{display:block;}
/* Hides from IE-mac \*/
.clearfix{display:block;}
/*index.html==========================*/
.clear{clear:both;border:0px;height:0px;width:0px;font-size:0px;overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{LINE-HEIGHT:0;CLEAR:both;overflow:hidden;font-size:0px;}
/*line 's height*/
.line20{height:20px;}
.line30{height:30px;}
.line40{height:40px;}
.line50{height:50px;}
.line60{height:60px;}

/*header start*/
/*top_nav*/
.header{width:100%;min-width:1200px;}
.head{width:100%;min-width:1200px;height:34px;border-bottom:3px solid #efefef; background:#333333;}
.top_nav{width:1200px;margin:auto;text-align:right;line-height:34px;font-size:13px;color:#c8c8c8;}
.top_nav a.top_icon1 { background-image: url(../images/top_icon1.png);}
.top_nav a.top_icon2 {background-image: url(../images/top_icon2.jpg);}
.top_nav a.current{background-image: url(../images/top_icon2.jpg);}
.top_nav span{float:left;color:#ababab;}
.top_nav a{color:#ababab;    background-position: 16px center; background-repeat: no-repeat;padding-left: 40px;padding-right: 9px;}
/*logo*/
.logo_header{width:100%;min-width:1200px;height:auto;}
.lg_box{width:1200px;height:105px;margin:auto;background:url(../images/tel1.png) right center no-repeat;}
.lg_box .logo{text-indent:-99em;overflow:hidden;width:543px;height:133px;background:url(../images/logo.png) left center no-repeat;}
.lg_box .logo a{display:block;width:100%;height:100%;}
/*nav*/
.nav{width:100%;min-width:1200px;height:50px;background:#015cb5;}
.nav ul{width:1200px;margin:auto;height:50px;line-height:50px;font-size:16px;font-family:"Microsoft Yahei";}
.nav ul li{width:150px;text-align:center;float:left;}
.nav ul li a{color:#FFF;display:block;width:150px;height:50px;line-height:50px; border-left:1px solid #015cb5; border-right:1px solid #015cb5;}
.nav ul li a:hover,.nav ul li a.onnav{ background:#015cb5; border-left:1px solid #015cb5; border-right:1px solid #015cb5;}
.nav ul .nobg{}
.nav ul li:first-child a{border-left:1px solid #015cb5;}
.nav ul li:last-child a{border-right:1px solid #015cb5;}
/*header end*/

/*itit*/
.itit .cn_title{font-size:24px;color:#222222;text-align:center;}
.itit .cn_line{position:relative;width:201px;height:1px;margin:0 auto;background-color:#cbcbcb;margin-top:20px;}
.itit .cn_n_line{position:absolute;left:50%;top:-1.5px;margin-left:-15px;width:30px;height:3px;background-color:#d41b3a;}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.banner-section{
	position: relative;
	z-index:1;
	width: 100%;
/*
    margin: 0 auto;
   margin-top: 150px;
   margin-bottom: 200px;
*/
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-section .banner-bottom-pattern{
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 120px;
/*	background: url(../images/banner-bottom-1.png) center bottom no-repeat;*/
	background-size: 100% 100%;
	z-index: 5;
}

.banner-three .banner-bottom-pattern,
.banner-four .banner-bottom-pattern,
.banner-five .banner-bottom-pattern{
/*	background: url(../images/banner-bottom-2.png) center bottom no-repeat;*/
	background-size: 100% 100%;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #edf5f8;
	color: #222222;
	overflow:hidden;
}

.banner-carousel .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	background: #171b27;*/
	opacity: 0.50;
	z-index: 1;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 780px;
	padding: 0 0px;
	z-index:5;
}

.banner-three .banner-carousel .content-box{
	height: 830px;
}

.banner-four .banner-carousel .content-box{
	height: 870px;
}

.banner-five .banner-carousel .content-box{
	height: 870px;
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 120px 0px 150px;
}

.banner-two .banner-carousel .content-box .content{
	padding: 50px 0px;
}

.banner-three .banner-carousel .content-box .content{
	padding: 50px 0px 120px;
}

.banner-four .banner-carousel .content-box .content{
	padding: 170px 0px 100px;
}

.banner-five .banner-carousel .content-box .content{
	padding: 100px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
/*	max-width: 780px;*/
}

.banner-two .banner-carousel .content-box .inner{
	text-align: center;
	margin: 0 auto;
	max-width: 840px;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 60px;
	line-height: 1.15em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 24px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-five .banner-carousel .content-box h1{
	font-size: 60px;
	text-transform: none;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 20px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-carousel .content-box .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .link-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .owl-nav{
	display: none;
}

.banner-section .owl-dots{
	display: flex;
	justify-content: center;
/*
	position: absolute;
	right: 47.5%;
	top: 50%;
*/
	margin-top: -40px;
}

.banner-section .owl-dots .owl-dot{
	float: left;
	position: relative;
	display: block;
	margin: 5px;
/*	width: 16px;*/
/*	height: 16px;*/
/*	margin-bottom: 15px;*/
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,0.50);
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span{
	border-color: rgba(255,255,255,1);
}

.banner-section .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(255,255,255,0.50);
	border-radius: 50%;
	z-index: 1;
}

.banner-section .owl-dots .owl-dot.active span:before{
	background: rgba(255,255,255,1);
}

.banner-two .owl-dots{
	position: absolute;
	right: auto;
	top: auto;
	margin: 0;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.banner-two .owl-dots .owl-dot{
	display: inline-block;
	margin: 0px 7px;
}

.banner-three .owl-dots{
	position: absolute;
	right: auto;
	top: auto;
	margin: 0;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
	bottom: 100px;
	text-align: left;
}

.banner-three .owl-dots .owl-dot{
	display: inline-block;
	margin: 0px 15px 0px 0px;
}


/*imain*/
.ipro_nava{width:243px;margin-bottom: 80px;}
.ipro_nava .ipro_tit{height:77px;background:url(../images/ipro_tit.jpg) center no-repeat;}
.ipro_nava .ipro_tit p._tit{text-align: center;line-height: 58px;font-size: 26px;font-weight: bolder;color: #fff;}
.ipro_nava .ipro_tit p._etit{text-align: center;line-height: 0px;font-size: 20px;font-weight: bolder;color: #fff;}
.ipro_nava ul{ 
	background: url(../images/navaul.jpg);o
	background-color:#f5f5f5;
	padding:10px 20px 41px 20px; }
.ipro_nava ul li{width:100%;line-height:77px;border-bottom:1px dashed #404040;text-indent:40px;background:url(../images/ipro_li.png) 10px center no-repeat;transition: all 0.5s;}
.ipro_nava ul li:hover{background:url(../images/ipro_li1.png) 10px center no-repeat;}
.ipro_nava ul li:hover a{color:#000000;transition: all 0.5s;}
.ipro_nava ul li a{display: block;width: 100%; font-size:17px;}
.ipro_cont{width:243px;height:150px;background:url(../images/ipro_cont.jpg) center no-repeat;}
.ipro_cont p{font-size:16px;color:#fff;padding-top:28px;}
.ipro_cont p span{font-size:30px;line-height:45px; font-weight:bold;}

/*.jg1{width:100%;min-width:1200px; height:236px;background:url(../images/jg1.jpg) center repeat;}*/
/*.jg2{width:100%;min-width:1200px; height:236px;background:url(../images/jg2.jpg) center repeat;}*/

/*ys start*/
.ys{width:100%;min-width:1200px;background:url(../images/ys_bg.jpg) center no-repeat; }
.ys_box{width:1200px;margin:auto;height:1528px; position:relative;}
.ys_box .ys_tit{ width:422px; float:left; position:relative; top:248px; margin-left:64px;}
.ys_box .ys_tit2{ width:422px; float:right; position:relative; top:248px; margin-right:99px;}
.ys_box .ys_tit3{ width:422px; float:left; position:relative; top:688px; margin-left:64px;}
.ys_box .ys_tit4{ width:422px; float:right; position:relative; top:651px; margin-right:96px;}
.ys_box .ys_name{ color:#010101; font-size:24px; margin-left:80px; margin-bottom:38px;}
.ys_box .ys_name .ysname{ font-size:26px; color:#054b93; font-weight:bold; margin-bottom:9px;}
.ys_box .ys_txt{ color:#343434; font-size:16px;}
.ys_box .ys_txt strong{ font-weight:bold; color:#014d98;}
.ys_box .ys_txt span{background: url(../images/ys_li.jpg) left no-repeat; width:22px; height:22px; display:block; float:left;}
.ys_box .ys_txt li{ margin-bottom:18px;float: left;  width: 400px;}
.ys_box .ys_tit2 .ys_txt li{ margin-bottom:27px;}
/*ys end*/

/*iabout start*/
.iabout{width:100%;min-width:1200px;background:url(../images/iabout_bg.jpg) bottom no-repeat;}
.iaboutx{width:100%;height: 31px; min-width:1200px;background:url(../images/iabout_bgx.jpg) bottom no-repeat;}
.iabout_box{width:1200px;margin:auto;height:669px; position:relative;}
.iabout_tit{width:100%;position:absolute;top:60px;left:0;text-align: center;}
.iabout_tit h2 {font-size: 45px;}
.iabout_tit h2 span {font-size: 55px;color: #004e96;}

.iabout_pic{width:591px;height:400px;position:absolute;right:29px;top:204px;}
.iabout_pic img{float:right;}
.iabout_txt{width:524px; position:absolute;left:30px;top:271px;}
.iabout_txt ._cpname{ color:#004e96; font-size:40px; font-weight:bold;}
.iabout_txt ._desc{text-align:left;font-size:16px;color:#575757;padding: 15px 0px;line-height:38px;margin-top:37px; margin-bottom:15px;}
.iabout_txt ._desc p{text-indent:25px;}

.imore a{border-radius: 20px;display:block;width:173px;height:42px;line-height:42px;font-size:16px;text-align:center;color:#575757; border:1px solid #575757;transition:all .45s;-webkit-transition:all .45s;font-weight: bolder;}
.imore a:hover{ opacity:0.6; border:1px solid #004e96;}
/*iabout end*/
.cf{width:100%;min-width:1200px;background:url(../images/iabout_bg2.jpg) center repeat;}
.cf_box{width:1200px;margin:auto;position:relative;}
.cf_box img{ margin:44px 0px 70px 0px;}




/*ipro_nav start*/
.ipro_nav{position: absolute;left: 50%;margin-left: -31.4%;}
.ipro_nav a{line-height:50px;border:1px solid #cac7c7;padding:16px 50px;margin-left:6px;text-align:center;color:#333;transition:all 0.6s;-webkit-transition:all 0.6s;font-size:16px;}
.ipro_nav .all_lm_a{margin-left:0;}
.ipro_nav a.navli1{/*padding:5px 22px;*/}
.ipro_nav a:hover,.ipro_nav a.active_{background:#015cb5;border-color:#015cb5;color:#fff;}
/*ipro_nav end*/

/*ipro start*/
.ipro{width:100%;min-width:1200px;height:auto;}
.ipro_box{width:1400px;height:auto;margin:auto;padding:50px 0;}
.ipro_con{width:1157px;}

.ipro_list{width:372px;float:left;margin-left:10px;margin-bottom:20px;position:relative;}
.ipro_list1,.ipro_list4,.ipro_list7{}
.ipro_list_img img{width:100%;border:none;transition:all 0.6s;-webkit-transition:all 0.6s;border: 2px solid #e5e5e5;}
.pro_name{text-align:center;line-height:38px;color:#141414;font-size:16px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.img_h_div{width:400px;height:261px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);position:absolute;left:0;top:0;opacity:0;transition:all 0.6s;-webkit-transition:all 0.6s;}
.ipro_list:hover .img_h_div{opacity:1;}
.ipro_list:hover .pro_name{ opacity:1; color:#015cb5;}
/*ipro end*/

/*inews start*/
.inews{width:100%;min-width:1200px;height:auto; }
.inews_box{width:1200px;margin:auto;height:auto;}
.inews_tit{height:94px;background:url(../images/news_tit.png) center no-repeat;margin-bottom:51px;}
.inews_pic{}
.inews_pic img{float:left;}
.inews_list{top:50px;width:576px;float: right;}
.inews_list li{width:576px;float:left;margin-bottom:17px; border-bottom:1px solid #e1e1e1;transition:all 0.6s;-webkit-transition:all 0.6s;}
.inews_list li ._date{font-size:28px;color:#858585;line-height:22px;margin-top:9px; font-family:Arial, Helvetica, sans-serif; margin-bottom:13px;}
.inews_list li ._date span{font-size:14px;}
.inews_list .inews_li3{border-bottom:0px;}
.inews_list li ._tit{color:#414141;font-size:16px; margin-bottom:7px;}
.inews_list li ._desc{font-size:14px;line-height:24px;color:#838383; margin-bottom:22px;}

.inews_list li:hover ._tit a,.inews_list li:hover ._desc{color:#d6ba7b;}
/*inews end*/

/*container*/
.container{width:1200px;margin:auto;height:auto;margin-bottom:20px;}
.box{width:1200px;height:auto;padding-top:40px;}
.box_title{color:#444;font-weight:100;font-size:25px;font-family:"Microsoft Yahei";text-align:center;    margin-bottom: 64px;}
.box_title span{float:right;color:#717171;padding-right:15px;font-family:"SimSun";}
.box_title span a{color:#717171;}
.box_txt{line-height:30px;padding:20px 10px;font-size:14px;}
.about{line-height:32px;font-size:16px;padding:20px 10px;}
/*pro_info*/
.pro_info h1,.new_info h1{font-size:30px;display:inline-block;font-weight:100;}
.all_info h2{font-size: 16px; background: #f9f9f9; padding: 4px 0; margin: 8px 0;border-left: 2px solid #f00;font-weight: 500;padding-left:20px;}
.all_info h3{font-size:16px;}
/*other*/
.all_info a{color:black;border-bottom:1px solid #fff;transition:all 0.6s;-webkit-transition:all 0.6s;}
.all_info a:hover{border-bottom:1px solid black;}
/*breadCrumb*/
.breadCrumb{width:100%;min-width:1200px;height: 40px; border-bottom:1px solid #eee;}
.breadCrumb_box{width:1200px;margin:auto;text-align:left;line-height:25px;}
.breadCrumb_box span a {font-size: 14px;}
.pro_nr {margin-top: 14%;}
/*news_infoa start*/
.news_infoa{width:1180px;margin:auto;}
.new_box{width:1180px;margin:auto;height:130px;position:relative;background:url(../images/news_right.png) 1060px center no-repeat;transition:all 0.6s;-webkit-transition:all 0.6s;}
.news_list li{line-height:25px;height:130px;border-bottom:#ececec 1px solid;color:#777;transition:all 0.6s;-webkit-transition:all 0.6s;cursor:pointer;}
.news_list li a{font-weight:bold;}
.news_list li .new_date{text-align:center;color:#464646;width:140px;font-size:14px;float:left;position:absolute;left:0;top:43px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.news_list li .content_new{width:864px;position:absolute;left:15%;top:30px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.news_list li .content_new p{color:#000;font-size:16px;transition:all 0.6s;-webkit-transition:all 0.6s;}
.news_list li span{/*color:#c51230;*/font-size:33px;line-height:33px;}
.news_list li:hover{background-color:#015cb5;}
.news_list li:hover .new_box{background:url(../images/news_right.png) 1100px center no-repeat;}
.news_list li:hover .content_new{color:#fff;left:14%;}
.news_list li:hover .new_date{left:-1%;color:#fff;}
.news_list li:hover .content_new p{color:#fff;}
.news_con_title{text-align:center;font-size:16px;font-weight:800;height:40px;line-height:40px;}
.date{text-align:center;color:#999;}
.info{padding-top:10px;}
/*news_infoa end*/

/*pro_list start*/
.pro_list{width:274px;float:left;padding:0 13px;}
.pro_list_img{width:275px;margin:auto;border:1px solid #e3e3e3;transition:all 0.6s;-webkit-transition:all 0.6s;text-align: center;}
.pro_list_img img{border:none;height: 190px;}
.pro_list_name{width:275px;margin:auto;text-align:center;line-height:40px;}
.pro_list:hover .pro_list_img{border-color:#dab87b;}
/*pro_list end*/

/*proinfo*/
.proinfo{width:550px;float:right;margin-left:10px;color:#000;}
.proinfo strong{color:#000;font-size:16px;font-weight:800;}
.proinfo a{color:#000;}
.proinfo a:hover{color:#999;}
.contt{border:1px dotted #CCC;padding:10px 0px;margin:10px 0px;background:#eee;padding-left:20px;line-height:25px;}
.proproperty{margin:0px;padding:0px;line-height:50px;color:#000;}
.procontent{padding:10px;}

/*gbook start*/
.gbook{width:1100px;margin:auto;overflow:auto;}
#FormSave input{width:333px;height:40px;line-height:40px;border:1px solid #dcdcdc;float:left;margin-right:25px;_float:inherit;_width:329px;padding-left:15px;color:#666;overflow:auto;_display:inline-block;}
#FormSave input:focus{outline:none;}
#FormSave .FaqTitle{margin:0px;}
#FormSave .Content{width:1068px;border:1px solid #dcdcdc;margin-top:25px;padding:15px;line-height:26px;height:200px;color:#666;}
#FormSave .Content:focus{outline:none;}
#FormSave .code{margin-top:18px;float:left;}
#FormSave img{float:left;margin-top:35px;cursor:pointer;}
#FormSave .gbook_sub{float:right;background:#015cb5;width:320px;height:42px;border:0;margin-top:18px;margin-right:0;text-align:center;padding:0;font-size:14px;font-family:"Microsoft Yahei";color:#FFF;cursor:pointer;}
/*gbook end*/

/*box_xg_tit*/
.box_xg_tit{height:50px;line-height:50px;margin-bottom:20px;color:#000;border-bottom:1px solid #e7e7e7;font-size:16px;font-family:"Microsoft Yahei";}
.pro_list_b{margin-top:10px;}
/*pagelink*/
.pagelink{text-align:center;height:26px;line-height:26px;margin:20px 0 10px 0;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pagelink a,.pagelink span{padding:0 3px;color:#333;}
.pagelink a.on,.pagelink a:hover{color:#999;}
.pagenav{text-align:right;padding-top:15px;}
.pagenav a{color:#333;}
.pagenav a:hover{color:#015cb5;}
/*allmap*/
#allmap{width:800px;height:300px;}
.contact_left{width:351px;}
.contact_left p{font-size:14px;color:#444;line-height: 40px;}

/*friendLink start*/
.friendLink{background:#fff;min-width:1200px;}
.friendLink .link{width:1200px;margin:auto;line-height:60px;color:#666666;font-size:16px;}
.friendLink .link a{padding:0 5px;color:#666666;font-size:14px;}
/*friendLink end*/

/*footer start*/
.footer{width:100%;min-width:1200px;background:#2d2c32;}
.foot{width:1200px;margin:auto;text-align:center;color:#fff;line-height:56px;}
.foot_nav{line-height:56px;color:#b2b2b2;}
.foot_nav a{color:#b2b2b2;padding:0 40px;font-size:16px;transition:all .45s linear;-webkit-transition:all .45s linear;}
.foot_nav a:nth-child(1){padding-left:0;}
.foot_nav a:hover{ opacity:.5;}
.foot_left{border-bottom:1px solid #3b3a40; color:#b8b8b8;}
.foot_right{ }
.foot a{color:#fff;}
/*footer end*/

.box_txt_pro{padding:0;}

/*preview*/
#preview{float:left;margin:5px auto;width:320px;}
.jqzoom{width:300px;height:auto;position:relative;}
.zoomdiv{left:859px;height:300px;width:300px;}
.list-h li{float:left;}
#spec-n5{width:500px;height:56px;padding-top:6px;overflow:hidden;}
#spec-left{background:url(../images/left.gif) no-repeat;width:10px;height:45px;float:left;cursor:pointer;margin-top:5px;}
#spec-right{background:url(../images/right.gif) no-repeat;width:10px;height:45px;float:left;cursor:pointer;margin-top:5px;}
#spec-list{width:370px;float:left;overflow:hidden;margin-left:2px;display:inline;}
#spec-list ul li{float:left;margin-right:0px;display:inline;width:62px;}
#spec-list ul li img{padding:2px;border:1px solid #ccc;width:50px;height:50px;}
/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(../images/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow:hidden;}
.bigimg{width:700px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{position:relative;width:472px;margin-right:6px;}
#spec-list div{margin-top:0;margin-left:-30px;*margin-left:0;}


.dp_txt p{ text-indent:2em; line-height:40px;}






