﻿@charset "utf-8";
/* CSS Document */
body {
	min-width:1260px;
	margin:0 auto;
	font-family: "微软雅黑";
	font-size:14px;
	color:#474747;
	-webkit-transition:all .5s ease;	
}
a:link{color:#5e5e5e474747; cursor:pointer; text-decoration:none;}
a:visited{ text-decoration:none;}
a:hover{color:#474747; text-decoration:none;}
a:active{color:#474747; text-decoration:none;}
p{margin: 0;padding: 0;}
.clear {clear:both;}
.fl{float:left}
.fr{float:right}
.trans {
	transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
}
.rotate{
	webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}
.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); 
    filter: gray;	
}
.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}  
.inner{
	width: 1280px;
	overflow: hidden;
	margin: 0 auto;
}  
/*布局专用*/

/*banner*/
.b-bd{height: 100% !important;}
.b-bd ul {
	width:100% !important;
	height: 100% !important;
	margin:0 auto ;
}

.b-bd li {
	width:100% !important;
	height:100% !important;
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
	position:relative;
}

.b-bd li a{
display:block;
width:100%;
height:90%;
position:absolute;
top:0;left:0;
z-index:999;}
.b-bd li .nrBox{ position: absolute; height:100%; width:1280px; left:50%; margin-left:-640px;}
.b-bd li .nrBox .Box{ width:100%; height:100%; position:relative;}
.b-bd li .nrBox .Box .words{ position:absolute; bottom:50px;}
.b-bd li .nrBox .Box h1{
	font-family: "微软雅黑";
	font-size:18px;
	color: #000000;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.b-bd li .nrBox .Box h2{
	font-family: "微软雅黑";
	font-size:14px;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 18px;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select: none;
}
.b-bd li .nrBox .Box h2 i{ font-style:normal; color:#ff0000;}
.b-bd li .nrBox .Box p{
	display: block;
	width: 97px;
	height: 43px;
	background-color: #212121;
	text-align: center;
	line-height: 43px;
	font-family: "微软雅黑";
	font-size: 12px;	
	z-index: 999;
	color: #fff;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.b-hd {
	width:100%;
	position:absolute;
	z-index:2;
	bottom:10px;
	font-size:0;
	text-align:center; 
}

.b-hd li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:35px;
	height:15px;
	margin:0 5px; 
	cursor:pointer;
}

.b-hd li span {
	display:block;
	width:30px;
	height:2px;
	border: 1px solid #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 16px;
	background-color:#fff; 
}

