@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/poppins-medium.woff2") format("woff2"), url("../fonts/poppins-medium.woff") format("woff"), url("../fonts/poppins-medium.ttf") format("truetype"), url("../fonts/poppins-medium.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Impact";
    src: url("../fonts/impact.woff2") format("woff2"), url("../fonts/impact.woff") format("woff"), url("../fonts/impact.ttf") format("truetype"), url("../fonts/impact.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "STSong";
    src: url("../fonts/stsong.woff2") format("woff2"), url("../fonts/stsong.woff") format("woff"), url("../fonts/stsong.ttf") format("truetype"), url("../fonts/stsong.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

.box {
    border-radius: 10px
}

.hoverimg {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hoverimg>img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hoverimg:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.phone_list,
.sp_header_wrapper {
    display: none
}

.w1830 {
    width: 1830px;
    margin: 0 auto
}
.w1700{
	width: 1700px;
	margin: 0 auto;
	max-width: 100%
}
.w1100{
	width: 1100px;
	margin: 0 auto;
	max-width: 100%
}
.public_title_wrap {
    display: table;
    margin: 0 auto;
}
.display_list {
    display: none
}

.w1400 {
    width: 1400px;
    margin: 0 auto
}

.w1573 {
    width: 1573px;
    margin: 0 auto
}

.swiper1 img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto
}

.swiper1 .pagination {
    bottom: 60px !important
}

.swiper1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    opacity: 1;
    background-color: #fff
}

.swiper1 .swiper-pagination-bullet-active {
    background-color: #079a2c
}



.border {
    width: 100%;
    height: 100%
}

.border::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    background-color: #fff;
    right: 0;
    top: 0
}

.public_title {
    position: relative;
    display: inline-block;
    padding: 0 70px;
    height: 53px;
    border: 1px solid #000000;
    margin: 0 auto;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.public_title.white {
    border-top: transparent
}

.public_title.white::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 0
}

.public_title.white h2 {
    color: #fff
}

.public_title.white b {
    background-color: transparent
}

.public_title::after {
    content: "";
    width: 62px;
    height: 3px;
    background-color: #1D2088;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.public_title b {
    font-family: Poppins-Medium;
    font-size: 30px;
    font-weight: normal;
    line-height: 15px;
    color: #dab866;
    background-color: #fff;
    padding: 0 7px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -11%;
    word-break: keep-all;
    white-space: nowrap;font-weight:bold;
}

.public_title h2 {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-top: 35px;
    background: #FFFFFF;
    padding: 0 10px;
}
.public_title .news_bg{
	background: #292621;
}
.public_title h2.news_bg{
	color: #FFFFFF;
}
.home7 .public_title::after{
	background-color: #DAB866;
}

.home1 {
    padding: 85px 0 60px
}

.home1_swiper {
    position: relative;
    margin-top: 47px
}


.home1_swiper .swiper-slide {
    overflow: hidden;
}

.home1_swiper .swiper-slide .fade_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;overflow:hidden;
}



.home1_swiper .swiper-slide img {
    width: 100%;

}
.home1_swiper .swiper-slide .fade_wrap{
	transition: all 1s;
	transform-style: preserve-3d;overflow:hidden;
}




.home1_swiper .swiper-slide:hover .fade_wrap{
	/*-moz-transform:rotate(-360deg);
	-webkit-transform:rotate(-360deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=18);*/
	transform: rotateY(360deg);
}




/*首页改版*/
.home1_swiper .swiper-slide:hover .fade_msk {
    bottom: 0;
}

.fade_msk {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background: rgba(0, 0, 0, .5);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    transition: .4s;position:absolute;
}

.fade_msk a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;height:100%;
}

.fade_msk a:first-child {
    margin-right: 15px;
}

