@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

/* Regular */
@font-face {
    font-family: 'AlibabaPuHuiTi-Regular';
    src: url('../fonts/ALIBABA-PUHUITI-REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Alibaba-PuHuiTi-B';
    src: url('../fonts/ALIBABA-PUHUITI-BOLD.TTF') format('truetype');
    font-weight: 700; /* Bold is typically 700 weight */
    font-style: normal;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'AlibabaPuHuiTi-Light';
    src: url('../fonts/ALIBABA-PUHUITI-LIGHT.TTF') format('truetype');
    font-weight: 300; /* Light is typically 300 weight */
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'AlibabaPuHuiTi-Medium';
    src: url('../fonts/ALIBABA-PUHUITI-MEDIUM.TTF') format('truetype');
    font-weight: 500; /* Medium is typically 500 weight */
    font-style: normal;
    font-display: swap;
}
body{
	font-family: 'AlibabaPuHuiTi', sans-serif; /* 设置回退字体 */
	background: #F6F6F6
}
.banner{
	background: url(../images/topicIndex/banner.png);
	background-size:cover;
	min-height: 600px;
margin-top: 130px
}
.banner_ct{
	width: 1200px;
	padding:70px 0 30px 0;
	margin:0 auto;
	position: relative;
}
.banner_ct .banner_btn{
	position: absolute;
	bottom: 190px;
	left: 0
}
.banner_ct .banner_btn a{
	background: #fff;
	padding: 10px 30px;
	color: #272727;
	font-size: 24px;
	border-radius: 14px;
	text-decoration: inherit;
	z-index: 9999;
	margin-right: 20px;
	font-family: "AlibabaPuHuiTi-Regular"
}
.banner_ct .banner_btn a.hover{
	background: #C50105;
	color: #fff;
}
.banner_ct .banner_bottom{
	display: flex;
	justify-content: space-between;
}
.banner_ct .banner_bottom img{
	width: 390px
}
.topic_cont1{
	overflow: hidden;
	padding-bottom: 60px;
	background: #fff
}
.title{
	overflow: hidden;
	text-align: center;
}
.title h2{
	font-size: 40px;
	color: #333333;
	margin:30px auto 20px auto;
	font-family: "Alibaba-PuHuiTi-B"
}
.title p{
	color: #212733;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "AlibabaPuHuiTi-Light"
}
.topic_cont1 .ctbox{
	width: 1200px;
	margin:30px auto 0 auto;
	display: flex;
	justify-content: space-around;
}
.topic_cont1 .ctbox .ctbox_l{
	padding:20px;
	border-left: 20px solid #D60A12;
	background: #fff;
	box-shadow: 0 0 20px 0 #EEEEEE;
	width: 510px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 14px
}
.topic_cont1 .ctbox .ctbox_l .left{
	color: #333333;
}
.topic_cont1 .ctbox .ctbox_l .left h3{
	font-weight: 500;
	font-size: 28px;
	margin: 0;
	font-family: "AlibabaPuHuiTi-Medium";
	font-weight: 500
}
.topic_cont1 .ctbox .ctbox_l .left p{
	font-size: 18px;
	line-height: 28px;
	margin:10px 0 0 0;
	font-family: "AlibabaPuHuiTi-Regular"
}
.topic_cont2{
	position: absolute;
	background: url(../images/topicIndex/cont1.png);
	width: 100%;
	min-height: 380px;
	background-size:cover;
	position: relative;
}
.topic_cont2 .title{
	padding-top: 70px
}
.topicCtbox{
	position: absolute;
	bottom: -104px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 999;
	display: flex;
	justify-content: space-around;
}
.topicCtbox div{
	width: 380px;

}
.topicCtbox div img{
	width: 380px
}
.swiper-slide{
	background: #fff
}
.swiper_cont{
	width: 290px;
	background: #fff;
	padding:10px 0;
	color: #333333
}
.swiper_cont h3{
	font-size: 22px;
	margin-left: 10px;
	font-family: "AlibabaPuHuiTi-Medium";
	font-weight: 500
}
.swiper_cont p{
	font-size: 12px;
	padding-left: 10px;
	font-family: "AlibabaPuHuiTi-Light";
}
.topic_cont3{
	background: #fff;
	position: relative;
	padding-bottom: 40px
}
.Cont3_1FLy{
	position: absolute;
	top: 255px;
	left: 50%;
	margin-left: -660px;
	z-index: 9999
}
.cont3,.cont3_1{
	width: 1200px;
	margin:20px auto;
	display: flex;
	justify-content:space-between;
}
.cont3 div{
	width: 275px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to left, #E9141E, #C50105);
	border-radius: 30px;
	font-size: 28px;
	margin-top: 10px;
	box-shadow: 2px 2px 3px 2px #DFDFDF;
	font-family: "AlibabaPuHuiTi-Medium";
	font-weight: 500
}
.cont3_1 div{
	width: 250px;
	color: #333;
	background: #F6F6F6;
	border-radius: 6px;
	padding:10px 20px;
	margin-top: 50px;
	font-size: 18px;
	line-height: 28px;
	font-family: "AlibabaPuHuiTi-Regular"
	
}
.topic_cont4{
	overflow: hidden;
}
.topic_cont4 .ct4{
	width: 1200px;
	margin:60px auto;
}
.topic_cont5{
	background: url(../images/topicIndex/cont5.png);
	background-size:cover;
	min-height:600px;
	width: 100%;
	padding:60px 0;
}
.topic_cont5 .ct5{
	width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.topic_cont5 .ct5 .ct5_left{
	width: 540px;
	color: #fff
}
.topic_cont5 .ct5 .ct5_left h3{
	font-size: 40px;
	font-family: "Alibaba-PuHuiTi-B"
}
.topic_cont5 .ct5 .ct5_left p{
	font-size: 24px;
	margin-bottom: 60px;
	margin-top: 20px;
	font-family: "AlibabaPuHuiTi-Light"
}
.topic_cont5 .ct5 .ct5_left .ct5_l_list{
	display: flex;
	align-items: center;
	font-size: 24px;
	margin-top: 20px;
	font-family:"AlibabaPuHuiTi-Regular"
}
.topic_cont5 .ct5 .ct5_left .ct5_l_list img{
	margin-right: 10px
}
.topic_cont5 .ct5 .ct5_right{
	width: 580px;
}
.topic_cont5 .ct5 .ct5_right .title{
	background: url(../images/topicIndex/ct5_r.png);
	background: cover;
	width: 100%;
	height: 134px
}
.topic_cont5 .ct5 .ct5_right .title h3{
	font-size: 40px;
	margin-top: 20px;
	font-family: "Alibaba-PuHuiTi-B"
}
.topic_cont5 .ct5 .ct5_right .title p{
	font-size: 24px;

}
.topic_cont5 .ct5 .ct5_right .inputbox{
	background: #fff;
	padding:15px 20px;
	width: 540px;
	color: #333;
	text-align: center;
}
.topic_cont5 .ct5 .ct5_right .inputbox1{
	border-radius: 0 0 14px 14px
}
.topic_cont5 .ct5 .ct5_right .inputbox h3{
	text-align: left;
	font-size: 16px;
	font-family: "AlibabaPuHuiTi-Medium";
	font-weight: 500
}
.topic_cont5 .ct5 .ct5_right .inputbox input{
	width: 92%;
	padding:10px 20px;
	border:1px solid #333333;
	border-radius:9px;
}
input:focus, input:active {
    outline: #007bff; /* 例如，改变为蓝色 */
}
.topic_cont5 .ct5 .ct5_right .inputbox select{
	width: 99%;
	padding:10px 10px;
	border-radius:9px;
}
.topic_cont5 .ct5 .ct5_right a{
	background: #9B1B1B;
	width: 60%;
	margin:20px auto;
	border:0;
	padding:14px 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	border-radius: 9px;
	text-decoration: inherit;
	display: block;
}
.topic_cont5 .ct5 .ct5_right p{
	color: #333;
	font-size: 18px;
	font-family: "AlibabaPuHuiTi-Light"
}
.topic_cont5 .ct5 .ct5_right .error_txt{
font-size: 18px;
color: #f00;
padding:5px 0;
text-align: left;
display: none;
}
.ct6{
	width: 1200px;
	margin:60px auto;
	text-align: center;
}
.topic_cont7{
	background: url(../images/topicIndex/ct7.png);
	background-size: cover;
	width: 100%;
	min-height: 100px
}