@charset "utf-8";
/* CSS Document */
body {
	min-width:1200px;
	margin:0 auto;
	font-family: "微软雅黑";
	font-size:14px;
	color:#494848;
	-webkit-transition:all .5s ease;	
}
a:link{color:#626262; cursor:pointer; text-decoration:none;}
a:visited{color:#626262; text-decoration:none;}
a:hover{color:#ad0133; text-decoration:none;}
a:active{color:#ad0133; 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: 1260px;
	overflow: hidden;
	margin: 0 auto;
}  
/*布局专用*/

/*head*/ 
.headWarp{
	height: 72px;
	/*overflow: hidden;*/
	position: relative;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	border-top: 8px solid #ad0133;
}
.headWarp.menu_fixed {
    POSITION: fixed;
    LEFT: 0px; 
    MARGIN: 0px;
    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{
	width: 100%;
	/*overflow: hidden;*/
	margin: 0 auto;
}
.head img.Logo{
	display: block;
	width: 190px;
	height: 39px;
	margin-top: 19px;
	float: left;
	margin-left:2%;
}
.head .nav{
	/*overflow: hidden;*/
	float: right;
	margin-right:2%;
}
.head .nav ul.menu{
	/*overflow: hidden;*/
}
.head .nav ul.menu li{
	/*overflow: hidden;*/
	float: left;
	position: relative;
}
.head .nav ul.menu li a{
	display: block; 
	height: 72px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 72px;
	padding: 0 29px;
	-webkit-transition:all .5s ease;
} 
.head .nav a.first{
	margin-left: 0;
}
.head .nav ul.menu li a:hover,.head .nav ul.menu li a.on{
	color: #fff;
	background: #ad0133;
	-webkit-transition:all .5s ease;
}
.head .nav ul.submenu{
	position: absolute;
	top: 72px;
	width: 100%; 
    max-height: 0;
	z-index: 0;
}
.head .nav ul.menu li:hover ul.submenu,.head .nav ul.menu li:focus ul.submenu{
	max-height: 2000px;
	z-index: 9999;
}
.head .nav ul.submenu li{
	opacity: 0; 
	line-height: 45px;
	width: 100% !important;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.head .nav ul.submenu li a{
	color: #000;
    display: block;
    line-height: 45px;
    height: 45px;
    width: 100%;
    padding: 0;
    text-align: center;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}
.head .nav ul.menu li:hover ul.submenu li{
	opacity: 1; 
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.head .nav ul.menu li:hover ul.submenu li:nth-child(1){
	 -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -ms-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
}
.head .nav ul.menu li:hover > ul.submenu li:nth-child(2){
	 -webkit-transition-delay: 50ms;
            -moz-transition-delay: 50ms;
            -ms-transition-delay: 50ms;
            -o-transition-delay: 50ms;
            transition-delay: 50ms;
}
.head .nav ul.menu li:hover ul.submenu li:nth-child(3) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

.head .nav ul.menu li:hover ul.submenu li:nth-child(4) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

.head .nav ul.menu li:hover ul.submenu li:nth-child(5) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.head .nav ul.menu li:hover ul.submenu li:nth-child(6) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}

.head .nav ul.menu li:hover ul.submenu li:nth-child(7) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.head .nav ul.menu li:hover ul.submenu li:nth-child(8) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}

.head .nav ul.submenu li:nth-child(1) {
	 -webkit-transition-delay: 350ms; 
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	 transition-delay: 350ms;
}

.head .nav ul.submenu li:nth-child(2) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.head .nav ul.submenu li:nth-child(3) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}

.head .nav ul.submenu li:nth-child(4) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.head .nav ul.submenu li:nth-child(5) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

.head .nav ul.submenu li:nth-child(6) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

.head .nav ul.submenu li:nth-child(7) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}

.head .nav ul.submenu li:nth-child(8) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

/*banner*/
.b-bd ul {
	width:100% !important;
	margin:0 auto;
}

.b-bd li {
	width:100% !important;
	height:700px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
} 

.b-hd {
	width:100%;
	position:absolute;
	z-index:2;
	bottom:35px;
	font-size:0;
	text-align:center; 
}

.b-hd li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:15px;
	height:15px;
	margin:0 5px; 
	cursor:pointer;
}

.b-hd li span {
	display:block;
	width:11px;
	height:11px; 
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 16px;  
	border-radius: 100%; 
	background-color:#fff;
}

.b-hd li.on span {
	background-color:#ad0133;
	opacity: 1;  
}

.banner .b-prev {
	display: block;
	width: 70px;
	height: 106px;
	background:url(../images/banner-prev.png) no-repeat center center;
	left:0px;
	top: 298px;
	z-index: 999;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	-webkit-transition:all .5s ease;
}

.banner:hover .b-prev{
	left:290px;
	opacity: 1;
	-webkit-transition:all .8s ease;
}

.banner:hover .b-next{
	right:290px;
	opacity: 1;
	-webkit-transition:all .8s ease;
}

.banner .b-next {
	display: block;
	opacity: 0;
	width: 70px;
	height: 106px;
	background:url(../images/banner-next.png) no-repeat center center;
	right:0px;
	top: 298px;
	z-index: 999;
	position: absolute;
	cursor: pointer;
	-webkit-transition:all .5s ease;
}
.banner .Words{
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 80px;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
}
.banner .Words h1{
	font-size: 77px;
	font-weight: bold;
}
.banner .Words h2{ 
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 12px;
	/*background: url(../images/bannerTbg.jpg) no-repeat center center; */
}
.banner .Words h3{
	font-size: 30px;
	font-weight: bold;
	line-height:35px;
}
.banner-wrap {
	width:100%;
	height:700px;  
	position:relative; 
}

/*indexBox_1*/
.indexBox_1{
	width: 1200px;
	overflow: hidden;
	margin: 42px auto;
}
.indexBox_1 ul{
	overflow: hidden;
}
.indexBox_1 ul li{
	width: 260px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-left: 30px;
}
.indexBox_1 li img{
	display: block;
	width: 169px;
	height: 169px;
	margin: 0 auto;
	border-radius: 100%;
	box-shadow:9px 8px 10px #ccc;
	-webkit-transition:all .5s ease;	
}
.indexBox_1 li:hover img{
	box-shadow:9px 8px 10px rgba(173,1,51,0.7);
	-webkit-transition:all .5s ease;	
}
.indexBox_1 li h1{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #5b6871;
	padding-top: 26px;
	background: url(../images/index1hx.jpg) no-repeat bottom center;
	padding-bottom: 7px;
}
.indexBox_1 li h2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #b1b1b1;
	padding-top: 5px;
}