.icon_1 {
    display: block;
    width: 35px;
    height: 29px;
    background: url(//static.xypt.net.cn/8394f689/21/07/008e844ff617dca3e6b4c035f4400e0f641794ed.png) no-repeat center/100% 22px;
}

.icon_2 {
    display: block;
    width: 35px;
    height: 29px;
    background: url(../images/kf.png) no-repeat center/29px 100%;
}

.icon_span {
    display: block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 18px;
    border: solid 1px #ffffff;
    font-size: 14px;
    color: #fcf7f3;
    margin-top: 14px;
}
.icon_p{
	font-size: 16px;
	color: #FFFFFF;
}

.time_wraper {
    position: relative;
    width: 1500px;
    margin: 0 auto;
    padding-bottom: 55px;
}

.time_wraper::before {
    position: absolute;
    left: 0;
    top: 0%;
    content: "";
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear,
            right top, left top,
            from(#ffffff),
            color-stop(45%, #249a54),
            to(#ffffff));
    background-image: linear-gradient(-90deg,
            #ffffff 0%,
            #249a54 45%,
            #ffffff 100%);
}

.homeedit_wrapper .home3_title {
    padding-left: 260px;
}

.home3_title {
    /*display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;*/
}

.home3_title h2 {
    font-size: 40px;
    color: rgba(255,255,255,.7);
    font-weight: bold;
    text-transform: uppercase;
}
.home3_title h2:after{
	content: "";
	width: 90px;
	height: 4px;
	background: #DAB866;
	display: inline-block;
	margin-left: 5px;
}
.home3_title span{
	font-size: 30px;
	color: #FFFFFF;font-weight:bold;
}
.home3_title sup {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 15px;
    color: #249a54;
    margin-left: 5px;
}

.time_online h2 {
    font-size: 19px;
    line-height: 25px;
    color: #333333;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
}

.time_wraper h3 {
    font-size: 16px;
    line-height: 34px;
    color: #249a54;
}

.time_wraper ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.time_wraper li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding-top: 15px;
}

.time_wraper li::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -4px;
    width: 10px;
    height: 10px;
    background-color: #249a54;
    border-radius: 50%;
}

.time_wraper p {
    max-width: 161px;
    height: 40px;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    text-align: center;
}

.home3_title.mb40 {
    margin-bottom: 40px;
}

/*结束*/
.home1_swiper .prev1,
.home1_swiper .next1 {
    position: static;
    margin-top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    outline: none
}

.home1_swiper .swiper2_style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 56px
}

.home1_swiper .prev1 {
    background: url(//static.xypt.net.cn/8394f689/21/07/a965e7734d672087c171a7c01cdd0440e569acd6.png) no-repeat center/100% 100%
}

.home1_swiper .next1 {
    background: url(//static.xypt.net.cn/8394f689/21/07/9f881c42f5b466edafb7ddc4a9126d29fd71476b.png) no-repeat center/100% 100%
}

.home1_swiper .home1_more {
    display: block;
    width: 92px;
    height: 50px;
    background: url(//static.xypt.net.cn/8394f689/21/07/312f66dc19878a0416bc95a69ac5d05af1672cd1.png) no-repeat center/100% 100%;
    margin: 0 8px
}

.home2 .home2_wrapper {
    padding-left: 263px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home2 .home2_left {
    margin-right: 57px;
    padding-top: 20px
}

.home2 .home2_left h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    display: inline-block
}

.home2 .home2_left sub {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 34px;
    color: #249a54
}

.home2 .home2_left .home2_wh {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #249a54;
    margin: 40px 0 23px
}

.home2 .home2_left p {
    font-size: 16px;
    line-height: 2;
    color: #666666
}

.home2 .home2_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #249a54;
    height: 286px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home2 .home2_right .wy_title {
    margin: 30px 0 15px
}

.home2 .home2_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.home2 .home2_right ul li {
    padding: 0 38px;
    text-align: center
}

.home2 .home2_right ul li.wh_line {
    padding: 0;
    width: 39px;
    height: 1px;
    background-color: #e3e3e3;
    opacity: 0.5;
    margin-top: 100px
}

.home2 .home2_right img.wh_img {
    width: 287px;
    height: 286px
}

.home2 .home2_right .wh_icon {
    width: 60px;
    height: 54px;
    margin: 0 auto
}

.home2 .home2_right .wh_icon img {
    width: 100%;
    height: 100%
}

.home2 .home2_right h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block
}

.home2 .home2_right sup {
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    vertical-align: top
}

.home2 .home2_right p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.8
}

.home3 .home3_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: top;
}

.home3 .home3_img {
    width: 880px;
    /*height: 674px*/
}

.home3 .home3_img img {
    width: 100%;
    height: 100%
}

.home3 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #249a54;
    margin-bottom: 38px
}

.home3_content p {
    font-size: 16px;
    line-height: 2;
    color: #FFFFFF
}

.home3 .home3_more {
    display: block;
    width: 139px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background: #FFFFFF;
    font-size: 15px;
    color: #dab866;
    margin-top: 40px;text-transform:uppercase;
}

.home3 .home3_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 160px 0 90px;
    background: #D9B866;
}

