





	.weixin-bg{
	background: url(../images/weixin-banner.png) center no-repeat;
	height: 400px;
	background-size: cover;
}
.wx-mb40 {
	margin-bottom: 40px;
}

.weixin-con{
	width: 1000px;
	margin: 0 auto;
}


.weixin-one{
	width: 100%;
	height: 400px;
	/*box-shadow: 3px 3px 20px 5px #fae3df, 3px 3px 20px 5px #fef8f7;*/
	/*border-radius: 30px;*/
	margin-top: 80px;
    background-color: #f7f9fb;
}

.weixin-one-fl{
	line-height: 400px;
}

.weixin-one-fl img{
	vertical-align: middle;
	margin: 0px 50px;
}


.weixin-one-fr{

}
.weixin-two-fl{
	text-align: center;
}
.weixin-two-fl img {
	vertical-align: middle;
    margin: 30px 50px 0px;
}
.weixin-two-fl p{
	font-size: 14px;
	color: #eb4b59;
}


.wx-mr70 {
	margin-right: 40px;
}
.wx-ml70 {
	margin-left: 40px;
}
.wx-ml65 {
	margin-left: 65px;
}
.weixin-one-fr h5{
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	position: relative;
	margin-top: 60px;
	margin-bottom: 40px;
}

.weixin-one-fr h5:after{
	content: " ";
	position: absolute;
	bottom: -15px;
	left: 0px;
	width: 34px;
	height: 1px;
	background-color: #999999;
}

.weixin-one-fr p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}


.weixin-one-fr .a-btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    /*background: -webkit-linear-gradient(bottom, #ec5759 , #f0955b);
    background: -o-linear-gradient(bottom, #ec5759, #f0955b);
    background: -moz-linear-gradient(bottom, #ec5759, #f0955b);
    background: linear-gradient(to bottom, #ec5759 , #f0955b);*/
    background-color: #3564b8;
    border-radius: 20px;
    margin-top: 40px;
}

.weixin-one-fr .a-btn:hover{
	color: #ffffff;
	/*box-shadow: 0px 0px 10px 10px #588eed,0px 0px 10px 10px #588eed;*/
    background-color: #2b5297;
}

.weixin-p{
	margin-top: 40px;
	font-size: 14px;
	color: #666666;
}




.weixin-lb{
	margin-top: 30px;
	margin-left: 65px;
}
.weixin-lb ul li{
	float: left;
}

/*轮播*/




.fullSlide-wx {
    position: relative;
    background: transparent;
    margin: 0px auto 100px;
    width: auto;
}

.fullSlide-wx .bd-wx {
    position: relative;
    z-index: 0;
    background: transparent!important;
}
.fullSlide-wx .bd-wx li{
	width: 420px;
	/*height: 460px;*/
	text-align: center;
}
.fullSlide-wx .bd-wx li img {
    width: 90%;
    height: 315px;
    /*vertical-align: top;*/
    text-align: center;
}

.fullSlide-wx .hd-wx {
    position: absolute;
    bottom: -30px;
    right: 150px;
    z-index: 1;
    margin-top: -25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: alpha(opacity=60);
    opacity: 1;
}

.fullSlide-wx .hd-wx ul {
    text-align: center;
    padding-top: 5px;
}




.fullSlide-wx .hd-wx ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15.5px;
    height: 14px;
    margin: 5px 5px;
    background: url(../images/weixin-lb.png) -44px 0;
    overflow: hidden;
    font-size: 0;
}

.fullSlide-wx .hd-wx ul .on {
    background-position: 0 0;
}

.fullSlide-wx .prev{
    z-index: 1;
    display: block;
    width: 42px;
    height: 70px;
    position: absolute;
    bottom: 110px;
    left: 4px;
    margin: -20% 0 0 3%;
    float: left;
    background: url(../images/weixin-lb-arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8
}

.fullSlide-wx .next {
    z-index: 1;
    display: block;
    width: 42px;
    height: 70px;
    position: absolute;
    bottom: 110px;
    right: -70px;
    margin: -20% 0 0 3%;
    float: left;
    background: url(../images/weixin-lb-arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8
}

.fullSlide-wx .next {
    background-position: right 0;
    float: right;
    margin-right: 3%
}


.fullSlide-wx .arrow {
    display: block;
}
body{
	min-width: 1200px!important;
}
.wx-mt100{
	margin-top: 100px!important;
}