/*indexBox_2*/
.indexBox_2{
	width: 100%;
	height: 509px;
	background: url(../images/index2bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
}
.indexBox_2 h1.en,.indexBox_4 h1.en{ 
	font-size: 24px;
	background: url(../images/index2hx.jpg) no-repeat bottom center;
	padding-top: 54px;
	padding-bottom: 11px;
}
.indexBox_2 h1.cn,.indexBox_4 h1.en{
	font-size: 24px;
	padding-top: 11px;
}
.indexBox_2 p{
	font-size: 16px;
	line-height: 35px;
	padding-top: 36px;
}
.indexBox_2 ul{
	display: table;
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.indexBox_2 ul li{
	width: 140px;
	overflow: hidden;
	float: left;
}
.indexBox_2 li img{
	display: block;
	width: 140px;
	height: 140px;
	-webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
   	cursor: pointer;
}
.indexBox_2 li:hover img{
	transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
}
.indexBox_2 li p{
	font-size: 18px;
	padding-top: 22px;
}
.mr129{
	margin-right: 129px;
}

/*Title*/
h1.OURtitle{
	font-family: "微软雅黑";
	font-size: 34px;
	color: #282828;
	text-align: center;
	padding-bottom: 12px;
}
h2.OURtitle{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #b2b2b2;
	text-align: center;
	background: url(../images/Tithx.png) no-repeat center center;
}

/*indexBox-3*/
.indexBox_3{
	width: 1200px;
	overflow: hidden;
	margin: 40px auto 0;
}
.indexBox_3 .hd{
	overflow: hidden;
	margin-top: 32px !important;
	height: 45px !important;
}
.indexBox_3 .hd ul{
	display: table;
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
}
.indexBox_3 .hd ul li{
	width: 118px; 
	float: left;
	border-left: 1px solid #5f5f5f;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	background-color: #131313;
	position: relative;
}
.indexBox_3 .hd ul li.on{
	background-color: #ad0133;
	border-left: 1px solid #ad0133;
}
.indexBox_3 .hd ul li::after{
	content: "";
	display: block;
	width: 10px;
	height: 9px;
	background: url(../images/index3ico.jpg);
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -5px;
	opacity: 0;
}
.indexBox_3 .hd ul li.on::after{
	opacity: 1;
}
.indexBox_3 .bd{
	overflow: hidden;
	margin-top: 25px !important;
}
.indexBox_3 .bd ul{
	overflow: hidden;
}
.indexBox_3 .bd ul li{
	width: 378px;
	height: 341px;
	overflow: hidden;
	float: left;
	border: 1px solid #f0f0f0;
	position: relative;
	margin-bottom: 27px;
	box-shadow: 3px 5px 10px #eaeaea;
}
.indexBox_3 .bd ul li img{
	display: block;
	padding: 7px;
	width: 364px;
	height: 325px;
}
.indexBox_3 .bd ul li span{
	display: block;
	width: 364px;
	height: 325px;
	background-color: rgba(173,1,51,0.7);
	position: absolute;
	bottom: 325px;
	left: 7px;
	text-align: center;
	line-height: 325px;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 24px;
	opacity: 0;
	-webkit-transition:all .5s ease;
}
.indexBox_3 .bd ul li:hover span{
	bottom: 9px;
	left: 7px;
	opacity: 1;
	-webkit-transition:all .5s ease;
}
.mr27{
	margin-right: 27px;
}

/*indexBox_4*/
.indexBox_4{
	width: 100%;
	height: 499px;
	overflow: hidden;
	background: url(../images/index4bg.jpg) no-repeat center center; 
} 
.indexBox_4 .inner{
	position: relative;
}
.indexBox_4 h1.en{
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 44px;
	padding-bottom: 11px;
}
.indexBox_4 h1.cn{
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 11px;
}
.indexBox_4 .prev{
	display: block;
	width: 32px;
	height: 72px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../images/index4prev.jpg) no-repeat center center;
	z-index: 999;
}
.indexBox_4 .next{
	display: block;
	width: 32px;
	height: 72px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../images/index4next.jpg) no-repeat center center;
	z-index: 999;
}
.indexBox_4 .bd{
	overflow: hidden;
	margin-top: 25px !important;
	width: 977px !important;
	margin-left: 132px !important;
}
.indexBox_4 .bd ul{
	overflow: hidden;
}
.indexBox_4 .bd ul li{
	width: 280px;
	height: 330px;
	overflow: hidden;
	float: left;
	margin-right: 67px;
	position: relative;
}
.indexBox_4 .bd li .nrBox{
	width: 100%;
	height: 288px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}
