/*header*/
.header:hover{ background: #fff;  box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);}
.header:hover a{ color:#333;}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 5000;
	background: transparent;
	transition: ease .5s;
}
.header.on {
	box-shadow: 0 0 13px rgba(0,0,0,.1);
}
.ny-header {
	background: #fff;
}
.header-con {
}
.header.on .header-con {
	border: none;
}
.header:hover .logo{filter: grayscale(0%) brightness(100%);}
.header .logo { filter: contrast(0) brightness(2);
	display: block;
	float: left;
	position: relative;
	z-index: 1200;
	margin: 22px 0 31px 2%;
}

.header .logo span{ float:right; font-size:32px; margin-left:8px; font-family: "classic"; font-style:oblique; letter-spacing:6px; margin-top:2px;  color:#333; }
.header .logo span i{ font-size:14px; font-family: microsoft yahei; letter-spacing:0px; font-style:oblique; display:block; margin-top:4px; letter-spacing:0.6px;  color:#333;}
/*
.header .logo img {}
.header .logo img.logoon {
	display: none;
}
.header.on .logo img, .ny-header .logo img {
	display: none;
}
.header.on .logo img.logoon, .ny-header .logo img.logoon {
	display: block;
}*/
.header-right {
	float: right;
	margin: 38px 2% 38px 0;
}
.header-top {
	background: url()no-repeat center;
	transition: ease .5s;
	padding: 25px 0;
}
.ny-top {
	background: #fff;
}
.ny-top .header-language a:hover {
	color: #F0BB44;
}
.header-slogan {
	float: left;
	font-size: 22px;
	line-height: 40px;
	color: #341d17;
}
.header-phone {
	float: right;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	margin-top: -9px;
	position: relative;
	padding-left: 40px;
	font-family: "DIN-BOLD";
}
.header-phone::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
background: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515102703_989915182.png)no-repeat center;
	background-size: 100% 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.header-phone span {
	display: inline-block;
	font-family: "ITCAvantGardeStd-BkCn";
	font-size: 22px;
	line-height: 30px;
	color: #341d17;
}
.header-search {
	float: left;
	margin-top:2px;
	position: relative;
	margin-right:26px;
}
.bt-search {
	position: relative;
	border: none;
	background: none;
	float: left;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	z-index: 10;
}
/* .bt-search:hover{background: #fff;} */
.bt-search .sub-bot {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: transparent;
	border: none;
	z-index: 3;
	cursor: pointer;
	background: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515102703_1765663039.png) no-repeat center transparent;
	padding-right: 0px;
}
.header:hover .sub-bot {
	background-image: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515102703_1616559534.png);
}

.header:hover .header-phone::before {
	background-image: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515102703_680470544.png);
}

.header:hover .header-phone{    color: #009be6;}

.header.on .sub-bot, .ny-header .sub-bot {
	background-image: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515102703_1616559534.png);}


.searchop .search-all {
	z-index: 10;
	opacity: 1;
	visibility: visible;
}
.search-all {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: auto;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}
.search-all .search-box {
	position: relative;
	height: 36px;
	margin-top: 38px;
	background: #fff;
}
.searchop .search-all .search-box {
	animation: searchform-fade 400ms both;
}
.searchop .search-all form {
	animation: searchform-slide 1s both;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.search-all .search-box .search-txt {
	color: #333;
	line-height:36px;
	width: 44px;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-out;
}
.search-all .search-box .search-txt i {
	font-size: 20px !important;
}
.search-all .search-box .search-txt.left {
	float: left;
}
.search-all .search-box .search-inp {
	margin-left: 44px;
	transition: all .3s ease-out 0s;
	margin-right: 44px;
}
.search-all .search-box .search-inp input {
	font-size: 14px;
	line-height: 36px;
	color: #333;
	width: 100%;
	border-radius: 5px;
}
.searchop .search-close {
	opacity: 1;
	transition: all .2s ease-out 0s;
}
.search-all .search-box .search-close {
	width: 44px;
	height: 36px;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}
.searchop .search-close:hover {
}
.searchshow .top2-bu a {
	-webkit-animation: item-searchshow .4s both;
	animation: item-searchshow .4s both;
}
.language {
	float: left;
	position: relative;
	padding-right: 18px;
	margin-right: 18px;
	font-size: 16px;
	line-height: 24px;
}
.language::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 17px;
	background: rgba(255,255,255,.6);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.language a {
	display: block;
	width: 22px;
	height: 21px;
	background: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515102703_355295653.png)no-repeat center;
	background-size: 100% 100%;
	transition: ease .5s;
}
.language a:hover, .header.on .language a:hover, .ny-header .language a:hover {
	background-image: url();
}
.header.on .language a, .ny-header .language a {
	background-image: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515102703_1644262078.png);
}
.header.on .language::before, .ny-header .language::before {
	background: #414141;
}
.header.on .header-phone, .ny-header .header-phone {
	color: #009be6;
}
.header.on .header-phone::before, .ny-header .header-phone::before {
	background-image: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515102703_680470544.png);
}
.header-navbar {
}
.navbar {
	float: left;
	transition: ease .5s;
	margin-left: 35px;
	margin-right: -36px;
}
.navitem {
	float: left;
	padding: 0 26px;
}
.navitem > a {
	display: inline-block;
	font-size: 18px;
	color: rgba(255,255,255,1);
	line-height: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: transparent;
	padding: 35px 10px;
	position: relative;
}
/* 2020.7.31δΈ */




