﻿@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%; position:fixed !important; z-index:999!important;top: 0; background: #fff;}
.header-top{ height: 93px; width: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.header-top-container{max-width: 1280px;margin: 0 auto;padding: 0 6%; display: flex;justify-content: space-between;height: 100%;align-items: center;}
.header-top-left{display: flex;align-items: center;height: 100%;}
.header-top-left a{display: flex;height: 60%;}
.header-top-left a img{display: flex;height: 100%;}
.header-top-right{}
.header-top-right>p{display: flex;align-items: center;}
.header-top-right>p a{font-size: 16px;color: #666;font-weight: bold;}
.header-top-right>p span{font-size: 14px;color: #666;}
.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: #999;line-height: 14px;}
.language ul li:nth-child(1) a{padding-right: 10px;margin-right: 10px;border-right: 2px solid #999;}
.language ul li:hover a{color: #ee2324;}
.header-link{display: flex;align-items: center;margin-top: 3%;}
.header-link p{display: flex;align-items: center;font-size: 14px;margin-left: 25px;}
.header-link p span,.header-link p a{color: #777;}
.header-link p img{display: inline-block;width: 20px;margin-right: 8px;}
.header-link p:nth-child(2) a{color: #ee2324;font-size: 16px;font-weight: bold;}
.header-link p a:hover{color: #ee2324;}

.header .navbar{box-sizing: border-box; border-top: 1px solid #dddddd;}
.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;display: none;}
.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:65%;}
.header .navbar .pc_top .pc_logo a img{ height:100% !important;}

.search{display: flex;justify-content: flex-end;}
.search input{display: inline-block;height: 30px;line-height: 30px;width: 220px;padding: 0 10px; background: #f6f6f6;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: #ee2324;height: 30px;align-items: center;justify-content: center;}


.header .pc_top .pc_right{width: 100%;display: flex;align-items: center;justify-content: space-between;}

.header .navbar .pc_top .pc_menu{}
.header .navbar .pc_top .pc_menu>li{ margin-right:50px;}
.header .navbar .pc_top .pc_menu>li:last-child{margin-right: 0;}
.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:#333;line-height: 57px;}
.header .navbar .pc_top .pc_menu li:hover .t{color: #ee2324; }
.header .navbar .pc_top .pc_menu li.active .t{color: #ee2324; }

.header .navbar .pc_top .pc_menu>li .t::after{
	content: "";
	width: 0;
	height: 2px;
	background: #ee2324;
	position: absolute;
	left: 0px;
	top: 0;
	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;}
.header.on .header-top{height: 0;opacity: 0;}
.header.on .navbar{box-shadow: 0 0 30px rgba(60, 61, 61, .15);}
@media(max-width:1600px){
	.header .navbar .pc_top .pc_menu>li .t,.header-link p:nth-child(2) a{font-size: 15px;}
	.header-link p{font-size: 13px;}
	.language ul li a{font-size: 13px;}
}
@media(max-width:1500px){
	
}
@media(max-width:1400px){
	.header-top{height: 85px;}
	.header .navbar .pc_top .pc_menu>li .t{font-size: 14px;line-height: 50px;}
	.header-link p:nth-child(2) a{font-size: 14px;}
	.header .navbar .pc_top .pc_menu>li{margin-right: 45px;}
	.header-link p img{width: 18px;margin-right: 5px;}
	.header-link p{font-size: 12px;}
	.language ul li a{font-size: 12px;}
	.header-link p{margin-left: 20px;}
	.search input{width:200px;}
}
@media(max-width:1300px){
	.header-top{height: 75px;}
	.header .navbar .pc_top .pc_menu>li .t{font-size: 13px;line-height: 45px;}
	.header-link p:nth-child(2) a{font-size: 13px;}
	.header .navbar .pc_top .pc_menu>li{margin-right: 40px;}
	.search input{width: 190px;}
}
@media(max-width:1200px){
	.header-link p img{width: 15px;}
	.header-top{height: 65px;}
	.header .pc_top,.header-top-container{padding: 0 3%;}
	.header .navbar .pc_top .pc_menu>li .t{font-size: 13px;line-height: 40px;}
	.header .navbar .pc_top .pc_menu>li{margin-right: 30px;}
	.header-link{margin-top: 5px;}
}
@media(max-width:960px){
	.search{display: none;}
	.header-top{display: none;}
	.header .pc_top .pc_left{display: flex;width: 250px;}
	.header .pc_top .pc_right{width: auto;}
}
@media(max-width:760px){
	
}



/* banner */
.part_one,.banner,.page_banner{
	width: 100%;
	overflow: hidden;
	margin-top: 150px;
}
.banner img,.page_banner img{
	display: inline-block;
	width: 100%;
}
@media(max-width:1400px){
	.part_one,.banner,.page_banner{margin-top: 135px;}
}
@media(max-width:1300px){
	.part_one,.banner,.page_banner{margin-top: 120px;}
}
@media(max-width:1200px){
	.part_one,.banner,.page_banner{margin-top: 100px;}
}
@media(max-width:960px){
	.part_one,.banner,.page_banner{
		margin-top: 53px;
	}
}
@media(max-width:760px){
	.banner img,.page_banner img{
		width: 260%;
		margin-left: -78%;
	}
}


/* 底部 */
.footer{background: #f0f0f0;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: #ee2324;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: 110px; */
    width: 308px;
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: #ee2324 !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: 280px;
}
}


/* 通用样式 */
.padding,.newsd-container{max-width: 1280px;margin: 0 auto ; padding: 0 6%;}

@media(max-width:1200px){
	.padding,.newsd-container{padding: 0 3%;}
}
@media(max-width:760px){

}




#title{margin-bottom: 30px;display: flex;justify-content: space-between;align-items: flex-end;}
#title p{font-size: 15px;color: #777;}
#title h1{font-size: 24px;color: #ee2324;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: #777;border: 1px solid #ccc;background: transparent;}
.more a:hover{color: #fff !important;border: 1px solid #ee2324 !important;background: #ee2324 !important;}
@media(max-width:1600px){
    #title h1{font-size: 22px;}
    #title h2{font-size: 19px;}
    #title p{font-size: 15px;}
	.more a{padding: 10px 42px;}
	#title{margin-bottom: 28px;}
}
@media(max-width:1500px){
    #title h1{font-size: 21px;}
    #title h2{font-size: 18px;}
    #title p{font-size: 14px;}
	.more a{padding: 9px 40px;}
	#title{margin-bottom: 25px;}
}
@media(max-width:1400px){
    #title h3{font-size: 13px;}
    #title h1{font-size: 20px;}
    #title h2{font-size: 17px;}
    #title p{font-size: 13px;}
	.more a{padding: 8px 38px;font-size: 13px;}
	#title{margin-bottom: 23px;}
}
@media(max-width:1300px){
    #title h1{font-size: 19px;margin-bottom: 8px;}
    #title h2{font-size: 16px;}
	.more a{padding: 8px 35px;font-size: 13px;}
	#title{margin-bottom: 20px;}
}
@media(max-width:1200px){
    #title h1{font-size: 18px;}
    #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: 17px;}
    #title h2{font-size: 14px;}
}
@media(max-width:760px){
    #title h1{font-size: 16px;margin-bottom: 5px;}
}


.row-arrow .owl-nav .owl-prev,.row-arrow .owl-nav .owl-next{
    width: 15px;height: 26px;position: absolute;top: 45%;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%;}
}

.honor{}
.honor .row .item>a{display: block; width: 100%;}
.honor .row .item .item-img{background: #f0f0f0;width: 100%;padding-bottom: 100%;position: relative;overflow: hidden; box-sizing: border-box;border: 2px solid transparent;}
.honor .row .item .item-img>div{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;display: flex;align-items: center;}
.honor .row .item .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 .row .item: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 .row .item .item-txt {text-align: center;padding: 20px 15px;}
.honor .row .item .item-txt h2 {font-size: 16px;font-weight: normal;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-top: 15px;position: relative;}
.honor .row .item .item-txt h2:after{content: "";position: absolute;left: calc(50% - 10px);width: 20px; height: 1px;background: #666666;top: 0;}
.honor .row .item:hover .item-txt h2 {color:#ee2324;}
.honor .row .item:hover .item-img{box-sizing: border-box; border: 2px solid #ee2324;}

@media(max-width:1600px){
    .honor .row .item .item-txt{padding: 13px 13px;}
    .honor .row .item .item-txt h2{font-size: 15px;padding-top: 13px;}
}
@media(max-width:1400px){
    .honor .row .item .item-txt h2{font-size: 14px;}
}
@media(max-width:1200px){
    .honor .row .item .item-txt{padding: 10px 10px;}
    .honor .row .item .item-txt h2{font-size: 14px;padding-top: 10px;}
    .honor .row{padding: 0 6%;}
}
@media(max-width:960px){
	.honor .row .item .item-txt h2{font-size: 12px;}
	.row-arrow .owl-nav .owl-prev, .row-arrow .owl-nav .owl-next {width: 11px;height: 22px;}
}

.index-d .wrapper{display: flex;justify-content: space-between;}
.index-d .counter{width: 24.5%; text-align: center;vertical-align: top;position: relative;}
.index-d .wrapper .counter::before{content: "";width:1px;height: 100%;background: #dddddd;position: absolute;right: 0;top: 0%;}
.index-d .wrapper .counter:last-child:before{display: none;}
.index-d h2 { font-size: 50px; color: #ee2324;  margin-bottom: 0; text-align: center; display: inline-block;}
.index-d p { font-size: 15px;line-height: 28px; margin-top: 5px;color: #333;padding: 0 10%;}
.index-d .add{font-size: 15px;color: #666666;position: relative;top: -25px;left: 5px;}
@media(max-width:1600px){
    .index-d h2{font-size: 46px;}
}
@media(max-width:1500px){
    .index-d .add{font-size: 14px;line-height: 26px;}
    .index-d h2{font-size: 42px;}
}
@media(max-width:1400px){
    .index-d h2{font-size: 36px;}
}
@media(max-width:1300px){
   .index-d .add{font-size: 13px;line-height: 24px;}
    .index-d h2{font-size: 32px;}
}
@media(max-width:1200px){
    .index-d h2{font-size: 28px;}
}
@media(max-width:960px){
    .index-d h2{font-size: 26px;}
}
@media(max-width:760px){
    .index-d h2{font-size: 24px;}
    .index-d .wrapper{flex-wrap: wrap;}
    .index-d .counter{width: 48.5%;margin-top: 5%;}
    .index-d .add{top: -20px;}
}


/* 二级栏目 */
.inside-nav{background: #f0f0f0;margin-bottom: 5%;}
.inside-nav-container{max-width: 1280px;margin: 0 auto;padding: 0 6%;}
.inside-nav ul{display: flex;flex-wrap: wrap;justify-content: center;padding: 0 3%;}
.inside-nav ul li{display: inline-block;margin: 0 2.5% 0;}
.inside-nav ul li a{font-size: 16px;color: #333;display: block;padding: 20px 0;}
.inside-nav ul li.active a{color: #ee2324;border-bottom: 2px solid #ee2324;}
.inside-nav ul li:hover a{color: #ee2324;}
@media(max-width:1600px){
    .inside-nav ul li a{font-size: 15px;}
}
@media(max-width:1400px){
	.inside-nav ul li a{font-size: 14px;}
	.inside-nav ul li a{padding: 18px 0;}
}
@media(max-width:1200px){
	.inside-nav-container{padding: 0 3%;}
	.inside-nav ul li a{font-size: 13px;}
	.inside-nav ul li a{padding: 15px 0;}
}
@media(max-width:960px){
	.inside-nav ul li a{padding: 12px 0;}
}
@media(max-width:760px){
	.inside-nav{margin-bottom: 12%;}
	.inside-nav ul li a{padding: 10px 0;}
    .inside-nav ul li{margin: 0 12px 0px;}
}
@media(max-width:580px){
    .inside-nav ul li a{font-size: 12px;}
}




.info-main{margin-bottom: 6.5%;}
.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;}

@media(max-width:1200px){
	.info-edit p{font-size: 14px;line-height: 24px;}
}
@media(max-width:760px){
	.info-edit p{font-size: 13px;line-height: 22px;}
}

/*语言切换*/
.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: #ee2324;
            padding: 10px;
        }
        @media (min-width:550px) {
            .weChat_copy{
                display: none;
            }
        }

