﻿
 :root {
	--hue: #ed6a00;
	--space:clamp(3.125rem, 1.585rem + 6.57vw, 7.5rem);
}

.fz72{font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);}
.fz70{font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);}
.fz68{font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);}
.fz66{font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);}
.fz64{font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);}
.fz62{font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);}
.fz60{font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);}
.fz58{font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);}
.fz56{font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);}
.fz54{font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);}
.fz52{font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);}

.fz50{font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);}
.fz48{font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);}
.fz46{font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);}
.fz44{font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);}
.fz42{font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);}

.fz40{font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);}
.fz38{font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);}
.fz36{font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);}

.fz34{font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);}
.fz32{font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);}
.fz30{font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);}
.fz28{font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);}

.fz26{font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);}
.fz24{font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);}
.fz22{font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);}
.fz20{font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);}
.fz18{font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);}
.fz16{font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);}


.pt{
    padding-top: var(--space);
}
.pb{
  padding-bottom: var(--space);
}
.ptb{
  padding-top: var(--space);
  padding-bottom: var(--space);
}


.bgf8{
    background: #f8f8f8;
}


.fwm{
	font-family: "Poppins-Medium";
}

.fwb{
	font-family: "Poppins-Bold";
}

.wrapper{
	width: 82%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.sub_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sub_wrap2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-xflex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}


.public_text1{
	font-size: 14px;
	line-height: 24px;
}

.public_text2{
	line-height: 1.875;
}


