@charset "utf-8";

.banner {
	width: 100%;
	height: 550px;
	margin-top: 90px;
	/* background-image: url(../images/banner.jpg);
	background-position: 0 0;
	background-repeat: no-repeat; */
}

#slideBox1{ width:100%; height:550px; overflow:hidden; position:relative;  }
#slideBox1 .hd{ height:8px; overflow:hidden; position:absolute; left:50%; transform: translateX(-50%); bottom:20px; z-index:1; }
#slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
#slideBox1 .hd ul li{ float:left; margin-right:5px;  width:8px; height:8px; background:#ddd; cursor:pointer; border-radius: 50%; }
#slideBox1 .hd ul li.on{ background:gray; }
#slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
#slideBox1 .bd li{ zoom:1; vertical-align:middle; }
#slideBox1 .bd img{ width:100%; height:550px; display:block;  }


/* .apple-banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	margin-top: -40px;
	width: 100%;
	height: 800px;
} */
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
}
.swiper-button-prev{ left:0;}	
.swiper-button-next{ right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:50px;
	background:none;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,0.2);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(128,128,128,0.2);
}
.apple-banner  .swiper-pagination-bullet i{
	background: gray;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
	background:gray;
}


.head {
	font-size: 32px;
	/* color: #333; */
    letter-spacing: 5px;
}

.head .english {
	font-size: 40px;
    color: #8a9aaf;
    letter-spacing: 3px;
    /* font-family: -webkit-pictograph; */
}

.head .line {
	/* border-bottom: 2px solid #eb6100;
	    padding-bottom: 2px; */
    background-color: #eb6100;
    width: 50px;
    height: 2px;
    margin: 0 auto;
}

.more {
	display: inline-block;
	color: #fff;
    margin: 48px 0;
}

.more .text {
	float: left;
	background-color: #2f394c;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
}

.more .mark {
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #f1904c;
	text-align: center;
}

.info {
	width: 100%;
	height: auto;
	margin: 100px 0;
}

.info .info-left {
	float: left;
	width: 650px;
	height: auto;
}

.info .info-left .body {
    margin: 40px 0;
	line-height: 30px;
}

.info .info-left .foot li {
    float: left;
    width: 170px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #2f394c;
    font-weight: bold;
    text-align: center;
}

.info .info-left .foot li:hover {
	background-color: #fff9f4;
}

.info .info-left .foot li:hover a {
    color: #f1904c;
}

.info .info-pic {
	float: right;
	width: 530px;
	height: auto;
}

.info .info-pic .p {
	float: right;
	width: 525px;
	height: 650px;
}

.info .info-pic .p2 {
	float: right;
	width: 256px;
	height: 650px;
}

.info .info-pic .p1 {
	float: right;
	width: 256px;
	height: 565px;
	margin: 85px 10px 0 0;
}

.business {
	width: 100%;
	height: 1032px;
	background-image: url(../images/bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.business ul li {
	float: left;
	width: 370px;
	height: 270px;
	margin-bottom: 70px;
	position: relative;
}

.business ul li img {
	width: 100%;
	height: 100%;
}

.business ul li .title {
	width: 220px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #fff;
	color: #000;
	position: absolute;
	left: 75px;
	top: 244px;
}

.news {
	width: 100%;
	height:500px;
	margin: 70px 0;
}

.news .news-pic {
	float: left;
	width:530px;
	height:100%;
}

.news .news-pic img {
	width: 100%;
	height: 83%;
}

#slideBox2{ width:100%; height:100%; overflow:hidden; position:relative;  }
#slideBox2 .hd{ height:8px; overflow:hidden; position:absolute; right:15px; bottom:20px; z-index:1; }
#slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
#slideBox2 .hd ul li{ float:left; margin-right:5px;  width:8px; height:8px; background:#ddd; cursor:pointer; border-radius: 50%; }
#slideBox2 .hd ul li.on{ background:gray; }
#slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
#slideBox2 .bd li{ zoom:1; vertical-align:middle; position: relative; }
#slideBox2 .bd img{ width:100%; height:100%; display:block;  }
#slideBox2 .bd .title{ width:90%; height:50px; line-height: 50px; display:block; position: absolute; left: 0; bottom: 0; background-color: rgba(0,0,0,.5); color: #fff; padding: 0 5%;  }

.news .news-list {
	float: right;
	width: 630px;
	height: auto;
    margin-top: -30px;
}

.news .news-list li {
	padding: 25px 0;
    border-bottom: 1px dotted #dbd4cd;
}

.news .news-list li a {
    color: #696969;
}

.news .news-list li .time {
	float: left;
	width: 62px;
	height: 80px;
	margin: 0 30px;
    display: inline-block;
    text-align: center;
}

.news .news-list li .time .d {
    color: #949494;
    font-size: 32px;

}

.news .news-list li .time .ym {
    color: #949494;
    font-size: 16px;
}

.news .news-list li .title {
    font-size: 22px;
    line-height: 140%;
}

.news .news-list li .des {
    line-height: 22px;
    padding-top: 8px;
}

.picMarquee-left { overflow:hidden; position:relative; }
.picMarquee-left .bd { padding:10px; }
.picMarquee-left .bd ul { overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li { margin:0 12px; float:left; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic { text-align:center; }
.picMarquee-left .bd ul li .pic img { width: 200px; height: 100px; }
.picMarquee-left .bd ul li .pic a:hover img { border-color:#999;  }
.picMarquee-left .bd ul li .title { line-height:24px;   }
