@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
*,
*:link,
*:link,
*:active,
*:visited,
*:hover,
*:focus,
a,
a:link,
a:active,
a:visited,
a:hover,
	{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;;
 -webkit-user-select: none!important;;
 -moz-user-focus: none!important;;
    -moz-user-select: none!important;;
        outline:none;
}
*:-webkit-any-link:active {
	-webkit-user-select: none!important;
 -moz-user-focus: none!important;;
    -moz-user-select: none!important;
        outline:none!important;
    outline:none !important;
    background:  transparent!important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;}
.Header-wrapper .contain{
	position: relative;
}
.Header-logo{float: left;display: flex;align-items: center;position: relative;z-index: 999;color: rgba(51, 51, 51, 1);}
.Header-logo span{
	padding-left: 30px;
	font-size: 16px;
}
.Header-logo img{height: auto;width: 136px}
.Header-logo img.s{display: block;}
.Header-logo img.h{display: none;}
.Header-top{
	padding: 14px 0;
}
.Header-lang{float: right;position: relative;z-index: 999;display: flex;align-items: center;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #14B6D5;
line-height: 1;}
.Header-lang .line{
	width: 1px;
	height: 28px;
	background: #CCCCCC;
	margin: 0 10px;
}
.Header-lang a{
	color: #777
}
.Header-lang a.active,
.Header-lang a:hover{
	color: #14B6D5;
}
.Header-lang-menu{display: flex;align-items: center;}
.Header-lang-menu span{display: block;line-height: 22px;font-size: 15px;}
.Header-lang-menu i{display:block;background:url(../images/lang-drop-color.png) no-repeat center/100%;width:9px;height:5px;margin-left:15px}
.Header-lang.active .Header-lang-menu i{transform:rotate(180deg)}

