@font-face {
    font-family: 'gchw00u'; 
    src: url('gchw00u.ttf'); 
}
body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
    line-height: 1;
    text-size-adjust: none;
    font-family: "microsoft yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}
body{
	width: 1600px;
	margin: auto;
	background: url(../img/bg.png) no-repeat top center;
}
.flex{
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.show{
    display: block !important;
}
.wrap{
}
.head{
    height: 450px;
	padding-left: 346px;
	position: relative;
}
.head img{
	position: absolute;
    top: 140px;
    left: 896px;
}
.slogan_box{
	margin-top: 56px;
}
.slogan_box p:nth-child(1){
	font-size: 27px;
	color: #74695a;
	font-weight: bold;
	letter-spacing: 0.8px;
}
.slogan_box p:nth-child(2){
	font-size: 46px;
	margin-top: 23px;
	line-height: 1.3;
	font-family: gchw00u;
	color: #c7000b;
	background-image: -webkit-linear-gradient(337deg,#ee7e5f -93%,#c7000b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}
.slogan_box p:nth-child(3){
	font-size: 27px;
	margin-top: 30px;
	color: #74695a;
	font-weight: bold;
}
.nav{
	display: inline-block;
	margin-top: 14px;
}
.nav a{
	font-size: 14px;
	margin-right: 22px;
	display: inline-block;
	color: #74604a;
}
.intro{
	width: 810px;
}
.wrap>div{
	margin: auto;
}
.intro p{
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	margin-bottom: 20px;
	display: inline-block;
}
.more {
    cursor: pointer;
    color: #c7000b;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #c7000b;
    border-radius: 6px;
    padding: 7px 34px;
    margin-top: 20px;
    display: inline-block;
}
.intro p:nth-child(n+5){
	display: none;
}
hauto {
    height: auto !important;
}
p:last-child{
	margin-bottom: 0 !important;
}
.intro p:nth-of-type(1){
	width: 473px;
}
.title{
	margin: 64px auto 42px;
	text-align: center;
}
.title span{
	font-size: 36px;
	font-weight: bold;
	color: #d62c23;
	display: inline-block;
	position: relative;
}
.title span::after{
	width: 120%;
	height: 18px;
	left: -10%;
	right: 0;
	bottom: -8px;
	margin: auto;
	z-index: -1;
	background: #f3f1e9;
	content: '';
	position: absolute; 
}
.wrap>div>*:last-child{
	margin-bottom: 0;
}
.detail{
	width: 840px;
	width: max-content;
}
.dbl{
	position: relative;
}
.dbr{
	width: 372px;
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 24px 34px;
}
.dbr p{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 26px;
	color: #333333;
}
.d_t_bg{
	padding: 0 10px 0 16px;
	height: 58px;
	background: #e5e0d4;
	position: absolute;
	font-size: 27px;
	color: #e36a49;
	font-weight: bold;
	line-height: 56px;
	bottom: 58px;
    left: -24px;
}
.d_t_bg:after{
	content: '';
	position: absolute;
    width: 0;
	height: 0;
	border-bottom: 58px solid #e5e0d4;
	border-right: 18px solid transparent;
	right: -18px;
}
.d_b_bg{
	padding: 0 24px 0 10px;
	height: 58px;
	background: #e36a49;
	position: absolute;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 56px;
	bottom: 0;
	right: 0;
}
.d_b_bg::before{
	content: '';
	position: absolute;
    width: 0;
	height: 0;
	border-top: 58px solid #e36a49;
	border-left: 18px solid transparent;
	left: -18px;
}
.sc_con{
	margin-top: 60px;
	margin-bottom: 20px;
	padding-left: 16px;
}
.time{
	font-size: 20px;
	font-weight: bold;
	color: #e36a49;
	margin-right: 10px;
}
.index{
	font-size: 20px;
	height: 38px;
	line-height: 1.7;
	padding: 0 10px 0 16px;
	margin-right: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background: #e36a49;
	position: relative;
}
.index::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 38px solid #e36a49;
	border-right: 14px solid transparent;
	right: -14px;
}
.act{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.sc_con h1{
	font-size: 14px;
	color: #333333;
	margin: 26px 0 50px 152px;
}
.p2{
	display: flex;
	justify-content: flex-end;
}
.p2_con{
	width: 333px;
	height: 427px;
	padding: 63px 24px 0;
	margin-left: 19px;
	box-sizing: border-box;
	background: #f6f6f6;
	
}
.p2_con h1{
	font-size: 18px;
    line-height: 1.5;
	font-weight: bold;
	color: #e36a49;
	margin-bottom: 10px;
}
.p2_con h2{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}
.p2_con h3{
	font-size: 14px;
	color: #333333;
	line-height: 1.7;
}
.p3{
	margin: 30px 0 0 140px;
	font-size: 18px;
}
.p3 b:nth-of-type(1){
	color: #e36a49;
}
.news{
	width: 960px;
}
.news a {
    font-size: 18px;
    margin-bottom: 26px;
    color: #333333;
    position: relative;
    padding-left: 18px;
    width: 48%;
    box-sizing: border-box;
}
.news a::before {
    content: '';
    position: absolute;
    background: url(../img/news_icon.png);
    width: 13px;
    height: 13px;
	top: 4px;
	left: -6px;
}
.case_box{
	width: 966px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.case_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_left{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin-right: 11px;
	/* width: 320px; */
}
.case_left .case_con{
	width: 318px;
	height: 209px;
	margin-bottom: 12px;
}
.case_right{
	width: 309px;
}
.case_right .case_con:not(:last-child){
	width: 309px;
	height: 189px;
}
.case_right	a{
	display: inline-block;
	margin-bottom: 8.8px;
}
.case_right a:nth-last-of-type(1){
	font-size: 16px;
	padding: 10px 10px 10px 0;
	width: 309px;
	color: #ffffff;
	background: #e36a49;
	box-sizing: border-box;
	text-align: right;
	font-weight: bold;
}
.case_right a:nth-last-of-type(1) b{
	color: #ffb87f;
	margin-left: 4px;
}
.case_con{
	display: inline-block;
	position: relative;
}
.case_con span{
	left: 0 !important;
	width: 100%;
	text-indent: 12px;
	background-color: rgba(12, 12, 12,.40);
	min-width: 200px;
}
.case_box span{
	font-size: 16px;
	bottom: 0;
	padding: 0px 0 30px 8px;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	position: absolute;
	background: linear-gradient(to bottom,transparent,rgba(0,0,0,.2));
	width: 100%;
}
  .preview_box {
   width: 1117px;
   box-sizing: border-box;
   position: relative;
   margin: auto;
}
.sw1 .swiper-slide {
   display: grid;
   grid-template-columns: repeat(auto-fill, 225px);
   justify-content: space-between;
   padding: 29px 80px 21px;
   box-sizing: border-box;
}
.pb_con {
   width: 225px;
   padding: 27px 21px 26px;
   background: #fff;
   border-radius: 10px;
   box-sizing: border-box;
   box-shadow: 1px 1px 2px 1px #c6c8c7;
   color: #333333;
}
.pb_con a{
   color: inherit;
}
.pb_con h1 {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 11px;
}
.pb_con h2 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 21px;
}
.pb_con h3 {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 24px;
   position: relative;
}
.pb_con h4:nth-of-type(1)::before {
   content: '';
   position: absolute;
   width: 35px;
   height: 4px;
   top: 0;
   left: 0;
   background: #d9cab3;
}
.pb_con h4 {
   font-size: 14px;
   padding-top: 24px;
   margin-bottom: 29px;
   position: relative;
}
.pb_con h6 a {
   font-size: 18px;
   font-weight: bold;
   padding: 5px 31px;
   border: 3px solid #937c58;
   color: #937c58;
   display: inline-block;
}
.pb_con i {
   width: 12px;
   display: inline-block;
}
.swiper-button-next,
.swiper-container-rtl ,.swiper-button-prev {
   background: none !important;
}
.apply{
	width: 1002px;
}
.apply_title{
	width: 100%;
	height: 57px;
	line-height: 55px;
	background: #d5332b;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 74px;
}

.apply_block{
	/* background: url(../img/sign_bg.jpg); */
	background: #f3f1e9;
}
.apply_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px 156px 0;
}
.opt{
	/* display: inline-block;
	vertical-align: baseline; */
	margin-bottom: 14px;
}
.opt h2{
	display: inline-block;
	vertical-align: baseline;
	font-size: 18px;
	color: #24333f;
	font-weight: bold;
	width: 80px;
}
.inputtext{
	width: 357px;
	height: 36px;
	outline: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000000;
	line-height: 34px;
	text-indent: 12px;
	font-weight: bold;
}
.submit{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 24px;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	width: 440px;
	background: #d5332b;
	color: #fff;
}
.tips{
	font-size: 14px;
	color: #24333f;
	width: 220px;
	line-height: 24px;
}
.tips p{
	line-height: 1.7;
	margin-bottom: 12px;
}
.group{
	display: flex;
	margin-top: 24px;
	justify-content: space-between;
	padding: 0 54px 10px;
}
.group_con h4{
	font-size: 18px;
	color: #24333f;
	font-weight: bold;
	line-height: 28px;
}
.group_con span{
	font-size: 14px;
	color: #24333f;
	display: block;
	text-align: left;
	line-height: 30px;
}
.group_con b{
	font-weight: normal;
	color: #24333f;
	text-align: left;
}
.qrcode{
	padding-top: 10px;
}
.footerwrap{
    background: #f3f1e9;
    color: #333232;
    font-size: 14px;
    line-height: 21px;
    padding: 28px 0;
	margin-top: 64px !important;
}
.footer{
	width: 900px;
	margin: auto;
}
.footer_l img{
    width: 98px;
    margin-right: 44px;
}
.footer_r{
    width: 747px;
}
.footer_r li:not(:last-of-type){
    margin-bottom: 22px;
}
.side {
    position: fixed;
	line-height: 1.5;
    background: #f08f4f;
    font-size: 18px;
    color: #fefefe;
    font-weight: bold;
    box-sizing: border-box;
    padding: 22px 8px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 600px 0px 0 1430px !important;
    transform: skewY(-15deg);
    box-shadow: -3px 9px 0px -3px #ffe285;
}
/* .side::after{
    content: '';
    position: absolute;
    background: #ffe285;
    width: 100%;
    height: 20px;
    z-index: -1;
    bottom: -7px;
    left: 0;
} */
.side a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #ffffff;
}
.side_box{
    transform: skewY(15deg);
}
.side hr{
    border-color: #ebcb93;
    margin: 20px 0;
}
@media only screen and (max-width: 1540px){
    .wrap{
        min-width: 1080px;
    }
    .side {
        position: fixed;
        right: 20px;
        font-size: 12px;
        padding: 14px 4px;
    }
    .side a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1540px) and (min-width:700px){
    .wrap{
        width: 96%;
    }
}
@media only screen and (max-width: 1100px) {
    .side{
        margin: 494px 0px 0 1030px;
        right: auto;
    }
}
@media only screen and (max-device-width: 700px){
    .side a {
        font-size: 28px;
    }
}	