*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
img{
	border: 0;
}
body{
	padding-top: 166px;
}
.header{
	margin: 0 auto;
    position: fixed;
    z-index: 2;
    background: #fff;
    width: 100%;
    top: 0;
}
.header .top{
	background: #f1f1f1;
	height: 28px;
	line-height: 28px;
}
.header .top p{
	width: 1200px;
	margin: 0 auto;
	display: block;
	font-size: 12px;
	color: #888888;
	position: relative;
}
.header .top p span{
	float: right;
}
.header .top p span em{
	font-style: inherit;
	cursor: pointer;
}
.header .top p span a{
	color: #888888;
}
.header .top p i img{
	width: 100px;
}
.header .top p i{
	position: absolute;
	display: none;
}
.header .top p .wx_qr{
    right: 100px;
    top: 28px;
}
.header .top p .xcx_qr{
    right: 35px;
    top: 28px;
}
.header .logo{
	width: 1200px;
	margin: 0 auto;
	height: 98px;
}
.header .logo .logo_img{
	margin-top: 21px;
}
.header .logo .tel_img{
	float: right;
	margin: 41px 4px 0 0;
}
.header .nav{
	background: #860b1f;
	height: 40px;
	line-height: 40px;
}
.header .nav ul{
	width: 1200px;
	margin: 0 auto;
	font-size: 18px;
}
.header .nav ul a{
	color: #fff;
	margin-right: 60px;
}
.header .nav ul a:hover{
	color: #fffbc7;
}
.header .nav ul a li{
	display: inline-block;
}
.header .nav ul .last{
	margin-right: 0;
}