.public_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.public_btn_box.tc{
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.public_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 125px;
	height: 38px;
	font-size: 12px;
	color: #fff;
	background: #2a3d4e;
	border-radius: 19px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.public_btn:hover{
	background: var(--hue);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



html,
body {
    font-family:"Poppins-Regular";
}

input,
button,
textarea,
select,
button {
    font-family: "Poppins-Regular";
}



.header_box{
    height: 80px;
    position: relative;
}

.header_box.index{
    height: 0;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width:100%;
    height: 80px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.header_con{
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 2;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_con::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	z-index: -2;
    width: 100%;
	display: block;
    height: 118px;
    opacity: 0;
    background: url(../image/header_bg.png) repeat-x center top / auto 100%;
    pointer-events: none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_box.index .header_con::after{
	opacity: 1;
}

.header_con .wrapper{
	position: relative;
	z-index: 2;
}




.logo{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 210px;
    height: 80px;
}
.logo img{
    max-height: 100%;
    transition:all 0s;
    -webkit-transition:all 0s;
}
.logo .pic1{
	display: none;
    height: 50px;
}
.logo .pic2{
    display: block;
}

.header_r{
    width: calc(100% - 240px);
    height: 80px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.menu_dl{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.menu_dl dd{
    margin: 0 clamp(0.313rem, -1.523rem + 2.96vw, 1.438rem);
}
.menu_tt{
    display: block;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    color: #333;
    white-space: nowrap;
    position: relative;
}
.menu_tt::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 19px;
    width: 100%;
    height: 3px;
    background: var(--hue);
    opacity: 0;
	border-radius: 2px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu_dl dd.hover a::after{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.menu_down{
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 5;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px 0;
}
.menu_down a{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #999;
}
.menu_down a:hover{
    color: #333;
}

.menu_down_list{
	position: relative;
	top: 0;
	width: 200px;
	text-align: center;
	margin-left: -100px;
}

.header_lag{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #999;
	font-size: 14px;
    padding-left: 1.15vw;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_lag a{
    color: #999;
    margin: 0 4px;
}

.header_lag a:hover,
.header_lag a.hover{
    color: #333;
}



.header.hover .header_con,
.header.hover2 .header_con{
    background: #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.header.hover .header_con::after{
	display: none;
}
.header.hover{
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.header.hover2 .header_con::after{
	display: none;
}

.header_box.index .logo .pic1{
	display: block;
}

.header_box.index .logo .pic2{
	display: none;
}
.header_box.index .menu_tt,
.header_box.index .header_lag{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.header_box.index .header_lag a{
	color: #cfcfcf;
}
.header_box.index .header_lag a.hover,
.header_box.index .header_lag a:hover{
	color: #fff;
}


.header.hover .logo .pic1,
.header.hover2 .logo .pic1{
    display: none;
}   
.header.hover .logo .pic2,
.header.hover2 .logo .pic2{
    display: block;
}   
.header.hover .menu_tt,
.header.hover2 .menu_tt{
    color: #333;
}
.header.hover .header_lag,
.header.hover2 .header_lag{
    color: #333;
}
.header.hover .header_lag a,
.header.hover2 .header_lag a{
    color: #999;
}
.header.hover .header_lag a.hover,
.header.hover .header_lag a:hover,
.header.hover2 .header_lag a.hover,
.header.hover2 .header_lag a:hover{
    color: #333;
}



/*
 * wap head
 */
.mobile_header {
	display: none;
	clear: both;
	width: 100%;
	height: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_header_top {
	position: relative;
	z-index: 14;
	width: 100%;
	height: 60px;
}

.mobile_logo {
	height: 60px;
	margin-left: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding: 0 15px;
}

.mobile_logo img {
	height: 18px;
	width: auto;
}
.mobile_logo .pic1{
	display: block;
}
.mobile_logo .pic2{
	display: none;
}

.mobile_logo.sub_mobile_header .pic1{
	display: none;
}
.mobile_logo.sub_mobile_header .pic2{
	display: block;
}



.mobile_menu_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.mobile_menu_btn img{
	height: 13px;
}


.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 13;
	width: 100%;
	height: 100%;
	background: rgba(42,61,78,.3);
}








.mobile_menu_box {
	position: fixed;
	right: -110%;
	top: 0;
	z-index: 15;
	width: 80%;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_rela{
	position: relative;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding: clamp(6.25rem, 3.361rem + 12.33vw, 11.25rem) 6%;
}
.mobile_menu_close{
	position: absolute;
	right: clamp(0.938rem, 0.035rem + 3.85vw, 2.5rem);
	top: clamp(0.938rem, 0.035rem + 3.85vw, 2.5rem);
	width: clamp(1.25rem, 0.528rem + 3.08vw, 2.5rem);
	height: clamp(1.25rem, 0.528rem + 3.08vw, 2.5rem);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.mobile_menu_close:hover{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.mobile_menu_box.show {
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_dl{
    width: 100%;
}
.mobile_menu_dl dd {
	padding: 0 0 0 4%;
	margin-bottom: clamp(0.5rem, 0.072rem + 1.8vw, 0.938rem);
}

.mobile_menu_dl_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #878A8A;
	line-height: 1.4;
	height: 40px;
	font-size: clamp(1.125rem, 0.758rem + 1.55vw, 1.5rem);
}
.mobile_menu_dl_tt .text{
    color: #2a3d4e;
    width: calc(100% - 40px);
}
.mobile_menu_dl_tt .icon{
    width: 40px;
    height: 40px;
    background: url(../image/menu_mob_icon.png) no-repeat center center / 10px auto;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.mobile_menu_dl dd.hover .mobile_menu_dl_tt .text{
	color: var(--hue);
}
.mobile_menu_dl dd .mobile_menu_dl_tt .icon{
    
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.mobile_menu_dl dd.hover1 .mobile_menu_dl_tt .icon{
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}
.mobile_menu_dl_down{
    display: none;
    padding: 8px 0 0;
}
.mobile_menu_dl_down a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #2a3d4e;
    padding-left: 10px;
}




.mobile_menu_b_lag{
	text-align: center;
	color: #878A8A;
	font-size: clamp(1rem, 4.27vw, 2rem);
}
.mobile_menu_b_lag a{
	color: #878A8A;
	margin: 0 10px;
}
.mobile_menu_b_lag a.hover{
	color: #222;
}


/* banner */
.banner{
    overflow: hidden;
    position: relative;
}
.banner_item{
    position: relative;
}
.banner_item picture{
	display: block;
}
.banner_item img{
    display: block;
    width: 100%;
    max-width: none;
}
.banner_item_con{
    position: absolute;
    left: 0;
    top: 0;
	z-index: 3;
    width: 100%;
    height: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.banner_item_tt{
    display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	height: clamp(1.875rem, 0.671rem + 6.02vw, 5.938rem);
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
    /*letter-spacing: clamp(0.313rem, 0.158rem + 0.66vw, 0.75rem);*/
}
.banner_item_tt img{
    width: auto;
    height: 100%;
}
.banner_item_tt.tc{
    justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.banner_item_tt.tl{
    justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.banner_item_tt.tr{
    justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.banner_item_video{
	position: absolute;
	z-index: 2;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}





.banner_bars{
    position: absolute;
    left: 0;
    bottom: clamp(1.563rem, 1.232rem + 1.41vw, 2.5rem);
    z-index: 3;
    width: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}

.banner_bars .item{
    width: clamp(0.625rem, 0.537rem + 0.38vw, 0.875rem);
    height: clamp(0.625rem, 0.537rem + 0.38vw, 0.875rem);
    border-radius: clamp(0.625rem, 0.537rem + 0.38vw, 0.875rem);
    margin: 0 clamp(0.25rem, 0.162rem + 0.38vw, 0.5rem);
    background: #fff;
    opacity: 1;
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.banner_bars .item.active{
    width: clamp(1.625rem, 1.185rem + 1.88vw, 2.875rem);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



/* ind_box1 */
.ind_box1_l{
    width: 46.22%;
}

.ind_box1_l_text{
	margin-bottom: clamp(1.563rem, 1.188rem + 1.6vw, 2.625rem);
}

.ind_title{
    margin-bottom: clamp(1.25rem, 0.59rem + 2.82vw, 3.125rem);
}
.ind_title .tt{
    color: #2a3d4e;
    font-weight: bold;
}
.ind_title .line{
    margin-top: 10px;
    width: clamp(2.813rem, 2.262rem + 2.35vw, 4.375rem);
    height: 4px;
    
    background: var(--hue);
	border-radius: 2px;
}


.ind_box1_r{
    width: 48.6%;
}
.ind_box1_r_video a{
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.ind_box1_r_video a>img{
    width: 100%;
}
.ind_box1_r_video a .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.ind_box1_r_video a .icon img{
    width: clamp(3.125rem, 2.685rem + 1.88vw, 4.375rem);
}



.ind_box2{
}

.ind_box2_t{
    overflow: hidden;
	text-align: center;
}
.ind_box2_t a{
    display: block;
    overflow: hidden;
    position: relative;
}
.ind_box2_t a picture img{
    width: 100%;
    max-width: none;
}
.ind_box2_t a .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_t a .icon img{
	width: clamp(13.75rem, 5.409rem + 35.59vw, 37.438rem);
}
.ind_box2_t a .icon .tt{
	margin-top: 15px;
}
.ind_box2_t a:hover .icon{
	background: none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_t a:hover .icon{
	background: rgba(40,60,76,.5);
}


.ind_box2_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #fff;
	padding: clamp(1.875rem, 1.325rem + 2.35vw, 3.438rem) 4%;
	border-bottom-left-radius: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
	border-bottom-right-radius: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}

.ind_box2_b .item{
	width: 31%;
	text-align: center;
}
.ind_box2_b .item .icon_t{
	height: 70px;
}
.ind_box2_b .item:nth-child(1) .icon_t img{
	position: relative;
	top: -10px;
}

.ind_box2_b .item .tt{
	margin: 15px 0 clamp(1.563rem, 1.232rem + 1.41vw, 2.5rem);
}

.ind_box2_b .item .icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 37px;
	position: relative;
}

.ind_box2_b .item .icon img{
	display: block;
	margin: 0 auto;
}

.ind_box2_b .item:nth-child(1) .icon{
	height: 32px;
	padding-top: 2px
}



.ind_box3_clm{
	margin-bottom: clamp(2.5rem, 1.62rem + 3.76vw, 5rem);
}
.ind_box3_clm:last-child{
	margin-bottom: 0;
}

.news_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list1 dd{
	width: calc((100% - 60px) / 4);
	margin: 0 20px 0 0;
}
.news_list1 dd:last-child{
	margin-right: 0;
}
.news_list1_pic{
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.news_list1_con{
	padding: 20px 15px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_list1_tt{
	line-height: 26px;
	font-size: 18px;
	height: 52px;
	color: #333;
	font-weight: 700;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_list1_text{
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	margin: 11px 0 clamp(1.563rem, 1.232rem + 1.41vw, 2.5rem);
}

.news_list1_b{
	font-size: 12px;
}

.news_list1 dd:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.news_list1 dd:hover .news_list1_tt{
	color: var(--hue);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_box4_con{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: clamp(15.625rem, 11.224rem + 18.78vw, 28.125rem);
}
.ind_box4_con .pc,
.ind_box4_con .mobile{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ind_box4_con .pc{
	display: block;
}
.ind_box4_con .mobile{
	display: none;
}
.ind_box4_con_tt_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_con_tt{
	margin-bottom: clamp(0.875rem, 0.699rem + 0.75vw, 1.375rem);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box4_con:hover .ind_box4_con_tt_box{
	background: rgba(40,60,76,.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_con:hover .ind_box4_con_tt{
	border:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_con:hover .public_btn{
	background: var(--hue);
}




.footer{
	background: #2a3d4e;
	padding-top: clamp(2.5rem, 1.62rem + 3.76vw, 5rem);
}
.footer_t{
	padding-bottom: clamp(1.25rem, 0.898rem + 1.5vw, 2.25rem);
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.footer_t_logo img{
    height: 30px;
}

.footer_m{
	padding: 30px 0;
}
.footer_m_l{
	width: 35%;
}
.footer_m_l_list .item{
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
.footer_m_l_list .item a{
	color: #fff;
}

.footer_m_l_code{
	padding-top: 30px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_m_l_code .item{
	width:48%;
	max-width: 130px;
	margin: 0 2% 0 0;
}
.footer_m_l_code .item .pic{
	width: 108px;
	overflow: hidden;
	padding: 9px;
	border-radius: 6px;
	background: #fff;
	text-align: center;
}
.footer_m_l_code .item .tt{
	font-size: 12px;
	padding: 15px 0;
	width: 108px;
	text-align: center;
}


.footer_m_r{
	width: 62.5%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap: 20px;
}

.footer_m_item{
    min-width: 200px;
}

.footer_m_item_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
.footer_m_item_title .tt{
	display: block;
	color: #fff;
}
.footer_m_item_title .icon{
	display: none;
	width: 30px;
	height: 30px;
	background: url(../image/footer_icon.png) no-repeat center center / 10px auto;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_m_item_title.hover .icon{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.footer_m_item_list a{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.footer_m_item_list a:hover{
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}


.footer_b{
	padding: 24px 0;
	font-size: 12px;
	line-height: 22px;
}
.footer_b a{
	color: #fff;
}




.back_top{
	display: none;
	width: clamp(3.125rem, 2.685rem + 1.88vw, 4.375rem);
	height: clamp(3.125rem, 2.685rem + 1.88vw, 4.375rem);
	position: fixed;
	right: clamp(0.625rem, 0.097rem + 2.25vw, 2.125rem);
	bottom: 20%;
	z-index: 6;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(153,153,153,.2);
	cursor: pointer;
}
.back_top_con{
    width: 100%;
    height: 100%;
    display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.back_top img{
    display: block;
    width: 47%;
    margin: auto;
}



/* sub_banner */
.sub_banner{
	height: 500px;
	position: relative;
}

.sub_banner_pic{
	position: relative;
}
.sub_banner_pic_video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub_banner_pic,.sub_banner_mobile{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub_banner_mobile{
    display: none;
}
.sub_banner_scroll{
    width: 100%;
    height: 100%;
}
.sub_banner_scroll .swiper-slide{
    height: 100%;
}
.sub_banner_scroll .swiper-slide  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_banner_scroll_bars{
    display: none !important;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2;
    width: 100%;
 /*   display:flex;*/
	/*display:-ms-flexbox;*/
	/*display:-webkit-flex;*/
	/*justify-content:center;*/
	/*-ms-justify-content:center;*/
	/*-webkit-justify-content:center;*/
	/*align-items: center;*/
	/*-webkit-align-items: center;*/
	/*-ms-align-items:center;*/
}
.sub_banner_scroll_bars .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1 !important;
    background: rgba(255,255,255,.5) !important;
    margin: 0 6px !important;
}

.sub_banner_scroll_bars .swiper-pagination-bullet-active{
    opacity: 1 !important;
    background: var(--hue) !important;
}

.sub_banner_con{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	width: 80%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	transform: translate(-50%,-50%);
}

.sub_banner_line{
	width: 70px;
	height: 4px;
	background: var(--hue);
	margin: clamp(0.813rem, 0.438rem + 1.6vw, 1.875rem) 0;
}



.about_nav_bars_box{
	height: 60px;
	background: #f1f1f1;
	border-bottom: 1px solid #e6e6e6;
}

.about_nav_bars{
	position: relative;
	z-index: 3;
	background: #fff;
	box-shadow: 0 1px 2px #e6e6e6;
}
.sub_nav_bars{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_nav_bars.hover{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.about_nav_bars_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	overflow-x: auto;
	padding: 10px 0;
}
.about_nav_bars_list a{
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	line-height: 40px;
	margin: 0 clamp(0.938rem, 0.475rem + 1.97vw, 2.25rem) 0 0;
}
.about_nav_bars_list a.hover{
	color: var(--hue);
}

.about_box1_pic{
	border-radius: 10px;
	overflow: hidden;
}
.about_box1_text{
	padding: clamp(1.563rem, 0.902rem + 2.82vw, 3.438rem) 0;
}

.about_box1_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box1_bars .item .num_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	color: #222222;
    background-image:-webkit-linear-gradient(top,#6998B5,#222222); 
    background-image:linear-gradient(top,#6998B5,#222222); 
    -webkit-background-clip:text; 
    background-clip: text;
    -webkit-text-fill-color:transparent; 
	margin-bottom: clamp(0.938rem, 0.717rem + 0.94vw, 1.563rem);
	font-weight: bold;
}
.about_box1_bars .item .num_box .num{
	font-size:clamp(1.875rem, 1.06rem + 3.43vw, 4.063rem);
	line-height: 0.92;
}



.about_box2_clm1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: clamp(1.875rem, 1.215rem + 2.82vw, 3.75rem);
}
.about_box2_clm1 .item{
	width: calc((100% - 6.25vw) / 3);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.about_box2_clm1 .item img{
	width: 100%;
}
.about_box2_clm1 .item .con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	padding:5.21vw 11% 0;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box2_clm1 .item .tt{
	margin-bottom: 6px;
}
.about_box2_clm1 .item .text{
	line-height: 1.53;
}

.about_box2_clm1 .item:hover .con{
	background: #283c4c;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.about_box2_clm2{
	border-radius: 10px;
	padding: clamp(1.125rem, 0.861rem + 1.13vw, 1.875rem) clamp(1.25rem, 0.59rem + 2.82vw, 3.125rem);
}

.about_box2_clm2_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box2_clm2_list .item{
	width: 30%;
	margin-bottom: 30px;
}
.about_box2_clm2_list .item .tt{
	margin-bottom: 25px;
}
.about_box2_clm2_list .item .text{
	/*max-width: 287px;*/
}



.about_box3_t{
	padding: 80px 15px 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.about_box3_t_bars{
	width: 100%;
	max-width: 820px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	position: relative;
	margin: 0 auto;
}
.about_box3_t_bars::after{
	content: "";
	display: block;
	position: absolute;
	left: 4%;
	top: 50%;
	width: 92%;
	height: 2px;
	background: #bdbdbc;
	margin-top: -1px;
}
.about_box3_t_bars .item{
	width: 78px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	position: relative;
	z-index: 2;
}
.about_box3_t_bars .item .tt{
	color: #fff;
	line-height: 40px;
	white-space: nowrap;
}
.about_box3_t_bars .item .core{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #bdbdbc;
	position: relative;
	margin: 5px 0;
	cursor: pointer;
}
.about_box3_t_bars .item .core::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box3_t_bars .item.hover .core::after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.history_content_t_tabs_item{
	display: none;
}
.history_content_t_tabs_item.hover{
	display: block;
}



.history_content_bars_text{
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	padding-top: 30px;
}


.history_content_bars_mob{
	display: none;
}


.history_content{
	padding: 40px 0 0;
}

.history_content_bars_box{
	margin-bottom: 20px;
}
.his_bars{
	width: calc(100% - 90px);
	position: relative;
	height: 1px;
	background: #C7C7C7;
}

.his_bars .icon{
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 3px;
	background: var(--hue);
}



.his_bars_mob_btn{
	width: 72px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.his_bars_mob_btn .item{
	width: 36px;
	height: 36px;
	padding: 10px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.his_bars_mob_btn .next{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}



.history_list1_scroll{
	width: 100%;
	height: 500px;
	position: relative;
}
.history_list1{
	position: absolute;
	width: 10000px;
}

.history_list1_item{
	float: left;
	width: 235px;
	margin: 0 40px 0 0;
	user-select:none;
}
.history_list1_item_title{
	font-weight: bold;
	color: #cecece;
	padding-bottom: 10px;
	margin-bottom: clamp(0.938rem, 0.607rem + 1.41vw, 1.875rem);
	border-bottom:2px solid #cecece;
}

.history_list1_item_clm{
	margin-bottom: 8px;
}


.about_box4_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.about_box4_list dd{
	margin: 0 15px 15px 0;
}
.about_box4_list dd:last-child{
    margin-right: 0;
}

.about_box4_list dd img {
    height: clamp(6.25rem, 2.525rem + 15.69vw, 16.25rem);
}

.about_box4_list dd:last-child{
	margin-right: 0;
}



.about_box5_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box5_list dd{
	width: calc((100% - 92px) / 5);
	background: #fff;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin: 0 23px 23px 0;
}




/* brand */

.brand_item{
	position: relative;
	height: 680px;
	margin-bottom: clamp(1.875rem, 0.335rem + 6.57vw, 6.25rem);
	border-radius: 10px;
	overflow: hidden;
}
.brand_item:last-child{
	margin-bottom: 0;
}


.brand_item_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: rgba(255,255,255,.9);
	padding: clamp(1.25rem, 0.551rem + 2.94vw, 3.125rem) clamp(1.25rem, 0.551rem + 2.94vw, 3.125rem) clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
	
}
.brand_item_con_text{
    font-size: 13px;
    line-height: 21px;
}

.brand_item:nth-child(2n) .brand_item_con{
	left: auto;
	right: 0;
}

.brand_item_con_logo{
	margin-bottom: 20px;
}
.brand_item_con_logo img{
	height: 30px;
}

.brand_item:nth-child(1) .brand_item_con_logo img{
	height: 24px;
}

.brand_item:nth-child(2) .brand_item_con_logo img {
    height: 24px;
}


.brand_item_con_logo .tt{
	padding-top: 8px;
}



.brand_item_con_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 30px;
}
.brand_item_con_sm a{
	position: relative;
	width: 36px;
	height: 36px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border-radius: 50%;
	border: 1px solid #383838;
	margin: 0 12px 0 0;
}
.brand_item_con_sm a img{
	display: block;
	width: 16px;
	height: 16px;
}
.brand_item_con_sm a .icon2{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.brand_item_con_sm a:hover{
	background: #2a3d4e;
	border-color: #2a3d4e;
}
.brand_item_con_sm a:hover .icon1{
	opacity: 0;
}
.brand_item_con_sm a:hover .icon2{
	opacity: 1;
}


.brand_item_con_site{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.brand_item_con_site a{
	line-height: 20px;
	font-size: 12px;
	padding: 10px;
	color: #333;
	border: 1px solid #333;
	border-radius: 6px;
	margin: 0 10px 10px 0;
}
.brand_item_con_site a:hover{
	color: #fff;
	background: #2a3d4e;
	border-color: #2a3d4e;
}
.brand_item_pic{
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.brand_item_pic img{
	display: block;
	height: 100%;
	max-width: none;
	max-height: none;
}




/* news */
.news_list2 dd{
	margin-bottom: 40px;
}


.paging_page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
}
.paging_page a,
.paging_page span{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 30px;
	height: 30px;
	color: #666;
	margin: 0 2px;
	cursor: pointer;
}
.paging_page span.current,
.paging_page a.current{
    color: var(--hue);
}




/* news_det */
.news_det_wrap{
	max-width: 1180px;
}

.news_det_time{
	font-size: 14px;
	padding: 15px 0 25px;
	
}
.news_det_con{
	color: #666;
	padding: clamp(1.563rem, 1.012rem + 2.35vw, 3.125rem) 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.news_det_con img{
	height: auto !important;
}


.news_det_page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 24px 0 0;
}
.news_det_page a{
	color: #333;
	margin: 0 clamp(1.25rem, 0.7rem + 2.35vw, 2.813rem) 0 0;
}
.news_det_page a:last-child{
	margin-right: 0;
}

.news_det_page a:hover{
	color: var(--hue);
}




.ind_title_box{
	margin-bottom: clamp(1.25rem, 0.59rem + 2.82vw, 3.125rem);
}
.ind_title_box .ind_title{
	margin-bottom: 0;
}

.ind_title_more{
	color: #333;
}
.ind_title_more:hover{
	color: var(--hue);
}



/* 投资者关系 */
.tzgx_tabs_item{
	margin-bottom: clamp(2.5rem, 1.18rem + 5.63vw, 6.25rem);
}
.tzgx_tabs_item:last-child{
	margin-bottom: 0;
}

.tzgx_tabs_item_clm1{
	margin-bottom: clamp(1.875rem, 0.775rem + 4.69vw, 5rem);
}
.tzgx_tabs_item_clm1 iframe.iframe-content{
	width: 100%;
	height: 280px !important;
}
.tzgx_tabs_item_clm1:last-child{
	margin-bottom: 0;
}

.tzgx_tabs_item_clm1_tip{
	font-size: 14px;
	color: #666;
	padding: 20px 0 0;
}




.tzgg_list1{
	padding: clamp(0.938rem, 0.717rem + 0.94vw, 1.563rem) 0;
	background: #fff;
	border-radius: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}
.tzgg_list1 dd{
	border-bottom: 1px solid #d5d5d5;
}
.tzgg_list1 dd:last-child{
	border-bottom: none;
}
.tzgg_list1 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: clamp(1.125rem, 0.751rem + 1.6vw, 2.188rem) clamp(0.938rem, 0.013rem + 3.94vw, 3.563rem) clamp(0.938rem, 0.717rem + 0.94vw, 1.563rem);
}

.tzgg_list1 dd a .con{
	width: calc(100% - 50px);
}
.tzgg_list1 dd a .con .time{
	color: #666;
	font-size: 12px;
	margin-bottom: 12px;
}
.tzgg_list1 dd a .con .tt{
	color: #333;
	font-size: 18px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.tzgg_list1 dd a .icon{
	position: relative;
	width: clamp(1.625rem, 1.532rem + 0.39vw, 1.875rem);
	height: clamp(1.625rem, 1.532rem + 0.39vw, 1.875rem);
}
.tzgg_list1 dd a .icon .icon2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.tzgg_list1 dd a:hover .icon .icon1{
	opacity: 0;
}	
.tzgg_list1 dd a:hover .icon .icon2{
	opacity: 1;
}	
.tzgg_list1 dd a:hover .con .tt{
	color: var(--hue);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.tzhd_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.tzhd_list2 .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin: 0 clamp(1.875rem, 0.665rem + 5.16vw, 5.313rem) 0 0;
}
.tzhd_list2 .item:last-child{
	margin-right: 0;
}
.tzhd_list2 .item .icon{
	width: clamp(2.25rem, 1.942rem + 1.31vw, 3.125rem);
}
.tzhd_list2 .item .tt{
	width: calc(100% - clamp(2.25rem, 1.942rem + 1.31vw, 3.125rem));
	padding-left: clamp(0.625rem, 0.471rem + 0.66vw, 1.063rem);
	color: #333;
}
.tzhd_list2 .item .tt a{
	color: #333;
}
.tzhd_list2 .item .tt a:hover{
	color: var(--hue);
}



/* contact */
.contact_clm1{
	margin-bottom: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
}
.contact_clm1:last-child{
	margin-bottom: 0;
}

.contact_title1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding-bottom: clamp(0.75rem, 0.574rem + 0.75vw, 1.25rem);
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: clamp(1.563rem, 0.572rem + 4.23vw, 4.375rem);
}
.contact_title1 .icon{
	width: clamp(2.25rem, 1.942rem + 1.31vw, 3.125rem);
	height: clamp(2.25rem, 1.942rem + 1.31vw, 3.125rem);
	margin-right: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}

.contact_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_list1 dd{
	width: 25%;
	margin: 0 0 clamp(1.25rem, 0.7rem + 2.35vw, 2.813rem) 0;
	padding-right:4vw;
}


.contact_list1 dd .tt{
    font-size: clamp(1.125rem, 1.055rem + 0.29vw, 1.313rem);
	margin-bottom: clamp(0.5rem, 0.412rem + 0.38vw, 0.75rem);
}
.contact_list1 dd .text{
    font-size: 13px;
    line-height: 21px;
}
.contact_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.contact_list2 dd .tt{
	margin-bottom: clamp(0.5rem, 0.412rem + 0.38vw, 0.75rem);
}
.contact_list2 dd .text{
	color: #333;
}
.contact_list2 dd .text a{
	color: #333;
	margin-bottom: 5px;
}
.contact_list2 dd .text a:hover{
	color: var(--hue);
}





/* 企业责任 */
.qyzr_tabs_item{
	margin-bottom: clamp(2.5rem, 1.62rem + 3.76vw, 5rem);
}
.qyzr_tabs_item:last-child{
	margin-bottom: 0;
}



.qyzr_tabs_item_pic{
	overflow: hidden;
	border-radius:clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
	position: relative;
	margin-bottom: clamp(1.125rem, 0.817rem + 1.31vw, 2rem);
}
.qyzr_tabs_item_pic img{
	display: block;
	width: 100%;
}
.qyzr_tabs_item_pic .tt{
	position: absolute;
	left: 0;
	bottom:clamp(0.875rem, 0.435rem + 1.88vw, 2.125rem);
	width: 100%;
	color: #fff;
	text-align: center;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: clamp(0.875rem, 0.611rem + 1.13vw, 1.625rem);
}
.qyzr_tabs_item_pic .tt span{
	padding:0 clamp(0.625rem, -0.035rem + 2.82vw, 2.5rem);
}





.tzgg_search_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: clamp(1.875rem, 1.215rem + 2.82vw, 3.75rem);
}
.tzgg_search_text{
	width: clamp(11.25rem, 6.408rem + 20.66vw, 25rem);
	height: clamp(2.5rem, 1.84rem + 2.82vw, 4.375rem);
	padding-left: clamp(0.625rem, -0.035rem + 2.82vw, 2.5rem);
	border: 1px solid #d5d5d5;
	background: #fff;
	border-radius: clamp(0.313rem, 0.202rem + 0.47vw, 0.625rem);
	margin-right: 20px;
}
	
.tzgg_search_select{
	position: relative;
	margin-right: 20px;
}
.tzgg_search_select_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 220px;
	height: clamp(2.5rem, 1.84rem + 2.82vw, 4.375rem);
	padding: 0 clamp(0.625rem, -0.035rem + 2.82vw, 2.5rem);
	border: 1px solid #d5d5d5;
	border-radius: clamp(0.313rem, 0.202rem + 0.47vw, 0.625rem);
	cursor: pointer;
	background: #fff;
}
.tzgg_search_select_tt .icon{
	width: 0;
	height: 0;
	border-style: solid;
	border-left-width: 10px;
	border-right-width: 10px;
	border-top-width: 13px;
	border-bottom-width:0;
	border-color:var(--hue) transparent transparent transparent;
}
.tzgg_search_select_down{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	border-radius: clamp(0.313rem, 0.202rem + 0.47vw, 0.625rem);
	padding: 8px 0;
	border: 1px solid #d5d5d5;
}
.tzgg_search_select_down .item{
	line-height: 40px;
	color: #333;
	padding: 0 clamp(0.625rem, -0.035rem + 2.82vw, 2.5rem);
	cursor: pointer;
}



.tzgg_search_submit{
	width: 180px;
	height: clamp(2.5rem, 1.84rem + 2.82vw, 4.375rem);
	color: #fff;
	background: var(--hue);
	border-radius: clamp(0.313rem, 0.202rem + 0.47vw, 0.625rem);
	border: none;
}



.tzgg_box2{
	padding-bottom: clamp(1.25rem, 0.59rem + 2.82vw, 3.125rem);
	border-radius: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}






.tzgx_kx_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 8px;
}
.tzgx_kx_bars .item{
	padding: 5px 16px;
	font-size: 14px;
	color: #222;
	cursor: pointer;
}
.tzgx_kx_bars .item.hover{
	color: #fff;
	background: var(--hue);
}

.tzgx_kx_tabs{
	position: relative;
}
.tzgx_kx_tabs_item{
    opacity: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.tzgx_kx_tabs_item.hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    pointer-events: auto;
}












.aligncenter {
    display: block;
    margin: 0 auto;
}


.paging_page .wp-pagenavi {
    display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}



.page-stockdetail{
    background-color: #f2f2f2;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    color: #333;
    display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 10px 0;
}
.sub-list {
    float: left;
    padding: 6px 10px;
    height: 60px;
    /*width: 20%;*/
    box-sizing: content-box;
    color: #333;
}
.choose-data{
    color: #333;
}
.page-stockdetail .sub-title{
    font-size: 20px;
    height: 36px;
    line-height: 40px;
    text-align: center;
}
.page-stockdetail .sub-code{
    font-size: 12px;
    color: #989898;
    text-align: center;
}
.page-stockdetail .sub-trend-down {
    color: #129800;
}
.page-stockdetail .sub-trend {
    height: 40px;
    padding-right: 50px;
    position: relative;
}
.page-stockdetail .sub-trend .sub-trend-value{
    font-size: 30px;
    line-height: 40px;
}
.page-stockdetail .sub-trend-size{
    top: 3px;
    position: absolute;
    right: 0px;
    font-size: 12px;
    line-height: 20px;
}
.page-stockdetail .sub-trend-trend{
    top: 17px;
    position: absolute;
    right: 0px;
    font-size: 12px;
    line-height: 20px;
}
.page-stockdetail .sub-time{
    color: #989898;
    text-align: justify;
    text-align-last: justify;
}
.page-stockdetail .sub-value{
    height: 30px;
    line-height: 30px;
}
.page-stockdetail .tab-list li {
    list-style: none;
    height: 35px;
    line-height: 35px;
    box-sizing: content-box;
}
.page-stockdetail .tab-list {
    padding: 0px;
    margin: 0px;
    height: 70px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.page-stockdetail .tab-list li a {
    padding: 0px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.page-stockdetail .tab-list li.active, .page-stockdetail .tab-list li.active a{
    background-color: #2fb4f5;
    color: #fff;
}
.page-stockdetail .sub-trend.sub-trend-up{
    color: red;
}
.page-stockdetail .sub-trend.sub-trend-down{
    color: green;
}
.tab-list{
    overflow: hidden;
    /*height: 31px;*/
    /*margin-bottom: 16px;*/
    background-color: rgba(180, 180, 180, 0.3);
}
.sub-list-s li{
    float: left;
    list-style: none;
    padding: 5px 16px;
    cursor: pointer;
}

.sub-list-s li.active{
    background-color: #2fb4f5;
    color: #fff;
}
.hide{display: none!important}



/* 2024-12--30 add */
.qyzr_tabs_item{
	padding-bottom: var(--space);
	border-bottom: 1px solid #9fa0a0;
}
.qyzr_tabs_item:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.qyzr_tabs_item1_clm1{
	position: relative;
	margin-bottom: 40px;
}

.qyzr_tabs_item1_clm1_pic{
	display: block;
	overflow: hidden;
	position: relative;
	height: clamp(18.75rem, -2.679rem + 44.64vw, 37.5rem);
}
.qyzr_tabs_item1_clm1_pic img{
	display: block;
	width: 100%;
	border-radius: clamp(0.625rem, 0.446rem + 0.89vw, 1.25rem);
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.qyzr_tabs_item1_clm1_pic .icon{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: clamp(5.438rem, 4.491rem + 4.04vw, 8.125rem);
	transform: translate(-50%,-50%);
}

.qyzr_tabs_item1_clm1_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.qyzr_tabs_item1_clm1_con .icon{
	width: clamp(5.438rem, 4.491rem + 4.04vw, 8.125rem);
}
.qyzr_tabs_item1_clm1_con .tt{
	font-size: clamp(1.5rem, 1.236rem + 1.13vw, 2.25rem);
	color: #fff;
	font-weight: bold;
	padding: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem) 0 clamp(0.625rem, 0.361rem + 1.13vw, 1.375rem);
}
.qyzr_tabs_item1_clm1_con .text{
	font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
	line-height: 1.7;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-top: clamp(0.75rem, 0.562rem + 0.94vw, 1.563rem);
}
.qyzr_tabs_item1_clm2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap: 40px;
}

.qyzr_tabs_item1_clm2_item{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 24px;
	position: relative;
}

.qyzr_tabs_item1_clm2_item_pic{
	
}
.qyzr_tabs_item1_clm2_item_pic_fixed{
	position: sticky;
	left: 0;
	top: 80px;
	width: 100%;
	border-radius: clamp(0.625rem, 0.446rem + 0.89vw, 1.25rem);
}
.qyzr_tabs_item1_clm2_item_con{
	padding: clamp(3.125rem, 2.829rem + 1.48vw, 4.125rem) 30px 30px;
	border-radius: clamp(0.625rem, 0.446rem + 0.89vw, 1.25rem);
	background: #fff;
}
.qyzr_tabs_item1_clm2_item_con_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	gap: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
}
.qyzr_tabs_item1_clm2_item_con_list_item_tt{
	font-size: 16px;
	font-weight: bold;
	color: #777;
	line-height: 1.7;
}
.qyzr_tabs_item1_clm2_item_con_list_item_con .con_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	font-size: 14px;
	color: #777;
	line-height: 1.7;
}
.qyzr_tabs_item1_clm2_item_con_list_item_con .con_item .icon{
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #777;
	margin-top: 10px;
}
.qyzr_tabs_item1_clm2_item_con_list_item_con .con_item .tt{
	width: calc(100% - 3px);
	padding-left: 8px;
}


.qyzr_tabs_item1_clm2_item_con_float{
	position: absolute;
	right: 30px;
	top: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	min-width: 74px;
	/*max-width: 96px;*/
	height: clamp(2.25rem, 1.75rem + 2.5vw, 3.938rem);
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: clamp(1rem, 0.868rem + 0.56vw, 1.375rem);
	padding: 0 14px;
	line-height: 1.5;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #65ad41;
}

.qyzr_tabs_item1_clm2_item:nth-child(2n) .qyzr_tabs_item1_clm2_item_con_float{
	background: #ed6a00;
}


.qyzr_tabs_item2_title{
	padding-top: clamp(2.813rem, 1.602rem + 5.16vw, 6.25rem);
	margin-bottom: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
}
.qyzr_tabs_item2_title .tt{
	font-weight: bold;
}
.qyzr_tabs_item2_title .text{
	line-height: 1.7;
	padding-top: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}
.qyzr_tabs_item2_pic img{
	display: block;
	border-radius: clamp(0.625rem, 0.446rem + 0.89vw, 1.25rem);
}







