﻿@charset "utf-8";
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,em,font,img,small,strong,b,u,i,s,dl,dt,dd,ol,ul,li,fieldset,form,label,input,textarea{padding:0;margin:0}
body{font:12px/150% Arial,Tahoma,SimSun;background-color:#fff;color:#333;font-family:"Microsoft YaHei",SimSun,SimHei;}

.swiper-container {
	height: 70%;
	z-index: 0;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 80px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
}

.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(102, 102, 102, .5);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-slide .img {
	position: absolute;
}

.inner {
	position: relative;
	display: block;
	width: 1180px;
	height: 500px;
	margin: 0 auto;
}

.banner-text {
	position: absolute;
	left: 0;
	bottom: 150px;
	z-index: 999;
}

.banner-text h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.banner-text em {
	font-style: normal;
	color: #e41e2b;
}

.banner-text h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 48px;
	color: #333333;
	line-height: 60px;
}

.banner-text p {
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}

.banner-text .btn-primary {
	box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
	margin-top: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
	background-color: #E41F2B;
	display: inline-block;
}

.slide1 {
	background: url(../images/4.jpg) no-repeat top center;background-size:100% 100%;
}

.slide2 {
	background: url(../images/2.jpg) no-repeat top center;background-size:100% 100%;
}

.slide3 {
	background: url(../images/3.jpg) no-repeat top center;background-size:100% 100%;
}
.slide4 {
	background: url(../images/1.jpg) no-repeat top center;background-size:100% 100%;
}



/*波浪遮罩*/
.cover{
	background: url(../images/banner-cover.png) no-repeat center center;
	position: absolute;
    z-index: 9;
    bottom: 0;
    left: -1280px;
    right: -1280px;
    width: 2560px;
    height: 60px;
    margin: 0 auto;
}




/* 底部footer
-------------------------------------------------- */
/*.footer {margin-top: 15px;}*/
.footer {width: 100%;max-width: 1920px;margin: 0 auto;background: #3f3f3f;}
.footer .footer_box{padding: 30px 0 0 30px; position: relative; height: 100px;border-bottom:1px solid #1b1b1b;width:850px;}
.footer .footer_box a{color:#dde6f1}.footer_box a:hover{color:#fff}
.footer .footer_box .sm_logo{ position: absolute;width:160px; height: 35px; background:url(../images/logo_w.png) no-repeat center center;}
.footer .footer_box .foot_link{width:640px;line-height: 24px; padding: 0 0 0 180px;font-size: 14px; color:#dde6f1}
.footer .footer_box .foot_link a{}
.footer .footer_box .foot_link span{padding:0 0 0 22px;}
.footer .footer_box .foot_link img{ vertical-align: middle; padding-left: 8px;}
.footer .footer_box .footzy_link{width:640px;line-height: 24px; padding: 5px 0 0 200px;font-size: 14px; color:#dde6f1}
.footer .footer_box .footzy_link a{display: block; float: left;margin-right: 20px;}
.footer .foot_tm{position: absolute;width:200px; height:120px; right:0;top:34px;padding-left: 50px;border-left:1px solid #9f9f9f}
.footer .copyright{ color:#dde6f1;font-size: 12px;padding: 0px 20px 20px 20px;line-height: 28px; }
.footer .copyright a{color:#fff;font-size: 12px;}
.footer .copyright span{padding:0 4px}
.wjlogo { display: inline-block; vertical-align: top}
.wjlogo img{width:26px;height:36px}