.header{
	display: block;
	width: 100%;
	height: 78px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.head-zw{
	display: block;
	height: 78px;
}
.header-main{
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.header-main .logo{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5px 0;
	transition: padding 300ms;
}
.head-in{
	display: flex;
	align-items: center;
	height: 100%;
	color: #333333;
}
.header-but{
	font-size: 16px;
	color: #fff;
	border-radius: 19px;
	width: 108px;
	height: 38px;
	background: #be4046;
	margin-left: 40px;
	transition: all 300ms;
}
.head-nav{
	display: flex;
	height: 100%;
	font-size: 18px;
}
.head-nav>li{
	margin-left: 80px;
	position: relative;
	height: 100%;
	transition: margin 300ms;
}
.head-nav>li:first-child{
	margin-left: 0;
}
.head-nav-one{
	display: flex;
	align-items: center;
	height: 100%;
	color: #333333;
	position: relative;
}
.head-nav-one .icon{
	display: none;
	height: 18px;
	width: auto;
	position: absolute;
	top: 12px;
	right: -22px;
	z-index: 20;
}
.head-nav>li.active .head-nav-one{
	color: #be4046;
}
.head-nav>li.active .head-nav-one .icon{
	display: block;
}
.head-nav>li:hover .head-nav-one{
	color: #be4046;
}
.head-nav-two{
	display: none;
	position: absolute;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding-top: 12px;
}
.head-nav-two>ul{
	display: block;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	min-width: 110px;
	border-radius: 6px;
	font-size: 18px;
}
.head-nav>li:hover .head-nav-two{
	display: block;
}
.head-nav-menu1{
	text-align: center;
	padding: 8px 0;
	line-height: 34px;
}
.head-nav-menu1 a{
	color: #333333;
	display: block;
}
.head-nav-menu1 li:hover a,
.head-nav-menu1 li.active a{
	color: #be4046;
}
.head-nav-menu2{
	width: 258px;
	padding: 10px 26px;
	font-size: 20px;
}
.head-nav-menu2>li{
	margin-top: 12px;
}
.head-nav-menu2>li h4{
	display: block;
	min-height: 36px;
	line-height: 36px;
	padding: 0 18px;
	font-weight: bold;
	color: #be4046;
	background: linear-gradient(to right, #f6e2e3, #fff);
	border-radius: 4px;
	margin-bottom: 4px;
}
.head-nav-menu2>li a{
	padding: 0 18px;
	color: #333333;
	line-height: 44px;
	display: block;
	background: url(../images/nav-01.png) no-repeat right center;
}
.head-nav-menu2>li ul li:hover a,
.head-nav-menu2>li ul li.active a{
	color: #be4046;
	background: url(../images/nav-02.png) no-repeat right center;
}

.footer{
	background: #eaeaea;
	color: #333333;
	padding: 0 144px;
	font-size: 16px;
}
.footer-in{
	padding: 18px 0 14px;
	line-height: 26px;
}
.footer-title,.footer-ewm p{
	font-size: 18px;
	line-height: 28px;
}
.footer-title img{
	margin-left: 10px;
}
.footer a{
	color: #333333;
}
.footer a:hover{
	color: #af3140;
}
.footer-ewm{
	padding: 10px 0 14px;
	text-align: center;
}
.footer-ewm p{
	margin-bottom: 6px;
}
.footer-email{
	margin: 12px 0 10px;
}
.home-banner{
	min-height: 168px;
	font-size: 18px;
	color: #fff;
}
.home-banner-text{
	padding: 16px 0;
	padding-right: 126px;
	line-height: 30px;
}
.home-search{
	background: #fff;
	padding-top: 20px;
}
.home-search-in{
	height: 60px;
	border-radius: 30px;
	background: #ececec;
}
.home-search-in>span{
	border-radius: 30px;
	background: #af3140;
	height: 100%;
	padding: 0 32px;
	font-size: 18px;
	color: #fff;
	margin-right: 25px;
}
.home-search-in input{
	height: 100%;
	font-size: 18px;
	color: #af3140;
}
.home-search-in button{
	padding: 0 32px;
	font-size: 18px;
	color: #333333;
	height: 100%;
}
.home-search-in button span{
	margin-left: 12px;
}
.home-search-in button:hover{
	color: #af3140;
}
.home-search p{
	padding-left: 160px;
	font-size: 18px;
	color: #000000;
	line-height: 36px;
}
.home-title{
	color: #333;
}
.home-title h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.home-title h5{
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 8px;
}
.pc-home-bg{
	background: #fff;
}
.home-function{
	padding-top: 6px;
}
.home-function-in{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px 20px;
	margin-top: 14px;
}
.home-function-in li{
	min-height: 80px;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	padding: 5px 20px 5px 75px;
}
.home-function-in li img{
	max-width: 71px;
	height: auto;
}
.home-function-in li p{
	flex: 1;
	text-align: center;
}
.home-function-in li:nth-child(2){
	padding-right: 54px;
}
.home-function-in li:nth-child(2) p{
	padding-left: 18px;
}
.home-function-in li:nth-child(4){
	padding-right: 70px;
}
.home-function-in li:nth-child(4) p{
	padding-left: 18px;
}
.home-function-in li:nth-child(5){
	padding-right: 70px;
}
.home-function-in li:nth-child(5) p{
	padding-left: 18px;
}
.home-database{
	padding-top: 36px;
}
.home-data-in{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #e4e4e4;
	border-right: none;
	border-top: none;
	margin-top: 18px;
}
.home-data-ul{
	display: flex;
	width: 100%;
}
.home-data-ul li:nth-child(1){
	width: 165px;
	font-size: 22px;
}
.home-data-ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px 5px 12px;
	width: calc((100% - 165px) / 4);
	border-right: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	font-size: 18px;
	line-height: 1;
}
.home-data-ul li h3{
	font-size: 30px;
	margin-bottom: 12px;
}
.home-jie{
	padding-top: 32px;
	padding-bottom: 35px;
}
.home-pt{
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}
.home-pt-in{
	width: 376px;
}
.home-pt-in:nth-child(2){
	width: 500px;
}
.home-pt-in h3{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 48px;
	position: relative;
}
.home-pt-in ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-pt-in li{
	display: flex;
	width: 100%;
	min-height: 72px;
	margin-top: 20px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	align-items: center;
	padding-left: 30px;
}
.home-pt-in:nth-child(2) li:nth-child(1),
.home-pt-in:nth-child(2) li:nth-child(2){
	width: calc((100% - 16px) / 2);
}
.home-pt-in li div{
	flex: 1;
	font-size: 16px;
	line-height: 1.3;
	padding-left: 20px;
}
.home-pt-in li div h4{
	font-size: 18px;
	margin-bottom: 3px;
}
.home-pt-in:nth-child(2) li{
	padding-left: 16px;
}
.home-pt-in:nth-child(2) li div{
	padding-left: 4px;
}
.home-pt-in:nth-child(2) h3::before{
	content: "";
	display: block;
	width: 23px;
	height: 30px;
	background: url(../images/home-jt.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.home-pt-in:nth-child(2) h3::after{
	content: "";
	display: block;
	width: 23px;
	height: 30px;
	background: url(../images/home-jt.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.banner-hei{
	height: 190px;
}
.banner-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-transform: uppercase;
	line-height: 1;
	color: #999999;
	font-size: 16;
}
.banner-text h3{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 18px;
}
.gn-form{
	display: block;
	width: 100%;
	margin: 30px 0 94px;
}
.gn-form-bot{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.gn-form-bot button{
	display: flex;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #6a6a6a;
	margin: 0 13px;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	min-width: 140px;
	justify-content: center;
	padding: 0 25px;
}
.gn-form-bot button:nth-child(1){
	background-color: #be4046;
	border-color: #be4046;
	color: #fff;
}
.gn-form-bot button img{
	margin-right: 8px;
}
.gn-form-center{
	display: block;
	margin-top: 28px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	padding: 28px 42px 10px;
}
.gn-title{
	height: 42px;
	display: flex;
	align-items: center;
}
.gn-title h3{
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.gn-title img{
	margin-right: 24px;
}
.gn-form-center ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 58px;
	margin-top: 18px;
}
.gn-form-center ul li{
	display: flex;
	width: 516px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 26px;
	border: 1px solid #8d8d8d;
	align-items: center;
	margin-right: 62px;
}
.gn-form-center ul li div{
	flex: 1;
	height: 100%;
	padding-right: 20px;
	padding-left: 24px;
}
.gn-form-center ul li input,
.gn-form-center ul li select{
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333;
}
.gn-form-center ul li span{
	display: flex;
	text-align: center;
	width: 80px;
	height: 28px;
	font-size: 18px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #c9c9c9;
}
.gn-form-top{
	display: flex;
	justify-content: space-between;
}
.gn-form-top li{
	width: calc((100% - 64px) / 3);
	height: auto;
	padding: 30px 22px 14px 40px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	border-radius: 8px;
}
.gn-form-top-in{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	padding-top: 15px;
	flex: 1;
}
.gn-form-top-in p{
	position: relative;
}
.gn-form-top-in p::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #c24a50;
	position: absolute;
	left: -18px;
	top: 10px;
}
.gn-form-up{
	display: flex;
	position: relative;
	overflow: hidden;
	width: 146px;
	height: 44px;
	background-color: #be4046;
	color: #fff;
	font-size: 18px;
	border-radius: 22px;
}
.gn-form-up input{
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.gn-form-top li:nth-child(3) .gn-form-top-in{
	display: flex;
	justify-content: center;
	padding-right: 18px;
	padding-top: 0;
	align-items: center;
	padding-bottom: 26px;
}
.gn-renwu{
	background-color: #efefef;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	padding: 26px 40px 32px;
	margin: 35px 0 50px;
}
.gn-jixu-but{
	display: flex;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #6a6a6a;
	margin: 50px auto 0;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	width: 160px;
	justify-content: center;
	background-color: #be4046;
	border-color: #be4046;
	color: #fff;
}
.gn-jixu-but img{
	margin-right: 8px;
}
.gn-end-tit{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin: 18px 0 14px;
}
.gn-end-in{
	display: flex;
	justify-content: space-between;
}
.gn-end-in .tit{
	display: flex;
	height: 60px;
	background-color: #be4046;
	align-items: center;
	padding-left: 34px;
	font-size: 20px;
	color: #fff;
}
.gn-end-in li:nth-child(2){
	width: 322px;
	margin-left: 34px;
}
.gn-end-in li:nth-child(1){
	flex: 1;
}
.gn-end-in li{
	display: flex;
	flex-direction: column;
	border: 1px solid #e5e5e5;
}
.gn-end-form{
	padding: 22px 18px 30px 30px;
	width: 100%;
	display: block;
}
.gn-end-form input{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #efefef;
	font-size: 16px;
	padding: 0 22px;
	margin-bottom: 7px;
}
.gn-end-form h4{
	font-size: 20px;
	line-height: 44px
}
.gn-end-form h4 span{
	color: #be4046;
}
.nodata{
	margin: 202px auto 400px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #be4046;
}
.data-search{
	display: flex;
	position: relative;
	z-index: 60;
	width: 454px;
	height: 52px;
	border: 1px solid #333333;
	border-radius: 26px;
	margin: 0 auto;
	padding: 4px 8px 4px 26px;
	margin-top: -125px;
}
.data-search input{
	flex: 1;
	font-size: 16px;
}
.data-search-but{
	display: flex;
	width: 130px;
	margin-left: 10px;
	border-radius: 21px;
	background-color: #be4046;
	font-size: 18px;
	color: #fff;
	align-items: center;
	justify-content: center;
}
.data-search-but img{
	margin-right: 10px;
}
.search-main{
	margin: 102px 0 72px;
	overflow: auto;
	max-height: 726px;
}
.search-in{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.search-in>li{
	display: block;
	width: calc((100% - 48px) / 2);
	margin-right: 24px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 12px;
	padding: 0 26px;
}
.search-in-bot{
	display: flex;
	justify-content: flex-end;
	padding: 12px 0;
}
.search-in-bot a{
	display: flex;
	padding: 0 26px;
	line-height: 34px;
	border: 1px solid #be4046;
	margin-left: 14px;
	border-radius: 18px;
	font-size: 16px;
	background-color: #eed1d2;
	color: #be4046;
}
.search-in-bot a:first-child{
	background-color: #be4046;
	color: #fff;
}
.search-in-bot a:hover{
	background-color: #be4046;
	color: #fff;
}
.search-in-tab{
	display: flex;
	flex-wrap: wrap;
	padding: 12px 0 8px;
}
.search-in-tab span{
	display: flex;
	margin: 5px 12px 5px 0;
	border: 1px solid #be4046;
	border-radius: 15px;
	font-size: 18px;
	color: #be4046;
	line-height: 1.3;
	padding: 2px 15px;
}
.search-in-ul{
	display: flex;
	background-color: #f3f5f7;
	border-radius: 14px;
	min-height: 110px;
}
.search-in-ul>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 35px;
	width: 210px;
	position: relative;
}
.search-in-ul>div::after{
	content: "";
	display: block;
	width: 1px;
	height: 56px;
	border-right: 1px dashed #c9c9c9;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search-in-ul>div:last-child{
	flex: 1;
}
.search-in-ul>div:last-child::after{
	display: none;
}
.search-in-ul h5{
	font-size: 18px;
	line-height: 1;
}
.search-in-ul h3{
	font-size: 	34px;
	line-height: 1;
	margin-bottom: 16px;
}
.yulan-tit{
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.yulan-main{
	padding: 26px 0 12px;
}
.yulan{
	display: block;
	border-radius: 12px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
	margin-bottom: 44px;
}
.yulan-tab{
	display: flex;
	padding-left: 20px;
}
.yulan-tab li{
	font-size: 22px;
	line-height: 40px;
	padding: 15px 0;
	text-align: center;
	display: block;
}
.yulan-tab li:nth-child(1){
	width: 114px;
	/*margin-right: 38px;*/
}
.yulan-tab li:nth-child(2){
	width: 180px;
}
.yulan-tab li:nth-child(3){
	width: 230px;
}
.yulan-tab li:nth-child(4){
	width: 144px;
	margin-right: 102px;
}
.yulan-tab li:nth-child(5){
	width: 192px;
	margin-right: 56px;
}
    .yulan-tab li:nth-child(6) {
        width: 140px;
        
    }
    .yulan-tab li:nth-child(7) {
        margin-left: 20px;
        width: 110px;
    }
.yulan-in{
	display: block;
	max-height: 420px;
	overflow: auto;
	/*padding-right: 18px;*/
}
.yulan-in>li:nth-child(2n-1){
	background-color: #ececec;
}
.yulan-in .yulan-tab li:nth-child(3){
	/*text-align: left;
	padding-left: 36px;*/
}
.yulan-tab li a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.xq-main{
	margin: 20px auto 40px;
}
.xq-tit{
	display: flex;
	height: 49px;
	background: url(../images/xq-01.png) no-repeat left center;
	border-bottom: 1px solid #ba1b21;
}
.xq-tit h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	padding-left: 28px;
	color: #fff;
	width: 234px;
	text-transform: uppercase;
}
.zaiyao{
	display: flex;
	margin: 30px auto 68px;
}
.zhaiyao-ul{
	display: block;
	width: 448px;
	margin-right: 52px;
}
.zhaiyao-ul li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 45px;
	align-items: center;
	margin-bottom: 18px;
	background: url(../images/xq-02.png) no-repeat center;
	font-size: 20px;
	background-size: 100% auto;
}
.zhaiyao-ul li:last-child{
	margin-bottom: 0;
	background: url(../images/xq-03.png) no-repeat center;
	background-size: 100% auto;
}
.zhaiyao-ul li h3{
	width: 152px;
	text-align: center;
	color: #ba1b21;
	font-weight: bold;
}
.zhaiyao-ul li>div{
	flex: 1;
	padding-left: 16px;
	text-align: center;
}
.zhaiyao-ul li>div a{
	width: 100%;
	height: 100%;
}
.zhaiyao-tb{
	flex: 1;
	height: 486px;
	/*border: 1px solid #e0272f;*/
	/*border-radius: 28px;*/
	/*background: linear-gradient(to bottom, #f3a7aa 0%, #ffffff 11%);*/
	display: flex;
	flex-direction: column;
}
.zhaiyao-tb h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding-top: 20px;
}
.tubiao{
	flex: 1;
	width: 100%;
}
.tupu-tab{
	flex: 1;
	padding-left: 28px;
	display: flex;
}
.tupu-tab span{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	height: 36px;
	border-radius: 18px;
	line-height: 34px;
	border: 1px solid #333333;
	margin-right: 19px;
	padding: 0 34px;
	cursor: pointer;
}
.tupu-tab span.active,
.tupu-tab span:hover{
	border-color: #ba1b21;
	color: #ba1b21;
}
.tupu-main{
	margin-bottom: 52px;
}
.tupu-main>li{
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tupu-in{
	display: flex;
	width: calc((100% - 20px) / 1);
	margin-top: 26px;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	height: 382px;
}
.markers{
	display: block;
	margin: 20px auto 48px;
	border-radius: 12px;
	border: 1px solid #e4e4e4;
	padding: 20px 44px 2px;
}
.markers-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 18px;
	line-height: 24px;
}
.markers-top-in{
	flex: 1;
	padding-right: 182px;
}
.markers-top-search{
	display: flex;
	width: 414px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #797979;
	padding-left: 30px;
}
.markers-top-in h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 11px;
}
.markers-top-search input{
	font-size: 16px;
	flex: 1;
}
.markers-top-search button{
	padding: 0 20px;
	height: 100%;
}
.markers-in{
	display: block;
	border: 1px solid #d4d4d4;
	border-radius: 12px;
	margin-top: 22px;
}
.markers-in>li:nth-child(2n){
	background-color: #ececec;
}
.markers-in li{
	font-size: 20px;
	line-height: 1.4;
	display: flex;
	padding-left: 3%;
}
.markers-in li span{
	display: block;
	padding: 20px 5px;
	text-transform: uppercase;
	width: 15%;
	text-align: center;
}
.markers-in li span:nth-child(3),
.markers-in li span:nth-child(4),
.markers-in li span:nth-child(5){
	width: 22%;
}
.markers-bot{
	display: flex;
	justify-content: space-between;
	padding: 18px 0;
	align-content: center;
}
.markers-bot p{
	font-size: 16px;
}
.page{
	display: flex;
}
.page a{
	display: flex;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background-color: #ececec;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.page a:last-child{
	margin-right: 0;
}
.page a.active,
.page a:hover{
	background: #c76065;
	color: #fff;
}
.biaozhi{
	margin: 28px auto 42px;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	padding: 20px 0;
	text-align: center;
	display: block !important;
}
.biaozhi img{
	display: block;
	margin: 1.5em auto 0;
}
.jiansuo{
	margin: 28px auto 46px;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	padding: 36px 42px 20px;
}
.jiansuo-ul{
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}
.jiansuo-top{
	display: flex;
}
.jiansuo-top li{
	width: 376px;
	height: 50px;
	border-radius: 25px;
	margin-right: 26px;
	display: flex;
	border: 1px solid #999999;
	align-items: center;
	font-size: 18px;
	padding-left: 22px;
	padding-right: 20px;
}
.jiansuo-top li h3{
	text-transform: uppercase;
}
.jiansuo-top li select{
	flex: 1;
	height: 100%;
}
.fenlei{
	display: flex;
	padding: 28px 0 16px;
	justify-content: space-between;
}
.fenlei li{
	min-height: 530px;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	width: calc((100% - 25px) / 2);
}
.tongxun{
	display: block;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	margin: 25px auto 32px;
	overflow: hidden;
}
.tongxun-bot{
	padding: 16px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tongxun-bot .markers-top-search{
	height: 38px;
	border-radius: 20px;
	margin-left: 30px;
}
.tongxun-table li{
	font-size: 20px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding-left: 2%;
}
.tongxun-table li:nth-child(2n){
	background-color: #ececec;
}
.tongxun-table li:nth-child(1){
	background-color: #ba1b21;
	color: #fff;
	font-size: 18px;
	padding: 3px 0;
	padding-left: 2%;
}
.tongxun-table li span{
	padding: 16px 5px;
	text-align: center;
	width: 12%;
}
.tongxun-table li span:nth-child(3){
	width: 9%;
	margin-left: 4%;
}
.tongxun-table li span:nth-child(5){
	width: 22%;
}
.bangzhu{
	margin: 30px auto;
}
.bangzhu li{
	margin-bottom: 14px;
	background: #fff;
	border-radius: 38px;
	padding: 0 38px;
}
.bangzhu-in{
	border-top: 1px solid #dedede;
	margin-top: 8px;
	padding: 24px 0 40px;
	display: none;
}
.bangzhu-top{
	display: flex;
	align-items: center;
	min-height: 76px;
	cursor: pointer;
}
.bangzhu-top span{
	width: 17px;
	height: 20px;
	background: url(../images/bz-01.png) no-repeat center;
}
.bangzhu-top div{
	flex: 1;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	padding-right: 10px;
}
.bangzhu-top:hover div{
	color: #be4046;
}
.bangzhu li.active .bangzhu-in{
	display: block;
}
.bangzhu li.active{
	padding-top: 8px;
}
.bangzhu li.active .bangzhu-top span{
	background: url(../images/bz-02.png) no-repeat center;
}
.yl-banner{
	height: 642px;
	position: relative;
}
.yl-banner-in{
	display: flex;
	justify-content: space-between;
	padding-left: 41px;
	height: 100%;
	padding-top: 41px;
}
.yl-banner-in li:nth-child(1){
	background: url(../images/ren1.png) no-repeat left top;
	padding-left: 299px;
	height: 100%;
	padding-top: 12px;
	flex: 1;
}
.yl-banner-in li div{
	padding: 10px 0;
}
.yl-banner-in li a{
	padding-left: 18px;
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
}
.yl-banner-in li a:hover{
	color: #e0272f;
	text-decoration: underline;
}
.yl-banner-in li:nth-child(2){
	background: url(../images/shu1.png) no-repeat left 34px;
	padding-left: 373px;
	height: 100%;
	padding-top: 12px;
	width: 648px;
}
.ylPop-bg{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2999;
	background: rgba(0, 0, 0, 0.5);
}
.ylPop{
	display: none;
	width: 1400px;
	height: auto;
	max-height: 94%;
	overflow: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3999;
	background: #fff;
	padding: 25px 48px 10px;
}
.ylPop-close{
	display: block;
	width: 41px;
	position: absolute;
	top: 22px;
	right: 25px;
	cursor: pointer;
}
.ylPop .yulan-in{
	max-height: 210px;
}
.ylPop .yulan{
	margin: 0;
	border-radius: 0;
	border: none;
}
.ylPop .ylPop-tab .markers-bot{
	padding: 15px 30px 15px 30px;
}
.ylPop-tab #img_url{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.ylPop-top{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.ylPop-top h3{
	font-size: 24px;
	line-height: 1.4;
	width: 34%;
}
.ylPop-search{
	display: flex;
	width: 414px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #797979;
}
.ylPop-search input{
	flex: 1;
	padding-left: 30px;
	font-size: 16px;
}
.ylPop-search button{
	display: flex;
	align-items: center;
	padding: 0 18px;
	height: 100%;
}
.ylPop  .yulan-tab li{
	font-size: 20px;
}
.ylPop .yulan>.yulan-tab{
	width: 97%;
}
.ylPop-tab{
	margin-bottom: 37px;
	border: 1px solid #d4d4d4;
}



.wap-show{display: none;}
@media screen and (max-width:1400px){
	.footer{padding: 0 50px;}
	.ylPop{width: 96%;padding: 25px 30px 10px;}
	.ylPop .yulan-tab li{padding: 10px 0;}
	.ylPop .yulan-in{max-height: 180px;}
	.ylPop .yulan{margin-bottom: 15px;}
}
@media screen and (max-width:1360px){
	.wid1300{width: 100%;padding-left: 30px;padding-right: 30px;}
	.footer{padding: 0 30px;}
	.head-nav>li{margin-left: 60px;}
	.head-nav-one .icon{height: 14px;top: 16px;right: -18px;}
	.home-function-in li{padding-left: 30px;}
	.home-pt{flex-wrap: wrap;}
	.home-pt-in{width: 100% !important;margin-bottom: 16px;}
	.home-pt-in:nth-child(2) h3::after,
	.home-pt-in:nth-child(2) h3::before{display: none;}
	.home-pt-in li{width: calc((100% - 40px) / 3);}
	.home-pt-in:nth-child(2) li{width: calc((100% - 20px) / 2);padding-left: 30px;}
	.home-pt-in:nth-child(2) li div{padding-left: 20px;}
	.gn-form-center ul li{width: calc((100% - 62px) / 2);}
	.gn-form-center ul li:nth-child(2n){margin-right: 0;}
	.search-in-ul>div{width: 36%;}
	.yulan-in{padding: 0;}
	.yulan-in li{width: 99%;}
	.yulan-tab{padding: 0;}
	.yulan>.yulan-tab{width: 98%;}
	.yulan-tab li{margin: 0 !important;padding-left: 8px;padding-right: 8px;}
	.yulan-tab li:nth-child(1){width: 15%;}
	.yulan-tab li:nth-child(2){width: 10%;}
	.yulan-tab li:nth-child(3){width: 30%;text-align: center;}
	.yulan-tab li:nth-child(4){width: 15%;}
	.yulan-tab li:nth-child(5){width: 20%;}
	.yulan-tab li:nth-child(6){width: 10%;}
	.yulan-in .yulan-tab li:nth-child(3){padding-left: 8px;padding-right: 8px;text-align: center;}
	.yl-banner-in{padding-left: 0;justify-content: center;}
	.yl-banner-in li:nth-child(1){
		background-size: 230px;
		padding-left: 220px;
		width: 450px;
		flex: none;
	}
	.yl-banner-in li a{font-size: 16px;}
	.yl-banner-in li div{padding: 7px 0;}
	.yl-banner-in li:nth-child(2){
		background-size: 453px;
		padding-left: 270px;
		padding-top: 14px;
		width: 480px;
	}
	.yl-banner{height: 520px;}
	
	
}
@media screen and (max-width: 1200px){
	.head-nav>li{margin-left: 40px;}
	.header-main .logo{padding: 10px 0;}
	.home-function-in li:nth-child(5){padding-right: 30px;}
	.gn-form-top{flex-wrap: wrap;}
	.gn-form-top li{width: calc((100% - 24px) / 2);margin-bottom: 20px;min-height: 200px;}
	.gn-form-center ul li{width: calc((100% - 30px) / 2);margin-right: 30px;}
	.search-in-ul h3{font-size: 24px;}
	.search-in-ul>div{padding-left: 20px;}
	.markers-top-in{padding-right: 30px;}
	.ylPop-top h3{width: 40%;}
}
@media screen and (max-width: 1100px){
	.home-pt-in li{width: calc((100% - 20px) / 2);}
	.gn-form-center ul li{width: 100%;margin-right: 0;}
	.gn-end-in{display: flex;flex-wrap: wrap;flex-direction: column-reverse;}
	.gn-end-in li:nth-child(2){margin-left: 0;margin-bottom: 20px;width: 100%;}
}
@media screen and (max-width: 1000px){
	.head-nav>li{margin-left: 30px;}
	.header-main .logo{padding: 10px 0;}
	.head-nav{font-size: 16px;}
	.wid1300{padding-left: 20px;padding-right: 20px;}
	.footer{padding: 0 20px;}
	.header-main .logo{padding: 15px 0;}
	.header-but{font-size: 14px;width: 92px;margin-left: 24px;}
	.head-nav-one .icon{height: 12px;top: 20px;right: -14px;}
	.home-function-in{grid-template-columns:repeat(2, 1fr)}
	.home-data-ul li:nth-child(1){width: 120px;font-size: 18px;}
	.home-data-ul li{font-size: 14px;width: calc((100% - 120px) / 4);}
	.home-data-ul li h3{font-size: 20px;}
	.search-in>li{width: 100%;margin-right: 0}
	.fenlei{flex-wrap: wrap;}
	.fenlei li{width: 100%;min-height: none;padding: 20px;margin-bottom: 20px;}
	.fenlei li:last-child{margin-bottom: 0;}
	.jiansuo-top li{width: 45%;}
	.markers-top-search{width: 300px;}
	.zaiyao{flex-wrap: wrap;}
	.zhaiyao-tb{margin-top: 20px;flex: none;width: 100%;}
	.markers-top-search button img{width: 28px;}
	.yl-banner-in{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(0.8);z-index: 19;}
	.ylPop-search{width: 300px;}
	.ylPop-search input{padding-left: 20px;}
}

