/* ��ʽ����*/
body {
    background: #ffffff;
}
*{
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
:focus {
    outline: none;
}
.enfont1{font-family: "AlibabaSans";}
.enfont2{font-family: "Swis721";}
.enfont3{font-family: "News706";}
.numfont{font-family: "Bodoni";}
.top {
    position: fixed;
    z-index: 500;
    width: 100%;
    background: #fff;
    top: 0;
}
.index_yc{
    position: relative;
	z-index:1;
	height:80px;
	display:block;
	overflow:hidden;
	width:100%;
}
.index {
    position: relative;
    width: 100%;
    z-index: 1;
}
.index {
    height: auto!important;
}
.index_banner {
    position: relative;
}
.index_banner img {
    width: 100%;
    height: 100%;
}

.index_banner_lm {
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 20;
    margin-bottom: -110px;
    transform: translate(-50%,-0%);
    -webkit-transform: translate(-50%,-0%);
    width: 100%;
    text-align: center;
}
.index_banner_nav {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 4%;
display: none;
}
.index_banner_nav div {
    display: inline-block;
    position: relative;
    margin: 0 15px;
}
.index_banner_nav div i {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	display:none;
    background: #ededec;
}
.index_banner_nav a {
    color: #ffffff !important;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
	display: inline-block;
}
.index_banner_nav div:hover i {
	display: block;
}
.index_banner_wz {
    display: block;
    margin: 0 auto;
    max-width: 750px;
    margin-top: 70px;
    height: 100px;
    text-align: center;
    background: rgba(255,199,10,0.7)!important;
    background-color: #ffc70a;
    filter: Alpha(opacity=70);
    line-height: 100px;
}
.index_banner_wz h1 {
    font-size: 48px;
    font-weight: bold;
    color: #1f1801;
    display: block;
    line-height: 100px;
}
.swiper_pagination {
    position: absolute;
    bottom: 5% !important;
    left: 0;
    z-index: 20;
    text-align: center;
}
.swiper_pagination .swiper-pagination-bullet {
    line-height: 36px;
    height: 36px;
    border: 0;
    background: none;
    color: #ffffff;
    font-size: 14px;
    margin: 0 7px !important;
    width: auto;
    border-radius: 0;
    opacity: 0.78;
}
.swiper_pagination .swiper-pagination-bullet-active{
	font-size:18px;
	background:url(../images/top.icon4.png) no-repeat bottom center;
}
.swiper_bficon a#bannerbf {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    bottom: 12% !important;
    z-index: 20;
	background:url(../images/top.icon3.png);
}
.swiper_bficon a#bannerzt {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    bottom: 12% !important;
    z-index: 20;
	background:url(../images/top.icon5.png);
	display:none;
}
/***********Inter******************/
.Inter {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.Inter_Feat {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
padding:0 1% 4%;
}
.Inter_Feat_tit {
    border-bottom: 1px solid #dee8f2;
    width: 100%;
    overflow: hidden;
}
.Inter_Feat_tit h1 {
    line-height: 74px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #103564;
}
.Inter_Feat_tit a {
    float: right;
    font-size: 16px;
    color: #8ba3be !important;
    display: block;
    line-height: 74px;
}
.Inter_Feat_cont {
    display: flex;
    margin-top: 3%;
    width: 100%;
}
.Inter_Feat_box {
    width: 32%;
    margin-right: 2%;
    background: #f8f8f8;
}
.Inter_Feat_box a {
    padding: 8.5% 11%;
    display: block;
    width: 100%;
    background: #f8f8f8;
	position:relative;
}
.Inter_Feat_box a h1 {
    font-size: 20px;
    line-height: 40px;
    color: #103564;
    padding-right: 4%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    width: 100%;
}
.Inter_Feat_box a p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    height: 88px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    
}
.Inter_Feat_box a span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #555555;
    line-height: 34px;
    margin-top: 8px;
}
.Inter_Feat_box a i {
    position: absolute;
    width: 100%;
    height: 3px;
    display: none;
    left: 0;
    bottom: -3px;
    background: #ffc70a;
}
.Inter_Feat_box a:hover i{
	display:block;
}
.Inter_Partner {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 1% 3%;
}
.Inter_Partner h1 {
    line-height: 58px;
    font-size: 30px;
    font-weight: bold;
    color: #103564;
    text-align: center;
    padding-bottom: 6%;
}
.Inter_Partner img {
    width: 100%;
}
.Inter_News {
	display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
}
.Inter_News_pro {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5.8% 1% 3.5%;
    display: flex;
}

