﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/common/ie.css");/*图标*/
@import url("../css/animate.css");/*动画效果*/
@import url("../css/common/page.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/common/kefu.css");/*客服*/
@import url("../css/navi/navi_01.css");/*01导航*/

/*@import url("../css/animate.min.css");*//*动画*/

html {
	overflow-x: hidden;
}
.clear{
	clear: both;
}
.dowebok .section{ overflow:hidden;}



.header{ width:100%;}
.header-top{height: 50px;width: 100%; position:fixed !important; z-index:999!important;top: 0; background: #0036b0;}
.header-top-container{max-width: 1280px;margin: 0 auto;padding: 0 6%; display: flex;justify-content: space-between;height: 100%;}
.header-top-left{display: inline-block;width: calc(97% - 400px);overflow: hidden;}
.txtMarquee-left .bd ul li{width: auto !important;}
.txtMarquee-left .bd ul li p{line-height: 50px;font-size: 15px;color: #fff;}
.header-top-right{display: flex;align-items: center;}
.header-top-right>p{display: flex;align-items: center;}
.header-top-right>p a{font-size: 16px;color: #fff;font-weight: bold;}
.header-top-right>p span{font-size: 14px;color: #fff;}
.header-top-right>p img{display: inline-block;width: 20px;margin-right: 5px;}
.language ul{display: flex;justify-content: flex-end;margin-left: 30px;}
.language ul li a{display: inline-block; font-size: 14px;color: #fff;line-height: 14px;}
.language ul li:nth-child(1) a{padding-right: 10px;margin-right: 10px;border-right: 2px solid #fff;}
.header .navbar{border-top: 1px solid #fff;margin-top: 50px; background: #0036b0;}
.header .pc_top{display: flex;justify-content: space-between;position: relative;max-width: 1280px;margin: 0 auto;padding: 0 6%;}
.header .pc_top .pc_left{display: flex;align-items: center;}
.header .navbar .pc_top{ transition: all 0.3s 0s ease-in-out ;transition: all 0.2s linear -1ms; }
.header .navbar .pc_top .pc_logo{ height:100%;align-items:center; display: -webkit-flex;}
.header .navbar .pc_top .pc_logo a { display:block; height:70%;}
.header .navbar .pc_top .pc_logo a img{ height:100% !important;}

.search{display: flex;justify-content: flex-end;margin-top: 10px;}
.search input{display: inline-block;height: 30px;line-height: 30px;width: 220px;padding: 0 10px; background: #fff;font-size: 12px;color: #666;outline: none;border: none;}
.search input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999;
}
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999;
}
.search input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999;
}
.search input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #999;
}
.search a{display: flex; width: 50px;text-align: center;line-height: 30px;color: transparent;background: #e50012;height: 30px;align-items: center;justify-content: center;}

.header .navbar .pc_top .pc_menu{}
.header .navbar .pc_top .pc_menu li{ margin-left:25px; margin-right:25px;}
.header .navbar .pc_top .pc_menu>li:last-child{margin-right: 0;}
.header .navbar .pc_top .pc_menu>li .t{display:block; font-size:16px; color:#fff;line-height: 75px;}
.header .navbar .pc_top .pc_menu li:hover .t{ }

.header .navbar .pc_top .pc_menu>li .t::after{
	content: "";
	width: 0;
	height: 2px;
	background: #eef2f8;
	position: absolute;
	left: 0px;
	bottom: 18%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.header .navbar .pc_top .pc_menu>li:hover .t::after{
	width: 100%;
}
.header .navbar .pc_top .pc_menu .active>a::after{ 
	width: 100%;
}
/*-----滚动后--------*/
.header .navbar .pc_fixed{ transition: all 0.2s linear -1ms;}

@media(max-width:1400px){
	.txtMarquee-left .bd ul li p{font-size: 14px;line-height: 48px;height: 48px;}
	.language ul li a,.header-top-right>p span{font-size: 13px;}
	.header-top-right>p a{font-size: 15px;}
	.header-top-right>p img{width: 18px;}
	.header-top{height: 48px;}
	.header .navbar{margin-top: 48px;}
	.header .navbar .pc_top .pc_menu>li .t{font-size: 15px;line-height: 70px;}
	.header .navbar .pc_top .pc_menu li{margin: 0 22px;}
}
@media(max-width:1300px){
	.txtMarquee-left .bd ul li p{font-size: 13px;line-height: 45px;height: 45px;}
	.language ul li a,.header-top-right>p span{font-size: 12px;}
	.header-top-right>p a{font-size: 14px;}
	.header-top-right>p img{width: 16px;}
	.header-top{height: 45px;}
	.header .navbar{margin-top: 45px;}
	.header .navbar .pc_top .pc_menu>li .t{font-size: 14px;line-height: 65px;}
	.header .navbar .pc_top .pc_menu li{margin: 0 20px;}
}
@media(max-width:1200px){
	.header-top-container,.header .pc_top{padding: 0 3%;}
	.header .navbar .pc_top .pc_menu>li .t{font-size: 13px;line-height: 60px;}
	.header .navbar .pc_top .pc_menu li{margin: 0 18px;}
}
@media(max-width:1100px){
	.header .navbar .pc_top .pc_menu>li .t{font-size: 12px;line-height: 55px;}
	.header .navbar .pc_top .pc_menu li{margin: 0 15px;}
	.header .navbar .pc_top .pc_menu>li .t::after{height: 1px;}
}
@media(max-width:960px){
	.header-top-right,.search{display: none;}
	.header-top-left{width: 100%;}
	.txtMarquee-left .bd ul li p{font-size: 12px;line-height: 35px;height: 35px;}
	.header-top{height: 35px;}
	.header .navbar{margin-top: 35px;position: fixed;width: 100%;z-index: 10;}
	.header .pc_top .pc_left{height: 60px;}
}
@media(max-width:760px){
	
}
@media(max-width:580px){
	
}


/* banner */
.part_one,.banner,.page_banner{
	width: 100%;
	overflow: hidden;
}
.banner img,.page_banner img{
	display: inline-block;
	width: 100%;
}
@media(max-width:960px){
	.part_one,.banner,.page_banner{
		margin-top: 95px;
	}
}
@media(max-width:760px){
	.banner img,.page_banner img{
		width: 260%;
		margin-left: -78%;
	}
}


/* 底部 */
.footer{background: #eeeeee;padding: 5% 0 2%;}
.footer-container{max-width: 1280px;margin: 0 auto;padding: 0 6%;}
.footer-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 5%;height: 55px;}
.footer-top .top-left{display: flex;height: 100%;align-items: center;display: -webkit-flex;}
.footer-top .top-left a{display: block;height: 100%;}
.footer-top .top-left a img{height: 100% !important;}
.footer-top .top-right{text-align: right;}
.footer-top .top-right p{font-size: 14px;color: #333;margin-bottom: 8px;}
.footer-top .top-right h1{font-size: 30px;line-height: 30px; color: #0036b0;}
.footer-top .top-right h1 a{color: #fff;}
.footer-center ul{display: flex;justify-content: space-between;}
.footer-center ul>li{width: 46.5%;}
.footer-center .center-left{display: flex;justify-content: space-between;}
.footer-center .center-left .left-txt {width: 85%;}
.footer-center .center-left .left-txt h1{font-size: 22px;color: #0036b0;margin-bottom: 7%;margin-top: 5%;}
.footer-center .center-left .left-txt p{display: flex;justify-content: space-between;font-size: 15px;line-height: 28px;color: #333;}
.footer-center .center-left .left-txt p span:nth-child(1){display: inline-block;width: 78px;}
.footer-center .center-left .left-txt p span:nth-child(2){width: calc(100% - 78px);}
.footer-logo img{display: block;width: 230px;margin-bottom: 8.5%;}
.footer-center .center-left .left-nav>a,.footer-center .center-right .right-txt h2{ display: flex; font-size: 15px;color: #333;margin-bottom: 20px;font-weight: normal;}
.footer-center .center-right .right-txt h2{position: relative;cursor: pointer;}
.footer-center .center-right .right-txt h2 img{ display: inline-block; margin: -17px 5px 0; width: 50px;}
.footer-center .center-right .right-txt h2 .inner{
	position: absolute;
	width: 100%;
	bottom: 55px;
	z-index: 100000;
	transition: .5s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.footer-center .center-right .right-txt h2 .inner img{display: inline-block;width: 100% !important;border: 1px solid #d4d4d4;}
.footer-center .center-right .right-txt h2 .inner .triangle{
    position: absolute;
    display: block;
    width: 30px;
    height: 16px;
    margin-left: -15px;
    overflow: hidden;
    -webkit-box-shadow: 0 16px 10px -17px #e0e0e0;
    box-shadow: 0 16px 10px -17px #e0e0e0;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: calc(50% + 15px);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.triangle:after {
    display: block;
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 8px;
    left: 5px;
    border: 1px solid #e0e0e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0;
    box-shadow: -1px -1px 10px -2px #e0e0e0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.footer-center .center-right .right-txt h2:hover .inner{ transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }

.footer-center .center-left .left-nav{width: 15%;}
.footer-center .center-left .left-nav ol li a{display: block; margin-bottom: 5px;}
.footer-center .center-left .left-nav ol li a,.footer-center .center-right .right-txt p,.footer-center .center-right .right-txt p a{font-size: 14px;color: #777;line-height: 28px;}
.footer-center .center-right {display: flex;justify-content: space-between;}
.footer-center .center-right .right-txt{width: 60%;}
.footer-center .center-right .right-txt p{display: flex;}
.footer-center .center-right .right-txt p span{display: inline-block;width: 45px;}
.footer-center .center-right .right-txt p a{display: inline-block;width: calc(100% - 45px);}
.footer-center .center-right .right-code{display: inline-block;width: 120px;text-align: center;}
.footer-center .center-right .right-code img{display: inline-block;width: 100%;margin-bottom: 10px;}
.footer-center .center-right .right-code p{font-size: 14px;line-height: 24px;color: #333;}
.footer-bottom{padding-top: 2.5%;margin-top: 5%;border-top: 1px solid #ccc;}
.footer-bottom .copy{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 15px;}
.footer-bottom .copy p,.footer-bottom .copy a{font-size: 14px;line-height: 28px;color: #999;}
.footer-key{display: flex;justify-content: space-between;}
.footer-key>p{display: inline-block;font-size: 14px;line-height: 28px;color: #999;width: 80px;}
.footer-key ul{display: flex;flex-wrap: wrap;width: calc(100% - 80px);}
.footer-key ul li{display: inline-block;margin-right: 10px;}
.footer-key ul li a{font-size: 14px;color: #999;line-height: 28px;}
.footer a:hover{color: #0036b0 !important;}
.footer-center .center-right .right-txt h2>img {
    display: inline-block;
    height: 34px;
}
@media(max-width:1600px){
	.footer-top .top-right h1{font-size: 28px;line-height: 28px;}
	.footer-center .center-left .left-txt h1{font-size: 20px;}
}
@media(max-width:1500px){
	.footer-top .top-right h1{font-size: 26px;line-height: 26px;}
	.footer-center .center-left .left-txt h1{font-size: 18px;}
	.footer-center .center-left .left-txt p{font-size: 14px;line-height: 28px;}
	.footer-center .center-left .left-nav>a, .footer-center .center-right .right-txt h2{font-size: 14px;}
	.footer-center .center-left .left-nav ol li a, .footer-center .center-right .right-txt p, .footer-center .center-right .right-txt p a,
	.footer-center .center-right .right-code p,.footer-key>p{font-size: 13px;}
	.footer-bottom .copy p, .footer-bottom .copy a,.footer-key ul li a{font-size: 13px;line-height: 26px;}
	.footer-center .center-right .right-txt h2 img{width: 45px;}
	.footer-center .center-right .right-code{width: 110px;}
}
@media(max-width:1400px){
	.footer-top .top-right h1{font-size: 24px;line-height: 24px;}
	.footer-center .center-left .left-txt h1{font-size: 16px;}
	.footer-center .center-left .left-txt p{font-size: 13px;line-height: 26px;}
	.footer-center .center-left .left-nav>a, .footer-center .center-right .right-txt h2,.footer-top .top-right p{font-size: 13px;}
	.footer-center .center-left .left-nav ol li a, .footer-center .center-right .right-txt p, .footer-center .center-right .right-txt p a,
	.footer-center .center-right .right-code p{font-size: 12px;}
	.footer-bottom .copy p, .footer-bottom .copy a,.footer-key ul li a,.footer-key>p{font-size: 12px;line-height: 24px;}
	.footer-center .center-right .right-txt h2 img{width: 40px;}
	.footer-center .center-right .right-code{width: 100px;}
	.footer-center .center-left .left-nav>a, .footer-center .center-right .right-txt h2{margin-bottom: 18px;}
}
@media(max-width:1300px){
	.footer-top .top-right h1{font-size: 22px;line-height: 22px;}
	.footer-center .center-left .left-txt h1{font-size: 15px;}
	.footer-center .center-left .left-nav>a, .footer-center .center-right .right-txt h2{margin-bottom: 15px;}
}
@media(max-width:1200px){
	.footer-container{padding: 0 3%;}
	.footer{padding: 6% 0;}
	.footer-center .center-right .right-txt{width: 70%;}
}
@media(max-width:960px){
	.footer-center .center-left .left-nav{display: none;}
	.footer-center ul{flex-wrap: wrap;}
	.footer-center ul>li{width:100%;margin-bottom: 30px;}
	.footer-center .center-left .left-txt h1{margin-top: 20px;margin-bottom: 25px;}
	.footer-center .center-right{flex-wrap: wrap;}
	.footer-center .center-left .left-txt{width: 100%;}
	.footer-center .center-right .right-txt{width: 100%;margin-bottom: 20px;}
	.footer-bottom{margin-top: 0px;padding-top: 20px;}
	.footer-center .center-right .right-txt h2 .inner{width: 250px;}
}
@media(max-width:960px){
	.footer-top{height: 45px;}
}
@media(max-width:760px){
	.footer{padding: 10% 0 6%;}
	.footer-bottom .copy p{width: 100%;}
}
@media(max-width:580px){
	.footer-top{height: 40px;}
	.footer-logo img{width: 180px;}
}


.row-arrow .owl-nav .owl-prev,.row-arrow .owl-nav .owl-next{
    width: 15px;height: 26px;position: absolute;top: 35.5%;background: url(../img/arrow.png) no-repeat;background-size: 100% 100%;}
.row-arrow .owl-nav .owl-prev{left: -3.5%;}
.row-arrow .owl-nav .owl-next{ right: -3.5%; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
.row-arrow .owl-nav .owl-prev:hover{
background: url(../img/arrow-hover.png) no-repeat;
background-size: 100% 100%;transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg)-ms-transform: rotate(180deg);-o-transform: rotate(180deg);}
.row-arrow .owl-nav .owl-next:hover{
background: url(../img/arrow-hover.png) no-repeat;
background-size: 100% 100%;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}

@media(max-width:760px){
    .row-arrow .owl-nav .owl-prev{left: -6.5%;}
    .row-arrow .owl-nav .owl-next{right: -6.5%;}
}

.padding{max-width: 1440px;margin: 0 auto; padding: 0 6%;}
.info-main {
    max-width: 1280px;
    margin: 3.5% auto;
    padding: 0 6%;
}
@media(max-width:1200px){
	.padding{padding: 0 3%;}
	.info-main{padding: 0 3%;}
}
@media(max-width:760px){
	.info-main{margin: 10% 0;}
}




#title{margin-bottom: 30px;display: flex;justify-content: space-between;align-items: flex-end;}
#title p{font-size: 16px;color: #333;margin-bottom: 10px;}
#title h1{font-size: 30px;color: #0036b0;margin-bottom: 10px;}
#title h2{font-size: 20px;color: #999999;font-weight: normal;}
#title h3{font-size: 14px;color: #666;font-weight: normal;}

.more a{display: inline-block;font-size: 14px;padding: 10px 45px;color: #999;border: 1px solid #999;background: transparent;}
.more a:hover{color: #fff !important;border: 1px solid #e50012 !important;background: #e50012 !important;}
@media(max-width:1600px){
    #title h1{font-size: 28px;}
    #title h2{font-size: 19px;}
    #title p{font-size: 15px;}
    .more a{padding: 10px 42px;}
}
@media(max-width:1500px){
    #title h1{font-size: 26px;}
    #title h2{font-size: 18px;}
    #title p{font-size: 14px;}
    .more a{padding: 9px 40px;}
}
@media(max-width:1400px){
    #title h3{font-size: 13px;}
    #title h1{font-size: 24px;}
    #title h2{font-size: 17px;}
    #title p{font-size: 13px;}
    .more a{padding: 8px 38px;font-size: 13px;}
}
@media(max-width:1300px){
    #title h1{font-size: 22px;}
    #title h2{font-size: 16px;}
    .more a{padding: 8px 35px;font-size: 13px;}
}
@media(max-width:1200px){
    #title h1{font-size: 20px;}
    #title h2{font-size: 15px;}
    #title p{font-size: 12px;}
    #title h3{font-size: 12px;}
    .more a{padding: 8px 30px;font-size: 12px;}
}
@media(max-width:960px){
    #title h1{font-size: 18px;}
    #title h2{font-size: 14px;}
}
@media(max-width:760px){
    #title h1{font-size: 16px;}
}



/* 二级栏目 */
.inside-nav{max-width: 1280px;margin: 0 auto;padding: 0 6%;position: relative;}
.inside-nav-container{background: #fff;box-sizing: border-box; border-bottom: 2px solid #dddddd;}
.inside-nav ul{display: flex;flex-wrap: wrap;justify-content: center;padding: 0 2%;}
.inside-nav ul li{display: flex;margin: 0% 2.5%;}
.inside-nav ul li a{display: block; font-size: 16px;color: #333;display: block;padding: 25px 0;position: relative;}
.inside-nav ul li a:after{content: "";position: absolute;left: 0;bottom: -2px;width: 0%;height: 2px;background: #e50012;}
.inside-nav ul li.active a:after{width: 100%;}
.inside-nav ul li.active a{color: #0036b0;}
.inside-nav ul li:hover a{color: #0036b0;}
@media(max-width:1600px){
    .inside-nav ul li a{font-size: 15px;}
}
@media(max-width:1400px){
    .inside-nav ul li a{font-size: 14px;}
}
@media(max-width:1200px){
    .inside-nav{padding: 0 3%;}
    .inside-nav ul li a{font-size: 13px;padding: 20px 0;}
}
@media(max-width:960px){
	
}
@media(max-width:760px){
	.inside-nav ul li{margin: 0 10px;}
	.inside-nav ul li a{padding: 15px 0;}
}
@media(max-width:580px){
    .inside-nav ul li a{font-size: 12px;}
}

/*三级栏目 */
.inside-nav2{max-width: 1280px;margin: 0 auto;padding: 0 6%;}
.inside-nav2-container{background: #fff;padding: 2% 3% 0;}
.inside-nav2 ul{display: flex;flex-wrap: wrap;justify-content: center;}
.inside-nav2 ul li{display: inline-block;margin: 0 2.5% 15px;}
.inside-nav2 ul li a{font-size: 16px;color: #666;display: block;padding-bottom: 7px;}
.inside-nav2 ul li.active a{color: #0036b0;border-bottom: 1px solid #0036b0;}
.inside-nav2 ul li:hover a{color: #0036b0;}

@media(max-width:1600px){
    .inside-nav2 ul li a{font-size: 15px;}
}
@media(max-width:1500px){
}
@media(max-width:1400px){
    .inside-nav2 ul li a{font-size: 14px;}
}
@media(max-width:1300px){
}
@media(max-width:1200px){
    .inside-nav2{padding: 0 3%;}
    .inside-nav2 ul li a{font-size: 13px;}
}
@media(max-width:960px){
    
}
@media(max-width:760px){
    .inside-nav2-container{padding: 20px 3% 0;}
    .inside-nav2 ul li{margin: 0 12px 12px;}
}
@media(max-width:580px){
    .inside-nav2 ul li a{font-size: 12px;}
}

/* 荣誉资质 */
.honor-list ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.honor-list ul li{width: 22.7%;margin-right: 2.7%;margin-bottom: 3%;box-sizing: border-box;overflow: hidden;}
.honor-list ul li:nth-child(4n){margin-right: 0;}
.honor-list ul li>a{display: block;width: 100%;}
.honor-list ul li .item-img{background: #f6f6f6;width: 100%;padding-bottom: 100%;position: relative;overflow: hidden; }
.honor-list ul li .item-img>div{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;display: flex;align-items: center;}  
.honor-list ul li .item-img img{display: block;width: auto;max-width: 80%;max-height: 80%;margin: 0 auto;transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;}
.honor-list ul li:hover .item-img img{transform: scale(1.08);-webkit-transform: scale(1.08);-moz-transform: scale(1.08);-ms-transform: scale(1.08);-o-transform: scale(1.08);}
.honor-list ul li .item-txt {text-align: center;padding: 15px 15px;background: #ddd;}
.honor-list ul li .item-txt h2 {font-size: 16px;font-weight: normal;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.honor-list ul li:hover .item-txt {background: #0036b0;}
.honor-list ul li:hover .item-txt h2 {color:#fff;}
.honor-list ul li:hover{box-sizing: border-box;border: 2px solid #0036b0;}
@media(max-width:1600px){
    .honor-list ul li .item-txt h2 {font-size: 16px;}
}
@media(max-width:1200px){
    .honor-list ul li{margin-right: 2.5%;}
    .honor-list ul li .item-txt h2 {font-size: 14px;}
}
@media(max-width:970px){
    .honor-list ul li{width: 48.2%;margin-bottom: 20px;}
    .honor-list ul li:nth-child(2n){margin-right: 0%;}
    .honor-list ul li:nth-child(4n){margin-right: 0%;}
}
@media(max-width:760px){
    .honor-list ul{justify-content: space-between;}
    .honor-list ul li {width: 48%;margin-right: 0;}
    .honor-list ul li .item-txt {padding: 10px 5px;}
    .honor-list ul li .item-txt h2 {font-size: 12px;}
}



.info-edit p{font-size: 15px;line-height: 28px;color: #666;}
.info-edit p img{display: inline-block;width: auto !important;height: auto !important;max-width: 100% !important;}



/*语言切换*/
.header-top-right .language{display: none;}

/*底部拨打电话*/
.weChat_copy{
            width: 95%;
            position: fixed;
            right: 2.5%;
            bottom: 2.5%;
    z-index: 99999;
        }
        .weChat_copy .weChat_arr{
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
.weChat_copy .weChat_arr span{
color: #ffffff;
}
        .weChat_copy .img{
            width: 50%;
        }
        .weChat_copy .img a{
            display: flex;
            justify-content: center;
            align-items: center;
color: #ffffff;
        }
        .weChat_copy .weChat_arr img{
            width: 40px;
	margin-left:10px;
        }
        .weChat_copy .img img{
            width: 40px;
margin-left:10px;
        }
        .weChat_copy .weChat{
            display: flex;
            align-items: center;
            background: #0036b0;
            padding: 10px;
        }
        @media (min-width:550px) {
            .weChat_copy{
                display: none;
            }
        }