.home4_wrapper {
    position: relative;
    width: 100%;
    height: 260px;
    background: url(//static.xypt.net.cn/8394f689/21/07/91eb291564f741e591efbba388526ab4e3de3160.png) no-repeat center/100% 100%
}

.home4_wrapper .home4_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1297px;
    height: 211px;
    background: url(//static.xypt.net.cn/8394f689/21/07/5629d9cfcd7fc86c6c7c6afb87049bbead73450c.png) no-repeat bottom left
}

.home4_wrapper .wh4_more {
    display: block;
    width: 138px;
    background-color: #ffffff;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #78797b;
    margin: 30px auto 0
}

.home4_wrapper b {
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 30px;
    background: url(//static.xypt.net.cn/8394f689/21/07/093d4f10844b43f1dacd5381c70955ca371afaff.png) no-repeat left/26px 26px
}

.home4_wrapper .w1400 {
    position: relative;
    z-index: 9;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home4_wrapper h2 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px
}

.home4_wrapper p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0.5;
    max-width: 783px
}

.home5 {
    padding: 103px 0 68px;
    background: url(//static.xypt.net.cn/8394f689/21/07/66d642879d631ec0fe58dde5f217cdd3f1259e86.jpg);
}

.home5 .home5_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.home5 .home5_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 450px;
    margin-top:30px;
}

.home5 .home5_imgs img {
    width: 100%
}

.home5 .home5_list_body {
    max-width: 480px
}

.home5 .home5_list {
    width: 620px
}

.home5 .home5_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home5 .home5_list li .home5_list_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home5 .home5_list li:not(:first-child) {
    margin-top: 84px
}

.home5 .home5_list b {

}

.home5 .home5_list h3 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold
}
.home5 .home5_list h3 b{
	color: #1d2088;
}
.home5 .home5_list span {
    font-size: 15px;
    line-height: 29px;
    /*letter-spacing: 1px;*/
    color: #c2c2c2;
    word-break: keep-all;
    white-space: nowrap
}

.home5 p {
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
    border-top: 1px dashed #ccc;
    padding-top: 15px
}

.home5 .home5_right li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.home5 .home5_right li b {
    margin-right: 0;
    margin-left: 18px
}

.home5 .home5_right li .s5_head {
    text-align: right
}

.home5 .home5_right li p {
    text-align: left
}

.home6 {
    width: 100%;
    padding: 100px 0  60px;
    background: #FAFAF9;
}

.home6 .public_title b{
	background-color:#FAFAF9;font-weight:bold;
}
.home6 .public_title h2{
	    background: #FAFAF9;
}


.home7 {
    padding: 90px 0 83px;
    background: #25211E url(//static.xypt.net.cn/8394f689/21/07/df30f311c7caf82fdfc87e552feca1cf3f4736a2.jpg) no-repeat;
}

.home7 .public_title{
	border: 1px solid #626262;
}



.home7 .home7_more {
    display: block;
    line-height: 43px;
    width: 158px;
    border: solid 1px #adadad;
    text-align: center;
    font-size: 15px;
    color: #666;
    margin: 72px auto 0
}

.home7 .home7_ul {
    margin-top: 66px
}

.home7 .home7_ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home7 .home7_ul li {
    width: 450px;
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.home7 .home7_ul li:hover {
    -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 95, 0.13);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 95, 0.13)
}

.home7 .home7_ul li:hover p {
    color: #DAB866;
    border-color: #DAB866
}

.home7 .home7_body {
    padding: 36px 32px 40px
}

.home7 .home7_icon {
    width: 100%;
    height: 310px
}

.home7 .news_data {
    font-size: 14px;
    line-height: 14px;
    color: #999999
}

.home7 .news_title {
    font-size: 16px;
    color: #333333;
    margin: 16px 0 46px
}

.home7 p {

}

.hover {
    -webkit-transition: .3s;
    transition: .3s
}

.hover:hover {
    border-color: #249a54;
    color: #249a54
}

.home8 {
    background: url(//static.xypt.net.cn/8394f689/21/07/5202aa75fb0efbe9e08504bf0986e0622d56c734.png) no-repeat center/100% 100%;
    padding: 92px 0 84px
}
.home8 .public_title b{
	background: #faf8f8;
}
.home8 .public_title h2{
	background: #f9f9f9;
}
.home8 .home8_left h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    display: inline-block
}

.home8 .home8_left sub {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 34px;
    color: #249a54
}

.home8 .partner .swiper-slide {
    border: 5px solid #eee
}

.home8 .partner .swiper-slide:hover {
    border-color: #DAB866
}

.home8 .partner .swiper-slide img {
    width: 100%
}

.home8 .home8_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home8 .partner_con {
    margin-top: 40px
}


.home8 .partner_con .swiper-slide {
    overflow: hidden;
}

.home8 .partner_con .swiper-slide{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition: all 1s;
	transform-style: preserve-3d;
	animation-name: auto;
}



.home8 .partner_con .swiper-slide img {
    width: 100%;
    /*transition: all 0.5s;
    transform-style: preserve-3d;*/
}
/*.home8 .partner_con .swiper-slide{
	transition: all 1s;
	transform-style: preserve-3d;
	animation-name: auto;
}*/




.home8 .partner_con .swiper-slide:hover{
	/*-moz-transform:rotate(-360deg);
	-webkit-transform:rotate(-360deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=18);*/
	transform: rotateY(360deg);
}



    .home8 .home8_top{
        position: relative;
        width: 100%;
        height: 74px;
    }
    .home8_right{
        position: absolute!important;
        right: 0;
    }
    .home2{
        padding-top: 70px;
    }
    .pubcenter{
        position: absolute;
        left: 0%;
        right: 0;
        margin: 0 auto;
    }
    @media (max-width:767px) {
        .home8 .home8_right{display: none!important;}
        .home2{
            padding-top: 10vw;
        }
    }
    
