@charset "utf-8";
/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    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;
}

textarea:-moz-placeholder { 
    color:#999999;
    opacity:1;
}

textarea::-moz-placeholder { 
    color:#999999;
    opacity:1;
}

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

textarea::-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;
}
.txt_right{
    text-align:right !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:16px;
    color:#333333;
    line-height:1.5;
    font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background:#fff;
    min-width: 1200px;
}
.ared{
    color: #B42F2B !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: #F6F6F6;
}

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



/* common end */




/* header-start */
.header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .wrapfix{
	width: 1440px;
}
.header:hover{
	background: #ffffff;
}
.header.fixed {
	background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header.inner {
    background: #FFFFFF;
}
.header.inner .wrapfix{
	width: 1200px;
}
.header:hover .header_cont .logo a,
.header.fixed .header_cont .logo a,
.header.inner .header_cont .logo a{
	background-image: url(../images/logo_02.png); 
}
.header:hover .nav_list>li>a,
.header.fixed .nav_list>li>a,
.header.inner .nav_list>li>a{
	color: #333333;
}
.header:hover .header_top,
.header.fixed .header_top,
.header.inner .header_top{
	color: #333333;
	background: #F9F9F9;
}
.header_top{
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_top .left_box{
	width: 50%;
	float: left;
}
.header_top .right_box{
	width: 50%;
	text-align: right;
	float: right;
}
.header_top a{
	color: #B42F2B;
}
.header_top .left_box a,
.header_top .left_box span{
	margin-right: 30px;
}
.header_top .right_box a,
.header_top .right_box span{
	margin-left: 30px;
}
.header_cont{
    height: 80px;
	box-sizing: content-box;
    margin: 0 auto;
}
.header_cont .logo{
    width: 204px;
    height: 80px;
	float: left;
}
.header_cont .logo a{
    display: block;
    width: 100%;
    height: 80px;
    background: url(../images/logo_01.png) no-repeat left center;
	background-size: auto 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_nav{
    float: right;
}
.nav_list{
    font-size: 0;
	height: 80px;
}
.nav_list>li{
	float: left;
	margin-left: 80px;
	position: relative;
}
.nav_list>li:first-child{
	margin-left: 0 !important;
}
.nav_list>li>a{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 80px;
	height: 80px;
    font-weight: 700;
    position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav_list>li:hover>a{
    color: #B42F2B !important;
}
.nav_list>li.act>a{
	color: #B42F2B !important;
}
.nav_subbox{
	width: 146px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -73px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	padding-top: 27px;
}
.nav_sublist{
	background: #ffffff;
	position: relative;
	box-shadow: 3px 6px 29px 0px rgba(57, 5, 5, 0.12);
	z-index: 100;
}
.nav_sublist:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #ffffff;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.nav_sublist li a{
	display: block;
	padding: 16px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav_sublist li a:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/tit_icon2.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav_sublist li:hover a{
	color: #ffffff;
	background: #B42F2B !important;
	padding-left: 20px;
}
.nav_sublist li:hover a:before{
	opacity: 1;
	visibility: visible;
}
.nav_list>li:hover .nav_subbox{
	opacity: 1;
	visibility: visible;
}

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

/* header-end */


/* footer-start */
.footer{
	background: #3C3D40;
	color: #ffffff;
}
.foot_topbox{
	padding: 50px 0 40px;
}
.footer .wrapfix{
	width: 1440px;
	position: relative;
}
.footer.inner .wrapfix{
	width: 1200px;
}
.foot_link{
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.foot_link li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 22px;
	padding-left: 31px;
	margin-left: 30px;
	position: relative;
}
.foot_link li:first-child{
	padding-left: 0;
	margin-left: 0;
}
.foot_link li:before{
	content: '';
	width: 1px;
	height: 100%;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
.foot_link li:first-child:before{
	display: none;
}
.foot_link li a{
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.foot_link li a:hover{
	opacity: 0.8;
}
.foot_csinfo{
	font-size: 14px;
	line-height: 24px;
	margin-right: 260px;
}
.foot_csinfo h5{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.foot_csinfo .tel_num{
	font-size: 42px;
	line-height: 60px;
	font-weight: 500;
	margin: 4px 0 12px;
}
.foot_csinfo p{
	line-height: 24px;
	margin-top: 12px;
}
.foot_imptips{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.foot_imptips p{
	line-height: 24px;
	margin-top: 12px;
}
.foot_bottombox{
	padding: 30px 0;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.foot_bottombox span{
	margin-right: 16px;
}
.foot_bottombox img{
	vertical-align: top;
	margin-right: 6px;
}

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

/* footer-end */



/* 浮动按钮-start  */
.float_link{
	width: 44px;
	position: fixed;
	right: 30px;
	bottom: 20%;
	z-index: 200;
}
.float_link ul li{
	margin-top: 2px;
	height: 44px;
	position: relative;
}
.float_link ul li a{
	display: block;
	height: 44px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
	background: #ffffff;
}
.float_link ul li a i{
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.float_link ul li a.f_app_link i{
	background: url(../images/float_ic01.png) no-repeat center;
}
.float_link ul li a.f_wechat_link i{
	background: url(../images/float_ic02.png) no-repeat center;
}
.float_link ul li a.f_online_cs i{
	background: url(../images/float_ic03.png) no-repeat center;
}
.float_link ul li a.f_top_back i{
	background: url(../images/float_ic04.png) no-repeat center;
}
.f_code_ly{
	width: 108px;
	padding: 6px;
	background: #ffffff;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.10);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 60px;
	z-index: 50;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}
.f_code_ly:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -10px;
}
.f_code_ly .pic img{
	display: block;
	width: 108px;
	height: 108px;
}
.f_code_ly p{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.float_link ul li:hover .f_code_ly{
	opacity: 1;
	visibility: visible;
}


@media screen and (max-width:1480px){
	.float_link{
		right: 5px;
	}
}


/* 浮动按钮-end  */


/* index-start */
.section{
	padding-top: 110px;
	background: url(../images/page_bg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 120px;
}
.section.hm_section{
	padding-top: 0;
	background: #ffffff;
	padding-bottom: 0;
}
.banner_box{
	position: relative;
}
.pc_banner_box{
	display: block;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.banner_box .swiper-container{
	height: 600px;
	overflow: hidden;
	position: relative;
}
.banner_box .ban_link{
	display: block;
	height: 100%;
	position: relative;
}
.banner_box .ban_link img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 5s ease;
	transition: all 5s ease;
}
.pc_banner_box .swiper-slide-active .ban_link img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.banner_box .ban_txt{
	width: 100%;
	color: #32495F;
	position: absolute;
	top: 27.5%;
	left: 0;
	z-index: 50;
}
.banner_box .ban_txt .wrapfix{
	width: 1440px;
}
.banner_box .ban_txt h2{
	font-size: 48px;
	line-height: 68px;
	font-weight: 600;
}
.banner_box .ban_txt p{
	font-size: 20px;
	line-height: 36px;
	margin-top: 12px;
	text-transform: uppercase;
}
.home_ban_tips{
	width: 100%;
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.40);
	backdrop-filter: blur(5px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.home_ban_tips .wrap{
	width: 1440px;
	margin: 0 auto;
	position: relative;
	display: flex;
}
.home_ban_tips .wrap:before{
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.60);
	position: absolute;
	top: 0;
	left: 0;
}
.home_ban_tips span{
	display: block;
	flex: 1;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 40px 20px 36px;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
	z-index: 5;
	cursor: pointer;
}
.home_ban_tips span i{
	width: 0;
	height: 4px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
.home_ban_tips span.act i{
	animation: dotFlash 5s linear forwards;
}
@-webkit-keyframes dotFlash {
  from{
    width: 0;
  }

  to {
    width: 100%;
  }
}
@keyframes dotFlash {
  from{
    width: 0;
  }
  
  to {
    width: 100%;
  }
}
.com_span{
	color: #B42F2B !important;
}
.home_module{
	padding: 80px 0;
}
.home_module .wrapfix{
	width: 1440px;
}
.home_md_title{
	margin-bottom: 30px;
	position: relative;
}
.home_md_title h2{
	padding-left: 34px;
	font-size: 40px;
	line-height: 56px;
	font-weight: 600;
	position: relative;
}
.home_md_title h2:before{
	content: "";
	width: 18px;
	height: 70px;
	background: url(../images/tit_icon.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: -22px;
	left: 0;
}
.home_md_title p{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 1px;
	color: rgba(153, 153, 153, 0.6);
	text-transform: uppercase;
	margin-top: 8px;
}
.more_btn{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 7px 19px;
	border: 1px solid #999999;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.more_btn i{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	background: url(../images/arrow01.png) no-repeat center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.more_btn:hover{
	border-color: #B42F2B;
	color: #B42F2B;
}
.more_btn:hover i{
	background-image: url(../images/arrow02.png);
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.home_md_title .more_btn{
	position: absolute;
	bottom: 7px;
	right: 0;
	z-index: 50;
}
.home_module.mod_01{
	overflow: hidden;
}
.hm_dt_layout .left_box{
	width: 308px;
	float: left;
}
.btn_wrap{
	margin-top: 40px;
	font-size: 0;
}
.hm_dt_opea{
	margin-top: 245px;
	width: 210px;
}
.sw_button{
	font-size: 0;
}
.sw_button a{
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	margin-left: 20px;
	border-radius: 50%;
	background-color: #E9E9E9;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sw_button a:first-child{
	margin-left: 0;
}
.sw_button a.prev{
	background-image: url(../images/sw_arrow01_prev.png);
}
.sw_button a.next{
	background-image: url(../images/sw_arrow01_next.png);
}
.sw_button a.disabled{
	opacity: 0.5;
}
.dt_sw_pagination{
	margin-top: 48px;
	display: flex;
	height: 4px;
	font-size: 0;
	line-height: 0;
}
.dt_sw_pagination span{
	flex: 1;
	display: block;
	border-radius: 0;
	height: 4px;
	background: #E9E9E9;
	opacity: 1 !important;
	margin: 0 !important;
}
.dt_sw_pagination span.swiper-pagination-bullet-active{
	background: #B42F2B;
}
.hm_dt_layout .right_box{
	margin-left: 308px;
}
.hm_dtlist{
	padding: 13px 22px 37px;
	margin: 0 -360px -37px 0;
	overflow: hidden;
}
.hm_dtlist .swiper-container{
	overflow: visible;
	width: 1110px;
	margin: 0;
}
.dt_item{
	display: block;
	background: #ffffff;
	border-radius: 10px;
	color: #333333;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.3;
}
.act_visible .dt_item{
	opacity: 1;
	box-shadow: 3px 6px 29px 0px rgba(57, 5, 5, 0.12);
}
.dt_item .pic{
	height: 220px;
}
.dt_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dt_item .cont{
	padding: 40px 30px 56px;
}
.dt_item h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 24px;
	height: 68px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.dt_item p{
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 24px;
}
.dt_item .time{
	display: block;
	margin-top: 50px;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	position: relative;
}
.dt_item .time:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/arrow01.png) no-repeat center;
	position: absolute;
	left: 115px;
	top: 50%;
	margin-top: -15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.act_visible .dt_item:hover{
	color: #B42F2B;
	box-shadow: 0px 8px 29px 0px rgba(57, 5, 5, 0.18);
}
.act_visible .dt_item:hover .pic img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.act_visible .dt_item:hover .time:before{
	background-image: url(../images/arrow02.png);
	left: 100%;
	margin-left: -24px;
}

.home_module.mod_02{
	background: url(../images/hm_mod_bg01.jpg) no-repeat center;
	background-size: cover;
}
.hm_pronav{
	margin: 100px -10px 0;
}
.hm_pronav li{
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
}
.hm_pronav li .item{
	display: block;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 10px 10px 29px 0px rgba(53, 100, 155, 0.28);
	backdrop-filter: blur(7px);
	box-sizing: border-box;
	padding: 42px 20px 20px;
	height: 345px;
	color: #333333;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hm_pronav li .item:before{
	content: '';
	width: 36px;
	height: 4px;
	background: #B42F2B;
	position: absolute;
	bottom: 64px;
	left: 50%;
	margin-left: -18px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hm_pronav li .item .icon{
	width: 64px;
	height: 64px;
	margin: 0 auto 29px;
	position: relative;
}
.hm_pronav li .item .icon img{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hm_pronav li .item .icon img.img_default{
	opacity: 1;
	visibility: visible;
}
.hm_pronav li .item .icon img.img_active{
	opacity: 0;
	visibility: hidden;
}
.hm_pronav li .item h5{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}
.hm_pronav li .item p{
	font-size: 16px;
	color: #666666;
}
.hm_pronav li .item .btn{
	display: inline-block;
	vertical-align: top;
	padding: 7px 19px;
	border: 1px solid #B42F2B;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #B42F2B;
	margin-top: 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.hm_pronav li .item .btn:hover{
	background: #B42F2B;
	color: #ffffff;
}
.hm_pronav li:hover .item{
	-webkit-transform: translateY(-34px);
	transform: translateY(-34px);
}
.hm_pronav li:hover .item .icon img.img_default{
	opacity: 0;
	visibility: hidden;
}
.hm_pronav li:hover .item .icon img.img_active{
	width: 64px;
	height: 64px;
	opacity: 1;
	visibility: visible;
}
.hm_pronav li:hover .item .btn{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hm_pronav li:hover .item:before{
	opacity: 0;
	visibility: hidden;
}
.hm_news_layout{
	display: flex;
	margin: 0 -20px;
}
.hm_news_layout .row_box{
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
}
.opea_layout{
	margin-bottom: 35px;
	display: flex;
	align-items: center;
}
.opea_layout .sub_tabnav{
	flex: 1;
}
.sub_tabnav{
	font-size: 0;
}
.sub_tabnav a{
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	font-size: 24px;
	line-height: 34px;
	color: #666666;
	margin-right: 60px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sub_tabnav a:last-child{
	margin-right: 0 !important;
}
.sub_tabnav a.active,
.sub_tabnav a:hover{
	background: #B42F2B;
	color: #ffffff;
}
.sd_contbox{
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 3px 6px 29px 0px rgba(57, 5, 5, 0.12);
	padding: 30px;
}
.news_imgbox{
	height: 289px;
	position: relative;
}
.news_imgbox .swiper-container{
	height: 289px;
}
.news_imgbox .item{
	display: block;
	height: 100%;
	position: relative;
}
.news_imgbox .item img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news_imgbox .item .info{
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 16px 120px 16px 40px;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sw_pagination{
	width: auto !important;
	left: auto !important;
	height: 12px;
	text-align: right;
	box-sizing: border-box;
	position: absolute;
	bottom: 24px !important;
	right: 26px;
	font-size: 0;
	line-height: 0;
	z-index: 50;
}
.sw_pagination span{
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0.4;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 4px !important;
}
.sw_pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.hm_newslist_1{
	padding: 20px 10px;
}
.hm_newslist_1 li{
	border-bottom: 1px solid #E9E9E9;
	margin-top: 20px;
}
.hm_newslist_1 li:first-child{
	margin-top: 0;
}
.hm_newslist_1 li a{
	display: block;
	padding: 30px 0 40px 93px;
	min-height: 72px;
	color: #333333;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hm_newslist_1 li a h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hm_newslist_1 li a p{
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	color: #666666;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_newslist_1 li a .time{
	width: 80px;
	position: absolute;
	top: 26px;
	left: 0;
}
.hm_newslist_1 li a .time strong{
	display: block;
	font-size: 46px;
	line-height: 50px;
	font-weight: 500;
	color: #B42F2B;
}
.hm_newslist_1 li a .time em{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.hm_newslist_1 li a .time:before{
	content: '';
	width: 20px;
	height: 7px;
	background: url(../images/arrow01.png) no-repeat center;
	position: absolute;
	bottom: -20px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hm_newslist_1 li a:hover{
	color: #B42F2B;
}
.hm_newslist_1 li a:hover .time:before{
	background-image: url(../images/arrow02.png);
}
.hm_newslist_2{
	padding: 6px 20px 20px;
}
.hm_newslist_2 li{
	border-bottom: 1px solid #E9E9E9;
}
.hm_newslist_2 li a{
	display: block;
	padding: 20px 90px 25px 0;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hm_newslist_2 li a p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hm_newslist_2 li a .time{
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hm_newslist_2 li a:hover{
	color: #B42F2B;
}
.hm_newslist_2 li a:hover time{
	color: #B42F2B;
}

@media screen and (max-width:1480px){
	.banner_box .ban_txt .wrapfix,
	.home_ban_tips .wrap,
	.home_module .wrapfix{
		width: 1200px;
	}
	.home_module .wrapfix{
		font-size: 42px;
	}
	.home_ban_tips{
		padding-bottom: 20px;
	}
	.hm_dt_layout .left_box{
		width: 290px;
	}
	.hm_dt_layout .right_box{
		margin-left: 290px;
	}
	.hm_dtlist .swiper-container{
		width: 878px;
	}
	.dt_item .cont{
		padding-left: 20px;
		padding-right: 20px;
	}
	.dt_item .pic{
		height: 200px;
	}
	.dt_item h5{
		font-size: 22px;
		line-height: 30px;
		height: 60px;
	}
	.hm_dt_opea{
		margin-top: 215px;
	}
	.sub_tabnav a{
		margin-right: 30px;
		font-size: 22px;
	}
}
.page_banner{
	height: 400px;
	position: relative;
	overflow: hidden;
}
.page_banner .pic{
	height: 400px;
}
.page_banner .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page_ban_txt{
	width: 1200px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -20px;
	z-index: 10;
}
.page_ban_txt h2{
	font-size: 48px;
	line-height: 66px;
	font-weight: 500;
}
.cm_sidebar_wrap{
	margin-top: -60px;
	position: relative;
	z-index: 50;
}
.cm_sidebar_nav{
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 3px 6px 29px 0px rgba(57, 5, 5, 0.12);
	display: flex;
	overflow: hidden;
}
.cm_sidebar_nav li{
	flex: 1;
}
.cm_sidebar_nav li a{
	display: block;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cm_sidebar_nav li a:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: 17px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.cm_sidebar_nav li:hover a{
	color: #B42F2B;
}
.cm_sidebar_nav li.active a,
.cm_sidebar_nav li.active:hover a{
	color: #ffffff;
	background: #B42F2B;
}
.cm_sidebar_nav li.active a:after{
	opacity: 1;
	visibility: visible;
}
.page_cont_wrap{
	padding-top: 50px;
}
.path_box{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 20px;
	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(../images/ic_home.png) no-repeat left center;
}
.path_box a:hover{
	color: #B42F2B;
}
.page_title{
	position: relative;
	margin-bottom: 50px;
}
.page_title h3{
	font-size: 40px;
	line-height: 56px;
	font-weight: 700;
	padding-bottom: 16px;
	position: relative;
}
.page_title h3:before{
	content: '';
	width: 37px;
	height: 4px;
	background: #B42F2B;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page_title .path_box{
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.page_box{
	margin: 40px 0 0;
	min-height: 34px;
	text-align: right;
	font-size: 0;
	line-height: 0;
}
.page_box a{
	display: inline-block;
	vertical-align: top;
	min-width: 28px;
	padding: 0 2px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	margin: 0 4px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.page_box a.prev.disabled,
.page_box a.next.disabled{
	color: #D9D9D9 !important;
	border-color: #D9D9D9 !important;
}
.page_box a:hover{
	color: #B42F2B;
	border-color: #B42F2B;
}
.page_box a.active,
.page_box a.active:hover{
	background: #B42F2B;
	border-color: #B42F2B;
	color: #ffffff;
}
.page_box .more{
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.25);
	text-align: center;
	margin: 0 4px;
}
.page_box .jump{
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	font-size: 14px;
	line-height: 34px;
	color: rgba(0, 0, 0, 0.85);
}
.page_box .jump input{
	height: 34px;
	line-height: 20px;
	box-sizing: border-box;
	width: 52px;
	text-align: center;
	padding: 6px 0;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	background: none;
	outline: none;
	font-family : Arial,"Microsoft Yahei",sans-serif;
	font-size: 14px;
	color: #333333;
	vertical-align: top;
	margin: 0 8px;
}
.page_box .jump a{
	width: 34px;
	height: 34px;
	border: 0 none;
	color: #ffffff;
	background: #005BAC;
}
.article_list li{
	border-bottom: 1px solid #E9E9E9;
}
.article_list li .item{
	display: block;
	padding: 34px 140px 32px;
	position: relative;
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.article_list li .item:after{
	content: '';
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border: 1px solid #E9E9E9;
	border-radius: 50%;
	background: #ffffff url(../images/arrow03.png) no-repeat center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 30px;
}
.article_list li .item h5{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article_list li .item p{
	margin-top: 16px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article_list li .time{
	position: absolute;
	top: 23px;
	left: 30px;
}
.article_list li .time strong{
	display: block;
	font-size: 36px;
	font-weight: 500;
	line-height: 50px;
	color: #B42F2B;
}
.article_list li .time em{
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	margin-top: 7px;
}
.article_list li:hover .item{
	background: #F9F9F9;
	color: #B42F2B;
}
.article_list li:hover .item:after{
	border-color: #B42F2B;
	background-color: #B42F2B;
	background-image: url(../images/arrow03_on.png);
}
.state_top{
	display: inline-block;
	vertical-align: top;
	padding: 5px 9px;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	background: #B42F2B;
	margin-right: 20px;
	border-radius: 2px;
}
.state_top i{
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 18px;
	background: url(../images/top_icon.png) no-repeat center;
	margin-right: 5px;
}
.txt_tabnav{
	margin-bottom: 30px;
	font-size: 0;
}
.txt_tabnav a{
	display: inline-block;
	vertical-align: top;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.txt_tabnav a:hover{
	color: #B42F2B;
}
.txt_tabnav a.active,
.txt_tabnav a.active:hover{
	background: #B42F2B;
	color: #ffffff;
}
.input_text{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
	margin-top: 14px;
}
.input_text:first-child{
	margin-top: 0 !important;
}
.input_text .tit{
	display: block;
	width: 94px;
	font-size: 14px;
	padding: 8px 0;
	line-height: 24px;
	color: #333333;
}
.input_text .ct{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 100%;
}
.p_input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	border: 1px solid #EFEFEF;
	border-radius: 2px;
	padding: 9px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
	outline: none;
}
.p_dropdown{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	border: 1px solid #EFEFEF;
	border-radius: 2px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.p_dropdown .value{
	height: 40px;
	box-sizing: border-box;
	padding: 9px 24px 9px 9px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_dropdown .value .default{
	color: #999999;
}
.p_dropdown .value:after{
	content: '';
	width: 12px;
	height: 6px;
	background: url(../images/arrow06.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 7px;
}
.p_dropdown .list{
	width: 100%;
	background: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: 0 4px 14px rgba(0,0,0,0.15);
	border-radius: 2px;
	max-height: 180px;
	overflow: auto;
	position: absolute;
	top: 41px;
	left: -1px;
	z-index: 50;
}
.p_dropdown .list li{
	padding: 6px 9px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.p_dropdown .list li:hover{
	background: rgba(0, 91, 172, 0.1);
	color: #B42F2B;
}
.p_button{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	padding: 0 24px;
	border: 1px solid #B42F2B;
	background: #B42F2B;
	font-size: 16px;
	line-height: 42px;
	border-radius: 4px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.p_button.border{
	background: #ffffff;
	color: #B42F2B;
}
.p_button:hover,
.p_button.border:hover{
	border-color: #ca413d;
	background: #ca413d;
	color: #ffffff;
}
.p_button.disabled,
.p_button.disabled:hover{
	border-color: #cccccc;
	background: #cccccc;
	cursor: not-allowed;
}
.p_button.border.disabled,
.p_button.border.disabled:hover{
	background: #ffffff;
	border-color: #cccccc;
	color: #cccccc;
}
.dialog_overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5999;
}
.cm_layer_box{
	width: 825px;
	background: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 50px 34px 50px 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -413px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6000;
}
.cm_ly_close{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #000000 url(../images/icon_close.png) no-repeat center;
	opacity: 0.4;
	position: absolute;
	top: -45px;
	right: -125px;
	z-index: 50;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cm_ly_close:hover{
	opacity: 0.8;
}
.login_layout{
	display: flex;
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;
}
.login_layout .login_box{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
.login_form .input_text{
	margin-top: 10px;
	position: relative;
}
.login_form .input_text .icon{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 9px;
	left: 10px;
	z-index: 5;
}
.login_form .input_text .icon img{
	display: block;
	width: 100%;
}
.login_form .input_text .p_input{
	padding-left: 43px;
}
.cm_ly_btn{
	margin-top: 20px;
	text-align: center;
}
.cm_ly_btn .p_button{
	min-width: 270px;
	vertical-align: top;
}
.login_opea{
	text-align: right;
	margin-top: 12px;
	font-size: 12px;
	line-height: 24px;
}
.login_opea a{
	color: #999999;
	margin-left: 12px;
}
.login_opea a:hover{
	color: #B42F2B;
}
.login_tips{
	text-align: center;
	margin-top: 16px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.code_img{
	display: block;
	width: 72px;
	height: 32px;
	margin-top: 5px;
	margin-left: 8px;
	border-radius: 2px;
}
.code_img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}
.login_layout  .tzz_confirm{
	width: 420px;
	margin-left: 50px;
}
.com_link {
    color: #B42F2B !important;
}
.cm_ly_title{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 20px;
}
.tzz_lyscroll {
    position: relative;
    padding-right: 10px;
    max-height: 245px;
    overflow: auto;
}
.protocol_txt{
	font-size: 14px;
	line-height: 28px;
}
.icon_check{
	display: inline-block;
	padding-left: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	position: relative;
	vertical-align: top;
}
.icon_check i{
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 4px;
	left: 0;
}
.icon_check i:before{
	content: '';
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
}
.icon_check.checked i:before{
	border-color: #B42F2B;
	background: #B42F2B url(../images/ic_checked.png) no-repeat center;
}
.rule_check{
	line-height: 24px;
	margin-top: 20px;
}
.rule_check .icon_check{
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
.rule_check .icon_check i{
	top: 4px;
}
.login_layout .tzz_confirm .rule_check{
	margin-top: 14px;
	font-size: 12px;
	line-height: 24px;
}
.login_layout .tzz_confirm .rule_check .icon_check{
	margin-right: 4px;
}
.data_table{
	width: 100%;
}
.data_table th{
	background: #B42F2B;
	border: 0 none;
	padding: 13px 30px;
	height: 34px;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #ffffff;
	border: 1px solid #B42F2B;
}
.data_table td{
	border: 0 none;
	padding: 13px 30px;
	height: 34px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #333333;
	background: #ffffff;
}
.data_table tr:nth-child(2n) td{
	background: #F9F9F9;
}
.data_table th:first-child,
.data_table td:first-child{
	padding-left: 60px;
}
.data_table th:last-child,
.data_table td:last-child{
	padding-right: 60px;
}
.company_intro{
	font-size: 16px;
	line-height: 26px;
}
.company_intro h3{
	font-size: 32px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 30px;
}
.company_intro p{
	margin-top: 24px;
}
.company_intro  p:first-child{
	margin-top: 0;
}
.company_intro .pic{
	width: 400px;
	float: right;
}
.company_intro .pic img{
	display: block;
	width: 100%;
}
.company_intro .cont{
	margin-right: 490px;
}
.bus_intro_wrap{
	font-size: 16px;
	line-height: 26px;
}
.mt40{
	margin-top: 40px;
}
.bus_intro_item{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.bus_intro_item .tit{
	position: relative;
	min-height: 289px;
	min-width: 0;
	width: 50%;
	overflow: hidden;
}
.bus_intro_item .tit img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bus_intro_item .tit h5{
	width: 100%;
	height: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.bus_intro_item .tit h5 span{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bus_intro_item .tit:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	z-index: 50;
}
.bus_intro_item.s1 .tit:before{
	border-width: 17px 17px 17px 0;
	border-color: transparent #ffffff transparent transparent;
	right: 0;
}
.bus_intro_item.s2 .tit:before{
	border-width: 17px  0 17px 17px;
	border-color: transparent transparent transparent  #ffffff;
	left: 0;
}
.bus_intro_item .cont{
	box-sizing: border-box;
	width: 50%;
	padding: 30px 35px;
}
.bus_intro_item.s1 .cont{
	padding-left: 55px;
}
.bus_intro_item.s2 .cont{
	padding-right: 55px;
}
.personnel_list{
	margin: -15px -10px;
}
.personnel_list li{
	width: 20%;
	box-sizing: border-box;
	float: left;
	padding: 15px 10px;
}
.personnel_list li .item{
	display: block;
	height: 300px;
	position: relative;
}
.personnel_list li .pic{
	height: 300px;
	overflow: hidden;
}
.personnel_list li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.personnel_list li .bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(180, 47, 43, 0.73) 0%, #B42F2B 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.personnel_list li .inner{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 40px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.personnel_list li .inner h5{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}
.personnel_list li .info{
	min-height: 48px;
	padding-left: 20px;
	position: relative;
}
.personnel_list li .inner .icon{
	vertical-align: top;
	height: 20px;
	margin-right: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}
.personnel_list li .inner .btn{
	display: inline-block;
	text-align: center;
	line-height: 21px;
	margin-top: 16px;
	padding: 0 10px;
	background: #ffffff;
	border-radius: 2px;
	font-size: 12px;
	color: #B42F2B;
}
.personnel_list li .item:hover .bg{
	opacity: 1;
	visibility: visible;
}
.personnel_list li .item:hover .inner{
	opacity: 1;
	visibility: visible;
}
.per_dialog{
	width: 810px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -405px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6000;
}
.per_swiper_wrap{
	position: relative;
}
.personnel_card{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 60px 70px;
	box-sizing: border-box;
	min-height: 410px;
}
.personnel_card .pic{
	width: 160px;
	height: 200px;
	float: left;
}
.personnel_card .pic img{
	display: block;
	width: 100%;
}
.personnel_card .cont{
	margin-left: 208px;
}
.personnel_card .cont h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 16px;
}
.personnel_card .cont h5 span{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 8px;
	position: relative;
}
.personnel_card .cont h5 span:before{
	content: '';
	width: 100%;
	height: 4px;
	background: #B42F2B;
	position: absolute;
	bottom: 0;
	left: 0;
}
.personnel_card .cont h5 em{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	margin-left: 36px;
}

.personnel_card .cont p{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-top: 10px;
}
.personnel_card .cont p:first-child{
	margin-top: 0;
}
.personnel_card .txt_scroll{
	height: 238px;
	overflow: auto;
	margin-right: -20px;
	padding-right: 20px;
}
.sw_btn_prev,
.sw_btn_next{
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sw_btn_prev{
	background: url(../images/sw_arrow02_prev.png) no-repeat center;
	left: -132px;
}
.sw_btn_next{
	background: url(../images/sw_arrow02_next.png) no-repeat center;
	right: -132px;
}
.sw_btn_prev:hover,
.sw_btn_next:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sw_btn_prev.swiper-button-disabled,
.sw_btn_next.swiper-button-disabled{
	opacity: 0.3 !important;
}
.sw_btn_prev.swiper-button-disabled:hover,
.sw_btn_next.swiper-button-disabled:hover{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.contact_wrap{
	background: #F9F9F9;
}
.contact_info_list{
	background: #F9F9F9;
}
.contact_info_list li{
	width: 33.33333%;
	float: left;
	box-sizing: border-box;
	padding: 25px 30px;
	display: flex;
}
.contact_info_list li.w100{
	width: 100%;
}
.contact_info_list li .icon{
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.contact_info_list li .icon img{
	display: block;
	width: 100%;
}
.contact_info_list li p{
	padding: 2px 0;
	font-size: 16px;
	line-height: 26px;
	flex: 1;
	width: 100%;
	min-width: 0;
}
.contact_mapbox{
	height: 360px;
	overflow: hidden;
}
.cpy_tabnav{
	width: 120px;
	float: right;
	padding: 33px 0 0 0;
	position: relative;
	z-index: 5;
}
.cpy_tabnav:before{
	content: '';
	width: 1px;
	background: #DADADA;
	position: absolute;
	top: 33px;
	left: 10px;
	bottom: 0;
	z-index: -2;
}
.cpy_tabnav:after{
	content: '';
	width: 0;
	height: 50px;
	background: #ffffff;
	border-left: 1px dashed #DADADA;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: -1;
}
.cpy_tabnav li{
	margin-top: 29px;
}
.cpy_tabnav li:first-child{
	margin-top: 0;
}
.cpy_tabnav li span{
	display: block;
	padding-left: 40px;
	font-size: 24px;
	color: #666666;
	line-height: 34px;
	height: 34px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cpy_tabnav li span:before{
	content: '';
	width: 8px;
	height: 8px;
	background: #999999;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cpy_tabnav li.active span,
.cpy_tabnav li span:hover{
	color: #B42F2B;
}
.cpy_tabnav li.active span:before,
.cpy_tabnav li span:hover:before{
	background: #B42F2B;
}
.cpy_tabnav li.active span:before{
	box-shadow: 0 0 0 6px #FFD1D4;
}
.cpy_honor_list{
	margin-right: 165px;
	position: relative;
}
.sw_btn2_prev,
.sw_btn2_next{
	width: 40px;
	height: 60px;
	background: rgba(0,0,0,0.32);
	position: absolute;
	top: 157px;
	z-index: 50;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sw_btn2_prev{
	left: 0;
}
.sw_btn2_next{
	right: 0;
}
.sw_btn2_prev i,
.sw_btn2_next i{
	width: 16px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -8px;
	opacity: 0.9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sw_btn2_prev i{
	background: url(../images/sw_arrow02_prev.png) no-repeat center;
	background-size: 16px auto;
}
.sw_btn2_next i{
	background: url(../images/sw_arrow02_next.png) no-repeat center;
	background-size: 16px auto;
}
.sw_btn2_prev:hover,
.sw_btn2_next:hover{
	background: rgba(0,0,0,0.5);
}
.sw_btn2_prev:hover i,
.sw_btn2_next:hover i{
	opacity: 1;
}
.sw_btn2_prev.swiper-button-disabled,
.sw_btn2_next.swiper-button-disabled{
	opacity: 0;
	visibility: hidden;
}
.cpy_honor_item{
	background: #ffffff;
}
.cpy_honor_item .pic{
	box-sizing: border-box;
	height: 374px;
	overflow: hidden;
}
.cpy_honor_item .pic img{
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.cpy_honor_item .tit{
	display: flex;
	background: #B42F2B;
	padding: 17px 50px;
	font-size: 20px;
	line-height: 32px;
	box-sizing: border-box;
	height: 66px;
	color: #ffffff;
}
.cpy_honor_item .tit strong{
	font-weight: normal;
	display: block;
	flex: 1;
	min-width: 0;
}
.cpy_honor_item .cont{
	padding: 30px 50px 40px;
	font-size: 16px;
	line-height: 22px;
}
.cpy_honor_item .cont p{
	min-height: 44px;
}
.cpy_honor_item .cont .name{
	text-align: right;
	margin-top: 10px;
	color: #666666;
}
.cpy_honor_item .cont .name:before{
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 40px;
	height: 1px;
	background: #666666;
	margin-right: 5px;
	position: relative;
	top: 10px;
}
.search_wrap{
	margin-bottom: 30px;
}
.search_box{
	width: 400px;
	position: relative;
}
.search_box .t1{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	height: 40px;
	padding: 9px 60px 9px 19px;
	font-size: 14px;
	line-height: 20px;
	background: #ffffff;
	outline: none;
	color: #333333;
}
.search_box .t1:-moz-placeholder { 
    color:#666666;
}
.search_box .t1::-moz-placeholder { 
    color:#666666;
}
.search_box .t1:-ms-input-placeholder{
    color:#666666;
}
.search_box .t1::-webkit-input-placeholder{
    color:#666666;
}
.search_box .btn{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icon_search.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 50;
}
.query_ly01{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.15);
	overflow: auto;
	min-height: 190px;
	max-height: 280px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
}
.query_ly01 ul li{
	padding: 8px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}
.query_span{
	color: #E60E1E !important;
}
.query_ly01 ul li:hover{
	background: #F9F9F9;
	color: #B42F2B;
}
.query_ly01 ul li.ischoosed{
	background: #F9F9F9;
	color: #B42F2B;
}
.pf_condbox{
	background: #F9F9F9;
	margin-bottom: 30px;
	padding: 11px 30px 23px;
}
.pf_condbox dl{
	border-bottom: 1px solid #F1F1F1;
	padding: 10px 0;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	flex-direction: row;
}
.pf_condbox dl dt{
	color: #666666;
	width: 81px;
}
.pf_condbox dl dd{
	flex: 1;
	min-width: 0;
}
.pd_filter_link{
	font-size: 0;
}
.pd_filter_link a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-left: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pd_filter_link a:hover,
.pd_filter_link a.act{
	color: #B42F2B;
}
.pd_filter_link a .tag_icon{
	vertical-align: top;
	height: 22px;
	position: relative;
	top: 2px;
	margin-left: 4px;
}
.pro_titbox{
	width: 100%;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
}
.pro_titbox h3{
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
}
.pro_titbox .info{
	font-size: 0;
	margin-top: 24px;
}
.pro_titbox .info p{
	display: inline-block;
	vertical-align: top;
	margin-right: 48px;
	font-size: 24px;
	line-height: 34px;
}
.pro_titbox .btn_wrap{
	margin-top: 64px;
}
.pro_titbox .btn{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 8px 20px;
	min-width: 116px;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #B42F2B;
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pro_titbox .btn:hover{
	background: rgba(255,255,255,0.8);
}
.page_cont_wrap.pt40{
	padding-top: 40px;
}
.page_left{
	width: 260px;
	float: left;
	z-index: 50;
}
.page_right{
	margin-left: 310px;
}
.sidebar_box{
	width: 260px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 6px 29px 0px rgba(57, 5, 5, 0.12);
	margin-bottom: 80px;
}
.pro_sub_title{
	background: #B42F2B url(../images/pro_tit_bg.png) no-repeat center top;
	background-size: cover;
	padding: 23px 20px 20px;
	color: #ffffff;
	position: relative;
	display: none;
}
.pro_sub_title:after{
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.pro_sub_title h3{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.pro_sub_title .btn_wrap{
	margin-top: 15px;
}
.pro_sub_title .btn{
	display: inline-block;
	vertical-align: top;
	padding: 3px 13px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	min-width: 76px;
	color: #ffffff;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pro_sub_title .btn:hover{
	background: #ffffff;
	color: #B42F2B;
}
.sidebar_nav{
	padding-bottom: 15px;
	max-height: calc(100vh - 260px);
	overflow: auto;
}
.sidebar_nav li{
	position: relative;
}
.sidebar_nav li a{
	display: block;
	padding: 16px 40px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sidebar_nav li a:before{
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	visibility: visible;
}
.sidebar_nav li a:after{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/arrow04.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sidebar_nav li:hover a,
.sidebar_nav li.active a{
	background: #B42F2B;
	color: #ffffff;
}
.sidebar_nav li:hover a:before,
.sidebar_nav li.active a:before{
	opacity: 0;
	visibility: hidden;
}
.sidebar_nav li.active a:after{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.pd_detail_module{
	margin-top: 50px;
}
.pd_detail_module:first-child{
	margin-top: 0;
}
.pd_detail_tit{
	margin-bottom: 30px;
	position: relative;
}
.pd_detail_tit h3{
	font-size: 20px;
	line-height: 28px;
	color: #B42F2B;
	font-weight: 600;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 9px;
}
.pd_detail_tit h3 span{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pd_detail_tit h3 span:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #B42F2B;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.txt_tabnav.spel a{
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
}
.search_btn{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 80px;
	box-sizing: border-box;
	height: 38px;
	line-height: 20px;
	padding: 9px 10px;
	font-size: 14px;
	color: #ffffff;
	background: #B42F2B;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search_btn:hover{
	background: #ca413d;
}
.search_btn:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 20px;
	background: url(../images/icon_search2.png) no-repeat center;
	margin-right: 4px;
}
.search_box .search_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.pd_detail_tit .search_box{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.pd_detail_tit .search_box .t1{
	height: 38px;
	padding: 8px 80px 8px 19px;
}
.pd_detail_data{
	font-size: 0;
	margin-bottom: 40px;
}
.pd_detail_data dl{
	display: inline-block;
	vertical-align: top;
	min-width: 228px;
	font-size: 14px;
	line-height: 20px;
}
.pd_detail_data dl dd{
	font-size: 20px;
	line-height: 62px;
}
.pd_detail_data dl dd strong{
	font-size: 44px;
	font-weight: 700;
}
.pd_detail_data dl dt{
	margin-top: 6px;
}
.pd_tabnav{
	font-size: 0;
	margin-bottom: 20px;
}
.pd_tabnav a{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #B42F2B;
	padding: 7px 25px;
	font-size: 18px;
	line-height: 25px;
	color: #B42F2B;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pd_tabnav a.active{
	background: #B42F2B;
	color: #ffffff;
}
.chart_layout{
	display: flex;
	margin-bottom: 30px;
}
.chart_switch{
	flex: 1;
	min-width: 0;
	font-size: 0;
}
.chart_switch span{
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.chart_switch span:first-child{
	margin-left: 0;
}
.chart_switch span:hover,
.chart_switch span.active{
	color: #B42F2B;
}
.filter_date1{
	height: 40px;
	background: #ffffff;
	box-sizing: border-box;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	width: 276px;
	padding-right: 50px;
}
.filter_date1 .t1{
	width: 92px;
	float: left;
	border: 0 none;
	box-sizing: border-box;
	height: 39px;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 9px;
	background: none;
	outline: none;
	color: #333333;
}
.filter_date1 .t1:-moz-placeholder { 
    color:#666666;
}
.filter_date1 .t1::-moz-placeholder { 
    color:#666666;
}
.filter_date1 .t1:-ms-input-placeholder{
    color:#666666;
}
.filter_date1 .t1::-webkit-input-placeholder{
    color:#666666;
}
.filter_date1 .line{
	width: 24px;
	text-align: center;
	line-height: 39px;
	color: #666666;
	float: left;
}
.filter_date1 .icon{
	width: 20px;
	height: 20px;
	background: url(../images/icon_date.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 30px;
	z-index: 50;
}
.filter_date1 .btn{
	width: 20px;
	height: 20px;
	background: url(../images/icon_search.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0px;
	z-index: 50;
}
.chart_imgbox1{
	height: 246px;
}
.chart_imgbox1 img{
	max-width: 100%;
}
.pro_infolist li{
	border-bottom: 1px solid #E9E9E9;
	display: flex;
	flex-direction: row;
	padding: 18px 0;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.pro_infolist li .tit{
	width: 110px;
	color: #333333;
}
.pro_infolist li .ct{
	flex: 1;
	min-width: 0;
}
.personnel_list.spel li{
	width: 244px;
}
.personnel_list.spel li .inner .btn{
	margin-top: 0;
}
.cm_txt_module{
	margin-top: 30px;
}
.cm_txt_title{
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
.date_input {
	height: 38px;
}
.date_input .item{
	width: 220px;
	float: left;
	margin-right: 10px;
	position: relative;
	height: 38px;
}
.date_input .item:after{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/icon_date.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 14px;
}
.date_input .item input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 38px;
	padding: 8px 40px 8px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	outline: none;
	border: 1px solid #E9E9E9;
}
.date_input .item input:-moz-placeholder { 
    color:#999999;
}
.date_input .item input::-moz-placeholder { 
    color:#999999;
}
.date_input .item input:-ms-input-placeholder{
    color:#999999;
}
.date_input .item input::-webkit-input-placeholder{
    color:#999999;
}
.date_input .search_btn{
	float: left;
}
.pd_detail_tit .date_input{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
}
.notice_list li{
	border-bottom: 1px solid #E9E9E9;
}
.notice_list li a{
	display: block;
	padding: 19px 150px 19px 0;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.notice_list li a p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.notice_list li a .time{
	font-size: 14px;
	color: #999999;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 0;
}
.notice_list li a:hover,
.notice_list li a:hover .time{
	color: #B42F2B;
}
.contact_info_list.spel{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.contact_info_list.spel li{
	align-items: center;
	width: 50%;
}
.risk_textbox{
	font-size: 16px;
	line-height: 28px;
}
.risk_textbox p{
	margin-top: 20px;
}
.risk_textbox p:first-child{
	margin-top: 0;
}
.page_left.is-affixed .pro_sub_title{
	display: block;
}
.page_left .inner-wrapper-sticky{
	padding-bottom: 40px !important;
}
.data_table.spel th:first-child,
.data_table.spel td:first-child{
	padding-left: 40px;
}
.data_table.spel th:last-child,
.data_table.spel td:last-child{
	padding-right: 40px;
}
.data_table th.title{
	border: 1px solid #B42F2B;
	background: rgba(180, 47, 43, 0.06);
	text-align: center;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	height: auto;
	padding: 19px 30px !important;
}
.notice_list.style01 li a{
	padding: 26px 150px 26px 0;
	font-size: 18px;
	line-height: 28px;
}
.notice_list.style01 li a .time{
	font-size: 16px;
	margin-top: -14px;
}
.notice_list.style01 li a .state_top{
	margin-right: 12px;
}
.nodata_box{
	padding: 52px 0;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
	color: #666666;
	min-height: 360px;
}
.nodata_box .pic{
	margin-bottom: -21px;
}
.nodata_box .pic img{
	display: block;
	height: 282px;
	margin: 0 auto;
}
.white_bg{
	background: #ffffff !important;
}
.section.page_detail{
	background: #ffffff !important;
	padding-bottom: 60px;
}
.trouble_tipbox{
	padding: 120px 0;
	min-height: 360px;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
	color: #333333;
}
.trouble_tipbox .pic{
	margin-bottom: 15px;
}
.trouble_tipbox .pic img{
	display: block;
	height: 300px;
	margin: 0 auto;
}
.page_cont{
	background: #ffffff;
	border-top: 1px solid #B42F2B;
	box-shadow: 3px 6px 29px 0px rgba(57, 5, 5, 0.12);
	padding: 40px 50px;
}
.article_title{
	padding: 10px 0 20px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 40px;
}
.article_title h2{
	font-size: 28px;
	line-height: 40px;
	padding-bottom: 16px;
	position: relative;
	font-weight: 500;
	margin-bottom: 30px;
}
.article_title h2:before{
	content: '';
	width: 37px;
	height: 4px;
	background: #B42F2B;
	position: absolute;
	bottom: 0;
	left: 0;
}
.article_title .info{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.font_select a{
	color: #999999;
	margin: 0 5px;
}
.font_select a.act,
.font_select a:hover{
	color: #B42F2B;
}
.article_cont{
	font-size: 14px;
	line-height: 24px;
}
.article_other{
	margin-top: 45px;
}
.article_other li{
	margin-top: 10px;
}
.article_other li:first-child{
	margin-top: 0 !important;
}
.article_other li a{
	display: block;
	background: #F9F9F9;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article_other li a:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	width: 28px;
	height: 28px;
	background: url(../images/file_icon.png) no-repeat center;
	background-size: 100%;
}
.article_other li a:hover{
	color: #B42F2B;
}

.page_banner.service,
.page_banner.service .pic{
	height: 600px;
}
.page_banner.service .page_ban_txt{
	top: 37%;
}
.cs_loginbox{
	box-sizing: border-box;
	padding: 30px 38px;
	width: 346px;
	height: 400px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 3px 6px 29px 0px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(16px);
	position: absolute;
	top: 70px;
	right: 50%;
	margin-right: -600px;
	z-index: 50;
}
.cs_loginbox .login_form .input_text .p_input{
	background: #ffffff;
}
.intro_txtbox{
	font-size: 16px;
	line-height: 26px;
}
.service_introlist{
	margin-top: 30px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 15px -15px -15px;
}
.service_introlist li{
	width: 33.33333%;
	box-sizing: border-box;
	padding: 15px;
}
.service_introlist li .item{
	height: 100%;
	background: #F9F9F9;
	font-size: 16px;
}
.service_introlist li .title{
	box-sizing: border-box;
	height: 260px;
	text-align: center;
	padding: 59px 20px 0;
	position: relative;
	z-index: 5;
	background: #999999;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 500;
}
.service_introlist li .title .bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.service_introlist li .title .bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.service_introlist li .title .icon{
	display: block;
	width: 48px;
	height: 48px;
	padding: 21px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 auto 30px;
}
.service_introlist li .title .icon img{
	display: block;
	width: 100%;
}
.service_introlist li .title:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 20px;
	border-color: transparent transparent #F9F9F9; 
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
	z-index: 1;
}
.service_introlist li .cont{
	padding: 40px 0;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
}
.service_introlist li .item:hover .title .bg img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.user_lgbox{
	padding: 30px 0;
	box-sizing: border-box;
	min-height: 230px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.user_lgbox .icon{
	margin: 0 0 24px;
}
.user_lgbox .icon img{
	display: block;
	margin: 0 auto;
	height: 60px;
}
.center_page{
	position: relative;
	top: -194px;
	z-index: 50;
}
.center_ctbox{
	border-radius: 10px;
	background: #FFF;
	box-shadow: 3px 6px 29px 0px rgba(57, 5, 5, 0.12);
	padding: 40px 50px;
}
.center_navlist{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
	margin-bottom: 30px;
}
.center_navlist li{
	box-sizing: border-box;
	width: 33.33333%;
	padding: 0 38px;
	text-align: center;
}
.center_navlist li .icon{
	margin-bottom: 16px;
}
.center_navlist li .icon img{
	display: block;
	height: 60px;
	margin: 0 auto;
}
.center_navlist li h5{
	font-size: 18px;
	line-height: 25px;
	color: #666666;
	font-weight: 500;
	margin-bottom: 4px;
}
.center_navlist li .info{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.cm_button_wrap{
	border-top: 1px solid #E9E9E9;
	text-align: center;
	margin-top: 30px;
	padding-top: 38px;
}
.cm_button_wrap .p_button{
	padding: 0 20px;
	box-sizing: border-box;
	min-width: 162px;
	margin: 0 10px;
	border-radius: 0;
}
.pword_layer{
	width: 600px;
	margin-left: -300px;
	padding: 40px 50px;
}
.ly_input_form{
	width: 340px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.ly_input_form .input_text .tit{
	box-sizing: border-box;
	padding-right: 12px;
	width: 80px;
	text-align: right;
}
.imp_icon{
	color: #E6002D;
}
.code_btn{
	display: block;
	width: 72px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #005BAC;
	background: #EFEFEF;
	border-radius: 2px;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 8px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.code_btn:hover{
	background: #B42F2B;
	color: #ffffff;
}
.result_tipbox{
	padding: 20px 0 10px;
}
.result_tipbox .pic{
	position: relative;
}
.result_tipbox .pic img{
	display: block;
	height: 186px;
	margin: 0 auto;
}
.result_tipbox .txt{
	width: 160px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 500;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -80px;
	z-index: 5;
}


/*-- add 20230810 --*/
.ly_input_form.spel{
	padding-bottom: 10px;
}
.ly_input_form .input_text{
	margin-top: 8px;
}
.code_btn{
	background: rgba(180, 47, 43, 0.10);
	color: #B42F2B;
}
.two_input_wrap{
	margin-top: 8px;
	display: flex;
}
.two_input_wrap .input_text{
	flex: 1;
	margin-top: 0;
	margin-left: 8px;
	min-width: 0;
}
.input_text .ct{
	min-width: 0;
}
.two_input_wrap .input_text:first-child{
	margin-left: 0;
}
.p_dropdown .value{
	cursor: pointer;
}
.p_dropdown .list li:hover{
	background: rgba(180, 47, 43, 0.10);
}
.tzz_lyscroll.tall{
	max-height: 335px;
}

/*-- add 20230825 --*/
.pro_infolist li .tit{
	padding-right: 10px;
}
.pro_info_layout{
	display: flex;
}
.pro_info_layout .item{
	flex: 1;
	min-width: 0;
}



/*-- add 20230908 --*/
.cs_loginbox{
	padding-top: 26px;
	padding-bottom: 20px;
	height: auto;
	min-height: 400px;
	top: 50px;
}
.cm_ly_btn{
	margin-top: 10px;
}
.cs_loginbox .cm_ly_title{
	margin-bottom: 12px;
}
.login_opea{
	margin-top: 10px;
}
.login_tips{
	margin-top: 12px;
}
.p_dropdown{
	background: #ffffff;
}

/*-- add 20230913 --*/
.article_cont table{
	max-width: 100% !important;
	border: 1px solid #666666;
	word-break: break-all;
}
.article_cont table th,
.article_cont table td{
	border: 1px solid #666666;
}