﻿@charset "utf-8";
/* CSS Document */
body {
	min-width:1160px;
	margin:0 auto;
	font-family: "微软雅黑";
	font-size:14px;
	color:#1d1d1d;
	-webkit-transition:all .5s ease;	
}
a:link{color:#1d1d1d; cursor:pointer; text-decoration:none;}
a:visited{color:#1d1d1d; text-decoration:none;}
a:hover{color:#1d1d1d; text-decoration:none;}
a:active{color:#1d1d1d; 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;
}
.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}  
.inner{
	width: 1160px;
	overflow: hidden;
	margin: 0 auto;
}
.inner2{
	width: 1160px;  
	margin: 0 auto;
}
.inner3{
	width: 1160px;  
	margin: 0 auto;
	position: relative;
	padding-bottom:20px;
}
/*布局专用*/

/*head*/
header{
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #1666b1;
	border-bottom: 1px solid #dddddd; 
}
.head{
	width: 1160px;
	overflow: hidden;
	height: 114px;
	margin: 0 auto;
}
.head img.Logo{
	float: left;
	margin-top: 25px;
	background: url(../images/Logo-hx.jpg) no-repeat right center;
	padding-right: 23px;
}
.head span.H-service{
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 39px;
	padding-left: 19px;
}
.head span.H-service p.one{
	font-family: "Adobe 楷体 Std";
	font-size: 12px;
	color: #707070;
}
.head span.H-service p.two{
	font-family: "vani";
	font-size: 24px;
	color: #dd121c;
	padding-top: 10px;
}
.head ul{
	overflow: hidden;
	float: right;
	margin-top: 41px;
	margin-right:90px;
}
.head ul li{
	overflow: hidden;
	float: left;
	margin-left: 22px;
}
.head li.first{
	margin-left: 0px;
}
.head li a.on{
	display: block;
	float: left;
	font-family: "Adobe 楷体 Std";
	font-size: 12px;
	color: #868686;
	transform: scale(0.9);
	margin-right: 4px;
}
.head li a.on_1{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #4b4b4b;
}
.head form#H-search{
	margin-top: 42px;
	float: right;
	overflow: hidden;
	width: 220px;
	height: 30px;
	margin-left: 7px;
}
form#H-search input.txt{
	width: 188px;
	height: 28px;
	border: none;
	outline: none;
	background-color: #f3f3f3;
	text-indent: 18px;
	line-height: 28px;
	font-family: "微软雅黑";
	font-feature-settings: 12px;
	color: #DD121C;
	float: left;
}
form#H-search input.btn{
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/h-search-bg.jpg) no-repeat center;
	border: none;
	outline: none;
	cursor: pointer;
}
.head_nav{
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #dddddd;
}
.head_nav.menu_fixed {
    POSITION: fixed;
    LEFT: 0px;
    MARGIN: 0px;
	top:0;
    Z-INDEX: 999;
    WIDTH: 100%;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all .5s ease;
    border: none;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .3);
}
.head_nav .Nav{
	width: 1160px;
	overflow: hidden;
	margin: 0 auto;
}
.head_nav .Nav a{
	display: block;
	float: left;
	width: 120px;
	line-height: 38px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #242424;
	-webkit-transition:all .5s ease;
	margin-right: 8px;
}
.head_nav .Nav a.first{
	width: 111px;
	text-indent: 15px;
	margin-right: 0;
}
.head_nav .Nav a:hover,.head_nav .Nav a.on{
	background-color: #1666B1;
	color: #fff;
	-webkit-transition:all .5s ease;
}
.head .menu{
	float: right;
	width: 0.45rem;
	height: 0.29rem;
	margin-top: 0.44rem;
	background: url(../images/menu.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
}

/*banner*/
.b-bd ul {
	width:100% !important;
	margin:0 auto;
}

.b-bd li {
	width:100% !important;
	/*height:708px;*/
	background-position:center top;
	background-repeat:no-repeat;
}

.b-hd {
	width:100%;
	position:absolute;
	z-index:2;
	bottom:28px;
	font-size:0;
	text-align:center;
}

.b-hd li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:20px;
	height:20px;
	margin:0 5px;
	cursor:pointer;
}

.b-hd li span {
	display:block;
	width:9px;
	border-radius: 100%;
	height:9px; 
	border: #1666b1 3px solid; 
}

.b-hd li.on span {
	background-color:#1666b1;
	border: #1666b1 3px solid;
}

.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:auto;
	position:relative; 
}