.home8 .home8_right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.home8 .home8_right .swiper-button-disabled {
    opacity: 1
}

.home8 .home8_right .prev2 {
    position: static;
    width: 11px;
    height: 19px;
    background: url(//static.xypt.net.cn/8394f689/21/07/aa0d1ff539b663479abb1861cbf27b38be7b0e32.png) no-repeat center/100% 100%;
    margin-top: 0;
    top: 0;
    margin-right: 24px;
    outline: none
}

.home8 .home8_right .prev2.swiper-button-disabled {
    background-image: url(//static.xypt.net.cn/8394f689/21/07/eb851c7f489234fcee3681ef38d94af0ff007c85.png)
}

.home8 .home8_right .next2 {
    position: static;
    width: 11px;
    height: 19px;
    background: url(//static.xypt.net.cn/8394f689/21/07/e22693df1fd22148ef0ad626c271ee6c172dee5d.png) no-repeat center/100% 100%;
    margin-top: 0;
    top: 0;
    outline: none
}

.home8 .home8_right .next2.swiper-button-disabled {
    background-image: url(//static.xypt.net.cn/8394f689/21/07/69438a06851f916c940e9f893e4a5f67bccec09e.png)
}

.footer {
    width: 100%;
    background-color: #1d1d1d
}

.footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0 70px
}

.footer_top p {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #c2c2c2;
    text-align: center
}

.footer_top dt {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    padding-bottom: 14px
}

.footer_top dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 2px;
    background-color: #DAB866
}

.footer_top .dd {
    margin-top: 15px
}

.footer_top dd {
    font-size: 14px;
    line-height: 30px;
    color: #c2c2c2;
    opacity: 0.8
}

.footer_top .colm {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
}

/*.footer_top .dd1 {
    background: url(../images/icon_pin.png) no-repeat left center/12px 14px;
    padding-left: 20px
}

.footer_top .dd2 {
    background: url(../images/icon_phone.png) no-repeat left center/14px 14px;
    padding-left: 20px
}

.footer_top .dd3 {
    background: url(../images/phone_icon.png) no-repeat left center/10px 16px;
    padding-left: 20px
}

.footer_top .dd4 {
    background: url(../images/email_icon.png) no-repeat left center/16px 11px;
    padding-left: 20px
}
*/



.footer_bottom {
    width: 100%;
    line-height: 50px;
    background-color: #272727;
    text-align: center;
    font-size: 12px;
    color: #666666
}

#header_wrapper {
    position: fixed;
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 100;
    height: 156px;
}

.header {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(217, 217, 217, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(217, 217, 217, 0.35);
    opacity: 1;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s;
     height: 156px;
     background: url(//static.xypt.net.cn/8394f689/21/07/0dd2a72e2313f2d5403ce31e231f653a26908275.png);
}

.header .main_navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .english {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-left: 30px*/
   float: right;
   margin-top: 28px;
   padding-left: 55px;
   background: url(//static.xypt.net.cn/8394f689/21/07/fe828388ee0e2bba4ffdbd0bec5be24de0f120b0.png) no-repeat 0 50%;
}

.header  .head_tel {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    letter-spacing: -1px;
    color: #dab866;
}
.header  .head_tel h2{
	font-size: 16px;
	color: #060606;
}
.header  .head_tel b {

}

.header  .cn {
    padding: 0 16px 0 37px;
    border-left: 1px solid #bdbdbd
}

.header_t{
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    height: 106px;
}

.header .logo {
    line-height:106px;
    float: left;
}

.header .logo img {
    max-width: 100%;
    height: 100%
}

.logo_txt{
	float: left;
	font-size: 20px;
	color: #1d2088;
	line-height: 1.6;
	margin-left: 20%;
   	/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
   margin-top: 18px;
}



.header .nav_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*width: 1080px;*/
   width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .nav_ul>li {
    /*position: relative;*/
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #dab866;
    width: 10%;
    text-align: center;
}

.header .nav_ul>li>a {
    display: block;
    position: relative;color:#dab866;
}

.header .nav_ul>li dl {
    display: none;
    padding-top: 18px;
    position: absolute;
    /*width: 500px;*/
   width: 100%;
    left: 0;
    font-size: 14px;
    font-stretch: normal;
    line-height: 30px;
    color: #000000;
    background: rgba(255,255,255,.6);
    padding: 20px 25px 20px;
    text-align: center;
    font-weight: normal;
}

.header .nav_ul>li dl dd {
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    line-height: 2;
    display: inline-block;
    padding: 0 20px;
}
.header .nav_ul>li dl dd p img{
	border: 2px solid rgba(255,255,255,.6);
	max-width: 90px;
}


.header .nav_ul>li dl dd:hover {
    color: #DAB866;
    -webkit-transition: .2s;
    transition: .2s;
    /*padding-left: 5px*/
}
.header .nav_ul>li dl dd:hover p img{
	border: 2px solid #DAB866;
}
.header .nav_ul>li dl dd:hover::before {
    /*content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 2px;
    height: 14px;
    background-color: #DAB866*/
}
.header .nav_ul>li.active a{
/*	background: #DAB866;
	color: #FFFFFF;*/
}

.header .nav_ul>li:hover a{
    background: #DAB866;
    color: #FFFFFF;
}



.header .nav_ul>li.active a.n1a::after {
    /*content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 5px;
    background-color: #DAB866;
    border-radius: 2px*/
}

.header_content {
    position: relative;
    /*width: 1800px;*/
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

.header_content.slideUp {
    /* height: 380px; */
    height: 440px;
    height: inherit;
    background: #fff url(//static.xypt.net.cn/8394f689/21/07/77ce3bf5a88df8b8dbae3aaa249cf7c2a06a9e2e.png) no-repeat bottom center/100% 100%
}

.header_content.slideUp .nav_ul {
    /*border-bottom: 1px solid #eeefef*/
}

@media (min-width:1600px) and (max-width:1799px) {
    .header_content {
        /*width: 1600px*/
    }

    .header .nav_ul {
        width: 815px
    }
}
@media (max-width:1699px){
	.w1700{
		padding: 0 15px;
	}
}



@media (min-width:1367px) and (max-width:1599px) {
    .header_content {
        /*width: 1300px*/
    }

    .header .nav_ul {
       /* width: 780px*/
    }

    .header  .english {
        margin-left: 20px
    }
	.logo_txt{
		margin-left: 15%;
	}
	.ha_list ul li{
		padding: 20px 0;
		padding-left: 68px;
		background-size: 38px!important;
		background-position-x: 15px!important;
	}
    .header  .cn {
        padding: 0 15px 0 15px;
        border-left: 1px solid #bdbdbd
    }

    .header  .head_tel {
        /*font-size: 14px;
        display: none;*/
    }

    .header .nav_ul>li {
        font-size: 14px
    }

    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .header_content {
       /* width: 1170px*/
    }
	.ha_list ul li{
		padding: 20px 0;
		padding-left: 68px;
		background-size: 38px!important;
		background-position-x: 15px!important;
	}
    .header .nav_ul {
        /*width: 600px*/
    }

    .header  .english {
        margin-left: 20px
    }

    .header  .cn {
        padding: 0 15px 0 15px;
        border-left: 1px solid #bdbdbd
    }

    .header  .head_tel {
        /*font-size: 14px;
        display: none;*/
    }

    .header .nav_ul>li {
        font-size: 14px
    }

    .header .logo {
        max-width: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .logo a img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }
    .logo_txt{
    	margin-left: 7%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
	
	.ha_list ul li{
		padding: 20px 0;
		padding-left: 68px;
		background-size: 38px!important;
		background-position-x: 15px!important;
	}
	
	
    .header_content {
       /* width: 950px*/
    }

    .header .nav_ul {
       /* width: 600px*/
    }

    .header  .english {

    }

    .header  .cn {
        padding: 0 15px 0 15px;
        border-left: 1px solid #bdbdbd
    }

    .header  .head_tel {
        /*font-size: 14px*/
    }

    .header .nav_ul>li {
        font-size: 14px
    }

    .header .logo {
        max-width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .logo a img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .header  .english {
       /* display: none*/
    }

    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }
    .logo_txt{
    	display: none;
    }
    
}

@media (min-width:768px) and (max-width:991px) {
    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }

    #header_wrapper {
        display: none
    }

    .sp_header_wrapper {
        display: block;
        height: 50px;
        position: relative;
        z-index: 9999;
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 10;
        width: 100%
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px;
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px;
        z-index: 9999;
    }

    .sp_nav span {
        display: block;
        background: #DAB866;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #eee;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        -webkit-transition: top ease 0.35s;
        transition: top ease 0.35s
    }

    .nav_show {
        top: 50px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjj_nav ul li i svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }

    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #666;
        width: 80%
    }

    .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #DAB866
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }
    
    .topbar{
    	display: none;
    }
    
}

@media (max-width:767px) {
    .homeedit_wrapper .home3_title {
        padding-left: 2vw;
        font-size: 18px
    }

    .home3_title h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .time_online h2 {
        font-size: 14px;
        margin: 4vw 0 3.5vw;
    }

    .scroll_wrapper {
        overflow-x: scroll;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .scroll_wrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 5px;
    }

    .scroll_wrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .scroll_wrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #249a54;
    }

    #header_wrapper {
        display: none
    }

    .sp_header_wrapper {
        display: block;
        height: 50px;
        position: relative;
        z-index: 9999;
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 10;
        width: 100%
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px;
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px;
        z-index: 9999;
    }

    .sp_nav span {
        display: block;
        background: #DAB866;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #eee;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        -webkit-transition: top ease 0.35s;
        transition: top ease 0.35s
    }

    .nav_show {
        top: 50px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjj_nav ul li i svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }

    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #666;
        width: 80%
    }

    .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #DAB866
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    .swiper1 .pagination {
        bottom: 20px !important
    }

    .footer_bottom {
        line-height: 2
    }
}