.Inter_News_box {
    width: 32%;
    margin-right: 2%;
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 10%;
}
.Inter_News_pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.Inter_News_pic img{
    width: 100%;
}
.Inter_News_pic p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding:3.6% 6.6%;
	background:rgba(0,0,0,0.5);
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	color:#ffffff;
}
.Inter_News_cont {
    padding: 3.6% 6.6%;
    line-height: 24px;
}
.Inter_News_cont a {
    padding: 2.8% 0% 2.8% 12%;
    display: block;
    width: 100%;
    background: url(../images/ty.icon1.png) no-repeat left center;
    font-size: 18px;
    color: #103564 !important;
}

/******************News***************************/
.News {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.News_banner {
    position: relative;
    width: 100%;
}
.News_banner>img {
    width: 100%;
}
.News_banner_pro {
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    max-width: 1200px;
    padding: 0 2%;
}
.News_banner_box {
    width: 95%;
    overflow: hidden;
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 10;
    margin: 0 2.5%;
}


.News_banner_box .swiper-slide {
    display: flex;
}
.News_banner_pic {
    float: left;
    width: 56%;
    position: relative;
    z-index: 2;
}
.News_banner_pic a {
    display: block;
}

.News_banner_pic a img {
    width: 100%;
}
.News_banner_cont {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 1;
    background: #e9f0f9;
    top: 12%;
    width: 54%;
    padding: 0 4% 0 12%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.News_banner_lm {
    width: 100%;
    height: 50px;
    
}
.News_banner_lm h1 {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #103564;
    float: left;
}
.News_banner_lm a {
    display: block;
    float: right;
    line-height: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    width: 100px;
    background: #ffc70a;
    color: #261b00 !important;
    overflow: hidden;
    text-align: center;
    margin-top: 14px;
}
.News_banner_news {
    margin-top: 3.5%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 15%;
}

.News_banner_news_tit a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 18px;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: #323333 !important;
    line-height: 30px;
}

.News_banner_news p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5%;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.News_banner_news_links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.News_banner_news_links a {
    padding-right: 32px;
    line-height: 38px;
    float: left;
    font-size: 16px;
    color: #000000 !important;
    border-bottom: 2px solid #103564;
    font-weight: bold;
	background: url(../images/ty.icon2.png) no-repeat right center;
}
.News_banner_news_links span {
    float: right;
    line-height: 38px;
    color: #666666;
    font-size: 16px;
}
.News_banner_icon {
    position: relative;
    width: 100%;
    z-index: 5;
    height: 100%;
}
.News_banner_icon a {
    position: absolute;
    top: 50%;
    height: 43px;
    width: 23px;
}
.News_banner_icon a.News_banner_left {
    background: url(../images/ty.icon3.png) no-repeat;
    left: -6.8%;
}
.News_banner_icon a.News_banner_right {
    background: url(../images/ty.icon3.png) no-repeat -37px 0;
    right: -6.8%;
}
.swiper-button-disabled{
	opacity: 0.5;
}
.News_mult {
    position: relative;
    width: 100%;
	background:#fff;
}
.News_mult_cont{
    position: relative;
	padding:3.1% 0 3.5%;
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.News_mult_bg {
    background: url(../images/Newsroom.Multbg.jpg) no-repeat #f8f8f8;
    background-position: 12% 0;
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    height: 100%;
}
.News_mult_left {
    float: left;
    margin-left: -4%;
    position: relative;
	margin-right:8px;
}
.News_mult_left h1 {
    font-size: 30px;
    font-weight: bold;
    color: #103564;
    line-height: 50px;
}
.News_mult_icon {
    position: relative;
    width: 100%;
    z-index: 5;
    height: calc(100% - 50px);
}

.News_mult_icon a {
    position: absolute;
    top: 30.5%;
    height: 23px;
    width: 13px;
}
.News_mult_icon a.News_multicon_left {
    background: url(../images/ty.icon4.png) no-repeat;
    left: 40%;
}
.News_mult_icon a.News_multicon_right {
    background: url(../images/ty.icon4.png) no-repeat -27px 0;
    right: 13%;
}
.News_mult_right {
    float: left;
    width: 82.5%;
    position: relative;
}
.News_mult_links {
    text-align: right;
    line-height: 50px;
    padding-bottom: 1.8%;
}

.News_mult_links a {
    font-size: 16px;
    color: #8da4be !important;
}
.News_mult_sp .swiper-wrapper {
    display: flex;
}
.News_mult_sp .swiper-slide {
    height: 100%;
    position: relative;
    width: 100%;
}
.News_mult_sp a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.News_mult_sp a .News_mult_pic {
    display: block;
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    position: relative;
}
.News_mult_sp a .News_mult_pic img {
    width: 100%;
}
.News_mult_sp a p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #103564;
    line-height: 38px;
    margin-top: 18px;
}
.News_mult_sp a .News_mult_pic_bg {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/Newsroom.icon4.png) no-repeat;
	background-position:20px 92%;
    height: 100%;
    width: 100%;
	display:none;
}
.News_mult_sp a:hover .News_mult_pic_bg {
	display:block;
}
.News_public {
    position: relative;
    padding: 2.6% 0 5%;
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.News_public {
    position: relative;
    padding: 0 0 5%;
    margin: 2.6% auto 0;
    width: 100%;
    display: flex;
    
    height: 100%;
    max-width: 1200px;
}
.News_public_wz {
    float: left;
    width: 46.6%;
    overflow: hidden;
    padding-top: 3%;
}
.News_public_pic {
    float: left;
    width: 53.3%;
    position: relative;
    right: -7.3%;
    top: 0;
}
.News_public_wz h1 {
    font-size: 30px;
    font-weight: bold;
    color: #103564;
    line-height: 50px;
    display: block;
	overflow:hidden;
    width: 100%;
}
.News_public_wz p {
    font-size: 20px;
    color: #607898;
    font-style: italic;
    margin-top: 4px;
    line-height: 40px;
    display: block;
    width: 100%;
	overflow:hidden;
}
.News_public_wz span {
    font-size: 14px;
    color: #000000;
    margin-top: 1px;
    line-height: 24px;
    display: block;
    width: 100%;
	overflow:hidden;
}
.News_public_wz a {
    padding-right: 44px;
    float: left;
    line-height: 24px;
    font-size: 16px;
    color: #405d83 !important;
	margin-top:2.8%;
    font-style: italic;
    border-bottom: 2px solid #103564;
	display:block;
	background:url(../images/ty.icon2.png) no-repeat right center;
}
.ny_xiala {
    background: #fff;
    position: relative;
    padding: 1.98% 0 0;
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.ny_xiala_box {
    float: left;
    display: block;
    position: relative;
    padding: 0px 5.3% 0 2.1%;
	background:url(../images/ty.icon5.png) no-repeat;
	background-position:90% center;
}
.ny_xiala_box i {
    position: absolute;
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
	display:block;
	background:url(../images/ty.icon6.png) no-repeat center;
}
.ny_xiala_box:last-child i{
	display:none;
}
.ny_xiala_box>a {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #666666 !important;
    overflow: hidden;
    height: 50px;
}
.ny_xiala_box:hover {
	background: #103564!important;
}
.ny_xiala_box.on {
	background:url(../images/ty.icon7.png) no-repeat center #103564 !important;
	background-position:90% center !important;
}
.ny_xiala_box:hover i{
	display:none;
}
.ny_xiala_box.on i{
	display:none;
}
.ny_xiala_box:hover>a {
    color: #fff !important;
}
.ny_xiala_box.on>a {
    color: #fff !important;
}
.ny_xiala_subnav {
    z-index: 10;
    position: absolute;
    width: 114%;
    padding: 6.5% 8.7% 8.7%;
    background: #fff;
    top: 50px;
    left: 0;
    display: none;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    box-shadow: 0 6px 14px #e8e8e8;
}
.ny_xiala_subnav a {
    font-size: 16px;
    color: #666666 !important;
    display: block;
    border-bottom: 1px solid #d6d6d6;
    line-height: 30px;
    padding: 10px 0;
}
.ny_xiala_subnav a:hover {
    color: #103564 !important;
}
.ny_tit {
    background: #fff;
    position: relative;
    padding: 2% 0 0;
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
	border-bottom:1px solid #eeeeee;
}
.ny_tit h1 {
    font-size: 30px;
    color: #103564;
    font-weight: bold;
    line-height: 64px;
}
.adminis {
    background: #fff;
    position: relative;
    padding: 2.2% 0 4.1%;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
	display:flex;
	flex-wrap:wrap;
}
.adminis_left{
    width: 48%;
    margin-right: 4%;
}
.adminis_right{
    width: 48%;
}
.adminis_box {
    width: 100%;
    margin-bottom: 1.7%;
    border-radius: 10px;
    background: #f8f8f8;
	border: 1px solid #ffcd26;
}
.adminis_cont {
    display: none;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
}
.adminis_box a {
    height: 68px;
    width: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 0 30% 0 3%;
	background:url(../images/ty.icon5.png) no-repeat;
	background-position:95% center;
	font-size:18px;
    color: #000000 !important;
	font-weight:bolder;
	line-height:24px;
}
.adminis_box a:hover {
	background:url(../images/ty.icon7.png) no-repeat #103564;
	background-position:95% center;
	border-radius: 10px;
	color: #fff !important;
}
.adminis_box.on a {
	background:url(../images/ty.icon7.png) no-repeat #103564;
	background-position:95% center;
	border-radius: 10px 10px 0 0;
	color: #fff !important;
}
.adminis_cont {
    display: none;
    width: 100%;
    overflow: auto;
    align-items: center;
    z-index: 10;
    padding: 3.6% 3% 9.1%;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    
}
.adminis_cont p{white-space: pre-line;}
.banner1_p {
    font-size: 2.5vw;
    line-height: 2;
    /* font-size: 42px; */
    font-weight: bold;
    color: #1f1801;
    display: flex;
    /* line-height: 72px; */
    position: absolute;
    margin-left: 25%;
    margin-right: 25%;
    width: 100%;
    max-width: 50%;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.banner1_p span {
    background-color: #ffc70a;
    white-space: pre-wrap;
    padding: 2% 5%;
    background: rgba(255,199,10,0.7)!important;
    filter: Alpha(opacity=70)
}
.index_banner_wz {
    display: none;
}
/***********��Ӧ***************/
@media only screen and (max-width: 1900px) {

}
@media only screen and (max-width: 1500px) {
    .News_public{max-width: 1150px;}
}
@media only screen and (max-width: 1340px) {
    .Inter_News_pic p {font-size: 23px;}
    .Inter_News_cont a {font-size: 17px;}
    .News_mult_left {margin-left: 0%;}
    .News_mult_right{width: 80.5%;}
    .News_mult_sp a{width: 97%;}
    .News_public{max-width: 1100px;}
}
@media only screen and (max-width: 1300px) {
.index_banner_nav a {
    font-size: 26px;
}
.index_banner_wz{
    max-width: 706px;
    margin-top: 66px;
    height: 94px;
    line-height: 94px;
}
.index_banner_wz h1 {
    font-size: 44px;
    line-height: 94px;
}
.banner1_p {
    /* font-size: 2.5vw; */
    /* font-size: 40px; */
    /* line-height: 70px; */
}
.adminis {
    padding: 2.2% 3% 4.1%;
}
.adminis_box {
    margin-bottom: 4%;
}
.adminis_box a {
    padding: 0 20% 0 3%;
    height: 76px;
}
.Inter_News_pic p {font-size: 22px;}
.Inter_News_cont a {font-size: 16.5px;}
.News_banner_pro{
    max-width: 1100px;
    left: calc(50% - 550px);
    padding: 0 4%;
}
.News_banner_cont {
    top: 0;
}
.News_banner_pic {
    width: 50%;
}
.News_public{max-width: 1080px;}
}
@media only screen and (max-width: 1250px) {
    .News_mult_left {margin-left: 1%;}
    .News_mult_right{width: 79.5%;}
    .News_mult_sp a{width: 96%;}
    .News_public{max-width: 1000px;}
}
@media only screen and (max-width: 1200px) {
.index_banner_nav a {
    font-size: 22px;
}
.index_banner_wz{
    max-width: 676px;
    margin-top: 60px;
    height: 90px;
    line-height: 90px;
}
.News_banner_pro {
    WIDTH: 100%;
    /* left: 0; */
    PADDING: 0 5%;
    max-width: 1050px;
    left: calc(50% - 525px);
}
.index_banner_wz h1 {
    font-size: 40px;
    line-height: 90px;
}
.banner1_p {
    font-size: 2.5vw;
    line-height: 2;
    /* font-size: 38px; */
    /* line-height: 68px; */
}
.Inter_News_pic p {font-size: 21px;}
.Inter_News_cont a {font-size: 16px;}
.News_mult_left {margin-left: 2%;}
    .News_mult_right{width: 78.5%;}
    .News_mult_sp a{width: 95%;}
    .News_public{max-width: 950px;}
}

@media only screen and (max-width: 1100px) {
.index_banner_nav a {
    font-size: 20px;
}
.index_banner_wz{
    max-width: 660px;
    height: 88px;
    line-height: 88px;
}
.index_banner_wz h1 {
    line-height: 88px;
}
.adminis_box a {
    font-size: 16px;
    padding: 0 14% 0 3%;
}
.Inter_News_pic p {font-size: 20px;}
.Inter_News_cont a {font-size: 15.5px;}
.News_mult_left {margin-left: 3%;}
    .News_mult_right{width: 76.5%;}
    .News_mult_sp a{width: 94%;}
    .News_banner_pro {
        max-width: 1000px;
        left: calc(50% - 500px);
    }
    .News_public{max-width: 880px;}
}
@media only screen and (max-width: 1024px) {
.index_banner_nav div {
    margin: 0 10px;
}
.index_banner_nav a {
	font-size: 16px;
}
.index_banner_wz {
    max-width: 570px;
    height: 76px;
	margin-top: 50px;
    line-height: 76px;
}
.index_banner_wz h1 {
	font-size: 36px;
    line-height: 76px;
}
.banner1_p {
    font-size: 2.5vw;
    line-height: 2;
    /* font-size: 36px; */
    /* line-height: 66px; */
}
.Inter_News_cont a {font-size: 15px;}
.News_mult_left {margin-left: 4%;}
    .News_mult_right{width: 72.5%;}
    .News_mult_sp a{width: 93%;}
    .News_banner_pro {
        max-width: 800px;
        left: calc(50% - 400px);
        PADDING: 0px 2%;
    }
    .News_banner_lm h1 {font-size: 28px;line-height: 20px;}
    .News_banner_news_tit a {font-size: 16px;line-height: 23px;
        margin-top: 1%;}
    .News_banner_news_links a, .News_banner_news_links span {font-size: 14px;}
    .News_banner_lm a {font-size: 13px;width: 88px;float: left;}
    .News_banner_news p {margin-top: 1%;line-height: 20px;}
    .News_public{max-width: 750px;}
}
@media only screen and (max-width: 900px) {
    .News_mult_left {margin-left: 4.5%;}
    .News_mult_right{width: 71.5%;}
    .News_mult_sp a{width: 92%;}
    .News_banner_pro {
        max-width: 700px;
        left: calc(50% - 350px);
    }
    .News_banner_lm h1 {
        font-size: 23px;
        line-height: 8px;
        margin-top: 6%;
    }
    .News_banner_news_tit a {font-size: 13px;line-height: 22px;}
    .News_banner_news p {font-size: 12px;line-height: 19px;}
    .News_banner_news_links a, .News_banner_news_links span {font-size: 12px;}
    .News_banner_news_links a {line-height: 32px;}
    .News_public{max-width: 650px;}
    .News_mult_left h1{font-size: 26px;}
    .News_public_wz span {line-height: 22px;}
}
@media only screen and (max-width: 768px) {
    .index_banner_lm {
		margin-bottom: -35px;
	}
	.index_banner_nav a {
		display:none;
	}
	
	.index_banner_wz {
		max-width: 526px;
		height: 70px;
		margin-top: 0;
		line-height: 70px;
	}
	.index_banner_wz h1 {
		font-size: 34px;
		line-height: 70px;
	}
    .banner1_p {
        font-size: 4vw;
        line-height: 2;
        /* font-size: 34px; */
        /* line-height: 64px; */
        max-width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
	.adminis_left {
		width: 100%;
		margin: 0;
	}
	.adminis_right {
    width: 100%;
    margin: 0;
}
.adminis_box a {
    font-size: 15px;
}
.Inter_News_pic p {font-size: 24px;}
.Inter_News_cont a {font-size: 19px;}

/* international */
  .Inter {margin-left: 5%;margin-right: 5%;width: auto;}
  .Inter .Inter_Feat .Inter_Feat_cont {flex-wrap: wrap;}
  .Inter .Inter_Feat .Inter_Feat_cont .Inter_Feat_box {width: 100%;margin-right: 0%;margin-top: 3%;}
  .Inter .Inter_Feat .Inter_Feat_tit h1 {font-size: 24.48px;}
  .Inter .Inter_Feat .Inter_Feat_tit a {font-size: 14px;}
  .Inter_News {margin-left: 5%;margin-right: 5%;width: auto;}
  .Inter_News .Inter_News_pro {flex-wrap: wrap;padding: 0%;}
  .Inter_News .Inter_News_pro .Inter_News_box {width: 100%;margin-right: 0%;}
  .News_mult_left h1 {font-size: 22px;}
  .News_mult_sp a{width: 100%;}
  .News_mult_icon {display: none;}
  .News_mult_left  {position: absolute;}
  .News_mult_right {margin: auto;}
  .News_mult_sp a p {overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
    .News_banner_pro {position: static; margin: 5% auto;}
    .News_banner_box {position: static;}
    .News_banner_cont {position: static;width: 100%; padding: 3% 4% 3% 4%;}
    .News_banner_box .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }
    .News_banner_pic {
        width: 100%;
        /* height: 442px;
        overflow: hidden; */
    }
    .News_banner_lm a {float: right;}
    .News_banner_news_tit a {font-size: 15px;}
    .News_banner_news p {margin-top: 1%;}
    .News_public_wz {width: 100%;margin-left: 5%;margin-right: 5%;}
    .News_public_pic {width: 100%;right: 0%;margin-left: 5%;margin-right: 5%;}
    .News_public {flex-wrap: wrap;width: 100%;}
    .Inter_Feat_box a {padding: 5.5% 8%;}
    .Inter_Feat_box a h1 {font-size: 22px;}
    .Inter_Feat_box a p {font-size: 15px;}
}
@media only screen and (max-width: 630px) {
 .index_banner_lm {
		margin-bottom: -33px;
	}
.index_banner_wz {
    max-width: 496px;
    height: 66px;
    line-height: 66px;
}
.index_banner_wz h1 {
    font-size: 30px;
    line-height: 66px;
}
.banner1_p {
    /* font-size: 30px; */
    /* line-height: 62px; */
}
.Inter_News_pic p {font-size: 23px;}
.Inter_News_cont a {font-size: 18px;}
.News_public_wz h1 {font-size: 28px;}
.News_public_wz p{font-size: 19px;}
}
@media only screen and (max-width: 580px) {
 .index_banner_lm {
		margin-bottom: -28px;
	}
.index_banner_wz {
    max-width: 420px;
    height: 56px;
    line-height: 56px;
}
 
 .index_banner_wz h1 {
    font-size: 26px;
    line-height: 56px;
}
.banner1_p {
    /* font-size: 26px; */
    /* line-height: 56px; */
}
.Inter_News_pic p {font-size: 22px;}
.Inter_News_cont a {font-size: 17px;}
.News_public_wz h1 {font-size: 26px;}
.Inter_Feat_box a h1 {font-size: 21px;}
    .Inter_Feat_box a p {font-size: 14px;}
}
@media only screen and (max-width: 540px) {
    .Inter_News_pic p {font-size: 21px;}
    .Inter_News_cont a {font-size: 16px;}
}
@media only screen and (max-width: 530px) {
    .Inter_News_pic p {font-size: 20px;}
    .Inter_News_cont a {font-size: 16px;}
    .News_public_wz p{font-size: 18px;}
    .News_public_wz span {line-height: 22px;}
}
@media only screen and (max-width: 480px) {
 .index_banner_lm {
		margin-bottom: -22px;
	}
.index_banner_wz {
    max-width: 330px;
    height: 44px;
    line-height: 44px;
}
 
.index_banner_wz h1 {
    font-size: 22px;
    line-height: 44px;
}
.banner1_p {
    font-size: 6vw;
    line-height: 2;
    /* font-size: 22px; */
    /* line-height: 44px; */
}
.Inter_News_pic p {font-size: 19px;}
.Inter_News_cont a {font-size: 15px;}
.News_public_wz h1 {font-size: 24px;}
.Inter_Feat_box a h1 {font-size: 18px;}
    .Inter_Feat_box a p {font-size: 13px;}
}
@media only screen and (max-width: 420px) {
    .Inter_News_pic p {font-size: 18px;}
    .Inter_News_cont a {font-size: 14.5px;}
}
@media only screen and (max-width: 360px) {
    .Inter_News_pic p {font-size: 17px;}
    .Inter_News_cont a {font-size: 14px;}
    .News_public_wz h1 {font-size: 22px;}
    
    .News_public_wz p{font-size: 17px;}
    .Inter_Feat_box a h1 {font-size: 19px;}
    .banner1_p {
        /* font-size: 22px; */
    
    }
}