.indexBox_4 .bd li .nrBox a{
	display: block;
	padding-left: 13px;
	padding-right: 13px;
}
.indexBox_4 .bd li .nrBox a.title{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #323232;
	line-height: 25px;
	padding-top: 60px;
}
.indexBox_4 .bd li .nrBox a.title:hover{
	color: #ad0133;
}
.indexBox_4 .bd li .nrBox a.sub{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #626262;
	line-height: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 28px;
}
.indexBox_4 .bd li .nrBox a.more{
	width: 70px;
	height: 28px;
	line-height: 28px;
	background-color: #ad0133;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	-webkit-transition:all .5s ease;
	margin-left: 13px;
}
.indexBox_4 .bd li .nrBox a.more:hover{
	border-radius: 20px;
	-webkit-transition:all .5s ease;
}
.indexBox_4 .bd li .dateBox{
	width: 71px;
	height: 79px;
	background-color: #ad0133;
	position: absolute;
	top: 0;
	left: 12px;
}
.indexBox_4 .bd li .dateBox a.year{
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	border-bottom: 1px solid #fff;
}
.indexBox_4 .bd li .dateBox a.day{
	display: block;
	font-family: "微软雅黑";
	font-size: 42px;
	color: #ffffff;
	text-align: center;
	line-height: 54px;
}