@media (max-width:1900px) {
    .w1830 {
        width: 1300px
    }

    .w1400 {
        width: 1300px
    }

    .w1573 {
        width: 1300px
    }

    .home2 .home2_right ul li {
        padding: 0 2%
    }

    .home7 .home7_ul li {
        width: 32%
    }
}

@media (min-width:1723px) and (max-width:1880px) {
    .w1830 {
        width: 1300px
    }

    .w1400 {
        width: 1300px
    }

    .w1573 {
        width: 1300px
    }

    .home2 .home2_right ul li {
        padding: 0 2%
    }
}

@media (min-width:1400px) and (max-width:1722px) {
    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .w1830 {
        width: 1300px
    }

    .w1400 {
        width: 1300px
    }

    .w1573 {
        width: 1300px
    }

    .home2 .home2_right ul li {
        padding: 0 2%
    }

    .home4_wrapper .home4_left {
        width: 70%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home2 .home2_wrapper {
        padding-left: 20px
    }

    .home3 .home3_img {
        width: 50%
    }
}

@media (min-width:1367px) and (max-width:1399px) {
    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home3 .home3_right {
        padding: 0 50px
    }

    .w1830 {
        width: 1300px
    }

    .w1400 {
        width: 1300px
    }

    .w1573 {
        width: 1300px
    }

    .home2 .home2_right ul li {
        padding: 0 2%
    }

    .home4_wrapper .home4_left {
        width: 70%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home2 .home2_wrapper {
        padding-left: 20px
    }

    .home3 .home3_img {
        width: 50%
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .w1830 {
        width: 1170px
    }

    .w1400 {
        width: 1170px
    }

    .w1573 {
        width: 1170px
    }

    .home4_wrapper .home4_left {
        width: 60%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home7 .home7_ul li .home7_icon {
        height: 250px
    }

    .home4_wrapper p {
        max-width: 650px
    }

    .home3 .home3_img {
        width: 50%
    }

    .home3 .home3_right {
        padding: 0 25px
    }

    .home2 .home2_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home2 .home2_wrapper .home2_left {
        width: 35%;
        margin-right: 0;
        padding-left: 30px
    }

    .home2 .home2_right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 65%;
        margin-top: 20px
    }

    .home2 .home2_right ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home2 .home2_right ul li {
        padding: 0 25px
    }

    .home2 .home2_right p {
        font-size: 12px
    }

    .home2 .home2_right h2 {
        font-size: 20px
    }

    .home2 .home2_right .wh_icon {
        width: 50px;
        height: 44px
    }

    .home2 .home2_right ul li {
        width: 50%
    }

    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home2 .home2_right .wy_title {
        margin: 20px 0 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .w1830 {
        width: 970px
    }

    .w1400 {
        width: 970px
    }

    .w1573 {
        width: 970px
    }

    .home4_wrapper .home4_left {
        width: 75%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home7 .home7_ul li .home7_icon {
        height: 250px
    }

    .home4_wrapper p {
        max-width: 650px
    }

    .home3 .home3_img {
        width: 50%;
        height: 500px
    }

    .home3 .home3_right {
        padding: 0 25px
    }

    .home2 .home2_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home2 .home2_wrapper .home2_left {
        width: 35%;
        margin-right: 0;
        padding-left: 30px
    }

    .home2 .home2_right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 65%;
        margin-top: 20px
    }

    .home2 .home2_right ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home2 .home2_right ul li {
        padding: 0 25px
    }

    .home2 .home2_right p {
        font-size: 12px
    }

    .home2 .home2_right h2 {
        font-size: 20px
    }

    .home2 .home2_right .wh_icon {
        width: 50px;
        height: 44px
    }

    .home2 .home2_right ul li {
        width: 50%
    }

    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home2 .home2_right .wy_title {
        margin: 20px 0 10px
    }

    .home2 .home2_left p {
        font-size: 12px
    }

    .home3 h3 {
        font-size: 20px;
        line-height: 20px
    }

    .home3 p {
        font-size: 14px;
        line-height: 2
    }

    .home4_wrapper h2 {
        font-size: 32px
    }

    .home7 .home7_body {
        padding: 15px
    }

    .home7 .news_title {
        margin-bottom: 35px
    }
}

@media (min-width:768px) and (max-width:991px) {

    .home1,
    .home3,
    .home5,
    .home6,
    .home7 {
        padding: 6vw 0
    }

    .w1830 {
        width: 750px
    }

    .w1400 {
        width: 750px
    }

    .w1573 {
        width: 750px
    }

    .public_title {
        height: 55px
    }

    .public_title h2 {
        font-size: 18px;
        line-height: 55px
    }

    .home4_wrapper .home4_left {
        width: 75%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home7 .home7_ul li .home7_icon {
        height: auto
    }

    .home4_wrapper p {
        max-width: 650px;
        font-size: 14px
    }

    .home3 .home3_img {
        width: 100%;
        height: auto
    }

    .home3 .home3_right {
        padding: 25px
    }

    .home3 a {
        margin-top: 40px
    }

    .home2 .home2_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home2 .home2_wrapper .home2_left {
        width: 100%;
        margin-right: 0;
        padding-left: 25px
    }

    .home2 .home2_right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        margin-top: 20px
    }

    .home2 .home2_right ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home2 .home2_right ul li {
        padding: 0 25px
    }

    .home2 .home2_right p {
        font-size: 12px
    }

    .home2 .home2_right h2 {
        font-size: 20px
    }

    .home2 .home2_right .wh_icon {
        width: 50px;
        height: 44px
    }

    .home2 .home2_right ul li {
        width: 50%
    }

    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home2 .home2_right .wy_title {
        margin: 20px 0 10px
    }

    .home2 .home2_left p {
        font-size: 14px
    }

    .home3 h3 {
        font-size: 20px;
        line-height: 20px
    }

    .home3 p {
        font-size: 14px;
        line-height: 2
    }

    .home4_wrapper h2 {
        font-size: 20px
    }

    .home7 .home7_body {
        padding: 15px
    }

    .home7 .news_title {
        margin-bottom: 20px;
        font-size: 13px
    }

    .home2 .home2_left .home2_wh {
        margin-top: 20px
    }

    .home5 .home5_imgs {
        display: none
    }

    .home5 .home5_list {
        display: none
    }

    .pchide {
        display: none
    }

    .phone_list {
        display: block
    }

    .phone_list ul {
        width: 100%
    }

    .phone_list ul li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3vw
    }

    .phone_list ul li .home5_list_body {
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        margin-left: 20px
    }

    .phone_list ul h3 {
        font-size: 16px;
        color: #DAB866;
        font-weight: bold
    }

    .phone_list ul span {
        font-size: 12px;
        color: #999;
        letter-spacing: 1px
    }

    .phone_list ul .s5_head {
        padding-bottom: 10px
    }

    .phone_list ul p {
        font-size: 12px;
        line-height: 2;
        padding-top: 10px
    }

    .phone_list b {
        width: 40px;
        height: 40px;
        background-color: #DAB866;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        display: block
    }

    .display_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 4vw
    }

    .display_list img {
        width: 14vw;
        height: 14vw;
        margin-top: 0
    }

    .display_list li {
        width: 46%;
        text-align: center;
        padding: 2vw;
        background: rgba(255, 255, 255, 0.5);
        margin: 1vw
    }

    .display_list h2 {
        font-size: 18px;
        color: #249a54;
        font-weight: bold;
        margin-bottom: 2vw
    }

    .display_list p {
        font-size: 14px;
        color: #fff
    }

    .footer_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 6vw 0
    }

    .footer_top .dl {
        text-align: center;
        margin-top: 3vw
    }

    .footer_top dl {
        width: 100%
    }

    .footer_top dl img {
        margin: 0 auto
    }

    .footer_top dl .ddf {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        clear: both
    }

    .footer_top dl .ddf dd {
        float: left;
        width: 25%
    }
    .message_box h2{
    	font-size: 16px;
    }
    .lc_box{
    	max-width: 100%;
    	border: 1px solid #FFFFFF;
    }
}

@media (max-width:991px){
	.nav_lbox{
		width: 100%;
	}
	.ksdh{
		width: 100%;
		margin: 20px 0;
	}
	.nav_wx{
		width: 100%;
		text-align: center;
	}
	.foot_pw{
		text-align: center;
	}
}



@media (max-width:767px) {

    .home1,
    .home3,
    .home5,
    .home6,
    .home7,
    .home8 {
        padding: 10vw 0
    }

    .home7 .home7_ul {
        margin-top: 8vw
    }

    .home8 .partner_con {
        margin-top: 4vw
    }

    .home1_swiper,
    .home1_swiper .swiper2_style {
        margin-top: 8vw
    }

    .w1830 {
        width: 96%
    }

    .w1400 {
        width: 96%
    }

    .w1573 {
        width: 96%
    }

    .public_title {
        height: 55px
    }

    .public_title h2 {
        font-size: 18px;
        line-height: 55px
    }

    .home4_wrapper .home4_left {
        width: 100%;
        background-size: 100% 100%
    }

    .home7 .home7_ul li {
        width: 32%
    }

    .home7 .home7_ul li .home7_icon {
        height: auto
    }

    .home4_wrapper p {
        max-width: 650px;
        font-size: 14px;
        opacity: 1
    }

    .home4_wrapper .wh4_more {
        margin: 20px 0
    }

    .home3 .home3_img {
        width: 100%;
        height: auto
    }

    .home3 .home3_right {
        padding: 25px
    }

    .home3 a {
        margin-top: 40px
    }

    .home2 .home2_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home2 .home2_wrapper .home2_left {
        width: 100%;
        margin-right: 0;
        padding-left: 2%
    }

    .home2 .home2_right {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: block
    }

    .home2 .home2_right ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5vw 0
    }

    .home2 .home2_right ul li {
        padding: 0 25px
    }

    .home2 .home2_right img.wh_img {
        width: 100%;
        height: auto
    }

    .home2 .home2_right p {
        font-size: 12px
    }

    .home2 .home2_right h2 {
        font-size: 20px
    }

    .home2 .home2_right .wh_icon {
        width: 50px;
        height: 44px
    }

    .home2 .home2_right ul li {
        width: 50%
    }

    .home2 .home2_right ul li.wh_line {
        display: none
    }

    .home2 .home2_right .wy_title {
        margin: 20px 0 10px
    }

    .home2 .home2_left p {
        font-size: 14px
    }

    .home3 h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0
    }

    .home3 p {
        font-size: 14px;
        line-height: 2
    }

    .home4_wrapper h2 {
        font-size: 20px
    }

    .home7 .home7_body {
        padding: 15px
    }

    .home7 .news_title {
        margin-bottom: 20px;
        font-size: 13px
    }

    .home2 .home2_left .home2_wh {
        margin-top: 20px
    }

    .home5 .home5_imgs {
        display: none
    }

    .home5 .home5_list {
        display: none
    }

    .pchide {
        display: none
    }

    .phone_list {
        display: block
    }

    .phone_list ul {
        width: 100%
    }

    .phone_list ul li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3vw
    }

    .phone_list ul li .home5_list_body {
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
        margin-left: 20px
    }

    .phone_list ul h3 {
        font-size: 16px;
        color: #DAB866;
        font-weight: bold
    }

    .phone_list ul span {
        font-size: 12px;
        color: #999;
        letter-spacing: 1px
    }

    .phone_list ul .s5_head {
        padding-bottom: 10px
    }

    .phone_list ul p {
        font-size: 12px;
        line-height: 2;
        padding-top: 10px
    }

    .phone_list b {
        width: 40px;
        height: 40px;
        background-color: #DAB866;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        display: block
    }

    .display_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 4vw
    }

    .display_list img {
        width: 14vw;
        height: 14vw;
        margin-top: 0
    }

    .display_list li {
        width: 46%;
        text-align: center;
        padding: 2vw;
        background: rgba(255, 255, 255, 0.5);
        margin: 1vw
    }

    .display_list h2 {
        font-size: 18px;
        color: #249a54;
        font-weight: bold;
        margin-bottom: 2vw
    }

    .display_list p {
        font-size: 14px;
        color: #fff
    }

    .footer_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 6vw 0
    }

    .footer_top .dl {
        text-align: center;
        margin-top: 3vw
    }

    .footer_top dl {
        width: 100%
    }

    .footer_top dl img {
        margin: 0 auto
    }

    .footer_top dl .ddf {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        clear: both
    }

    .footer_top dl .ddf dd {
        float: left;
        width: 25%
    }

    .home4_wrapper {
        height: auto
    }

    .home4_wrapper .w1400 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8vw 0
    }

    .home4_wrapper .home4_left {
        display: none
    }

    .home7 .home7_ul li {
        width: 100%
    }

    .home7 .home7_more {
        margin-top: 8vw
    }

    .dd.colm.ddf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dd.colm.ddf dd {
        width: 49%
    }
    .public_title{
    	border: none;
    	padding: 0;
    }
    .public_title b{
    	top: 0;
    	font-size: 24px;
    	background: none!important;
    }
    .public_title h2{
    	margin-top: 10px;
    	font-size: 16px;
    	background: none!important;
    }
    .public_title::after{
    	bottom: -5px;
    }
    .home3_title span{
    	font-size: 20px;
    }
    .home7 .public_title{
    	border: none;
    }
    .ha_list ul li{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #A68F54;
		margin-left: 0;
	}
	.ul_div{
		display: none;
	}
	.message_box h2{
		font-size: 16px;
	}
	.home6 ul li{
		width: calc((100%)/2);
		margin-bottom: 40px;
		border: 1px solid #FFFFFF;
	}
	.lc_box{
		max-width: 100%;
	}
}