﻿@charset "utf-8";
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 10;
  	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: 40px;
  	height: 5px;
  	background-color: #B7B4B0;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #9B322E;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	/*height: 580px;*/
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../Images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../Images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

.gongyong{
	text-align: center;
	font-size: 0;
}
.gongyong h2{
	font-size: 24px;
	color: #1f4ba6;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}
.gongyong p{
	font-size: 20px;
	color: #a7a7a7;
	line-height: 26px;
	text-transform: uppercase;
}

/*产品中心*/
.products{
	padding: 30px 0;
}
.products .list{
	margin-top: 44px;
}
.products .list li{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 30px;
	border:1px solid #eaeaea;
}
.products .list li:nth-child(4n){
	margin-right: 0;
}
.products .list .pic{
	width: 100%;
	height: 198px;
	overflow: hidden;
	position: relative;
}
.products .list .pic p{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.products .list .pic img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.products .list .pic a.more{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(31,75,166,.7) url(../Images/more.png) no-repeat center;
}
.products .list .title{
	text-align: center;
	font-size: 0;    background: #5c606e;
	padding: 20px 0;
}
.products .list .title a{
	display: inline-block;
	font-size: 18px;font-weight:600;
	color: #fff;
	font-family: arial;
	line-height: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.products .list .title:hover a{
	color: #1f4ba6;
}

/*产品中心*/

/*关于我们*/
.about{
	padding-top: 80px;
}
.about .pic{
	width: 45%;
	height: 307px;
	overflow: hidden;
}
.about .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.about .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%);
}
.about .content{
	width: 52%;
}
.about .content .top{
	margin-bottom: 10px;
}
.about .content .top .title{
	font-size: 24px;
	color: #1f4ba6;
	font-weight: bold;
	line-height: 31px;
}
.about .content .top .en_title{
	font-size: 20px;
	color: #a7a7a7;
	text-transform: uppercase;
	line-height: 31px;
	margin-left: 20px;
}
.about .content .desc{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	height: 220px;
	overflow: hidden;
}
.about .content .more{
	margin-top: 4px;
}
.about .content .more a{
	display: block;
	width: 150px;
	height: 42px;
	border: 1px solid #636363;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
}
/*关于我们*/

/*四张图片，不知道干嘛的*/
.choose {
  background: url("../images/home-bg-3.jpg");
  padding: 56px 0 67px 0;
}
.choose-title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.choose-title img {
  display: block;
  width: 593px;
  height: auto;
  margin: 0 auto;
}
.choose-list {
  overflow: hidden;
}
.choose-list li {
  width: 23%;margin:0 1%;
  float: left;
  text-align: center;
}
.choose-list li img {
  display: inline-block;
  width: 136px;
  height: 136px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}
.choose-list li:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.choose-list li strong {
  display: block;
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 6px;
}
.choose-list li p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
.choose-list li a {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  border: 3px solid #ffffff;
  padding: 0 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
}
.choose-list li a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #cc3333;
}
/*四张图片，不知道干嘛的*/

/*广告*/
.ad1{
	font-size: 0;
	width: 100%;
	height: 754px;
	background-position: top center;
	background-repeat: no-repeat;
}
/*广告*/

/*新闻资讯*/
.news{
	padding: 45px 0;
}
.news .list{
	margin-top: 30px;
}
.news .list li{
	margin-right: 40px;
	width: 580px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news .list li:nth-child(2n){
	margin-right: 0;
}
.news .list li .time{
	width: 58px;
	margin-right: 12px;
}
.news .list li .time span{
	display: block;
	width: 58px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	background: #E4E4E4;
	font-size: 16px;
	color: #999999;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news .list li .time a{
	display: block;
	width: 58px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	font-size: 22px;
	color: #999999;
	font-weight: bold;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news .list li .content{
	width: 475px;
}
.news .list li .content h2{
	font-size: 0;
}
.news .list li .content a{
	font-size: 18px;
	color: #333333;
	display: inline-block;
	line-height: 24px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news .list li .content .view{
	font-size: 12px;
	color: #9B9B9B;
	margin: 9px 0 17px;
}
.news .list li .content .desc{
	font-size: 14px;
	color: #989898;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news .list li .more{
	width: 20px;
	height: 20px;
}
.news .list li .more a{
	display: block;
	width: 100%;
	height: 100%;
	background: #9B9B9B;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 19px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.news .list li:hover .time span{
	background: #ED0029;
	color: #ffffff;
}
.news .list li:hover .time a{
	color: #ED0029;
}
.news .list li:hover .content a{
	text-decoration: underline;
	color: #709EA6;
}
.news .list li:hover .more a{
	background: #EF0129;
}
/*新闻资讯*/


.hezuo{
	padding-bottom: 40px;
}
.hezuo .picScroll-left{
	position:relative;
	margin-top: 35px;
}
.hezuo .picScroll-left .hd{
	width: 1275px;
	height: 67px;
	overflow:hidden;
	position: absolute;
	left: 50%;
	top: 31.5px;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.hezuo .picScroll-left .hd .prev,
.hezuo .picScroll-left .hd .next{
	display:block;
	width:31px;
	height:67px;
	float:left;
	overflow:hidden;
	cursor:pointer;
	background:url(../Images/arrow.png) no-repeat;
}
.hezuo .picScroll-left .hd .next{
	float: right;
	background-position:-31px 0;
}
.hezuo .picScroll-left .bd{
	overflow: hidden;
	margin: 0 10px;
}
.hezuo .picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.hezuo .picScroll-left .bd ul li{
	margin-right: 20px;
	float:left;
	_display:inline;
	overflow:hidden;
}
.hezuo .picScroll-left .bd ul li .pic{ 
	width: 180px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #BFBFBF;
}
.hezuo .picScroll-left .bd ul li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.hezuo .picScroll-left .bd ul 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%);
}
.hezuo .picScroll-left .bd ul li .title{ 
	width: 180px;
	text-align: center;
	padding: 15px 0;
	font-size: 0;
}
.hezuo .picScroll-left .bd ul li .title a{
	font-size: 14px;
	color: #1D1D1D;
	display: inline-block;
	line-height: 20px;
}
@media (max-width: 768px) {
    .header-menu-con {
	display: none;
}
 .products .list .pic {
    height: 158px;
}
.products .list li{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.choose-list li {
    width: 48%;
    margin: 0 1%;
    float: left;
    text-align: center;
}
.about {
    padding-top: 0px;
}
.about .pic{
	width: 100%;
	overflow: hidden;
}
.about .content{
	width: 100%;
}
.fnav {
   display:none
}
.footer .info {
    margin: 0px;text-align:center;
}
.footer .ewm img {
    width: 122px;
    height: 122px;
}
}