/*foot*/
.footWarp{
	width: 100%;
	background-color: #ad0133;
	overflow: hidden;
	padding-top: 45px;
	border-bottom: 1px solid #98032d;
	padding-bottom: 32px;
} 
.footWarp .item{
	width: 200px;
	overflow: hidden;
	float: left;
	margin-right: 140px;
}
.footWarp .item.four{
	margin-right: 0;
}
.footWarp .item a{
	display: block;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
}
.footWarp .item.one a{
	background: url(../images/f1.jpg) no-repeat left center;
	padding-left: 48px;
}
.footWarp .item.two a{
	background: url(../images/f2.jpg) no-repeat left center;
	padding-left: 53px;
}
.footWarp .item.three a{
	background: url(../images/f3.jpg) no-repeat left center;
	padding-left: 55px;
}
.footWarp .item.four a{
	background: url(../images/f4.jpg) no-repeat left center;
	padding-left: 41px;
}
.footWarp .item p{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 25px;
	padding-top: 6px;
	color: #fff;
}
.footWarp2{
	width: 100%;
	overflow: hidden;
	height: 43px;
	background-color: #ad0133;
	border-top: 1px solid #b70036;
}
.footWarp2 p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	padding-top: 16px;
}
.footWarp2 p a{
	color: #fff;
}
.footWarp2 p a:hover{
	color: #333;
}