.dropdown-menu{ display:none; width:100%; left:0;top: 100%; position:absolute; background:#fff;border-top:1px solid #cfdae3; height:120px; text-align: center;}
.dropdown-menu ul{display:flex;justify-content:center;width:100%;padding-top:11px;}
.dropdown-menu ul li{margin:0 70px;}
.dropdown-menu ul li img{display:block;margin:0 auto;height:38px;}
.dropdown-menu ul li p{margin-top: 12px;line-height:20px;}
.dropdown-menu ul li a{display: block;color: #333333;font-size:16px}


.navitem.single {
/*	position: relative;*/
}
.navitem:hover .dropdown-menu {
	display: block;
}
.dropdown-pad {
	text-align: center;
	background: #fff;
	padding: 8px 20px;
}
.dropdown-menu a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0;
	color: #333;
	transition: ease .5s;
	border-top: 1px dashed #e5e5e5;
}
.dropdown-menu a:hover {
	color: #009be6;
}
.dropdown-menu a:first-child {
	border-top: none;
}
 @media (max-width:640px) {
.intw-txt, .pro-ul li .intw-txt, .pro-ul li:hover .intw-txt {
	padding: 30px 0;
}
.abtbanner-font h4, .abtbanner-font h3, .abtbanner-font p {
	color: #222;
}
.intw-slide:hover .intw-txt {
	transform: none;
}
.intw-slide:hover .intw-txt::before {
	display: none;
}
.intw-slide:hover .intw-txt h3 {
	color: #333;
}
.intw-slide:hover .intw-txt p {
	color: #666;
}
.intw-slide:hover .intw-txt span {
	background-color: #009be6;
	height: 2px;
	width: 29px;
}
.intw-txt p, .intw-slide:hover .intw-txt p {
	-webkit-line-clamp: 2;
}
}
/* .navitem.active>a{font-weight: bold;color: #fff;} */
.navitem:hover > a, .ny-header .navitem:hover > a {
	color: #009be6;
}
.navitem > a::before {
	position: absolute;
	content: "";
	width: 0px;
	height: 3px;
	background: #009be6;
	left: 50%;
	bottom: 0%;
	transform: translateX(-50%);
	transition: ease .5s;
}
.header.on .navitem:hover > a::before, .header.on .navitem.active > a::before, .ny-header .navitem.active > a::before {
	width: 100%;
}
.header.on {
	background-color: #fff;
	border-color: transparent;
	height: 100px;
}
.header.on .navitem > a {
	padding: 35px 10px;
}
.header.on .logo img { 
/*		width: 224px; 
height: 35px;*/
}
.header.on .logo {filter: grayscale(0%) brightness(100%); color:#333;
	margin:22px 0 31px 2%;
}
.header.on .logo p, .header.on .navitem > a, .ny-header .navitem > a, .header.on .language-text, .ny-header .language-text {
	color: #333;
}
.header.on .navitem.active > a, .ny-header .navitem.active > a {
	color: #009be6;
	font-weight: bold;
}
.header .navitem:hover > a::before,.header.on .navitem:hover > a::before, .header.on .navitem.active > a::before, .ny-header .navitem.active > a::before {
	width: 100%;
}
.header.on .navitem > a:hover {
	color: #009be6;
}
.header.on .language-text:hover, .ny-header .language-text:hover {
	color: #009be6;
}
#ino-p1 {
	display: none;
}
#ino-p span {
	opacity: 0;
}


