@charset "utf-8";
/* common start */
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
	margin:0;
	padding:0;
}
ol,ul{
	list-style:none;
}
table{
	border-collapse:collapse;
}
* html .clearfix{
	height:1%;
}
h1,h2,h3,h4,h5,h6,em,i,strong{
	font-style:normal;
	font-weight:normal;
}
a{
	cursor:pointer;
	text-decoration:none;
}
a:hover{
	outline:none;
	/*color:#e84c3d;*/
	blur:expression(this.onFocus=this.blur());
}
img{
	border:0px none;
	display: inline-block;
	vertical-align:top;
}
input,button,textarea,select{
	*font-size:100%;
	outline:none;
	vertical-align:middle;
}
input{
	border:0 none;
	vertical-align:middle;
	outline:none;
	background:none;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#999999;
	opacity:1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#999999;
	opacity:1;
}

input:-ms-input-placeholder{
	color:#999999;
	opacity:1;
}

input::-webkit-input-placeholder{
	color:#999999;
	opacity:1;
}
select{
	vertical-align:middle;
}
.fl{
	float:left!important;
}
.fr{
	float:right!important;
}

.cl{
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}
.clearfix:before,.clearfix:after{
	content:"";display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	zoom:1;
}
.txt_center{
	text-align:center!important;
}
.animate{
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.wrapfix{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.border-none{
	border:none!important;
}
.ellipsis{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.ellipsis-2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.word{
	word-wrap:break-word;
}
body{
	font-size:14px;
	color:#333333;
	line-height:20px;
	font-family: arial,"Microsoft YaHei",PingFangSC-Regular, sans-serif;
	background:#ffffff;
	min-width:1200px;
	width:expression(document.body.clientWidth <= 1200? "1200px":"auto");
}
.ared { color:#A51E35!important; }
.agreen { color:#389E0D!important; }

@font-face {
	font-family: 'DIN-Light';
	src: url("../fonts/DIN-Light.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DIN-Regular';
	src: url("../fonts/DIN-Regular.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DIN-Bold';
	src: url("../fonts/DIN-Bold.otf");
	font-weight: normal;
	font-style: normal;
}

/* common end */


/*-- 首页 start --*/
.header{
	width: 100%;
	height: 85px;
	background: #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}
.header .logo{
	width: 380px;
	float: left;
	padding: 22px 0 0;
}
.header .logo a{
	display:inline-block;
	vertical-align: top;
	height: 40px;
}
.header .logo a img{
	display: block;
	height: 100%;
}
.h5_navlink{
	width: 44px;
	height: 44px;
	background: url(../images/h5_navilink.png) no-repeat center;
	background-size: 18px auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -22px;
	display: none;
	visibility: hidden;
	z-index: 50;
}
.nav_box{
	width: 800px;
	float: right;
	height: 85px;
}
.nav_list{
	float: right;
}
.nav_list > li{
	float: left;
	margin-left: 30px;
}
.nav_list > li:first-child{
	margin-left: 0;
}
.nav_list > li > a{
	display: block;
	height: 85px;
	line-height: 85px;
	font-size: 16px;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.nav_list > li.active > a,
.nav_list > li > a:hover{
	color: #B50D29;
}
.nav_layer{
	width: 1200px;
	border-top: 2px solid #B50D29;
	background: #ffffff;
	box-shadow: 0 11px 30px 0 rgba(0,0,0,0.15);
	position: fixed;
	top: 85px;
	left: 50%;
	margin-left: -600px;
	z-index: 600;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}
.nav_lybox{
	padding: 25px 30px;
}
.nav_item{
	padding: 13px 25px;
	width: 330px;
	float: left;
}
.nav_item.w100{
	width: 1000px;
}
.nav_item h5{
	padding-left: 21px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #B50D29;
	background: url(../images/nav_dot.png) no-repeat left center;
	margin-bottom: 10px;
}
.nav_item h5 a{
	color: #B50D29;
}
.nav_item ul{
	padding-left: 11px;
}
.nav_item ul li{
	float: left;
	padding: 0 11px 0 10px;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}
.nav_item ul li:last-child{
	padding-right: 0;
}
.nav_item ul li:before{
	content: "";
	width: 1px;
	height: 14px;
	background: #999;
	position: absolute;
	top: 8px;
	right: 0;
}
.nav_item ul li:last-child:before{
	display: none;
}
.nav_item ul li a{
	color: #333;
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
}
.nav_item ul li a:hover{
	color: #B50D29;
}
.h5_nav_wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.h5_nav_shade {
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 500;
}
.h5_navbox{
	width: 65%;
	height: 100%;
	background: #fff;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.h5_navbox.show{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.h5_firstlist > li{
	border-bottom: 1px solid #F2F2F2;
}
.h5_firstlist > li  > .item{
	position: relative;
}
.h5_firstlist > li  > .item a{
	display: block;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #000;
	padding-right: 44px;
}
.h5_firstlist > li  > .item i,
.h5_firstlist > li  > .item b{
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/h5_navarrow01.png) no-repeat center;
	background-size: 7px 12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.h5_firstlist > li  > .item b{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.h5_firstlist > li  > .item.act a{
	background: #B50D29;
	color: #fff;
}
.h5_firstlist > li  > .item.act i,
.h5_firstlist > li  > .item.act b{
	background-image: url(../images/h5_navarrow01.png);
}
.h5_firstlist > li  > .item.act b{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.h5_secondlist{
	background: #F9F9F9;
}
.h5_secondlist > li > .item{
	position: relative;
}
.h5_secondlist > li > .item a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 30px;
	font-size: 15px;
	color: #666;
}
.h5_secondlist > li > .item b{
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/h5_navarrow01.png) no-repeat center;
	background-size: 7px 12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.h5_secondlist > li > .item.act a{
	background: #e8e9f2;
	color: #B50D29;
}
.h5_secondlist > li > .item.act b{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.h5_thirdlist{
	border-bottom: 1px dashed #f2f2f2;
}
.h5_thirdlist > li > .item{
	position: relative;
}
.h5_thirdlist > li > .item a{
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	padding-left: 44px;
	color: #666;
}
.h5_thirdlist > li > .item.act a{
	color: #B50D29;
}
.h5_navinfo{
	border-bottom: 1px solid #f2f2f2;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding-left: 38px;
	color: #B50D29;
	font-weight: bold;
	position: relative;
}
.h5_navinfo h3{
	font-size: 16px;
	color: #B50D29;
	font-weight: bold;
}
.h5_navinfo .icon_back{
	width: 35px;
	height: 44px;
	background: url(../images/h5_back.png) no-repeat center;
	background-size: 7px 12px;
	position: absolute;
	top: 0;
	left: 0;
}


.h5_nav_box{
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 54px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.h5_nav_overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.h5_nav_list{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	overflow: auto;
	width: 44%;
	background: #ffffff;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.h5_nav_list li a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.h5_nav_list li.active a{
	background: #B50D29;
	color: #ffffff;
}
.h5_nav_box.show{
	opacity: 1;
	visibility: visible;
}
.h5_nav_box.show .h5_nav_list{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.footer{
	background: #333333;
	color: #999999;
}
.foot_box{
	padding: 60px 0 40px;
}
.foot_abouts{
	width: 390px;
	float: left;
}
.foot_abouts .item{
	position: relative;
	padding-left: 38px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}
.foot_abouts .item .online,
.foot_abouts .item .tel{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 0;
}
.foot_abouts .item .online{
	background: url(../images/foot_ic01.png) no-repeat center;
}
.foot_abouts .item .tel{
	background: url(../images/foot_ic02.png) no-repeat center;
}
.foot_abouts .item .online:before,
.foot_abouts .item .tel:before{
	content: "";
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 2px;
	right: -10px;
}
.num_span{
	font-size: 26px;
	line-height: 37px;
	color: #ffffff;
}
.num_span strong{
	font-weight: normal;
}

.num_span .service_tel{
	color: #ffffff;
}
.num_span em{
	font-size: 14px;
	color: #999999;
	margin-left: 5px;
}
.foot_link_cont{
	width: 650px;
	float: left;
}
.foot_link_cont .item{
	width: 142px;
	float: left;
	margin-left: 20px;
}
.foot_link_cont .item:first-child{
	margin-left: 0;
}
.foot_link_cont .item.s2{
	width: 222px;
}
.foot_link_cont .item h5{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #ffffff;
}
.foot_link_cont .item.s2 ul li{
	width: 86px;
	float: left;
}
.foot_link_cont .item ul li a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 26px;
	color: #999999;
}
.foot_link_cont .item ul li a:hover{
	color: #ffffff;
}
.foot_link_cont .item ul li.w100{
	width: 100% !important;
}
.foot_codebox{
	width: 112px;
	float: right;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.foot_codebox .pic{
	margin-top: 12px;
}
.foot_codebox .pic img{
	display: block;
	width: 95px;
	margin: 0 auto;
}
.foot_bottom{
	border-top: 1px solid rgba(164,171,184,0.2);
	padding: 24px 0;
}
.foot_bottom p{
	padding: 6px 0;
	font-size: 12px;
	line-height: 20px;
}
.foot_bottom p span{
	margin-right: 25px;
}
.friendship_links{
	width: 158px;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.15);
	background: rgba(255,255,255,0.8);
	border-radius: 2px;
	position: relative;
	float: right;
	z-index: 50;
}
.friendship_links .value{
	height: 30px;
	line-height: 30px;
	padding: 0 30px 0 11px;
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.friendship_links .value:hover{
	color: #B50D29;
}
.friendship_links .value .arrow{
	width: 30px;
	height: 30px;
	background: url(../images/drop_arrow01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.friendship_links .list{
	width: 100%;
	background: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.15);
	max-height: 150px;
	overflow: auto;
	border-radius: 2px;
	position: absolute;
	bottom: 32px;
	left: -1px;
	z-index: 50;
}
.friendship_links .list li a{
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.friendship_links .list li a img{
	height: 20px;
	vertical-align: top;
}
.friendship_links .list li a:hover{
	background: #ffffff;
	color: #B50D29;
}
.section{
	padding-top: 85px;
}
.banner_box{
	padding-top: 31.25%;
	position: relative;
}
.banner_box .swiper-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.banner_box .swiper-slide>a{
	display: block;
	width: 100%;
	position: relative;
}
.banner_box .swiper-slide .pc_img img{
	display: block;
	width: 100%;
}
.banner_box .swiper-slide .h5_img{
	display: none;
}
.banner_box .swiper-slide .h5_img img{
	display: block;
	width: 100%;
}
.dot_box {
	width: 100%;
	height: 3px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 99;
}
.dot_box span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	opacity: 0.4;
	background: #FFFFFF;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
	cursor: pointer;
}
.dot_box span.swiper-active-switch{
	opacity: 1;
}
.walkin_section{
	padding: 80px 0;
}
.walkin_section .wrapfix{
	position: relative;
}
.walkin_section .pic{
	width: 600px;
	height: 300px;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 97px;
	right: 0;
	z-index: 50;
}
.walkin_section .pic img{
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.walkin_section  .wrapfix:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.walkin_section .cont{
	margin-right: 60px;
	padding: 80px 598px 0 60px;
	height: 397px;
	background: url(../images/bitmap_bg.png) no-repeat center;
}
.walkin_section .cont .title{
	color: #B50D29;
	margin-bottom: 34px;
}
.walkin_section .cont .title h2{
	font-size: 30px;
	line-height: 42px;
	font-weight: normal;
}
.walkin_section .cont .title h2 em{
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.walkin_section .cont .title h2 em:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #B50D29;
	vertical-align: top;
	position: relative;
	top: 10px;
	margin-left: 6px;
}
.txt_info{
	font-size: 14px;
	line-height: 24px;
}
.walkin_section .more_link{
	margin-top: 45px;
}
.activity_section{
	padding: 80px 0;
	background: #F7F7F7;
}
.tit_box{
	text-align: center;
	margin-bottom: 40px;
}
.tit_box h2{
	font-size: 30px;
	line-height: 42px;
	font-weight: normal;
}
.activity_list li{
	width: 585px;
	margin-left: 30px;
	float: left;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.activity_list li:first-child{
	margin-left: 0;
}
.activity_list li .pic{
	height: 135px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.activity_list li .pic img{
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.activity_list li .pic span{
	width: 100%;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	color: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	z-index: 10;
}
.activity_list li .cont{
	padding: 7px 30px 40px;
}
.act_newslist a{
	display: block;
	border-bottom: 1px solid #EDEDED;
	padding: 23px 0 20px;
	color: #333333;
}
.act_newslist a h5{
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.act_newslist a .info{
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	margin-top: 19px;
	min-height: 20px;
	position: relative;
}
.act_newslist a .info .time{
	font-family: 'DIN-Regular';
	position: absolute;
	top: 0;
	right: 0;
}
.act_newslist a:hover{
	color: #B50D29;
}
.more_link{
	display: inline-block;
	vertical-align: top;
	color: #B50D29;
	font-size: 14px;
	line-height: 20px;
}
.more_link .arrow{
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 5px;
	border-top: 2px solid #B50D29;
	border-right: 2px solid #B50D29;
	position: relative;
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 5px;
}
.activity_list li .more_link{
	margin-top: 30px;
}
.activity_list li:hover{
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);
}
.activity_list li:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.product_section{
	padding: 80px 0;
}
.tj_proleft{
	width: 165px;
	height: 460px;
	float: left;
	background: #B50D29;
	border-radius: 4px 0 0 4px;
	position: relative;
}
.tj_protabnav li a{
	display: block;
	padding: 20px 0 20px 20px;
	font-size: 18px;
	line-height: 25px;
	color: rgba(255,255,255,0.7);
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tj_protabnav li.active a{
	color: #ffffff;
}
.tj_protabnav li a:after{
	content: "";
	width: 0;
	height: 4px;
	background: #ffffff;
	position: absolute;
	bottom: 6px;
	left: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tj_protabnav li a:hover{
	color: #ffffff;
}
.tj_protabnav li.active a:after{
	width: 40px;
}
.tj_proleft .more_link{
	color: #ffffff;
	position: absolute;
	bottom: 92px;
	left: 20px;
	z-index: 50;
}
.tj_proright{
	margin-left: 165px;
	height: 460px;
}
.lecture_box{
	margin-right: 55px;
	background: #F7F7F7;
	border-radius: 0 4px 4px 0;
	position: relative;
	padding: 60px 572px 0 48px;
	height: 400px;
}
.lecture_box .video_box{
	width: 580px;
	height: 340px;
	background: #cccccc;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -170px;
	right: -55px;
	z-index: 50;
}
.lecture_box .video_box .window{
	width: 580px;
	height: 340px;
	overflow: hidden;
}
.lecture_box .video_box .window video{
	width: 100%;
	height: 100%;
}
.lecture_box .video_box .window img{
	display: block;
	width: 100%;
	height: 100%;
}
.lecture_box .video_box .shadow{
	width: 100%;
	height: 100%;
	background: #000000;
	filter:alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: visible;
}
.lecture_box .video_box:hover .shadow{
	visibility: hidden;
	opacity: 0;
}
.play_btn{
	width: 59px;
	height: 59px;
	background: url(../images/play_btn.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 50;
}
.lecture_box .list li a{
	display: block;
	padding: 20px 25px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	position: relative;
	border: 1px solid #F7F7F7;
	border-bottom: 1px solid #EDEDED;
	border-radius: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.lecture_box .list li a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #333333;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.lecture_box .list li:hover a{
	color: #B50D29;
}
.lecture_box .list li.active a{
	border-color: #B50D29;
	border-radius: 4px;
	color: #B50D29;
}
.lecture_box .list li:hover a:before{
	border-color: transparent transparent transparent #B50D29;
}
.lecture_box .list li.active a:before{
	opacity: 0;
}
.tj_ranklist{
	background: #F7F7F7;
	padding: 0 26px 0 25px;
	border-radius: 0 4px 4px 0;
	height: 460px;
}
.tj_ranklist li{
	width: 328px;
	float: left;
}
.tj_ranklist li a{
	display: block;
	text-align: center;
	padding: 86px 0 0;
	height: 374px;
	color: #333333;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tj_ranklist li a i{
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	top: 0;
}
.tj_ranklist li a i.ic01{
	background: url(../images/rank_ic01.png) no-repeat center;
}
.tj_ranklist li a i.ic02{
	background: url(../images/rank_ic02.png) no-repeat center;
}
.tj_ranklist li a i.ic03{
	background: url(../images/rank_ic03.png) no-repeat center;
}
.tj_ranklist li a h5{
	font-size: 28px;
	line-height: 50px;
	font-weight: normal;
}
.tj_ranklist li a p{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	margin-top: 11px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tj_ranklist li a:hover,
.tj_ranklist li a:hover p{
	color: #B50D29;
}
.tj_ranklist li a:hover i{
	top: -10px;
}
.educate_section{
	padding: 0 0 80px;
}
.risk_educate li{
	width: 585px;
	margin-left: 30px;
	float: left;
}
.risk_educate li:first-child{
	margin-left: 0;
}
.risk_educate li .libox{
	background: #F7F7F7;
	border-radius: 4px;
	padding: 43px 40px 12px 165px;
	height: 110px;
	position: relative;
	color: #666666;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.risk_educate li i{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 65px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.risk_educate li i.ic01{
	background: url(../images/risk_ed01.png) no-repeat center;
}
.risk_educate li i.ic02{
	background: url(../images/risk_ed02.png) no-repeat center;
}
.risk_educate li .libox h5{
	font-size: 20px;
	line-height: 28px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #333333;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.risk_educate li .libox:hover{
	background: #a4122a url(../images/risk_hover_bg.png) no-repeat center;
	color: #ffffff;
}
.risk_educate li .libox:hover h5{
	color: #ffffff;
	border-bottom-color: rgba(255,255,255,0.2);
}
.risk_educate li .libox:hover i.ic01{
	background-image: url(../images/risk_ed01_on.png);
}
.risk_educate li .libox:hover i.ic02{
	background-image: url(../images/risk_ed02_on.png);
}

.hotbus_section{
	padding: 80px 0;
	background: url(../images/hotbus_bg.png) no-repeat center;
	background-size: cover;
}
.bus_tabnav{
	text-align: right;
	padding: 18px 0;
	margin-bottom: 22px;
}
.bus_tabnav a{
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	font-size: 20px;
	color: #333333;
	margin-left: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bus_tabnav a:hover{
	color: #B50D29;
}
.bus_tabnav a.active{
	color: #ffffff !important;
	background: #B50D29;
	padding: 0 23px;
	border-radius: 40px;
}
.bus_tabwrap{
	position: relative;
	height: 420px;
}
.bus_tabwrap .pic{
	width: 400px;
	height: 500px;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bus_tabcont{
	position: relative;
	z-index: 10;
	margin-left: 400px;
}
.bus_tabcont .item{
	background: #ffffff;
	border-radius: 4px;
	padding: 50px 0 50px 60px;
}
.bus_newslist li{
	position: relative;
	padding: 10px 120px 10px 15px;
	font-size: 20px;
	line-height: 28px;
	min-height: 28px;
}
.bus_newslist li:before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #B50D29;
	position: absolute;
	top: 21px;
	left: 0;
}
.bus_newslist li a{
	display: block;
	font-size: 20px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bus_newslist li:hover a{
	color: #B50D29;
}
.bus_newslist li .time{
	font-family: 'DIN-Regular';
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: absolute;
	top: 14px;
	right: 15px;
}
.bus_tabcont .item .more_link{
	margin-top: 10px;
}
.bus_newslist li:hover .time{
	color: #B50D29;
}
.more_link .arrow02{
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #B50D29;
	position: relative;
	top: 6px;
	margin-left: 5px;
}
.more_link i{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.more_link:hover i{
	margin-left: 8px;
}
.school_section{
	padding: 80px 0;
}
.school_navlist{
	width: 1220px;
	margin-left: -10px;
}
.school_navlist li{
	width: 285px;
	padding: 0 10px;
	float: left;
}
.school_navlist li a{
	display: block;
	padding-top: 127px;
	height: 73px;
	position: relative;
	background: #F9F9F9;
	text-align: center;
	font-size: 18px;
	color: #333333;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.school_navlist li a i{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.school_navlist li a i.ic01{
	background: url(../images/sc_rssc.png) no-repeat center;
}
.school_navlist li a i.ic02{
	background: url(../images/sc_tzbk.png) no-repeat center;
}
.school_navlist li a i.ic03{
	background: url(../images/sc_gsmc.png) no-repeat center;
}
.school_navlist li a i.ic04{
	background: url(../images/sc_rdwd.png) no-repeat center;
}
.school_navlist li a:hover{
	color: #B50D29;
	box-shadow: 0 0 14px rgba(0,0,0,0.1);
	background: #ffffff;
}
.school_navlist li a:hover i{
	top: 45px;
}
.rule_section{
	padding: 0 0 80px;
}
.sub_tablink{
	text-align: center;
	margin-bottom: 18px;
	font-size: 0;
	line-height: 0;
}
.sub_tablink a{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	padding: 0 15px;
	position: relative;
}
.sub_tablink a:before{
	content: "";
	width: 1px;
	height: 18px;
	background: #999999;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
}
.sub_tablink a:first-child:before{
	display: none;
}
.sub_tablink a.active,
.sub_tablink a:hover{
	color: #B50D29;
}
.rule_section .tit_box{
	margin-bottom: 20px;
}
.dt_newslist{
	width: 1224px;
	margin-left: -12px;
}
.dt_newslist li{
	padding: 24px 12px 0;
	width: 588px;
	float: left;
}
.dt_newslist li a{
	display: block;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	padding: 23px 23px 23px 43px;
	color: #333333;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dt_newslist li a:before{
	content: "";
	width: 6px;
	height: 6px;
	background: #B50D29;
	border-radius: 100%;
	position: absolute;
	top: 33px;
	left: 19px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dt_newslist li a h5{
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dt_newslist li a .time{
	font-family: 'DIN-Regular';
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	margin-top: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dt_newslist li a:hover{
	border-color: #B50D29;
	background: #B50D29;
	color: #ffffff;
}
.dt_newslist li a:hover .time{
	color: #ffffff;
}
.dt_newslist li a:hover:before{
	background: #ffffff;
}
.fastlink_section{
	padding: 80px 0;
	background: #F9F9F9;
}
.fastlink_section .tit_box{
	margin-bottom: 10px;
}
.fast_linknav{
	width: 1230px;
	margin-left: -15px;
}
.fast_linknav li{
	width: 380px;
	float: left;
	padding: 30px 15px 0;
}
.fast_linknav li a{
	display: block;
	background: #ffffff;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.fast_linknav li a:hover{
	border-color: #B50D29;
	color: #B50D29;
}
/*-- 首页 end --*/


.page_banner{
	position: relative;
	min-height: 200px;
	overflow: hidden;
}
.page_banner .pic{
	width: 100%;
	overflow: hidden;
}
.page_banner .pic img{
	display: block;
	width: 100%;
	position: relative;
}
.page_title{
	width: 800px;
	font-size: 60px;
	line-height: 84px;
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
}
.com_tabwrap{
	width: 1200px;
	margin: -50px auto 30px;
	position: relative;
	z-index: 50;
}
.com_tabnav{
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	overflow: hidden;
}
.com_tabnav li{
	display: table-cell;
}
.com_tabnav li a{
	display: block;
	position: relative;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.com_tabnav li a:before{
	content: "";
	width: 1px;
	height: 40px;
	background: #EDEDED;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
}
.com_tabnav li:first-child a:before{
	display: none;
}
.com_tabnav li a:hover{
	color: #B50D29;
}
.com_tabnav li.active a,
.com_tabnav li.active a:hover{
	color: #ffffff;
	background: #B50D29;
}
.com_tabnav li.active a:before{
	background: #B50D29;
}
.zjjd_bg{
	background: url(../images/zjjd_bg.png) no-repeat center bottom;
	background-size: cover;
}
.main_content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 50px;
}
.zjjd_bg .main_content{
	padding-top: 30px;
}
.zjjd_module_title{
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #B50D29;
}
.zjjd_intro .info_box{
	width: 586px;
	float: left;
}
.zjjd_intro .txt_info{
	line-height: 26px;
}
.zjjd_intro .txt_info p{
	margin-top: 26px;
}
.zjjd_intro .video_box{
	width: 526px;
	height: 308px;
	float: right;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
/*	background: #cccccc;*/
}
.zjjd_intro .video_box .window{
	width: 526px;
	height: 308px;
	overflow: hidden;
}
.zjjd_intro .video_box .window video{
	width: 100%;
	height: 100%;
}
.zjjd_intro .video_box .window img{
	display: block;
	width: 100%;
	height: 100%;
}
.zjjd_intro .video_box .shadow{
	width: 100%;
	height: 100%;
	background: #000000;
	filter:alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: visible;
}
.zjjd_intro .video_box:hover .shadow{
	visibility: hidden;
	opacity: 0;
}
.zjjd_bnbox{
	margin-top: 65px;
}
.gn_area_list{
	width: 1220px;
	margin-left: -10px;
}
.gn_area_list li{
	padding: 10px;
	width: 285px;
	float: left;
}
.gn_area_list li a{
	display: block;
	position: relative;
}
.gn_area_list li a .pic{
	height: 200px;
	overflow: hidden;
	border-radius: 4px;
}
.gn_area_list li a .pic img{
	display: block;
	width: 100%;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.gn_area_list li a:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.gn_area_list li a span{
	width: 100%;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 50;
}
.zjjd_aboutus{
	margin-top: 50px;
	background: #ffffff;
	border-radius: 4px;
	padding: 40px;
	position: relative;
}
.zjjd_aboutus_info{
	width: 580px;
	padding-bottom: 6px;
}
.zjjd_code{
	width: 200px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -86px;
	right: 127px;
}
.zjjd_code .pic{
	width: 120px;
	height: 120px;
	margin: 0 auto 12px;
}
.zjjd_code .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.zjjd_code p{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.zjjd_aboutus .zjjd_module_title{
	margin-bottom: 24px;
}
.zjjd_aboutus_info p{
	position: relative;
	padding-left: 26px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.zjjd_aboutus_info p i{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 0;
}
.zjjd_aboutus_info p i.addr{
	background: url(../images/zjjd_ic_addr.png) no-repeat center;
}
.zjjd_aboutus_info p i.time{
	background: url(../images/zjjd_ic_time.png) no-repeat center;
}
.zjjd_aboutus_info p i.tel{
	background: url(../images/zjjd_ic_tel.png) no-repeat center;
}
.zjjd_aboutus_info p i.online{
	background: url(../images/zjjd_ic_online.png) no-repeat center;
}
.article_list li{
	border-bottom: 1px solid #F1F1F1;
	position: relative;
}
.article_list li a{
	display: block;
	padding: 30px 120px 30px 0;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 10;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.article_list li a h5{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article_list li .time{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	position: absolute;
	top: 30px;
	right: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.article_list li:hover a,
.article_list li:hover .time{
	color: #B50D29;
}
.page_box{
	margin: 30px 0 0;
	height: 32px;
	text-align: left;
	font-size: 0;
	line-height: 0;
}
.page_box a{
	display: inline-block;
	vertical-align: top;
	min-width: 24px;
	padding: 0 3px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	border: 1px solid #E6E6E6;
	margin: 0 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.page_box a:hover{
	color: #B50D29;
}
.page_box a.active,
.page_box a.active:hover{
	border: 1px solid #B50D29;
	color: #B50D29;
}
.page_box .more{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	border: 1px solid #E6E6E6;
	text-align: center;
	vertical-align: top;
	margin: 0 5px;
}
.page_box .jump{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-size: 14px;
	line-height: 32px;
	color: #999999;
}
.page_box .jump input{
	height: 20px;
	line-height: 20px;
	width: 72px;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #E6E6E6;
	background: none;
	outline: none;
	font-family : Arial,"Microsoft Yahei",sans-serif;
	font-size: 14px;
	color: #333333;
	vertical-align: top;
	margin-left: 5px;
}
.page_box .jump a,
.page_box .jump a:hover{
	width: 30px;
	height: 30px;
	border: 1px solid #B50D29;
	background: #B50D29;
	color: #fff;
	margin-left: 0;
}
.page_box a.prev,
.page_box a.next{
	width: auto;
	line-height: 32px;
	height: 32px;
	color: #999999;
	padding: 0;
	border: 0 none;
}
.page_box a.prev:hover,
.page_box a.next:hover{
	color: #B50D29;
}
.page_left{
	width: 204px;
	float: left;
	padding-top: 30px;
}
.page_right{
	margin-left: 204px;
}
.sidebar_nav{
	padding-right: 30px;
	border-left: 1px solid #F1F1F1;
}
.sidebar_nav > li{
	padding: 10px 0;
}
.sidebar_nav > li:first-child{
	padding-top: 0;
}
.sidebar_nav > li > a{
	display: block;
	padding: 2px 0 2px 21px;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sidebar_nav .sub{
	padding: 12px 0 2px;
}
.sidebar_nav li .arrow{
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 10px;
	position: relative;
	top: 9px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sidebar_nav li.on > a .arrow{
	border-color: #B50D29;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.sidebar_nav .sub > li{
	padding: 8px 0;
}
.sidebar_nav .sub > li > a{
	display: block;
	padding: 2px 0 2px 21px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sidebar_nav li a:hover{
	color: #B50D29;
}
.sidebar_nav li.active > a,
.sidebar_nav li.on > a{
	color: #B50D29;
}
.sidebar_nav li.active > a:before{
	content: "";
	width: 2px;
	height: 30px;
	background: #B50D29;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -1px;
}
.video_list{
	width: 1239px;
}
.video_list li{
	width: 374px;
	padding: 30px 39px 10px 0;
	float: left;
}
.video_list li .libox{
	background: #F9F9F9;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.video_list li .pic{
	height: 217px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.video_list li .pic img{
	display: block;
	width: 100%;
}
.video_list li .pic i{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 10;
}
.video_list li:hover .pic i{
	opacity: 0;
}
.video_list li h5{
	text-align: center;
	height: 24px;
	padding: 28px 30px;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #333333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.video_list li:hover h5{
	color: #B50D29;
}
.video_list li:hover .libox{
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}




/* 网站首页 --*/
.index_banner .dot_box{
	bottom: 100px;
}
.fsat_navwrap{
	width: 1200px;
	margin: -75px auto 30px;
	position: relative;
	z-index: 30;
}
.fsat_navlist{
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
}
.fsat_navlist li{
	display: table-cell;
}
.fsat_navlist li a{
	display: block;
	height: 150px;
	padding-top: 53px;
	padding-left: 89px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.fsat_navlist li a .icon{
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 28px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.fsat_navlist li a .icon.ic01{
	background: url(../images/fast_nav1.png) no-repeat center;
}
.fsat_navlist li a .icon.ic02{
	background: url(../images/fast_nav2.png) no-repeat center;
}
.fsat_navlist li a .icon.ic03{
	background: url(../images/fast_nav3.png) no-repeat center;
}
.fsat_navlist li a .icon.ic04{
	background: url(../images/fast_nav5.png) no-repeat center;
}
.fsat_navlist li a .icon.ic05{
	background: url(../images/fast_nav4.png) no-repeat center;
}
.fsat_navlist li a h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.fsat_navlist li a p{
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
	opacity: 0.7;
}
.fsat_navlist li a:hover{
	background: #B50D29;
	color: #ffffff;
}
.fsat_navlist li a:hover .icon.ic01{
	background-image: url(../images/fast_nav1_on.png);
}
.fsat_navlist li a:hover .icon.ic02{
	background-image: url(../images/fast_nav2_on.png);
}
.fsat_navlist li a:hover .icon.ic03{
	background-image: url(../images/fast_nav3_on.png);
}
.fsat_navlist li a:hover .icon.ic04{
	background-image: url(../images/fast_nav5_on.png);
}
.fsat_navlist li a:hover .icon.ic05{
	background-image: url(../images/fast_nav4_on.png);
}
.home_module.section_01{
	padding: 30px 0 80px;
}
.home_mod_title{
	position: relative;
	margin-bottom: 40px;
}
.home_mod_title h2{
	font-size: 38px;
	line-height: 52px;
	font-weight: normal;
	color: #333333;
	position: relative;
	padding-bottom: 32px;
}
.home_mod_title h2 em{
	font-size: 28px;
	color: #EDEDED;
	text-transform: uppercase;
	font-style: normal;
	line-height: 30px;
	position: absolute;
	bottom: 24px;
	left: 0;
}
.home_mod_title h2 span{
	position: relative;
	z-index: 10;
}
.home_mod_title h2:before{
	content: "";
	width: 40px;
	height: 2px;
	background: #B50D29;
	position: absolute;
	bottom: 0;
	left: 0;
}
.hm_more_btn{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 13px;
	text-align: center;
	border: 1px solid #DDDDDD;
	font-size: 16px;
	color: #666666;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_more_btn:hover{
	background: #B50D29;
	color: #ffffff;
}
.home_mod_title .hm_more_btn{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
}

.main_bus_list .row_01{
	width: 590px;
}
.main_bus_list .item{
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 4px;
}
.main_bus_list .item:first-child{
	margin-top: 0;
}
.main_bus_list .item.it_01,
.main_bus_list .item.it_04{
	height: 300px;
}
.main_bus_list .item.it_02,
.main_bus_list .item.it_03{
	height: 240px;
}
.main_bus_list .tit{
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 100;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 32px;
	font-weight: 500;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.main_bus_list .tit img{
	vertical-align: top;
	margin-right: 10px;
	height: 32px;
}
.main_bus_list .item .inner{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	box-sizing: border-box;
	padding: 91px 60px 100px 40px;
	width: 100%;
	height: 100%;
	background: rgba(181,13,41,0.85);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.main_bus_list .item:hover .inner{
	opacity: 1;
	visibility: visible;
}
.main_bus_list .item .more{
	position: absolute;
	left: 40px;
	bottom: 50px;
	z-index: 10;
	display: block;
	width: 98px;
	height: 38px;
	font-size: 14px;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.5);
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.main_bus_list .item .more:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	width: 5px;
	height:38px;
	background: url("../images/lj.png") no-repeat center;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.main_bus_list .item .more:hover{
	border-color: #fff;
	color: #A51E35;
	background: #ffffff;
}
.main_bus_list .item.it_02 .more,
.main_bus_list .item.it_03 .more{
	bottom: 25px;
}
.main_bus_list .item .more:hover::after{
	background-image: url("../images/more_icon01.png");
}
.main_bus_list .item .inner .txt{
	font-size: 18px;
	color:#ffffff;
	line-height: 30px !important;
	width: 100%;
	height: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main_bus_list .item.it_02 .inner .txt,
.main_bus_list .item.it_03 .inner .txt{
	height: 60px;
	-webkit-line-clamp: 2;
}

.home_module.section_02{
	padding: 80px 0;
	background: url(../images/hm_dtbg.png) no-repeat center;
	background-size: cover;
}
.home_module.section_02 .wrapfix{
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
}
.home_module.section_02 .wrapfix:before{
	content: "";
	width: 1px;
	background: #F4F4F4;
	position: absolute;
	top: 0;
	right: 249px;
	bottom: 0;
}
.hm_dt_title{
	height: 110px;
	padding: 0 40px;
	position: relative;
}
.hm_dt_title .hm_more_btn{
	border: 0 none;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	top: 25px;
	right: 40px;
	z-index: 50;
}
.hm_dt_title .hm_more_btn:hover{
	background: none;
	color: #B50D29;
}
.hm_dt_nav{
	height: 110px;
}
.hm_dt_nav li{
	float: left;
	margin-left: 40px;
}
.hm_dt_nav li:first-child{
	margin-left: 0;
}
.hm_dt_nav li a{
	display: block;
	height: 110px;
	width: 110px;
	text-align: center;
	position: relative;
	color: #333333;
	font-size: 16px;
	border-radius: 0 0 0 20px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_dt_nav li a .icon{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_dt_nav li a .icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.hm_dt_nav li a span{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 22px;
	position: absolute;
	top: 40px;
	left: 0;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_dt_nav li a:hover{
	color: #B50D29;
}
.hm_dt_nav li.active a,
.hm_dt_nav li.active a:hover{
	background: #B50D29;
	background-image: linear-gradient(225deg, #FF454B 0%, #B50D29 100%);
	color: #ffffff;
}
.hm_dt_nav li.active .icon{
	opacity: 1;
	visibility: visible;
}
.hm_dt_nav li.active a span{
	top: 58px;
}
.hm_dt_wrap{
	padding: 35px 0 5px 0;
	position: relative;
	width: 950px;
}
.hm_dt_wrap .swiper-container {
	height: 300px;
	position: relative;
	padding: 0 10px;
}
.dt_switch{
	width: 80px;
	height: 40px;
	position: absolute;
	bottom: 60px;
	right: -210px;
	z-index: 50;
}
.dt_switch a{
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin-left: -1px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.dt_switch a.prev{
	background: url(../images/sw_prev.png) no-repeat center;
}
.dt_switch a.next{
	background: url(../images/sw_next.png) no-repeat center;
}
.dt_switch a.prev:hover{
	background-image: url(../images/sw_prev_on.png);
}
.dt_switch a.next:hover{
	background-image: url(../images/sw_next_on.png);
}
.dot_box2 {
	width: 100%;
	height: 8px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 99;
}
.dot_box2 span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 0.3;
	background: #999999;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
	cursor: pointer;
}
.dot_box2 span.swiper-active-switch{
	opacity: 1;
}
.hm_dtlist li{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 0 50px 20px;
	float: left;
}
.hm_dtlist li a{
	display: block;
	color: #333333;
	padding-top: 10px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_dtlist li a h5{
	font-size: 24px;
	line-height: 36px;
	height: 72px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 30px;
}
.hm_dtlist li a p,
.hm_dtlist li a .info{
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.hm_dtlist li a .time{
	display: block;
	margin-top: 35px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.hm_dtlist li a:hover{
	color: #B50D29;
}



.home_module.section_03{
	padding: 80px 0 40px;
}
.hm_tj_navlist li{
	width: 285px;
	float: left;
	margin-left: 20px;
}
.hm_tj_navlist li:first-child{
	margin-left: 0;
}
.hm_tj_navlist li a{
	display: block;
	background: #F7F7F7;
	border-radius: 4px;
	padding: 36px 40px 0;
	height: 200px;
	position: relative;
	color: #333333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_tj_navlist li a:after{
	content: "";
	width: 35px;
	height: 1px;
	background: #B50D29;
	position: absolute;
	bottom: 36px;
	left: 40px;
}
.hm_tj_navlist li h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
.hm_tj_navlist li p{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_tj_navlist li .icon{
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: top;
	margin-right: 10px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_tj_navlist li .icon.ic01{
	background: url(../images/hm_tj_01.png) no-repeat center;
}
.hm_tj_navlist li .icon.ic02{
	background: url(../images/hm_tj_02.png) no-repeat center;
}
.hm_tj_navlist li .icon.ic03{
	background: url(../images/hm_tj_03.png) no-repeat center;
}
.hm_tj_navlist li .icon.ic04{
	background: url(../images/hm_tj_04.png) no-repeat center;
}
.hm_tj_navlist li a:hover{
	background: #B50D29;
	color: #ffffff;
}
.hm_tj_navlist li a:hover:after{
	background: #ffffff;
}
.hm_tj_navlist li a:hover p{
	color: #ffffff;
}
.hm_tj_navlist li a:hover .icon.ic01{
	background-image: url(../images/hm_tj_01_on.png);
}
.hm_tj_navlist li a:hover .icon.ic02{
	background-image: url(../images/hm_tj_02_on.png);
}
.hm_tj_navlist li a:hover .icon.ic03{
	background-image: url(../images/hm_tj_03_on.png);
}
.hm_tj_navlist li a:hover .icon.ic04{
	background-image: url(../images/hm_tj_04_on.png);
}


.home_module.section_04{
	padding: 40px 0 80px;
}
.hm_info_wrap{
	position: relative;
}
.hm_info_wrap .swiper-container{
	height: 240px;
}
.zx_switch_prev,
.zx_switch_next{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	z-index: 50;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.zx_switch_prev{
	left: -100px;
	background: url(../images/sw2_prev.png) no-repeat center;
}
.zx_switch_next{
	right: -100px;
	background: url(../images/sw2_next.png) no-repeat center;
}
.zx_switch_prev:hover{
	background-image:url(../images/sw2_prev_on.png) ;
}
.zx_switch_next:hover{
	background-image:url(../images/sw2_next_on.png) ;
}

.hm_infocenter li{
	width: 380px;
	float: left;
	margin-left: 30px;
}
.hm_infocenter li:first-child{
	margin-left: 0;
}
.hm_infocenter li a{
	display: block;
	overflow: hidden;
	position: relative;
}
.hm_infocenter li .pic{
	border-radius: 4px;
	overflow: hidden;
	height: 240px;
}
.hm_infocenter li .pic img{
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all .5s ;
	-moz-transition:all .5s ;
	-o-transition:all .5s ;
	transition:all .5s ;
}
.hm_infocenter li a:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.hm_infocenter li .tit{
	width: 100%;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 0;
	z-index: 10;
}



.home_module.section_05{
	background: url(../images/hotbus_bg.png) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.website_left{
	/* width: 472px; */
	float: left;
}
.yyb_search_box{
	margin-top: 50px;
	position: relative;
	width:320px;
}
.yyb_search_box input{
	display: block;
	padding: 11px 94px 11px 26px;
	width: 200px;
	height: 22px;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	background: #ffffff;
	border: none;
	outline:none;
	cursor: pointer;
}
.yyb_search_box a{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 44px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	background: #A51E35;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.yyb_search_box a:hover{
	background: #b0221a;
}
.website_left .txt_info2{
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	padding: 5px 0;
	margin-bottom: 50px;
}
.yyb_baselist{
	margin-top: 50px;
}
.yyb_baselist li{
	float: left;
	width: 170px;
}
.yyb_baselist .p1{
	font-size: 32px;
	color: #B50D29;
	line-height: 36px;
	font-weight: 500;
}
.yyb_baselist .p2{
	margin-top: 7px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.website_right{
	display:none;
	width: 578px;
	height: 415px;
	float: right;
}
.map_info_box{
	display:none;
	width: 578px;
	height: 415px;
	margin: 0 auto;
	background: url(../images/map_01.png) no-repeat center;
	position: relative;
}
.map_info_box .item{
	min-height: 18px;
	line-height: 18px;
	color: #333;
	cursor: pointer;
	position: absolute;
}
.map_info_box .item span{
	font-size: 12px;
	line-height: 18px;
	color: #b50d29;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.map_info_box .item span:before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #b50d29;
	position: absolute;
}
.map_info_box .item:hover span{
	color: #A51E35;
}
.map_info_box .item span.disabled,
.map_info_box .item:hover span.disabled{
	color: #999;
	cursor: text;
}
.map_info_box .item span.disabled:before{
	background-color: #cccccc;
}
.map_info_box .item.guangdong{
	top: 338px;
	left: 324px;
}
.map_info_box .item.guangdong span{
	padding-right: 6px;
}
.map_info_box .item.guangdong span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.fujian{
	top: 312px;
	left: 369px;
}
.map_info_box .item.fujian span{
	padding-right: 6px;
}
.map_info_box .item.fujian span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.zhejiang{
	top: 271px;
	left: 395px;
}
.map_info_box .item.zhejiang span{
	padding-top: 6px;
}
.map_info_box .item.zhejiang span:before{
	left: 50%;
	margin-left: -2px;
	top: 0px;
}
.map_info_box .item.shanghai{
	top: 248px;
	left: 414px;
}
.map_info_box .item.shanghai span{
	padding-left: 6px;
}
.map_info_box .item.shanghai span:before{
	left: 0;
	top: 7px;
}
.map_info_box .item.hunan{
	top: 300px;
	left: 306px;
}
.map_info_box .item.hunan span{
	padding-right: 6px;
}
.map_info_box .item.hunan span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.hubei{
	top: 257px;
	left: 311px;
}
.map_info_box .item.hubei span{
	padding-right: 6px;
}
.map_info_box .item.hubei span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.jiangsu{
	top: 220px;
	left: 390px;
}
.map_info_box .item.jiangsu span{
	padding-bottom: 2px;
}
.map_info_box .item.jiangsu span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.zhongqing{
	top: 271px;
	left: 276px;
}
.map_info_box .item.zhongqing span{
	padding-top: 4px;
}
.map_info_box .item.zhongqing span:before{
	left: 50%;
	margin-left: -2px;
	top: 0;
}
.map_info_box .item.sichuan{
	top: 255px;
	left: 218px;
}
.map_info_box .item.sichuan span{
	padding-right: 6px;
}
.map_info_box .item.sichuan span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.shanxi_1{
	top: 214px;
	left: 284px;
}
.map_info_box .item.shanxi_1 span{
	padding-bottom: 2px;
}
.map_info_box .item.shanxi_1 span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.henan{
	top: 220px;
	left: 319px;
}
.map_info_box .item.henan span{
	padding-right: 6px;
}
.map_info_box .item.henan span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.shandong{
	top: 191px;
	left: 363px;
}
.map_info_box .item.shandong span{
	padding-right: 6px;
}
.map_info_box .item.shandong span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.shanxi_2{
	top: 175px;
	left: 315px;
}
.map_info_box .item.shanxi_2 span{
	padding-bottom: 2px;
}
.map_info_box .item.shanxi_2 span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.hebei{
	top: 165px;
	left: 341px;
}
.map_info_box .item.hebei span{
	padding-bottom: 2px;
}
.map_info_box .item.hebei span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.tianjin{
	top: 162px;
	left: 370px;
}
.map_info_box .item.tianjin span{
	padding-left: 5px;
}
.map_info_box .item.tianjin span:before{
	left: 0;
	top: 7px;
}
.map_info_box .item.beijing{
	top: 135px;
	left: 351px;
}
.map_info_box .item.beijing span{
	padding-bottom: 7px;
}
.map_info_box .item.beijing span:before{
	width: 7px;
	height: 7px;
	border-radius: 0;
	background: url(../images/map_star.png) no-repeat center;
	left: 50%;
	margin-left: -3px;
	bottom: 0;
}
.map_info_box .item.neimengguzizhiqu{
	top: 138px;
	left: 260px;
}
.map_info_box .item.neimengguzizhiqu span{
	padding-bottom: 2px;
}
.map_info_box .item.neimengguzizhiqu span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.liaoning{
	top: 131px;
	left: 410px;
}
.map_info_box .item.liaoning span{
	padding-bottom: 2px;
}
.map_info_box .item.liaoning span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.gansu{
	top: 147px;
	left: 185px;
}
.map_info_box .item.gansu span{
	padding-right: 6px;
}
.map_info_box .item.gansu span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.jiangxi{
	top: 299px;
	left: 342px;
}
.map_info_box .item.jiangxi span{
	padding-right: 6px;
}
.map_info_box .item.jiangxi span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.anhui{
	top: 239px;
	left: 365px;
}
.map_info_box .item.anhui span{
	padding-bottom: 2px;
}
.map_info_box .item.anhui span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.yunnan{
	top: 332px;
	left: 196px;
}
.map_info_box .item.yunnan span{
	padding-right: 6px;
}
.map_info_box .item.yunnan span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.hainan{
	top: 388px;
	left: 278px;
}
.map_info_box .item.hainan span{
	padding-right: 6px;
}
.map_info_box .item.hainan span:before{
	right: 0;
	top: 7px;
}
.map_info_box .item.heilongjiang{
	top: 65px;
	left: 420px;
}
.map_info_box .item.heilongjiang span{
	padding-right: 6px;
}
.map_info_box .item.heilongjiang span:before{
	right: 0;
	top: 7px;
}

.depart_pop{
	width: 190px;
	background: #fff;
	border: 1px solid #DFDFDF;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	position: absolute;
	bottom: 26px;
	left: -40px;
	z-index: 50;
}
.depart_pop .arrow{
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 22px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 53px;
}
.depart_scroll{
	overflow: auto;
	position: relative;
	height: 137px;
}
.depart_pop_ul{
	padding: 15px 6px;
}
.depart_pop_ul li{
	margin-top: 8px;
}
.depart_pop_ul li:first-child{
	margin-top: 0;
}
.depart_pop_ul li a{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding: 0 14px;
}
.depart_pop_ul li a:hover{
	color: #333;
}
.float_link{
	width: 44px;
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 200;
}
.float_link ul li{
	margin-top: 1px;
	position: relative;
	height: 44px;
}
.float_link ul li a{
	display: block;
	width: 44px;
	height: 44px;
	position: relative;
}
.float_link ul li a i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.float_link ul li a b{
	font-weight: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	background: #B50D29;
	color: #ffffff;
	padding: 6px 4px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.float_link ul li a.f_online_cs,
.float_link ul li a.f_fast_download,
.float_link ul li a.f_code_link{
	background: #EEEEEE;
}
.float_link ul li a.f_top_back{
	background: #B50D29;
}
.float_link ul li a.f_online_cs i{
	background: url(../images/f_lk_ic01.png) no-repeat center;
}
.float_link ul li a.f_fast_download i{
	background: url(../images/f_lk_ic02.png) no-repeat center;
}
.float_link ul li a.f_code_link i{
	background: url(../images/f_lk_ic03.png) no-repeat center;
}
.float_link ul li a.f_top_back i{
	background: url(../images/f_lk_ic04.png) no-repeat center;
}
.float_link ul li a:hover b{
	opacity: 1;
	visibility: visible;
}
.f_code_ly{
	width: 150px;
	background: #ffffff;
	padding: 12px 5px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: absolute;
	top: 50%;
	left: -154px;
	margin-top: -70px;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.f_code_ly em{
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -7px;
}
.f_code_ly .item{
	width: 115px;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.f_code_ly .item .pic{
	width: 96px;
	height: 96px;
	margin: 0 auto;
}
.f_code_ly .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.float_link ul li:hover .f_code_ly{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.hm_dt_wrap .article_list{
	padding: 0 100px 0 50px;
}
.hm_dt_wrap .article_list li a{
	padding-top: 20px;
	padding-bottom: 20px;
}
.xy_hm_section1{
	background: #F7F7F7;
	padding: 40px 0;
}
.xy_navlist li{
	width: 285px;
	float: left;
	margin-left: 20px;
}
.xy_navlist li:first-child{
	margin-left: 0;
}
.xy_navlist li a{
	display: block;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
	padding: 35px 0 0 ;
	height: 125px;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.xy_navlist li .icon{
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto 10px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.xy_navlist li .icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.xy_navlist li a:hover{
	color: #B50D29;
	box-shadow: 0 2px 18px 0 rgba(0,0,0,0.15);
}
.xy_navlist li a:hover .icon{
	top: -5px;
}
.page_content{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.xy_hm_module{
	margin-top: 50px;
}
.xy_hm_module:first-child{
	margin-top: 0 !important;
}
.xy_hm_left{
	width: 772px;
	float: left;
}
.xy_hm_right{
	width: 360px;
	float: right;
}
.sub_tab_title{
	border-bottom: 1px solid #EDEDED;
	position: relative;
	margin-bottom: 15px;
}
.cm_more_link{
	font-size: 14px;
	line-height: 30px;
	color: #B50D29;
}
.sub_tab_title .cm_more_link{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.sub_tabnav{
	height: 32px;
}
.sub_tabnav li{
	float: left;
	position: relative;
	top: 1px;
}
.sub_tabnav li a{
	display: block;
	padding: 0 16px;
	font-size: 16px;
	line-height: 30px;
	height: 31px;
	color: #333333;
	border: 1px solid transparent;
	border-bottom: 0 none;
}
.sub_tabnav li a:hover{
	color: #B50D29;
}
.sub_tabnav li.active a{
	color: #B50D29;
	background: #ffffff;
	border-color: #EDEDED;
}
.article_list.small li a{
	font-size: 14px;
	line-height: 20px;
	padding: 15px 120px 15px 0;
}
.article_list.small li .time{
	top: 15px;
	line-height: 20px;
}
.mt30{
	margin-top: 30px !important;
}
.mt30 img {
	max-width: 100%; /* */
}
.data_table{
	border: 1px solid #E5E5E5;
}
.data_table th{
	padding: 6px 10px;
	height: 26px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	background: #F7F8FA;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #E5E5E5;
}
.data_table td{
	padding: 6px 10px;
	height: 26px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	background: #ffffff;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #E5E5E5;
}
.xy_sub_module{
	border: 1px solid #DDDDDD;
	margin-top: 40px;
	padding: 25px 0;
}
.xy_sub_module:first-child{
	margin-top: 0 !important;
}
.xy_sub_module .title{
	margin: 15px 20px 6px 20px;
	padding-left: 11px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: normal;
	background: url(../images/l_dot_red.png) no-repeat left center;
}
.xs_sub_nav li{
	width: 50%;
	float: left;
}
.xs_sub_nav li a{
	display: block;
	text-align: center;
	padding: 15px 5px;
	font-size: 16px;
	line-height: 22px;
	color: #2C3542;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.xs_sub_nav li a .icon{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.xs_sub_nav li a .icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.xs_sub_nav.m_row_3 li{
	width: 33.33333%;
}
.xs_sub_nav li a:hover{
	color: #B50D29;
}
.xs_sub_nav li a:hover .icon{
	top: -3px;
}
.lr_ll_box{
	margin: 25px 45px 48px;
	height: 120px;
}
.lr_ll_box .item{
	width: 120px;
	height: 120px;
	position: relative;
}
.lr_ll_box .item.s1{
	float: left;
	background: url(../images/ll_bg_rz.png) no-repeat center;
}
.lr_ll_box .item.s2{
	float: right;
	background: url(../images/ll_bg_rq.png) no-repeat center;
}
.lr_ll_box .item .tit{
	width: 100%;
	line-height: 22px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.lr_ll_box .item .num{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: 'DIN-Regular';
	color: #333333;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 21px;
	left: 0;
}
.lr_ll_box .item .num b{
	font-weight: bold;
}
.lr_ll_box .item .num em{
	font-weight: normal;
	font-size: 14px;
}

.db_prop_box{
	padding: 0 30px;
}
.db_prop_box .item{
	padding: 13px 78px 13px 0;
	position: relative;
}
.db_prop_box .item .tit{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 8px;
}
.db_prop_box .item .track{
	height: 8px;
	font-size: 0;
	line-height: 0;
	background: #F7F7F7;
	border-radius: 20px;
	position: relative;
}
.db_prop_box .item .track b{
	display: block;
	height: 8px;
	background: #FFA37D;
	border-radius: 20px;
}
.db_prop_box .item .num{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	width: 66px;
	position: absolute;
	bottom: 7px;
	right: 0;
}
.page_section{
	background: #F7F7F7;
	padding-top: 85px;
	padding-bottom: 40px;
}
.path_box{
	width: 1200px;
	margin: 0 auto;
	padding: 12px 0;
	min-height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}
.path_box a{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	color: #999999;
}
.path_box a.now{
	color: #666666;
}
.path_box a.home{
	padding-left: 20px;
	background: url(../images/path_home_ic01.png) no-repeat left center;
}
.path_box a:hover{
	color: #B50D29;
}
.page_layout{
	width: 1200px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}
.p_layout_left{
	width: 255px;
	float: left;
	padding-bottom: 20px;
}
.p_layout_left:before{
	content: "";
	width: 1px;
	background: #E5E5E5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 255px;
}
.p_layout_left .title{
	height: 60px;
	line-height: 60px;
	padding: 0 24px;
	background: #B50D29;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}
.cm_sidebar_nav > li > a{
	display: block;
	padding: 17px 36px;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}
.cm_sidebar_nav > li.act > a{
	background: rgba(245,71,70,0.10);
	color: #B50D29;
}
.cm_sidebar_nav .sub_1{
	padding: 12px 0;
}
.cm_sidebar_nav .sub_1 > li >a{
	display: block;
	padding: 9px 36px 9px 52px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
}
.cm_sidebar_nav .sub_1 > li >a:before{
	content: "";
	width: 7px;
	height: 8px;
	background: url(../images/l_dot_gray.png) no-repeat center;
	position: absolute;
	top: 16px;
	left: 36px;
}
.cm_sidebar_nav .sub_1 > li.act >a{
	color: #B50D29;
}
.cm_sidebar_nav .sub_1 > li.act >a:before{
	background-image: url(../images/l_dot_red.png);
}
.cm_sidebar_nav .sub_2{
	padding: 4px 0;
}
.cm_sidebar_nav .sub_2 > li >a{
	display: block;
	padding: 7px 36px 7px 52px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
}
.cm_sidebar_nav .sub_2 > li.act >a{
	color: #B50D29;
}
.cm_sidebar_nav li a:hover{
	color: #B50D29;
}
.cm_sidebar_nav li .arrow{
	width: 14px;
	height: 6px;
	background: url(../images/arrow_down_gray.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 25px;
}
.cm_sidebar_nav li.act > a .arrow{
	background-image: url(../images/arrow_down_red.png);
}
.cm_sidebar_nav > li.act > a .arrow{
	display: block;
}
.p_layout_right{
	margin-left: 256px;
	padding: 0 32px 40px;
	position: relative;
	min-height: 400px;
}
.sub_title{
	border-bottom: 1px solid #EDEDED;
	height: 60px;
	margin-bottom: 30px;
	position: relative;
}
.sub_title h3{
	padding-left: 10px;
	line-height: 60px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}
.sub_title h3:before{
	content: "";
	width: 2px;
	height: 18px;
	background: #B50D29;
	position: absolute;
	top: 21px;
	left: 0;
}
.search_box{
	min-height: 40px;
}
.search_box .t1{
	display: block;
	float: left;
	height: 22px;
	padding: 8px 19px;
	border: 1px solid #DDDDDD;
	width: 260px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	outline: none;
}
.search_box .btn{
	width: 92px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #B50D29;
	font-size: 16px;
	color: #ffffff;
	float: left;
	margin-left: 10px;
}
.cm_intro_txt{
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0;
}
.cm_intro_txt h3{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #333333;
	margin: 10px 0;
}
.cm_intro_txt p{
	margin: 10px 0;
}
.agray_01{
	color: #666666;
}
.mt20{
	margin-top: 20px !important;
}
.sub_switch_btn{
	margin-bottom: 30px;
	font-size: 0;
	line-height: 0;
}
.sub_switch_btn a{
	display: inline-block;
	vertical-align: top;
	margin-right: -1px;
	border: 1px solid #D2D2D2;
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding: 0 14px;
	min-width: 90px;
	font-size: 16px;
	color: #333333;
}
.sub_switch_btn a:hover{
	position: relative;
	z-index: 5;
	border-color: #B50D29;
	color: #B50D29;
}
.sub_switch_btn a.active,
.sub_switch_btn a.active:hover{
	color: #ffffff;
	background: #B50D29;
	border-color: #B50D29;
	position: relative;
	z-index: 5;
}
.art_img{
	margin: 20px 0;
}
.art_img img{
	max-width: 100%;
	vertical-align: top;
}
.mb0{
	margin-bottom: 0 !important;
}
.icon_c_us{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.icon_c_us.tel{
	background: url(../images/c_us_icon_01.png) no-repeat center;
}
.icon_c_us.fax{
	background: url(../images/c_us_icon_02.png) no-repeat center;
}
.icon_c_us.p_code{
	background: url(../images/c_us_icon_03.png) no-repeat center;
}
.icon_c_us.email{
	background: url(../images/c_us_icon_04.png) no-repeat center;
}
.icon_c_us.addr{
	background: url(../images/c_us_icon_05.png) no-repeat center;
}
.dj_md_title{
	position: relative;
	margin-bottom: 40px;
}
.dj_md_title h3{
	font-size: 30px;
	line-height: 42px;
	font-weight: normal;
}
.dj_md_title .hm_more_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.dj_hm_section1{
	padding: 80px 0;
}
.dj_dt_left{
	width: 618px;
	float: left;
}
.dj_dt_left .pic{
	width: 286px;
	height: 200px;
	overflow: hidden;
	float: left;
}
.dj_dt_left .pic img{
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.dj_dt_left:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.dj_dt_left .cont{
	margin-left: 306px;
}
.dj_dt_new{
	display: block;
	color: #333333;
	padding: 20px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dj_dt_new h5{
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dj_dt_new p{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.dj_dt_new .time{
	display: block;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	font-family: 'DIN-Regular';
}
.dj_dt_new:hover{
	color: #B50D29;
}
.dj_dt_right{
	width: 510px;
	float: right;
}
.dj_dt_list{
	border-top: 1px solid #DDDDDD;
}
.dj_dt_list li{
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}
.dj_dt_list li a{
	display: block;
	padding: 20px 90px 20px 11px;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dj_dt_list li a:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #B50D29;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
}
.dj_dt_list li .time{
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	font-family: 'DIN-Regular';
	position: absolute;
	top: 20px;
	right: 0;
}
.dj_dt_list li:hover a{
	color: #B50D29;
}

.dj_hm_section2{
	background: #F7F7F7;
	padding: 80px 0;
}
.dj_hm_section2 .dj_md_title{
	margin-bottom: 16px;
}
.dj_hm_section2 .dt_newslist li a{
	background-color: #ffffff;
	border-color: #ffffff;
}
.dj_hm_section2 .dt_newslist li a:hover{
	border-color: #B50D29;
	background: #B50D29;
}

.dj_hm_section3{
	padding: 80px 0;
}
.bus_tabwrap.class2 .pic{
	left: auto;
	right: 0;
}
.bus_tabwrap.class2 .bus_tabcont{
	margin-left: 0;
	margin-right: 338px;
}
.bus_tabwrap.class2 .bus_tabcont .item{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
}
.video_list.spel{
	width: 900px;
	margin-left: -10px;
}
.video_list.spel li{
	width: 280px;
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
}
.video_list.spel li .libox{
	padding-bottom: 18px;
}
.video_list.spel li .pic{
	height: 163px;
}
.video_list.spel li .play_btn{
	width: 42px;
	height: 42px;
	background: url(../images/play_btn2.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
	z-index: 50;
}
.video_list.spel li h5{
	text-align: left;
	height: 44px;
	padding: 18px 30px 0;
	font-size: 16px;
	line-height: 22px;
	white-space: inherit;
	text-overflow: initial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 500;
}
.com_cont{
	width: 1200px;
	background: #ffffff;
	margin: 0 auto;
}
.video_page{
	padding: 50px 100px;
}
.video_ctbox{
	height: 540px;
	overflow: hidden;
	position: relative;
}
.video_ctbox .shade{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}
.video_window{
	width: 100%;
	height: 617px;
	overflow: hidden;
	background: #000;
}
.video_window video{
	display: block;
	width: 100%;
	height: 550px;
}
.video_ctbox .bg{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 10;
}
.video_ctbox .play_btn{
	width: 59px;
	height: 59px;
	background: url(../images/play_btn.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 50;
}
.video_title{
	margin-top: 30px;
}
.video_title h5{
	margin-right: 460px;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
.video_info{
	float: right;
	padding: 4px 0;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	position: relative;
	z-index: 50;
}
.video_info span{
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	padding-left: 18px;
	background: url(../images/vd_info.png) no-repeat;
}
.video_info span.author{
	background-position: 0 0;
}
.video_info span.time{
	background-position: 0 -20px;
}
.video_info span.views{
	background-position: 0 -40px;
}
.article_page{
	padding: 40px 80px 70px;
}
.article_title{
	border-bottom: 1px solid #EEE8E0;
	padding: 0 0 32px;
	text-align: center;
}
.article_title h2{
	font-size: 28px;
	font-weight: normal;
	line-height: 42px;
}
.article_title .info{
	margin-top: 20px;
	font-size: 14px;
	color: #999;
}
.article_title .info span{
	margin: 0 15px;
}
.article_title .info a{
	color: #999;
	margin: 0 3px;
}
.article_title .info a.act{
	color: #B50D29;
}
.article_cont{
	padding: 2px 0;
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}
.article_cont table,
.article_cont table th,
.article_cont table td{
	border: 1px solid #aaa;
}
.article_cont p{
	margin: 30px 0;
}
.article_cont .img{
	display: block;
	margin: 30px auto;
	max-width: 100% !important;
}
.article_cont img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
}
.article_other{
	margin-top: 20px;
}
.article_other p{
	margin-top: 15px;
}
.article_other p:first-child{
	margin-top: 0;
}
.article_other a{
	display: block;
	background: #F8F8F8;
	padding: 10px 20px;
	font-size: 20px;
	line-height: 28px;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.article_other a:hover{
	color: #B50D29;
	background: #fafafa;
}

.tzyh_hm_module{
	padding: 0 0 10px;
	margin-top: -60px;
	position: relative;
	z-index: 50;
}
.tzyh_busbox{
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
	padding: 60px 60px 100px;
}
.bus_style_01 .pic{
	width: 430px;
	float: right;
}
.bus_style_01 .pic img{
	border-radius: 4px;
	display: block;
	width: 100%;
}
.bus_style_01 .cont{
	margin-right: 460px;
	font-size: 16px;
	line-height: 22px;
}
.bus_style_01 .cont p{
	margin-top: 20px;
}
.bus_style_01 .cont p:first-child{
	margin-top: 0 !important;
}
.cm_intro_txt dl{
	margin: 10px 0;
}
.cm_intro_txt dl dd{
	text-indent: 1.6em;
}
.year_detail{
	width: 670px;
	float: left;
}
.year_tab{
	float: right;
	width: 127px;
	padding: 60px 0 30px;
	position: relative;
}
.year_tab {
	float: right;
	width: 127px;
	padding: 60px 0 30px;
	position: relative;
}
.year_tab:before {
	content: '';
	width: 0;
	height: 50px;
	border-left: 1px dashed #DADADA;
	position: absolute;
	top: 10px;
	left: 0;
}
.year_tab .year {
	line-height: 32px;
	font-size: 24px;
	font-family: arial;
	padding: 15px 0;
	border-left: 1px solid #DADADA;
	position: relative;
}
.year_tab .year p {
	cursor: pointer;
	padding-left: 28px;
	position: relative;
	color: #666;
	top: -22px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.year_tab .year p:hover ,
.year_tab .year.active p {
	color: #D50212;
}
.year_tab .year p:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/dot_gray.png) no-repeat center;
	position: absolute;
	top: 6px;
	left: -11px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.year_tab .year.active p:before , .year_tab .year p:hover:before {
	background: url(../images/dot_active.png) no-repeat center;
}
.year_tab .hide_year {
	height: 25px;
	padding-bottom: 20px;
	overflow: hidden;
	border-left: 1px solid #DADADA;
}
.year_tab .hide_year.show {
	height: auto;
	padding: 0;
	overflow: inherit;
}
.year_tab .hide_year .more {
	display: block;
	height: 25px;
	cursor: pointer;
	margin-top: -10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: url(../images/dot_more.png) no-repeat center;
}
.year_tab .hide_year .more:hover {
	background: url(../images/dot_more2.png) no-repeat center;
}
.year_tab .hide_year.show .more {
	display: none;
}
.year_tab .hide_year .year {
	display: none;
}
.year_tab .hide_year.show .year {
	display: block;
}
.year_detail .year{
	font-size: 24px;
	font-weight: normal;
	line-height: 33px;
	color: #B50D29;
	margin-bottom: 25px;
}
.develop_info{
	margin-left: 13px;
	border-left: 1px solid #DADADA;
}
.develop_info .month{
	padding: 22px 0 5px;
	position: relative;
}
.develop_info .month span{
	display: inline-block;
	vertical-align: top;
	height: 26px;
	line-height: 26px;
	padding: 0 15px 0 13px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background: #D50212;
	position: relative;
}
.develop_info .month span:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #D50212 transparent transparent;
	position: absolute;
	top: 0;
	left: -14px;
}
.develop_info .month span:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -3px;
}
.develop_list li{
	padding: 7px 0 8px 15px;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	min-height: 24px;
}
.develop_list li:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #D50212;
	position: absolute;
	top: 16px;
	left: -3px;
}

.ui_dropdown{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #E5E5E5;
	background: #f9f9f9;
	height: 43px;
	position: relative;
}
.ui_dropdown .value{
	height: 43px;
	padding: 0 36px 0 19px;
	line-height: 43px;
	font-size: 16px;
	color: #333;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ui_dropdown .value:after{
	content: "";
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-style: solid;
	border-width: 8px 7px 0;
	border-color: #999 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;
	z-index: 50;
}
.ui_dropdown .value.on:after{
	border-width: 0 7px 8px;
	border-color: transparent transparent #999;
}
.ui_dropdown .value .default{
	color: #999;
}
.ui_dropdown .list{
	border: 1px solid #E5E5E5;
	background: #F9F9F9;
	width: 100%;
	max-height: 280px;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
	overflow: auto;
	position: absolute;
	top: 43px;
	left: -1px;
	z-index: 50;
}
.ui_dropdown .list ul li{
	padding: 10px 19px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.ui_dropdown .list ul li:hover{
	background: #efeeea;
}
.sele_w2{
	width: 198px;
}
.year_select{
	clear: both;
	display: none;
	visibility: hidden;
	margin-bottom: 25px;
}
.year_select .ui_dropdown .value{
	font-size: 18px;
}
.nodata_box{
	padding: 90px 0 60px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}
.nodata_box .pic img{
	display: block;
	height: 262px;
	margin: 0 auto;
}

.zx_hm_module{
	padding: 80px 0;
}
.zx_hm_module.section_01{
	background: #F7F7F7 url(../images/zx_c_bg01.png) no-repeat center;
}
.zx_hm_module.section_02,
.zx_hm_module.section_04{
	background: #ffffff;
}
.zx_hm_module.section_03,
.zx_hm_module.section_05{
	background: #F7F7F7;
}
.more_infonav{
	background: url(../images/more_info_bg.png) no-repeat center top;
}
.more_infonav .item{
	width: 400px;
	float: left;
}
.more_infonav .item a{
	display: block;
	text-align: center;
	position: relative;
	height: 225px;
	font-size: 30px;
	line-height: 42px;
	color: #ffffff;
}
.more_infonav .item.s1 a{
	height: 450px;
}
.more_infonav .item a span{
	display: block;
	width: 100%;
	padding: 24px 0;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	left: 0;
	z-index: 10;
}
.more_infonav .item a span:after{
	content: "";
	width: 40px;
	height: 4px;
	background: #B50D29;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.more_infonav .item a .bg{
	width: 100%;
	height: 100%;
	background: rgba(181,13,41,0.85);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.more_infonav .item a:hover .bg{
	opacity: 1;
	visibility: visible;
}
.more_infonav .item a:hover span:after{
	background: #ffffff;
}
.news_layout01{
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
}
.news_layout01 .pic{
	width: 300px;
	float: left;
}
.news_layout01 .pic img{
	display: block;
	width: 100%;
}
.news_layout01 .cont{
	margin-left: 300px;
	padding: 14px 40px;
}
.news_layout01 .article_list li{
	padding: 3px 0;
}
.news_layout01 .article_list li a{
	font-size: 20px;
	color: #666666;
}
.news_layout01 .article_list li:last-child{
	border-bottom: 0 none;
}
.news_layout01 .article_list li .time{
	font-family: 'DIN-Regular';
}
.news_layout01 .article_list li a:hover{
	color: #B50D29;
}
.fg_news_list li{
	width: 400px;
	float: left;
}
.fg_news_list li a{
	display: block;
	border: 1px solid #EDEDED;
	margin: -1px 0 0 -1px;
	padding: 38px 38px 38px 78px;
	position: relative;
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fg_news_list li a h5{
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.fg_news_list li a .time{
	display: block;
	font-family: 'DIN-Regular';
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	color: #999999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fg_news_list li a i{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/zx_c_ic01.png) no-repeat center;
	position: absolute;
	top: 48px;
	left: 30px;
}
.fg_news_list li a:after{
	content: "";
	width: 100%;
	height: 0;
	background: #B50D29;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fg_news_list li:hover a{
	color: #B50D29;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	position: relative;
	z-index: 5;
}
.fg_news_list li:hover a:after{
	height: 4px;
	opacity: 1;
	visibility: visible;
}
.fg_news_list li:hover a .time{
	color: #B50D29;
}
.cm_more_link .arrow{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #B50D29;
}
.cj_infobox{
	box-shadow: 0 4px 16px 0 rgba(22,26,63,0.06);
	border-radius: 4px;
	overflow: hidden;
}
.cj_infobox .item{
	width: 300px;
	float: left;
	position: relative;
	height: 520px;
	overflow: hidden;
	background: url(../images/cj_info_bg.png) no-repeat center;
	background-size: cover;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cj_infobox .item .title{
	padding: 60px 60px 10px;
	position: relative;
}
.cj_infobox .item .title .cm_more_link{
	font-size: 0.16rem;
	line-height: 44px;
	position: absolute;
	top: 60px;
	right: 60px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cj_infobox .item .title h3{
	padding-bottom: 24px;
	font-size: 32px;
	font-weight: normal;
	line-height: 44px;
	height: 44px;
	color: #ffffff;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cj_infobox .item .title h3 span{
	position: absolute;
	top: 0;
	left: 50%;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cj_infobox .item .title h3:after{
	content: "";
	width: 40px;
	height: 4px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cj_infobox .item .icon{
	display: block;
	width: 102px;
	height: 102px;
	position: absolute;
	left: 50%;
	margin-left: -51px;
	top: 250px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cj_infobox .item .icon.ic01{
	background: url(../images/cj_info_ic01.png) no-repeat center;
}
.cj_infobox .item .icon.ic02{
	background: url(../images/cj_info_ic02.png) no-repeat center;
}
.cj_infobox .item .cont{
	opacity: 0;
	visibility: hidden;
	padding: 0 60px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cl_article_list li{
	border-bottom: 1px solid #DDDDDD;
}
.cl_article_list li:last-child{
	border-bottom: 0 none;
}
.cl_article_list li a{
	display: block;
	padding: 30px 0 20px 0;
	color: #333333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cl_article_list li a h5{
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cl_article_list li a .time{
	display: block;
	font-family: 'DIN-Regular';
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cl_article_list li a:hover,
.cl_article_list li a:hover .time{
	color: #B50D29;
}
.cj_infobox .item .cont .cl_article_list{
	width: 780px;
}
.cj_infobox .item.active{
	width: 900px;
	background-image: url(../images/cj_info_bg2.png);
}
.cj_infobox .item.active .title h3 span{
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cj_infobox .item.active .title h3{
	color: #333333;
}
.cj_infobox .item.active .title h3:after{
	background: #B50D29;
	left: 0;
	margin-left: 0;
}
.cj_infobox .item.active .title .cm_more_link{
	opacity: 1;
	visibility: visible;
}
.cj_infobox .item.active .icon{
	opacity: 0;
	visibility: hidden;
}
.cj_infobox .item.active .cont{
	opacity: 1;
	visibility: visible;
}
.dl_ic_pc,
.dl_ic_app{
	display: inline-block;
	width: 48px;
	height: 48px;
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.dl_ic_pc{
	background: url(../images/dl_icon_pc.png) no-repeat center;
}
.dl_ic_app{
	background: url(../images/dl_icon_app.png) no-repeat center;
}
.com_tabnav.spel li a{
	font-size: 26px;
}
.com_tabnav li.active a .dl_ic_pc{
	background-image: url(../images/dl_icon_pc_on.png);
}
.com_tabnav li.active a .dl_ic_app{
	background-image: url(../images/dl_icon_app_on.png);
}
.download_switch{
	padding: 20px 0 0;
	text-align: center;
}
.download_switch a{
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #333333;
	border-radius: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.download_switch a:hover{
	color: #B50D29;
}
.download_switch a.active,
.download_switch a.active:hover{
	background: #B50D29;
	color: #ffffff;
}
.r_download_col{
	padding: 60px 0;
}
.r_download_col:nth-child(2n){
	background: #ffffff;
}
.r_download_item{
	width: 500px;
}
.r_download_item h3{
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333333;
}
.r_download_item .cont{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.r_download_item .cont p{
	margin: 10px 0;
}
.r_download_item .cont h5{
	margin: 10px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #333333;
}
.r_dl_btn01{
	margin-top: 30px;
}
.com_button{
	display: inline-block;
	vertical-align: top;
	width: 168px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border: 1px solid #B50D29;
	border-radius: 2px;
	font-size: 16px;
	color: #B50D29;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.com_button:hover{
	color: #ffffff;
	background: #B50D29;
}
.com_button.primary{
	background: #B50D29;
	color: #ffffff;
}
.com_button.primary:hover{
	border-color: #c4344c;
	background: #c4344c;
}
.r_dl_btn01 .com_button{
	margin-right: 20px;
}
.r_dl_btn02{
	margin-top: 15px;
}
.r_dl_btn02 .com_button{
	float: left;
	margin-top: 52px;
}
.com_link{
	color: #B50D29;
}
.com_link i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 6px;
	height: 10px;
	background: url(../images/arrow01.png) no-repeat center;
}
.download_tipsbox{
	padding: 40px 0 30px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.dl_code_box{
	width: 120px;
	float: left;
	margin-right: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}
.dl_code_box .pic{
/*	padding: 8px; */
	height: 104px;
	width: 104px;
	margin: 0 auto 10px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 4px 10px 0 rgba(22,26,63,0.2);
}
.dl_code_box .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.zc_hm_module.section_01{
	margin-top: -60px;
	position: relative;
	z-index: 50;
}
.zcgl_busbox{
	background: #ffffff;
	border-radius: 4px;
	padding: 60px;
}
.zc_hm_module.section_02{
	background: url(../images/zc_hn_bg01.png) no-repeat center;
	background-size: cover;
	padding: 48px 0 80px;
}
.bus_style_02 .pic{
	width: 374px;
	float: right;
	text-align: center;
	position: relative;
	top: -20px;
}
.bus_style_02 .pic img{
	max-width: 100%;
	margin: 0 auto;
}
.bus_style_02 .pic .tit{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	position: absolute;
	top: -55px;
	left: 0;
}
.bus_style_02 .cont{
	margin-right: 460px;
	font-size: 18px;
	line-height: 32px;
}
.bus_style_02 .cont .btn{
	margin-top: 30px;
}
.bus_style_02 .cont .hm_more_btn{
	border-color: #B50D29;
	color: #B50D29;
}
.bus_style_02 .cont .hm_more_btn:hover{
	color: #ffffff;
}
.zc_buswrap{
	background: #ffffff;
	padding: 60px 30px;
	border-radius: 4px;
}
.zc_buswrap .dj_md_title h3{
	text-align: center;
}
.zc_buslist li{
	width: 20%;
	float: left;
}
.zc_buslist li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	position: relative;
	top: 0;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.zc_buslist li a .icon{
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
}
.zc_buslist li a .icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.zc_buslist li a span{
	display: block;
}
.zc_buslist li a:hover{
	top: -5px;
	color: #B50D29;
}
.mt80{
	margin-top: 80px !important;
}
.zc_honor_box{
	position: relative;
}
.zc_honor_box .swiper-container{
	height: 271px;
}
.honor_m_item{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	width: 380px;
	height: 271px;
	padding: 130px 25px 0;
	margin: 0 auto;
	background: url(../images/honer_bg01.png) no-repeat center;
}
.honor_m_item .date{
	font-family: 'DIN-Bold';
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
.honor_m_item h5{
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.honor_m_item p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zc_btn_prev,
.zc_btn_next{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
.zc_btn_prev{
	background: url(../images/sw3_prev.png) no-repeat center;
	left: -75px;
}
.zc_btn_next{
	background: url(../images/sw3_next.png) no-repeat center;
	right: -75px;
}
.txt_class_01{
	margin: 20px 0;
}
.txt_class_01 h5{
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../images/l_dot_red.png) no-repeat left 7px;
}
.txt_class_01 p{
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
	padding-left: 12px;
	color: #666666;
}
.honor_com_list{
	width: 900px;
	margin-left: -9px;
}
.honor_com_list li{
	width: 300px;
	float: left;
	padding: 0 0 20px;
}
.honor_com_list li .honor_m_item{
	width: 281px;
	height: 203px;
	background: url(../images/honer_bg02.png) no-repeat center;
	padding: 96px 15px 0;
}
.honor_com_list li .honor_m_item .date{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}
.honor_com_list li .honor_m_item h5{
	font-size: 14px;
	line-height: 20px;
}
.honor_com_list li .honor_m_item p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 2px;
}

.zj_video_box{
	width: 580px;
	height: 357px;
	float: right;
	border-radius: 4px;
	overflow: hidden;
/*	background: #cccccc; */
	position: absolute;
	top: 50%;
	margin-top: -179px;
	right: 0;
	z-index: 50;
}
.zj_video_box .window{
	width: 580px;
	height: 357px;
	overflow: hidden;
}
.zj_video_box .window video{
	width: 100%;
	height: 100%;
}
.zj_video_box .window img{
	display: block;
	width: 100%;
	height: 100%;
}
.zj_video_box .shadow{
	width: 100%;
	height: 100%;
	background: #000000;
	filter:alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: visible;
}
.zj_video_box:hover .shadow{
	visibility: hidden;
	opacity: 0;
}
.data_txt_box{
	margin-top: 30px;
	width: 100%;
	display: table;
}
.data_txt_box dl{
	display: table-cell;
	text-align: left;
}
.data_txt_box dl dd{
	height: 35px;
	line-height: 35px;
}
.data_txt_box dl dd em{
	font-size: 14px;
	color: #666666;
	font-style: normal;
}
.data_txt_box dl dd strong{
	font-weight: bold;
	font-size: 30px;
	color: #B50D29;
	font-family: 'DIN-Regular';
}
.data_txt_box dl dt{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 4px;
}
.dj_switch_btn{
	height: 54px;
}
.dj_switch_btn a{
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	padding-bottom: 12px;
	float: left;
	font-size: 24px;
	line-height: 42px;
	color: #666666;
	position: relative;
}
.dj_switch_btn a:first-child{
	margin-left: 0;
}
.dj_switch_btn a.active,
.dj_switch_btn a.active:hover{
	color: #333333;
	font-size: 30px;
}
.dj_switch_btn a:hover{
	color: #B50D29;
}
.dj_switch_btn a:before{
	content: "";
	width: 0;
	height: 4px;
	background: #B50D29;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.dj_switch_btn a.active:before{
	width: 80px;
	opacity: 1;
	visibility: visible;
}
.zjcd_hm_module{
	padding: 80px 0;
}
.zjcd_hm_module.section_02{
	background: url(../images/hotbus_bg.png) no-repeat center;
}
.zjcd_hm_module.section_04{
	background: url(../images/cd_hn_bg02.png) no-repeat center;
}
.dt_hmbox .pic{
	width: 390px;
	float: left;
}
.dt_hmbox .pic img{
	display: block;
	width: 100%;
}
.dt_hmbox .cont{
	margin-left: 420px;
}
.dt_hmbox .cont .article_list li{
	border-bottom: 1px solid #dddddd;
}
.dt_hmbox .cont .article_list li:first-child{
	border-top: 1px solid #dddddd;
}
.dt_hmbox .cont .article_list li a{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}
.dt_hmbox .cont .article_list li .time{
	line-height: 26px;
	top: 20px;
	font-size: 12px;
}
.info_cmlist{
	width: 1230px;
	margin-left: -15px;
}
.info_cmlist li{
	width: 380px;
	padding: 0 15px;
	float: left;
}
.info_cmlist li a{
	display: block;
	color: #333333;
	background: #F7F7F7;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.info_cmlist li a .pic{
	overflow: hidden;
}
.info_cmlist li a .pic img{
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all .5s ;
	-moz-transition:all .5s ;
	-o-transition:all .5s ;
	transition:all .5s ;
}
.info_cmlist li a .cont{
	padding: 20px;
}
.info_cmlist li a h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.info_cmlist li a .time{
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}
.info_cmlist li a:hover{
	background: #ffffff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
	color: #B50D29;
}
.info_cmlist li a:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.zj_honor_box{
	height: 218px;
	position: relative;
	overflow: hidden;
	padding: 0 70px;
}
.zj_honor_box:before{
	content: "";
	width: 100%;
	height: 2px;
	background: #DDDDDD;
	position: absolute;
	top: 50%;
	left: 0;
}
.zj_honor_box .swiper-container{
	height: 218px;
	overflow: visible;
}
.zj_honor_item{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 218px;
	text-align: center;
	cursor: pointer;
}
.zj_honor_list li:nth-child(2n+1) .zj_honor_item{
	padding-top: 140px;
}
.zj_honor_list li:nth-child(2n) .zj_honor_item{
	padding-top: 54px;
}
.zj_honor_item .cont{
	width: 220px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -110px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all .5s ;
	-moz-transition:all .5s ;
	-o-transition:all .5s ;
	transition:all .5s ;
}
.zj_honor_list li:nth-child(2n) .zj_honor_item .cont{
	bottom: auto;
	top: 0;
}
.zj_honor_item  h5{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zj_honor_item  p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zj_honor_item i{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/honor_dot01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
	-webkit-transition:all .5s ;
	-moz-transition:all .5s ;
	-o-transition:all .5s ;
	transition:all .5s ;
}
.zj_honor_item .date{
	font-size: 20px;
	line-height: 24px;
	font-family: 'DIN-Regular';
}
.zj_honor_item:hover .cont{
	opacity: 1;
	visibility: visible;
}
.zj_honor_item:hover i{
	background-image: url(../images/honor_dot02.png);
}
.zj_btn_prev,
.zj_btn_next{
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background: url(../images/sw4_ic01.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	z-index: 50;
}
.zj_btn_prev{
	background-position: 0 0;
	left: 0;
}
.zj_btn_next{
	background-position: right 0;
	right: 0;
}
.zj_btn_prev:hover,
.zj_btn_next:hover{
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.zj_btn_prev.disabled,
.zj_btn_next.disabled{
	background-image: url(../images/sw4_ic02.png);
}
.query_form{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.query_item{
	float: left;
	margin-right: 10px;
	padding: 5px 0;
}
.query_input{
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	height: 40px;
	border: 1px solid #DDDDDD;
	background: #ffffff;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	padding: 9px 19px;
	outline: none;
}
.query_select{
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	height: 40px;
	border: 1px solid #DDDDDD;
	background: #ffffff;
	position: relative;
}
.query_select .vaule{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	position: relative;
	padding: 9px 39px 9px 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.query_select .vaule .default{
	color: #999999;
}
.query_select .vaule:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #999999 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 19px;
}
.query_select .list{
	background: #ffffff;
	border: 1px solid #CCCCCC;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	width: 100%;
	max-height: 260px;
	overflow: auto;
	position: absolute;
	top: 38px;
	left: -1px;
	z-index: 50;
}
.query_select .list li{
	padding: 10px 19px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.query_select .list li:hover{
	background: #f9f9f9;
	color: #B50D29;
}
.query_btn{
	display: inline-block;
	width: 92px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #B50D29;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.query_btn:hover{
	background: #c4344c;
}
.ib_peolist{
	display: inline-block;
	vertical-align: top;
	width: 900px;
	margin-left: -10px;
}
.ib_peolist li{
	width: 430px;
	padding: 20px 10px 0;
	float: left;
}
.ib_peolist li:nth-child(1),
.ib_peolist li:nth-child(2){
	padding-top: 0;
}
.ib_peolist li .libox{
	height: 182px;
}
.ib_peolist li .libox .pic{
	width: 130px;
	height: 182px;
	overflow: hidden;
	float: left;
}
.ib_peolist li .libox .pic img{
	display: block;
	width: 100%;
}
.ib_peolist li .libox .cont{
	margin-left: 130px;
	border: 1px solid #EDEDED;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 182px;
	padding: 20px;
}
.ib_peolist li .libox .cont h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.ib_peolist li .libox .cont p{
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.zqtz_hm_module.section_01{
	margin-top: -60px;
	position: relative;
	z-index: 50;
}
.zqtz_hm_module.section_02{
	background: #f7f7f7;
	padding: 80px 0;
}
.zctz_txtbox{
	padding: 0 40px;
	font-size: 18px;
	line-height: 25px;
}
.zctz_txtbox img{
        width:100px;
        height:100px;
}

.zctz_txtbox p{
	margin-top: 20px;
}
.zqtz_navlist li{
	width: 580px;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}
.zqtz_navlist li:nth-child(2n+1){
	margin-left: 0;
}
.zqtz_navlist li:nth-child(1),
.zqtz_navlist li:nth-child(2){
	margin-top: 0;
}
.zqtz_navlist li a{
	display: block;
	position: relative;
}
.zqtz_navlist li a .pic{
	height: 300px;
	overflow: hidden;
	border-radius: 4px;
}
.zqtz_navlist li a .pic img{
	display: block;
	width: 100%;
	-webkit-transition:all .5s ;
	-moz-transition:all .5s ;
	-o-transition:all .5s ;
	transition:all .5s ;
}
.zqtz_navlist li a span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 44px;
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 0;
	z-index: 50;
}
.zqtz_navlist li a:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.detail_template_1{
	margin: 20px 0;
	font-size: 14px;
	line-height: 20px;
}
.tzyw_pic{
	width: 213px;
	height: 266px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 32px;
	margin-bottom: 30px;
	border-radius: 4px;
}
.tzyw_pic img{
	display: block;
	width: 100%;
}
.tzyw_pic .title{
	background: rgba(0,0,0,0.5);
	padding: 30px 20px 40px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}
.tzyw_pic .title span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 12px;
	position: relative;
}
.tzyw_pic .title span:before{
	content: "";
	width: 40px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.d_tp_buslist .item{
	width: 251px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 11px;
	margin-top: 20px;
	margin-left: 130px;
}
.d_tp_buslist .item:nth-child(2n+1){
	margin-left: 0;
}
.d_tp_buslist .item h5{
	font-size: 16px;
	line-height: 22px;
	position: relative;
	font-weight: normal;
	margin-bottom: 10px;
}
.d_tp_buslist .item h5:before{
	content: "";
	width: 6px;
	height: 7px;
	background: url(../images/l_dot_red.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 7px;
	left: -11px;
}
.d_tp_buslist .item p{
	color: #666666;
}
.detail_template_2{
	margin: 20px 0;
	font-size: 14px;
	line-height: 20px;
}
.qytz_dt_01{
	position: relative;
	margin: 20px 0;
}
.qytz_dt_01 .pic img{
	display: block;
	width: 100%;
}
.qytz_dt_01 .cont{
	width: 632px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	padding: 24px 0 28px 34px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
}
.qytz_dt_01 .cont h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 14px;
}
.qytz_dt_01 .cont p{
	color: #666666;
}
.qytz_dt_02{
	border-top: 1px solid #F4F4F4;
	padding: 40px 0;
}
.qytz_dt_02 .pic{
	width: 340px;
	float: right;
	margin-left: 22px;
	margin-bottom: 20px;
}
.qytz_dt_02 .cont h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 34px;
}
.qytz_dt_02 .cont h3 span{
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
}
.qytz_dt_02 .cont h3 span:before{
	content: "";
	width: 40px;
	height: 4px;
	background: #B50D29;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qytz_dt_02 .cont p{
	color: #666666;
}
.d_tp_buslist_2{
	margin: 40px 0 30px;
}
.d_tp_buslist_2 .item{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding: 0 35px;
}
.d_tp_buslist_2 .item .icon{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 12px;
}
.d_tp_buslist_2 .item .icon img{
	display: block;
	width: 100%;
}
.d_tp_buslist_2 .item h5{
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 12px;
}
.d_tp_buslist_2 .item p{
	color: #666666;
}
.branch_pagebox{
	background: #ffffff;
}
.map_branch{
	width: 818px;
	padding-right: 99px;
	border-right: 1px solid #EDEDED;
	min-height: 500px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
.map_tab{
	height: 60px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.map_tab a{
	display: inline-block;
	vertical-align: top;
	width: 188px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border: 1px solid #B50D29;
	font-size: 20px;
	color: #B50D29;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.map_tab a i{
	display: inline-block;
	width: 20px;
	height: 24px;
	vertical-align: top;
	position: relative;
	top: 17px;
	margin-right: 6px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.map_tab a i.ic01{
	background: url(../images/map_tab_ic01.png) no-repeat center;
}
.map_tab a i.ic02{
	background: url(../images/map_tab_ic02.png) no-repeat center;
}
.map_tab a:hover,
.map_tab a.active{
	background: #B50D29;
	color: #fff;
}
.map_tab a:hover i.ic01,
.map_tab a.active i.ic01{
	background-image: url(../images/map_tab_ic01_on.png);
}
.map_tab a:hover i.ic02,
.map_tab a.active i.ic02{
	background-image: url(../images/map_tab_ic02_on.png);
}
.right_branch{
	width: 282px;
	float: right;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.right_branch:before{
	content: "";
	width: 1px;
	height: 100%;
	background: #EDEDED;
	position: absolute;
	top: 0;
	left: -1px;
}
.right_branch h5{
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding: 19px 30px;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.right_branch .cont{
	padding: 20px 0 20px 30px;
	font-size: 15px;
	line-height: 21px;
	color: #666;
}
.right_branch .cont p{
	margin-bottom: 10px;
}
.right_branch .cont p.address{
	padding-left: 25px;
	background: url(../images/branch_ic01.png) no-repeat left 2px;
}
.right_branch .cont p.phone{
	padding-left: 25px;
	background: url(../images/branch_ic02.png) no-repeat left 2px;
}
.right_branch .list{
	padding: 15px 0 0 30px;
}
.right_branch .list li{
	font-size: 15px;
	line-height: 21px;
	color: #666;
	margin-top: 15px;
	padding-left: 20px;
	position: relative;
}
.right_branch .list li:first-child{
	margin-top: 0;
}
.right_branch .list li:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #979797;
	border-radius: 100%;
	position: absolute;
	top: 8px;
	left: 0;
}
.map_info_wrap{
	padding: 20px 0;
}
.sele_w2{
	width: 225px;
}
.input_w2{
	width: 235px;
}
.txt_left{
	text-align: left !important;
}
.branch_detail{
	padding: 40px 0;
}
.branch_infobox{
	margin-bottom: 20px;
}
.branch_infobox .pic{
	width: 352px;
	float: left;
}
.branch_infobox .pic img{
	display: block;
	width: 100%;
}
.branch_infobox .cont{
	margin-left: 392px;
	border: 1px solid #DDDDDD;
	padding: 25px 29px;
}
.branch_infobox .cont h5{
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.branch_infobox .cont p{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
}
.branch_intro{
	margin: 25px 0;
}
.branch_intro .title{
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
}
.branch_txt p{
	margin: 10px 0;
}
.wd_info_list{
	margin: 15px 0;
}
.wd_info_list li{
	width: 33.33333%;
	float: left;
	padding: 5px 0;
}
.map_imgbox{
	height: 360px;
	border: 1px solid #dddddd;
	overflow: hidden;
	margin-top: 30px;
	display: none;
}
.wd_imglist li{
	width: 580px;
	float: left;
	height: 360px;
	overflow: hidden;
	margin-left: 40px;
	margin-bottom: 30px;
}
.wd_imglist li:nth-child(2n+1){
	margin-left: 0;
}
.wd_imglist li img{
	display: block;
	width: 100%;
}
.cm_intro_tit{
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
	font-weight: 700;
}
.qa_list li{
	margin-top: 10px;
}
.qa_list li .tit{
	background: #F9F9F9;
	padding: 17px 80px 17px 88px;
	position: relative;
}
.qa_list li .tit .word{
	padding-left: 16px;
	line-height: 26px;
	font-size: 18px;
	position: absolute;
	top: 17px;
	left: 30px;
}
.qa_list li .tit .word:before{
	content: "";
	width: 6px;
	height: 6px;
	background: #B50D29;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
}
.qa_list li .tit h5{
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}
.qa_list li .cont{
	padding: 10px 0 10px 60px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	margin-top: 10px;
	position: relative;
}
.qa_list li .cont .word{
	color: #B50D29;
	position: absolute;
	top: 10px;
	left: 30px;
}
.zk_btn{
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/zk_btn01.png) no-repeat center;
	position: absolute;
	top: 17px;
	right: 30px;
	z-index: 50;
}
.zk_btn.on{
	background-image: url(../images/zk_btn02.png);
}
.data_table.pro th,
.data_table.pro td{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}
.data_table td p{
	text-align: left;
	padding: 0 30px;
}
.pro_comtitle{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.pro_comtitle .wrapfix{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pro_comtitle h2{
	font-size: 50px;
	height: 70px;
	line-height: 70px;
	font-weight: normal;
}
.pro_comtitle h2 em{
	font-size: 40px;
	font-family: 'DIN-Regular';
}
.pro_comtitle .info{
	margin-top: 40px;
	height: 32px;
	font-size: 24px;
	line-height: 32px;
}
.pro_comtitle .info .item{
	float: left;
	margin-left: 80px;
}
.pro_comtitle .info .item:first-child{
	margin-left: 0 !important;
}
.txt_overflow{
	position: relative;
	overflow: hidden;
	height: 60px;
	margin: 10px 0;
}
.txt_overflow p{
	display: inline;
	margin: 0 !important;
}
.txt_overflow .com_link{
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 13px;
}
.r_download_col:nth-child(2n) .txt_overflow .com_link{
	background: #ffffff;
}
.txt_overflow.fold{
	height: auto;
}
.txt_overflow.fold .com_link{
	position: relative;
	display: inline-block;
}

.page_title em{
	display: block;
	font-size: 30px;
	line-height: 42px;
	font-style: normal;
	margin-top: 10px;
}
.cp_hm_module{
	padding: 80px 0;
}
.cp_hm_module.section_02{
	background: #F7F7F7;
}
.cp_hm_module.section_04{
	background: url(../images/zc_hn_bg01.png) no-repeat center top;
}
.cp_hm_module.section_01 .bus_tabwrap{
	height: auto;
	min-height: 370px;
}
.cp_hm_module.section_01 .bus_tabwrap .pic{
	height: 450px;
}
.txt_info3{
	font-size: 16px;
	line-height: 30px;
}
.cp_hm_module.section_04 .zc_buswrap{
	padding-left: 100px;
	padding-right: 100px;
}
.cp_hm_module .dj_md_title{
	margin-bottom: 48px;
}
.cp_hm_module.section_04  .dj_md_title{
	margin-bottom: 30px;
}
.zc_buslist.flex{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.zc_buslist.flex:before,
.zc_buslist.flex:after{
	display: none;
}
.zc_buslist.flex li{
	width: 100px;
	float: none;
}
.zc_buswrap .zc_buslist.flex li a{
	font-size: 20px;
	line-height: 28px;
}
.cp_cfbox .pic{
	width: 600px;
	float: right;
}
.cp_cfbox .pic img{
	display: block;
	width: 100%;
}
.cp_cfbox .cont{
	margin-right: 600px;
	padding-right: 60px;
}
.cp_cfbox .zc_buslist.flex li{
	width: 80px;
}
.cp_xywrap{
	margin-top: 10px;
	display: flex;
}
.cp_xywrap .item{
	display: block;
	height: 280px;
	position: relative;
	font-size: 30px;
	line-height: 42px;
	color: #ffffff;
	width: 500px;
	margin-left: 10px;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cp_xywrap .item:first-child{
	margin-left: 0;
}
.cp_xywrap .item.long{
	flex: 1;
	width: 100%;
}
.cp_xywrap .item .bg{
	height: 280px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cp_xywrap .item .bg.ic01{
	background: url(../images/cp_xy_img01.png) no-repeat center;
}
.cp_xywrap .item .bg.ic02{
	background: url(../images/cp_xy_img02.png) no-repeat center;
}
.cp_xywrap .item .bg.ic03{
	background: url(../images/cp_xy_img03.png) no-repeat center;
}
.cp_xywrap .item .bg.ic04{
	background: url(../images/cp_xy_img04.png) no-repeat center;
}
.cp_xywrap .item .shadow{
	width: 100%;
	height: 100%;
	background: rgba(181,13,41,0.85);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cp_xywrap .item .tit{
	padding-bottom: 24px;
	position: absolute;
	top: 48px;
	left: 48px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-top: 0;
	z-index: 50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cp_xywrap .item .tit:after{
	content: "";
	width: 40px;
	height: 4px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.cp_xywrap .item:hover{
	width: 690px;
}
.cp_xywrap .item:hover .shadow{
	opacity: 1;
	visibility: visible;
}
.cp_xywrap .item:hover .tit{
	top: 50%;
	margin-top: -33px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cp_xywrap .item:hover .tit:after{
	opacity: 1;
	visibility: visible;
}
.more_buslist{
	background: url(../images/more_bus_bg.png) no-repeat center;
}
.more_buslist li{
	width: 300px;
	float: left;
}
.more_buslist li a{
	display: block;
	border-left: 1px solid #ffffff;
	height: 248px;
	position: relative;
	font-size: 30px;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
}
.more_buslist li:first-child a{
	border-left: 0 none;
}
.more_buslist li a .bg{
	width: 100%;
	height: 100%;
	background: rgba(181,13,41,0.85);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.more_buslist li span{
	display: block;
	width: 100%;
	padding-bottom: 24px;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	left: 0;
	z-index: 10;
}
.more_buslist li span:after{
	content: "";
	width: 40px;
	height: 4px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.more_buslist li a:hover .bg{
	opacity: 1;
	visibility: visible;
}

/*-- add 20220422 --*/
.map_info_box .item.guangxizhuangzuzizhiqu{
	top: 332px;
	left: 245px;
}
.map_info_box .item.guangxizhuangzuzizhiqu span{
	padding-bottom: 2px;
}
.map_info_box .item.guangxizhuangzuzizhiqu span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.guizhou{
	top: 300px;
	left: 265px;
}
.map_info_box .item.guizhou span{
	padding-bottom: 2px;
}
.map_info_box .item.guizhou span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.xizangzizhiqu{
	top: 225px;
	left: 65px;
}
.map_info_box .item.xizangzizhiqu span{
	padding-bottom: 2px;
}
.map_info_box .item.xizangzizhiqu span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.qinghai{
	top: 190px;
	left: 170px;
}
.map_info_box .item.qinghai span{
	padding-bottom: 2px;
}
.map_info_box .item.qinghai span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.xinjiangweiwuerzizhiqu{
	top: 120px;
	left: 55px;
}
.map_info_box .item.xinjiangweiwuerzizhiqu span{
	padding-bottom: 2px;
}
.map_info_box .item.xinjiangweiwuerzizhiqu span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.ningxiahuizuzizhiqu{
	top: 175px;
	left: 230px;
}
.map_info_box .item.ningxiahuizuzizhiqu span{
	padding-bottom: 2px;
}
.map_info_box .item.ningxiahuizuzizhiqu span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.map_info_box .item.jilin{
	top: 95px;
	left: 430px;
}
.map_info_box .item.jilin span{
	padding-bottom: 2px;
}
.map_info_box .item.jilin span:before{
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}
.h5_fourlist{
	border-bottom: 1px dashed #f2f2f2;
}
.h5_fourlist > li > .item{
	position: relative;
}
.h5_fourlist > li > .item a{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding-left: 60px;
	color: #666;
}
.h5_fourlist > li > .item.act a{
	color: #B50D29;
}
.h5_thirdlist > li > .item b{
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/h5_navarrow01.png) no-repeat center;
	background-size: 7px 12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.h5_thirdlist > li > .item.act b{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.h5_thirdlist > li > .item.act a{
	background: #F1F1F1;
}

.dialog_overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

.dialog_box {
	width: 1000px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 48px 50px;
	background: #fff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6000;
}
.dialog_box .close{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/icon_close.png) no-repeat center;
	position: absolute;
	top: -65px;
	right: -93px;
	z-index: 50;
}

.dialog_cont h3 {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333333;
}

.dialog_cont .cont {
	min-height: 40px;
	overflow: auto;
	max-height: 240px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.dialog_btn {
	margin-top: 28px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.dialog_btn a {
	display: block;
	width: 148px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	background: #B50D29;
	color: #ffffff;
	border-radius: 4px;
	margin-left: 20px;
}

.dialog_btn a:first-child {
	margin-left: 0 !important;
}

.dialog_btn a.cancel {
	height: 38px;
	width: 146px;
	line-height: 38px;
	border: 1px solid #B50D29;
	background: none;
	color: #B50D29;
}
.dialog_btn a:hover{
	background: #C4261D;
}
.dialog_btn a.cancel:hover{
	background: none;
}
.dialog_btn a.disabled {
	opacity: 0.3;
}


/*-- add 20220812 start --*/
.offer_hm_module{
	padding: 0 0 80px;
}
.offer_hm_module.mod_01{
	padding-top: 80px;
}
.offer_videobox{
	position: relative;
	margin: 50px 0 0;
	min-height: 300px;
}
.offer_videobox .window{
	overflow: hidden;
}
.offer_videobox .window video{
	display: block;
	width: 100%;
}
.offer_videobox .window img{
	display: block;
	width: 100%;
}
.offer_videobox .shadow{
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: visible;
}
.offer_videobox:hover .shadow{
	visibility: visible;
	opacity: 0.2;
}
.offer_hm_module.mod_02 .dj_md_title{
	margin-bottom: 35px;
}
.welfare_list{
	width: 1230px;
	margin-left: -15px;
}
.welfare_list li{
	width: 585px;
	padding: 15px;
	float: left;
}
.welfare_item{
	position: relative;
	cursor: pointer;
}
.welfare_item .pic img{
	display: block;
	width: 100%;
}
.welfare_item .bg{
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.4;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.welfare_item .inner{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.welfare_item .tit{
	width: 100%;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 17px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	visibility: visible;
}
.welfare_item .tit:after{
	content: "";
	width: 36px;
	height: 3px;
	background: #F9F8F4;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -18px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.welfare_item .info{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 0 60px;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
.welfare_item .info p{
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.welfare_item:hover .bg{
	background: #B60029;
	opacity: 0.85;
}
.welfare_item:hover .tit{
	opacity: 0;
	visibility: hidden;
}
.welfare_item:hover .info{
	opacity: 1;
	visibility: visible;
}
.welfare_item:hover .tit:after{
	width: 0;
	margin-left: 0;
}
.page_banner.sub{
	min-height: auto;
}
.page_banner.sub .page_title{
	font-size: 42px;
}
.offer_listpage{
	padding: 50px 0;
}
.filter_wrap{
	margin-bottom: 20px;
}
.filter_item{
	padding-bottom: 10px;
	position: relative;
	padding-right: 60px;
}
.filter_item .tit{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	float: left;
	width: 100px;
}
.filter_item .cont{
	margin-left: 100px;
	min-height: 32px;
	overflow: hidden;
	height: 32px;
}
.filter_item.drop{
	padding-bottom: 20px;
}
.filter_item.drop .cont{
	height: auto;
}
.filter_item.drop .filter_droplink{
	bottom: 30px;
}
.filter_item .cont a{
	display: inline-block;
	float: left;
	margin-right: 40px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #333333;
}
.filter_item .cont a.active,
.filter_item .cont a:hover{
	color: #B50D29;
}

.filter_droplink{
	font-size: 16px;
	line-height: 22px;
	color: #B60029;
	padding-right: 16px;
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 50;
}
.filter_droplink:after{
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/arrow01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.filter_droplink.on:after{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.f_search_box{
	margin: 15px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.f_search_box .tit{
	display: block;
	font-size: 16px;
	line-height: 46px;
	color: #333333;
	padding-right: 5px;
}
.f_search_box .f_search_input{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	height: 46px;
	position: relative;
}
.f_search_box .f_search_input .t1{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 46px;
	border: 1px solid #EDEDED;
	padding: 11px 19px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	outline: none;
	background: #ffffff;
	font-family: arial,"Microsoft YaHei",PingFangSC-Regular, sans-serif;
}
.f_search_box .btn{
	display: block;
	height: 46px;
	line-height: 46px;
	width: 120px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #B60029;
	margin-left: 10px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.f_search_box .btn:hover{
	background: #c4344c;
}
.offer_listtable th{
	font-size: 16px;
	text-align: center;
	padding: 14px 10px;
	line-height: 22px;
	font-weight: 700;
	color: #333333;
	border: 0 none;
	background: #F7F7F7;
	vertical-align: middle;
	white-space: nowrap;
}
.offer_listtable td{
	border: 0 none;
	border-bottom: 1px solid #EDEDED;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	vertical-align: middle;
	padding: 10px;
	height: 50px;
}
.offer_listtable th:first-child,
.offer_listtable td:first-child{
	padding-left: 25px;
	text-align: left;
}
.offer_listpage .offer_videobox{
	margin-top: 0;
	margin-bottom: 40px;
}
.zp_card_ctbox{
	padding: 18px 0;
	min-height: 400px;
	height: auto;
	margin: 0;
	position: relative;
}
.zp_card_info{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 10px;
}
.zp_card_info p{
	padding: 5px 0;
}
.zp_card_info h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}
.zp_card_info h3 em{
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	margin-left: 5px;
}
.zp_card_info .p1 span{
	margin-left: 40px;
}
.zp_card_info .p1 span:first-child{
	margin-left: 0;
}
.zp_card_txt{
	padding: 15px 0;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.zp_card_txt h5{
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #000;
	margin-bottom: 10px;
}
.zp_card_txt p a{
	color: #B50D29;
}
.zp_sendbtn{
	display: block;
	width: 185px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #B60029;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 18px;
	right: 0;
	z-index: 50;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.zp_sendbtn:hover{
	background: #c4344c;
}
.zp_layerbox{
	width: 1000px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6000;
}
.zp_layerbox .close{
	width: 30px;
	height: 30px;
	background: url(../images/icon_close2.png) no-repeat center;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 50;
}
.zp_layer_tit{
	margin: 0 100px;
	padding: 50px 0;
	text-align: center;
	border-bottom: 1px solid #EDEDED;
}
.zp_layer_tit h3{
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}
.zp_layer_cont{
	padding: 80px 50px;
}
.zp_ptlist{
	text-align: center;
	font-size: 0;
	line-height: 0;
	display: flex;
   	align-items: center;
    	justify-content: center;
}
.zp_ptlist a{
	height: 220px;
	width: 220px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	background: #f7f7f7ff;
	border-radius: 200px;
	margin:0 15px;
}
.zp_ptlist a img{
/*	width: 220px;  */
	height: 40px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.zp_ptlist a:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}





/*-- add 20220812 end --*/


/*-- h5 适配  --*/
@media (max-width: 1024px){
	a{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	body{
		min-width: auto;
	}
	.wrapfix{
		min-width: auto;
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header{
		height: 28px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.header .logo{
		width: 100%;
		padding: 0;
		float: none !important;
	}
	.header .logo a{
		display: block;
		height: 28px;
	}
	.header .logo img{
		margin: 0 auto;
		height: 100%;
	}
	.banner_box .swiper-slide .pc_img{
		display: none;
	}
	.banner_box .swiper-slide .h5_img{
		display: block;
		background-size: 100% 100% !important;
	}
	.h5_navlink{
		visibility: visible;
		display: block;
	}
	.nav_box{
		display: none;
	}
	.foot_box{
		padding: 25px 0 13px 0;
		position: relative;
	}
	.foot_abouts{
		width: auto;
		float: none;
		font-size: 10px;
		line-height: 20px;
		position: relative;
	}
	.foot_abouts .item{
		margin-bottom: 8px;
		font-size: 14px;
		padding-left: 28px;
	}
	.foot_abouts .item .online,
	.foot_abouts .item .tel{
		background-size: 100%;
		width: 14px;
		height: 14px;
		top: 4px;
	}
	.foot_abouts .item .online:before,
	.foot_abouts .item .tel:before{
		right: -6px;
		top: 0;
	}
	.foot_abouts .item .tel{
		/* top: 7px; */
	}
	.num_span{
		font-size: 18px;
		line-height: 28px;
	}
	.num_span em{
		font-size: 10px;
	}
	.foot_abouts .item_last {
		font-size: 10px;
		text-align: right;
		line-height: 28px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.foot_link_cont {
		display: none;
		width: auto;
		float: none;
		position: absolute;
		top: 25px;
		right: 0;
		z-index: 50;
	}
	.foot_link_cont .item{
		display: inline-block;
		vertical-align: top;
		width: auto !important;
		margin-left: 15px;
	}
	.foot_link_cont .item h5{
		font-size: 14px;
		margin-bottom: 0;
	}
	.foot_link_cont .item ul{
		display: none;
	}
	.foot_codebox{
		display: none;
	}
	.friendship_links{
		display: none;
	}
	.foot_bottom{
		padding: 15px 0;
		text-align: center;
	}
	.foot_bottom p{
		font-size: 10px;
		line-height: 16px;
	}
	.section{
		padding-top: 44px;
	}
	.dot_box,
	.index_banner .dot_box{
		bottom: 20px;
	}
	.dot_box span{
		width: 30px;
		height: 2px;
	}
	.walkin_section{
		padding: 30px 0;
	}
	.walkin_section .pic{
		display: none;
		height: auto;
		position: relative;
		width: 100%;
		top: 0;
	}
	.walkin_section .cont{
		padding: 0;
		background: none;
		margin-right: 0;
		height: auto;
	}
	.walkin_section .cont .title{
		margin-bottom: 20px;
	}
	.walkin_section .cont .title h2{
		font-size: 20px;
		line-height: 28px;
	}
	.walkin_section .cont .title h2 em{
		font-size: 14px;
		line-height: 20px;
	}
	.walkin_section .more_link{
		margin-top: 20px;
	}
	.activity_section{
		padding: 30px 0;
	}
	.tit_box{
		margin-bottom: 20px;
	}
	.tit_box h2{
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
		text-align: left;
	}
	.activity_list li{
		float: none;
		width: auto;
		margin: 15px 0 0;
	}
	.activity_list li:first-child{
		margin-top: 0;
	}
	.activity_list li .cont{
		padding: 0;
	}
	.activity_list li .pic{
		height: 110px;
	}
	.activity_list li .pic span{
		font-size: 20px;
	}
	.activity_list li .more_link{
		margin-top: 0;
		font-size: 0;
		line-height: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
	}
	.act_newslist{
		display: none;
	}
	.product_section{
		padding: 30px 0;
	}
	.tj_proleft{
		background: none;
		width: auto;
		float: none;
		height: auto;
	}
	.tj_protabnav{
		overflow: hidden;
	}
	.tj_protabnav li {
		float: left;
		margin-left: 10px;
	}
	.tj_protabnav li:first-child{
		margin-left: 0;
	}
	.tj_protabnav li a{
		color: #333333;
		padding: 5px 0;
		font-size: 16px;
		line-height: 24px;
	}
	.tj_protabnav li a:after{
		left: 50%;
		margin-left: 0;
		bottom: 0;
		height: 2px;
		background: #B50D29;
	}
	.tj_protabnav li.active a{
		color: #B50D29;
	}
	.tj_protabnav li.active a:after{
		left: 50%;
		margin-left: -20px;
	}
	.tj_proright{
		margin-top: 20px;
		margin-left: 0;
		height: auto;
	}
	.tj_ranklist{
		padding: 0;
		background: none;
		display: flex;
		height: auto;
	}
	.tj_ranklist li{
		flex: 1;
		float: none;
	}
	.tj_ranklist li a{
		padding: 5px 0;
		height: auto;
	}
	.tj_ranklist li a i{
		width: 56px;
		height: 56px;
		background-size: 100% !important;
		margin-bottom: 10px;
	}
	.tj_ranklist li a h5{
		font-size: 18px;
		line-height: 28px;
	}
	.tj_ranklist li a p{
		font-size: 12px;
		line-height: 18px;
		padding: 0 20px;
		margin-top: 5px;
	}
	.lecture_box{
		padding: 0;
		background: none;
		margin: 0;
		height: auto;
		overflow: hidden;
	}
	.lecture_box .video_box{
		position: relative;
		top: 0;
		right: 0;
		margin: 0;
		float: none;
		width: 100%;
		height: 160px;
		margin: 0 auto;
	}
	.play_btn{
		width: 30px;
		height: 30px;
		margin: -15px 0 0 -15px;
		background-size: 100%;
	}
	.lecture_box .list{
		margin: 15px auto 0;
		margin-right: 0;

	}
	.lecture_box .list li a{
		border: 0 none;
		padding: 7px 0 7px 15px;
		font-size: 14px;
		line-height: 20px;
	}
	.lecture_box .list li a:before{
		border-width: 4px 0 4px 4px;
		border-color: transparent transparent transparent #333333;
		margin-top: -4px;
	}
	.lecture_box .list li.active a:before{
		opacity: 1;
		border-color: transparent transparent transparent #B50D29;
	}

	.educate_section{
		padding-bottom: 30px;
	}
	.risk_educate{
		display: flex;
	}
	.risk_educate li{
		margin-left: 15px;
		flex: 1;
		width: auto;
	}
	.risk_educate li .libox{
		padding: 80px 15px 15px;
		text-align: center;
		height: 80px;
	}
	.risk_educate li i{
		width: 40px;
		height: 40px;
		background-size: 100% !important;
		top: 25px;
		left: 50%;
		margin: 0 0 0 -20px;
	}
	.risk_educate li .libox h5{
		border-bottom: 0 none;
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.risk_educate li .libox:hover{
		background: #B50D29;
	}
	.hotbus_section{
		padding: 30px 0;
	}
	.bus_tabnav{
		text-align: left;
		padding: 0;
		margin-bottom: 20px;
	}
	.bus_tabnav a{
		font-size: 14px;
		line-height: 30px;
		margin-left: 15px;
	}
	.bus_tabnav a:first-child{
		margin-left: 0;
	}
	.bus_tabnav a.active{
		padding: 0 15px;
	}
	.bus_tabwrap{
		height: auto;
	}
	.bus_tabwrap .pic{
		display: none;
	}
	.bus_tabcont{
		margin-left: 0;
	}
	.bus_tabcont .item{
		padding: 20px 15px;
	}
	.bus_newslist li{
		font-size: 14px;
		line-height: 20px;
		padding: 6px 90px 6px 15px;
		min-height: 20px;
	}
	.bus_newslist li:before{
		top: 12px;
	}
	.bus_newslist li a{
		font-size: 14px;
	}
	.bus_newslist li .time{
		top: 6px;
		font-size: 12px;
	}
	.school_section{
		padding: 30px 0;
	}
	.school_navlist{
		width: 100%;
		display: flex;
		margin: 0;
	}
	.school_navlist li{
		flex: 1;
		padding: 0;
		margin-left: 10px;
	}
	.school_navlist li:first-child{
		margin-left: 0;
	}
	.school_navlist li a{
		padding-top: 60px;
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		background: none;
	}
	.school_navlist li a i{
		width: 30px;
		height: 30px;
		background-size: 100% !important;
		margin-left: -15px;
		top: 20px;
	}
	.rule_section{
		padding: 0 0 30px;
	}
	.sub_tablink{
		text-align: left;
		margin-bottom: 10px;
	}
	.sub_tablink a{
		font-size: 16px;
		line-height: 24px;
	}
	.sub_tablink a:first-child{
		padding-left: 0;
	}
	.dt_newslist{
		width: 100%;
		margin: 0;
	}
	.dt_newslist li{
		width: 100%;
		padding: 10px 0 0;
	}
	.dt_newslist li:nth-child(2n+1){
		margin-left: 0;
	}
	.dt_newslist li a{
		padding: 12px 15px 12px 25px;
	}
	.dt_newslist li a:before{
		top: 19px;
		left: 10px;
	}
	.dt_newslist li a h5{
		font-size: 14px;
		line-height: 22px;
	}
	.dt_newslist li a .time{
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.fastlink_section{
		padding: 30px 0;
	}
	.fast_linknav{
		width: 100%;
		margin: 0;
	}
	.fast_linknav li{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 48%;
		margin-left: 4%;
		padding: 10px 0 0;
	}
	.fast_linknav li:nth-child(2n+1){
		margin-left: 0;
	}
	.fast_linknav li a{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.page_banner{
		min-height: auto;
	}
	.page_title{
		width: auto;
		left: 15px;
		right: 15px;
		text-align: center;
		margin-left: 0;
		font-size: 24px;
		line-height: 30px;
	}
	.page_title em{
		font-size: 16px;
		line-height: 22px;
		margin-top: 5px;
	}
	.com_tabwrap{
		width: 100%;
		margin-top: 0;
		margin-bottom: 15px;
		overflow: hidden;
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
		height: 48px;
	}
	.com_tabnav{
		border-radius: 0;
		display: flex;
		width: 100%;
		box-shadow: none;
		overflow: auto;
		height: 70px;
	}
	.com_tabnav li{
		flex: 1;
	}
	.com_tabnav li a{
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		display: block;
		white-space: nowrap;
		padding: 0 12px;
	}
	.com_tabnav li a:before{
		display: none;
	}
	.main_content{
		width: auto;
		padding: 0 15px 30px;
	}
	.zjjd_bg .main_content{
		padding-top: 15px;
	}
	.zjjd_intro .video_box{
		width: auto;
		height: auto !important;
		min-height: 200px;
		float: none;
		margin-bottom: 25px;
	}
	.zjjd_intro .video_box video{
		width: 100% !important;
		height: auto !important;
	}
	.zjjd_intro .video_box .window{
		width: auto;
		height: 200px;
	}
	.zjjd_intro .video_box .play_btn{
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}
	.zjjd_intro .info_box{
		width: auto;
		float: none;
	}
	.zjjd_intro .txt_info p{
		margin-top: 15px;
	}
	.zjjd_bnbox{
		margin-top: 40px;
	}
	.gn_area_list{
		width: 100%;
		margin: 0;
	}
	.gn_area_list li{
		width: 48%;
		padding: 6px 0;
		margin-left: 4%;
	}
	.gn_area_list li:nth-child(2n+1){
		margin-left: 0;
	}
	.gn_area_list li a .pic{
		height: auto;
	}
	.gn_area_list li a span{
		font-size: 16px;
		bottom: 10px;
	}
	.zjjd_aboutus{
		margin-top: 30px;
		padding: 15px 15px 20px;
	}
	.zjjd_aboutus_info{
		width: auto;
	}
	.zjjd_code{
		position: relative;
		top: 0;
		margin: 20px auto 0;
		right: 0;
	}
	.zjjd_aboutus_info p{
		font-size: 12px;
		margin-top: 8px;
		line-height: 18px;
	}
	.zjjd_aboutus_info p i{
		top: 1px;
	}
	.article_list li a{
		padding: 14px 80px 14px 0;
		font-size: 14px;
	}
	.article_list li .time{
		font-size: 12px;
		top: 14px;
	}
	.page_box{
		text-align: center;
		margin: 20px 0 0;
		height: 28px;
	}
	.page_box a{
		margin: 0 3px;
		height: 26px;
		line-height: 26px;
		padding: 0 2px;
		min-width: 22px;
	}
	.page_box .more{
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.page_box a.prev,
	.page_box a.next{
		height: 28px;
		line-height: 28px;
	}
	.page_box .jump{
		display: none;
	}
	.page_left{
		width: 70px;
		padding-top: 14px;
	}
	.page_right{
		margin-left: 70px;
	}
	.sidebar_nav{
		padding-right: 0;
		position: relative;
		left: -15px;
		border-left: 0 none;
		padding-left: 1px;
	}
	.sidebar_nav > li{
		padding: 3px 0;
	}
	.sidebar_nav > li > a{
		padding-left: 8px;
		font-size: 14px;
		line-height: 20px;
	}
	.sidebar_nav li .arrow{
		top: 7px;
	}
	.sidebar_nav .sub{
		padding: 6px 0 2px;
	}
	.sidebar_nav .sub > li{
		padding: 2px 0;
	}
	.sidebar_nav .sub > li > a{
		padding-left: 8px;
		font-size: 13px;
	}
	.fsat_navwrap{
		width: auto;
		margin: 0 0 20px;
	}
	.fsat_navlist{
		display: block;
		overflow: hidden;
		box-shadow: none;
		padding: 10px 0;
	}
	.fsat_navlist li{
		float: left;
		display: block;
		width: 33.3333%;
	}
	.fsat_navlist li a{
		padding: 54px 0 0;
		height: 90px;
		text-align: center;
		font-size: 14px;
	}
	.fsat_navlist li a .icon{
		width: 28px;
		height: 28px;
		background-size: 100% !important;
		top: 15px;
		left: 50%;
		margin: 0 0 0 -14px;
	}
	.fsat_navlist li a p{
		display: none;
	}
	.fsat_navlist li a:hover{
		background: none;
		color: #333333;
	}
	.fsat_navlist li a:hover .icon.ic01{
		background-image: url(../images/fast_nav1.png);
	}
	.fsat_navlist li a:hover .icon.ic02{
		background-image: url(../images/fast_nav2.png);
	}
	.fsat_navlist li a:hover .icon.ic03{
		background-image: url(../images/fast_nav3.png);
	}
	.fsat_navlist li a:hover .icon.ic04{
		background-image: url(../images/fast_nav5.png);
	}
	.fsat_navlist li a:hover .icon.ic05{
		background-image: url(../images/fast_nav4.png);
	}
	.home_module.section_01{
		padding: 20px 0 40px;
	}
	.home_mod_title{
		margin-bottom: 25px;
	}
	.hm_more_btn{
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 12px;
	}
	.home_mod_title h2{
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 20px;
	}
	.home_mod_title h2 em{
		font-size: 20px;
		line-height: 22px;
		bottom: 15px;
	}
	.main_bus_list .row_01{
		width: 47%;
	}
	.main_bus_list .item{
		height: 90px !important;
		margin-top: 10px;
	}
	.main_bus_list .tit{
		padding: 0;
		width: 100%;
		font-size: 20px;
		line-height: 32px;
		text-align: center;
		top: 50%;
		left: 0;
		margin-top: -16px;
	}
	.main_bus_list .tit img{
		display: none;
	}
	.main_bus_list .item .inner{
		opacity: 0 !important;
		visibility: visible;
		padding: 0;
		width: 100%;
		height: 100%;
		z-index: 120;
	}
	.main_bus_list .item .inner .txt{
		display: none;
	}
	.main_bus_list .item .outer{
		height: 90px;
	}
	.main_bus_list .item .outer img{
		width: 100%;
		height: 90px;
	}
	.main_bus_list .item .more{
		font-size: 0;
		line-height: 0;
		border: 0 none;
		color: transparent;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main_bus_list .item .more:after{
		display: none;
	}
	.home_module.section_02{
		padding: 40px 0;
	}
	.home_module.section_02 .wrapfix{
		width: auto;
		padding: 0;
		margin: 0 15px;
		border-radius: 0;
	}
	.home_module.section_02 .wrapfix::before{
		display: none;
	}
	.hm_dt_title{
		padding: 0;
		height: 40px;
		overflow: hidden;
	}
	.hm_dt_title .wrap{
		width: 100%;
		height: 60px;
		overflow: auto;
	}
	.hm_dt_nav{
		display: table;
		height: auto;
	}
	.hm_dt_nav li{
		display: table-cell;
		margin-left: 0;
		float: none;
	}
	.hm_dt_nav li a{
		white-space: nowrap;
		padding: 0 15px;
		width: auto;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #333333;
		border-radius: 0;
	}
	.hm_dt_nav li a span{
		line-height: 40px;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
	.hm_dt_nav li.active .icon{
		display: none;
	}
	.hm_dt_nav li:last-child{
		padding-right: 30px;
	}
	.hm_dt_nav li.active a,
	.hm_dt_nav li.active a:hover{
		background: none;
		color: #B50D29;
	}
	.hm_dt_nav li.active a:after{
		content: "";
		height: 2px;
		background: #B50D29;
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
	}
	.hm_dt_title .hm_more_btn{
		height: 40px;
		width: 40px;
		font-size: 0;
		line-height: 0;
		background: #ffffff url(../images/h5_navarrow01.png) no-repeat center;
		background-size: 7px 12px;
		position: absolute;
		top: 0;
		right: 0;
		box-shadow: -3px 0 8px rgba(0,0,0,0.05);
	}
	.hm_dt_wrap{
		padding-top: 15px;
		padding-bottom: 10px;
		width: 100%;
	}
	.dt_switch{
		display: none;
	}
	.hm_dtlist li{
		width: 100%;
		float: none;
		padding: 15px 20px;
	}
	.hm_dtlist li a{
		padding-top: 5px;
	}
	.hm_dtlist li a p,
	.hm_dtlist li a .info{
		height: 40px;
		-webkit-line-clamp: 2;
	}
	.hm_dtlist li a h5{
		height: 22px;
		font-size: 16px;
		line-height: 22px;
		-webkit-line-clamp: 1;
		margin-bottom: 10px;
	}
	.hm_dtlist li a .time{
		margin-top: 10px;
	}
	.hm_dt_wrap .swiper-container{
		height: 300px;
	}
	.dot_box2 span{
		width: 6px;
		height: 6px;
	}
	.home_module.section_03{
		padding: 40px 0 20px;
	}
	.hm_tj_navlist li{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
		float: left;
		margin-left: 6%;
		margin-top: 4%;
	}
	.hm_tj_navlist li:nth-child(2n+1){
		margin-left: 0;
	}
	.hm_tj_navlist li:nth-child(1),
	.hm_tj_navlist li:nth-child(2){
		margin-top: 0;
	}
	.hm_tj_navlist li a{
		padding: 20px 15px;
		height: 140px;
	}
	.hm_tj_navlist li h5{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.hm_tj_navlist li .icon{
		width: 22px;
		height: 22px;
		background-size: 100% !important;
	}
	.hm_tj_navlist li a:after{
		left: 15px;
		bottom: 20px;
	}
	.home_module.section_04{
		padding: 20px 0 40px;
	}
	.hm_info_wrap .swiper-container{
		height: 380px;
	}
	.hm_infocenter li{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.hm_infocenter li:first-child{
		margin-top: 0;
	}
	.hm_infocenter li .pic{
		height: 120px;
		position: relative;
	}
	.hm_infocenter li .pic img{
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%) scale(1) !important;
		transform: translateY(-50%) scale(1) !important;
	}
	.hm_infocenter li .tit{
		font-size: 20px;
	}
	.zx_switch_prev,
	.zx_switch_next{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		display: none;
		background-size: 100%;
	}
	.zx_switch_prev{
		left: -15px;
	}
	.zx_switch_next{
		right: -15px;
	}
	.home_module.section_05{
		padding: 40px 0;
	}
	.website_left{
		width: auto;
		float: none;
	}
	.website_right{
		float: none;
		display: none;
	}
	.website_left .txt_info2{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.yyb_search_box{
		margin-top: 30px;
	}
	.yyb_baselist{
		margin-top: 30px;
	}
	.yyb_baselist li{
		width: 50%;
	}
	.yyb_baselist .p1{
		font-size: 28px;
	}
	.yyb_search_box input{
		padding-left: 15px;
		width: 211px;
		font-size: 14px;
	}
	.yyb_search_box a{
		font-size: 14px;
	}
	.f_code_ly{
		display: none;
	}
	.hm_dt_wrap .article_list{
		padding: 0 10px;
	}
	.hm_dt_wrap .article_list li .time{
		top: 20px;
	}
	.xy_hm_section1{
		padding: 22px 0;
	}
	.xy_navlist li{
		padding: 8px 0;
		width: 47%;
		margin-left: 6%;
	}
	.xy_navlist li:nth-child(2n+1){
		margin-left: 0;
	}
	.xy_navlist li a{
		padding-top: 20px;
		height: 95px;
		font-size: 16px;
		line-height: 22px;
	}
	.xy_navlist li .icon{
		width: 36px;
		height: 36px;
		margin-bottom: 15px;
		top: 0 !important;
	}
	.page_content{
		width: auto;
		padding: 25px 15px;
	}
	.xy_hm_module{
		margin-top: 30px;
	}
	.xy_hm_left{
		width: 100%;
		float: none;
	}
	.table_scroll{
		width: 100%;
		overflow-x: auto;
	}
	.data_table th,
	.data_table td{
		min-width: 60px;
	}
	.data_table th{
		font-size: 12px;
	}
	.data_table td{
		font-size: 13px;
	}
	.sub_tab_title{
		overflow: hidden;
		height: 36px;
		padding-right: 36px;
	}
	.sub_tab_title .wrap{
		height: 56px;
		overflow: auto;
	}
	.sub_tabnav{
		height: auto;
		display: table;
	}
	.sub_tabnav li{
		display: table-cell;
		float: none;
	}
	.sub_tabnav li a{
		border: 0 none !important;
		margin-right: 20px;
		padding: 0;
		height: 36px;
		line-height: 36px;
		white-space: nowrap;
		position: relative;
	}
	.sub_tabnav li.active a:after{
		content: "";
		width: 100%;
		height: 2px;
		background: #B50D29;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.sub_tab_title .cm_more_link{
		height: 36px;
		width: 36px;
		font-size: 0;
		line-height: 0;
		background: #ffffff url(../images/h5_navarrow01.png) no-repeat center;
		background-size: 7px 12px;
		position: absolute;
		top: 0;
		right: 0;
		box-shadow: -3px 0 8px rgba(0,0,0,0.05);
	}
	.xy_hm_right{
		width: auto;
		float: none;
		margin-top: 20px;
	}
	.xy_sub_module{
		margin-top: 20px;
		padding: 15px 0;
	}
	.xs_sub_nav li a{
		padding: 10px 0;
		font-size: 14px;
	}
	.xs_sub_nav li a .icon{
		width: 36px;
		height: 36px;
		top: 0 !important;
	}
	.xy_sub_module .title{
		margin-top: 10px;
	}
	.mt30{
		margin-top: 20px !important;
	}
	.lr_ll_box{
		margin: 20px 25px 30px;
	}
	.db_prop_box{
		padding: 0 20px;
	}
	.db_prop_box .item{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.db_prop_box .item .num{
		bottom: 4px;
	}
	.page_section{
		padding-top: 44px;
		padding-bottom: 0;
	}
	.path_box{
		display: none;
		width: auto;
		padding: 10px 15px;
	}
	.page_layout{
		width: auto;
	}
	.p_layout_left{
		display: none;
	}
	.p_layout_right{
		margin-left: 0;
		padding: 0 15px 30px;
	}
	.sub_title{
		height: 44px;
		line-height: 44px;
		margin-bottom: 20px;
	}
	.sub_title h3{
		line-height: 44px;
		font-size: 16px;
	}
	.sub_title h3:before{
		top: 13px;
	}
	.search_box{
		margin-bottom: 15px;
	}
	.search_box .t1{
		width: 180px;
		padding-left: 14px;
		padding-right: 14px;
	}
	.sub_switch_btn{
		margin-bottom: 20px;
	}
	.sub_switch_btn a{
		font-size: 14px;
		height: 32px;
		line-height: 32px;
		padding: 0 12px;
		min-width: 60px;
	}
	.cm_intro_txt h3{
		font-size: 15px;
	}
	.bus_tabwrap.class2 .bus_tabcont{
		margin-right: 0;
	}
	.dj_md_title{
		margin-bottom: 20px;
	}
	.dj_md_title h3{
		font-size: 24px;
		line-height: 32px;
	}
	.dj_hm_section1,
	.dj_hm_section2,
	.dj_hm_section3{
		padding: 40px 0;
	}
	.dj_dt_left{
		width: auto;
		float: none;
	}
	.dj_dt_right{
		width: auto;
		float: none;
		margin-top: 25px;
	}
	.dj_dt_left .pic{
		width: 143px;
		height: 100px;
	}
	.dj_dt_left .cont{
		margin-left: 160px;
	}
	.dj_dt_new{
		padding: 0;
	}
	.dj_dt_new h5{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 6px;
	}
	.dj_dt_new p{
		font-size: 14px;
		line-height: 20px;
		-webkit-line-clamp: 2;
	}
	.dj_dt_new .time{
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
	}
	.dj_dt_list{
		border-top: 0 none;
	}
	.dj_dt_list li a{
		font-size: 16px;
		line-height: 22px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.dj_dt_list li .time{
		top: 15px;
	}
	.video_list,
	.video_list.spel{
		width: 100%;
		margin-left: 0;
	}
	.video_list li,
	.video_list.spel li{
		width: 48%;
		margin-left: 4%;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.video_list li:nth-child(2n+1){
		margin-left: 0;
	}
	.video_list.spel li .play_btn{
		width: 30px;
		height: 30px;
		background-size: 100%;
		margin: -15px 0 0 -15px;
	}
	.video_list.spel li .libox{
		padding-bottom: 15px;
	}
	.video_list li .pic,
	.video_list.spel li .pic{
		height: 100px;
	}
	.video_list li h5{
		padding: 15px;
		font-size: 16px;
	}
	.video_list.spel li h5{
		padding: 15px 15px 0;
		-webkit-line-clamp: 1;
		height: 22px;
	}
	.com_cont{
		width: auto;
	}
	.video_page{
		padding: 0 0 50px;
	}
	.video_ctbox{
		height: 220px;
	}
	.video_window,
	.video_window video{
		height: 220px;
	}
	.video_ctbox .play_btn{
		background-size: 100% !important;
	}
	.video_title{
		margin-top: 20px;
		padding: 0 15px 40px;
		position: relative;
	}
	.video_info{
		float: none;
		text-align: left;
		position: absolute;
		bottom: 0;
		left: 15px;
	}
	.video_info span{
		margin-left: 10px;
	}
	.video_info span:first-child{
		margin-left: 0;
	}
	.video_title h5{
		margin-right: 0;
		font-size: 18px;
		line-height: 24px;
	}
	.article_page{
		padding: 25px 15px 40px;
	}
	.article_title{
		padding-bottom: 20px;
	}
	.article_title h2{
		font-size: 20px;
		line-height: 32px;
	}
	.article_title .info{
		margin-top: 10px;
		font-size: 12px;
		line-height: 18px;
		overflow: hidden;
	}
	.article_title .info span{
		width: 50%;
		margin: 0;
		float: left;
		text-align: left;
	}
	.article_title .info span:nth-child(2n){
		text-align: right;
	}
	.article_cont{
		font-size: 16px;
	}
	.article_cont p{
		margin: 15px 0;
	}
	.article_cont img{
		height: auto !important;
	}
	.article_cont .img{
		margin: 20px 0;
	}
	.article_other a{
		font-size: 16px;
		padding: 7px 15px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.tzyh_hm_module{
		margin-top: 0;
		background: #ffffff;
	}
	.tzyh_busbox{
		box-shadow: none;
		padding: 30px 0;
	}
	.bus_style_01 .pic{
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.bus_style_01 .cont{
		margin-right: 0;
		font-size: 14px;
		line-height: 24px;
	}
	.year_detail{
		width: auto;
		float: none;
	}
	.year_tab{
		display: none;
		visibility: hidden;
	}
	.year_detail .year{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.develop_info .month{
		padding-top: 15px;
	}
	.year_select{
		display: block;
		visibility: visible;
	}
	.develop_list li{
		font-size: 14px;
	}
	.ui_dropdown{
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		height: 45px;
	}
	.nodata_box{
		padding: 40px 0 30px;
		font-size: 16px;
		line-height: 22px;
	}
	.nodata_box .pic img{
		height: 131px;
	}
	.zx_hm_module{
		padding: 40px 0;
	}
	.news_layout01 .pic{
		display: none;
	}
	.news_layout01 .cont{
		margin-left: 0;
		padding: 5px 15px;
	}
	.news_layout01 .article_list li a{
		font-size: 16px;
	}
	.more_infonav{
		background-size: cover;
	}
	.more_infonav .item{
		width: 33.33333%;
	}
	.more_infonav .item a{
		height: 100px;
		font-size: 18px;
		line-height: 28px;
	}
	.more_infonav .item.s1 a{
		height: 200px;
	}
	.more_infonav .item a span{
		padding: 7px 0;
		margin-top: -21px;
	}
	.more_infonav .item a span:after{
		width: 30px;
		height: 2px;
		margin-left: -15px;
	}
	.fg_news_list li{
		width: auto;
		float: none;
	}
	.fg_news_list li a{
		padding: 15px 15px 15px 40px;
		font-size: 16px;
		line-height: 22px;
		margin: -1px 0 0 0;
	}
	.fg_news_list li a h5{
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.fg_news_list li a i{
		width: 16px;
		height: 16px;
		background-size: 100%;
		top: 18px;
		left: 15px;
	}
	.fg_news_list li a .time{
		font-size: 12px;
		margin-top: 10px;
	}
	.cj_infobox .item{
		height: auto;
		width: 100% !important;
		font-size: none;
		background: #ffffff !important;
		margin-top: 15px;
		box-shadow: 0 4px 16px 0 rgba(22,26,63,0.06);
	}
	.cj_infobox{
		box-shadow: none;
	}
	.cj_infobox .item:first-child{
		margin-top: 0;
	}
	.cj_infobox .item .title{
		padding: 20px 15px 5px;
	}
	.cj_infobox .item .title h3{
		padding-bottom: 12px;
		color: #333333;
		font-size: 24px;
		line-height: 32px;
		height: 32px;
	}
	.cj_infobox .item .title h3:after{
		background: #B50D29;
		width: 30px;
		height: 2px;
		left: 0;
		margin-left: 0;
	}
	.cj_infobox .item .title h3 span{
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.cj_infobox .item .title .cm_more_link{
		opacity: 1;
		visibility: visible;
		top: 20px;
		font-size: 14px;
		line-height: 32px;
		right: 15px;
	}
	.cj_infobox .item .icon{
		opacity: 0;
		visibility: hidden;
	}
	.cj_infobox .item .cont{
		padding: 0 15px 20px;
		visibility: visible;
		opacity: 1;
	}
	.cj_infobox .item .cont .cl_article_list{
		width: 100%;
	}
	.cl_article_list li a{
		padding: 15px 0;
	}
	.cl_article_list li a h5{
		font-size: 16px;
		line-height: 22px;
	}
	.cl_article_list li a .time{
		margin-top: 10px;
	}
	.com_tabnav.spel li a{
		font-size: 16px;
	}
	.dl_ic_pc,
	.dl_ic_app{
		width: 24px;
		height: 24px;
		background-size: 100%;
		margin-right: 8px;
	}
	.download_switch{
		padding: 10px 0 20px;
	}
	.download_switch a{
		padding: 0 15px;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.r_download_col{
		padding: 0;
		background: #ffffff !important;
	}
	.r_download_item{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: none !important;
		padding: 30px 0;
		border-bottom: 1px solid #dddddd;
	}
	.r_download_item h3{
		font-size: 16px;
		line-height: 24px;
	}
	.r_dl_btn01{
		margin-top: 20px;
	}
	.com_button{
		font-size: 14px;
		height: 38px;
		line-height: 38px;
		width: 110px;
	}
	.r_dl_btn01 .com_button{
		margin-right: 10px;
	}
	.download_tipsbox{
		padding: 30px 0;
	}
	.dl_code_box{
		margin-right: 35px;
	}
	.zc_hm_module.section_01{
		margin-top: 0;
		padding: 10px 0;
	}
	.zcgl_busbox{
		padding: 30px 0;
	}
	.bus_style_02 .pic{
		width: 100%;
		top: 0;
		float: none;
		margin-bottom: 20px;
	}
	.bus_style_02 .pic .tit{
		display: block;
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}
	.bus_style_02 .cont{
		margin-right: 0;
		font-size: 16px;
		line-height: 26px;
	}
	.bus_style_02 .cont .btn{
		margin-top: 20px;
	}
	.zc_hm_module.section_02{
		padding: 40px 0;
		overflow: hidden;
	}
	.zc_buswrap{
		padding: 30px 0;
	}
	.zc_buslist li{
		width: 33.33333%;
	}
	.zc_buslist li a{
		font-size: 14px;
		line-height: 20px;
		padding: 10px 8px;
	}
	.zc_buslist li a span{
		height: 40px;
	}
	.zc_buslist li a .icon{
		width: 50px;
		height: 50px;
		margin: 0 auto 15px;
	}
	.mt80{
		margin-top: 40px !important;
	}
	.zc_btn_prev,
	.zc_btn_next{
		display: none;
	}
	.zc_honor_box .swiper-container{
		overflow: visible;
		height: 207px;
	}
	.honor_m_item{
		width: 290px;
		height: 207px;
		margin: 0;
		padding: 95px 15px 0;
		background-size: 100%;
	}
	.honor_m_item .date{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.honor_m_item h5{
		font-size: 14px;
		line-height: 22px;
	}
	.honor_m_item p{
		font-size: 12px;
		line-height: 18px;
		margin-top: 6px;
	}
	.txt_class_01 h5{
		font-size: 15px;
		font-weight: 500;
	}
	.honor_com_list{
		width: 100%;
	}
	.honor_com_list li{
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}
	.honor_com_list li .honor_m_item{
		margin: 0 auto;
	}
	.zj_video_box{
		display: none;
	}
	.data_txt_box dl dd strong{
		font-size: 24px;
	}
	.zjcd_hm_module{
		padding: 40px 0;
	}
	.dj_switch_btn{
		height: 40px;
	}
	.dj_switch_btn a{
		padding-bottom: 8px;
		font-size: 20px;
		line-height: 32px;
		margin-left: 20px;
	}
	.dj_switch_btn a.active{
		font-size: 24px;
	}
	.dj_switch_btn a:before{
		height: 2px;
	}
	.dj_switch_btn a.active:before{
		width: 40px;
	}
	.dt_hmbox .pic{
		float: none;
		width: 100%;
	}
	.dt_hmbox .cont{
		margin-left: 0;
		margin-top: 20px;
	}
	.dt_hmbox .cont .article_list li a{
		font-size: 16px;
	}
	.info_cmlist{
		width: 100%;
		margin-left: 0;
	}
	.info_cmlist li{
		width: 100%;
		float: none;
		padding: 15px 0 0;
	}
	.info_cmlist li:first-child{
		padding-top: 0;
	}
	.zj_honor_box{
		padding: 0 20px;
	}
	.zj_btn_prev,
	.zj_btn_next{
		width: 30px;
		height: 30px;
		background-size: auto 30px;
		margin-top: -15px;
	}
	.zj_honor_item .date{
		font-size: 16px;
	}
	.zj_honor_item p{
		font-size: 12px;
	}
	.zj_honor_item:hover i{
		background-size: 24px;
	}
	.zj_honor_item .cont{
		width: 180px;
		margin-left: -90px;
		opacity: 1;
		visibility: visible;
	}
	.query_item{
		float: none;
		margin-right: 0;
	}
	.query_input{
		width: 100%;
	}
	.query_select{
		width: 100%;
	}
	.query_btn{
		margin-left: 0;
	}
	.ib_peolist{
		margin-left: 0;
		width: 100%;
	}
	.ib_peolist li{
		padding: 0;
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.ib_peolist li:first-child{
		margin-top: 0;
	}
	.ib_peolist li .libox .cont{
		padding: 15px;
	}
	.ib_peolist li .libox .cont h5{
		font-size: 15px;
	}
	.ib_peolist li .libox .cont p{
		margin-top: 6px;
		font-size: 13px;
	}
	.zqtz_hm_module.section_01{
		margin-top: 0;
		padding: 10px 0;
	}
	.zqtz_hm_module.section_02{
		padding: 40px 0;
	}
	.zctz_txtbox{
		padding: 0;
		font-size: 16px;
		line-height: 26px;
	}
	.zctz_txtbox p{
		margin-top: 10px;
	}
	.zqtz_navlist li{
		margin-left: 0;
		width: 100%;
		float: none;
		margin-top: 15px !important;
	}
	.zqtz_navlist li:first-child{
		margin-top: 0 !important;
	}
	.zqtz_navlist li a .pic{
		height: auto;
	}
	.zqtz_navlist li a span{
		font-size: 24px;
	}
	.tzyw_pic{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.d_tp_buslist .item{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.qytz_dt_01 .cont{
		width: 100%;
		position: relative;
		padding: 20px 0 0;
	}
	.qytz_dt_01 .cont h3{
		font-size: 18px;
		line-height: 24px;
	}
	.d_tp_buslist_2 .item{
		width: 100%;
		float: none;
		position: relative;
		padding: 14px 0 14px 40px;
	}
	.d_tp_buslist_2 .item .icon{
		width: 24px;
		height: 24px;
		position: absolute;
		top: 14px;
		left: 0;
		margin-bottom: 0;
	}
	.d_tp_buslist_2 .item h5{
		text-align: left;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.d_tp_buslist_2{
		margin: 30px 0;
	}
	.qytz_dt_02{
		padding: 30px 0;
	}
	.qytz_dt_02 .pic{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.qytz_dt_02 .cont h3{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.qytz_dt_02 .cont h3 span{
		padding-bottom: 8px;
	}
	.qytz_dt_02 .cont h3 span:before{
		width: 30px;
		height: 2px;
	}
	.map_branch{
		width: 100%;
		min-height: auto;
		padding: 20px 0;
		float: none;
		padding-right: 0;
		border-right: 0 none;
	}
	.map_branch .map_tab{
		display: none;
	}
	.map_info_wrap{
		display: none;
	}
	.right_branch{
		width: 100%;
		float: none;
		padding: 20px 0 40px;
	}
	.right_branch:before{
		display: none;
	}
	.right_branch h5{
		padding: 19px 0 0;
		border-bottom: 0 none;
	}
	.right_branch .cont{
		padding-left: 0;
	}
	.right_branch .list{
		padding-left: 0;
		overflow: hidden;
		padding-top: 5px;
	}
	.right_branch .list li{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		float: left;
		padding-left: 12px;
	}
	.right_branch .list li:first-child{
		margin-top: 15px;
	}
	.branch_detail{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.map_tab{
		margin-bottom: 30px;
		height: 44px;
	}
	.map_tab a{
		font-size: 16px;
		height: 42px;
		line-height: 42px;
		width: 120px;
	}
	.branch_infobox .pic{
		width: auto;
		float: none;
		text-align: center;
	}
	.branch_infobox .pic img{
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}
	.branch_infobox .cont{
		margin-left: 0;
		margin-top: 20px;
		padding: 0;
		border: 0 none;
	}
	.branch_infobox .cont h5{
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
	}
	.branch_intro .title{
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
	}
	.wd_info_list li{
		float: none;
		width: 100%;
	}
	.map_imgbox{
		height: 320px;
	}
	.wd_imglist li{
		width: 100%;
		margin-left: 0;
		float: none;
		height: auto;
	}
	.data_table.pro th{
		font-size: 12px;
		line-height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.data_table.pro td{
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 20px;
	}
	.data_table td p{
		padding: 0 10px;
	}
	.pro_comtitle .wrapfix{
		left: 0;
		right: 0;
		margin-left: 0;
	}
	.pro_comtitle h2{
		font-size: 20px;
		line-height: 28px;
		height: 28px;
	}
	.pro_comtitle h2 em{
		font-size: 16px;
	}
	.pro_comtitle .info{
		margin-top: 10px;
		font-size: 13px;
		line-height: 22px;
		height: auto;
		overflow: hidden;
	}
	.pro_comtitle .info .item{
		margin-left: 0;
		margin-right: 20px;
	}
	.txt_overflow .com_link{
		background: #ffffff;
	}
	.cp_hm_module{
		padding: 40px 0;
	}
	.cp_hm_module .dj_md_title{
		margin-bottom: 25px !important;
	}
	.cp_hm_module.section_01 .bus_tabwrap{
		min-height: auto;
	}
	.cp_hm_module.section_01 .bus_tabcont .item{
		padding: 0;
	}
	.cp_cfbox .pic{
		width: auto;
		float: none;
	}
	.cp_cfbox .cont{
		margin-right: 0;
		padding-right: 0;
		margin-top: 20px;
	}
	.txt_info3{
		font-size: 14px;
		line-height: 24px;
	}
	.zc_buslist.flex{
		margin-top: 25px;
	}
	.zc_buslist.flex li{
		width: auto !important;
	}
	.zc_buslist.flex li a{
		padding: 0;
	}
	.zc_buslist.flex li a span{
		height: auto;
	}
	.cp_xywrap .item{
		flex: 1;
		height: 120px;
	}
	.cp_xywrap .item .bg{
		height: 120px;
		background-size: auto 100%;
	}
	.cp_xywrap .item .tit{
		padding-bottom: 0;
		font-size: 20px;
		line-height: 28px;
		width: 100%;
		text-align: center;
		top: 50%;
		margin-top: -14px !important;
		left: 0 !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}
	.cp_xywrap .item .tit::after{
		display: none;
	}
	.cp_hm_module.section_04{
		background-size: cover;
	}
	.cp_hm_module.section_04 .zc_buswrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.zc_buswrap .zc_buslist.flex li a{
		font-size: 14px;
		line-height: 20px;
	}
	.more_buslist{
		background-size: cover;
	}
	.more_buslist li{
		width: 50%;
	}
	.more_buslist li a{
		height: 124px;
		border-top: 1px solid #ffffff;
		font-size: 20px;
		line-height: 28px;
	}
	.more_buslist li:nth-child(2n+1) a{
		border-left: 0 none;
	}
	.more_buslist li:nth-child(1) a,
	.more_buslist li:nth-child(2) a{
		border-top: 0 none;
	}
	.more_buslist li span{
		padding-bottom: 12px;
		margin-top: -20px;
	}
	.more_buslist li span:after{
		width: 30px;
		height: 2px;
		margin-left: -15px;
	}
 
 .dialog_box{
		width: 280px;
		border-radius: 6px;
		margin-left: -140px;
		padding: 30px 20px;
	}
	.dialog_box .close{
		width: 24px;
		height: 24px;
		background-size: 100%;
		top: 14px;
		right: 14px;
	}
	.dialog_btn a{
		width: 120px;
		margin-left: 10px;
	}
	.dialog_btn a.cancel{
		width: 118px;
	}


	/*-- add 20220812 start --*/
	.offer_hm_module{
		padding-bottom: 40px;
	}
	.offer_hm_module.mod_01{
		padding-top: 40px;
	}
	.offer_videobox{
		margin-top: 20px;
		min-height: auto;
	}
	.offer_hm_module.mod_02 .dj_md_title{
		margin-bottom: 20px;
	}
	.welfare_list{
		margin-top: 0;
		width: 100%;
		margin-left: 0;
	}
	.welfare_list li{
		width: auto;
		float: none;
		padding: 8px 0;
	}
	.welfare_item .tit{
		font-size: 20px;
		line-height: 28px;
	}
	.welfare_item .tit:after{
		height: 2px;
	}
	.welfare_item .info{
		padding: 0 20px;
		font-size: 16px;
		line-height: 26px;
	}
	.offer_listpage{
		padding: 30px 0;
	}
	.offer_listpage .wrapfix{
		padding: 0;
	}
	.filter_wrap{
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.filter_item{
		padding-right: 0;
	}
	.filter_item .tit{
		float: none;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.filter_item .cont{
		margin-left: 0;
	}
	.filter_item .filter_droplink{
		font-size: 14px;
		bottom: auto !important;
		top: 0;
	}
	.offer_tbwrap{
		overflow: auto;
	}
	.offer_listtable th{
		font-size: 14px;
		padding: 10px 5px;
	}
	.offer_listtable td{
		font-size: 14px;
		padding: 10px 5px;
		height: auto;
		min-width: 90px;
	}
	.offer_listtable th:first-child,
	.offer_listtable td:first-child{
		padding-left: 15px;
	}
	.f_search_box{
		padding: 5px 15px;
		flex-wrap: wrap;
	}
	.f_search_box .tit{
		width: 100%;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.f_search_box .f_search_input{
		height: 40px;
	}
	.f_search_box .f_search_input .t1{
		height: 40px;
		padding: 8px 15px;
	}
	.f_search_box .btn{
		width: 90px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.zp_sendbtn{
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		top: 14px;
	}
	.zp_card_info h3{
		font-size: 20px;
	}
	.zp_card_info .p1 span{
		display: block;
		margin: 0;
	}
	.zp_card_txt{
		font-size: 14px;
		line-height: 28px;
	}
	.zp_card_txt h5{
		font-size: 18px;
	}
	.page_banner.sub{
		height: 100px;
	}
	.page_banner.sub .pic{
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.page_banner.sub .pic img{
		width: auto;
		height: 110%;
		position: absolute;
		top: -5%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.page_banner.sub .page_title{
		font-size: 24px;
	}
	.offer_listpage .offer_videobox{
		margin: 0 15px 20px;
	}
	.zp_layerbox{
		width: 84%;
		margin-left: 0;
		left: 8%;
	}
	.zp_layerbox .close{
		top: 10px;
		right: 10px;
	}
	.zp_layer_tit{
		text-align: left;
		margin: 0;
		padding: 15px 20px;
	}
	.zp_layer_tit h3{
		font-size: 17px;
	}
	.zp_layer_cont{
		padding: 40px 8%;
	}
	.zp_ptlist{
		display: flex;
	}
	.zp_ptlist a{
		flex: 1;
		display: block;
		margin: 0 0 10px 8%;
	}
	.zp_ptlist a:first-child{
		margin-left: 0;
	}
	.zp_ptlist a img{
		display: block;
		width: 100%;
		height: auto;
	}

	/*-- add 20220812 end --*/
}

.footer a{
	color: #999999;
}
.footer a:hover{
	color: #ffffff;
}


.floatingAd .ad {
	z-index: 20000;
	position: absolute;
	display: none;
	width:200px;
	height:109px;
	overflow:hidden;
	background-size: 200px 109px;
}
.floatingAd .close{
	position:absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index:100;
	background:rgba(0,0,0,0);
}
.floatingAd .text .button {
	position:absolute;
	top: 6px;
	right: 6px;
	width: 8px;
	height: 8px;
	z-index:100;
}
.floatingAd a {
	display: block;
	text-decoration: none;
	z-index:1000;
	position:relative;
	height:89px;
	width:200px;
	top:20px;
	overflow:hidden;
}


.mt30 table,
.mt30 table th,
.mt30 table td{
	border-style: solid;
}