.banner .swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.banner .swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.banner .swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide img {
    left: 50%;
    margin-left: -960px;
    position: absolute;
}
.banner .swiper-container {
	max-width: 1920px;
	width:100%;
	height: 500px;
	margin: 0 auto;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.banner .swiper-active-switch {
  background: #860b1f;	
}
.banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.nav2{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	height: 78px;
	line-height: 78px;
	border-bottom: 1px solid #eaeaea;
	font-size: 18px;
}
.nav2 ul{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.nav2 ul a{
	color: #444444;
	margin: 0 30px;
}
.nav2 ul a:hover{
	color: #860b1f;
}
.nav2 ul li{
	display: inline-block;
}

.menu{
	width: 138px;
	height: 436px;
	border: 1px solid #d7f1ec;
	background: #f7fefd;
	position: absolute;
	text-align: center;
    transition: 0.5s;
    top: 300px;
    z-index: 999;
    left: 0px;
}
.menu .close{
	position: absolute;
    top: -21px;
    right: -1px;
	cursor: pointer;
}
.menu .wx_qr_img{
	width: 114px;
	border: 1px solid #dff6f2;
	display: inline-block;
	margin: 5px auto 0;
}
.menu #top{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	background: #860b1f;
	cursor: pointer;
}
.menu #top img{
	margin-right: 5px;
}
.menu ul li{
    height: 55px;
    line-height: 55px;
    color: #666666;
    font-size: 24px;
    border-bottom: 1px solid #eaeaea;
}
.menu ul li span{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/menu_icon.jpg);
    vertical-align: middle;
    margin-right: 10px;
}
.menu ul .zx span{
	background-position-y: -6px;
    background-position-x: -6px;
}
.menu ul .yy span{
	background-position-y: 162px;
    background-position-x: -6px;
}
.menu ul .wz span{
	background-position-y: 115px;
    background-position-x: -6px;
}
.menu ul .gh span{
	background-position-y: 75px;
    background-position-x: -6px;
}
.menu ul .wx span{    
	background-position-y: 36px;
    background-position-x: -6px;
}
.menu ul .wx{
	border: 0;
	position: relative;
	cursor: pointer;
}
.menu ul a:hover li{
	background: #860b1f;
	color: #fff;
}
.menu ul a:hover .zx span{
	background-position-y: -6px;
    background-position-x: -54px;
}
.menu ul a:hover .yy span{
	background-position-y: 162px;
    background-position-x: -56px;
}
.menu ul a:hover .wz span{
	background-position-y: 115px;
    background-position-x: -56px;
}
.menu ul a:hover .gh span{
	background-position-y: 75px;
    background-position-x: -56px;
}
.menu ul a:hover .wx span{    
	background-position-y: 36px;
    background-position-x: -58px;
}
.menu ul a em {
	width: 0px;
	position: absolute;
	left: 140px;
	overflow: hidden;
	display: inline-block;
	transition: 0.5s;
	height: 120px;
}
.menu ul a em img{
	width: 120px;
}
.mini{
	width: 24px;
	height: 88px;
	border: 1px solid #d7f1ec;
	background: #f7fefd;
	position: fixed;
	text-align: center;
    transition: 0.5s;
    top: 50%;
    margin-top: -44px;
    z-index: 999;
    left: 0px;
    display: none;
    opacity: 0;
}
.mini span{
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px solid #d7f1ec;
    width: 24px;
}
.mini a{
	color: #666666;
    line-height: 14px;
    font-size: 12px;
    display: inline-block;
    padding: 6px;
}
.content{
	width:1200px;
	margin: 0 auto;
	padding: 40px 0 37px;
}
.content .video{
	width:700px;
	height: 350px;
	display: inline-block;
}
.content .news{
	width: 460px;
	height: 310px;
	display: inline-block;
	padding: 20px 0;
	float: right;
}
.content .title{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #eaeaea;
}
.content .title span{
	font-size: 18px;
	color: #666666;
	display: inline-block;
	padding: 0 5px;
    margin-right: 20px;
	cursor: pointer;
}
.content .title .active{
	color: #860b1f;
	border-bottom: 2px solid #860b1f;
}
.content .list ul{
	display: none;
}
.content .list .active{
	display: block;
}
.content .list ul .hot{
	padding:18px 0 21px 0;
	height: 90px;
	position: relative;
	border-bottom: 1px dashed #eaeaea;
    margin-bottom: 10px;
}
.content .list ul .hot a{
	color:#444444;
}
.content .list ul .hot b{
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 4px;
	display: inline-block;
}
.content .list ul .hot p{
	font-size: 12px;
	color: #999999;
    line-height: 19px;
}
.content .list ul .hot p a{
	color: #ff9c4f;
}
.content .list ul .hot .more{
	position: absolute;
	bottom: -8px;
	right: 0;
	background: #444444;
	color: #fff;
	display: inline-block;
	width: 43px;
	height: 15px;
	text-align: center;
	font-size: 10px;
    line-height: 12px;
    font-variant: small-caps;
}
.content .list ul .hot .img_box{
	width: 180px;
	height: 90px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 16px;
}
.content .list ul .hot .img_box img{
	transition: 0.5s;
	width: 180px;
	height: 90px;
}
.content .list ul .hot .img_box:hover img{
	transform: scale(1.1);
}
.content .list ul a{
	color: #666666;
}
.content .list ul a li{
	font-size: 14px;
    line-height: 27px;
    list-style: disc;
    margin-left: 20px;
}
.content .list ul a li span{
	float: right;
}
.content .nav3{
	margin: 48px auto 0;
	padding-top: 38px;
	border-top: 1px solid #eaeaea;
}
.content .nav3 ul a{
	display: inline-block;
	width: 113px;
	height: 113px;
	border-radius: 113px;
	border: 1px solid #eaeaea;
	text-align: center;
	font-size: 18px;
	color: #666666;
    margin: 0 25px 0 26px;
    position: relative;
	cursor: pointer;
}
.content .nav3 ul a:hover{
	color: #860b1f;
}
.content .nav3 ul a:hover li img{
  animation-name: likes;     /* 动画名称*/
  animation-direction: alternate;   /* 动画在奇数次（1、3、5...）正向播放，在偶数次（2、4、6...）反向播放。*/
  animation-timing-function: linear;    /* 动画执行方式，linear：匀速；ease：先慢再快后慢；ease-in：由慢速开始；ease-out：由慢速结束；ease-in-out：由慢速开始和结束；*/
  animation-delay: 0s;    /* 动画延迟时间*/
  animation-iteration-count: infinite;    /*  动画播放次数，infinite：一直播放*/
  animation-duration: 2s;   /* 动画完成时间*/
}
@keyframes likes {
  0% {
	transform: scale(0.8);
  }
  100% {
	transform: scale(1);
  }
}
.content .nav3 ul a li img{
	display: block;
	margin: 20px auto 8px;
}
.content .nav3 ul a i{
	position: absolute;
    left: 8px;
    top: 115px;
    display: none;
}
.content .nav3 ul a i img{
	width:100px;
	
}
.zhibo{
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.jbcx{
	max-width: 1920px;
	margin: 0 auto;
}
.jbcx h2{
	width: 1200px;
	padding: 50px 0 10px;
	margin: 0 auto;
	text-align: center;
	color: #860b1f;
	font-size: 32px;
}
.jbcx h2 span{
	display: block;
	width: 58px;
	border-top: 2px solid #860b1f;
	margin: 10px auto;
}
.jbcx .box{
	background: #f7f7f7;
	width: 100%;
	max-width: 1920px;
    padding-bottom: 60px;
}
.jbcx .box p{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.jbcx .box p span{
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #eaeaea;
	background: #ffffff;
	font-size: 20px;
	color: #999999;
	border-radius: 42px;
	cursor: pointer;
	margin: 0 20px;
}
.jbcx .box p .active{
	background: #860b1f;
	font-weight: bold;
	color: #fff;
	border: 0;
}
.jbcx .box .list{
	width: 1200px;
	margin: 0 auto;
}
.jbcx .box .list ul{
	display: none;
	text-align: center;
}
.jbcx .box .list ul a{
	display: inline-block;
	font-size: 18px;
	color: #444444;
	margin-right: 6px;
	position: relative;
	transition: 0.5s;
	top: 0;
}
.jbcx .box .list ul a:hover{
	top: -10px;
}
.jbcx .box .list ul .last{
	margin-right: 0;
}
.jbcx .box .list ul a li{
	display: inline-block;
	position: relative;
}
.jbcx .box .list ul a li span{
	position: absolute;
	display: block;
	text-align: center;
	bottom: 45px;
	left: 0;
	width: 100%;
}
.jbcx .box .list ul a li img{
	max-width: 268px;
}
.jbcx .box .list .active{
	display: block;
}
.jbcx .box .list .four {
	height: 277px;
}

.jbcx .box .list .four a{
	color: #860b1f;
	font-size: 30px;
	margin: 0 18px;
}
.jbcx .box .list .four a li span{
	bottom: 60px;
}
.yymy{
	max-width: 1920px;
	margin: 0 auto;
}
.yymy h2{
	width: 1200px;
	padding: 50px 0 10px;
	margin: 0 auto;
	text-align: center;
	color: #860b1f;
	font-size: 32px;
}
.yymy h2 span{
	display: block;
	width: 58px;
	border-top: 2px solid #860b1f;
	margin: 10px auto;
}
.yymy .box{
	width: 100%;
	max-width: 1920px;
	background: #f4f9f7;
}
.yymy .box p{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 20px;
}
.yymy .box p span{
	display: inline-block;
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
	margin: 0 20px;
	border-radius: 38px;
}
.yymy .box p .active{
	background: #860b1f;
	color: #fff;
	border: 0;
}
.yymy .box .list{
	width: 1200px;
	margin: 0 auto;
}
.yymy .box .list ul{
	display: none;
	border-top: 1px solid #eaeaea;
	padding: 30px 0;
}
.yymy .box .list .active{
	display: block;
}
.yymy .box .list .zjtd {
	width: 100%;
	position: relative;
}
.yymy .box .list .zjtd .swiper-container {
	width: 1170px;
	overflow: hidden;
	height: 74px;
}
.yymy .box .list .zjtd .arrow-left {
	background: url(../images/left.jpg) no-repeat left top;
	position: absolute;
	right:0;
	top: 8px;
	width: 22px;
	height: 22px;
}
.yymy .box .list .zjtd .arrow-right {
	background: url(../images/right.jpg) no-repeat left bottom;
	position: absolute;
	right:0;
	bottom:8px;
	width: 22px;
	height: 22px;
}
.yymy .box .list .zjtd .swiper-container .swiper-wrapper .swiper-slide{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	width: 180px;
	cursor: pointer;
	float: left;
}
.yymy .box .list .zjtd .swiper-container .swiper-wrapper .swiper-slide img{
	float: left;
	margin-right: 8px;
	border: 1px solid #eaf3f0;
	border-radius: 5px;
}
.yymy .box .list .zjtd .swiper-container .swiper-wrapper .swiper-slide b{
	font-size: 16px;
	color: #333333;
	display: block;
	margin: 10px 0 5px;
	font-weight: inherit;
}
.yymy .box .list .zjtd .swiper-container .swiper-wrapper .cur img{
	border: 1px solid #860b1f;
}
.yymy .box1{
	padding: 60px 0 66px;
	max-width: 1920px;
	margin: 0 auto;
}
.yymy .box1 .zjtd_info{
	width: 1200px;
	margin:  0 auto;
	display: none;
}
.yymy .box1 .active{
	display: block;
}
.yymy .box1 .zjtd_info .left{
    width: 800px;
    display: inline-block;
}
.yymy .box1 .zjtd_info .left ul li{
	display: none;
}
.yymy .box1 .zjtd_info .left ul .active{
	display: block;
}
.yymy .box1 .zjtd_info .left ul li .up{
	height: 330px;
}
.yymy .box1 .zjtd_info .left ul li .up img{
	float: left;
    margin-right: 30px;
	max-height: 330px;
}
.yymy .box1 .zjtd_info .left ul li .up h3{
	padding: 20px 0;
	font-weight: normal;
	font-size: 18px;
	color: #444444;
}
.yymy .box1 .zjtd_info .left ul li .up h3 a{
	font-size: 30px;
	color: #860b1f;
	font-weight: bold;
	margin-right: 10px;
}
.yymy .box1 .zjtd_info .left ul li .up p{
	font-size: 16px;
    color: #444444;
    line-height: 24px;
    margin-bottom: 20px;
	max-height: 72px;
	overflow: hidden;
}
.yymy .box1 .zjtd_info .left ul li .up p b{
	display: block;
}
.yymy .box1 .zjtd_info .left ul li .up p .cur,.yymy .box1 .zjtd_info .left ul li .up p a:hover{
	background: #860b1f;
	color: #fff;
}
.yymy .box1 .zjtd_info .left ul li .up p a{
	display: inline-block;
	width: 123px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #999999;
	font-size: 18px;
	border-radius: 41px;
	border: 1px solid #dddddd;
	margin-right: 12px;
}
.yymy .box1 .zjtd_info .left ul li .down{
	width: 800px;
	height: 80px;
    margin-top: 25px;
    border: 1px solid #eaeaea;
    border-radius: 80px;
}
.yymy .box1 .zjtd_info .left ul li .down div{
	width: 72px;
	height: 58px;
	background: #666666;
	border-radius: 72px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    margin: 4px;
    padding-top: 14px;
    float: left;
}
.yymy .box1 .zjtd_info .left ul li .down ul .time,.yymy .box1 .zjtd_info .left ul li .down ul .yuyue{
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    width: 760px;
    margin: 0 0 0 20px;
}
.yymy .box1 .zjtd_info .left ul li .down ul .yuyue{
	border: 0;
	padding-top: 7px;
}
.yymy .box1 .zjtd_info .left ul li .down ul .time span{
	background: url(../images/time.png) no-repeat right center;
    margin-right: 5px;
}
.yymy .box1 .zjtd_info .left ul li .down ul .time span:nth-last-child(1){
	background: none;
}
.yymy .box1 .zjtd_info .left ul li .down ul .time span,.yymy .box1 .zjtd_info .left ul li .down ul .yuyue a{
    width: 94px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #222222;
}
.yymy .box1 .zjtd_info .left ul li .down ul .yuyue a{
    width: 54px;
    height: 24px;
    text-align: center;
    margin: 0 22.5px;
    line-height: 24px;
    color: #fff;
    background: #ff9c4f;
    border-radius: 5px;
	float:left;
}
.yymy .box1 .zjtd_info .right{
    width: 240px;
    float: right;
}
.yymy .box1 .zjtd_info .right .tuijian{
	width:240px;
	height: 350px;
	border-radius: 10px;
	background: #860b1f;
    position: relative;
}
.yymy .box1 .zjtd_info .right .tuijian h4{
	color: #fff;
    font-size: 20px;
    margin: 0 15px 15px;
    padding: 15px 0 5px 0;
    font-weight: normal;
    border-bottom: 1px solid #48a89e;
}
.yymy .box1 .zjtd_info .right .tuijian h4 a{
    font-size: 12px;
    float: right;
    color: #fff;
    margin: 6px 0 0 0;
}
.tuijian .swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.tuijian .swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.tuijian .swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    position: relative;
}
.tuijian .swiper-slide img{
	width: 210px;
	height: 252px;
}
.tuijian .swiper-slide span{
    position: absolute;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,0.6);
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.tuijian .swiper-slide span b{
	margin-right: 10px;
	font-size: 20px;
}
.tuijian .swiper-container {
	max-width: 210px;
	height: 252px;
	margin: 0 auto;
}
.tuijian .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #99d0ca;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.tuijian .swiper-active-switch {
  background: #efef98;	
}
.tuijian .pagination {
  position: absolute;
  z-index: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.yymy .box1 .zjtd_info .right .zzsj{
    padding: 0 10px 16px;
    margin: 20px 0 0;
    border: 2px solid #eaeaea;
    border-radius: 5px;
}
.yymy .box1 .zjtd_info .right .zzsj img{
	margin-top: 20px;
}
.yymy .box1 .zjtd_info .right .zzsj p{
    display: inline-block;
    font-size: 12px;
    float: right;
    margin: 20px 0 0 5px;
    color: #666666;
}
.yymy .box1 .zjtd_info .right .zzsj p b{
	display: block;
    color: #860b1f;
    font-size: 15px;
}
.hybx{
    max-width: 1920px;
    margin: 0 auto;
    background: #f4f9f7;
    padding-bottom: 50px;
}
.hybx h2{
    width: 1200px;
    padding: 50px 0 10px;
    margin: 0 auto;
    text-align: center;
    color: #860b1f;
    font-size: 32px;
}
.hybx h2 span{
	display: block;
    width: 58px;
    border-top: 2px solid #860b1f;
    margin: 10px auto;
}
.hybx .box{
	width: 1200px;
	margin: 0 auto;
}
.hybx .box .list{
	width: 1020px;
	position: relative;
    display: inline-block;
}
.hybx .box .list .swiper-container .swiper-slide a{
    display: inline-block;
    width: 286px;
    padding: 18px;
    background: #fff;
    font-size: 18px; 
    color: #666666;
}

.hybx .box .list .swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.hybx .box .list .swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hybx .box .list .swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    position: relative;
}
.hybx .box .list .swiper-container {
	max-width: 1020px;
	height: 297px;
	margin: 0 auto;
}
.hybx .box .list .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.hybx .box .list .swiper-active-switch {
  background: #860b1f;	
}
.hybx .box .list .pagination {
  position: absolute;
  z-index: 0;
  bottom: -26px;
  width: 100%;
  text-align: center;
}
.hybx .box .more{
    display: inline-block;
    float: right;
    width: 50px;
    height: 220px;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 17px;
    font-size: 30px;
    color: #aaaaaa;
    padding: 0 20px;
    text-align: center;
    padding-top: 50px;
    line-height: 32px;
}
.hybx .box .more img{
    margin-top: 20px;
}
.ylys{
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.ylys h2{
    width: 1200px;
    padding: 50px 0 10px;
    margin: 0 auto;
    text-align: center;
    color: #860b1f;
    font-size: 32px;
}
.ylys h2 span{
	display: block;
    width: 58px;
    border-top: 2px solid #860b1f;
    margin: 10px auto;
}
.ylys ul{
	width: 1200px;
	margin: 0 auto;
}
.ylys ul li{
    display: inline-block;
    width: 284px;
    background: #f5f5f5;
    margin-right: 16px;
    border-radius: 5px;
}
.ylys ul .last{
	margin-right: 0;
}
.ylys ul li:hover{
	background: #860b1f;
	color: #fff;
}
.ylys ul li:hover a{
	color: #fff;
}
.ylys ul li:hover h4{
	color: #fff;
}
.ylys ul li:hover span{
	background: #fff;
}
.ylys ul li:hover p{
	color: #fff;
}
.ylys ul li h4{
	font-size: 18px;
	text-align: center;
	color: #860b1f;
	padding:10px 0;
}
.ylys ul li h4 span{
    display: block;
    width: 40px;
    height: 1px;
    background: #860b1f;
    margin: 10px auto 0;
}
.ylys ul li p{
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding: 0 20px 20px;
}
.ylys ul li p a{
	color: #ff9c4f;
}
.bottom_nav{
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding: 35px 0;
}
.bottom_nav ul{
    width: 1200px;
    margin: 0 auto;
}
.bottom_nav ul a{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #efefef;
    text-align: center;
    border-radius: 100px;
    margin-right: 75px;
    font-size: 16px;
    color: #666666;
}
.bottom_nav ul a:hover{
	color: #860b1f;
}
.bottom_nav ul a li span{
	display: block;
    width: 38px;
    height: 38px;
    margin: 15px auto 5px;
    background: url(../images/bottom_nav_icon.jpg);
}
.bottom_nav ul .zxwz li span{    
	background-position-x: 0px;
    background-position-y: -2px;
}
.bottom_nav ul .zxwz:hover li span{
    background-position-x: 0px;
    background-position-y: -54px;
}
.bottom_nav ul .yygh li span{    
	background-position-x: -60px;
    background-position-y: 0px;
}
.bottom_nav ul .yygh:hover li span{
    background-position-x: -60px;
    background-position-y: -52px;
}
.bottom_nav ul .jzxz li span{    
	background-position-x: -112px;
    background-position-y: 0px;
}
.bottom_nav ul .jzxz:hover li span{
    background-position-x: -112px;
    background-position-y: -52px;
}
.bottom_nav ul .mftc li span{        
	background-position-x: -152px;
    background-position-y: 0px;
}
.bottom_nav ul .mftc:hover li span{
    background-position-x: -152px;
    background-position-y: -52px;
}
.bottom_nav ul .jktj li span{        
	background-position-x: -198px;
    background-position-y: 0px;
}
.bottom_nav ul .jktj:hover li span{
    background-position-x: -198px;
    background-position-y: -52px;
}
.bottom_nav ul .ybzx li span{        
	background-position-x: -254px;
    background-position-y: 0px;
    width: 50px;
}
.bottom_nav ul .ybzx:hover li span{
    background-position-x: -254px;
    background-position-y: -52px;
}
.bottom_nav ul .last li span{        
    background-position-x: -314px;
    background-position-y: 0px;
    width: 46px;
}
.bottom_nav ul .last:hover li span{
    background-position-x: -314px;
    background-position-y: -52px;
}
.bottom_nav ul .last{
	margin-right: 0;
}
.footer{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #f5f5f5;
    padding: 50px 0;
}
.footer p{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	font-size: 12px;
	line-height: 26px;
}
.footer p a{
	color: #999999;
}
.bottom_fixed{
	height: 150px;
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    z-index: 9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.bottom_fixed .box{
	width: 1200px;
	margin: 0 auto;
    position: relative;
}
.bottom_fixed .box .mini_app{    
	top: -49px;
    display: block;
    position: absolute;
	left: 116px;
}
.bottom_fixed .box .sjyy{
	display: inline-block;
    margin: 20px 30px 0 290px;
    float: left;
}
.bottom_fixed .box .sjyy h2{
	color: #fff;
    font-size: 57px;
}
.bottom_fixed .box .sjyy a{
    display: inline-block;
    width: 400px;
    height: 35px;
    color: #fff;
    background: #ff9c4f;
    text-align: center;
    border-radius: 35px;
    line-height: 35px;
    margin: 5px 0 0 20px;
}
.bottom_fixed .box .qr{
    display: inline-block;
    margin: 20px 20px 0 20px;
    text-align: center;
    color: #fff;
}
.bottom_fixed .box .qr img{
    display: block;
    width: 90px;
    margin: 0 auto 5px;
}
.bottom_fixed .close{
    display: inline-block;
    float: right;
    margin: 20px 0 0 0;
    cursor: pointer;
    transition: 0.5s;
}
.bottom_fixed .close:hover{
	transform: rotate(180deg);
}
.center_box{
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -250px;
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5);
    display: none;
    opacity: 0;
    height: 500px;
}
.center_box a{
	position: absolute;
    bottom: 12px;
    display: inline-block;
	width: 757px;
    height: 53px;
    left: 15px;
}
.center_box span{
	position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    color: #008a7b;
    background: #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
