﻿
/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    background:#fff;
}
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;
}
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 { 
    color:#999999;
    opacity:1;
}

input::-moz-placeholder { 
    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;
}
.animate{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.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;
}
.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;
}
.ellipsis-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.text_right{
	text-align: right;
}
.text_center{
	text-align: center;
}
.text_indent{
	text-indent: 2em;
}
body{
    font-size:14px;
    color:#333333;
    line-height:20px;
    font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background:#fff;
    min-width: 1200px;
}
.ared{
    color: #DA1D27 !important;
}

.agreen{
    color: #404040 !important;
}

.agray{
	color: #999999 !important;
}
.wrapfix{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*定义滚动条高宽及背景*/
::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	background-color: transparent;
}
 
/*定义滚动条轨道*/
::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
	border-radius: 6px;
	background-color: transparent;
}

/*定义滑块*/
::-webkit-scrollbar-thumb{
	border-radius: 6px;
	-webkit-box-shadow: none;
	background-color: #aaaaaa;
}


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


/* common end */




/* header-start */
.header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #B41D23;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_top{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	height: 30px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 20px;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_top .wrapfix{
	height: 29px;
	width: 1440px;
} 
.header_top .top_left{
	width: 45%;
	float: left;
	padding-top: 5px;
}
.header_top a{
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_top a:hover{
	color: #B41D23;
}
.top_select{
	margin: 0 4px;
	padding: 0 12px;
	position: relative;
}
.top_select:before{
	content: '';
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 0;
}
.top_select a{
	padding-right: 20px;
	position: relative;
}
.top_select a:hover{
	color: #B41D23;
}
.top_select a:after{
	content: "";
	width: 14px;
	height: 8px;
	background: url(../image/arrow01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top_select_layer{
	width: 220px;
	box-sizing: border-box;
	padding: 5px 12px;
	background: #ffffff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	position: absolute;
	top: 23px;
	left: 0;
	z-index: 50;
}
.top_select_layer a{
	display: block;
	padding-right: 0;
	color: #333333;
	line-height: 24px;
}
.top_select_layer a:after{
	display: none;
}
.top_select_layer a:hover{
	color: #B41D23 !important;
}
.header_top .top_right{
	width: 45%;
	float: right;
	text-align: right;
	padding-top: 5px;
}
.header:hover{
	background: #ffffff;
}
.header.fixed {
	background: #ffffff;
}
.header.inner {
    background: #FFFFFF;
}
.header:hover:after,
.header.fixed:after,
.header.inner:after{
	opacity: 1;
	visibility: visible;
}
.header:hover .header_cont .logo a,
.header.fixed .header_cont .logo a,
.header.inner .header_cont .logo a{
	background-image: url(../image/logo_02.png); 
}

.header:hover .header_top,
.header.fixed .header_top,
.header.inner .header_top{
	border-bottom-color: #E5E5E5;
	color: #666666;
}
.header.fixed .header_top{
	margin-top: -30px;
}
.header:hover .header_top a,
.header.fixed .header_top a,
.header.inner .header_top a{
	color: #666666;
}

.header:hover .header_top .top_right,
.header.fixed .header_top .top_right,
.header.inner .header_top .top_right{
	color: #B41D23;
}
.header:hover .top_select:before,
.header.fixed .top_select:before,
.header.inner .top_select:before{
	background: #E5E5E5;
}
.header:hover .top_select a:after,
.header.fixed .top_select a:after,
.header.inner .top_select a:after{
	background-image: url(../image/arrow02.png);
}
.header:hover .nav_list>li>a,
.header.fixed .nav_list>li>a,
.header.inner .nav_list>li>a{
	color: #333333;
}
.header:hover .top_searchbox,
.header.fixed .top_searchbox,
.header.inner .top_searchbox{
	border-color: #E5E5E5;
}
.header:hover .top_searchbox .t1,
.header.fixed .top_searchbox .t1,
.header.inner .top_searchbox .t1{
	color: #333333;
}
.header:hover .top_searchbox .t1:-moz-placeholder,
.header.fixed .top_searchbox .t1:-moz-placeholder,
.header.inner .top_searchbox .t1:-moz-placeholder{ 
    color: #999999;
}
.header:hover .top_searchbox .t1::-moz-placeholder,
.header.fixed .top_searchbox .t1::-moz-placeholder,
.header.inner .top_searchbox .t1::-moz-placeholder{ 
    color: #999999;
}
.header:hover .top_searchbox .t1:-ms-input-placeholder,
.header.fixed .top_searchbox .t1:-ms-input-placeholder,
.header.inner .top_searchbox .t1:-ms-input-placeholder{
    color: #999999;
}
.header:hover .top_searchbox .t1::-webkit-input-placeholder,
.header.fixed .top_searchbox .t1::-webkit-input-placeholder,
.header.inner .top_searchbox .t1::-webkit-input-placeholder{
    color: #999999;
}
.header:hover .top_searchbox .btn,
.header.fixed .top_searchbox .btn,
.header.inner .top_searchbox .btn{
	background-image: url(../image/ic_search_02.png);
}
.header.fixed .nav_subbox{
	top: 89px;
}
.header.fixed .nav_subbox:before{
	top: 89px;
}

.header_cont{
	width: 1440px;
    height: 89px;
	box-sizing: content-box;
    margin: 0 auto;
}
.header_cont .logo{
    width: 260px;
    height: 89px;
	float: left;
}
.header_cont .logo a{
    display: block;
    width: 100%;
    height: 89px;
    background: url(../image/logo_01.png) no-repeat left center;
	background-size: auto 36px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_search{
    padding: 24px 0 0;
	float: right;
	height: 40px;
	margin-left: 27px;
}
.top_searchbox{
	position: relative;
	width: 248px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top_searchbox .t1{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	padding: 9px 40px 9px 11px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	border: 0 none;
	outline: none;
	background: none;
	font-family: Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top_searchbox .t1:-moz-placeholder { 
    color:rgba(255, 255, 255, 0.7);
}
.top_searchbox .t1::-moz-placeholder { 
    color:rgba(255, 255, 255, 0.7);
}
.top_searchbox .t1:-ms-input-placeholder{
    color:rgba(255, 255, 255, 0.7);
}
.top_searchbox .t1::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.7);
}
.top_searchbox .btn{
	width: 36px;
	height: 36px;
	background: url(../image/ic_search_01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_nav{
    float: right;
}
.nav_list{
    font-size: 0;
	height: 89px;
}
.nav_list>li{
	float: left;
	position: relative;
}
.nav_list>li>a{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 18px;
	min-width: 100px;
	text-align: center;
    line-height: 89px;
	height: 89px;
    font-weight: 600;
    position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav_list>li:hover>a{
	background: #B41D23;
    color: #ffffff !important;
}
.nav_list>li.act>a,
.nav_list>li.act:hover>a{
	background: #B41D23;
	color: #ffffff !important;
}
.nav_subbox{
	width: 1440px;
	padding-top: 2px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	position: fixed;
	top: 119px;
	left: 50%;
	margin-left: -720px;
	z-index: 200;
}
.nav_subbox:before{
	content: "";
	width: 1920px;
	height: 2px;
	background: #B41D23;
	position: fixed;
	top: 119px;
	left: 50%;
	margin-left: -960px;
}
.nav_subbox:after{
	content: "";
	width: 262px;
	height: 267px;
	background: url(../image/water_ic03.png) no-repeat center;
	position: absolute;
	bottom: 0;
	right: 0;
}
.nav_lybox{
	padding: 23px 8px 22px;
	position: relative;
	z-index: 50;
	font-size: 0;
}
.nav_item{
	padding: 15px 40px;
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.nav_item.w100{
	width: 100%;
}
.nav_item h5{
	padding-left: 22px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	color: #B41D23;
	margin-bottom: 10px;
	position: relative;
}
.nav_item h5:before{
	content: "";
	width: 9px;
	height: 9px;
	background: #B41D23;
	position: absolute;
	top: 8px;
	left: 0;
}
.nav_item h5 a{
	color: #B41D23;
}
.nav_item ul{
	padding-left: 12px;
}
.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: #999999;
	position: absolute;
	top: 8px;
	right: 0;
}
.nav_item ul li:last-child:before{
	display: none;
}
.nav_item ul li a{
	color: #333333;
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
}
.nav_item ul li a:hover{
	color: #B41D23;
}




.nav_list>li:hover .nav_subbox{
	opacity: 1;
	visibility: visible;
}


@media screen and (max-width:1440px){
	.header_top .wrapfix{
		width: 1200px;
	}
	.header_cont{
		width: 1200px;
	}
	.nav_subbox{
		width: 1200px;
		margin-left: -600px;
	}
	.header_cont .logo{
		width: 220px;
	}
	.header_search{
		margin-left: 10px;
	}
	.nav_list>li>a{
		padding: 0 13px;
	}
	
	
}

.mobile_header{
	display: none;
}


/* header-end */


/* footer-start */
.footer{
	background: #272727 url(../image/water_ic02.png) repeat center top;
	color: rgba(255, 255, 255, 0.65);
}
.foot_topbox{
	padding: 60px 0;
}
.footer .wrapfix{
	width: 1440px;
}
.foot_codebox{
	width: 254px;
	font-size: 0;
	float: right;
}
.foot_codebox .item{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin-left: 14px;
	text-align: center;
}
.foot_codebox .item:first-child{
	margin-left: 0;
}
.foot_codebox .item .pic{
	width: 116px;
	height: 116px;
	background: #ffffff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 auto 10px;
}
.foot_codebox .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.foot_codebox p{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.fd_link_wrap{
	float: right;
	width: 240px;
	margin-right: 24%;
}
.fd_link_wrap p{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 12px;
}
.fd_link_wrap p a{
	color: #ffffff;
	margin-left: 20px;
}
.fd_link_wrap p a:first-child{
	margin-left: 0;
}
.fd_linkbox{
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 4px;
	box-sizing: border-box;
	height: 36px;
	position: relative;
}
.fd_linkbox .value{
	position: relative;
	padding: 7px 40px 7px 19px;
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
	box-sizing: border-box;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.fd_linkbox .value:after{
	content: "";
	width: 14px;
	height: 8px;
	background: url(../image/arrow01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 14px;
	z-index: 50;
}
.fd_linkbox .list{
	width: 100%;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.3);
	border-radius: 4px;
	overflow: auto;
	max-height: 150px;
	position: absolute;
	top: 35px;
	left: -1px;
	z-index: 50;
}
.fd_linkbox .list li a{
	display: block;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.fd_linkbox .list li a:hover{
	color: #B41D23;
}
.fd_linkbox .list li a img{
	display: block;
	height: 20px;
}
.fd_linkbox.on{
	background: rgba(255,255,255,0.3);
}
.foot_csinfo{
	font-size: 14px;
	line-height: 24px;
	width: 340px;
}
.foot_csinfo h5{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #ffffff;
}
.foot_csinfo .ic_tel{
	display: inline-block;
	width: 17px;
	height: 18px;
	background: url(../image/icon-tel.png) no-repeat center;
	background-size: 100%;
	vertical-align: top;
	position: relative;
	top: 3px;
	margin-right: 8px;
}
.foot_csinfo .tel_num{
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 8px 0 16px;
}
.foot_bottombox{
	padding: 30px 0;
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot_bottombox span{
	margin-right: 20px;
}
.foot_bottombox img{
	vertical-align: top;
	margin-right: 6px;
}

@media screen and (max-width:1440px){
	.footer .wrapfix{
		width: 1200px;
	}
}

/* footer-end */



/* 浮动按钮-start  */
.float_link{
	width: 60px;
	position: fixed;
	right: 4px;
	bottom: 80px;
	z-index: 200;
}
.float_link ul li{
	margin-top: 2px;
	height: 60px;
	position: relative;
}
.float_link ul li a{
	display: block;
	height: 60px;
	box-sizing: border-box;
	padding-top: 37px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.float_link ul li a.f_code_app,
.float_link ul li a.f_code_link,
.float_link ul li a.f_online_cs{
	background: #ffffff;
}
.float_link ul li a.f_top_back{
	background: #CCB48D;
	color: #ffffff;
}
.float_link ul li a.f_top_back:hover{
	background: #DA1D27;
}
.float_link ul li a i{
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -17px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.float_link ul li a.f_code_app i{
	background: url(../image/float_ic01.png) no-repeat center;
}
.float_link ul li a.f_code_link i{
	background: url(../image/float_ic02.png) no-repeat center;
}
.float_link ul li a.f_online_cs i{
	background: url(../image/float_ic03.png) no-repeat center;
}
.float_link ul li a.f_top_back i{
	background: url(../image/float_b_top.png) no-repeat center;
}
.float_link ul li:hover a{
	background: #B41D23;
	color: #ffffff;
}
.float_link ul li:hover a.f_code_app i {
	background-image: url(../image/float_ic01_on.png);
}
.float_link ul li:hover a.f_code_link i {
	background-image: url(../image/float_ic02_on.png);
}
.float_link ul li:hover a.f_online_cs i {
	background-image: url(../image/float_ic03_on.png);
}

.float_link ul li .code_ly {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
	padding: 6px;
	position: absolute;
	top: 0;
	right: 70px;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.float_link ul li .code_ly:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 6px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 33px;
	right: -6px;
}

.float_link ul li .code_ly .pic {
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.float_link ul li .code_ly .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.float_link ul li .code_ly p {
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.float_link ul li:hover .code_ly {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}






/* 浮动按钮-end  */


/* index-start */
.section{
	padding-top: 119px;
}
.section.hm_section{
	padding-top: 0;
}
.banner_box{
	height: 600px;
	overflow: hidden;
	position: relative;
}
.pc_banner_box{
	display: block;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.h5_banner_box{
	display: none;
}
.banner_box .swiper-container{
	height: 600px;
	overflow: hidden;
	position: relative;
}
.banner_box .bg{
	display: block;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_box .bg.pc{
	display: block;
}
.banner_box .bg.h5{
	display: none;
}
.ban_txt{
	width: 100%;
	position: absolute;
	top: 27.5%;
	left: 0;
	z-index: 50;
}
.ban_txt .wrapfix{
	width: 1440px;
}
.ban_txt h2{
	font-size: 60px;
	line-height: 84px;
	font-weight: 500;
	color: #000000;
}
.ban_txt p{
	font-size: 26px;
	line-height: 36px;
	color: #394956;
	margin-top: 8px;
	text-transform: uppercase;
}
.com_span{
	color: #DA1D27;
}
.ban_dot{
    position: absolute;
    left: 0;
    bottom:180px !important;
    width: 100%;
    padding: 0;
    height: 12px;
    font-size: 0;
    line-height: 0;
    text-align: left;
	z-index: 50;
}
.ban_dot .wrap{
	width: 1440px;
	margin: 0 auto;
}
.ban_dot span{
    position:relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0 !important;
    width: 12px;
    height: 12px;
    background: #fff;
	border-radius: 6px;
	opacity: 0.3;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.ban_dot span.swiper-pagination-bullet-active{
   width: 32px !important;
   opacity: 1;
}
.fast_navbox{
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 100;
}
.fast_navlist{
	width: 1440px;
	margin: 0 auto;
	height: 130px;
	background: rgba(255, 255, 255, 0.94);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.fast_navlist li{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
	position: relative;
}
.fast_navlist li:before{
	content: "";
	width: 1px;
	height: 40px;
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
}
.fast_navlist li:first-child:before{
	display: none;
}
.fast_navlist li a{
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 130px;
	padding: 38px 0 0 84px;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fast_navlist li a .icon{
	display: block;
	width: 48px;
	height: 48px;
	margin-top: 3px;
	float: left;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fast_navlist li a .icon img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fast_navlist li a .icon .ic_default{
	opacity: 1;
	visibility: visible;
}
.fast_navlist li a .icon .ic_hover{
	opacity: 0;
	visibility: hidden;
}
.fast_navlist li a h5{
	margin-left: 63px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
	z-index: 5;
}
.fast_navlist li a p{
	margin-left: 63px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 3px;
	color: #999999;
	position: relative;
	z-index: 5;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fast_navlist li:hover a{
	background: #B41D23;
	color: #ffffff;
}
.fast_navlist li:hover a p{
	color: #ffffff;
}
.fast_navlist li:hover a .icon .ic_default{
	opacity: 0;
	visibility: hidden;
}
.fast_navlist li:hover a .icon .ic_hover{
	opacity: 1;
	visibility: visible;
}
.home_module{
	padding: 100px 0;
}
.home_module .wrapfix{
	width: 1440px;
}
.home_md_title{
	margin-bottom: 40px;
	position: relative;
}
.home_md_title h2{
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	color: #333333;
	position: relative;
}
.home_md_title h2 span{
	display: inline-block;
	vertical-align: top;
	padding-right: 38px;
	position: relative;
}
.home_md_title h2 span:after{
	content: "";
	width: 28px;
	height: 28px;
	background: url(../image/tit_ic01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 0;
}
.home_md_title h2 em{
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	color: #CCB48D;
	text-transform: uppercase;
}
.btn_wrap{
	margin-top: 60px;
}
.more_btn{
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #B41D23;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.more_btn:hover{
	background: #bc3338;
}
.home_md_title .more_btn{
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 50;
}
.hm_noticebox .pic{
	width: 670px;
	float: left;
	height: 300px;
	overflow: hidden;
}
.hm_noticebox .pic img{
	display: block;
	width: 100%;
}
.hm_noticebox .cont{
	margin-left: 770px;
}
.hm_noticebox .cont h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_noticebox .cont h5 a{
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_noticebox .cont h5 a:hover{
	color: #B41D23;
}
.hm_noticebox .cont p{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.hm_noticebox .cont .time{
	display: block;
	margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
.detail_link{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	padding-right: 40px;
	position: relative;
	color: #B41D23;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.detail_link i{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/more_lk_bg01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.detail_link i:before{
	content: "";
	width: 24px;
	height: 8px;
	background: url(../image/more_lk_bg02.png) no-repeat right center;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.detail_link:hover i{
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px);
}
.detail_link:hover i:before{
	width: 14px;
	right: 5px;
}
.hm_noticelist{
	margin: 60px -16px 0 -15px;
}
.hm_noticelist li{
	width: 33.333333%;
	float: left;
	padding: 0 16px 0 15px;
	box-sizing: border-box;
}
.hm_notice_item{
	display: block;
	box-sizing: border-box;
	height: 220px;
	padding: 40px 40px 0;
	position: relative;
	background: #ffffff;
	color: #333333;
	z-index: 10;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_notice_item:before{
	content: "";
	width: 101px;
	height: 98px;
	background: url(../image/water_ic01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_notice_item .time{
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 12px;
	position: relative;
	color: #666666;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_notice_item .time:after{
	content: "";
	width: 24px;
	height: 2px;
	background: #B41D23;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_notice_item h5{
	font-size: 20px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_notice_item .bg{
	width: 100%;
	height: 100%;
	background: url(../image/news_on_bg01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.line_wrap{
	position: absolute;
	border: 1px solid transparent;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}
.line_wrap i{
	display: block;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	background: #CCB48D;
}
.line_top{
	height: 1px;
	width: 0;
	position: absolute;
	top: -1px;
	left: 3px;
}
.line_left{
	width: 1px;
	height: 0;
	position: absolute;
	bottom: 3px;
	left: -1px;
}
.line_bottom{
	height: 1px;
	width: 0;
	position: absolute;
	bottom: -1px;
	right: 3px;
}
.line_right{
	width: 1px;
	height: 0;
	position: absolute;
	top: 3px;
	right: -1px;
}
.hm_notice_item:hover{
	color: #ffffff;
	background: #B41D23;
}
.hm_notice_item:hover:before{
	opacity: 0;
	visibility: hidden;
}
.hm_notice_item:hover .time{
	color: #ffffff;
}
.hm_notice_item:hover .time:after{
	background: #CCB48D;
}

.hm_notice_item:hover .bg{
	opacity: 1;
	visibility: visible;
}

.hm_notice_item:hover .line_top,
.hm_notice_item:hover .line_bottom{
	width: 100%;
}
.hm_notice_item:hover .line_left,
.hm_notice_item:hover .line_right{
	height: 100%;
}

.home_module.mod_02{
	background: url(../image/hm_bus_bg.png) no-repeat center bottom;
	background-size: cover;
}
.hm_buslist{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.hm_buslist li{
	width: 256px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bus_cm_item{
	display: block;
	box-sizing: border-box;
	height: 480px;
	background: #ffffff;
	border: 1px solid #CCB48D;
	border-left: 0 none;
	padding: 152px 20px 0;
	color: #333333;
	text-align: center;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_buslist li:first-child .bus_cm_item{
	border-left: 1px solid #CCB48D;
}
.bus_cm_item .bg{
	width: 100%;
	height: 100%;
	background: url(../image/bus_on_bg01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bus_cm_item .icon{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto 40px;
}
.bus_cm_item .icon img{
	display: block;
	width: 100%;
}
.bus_cm_item h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}
.bus_cm_item p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 6px;
}
.bus_cm_item .cont{
	width: 500px;
	margin-top: 26px;
	position: relative;
	left: 50%;
	margin-left: -250px;
	font-size: 0;
	color: #999999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.bus_cm_item .cont .wrap{
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #eeeeee;
	padding-top: 24px;
}
.bus_cm_item .cont span{
	display: inline-block;
	vertical-align: top;
	margin-left: 60px;
	font-size: 16px;
	line-height: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bus_cm_item .cont span:first-child{
	margin-left: 0 !important;
}
.hm_buslist li.active {
	width: 672px;
}
.hm_buslist li.active .bus_cm_item{
	color: #ffffff;
	border: 0 none;
	padding: 100px ;
}
.hm_buslist li.active .bus_cm_item p{
	color: #ffffff;
}
.hm_buslist li.active .bus_cm_item .bg{
	opacity: 1;
	visibility: visible;
}
.hm_buslist li.active .bus_cm_item .cont{
	opacity: 1;
	visibility: visible;
	color: #ffffff;
}
.hm_buslist li.active .bus_cm_item .cont .wrap{
	border-color: rgba(255, 255, 255, 0.3);
}

.hm_buslist li.active .line_top,
.hm_buslist li.active .line_bottom{
	width: 100%;
}
.hm_buslist li.active .line_left,
.hm_buslist li.active .line_right{
	height: 100%;
}
.hm_dtliat{
	margin: 0 -21px;
}
.hm_dtliat li{
	width: 33.33333%;
	float: left;
	box-sizing: border-box;
	padding: 0 21px;
}
.hm_dtitem .pic {
	height: 300px;
	overflow: hidden;
}
.hm_dtitem .pic img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hm_dtitem .cont{
	position: relative;
	padding: 48px 0 0;
}
.hm_dtitem .cont .time{
	width: 80px;
	height: 80px;
	padding-top: 10px;
	background: #B41D23;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	top: -56px;
	left: 20px;
	z-index: 50;
}
.hm_dtitem .cont .time .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.hm_dtitem .cont .time strong{
	display: block;
	font-size: 32px;
	line-height: 44px;
	font-weight: 700;
}
.hm_dtitem .cont .time em{
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.hm_dtitem .line_wrap{
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.hm_dtitem .line_wrap .line_top{
	width: 100%;
	left: 2px;
}
.hm_dtitem .line_wrap .line_left{
	height: 100%;
	bottom: 2px;
}
.hm_dtitem .line_wrap .line_right{
	height: 100%;
	top: 2px;
}
.hm_dtitem .line_wrap .line_bottom{
	width: 100%;
	right: 2px;
}
.hm_dtitem .cont h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_dtitem .cont h5 a{
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_dtitem .cont h5 a:hover{
	color: #B41D23;
}
.hm_dtitem .btn_wrap{
	margin-top: 15px;
}
.hm_dtitem:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.hm_dtitem .info{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	margin-top: 24px;
}
.home_module.mod_04{
	overflow: hidden;
	background: url(../image/hm_about_bg.png) no-repeat center;
}
.hm_abbox{
	position: relative;
	min-height: 594px;
}
.hm_abbox .pic{
	width: 700px;
	height: 556px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.hm_abbox .pic img{
	display: block;
	width: 100%;
}
.hm_abbox .cont{
	margin-left: 760px;
}
.hm_abinfo h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 30px;
}
.hm_abinfo h5 span{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 14px;
	position: relative;
}
.hm_abinfo h5 span:before{
	content: "";
	width: 48px;
	height: 2px;
	background: #B41D23;
	position: absolute;
	bottom: 0;
	left: 0;
}
.hm_abinfo .info{
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	min-height: 110px;
}
.hm_ab_navlist{
	margin-top: 18px;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.hm_ab_navlist li{
	margin-left: 80px;
}
.hm_ab_navlist li:first-child{
	margin-left: 0;
}
.hm_ab_navlist li a{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #333333;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_ab_navlist li a i{
	display: block;
	box-sizing: border-box;
	width: 86px;
	height: 86px;
	border: 1px solid #CCB48D;
	background-color: #EEE8E0;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	margin: 0 auto 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_ab_navlist li a i.ic_01{
	background-image: url(../image/ab_ic01.png);
}
.hm_ab_navlist li a i.ic_02{
	background-image: url(../image/ab_ic02.png);
}
.hm_ab_navlist li a i.ic_03{
	background-image: url(../image/ab_ic03.png);
}
.hm_ab_navlist li a i.ic_04{
	background-image: url(../image/ab_ic04.png);
}
.hm_ab_navlist li a:hover{
	color: #B41D23;
}
.hm_ab_navlist li a:hover i{
	border-color: #B41D23;
	background-color: #B41D23;
}
.hm_ab_navlist li a:hover i.ic_01{
	background-image: url(../image/ab_ic01_on.png);
}
.hm_ab_navlist li a:hover i.ic_02{
	background-image: url(../image/ab_ic02_on.png);
}
.hm_ab_navlist li a:hover i.ic_03{
	background-image: url(../image/ab_ic03_on.png);
}
.hm_ab_navlist li a:hover i.ic_04{
	background-image: url(../image/ab_ic04_on.png);
}
.hm_abbox .btn_wrap{
	margin-top: 40px;
}

@media screen and (max-width:1440px){
	.ban_txt .wrapfix,
	.ban_dot .wrap,
	.fast_navlist,
	.home_module .wrapfix{
		width: 1200px;
	}
	.btn_wrap{
		margin-top: 40px;
	}
	.fast_navlist li a{
		padding-left: 55px;
	}
	.hm_noticebox .pic{
		width: 600px;
		height: 270px;
	}
	.hm_noticebox .cont{
		margin-left: 640px;
	}
	.hm_noticebox .cont h5{
		margin-bottom: 25px;
	}
	.hm_noticebox .cont .time{
		margin-top: 20px;
	}
	.hm_notice_item{
		padding: 35px 35px 0;
		height: 210px;
	}
	.hm_buslist li{
		width: 250px;
	}
	.hm_buslist li.active{
		width: 450px;
	}
	.bus_cm_item .cont span{
		margin-left: 20px;
	}
	.hm_dtitem .pic{
		height: 247px;
	}
	.hm_abbox .cont{
		margin-left: 600px;
	}
}


.cm_module{
	padding: 80px 0;
}
.mod_bg_01{
	background: url(../image/hm_bus_bg.png) no-repeat center bottom;
	background-size: cover;
}
.dj_banner_box{
	height: 400px;
	position: relative;
}
.dj_banner_pc{
	display: block;
}
.dj_banner_h5{
	display: none;
}
.dj_banner_box .swiper-container{
	height: 400px;
}
.dj_banner_box .bg{
	display: block;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dj_banner_box .bg.pc{
	display: block;
}
.dj_banner_box .bg.h5{
	display: none;
}
.dj_banner_box .ban_dot{
	bottom: 20px !important;
	text-align: center;
}
.home_md_title h2 span.dj{
	padding-right: 50px;
}
.home_md_title h2 span.dj:after{
	content: "";
	width: 40px;
	height: 40px;
	background: url(../image/tit_ic03.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
}
.dj_tp_left{
	width: 518px;
	float: left;
}
.dj_cm_item{
	background: #F5F4F0;
	padding: 44px 40px 40px;
}
.dj_cm_item .time{
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #B41D23;
	margin-bottom: 14px;
}
.dj_cm_item h5{
	font-size: 20px;
	line-height: 28px;
	height: 56px;
	color: #333333;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.dj_cm_item h5 a{
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dj_cm_item h5 a:hover{
	color: #B41D23;
}
.dj_cm_item .info{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}
.dj_cm_item .pic{
	height: 166px;
	overflow: hidden;
	margin-top: 30px;
}
.dj_cm_item .pic img{
	display: block;
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dj_tp_right{
	margin-left: 582px;
}
.cm_list01 li{
	border-bottom: 1px solid rgba(204, 180, 141, 0.5);
	padding: 28px 193px 28px 0;
	position: relative;
}
.cm_list01 li h5{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cm_list01 li h5 a{
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cm_list01 li h5 a:hover{
	color: #B41D23;
}
.cm_list01 li .info{
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cm_list01 li .time{
	color: #666666;
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	top: 28px;
	right: 0;
}
.cm_list01 li .detail_link{
	padding-right: 0;
	width: 40px;
	height: 24px;
	position: absolute;
	bottom: 36px;
	right: 30px;
	z-index: 50;
}
.cm_list01 li .detail_link:before{
	content: "";
	width: 1px;
	height: 40px;
	background: rgba(204, 180, 141, 0.5);
	position: absolute;
	left: -63px;
	top: 50%;
	margin-top: -20px;
}
.column_list{
	margin: -15px;
}
.column_list li{
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
}
.column_list li a{
	display: block;
	border: 1px solid #CCB48D;
	padding: 26px 19px 30px;
	background: #F9F8F4;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.column_list li a h5{
	padding-left: 24px;
	font-size: 18px;
	line-height: 25px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.column_list li a h5:before{
	content: "";
	width: 10px;
	height: 10px;
	background: url(../image/ic_star01.png) no-repeat center;
	background-szie: 100%;
	position: absolute;
	top: 7px;
	left: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.column_list li a .time{
	display: block;
	margin-top: 16px;
	margin-left: 24px;
	color: #666666;
	line-height: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.column_list li a:hover{
	border-color: #B41D23;
	background: #B41D23;
	color: #ffffff;
}
.column_list li a:hover h5:before{
	background-image: url(../image/ic_star02.png);
}
.column_list li a:hover .time{
	color: #ffffff;
}

.dt_swiper_wrap{
	background: #F5F4F0;
	position: relative;
	height: 500px;
}
.dt_swiper_wrap .swiper-container{
	position: relative;
	height: 500px;
}
.dt_cm_item{
	background: #F9F9F9;
}
.dt_cm_item .pic{
	float: right;
	width: 600px;
}
.dt_cm_item .pic img{
	display: block;
	width: 100%;
}
.dt_cm_item .cont{
	margin-right: 600px;
	padding: 60px 60px 0;
	height: 500px;
	box-sizing: border-box;
}
.dt_cm_item .cont h5{
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.dt_cm_item .cont h5 a{
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dt_cm_item .cont h5 a:hover{
	color: #B41D23;
}
.dt_cm_item .cont .time{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.dt_cm_item .cont .info{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.dt_swiper_wrap .btn_wrap{
	position: absolute;
	bottom: 60px;
	left: 60px;
	z-index: 50;
}
.dt_swiper_wrap .ban_dot{
	width: 100%;
	position: absolute;
	padding: 0 !important;
	bottom: 148px !important;
	height: 4px;
	left: 60px;
	text-align: left !important; 
}
.dt_swiper_wrap .ban_dot span{
	width: 50px;
	height: 4px;
	background: #CCB48D;
	border-radius: 0 !important;
	opacity: 0.5 !important;
	margin-right: 10px;
}
.dt_swiper_wrap .ban_dot span.swiper-pagination-bullet-active{
	width: 50px !important;
	background: #B41D23;
	opacity: 1 !important;
}
.dj_spelbg{
	background: #ffffff url(../image/dj_bg01.png) no-repeat center top;
	background-size: 1920px auto;
	padding-bottom: 0 !important;
}
.dj_spelbg .wrapfix{
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	padding: 50px;
}
.news_list_01 li:nth-child(2n+1){
	background: #F9F8F4;
}
.news_list_01 li a{
	display: block;
	padding: 30px 200px 30px 30px;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list_01 li h5{
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 24px;
}
.news_list_01 li h5:before{
	content: "";
	width: 10px;
	height: 10px;
	background: url(../image/ic_star01.png) no-repeat center;
	background-szie: 100%;
	position: absolute;
	top: 7px;
	left: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list_01 li .time{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 30px;
}
.news_list_01 li a:hover{
	color: #B41D23;
}
.mod_lay_item{
	border: 1px solid rgba(204, 180, 141, 0.5);
	background: #ffffff;
	box-sizing: border-box;
	padding: 0 19px;
	width: 590px;
}
.mod_subtitle{
	padding: 20px 0 15px;
	border-bottom: 1px solid rgba(204, 180, 141, 0.5);
	position: relative;
}
.mod_subtitle h3{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #000000;
}
.mod_subtitle h3 img{
	height: 16px;
	vertical-align: top;
	position: relative;
	top: 4px;
	margin-right: 6px;
}
.mod_subtitle .detail_link{
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 50;
}
.news_topitem{
	display: block;
	color: #333333;
	padding: 20px 0;
	min-height: 172px;
}
.news_topitem .pic{
	width: 230px;
	height: 172px;
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_topitem .pic img{
	display: block;
	width: 100%;
}
.news_topitem .cont{
	margin-left: 256px;
	padding-top: 10px;
}
.news_topitem h5{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_topitem .info{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_topitem .time{
	display: block;
	margin-top: 18px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.news_topitem:hover{
	color: #B41D23;
}
.news_list_02 li{
	border-top: 1px solid rgba(204, 180, 141, 0.5);
}
.news_list_02 li a{
	display: block;
	padding: 24px 0 24px 85px;
	position: relative;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list_02 li .time{
	width: 60px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 0;
}
.news_list_02 li .time strong{
	display: block;
	font-size: 26px;
	line-height: 36px;
	font-weight: normal;
}
.news_list_02 li .time em{
	font-style: normal;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.news_list_02 li h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list_02 li .info{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_list_02 li a:hover{
	color: #B41D23;
}
.sm_videolist{
	padding: 20px 0;
}
.sm_videolist li{
	margin-top: 10px;
}
.sm_videolist li:first-child{
	margin-top: 0;
}
.sm_videolist li a{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sm_videolist li .window{
	width: 152px;
	height: 92px;
	margin-right: 25px;
	position: relative;
	overflow: hidden;
}
.sm_videolist li .pic{
	height: 92px;
	overflow: hidden;
}
.sm_videolist li .pic img{
	display: block;
	width: 100%;
}
.sm_videolist li .cont{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
	width: 100%;
}
.v_shadow{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.play_btn{
	display: block;
	width: 86px;
	height: 86px;
	background: url(../image/play_btn.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -43px 0 0 -43px;
	z-index: 20;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sm_videolist li .play_btn{
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
}
.sm_videolist li h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sm_videolist li .time{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
}
.sm_videolist li a:hover{
	color: #B41D23;
}

.cm_list02 li{
	width: 33.3333%;
	float: left;
}
.cm_p_item2{
	display: block;
	background: #FFFFFF;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cm_p_item2 .pic{
	height: 200px;
	overflow: hidden;
}
.cm_p_item2 .pic img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.cm_p_item2 .cont{
	padding: 40px 40px 0;
	box-sizing: border-box;
	height: 200px;
}
.cm_p_item2 .time{
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	padding-left: 28px;
	margin-bottom: 15px;
	background: url(../image/ic_date01.png) no-repeat left center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cm_p_item2 h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cm_p_item2:hover{
	background: #B41D23;
	color: #ffffff;
}
.cm_p_item2:hover .time{
	color: #ffffff;
	background-image: url(../image/ic_date02.png);
}
.cm_p_item2:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.page_banner{
	height: 200px;
	position: relative;
	overflow: hidden;
}
.page_banner .pic{
	width: 100%;
	height: 200px;
	position: relative;
}
.page_banner .pic img{
	display: block;
	width: 1920px;
	max-width: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	margin-left: -960px;
	zoom: 1;
}
.page_title{
	width: 270px;
	background: rgba(0,0,0,0.6);
	height: 114px;
	box-sizing: border-box;
	padding: 41px 30px 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 50;
}
.page_title h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}
.page_title p{
	margin-top: 8px;
}
.path_box{
	width: 1200px;
	margin: 0 auto;
	padding: 18px 0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}
.path_box a{
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	color: #999999;
}
.path_box a.now{
	color: #666666;
}
.path_box a.home{
	padding-left: 22px;
	background: url(../image/ic_home.png) no-repeat left center;
}
.path_box a:hover{
	color: #B41D23;
}
.page_layout{
	width: 1200px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	z-index: 10;
}
.p_layout_left{
	width: 270px;
	float: left;
	background: #F5F4F0;
}
.p_layout_left:before{
	content: "";
	width: 270px;
	height: 100%;
	background: #F5F4F0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.cm_sidebar_nav{
	padding-bottom: 40px;
}
.cm_sidebar_nav > li{
	position: relative;
	border-bottom: 1px solid rgba(204, 180, 141, 0.3);
}
.cm_sidebar_nav > li > a{
	display: block;
	padding: 19px 50px 19px 30px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #333333;
	z-index: 10;
}
.cm_sidebar_nav > li > a:hover{
	color: #B41D23;
}
.cm_sidebar_nav > li.act > a,
.cm_sidebar_nav > li.act > a:hover{
	background: #B41D23;
	color: #ffffff;
}
.cm_sidebar_nav .sub_1{
	background: rgba(204, 180, 141, 0.3);
	padding: 10px 0;
}
.cm_sidebar_nav .sub_1 > li >a{
	display: block;
	padding: 10px 40px 10px 42px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.cm_sidebar_nav .sub_1 > li >a:before{
	content: "";
	width: 4px;
	height: 4px;
	background: #666666;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 30px;
}
.cm_sidebar_nav .sub_1 > li.act >a{
	color: #B41D23;
}
.cm_sidebar_nav .sub_1 > li.act >a:before{
	background: #B41D23;
}
.cm_sidebar_nav .sub_2{
	padding: 5px 0;
}
.cm_sidebar_nav .sub_2 > li >a{
	display: block;
	padding: 7px 30px 7px 43px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.cm_sidebar_nav .sub_2 > li.act >a{
	color: #B41D23;
}
.cm_sidebar_nav li a:hover{
	color: #B41D23;
}
.cm_sidebar_nav li .arrow{
	width: 12px;
	height: 12px;
	background: url(../image/arrow_down_gray.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 28px;
}
.cm_sidebar_nav li.act > a .arrow{
	background-image: url(../image/arrow_down_red.png);
}
.cm_sidebar_nav > li.act > a .arrow{
	display: block;
}
.p_layout_right{
	margin-left: 270px;
	padding: 20px 0 60px 40px;
	position: relative;
	min-height: 400px;
}
.p_layout_right .path_box{
	width: auto;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 50;
}
.sub_title{
	border-bottom: 1px solid #EBEBEB;
	padding: 13px 0;
	margin-bottom: 10px;
	position: relative;
}
.sub_title h3{
	padding-left: 14px;
	line-height: 34px;
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	position: relative;
}
.sub_title h3:before{
	content: "";
	width: 4px;
	height: 16px;
	background: #B41D23;
	position: absolute;
	top: 9px;
	left: 0;
}
.sub_title h3.dj:before{
	content: "";
	width: 10px;
	height: 10px;
	background: url(../image/ic_star01.png) no-repeat center;
	position: absolute;
	top: 12px;
	left: 0;
}
.page_box{
	margin: 32px 0 0;
	min-height: 28px;
	text-align: left;
	font-size: 0;
	line-height: 0;
}
.page_box a{
	display: inline-block;
	vertical-align: top;
	min-width: 22px;
	padding: 0 2px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	border: 1px solid #EDEDED;
	margin: 0 4px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.page_box a:hover{
	color: #B41D23;
	border-color: #B41D23;
}
.page_box a.active,
.page_box a.active:hover{
	border-color: #B41D23;
	background: #B41D23;
	color: #ffffff;
}
.page_box .more{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	vertical-align: top;
	margin: 0 4px;
}
.page_box .jump{
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.page_box .jump input{
	height: 20px;
	line-height: 20px;
	width: 46px;
	text-align: center;
	padding: 3px 0;
	border: 1px solid #EDEDED;                                                            
	background: none;
	outline: none;
	font-family : Arial,"Microsoft Yahei",sans-serif;
	font-size: 14px;
	color: #666666;
	vertical-align: top;
	margin-left: 10px;
}
.page_box .jump a,
.page_box .jump a:hover{
	width: 28px;
	height: 28px;
	background: #B41D23;
	border: 0 none;
	color: #fff;
	margin-left: 8px;
}
.page_box a.first,
.page_box a.last{
	width: auto;
	padding: 0 8px;
}

.news_list_03 li{
	border-bottom: 1px solid #EBEBEB;
}
.news_list_03 li.spel{
	margin-bottom: 17px;
	padding: 4px 0;
}
.news_item_03{
	display: block;
	padding: 16px 0;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	color: #333333;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_item_03 .pic{
	width: 220px;
	height: 120px;
	overflow: hidden;
	margin-right: 30px;
}
.news_item_03 .pic img{
	display: block;
	width: 100%;
}
.news_item_03 .cont{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
	width: 100%;
}
.news_item_03 h5{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}
.news_item_03 .info{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_item_03 .time{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin-top: 12px;
}
.news_item_03:hover{
	color: #B41D23;
}
.video_list{
	margin: 15px -15px -15px;
}
.video_list li{
	width: 50%;
	box-sizing: border-box;
	padding: 15px;
	float: left;
}
.p_video_item{
	background: #F5F4F0;
	display: block;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.p_video_item .window{
	position: relative;
	height: 260px;
	overflow: hidden;
}
.p_video_item .window .pic{
	height: 260px;
	position: relative;
	overflow: hidden;
}
.p_video_item .window .pic img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.p_video_item .cont{
	box-sizing: border-box;
	padding: 20px 30px 0;
	height: 112px;
}
.p_video_item .time{
	display: block;
	padding-left: 28px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	background: url(../image/ic_date01.png) no-repeat left center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.p_video_item h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 9px;
}
.p_video_item:hover{
	background: #B41D23;
	color: #ffffff;
}
.p_video_item:hover .time{
	color: #ffffff;
	background-image: url(../image/ic_date02.png);
}
.p_video_item:hover .window .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.news_list_04 li{
	border-bottom: 1px solid #EBEBEB;
}
.news_list_04 li a{
	display: block;
	padding: 20px 120px 20px 0;
	color: #333333;
	position: relative;
}
.news_list_04 li .time{
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 12px;
}
.news_list_04 li h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list_04 li .arrow{
	width: 46px;
	height: 34px;
	background: url(../image/more_lk_arrow01.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list_04 li:hover a{
	color: #B41D23;
}
.news_list_04 li:hover .time{
	color: #B41D23;
}
.news_list_04 li:hover .arrow{
	background-image: url(../image/more_lk_arrow02.png);
}
.txt_tabnav{
	margin-top: 30px;
	font-size: 0;
	margin-bottom: 20px;
}
.txt_tabnav a,
.txt_tabnav span{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	box-sizing: border-box;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #F5F4F0;
	color: #666666;
	border-radius: 6px;
	min-width: 120px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.txt_tabnav a.active,
.txt_tabnav a:hover,
.txt_tabnav span.active,
.txt_tabnav span:hover{
	background: #B41D23;
	color: #ffffff;
}
.data_table{
	border: 1px solid #EEE8E0;
}
.data_table th{
	padding: 14px 15px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	line-height: 22px;
	background: #F5F4F0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #EEE8E0;
	word-break: break-all;
}
.data_table td{
	padding: 14px 15px;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	background: #ffffff;
	vertical-align: middle;
	text-align: center;
	word-break: break-all;
	border: 1px solid #EEE8E0;
}
.data_table td p{
	padding: 0 35px;
	text-align: left;
}
.mt30{
	margin-top: 30px !important;
}
.cm_intro_txt2{
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	color: #333333;
}
.cm_intro_txt2 p{
	margin: 10px 0;
}
.page_banner.ban_home{
	height: 400px;
}
.page_banner.ban_home .pic{
	height: 400px;
}
.page_banner.ban_home .page_title{
	width: 1200px;
	background: none;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: auto;
	top: 50%;
	margin-top: -63px;
	left: 50%;
	margin-left: -600px;
}
.page_banner.ban_home .page_title h2{
	font-size: 60px;
	line-height: 84px;
}
.page_banner.ban_home .page_title p{
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
}
.tzz_it_wrap{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.tzz_item{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tzz_it_title{
	display: block;
	width: 300px;
	box-sizing: border-box;
	height: 549px;
	padding: 60px 60px 0;
	color: #ffffff;
	background: url(../image/gg_bg.png) no-repeat center;
	cursor: pointer;
}
.tzz_it_title:hover{
	background: #B41D23;
}
.tzz_it_title h2{
	text-align: center;
	font-size: 32px;
	line-height: 44px;
	padding-bottom: 26px;
	font-weight: 500;
	position: relative;
}
.tzz_it_title h2:after{
	content: "";
	width: 40px;
	height: 6px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.tzz_it_title .icon{
	display: block;
	width: 141px;
	height: 141px;
	margin: 107px auto 0;
}
.tzz_it_title .icon.ic01{
	background: url(../image/gg_ic01.png) no-repeat center;
}
.tzz_it_title .icon.ic02{
	background: url(../image/gg_ic02.png) no-repeat center;
}
.tzz_it_cont{
	display: none;
}
.tzz_it_cont{
	width: 900px;
	background: #F5F4F0;
	box-sizing: border-box;
	padding: 60px 60px 0;
	height: 549px;
	position: relative;
}
.tzz_it_cont .detail_link{
	float: right;
	position: relative;
	top: 9px;
	z-index: 50;
}
.tzz_it_cont h2{
	font-size: 32px;
	line-height: 44px;
	padding-bottom: 26px;
	position: relative;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}
.tzz_it_cont h2:after{
	content: "";
	width: 40px;
	height: 6px;
	background: #B41D23;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news_list_05 li{
	border-bottom: 1px solid #DDDDDD;
}
.news_list_05 li a{
	display: block;
	padding: 30px 120px 30px 28px;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list_05 li a:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #B41D23;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
}
.news_list_05 li .time{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 0;
}
.news_list_05 li h5{
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list_05 li a:hover{
	color: #B41D23;
}
.tzz_item.active .tzz_it_title{
	display: none;
}
.tzz_item.active .tzz_it_cont{
	display: block;
}
.tzz_topleft {
	width: 610px;
	float: left;
}
.tzz_topleft .hm_dtitem{
	padding: 30px;
	background: #ffffff;
}
.tzz_topleft .hm_dtitem .pic{
	height: 350px;
	overflow: hidden;
}
.tzz_topleft .hm_dtitem .cont h5{
	-webkit-line-clamp: 1;
}
.tzz_topright{
	margin-left: 650px;
}
.news_list_06 li{
	margin-top: 10px;
}
.news_list_06 li:first-child{
	margin-top: 0;
}
.news_list_06 li a{
	display: block;
	background: #ffffff;
	padding: 30px 30px 32px;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list_06 li a:hover{
	background: #B41D23;
	color: #ffffff;
}
.news_list_06 li .time{
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	margin-bottom: 20px;
}
.news_list_06 li h5{
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list_06 li a:hover .time{
	color: #ffffff;
}
.mod_bg_02{
	background: url(../image/tj_mod_bg01.png) no-repeat center;
	background-size: cover;
	padding-bottom: 92px;
}
.mod_bg_02 .home_md_title h2{
	color: #ffffff;
}
.mod_bg_02 .home_md_title h2 span:after{
	background-image: url(../image/tit_ic02.png);
}
.mod_bg_02 .home_md_title .more_btn{
	background: #ffffff;
	color: #B41D23;
}
.tzz_infotxt{
	background: rgba(255, 255, 255, 0.2);
	padding: 56px 60px 60px;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
}
.tzz_infotxt .title{
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 30px;
}
.tzz_infotxt .title span{
	display: inline-block;
	vertical-align: top;
	padding: 0 41px;
	position: relative;
}
.tzz_infotxt .title span:before,
.tzz_infotxt .title span:after{
	content: "";
	width: 25px;
	height: 24px;
	position: absolute;
}
.tzz_infotxt .title span:before{
	background: url(../image/yh_start.png) no-repeat center;
	left: 0;
	top: 0;
}
.tzz_infotxt .title span:after{
	background: url(../image/yh_end.png) no-repeat center;
	right: 0;
	bottom: -2px;
}
.ab_introbox{
	min-height: 454px;
	position: relative;
}
.ab_introbox .pic{
	width: 630px;
	position: absolute;
	top: -118px;
	right: 0;
}
.ab_introbox .pic img{
	display: block;
	width: 100%;
}
.ab_introbox .cont{
	width: 876px;
	position: relative;
	z-index: 10;
}
.sz_introtxt{
	background: rgba(245, 244, 240, 0.95);
	backdrop-filter: blur(2px);
	padding: 40px;
	box-sizing: border-box;
	min-height: 336px;
	color: #333333;
}
.sz_introtxt h5{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 22px;
	font-weight: 500;
}
.sz_introtxt p{
	font-size: 16px;
	line-height: 22px;
}
.layout_data{
	margin-top: 46px;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.layout_data dl{
	text-align: center;
}
.layout_data dl dd{
	font-size: 48px;
	line-height: 54px;
	color: #B41D23;
	font-weight: 700;
}
.layout_data dl dt{
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
	color: #666666;
}
.hm_dtliat.spel{
	margin: -15px;
}
.hm_dtliat.spel li{
	padding: 15px;
}
.hm_dtliat.spel li .hm_dtitem{
	background: #F5F4F0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hm_dtliat.spel li .hm_dtitem .pic{
	height: 252px;
}
.hm_dtliat.spel li .hm_dtitem .cont{
	padding: 44px 20px 20px;
	box-sizing: border-box;
	min-height: 130px;
}
.hm_dtliat.spel li .hm_dtitem .cont h5{
	font-size: 18px;
	line-height: 25px;
}
.hm_dtliat.spel li .hm_dtitem:hover{
	background: #ffffff;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.develop_process{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.develop_cont_wrap {
    min-height: 280px;
}
.develop_year , .develop_month {
    height: 121px;
	padding: 0 54px;
    position: relative;
    z-index: 20;
}
.develop_year .prev , .develop_year .next ,
.develop_month .prev , .develop_month .next {
    display: block;
    width: 54px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 20;
}
.develop_year .prev , .develop_month .prev {
    left: 0;
    background: url(../image/icon_prev03.png) no-repeat center;
}
.develop_year .prev.prevStop , .develop_month .prev.prevStop {
    background: url(../image/icon_prev04.png) no-repeat center;
}
.develop_year .next , .develop_month .next {
    right: 0;
    background: url(../image/icon_next03.png) no-repeat center;
}
.develop_year .next.nextStop , .develop_month .next.nextStop {
    background: url(../image/icon_next04.png) no-repeat center;
}
.develop_year .center_line , .develop_month .center_line {
    height: 2px;
    background: #CCCCCC;
    position: absolute;
    left: 54px;
	right: 54px;
    top: 50%;
    margin-top: -1px;
    z-index: -1;
}
.year_list li {
    width: 218px;
    float: left;
    cursor: pointer;
}
.year_list li p {
    height: 121px;
    line-height: 35px;
    font-size: 30px;
    color: #CCB48D;
    text-align: center;
	position: relative;
    font-family: 'DIN-Medium';
    background: url(../image/icon01.png) no-repeat center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.year_list li.even p {
    height: 35px;
    padding-top: 86px;
}
.year_list li.on p , .year_list li:hover p {
    color: #B41D23;
    background: url(../image/icon02.png) no-repeat center;
}
.develop_month_wrap{
	position: relative;
	z-index: 20;
}
.develop_month {
    padding: 0 54px 0 160px;
}
.develop_month .year {
    width: 86px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
	font-family: 'DIN-Medium';
    color: #B41D23;
    text-align: center;
    padding-top: 86px;
    background: url(../image/icon03.png) no-repeat center;
    position: absolute;
    left: 76px;
    top: 0;
}
.month_list li {
    width: 80px;
    float: left;
    cursor: pointer;
}
.month_list li p {
    height: 121px;
    line-height: 121px;
    font-size: 20px;
    color: #FFFFFF;
	font-family: 'DIN-Medium';
    text-align: center;
    background: url(../image/icon04.png) no-repeat center;
}
.month_list li.on p {
    background: url(../image/icon05.png) no-repeat center;
    position: relative;
}
.month_list li.on p:after {
    content: '';
    width: 17px;
    height: 11px;
    background: url(../image/traiangle.png) no-repeat center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -9px;
	z-index: 30;
}

.develop_detal {
    width: 912px;
	box-sizing: border-box;
    padding: 28px 20px 36px;
	border: 1px solid #DDDDDD;
    margin: -16px auto 0;
    position: relative;
	left: 20px;
	z-index: 10;
}

.develop_ul {
    min-height: 84px;
}
.develop_ul p {
	margin-top: 5px;
}
.develop_ul p:first-child{
	margin-top: 0;
}
.develop_ul p a {
	width: 850px;
    display: inline-block;
	vertical-align: top;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.develop_ul p a:hover {
    color: #B41D23;
}
.cm_introbox{
	padding: 20px 0;
}
.cm_introbox h3{
	font-size: 28px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: 600;
}
.imp_span{
	color: #B41D23 !important;
}
.cm_introbox .info{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-top: 30px;
}
.cm_introbox  .info p{
	text-indent: 2em;
}
.cm_introbox .layout_data{
	margin: 30px 0;
}

.cm_introbox .layout_data dl{
	position: relative;
}

.cm_introbox .layout_data dl:before{
	content: "";
	width: 1px;
	height: 48px;
	background: #E9E1D2;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: -120px;
}
.cm_introbox .layout_data dl:first-child:before{
	display: none;
}
.img_wrap{
	margin: 30px 0;
}
.img_wrap img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.t_ind{
	text-indent: 2em;
}
.detail_wrap01{
	margin: 30px 0;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.img_wrap.right{
	float: right;
	margin: 0 0 20px 28px;
}

.core_jzgbox{
	margin: 30px 0;
	position: relative;
	z-index: 10;
	padding-top: 40px;
}
.core_jzgbox:before{
	content: "";
	width: 720px;
	height: 228px;
	border: 1px solid #CCB48D;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -360px;
	z-index: -1;
}
.core_jzgbox h2{
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 36px;
}
.core_jzgbox .list li{
	width: 33.3333%;
	padding: 0 24px;
	float: left;
	box-sizing: border-box;
}
.core_jzgbox .list li .title{
	display: block;
	margin: 0 auto 20px;
	box-sizing: border-box;
	width: 131px;
	height: 131px;
	padding: 34px 20px 0;
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	color: #ffffff;
	border-radius: 50%;
	background: #B41D23;
}
.core_jzgbox .list li .title.bg01{
	background: #CCB48D;
}
.core_jzgbox .list li .title.bg02{
	background: #B41D23;
}
.core_jzgbox .list li .title.bg03{
	background: #E9E1D2;
	color: #333333;
}
.core_jzgbox .list li .cont{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.core_jzgbox .list li .cont p{
	margin: 10px 0;
}
.book_list{
	margin: 20px -12px -12px -11px;
}
.book_list li{
	box-sizing: border-box;
	padding: 11px 12px 12px 11px;
	float: left;
	width: 33.33333%;
}
.book_item{
	display: block;
	background: #F5F4F0;
	color: #000000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.book_item .pic{
	height: 337px;
	overflow: hidden;
}
.book_item .pic img{
	display: block;
	width: 100%;
}
.book_item h5{
	padding: 10px 20px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
}
.book_item:hover{
	color: #B41D23;
	background: #ffffff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.year_process_detail{
	margin-top: 30px;
}
.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 .year {
    line-height: 32px;
    font-size: 24px;
    font-family: arial;
    padding: 15px 0;
    border-left: 1px dashed #CCB48D;
    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: #B41D23;
}
.year_tab .year p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../image/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(../image/dot_active.png) no-repeat center;
}
.year_tab .hide_year {
    height: 25px;
    padding-bottom: 20px;
    overflow: hidden;
    border-left: 1px dashed #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(../image/dot_more.png) no-repeat center;
}
.year_tab .hide_year .more:hover {
    background: url(../image/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: #B41D23;
	margin-bottom: 25px;
}
.develop_info{
	margin-left: 13px;
	border-left: 1px dashed #CCB48D;
}
.develop_info .month{
	padding: 0px 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: #B41D23;
	position: relative;
}
.develop_info .month span:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #B41D23 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{
	padding-bottom: 10px;
}
.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: #CCB48D;
	position: absolute;
	top: 16px;
	left: -3px;
}
.ui_dropdown{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #EEE8E0;
	background: #F9F8F4;
	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;
}
.honor_cmlist{
	margin: 15px -15px -15px;
}
.honor_cmlist li{
	box-sizing: border-box;
	width: 33.33333%;
	padding: 15px;
	float: left;
}
.honor_cmitem{
	display: block;
	background: url(../image/honor_itembg.png) no-repeat center;
	background-size: 100% 100%;
	height: 196px;
}
.honor_cmitem .wrap{
	display: block;
	padding: 45px 20px 15px;
	text-align: center;
}
.honor_cmitem h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #B41D23;
	margin-bottom: 11px;
}
.honor_cmitem h5 em{
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
}
.honor_cmitem .p1{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.honor_cmitem .time{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.query_form{
	background: #F5F4F0;
	padding: 15px 36px 10px 20px;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	box-sizing: border-box;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.query_form .row_1{
	width: 362px;
	margin-left: 10px;
	padding: 5px 0;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.query_form .row_3{
	width: 452px;
	margin-left: 10px;
	padding: 5px 0;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.query_form .tit{
	display: block;
	vertical-align: top;
	line-height: 45px;
	margin-right: 10px;
	font-size: 16px;
}
.query_form .row_2{
	padding: 5px 0;
	margin-left: 10px;
}
.query_btn{
	display: block;
	width: 80px;
	height: 45px;
	line-height: 45px;
	background: #B41D23;
	font-size: 16px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.query_btn:hover{
	background: #bc3338;
}
.ui_input{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #EEE8E0;
	background: #F9F8F4;
	padding: 10px 19px;
	height: 45px;
	line-height: 23px;
	font-size: 16px;
	color: #333;
	font-family: Arial,"Microsoft Yahei",sans-serif;
}
.sele_w1{
	width: 100% !important;
}
.input_w1{
	width: 100%;
}
.query_form .row_1 .ui_input,
.query_form .row_1 .ui_dropdown{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
}
.detail_wrap01 .title{
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 600;
}
.detail_item_1{
	margin-bottom: 30px;
}

.detail_item_1 h5{
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #000000;
	margin: 10px 0;
}
.ib_peolist{
	margin: 10px -10px -10px;
}
.ib_peolist li{
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	float: left;
}
.ib_peolist li .libox{
	min-height: 200px;
	background: #F5F4F0;
}
.ib_peolist li .libox .pic{
	width: 160px;
	height: 200px;
	overflow: hidden;
	float: left;
}
.ib_peolist li .libox .pic img{
	display: block;
	width: 100%;
}
.ib_peolist li .libox .cont{
	margin-left: 160px;
	padding: 30px 20px 20px;
	box-sizing: border-box;
	min-height: 200px;
}
.ib_peolist li .libox .cont h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
}
.ib_peolist li .libox .cont p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}

.com_link{
	color: #B41D23;
}
.com_link:hover{
	text-decoration: underline;
}

.branch_module{
	padding: 50px 0;
}
.right_branch{
	width: 890px;
	float: right;
}
.left_branch{
	width: 281px;
	float: left;
}
.cp_info_item{
	border: 1px solid #EEE8E0;
	margin-bottom: -1px;
}
.cp_info_item .title{
	background: #F5F4F0;
	border-bottom: 1px solid #EEE8E0;
	padding: 18px 30px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #333333;
}
.cp_info_item .cont{
	padding: 17px 25px;
	box-sizing: border-box;
	max-height: 408px;
	overflow: auto;
}
.cp_info_item .cont p{
	font-size: 15px;
	line-height: 21px;
	margin-top: 17px;
	color: #666666;
}
.cp_info_item .cont p:first-child{
	margin-top: 0;
}
.branch_address,
.branch_phone{
	display: inline-block;
	width: 17px;
	height: 16px;
	vertical-align: top;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.branch_address{
	background: url(../image/b_addr_icon.png) no-repeat center;
}
.branch_phone{
	background: url(../image/b_tel_icon.png) no-repeat center;
}
.cp_info_item .list li{
	font-size: 15px;
	line-height: 21px;
	margin-top: 17px;
}
.cp_info_item .list li:first-child{
	margin-top: 0;
}
.cp_info_item .list li a{
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	position: relative;
	color: #666666;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cp_info_item .list li a:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #979797;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 8px;
}
.cp_info_item .list li:hover a{
	color: #B41D23;
}
.cp_info_item .list li:hover a:before{
	background: #B41D23;
}
.top_path_wrap{
	background: #F5F4F0;
}
.branch_pagebox{
	padding: 30px 0 50px;
	min-height: 600px;
}
.branch_tabnav{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	margin-bottom: 20px;
}
.branch_tabnav li{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
}
.branch_tabnav li a{
	display: block;
	background: #F5F4F0;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.branch_tabnav li a:hover{
	color: #B41D23;
}
.branch_tabnav li.active a,
.branch_tabnav li.active a:hover{
	color: #ffffff;
	background: #B41D23;
}
.branch_infobox{
	background: #F5F4F0;
}
.branch_infobox .pic{
	width: 399px;
	height: 256px;
	float: left;
	overflow: hidden;
}
.branch_infobox .pic img{
	display: block;
	width: 100%;
}
.branch_infobox .cont{
	margin-left: 399px;
	padding: 28px 40px;
	box-sizing: border-box;
	min-height: 226px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.branch_infobox .cont h5{
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-weight: 600;
}
.branch_infobox .cont p{
	margin-top: 10px;
}
.branch_intro{
	margin-top: 30px;
}
.branch_intro .title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 10px;
}
.branch_txt{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.branch_txt p{
	margin-top: 10px;
	text-indent: 2em;
}
.article_list li{
	border-bottom: 1px solid #EEE8E0;
}
.article_list li a{
	display: block;
	padding: 30px 150px 30px 0;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.article_list li a .time{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.article_list li a h5{
	padding-left: 28px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article_list li a h5:before{
	content: "";
	width: 21px;
	height: 20px;
	background: url(../image/article_ic01.png) no-repeat center;
	position: absolute;
	top: 2px;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.article_list li a:hover,
.article_list li a:hover .time{
	color: #B41D23;
}
.article_list li a:hover h5:before{
	background-image: url(../image/article_ic02.png);
}
.detail_bg{
	background: #F5F4F0 url(../image/hm_bus_bg.png) no-repeat center bottom;
}
.com_cont{
	width: 1200px;
	margin: 0 auto;
	background: #ffffff;
}
.article_page{
	padding: 50px 100px 100px;
	min-height: 500px;
}
.article_title{
	margin-bottom: 50px;
}
.article_title h2{
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	color: #000000;
}
.article_title .info{
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}
.article_title .info span{
	margin-right: 20px;
}
.article_title .info span b{
	font-weight: normal;
	color: #000000;
}
.article_cont{
	font-size: 18px;
	line-height: 1.6;
	color: #000000;
}
.article_cont table,
.article_cont table th,
.article_cont table td{
	border: 1px solid #aaa;
}
.article_cont p{
	margin: 15px 0;
}
.article_cont .img{
	max-width: 100% !important;
}
.article_cont img{
	max-width: 100% !important;
}
.video_page{
	padding: 50px 50px 100px;
	min-height: 500px;
}
.video_ctbox{
	height: 617px;
	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: 600px;
}
.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_title{
	margin-top: 30px;
}
.video_title h5{
	margin-right: 400px;
	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(../image/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;
}
.search_main{
	padding-bottom: 90px;
}
.search_topbox{
	padding: 48px 0 20px;
}
.search_box{
	height: 60px;
	position: relative;
	padding-right: 180px;
}
.search_box input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px 15px 73px;
	border: 1px solid #EEE8E0;
	background: #F5F4F0;
	font-size: 20px;
	line-height: 28px;
	font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
	color: #333333;
	outline: none;
}
.search_box .icon{
	width: 24px;
	height: 24px;
	background: url(../image/ic_search_03.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 24px;
	z-index: 10;
}
.search_box .btn{
	display: block;
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	background: #B41D23;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.search_box .btn:hover{
	background: #bc3338;
}
.tab_ul_wrap {
	background: #ffffff;
    border-bottom: 1px solid rgba(204, 180, 141, 0.5);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tab_ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.tab_ul li {
    float: left;
    margin-right: 50px;
}
.tab_ul li:last-child{
	margin-right: 0 !important;
}
.tab_ul li a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #666666;
    position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tab_ul li.act a{
	font-weight: 500;
}
.tab_ul li.act a,
.tab_ul li a:hover {
    color: #B41D23;
}
.tab_ul li.act a:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #B41D23;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.fixed_tab{
	height: 81px;
}
.fixed_tab .tab_ul_wrap.fixed{
	background: #fff;
	position: fixed;
	top: 89px;
	left: 0;
    right: 0;
	z-index: 200;
}
.search_wrap{
	padding-top: 40px;
}
.search_wrap .sub_title{
	margin-bottom: 0;
	border-bottom: 1px solid rgba(204, 180, 141, 0.5);
	padding: 0 0 20px;
}
.search_wrap .sub_title h3{
	padding-left: 0;
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
}
.search_wrap .sub_title h3:before{
	display: none;
}
.search_wrap .sub_title .more_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.search_columnlist li{
	border-bottom: 1px solid rgba(204, 180, 141, 0.5);
	padding: 24px 0;
}
.search_columnlist li h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #333333;
}
.search_columnlist li .nav_cont{
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
.search_columnlist li .nav_cont a{
	color: #666666;
}
.keyword{
	color: #B41D23 !important;
}
.search_articlelist li{
	border-bottom: 1px solid rgba(204, 180, 141, 0.5);
}
.search_articlelist li a{
	display: block;
	padding: 24px 0;
	color: #333333;
}
.search_articlelist li h5{
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}
.search_articlelist li .info{
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.search_articlelist li .other{
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.search_articlelist li .other .type{
	color: #CCB48D;
	margin-right: 10px;
}
.down_tabnav{
	width: 1200px;
	background: #F9F8F4;
	margin: -40px auto 0;
	position: relative;
	z-index: 50;
}
.down_tabnav ul{
	height: 80px;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.down_tabnav ul li{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
	position: relative;
}
.down_tabnav ul li:before{
	content: "";
	width: 1px;
	height: 30px;
	background: #EEE8E0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
}
.down_tabnav ul li:first-child:before{
	display: none;
}
.down_tabnav ul li.active:before,
.down_tabnav ul li:hover:before{
	display: none;
}
.down_tabnav ul li.active + li:before,
.down_tabnav ul li:hover + li:before{
	display: none;
}
.down_tabnav ul li a{
	display: block;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	color: #666;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.down_tabnav ul li a:hover,
.down_tabnav ul li.active a{
	background: #B41D23;
	color: #fff;
}
.down_tabnav ul li a i{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: top;
	position: relative;
	margin-right: 8px;
	top: 28px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.down_tabnav ul li a i.pc{
	background: url(../image/dw_nav_ic01.png) no-repeat center;
}
.down_tabnav ul li a i.phone{
	background: url(../image/dw_nav_ic02.png) no-repeat center;
}
.down_tabnav ul li a i.tool{
	background: url(../image/dw_nav_ic03.png) no-repeat center;
}
.down_tabnav ul li.active a i.pc,
.down_tabnav ul li a:hover i.pc{
	background-image: url(../image/dw_nav_ic01_on.png);
}
.down_tabnav ul li.active a i.phone,
.down_tabnav ul li a:hover i.phone{
	background-image: url(../image/dw_nav_ic02_on.png);
}
.down_tabnav ul li.active a i.tool,
.down_tabnav ul li a:hover i.tool{
	background-image: url(../image/dw_nav_ic03_on.png);
}
.down_tabcont{
	padding: 20px 0 40px;
	min-height: 500px;
}
.download_list{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.download_list li{
	width: 580px;
	margin-left: 40px;
	position: relative;
	padding: 40px 0;
}
.download_list li:nth-child(2n+1){
	margin-left: 0;
}
.download_list li:nth-child(2n+1):before{
	content: "";
	width: 1200px;
	height: 1px;
	background: #EEE8E0;
	position: absolute;
	top: 0;
	left: 0;
}
.download_list li:first-child:before{
	display: none;
}
.download_list li .intro{
	margin-bottom: 30px;
	word-break: break-all;
}
.download_list li .intro .pic{
	width: 105px;
	height: 105px;
	border: 1px solid #EEE8E0;
	border-radius: 20px;
	overflow: hidden;
	float: left;
}
.download_list li .intro .pic img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.download_list li .intro .cont{
	margin-left: 130px;
	min-height: 107px;
}
.download_list li .intro h5{
	font-size: 18px;
	line-height: 25px;
	padding: 5px 0;
	font-weight: 600;
	color: #333333;
	margin-bottom: 5px;
}
.download_list li .intro p{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.download_list li .intro .span_item{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.download_list li .intro .span_item:last-child{
	margin-right: 0;
}
.download_list li dl{
	margin-top: 10px;
}
.download_list li dl dt{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
	font-weight: 600;
}
.download_list li dl dd{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.dw_infotxt{
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.dw_infotxt h5{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
	font-weight: 600;
	color: #333333;
}
.dw_btnwrap{
	margin-top: 30px;
	font-size: 0;
}
.dw_btnwrap .item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.dw_btnwrap .item:first-child{
	margin-left: 0 !important;
}
.down_button{
	display: inline-block;
	vertical-align: top;
	width: 168px;
	box-sizing: border-box;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #B41D23;
	font-size: 15px;
	color: #B41D23;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.down_button:hover{
	background: #B41D23;
	color: #ffffff;
}
.dw_icon_ios,
.dw_icon_and{
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	width: 20px;
	height: 26px;
	position: relative;
	top: 11px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dw_icon_ios{
	background: url(../image/dw_icon_ios.png) no-repeat center;
}
.dw_icon_and{
	background: url(../image/dw_icon_and.png) no-repeat center;
}
.down_button:hover .dw_icon_ios{
	background-image: url(../image/dw_icon_ios_on.png);
}
.down_button:hover .dw_icon_and{
	background-image: url(../image/dw_icon_and_on.png);
}
.dw_qr_pic{
	box-sizing: border-box;
	width: 145px;
	height: 145px;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(23, 37, 64, 0.3);
	border-radius: 8px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -73px;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.dw_qr_pic:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 11px 0;
	border-color: #ffffff transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -11px;
}
.dw_qr_pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.dw_btnwrap .item:hover .dw_qr_pic{
	opacity: 1;
	visibility: visible;
}
.mod_bg_03{
	background: url(../image/gsyw_bg01.png) no-repeat center bottom;
	background-size: cover;
}
.mod_bg_03 .home_md_title h2{
	color: #ffffff;
}
.mod_bg_04{
	background: #F5F4F0;
}
.bus_cm_swiper{
	position: relative;
}
.sw_prev_btn,
.sw_next_btn{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 50;
}
.sw_prev_btn{
	left: -90px;
	background: url(../image/sp_arrow1_prev.png) no-repeat center;
}
.sw_next_btn{
	right: -90px;
	background: url(../image/sp_arrow1_next.png) no-repeat center;
}
.sw_prev_btn.swiper-button-disabled{
	background-image: url(../image/sp_arrow1_prev2.png);
}
.sw_next_btn.swiper-button-disabled{
	background-image: url(../image/sp_arrow1_next2.png);
}
.bus_cm_swiper:before,
.bus_cm_swiper:after{
	content: "";
	width: 1px;
	height: 480px;
	background: rgb(204, 180, 141);
	position: absolute;
	top: 0;
	z-index: 10;
}
.bus_cm_swiper:before{
	left: 0;
}
.bus_cm_swiper:after{
	right: 0;
}
.bus_cm_swiper .hm_buslist li{
	width: 240px;
}
.bus_cm_swiper .hm_buslist li.active{
	width: 480px;
}
.bus_cm_swiper .bus_cm_item .cont{
	width: 380px;
	margin-left: -190px;
}
.bus_cm_swiper .bus_cm_item .cont span{
	margin-left: 24px;
}
.qy_ctbox{
	background: #FFFFFF;
	min-height: 400px;
}
.qy_ctbox .pic{
	width: 385px;
	height: 400px;
	overflow: hidden;
	float: right;
}
.qy_ctbox .pic img{
	display: block;
	width: 100%;
}
.qy_ctbox .cont{
	margin-right: 385px;
	box-sizing: border-box;
	padding: 84px 60px 60px;
}
.yh_txtintro{
	min-height: 119px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
}
.yh_txtintro:before,
.yh_txtintro:after{
	content: "";
	width: 48px;
	height: 40px;
	position: absolute;
}
.yh_txtintro:before{
	background: url(../image/yh_start2.png) no-repeat center;
	top: -54px;
	left: -30px;
}
.yh_txtintro:after{
	background: url(../image/yh_end2.png) no-repeat center;
	bottom: -54px;
	right: -17px;
}
.sub_navlist{
	margin-top: 24px;
}
.sub_navlist li{
	float: left;
	margin-left: 120px;
}
.sub_navlist li:first-child{
	margin-left: 0 !important;
}
.sub_navlist li a{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sub_navlist li a .icon{
	display: block;
	width: 86px;
	height: 86px;
	margin: 0 auto 15px;
	position: relative;
}
.sub_navlist li a .icon img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sub_navlist li a .icon .default{
	opacity: 1;
	visibility: visible;
}
.sub_navlist li a .icon .on{
	opacity: 0;
	visibility: hidden;
}
.sub_navlist li a:hover{
	color: #B41D23;
}
.sub_navlist li a:hover .icon .default{
	opacity: 0;
	visibility: hidden;
}
.sub_navlist li a:hover .icon .on{
	opacity: 1;
	visibility: visible;
}

.imp_buslist{
	margin: -15px;
}
.imp_buslist li{
	width: 33.33333%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}
.imp_busitem{
	display: block;
	background: #ffffff;
	color: #333333;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.imp_busitem .pic{
	height: 218px;
	overflow: hidden;
}
.imp_busitem .pic img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.imp_busitem .cont{
	padding: 30px;
	box-sizing: border-box;
	min-height: 180px;
	position: relative;
}
.imp_busitem .cont h5{
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 16px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.imp_busitem .cont p{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
.imp_busitem .cont:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -14px;
}
.imp_busitem.odd .cont:before{
	border-width: 0 14px 14px;
	border-color: transparent transparent #ffffff;
	top: -13px;
	z-index: 10;
}
.imp_busitem.even .cont:before{
	border-width:14px 14px 0 ;
	border-color: #ffffff transparent transparent;
	bottom: -13px;
	z-index: 10;
}
.imp_busitem:hover{
	color: #B41D23;
}
.imp_busitem:hover .cont h5{
	color: #B41D23;
}
.imp_busitem:hover .pic img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ficc_buslist{
	background: rgba(0, 0, 0, 0.7);
}
.ficc_buslist li{
	width: 240px;
	float: left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ficc_buslist li.active{
	width: 480px;
}
.ficc_bus_item{
	display: block;
	height: 300px;
	position: relative;
}
.ficc_bus_item .title{
	padding-top: 88px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
}
.ficc_bus_item .title .icon{
	display: block;
	width: 82px;
	height: 82px;
	margin: 0 auto 20px;
}
.ficc_bus_item .title .icon img{
	display: block;
	width: 100%;
}
.ficc_bus_item .title span{
	display: block;
}
.ficc_bus_item .inner{
	width: 480px;
	height: 340px;
	color: #333333;
	box-sizing: border-box;
	padding: 50px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -240px;
	z-index: 50;
	background: #F5F4F0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.ficc_bus_item .inner .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ficc_bus_item .inner .icon{
	width: 214px;
	height: 214px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: -2;
}
.ficc_bus_item .cont {
	font-size: 16px;
	line-height: 26px;
}
.ficc_bus_item .cont h5{
	font-size: 20px;
	line-height: 28px;
	color: #C4261D;
	margin-bottom: 20px;
} 
.ficc_bus_item .line_wrap i{
	background: #B41D23;
}
.ficc_buslist li.active .ficc_bus_item .inner{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ficc_buslist li.active  .line_top,
.ficc_buslist li.active .line_bottom{
	width: 100%;
}
.ficc_buslist li.active  .line_left,
.ficc_buslist li.active  .line_right{
	height: 100%;
}
.qy_buslist{
	background: url(../image/gsyw_img05.png) no-repeat center;
	background-size: cover;
}
.qy_buslist li{
	width: 200px;
	float: left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.qy_buslist li.active{
	width: 400px;
}
.qy_bus_item{
	display: block;
	position: relative;
	height: 400px;
	box-sizing: border-box;
	padding: 60px 40px;
	z-index: 10;
	color: #ffffff;
	overflow: hidden;
}
.qy_bus_item .bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(180, 29, 35, 0.9), rgba(180, 29, 35, 0.9));
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.qy_bus_item .title{
	margin-bottom: 22px;
	padding-bottom: 26px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	position: relative;
}
.qy_bus_item .title:before{
	content: "";
	width: 40px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.qy_bus_item .cont{
	width: 320px;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.qy_bus_item .num{
	font-size: 60px;
	line-height: 72px;
	color: rgba(255, 255, 255, 0.3);
	font-family: 'DIN-Regular';
	position: absolute;
	bottom: 10px;
	left: 45px;
	z-index: 5;
}
.qy_buslist li.active .qy_bus_item .bg{
	opacity: 1;
	visibility: visible;
}
.qy_buslist li.active .qy_bus_item .cont{
	opacity: 1;
	visibility: visible;
}
.qy_buslist li.active .qy_bus_item .title:before{
	background: #CCB48D;
}

.qy_buslist li.active  .line_top,
.qy_buslist li.active .line_bottom{
	width: 100%;
}
.qy_buslist li.active  .line_left,
.qy_buslist li.active  .line_right{
	height: 100%;
}

.int_busbox{
	position: relative;
	min-height: 454px;
	z-index: 10;
}
.int_busbox .pic{
	width: 630px;
	height: 572px;
	position: absolute;
	top: -118px;
	right: 0;
	z-index: -1;
}
.int_busbox .cont{
	width: 705px;
}
.int_txtbox{
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(2px);
	padding: 60px 50px 60px 60px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	z-index: 10;
}
.int_txtbox:before{
	content: "";
	width: 203px;
	height: 195px;
	background: url(../image/water_ic04.png) no-repeat center;
	position: absolute;
	bottom: 39px;
	right: 10px;
	z-index: -1;
}
.int_txtbox h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px;
}

.int_ydlist{
	margin-top: 33px;
	font-size: 0;
}
.int_ydlist span{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	box-sizing: border-box;
	width: 54px;
	height: 57px;
	line-height: 56px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	background: url(../image/gsyw_bg02.png) no-repeat center;
	background-size: 100%;
}
.more_buslist li{
	width: 33.33333%;
	float: left;
}
.more_buslist li a{
	display: block;
	background: #F5F4F0;
	position: relative;
	box-sizing: border-box;
	padding: 55px 0 0;
	text-align: center;
	height: 215px;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.more_buslist li a .icon{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
.more_buslist li a .icon img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.more_buslist li a .icon .default{
	opacity: 1;
	visibility: visible;
}
.more_buslist li a .icon .on{
	opacity: 0;
	visibility: hidden;
}
.more_buslist li a .bg{
	width: 100%;
	background: url(../image/more_bus_hover.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.more_buslist li a .inner{
	position: relative;
	z-index: 10;
}
.more_buslist li a:hover{
	color: #F9F8F4;
}
.more_buslist li a:hover .bg{
	opacity: 1;
	visibility: visible;
	top: -10px;
	bottom: -10px;
}
.more_buslist li a:hover  .line_top,
.more_buslist li a:hover .line_bottom{
	width: 100%;
}
.more_buslist li a:hover  .line_left,
.more_buslist li a:hover  .line_right{
	height: 100%;
}
.more_buslist li a:hover .icon .default{
	opacity: 0;
	visibility: hidden;
}
.more_buslist li a:hover .icon .on{
	opacity: 1;
	visibility: visible;
}
.yz_txtlist{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.yz_txtlist li{
	width: 30%;
	margin-left: 5%;
	font-size: 0;
}
.yz_txtlist li:first-child,
.yz_txtlist li:nth-child(3n+1){
	margin-left: 0 !important;
}
.yz_txtlist li .libox{
	display: inline-block;
	height: 100%;
	vertical-align: top;
	font-size: 14px;
	background: #F5F4F0;
	border-radius: 5px;
	overflow: hidden;
}
.yz_txtlist li .tit{
	background: #CCB48D;
	padding: 20px 20px 18px 40px;
	color: #ffffff;
	position: relative;
	z-index: 10;
}
.yz_txtlist li .tit:before{
	content: "";
	width: 83px;
	height: 80px;
	background: url(../image/water_ic05.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	right: 10px;
	z-index: -1;
}
.yz_txtlist li .tit h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}
.yz_txtlist li .tit p{
	font-size: 12px;
	line-height: 16px;
	color: #F5F4F0;
	margin-top: 4px;
	text-transform: uppercase;
}
.yz_txtlist li .cont{
	padding: 27px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.jj_txtlist{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.jj_txtlist li{
	width: 30%;
	margin-left: 5%;
	font-size: 0;
}
.jj_txtlist li:first-child,
.jj_txtlist li:nth-child(3n+1){
	margin-left: 0 !important;
}
.jj_txtlist li .libox{
	display: inline-block;
	height: 100%;
	vertical-align: top;
	font-size: 14px;
	background: #F5F4F0;
	border-radius: 5px;
	overflow: hidden;
}
.jj_txtlist li .tit{
	background: url(../image/gsyw_bg03.png) no-repeat center;
	background-size: 100% 100%;
	padding: 25px 20px;
	text-align: center;
	color: #ffffff;
	font-size: 48px;
	line-height: 56px;
	box-sizing: border-box;
	height: 106px;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'DIN-Regular';
}
.jj_txtlist li .cont{
	padding: 24px 28px 30px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.qa_list li{
	border-bottom: 1px solid #EEE8E0;
	padding: 15px 0;
}
.qa_list li .tit{
	position: relative;
	padding: 12px 110px 12px 0;
	line-height: 25px;
	min-height: 25px;
}
.qa_list li .tit:after{
	content: "";
	width: 1px;
	height: 40px;
	background: #EEE8E0;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 84px;
}
.qa_list li .tit h5{
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}
.qa_list li .cont{
	padding: 4px 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.zk_btn{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../image/zk_btn.png) no-repeat center;
}
.zk_btn.on{
	background-image: url(../image/zk_btn_on.png);
}
.qa_list li .tit.on h5{
	color: #B41D23;
}
.qa_list li .zk_btn{
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 20px;
	z-index: 50;
}
.pro_speltit{
	font-size: 28px;
	color: #B41D23;
	line-height: 30px;
	font-weight: 600;
	margin-right: 5px;
}

.detail_item_1 h3{
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 20px;
}
.query_form .row_1.w100{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
}
.pro_cmlist li{
	border-bottom: 1px solid #EEE8E0;
	padding: 24px 100px 24px 0;
	margin-top: 6px;
	position: relative;
}
.pro_cmlist li .title{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #333333;
}
.pro_cmlist li .title em{
	font-size: 16px;
	color: #666666;
	margin-left: 10px;
}
.pro_cmlist li .info{
	margin-top: 20px;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.pro_cmlist li .info .item{
	text-align: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
}
.pro_cmlist li .info .item:first-child{
	-webkit-flex: 1.6;
	-ms-flex: 1.6;
	flex: 1.6;
	-webkit-box-flex: 1.6; 
	-moz-box-flex: 1.6;
}
.pro_cmlist li .info .item .data{
	min-height: 36px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	word-break: break-all;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.pro_cmlist li .info .item .data .imp{
	font-size: 16px;
	font-weight: 600;
}
.pro_cmlist li .info .item p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin-top: 3px;
}
.pro_cmlist li .btn{
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background: #B41D23;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
	z-index: 50;
}
.pro_cmlist li .btn:hover{
	background: #bc3338;
}
.page_cont{
	padding: 40px 0 100px;
	min-height: 500px;
}
.pro_topbox{
	position: relative;
	border-bottom: 1px solid #EEE8E0;
	margin-bottom: 30px;
	min-height: 60px;
}
.pro_topbox .path_box{
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.pro_tabnav{
	font-size: 0;
	height: 60px;
}
.pro_tabnav a{
	display: inline-block;
	vertical-align: top;
	width: 170px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #F5F4F0;
	font-size: 20px;
	color: #B41D23;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pro_tabnav a i{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	position: relative;
	margin-right: 6px;
	top: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pro_tabnav a i.ic01{
	background: url(../image/pro_tab_ic01.png) no-repeat center;
}
.pro_tabnav a i.ic02{
	background: url(../image/pro_tab_ic02.png) no-repeat center;
}
.pro_tabnav a.active,
.pro_tabnav a:hover{
	background: #B41D23;
	color: #ffffff;
}
.pro_tabnav a.active i.ic01,
.pro_tabnav a:hover i.ic01{
	background-image: url(../image/pro_tab_ic01_on.png);
}
.pro_tabnav a.active i.ic02,
.pro_tabnav a:hover i.ic02{
	background-image: url(../image/pro_tab_ic02_on.png);
}
.pro_introlist li{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	padding: 17px 40px;
	font-size: 18px;
	line-height: 26px;
}
.pro_introlist li:nth-child(2n+1){
	background: #F5F4F0;
}
.pro_introlist li .tit{
	display: block;
	width: 164px;
	color: #666666;
}
.pro_introlist li .ct{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
	width: 100%;
	color: #333333;
}

.pro_introlist li .ct p,
.pro_introlist li .ct span,
.pro_introlist li .ct strong,
.pro_introlist li .ct em,
.pro_introlist li .ct div{
	font-family: Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif !important;
	font-size: 18px !important;
	line-height: 26px !important;
}

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

.dialog_box {
	width: 600px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 4000;
}

.dialog_close {
	width: 45px;
	height: 45px;
	background: url(../image/ly_close.png) no-repeat center;
	position: absolute;
	top: 0;
	right: -65px;
	z-index: 50;
}

.dialog_title {
	border-bottom: 1px solid #EEE8E0;
	text-align: center;
	padding: 30px 40px 24px;
	font-size: 20px;
	line-height: 28px;
}

.dialog_title h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #333333;
}

.dialog_cont {
	padding: 40px 40px 60px;
}
.p_btn_wrap {
	text-align: center;
	margin-top: 30px;
}

.p_button {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 310px;
	padding: 0 30px;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	font-weight: 600;
	background: #B41D23;
	color: #ffffff;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.p_button:hover{
	background: #bc3338;
}

.p_input_form {
	margin: 0 auto;
}

.p_input_item {
	margin-top: 10px;
	position: relative;
}

.p_input_item:first-child {
	margin-top: 0;
}

.p_input_item .tit {
	text-align: right;
	width: 105px;
	float: left;
	font-size: 16px;
	line-height: 48px;
	color: #666666;
}

.p_input_item .ct {
	margin: 0 105px;
	min-height: 48px;
}

.p_input {
	display: block;
	box-sizing: border-box;
	border: 1px solid #EEE8E0;
	background: #F5F4F0;
	width: 310px;
	height: 48px;
	padding: 11px 19px;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	border-radius: 4px;
}

.p_input:focus {
	background-color: #ffffff;
	border-color: #dddddd;
}

.p_input.w2 {
	width: 170px;
}

.p_select {
	display: block;
	box-sizing: border-box;
	width: 310px;
	height: 48px;
	border: 1px solid #EEE8E0;
	background: #F5F4F0;
	position: relative;
	border-radius: 4px;
}

.p_select .value {
	height: 24px;
	padding: 11px 30px 11px 19px;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	position: relative;
}

.p_select .value:after {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../image/arrow02.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 17px;
}

.p_select .value .default {
	color: #999999;
}

.p_select .layer {
	background: #ffffff;
	border: 1px solid #EEE8E0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	width: 100%;
	max-height: 260px;
	overflow: auto;
	position: absolute;
	top: 46px;
	left: -1px;
	z-index: 50;
}

.p_select .layer h5 {
	padding: 10px 19px 0;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	font-weight: normal;
}

.p_select .list {
	padding: 5px 0;
}

.p_select .list li {
	padding: 5px 45px 5px 19px;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.p_select .list li:hover {
	color: #B41D23;
}

.p_select .list li.active {
	color: #B41D23;
}

.p_code_btn {
	display: block;
	width: 130px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #B41D23;
	float: right;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.p_code_btn:hover {
	background: #bc3338;
}

.p_code_btn.disabled,
.p_code_btn.disabled:hover {
	background: #cccccc;
}

.p_code_img {
	display: block;
	width: 128px;
	height: 46px;
	border: 1px solid #EEE8E0;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
	float: right;
}

.p_code_img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.gp_tjlist{
	margin: 20px -10px;
	overflow: hidden;
}
.gp_tjlist li{
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.gp_tjlist li a{
	display: block;
	text-align: center;
	background: #F5F4F0;
	border: 1px solid rgba(204, 180, 141, 0.5);
	font-size: 20px;
	line-height: 50px;
	color: #CCB48D;
	padding: 14px 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.gp_tjlist li a:hover{
	color: #B41D23;
	border-color: #B41D23;
}
.gp_tjlist li a img{
	height: 50px;
	vertical-align: top;
	margin-right: 20px;
}
.con_sbtitle{
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 0 20px;
}
.con_sbtitle h3{
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	font-weight: 500;
	padding-left: 24px;
	position: relative;
}
.con_sbtitle h3:before{
	content: "";
	width: 9px;
	height: 9px;
	background: #B41D23;
	position: absolute;
	top: 10px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dw_txt_scroll{
	height: 134px;
	overflow: auto;
}
.dw_txt_scroll .dw_infotxt{
	padding-right: 10px;
}
.dw_txt_scroll .dw_infotxt:first-child{
	margin-top: 0;
}
.info_table th{
	border: 1px solid #EEE8E0;
	padding: 16px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
}
.info_table td{
	border: 1px solid #EEE8E0;
	padding: 16px 40px;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}
.bjhg_module{
	margin-bottom: 50px;
}
.pro_bj_wrap{
	background: #F5F4F0;
	border: 1px solid #EEE8E0;
	padding: 30px 16px 20px 36px;
	margin-bottom: -1px;
}
.pro_bj_list{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.pro_bj_list li{
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	padding-left: 20px;
	position: relative;
}
.pro_bj_list li.row_01{
	width: 40%;
}
.pro_bj_list li.row_02{
	width: 35%;
}
.pro_bj_list li.row_03{
	width: 25%;
}
.pro_bj_list li .dot{
	display: block;
	width: 4px;
	height: 4px;
	background: #CCB48D;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 6px;
}
.pro_bj_list li  strong{
	font-weight: normal;
	color: #333333;
}
.exp_span{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 3px;
	left: 0;
}
.exp_span .icon{
	cursor: pointer;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/icon_imp.png) no-repeat center;
}
.exp_span .ly{
	width: 238px;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	padding: 8px 10px;
	border-radius: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	position: absolute;
	top: 24px;
	left: -30px;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.exp_span .ly:before{
	content: "";
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #ffffff;
	position: absolute;
	left: 34px;
	top: -4px;
}
.exp_span:hover .ly{
	opacity: 1;
	visibility: visible;
}
.sort_link{
	position: relative;
	cursor: pointer;
}
.sort_link i{
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0;
	border-color: #999999 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: -12px;
	cursor: pointer;
}
.sort_link.down,
.sort_link.up{
	color: #B41D23;
}
.sort_link.down i{
	border-color: #B41D23 transparent transparent;
}
.sort_link.up i{
	border-width: 0 4px 5px;
	border-color: transparent transparent #B41D23;
}
.pg_subtitle{
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.pg_subtitle h4{
	padding-left: 21px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #333333;
	position: relative;
}
.pg_subtitle h4:before{
	content: "";
	width: 9px;
	height: 9px;
	background: #B41D23;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bjhg_module .detail_wrap01{
	margin-top: 20px;
}
.buy_steplist .item{
	width: 165px;
	box-sizing: border-box;
	padding-left: 62px;
	text-align: center;
	float: left;
	margin-left: 62px;
	position: relative;
	padding-top: 18px;
}
.buy_steplist .item:before{
	content: "";
	width: 27px;
	height: 39px;
	background: url(../image/arrow03.png) no-repeat center;
	position: absolute;
	top: 36px;
	left: -13px;
}
.buy_steplist .item.ml0{
	margin-left: 0;
}
.buy_steplist .item .icon{
	display: block;
	width: 76px;
	height: 76px;
	margin: 0 auto 8px;
}
.buy_steplist .item .icon img{
	display: block;
}
.buy_steplist .item h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #333333;
}
.buy_steplist .item .info{
	margin-top: 6px;
	width: 180px;
	margin-left: -39px;
	font-size: 0;
}
.buy_steplist .item .info span{
	display: inline-block;
	vertical-align: top;
	padding-right: 14px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.buy_steplist .item .info span:after{
	content: "";
	width: 12px;
	height: 8px;
	background: url(../image/arrow04.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 1px;
}
.buy_steplist .item .info span:last-child{
	padding-right: 0;
}
.buy_steplist .item .info span:last-child:after{
	display: none;
}
.buy_steplist .item_first{
	float: left;
	width: 240px;
	box-sizing: border-box;
	border: 1px dashed #B41D23;
	border-radius: 100px;
	padding: 17px 10px 16px;
	text-align: center;
	margin-right: 30px;
}
.buy_steplist .item_first .pic{
	border: 1px solid #F5F4F0;
	border-radius: 6px;
	padding: 2px;
	box-sizing: border-box;
	background: #ffffff;
	width: 76px;
	height: 76px;
	margin: 0 auto 8px;
}
.buy_steplist .item_first .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.buy_steplist .item_first h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #333333;
}
.filter_items{
	font-size: 0;
	padding: 5px 0;
	margin-left: 10px;
}
.filter_items span{
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-right: 40px;
	cursor: pointer;
}
.filter_items span.active,
.filter_items span:hover{
	color: #B41D23;
}
.down_layer{
	width: 400px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 40px;
	border-radius:10px;
	box-shadow: 4px 4px 18px rgba(0,0,0,0.2);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6000;
}
.down_layer .close{
	width: 30px;
	height: 30px;
	background: url(../image/ly_close.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 50;
}
.down_layer h4{
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
.down_layer .qrcode_pic{
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
}
.down_layer .qrcode_pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.down_layer .opea{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.icon_check{
	display: inline-block;
	vertical-align: middle;
	min-height: 19px;
	line-height: 19px;
	position: relative;
	padding-left: 25px;
}
.icon_check i{
	display: block;
	cursor: pointer;
	width: 19px;
	height: 19px;
	background: url(../image/check_ic02.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.icon_check.checked i{
	background-position: 0 bottom;
}
.down_lybtn{
	margin-top: 24px;
	text-align: center;
}
.down_lybtn .p_button{
	display: inline-block;
	min-width: 140px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
}

/*-- add 20230404 --*/
.fast_navlist li a{
	padding-left: 50px;
}
.class_selebox{
	margin-bottom: 20px;
}
.class_selebox .tit{
	font-size: 18px;
	line-height: 24px;
	width: 60px;
	float: left;
}
.class_selebox .ct{
	margin-left: 60px;
}
.class_selebox .ct .icon_check{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-size: 18px;
	line-height: 24px;
}
.class_selebox .ct .icon_check i{
	top: 3px;
}
.jy_detail_module{
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
}
.jy_detail_module .title{
	margin-bottom: 20px;
}
.jy_detail_module .title h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
.trade_info_wrap{
	margin-top: 30px;
}
.trade_navlist{
	border: 1px solid #EEE8E0;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.trade_navlist li{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
	position: relative;
	border-left: 1px solid #EEE8E0;
}
.trade_navlist li:first-child{
	border-left: 0 none;
}
.trade_navlist li a{
	display: block;
	box-sizing: border-box;
	padding: 43px 20px 0;
	height: 148px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	position: relative;
}
.trade_navlist li a .icon{
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto 10px;
	position: relative;
}
.trade_navlist li a .icon img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trade_navlist li a .icon .default_img{
	opacity: 1;
	visibility: visible;
}
.trade_navlist li a .icon .active_img{
	opacity: 0;
	visibility: hidden;
}
.trade_navlist li.active a .icon .default_img{
	opacity: 0;
	visibility: hidden;
}
.trade_navlist li.active a .icon .active_img{
	opacity: 1;
	visibility: visible;
}
.trade_navlist li.active a{
	color: #B41D23;
}
.trade_navlist li.active a:after{
	content: "";
	width: 16px;
	height: 14px;
	background: url(../image/arrow05.png) no-repeat center;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -8px;
	z-index: 10;
}
.trade_navcont{
	border: 1px solid #B41D23;
	margin-top: -1px;
	padding: 18px 30px;
	background: #ffffff;
}
.trade_info_item{
	font-size: 0;
}
.trade_info_item p{
	display: inline-block;
	vertical-align: top;
	padding: 8px 0 8px 16px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	position: relative;
	width: 50%;
	box-sizing: border-box;
}
.trade_info_item p:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #CCB48D;
	border-radius: 2px;
	position: absolute;
	top: 17px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.trade_info_item.s2 p{
	width: 40%;
}
.trade_info_item.s2 p:nth-child(2n+1){
	width: 60%;
}
.jy_char_box{
	height: 503px;
	position: relative;
	box-sizing: border-box;
	padding-top: 90px;
}
.jy_char_tit{
	width: 319px;
	height: 313px;
	background: url(../image/char_bg.png) no-repeat center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 49px 52px;
}
.jy_char_tit .wrap{
	background: #F5F4F0;
	border-radius: 50%;
	box-sizing: border-box;
	height: 215px;
	text-align: center;
	padding: 26px 15px 0;
}
.jy_char_tit .icon{
	margin-bottom: 19px;
}
.jy_char_tit .icon img{
	display: block;
	height: 51px;
	margin: 0 auto;
}
.jy_char_tit h5{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #B41D23;
}
.jy_char_tit p{
	font-size: 14px;
	line-height: 24px;
	color: #CCB48D;
	padding: 0 25px;
}
.jy_char_item{
	display: table;
	width: 200px;
	position: absolute;
}
.jy_char_item .wrap{
	display: table-cell;
	box-sizing: border-box;
	height: 100px;
	background: #F5F4F0;
	padding: 20px 35px 20px 40px;
	border-radius: 100px;
	vertical-align: middle;
}
.jy_char_item h5{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 500;
}
.jy_char_item p{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	margin-top: 4px;
}
.jy_char_item.s1{
	top: 0;
	left: 50%;
	margin-left: -100px;
}
.jy_char_item.s2{
	top: 197px;
	right: 49px;
}
.jy_char_item.s3{
	bottom: 0;
	left: 50%;
	margin-left: -100px;
}
.jy_char_item.s4{
	top: 197px;
	left: 49px;
}
.jy_detail_module .buy_steplist{
	margin-top: 30px;
	padding-bottom: 15px;
}
.jy_detail_module .buy_steplist .item h5{
	position: relative;
	min-height: 22px;
}
.jy_detail_module .buy_steplist .item h5 span{
	display: block;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.account_wrap{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.account_wrap .item{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
	margin-left: 36px;
	border: 1px dashed #B41D23;
	border-radius: 18px;
	box-sizing: border-box;
	padding: 38px 28px 20px 20px;
	height: 244px;
}
.account_wrap .item:first-child{
	margin-left: 0;
}
.account_wrap .item h5{
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #B41D23;
	margin-bottom: 20px;
	padding-left: 8px;
}
.account_wrap .item .cont .img{
	width: 150px;
	float: left;
}
.account_wrap .item .cont .info{
	margin-left: 164px;
}
.account_wrap .item .cont .info p{
	margin-top: 6px;
	padding-left: 16px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.account_wrap .item .cont .info p:first-child{
	margin-top: 0 !important;
}
.account_wrap .item .cont .info p:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #CCB48D;
	border-radius: 2px;
	position: absolute;
	top: 9px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lxfs_ctbox{
	margin-top: 40px;
}
.lxfs_ctbox .tit span{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 36px;
	width: 205px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	background: url(../image/lxfs_titi_bg.png) no-repeat center;
	background-size: 100%;
}
.lxfs_ctbox .cont{
	background: #F5F4F0;
	border-radius: 0 10px 10px 10px;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	padding: 32px 40px;
	align-items: center;
}
.lxfs_ctbox .cont .txt{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.lxfs_ctbox .cont .txt p{
	margin-top: 25px;
}
.lxfs_ctbox .cont .txt p:first-child{
	margin-top: 0 !important;
}
.lxfs_ctbox .cont  .qrcode{
	width: 140px;
	margin-left: 120px;
	text-align: center;
}
.lxfs_ctbox .cont  .qrcode .pic{
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 4px;
	padding: 4px;
	margin: 0 auto 7px;
}
.lxfs_ctbox .cont  .qrcode .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.lxfs_ctbox .cont  .qrcode span{
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
.help_file_list{
	margin: -10px;
}
.help_file_list li{
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	float: left;
}
.help_file_list li a{
	background: #F5F4F0;
	padding: 25px 30px;
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.help_file_list li a:after{
	content: "";
	width: 101px;
	height: 96px;
	background: url(../image/water_ic03.png) no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	bottom: -10px;
	right: -12px;
	z-index: -1;
}
.help_file_list li a .icon{
	display: block;
	width: 54px;
	height: 54px;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 50%;
	padding: 12px;
	margin-right: 22px;
}
.help_file_list li a h5{
	font-weight: normal;
	font-size: 16px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1;
	min-width: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.help_file_list li a h5 strong{
	font-weight: 700;
}
.user_info_span{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

/*-- add 20231108 start --*/
.home_module.mod_01{
	overflow: hidden;
}
.header_search{
	margin-left: 14px;
}
.assist_t_wrap{
	float: right;
	padding-top: 24px;
}
.assist_link{
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin-left: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.assist_link i{
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url(../image/t_icon_heart1.png) no-repeat center top;
	position: relative;
	margin-right: 6px;
	top: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.assist_link:hover{
	border-color: #CCB48D !important;
	background: #CCB48D !important;
	color: #ffffff !important;
}
.assist_link:hover i{
	background-image: url(../image/t_icon_heart1.png) !important;
}
.header:hover .assist_link,
.header.fixed .assist_link,
.header.inner .assist_link{
	border-color: #CCB48D;
	color: #CCB48D;
}
.header:hover .assist_link i,
.header.fixed .assist_link i,
.header.inner .assist_link i{
	background-image: url(../image/t_icon_heart2.png);
}
@media screen and (max-width: 1440px) {
	.top_searchbox{
		width: 180px;
	}
	.nav_list>li>a{
		min-width: auto;
	}
}
.home_module.mod_05 .home_md_title .more_btn{
	display: none;
}
/*-- add 20231108 end --*/


/*-- add 20231128 start --*/
.old_tip_dialog{
	width: 328px;
	padding: 24px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -164px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6000;
}
.dialog_close{
	width: 30px;
	height: 30px;
	background: url(/ws/images/ly_close2.png) no-repeat center;
	background-size: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 50;
}
.old_tipbox{
	padding: 10px 16px 6px;
	text-align: center;
	color: #000000;
}
.old_tipbox .icon{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 16px;
}
.old_tipbox .icon img{
	display: block;
	width: 100%;
}
.old_tipbox h3{
	font-size: 30px;
	line-height: 44px;
	font-weight: 500;
}
.old_tipbox p{
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: 500;
	letter-spacing: 5px;
}
.old_tip_dialog .p_button{
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	border: 0 none;
	color: #ffffff;
	background: #B41D23;
	font-size: 22px;
	border-radius: 50px;
	margin: 30px 0 0;
}
.ct_title{
	display: flex;
	padding: 20px 0;
	align-items: center;
}
.ct_title h3{
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	padding-left: 15px;
	position: relative;
	flex: 1;
	min-width: 0;
}
.ct_title h3:before{
	content: '';
	width: 4px;
	height: 16px;
	background: #B41D23;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
}
.down_sm_list li{
	border-bottom: 1px solid #EDEDED;
	display: flex;
	padding: 25px 0;
	font-size: 18px;
	line-height: 29px;
	align-items: center;
}
.down_sm_list li p{
	flex: 1;
	min-width: 0;
	padding-left: 22px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.down_sm_list li p:before{
	content: '';
	width: 6px;
	height: 24px;
	background: #CCB48D;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
}
.down_sm_list li .btn{
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
	line-height: 27px;
	border: 1px solid #B41D23;
	font-size: 15px;
	color: #B41D23;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.down_sm_list li .btn:hover{
	background: #B41D23;
	color: #ffffff;
}
.ct_title .p_button{
	font-weight: normal;
	min-width: auto;
	padding: 0 10px;
	font-size: 15px;
	line-height: 29px;
	border-radius: 0;
}
.dw_detail_box{
	background: #F5F4F0;
	padding: 40px;
	margin: 10px 0;
	word-break: break-all;
}
.dw_detail_box .intro .pic{
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	border: 1px solid #EEE8E0;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}
.dw_detail_box .intro .pic img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.dw_detail_box .intro .cont{
	margin-left: 90px;
	min-height: 70px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.dw_detail_box .intro .cont p{
	margin-bottom: 8px;
}
.dw_detail_box .intro .cont .span_item{
	display: inline-block;
	vertical-align: top;
	margin-right: 70px;
}
.dw_detail_box .intro .cont .span_item:last-child{
	margin-right: 0;
}
.dw_info_wrap{
	margin-left: 90px;
}
.dw_detail_box .dw_infotxt{
	margin-top: 12px;
}
.dw_detail_box .dw_btnwrap{
	border-top: 1px solid rgba(204, 180, 141, 0.5);
	padding-top: 30px;
	margin-top: 30px;
	text-align: right;
}

/*-- add 20231128 end --*/


/*-- add 20240531 start --*/
.query_form .row_100{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0 5px 10px;
}
.cm_imp_tips{
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	padding-left: 26px;
	position: relative;
	margin-bottom: 5px;
}
.cm_imp_tips:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(/ws/images/icon_imp2.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 1px;
	left: 0;
}

/*-- add 20240531 end --*/