.b-hd li.on span {
	background-color:#b28031; 
	border: 1px solid #b28031;
}
.banner{ height:100% !important;}
.banner .b-btn {
	width:49px;
	height:49px;
	position:absolute;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.banner .b-btn:hover {
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}

.banner .b-btn.b-prev {
	background:url(../images/arrow-prv.png);
	left:10%;
}

.banner .b-btn.b-next {
	background:url(../images/arrow-nxt.png);
	right:10%;
}

.banner-wrap {
	width:100%;
	height:460px !important; 
	position:relative; 
}
/*head*/
.head{
	width: 100%;
	top: 0;
	/*border-bottom: 1px solid #cdcfd1;*/
	z-index: 989999;
 height: 110px;
}

.headWithin{
	width: 1280px;
	height:90px;
	margin: 0 auto;
}
.head .menu{ 
	/*width: 100px;*/
	/*height:auto;*/
	/*height: 45px;*/ 
	/*background: url(../images/menu.jpg) no-repeat center;*/
	background-size: 100%;
	cursor: pointer;
	display: none; 
	float: left;
	margin-top: 35px;
	border-radius: 5px;
}

.head .menu a{ display:block; overflow: hidden; background: url(../images/0m23.png) no-repeat left center; float:left; font-family:"微软雅黑"; font-size:16px; color:#01479d; padding-left:24px; margin-right:12px; line-height:20px; background-size: 18px 18px;}

.menu_fixed .menu{ margin-top:15px; }
.head .logo{
	width: 188px;
	height: 64px !important;
	display: block;
	float: left;
	margin-top: 17px;margin-right: 20px;
}
.head .logo.po{
}
.menu_fixed .logo,.menu_fixed .logo.po{
height:64px;
margin-top:17px;
}
.arrowBanner {
	display: block;
	position: absolute;
	bottom: 60px;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
	-webkit-animation: moveBottom 1.5s linear 0s infinite normal;
	animation: moveBottom 1.5s linear 0s infinite normal;
}
@keyframes moveBottom
{
0%   { transform:translate(0,-20px); opacity:0; filter:alpha(opacity=0); }
50% { transform:translate(0,10px); opacity:100; filter:alpha(opacity=100); }
100% { transform:translate(0,20px); opacity:100; filter:alpha(opacity=50); }
}
@-webkit-keyframes moveBottom
{
0%   { transform:translate(0,-20px); opacity:0; filter:alpha(opacity=0); }
50% { transform:translate(0,10px); opacity:100; filter:alpha(opacity=100); }
100% { transform:translate(0,20px); opacity:100; filter:alpha(opacity=50); }
}
@-moz-keyframes moveBottom
{
0%   { transform:translate(0,-20px); opacity:0; filter:alpha(opacity=0); }
50% { transform:translate(0,10px); opacity:100; filter:alpha(opacity=100); }
100% { transform:translate(0,20px); opacity:100; filter:alpha(opacity=50); }
}
@-o-keyframes moveBottom
{
0%   { transform:translate(0,-20px); opacity:0; filter:alpha(opacity=0); }
50% { transform:translate(0,10px); opacity:100; filter:alpha(opacity=100); }
100% { transform:translate(0,20px); opacity:100; filter:alpha(opacity=50); }
}
	
.arrowBanner img{ display:block; margin:0 auto;}
.head .logo a{
	display: block;
	width: 188px;
	height: 64px;
}
.head .href{
	float: right;
	overflow: hidden;
	margin-right: 50px;
	margin-top: 22px;
}
.menu_fixed .href{ margin-top:0}
.head .href a{
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 18px;
	color: #d5d5d5;
	display: block;
	float: left;
	margin-left: 22px;
}
.head .href a.co{ color:#fff;}
.head .href a.po{ color:#818181;}
.head .href a.tm{
	background: url(../images/tm.png) no-repeat left center;
	padding-left: 30px; line-height:50px;
}
.menu_fixed .href a{ color:#838383}
.menu_fixed .href a.co{ color:#838383}
.menu_fixed .href a.tm{background: url(../images/tm.png) no-repeat left center; padding-left:38px; padding-top:0; line-height:50px;}
.head .href a.jd{
	background: url(../images/jd.png) no-repeat left center;
	padding-left: 32px;
	line-height:50px;
}
.menu_fixed .href a.jd{background: url(../images/jd.png) no-repeat left center; padding-left:38px; padding-top:0; line-height:50px;}
.head .href a.en{
	background: url(../images/en.png) no-repeat left center;line-height:50px;
	padding-left: 35px; 
}
.menu_fixed .href a.en{background: url(../images/en.png) no-repeat left center; padding-left:38px; padding-top:0; line-height:50px; margin-top:0}

/*productBox*/
.productBox{
	width: 1280px;
	overflow: hidden;
	position: relative;
	margin: 40px auto 5px;
}
.productBox h2{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #a17f5f;
	text-align: center;
	padding-bottom: 16px;
}
.productBox h1{
	font-family: "微软雅黑";
	font-size: 36px;
	color: #212121;
	text-align: center;
	padding-bottom: 24px;
}
.productBox h3{
	font-family: arial;
	font-size: 12px;
	color: #a17f5f;
	text-align: center;
	background: url(../images/arrow-bottom.jpg) no-repeat bottom center;
	padding-bottom: 11px;
	margin-bottom: 22px;
}
.productBox .prev{
	display: block;
	width: 12px;
	height: 20px;
	background: url(../images/p-prev.jpg) no-repeat center;
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer;
	z-index: 9999;
}
.productBox .next{
	display: block;
	width: 12px;
	height: 20px;
	background: url(../images/p-next.jpg) no-repeat center;
	position: absolute;
	top: 50%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}
.productBox .bd{
	overflow: hidden;
	margin-left: 30px !important;
}
.productBox .bd ul{
	overflow: hidden; 
}
.productBox .bd ul li{
	width: 270px;
	overflow: hidden;
	float: left;
}
.productBox .bd li img{
	width: 100%;
	height: 270px;
}
.productBox .bd li p.cn{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #323232;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 12px;
}
.productBox .bd li p.cn a{ color: #323232;}
.productBox .bd li p.cn a:hover{ color:#01479d;}
.productBox .bd li p.en a:hover{ color:#01479d;}
.productBox .bd li p.en{
	font-family: arial;
	font-size: 10px;
	text-align: center;
	color: #959595;
}
.productBox .bd li p.en a{
	color: #959595;
}
.mr48{
	margin-right: 48px;
}

/*videoBox*/
.videoBox{
	width: 100%;
	overflow: hidden; 
	height: 460px;
	position: relative;
}
.videoBoxBg{ 
	background: url(../images/0video.jpg) no-repeat center top;
	height: 460px;
	_background-attachment: fixed; 
	_background-size: cover;
}
.videoBox p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #f3ba3e;
	text-align: center;
	padding-top: 18px;
}
.jz{
	width: 74px;
	height:74px;
	background: url(../images/v0.png) no-repeat center;
	background-size: 74px 74px;
	position: absolute;
	bottom: 100px;
	left: 50.2%;
	cursor:pointer;
	margin-left: -43.5px;
	transform-origin: center center;
	-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}  
.vw{ font-family: "微软雅黑"; text-align:center; color:#f3ba3e; padding-top:25px; font-size:16px;}
.videoBox a{
	display: block;
	width: 31px;
	height: 35px;
	/*border: 1px solid #01479d;*/ 
	font-family: "微软雅黑";
	font-size: 16px;
	color: #01479d;
	text-align: center;
	line-height: 20px;
	padding-top: 18px;
	margin: 92px auto 0;
	-webkit-transition:all .8s ease;	
	cursor: pointer;
	background: url(../images/0v2.png) no-repeat center;
	background-size: 31px 35px;
	
	 /*-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;*/
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}
.videoBox img{
	width: 639px;
	height: 80px;
	display: block;
	margin: 0 auto; 
	padding-top: 90px;
}
.videoBox a:hover{
	background-color: #01479d;
	color: #fff;
	-webkit-transition:all .8s ease;	
}
.bigvideo{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	z-index: -1 !important; 
	-webkit-transition:all .5s ease;	
	display: none !important;
}
.bigvideo.on{
	z-index: 999 !important;
	opacity: 1 !important; 
	-webkit-transition:all .5s ease;	
	display: block !important;
}
.bigvideo .vsp{
	width: 600px;
	height: 335px; 
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left:-300px;
	border-radius: 15px;
	overflow: hidden;
	opacity: 1 !important;
}
.bigvideo a{
	display: block;
	right: 25%;
	cursor:pointer;
	background: url(../images/c-close.png) no-repeat center center;
	width:27px;
	height:27px;
	top: 21%;
	font-family: "微软雅黑";
	font-size: 36px;
	color: #fff;
	position: absolute;
}
.bigvideo .c-close{ display:block; position:absolute; width:27px; height:27px; top:10%; right:18%; cursor:pointer;}
.bigvideo .caseShow{ width: 800px; height:600px; border:3px solid #fff; position: relative; left:50%; margin-left:-400px; top:50%; margin-top:-300px; z-index:9999; cursor:pointer; background-color:#fff}
.bigvideo .caseShow a.next{ display:block; width:50px; height:45px; background:url(../images/c-next.png) no-repeat center; right:2%; top:45%; z-index:9999}
.bigvideo .caseShow a.prev{ display:block; width:50px; height:45px; background:url(../images/c-prev.png) no-repeat center; left:2%; top:45%; z-index:9999}
.bigvideo .caseShow .bd{ overflow:hidden;}
.bigvideo .caseShow .bd ul{ overflow: hidden;}
.bigvideo .caseShow .bd ul li{ overflow:hidden; width: 800px; height:600px;}
.bigvideo .caseShow .bd li img{ width:800px; height:600px; display:block;}

/*case_newsBox*/
.case_newsBox{
	width: 1280px;
	overflow: hidden;
	margin: 55px auto 80px;
}
.case_newsBox h1{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #212121;
	border-bottom: 1px solid #e7e7e7;
	line-height: 25px;
	padding-bottom: 15px;
}
.case_newsBox h1 a{
	font-family: "Footlight MT Light";
	color: #01479d;
}
.caseBox{
	width: 740px; 
	float: left;
	display:block;
}
/*
.caseBox img.one{
	display: block;
	width: 7.06rem;
	height: 2.1rem;
	margin: 0.23rem auto 0.14rem;
}
*/
.caseBox .img1{
	width: 723px;
	overflow: hidden;
	height: 225px;
	position: relative;
	margin-top: 16px;
	background: url(../images/i-icon0.jpg) no-repeat center center;
}
.caseBox .img1 a{
	display: block;
	width: 72px;
	height: 66px;
	position: absolute;
	cursor: pointer;
}
.caseBox .img1 a.log1{
	left: 41px;
	top: 43px;
}
.caseBox .img1 a.log2{
	left:183px;
	top: 43px;
}
.caseBox .img1 a.log3{
	left: 325px;
	top: 43px;
}
.caseBox .img1 a.log4{
	left: 467px;
	top: 43px;
}
.caseBox .img1 a.log5{
	left: 609px;
	top: 43px;
}
.caseBox .img1 a.log6{
	left: 112px;
	top: 115px;
}
.caseBox .img1 a.log7{
	left: 254px;
	top: 115px;
}
.caseBox .img1 a.log8{
	left: 396px;
	top: 115px;
}
.caseBox .img1 a.log9{
	left: 538px;
	top: 115px;
}

.caseBox img.two{
	display: block;
	width: 347px;
	height: 28px;
	margin: 0 auto ;
}
.newsBox{
	width: 480px;
	display: block;
	float: right; 
}
.newsBox ul{
	object-fit: inherit;
	margin-top: 28px;
}
.newsBox ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: dashed 1px #ece9e9;
}
.newsBox ul li a.tit{
	font-family: "微软雅黑"; 
	line-height: 50px;
	color: #494848;
	float: left;
	-webkit-transition:all .8s ease;	
	background: url(../images/newsbox-bg.jpg) no-repeat left -66px center; 
}
.newsBox ul li:hover a.tit{
	background: url(../images/newsbox-bg.jpg) no-repeat left center;
	padding-left: 66px;
	color: #01479d;
	-webkit-transition:all .8s ease;	
	background-size: 40px;
	padding-left: 46px;
}
.newsBox ul li a.date{
	font-family: arial;
	font-size: 12px;
	color: #485056;
	line-height: 50px;
	float: right;
}

/*foot*/



.innerf{ width:1040px; overflow:hidden; margin:0 auto; position: relative;}
/*Nybanner*/
.Nybanner{
	width: 100%;
	height:237px;
	overflow: hidden;
}
.Nybanner.abt{ height:500px;}
.N-dh{
	width: 1280px;
	overflow: hidden;
	margin: 110px auto;
	color: #b4b4b4 !important;
	font-family: "微软雅黑";
	font-size: 12px;
}
.N-dh a{
	color: #b4b4b4;
}
.N-dh a:hover{ color:#01479d}

.contentBox{
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}
.contentBox2{
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}
/*news*/
.news{
	width: 1210px;
	overflow: hidden;
	margin: 15px auto 45px;
}
.news h1{
	font-family: "微软雅黑";
	font-size: 34px;
	color: #212121;
	text-align: center;
	padding-bottom: 20px;
}
.news h2{
	font-family: arial;
	font-size: 12px;
	color: #aaa7a7;
	text-align: center;
}
.news ul{
	overflow: hidden;
	margin-top: 50px;
}
.news ul li{
	width: 390px;
	height: 480px;
	overflow:hidden;
	position:relative;
	margin-bottom:28px;
	float:left
}
.news li img{
	width:100%;
	height:300px;
	display:block;
	position:absolute;
	top: 0;
	left:0;
	z-index:9;
}
.news li .nrBox{
	width: 301px;
	padding-left:32px;
	padding-right:27px;
	height: 300px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:10;
}
.news li .nrBox h3{ padding-top:22px;}
.news li .nrBox h3 a{
	font-family:"微软雅黑";
	font-size:16px;
	color:#323232;
	line-height:30px;
	-webkit-transition:all .5s ease;	
}
.news li:hover .nrBox h3 a{ color:#01479d;-webkit-transition:all .5s ease;}
.news li .nrBox p{
	font-family:"微软雅黑";
	font-size:14px;
	color:#8b8b8b;
	line-height:22px;
	padding-top:28px;
}
.news li .nrBox a.more{
	display:block;
	width:128px;
	height:28px;
	border:1px solid #d0d0d0;
	border-radius: 20px;
	margin-top:50px;
	line-height:28px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#8b8b8b;
	text-indent:22px;
	background:url(../images/n-jt1.png) no-repeat right 20px center;
	-webkit-transition:all .5s ease;	
}
.news li:hover .nrBox a.more{ color:#fff; background:#01479d url(../images/n-jt2.png) no-repeat right 20px center;; border:1px solid #01479d;-webkit-transition:all .5s ease;}
.mr20{ margin-right:20px;}
/*.news ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: dashed 1px #f2f2f2;
	padding-bottom: 0.27rem;
	margin-bottom: 0.24rem;
}
.news li .date{
	width: 0.93rem;
	height: 0.96rem;
	float: left;
	border: 1px solid #01479d;
}
.news li .date a.year{
	display: block;
	line-height: 0.3rem;
	background-color: #01479d;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #fff;
}
.news li .date a.time{
	font-family: arial;
	font-size: 24px;
	text-align: center;
	line-height: 0.66rem;
	text-align: center;
	color: #01479d;
	display: block;
}
.news li .nr{
	width: 965px;
	overflow: hidden;
	float: right;
}
.news li .nr p.tit{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #323232;
	line-height: 20px;
	background: url(../images/newsbox-bg.jpg) no-repeat left -66px center;
	-webkit-transition:all .5s ease;	
}
.news li:hover .nr p.tit{
	background: url(../images/newsbox-bg.jpg) no-repeat left center;
	padding-left: 66px;
	-webkit-transition:all .5s ease;	
}
.news li .nr p.tit a{
	color: #323232;
	-webkit-transition:all .5s ease;	
}
.news li:hover .nr p.tit a{
	color: #01479d;
	-webkit-transition:all .5s ease;	
}
.news li .nr p.keywords{
	font-family: "宋体";
	font-size: 12px;
	color: #7a7a7a;
	padding-top: 12px;
}
.news li .nr p.sub{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #7a7a7a;
	line-height: 0.24rem;
	padding-top: 0.1rem;
}*/
.newsDe{
	width: 100%;
	overflow: hidden;
	margin: 50px auto;
}
.newsDe h1{
	font-family: "微软雅黑";
	font-size: 34px;
	color: #212121;
	text-align: center;
}
.newsDe .date{
	text-align: center;
	overflow: hidden;
	margin-top: 18px;
	font-family: "宋体";
	font-size: 12px;
	color: #8a8a8a;
}
.newsDe .nrBox{
	width: 100%;
	padding-left:0%;
	padding-right:0%;
	overflow: hidden;
	margin-top: 52px;
}
.newsDe .nr{
	width: 100%;
	float: left;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #494848;
	line-height: 25px;
}
.newspic h1{font-family: "微软雅黑";
    font-size: 36px;
    color: #000000;
    padding-top: 178px;
	text-align:center;
    padding-bottom: 28px;}
.newspic a{ display:block; width:120px; height:40px; border:1px solid #838383; margin: 0 auto; font-size:18px; text-align:center; line-height:40px; cursor:pointer; border-radius: 25px;-webkit-transition:all .5s ease;}
.newspic a:hover{ color:#fff; background-color:#01479d; border:1px solid #01479d;-webkit-transition:all .5s ease;}
.newsDe .pic{
	width: 500px;
	float: right;
	object-fit: inherit;
}
.newsDe .pic .bd{
	overflow: hidden;
}
.newsDe .pic .bd ul{
	overflow: hidden;
}
.newsDe .pic .bd ul li{
	width: 100%;
	float: left;
}
.newsDe .pic .bd li img{
	width: 100%;
}
.newsDe .pic .hd{
	overflow: hidden;
	margin-top: 18px;
}
.newsDe .pic .hd ul{
	overflow: hidden;
}
.newsDe .pic .hd ul li{
	width: 8px;
	height: 8px;
	background-color: #d8d8d8;
	border-radius: 100%;
	margin-right: 7PX;
	float: left;
	cursor: pointer;
}
.newsDe .pic .hd ul li.on{
	background-color: #01479d;
}
.newsMore{
	width: 1255px;
	margin: 35px auto;
	overflow: hidden;
	border-top: 1px solid #edeae7;
}
.newsMore h2{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #01479d;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 16px;
}
.newsMore h1{
	font-family: "微软雅黑";
	font-size: 36px;
	color: #212121;
	text-align: center;
}
.newsMore .moreNews{
	width: 100%;
	height: 185px;
	overflow: hidden;
	margin-top: 58px;
	position: relative;
}
.newsMore .moreNews .bd{
	overflow: hidden;
	margin-left: 50px !important;
	margin-right: 46px !important;
}
.newsMore .moreNews .bd ul{
	overflow: hidden;
}
.newsMore .moreNews .bd ul li{
	width: 285px; 
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.newsMore .moreNews .bd li img{
	height: 100%s;
	height: 160px;
}
.newsMore .moreNews .bd li p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #494848;
	text-align: center;
	padding-top: 10px;
}
.newsMore .moreNews .prev{
	display: block;
	width: 25px;
	height: 49px;
	position: absolute;
	left: 0;
	background: url(../images/n-prev.jpg) no-repeat center;
	top: 30%;
	cursor: pointer;
}
.newsMore .moreNews .next{
	display: block;
	width: 25px;
	height: 49px;
	position: absolute;
	right: 0;
	background: url(../images/n-next.jpg) no-repeat center;
	top: 30%;
	cursor: pointer;
}

/*about*/
.about_1{
	width: 1210px;
	overflow: hidden;
	margin:  48px auto;
}
.about_1 h1{
	font-family: "微软雅黑";
	font-size: 36px;
	color: #000000;
	text-align: center;
}
.about_1 h2{
	font-family: arial;
	font-size: 12px;
	color: #848484;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #edeae7;
}
.about_1 p{
	padding-left: 126px;
	padding-right: 123px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #494848;
	line-height: 25px;
	margin-top: 40px;
}
.about_2Box{ width:100%; /*overflow: hidden;*/ background-color:#f0f0f0}
.about_2{
	width: 1010px;
	height: auto;
	padding: 3px;
	border: 1px solid #ac952d;
	background-color:#efefef;
	overflow: hidden;
	margin: 10px auto 0;
}
.about_2 .Box{
	width: 946px;
	height: 406px;
	background-color: #e2e0e1;
	margin: 24px;
	border: 1px solid #fff;
	padding:3px;
}
.about_2 img.name{
	width: 239px;
	height: 122px;
	float: left;
	margin-left: 57px;
	margin-top: 117px;
}
.about_2 .A_videoBox{
	width: 584px;
	height: 335px;
	overflow: hidden;
	float: right;
	margin-right: 38px;
	margin-top: 35px;
	position:relative
}
.videob-left{
	position:absolute;
	left:0px;
	top:36px;
	}
.videob-right{
	position:absolute;
	right:0px;
	top:36px;
	height:269px;
	}
.videob-top{
	position:absolute;
	left:0px;
	top:0px;
	}
.videob-bottom{
	position:absolute;
	left:0px;
	bottom:0px;
	}
.about_3{
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #fbfbfb;
}
/*--荣誉资质--*/
.about_3{
	background-color: #fbfbfb;
	padding-top: 30px;
	padding-bottom: 40px;
}
.about_3 h1,.about_4 h1,.about_5 h1{
	font-family: "微软雅黑";
	font-size: 36px;
	color: #000000;
	text-align: center;
}
.about_3 h2,.about_4 h2,.about_5 h2{
	font-family: arial;
	font-size: 12px;
	color: #848484;
	text-align: center; 
	padding-bottom: 30px;
	padding-top: 17px;
}
.subaboutHonrCont{
	width:1210px;
	margin:0px auto;
	overflow:hidden;
	border-top: 1px solid #e8e8e8;
	}
.ml20{ margin-left:110px;}
#dHomePageCarousel {
	margin: 0px auto; width: 670px; height: 321px; position: relative; float:left; margin-left:110px; 
}
#dLocalHomesCarousel {
	margin: 70px 2px 3px 1px; height: 315px; overflow: hidden; position: relative;
}
.divCarouselInfo {
	width: 639px; height: 64px; color: rgb(60, 64, 78); line-height: 16px; padding-top: 10px; font-size: 12px; margin-right: 15px; position: relative;
}
.imgBorder {
	border: 2px solid rgb(255, 255, 255); position: absolute; cursor: pointer; 
}
.imgBorder:hover {
	border: 2px solid rgb(255, 170, 85); position: absolute; cursor: pointer;
}
.btnCarouselLT {
	top: 17px; width: 40px; height: 41px; overflow: hidden; display: block; position: absolute; cursor: pointer;
}
.btnCarouselRT {
	top: 17px; width: 40px; height: 41px; overflow: hidden; display: block; position: absolute; cursor: pointer;
}
/* 大事记 */
#timeline{width:1210px;height:256px; overflow:hidden;margin:0px auto 0 auto;position:relative;background:url(../images/licbg.jpg) center top 205px no-repeat; clear:both; padding-top:90px;}
#dates{width:986px;overflow:hidden; margin:0px; padding:0px; list-style:none; margin-top:-52px;}
#dates li{float:left;width:180px;height:125px;font-size:16px;text-align:center;}
#dates a{color:#a8a8a8;height:90px; line-height:160PX;display:block;}
#dates .selected{font-size:24px;font-weight:bold;color:#01479d;    background: url(../images/licbgt.jpg) no-repeat top  center; height: 126px; line-height: 218px; } 
#issues{width:1210px;height:120px;overflow:hidden; margin:0px; padding:0 0 0 0; list-style:none;}
#issues li{width:1210px;height:120px;list-style:none;float:left;}
#issues li p{ padding:0px; line-height:24px; width:470px; font-size:14px; float:left; margin-left: 598px;position: relative;}
#issues li .left{ color:#c60000; font-size:48px; font-weight:bold; width:170px; margin-left:287px; float:left;}
#issues li .left span{ background:#c60000; width:40px; height:3px; display:block;}
#issues li img{text-align:center;display:block;margin:0 auto;}
#next,#prev{position:absolute;font-size:100px;font-family:"宋体";top:90px;width:100px;height:100px;text-align:center;line-height:100px;overflow:hidden;color:#713611;}
#next{right:50%;margin-right:-400px;}
#prev{left:50%;margin-left:-400px;}
#next.disabled,#prev.disabled{opacity:0.2;}

/*--企业风采--*/
.abutFengcai{
	width:1200px;
	height:434px;
	margin:0px auto;
	clear:both;
	position:relative; 
	background:#ffffff;
	padding:2px;
	}
#center {
	Z-INDEX: 2; POSITION: absolute; TOP: 50%; LEFT: 50%;
}
#slider {
	Z-INDEX: 1; POSITION: absolute;WIDTH: 1140px;HEIGHT: 434px; OVERFLOW: hidden;TOP: -217px; LEFT: -578px
}
#slider .slide {
	Z-INDEX: 10; POSITION: absolute; WIDTH: 600px; HEIGHT: 434px; OVERFLOW: hidden; CURSOR: default; LEFT: 22px;text-align:left;
}
#slider .title {
	COLOR: #f80; FONT-SIZE: 1.2em; FONT-WEIGHT: bold; MARGIN-RIGHT: 1.5em; TEXT-DECORATION: none
}
#slider .text {
	POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 470px; DISPLAY: none; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #fff; FONT-SIZE: 0.9em; TOP: 100%; LEFT: 10px
}
#slider .diapo {
	POSITION: absolute; FILTER: alpha(opacity=0); VISIBILITY: visible; opacity: 0;
}
.about_4{
	margin: 38px auto;
	overflow: hidden;
}

.about_5{
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 115px;
	background-color: #fbfbfb;
}
.about_5_min{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.about_5 .Box{
	overflow: hidden;
	border-top: 1px solid #edeae7;
	padding-top: 85px;
}
.about_5 .Box .item{
	overflow: hidden;
	float: left;
}
.about_5 .Box .item h3{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #212121;
	padding-bottom: 25px;
	padding-top: 68px;
}
.about_5 .Box .item.one{
	margin-left:126px;
}
.about_5 .Box .item.two{
	margin-left: 148px;
}
.about_5 .Box .item.three{
	margin-left: 126px;
}
.about_5 .Box .item h3.one{
	background: url(../images/qywh.jpg) no-repeat top left;
	padding-left:9px;
}
.about_5 .Box .item h3.two{
	background: url(../images/smyj.jpg) no-repeat top left;
	padding-left:9px;
}
.about_5 .Box .item h3.three{
	background: url(../images/smjs.jpg) no-repeat top left;
	padding-left:9px;
}
.about_5 .Box .item p{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #818181;
	line-height: 20px;
}

/*product*/
.product{
	width: 1210px;
	overflow: hidden;
	margin: 28px auto 45px;
}
.product h2{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #01479d;
	text-align: center;
	padding-bottom: 18px;
}
.product h1{
	font-family: "微软雅黑";
	font-size: 36px;
	color: #212121;
	text-align: center;
}
.product ul{
	overflow: hidden;
	margin-top: 25px;
}
.product .Class{  
	width: 1040px;
	margin:20px auto 35px;	
} 
.product .Class .item{
	display: block;
	width: 205px;
	float: left;
	/*margin-left: 60px;*/
	margin-bottom: 23px;
}
.product .Class .item.cur a{
	color: #a1a1a1 !important;
}
.product .Class .item a{
	display: block;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #212121;
	line-height: 40px;
	border-bottom: 1px solid #dadada;
	-webkit-transition:all .5s ease;
}
.product .Class .item a:hover,.product .Class .item a.on{
	color: #01479d !important;
	border-bottom: 1px solid #01479d;
	-webkit-transition:all .5s ease;
}
.product .Class .item.first{
	margin-left: 0;
}
.product .Class .item2{
	display: block;
	width: 100%;
	overflow: hidden;
	display: none;
	width:80%;
} 
.product .Class .item2.jg1{ margin-left:9%}
.product .Class .item2.jg2{ margin-left:23.1%}
.product .Class .item2.jg3{ margin-left:23.1%}
.product .Class .item2.jg4{ margin-left:16.3%}
.product .Class .item2.on{ display:block;}
.product .Class .item2 a{
	display: block;
	float: left;
	width: 123px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e4e4e4;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6d6d6d;
	margin-right: 8px;
	margin-bottom: 5px;
	-webkit-transition:all .5s ease;
}
.product .Class .item2 a:hover,.product .Class .item2 a.on{
	color: #01479d;
	border: 1px solid #01479d;
	-webkit-transition:all .5s ease;
}
.product ul li{
	width: 330px; 
	overflow: hidden;
	float: left;
	margin-bottom: 12px;
}
.product li .picShow{ display:block; width:100%; overflow:hidden; position:relative;}
.product li .picShow .bd{ overflow:hidden;}
.product li .picShow .bd ul.show{ overflow:hidden;}
.product li .picShow .bd ul.show li{ margin-bottom:0 !important;}
.product li .picShow .prev{
	display: block;
	width: 12px;
	height: 20px;
	background: url(../images/p-prev.png) no-repeat center;
	position: absolute;
	left: -50px;
	top: 45%;
	cursor: pointer;
	z-index: 9999999;-webkit-transition:all .5s ease;
}
.product li:hover .picShow .prev{ left:0;-webkit-transition:all .5s ease;}
.product li .picShow .next{
	display: block;
	width: 12px;
	height: 20px;
	background: url(../images/p-next.png) no-repeat center;
	position: absolute;
	right: -50px;
	top: 45%;
	cursor: pointer;
	z-index: 9999999; -webkit-transition:all .5s ease;
}
.product li:hover .picShow .next{ right:0;-webkit-transition:all .5s ease;}
.product li img{
	width: 320px;
	height:260px;
	margin: 0 auto;
	display:block;
}
.product li p.cn{
	font-family: "微软雅黑";
	font-size: 16PX;
	color: #323232;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 10px;
	height:14px;
}
.product li p.cn a{
	color: #323232;
}
.product li p.cn a:hover{
	color: #01479d;
}
.product li p.en{
	font-family: arial;
	font-size: 12px;
	color: #959595;
	text-align: center;
}
.product li .picShow .hd{
	overflow: hidden;
	margin-top: 14px !important;
}
.product li .picShow .hd ul {
	overflow: hidden;
	display: table;
	*zoom: 1;
	margin-top:5px !important;
	margin-left: auto;
	margin-right: auto;
}
.product li .picShow .hd ul li{
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	background: url(../images/pde-hd-bg.jpg) no-repeat center;
	cursor: pointer;
	margin-bottom:0px !important;
}
.product li .picShow .hd ul li.fist{
	margin-left: 0;
}
.product li .picShow .hd li.on{
	background: url(../images/pde-hd-bg2.jpg) no-repeat center;
}
.mr36{
	margin-right: 36px;
}

/*product*/
.productDe{
	width: 1280px;
	overflow: hidden;
	margin:55px auto 20px auto;
}
.productDe h1{
	font-family: "微软雅黑";
	font-size: 36px;
	color: #000000;
	text-align: center;
	padding-bottom: 17px;	
}
.productDe h2{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #5e5e5e;
	text-align: center;
}
.productDe .picShow{
	width: 428px; 
	margin:0px auto 10px;
	position: relative;
}
.productDe .picShow .prev{
	display: block;
	width: 12px;
	height: 20px;
	background: url(../images/p-prev.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 40%;
	cursor: pointer;
	z-index: 999;
}
.productDe .picShow .next{
	display: block;
	width: 12px;
	height: 20px;
	background: url(../images/p-next.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 40%;
	cursor: pointer;
	z-index: 999;
}
.productDe .picShow .bd {
	overflow: hidden;
	margin-left: 0px !important;
}
.productDe .picShow .bd ul{
	overflow: hidden;
}
.productDe .picShow .bd ul li{
	width: 100%;
	overflow: hidden;
	float: left;
	width: 428px !important;
}
.productDe .picShow .bd li img{
	width: 100%;
	height:300px;
}
.productDe .picShow .hd{
	overflow: hidden;
	margin-top: 14px !important;
}
.productDe .canshu{ display:block; width:80px;position: absolute; bottom:0; right:-40px;}
.productDe .canshu a{ display:block; width:80px; height:80px;background:#f2f2f2 url(../images/0plus.png) no-repeat center; border-radius: 100%;transform: scale(1); -webkit-transition: all .8s ease;}
.productDe .canshu:hover a{background:#f2f2f2 url(../images/0plus2.png) no-repeat center;}
.productDe .canshu a:hover{
	transform: scale(1.2);
    -webkit-transition: all .8s ease;}
.productDe .canshu p{ text-align: center; padding-top:10px; color:#999999; font-family:"微软雅黑";-webkit-transition: all .8s ease;}
.productDe .canshu:hover p{ color:#01479d;-webkit-transition: all .8s ease;}
.productDe .picShow .hd ul {
	overflow: hidden;
	display: table;
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
}
.productDe .picShow .hd ul li{
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	background: url(../images/pde-hd-bg.jpg) no-repeat center;
	cursor: pointer;
}
.productDe .picShow .hd ul li.fist{
	margin-left: 0;
}
.productDe .picShow .hd li.on{
	background: url(../images/pde-hd-bg2.jpg) no-repeat center;
}
.productDe .content1{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.productDe .content1 h3{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #494848;
	text-align: center;
}
.productDe .content1 h3 a{
	color: #ff0000;
}
.productDe .content1 span.scgm{
	display: block;
	width: 268px;
	height: 40px;
	margin:25px auto 40px;
}
.productDe .content1 span a{ display:block; float:left; width:132px; line-height:40px; font-family: "微软雅黑"; font-size:10px; color:#686868;border: 1px solid #e6e6e6;}
.productDe .content1 span a:hover{border: 1px solid #01479d; color:#01479d;}
.productDe .content1 span a.one{
	
	background: url(../images/0p-jd.jpg) no-repeat left 28px center; 
	text-indent:51px;
}
.productDe .content1 span a.one:hover{background: url(../images/0p-jd2.jpg) no-repeat left 28px center; }
.productDe .content1 span a.two:hover{background: url(../images/0p-tm2.jpg) no-repeat left 28px center; }
.productDe .content1 span:hover a.one{border-right: 1px solid #01479d;}
.productDe .content1 span a.two{ 
	background: url(../images/0p-tm.jpg) no-repeat left 28px center; 
	text-indent:48px;
	border-left:none;
} 
.productDe .content1 p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #838383;
	line-height: 22px; 
	text-align: center;
}
.productDeNr{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.productDeNr .min{
	width: 1280px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.productDeNr .back{
	width: 100%;
	height:116px;
	overflow: hidden;
}
.productDeNr .back.first{
	margin-bottom: 52px;
}
.productDeNr .back .abox{ display:table; margin:15px auto 0; overflow:hidden}
.productDeNr .back span.href{
	display: block;
	float:left; 
	padding-left:25px;
	padding-right:25px;
	height: 30px;
	border: 1px solid #ddd;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 30px;
	margin-right:12px;
	
}
.productDeNr .back span.href a{font-family: "微软雅黑";
	font-size: 12px;
	color: #000; 
	line-height: 30px;}
.productDeNr .back span.href:hover a{color:#d4b061}
.productDeNr .back span.href:hover{border: 1px solid #d4b061; color:#d4b061}
.productDeNr .fx{
	overflow: hidden;
	margin: 20px auto;
	padding-top: 45px;
	padding-bottom: 25px;
}
.productDeNr .fx p{
	font-family: "微软雅黑";
	font-size: 12px;
	text-align: center;
	color: #A58715;
}
.productDeNr .fx img{
	display: block;
	margin: 15px auto;
}

.productDeNr .content{
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 20px;
}
.productDeNr .imgtext{
	overflow: hidden;
	margin-top: 0;
	opacity: 1;
}
.productDeNr .imgtext.on{
	margin-top: 0;
	-webkit-transition:all 1s ease;
	opacity: 1
}
.productDeNr .imgtext .imgnr{
	width: 640px;
	height: 540px;
	overflow: hidden;
	float: left
}
.productDeNr .imgtext .imgnr.on{
	float: right;
}
.productDeNr .imgtext .imgnr img{
	display: block;
	width: 100%;
	height: 100%;
}
.textnrBox{display: table; 
	margin-left: 97px;
	float: left;
	min-height: 540px;
}
.productDeNr .imgtext .textnr{
	display: table-cell;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #676767;
	line-height: 25px;
	width:530px;
	vertical-align: middle;
}
.productDeNr .content2{
	display: block;
	width: 442px;
	float: right;
	margin-top: 94px;
}
.productDeNr .content2 h2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #01479d;
}
.productDeNr .content2 h1{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #000000;
	padding-top: 18px;
	padding-bottom: 48px;
}
.productDeNr .content2 p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #838383;
	line-height: 23px;
	margin-bottom: 30px;
}
.productDeNr .content2 a{ 
	display: block;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #818181;
	line-height: 30px;
	background: url(../images/0down.png) no-repeat left 100px center; 
}
.productDeNr .content2 a:hover{
	color: #01479d;
}

/*solu*/
.solu{
	width: 1210px;
	overflow: hidden;
	margin: 45px auto 0;
}
.solu h1.tit{
	font-family: "微软雅黑";
	font-size: 34px;
	color: #212121;
	text-align: center;
	padding-bottom:16px;
}
.solu h2.tit{
	font-family: arial;
	font-size: 12px;
	color: #aaa7a7;
	padding-bottom:78px;
	text-align: center;
}
.solu .item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 45px;
}
.solu .item .nrBox{
	display: table; 
    float: left;
    min-height: 390px;
}
.solu .item .nr{
display: table-cell;
vertical-align: middle;
	width: 500px; 
	overflow: hidden;
}
.solu .item.on .nrBox{
	float: right;
}
.solu .item .nr h3{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #212121;
	line-height: 30px;
	padding-bottom: 32px;
}
.solu .item .nr p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6b6b6b;
	line-height: 25px;
}
.solu .item .nr a{
	display: block;
	width: 110px;
	height: 30px;
	background: url(../images/solu-more.jpg) no-repeat center;
	margin-top: 88px;
}
.solu .item img{
	display: block;
	width: 680px;
	height: 390px;
	float: right;
}
.solu .item.on img{
	float: left;
}

/*case*/
.case{
	width: 100%;
	overflow: hidden;
	padding-top: 58px;
	padding-bottom: 40px;
	background-color: #fbfbfb;
}
.case_min{
	width: 1280px;
	overflow: hidden;
	margin: 0 auto;
}
.case h1{
	font-family: "微软雅黑";
	font-size: 34px;
	color: #212121;
	text-align: center;
	padding-bottom: 18px;
}
.case h2{
	font-family: arial;
	font-size: 12px;
	color: #aaa7a7;
	text-align: center;
	border-bottom: 1px solid #edeae7;
	padding-bottom: 20px;
}
.case .caseBoxImgHref{
	margin: 30px auto 0;
	width: 1067px;
	height: 714px;
	overflow:hidden;
	position:relative;
	background: url(../images/s-ico0.jpg) center center no-repeat;
}
/*
.case .caseBoxImgHref img{
	width: 1045px;
	height: 4.44rem;
	display: block;
}
*/
.case .caseBoxImgHref a{
	display:block;
	width: 76px;
	height: 89px;
	cursor:pointer; 
	position:absolute; 
}
.case .caseBoxImgHref a.log1{ left:62px; top: 91px;}
.case .caseBoxImgHref a.log2{ left:233px; top: 91px;}
.case .caseBoxImgHref a.log3{ left:405px; top: 91px;}
.case .caseBoxImgHref a.log4{ left:578px; top: 91px;}
.case .caseBoxImgHref a.log5{ left:749px; top: 91px;}
.case .caseBoxImgHref a.log6{ left:921px; top: 91px;}

.case .caseBoxImgHref a.log7{ left:148px; top: 180px;}
.case .caseBoxImgHref a.log8{ left:319px; top: 180px;}
.case .caseBoxImgHref a.log9{ left:491px; top: 180px;}
.case .caseBoxImgHref a.log10{ left:663px; top: 180px;}
.case .caseBoxImgHref a.log11{ left:835px; top: 180px;}

.case .caseBoxImgHref a.log12{ left:233px; top: 266px;}
.case .caseBoxImgHref a.log13{ left:405px; top: 266px;}
.case .caseBoxImgHref a.log14{ left:578px; top: 266px;}
.case .caseBoxImgHref a.log15{ left:749px; top: 266px;}

.case .caseBoxImgHref a.log16{ left:319px; top: 352px;}
.case .caseBoxImgHref a.log17{ left:491px; top: 352px;}
.case .caseBoxImgHref a.log18{ left:663px; top: 352px;}

.case .caseBoxImgHref a.log19{ left:406px; top: 439px;}
.case .caseBoxImgHref a.log20{ left:579px; top: 439px;}

.case .caseBoxImgHref a.log21{ left:492px; top: 525px;}

/*contact*/
.contact{
	width: 1100px;
	overflow: hidden;
	margin: 50px auto;
}
.contact .words,.service_3 .words{
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}
.contact .words p,.service_3 .words p{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #7a7a7a;
	text-align: center;
	line-height: 22px;
}
.contact .words p a,.service_3 .words p a{
	color: #01479d;	
}

.contact h2{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #212121;
	text-align: center;
	padding-bottom: 20px;
}
.contact h1{
	font-family: "微软雅黑";
	font-size: 36px;
	color: #01479d;
	background: url(../images/contact-h1-bg.jpg) no-repeat bottom center;
	padding-bottom: 22px;
	text-align: center;
}
.service-wdcx-form{
	width:440px;
	margin:42px auto 0;
	font-size:14px;
	}
.service-wdcx-form .slecect{
	border:#d3d3d3 solid 1px;
	width:158px;
	background:#f5f4f4;
	padding:3px 0px;
	font-family:Microsoft YaHei;
	}
.service-wdcx-form .btn{
	width:100px;
	height:30px;
	background:url(../images/btn-wdcx.jpg) no-repeat left top;
	display:block;
	cursor:pointer;
	border:none;
	}
.service-wdcx-list{
	width:438px;
	margin:0px auto;
	border:#d3d3d3 solid 1px;
	padding:1px; 
	margin-top:12px;
	font-size:14px;
	display:none;
	background:#f5f4f4;
	}
.service-wdcx-list ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.service-wdcx-list ul li{ 
	height:29px;
	text-indent:30px;
	line-height:29px;
	color:#110d0d;
	}
.service-wdcx-list ul .liName{
	background:#e8e8e8;
	border-bottom:none;
	color: #a58715;
	font-family: "微软雅黑";
	font-size: 14px;
	}
.service-wdcx-list ul .liName span{
	color:#a58715;
	}
.service-wdcx-list ul li .span{ font-family:Arial;}
.service-wdcx-line{
	width:754px;
	height:23px;
	margin:0px auto;
	background:url(../images/wdclline.jpg) no-repeat center  bottom;
	}
.service-map{
	width:681px;
	height:580px;
	margin:0px auto;
	padding:15px 0px;
	position:relative;
	z-index:1;
	margin-top:15px;
	}
.service-map .img{
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
	}
.service-map .cityList{
	width:327px;
	position:absolute;
	left:50%;
	margin-left:-163px;
	top:225px;
	z-index:99;
	}
.service-map .cityList .top{
	background:url(../images/maptop.png) no-repeat left top;
	height:4px;
	}
.service-map .cityList .middle{
	background:url(../images/mapmiddle.png) repeat-y left top;
	padding:10px 0px;
	overflow:hidden;
	}
.service-map .cityList .middle .close{
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	}
.service-map .cityList .middle p{
	width:278px;
	margin:0px auto;
	line-height:24px;
	font-size:14px;
	font-family:"宋体";
	padding:9px 0px;
	display:none;
	}
.service-map .cityList .middle p span{
	color:#a58715;
	}
.service-map .cityList .foot{
	background:url(../images/mapfoot.png) no-repeat left top;
	height:5px;
	}
	
.datitbg{
	width:100%;
	height:38px;
	border:none !important;
	/*border:#e0dcd2 solid 1px;*/
	margin:0px auto; 
	font-size:14px;
	font-weight:normal;
	line-height:38px;	
	border-bottom: none;
	margin-top: 28px;
	background-color:#efefef;
	}
.datitbg.on{ font-size:18px;}
.daquContent .neirong{padding:0;overflow:hidden;}
.daquContent .neirong ul{ margin:0 auto; padding:0;list-style:none;}
.daquContent .neirong ul li{line-height:25px; width:310px; float:left; font-family:Arial, Helvetica, sans-serif}
.daquContent .neirong ul li p{ height:220px;padding:10px 5px 10px 5px; font-family: "微软雅黑"; margin:0; overflow:hidden;font-size:12px;}
.daquContent .neirong ul li p .span{ font-size:16px; color:#575655; padding-bottom:4px; margin-bottom:16px; display:block; border-bottom:1px solid #e6e5e5;}
.daquContent .neirong ul li p .span2{ padding-left:8px;}
.mr16{ padding-right:45px;}
.datitbg ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.datitbg ul li{
	float:left; 
	width: 137px; 
	background: url(../images/dq-bg.jpg) no-repeat right center;
	}
.datitbg ul li a{
	padding:0px 28px;
	display:block;
	height:38px;
	text-indent:23px;
	}
.datitbg ul li .menuOn{
	background-color: #efefef;
	color:#cfa54a;
	width:100%; 
	}
.datitbg ul li .menuNo{
	background:none;
	}
.daquContent{
	padding-top:10px; 
	margin-top: 10px;
	width: 1020px;
	padding-left: 39px;
	padding-right: 39px;
	border: 1px solid #ececec;
	background-color: #fdfdfd;
	margin:0px auto;
	overflow:hidden; 
	}
.daquContent.on{ border:none; background-color:#fff;}
.daquContent-none{
	display:none;
	}
.daquContent .leftZongbuAddress{
	width:321px;
	height:363px;
	border:#cdcecf solid 1px;
	background:#f0f0f0;
	line-height:25px;
	font-size:14px;
	}
.daquContent .leftZongbuAddress p{
	width:280px;
	margin:0px;
	padding:25px 0px 0px 0px;
	margin-left:35px;
	}
.daquContent .leftZongbuAddress span{
	font-family:Arial, Helvetica, sans-serif;
	}
.daquContent .leftZongbuFoot{
	height:10px; 
	/*border-bottom: 1px solid #ececec;*/
	width:110%;
	margin-bottom:10px;
	}
.daquContent .rightMap{
	width:638px;
	height:363px;
	border:#cdcecf solid 1px;
	background:#f0f0f0;
	overflow:hidden;
	}
.daquContent .list{  
	width:98%;  
	padding-left:1%;
	border-bottom:none;
	color:#000;
	font-size:12px;
	font-family: "微软雅黑";
	}
.daquContent .list .header{ 
	height:30px;
	padding:1px;
	border-bottom:1px solid #ececec;
	font-weight:normal;
	line-height:30px;
	font-size:13px;
	}
.daquContent .list .header ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.daquContent .list .header ul li{
	float:left; 
	text-align:left;
	text-indent:5px;
	}
.w80{ width:137px;}	
.w103{ width:131px;}	
.w232{ width:240px;}
.w320{ width:320px;}
.border-right-none{
	border-right:none !important;border-right:none;
	}
.daquContent .list .shenfen{
	width:137px;
	font-size:12px;
	text-align:left;
	color:#494848;
	text-indent:5px;
	}
.daquContent .list td{
	padding:0px; 
	border-bottom:#ececec solid 1px;
	}
.daquContent .list ul{
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:hidden;
	}
.daquContent .list ul:last-child{ 
	border-bottom:none;
	}
.daquContent .list  .table ul li{
	float:left;
	line-height:36px; 
	font-size:12px;
	color: #494848;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent:5px;
	}
.daquContent .list  ul li:last-child{
	border-right:none;
	}
.txt-center{ text-align:center;}
.txt-index-45{ text-indent:45px;}
.line-height-32{ line-height:32px;}
.w985{ width:985px;}
.daquContent .list  .table ul li span{
	font-family:Arial, Helvetica, sans-serif;
	}

/*service*/
.service_1{
	width: 880px;
	overflow: hidden;
	margin: 40px auto;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #727272;
	line-height: 25px;
}
.service_1 h1{
	font-family: "微软雅黑";
	font-size: 34px;
	color: #212121;
	text-align: center;
	padding-bottom: 18px;
}
.service_1 h2{
	font-family: arial;
	font-size: 12px;
	color: #aaa7a7;
	text-align: center;
	padding-bottom: 55px;
}
.service_1 p,.service_1 span{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #494848;
    line-height: 25px;
}
.service_2{
	width: 100%;
	overflow: hidden;
	height: 485px;
	background: url(../images/service1img.jpg) no-repeat center;
}
.service_2_min{
	width: 1155px;
	overflow: hidden;
	margin: 0 auto;	
}
.service_2 .nr{
	float: left;
	margin-left: 356px;
	overflow: hidden;
	width: 250px;
	margin-top: 165px;
}
.service_2 .nr h1{
	font-family: "微软雅黑";
	font-size: 40px;
	color: #fff;
	text-align: center;
}
.service_2 .nr h2{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #9098a3;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 55px;
}
.service_2 .nr a{
	display: block;
	width: 158px;
	height: 28pxm;
	margin: 0 auto;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #b5b8bf;
	cursor: pointer;
}
.service_2 .nr a.on,.service_2 .nr a:hover{
	border: 1px solid #01479d;
	color: #01479d;
}
.service_3{
	width: 1160px;
	/*overflow: hidden;*/
	margin: 52px auto;
	display: none;
}
.service_3.on{ display:block;}
.service_3 h1,.service_4 h1{
	font-family: "微软雅黑";
	font-size: 34px;
	color: #212121;
	text-align: center;
}
.service_3 h2,.service_4 h2{
	font-family: arial;
	font-size: 12px;
	color: #aaa7a7;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #edeae7;
}
.service_3 h3{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #212121;
	text-align: center;
	padding-top: 34px;
}
.service_4{ 
	width: 100%;
	padding-top: 58px;
	padding-bottom: 100px;
	background-color: #fbfbfb;
}
.service_4_min{
	width: 1005px;
	overflow: hidden;
	margin: 0 auto;
}
.service_4 .item{
	width: 400px;
	overflow: hidden;
	float: left;
	margin-top: 70px;
}
.service_4 .item.lr{
	float: right;
	border-left: dashed 1px #b2977e;
	padding-left: 102px;
}
.service_4 .item p.one{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #212121;
	text-align: center;
}
.service_4 .item p.two{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #727070;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 35px;
}
.service_4 .item select{
	width: 398px;
	height: 33px;
	line-height:33px;
	border: 1px solid #e1e1e1;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #969696;
	text-indent: 12px;
	outline: none;
}
.service_4 .item a{
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #01479d;
	text-indent: 22px;
	text-decoration: underline;
	margin-top: 26px;
	background:url(../images/0down.png) no-repeat left 100px center;
}

/*page*/
.page{
	text-align: center;
	line-height: 50px;
	margin-top:50px;
}
.page a{font-size:12px; color:#838383; border:1px solid #838383; font-family:"微软雅黑"; padding:2px 6px; margin-left:5px; }
.page a:hover{font-size:12px; color:#01479d; border:1px solid #01479d; font-family:"微软雅黑"; padding:2px 6px;}
.page .disabled {font-size:12px; color:#ccc; border:1px solid #ccc; font-family:"微软雅黑"; padding:2px 6px; margin-left:5px; }
.page .current {font-size:12px; color:#01479d; border:1px solid #01479d; font-family:"微软雅黑"; padding:2px 6px; margin-left:5px; }

/*share*/
.share{
	 
}
.share p{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #01479d;
	text-align: center;
	padding-bottom: 15px;
	line-height: 18px;
	margin-top: 10px;
}
.share .Box{
	width: 116px;
	height: 38px; 
	margin: 0 auto 25px; 
}
.share .Box a{

	display: block;
	float: left;
	width: 38px;
	height: 38px;
}
.share .Box a.wb{
	background: url(../images/share-wb.jpg) no-repeat center;
	border: 1px solid #e1e1e1;
	border-right: none;
}
.share .Box a.qq{
	background: url(../images/share-qq.jpg) no-repeat center;
	border: 1px solid #e1e1e1;
	border-right: none;
}
.share .Box a.more{
	background: url(../images/share-more.jpg) no-repeat center; 
	border: 1px solid #e1e1e1; 
	
}
.dibuewm{
    width:120px;
	height:134px;
	position:absolute;
	
	display:none;
	z-index:9999;
}
.dibuewm.on{
    width:120px;
	height:134px;
	position:absolute;
	right:0%;
	bottom:41%;
	display:block;
	z-index:9999;
}

	.ladyScroll{width:1300px;height:354px;margin:15px auto;border:#fff 1px solid;position:relative;}
	.ladyScroll .prev,.ladyScroll .next{width:51px;height:45px;position:absolute;top:160px;left:0;z-index:100; cursor:pointer; background:url(../images/btns.png) no-repeat;}
	.ladyScroll .next{ left:auto; right:0; background-position:0 -90px;}
	.ladyScroll .prev:hover{ background-position:0 -45px; }
	.ladyScroll .next:hover{ background-position:0 -135px; }

	.ladyScroll .scrollWrap{width:1236px;margin-left:31px;padding-top:15px;overflow:hidden;position:absolute;}
	.ladyScroll dl{float:left;width:308px;text-align:center;position:relative;}
	
	.ladyScroll  dt{margin:0 auto;width:298px;height:240px;overflow:hidden;}
	.ladyScroll  img{display:block;width:298px;}
	.ladyScroll  dd{width:298px;height:40px;line-height:28px;font-size:20px;color:#000;text-align:center;overflow:hidden;left:5px;bottom:0;}
	.ladyScroll  dd a{ color:#000;  }
	.ladyScroll  dd a:hover{ text-decoration:none;color:#0228e8  }
	.ladyScroll dl:hover span{   }

.foot { background: #434242; color: #fff; }
.foot .pic { position: absolute; left: 0px; bottom: 0px; width: 380px; height: auto; }
.foot ul { text-align: center; padding-left: 380px; overflow: hidden; }
.foot ul li { width: 33.3333333333%; padding: 20px 0; float: left; font-size: 18px; overflow: hidden; line-height: 24px; }
.foot ul li a { display: block; overflow: hidden; color: #fff; }
.foot ul li img { height: 60px; width: auto; margin-bottom: 8px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.foot ul li:hover img { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); }
.footer { background: #181818; overflow: hidden; padding: 15px 0; color: #f0eeee; text-align: center; line-height: 20px; }
.footer a { color: #a5a5a5; }
.footer a:hover { color: #049240; }
footer { background: #222222; overflow: hidden; padding: 35px 0; color: #f0eeee; }
footer a { color: #666666; }
footer a:hover { color: #049240; }
footer section { overflow: hidden; min-height: 180px; }
footer .tit { border-bottom: 1px solid #f0eeee; font-size: 18px; overflow: hidden; margin-bottom: 10px; height: 30px; }
footer .box1 { width: 310px;  font-size: 12px; line-height: 24px; color: #f0eeee; float:left }
footer .box1 .logo { max-width: 100%; height: auto; margin-bottom: 7px; }
footer .box1 p { display: block; overflow: hidden; }
footer .box1 .tb { overflow: hidden; padding: 15px 0 0 0; }
footer .box1 .tb a { display: block; overflow: hidden; float: left; margin-left: 10px; }
footer .box1 .tb a:first-child { margin-left: 0px; }
footer .box1 .fd_ewm { display: none; position: fixed; left: 50%; top: 50%; background: #fff; width: 140px; height: 140px; -moz-boxx-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; z-index: 99; margin: -70px 0 0 -70px; }
footer .box1 .fd_ewm img { margin: 10px; width: 120px; height: 120px; }
footer .box1 .fd_ewm .fa { position: absolute; top: -24px; right: 0px; width: 24px; height: 24px; text-align: center; line-height: 24px; background: #555; -moz-boxx-shadow: 0 0 0 #fff; -moz-box-shadow: 0 0 0 #fff; box-shadow: 0 0 0 #fff; font-size: 16px; cursor: pointer; }
footer .box2 { float: left; padding: 0 25px; width:20%; }
footer .box2 ul li { float: left; line-height: 40px; width: 50%; }
footer .box3 { float: left; padding: 0 25px; width:33%; }
footer .box3 ul li { overflow: hidden; line-height: 30px; position: relative; padding: 0 80px 0 0; }
footer .box3 ul li a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
footer .box3 ul li span { position: absolute; right: 0px; top: 0px; color: #f0eeee; }
footer .box4 { width: 120px; position: absolute; right: 15px; top: 0px; }
footer .box4 img { max-width: 100%; height: auto; }section { width: 100%; max-width: 1200px; margin: 0 auto; position: relative; }
.main { overflow: hidden; width: 100%; padding: 30px 0 90px 0; }
article { float: right; width: 80%; }
aside { float: left; width: 20%; padding-right: 20px; }