/*Nybanner*/
.Nybanner{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.Ny-dh{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.Ny-dh .Dh{
	display: table;
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
}
.Ny-dh .Dh a{
	display: block;
/*	width: 115px;*/
	padding: 0 12px;
	height: 33px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 33px;
	font-family: "微软雅黑";
	font-size: 18px;
	margin-left: 14px;
	margin-right: 14px;
	float: left;
	-webkit-transition:all .5s ease;
}
.Ny-dh .Dh a:hover,.Ny-dh .Dh a.on{
	background-color: #ac0233;
	color: #fff;
	-webkit-transition:all .5s ease;
}

/*news*/
.news{
	width: 1200px;
	overflow: hidden;
	margin: 48px auto;
}
.news ul{
	overflow: hidden;
	margin-top: 45px;
}
.news ul li{
	width: 366px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.mr49{
	margin-right: 49px;
}
.news li img{
	display: block;
	width: 100%;
	height: 233px;
}
.news li a{
	display: block;
	font-family: "微软雅黑";
}
.news li a.tit{
	font-size: 18px;
	color: #5e6872;
	padding-top: 22px;
	padding-bottom: 13px;
}
.news li a.tit:hover{
	color: #ad0133;
}
.news li a.day{
	font-size: 12px;
	color: #bd305a;
}
.news li a.sub{
	font-size: 14px;
	color: #5a6871;
	line-height: 25px;
	padding-top: 10px;
	padding-right: 5px;
}
.newsDe{
	width: 100%;
	margin-top: 30px;
}
.De-nav{
	width: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #292929;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 18px;
}
.De-nav a{
	color: #292929;
}
.newsDe .Toptit{
	overflow: hidden;
	margin-top: 38px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 22px;
}
.newsDe .Toptit h1{
	font-size: 26px;
	text-align: center;
	color: #5a6873;
	font-family: "微软雅黑";
	line-height: 32px;
}
.newsDe .Toptit h2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #af0132;
	text-align: center; 
	line-height:50px;
	position:relative;
}
.bdshare-button-style1-16{
	display:inline-block;
	position:absolute;
	top:11px;
}
.newsDe .nrBox{
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 38px;
	color: #5b6871;
} 
.up_down{
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.up_down a{
	display: block;
	width: 160px;
	height: 30px;
	background-color: #e0e0e0;
	text-align: center;
	line-height: 30px;
	color: #3d3d3d;
	font-size: 16px;
	margin-bottom: 15px;
}
.up_down a:hover{
	background-color: #ad0133;
	color: #fff;
}

/*about*/
.about{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.about .content{
	overflow: hidden;
	margin-top: 75px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 32px;
}
.about .content img{
	width: 226px;
	height: 157px;
	float: left;
	display: block;
}
.about .content .nr{
	width: 932px;
	overflow: hidden;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5d5d5d;
	float: right;
	line-height: 40px;
	margin-top:-10px;
}
.about .aimg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 32px;
}
.about .aimg img{
	width: 100%;
	height: auto;
}
.about .ACont{
	overflow: hidden;
	margin-top: 50px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5d5d5d;
	line-height: 48px;
} 
.honor{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.honor ul{
	overflow: hidden;
	margin-top: 45px;
}
.honor ul li{
	width: 216px;
	overflow: hidden;
	float: left;
	height:368px;
	position:relative;
}
.honor li img{
	display: block;
	width: 100%;
	height: 304px;
	position:relative;
}
.honor li .bk{ width:100%; height:304px; display:block; position:absolute; top:0; left:0;}
.honor li p{
	display:block;
	width:100%;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #646464;
	text-align: center;
	line-height: 64px;
	position:absolute;
	bottom:0
}
.vision{ width:100%; overflow: hidden; margin-top:40px;}
.vision h3{ font-size: "微软雅黑"; font-size:16px; color:#646464; text-align:center;}
.vision h1{ font-size: "微软雅黑"; font-size:48px; color:#ad0133; text-align: center; padding-top:44px; line-height:50px;}
.vision .nrBox{ width:100%; overflow:hidden; margin-top:30px;}
.vision .nrBox .item{ overflow:hidden; width:350px; float:left; margin-bottom:30px;}
.vision .nrBox .item h2{ font-family:"微软雅黑"; font-size:18px; color:#ad0133; text-align: center; padding-bottom:18px;}
.vision .nrBox .item p{ font-family:"微软雅黑"; font-size:14px; color:#646464; line-height:25px; text-align:center;}
.vision .nrBox .item h2.one{ background:url(../images/0a1.jpg) no-repeat top center; padding-top:94px; margin-top:13px;}
.vision .nrBox .item h2.two{ background:url(../images/0a2.jpg) no-repeat top center; padding-top:107px;}
.vision .nrBox .item h2.three{ background:url(../images/0a3.jpg) no-repeat top center; padding-top:94px; margin-top:13px;}
.vision .nrBox .item h2.four{ padding-top:76px; }
.vision .nrBox .item h2.five{ background:url(../images/0aarrow.jpg) no-repeat top center; padding-top:76px;}
.vision .nrBox .item h2.six{ padding-top:76px;}
.vision h4{ font-family:"微软雅黑"; font-size:24px; color:#ad0133; text-align:center; line-height:46px; padding-top:35px;}


.mr30{
	margin-right: 30px;
}

/*human*/
.human{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.human .list{
	width: 100%;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background-color: #ad0133;
	margin-top: 42px;
}
.human .list a{
	display: block;
	width: 150px;
	line-height: 50px;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff; 
	margin-right: 35px;
}
.human .item{
	overflow: hidden;
	margin-bottom: 10px;
}
.human h3{
	width: 100%;
	height: 50px;
	line-height: 50px; 
	margin: 0 !important;
	background:#f4f8fb url(../images/puls.jpg) no-repeat right 60px center;
	cursor: pointer;
}
.human h3.on{
	background: #F4F8FB url(../images/close.jpg) no-repeat right 60px center;
}
.human h3 a{
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #636363;
	float: left;
	width: 170px;
	margin-right: 22px;
}
.human h3 a.gznx{
	width: 150px;
}
.human h3 a.num{
	width: 28px;
	text-align: right;
	margin-right: 13px;
}
.human ul{
	overflow: hidden;
	width: 1128px;
	padding: 20px 36px 0 36px;
	margin: 0;
	display: none;
}
.human ul li{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #555555;
	line-height: 30px;
}
.human ul li a{
	color: #ad0133;
}

/*message*/
.message{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.message p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5e5e5e;
	margin-top: 42px; 
}
form#mess{
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}
form#mess .Box{
	width: 385px;
	float: left;
	overflow: hidden;
	height: 40px;
	margin-bottom: 35px;
}
form#mess .Box.required{
	background: url(../images/zy.jpg) no-repeat right center;
}
form#mess .Box a{
	display: block;
	float: left;
	width: 59px;
	text-align: left;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5e5e5e;
}
form#mess .Box input[type=text]{
	width: 305px;
	height: 36px;
	border: 1px solid #ebebeb;
	outline: none;
	text-indent: 18px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5e5e5e;
}
form#mess .Box.textarea{
	height: auto;
	width: 100%;
}
form#mess .Box.textarea a{
	line-height: 145px;
}
form#mess .Box textarea{
	min-width: 1115px;
	max-width: 1115px;
	min-height: 139px;
	max-height: 139px;
	outline: none;
	border: 1px solid #ebebeb;
	text-indent: 18px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5e5e5e;
}
form#mess .Box input[type=button]{
	width: 180px;
	height: 43px;
	background-color: #ad0133;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	line-height: 43px;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	outline: none;
}
.mr22{
	margin-right: 22px;
}

/*contact*/
.contact{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.maps{
	width: 100%;
	overflow: hidden;
}
.lxfs{
	width: 1198px;
	height: 247px;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-top: 35px;
}
.lxfs .item{
	width: 299px;
	overflow: hidden;
	float: left;
	height: 100%;
	background: url(../images/c-hx.jpg) no-repeat right center;
}
.lxfs .item h1{
	font-size: 18px;
	font-family: "微软雅黑";
	text-align: center;
	color: #5d5d5d;
	padding-bottom: 10px;
}
.lxfs .item h2{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #5d5d5d;
	text-align: center;
}
.lxfs .item.four{
	background: none;
}
.lxfs .item.four h1{
	background: url(../images/c-email.jpg) no-repeat top center;
	padding-top: 81px;
	margin-top: 69px;
}
.lxfs .item.three h1{
	background: url(../images/c-ewm.jpg) no-repeat top center;
	padding-top: 100px;
	margin-top: 50px;
	background-size: 92px 92px;
}
.lxfs .item.two h1{
	background: url(../images/c-tel.jpg) no-repeat top center;
	padding-top: 97px;
	margin-top: 53px
}
.lxfs .item.one h1{
	background: url(../images/c-address.jpg) no-repeat top center;
	padding-top: 104px;
	margin-top: 46px;
}

/*service*/
.service{
	width: 100%;
	overflow: hidden;
	margin: 38px auto 0;
} 
.service .Back{
	width: 100%;
	overflow: hidden;
	height: 500px;
}
.service ul{
	width: 1200px;
	overflow: hidden;
	margin: 70px auto 45px;
}
.service ul h1{
	font-family: "微软雅黑";
	font-size: 38px;
	text-align: center;
	color: #333333;
	padding-bottom: 30px;
}
.service ul h2{
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	color: #737373;
}
.service ul li{
	width: 382px;
	overflow: hidden;
	float: left;
	margin-top: 45px;
}
.service ul li img{
	display: block;
	width: 100%;
	height: 231px;
}
.service ul li h3{
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 16px;
}
.service ul li p{
	line-height: 30px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #737373;
}
.mr27{
	margin-right: 27px;
}

/*case*/
.case{
	width: 1200px;
	overflow: hidden;
	margin: 45px auto;
}
.case .Class{
	width: 1198px;
	padding: 20px 0 15px 0;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-top:45px;
}
.case .Class a{
	display: block;
	width: 115px;
	height: 33px;
	border: 1px solid #ebebeb;
	line-height: 33px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	color: #5e6871;
	float: left;
	margin-right: 25px;
	-webkit-transition:all .5s ease;	
	margin-bottom: 5px;
}
.case .Class a:hover,.case .Class a.on{
	color: #fff;
	background-color: #ae0033;
	-webkit-transition:all .5s ease;	
}
.case .Class a.not{
	border: none;
	margin-right: 5;
	float: ;
}
.case .Class a.not:hover{
	background-color: #fff;
	color: #5e6871;
}
.case .Class .left{
	float: left;
	overflow: hidden;
}
.case .Class .right{
	width: 1055px;
	float: left;
	overflow: hidden;
}
.case ul{
	overflow: hidden;
	margin-top: 35px;
}
.case ul li{
	width: 231px;
	padding: 10px 9px 0 10px;
	overflow: hidden;
	float: left;
	border: 1px solid #ebebeb;
	margin-bottom: 26px;
}
.case li img{
	display: block;
	width: 100%;
	height: 233px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 26px;
}
.case li p{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 50px;
	color: #5d6771;
}
.mr64{
	margin-right: 64px;
}

/*product*/
.product{
	width: 1200px;
	overflow: hidden;
	margin: 48px auto;
}
.product .Class{
	width: 1149px;
	padding: 0 24px 0 25px;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-top: 42px;
	padding-bottom: 5px;
}
.product .Class .item{
	overflow: hidden;
	padding: 20px 0 17px 0;
}
.product .Class .item.border{
	border-bottom: dashed 1px #ebebeb;
}
.product .Class .item p{
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	width:92px;
	line-height: 35px;
	text-align: left;
	margin-right: 5px;
}
.product .Class .item a{
	display: block;
	width: 103px;
	height: 33px;
	border: 1px solid #ebebeb;
	line-height: 33px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	color: #5e6871;
	float: left;
	margin-right: 12px; 
	margin-bottom: 5px;
	cursor: pointer;
}
.product .Class .item a:last-child{
	margin-right: 0;;
}
.product .Class .item a:hover{
	color: #fff;
	background-color: #ae0033; 
}
.product .Class .item a.cur{ background:#ae0033;color: #fff;}
.product ul{
	overflow: hidden;
	margin-top: 35px;
}
.product ul li{
	width: 231px;
	padding: 10px 9px 0 10px;
	overflow: hidden;
	float: left;
	border: 1px solid #ebebeb;
	margin-bottom: 26px;
}
.product li img{
	display: block;
	width: 100%;
	height: 233px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 26px;
} 
.product li p{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 50px;
	color: #5d6771;
}
.productDe{
	width: 1200px;
	overflow: hidden;
	margin: 30px auto;
}
.productDe .Content{
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
}
.productDe .Content img{
	width: 231px;
	height: 260px;
	display: block;
	float: left;
}
.productDe .Content .text{
	width: 915px;
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #313131;
}
.productDe .Content2{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	border-top: 2px solid #ad0133;
	padding-top: 28px;
}
.productDe .Content2 h1{
font-family:"微软雅黑"; 
font-size:18px; 
color:#ad0035;
}
.productDe .colorlist{
	overflow:hidden;
	margin-top: 20px;
}
.productDe .colorlist h1{ font-family:"微软雅黑"; font-size:18px; color:#ad0035;}
.productDe .colorlist ul.color{ overflow:hidden; margin-top:22px;}
.productDe .colorlist ul.color h2{ font-family:"微软雅黑"; font-size:16px; color:#323232; margin-bottom:20px;}
.productDe .colorlist ul.color li{ width:91px; overflow:hidden; float:left; margin-right:2px; margin-bottom:5px;}
.productDe .colorlist ul.color li img{ display:block; width:100%; height:91px;}
.productDe .colorlist ul.color li p{ font-family:"宋体"; font-size:14px; text-align:center; padding-top:15px;}

/*download*/
.download{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.download ul{
	overflow: hidden;
	margin-top: 35px;
}
.download ul li{
	width: 100%;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background-color: #e8f5ff;
	margin-bottom: 8px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #636363;
	text-align: left;
}
.download ul li:nth-of-type(2n+1){
	background-color: #f4f8fb;	
}
.download ul li a{
	display: block;
	color: #636363;
}
.download ul li a.date{
	width: 130px;
	float: left;
	margin-left: 18px;
}
.download ul li a.title{
	width: 570px;
	float: left;
}
.download ul li a.down,.download ul li a.down2{
	float: right;
	margin-right: 22px;
	width: 105px;
	background: url(../images/down.png) no-repeat right center;
}

.LogIn{
	width: 266px;
	height: 279px;
	position: fixed;
	background: url(../images/downBg.png) no-repeat center center;
	left: 50%;
	margin-left: -133px;
	top: 50%;
	margin-top: -139px;
	z-index: 0; 
	opacity: 0;
	transform: scale(0);
	-webkit-transition:all .5s ease;	
}
.LogIn.on{ 
	opacity: 1;
	height: 279px;
	z-index: 999;
	transform: scale(1);
	-webkit-transition:all .5s ease;	
}
.LogIn .Box{
	width: 222px;
	margin-left: 22px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.LogIn .Box p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #ad0133;
	padding-top: 14px;
}
.LogIn .Box a#d-close{
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/down-close.jpg) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 10px;
}
.LogIn .Box #down-mm{
	overflow: hidden;
	margin-top: 76px;
}
.LogIn .Box #down-mm input[type=text]{
	width: 215px;
	height: 48px;
	border: 1px solid #c5c8cc;
	background-color: #e4e6e9;
	border-radius: 5px;
	outline: none;
	text-indent: 12px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #636363;
	margin-bottom: 18px;
}
.LogIn .Box #down-mm a#password{
	display:block;
	cursor: pointer;
	outline: none;
	width: 216px;
	border-radius: 5px;
	height: 44px;
	border: 1px solid #be8f30;
	background-color: #d8003f;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-align:center;
	line-height:44px;
}

/*apply*/
.apply{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
.apply #ypsq{
	overflow: hidden;
	margin-top: 35px;
}
#ypsq .Box{
	width: 375px;
	overflow: hidden;
	float: left;
	height: 39px;
	margin-bottom: 32px;
}
#ypsq .Box.dz{
	width: 100%;
}
#ypsq .Box.dz input[type=text]{
	width: 1080px;
}
#ypsq .Box.textarea{
	height: auto;
	width: 100%;
}
#ypsq .Box.textarea textarea{
	width: 99.4%;
	border: 1px solid #eaeaea;
	outline: none;
	max-width: 99.4%;
	max-height: 188px;
	min-height: 188px;
	min-width: 99.4%;
	text-indent: 12px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5e5e5e;
}
#ypsq .Box p{
	width: 114px;
	line-height: 39px;
	text-align: right;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5e5e5e;
}
#ypsq .Box p.zy{
	background: url(../images/zy.jpg) no-repeat left center;
}
#ypsq .Box input[type=text]{
	width: 258px;
	height: 35px;
	outline: none;
	border: 1px solid #eaeaea;
	float: left;
	text-indent: 12px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #5e5e5e;
}
#ypsq .Box input[type=button]{
	width: 180px;
	height: 44px;
	background-color: #ad0133;
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
	outline: none;
	border: none;
	line-height: 44px;
	cursor: pointer;
}
.mr36{
	margin-right: 36px;
}