/*index-product*/
.index-producdt{
	width: 1160px;
	overflow: hidden;
	margin: 22px auto;
}
.index-producdt .hd{
	/*width: 690px;*/
	width: 1030px;
	height: 55px;
	background-color: #f8f8f8;
	border-radius: 25px;
	margin: 0 auto;
}
.index-producdt .hd ul{
	overflow: hidden;
}
.index-producdt .hd ul li{
	font-family: "微软雅黑";
	font-size: 14px;
	float: left;
	line-height: 55px;
	color: #3b3b3b;
	cursor: pointer;
}
.index-producdt .hd li.on_1{
	background: url(../images/p-ico1.jpg) no-repeat left center;
	padding-left: 36px;
	margin-left: 48px;
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_1:hover,.index-producdt .hd li.on_1.on{
	background: url(../images/p-ico1-hover.jpg) no-repeat left center;
	color: #e68012; 
	-webkit-transition:all .5s ease;
}

.index-producdt .hd li.on_2{
	background: url(../images/p-ico3.jpg) no-repeat left center;
	padding-left: 35px;
	margin-left: 63px;
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_2:hover,.index-producdt .hd li.on_2.on{
	background: url(../images/p-ico3-hover.jpg) no-repeat left center;
	color: #d71518; 
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_3{
	background: url(../images/p-ico22.png) no-repeat left center;
	padding-left: 45px;
	margin-left: 53px;
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_3:hover,.index-producdt .hd li.on_3.on{
	background: url(../images/p-ico22-hover.png) no-repeat left center;
	color: #e5007f; 
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_4{
	background: url(../images/p-ico2.jpg) no-repeat left center;
	padding-left: 27px;
	margin-left: 65px;
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_4:hover,.index-producdt .hd li.on_4.on{
	background: url(../images/p-ico2-hover.jpg) no-repeat left center;
	color: #1666b1; 
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_5{
	background: url(../images/p-ico4.jpg) no-repeat left center;
	padding-left: 36px;
	margin-left: 52px;
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_5:hover,.index-producdt .hd li.on_5.on{
	background: url(../images/p-ico4-hover.jpg) no-repeat left center;
	color: #279f3d; 
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_6{
	background: url(../images/p-ico6.jpg) no-repeat left center;
	padding-left: 49px;
	margin-left: 41px;
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_6:hover,.index-producdt .hd li.on_6.on{
	background: url(../images/p-ico6-hover.jpg) no-repeat left center;
	color: #2f8290; 
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_7{
	background: url(../images/p-ico7.jpg) no-repeat left center;
	padding-left: 38px;
	margin-left: 52px;
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_7:hover,.index-producdt .hd li.on_7.on{
	background: url(../images/p-ico7-hover.jpg) no-repeat left center;
	color: #6900b7; 
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_8{
	background: url(../images/p-ico5.jpg) no-repeat left center;
	padding-left: 46px;
	margin-left: 50px;
	-webkit-transition:all .5s ease;
}
.index-producdt .hd li.on_8:hover,.index-producdt .hd li.on_8.on{
	background: url(../images/p-ico5-hover.jpg) no-repeat left center;
	color: #00a0e9; 
	-webkit-transition:all .5s ease;
}

.index-producdt .bd{
	overflow: hidden;
	margin-top: 24px !important;
}
.index-producdt .bd ul{
	overflow: hidden;
}
.index-producdt .bd ul li{
	width: 100%;
	height: 525px;
	position: relative;
} 
.index-producdt .bd li .nr{
	width: 471px;
	height: 226px;
	overflow: hidden;
	position: absolute;
	left: 49px;
	top: 57px;
	z-index: 99;
}
.index-producdt .bd li .nr span{
	display: block;
	overflow: hidden;
	background: url(../images/p-ktico.jpg) no-repeat left center;
	padding-left: 71px;
}
.index-producdt .bd li .nr span p.one{
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.index-producdt .bd li .nr span p.two{
	font-family: arial;
	font-size: 14px;
	color: #f3ca9d;
	padding-top: 12px;
}
.index-producdt .bd li p.sub{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 23px;
	width: 335px;
	margin-top: 25px;
}
.index-producdt .bd li i{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/p-arrow.png) no-repeat center;
	margin-top: 40px;
}
.index-producdt .bd li a.one{
	display: block;
	width: 522px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.index-producdt .bd li a.two{
	display: block;
	width: 636px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

/*index-case*/
.index-case{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 38px 0;
}
.index-case h1{
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #1666b1;
	text-align: center;
	background: url(../images/index-case-t-bg.jpg) no-repeat center;
	line-height: 35px;
}
.index-case h2{
	font-family: "gautami";
	font-size: 16px;
	color: #a3a3a3;
	text-align: center;
	padding-top: 12px;
}
.index-case ul{
	overflow: hidden;
	margin-top: 30px;
}
.index-case  ul li{
	width: 370px;
	height: 240px;
	/*overflow: hidden;*/
	float: left;
	position: relative;
	margin-bottom: 27px;
}
.mr25{
	margin-right: 25px;
}
.index-case li img.pic{
	width: 100%;
	height: 240px;
	-webkit-transition:all 1.5s ease;
}
/*.index-case li:hover img.pic{
	transform:scale(1.1);
	-webkit-transition:all 1.5s ease;
} */
.index-case li span{
	display: block;
	width: 100px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;	
	background-color: rgba(10,8,8,0.6);
}
.index-case li span p{
	font-family: "微软雅黑";
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding-top: 50px;
}
.index-case li span img{
	display: block;
	width: 45px;
	height: 45px;
	margin: 25px auto;
	border-radius: 100%;
	position: absolute;
	left: 500px;
	z-index: 999;
	opacity: 0;
	-webkit-transition:all 1.5s ease;
}
.index-case:hover li span img{
	left: 28px;
	opacity: 1;
	-webkit-transition:all 1.5s ease;
}

/*index-24*/
.index-24{
	width: 100%;
	overflow: hidden;
	height: 260px;
	background: url(../images/index-24.jpg) no-repeat center;
}

/*index-store 门店*/
.index-store{
	width: 100%;
	overflow: hidden;
	background-color:#f3f3f3;
	padding-top: 35px;
	padding-bottom: 38px;
}
.index-store h1{
	font-family: "微软雅黑";
	font-size: 32px;
	color: #616161;
	text-align: center;
	background: url(../images/index-store-address.jpg) no-repeat top center;
	padding-top: 80px;
	line-height: 40px;
}
.index-store .select {
	margin: 28px auto;
	width:400px;
	height:45px; 
	background-color: #fff;
	position:relative;
	cursor:pointer;
}
.r-store{ width:401px; float:right; margin-right:94px;}
.i-videobox{
	width: 520px;
	margin-top:10px;
	height: 300px;
	float:left;
	margin-left:21px;
	background: #000; 
}
.vBg{ width:596px; height:19px; overflow: hidden; position:absolute; bottom:1px; left:-18px;}

.select h4 {
	width:381px;
	height:43px; 
	border:1px solid #ddd;
	padding-left:17px;
	background:url(../images/select-trigon.jpg) right 20px center no-repeat;
	line-height:43px;
	color:#1d1d1d;
	border: 1px solid #aaaaaa;
}

.select ul {
	display:none;
	max-height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
	position:absolute;
	left:0;
	top:45px;
	width:399px;
	background-color:#fff;
	border:1px solid #ddd;
	border-top:none;
}

.select ul li {
	width:399px;
	padding-left:17px;
	line-height:2em;
	color:#1d1d1d;
}

.select ul li:hover {
	background-color:#ddd;
} 
.index-store .button{
	width: 250px;
	height: 50px;
	margin: 6px auto;
	background-color: #1666b1;
	border-radius: 5px;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.index-news{
	width: 1160px;
	overflow: hidden;
	margin: 44px auto;
}
.index-news .T-top{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
}
.index-news .T-top h1{
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #1666b1;
	float: left;
	background: url(../images/index-news-Tbg.jpg) no-repeat left center;
	padding-left: 27px;
	line-height: 30px;
}
.index-news .T-top a.en{
	font-family: "Gautami";
	font-size: 16px;
	color: #a3a3a3;
	float: left;
	margin-left: 12px;
	padding-top: 14px;
}
.index-news .T-top a.more{
	font-family: arial;
	font-size: 14px;
	color: #666666;
	float: right;
	padding-top: 14px;
}
.index-news .left{
	width: 670px;
	overflow: hidden;
	float: left;
}
.index-news .left .nr{
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
	margin-top: 29px;
}
.index-news .left .nr .pic_news{
	width: 360px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: relative;
}
.pic_news .bd{
	overflow: hidden; 
}
.pic_news .bd ul{
	overflow: hidden;
}
.pic_news .bd ul li{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pic_news .bd li img{
	width: 100%;
	height: 350px;
}
.pic_news .hd{
	width: 100%;
	height: 30px;
	background-color: rgba(8,8,7,0.8);
	position: absolute;
	bottom: 0;
}
.pic_news .hd ul{
	overflow: hidden;
}
.pic_news .hd ul li{
	width: 8px;
	height: 8px;
	overflow: hidden;
	background-color: #fbfbfb;
	border-radius: 100%;
	float: right; 
	margin-top: 11px;
	cursor: pointer;
	margin-right: 6px;
}
.pic_news .hd li.on,.pic_news .hd li:hover{
	background-color: #1f96d5;
}
.index-news .left .nr .word_news{
	float: left;
	padding-left: 25px;
	padding-top: 28px;
	width: 255px;
}
.word_news h1 a{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #1e1e1e;
	line-height: 30px;
}
.word_news p.sub{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 25px;
}
.word_news p.date{
	font-family: arial;
	font-size: 14px;
	color: #485056;
	padding-top: 44px;
}
.word_news a.href{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/index-left-arrow.jpg) no-repeat center;
	margin-top: 22px;
}
.index-news .right{
	width: 430px;
	float: right;
	overflow: hidden;
}
.index-news .right ul{
	margin-top: 21px;
}
.index-news .right ul li{
	border-bottom: dashed 1px #e2e2e2;
}
.index-news .right ul li h4 a {
	line-height:35px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #444444;
	background: url(../images/index-news-right-dot.jpg) no-repeat left center;
	padding-left: 16px;
}
.index-news .right ul li h4 p{
	float: right;
	font-family: arial;
	font-size: 14px;
	line-height: 35px;
	color: #485056;
}
.index-news .right ul li.on h4 p{
	display: none;
}
.index-news .right ul li.on{
	border: none;
}
.index-news .right ul li.on h4 a {
	font-weight:bold;
	color:#1f96d5;
	background: url(../images/index-news-bg.jpg) no-repeat left center;
	padding-left: 60px;
}
.index-news .right ul li .news-more {
	display:none;
	height:80px;
	margin:4px 0 16px;
	background-color:#fff;
}
.news-more img {
	float:left;
}
.news-more .news-more-r {
	float:left;
	width:288px;
	height:79px; 
	float: right;
	border-bottom: dashed 1px #ece9e9;
}

.news-more-r p {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height:25px;
	color:#666666;
}

.news-more-r a {
	font-family: arial;
	display:block;
	margin-top:9px;
	font-size:12px;
	text-transform:uppercase;
	color:#666666;
	background: url(../images/index-news-right-arrow.jpg) no-repeat left center;
	padding-left: 35px;
}

/*foot*/
footer{
	width: 100%;
	overflow: hidden;
	background-color: #292a2e;
	padding-top: 34px;
	padding-bottom: 30px;
}
.foot{
	width: 1160px;
	overflow: hidden;
	margin: 0 auto;
}
.foot .item{
	width: 135px;
	float: left;
	overflow: hidden;
}
.foot .item.one{
	width: 105px;
	margin-left: 40px;
}
.foot .item.two{
	width: 330px;
	float: right;
	margin-right: 54px;
	background: url(../images/foot-dased.jpg) no-repeat left center;
	padding-left: 80px;
}
.foot .item.two a.address{
	background: url(../images/f-address.jpg) no-repeat left center;
	padding-left: 39px;
}
.foot .item.two a.tel{
	background: url(../images/f-tel.jpg) no-repeat left center;
	padding-left: 39px;
}
.foot .item.two a.email{
	background: url(../images/f-email.jpg) no-repeat left center;
	padding-left: 39px;
}
.foot .item h1 a{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	padding-bottom: 15px;
}
.foot .item a{
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #81838d;
	line-height: 32px;
}
.foot2{
	width: 100%;
	height: 30px;
	background-color: #1a1b1d;
	line-height: 30px;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	color: #6e6e6e;
}
.foot2 a{
	color: #fff;
}

/*Nybanner*/
.Nybanner{
	width: 100%;
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
}

/*news*/
.news{
	width: 1160px;
	overflow: hidden;
	margin: 40px auto;
}
.news ul{
	width: 900px;
	float: left;
	padding-left: 46px;
	border-left: 1px solid #ededed;
	padding-top: 60px;
}
.news ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.news li img{
	width: 279px;
	height: 172px;
	float: left;
}
.news li .nr{
	width: 585px;
	float: right;
	overflow: hidden;
}
.news li .nr h1 a{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #1e1e1e;
	line-height: 25px;
}
.news li .nr p.sub{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-top: 2px;
}
.news li .nr p.date{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;
	padding-top: 16px;
}
.news li .nr a.more{
	display: block;
	width: 114px;
	height: 36px;
	background-color: #1666b1;
	line-height: 36px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.news .news_De{
	width: 903px;
	float: left;
	padding-left: 46px;
	border-left: 1px solid #ededed;
	padding-top: 5px;
}
.news_De h1{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #1e1e1e;
	text-align: center;
	line-height: 40px;
}
.news_De .date{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;
	padding-top: 15px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 22px;
}
.news_De .txt{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-top: 18px;
}
.news_De .fx{
	margin-top: 45px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #444444;
	overflow: hidden;
} 

/*service*/
.service{
	width: 1160px;
	overflow: hidden;
	margin: 40px auto;
}
.service .nr{
	width: 903px;
	float: left;
	border-left: 1px solid #ededed;
	padding-left: 46px;
	padding-top: 13px;
}
.service .nr h1{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #000000;
	padding-bottom: 25px;
}
.service .nr .txt{
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #6f6f6f;
	line-height: 32px;
}
.service .nr .txt strong{ color:#1666b1;}
.service .nr .list{
	overflow: hidden;
}
.service .nr .list a{
	display: block;
	width: 100%;
	border-bottom: 1px dashed #EDEDED;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #6f6f6f;
	line-height: 32px;
	margin-bottom: 5px;
}
.service .nr .list a:hover{
	color: #1666b1;
}
.service .nr img{
	width: 100%;
}

/*product*/
.product{
	width: 1160px;
	overflow: hidden;
	margin: 48px auto;
}
.product .hd{
	/*width: 690px;*/
	width: 1030px;
	height: 55px;
	background-color: #f8f8f8;
	border-radius: 25px;
	margin: 0 auto;
}
.product .hd ul{
	overflow: hidden;
}
.product .hd ul li{
	font-family: "微软雅黑";
	font-size: 14px;
	float: left;
	line-height: 55px;
	color: #3b3b3b;
	cursor: pointer;
}
.product .hd li.on_1{
	background: url(../images/p-ico1.jpg) no-repeat left center;
	padding-left: 36px;
	margin-left: 48px;
	-webkit-transition:all .5s ease;
}
.product .hd li.on_1:hover,.product .hd li.on_1.on{
	background: url(../images/p-ico1-hover.jpg) no-repeat left center;
	color: #e68012; 
	-webkit-transition:all .5s ease;
}

.product .hd li.on_2{
	background: url(../images/p-ico3.jpg) no-repeat left center;
	padding-left: 35px;
	margin-left: 63px;
	-webkit-transition:all .5s ease;
}
.product .hd li.on_2:hover,.product .hd li.on_2.on{
	background: url(../images/p-ico3-hover.jpg) no-repeat left center;
	color: #d71518; 
	-webkit-transition:all .5s ease;
}
.product .hd li.on_3{
	background: url(../images/p-ico22.png) no-repeat left center;
	padding-left: 45px;
	margin-left: 50px;
	-webkit-transition:all .5s ease;
}
.product .hd li.on_3:hover,.product .hd li.on_3.on{
	background: url(../images/p-ico22-hover.png) no-repeat left center;
	color: #e5007f; 
	-webkit-transition:all .5s ease;
}
.product .hd li.on_4{
	background: url(../images/p-ico2.jpg) no-repeat left center;
	padding-left: 27px;
	margin-left: 55px;
	-webkit-transition:all .5s ease;
}
.product .hd li.on_4:hover,.product .hd li.on_4.on{
	background: url(../images/p-ico2-hover.jpg) no-repeat left center;
	color: #1666b1; 
	-webkit-transition:all .5s ease;
}
.product .hd li.on_5{
	background: url(../images/p-ico4.jpg) no-repeat left center;
	padding-left: 36px;
	margin-left: 52px;
	-webkit-transition:all .5s ease;
}
.product .hd li.on_5:hover,.product .hd li.on_5.on{
	background: url(../images/p-ico4-hover.jpg) no-repeat left center;
	color: #279f3d; 
	-webkit-transition:all .5s ease;
}
.product .hd li.on_6{
	background: url(../images/p-ico6.jpg) no-repeat left center;
	padding-left: 49px;
	margin-left: 41px;
	-webkit-transition:all .5s ease;
}
.product .hd li.on_6:hover,.product .hd li.on_6.on{
	background: url(../images/p-ico6-hover.jpg) no-repeat left center;
	color: #2f8290; 
	-webkit-transition:all .5s ease;
}
.product .hd li.on_7{
	background: url(../images/p-ico7.jpg) no-repeat left center;
	padding-left: 47px;
	margin-left: 52px;
	-webkit-transition:all .5s ease;
}
.product .hd li.on_7:hover,.product .hd li.on_7.on{
	background: url(../images/p-ico7-hover.jpg) no-repeat left center;
	color: #6900b7; 
	-webkit-transition:all .5s ease;
}
.product .hd li.on_8{
	background: url(../images/p-ico5.jpg) no-repeat left center;
	padding-left: 46px;
	margin-left: 50px;
	-webkit-transition:all .5s ease;
}
.product .hd li.on_8:hover,.product .hd li.on_8.on{
	background: url(../images/p-ico5-hover.jpg) no-repeat left center;
	color: #00a0e9; 
	-webkit-transition:all .5s ease;
}

.product .hd_2{
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
	margin-bottom: 50px;
	display: none;
}
.product .hd_2 ul{
	overflow: hidden;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.product .hd_2 ul li{ 
	float: left; 
	margin-left: 18px;
	overflow: hidden;
	position: relative;
	width: 141px;
	height: 46px;
	/*border: 1px solid #cacaca;*/
	text-align: center;
	line-height: 46px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #1666b1;
	-webkit-transition:all .5s ease;	
}
/*.product .hd_2 ul li:hover,.product .hd_2 ul li.on{ border:1px solid #1666b1;-webkit-transition:all .5s ease;	}*/
.product .hd_2 li.first{
	margin-left: 0;
	border:1px solid #1666b1;
} 
.product .hd_2 li img{
	width: 141px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.product .bd{
	overflow: hidden;
	margin-top: 25px !important;
}
.product .bd ul{
	overflow: hidden;
}
.product .bd ul li{
	width: 564px; 
	height: 278px;
	background-color: #f5f5f5;
	float: left;
	margin-bottom: 24px;
}
.product .bd li img{
	float: left;
	width: 268px;
	height: 278px;
}
.product .bd li .nr{
	width: 280px;
	float: left;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.product .bd li .nr h1{
	margin-top: 50px;
}
.product .bd li .nr h1 a{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #000000;
	line-height: 30px;
}
.product .bd li .nr p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #888;
	line-height: 20px;
	padding-top: 12px;
}
.product .bd li .nr a.more{
	display: block;
	width: 114px;
	height: 36px;
	background-color: #1666b1;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-family: "微软雅黑";
	font-size: 14px;
	position: absolute;
	bottom: 68px;
}
.product .De{
	overflow: hidden;
	margin-top: 10px;
}
.product .De .introduce{
	width: 99.9%;
	/*height: 322px;*/
	border: 1px solid #d4d4d4;
	overflow:hidden;
	padding-bottom:20px
}
.product .De .introduce img{
	width: 295px;
	height: 306px;
	margin-top:7px;
	margin-left:100px;
}
.product .De .introduce .nr{
	width: 592px;
	float: right;
}
.product .De .introduce .nr h1{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #1e1e1e;
	padding-top: 70px;
}
.product .De .introduce .nr p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #787878;
	padding-top: 24px;
	line-height: 30px;
}
.product .De .introduce .nr ul{
	list-style-type: disc !important;
}
.product .De .introduce .nr ul li{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #787878; 
	line-height: 30px;
}
.product .De .introduce .nr a.zxzx{
	display: block;
	width: 114px;
	height: 36px;
	background-color: #1666b1;
	line-height: 36px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	margin-top: 28px;
}
.product .De .text{
	overflow: hidden;
	margin-top: 42px;
	line-height:30px;
}
.mr31{
	margin-right: 31px;
}

/*case*/
.case{
	width: 1160px;
	overflow: hidden;
	margin: 36px auto;
}
.case .hd{
	/*width: 690px;*/
	width: 1030px;
	height: 55px;
	background-color: #f8f8f8;
	border-radius: 25px;
	margin: 0 auto;
}
.case .hd ul{
	overflow: hidden;
}
.case .hd ul li{
	font-family: "微软雅黑";
	font-size: 14px;
	float: left;
	line-height: 55px;
	color: #3b3b3b;
	cursor: pointer;
}
.case .hd li.on_1{
	background: url(../images/p-ico1.jpg) no-repeat left center;
	padding-left: 36px;
	margin-left: 48px;
	-webkit-transition:all .5s ease;
}
.case .hd li.on_1:hover,.case .hd li.on_1.on{
	background: url(../images/p-ico1-hover.jpg) no-repeat left center;
	color: #e68012; 
	-webkit-transition:all .5s ease;
}

.case .hd li.on_2{
	background: url(../images/p-ico3.jpg) no-repeat left center;
	padding-left: 35px;
	margin-left: 63px;
	-webkit-transition:all .5s ease;
}
.case .hd li.on_2:hover,.case .hd li.on_2.on{
	background: url(../images/p-ico3-hover.jpg) no-repeat left center;
	color: #d71518; 
	-webkit-transition:all .5s ease;
}
.case .hd li.on_3{
	background: url(../images/p-ico22.png) no-repeat left center;
	padding-left: 45px;
	margin-left: 52px;
	-webkit-transition:all .5s ease;
}
.case .hd li.on_3:hover,.case .hd li.on_3.on{
	background: url(../images/p-ico22-hover.png) no-repeat left center;
	color: #e5007f; 
	-webkit-transition:all .5s ease;
}
.case .hd li.on_4{
	background: url(../images/p-ico2.jpg) no-repeat left center;
	padding-left: 27px;
	margin-left: 65px;
	-webkit-transition:all .5s ease;
}
.case .hd li.on_4:hover,.case .hd li.on_4.on{
	background: url(../images/p-ico2-hover.jpg) no-repeat left center;
	color: #1666b1; 
	-webkit-transition:all .5s ease;
}
.case .hd li.on_5{
	background: url(../images/p-ico4.jpg) no-repeat left center;
	padding-left: 36px;
	margin-left: 52px;
	-webkit-transition:all .5s ease;
}
.case .hd li.on_5:hover,.case .hd li.on_5.on{
	background: url(../images/p-ico4-hover.jpg) no-repeat left center;
	color: #279f3d; 
	-webkit-transition:all .5s ease;
}
.case .hd li.on_8{
	background: url(../images/p-ico5.jpg) no-repeat left center;
	padding-left: 46px;
	margin-left: 50px;
	-webkit-transition:all .5s ease;
}
.case .hd li.on_8:hover,.case .hd li.on_8.on{
	background: url(../images/p-ico5-hover.jpg) no-repeat left center;
	color: #00a0e9; 
	-webkit-transition:all .5s ease;
}
.case .hd li.on_6{
	background: url(../images/p-ico6.jpg) no-repeat left center;
	padding-left: 49px;
	margin-left: 41px;
	-webkit-transition:all .5s ease;
}
.case .hd li.on_6:hover,.case .hd li.on_6.on{
	background: url(../images/p-ico6-hover.jpg) no-repeat left center;
	color: #2f8290; 
	-webkit-transition:all .5s ease;
}
.case .hd li.on_7{
	background: url(../images/p-ico7.jpg) no-repeat left center;
	padding-left: 38px;
	margin-left: 52px;
	-webkit-transition:all .5s ease;
}
.case .hd li.on_7:hover,.case .hd li.on_7.on{
	background: url(../images/p-ico7-hover.jpg) no-repeat left center;
	color: #6900b7; 
	-webkit-transition:all .5s ease;
}

.case .bd{
	margin-top: 28px;
	overflow: hidden;
}
.case .bd ul{
	overflow: hidden;
}
.case .bd ul li{
	width: 273px;
	height: 308px;
	overflow: hidden;
	float: left;
	background-color: #f0f0f0;
	position: relative;
	margin-bottom: 24px;
}
.case .bd li img.pic{
	width: 240px;
	height: 210px;
	border: 1px solid #fff; 
	margin-top: 14px;
	margin-left: 15px;
}
.case .bd li img.ico{
	width: 62px;
	height: 53px;
	position: absolute;
	top: 15px;
	right: 17px;
	z-index: 99;
}
.case .bd li h1{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #1e1e1e;
	padding-top: 10px;
	text-align: center;
}
.case .bd li p.one{
	width: 245px;
	margin-left: 16px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	color: #787878;
}
.case .bd li span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.71);
	position: absolute;
	top: 0;
	left: -273px;
	z-index: 999;
	opacity: 0;
	-webkit-transition:all .5s ease;	
}
.case .bd li:hover span{
	opacity: 1;
	left: 0;
	-webkit-transition:all .5s ease;	
}
.case .bd li span img.logo{
	display: block;
	width: 163px;
	height: 103px;
	margin: 0 auto;
	padding-top: 49px;
	padding-bottom: 30px;
}
.case .bd li span p.two{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-left: 18px;
}
.mr22{
	margin-right: 22px;
}

/*caseDe*/
.caseDe_top{
	width: 100%;
	height: 46px;
	background-color: #f8f8f8;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #747474;
	line-height: 46px;
	margin-top: -2px;
}
.caseDe_top a{ 
	color: #747474; 
}
.caseDe{
	width: 1160px;
	overflow: hidden;
	margin: 24px auto;
}
.caseDe h1{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #1e1e1e;
}
.caseDe h2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #747474;
	padding-top: 20px;
	margin-bottom: 38px;
}
.caseDe h2 a{
	color: #747474;
	background: url(../images/views.jpg) no-repeat left center;
	padding-left: 20px;
}
.caseDe .item{
	overflow: hidden;
	position: relative;
	background: url(../images/casede-leftbg.jpg) repeat-y left ;
	padding-left: 90px;
	padding-bottom: 68px;
}
.caseDe .item span.on{
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 100%;
	background-color: #1666b1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.caseDe .item span.on a{
	display: block;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px;
}
.caseDe .item p.title{
	line-height: 68px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #646464;
}
.caseDe .item p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #646464;
	line-height: 25px;
}
.caseDe .item ul{
	overflow: hidden;
	margin-top: 27px;
}
.caseDe .item ul li{
	width: 243px;
	height: 310px;
	overflow: hidden;
	border: 1px solid #dddddd;
	float: left;
}
.caseDe .item li img{
	width: 243px;
	height: 263px;
}
.caseDe .item li p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #1e1e1e;
	text-align: center;
	line-height: 16px;
}
.mr29{
	margin-right: 29px;
}

/*about*/
.about{
	width: 1160px;
	overflow: hidden;
	margin: 30px auto;
}
.about h1{
	width: 100%;
	overflow: hidden;
	line-height: 58px;
	background: url(../images/index-news-Tbg.jpg) no-repeat left center;
	padding-left: 28px;
	border-bottom: 1px solid #ededed;
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #1666b1;
}
.about h1 i{
	display: block;
	width: 534px;
	height: 58px;
	float: right;
}
.about h1.on_1 i{
	background: url(../images/about-topbg1.jpg) no-repeat center;
}
.about h1.on_2 i{
	background: url(../images/about-topbg2.jpg) no-repeat center;
}
.about h1.on_3 i{
	width: 530px;
	background: url(../images/about-topbg3.jpg) no-repeat center;
}
.about h1.on_4 i{
	width: 495px;
	background: url(../images/about-topbg4.jpg) no-repeat center;
}
.about p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #232323;
	line-height: 40px;
}
.about p a{
	color: #e68115;
}
.about .about_1{
	overflow: hidden;
}
.about_1 .left{
	margin-top: 28px; 
	width: 710px;
	float: left;
	overflow: hidden;
}
.about_1 .left img.lf{
	margin-top: 30px;
}
/*.about_1 img.right{
	float: right;
	margin-top: 28px;
}*/
.about_1 .right{
	width: 405px;
	height: 249px;
	overflow:hidden;
	float:right;
	margin-top:28px;
}
.about .about_2{
	overflow: hidden;
	margin-top: 75px;
}
.about_2 img.left{
	width: 426px;
	float: left;
	margin-top: 24px;
}
.about_2 .right{
	width: 700px;
	float: right;
	margin-top: 25px;
}
.about .about_3{
	overflow: hidden;
	margin-top: 47px;
}
.about_3 .left{
	width: 678px;
	overflow: hidden;
	float: left;
	margin-top: 35px;
}
.about_3 img{
	float: right;
	margin-top: 27px;
}
.about .about_4{
	overflow: hidden;
	margin-top: 95px;
}
.about_4 img{
	float: left;
	margin-top: 65px;
}
.about_4 p{
	width: 790px;
	float: right;
	margin-top: 40px;
}
.about .about_5_6{
	overflow: hidden;
}
.about .about_5{
	width: 526px;
	float: left;
	margin-top: 45px;
	overflow: hidden;
}
.about_5 p{
	margin-top: 25px;
}
.about .about_6{
	width: 600px;
	float: right;
	margin-top: 45px;
	overflow: hidden;
}
.about_6 p{
	margin-top: 25px;
}
.about_6 img{
	margin-top: 15px;
	margin-left: 75px;
}
.about .about_7{ 
	overflow: hidden;
	margin-top: 45px;
	position: relative;
	padding-bottom: 60px;
}
.about_7 img.one{
	width: 345px;
	float: left;
	margin-top: 25px;
}
.about_7 p{
	width: 770px;
	float: right;
	overflow: hidden;
	margin-top: 27px;
}
.about_7 img.two{
	width: 248px;
	height: 212px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*store*/
.store{
	width: 1160px;
	overflow: hidden;
	margin: 45px auto;
}
.store ul{
	overflow: hidden;
}
.store ul li{
	width: 540px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.store li img{
	width: 215px;
	height: 154px;
	float: left;
}
.store li .nr{
	width: 301px;
	float: right;
	overflow: hidden;
}
.store li .nr h1{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #2c2c2c;
	padding-bottom: 8px;
}
.store li .nr p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #949494;
	line-height: 24px;
}
.store li .nr a{
	display: block;
	width: 98px;
	height: 33px;
	border: 1px solid #ff0000;
	text-align: center;
	line-height: 33px;
	font-family: "微软雅黑";
	color: #ff0000;
	margin-top: 12px;
}
.store li.on{
	padding-right: 80px;
}

/*join*/
.join{
	width: 1160px;
	overflow: hidden;
	margin: 45px auto;
}
.join ul{
	width: 903px;
	float: left;
	border-left: 1px solid #ededed;
	padding-left: 46px;
}
.join ul h1{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #000000;
	padding-top: 15px;
	border-bottom: 2px solid #ededed;
	padding-bottom: 26px;
}
.join ul li{
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	margin-top: 20px;
}
.join li a.tit{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	line-height: 45px;
	float: left;
}
.join li a.tit.on{
	float: right;
}
.join .De{
	width: 903px;
	float: left;
	border-left: 1px solid #ededed;
	padding-left: 46px;
}
.join .De h1{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #000000;
	text-align: center;
	padding-top: 15px;
}
.join .De h2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	padding-top: 8px;
	text-align: center;
	border-bottom: 2px solid #ededed;
	padding-bottom: 20px;
}
.join .De .txt{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	margin-top: 26px;
}

/*contact*/
.contact{
	width: 1160px;
	overflow: hidden;
	margin: 43px auto;
}
.contact .cont{
	overflow: hidden;
}
.cont .font1{
	width: 540px;
	float: left;
	margin-top: 35px;
}
.cont .font1 img{
	margin-bottom: 7px;
}
.cont .font1 p{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #3d3e3e;
	line-height: 72px;
	margin-left: 12px;
}
.cont .font1 p.on{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #3d3e3e; 
	margin-left: 0;
	line-height: 20px;
	text-align: center;
}
.cont .font1 p.tel{
	background: url(../images/c-tel.jpg) no-repeat left center;
	padding-left: 67px;
}
.cont .font1 p.email{
	background: url(../images/c-email.jpg) no-repeat left center;
	padding-left: 67px;
}
.cont .font1 p.address{
	background: url(../images/c-address.jpg) no-repeat left center;
	padding-left: 67px;
}
.cont .font1 span{
	display: block;
	width: 140px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}
.cont .font1 span.on{
	margin-left: 48px;
}
.cont .font1 span img{
	width: 100%;
	height: 140px;
}
.cont .font1 span p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #3d3e3e; 
}
.contact .cont .font2{
	width: 468px;
	padding-left: 47px;
	padding-right: 35px;
	height: 510px;
	padding-top: 45px;
	float: right;
	overflow: hidden;
	background-color: #449bec;
}
.contact .cont .font2 dl{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.contact .cont .font2 dl dt{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	float: left;
} 
.contact .cont .font2 dl dd input{
	width: 385px;
	height: 33px;
	background-color: #7fc1ff;
	border: 1px solid #7fc1ff;
	outline: none;
	text-indent: 18px;
	line-height: 33px;
	color: #fff;
	font-family: "微软雅黑";
}
.contact .cont .font2 dl dd textarea{
	width: 385px;
	max-width: 392px;
	background-color: #7fc1ff;
	outline: none;
	border: 1px solid #7fc1ff;
	height: 148px;
	max-height: 160px;
	text-indent: 18px;
	glyph-orientation-horizontal: 33px;
	color: #fff;
	font-family: "微软雅黑"; 
}
.contact .cont .font2 dl dd input[type=button]{
	margin-left: 49px;
	width: 170px;
	height: 45px;
	background-color: #fff;
	border-radius: 5px;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	text-indent: 0;
	color: #1666b1;
	cursor: pointer;
}
.maps{
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 45px
}

/*N-left-nav*/
.N-left-nav{
	width: 210px;
	float: left;
	overflow: hidden;
}
.N-left-nav .item{
	overflow: hidden;
}
.N-left-nav h1{
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	background: url(../images/index-news-Tbg.jpg) no-repeat left center;
	padding-left: 27px;
	margin-bottom: 16px;
}
.N-left-nav a{
	display: block;
	width: 194px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	background: url(../images/left-list-arrow.jpg) no-repeat left 16px center;
	padding-left: 16px; 
	text-indent: 40px;
	margin-bottom: 10px;
	-webkit-transition:all .8s ease;
}
.N-left-nav a:hover,.N-left-nav a.on{
	background: #1666b1 url(../images/left-list-arrow-hover.jpg) no-repeat left 16px center;
	color: #fff;
	-webkit-transition:all .8s ease;
}

/*page*/
.page{
	text-align: center;
	line-height: 50px;
	margin-top: 50px;
}
.disabled{ font-family:"微软雅黑"; font-size:12px; border:1px solid #c9c9c9; padding: 5px 4px; color:#c9c9c9;}
.sy{font-family:"微软雅黑"; font-size:12px; border:1px solid #818181; padding: 5px 4px; color:#818181;}
.current{font-family:"微软雅黑"; font-size:12px; border:1px solid #b72b2c;padding: 5px 4px; color:#b72b2c;}


/*lwnhd*/
.lwnhd{
	width: 1160px;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding-bottom: 50px;
}
/*.lwnhd .hd-banner{
	width: 100%;
	height: 341px;
	background: url(../images/hd-banner.jpg) no-repeat top center;
}*/
.bmdj{
	width: 100%;
	object-fit: inherit;
	
	-moz-box-shadow:0px 6px 5px #ccc;
	-webkit-box-shadow:0px 6px 5px #ccc;
	box-shadow:0px 6px 5px #ccc;
	padding-bottom: 30px;
	margin-bottom: 35px;
}
.bmdj h1{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #1666b1;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #fff;
	text-indent: 25px;
}
.bmdj .Bg{
	width: 795px;
	margin-top: 25px;
	margin-left: 137px;  
}
.bmdj .Bg .box{
	width: 100%;
	overflow: hidden;
	height: 51px; 
	margin-bottom: 40px;
}
.bmdj .Bg .box.tj{
	margin-bottom: 0;
}
.bmdj .Bg .box.on_1 i{
	width: 133px;
	height: 36px;
	display: block;
	float: left;
	margin-top: 3px;
	background: url(../images/01dj.jpg) no-repeat center; 
}
.bmdj .Bg .box.on_2 i{
	width: 133px;
	height: 41px;
	display: block;
	float: left; 
	background: url(../images/02dj.jpg) no-repeat center;
}
.bmdj .Bg .box.on_3 i{
	width: 133px;
	height: 34px;
	display: block;
	float: left;
	margin-top: 5px;
	background: url(../images/03dj.jpg) no-repeat center;
}
.bmdj .Bg .box.on_3{
	margin-bottom: 27px;
}
.bmdj .Bg input{
	width: 607px;
	height: 47px;
	float: right;
	outline: none;
	border: 1px solid #c6c6c6;
}
.bmdj .Bg input[type]{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #858585;
	line-height: 47px;
	text-indent: 15px;
}
.bmdj .Bg input.btn{
	width: 170px;
	height: 46px;
	background-color: #1666b1;
	border-radius: 5px;
	float: left;
	margin-left: 187px;
	border: none;
	line-height: 46px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #fff;
	outline: none;
	cursor: pointer; 
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;

}
.lwnhd .bigbox{
	width: 100%;
	height: 1824px;
	margin-top: 15px;
	background: url(../images/0-0.jpg) no-repeat top center;
}

/*about五月二号改版*/
.about-us{
	width: 100%;
	overflow: hidden;
	margin: 50px auto;
}
.about-us .Tit{
	font-family: "黑体";
	font-size: 48px;
	color: #1666b1;
	text-align: center;
	background: url(../images/about-T-bg.jpg) no-repeat center;
}
.about-us .font-1{
	width: 100%;
	overflow: hidden;
}
.about-us .font-1 .one{
	overflow: hidden;
}
.about-us .font-1 .one .left{
	width: 470px;
	float: left;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #646464;
	margin-top: 43px;
}
.about-us .font-1 .one .left p.one{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #646464;
	margin-bottom: 26px;
}
.about-us .font-1 .one .left a{
	font-size: 60px;
	color: #1666b1;
}
.about-us .font-1 .one .left p.two{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #646464;
	line-height: 69px;
}
.about-us .font-1 .one .video{
	width: 638px;
	height: 358px;
	float: right;
	overflow: hidden;
	margin-top: 41px;
}
.about-us .font-1 .two{
	overflow: hidden;
	margin-top: 40px;
}
.about-us .font-1 .two .a1-box{
	float: left;
	width: 283px;
	height: 299px;
	border-radius: 5px;
	background-color: #eeefef;
}
.about-us .font-1 .two .a1-box h1{
	font-family: "微软雅黑";
	font-size: 36px;
	color: #1666b1;
	text-align: center;
	padding-top: 124px;
	margin-top: 44px;
}
.about-us .font-1 .two .a1-box h1.on1{
	background: url(../images/A-address.jpg) no-repeat center top;
}
.about-us .font-1 .two .a1-box h1.on2{
	background: url(../images/A-bg.jpg) no-repeat center top;
}
.about-us .font-1 .two .a1-box h1.on3{
	background: url(../images/A-sm.jpg) no-repeat center top;
}
.about-us .font-1 .two .a1-box h1.on4{
	background: url(../images/A-jzg.jpg) no-repeat center top;
}
.about-us .font-1 .two .a1-box h2{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #646464;
	padding-top: 15px;
	text-align: center;
	line-height: 25px;
}
.mr9{
	margin-right: 9px;
}
.about-us .font-1 .three{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #646464;
	line-height: 45px;
	margin-top: 35px;
}
.about-us .font-1 .three a{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #1666b1;
}
.about-us .font-2{
	overflow: hidden;
	margin-top: 32px;
}
.about-us .font-2 img{
	display: block;
	margin: 34px auto;
}
.about-us .font-3{
	width: 100%;
	height: 524px;
	background: url(../images/A-3-bg.jpg) no-repeat center;
	margin-top: 42px;
}
.about-us .font-3 h1{
	font-family: "黑体";
	font-size: 48px;
	color: #1666b1;
	text-align: center;
	margin-top: 60px;
}
.about-us .font-3 h2{
	font-family: "黑体";
	font-size: 24px;
	color: #646464;
	text-align: center;
	margin-top: 30px;
}
.about-us .font-3 img{
	margin-top: 70px;
}
.about-us .font-4{
	overflow: hidden;
	margin-top: 35px;
}
.about-us .font-4 img{
	margin-top: 40px;
	margin-bottom: 40px;
}