@import "animate.min.css";
@import "//at.alicdn.com/t/c/font_3306947_em0h73d0blv.css";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none
}
.clearfix:after,
.clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

a {
	color: #333;
    outline: 0;
    text-decoration: none;
		-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
}
a:hover{
	color: #0055FF;
}
body {
	font-family: "Microsoft Yahei";
	min-width: 1000px;
	font-size: 14px;
}
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1000px;
	height: 80px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	z-index: 10000;
	-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
}
.header:hover{
	background: #2b3033;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
img{
	width: auto;
	max-width: 100%;
	-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
.logo {
	margin-right: 20px;
}
.index-banner{
	background: #000000;
	min-width: 1220px;
	height: 530px;
}
.headerLbox{
	height: 80px;
}
.logo{
	height: 44px;
	overflow: hidden;
}
.logo img{
	height: 44px;
}
.header-nav-li a:hover {
	text-decoration: none;
}
.header-nav-li > a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 80px;
     padding: 0 18px;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.newest-act-link-icon {
	position: absolute;
	top: 24px;
	left: 50%;
	display: block;
	margin-left: 38px;
	width: 22px;
	height: 13px;
	background: url(../img/newest_act_link_icon.png) no-repeat center;
}
.pop-list{
	display: none;
}
.newest-act-link {
    position: relative;
    color: #FCF53F!important;
}
.header-nav-li.header-nav-li--active > a {
	border-bottom: 3px solid #00aaff;
	color: #00aaff;
}
.pop-list {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 100000;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 100%;
	/* height: 577px; */
	height: 660px;
	padding-top: 40px;
	background-color: #212629;
	/*box-shadow: 0 2px 10px 3px rgba(35, 38, 39, 0.5);*/
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}

.pop-list .pop-arrow {
	/*display: none;*/
	/* position: absolute; */
	/* content: ""; */
	/* left: 50%; */
	bottom: 24px;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	background: url(../img/pop_arrow.png) no-repeat center;
	/* cursor: pointer; */
}
.pop-list .pop-arrow:hover {
	background-image: url(../img/pop_arrow_hover.png);
}
.header-nav-li.header-nav-li--active .pop-list {
	display: block;
}
.pop-link-list li {
	float: left;
	width: 285px;
	height: 110px;
	margin-right: 20px;
	margin-bottom: 16px;
}
.pop-link-list .last-one {
	margin-right: 0;
}
.pop-link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 28px;
	background: #616467 no-repeat center;
	color: #fff;
}
.pop-link-title {
	font-size: 18px;
}
.pop-link-subtitle {
	color: #bbb;
	margin-top: 10px;
	font-size: 12px;
}
.pop-link:hover .pop-link-subtitle {
	color: #fff;
}
.pop-solution-list .pop-link {
	padding: 0;
	padding-left: 110px;
	line-height: 110px;
}

.pop-item-list {

}
.pop-item-list li {
	float: left;
	width: 265px;
	margin-right: 108px;
}
.pop-item-title,
a.pop-item-title {
	display: block;
	border-bottom: 1px solid #424545;
	width: 100%;
	padding-bottom: 16px;
	color: #e2e2e2;
	font-size: 18px;
}
a.pop-item-title:hover {
	color: #00aaff;
}
.pop-item-subtitle {
	margin-top: 10px;
	line-height: 1.8em;
	color: #999;
	font-size: 12px;
}
.pop-item-link {
	margin-top: 30px;
	white-space: nowrap;
}
.pop-item-link a {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	color: #00aaff;
}

.nav-pop-item {
	float: left;
	width: 23.5%;
	margin-left: 2%;
}
.more-list .nav-pop-item{
	width: 18.4%;
}
.nav-pop-item:first-child {
	margin-left: 0;
}
.nav-pop-item ul {
	margin-top: 16px;
}
.nav-item-title {
	font-size: 14px;
	color: #7a8185;
}
a.nav-item-title {
	display: block;
}
a.nav-item-title:hover {
	color: #00aaff;
}
.nav-pop-item li {
	width: 100%;
	margin-bottom: 16px;
}
.nav-pop-item.single-item {
	width: 100%;
}
.nav-pop-item.single-item li {
	float: left;
	margin-left: 2%;
	width: 23.5%;
}
.nav-pop-item.single-item li:first-child {
	margin-left: 0;
}
.nav-pop-item.single-item li.last-item {
	margin-left: 0;
}
.nav-pop-item li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #2b3033;
	padding: 16px;
	border: 1px solid #2b3033;
}
.nav-pop-item li a:hover {
	border-color: #00aaff;
}
.nav-pop-item li a:hover .nav-item-name,
.nav-pop-item li a:hover .nav-item-brief {
	color: #00aaff;
}
.nav-item-name {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
}
.nav-item-name:after {
	position: absolute;
	right: -38px;
	top: 1px;
	width: 30px;
	height: 18px;
	background: url(../img/nav_item_icon.png) no-repeat center;
}
.nav-item-name.nav-item-hot:after {
	content: "";
	background-position: 0 0;
}
.nav-item-name.nav-item-new:after {
	content: "";
	background-position: 0 -20px;
}
.nav-item-name.nav-item-tobe:after {
	content: "";
	right: -69px;
	top: 0;
	width: 60px;
	height: 20px;
	background: url(../img/nav_tobe_icon.png);
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.nav-item-brief {
	font-size: 12px;
	color: #7a8185;
}

.webSiteConfig{
	position: relative;
    display: inline-block;
    width: 120px;
    height: 100%;
    line-height: 40px;
	color: white;
	cursor: pointer;
	text-indent: 10px;
	float: left;
}
.webSiteConfig>span{
	width: 0;
	height: 0;
	border-top: 8px solid white;
	border-right: 4px solid transparent;
	border-left: 4px solid  transparent;
	position: absolute;
	right: 40px;
	top: 16px;
}
.webSiteConfig>.config_content{
	min-width:85px;
	max-width: 200px;
	width: auto;
	height: auto;
	/* background: #2b3033; */
	background: #212629;
	padding-top: 20px;
	position: absolute;
	display: none;
	z-index: 999;
}

.webSiteConfig>.config_content>div{

	/* height: 160px; */
	box-sizing: border-box;
	text-indent: 15px;
	color: white;

}
.webSiteConfig>.config_content>div>div{
	color: #999999;
}
.webSiteConfig>.config_content>div>ul{
	padding-bottom: 20px;
}
.webSiteConfig>.config_content>.chinaSite{
	width: 85px;
	float: left;
	/* border-right: 1px solid rgba(255,255,255,0.2); */
}
.webSiteConfig>.config_content>.intlSite{
	width: 120px;
	margin-left: 85px;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.webSiteConfig:hover{
	color: #00aaff;
}
.webSiteConfig:hover>span{
	border-top-color: #00aaff;
}
.webSiteConfig:hover>.config_content{
	display: block;
}
.webSiteConfig>.config_content>div>ul>li>a{
	color: white;
}
.webSiteConfig>.config_content>div>ul>li>a.active{
	color: #00aaff;
}
.webSiteConfig>.config_content>div>ul>li>a:hover{
	color: #00aaff;
}
.headerRbox p{ float: right;text-align: right;}
.headerRbox p a{ display: inline-block; margin-left:5px; line-height: 40px; color: #fff;}
.headerRbox p a:first-child{ margin-left: 0; }
.headerRbox p a:hover{ color:#059fff;}
.headerRbox .member:before{ content:''; display:inline-block; width:14px; height: 18px; vertical-align:middle; margin:0 5px 0 30px; background: url("../img/member.png")  center top no-repeat;}
.headerRbox .btn{ height: 38px; border: 1px solid #fff; padding: 0 15px; line-height: 38px; color: #fff;font-size: inherit;}
.headerRbox .btn:hover{ color:#fff;}
.headerRbox .btn-register{ margin-left:18px; border:1px solid #3b8ede; background: #3b8ede; }

.indexSwiper{
	height: 530px;
	overflow: hidden;
	position: relative;
	background: #000000;
}
.paginationBox{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 10px;
	bottom: 125px;
}
.paginationBox .swiper-pagination-bullet{
	width:30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	margin-right: 10px;
}

/* 通用 */

.footer-banner {
    text-align: center;
    height: 224px;
    color: #fff;
    background: #0055ff url(../img/reg-bg.png) center no-repeat;
}
.footer-banner .footer-title {
    padding-top: 45px;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: bold;
}
.footer-banner .footer-reg {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    width: 160px;
    height: 40px;
		display: block;
		margin: 30px auto 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: solid 1px #ffffff;
}
.footer-banner .footer-reg:hover{
	background: #fff;
	color: #0055FF;
}
.footer {
    background-color: #131926;
    padding-top: 30px;
}

.footer-service {
	padding-bottom: 30px;
    border-bottom: 1px solid #2B303C;
    margin-bottom: 65px;
}
.footer-service li{
	flex: 1;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
}
.footer-service  li .icon-bg {
    width: 40px;
    height: 40px;
		margin-right: 10px;
}
.footer-service li .icon-1 {
    background: url(../img/product_footer_1.png) 0 no-repeat;
}
.footer-service li .icon-2 {
    background: url(../img/product_footer_2.png) 0 no-repeat;
}
.footer-service li .icon-3 {
    background: url(../img/product_footer_3.png) 0 no-repeat;
}
.footer-service li .icon-4 {
    background: url(../img/product_footer_4.png) 0 no-repeat;
}
.footer-service li .icon-5 {
    background: url(../img/product_footer_5.png) 0 no-repeat;
}
.foot-menu li{

width: 160px;
margin-right: 45px;
}

.foot-menu li h4 {
	font-size: 16px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.foot-menu a {
	color: #7a7c80;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
}
.foot-menu a:hover{
	color: #fff;
}
.faboutout{
	color: #7a7c80;
	width: 296px;
	line-height: 30px;
}
.foot-kf{
	margin-top: 30px;
}
.foot-kf a{
	margin-right: 40px;
	width: 40px;
	height: 40px;
}
.foot-kf a.qq{
	background: url(../img/f-qq.png) 0 no-repeat;
}

.foot-kf a.mailto{
	    background: url(../img/f-email.png) 0 no-repeat;
}

.foot-copyright {
    background: #131926;
    border-top: 1px solid rgba(255,255,255,0.1);
     padding: 28px 0;
    text-align: center;
    color: #7a7d80;
    overflow: hidden;
    min-width: 1220px;
}
.foot-copyright a{
	color: #7a7d80;
}
.foot-copyright a:hover{
	color: #fff;
}
.foot-menuBox{
	padding-bottom: 60px;
}
.float-consult{
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 111000;
}

.suspension-item:hover {
	color: #059fff;
	border-color: #059fff;
}



.float-consult li{
	margin-bottom: 5px;
}
.suspension-item {
    position: relative;
    display: flex;
		flex-direction: column;
    width: 55px;
    height: 55px;
    background: #fff no-repeat center 8px;
    text-align: center;
    color: #666;
    border: 1px solid #eeeeee;
    font-size: 12px;
}
.suspension-item i.iconfont{
	font-size: 26px;
	margin: 2px auto 5px;
}
.float-consult .cloumn {
	display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #666666;
    border: 1px solid #eee;
    cursor: pointer;
}
.float-consult .cs4{
	display: flex;
	flex-direction: column;
}

.float-consult .cs4 i{
	font-size: 26px;
	margin: 2px auto 5px;
}
.float-consult .cs5{
	display: flex;
	flex-direction: column;
}

.float-consult .cs5 i{
	font-size: 26px;
	margin: 2px auto 5px;
}


.float-consult .cs8{
	display: flex;
	flex-direction: column;
}

.float-consult .cs8 i{
	font-size: 26px;
	margin: 2px auto 5px;
}

.float-consult li:hover .cloumn{ border: 1px solid #059fff; color: #059fff;}
.float-consult li:hover .cs4:before{ background-position: -85px -28px;}
.float-consult li:hover .cs5:before{ background-position: -116px -28px;}
.float-consult li:hover .cs8:before{ background-position: -206px -27px;}
.suspension-detail-outer {
    display: none;
    position: absolute;
    top: -34%;
    right: 54px;
    width: 340px;
}
.suspension-item.qq:hover .suspension-detail-outer{
	display: block;
}
.suspension-item.tel:hover .suspension-detail-outer{
	display: block;
}

.suspension-detail {
    position: relative;
    width: 325px;
		box-sizing: border-box;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 10%);
}
.suspension-detail-title {
    color: #666666;
    font-size: 14px;
    height: 14px;
    text-align: left;
}
.suspension-detail-list li {
    width: 142px;
    margin-top: 18px;
    height: 20px;
    line-height: 20px;
}
.suspension-detail-list li.icon-consult a {
    background-image: url(../img/icon_suspension_consult.png);
}

.suspension-detail-list li a {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    background: no-repeat left center;
    font-size: 14px;
    text-align: left;
    color: #999;
}

.suspension-detail-outer {
    display: none;
    position: absolute;
    top: -34%;
    right: 54px;
}

li.icon-small-tel a {
    background-image: url(../img/icon_suspension_tel_orange.png);
}


.pages{text-align:center;margin-top: 35px;}
.pages a{display:inline-block;padding:0 15px;height:40px;border:1px solid #e7e7e7;line-height:40px}
.pages a.active,.pages a:hover,.pages span{border-color:#0055ff;background:#0055ff;line-height:40px;color:#fff;display:inline-block;padding:0 15px;height:40px;}
.pages span.a1none{
	background: transparent;
	border-color: transparent;
	color: #333;
}

.about-head {
	position: relative;
	min-width: 1220px;
	overflow: hidden;
	color: #fff;
}

.about-head h1 {
	font-weight: 500;
	font-size: 36px;
	margin: 0 0 35px;
}

.about-head p {
	font-size: 16px;
	max-width: 1000px;
}
.module-title {
	text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 42px;
		font-weight: 500;
}

.product-banTxt {
	padding-top: 110px;
}
.product-ban {
	height: 410px;
}

.product-banTxt {
	padding-top: 110px;
}

.banTxtBox {
	color: #fff;
	width: 605px;
}

.banTxtBox h1 {
	font-size: 36px;
	font-weight: 500;
}

.banBtn {
	margin-top: 30px;
}

.banBtn a {
	width: 140px;
	height: 40px;
	margin-right: 20px;
	text-align: center;
	line-height: 40px;

}

.ban-desc {
	margin-top: 10px;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

.banBtn .btn1 {
	background-color: #fff;
	color: #131926;
}

.banBtn .btn1:hover {
	background: #0055FF;
	color: #fff;
}

.banBtn .btn2 {
	border: 1px #fff solid;
	color: #fff;
}

.banBtn .btn2:hover {
	background: #0055FF;
	color: #fff;
	border-color: #0055FF;
}

.banBtn span {
	color: #0055FF;
}

.nav-hide {
	background-color: #fff;
	height: 50px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.orientation-nav-box {
	position: relative;

}

.nav-hide .banner-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-hide .banner-nav li {
	flex: 1;
}

.nav-hide .banner-nav li a {
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #fff;
}

.banner-nav li a:hover,
.banner-nav li a.active {
	border-bottom: 2px solid #0055ff;
}

.nav-show {
	position: fixed;
	z-index: 990099;
	background: #fff;
	border-top: 1px solid rgba(247, 249, 250, 0.36);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	height: 68px;
	left: 0;
	right: 0;
	top: 0;
}

.orientation-nav-box {
	position: relative;
}

.hide {
	display: none;
}

.nav-server {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #333;
	padding-left: 25px;
	height: 66px;
	line-height: 66px;
	width: auto;
	padding-right: 25px;
	min-width: 185px;
	box-sizing: border-box;
}

.nav-server:hover {
	background-color: #fafafa;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-left: -1px;
}

.nav-server-name i {
	margin-right: 10px;
}

.nav-server:hover .nav-server-name {
	color: #0055FF;
}

.nav-server .nav-other-list {
	display: none;
	width: 260px;
	position: absolute;
	left: 0;
	right: 0;
	top: 67px;
	z-index: 100;
	background-color: #fafafa;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

.nav-server:hover .nav-other-list {
	display: block;
}

.nav-server ul li {
	height: 50px;
	line-height: 50px;
}

.nav-server ul a {
	display: block;
	height: 100%;
	color: #4c4c4c;
	font-size: 14px;
	padding: 0 23px;
}

.nav-server ul a:hover {
	background: #0055FF;
	color: #fff;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.banner-nav-fixed {
	position: absolute;
	top: 0px;
	right: 100px;
	height: 68px;
}

.banner-nav li {
	height: 66px;
	margin-right: 40px;
	float: left;
}

.nav-show .banner-nav li a {
	display: block;
	height: 67px;
	line-height: 67px;
	border-bottom: 2px solid #fff;
}

.banner-nav li a:hover,
.banner-nav li a.active {
	border-bottom: 2px solid #0055ff;
}


.buy_btn {
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #0055ff;
}

.buy_btn:hover {
	color: #fff;
}