@media(max-width:1919px) {
.header .logo img, .header.on .logo img.logoon {
	width:60px; 
	height:43px;
}

.header .logo span{ float:right; font-size:26px; margin-left:8px; font-family: "classic"; font-style:oblique; letter-spacing:6px; margin-top:2px;  color:#333; }
.header .logo span i{ font-size:12px; font-family: microsoft yahei; letter-spacing:0px; font-style:oblique; display:block; margin-top:2px; letter-spacing:0.6px;  color:#333;}



.header .logo {
	margin:20px 0 0 2%;
}
.ny-header .logo {
	margin:20px 0 0 2%;
}
.header.on .logo {
	margin:20px 0 0 2%;
}
.header-search {
	margin-right: 20px;
}
.language {
	padding-right: 12px;
	margin-right: 12px;
}
.header-phone {
	font-size: 22px;
}
.navitem {
	padding: 0 12px;
}
.navbar {
	margin-right: -22px;
}
}
 @media(max-width:1559px) {
.intw-swiper {
	padding: 0 60px;
}
.intw-swiper .swiper-button-next {
	right: 0;
}
.intw-swiper .swiper-button-prev {
	left: 0;
}
}
 @media(max-width:1459px) {
.index-tit em {
	font-size: 40px;
}

.ino-more {
	margin-top: 50px;
}
.ind3-txt h3 {
	font-size: 24px;
}

.navitem > a {
	font-size: 16px;
}
.header-phone::before {
	width: 20px;
	height: 20px;
}
.header-phone {
	font-size: 20px;
	padding-left: 30px;
}
.navitem > a, .header.on .navitem > a {
	padding: 35px 6px;
}
.navbar {
	margin-right: -18px;
	margin-left: 10px;
}
.header .logo { 
	margin: 20px 0 0 2%;
}

.header.on .logo {
	margin: 20px 0 0 2%;
}
.ny-header .logo {
	margin: 38px 0;
}
.header .logo img, .header.on .logo img.logoon {
	width:60px;
	height:43px;
}
.header .logo span{ float:right; font-size:26px; margin-left:8px; font-family: "classic"; font-style:oblique; letter-spacing:6px; margin-top:2px;  color:#333; }
.header .logo span i{ font-size:12px; font-family: microsoft yahei; letter-spacing:0px; font-style:oblique; display:block; margin-top:2px; letter-spacing:0.6px;  color:#333;}

.header-search {
	margin-right: 10px;
}

.intw-slide:hover .intw-txt p {
	-webkit-line-clamp: 3;
}
.intw-txt {
	height: 182px;
}
.intw-slide:hover .intw-txt h3, .intw-txt h3 {
	font-size: 22px;
}
.in5-li {
	padding: 10px 0 15px;
}
.bottom1-ewm {
	width: auto;
}
.index-two::before {
	height: 332px;
}
}
 @media(max-width:1259px) {
body {
	padding-top: 60px !important;
}

.foot-app, .header-app {
	display: block;
}
.index-tit em {
	font-size: 34px;
	line-height: 46px;
}
.in5-ri {
	padding: 15px 22px;
}
.in5-li {
	padding: 10px 0 13px;
}
.intw-slide:hover .intw-txt h3, .intw-txt h3 {
	font-size: 21px;
}
.ino-font1 h3 {
	font-size: 21px;
}
.ino-font1.on h3 {
	font-size: 26px;
}
.int-ul {
	padding: 60px;
}

.ino-con {
	height: 450px;
}
.in5-img {
	height: 225px;
}
.in5-img img {
	height: 100%;
}
.in5-txt {
	padding: 31px 22px 24px;
}
.frd-link {
	margin-top: 25px;
	padding-bottom: 20px;
}
}


@font-face {
font-family: "classic";
src: url("../cssnew/lassic.woff2.txt") format("woff2"),
       url("http://login.114my.cn/memberpic/023439/cssnew/classic.woff.txt") format("woff"),
       url("http://login.114my.cn/memberpic/023439/cssnew/classic.txt") format("truetype"),
       url("http://login.114my.cn/memberpic/023439/cssnew/classic.eot.txt") format("embedded-opentype"),
       url("http://login.114my.cn/memberpic/023439/cssnew/classic.svg.txt") format("svg");
}

.width1400 { width: 1360px; margin: 0 auto; position: relative; }

.topa {
	margin-right:1.8%;
	margin-top:35px;
}
.topa_a {
	margin-right: 12px;
	position: relative;
	z-index: 100;
}
.topa_a img.t1 {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background-color: #585858;
	transition: all ease 0.3s;
	cursor: pointer;
}
.topa_a img.t2 {
	position: absolute;
	width: 90px;
	top: 23px;
	left: 50%;
	margin-left: -45px;
	opacity: 0;
	padding-top: 10px;
}
.topa_aa img.t2 {
	width: 112px;
	margin-left: -57px;
}
.topa_aa img.t1 {
	background-color: #fdc800;
}
.topa p {
	float: left;
	font-size:13px;
	color: #939393;
	line-height: 29px;
	margin-left: 3px;
}
.topa p a {
	font-size:14px;
	color: #939393;
	display: inline-block;
	margin-left:17px;
	transition: all ease 0.3s;
}
.topa p a:hover {
	color: #fdc800;
}

.container{ width:1360px; margin:0 auto; overflow: hidden;}
/*--footer--*/

.footer {
	padding: 50px 0 0 0;
	overflow: hidden;
	background:url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210517/20210517191208_1011396899.jpg) center;
}
.footer .row { border-radius: 10px;
	overflow: hidden;
}
.footer .leftCon {padding: 21px 0 45px 0;
	float: left;
}
.footer .rightCon {
	float: right;
	padding:46px 0 35px;
}
.footer .logo { overflow:hidden;}
.footer .logo img {width:79px; float:left; margin-right:11px; filter: contrast(0) brightness(2);
}
.footer .logo span{ color:#fff; float:left; font-size:37px; font-family: "classic"; font-style:oblique; letter-spacing:6px; margin-top:2px; }
.footer .logo span i{ font-size:14px; font-family: microsoft yahei; letter-spacing:0px; font-style:oblique; display:block; margin-top:2px; letter-spacing:2px;}
.footer .slogan {
	margin-top:18px;
	padding-top:18px;
	text-align: center; opacity: .7; 
	border-top: #fff solid 1px;
}
.footer .QRcode p{color: #fff; opacity: .7; text-align:center; font-size:15px; padding-top:14px;}
.footer .slogan h2 { font-weight:lighter;
	font-size: 20px;
    opacity: .7;
	color: #fff;
}
.footer .QRcode {
	margin-top:57px; 
	overflow: hidden;
}
.footer .QRcode .item { padding:8px;
	display: block;
	margin: 0 auto;
	width: 120px;
	background: #fff;
}
.footer .copyright {
	margin-top:64px;
	padding-top: 25px;
	text-align: center;
	overflow: hidden;
	border-top: rgba(255,255,255,0.2) solid 1px;
}
.footer .copyright p { font-weight:lighter;
	font-size: 15px;     opacity: .7;
	color: #fff;
}
.footer .ft-inner {
	overflow: hidden;
}
.footer .ft-menu {
	float: left;
	width: 620px;
	overflow: hidden;
}
.footer .ft-menu dl {
	float: left;
	width: 33.33%;
}
.footer .ft-menu dt {
	height: 35px; font-weight:100;
	line-height: 35px;
	font-size:18px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer .ft-menu dt a {
	color: #fff; font-size:18px;
}

.footer .ft-menu dt a:after {
	content: "";
	display: block;
	width: 19px;
	height:2px;
	background: #fff;
	margin-top: 18px;
	transition: all linear 0.5s;
}
.footer .ft-menu dt a:hover:after {
	width: 68px;
}

.footer .ft-menu dd {
	padding-top:38px;
	overflow: hidden;
}
.footer .ft-menu dd a {
	display: block; font-weight:lighter;
	position: relative;
	line-height:32px;
	font-size: 15px;
	color:#a2aabd;
	transition: all .5s;
}
.footer .ft-menu dd a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 1px;
	content: "";
	background: #fff;
	transition: all .5s;
}
.footer .ft-menu dd a:hover {
	padding-left: 20px;
	color: #fff;
}

.footer .ft-menu dd a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 1px;
	content: "";
	background: #fff;
	transition: all .5s;
}



.footer .ft-menu dd a:hover:before {
	width: 10px;
}
.footer .ft-info {
	overflow: hidden;
}
.footer .ft-info dt {
	height: 35px;
	line-height: 35px;
	font-size:18px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer .ft-info dt a:after {
	content: "";
	display: block;
	width: 19px;
	height:2px;
	background: #fff;
	margin-top: 18px;
	transition: all linear 0.5s;
}
.footer .ft-info dt a:hover:after {
	width: 68px;
}

.footer .ft-info dt a { font-size:18px; font-weight:100;
	color:#fff;
}
.footer .ft-info dt a:hover {
}




.footer .ft-info dd {
	padding-top: 24px;
	overflow: hidden;color:#9198a9; line-height:27px;
}
.footer .ft-info dd .item {
	    margin-top:13px; margin-bottom:6px;
}
.footer .ft-info dd .item span {
	display: block;
	font-size: 15px;
	color:#9198a9;
}
.footer .ft-info dd .item em {
	display: block;
	position: relative;
	margin-top: 7px;
	margin-bottom:10px;
	padding-left: 40px;
	font: 24px / 1 "DIN Medium";
	color:#009be6;
	background: url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210512/20210512154742_323366881.png) no-repeat 0 center;
}
.footer .ft-info dd .item em:before {
	display: block;
	position: absolute;
	left: 30px;
	top: 3px;
	bottom: 3px;
	width: 1px;
	content: "";
	background: #999;
}
.footer .ft-bot {
	clear: both;
	margin-top:34px;
	padding:15px 0;
	line-height:30px;
	font-size:15px;
	color:#a2aabd;
	overflow: hidden;
	border-bottom: #495060 solid 1px;
}
.footer .ft-bot a {
	display: inline-block; font-size:15px;
	color: #a2aabd;
}
.footer .ft-bot a:hover {
	color: #fff;
}
.footer .ft-address {
	padding-top: 20px;
	line-height: 25px;
	font-size:15px;
	color: #999;
	overflow: hidden;
}
.footer .ft-address span {
	display: inline-block;
	margin-right: 20px;
}
.footer .ft-links {
	padding-top:22px;
	line-height: 25px;
	overflow: hidden;
}
.footer .ft-links dt {
	float: left;
}
.footer .ft-links dt a {
	color:#a2aabd; font-size:15px;
}
.footer .ft-links dd {
	padding-left: 20px;
	overflow: hidden;
}
.footer .ft-links dd a {
	display: inline-block;
	margin-right: 20px;
	color: #666;
}
.footer .ft-links a:hover {
	color: #fff;
}
@media(max-width:1300px) {
.footer .leftCon {
	padding: 40px 50px;
	width: 300px;
}
.footer .rightCon {
	padding: 40px 46px 30px;
	width: 895px;
}
.footer .ft-menu {
	width: 580px;
}
.footer .slogan h2 {
	font-size: 18px;
}
}



.footer .ft-links {    color: #a2aabd;
	padding-top:22px;
	line-height: 25px;
	overflow: hidden;
}

.i_search_r{float: right; width: 262px;}
.i_search_r form { display: block; width: 260px;line-height: 38px; height: 38px; margin: 0; position: relative; }
.i_search_r form #search-i{ background:url(http://login.114my.cn/memberpic/023439/uploadfile/image/20210515/20210515163920_2108085099.jpg) no-repeat center; width:25px; height:36px; border-radius: 50%; position: absolute; right: 2px; top:0px; overflow: hidden; display: block; transition:0.3s all ease-in-out; }
.i_search_r form #search-i input{ display: block; width: 100%; height: 100%; cursor: pointer; background: none; border: 0 none; }
.i_search_r form #search-bg input { line-height: 38px; background: none; border: 0 none; width: 210px; padding-left: 20px; color: #aaa; outline: none;}