﻿
.title {
	text-align:center;
}
.title p{
	display:block;
	padding:15px 0;
}
.title span{
	font-size:30px;
}
a.more{
	width: 154px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px #fff solid;
	display: block;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	text-align: center;
}
a.more:before {
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #fff;
	transition: all 0.3s ease;
	z-index: -1;
}
a.more:hover:before {
	width: 100%;
	transition: all 0.3s ease;
}
a.more:hover {
	color: #fff;
	border-color: #0060AD;
}

/*banner*/
.banner{
	width: 100%;
	height: 767px;
	overflow: hidden;
	position: relative;
	top:0;
}
.banner .bd li{
	width: 100%;
	height: 767px;
}
.banner-btn {
	text-align: center;
	padding: 450px 0px 0px 0px;
}

.banner-btn a.more:before{
	background: #aa0231;
}
.banner-btn a.more:hover {
	color: #fff;
	border-color: #aa0231;
}
.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 25px;
	height: 3px;
	margin: 3px;
	background: #fff;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #aa0231;
	filter: alpha(opacity=100);
	opacity: 1;
}


/*about*/
.about{
	overflow: hidden;
	padding: 100px 0;
	position: relative;
}
.aboutus{
	margin-top: 50px;
	float: left;
	width: 507px;
	height: 508px;
	position: relative;
}
.aboutus-img{
	width: 507px;
	height: 508px;
	display: block;
	overflow: hidden;
}
.aboutus-img img{
	width: 507px;
	height: 508px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.aboutus:hover .aboutus-img img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.aboutus span{
	font-size: 30px;
	padding: 45px 0 0 40px;
	display: block;
	position: absolute;
	top:0;
}
.aboutus p{
	line-height: 26px;
	padding: 95px 120px 30px 40px;
	display: block;
	position: absolute;
	top:0;
}
.aboutus a.more{
	margin-left: 40px;
	border-color: #666;
	color: #666;
	position: absolute;
	top: 190px;
}
.aboutus a.more:before{
	background: #0060AD;
}
.aboutus a.more:hover {
	color: #fff;
	border-color: #0060AD;
}
.about-r{
	margin-top: 50px;
	float: right;
	width: 893px;
}
.honor{
	width: 100%;
	height: 232px;
	display: block;
	background: #f8f8f8;
}
.honor ul{
	padding: 0 60px;
}
.honor li{
	float: left;
	width: 33.3%;
	text-align: center;
	padding-top: 90px;
}
.honor li span{
	color: #0060AD;
	font-size: 60px;
	font-family: Arial;
	padding-top: 50px;
}
.honor li em{
	font-style: normal;
	font-size: 16px;
	padding-left: 5px;
}
.honor li:nth-child(3) em{
	font-size: 24px;
}
.honor li p{
	padding-top: 10px;
}
.about-box{
	display: block;
}
.history{
	float: left;
	background: #0060AD;
	width: 400px;
	height: 276px;
	text-align: center;
	position: relative;
}
.history a{
	width: 100%;
	display: block;
}
.history .bg{
	background: #aa0231;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
}
.history:hover .bg{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: 0.6s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.i-history img{
	width: 80px;
	height: 60px;
	top: 40%;
	z-index: 2;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}
.history span{
	font-size: 24px;
	color: #fff;
	top:62%;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.culture{
	float: right;
	position: relative;
}
.culture-img{
	width: 493px;
	height: 276px;
	display: block;
	overflow: hidden;
}
.culture-img img{
	width: 493px;
	height: 276px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.culture a:hover .culture-img img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.culture span{
	padding: 100px 0 15px 60px;
	font-size: 24px;
	color: #fff;
	display: block;
	position: absolute;
	top:0;
}
.culture p{
	padding: 140px 0 0 60px;
	color: #fff;
	display: block;
	position: absolute;
	top:0;
}


/*service*/
.service{
	background: url("../images/service.jpg") no-repeat;
	width: 100%;
	height: 838px;
	overflow: hidden;
}
.service .title{
	padding-top: 100px;
	color: #fff;
}
.service .title span{
	color: #fff;
}
.service ul{
	padding-top: 50px;
	text-align: center;
}
.service ul li{
	float: left;
	width: 350px;
	height: 500px;
	position: relative;
}
.service-img:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
	width: 100%;
	height: 100%;
}
.service li:hover .service-img:after{
	background-color: #0060AD;
	opacity: 0.8;
}
.service-img{
	width: 350px;
	height: 500px;
	display: block;
	overflow: hidden;
}
.service-img img{
	width: 350px;
	height: 500px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.service li:hover .service-img img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.service-txt{
	position: absolute;
	left: 50%;
	top: 47%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
	transition: all .5s;
}
.service-txt img{
	padding-top: 150px;
}
.service-txt span{
	display: block;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}
.service-txt em{
	font-style: normal;
	font-size: 16px;
}
.service-txt p{
	opacity: 0;
}
.service-txt a {
	opacity: 0;
}
.service li:hover .service-txt {
	top: 28%;
}
.service li:hover .service-txt p {
	display: block;
	opacity: 1;
	margin: 30px 0 40px 0;
	width: 240px;
}
.service li:hover .service-txt a.more {
	opacity: 1;
}
.service li:hover .service-txt a:hover {
	color: #333;
}



/*product*/
.product{
	padding: 100px 0;
	overflow: hidden;
}
.product ul{
	padding: 30px 15px 0 15px;
}
.product ul li{
	float: left;
	width: 332px;
	position: relative;
	margin-right: 24px;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.product ul li:nth-child(4){
	margin-right: 0px;
}
.product-img{
	width: 332px;
	height: 180px;
	display: block;
	overflow: hidden;
}
.product-img img{
	width: 100%;
	height: 100%;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.product li:hover .product-img img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.product-txt{
	padding: 40px 35px;
	position: relative;
	transition: 340ms;
	height: 145px;
	overflow: hidden;
	display: block;
}
.product-txt span{
	font-size: 24px;
	display: block;
}
.product-txt em{
	font-style: normal;
	display: block;
	padding: 5px 0 15px 0;
	color: #999;
}
.product-txt p{
	color: #999;
}
.product-txt .view{
	margin-top: 20px;
	opacity: 0;
	width: 154px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px #fff solid;
}
.product li:hover .product-txt {
	margin-top: -64px;
	background: #0060AD;
	height: 210px;
	color: #fff;
}
.product li:hover .product-txt em,
.product li:hover .product-txt p,
.product li:hover .product-txt .view{
	color: #fff;
	opacity: 0.8;
}


/* map */
.map{
	padding: 100px 0 ;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.map-l img{
	width: 100%;
	padding-left: 100px;
	padding-top: 50px;
}
.map-r{
	width: 480px;
	text-align: left;
	padding: 150px 0px 0 0px;
}
.map-r li{
	display: block;
	padding-bottom: 30px;
	overflow: hidden;
}
.map-txt{
	padding-left: 25px;
}
.map-txt p{
	font-size: 16px;
}
.map-txt span{
	font-size: 30px;
	font-weight: bold;
	color: #0060AD;
	padding-top: 8px;
	display: block;
}


/* news */
.news{
	padding: 100px 0 ;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #f8f8f8;
}
.info span,
.media span{
	font-size: 30px;
	padding-bottom: 25px;
	display: block;
	text-align: left;
}
.info{
	float: left;
	width: 410px;
	margin-right: 30px;
	text-align: left;
	position: relative;
}
.info:nth-child(4){
	margin-right: 0;
}
.infoimg{
	overflow: hidden;
	width: 410px;
	height: 210px;
	display: block;
}
.infoimg img{
	width: 410px;
	height: 210px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.info li:hover .infoimg img{
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.info li{
	background: #fff;
}
.info li span{
	font-size: 18px;
  	height:50px;
	padding:30px 25px 10px 25px;
}
.info li em{
	font-style: normal;
	color: #999;
	padding:0 25px;
}
.info li p{
	line-height: 24px;
	height: 50px;
	color: #999;
	padding:5px 25px 30px 25px;
}
.info .prev,
.info .next {
	position: absolute;
	top: 40%;
	margin-top: -25px;
	display: block;
	width: 40px;
	height: 40px;
}
.info .prev {
	left: 0%;
	background: url(../images/prev.png) no-repeat;
}
.info .next {
	right: 0%;
	background: url(../images/next.png) no-repeat;
}
.info .prev:hover,
.info .next:hover {
	background-position: -40px 0;
}

.media{
	float: right;
	width: 520px;
}
.media ul{
	background: #fff;
	width: 480px;
	height: 409px;
	padding: 0px 20px;
}
.media ul li{
	display: block;
	overflow: hidden;
	padding: 23px 0px 23px 0;
	height: 90px;
	border-bottom: 1px #ededed solid;
}
.media ul li:nth-child(3){
	border-bottom: none;
}
.meida-img{
	float: left;
	width: 160px;
	text-align: left;
}
.meida-img img{
	width: 90%;
}
.meida-txt{
	float: right;
	width: 310px;
}
.meida-txt span{
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
}
.meida-txt p {
	color: #999;
	line-height: 22px;
	text-align: left;
}
a:hover .meida-txt span{
	text-decoration: underline;
}
a:hover .meida-txt p{
	text-decoration: underline;
}