/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 90px;left: 50%;margin-left: -80px;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-lang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #00b0d2;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}
.Header-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding-bottom: 17px; */
	/* margin: -10px 0 0; */
}
.Header-search{float:right}
.Header-search-click{cursor:pointer;position:relative;z-index:999;margin-left:30px;padding-left:26px;display:flex;align-items:center;display: none}
.Header-search-click i{background:url(../images/search.svg) no-repeat center/100%;width:24px;height:24px;display:block}
.Header-search-click:after{content:'';width:1px;background:#747474;height:17px;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:all .4s ease}
.Header-search-click.active i{background: url('../images/close.svg') no-repeat center/20px auto;}
.Header-search-item{width: 200px;top: 0;left: 0;z-index: 99;position: relative}
.Header-search-item .contain{padding-right: 148px;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width:100%;height: 36px;font-size: 14px;color: #747474;background: #eeeeee;border-radius: 2px;padding: 0 15px;transition: all .4s ease}
.Header-search-item input[type="text"]::placeholder{
	font-size: 14px;
}
.Header-search-item input[type="text"]:focus{box-shadow:0 0 0 .2rem rgba(238,238,238,.5)}
.Header-search-item button{color: rgba(0, 176, 210, 1); width: 30px;height: 36px;background: url('../fonts/search-blue.svg') no-repeat center /22px auto;cursor: pointer;margin-right: 0;position: absolute;right: 10px;top:50%;transform: translateY(-50%)}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{visibility: visible;opacity: 1;}
body.PC .Header-navbar{/* display: block !important; */display: block}
.Header-navbar ul{display: flex;align-items: center;line-height: 54px;}
body.PC .Header-navbar .navbarScroll i{color: #747474;font-size: 16px;margin: 0 17px;}
body.Lucency .Header-navbar .navbarScroll i{font-size: 16px;color: #fff;margin: 0 17px;}
.Header-navbar li{z-index: 9;line-height: 54px;height: 54px;}
.Header-wrapper li .sub-nav{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	z-index: 2;
	border-top: 1px solid rgba(23, 134, 187, 1);
	padding: 30px 40px 55px;
	display: none;
}
.Header-wrapper li:hover .sub-nav{
	display: block;
}
.Header-wrapper li .sub-nav .items{
	display: flex;
	justify-content: space-between;
}
.Header-wrapper li .sub-nav .items .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1786BB;
	line-height: 1;
}
.Header-wrapper li .sub-nav .items .a-links{
	margin-top: 27px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.Header-wrapper li .sub-nav .items .item{
	width: 260px;
	/* max-width: 11%; */
}
.Header-wrapper li .sub-nav .items .a-links a{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
	padding-bottom: 5px;
	width: 48%;
}
.Header-wrapper li .sub-nav .items .a-links a:hover{
	color: #1786BB;
	border-color: #1786BB;
}
.Header-wrapper li .sub-nav .items .a-links a:not(:last-child){
	margin-bottom: 15px;
}
.Header-wrapper li .sub-nav1{
	position: absolute;
	left: 313px;
	top: 100%;
	border-top: 1px solid #1786BB;
	background-color: #fff;
	width: 550px;
	padding: 40px 50px 50px;
	display: none;
}
.Header-wrapper li:hover .sub-nav1{
	display: flex;
}
.Header-wrapper li .sub-nav1 .pic img{
	display: block;
	width: 250px;
}
.Header-wrapper li .sub-nav1 .text-box{
	margin-left: 60px;
	padding-top: 10px;
}
.Header-wrapper li .sub-nav1 .text-box .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1786BB;
	line-height: 1;
}
.Header-wrapper li .sub-nav1 .text-box .a-links{
	margin-top: 25px;
}
.Header-wrapper li .sub-nav1 .text-box .a-links a{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.Header-wrapper li .sub-nav1 .text-box .a-links a:hover{
	color: #1786BB;
	border-bottom-color: #1786BB;
}
.Header-wrapper li .sub-nav1 .text-box .a-links a:not(:last-child){
	margin-bottom: 15px;
}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-navbar li+li{padding-left:30px;margin-left:30px}
/*.Header-navbar li+li:after{content:'';width:4px;height:4px;border-radius:50%;background:#747474;position:absolute;left:0;top:50%;transform:translateY(-50%)}*/
.Header-menu{display:flex;align-items:center;font-size:16px;color:#747474;transition:color .4s ease}
.Header-menu span{position:relative;display:block}
.Header-menu span:after{content:'';width:100%;height:3px;bottom: 10px;background:#00b0d2;position:absolute;left:0;opacity:0;visibility:hidden;transition:all .4s ease;transform:translateY(-3px)}
.Header-navbar li:hover .Header-menu span:after, .Header-navbar li.active .Header-menu span:after{opacity: 1;visibility: visible;transform: translateY(0)}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #f7f7f7;top: 90px;left: 50%;width: 200px;margin-left: -75px;}
.Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #00b0d2;color: #fff;}

.Header-navclick{cursor:pointer;user-select:none;float:right;display:none;align-items:center;font-size:0}
.Header-navclick .in{padding:12px 5px;background:#f9f9f9;border-radius:4px}
.Header-navclick span,.Header-navclick span:after,.Header-navclick span:before{display:inline-block;height:2px;width:19px;background:#333;transition:top .2s linear}
.Header-navclick span{transition:all .2s .4s ease;position:relative}
.Header-navclick span:after,.Header-navclick span:before{position:absolute;left:0;content:'';transform-origin:50% 50%;transition:top .2s .4s ease,transform .4s ease;height:2px}
.Header-navclick span:before{top:6px}
.Header-navclick span:after{top:-6px}
.Header-navclick.active span{transition:all .2s 0s ease;background:0 0}
.Header-navclick.active span:after,.Header-navclick.active span:before{transition:top .2s ease,transform .2s .3s ease;top:0;width:19px}
.Header-navclick.active span:before{transform:rotate3d(0,0,1,45deg)}
.Header-navclick.active span:after{transform:rotate3d(0,0,1,-45deg)}

/* 透明 */
body.NoGap .Container-wrapper{margin-top: 0;}
body.Lucency .Header-wrapper{background: transparent;box-shadow: none;}
body.Lucency .Header-logo img.s{display: none;}
body.Lucency .Header-logo img.h{display: block;}
body.Lucency.pc .Header-logo img.h{
	display: none;
}
body.Lucency.pc .Header-logo img.s{
	display: block;
}
body.Lucency .Header-menu{color: #fff;}
body.Lucency .Header-search-click i{background-image: url('../fonts/searchw.svg');}
body.Lucency .Header-lang-menu span{color: #fff}
body.Lucency  .Header-navbar li+li:after{background: #fff}
body.Lucency .Header-lang-menu i{background-image: url("../images/lang-drop.png")}
body.Lucency .Header-search-click:after{background: rgba(255,255,255,.15)}
body.Lucency  .Header-search-item input[type="text"]{background:rgba(238,238,238,.2)}
body.Lucency  .Header-search-item input[type="text"]{color: #fff}
/* -- */
body.Lucency.Mouse .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
body.Lucency.Mouse .Header-logo img.s{display: block;}
body.Lucency.Mouse .Header-logo img.h{display: none;}
body.Lucency.Mouse .Header-menu{color: #747474;}
body.Lucency.Mouse .Header-search-click i{background-image: url('../images/search.svg');}
body.Lucency.Mouse .Header-lang-menu span{color: #747474}
body.Lucency.Mouse  .Header-navbar li+li:after{background: #747474}
body.Lucency.Mouse .Header-lang-menu i{background-image: url("../images/lang-drop-color.png")}
body.Lucency.Mouse .Header-search-click:after{background:#747474}
body.Lucency.Mouse  .Header-search-item input[type="text"]{background:rgba(238,238,238,1)}
body.Lucency.Mouse  .Header-search-item input[type="text"]{color: #747474}
/* -- */
body.Lucency.onSearch .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
body.Lucency.onSearch .Header-logo img.s{display: block;}
body.Lucency.onSearch .Header-logo img.h{display: none;}
body.Lucency.onSearch .Header-menu{color: #747474;}
body.Lucency.onSearch .Header-search-click.active i{background-image: url('../images/close.svg');}
body.Lucency.onSearch .Header-lang-menu span{color: #747474}
body.Lucency.onSearch .Header-lang-menu i{background-image: url("../images/lang-drop-color.png")}
body.Lucency.onSearch .Header-search-click:after{background:#747474}
body.Lucency.onSearch  .Header-search-item input[type="text"]{background:rgba(238,238,238,1)}

/* 底部 */
.Footer-wrapper{width:100%;background:#272a2f;position:relative;z-index:9}
.Footer-items{width:100%}
.Footer-items .contain{display:flex}
.Footer-info{width:21%}
.Footer-info .tel .tit{line-height:1.1;color:#fff}
.Footer-info .tel .phone{font-family:Arial;line-height:1.1;color:#1786bb;font-weight:700}
.Footer-navbar{width:100%;overflow:hidden;user-select:none;margin-left:auto;}
.Footer-navbar ul{display:flex;justify-content:space-between}
.Footer-navbar ul li{
	width: 13.57%;
}
.Footer-navbar ul .text{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7F82;
	line-height: 2;
	margin-top: 15px;
}
.Footer-navbar ul .qr-code .full-cover{
	margin-top: 14px;
	width: 80px;
	height: auto;
}
.Footer-navbar ul .qr-code .title{
	width: 80px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #858585;
	line-height: 1;
	margin-top: 11px;
}
.Footer-menu{font-size:16px;color:#fff;display:block;line-height: 1;padding-bottom: 10px;border-bottom: 1px solid rgba(61, 64, 68, 1);}
.Footer-drop{width:100%;margin-top:21px}
body.PC .Footer-drop{display:block!important}
.Footer-drop a{display:block;font-size:14px;color:#858585;line-height:1;transition:all .4s ease}
.Footer-drop a+a{margin-top:15px}
.Footer-drop a:hover{color:#fff}
.Footer-code{margin-left:75px}
.Footer-code .qr-code{text-align:center;color:#858585}
.Footer-code .qr-code .title{font-size:14px;color:#858585;line-height:1.1;margin-top:10px}
.Footer-code picture{display:block;width:120px;height:120px;padding:5px;background:#fff;margin:0 auto}
.Footer-copyright{color:#555}
.Footer-copyright .contain{border-top:1px solid rgba(120,120,120,.15);display:flex;flex-wrap:wrap;padding:10px 0}
.Footer-copyright a{transition:color .4s ease}
.Footer-copyright a:hover{color:#fff}
.Footer-copyright .lft,.Footer-copyright .rgt{width:50%}
.Footer-copyright .link{width:100%;display:flex;flex-wrap:wrap}
.Footer-copyright .rgt{text-align:right}


/* 置顶 */
.backTop {display: none;right: 40px;bottom: 54px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #00b0d2 url('../images/top.svg') no-repeat center/22px auto;}
@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 90px;}
.contain{width: 1400px;margin: 0 auto}

.fixed-right{
	position: fixed;
	right: 15px;
	top: 65%;
	transform: translateY(-50%);
	z-index: 999;
}
.fixed-right ul li{
	position: relative;
	width: 55px;
	height: 55px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
	border-radius: 5px;
}
.fixed-right ul li:not(:last-child){
	margin-bottom: 2px;
}
.fixed-right ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 176, 210, 1);
}
.fixed-right ul li a .iconfont{
	font-size: 22px;
	color: #fff;
}
.fixed-right ul li a .iconfont.icon-rencaizhaopin,
.fixed-right ul li a .iconfont.icon-hezuo{
	display: block;
	transform: scale(1.3);
}
.fixed-right ul li a .iconfont.icon-skype-fill{
	color: rgba(0, 174, 243, 1);
}
.fixed-right ul li a .iconfont.icon-wechat-fill,
.fixed-right ul li a .iconfont.icon-xiangshang{
	color: rgba(37, 211, 102, 1);
}
.fixed-right ul li a .iconfont.icon-xiangshang{
	color: rgba(34, 34, 34, 1);
}
.fixed-right ul li .text{
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	/* margin-top: 6px; */
}
.fixed-right ul li .li-box1{
	position: absolute;
	top: -283px;
	right: 75px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	width: 400px;
	display: none;
}
.fixed-right ul li .li-box1 .box-t{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	background: rgba(0, 176, 210, 1);
	padding: 0 20px;
}
.fixed-right ul li .li-box1 .box-t .title{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.fixed-right ul li .li-box1 .box-t .icon-guanbi1{
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}
.fixed-right ul li .li-box1 .box-c{
	padding: 20px 30px 30px;
	background-color: #fff;
}
.fixed-right ul li .li-box1 .box-c .tips{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}
.fixed-right ul li .li-box1 .box-c .tips .iconfont{
	font-weight: bold;
	margin-right: 10px;
}
.fixed-right ul li .li-box1 .box-c .form{

}
.fixed-right ul li .li-box1 .box-c .input label{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: block;
	margin-bottom: 6px;
}
.fixed-right ul li .li-box1 .box-c .input label span{
	color: rgba(0, 176, 210, 1);
	padding-right: 10px;
	font-weight: bold;
}
.fixed-right ul li .li-box1 .box-c .input input,
.fixed-right ul li .li-box1 .box-c .input textarea{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	padding: 0 10px;
	outline: none;
	resize: none;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}
.fixed-right ul li .li-box1 .box-c .input input::placeholder,
.fixed-right ul li .li-box1 .box-c .input textarea::placeholder{
	font-size: 14px;
}
.fixed-right ul li .li-box1 .box-c .input textarea{
	height: 85px;
}
.fixed-right ul li .li-box1 .box-c .input:not(:last-child){
	margin-bottom: 15px;
}
.fixed-right ul li .li-box1 .box-c .send{
	height: 30px;
	background: rgba(0, 176, 210, 1);
	margin-top: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
.fixed-right ul li .li-box2{
	position: absolute;
	top: 0;
	right: 75px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	padding: 10px;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	white-space: nowrap;
	display: none;
}
.fixed-right ul li:hover .li-box2{
	display: block;
}
.fixed-right ul li .li-box2 img{
	width: 80px;
	height: 80px;
	max-height: auto;
	max-width: 80px;
}
.fixed-right ul li .li-box2 p:not(:last-child){
	margin-bottom: 28px;
}

.banner1{
	position: relative;
}
.banner1 .swiper-slide{
	position: relative;
}
.banner1 .swiper-slide .slide-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.banner1 .swiper-slide .slide-box .en{
	font-size: 46px;
	/* font-family: FZYaoTi; */
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.banner1 .swiper-slide .slide-box .zh{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 21px;
}
.banner1 .swiper-slide .slide-box .img{
	display: block;
	margin-top: 60px;
}
.common-nav .contain{
	display: flex;
	justify-content: space-between;
}
.common-nav .common-nav-l{
	font-size: 16px;
	display: flex;
	line-height: 99px;
}
.common-nav .common-nav-l span{
	position: relative;
}
.common-nav .common-nav-l span::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: rgba(43, 154, 201, 1);
	opacity: 0;
}
.common-nav .common-nav-l span:hover::before,
.common-nav .common-nav-l span.active::before{
	opacity: 1;
}
.common-nav .common-nav-l span:not(:last-child){
	margin-right: 72px;
}
.common-nav .common-nav-l span a{
	padding: 0 14px;
}
.common-nav .common-nav-l1 span a{
	display: block;
	padding: 0 44px;
	background-color: rgba(207, 207, 207, 1);
	color: #fff;
}
.common-nav .common-nav-l1 span:not(:last-child){
	margin-right: 0;
}
.common-nav .common-nav-l1 span:hover::before, 
.common-nav .common-nav-l1 span.active::before{
	display: none;
}
.common-nav .common-nav-l1 span:hover a,
.common-nav .common-nav-l1 span.active a{
	background-color: rgba(48, 148, 191, 1);
}
.common-nav .common-nav-r{
	/* float: right; */
	line-height: 99px;
	color: rgba(190, 190, 190, 1);
	font-size: 12px;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: #333;
	margin: 5px;
	cursor: pointer;
	background: #EEEEEE;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	width: 62px;
	color: rgba(206, 206, 206, 1);
}

.pagination ul li .iconfont {
	font-size: 12px;
	color: rgba(159, 159, 159, 1);
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(43, 154, 201, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.pagination ul li.active .iconfont,
.pagination ul li:hover .iconfont{
	color: #fff;
}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900) */
}

@media all and (max-width:1599px) {
	/* 1440 × (700)  */
	.contain{width: 1200px}
	.Header-search-click{margin-left: 20px;padding-left: 20px}
	.Header-lang-menu i{margin-left: 10px}
	.Header-navbar li+li{padding-left: 20px;margin-left: 20px}
	.Footer-code picture{width: 110px;height: 110px}
	.Footer-info{width: 25%}
	.Footer-copyright .contain{padding: 30px 0}
	.Header-navbar{margin-right: 30px}
	.Header-search-item{margin-left: 20px;}
	.Footer-drop a+a{margin-top: 10px}
	.Footer-code{margin-left: 60px}
	body.Lucency .Header-navbar .navbarScroll i,
	body.PC .Header-navbar .navbarScroll i{
		margin: 0 10px;
	}
}

@media all and (max-width:1439px) {
	.banner1 .swiper-slide .slide-box .en{
		font-size: 36px;
	}
	/* 1360 */
}

@media all and (max-width:1359px) {
	/* 1280 */
}

@media all and (max-width:1279px) {
	.Header-logo img{
		width: 150px;
	}
	/* 1152 × (700) */
	.contain{width: 94% !important;}
	.Header-lang-menu i{margin-left: 5px}
	.Header-menu{font-size: 15px}
	.Header-logo img{max-height: 40px}
	.Header-navbar li+li{padding-left: 10px;margin-left: 10px}
	.Header-navbar li+li:after{display: none}
	.Header-navbar{margin-right: 20px}
	.Header-search-click{margin-left: 15px;padding-left: 15px}
	.Footer-code picture{width: 90px;height: 90px}
	.Footer-code{margin-left: 40px}
	.Footer-navbar{width: 56%}
	.Footer-copyright .contain{padding: 20px 0}
	.Header-search-item{margin-left: 15px;}
	.Header-search-item input[type="text"]{height: 32px;padding: 0 10px;font-size: 13px}
	.Header-search-item input[type="text"]::placeholder{font-size: 13px}
	.Header-search-item button{height: 32px;background-size: 18px;right: 5px}
	.Header-search-item{}
	.banner1 .swiper-slide .slide-box .en{
		font-size: 30px;
	}
}

@media all and (max-width:1151px) {
	body.Lucency .Header-navbar .navbarScroll i, body.PC .Header-navbar .navbarScroll i{
		margin: 0 6px;
	}
	.Header-search-item{
		width: 120px;
	}
	/* 1024 */
}

.dinga .dingweiquan img{
display:none !important;

}

/* ------------------------手机端-------------------------- */
@media all and (max-width:1199px) {
.Header-wrapper li .sub-nav1{
display:none !important;
}
	.Header-bottom{
		padding-bottom: 0;
		margin-top: 0;
	}
	.Header-wrapper li .sub-nav{
		display: none;
	}
	.Header-wrapper li:hover .sub-nav{
		display: none;
	}
	.fixed-right{
		display: none;
	}
	body.PC .Header-navbar{
		display: none;
		/* display: none !important; */
	}
	/* 平板设备 720 适配 */
	.banner1 .swiper-slide .slide-box .en{
		font-size: 26px;
	}
	.banner1 .swiper-slide .slide-box .zh{
		font-size: 24px;
	}
	.banner1 .swiper-slide .slide-box .img{
		margin-top: 40px;
		width: 40px;
	}
	body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
	.contain-1600, .contain-1400, .contain{width: 92%  !important;}
	.Container-wrapper{margin-top: 54px;}
	.Header-wrapper .contain{width: 100%;}
	.Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
	.Header-logo, .Header-search-click, .Header-lang-menu{}
	.Header-logo{margin-left: 4%;}
	.Header-logo img{max-height: 44px;}
	.Header-navclick{display: flex;margin-right: 1%;}
	.Header-lang{margin: 0 12px 0 4px;}
	.Header-lang-more{width: 120px;margin-left: -54px;top: 54px;}
	.Header-lang-more a{padding: 6px 0;}
	.Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
	.Header-navbar ul i{display: none;}
	.Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0 0 20px;}
	.Header-navbar.active li{opacity: 1;transform: translateY(0);}
	.Header-arrow.active{transform: rotate(180deg);}
	.Header-navbar li:hover .Header-menu{color: #747474 !important;}
	.Header-navbar li.active .Header-menu{color: #00b0d2 !important;}
	.Header-navbar{display:none;position:absolute;width:100%;margin-right:0;height:calc(100vh - 58px);top:61px;left:0;padding:12px 4%;background:#e7e7e7}
	.Header-menu{padding:12px!important;background:#fafafa;color:#121212;height:auto;border-radius:5px;font-weight:400}
	.Header-navbar li+li{margin-top:12px}
	.Header-arrow{display:block;width:30px;height:26px;border-radius:5px;position:absolute;z-index:9;right:3px;top:5px;background:#f3f3f3 url(../fonts/arrd.svg) no-repeat center/12px auto}
	.Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
	.Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;}
	.Header-search-item {display: none;width: 100%;line-height: normal;height: 40px;top: 54px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;position: absolute;left: 0;margin: 0}
	.Header-search-item button{height: 100%;background-size: 22px}
	.Header-search-item .contain {padding-right: 0;}
	.Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
	.Header-search-item.active input[type="text"] {animation: none;}
	.Header-search-click{margin-right: 20px;margin-left: 10px;display: flex;float: right;}
	.Header-navbar li+li{margin-left: 0;padding: 0}
	.Header-menu span:after,.Header-navbar li+li:after{display: none}
	.Footer-items .contain{flex-wrap: wrap}
	.Footer-info{width:100%;padding: 0 4%}
	.Footer-navbar ul{flex-wrap: wrap}
	.Footer-navbar{}
	.Footer-drop a+a{margin-top: 0}
	.Footer-code{margin-left: 4%;margin-top: 20px}
	.Footer-copyright .lft, .Footer-copyright .rgt{width: 100%;text-align: center}
	.Footer-copyright .contain{padding: 15px 0}

	.Footer-items{padding: 32px 0 36px;}
	.Footer-items .contain {width: 100%;}
	.Footer-navbar{width: 100%;}
	.Footer-navbar li{width: 100% !important;}
	.Footer-menu {height: 36px;line-height: 36px;padding: 0 4%;position: relative}
	.Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: calc(4% - 10px);top: 0;background: url('../fonts/arrdw.svg') no-repeat center /18px auto;}
	.Footer-menu.active::after{transform: rotate(180deg);}
	.Footer-drop a{padding: 7px 4%;}
	.Footer-drop{display: none;margin-top: 0;}
}
@media (max-width: 768px) {
	.Header-logo span{
		display: none;
	}
}
@media all and (max-width:640px) {
	.Header-logo{
		margin-left: 3%;
	}
	.Header-search-click{
		margin-right: 10px;
		margin-left: 5px;
	}
	.Header-lang,.Header-lang-menu span{
		font-size: 14px;
	}
	.Header-lang .line{
		margin: 0 5px;
	}
	/* 移动终端以上 360 适配 */
	.Header-logo img{max-height: 34px;width: auto;}
	.Header-menu{height: 38px}
	.Footer-menu{height: 32px;line-height: 32px}
	.Footer-copyright .lft, .Footer-copyright .rgt{font-size: 13px}
	.banner1 .swiper-slide .slide-box .img{
		margin-top: 30px;
		width: 30px;
	}
	.pagination ul li{
		width: 36px;
		height: 36px;
		line-height: 34px;
	}
	.pagination ul li:first-child, .pagination ul li:last-child{
		width: 46px;
	}

}
@media all and (max-width:500px) {
	.qr-code-box{
		padding: 0 4%;
	}
}

.xb{
	font-size: 12px;
	vertical-align: sub;
}