* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

.flex_row {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.flex_rows {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    flex-wrap: wrap;
}

.flex_row_left {
    display: flex;
    justify-content: flex-start;
    justify-items: center;
}

.body {
    width: 100%;
}
.wow:first-child {
  visibility: hidden;
}
.zhgh_title {
    height: 75px;
     color:#333;
    text-align: center;
	font-weight: 600;
    font-size: 40px;
    position: relative;
}

.zhgh_title::before {
    content: "";
    width: 83px;
    height: 4px;
    position: absolute;
    left: 47%;
    bottom: 14px;
    background: linear-gradient(90deg, #FB996A, #E93C0B);
}
.zhgh_titleblue{
	height: 75px;
	background: linear-gradient(0deg, #BA0D03 0.87890625%, #F46B00 48.2421875%, #C52813 99.365234375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
	font-weight: 600;
	font-size: 40px;
}
.wrap,
.gh_wrap,
.khal_wrap {
    /* */
	 width: 1200px;
    margin: 0 auto;
}
.p {
    line-height: 30px;
    text-indent: 2em;
    font-size: 14px;
}
.zdytitle{
	height: 75px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	margin: 45px 0 30px;
}
.ptjz_box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.cont_boxs{
	width: 270px;
	height: 232px;
	background-color: #FFFFFF;
	margin: 0 5px;
	padding: 23px;
	border-radius: 10px;
}
.cont_box_top{
	display: flex;
	justify-content: space-between;
	height: 40px; 
	align-items: center;
	margin: 6px 0;
}
.box_image{
	width: 50px;
	height: 50px;
}
.conttop_toptile{
	font-size: 20px;
	font-weight: 600;
	color: #383838;
}
.ptjz_box_neir{
	color: #555;
	text-align: left;
	/* margin: 10px 0 20px; */
	margin-top:15px;
	font-size: 16px;
	line-height: 30px;
	 width: 232px;
	/* letter-spacing: 1px; */
}
.prodyct_ld{
	background:#f3f8fc;
	display: flex;
	flex-wrap: nowrap;
	padding: 50px 0;
	justify-content: center;
	margin-right: 30px;
	margin-left: 20px;
	width: 96%;
} 
.prodyct_ld_box{
	/* width: 500px; */
	width: 48%;
	padding-right: 10%;
	margin-left: 2%;
}
.zhgh_titles{
	height: 75px;
	color: #333;
	text-align: left;
	font-weight: 600;
	font-size: 32px;
}
.ghptti{
	color: #333;
	font-size: 18px;
	margin-top: 10px;
}
/* .prodyct_ld_six{
	display: flex;
	flex-wrap: wrap;
	width:37.5rem} */
.prodyct_ld_six{
	display: flex;
	flex-wrap: wrap;
	width: 600px;
}	
.prodyctbox{
	/* width: 20%;
	height: 105px; */
	width: 124px;
	height: 124px;
	margin-right: 68px;
	margin-bottom: 20px;
}
.container {
    padding: 60px 0;
    color: #666
}
.containers {
    padding: 60px 0 30px;
    color: #666;
    background: url(/static/newImages/e00_tuan_bg1.jpg)no-repeat;
    background-size: 100% 100%;
}
.containerfie{
    padding: 30px 0 50px;
    color: #666
}
.img_wrap {
    width: 100%;
    /* padding: 50px 0; */
    text-align: center;
    margin: 20px 0;
}


.gh_wrap>div {
    width: 33%;
    padding: 30px;
    border-radius: 5px;
}
.gh_wrap>div:hover {
    background: #fff;
    box-shadow: 0 2px 2px 4px #fff;
}
.gh_wrap .title {
    font-weight: 600;
    margin: 30px 0;
    color: #333;
}
.gh_wrap .p {
    text-align: left;
}
.ljzx {
    background: #ff6000;
    width: 150px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    cursor: pointer;
}
.khal_wrap>li {
    width: 31%;
	border: 10px solid #e6f0fa;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    height: 250px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
   transition: all 0.6s;
}
.khal_wrap>li:hover {
    transform: scale(1.1);
}
.khal_wrap>li .title {
    font-size: 24px;
    color: red;
    font-weight: bold;
    margin: 20px 0;
}

.khal_wrap>li .sub {
    font-size: 14px;
    color: #666;
}

.bujubox{
   background: #fff;
   box-shadow: 0px 5px 15px 0px rgb(106 116 124 / 15%);
   border-radius: 10px;
}
.gh_users_fuwu>div{
    width: 1200px;
    margin: 10px auto;
    
}
.gh_users_fuwu{
    padding: 40px 0;
}
.gh_users_fw_til{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 62px;
    text-align: center;
}
.gh_users_fuwu_item{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
.gh_usersb{
    border-bottom: 1px solid #EDF1F6;
}
.gh_users_jd{
    height: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 35px;
}
.gh_users_jdcon{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    margin: 15px 0;
    color: #333333;
    line-height: 35px;
}
.gh_users_look{
    width: 188px;
    height: 50px;
    background: linear-gradient(-60deg, #4396FD, #2969DA);
    border-radius: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.zzzheng_box{
   	   background-color: #E8F2FC;
   	   padding: 1px 0 80px;
}
.cont_boxs_img{
	margin-right: 35px;
	width: 282px;
	height: 393px;
	overflow: hidden;
/* 	cursor: pointer;
	transition: all 0.9s; */
}
 .box_imagese{
 	 cursor: pointer;
 	   transition: all 0.6s;
    }
.box_imagese:hover{
	   transform: scale(1.1);
	   box-shadow: 0 2px 2px 4px #fff;
   }
.box_imagese{
   	   width: 100%;
   	   height: 100%;
}
.zhgh_title_ej{
    font-size: 19px; 
    color: #91969D;
    line-height: 35px;
    text-align:center;
}
.ptaizs{
    background: url(/static/newImages/e00_tuan_bg3.jpg)no-repeat;
    padding: 50px 0 20px;
    background-size: 100% 101%;
    text-align: center;
}

.cerkhalimg{
   background-image: url(/static/newImages/e00_tuan_bg4.jpg);
}

.kehualtitle{
   font-size: 24px;
   color: #333;
   font-weight: bold;
   margin: 20px 0;
}
.kehubg{
   margin: 15px 0;
}
.gl_pt_js{
    background: url(/static/newImages/e00_tuan_bg2.jpg) no-repeat;
    padding: 50px 0 20px;
    background-size: 100% 100%;
}

.swiper-button-nexts{
    background: #fff;
    width: 37px;
    height: 114px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-button-left{
    background: url(/static/newImages/e00_tuan_tu4.png) no-repeat;
    background-size: 100% 100%;
    width: 36px;
    cursor: pointer;
    height: 36px;
}
.swiper-button-nexts:hover .swiper-button-left{
     background: url(/static/newImages/e00_tuan_tu4_hover.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-button-prevs{
     background: #fff;
    width: 37px;
    height: 114px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-button-rig{
    background: url(/static/newImages/e00_tuan_tu5.png) no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.swiper-button-prevs:hover .swiper-button-rig{
     background: url(/static/newImages/e00_tuan_tu5_hover.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-slide{
    height: 120px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
}
.swiper-container {
    width: 1040px;
}
.swiper_tw_title{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #000033;
    line-height: 25px;
}
.tw_item_active .swiper_tw_title{
    color: #FFFFFF!important;
}
.swiper_tw_box{
    display: flex;
    width: 1150px;
    margin: 0 auto;
}
.tw_item_active{
    background: linear-gradient(65deg, #DA180D, #FE725B);
}
.tw_item_intro{
    width: 1050px;
   margin: 0 auto;
    padding: 10px 0 100px;
}
.tw_item_intro_title{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 26px;
    color: #DD2114;
    line-height: 34px;
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3DBCF; 
}
.tw_item_intro_box{
    display: flex;
}
.tw_item_intro_list{
    width: 550px;
}
.tw_item_intro_item{
    margin-bottom: 5px;
}
.tw_item_intro_item_img{
    max-width: 614px;
    max-height: 410px;
    margin: 40px 0;
}
.tw_item_intro_item_name{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
    color: #333333;
    position: relative;
    line-height: 34px;
}
.tw_item_intro_item_name::before {
    content: "";
    background-color: #e13529;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
}
.tw_item_intro_item_con{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    line-height: 30px;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 半透明遮罩层 */
  z-index: 1;
}
.anliimg{
    width: 100%;
    height: 200px;
    object-fit: contain;
}