.layui-layer-btn .layui-layer-btn0{ background-color:#ad0133 !important; border:1px solid #ad0133 !important;}
/*page*/
.page{
	line-height: 50px;
	text-align: center;
	margin-top: 15px;
}
.disabled{ font-size:14px; color:#5b6974; margin-left:2px; margin-right:2px;padding:2px 5px; background-color:#ccc; color:#fff;}
.current{ padding:2px 5px; background-color:#ad0133; color:#fff;}
.sy{padding:2px 5px; background-color:#ebebeb; color:#5b6871;}
/*联系我们改版*/
.sub-contact{
	border: #ebebeb solid 1px;
	padding: 18px 20px 8px 20px;
	overflow: hidden;
	margin-top: 70px;
}
.sub-contact .maps{
	width: 730px;
	float: left;
	overflow: hidden;
}
.sub-contact-info{
	width: 400px;
	float: right;
	color: #777777;
	font-size: 16px;
	line-height: 30px;
}
.sub-contact-info table td{
	padding: 10px 0 15px 0;
}
.sub-contact-info .add-info{
	width: 100%;
	clear: both;
	overflow: hidden;
}
.sub-contact-info .add-info .span-first{
	display: block;
	width: 48px;
	float: left;
}
.sub-contact-info .add-info span{
	float: left;
}
.sub-contact-info .mt10{
	margin-top: 10px;
	width: 93px;
	height: 93px;
}
 
