@charset "utf-8";
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color:transparent;
  	border: 2px solid #dddddd;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
  	border-radius: 100%;
}
#banner .hd .on {
  	background-color: #feffff;
  	border: 2px solid #feffff;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 580px;
    background-repeat: no-repeat;
    background-position: center;
}
/*幻灯片CSS*/

/*公用*/
h3.title{
	text-align: center;
	font-size: 30px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 60px;
}
/*公用*/

/*公司简介*/
.about-index{
	background: #FFFFFF;
	padding: 50px 0 110px;
}
.about-index>div{
	overflow: hidden;
}
.company-img {
	width: 460px;
	height: 300px;
	float: left;
}
.company-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.company-main {
	width: 660px;
	float: right;
	padding:15px 0 0px 0;
}
.company-main .company-con {
	height: 150px;
	overflow: hidden;
	margin-bottom: 70px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.company-main > a {
	display: inline-block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #015198;
	color: #fff;
	font-size: 12px;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.company-main > a:hover{
	background: #4F6BA8;
}
/*公司简介*/

/*产品中心*/
.product{
	padding:60px 0 40px;
	background: #EBEBEB;
}

.picList{
	overflow:hidden;
}
.picList li{ 
	float:left;
	width: 380px;
	margin-right:30px;
	margin-bottom: 30px;
}
.picList li:nth-child(3n){
	margin-right: 0;
}
.picList li .pic{
	
}
.picList li .pic a{
	display: block;
	width: 100%;
	height: 285px;
	overflow: hidden;	
	position: relative;
	background: #ffffff;
}
.picList li .pic img{ 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.picList li .pic a:hover img{
	transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
}
.picList li .titlea{
	line-height:40px;
	text-align: center;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.picList li .titlea a{
	font-size: 16px;
	color: #333333;
}
.picList li .titlea:hover a{
	color: #015198;
}
/*产品中心*/

/*Why Choose Us*/
.choose{
	background: #FFFFFF;
	padding: 70px 0 0 0;
}
.choose h3.title{
	color: #015198;
}
.chooseList{
	
}
.chooseList figure{
	width: 370px;
	margin-right: 40px;
	margin-bottom: 50px;
	text-align: center;
}
.chooseList figure:nth-child(3n){
	margin-right: 0;
}
.chooseList figure img{
	width: 60px;
	height: 60px;
}
.chooseList figure h2{
	font-size: 18px;
	color: #015198;
	margin: 30px 0 20px;
}
.chooseList figure p{
	font-size: 14px;
	color: #999999;
	height: 48px;
	overflow: hidden;
}
/*Why Choose Us*/

/*news center*/
.news{
	background: #EBEBEB;
	padding: 70px 0 60px 0;
}
.news h3.title{
	color: #015198;
}
.newsList{
	font-size: 0;
}
.newsList figure{
	width: 380px;
	margin-right: 30px;
}
.newsList figure:nth-child(3n){
	margin-right: 0;
}
.newsList figure .pic{
	width: 380px;
	height: 220px;
	overflow: hidden;
	position: relative;
	display: block;
}
.newsList figure .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.newsList figure .content{
	margin-top: 30px;
}
.newsList figure .content h2{	
	height: 40px;
	overflow: hidden;
}
.newsList figure .content h2 a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.newsList figure .content h2 a:hover{
	color: #015198;
}
.newsList figure .content time{
	display: block;
	font-size: 12px;
	color: #666666;
	margin: 15px 0 25px 0;
}
.newsList figure .content a.more{
	font-size: 12px;
	color: #015198;
	text-transform: uppercase;
	display: inline-block;
}
/*news center*/

/*contact*/
.contact{
	background: url(../picture/contact.jpg) no-repeat bottom center;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0 40px;
}
.contact h3.title{
	color: #FFFFFF;
	position: relative;
}
.contact h3.title:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 330px;
	height: 1px;
	background: #E0DEDE;
	left: 0;
	top: 50%;
}
.contact h3.title:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 330px;
	height: 1px;
	background: #E0DEDE;
	right: 0;
	top: 50%;
}
.contactList{
	width: 1100px;
	margin: 0 auto;
}
.box {
    width: 350px;
    height: 180px;
    position: relative;
    margin-right: 25px;
}
.box:last-child{
	margin-right: 0;
}
.box .front {
	width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    margin-right: -100%;
    float: left;
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
    transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    border-radius: 3px;
    text-align: center;
}
.box .piao{
	position: absolute;
	width: 305px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.box .front i{
	font-size: 60px;
}
.box .front p{
	color: #333333;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.box .front span{
	font-size: 14px;
	color: #747474;
}
.box .backface {
	width: 100%;
    height: 100%;
    background-color: #A0CE4E;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
    transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
}
.box:hover .front {
    transform: perspective(500px) rotateY(-180deg);
    -ms-transform: perspective(500px) rotateY(-180deg);
    -webkit-transform: perspective(500px) rotateY(-180deg);
    -o-transform: perspective(500px) rotateY(-180deg);
    -moz-transform: perspective(500px) rotateY(-180deg);
}
.box:hover .backface {
    transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
}

.contact .more{
	display: block;
	width: 170px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	margin: 40px auto 0 auto;
	background: #3157a8;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.contact .more:hover{
	background: #4F6BA8;
}
/*contact*/