/*
 	板块居中、限宽、样式
 * */
.section {
	margin: 0 auto;
	width: 1200px;
}

.title-bottom {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #e8e8e8;
}
.person_main {
	right: -174px;
}
/* 
	颜色
 * */
.color-deepdark {
	color: #181C29;
}

.color-dark {
	color: #4D5260;
}

.color-gray {
	color: #828897;
}

.color-danger {
	color: #E1251B;
}

.color-deepinfo {
	color: #FF6521;
}

.color-info {
	color: #FF6B22;
}

/* 
	loading 
 * */
.loading {
	background: url(img/index/loading/loading.gif) no-repeat center;
	background-size: 16px 16px;
}

/*
 	图标
 * */

/*.icon-name {
	w
	h
	background: url() no-repeat center;
}*/
/*.icon-name {
	w
	h
	background: url() no-repeat center;
}*/

/* 头部 */
#top-bar {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #edeff2;
}

#top-bar .section {
	background: #edeff2;
}

#top-bar a,
#top-bar span.text,
#header .top a,
#header .top span.text {
	color: #666;
}

#top-bar em,
#header .top em {
	color: #BBBFC9;
}

#top-bar a:hover,
#header .top a:hover {
	color: #FF6B22;
	font-weight: 600;
}

/* 头部2 */
#header {
	background: #fff;
}
.logo_span{
	display: inline-block;
	width: 222px;
	height: 44px;
	margin-top: 8px;
}
.logo_span img{
	width: auto;
	height: 100%;
}
#header .top {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	background: #f6f7f9;
}

#header .bottom {
	height: 60px;
}

#header .bottom #navbar {
	margin-top: 10px;
}

/* banner */
#banner {
	position: relative;
	min-width: 1200px;
	height: 480px;
}

.banner-bg {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
	z-index: 1;
}

#banner .banner-bg .banner-info {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	width: 1920px;
	height: 550px;
	background: url(img/index/bg.png) no-repeat center;
	background-size: 1920px 550px;
	z-index: 2;
}
.nav_main{
	height: 70px;
	background-color: #edeff2;
}
#navbar {
	margin-top: 14px;
	width: 100%;
	height: 40px;
}

#logo {
	margin: 6px 36px 6px 0px;
	height: 28px;
}

#nav {
	height: 40px;
}

#nav .nav-item {
	float: left;
	position: relative;
	margin-right: 28px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

#nav .nav-item.hot::after {
	content: "";
	position: absolute;
	top: 0px;
	right: -18px;
	width: 20px;
	height: 12px;
	background: url(img/index/hot-icon.png) no-repeat center;
	background-size: 18px 11px;
}

#nav .nav-item:last-of-type {
	margin-right: 0;
}

#nav .nav-item a {
	display: block;
	position: relative;
	color: #333;
}

#nav .nav-item:hover>a {
	color: #FF6B22;
	font-weight: 600;
}

#nav .nav-container {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 6px 0;
	background: #fff;
	text-align: center;
	box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .08);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 1;
}

#header #nav .nav-container {
	box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .18);
}

#nav .nav-container::before,
#nav .nav-container::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	margin: -3px 0 0 -5px;
	width: 10px;
	height: 10px;
	background: #fff;
	z-index: -1;
	transform: rotate(45deg);
}

/* #nav .nav-container::before {
	margin-top: -4px;
	background: rgba(0,0,0,.18);
} */
#nav .nav-container .link-wrap {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

#nav .nav-container a {
	padding: 0 20px;
	display: block;
	white-space: nowrap;
}

#nav .nav-container a:hover {
	color: #FF6B22;
	font-weight: 400;
	background: #f0f0f0;
}

#nav .nav-item:hover .nav-container {
	display: block;
	-webkit-animation: fadeIn .4s cubic-bezier(0, 1, 0.5, 1);
	animation: fadeIn .4s cubic-bezier(0, 1, 0.5, 1);
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translate(-50%, 20px);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translate(-50%, 20px);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

#search {
	width: 300px;
	height: 40px;
}

#search input {
	padding: 5px 10px 5px 40px;
	width: 168px;
	height: 28px;
	font-size: 14px;
	color: #333;
	background: url(img/index/icon-search.png) no-repeat 15px center;
	border: 1px solid #FF6521;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

#search .search {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	background: #FF6521;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

#search .search:active {
	color: #ccc;
}

#menu {
	margin-top: 0;
	position: relative;
	width: 221px;
	height: 450px;
	background: #fff;
	z-index: 111;
}

#menu .menu-item {
	padding: 12px 20px 12px 25px;
	width: 173px;
	height: 42px;
	border: 2px solid transparent;
	background: #fff;
	border-right: none;
	user-select: none;
	cursor: pointer;
}

#menu .menu-item.active,
#menu .menu-item:hover {
	border-color: #FF6521;
}

#menu .menu-item h4 {
	display: block;
	position: relative;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #666;
	font-weight: 600;
}

#menu .menu-item h4 a,
#menu .menu-item .inner a {
	color: #666;
}

#menu .menu-item h4 a:hover,
#menu .menu-item .inner a:hover {
	color: #FF6521;
}

#menu .menu-item.active h4::before,
#menu .menu-item:hover h4::before {
	content: "";
	position: absolute;
	top: -12px;
	right: -22px;
	width: 2px;
	height: 66px;
	background: #fff;
	z-index: 3;
}

#menu .menu-item h4::after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 1;
	color: #666;
	height: 18px;
	line-height: 18px;
	/* font-weight: 400; */
	font-family: "楷体";
}

#menu .menu-item .inner {
	margin-top: 8px;
	display: block;
	line-height: 16px;
	font-size: 14px;
	color: #999;
}

#menu .menu-item .menu-container {
	display: none;
	padding: 0 25px;
	position: absolute;
	top: 0px;
	left: 220px;
	width: 644px;
	height: 446px;
	background-color: rgba(255, 255, 255, 0.96);
	border: 2px solid #FF6521;
	z-index: 2;
	overflow: hidden;
}

#menu .menu-item.active .menu-container,
#menu .menu-item:hover .menu-container {
	display: block;
}

#menu .menu-item .menu-container h5 {
	margin-top: 20px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #FF6521;
	font-weight: 600;
}

#menu .menu-item .menu-container .inner-nav-wrap {
	padding-bottom: 15px;
}

#menu .menu-item .menu-container a {
	float: left;
	margin-top: 10px;
	margin-right: 16px;
	font-size: 14px;
	color: #999;
}

#menu .menu-item .menu-container a:hover {
	color: #FF6521;
}

/* swiper */
#swiper {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	height: 480px;
}

.swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	overflow: hidden;
}

.swiper-container .swiper-item {
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px; */

	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	z-index: 2;
}
.swiper-container .swiper-item a{
	position: absolute;
    width: 1920px;
    height: 480px;
    left: 0;
    top: 0;
    z-index: 2;
}

.swiper-container .swiper-item h2 {
	font-size: 36px;
	color: #333;
	font-weight: 600;
}

.swiper-container .swiper-item p {
	margin-top: 20px;
	font-size: 14px;
	color: #999;
}

.swiper-container .swiper-item .btn {
	margin-top: 80px;
	padding: 0 50px 0 25px;
	position: relative;
	height: 44px;
	line-height: 44px;
	background: #FF6521;
	overflow: hidden;
}

.swiper-container .swiper-item .btn .text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
}

.swiper-container .swiper-item .btn:active .text {
	color: #ccc;
}

.swiper-container .swiper-item .btn i {
	position: absolute;
	top: 0;
	right: 22px;
	width: 20px;
	height: 44px;
	background: url(img/index/arrow-r1.png) no-repeat center;
	background-size: 18px 10px;
	-webkit-animation: loopMove 1.6s linear infinite;
	animation: loopMove 1.6s linear infinite;
}

@keyframes loopMove {
	0% {
		right: 25px;
	}

	50% {
		right: 15px;
	}

	100% {
		right: 25px;
	}
}

@-webkit-keyframes loopMove {
	0% {
		right: 25px;
	}

	50% {
		right: 15px;
	}

	100% {
		right: 25px;
	}
}

.swiper-container .swiper-item img {
	/* position: absolute;
	right: 0;
	bottom: 0; */
	width: 1920px;
    height: 480px;
}

.swiper-pagination {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.swiper-pagination a {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	width: 34px;
	height: 4px;
	background: #fff;
	opacity: 0.2;
}

.swiper-pagination a:hover,
.swiper-pagination a.active {
	background: #FF6B22;
	opacity: 1;
}

.banner .section{
	height: 480px;
}

/* 快捷登录 */
#index_login {
	margin-top: 58px;
	padding:15px 20px 20px;
	position: relative;
	width: 220px;
	background: #f4f5f7;
	z-index: 11;
}

#index_login .login-wrap-handle {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

#index_login .login-wrap-handle a {
	display: none;
	width: 39px;
	height: 39px;
}

#index_login .login-wrap-handle a.active {
	display: block;
}

#index_login .login-wrap-handle .qr {
	background: url(img/index/qr.png) no-repeat center;
	background-size: 39px;
}

#index_login .login-wrap-handle .act {
	background: url(img/index/qr.png) no-repeat center;
	background-size: 39px;
	cursor: pointer;
}

.quick-login h4,
.qrcode-login h4 {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
}

.quick-btn-wrap {
	padding: 12px 0;
	overflow: hidden;
}

.quick-btn-wrap a {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.quick-btn-wrap a:hover,
.quick-btn-wrap a.active {
	color: #FF6521;
}

.login-input-wrap {
	position: relative;
	margin-bottom: 10px;
	padding:6px 9px 6px;
	width: 200px;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.login-input-wrap.on{
	border-color: #FF6521;
}
.login-input-wrap input {
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
}

.login-input-wrap input.code {
	width: 100px;
}
.login-input-wrap.last input {
	width: 65%;
}
.login-input-wrap.last .tx_img{
	position: absolute;
	right: 0;
	top: 0;
	width: 34%;
	height: 40px;
	cursor: pointer;
}
#getCode {
	float: right;
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FF6521;
}

#getCode:active {
	color: #FF6521;
}

#getCode.default {
	color: #999;
}

#loginBtn {
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Medium;
	text-align: center;
	background: #FF6521;
}

#loginBtn.default {
	background: #bbbfc9;
}

.login-attention {
	margin-top: 10px;
	line-height: 20px;
	font-size: 10px;
	color: #999;
}

.login-attention a {
	color: #FF6521;
}

.other-login {
	margin-top: 5px;
	font-size: 0;
	text-align: center;
}

.other-login a {
	display: inline-block;
	margin: 0 15px;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.other-login a.qqlogin {
	background: rgba(101, 115, 134, .1) url(img/index/QQ_1.png) no-repeat center;
	background-size: 17px 19px;
}

.other-login a.qqlogin:hover {
	background: rgba(101, 115, 134, .1) url(img/index/QQ.png) no-repeat center;
	background-size: 17px 19px;
}

.other-login a.wxlogin {
	background: rgba(101, 115, 134, .1) url(img/index/WX_1.png) no-repeat center;
	background-size: 21px 17px;
	cursor: pointer;
}

.other-login a.wxlogin:hover {
	background: rgba(101, 115, 134, .1) url(img/index/WX.png) no-repeat center;
	background-size: 21px 17px;
}

.qrcode-img {
	margin: 20px auto;
	padding: 5px;
	width: 180px;
	height: 180px;
	background: #fff;
	border: 1px solid #FF6521;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}

.qrcode-img img {
	width: 180px;
	height: 180px;
}

.qrcode-desc {
	font-size: 0;
	text-align: center;
}

.qrcode-desc i {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	width: 30px;
	height: 28px;
	background: url(img/index/QR2.jpg) no-repeat center;
	background-size: 24px 22px;
}

.qrcode-desc .text {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}

#logined {
	position: relative;
	z-index: 1111;
	margin-top: 58px;
	width: 260px;
	opacity: 1;
	background: #ffffff;
	box-sizing: border-box;
	padding: 10px 10px 20px;
}
#logined .box{
	width: 240px;
	height: 109px;
	opacity: 0.7;
	background: linear-gradient(131deg,#d8e2ee 4%, #c2d1e1 42%, #adc0d5 78%);
	border-radius: 5px;
}
#logined .box{
	padding: 15px;
	box-sizing: border-box;
}
#logined .box .span1{
	display: inline-block;
	width: 67px;
	height: 23px;
	background: url(img/logined-use.png) no-repeat center center;
	background-size: 67px 23px;
}
#logined .box .span2{
	font-size: 14px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #4d5260;
	line-height: 24px;
	padding-right: 15px;
	background: url(img/logined-enter.png) no-repeat right center;
	background-size: 8px 8px;
}
#logined .box .p2{
	font-size: 20px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	text-align: left;
	color: #181c29;
	line-height: 24px;
	margin: 10px 0 8px;
}
#logined .box .p3{
	font-size: 14px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #4d5260;
}
#logined .box2{
	padding: 10px 10px 0;
}
#logined .box2 .p1{
	font-size: 14px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #828897;
	line-height: 24px;
}
#logined .box2 .p1 .lv{
	color: #1FC963;
}
#logined .box2 .p1 .ho{
	color: #EF4B4B;
}
#logined .box2 .p2{
	margin-top: 20px;
}
#logined .box2 .p2 .tit{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Semibold;
	font-weight: 600;
	text-align: left;
	color: #181c29;
	line-height: 24px;
	margin-bottom: 15px;
}
#logined .box2 .p_list .p_item{
	width: 33%;
	text-align: center;
}
#logined .box2 .p_list .p_item .i1{
	font-size: 20px;
	font-family: PingFang SC, PingFang SC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #181c29;
	line-height: 24px;
}
#logined .box2 .p_list .p_item .i2{
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: center;
	color: #828897;
	line-height: 20px;
}
#logined .box2 .box2_bottom{
	margin-top: 15px;
}
#logined .box2 .box2_bottom .btn{
	width: 100px;
	height: 32px;
	line-height: 30px;
	border: 1px solid transparent;
	opacity: 1;
	box-sizing: border-box;
	background: #ff6521;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
#logined .box2 .box2_bottom .btn2{
	border-color: #FF6521;
	color: #FF6521;
	background-color: #fff;
}

/* act */
#act {
	background: #f6f7f9;
}

#act .section {
	padding: 50px 0;
	background: #f6f7f9;
}

#act h2 {
	height: 30px;
}

#act h2 .title {
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#act h2 a {
	float: left;
	margin-left: 40px;
	font-size: 14px;
	color: #999;
}

#act h2 a:hover {
	color: #FF6B22;
	font-weight: 600;
}

#act .act-item {
	float: left;
	margin-right: 30px;
	padding: 30px 20px 30px 30px;
	width: 330px;
	height: 125px;
	background: #fff url(img/index/a1.png) no-repeat left center;
	background-size: 279px 185px;
	box-shadow: 3px 4px 20px 0 rgba(175, 179, 185, 0.25);
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#act .act-item:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	transform: translateY(-10px);
}

#act .act-item:nth-of-type(2) {
	background: #fff url(img/index/a2.png) no-repeat left center;
	background-size: 290px 185px;
}

#act .act-item:last-of-type {
	margin-right: 0;
	background: #fff url(img/index/a3.png) no-repeat left center;
	background-size: 273px 185px;
}

#act .act-item h4 {
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	color: #333;
	font-weight: 600;
}

#act .act-item p {
	margin-top: 7px;
	height: 54px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}

#act .act-item .price {
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

#act .act-item .price b {
	margin-right: 6px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1;
	font-size: 16px;
	color: #E1251B;
}

#act .act-item .price b em {
	display: inline-block;
	margin-top: 8px;
	font-size: 28px;
}

#act .act-item .btn {
	margin-left: 10px;
	width: 84px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border: 1px solid #bbbfc9;
}

#act .act-item .btn:hover {
	color: #FF6B22;
	border: 1px solid #FF6B22;
}

/* selection */
#selection {
	padding: 40px 0 50px;
	background: #fff url(img/index/selection-bg.png) no-repeat center;
	background-size: 1920px 624px;
}

#selection h2 {
	height: 48px;
}

#selection h2 .title {
	height: 48px;
	line-height: 48px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#selection h2 .more {
	margin-top: 24px;
	padding-right: 24px;
	display: inline-block;
	vertical-align: top;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	background: url(img/index/arrow-r2.png) no-repeat right center;
	background-size: 15px 8px;
}

#selection h2 .more:hover {
	color: #FF6B22;
	font-weight: 600;
	background: url(img/index/arrow-r3.png) no-repeat right center;
	background-size: 15px 8px;
}

#selection .sel-item {
	float: left;
	margin: 20px 20px 0 0;
	padding: 20px;
	width: 344px;
	height: 100px;
	border: 1px solid #eee;
	box-shadow: 3px 4px 20px 0 rgba(175, 179, 185, 0.25);
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#selection .sel-item:nth-of-type(3n) {
	margin-right: 0;
}

#selection .sel-item:hover {
	transform: scale(1.05);
	border: 1px solid #FF6521;
}

#selection .sel-item .img-wrap {
	position: relative;
	width: 98px;
	height: 98px;
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
}

#selection .sel-item .img-wrap img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#selection .sel-item h4 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	width:224px;
}

#selection .sel-item p {
	margin-top: 10px;
	width: 224px;
	height: 36px;
	line-height: 18px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

#selection .sel-item .price {
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

#selection .sel-item .price b {
	margin-right: 6px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1;
	font-size: 12px;
	color: #E1251B;
}

#selection .sel-item .price b em {
	display: inline-block;
	margin-top: 12px;
	font-size: 18px;
}

#selection .sel-item .btn {
	width: 84px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #FF6521;
	text-align: center;
	border: 1px solid #FF6521;
}

#selection .sel-item .btn:hover {
	background: #FF6521;
	color: #fff;
}

/* server */
#server {
	padding: 50px 0;
	min-width: 1200px;
	height: 532px;
	background: url(img/index/server-bg.png) no-repeat center;
	background-size: 1920px 632px;
}

#server h2 {
	height: 30px;
}

#server h2 .title {
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}

#server h2 p {
	margin-top: 12px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
}

#server .sub-nav {
	margin-top: 50px;
	height: 34px;
}

#server .sub-nav a {
	float: left;
	position: relative;
	height: 34px;
	margin-right: 60px;
	font-size: 16px;
	color: #fff;
	opacity: .8;
}

#server .sub-nav a.active {
	font-size: 18px;
	font-weight: 600;
	opacity: 1;
}

#server .sub-nav a.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	transform: translateX(-50%);
	background: #fff;
}
#server .sub_list .ser-container{
	display: none;
}
#server .sub_list .ser-container:first-child{
	display: block;
}
#server .ser-item {
	float: left;
	margin: 30px 30px 0 0;
	padding: 30px 30px 20px;
	width: 320px;
	height: 130px;
	background: #fff;
	box-shadow: 3px 5px 20px 0px rgba(195, 199, 203, 0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

#server .ser-item:hover {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation-name: shaky-slow;
	-ms-animation-name: shaky-slow;
	animation-name: shaky-slow;
	-webkit-animation-duration: .08s;
	-ms-animation-duration: .08s;
	animation-duration: .08s;
	/* -webkit-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
			animation-iteration-count: infinite; */
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes shaky-slow {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}

	2% {
		-webkit-transform: translate(-1px, 1.5px) rotate(1.5deg);
	}

	4% {
		-webkit-transform: translate(1.3px, 0px) rotate(-0.5deg);
	}

	6% {
		-webkit-transform: translate(1.4px, 1.4px) rotate(-2deg);
	}

	8% {
		-webkit-transform: translate(-1.3px, -1px) rotate(-1.5deg);
	}

	10% {
		-webkit-transform: translate(1.4px, 0px) rotate(-2deg);
	}

	12% {
		-webkit-transform: translate(-1.3px, -1px) rotate(-2deg);
	}

	14% {
		-webkit-transform: translate(1.5px, 1.3px) rotate(1.5deg);
	}

	16% {
		-webkit-transform: translate(1.5px, -1.5px) rotate(-1.5deg);
	}

	18% {
		-webkit-transform: translate(1.3px, -1.3px) rotate(-2deg);
	}

	20% {
		-webkit-transform: translate(1px, 1px) rotate(-0.5deg);
	}

	22% {
		-webkit-transform: translate(1.3px, 1.5px) rotate(-2deg);
	}

	24% {
		-webkit-transform: translate(-1.4px, -1px) rotate(2deg);
	}

	26% {
		-webkit-transform: translate(1.3px, -1.3px) rotate(0.5deg);
	}

	28% {
		-webkit-transform: translate(1.6px, -1.6px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translate(-1.3px, -1.3px) rotate(-1.5deg);
	}

	32% {
		-webkit-transform: translate(-1px, 0px) rotate(2deg);
	}

	34% {
		-webkit-transform: translate(1.3px, 1.3px) rotate(-0.5deg);
	}

	36% {
		-webkit-transform: translate(1.3px, 1.6px) rotate(1.5deg);
	}

	38% {
		-webkit-transform: translate(1.3px, -1.6px) rotate(1.5deg);
	}

	40% {
		-webkit-transform: translate(-1.4px, -1px) rotate(-0.5deg);
	}

	42% {
		-webkit-transform: translate(-1.4px, 1.3px) rotate(-0.5deg);
	}

	44% {
		-webkit-transform: translate(-1.6px, 1.4px) rotate(0.5deg);
	}

	46% {
		-webkit-transform: translate(-2.1px, -1.3px) rotate(-0.5deg);
	}

	48% {
		-webkit-transform: translate(1px, 1.6px) rotate(1.5deg);
	}

	50% {
		-webkit-transform: translate(1.6px, 1.6px) rotate(1.5deg);
	}

	52% {
		-webkit-transform: translate(-1.4px, 1.6px) rotate(0.5deg);
	}

	54% {
		-webkit-transform: translate(1.6px, -1px) rotate(-2deg);
	}

	56% {
		-webkit-transform: translate(1.3px, -1.6px) rotate(-2deg);
	}

	58% {
		-webkit-transform: translate(-1.3px, -1.6px) rotate(0.5deg);
	}

	60% {
		-webkit-transform: translate(1.3px, 1.6px) rotate(-0.5deg);
	}

	62% {
		-webkit-transform: translate(0px, 0px) rotate(-1.5deg);
	}

	64% {
		-webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg);
	}

	66% {
		-webkit-transform: translate(1.6px, -1.6px) rotate(0.5deg);
	}

	68% {
		-webkit-transform: translate(0px, -1.6px) rotate(-2deg);
	}

	70% {
		-webkit-transform: translate(-1.6px, 1px) rotate(1.5deg);
	}

	72% {
		-webkit-transform: translate(-1.6px, 1.6px) rotate(2deg);
	}

	74% {
		-webkit-transform: translate(1.3px, -1.6px) rotate(-0.5deg);
	}

	76% {
		-webkit-transform: translate(1.4px, 1px) rotate(-0.5deg);
	}

	78% {
		-webkit-transform: translate(-1px, 1.4px) rotate(2deg);
	}

	80% {
		-webkit-transform: translate(1.4px, 1.6px) rotate(2deg);
	}

	82% {
		-webkit-transform: translate(-1.6px, -1.6px) rotate(-0.5deg);
	}

	84% {
		-webkit-transform: translate(-1.4px, 1.4px) rotate(-2deg);
	}

	86% {
		-webkit-transform: translate(1px, 1.4px) rotate(-2deg);
	}

	88% {
		-webkit-transform: translate(-1.4px, 1.4px) rotate(-1.5deg);
	}

	90% {
		-webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg);
	}

	92% {
		-webkit-transform: translate(-1.6px, 1.6px) rotate(2deg);
	}

	94% {
		-webkit-transform: translate(-1.6px, -1.6px) rotate(-2deg);
	}

	96% {
		-webkit-transform: translate(-1.4px, 1.3px) rotate(-2deg);
	}

	98% {
		-webkit-transform: translate(1.3px, 1px) rotate(-0.5deg);
	}
}

@keyframes shaky-slow {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}

	2% {
		transform: translate(-1px, 1.5px) rotate(1.5deg);
	}

	4% {
		transform: translate(1.3px, 0px) rotate(-0.5deg);
	}

	6% {
		transform: translate(1.4px, 1.4px) rotate(-2deg);
	}

	8% {
		transform: translate(-1.3px, -1px) rotate(-1.5deg);
	}

	10% {
		transform: translate(1.4px, 0px) rotate(-2deg);
	}

	12% {
		transform: translate(-1.3px, -1px) rotate(-2deg);
	}

	14% {
		transform: translate(1.5px, 1.3px) rotate(1.5deg);
	}

	16% {
		transform: translate(1.5px, -1.5px) rotate(-1.5deg);
	}

	18% {
		transform: translate(1.3px, -1.3px) rotate(-2deg);
	}

	20% {
		transform: translate(1px, 1px) rotate(-0.5deg);
	}

	22% {
		transform: translate(1.3px, 1.5px) rotate(-2deg);
	}

	24% {
		transform: translate(-1.4px, -1px) rotate(2deg);
	}

	26% {
		transform: translate(1.3px, -1.3px) rotate(0.5deg);
	}

	28% {
		transform: translate(1.6px, -1.6px) rotate(-1.5deg);
	}

	30% {
		transform: translate(-1.3px, -1.3px) rotate(-1.5deg);
	}

	32% {
		transform: translate(-1px, 0px) rotate(2deg);
	}

	34% {
		transform: translate(1.3px, 1.3px) rotate(-0.5deg);
	}

	36% {
		transform: translate(1.3px, 1.6px) rotate(1.5deg);
	}

	38% {
		transform: translate(1.3px, -1.6px) rotate(1.5deg);
	}

	40% {
		transform: translate(-1.4px, -1px) rotate(-0.5deg);
	}

	42% {
		transform: translate(-1.4px, 1.3px) rotate(-0.5deg);
	}

	44% {
		transform: translate(-1.6px, 1.4px) rotate(0.5deg);
	}

	46% {
		transform: translate(-2.1px, -1.3px) rotate(-0.5deg);
	}

	48% {
		transform: translate(1px, 1.6px) rotate(1.5deg);
	}

	50% {
		transform: translate(1.6px, 1.6px) rotate(1.5deg);
	}

	52% {
		transform: translate(-1.4px, 1.6px) rotate(0.5deg);
	}

	54% {
		transform: translate(1.6px, -1px) rotate(-2deg);
	}

	56% {
		transform: translate(1.3px, -1.6px) rotate(-2deg);
	}

	58% {
		transform: translate(-1.3px, -1.6px) rotate(0.5deg);
	}

	60% {
		transform: translate(1.3px, 1.6px) rotate(-0.5deg);
	}

	62% {
		transform: translate(0px, 0px) rotate(-1.5deg);
	}

	64% {
		transform: translate(-1.6px, -1.6px) rotate(-2deg);
	}

	66% {
		transform: translate(1.6px, -1.6px) rotate(0.5deg);
	}

	68% {
		transform: translate(0px, -1.6px) rotate(-2deg);
	}

	70% {
		transform: translate(-1.6px, 1px) rotate(1.5deg);
	}

	72% {
		transform: translate(-1.6px, 1.6px) rotate(2deg);
	}

	74% {
		transform: translate(1.3px, -1.6px) rotate(-0.5deg);
	}

	76% {
		transform: translate(1.4px, 1px) rotate(-0.5deg);
	}

	78% {
		transform: translate(-1px, 1.4px) rotate(2deg);
	}

	80% {
		transform: translate(1.4px, 1.6px) rotate(2deg);
	}

	82% {
		transform: translate(-1.6px, -1.6px) rotate(-0.5deg);
	}

	84% {
		transform: translate(-1.4px, 1.4px) rotate(-2deg);
	}

	86% {
		transform: translate(1px, 1.4px) rotate(-2deg);
	}

	88% {
		transform: translate(-1.4px, 1.4px) rotate(-1.5deg);
	}

	90% {
		transform: translate(-1.6px, -1.6px) rotate(-2deg);
	}

	92% {
		transform: translate(-1.4px, 1.6px) rotate(2deg);
	}

	94% {
		transform: translate(-1.6px, -1.6px) rotate(-2deg);
	}

	96% {
		transform: translate(-1.4px, 1.3px) rotate(-2deg);
	}

	98% {
		transform: translate(1.3px, 1px) rotate(-0.5deg);
	}
}

#server .ser-item:nth-of-type(3n) {
	margin-right: 0;
}

#server .ser-item h4 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	font-weight: 600
}

#server .ser-item p {
	margin-top: 14px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
}

#server .ser-item .price {
	height: 36px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

#server .ser-item .price b {
	margin-right: 6px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1;
	font-size: 16px;
	color: #E1251B;
}

#server .ser-item .price b em {
	display: inline-block;
	margin-top: 4px;
	font-size: 28px;
}

#server .ser-item .more {
	margin-top: 12px;
	padding-right: 24px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #FF6521;
	background: url(img/index/arrow-r3.png) no-repeat right center;
	background-size: 15px 8px;
}

#server .ser-item .more:hover {
	font-weight: 600;
	-webkit-animation: loopMove2 1.2s linear infinite;
	animation: loopMove2 1.2s linear infinite;
}

/* patent */
#patent {
	padding: 50px 0;
	background: #fff;
}

#patent h2 {
	height: 30px;
}

#patent h2 .title {
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#patent h2 p {
	margin-top: 6px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #999;
}

#patent .pat-item {
	float: left;
	margin: 30px 30px 0 0;
	padding: 40px;
	width: 300px;
	height: 140px;
	background: #fff;
	box-shadow: 0px 2px 20px 4px rgba(175, 179, 185, 0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#patent .pat-item:last-of-type {
	margin-right: 0;
}

#patent .pat-item:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	transform: translateY(-10px);
}

#patent .pat-item h4 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

#patent .pat-item p {
	margin-top: 14px;
	width: 215px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-align: justify;
	overflow: hidden;
}

#patent .pat-item .more {
	margin-top: 30px;
	padding-right: 24px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #FF6521;
	background: url(img/index/arrow-r3.png) no-repeat right center;
	background-size: 15px 8px;
}

#patent .pat-item .more:hover {
	font-weight: 600;
	-webkit-animation: loopMove2 1.2s linear infinite;
	animation: loopMove2 1.2s linear infinite;
}

@keyframes loopMove2 {
	0% {
		background-position: right center;
	}

	50% {
		background-position: 60px center;
	}

	100% {
		background-position: right center;
	}
}

@-webkit-keyframes loopMove2 {
	0% {
		background-position: right center;
	}

	50% {
		background-position: 60px center;
	}

	100% {
		background-position: right center;
	}
}

/* copyright */
#copyright {
	height: 450px;
	background: linear-gradient(0deg,
			rgba(255, 255, 255, 1.00) 0%,
			rgba(232, 235, 241, 1.00) 100%);
	background-size: 100% 750px;
}

#copyright .section {
	padding-top: 50px;
	background: linear-gradient(0deg,
			rgba(255, 255, 255, 1.00) 0%,
			rgba(232, 235, 241, 1.00) 100%);
	background-size: 100% 750px;
}

#copyright h2 {
	height: 30px;
}

#copyright h2 .title {
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#copyright h2 p {
	margin-top: 6px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #999;
}

#copyright .cop-item {
	float: left;
	margin: 30px 30px 0 0;
	padding-top: 50px;
	width: 378px;
	height: 288px;
	background: #fff;
	border: 1px solid #FFF;
	box-shadow: 3px 4px 20px 0 rgba(175, 179, 185, 0.25);
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#copyright .cop-item:last-of-type {
	margin-right: 0;
}

#copyright .cop-item:hover {
	transform: scale(1.05);
	border: 1px solid #FF6521;
}

#copyright .cop-item img {
	margin: 0 auto;
	display: block;
}

#copyright .cop-item h4 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
}

#copyright .cop-item p {
	margin: 10px auto 0;
	width: 266px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	text-align: center;
}

#copyright .cop-item .btn {
	margin: 30px auto;
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #FF6521;
	border: 1px solid #ff6521;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#copyright .cop-item .btn:hover {
	background: #ff6521;
	color: #fff;
}

/* dynamic */

#dynamic {
	padding-bottom: 30px;
	background: linear-gradient(0deg,
			rgba(245, 246, 249, 1.00) 0%,
			rgba(245, 246, 249, 1.00) 100%) no-repeat;
	background-size: 100% 100%;
}


#dynamic .section {
	padding: 50px 0 0;
	background: linear-gradient(0deg,
			rgba(255, 255, 255, 1.00) 0%,
			rgba(245, 246, 249, 1.00) 100%) no-repeat;
	background-size: 100% 300px;
}

#dynamic h2 {
	margin-bottom: 30px;
	height: 30px;
	overflow: hidden;
}

#dynamic h2 .title {
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#dynamic .left,
#dynamic .right {
	height: 370px;
	background: #fff;
	box-shadow: 3px 4px 20px 0px rgba(175, 179, 185, 0.25);
}

#dynamic .left {
	padding: 30px 30px 0;
	position: relative;
	width: 570px;
}

#dynamic .right {
	padding: 30px 30px 0;
	width: 480px;
}

#dynamic h4 {
	height: 20px;
	line-height: 20px;
}

#dynamic h4 b {
	font-size: 18px;
	color: #333;
}

#dynamic .more {
	display: inline-block;
	padding-right: 24px;
	font-size: 14px;
	color: #999;
	background: url(img/index/arrow-r2.png) no-repeat right center;
	background-size: 15px 8px;
}

#dynamic .left .more {
	margin-top: 35px;
}

#dynamic .more:hover {
	color: #FF6B22;
	font-weight: 600;
	background: url(img/index/arrow-r3.png) no-repeat right center;
	background-size: 15px 8px;
}

#dynamic .time-wrap {
	margin-top: 30px;
	padding: 12px 0;
	width: 74px;
	height: 50px;
	color: #181c29;
	text-align: center;
	border: 1px solid #181c29;
}

#dynamic .time-wrap h5 {
	font-size: 24px;
	font-weight: 600;
}

#dynamic .time-wrap p {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 600;
}

#dynamic .news-img {
	position: absolute;
	top: -30px;
	right: 30px;
	max-width: 420px;
	max-height: 240px;
}

#dynamic .list {
	margin-top: 40px;
}

#dynamic .list .item {
	display: block;
}

#dynamic .list span {
	float: left;
	width: 460px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
}

#dynamic .list em {
	float: right;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #999;
}

#dynamic .item:hover span {
	color: #ff6521;
	font-weight: 600;
}

#dynamic .item:hover em {
	font-weight: 600;
}

#dynamic .ques-wrap {
	margin-top: 30px;
	padding-left: 170px;
	padding-right: 20px;
	position: relative;
	height: 183px;
	background: #f6f7f9;
}

#dynamic .ques-wrap .ques-title {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 53px;
	width: 150px;
	height: 130px;
	background: #fff url(img/index/s2.png) no-repeat left center;
	background-size: 142px 183px;
}

#dynamic .ques-wrap .ques-title img {
	margin: 0 auto;
	display: block;
}

#dynamic .ques-wrap .ques-title b {
	margin-top: 14px;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

#dynamic .ques-wrap h5 {
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

#dynamic .ques-wrap p {
	height: 110px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	text-align: justify;
	overflow: hidden;

	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

#dynamic .quick-link {
	margin-top: 20px;
	line-height: 32px;
	font-size: 16px;
}

#dynamic .quick-link div {
	padding-right: 30px;
	width: 200px;
}

#dynamic .quick-link div:last-of-type {
	padding-left: 40px;
	padding-right: 0;
	position: relative;
	width: 190px;
}

#dynamic .quick-link div:last-of-type::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 90px;
	background: #eee;
}

#dynamic .quick-link a {
	float: left;
	width: 100%;
	height: 32px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#dynamic .quick-link a:hover {
	color: #ff6521;
}

/* friendship */
#friendship {
	padding: 20px 0 100px;
	background: #fff;
}

#friendship h2 {
	height: 30px;
}

#friendship h2 .title {
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#friendship .animate-wrap {
	margin-top: 30px;
	position: relative;
	width: 1200px;
	height: 82px;
	overflow: hidden;
}

#friendship .animate-wrap::after,
#friendship .animate-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	width: 120px;
	height: 82px;
	z-index: 2;
}

#friendship .animate-wrap:hover::after,
#friendship .animate-wrap:hover::before {
	display: none;
}

@media screen and (min-width: 300px) and (max-width: 1024px) {

	#friendship .animate-wrap::after,
	#friendship .animate-wrap::before {
		display: none;
	}
}

#friendship .animate-wrap::after {
	left: 0;
	background: linear-gradient(to right, #fff, transparent);
}

#friendship .animate-wrap::before {
	right: 0;
	background: linear-gradient(to left, #fff, transparent);
}

#friendship .animate-wrap .animate {
	width: 2500px;
}

#friendship .animate-wrap .animate a {
	float: left;
	margin-right: 50px;
	position: relative;
	width: 200px;
	height: 80px;
}

#friendship .animate-wrap .animate img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#friendship .animate-wrap .a1 {
	-webkit-animation: swipe 40s linear infinite;
	animation: swipe 40s linear infinite;
}

#friendship .animate-wrap .a1:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@keyframes swipe {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -1250px;
	}
}

@-webkit-keyframes swipe {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -1250px;
	}
}

#friendship .animate-wrap .a2 {
	margin-left: -1250px;
	-webkit-animation: swipe2 40s linear infinite;
	animation: swipe2 40s linear infinite;
}

#friendship .animate-wrap .a2:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@keyframes swipe2 {
	0% {
		margin-left: -1250px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes2 swipe {
	0% {
		margin-left: -1250px;
	}

	100% {
		margin-left: 0;
	}
}

/* flag */
#flag {
	min-width: 1200px;
	display: block;
	height: 120px;
	line-height: 120px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	background: url(img/index/plant.png) no-repeat center;
	background-size: 1920px 120px;
}

#flag.f1 {
	height: 110px;
	line-height: 110px;
	background: url(img/index/register/plant.png) no-repeat center;
	background-size: 1920px 110px;
}

#reg-banner {
	padding-top: 60px;
	min-width: 1200px;
	height: 240px;
	background: url(img/index/register/banner.png) no-repeat center;
	background-size: 1920px 300px;
}

#reg-banner .title {
	height: 44px;
	line-height: 44px;
	font-size: 36px;
	color: #333;
	/* font-weight: 600; */
}

#reg-banner p {
	margin-top: 14px;
	font-size: 14px;
	color: #333;
}

#reg-view {
	padding-top: 100px;
	position: relative;
	height: 90px;
	background: #f6f7f9;
}

#reg-view .section {
	position: relative;
	background: #f6f7f9;
}

#reg-view .top {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 150px;
	background: #fff;
}

#reg-view .top>.clearfix {
	padding-left: 30px;
}

#reg-view .top h2 {
	height: 60px;
	line-height: 60px;
}

#reg-view .top h2 .title {
	margin-right: 20px;
	font-size: 18px;
	color: #333;
}

#reg-view .top h2 .text {
	font-size: 14px;
	color: #999;
}

.select-container {
	padding: 0 20px 0 0px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	height: 42px;
	background: #fff;
	border: 1px solid #bbbfc9;
	/* border: 1px solid #ff6521; */
	cursor: pointer;
}

.select-container::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url(img/index/arrow1.png) no-repeat left center;
}

.select-container.active::after,
.select-container:hover::after {
	background: url(img/index/arrow1_.png) no-repeat left center;
}

.select-container .select-head {
	padding-left: 40px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #999;
	background: url(img/index/register/icon.png) no-repeat 14px center;
	background-size: 13px 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.select-container.hasValue .select-head {
	color: #333;
}

.select-container .select-body {
	display: none;
	position: absolute;
	top: 42px;
	left: -1px;
	padding: 5px 0px 0 0px;
	width: 250px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #bbbfc9;
	border-top: none;
	z-index: 10;
}

.select-container.active .select-body,
.select-container:hover .select-body {
	display: block;
}

.select-container .select-body .select-item {
	padding-left: 30px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #666;
	background: #fff;
}

.select-container .select-body .select-item:hover,
.select-container .select-body .select-item.active {
	color: #ff6521;
	font-weight: 600;
	background: #f0f0f0;
}

.select-container .select-body .select-item.active {
	cursor: default;
}

#reg-view .input-wrap {
	margin-top: 15px;
	margin-left: 10px;
	padding: 10px 15px;
	width: 220px;
	height: 22px;
	border: 1px solid #bbbfc9;
}

#reg-view .input-wrap input {
	width: 220px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}

#reg-view .input-wrap.gc {
	width: 190px;
}

#reg-view .input-wrap.gc input {
	float: left;
	width: 100px;
}

#getCodes {
	float: left;
	width: 90px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #FF6521;
	text-align: center;
}

#getCodes:active {
	color: #f00;
}

#getCodes.default {
	color: #999;
}

#reg-view .top .search {
	float: left;
	margin: 15px 0 0 10px;
	width: 120px;
	height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background: #FF6521;
}

#reg-view .top .search:active {
	color: #ddd;
	background: #f50;
}

#reg-view #slideList {
	height: 60px;
	background: #fff;
}

#reg-view #slideList p {
	padding-left: 30px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}

#reg-view #slideList p b {
	margin-right: 10px;
	color: #666;
}

#reg-view #slideList p .text {
	color: #999;
}

#reg-view #slideList p em {
	margin-left: 20px;
	color: #FF6521;
	font-weight: 600;
}

/* main */
.main {
	padding: 50px 0;
	min-width: 1200px;
}

.sec-title {
	text-align: center;
}

.sec-title h2 {
	height: 38px;
	line-height: 38px;
	font-size: 32px;
	color: #333;
	font-weight: 600;
}

.sec-title p {
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-size: 14px;
	color: #999;
}

#cbServer {
	background: #fff;
}

#cbServer .left {
	padding: 30px;
	width: 231px;
	height: 338px;
	background: url(img/index/register/bg.png) no-repeat center;
	background-size: 291px 398px;
}

#cbServer .left h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

#cbServer .left p {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

#cbServer .price-wrap {
	height: 32px;
	color: #FF6521;
}

#cbServer .price-wrap .price {
	font-size: 18px;
}

#cbServer .price-wrap .price em {
	margin-right: 5px;
	font-size: 30px;
	font-weight: 600;
}

#cbServer .price-wrap .desc {
	margin-top: 16px;
	margin-left: 15px;
	font-size: 14px;
}

#cbServer .box-wrap {
	width: 907px;
	height: 396px;
	background: url(img/index/register/bg1.png) no-repeat center;
	background-size: 907px 396px;
	border: 1px solid #ddd;
}

#cbServer .box-wrap .top {
	height: 197px;
	border-bottom: 1px solid #ddd;
}

#cbServer .box-wrap .box {
	float: left;
	padding: 30px 35px;
	border-right: 1px solid #ddd;
}

#cbServer .box-wrap .top .box {
	width: 230px;
}

#cbServer .box-wrap .bottom .box {
	width: 380px;
}

#cbServer .box-wrap .box:last-of-type {
	border-right: none;
}

#cbServer .box-wrap .box h3 {
	font-size: 20px;
	font-weight: 600;
}

#cbServer .box-wrap .box p {
	margin-top: 10px;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

#cbServer .box-wrap .box .price-wrap {
	margin-top: 15px;
}

#cbServer .box-wrap .box .view {
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #FF6521;
	border: 1px solid #ff6521;
}

#cbServer .box-wrap .box .view:hover {
	color: #fff;
	background: #ff6521;
}

#need {
	background: url(img/index/register/bg2.png) no-repeat center;
	background-size: 1920px 589px;
}

#need .need-item {
	width: 590px;
	height: 320px;
	background: #fff;
}

#need .need-item h4 {
	margin-top: 50px;
	font-size: 28px;
	text-align: center;
}

#need .need-item h4 b {
	position: relative;
}

#need .need-item h4 b::before,
#need .need-item h4 b::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 36px;
	height: 2px;
}

#need .need-item h4 b::before {
	left: -50px;
	background: linear-gradient(270deg, #ff6521, rgba(255, 101, 33, 0.00) 91%);
}

#need .need-item h4 b::after {
	right: -50px;
	background: linear-gradient(90deg, #ff6521, rgba(255, 101, 33, 0.00) 91%);
}

#need .need-item .yours {
	margin-top: 50px;
	width: 50%;
}

#need .need-item .yours .img-wrap {
	margin: 0 auto;
	position: relative;
	width: 140px;
	height: 90px;
}

#need .need-item .yours img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#need .need-item .yours p {
	height: 72px;
	line-height: 72px;
	font-size: 16px;
	color: #666;
	/* font-weight: 600; */
	text-align: center;
}

#need .need-item .own {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 253px;
	height: 58px;
	line-height: 58px;
	font-size: 0;
	text-align: center;
	border: 1px solid #ddd;
}

#need .need-item .own i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 22px;
	height: 22px;
}

#need .need-item .own:nth-of-type(1) i {
	background: url(img/index/register/o1.png) no-repeat center;
	background-size: 22px 22px;
}

#need .need-item .own:nth-of-type(2) i {
	background: url(img/index/register/o2.png) no-repeat center;
	background-size: 22px 22px;
}

#need .need-item .own:nth-of-type(3) i {
	background: url(img/index/register/o3.png) no-repeat center;
	background-size: 22px 22px;
}

#need .need-item .own:nth-of-type(4) i {
	background: url(img/index/register/o4.png) no-repeat center;
	background-size: 22px 22px;
}

#need .need-item .own em {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #4d5260;
	font-weight: 600;
}

#deal,
#want {
	margin: 30px auto 0;
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background: #ff6521;
}

#deal:active,
#want:active {
	color: #ccc;
	background: #f50;
}

#progress {
	position: relative;
	height: 376px;
	background: url(img/index/register/bg3.png) no-repeat center;
	background-size: 1920px 476px;
}

#progress::after {
	content: "";
	position: absolute;
	top: 225px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, .2);
}

#progress .sec-title h2,
#progress .sec-title p {
	color: #fff;
}

#progress .progress-item {
	float: left;
	position: relative;
	margin-top: 30px;
	margin-right: 196px;
	width: 150px;
	height: 170px;
}

#progress .progress-item::after {
	content: "";
	position: absolute;
	right: -104px;
	top: 43px;
	width: 6px;
	height: 10px;
	background: url(img/index/register/icon1.png) no-repeat center;
	background-size: 6px 10px;
}

#progress .progress-item:last-of-type {
	margin-right: 0;
}

#progress .progress-item:last-of-type::after {
	display: none;
}

#progress .progress-item h2 {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

#progress .progress-item .dot {
	margin: 10px auto;
	padding: 2px;
	position: relative;
	width: 8px;
	height: 8px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}

#progress .progress-item .dot i {
	display: block;
	width: 8px;
	height: 8px;
	background: #ff6521;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#progress .progress-item .inner {
	margin-top: 20px;
	padding-top: 12px;
	position: relative;
	width: 150px;
	height: 80px;
	background: #fff;
}

#progress .progress-item .inner::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -7px;
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	background: #fff;
}

#progress .progress-item .inner h4 {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
}

#progress .progress-item .inner p {
	font-size: 14px;
	color: #666;
	font-weight: 600;
	text-align: center;
}

#get,
#get .section {
	background: #f6f7f9;
}

#get .get-item {
	float: left;
	margin-top: 20px;
	width: 240px;
}

#get .get-item h4 {
	position: relative;
	height: 42px;
	font-size: 16px;
	color: #666;
	font-weight: 600;
	text-align: center;
}

#get .get-item h4::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background: #ff6521;
}

#get .get-item img {
	display: block;
	margin: 20px auto;
}

#success .s-item {
	float: left;
	margin-top: 80px;
	width: 200px;
}

#success .s-item .img-wrap {
	position: relative;
	width: 200px;
	height: 104px;
}

#success .s-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#success .s-item h4 {
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	color: #666;
	font-weight: 600;
	text-align: center;
}

/* 第二版样式 */
#tm-search {
	margin-left: 80px;
	position: relative;
	width: 515px;
	height: 44px;
}

#tm-search .tm-search-nav {
	width: 515px;
	height: 25px;
	color: #666;
}

#tm-search .tm-search-nav a {
	float: left;
	position: relative;
	margin-right: 20px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #666;
}

#tm-search .tm-search-nav a::after {
	content: "";
	position: absolute;
	top: 4px;
	right: -10px;
	width: 1px;
	height: 8px;
	background: #bbbfc9;
}

#tm-search .tm-search-nav a:last-of-type::after {
	display: none;
}

#tm-search .tm-search-nav a.active,
#tm-search .tm-search-nav a:hover {
	font-weight: 600;
	color: #ff6521;
}

#tm-search .input-wrap {
	padding: 12px 0 12px 43px;
	width: 388px;
	height: 18px;
	border: 1px solid #FF6521;
	background: url(img/index/icon-search.png) no-repeat 16px center;
	background-size: 13px 13px;
}

#tm-search .input-wrap input {
	float: left;
	width: 270px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #666;
}

#tm-search .input-wrap em {
	float: left;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #999;
}

#tm-search .input-wrap .btn {
	float: left;
	margin-left: 20px;
	padding-right: 20px;
	position: relative;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #666;
}

#tm-search .input-wrap .btn:active {
	color: #333;
}

#tm-search .input-wrap .btn::after {
	content: "";
	position: absolute;
	top: 45%;
	right: 0;
	transform: translateY(-50%) rotate(-45deg);
	width: 5px;
	height: 5px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}

#tm-search .searchBtn {
	float: left;
	width: 80px;
	height: 42px;
	border: 1px solid #FF6521;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	background: #FF6521;
}

#tm-search .searchBtn:active {
	background: #f50;
}

#tm-search p {
	float: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #333;
}

#tm-search p a {
	margin-right: 10px;
	display: inline-block;
	color: #333;
}

#tm-search p a:hover {
	color: #ff6521;
}

#tm-search .search-content {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	padding: 10px 15px;
	width: 483px;
	border: 1px solid #ff6521;
	border-top: none;
	background: #fff;
	overflow: hidden;
	z-index: 2222;
}

#tm-search .search-content a {
	float: left;
	width: 60px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

#tm-search .search-content a:first-of-type,
#tm-search .search-content a:hover,
#tm-search .search-content a.active {
	color: #ff6521;
}

.tm-btn-wrap .btn {
	float: left;
	margin-left: 10px;
	width: 105px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	background: #ff6521;
}

.tm-btn-wrap .btn2 {
	background: #3b404e;
}

.tm-btn-wrap .btn:active {
	background: #f50;
}

#trademarkNav {
	margin-top: 10px;
}

#trademarkNav .nav-item {
	float: left;
	position: relative;
	margin-left: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#trademarkNav .nav-item.hot::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 12px;
	background: url(img/index/hot-icon.png) no-repeat center;
	background-size: 18px 11px;
}

#trademarkNav .nav-item a {
	font-size: 14px;
	color: #333;
}
#trademarkNav .nav-item.on a{
	color: #FF6521;
}

#trademarkNav .nav-item a:hover {
	color: #ff6521;
	font-weight: 600;
}

#trademarkNav .nav-item.n1 {
	margin: 0;
	width: 221px;
	font-weight: 600;
	background: linear-gradient(270deg,#ff8e5d, #ff763a);
}

#trademarkNav .nav-item.n1 a {
	font-size: 18px;
    color: #fff;
    background: url(img/index/icon-index-change.png) no-repeat left 27px center;
    background-size: 14px 14px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

#trademarkNav .trademark-nav-content {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	height: 400px;
	z-index: 9;
}

#trademarkNav .trademark-nav-list {
	/* padding: 0 20px; */
	width: 260px;
	background: #fff;
}

#trademarkNav .trademark-nav-list .trademark-nav-item {
	padding-top: 20px;
	padding-left: 38px;
	height: 60px;
	border-bottom: 1px solid #eee;
	background: url(img/index/d1.png) no-repeat 16px 20px;
	overflow: hidden;
	/* user-select: none; */
	cursor: pointer;
	padding: 20px 28px 0 60px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#trademarkNav .trademark-nav-list .trademark-nav-item:nth-of-type(2) {
	background: url(img/index/d2.png) no-repeat 16px 20px;
}

#trademarkNav .trademark-nav-list .trademark-nav-item:nth-of-type(3) {
	background: url(img/index/d3.png) no-repeat 16px 20px;
}

#trademarkNav .trademark-nav-list .trademark-nav-item:nth-of-type(4) {
	background: url(img/index/d4.png) no-repeat 16px 20px;
}

#trademarkNav .trademark-nav-list .trademark-nav-item:nth-of-type(5) {
	background: url(img/index/d5.png) no-repeat 16px 20px;
}

#trademarkNav .trademark-nav-list .trademark-nav-item h4 {
	position: relative;
	padding-bottom: 6px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

#trademarkNav .trademark-nav-list .trademark-nav-item h4::after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	font-family: "楷体";
}

#trademarkNav .trademark-nav-list .trademark-nav-item h4 .hot {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	width: 20px;
	height: 20px;
	background: url(img/index/hot-icon.png) no-repeat center 4px;
}

#trademarkNav .trademark-nav-list .trademark-nav-item .trademark-nav-wrap {
	color: #999;
}

#trademarkNav .trademark-nav-list .trademark-nav-item a {
	margin: 0 4px 0 0px;
	color: #999;
}

#trademarkNav .trademark-nav-content .trademark-nav-list .trademark-nav-item:hover {
	/* color: #666; */
	/* color: #e1251a; */
	background-color: #efefef;
}

#trademarkNav .trademark-nav-list .trademark-nav-item:hover a {
	/* color: #666; */
	/* color: #e1251a; */
}

#trademarkNav .trademark-nav-list .trademark-nav-item a:hover {
	color: #e1251a;
}

#trademarkNav .trademark-nav-container {
	display: none;
	padding: 20px;
	width: 620px;
	height: 365px;
	background: #fff;
	background: rgba(255, 255, 255, .8);
}

#trademarkNav .trademark-nav-unit .title {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

#trademarkNav .trademark-nav-unit .title a {
	color: #333;
}

#trademarkNav .trademark-nav-unit .label {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

#trademarkNav .trademark-nav-unit a {
	float: left;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

#trademarkNav .trademark-nav-unit a:hover {
	color: #e1251a;
}

#tm-banner {
	position: relative;
	height: 460px;
	min-width: 1200px;
}

#tm-banner .banner {
	position: relative;
	width: 100%;
	height: 460px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

#tm-banner .banner .img-wrap {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	z-index: 2;
}

#tm-banner .banner .banner_link {
	position: absolute;
	width: 1920px;
	height: 460px;
	left: 0;
	top: 0;
	z-index: 2;
}

#tm-banner .banner .banner_link img {
	width: 1920px;
	height: 460px;
}

#tm-banner .bannerLink {
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin-left: -66px;
	width: 132px;
	overflow: hidden;
	z-index: 3;
}

#tm-banner .bannerLink a {
	float: left;
	width: 34px;
	height: 4px;
	margin-right: 10px;
	background: #181c29;
	opacity: 0.2;
}

#tm-banner .bannerLink a.active {
	background: #ff6b22;
	opacity: 1;
}

#tm-banner .banner-inner {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -265px;
	width: 220px;
	text-align: left;
	z-index: 4;
}

#tm-banner .banner-inner h2 {
	height: 42px;
	line-height: 42px;
	font-size: 36px;
	font-weight: 600;
	color: #333;
}

#tm-banner .banner-inner h6 {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #333;
}

#tm-banner .banner-inner .more {
	display: block;
	margin-top: 30px;
	padding-left: 11px;
	width: 110px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	background: #ff6521 url(img/index/arrow-r1.png) no-repeat 85px center;
	background-size: 15px 8px;
}

.get-tm-wrap {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: 340px;
	padding: 30px 20px;
	width: 220px;
	/* height: 260px; */
	background: #fff;
	z-index: 4;
}
.get-tm-wrap.on{
	top:70px;
}
.get-tm-wrap h2 {
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.get-tm-wrap h6 {
	margin-top: 5px;
	margin-bottom: 20px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #999;
	text-align: center;
}

.get-tm-wrap .input-wrap {
	margin-bottom: 12px;
	/* padding: 10px 15px; */
	height: 40px;
	background: #F6F7F9;
	overflow: hidden;
}

.get-tm-wrap .input-wrap input {
	float: left;
	/* width: 120px; */
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #F6F7F9;
	text-indent: 14px;
	color: #333;
	text-align: left;
}

.get-tm-wrap .input-wrap.last input {
	width: 65%;
}
.get-tm-wrap .input-wrap.last .tx_img{
	width: 34%;
	height: 40px;
	cursor: pointer;
}
.get-tm-wrap .input-wrap .getCode {
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #ff6521;
	margin-right: 5px;
}

.get-tm-wrap .input-wrap .getCode:active {
	color: #f00;
}

.get-tm-wrap .input-wrap .getCode.disabled {
	color: #ccc;
}

.get-tm-wrap .getTm {
	display: block;
	margin-top: 20px;
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #ff6521;
	background: linear-gradient(270deg, #ff8e5d, #ff763a);
}

#td {
	background: #f6f7f9;
}

#td .section {
	padding: 50px 0;
	background: #f6f7f9;
}

#td h2 {
	height: 30px;
}

#td h2 .title {
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#td h2 .item {
	float: left;
	margin-top: 16px;
	margin-right: 40px;
	font-size: 14px;
	color: #999;
}

#td h2 .btn {
	width: 126px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #333;
	text-align: left;
	text-indent: 48px;
	background: #fff url(img/index/icon-list.png) no-repeat 25px center;
	background-size: 12px 12px;
}

#td h2 .btn:active {
	background: #eee url(img/index/icon-list.png) no-repeat 25px center;
	background-size: 12px 12px;
}

#td h2 a:hover {
	color: #FF6B22;
	font-weight: 600;
}

#td .left {
	width: 260px;
	height: 520px;
}

#td .left .td-nav {
	height: 260px;
	background: url(img/index/e2.png) no-repeat center;
	background-size: 260px 260px;
}

#td .left .td-nav.n2 {
	background: url(img/index/e1.png) no-repeat center;
	background-size: 260px 260px;
}

#td .left .td-nav .top {
	padding: 17px 20px;
	height: 48px;
}

#td .left .td-nav .top h2 {
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

#td .left .td-nav .top .more {
	float: right;
	position: relative;
	padding-right: 16px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
}

#td .left .td-nav .top .more::after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
	font-family: "楷体";
}

#td .left .td-nav .top .subtitle {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
}

#td .left .td-nav .list {
	overflow: hidden;
}

#td .left .td-nav .list a {
	float: left;
	position: relative;
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#td .left .td-nav .list a.active,
#td .left .td-nav .list a:active {
	background: #434C63;
}

#td .left .td-nav .list a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 44px;
	background: #fff;
	opacity: 0.2;
	z-index: 9;
}

#td .left .td-nav .list a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 1px;
	background: #fff;
	opacity: 0.2;
	z-index: 9;
}

#td .right {
	width: 920px;
	height: 520px;
	overflow: hidden;
}

#td .right .float-wrap {
	margin-left: -10px;
}

#td .right a {
	float: left;
	/* margin: 0 10px 10px 0; */
	margin: 0 0 10px 10px;
	padding: 35px 40px 0;
	width: 140px;
	height: 218px;
	border: 1px solid transparent;
	background: #fff;
}

#td .right a:hover {
	border-color: #ff6521;
}

#td .right a img {
	width: 140px;
	height: 140px;
}

#td .right a em {
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

/* 商标服务 */
#td-server {
	padding: 50px 0;
	background: #fff;
	background: #fff url(img/index/selection-bg.png) no-repeat center top;
	background-size: 1920px 624px;
}

#td-server h2 {
	height: 30px;
}

#td-server h2 .title {
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#td-server h2 p {
	margin-top: 6px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #999;
}

#td-server .sub-nav {
	margin-top: 30px;
	height: 34px;
}

#td-server .sub-nav a {
	float: left;
	position: relative;
	height: 34px;
	margin-right: 60px;
	font-size: 16px;
	color: #333;
	opacity: .8;
}

/* #td-server .sub-nav a:hover, */
#td-server .sub-nav a.active {
	font-size: 18px;
	color: #ff6521;
	font-weight: 600;
	opacity: 1;
}

/* #td-server .sub-nav a:hover::after, */
#td-server .sub-nav a.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 3px;
	transform: translateX(-50%);
	background: #FF6521;
}

#td-server .unit-item {
	float: left;
	position: relative;
	padding: 30px;
	width: 320px;
	height: 330px;
	background: linear-gradient(180deg, #FFE9E0, transparent 45%);
	box-shadow: 0px 2px 20px 4px rgb(175 179 185 / 25%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	margin-left: 30px;
	margin-bottom: 30px;
}

#td-server .unit-item:first-child,
#td-server .unit-item:first-child+.unit-item+.unit-item+.unit-item {
	margin-left: 0 !important;
}

#td-server .unit-item.tj:before {
	content: "";
	position: absolute;
	top: -11px;
	right: -15px;
	width: 114px;
	height: 111px;
	background: url(img/index/tj.png) no-repeat center;
	background-size: 114px 111px;
}

#td-server .unit-item:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transform: translateY(-10px);
}

#td-server .unit-item .top {
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}

#td-server .unit-item h4 {
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	font-weight: 600;
	color: #333;
}

#td-server .unit-item .text {
	display: block;
	margin-top: 20px;
	padding-left: 24px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #666;
	background: url(img/index/ico-right.png) no-repeat left center;
	background-size: 14px 14px;
}

#td-server .unit-item .bottom {
	padding-top: 30px;
}

#td-server .unit-item .price {
	font-size: 12px;
	color: #666;
}

#td-server .unit-item .price b {
	margin-right: 6px;
	font-size: 16px;
	color: #ff6521;
}

#td-server .unit-item .price b em {
	font-size: 30px;
}

#td-server .unit-item .bottom p {
	margin-top: 10px;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

#td-server .unit-item .btn {
	margin-top: 10px;
	width: 150px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border: 1px solid #bbbfc9;
}

#td-server .unit-item .btn:hover {
	color: #ff6521;
	border: 1px solid #ff6521;
}



/* 知产动态start */

.index_6_list .index_6_left {
	width: 790px;
	height: 348px;
	background-color: #fff;
}

.index_6_list .index_6_right {
	width: 380px;
	height: 348px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 3px 4px 20px 0px rgb(175 179 185 / 25%);
	margin-bottom: 20px;
}

.index_6_list_more .index_6_right {
	margin-left: 30px;
}

.index_6_list_more .index_6_right:first-child,
.index_6_list_more .index_6_right:nth-child(3n+1) {
	margin-left: 0;
}

.index_6_list .left_new_head {
	padding: 0 30px;
	height: 62px;
	border-bottom: 1px solid #E5E8ED;
}

.index_6_list .left_head_tab span {
	position: relative;
	float: left;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4D4A64;
	line-height: 20px;
	padding: 30px 0 12px;
	margin-right: 40px;
	cursor: pointer;
}

.left_head_tab a {
	font-size: 20px;
	font-weight: bold;
	color: #4D4A64;
	line-height: 62px;
}

.index_6_list .left_head_tab span.on {
	font-weight: bold;
	color: #08051E;
}

.index_6_list .left_head_tab span.on:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background: #FF6521;
}

.index_6_list .left_con {
	padding: 30px 30px 0;
}

.left_con .left_con_img {
	width: 300px;
	height: 224px;
}

.index_6_list .more {
	font-size: 14px;
	font-weight: 400;
	color: #8F97A5;
	line-height: 62px;
}

.index_6_list .more:hover {
	color: #FF6521;
}

.left_tab_con .left_con {
	display: none;
}

.left_tab_con .left_con:first-child {
	display: block;
}

.index_6_list .con_list {
	width: 410px;
}

.index_6_list .con_list li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E5E8ED;
}

.index_6_list .con_list li:last-child {
	border-color: transparent;
}

.index_6_list .con_list li a {
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #4D4A64;
	line-height: 50px;
	width: 72%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_6_list.index_6_list_more .con_list li a {
	width: 100%;
}

.index_6_list .con_list li span {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #8F97A5;
	line-height: 50px;
}

.index_6_list .con_list li:first-child {
	margin-top: -15px;
}

.index_6_list .con_list li:hover a {
	color: #FF6521;
}

.index_6_list .right_head {
	padding: 0 30px;
	border-bottom: 1px solid #E5E8ED;
}

.index_6_list .index_6_right .left_head_tab span.on:after {
	content: none;
}

.index_6_list .index_6_right .con_list {
	width: 100%;
	padding: 0 30px;
}

.index_6_list .index_6_right .con_list li:first-child {
	margin-top: 14px;
}


/* 知产动态end */


/* 合作伙伴start */
#header .bottom {
	height: 75px;
}

#header .top .section {
	background: #f6f7f9;
}


#trademarkNav .trademark-nav-content {
	display: block;
}

#trademarkNav .nav-item {
	margin-left: 30px;
}
#trademarkNav .nav-item.on{
	color: #FF6521;
}
#tm-banner .bannerLink {
	margin-left: -260px;
}

#copyright {
	background: linear-gradient(0deg,
			rgba(245, 246, 249, 1.00) 0%,
			rgba(245, 246, 249, 1.00) 100%) no-repeat;
	background-size: 100% 100%;
	padding-top: 50px;
	padding-bottom: 30px;
}

#copyright .section {
	padding: 50px 0 0;
	background: linear-gradient(0deg,
			rgba(245, 246, 249, 1.00) 0%,
			rgba(245, 246, 249, 1.00) 100%) no-repeat;
	background-size: 100% 100%;
}


#friendship {
	background: rgba(245, 246, 249, 1.00);
}

#friendship .animate-wrap::after {
	background: linear-gradient(to right, rgb(245, 246, 249), transparent);
}

#friendship .animate-wrap::before {
	background: linear-gradient(to left, rgb(245, 246, 249), transparent);
}

.get-tm-wrap .input-wrap input::-moz-placeholder,
.get-tm-wrap .input-wrap input::-ms-input-placeholder,
.get-tm-wrap .input-wrap input::-webkit-input-placeholder {
	color: #BBBFC9 !important;
}

/* 合作伙伴end */
/* footer */
#footer {
	background: #272932;
}

#footer .section {
	background: #272932;
}

#footer .top {
	height: 124px;
	border-bottom: 1px solid rgba(187, 191, 201, .1);
}

#footer .top .support {
	float: left;
	padding-left: 80px;
	width: 260px;
	height: 124px;
	line-height: 124px;
	font-size: 16px;
	color: #fff;
}

#footer .top .support.s1 {
	background: url(img/index/f1.png) no-repeat left center;
}

#footer .top .support.s2 {
	background: url(img/index/f2.png) no-repeat left center;
}

#footer .top .support.s3 {
	background: url(img/index/f3.png) no-repeat left center;
}

#footer .top .support.s4 {
	width: 100px;
	background: url(img/index/f4.png) no-repeat left center;
}

#footer .middle {
	padding: 40px 0;
	border-bottom: 1px solid rgba(187, 191, 201, .1);
}

#footer .middle .fl {
	width: 200px;
}

#footer .middle h2 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

#footer .middle h2 a {
	color: #fff;
}

#footer .middle a {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #999;
}

#footer .middle a:hover {
	color: #FF6521;
}

#footer .middle h3 {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

#footer .middle img {
	display: block;
	margin: 20px auto;
	width: 82px;
	height: 82px;
}

#footer .middle p {
	font-size: 14px;
	color: #999;
	text-align: center;
}

#footer .bottom {
	padding: 36px 0;
}

#footer .bottom p {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #999;
}

#footer .bottom p a {
	color: #999;
}

#footer .bottom p a:hover {
	color: #FF6521;
}

#footer .bottom .fr {
	padding-top: 24px;
	font-size: 0;
}

#footer .bottom .fr a {
	display: inline-block;
	margin-left: 7px;
}

/* 左侧，底部需求 start */
.left_show {
    position: fixed;
    left: 0;
    bottom: 110px;
    cursor: pointer;
	z-index: 10;
}
.bottom_show {
    height: 80px;
	padding-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    z-index: 9999;
}
.bottom_show .p1{
	font-size: 26px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
	line-height: 40px;
} 
.bottom_show .b_inp{
	height: 40px;
	width: 260px;
	margin-right: 10px;
	text-indent: 14px;
	background-color: #fff;
}
.bottom_show .b_div{
	height: 40px;
	background-color: #fff;
	width: 260px;
}
.bottom_show .b_div .b_div_inp{
	height: 40px;
	width: 65%;
	text-indent: 14px;
}
.bottom_show .b_div .get_yzm_btn{
	width: 35%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #FF6521;
	cursor: pointer;
}
.bottom_show .b_btn{
	width: 150px;
	background-color: #FF6521;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.bottom_show .get_btn{
	width: 103px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3886fb;
	color: #fff;
	margin-left: 20px;
	cursor: pointer;
}
.bottom_show .section{
	position: relative;
}
.bottom_show .close{
	position: absolute;
    right: -100px;
    top: 10px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(img/icon-bottom-close.png) no-repeat center center;
	background-size: 22px 22px;
	cursor: pointer;
}
/* 左侧，底部需求 end */


.friend_link{
    background-color: #1B1B1B;
}
.foot_link {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba (255, 255, 255, .08);

}

.foot_link span {
    margin-right: 20px;
}

.foot_link a {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    color: rgba(255, 255, 255, .6);
}

.foot_link a:hover {
    color: #F13A3B;
}






#xian_z {
	padding: 40px 0 50px;
	background: #fff;
	background-size: 1920px 624px;
}

#xian_z h2 .title {
	height: 48px;
	line-height: 48px;
	font-size: 28px;
	color: #333;
	font-weight: 600;
}

#xian_z h2 .more {
	margin-top: 12px;
	display: inline-block;
	vertical-align: top;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}
.xian_list{
	padding-top: 25px;
}
.xian_item {
	width: 285px;
	height: 241px;
	background: #FFFFFF;
	box-shadow: 0px 5px 22px 1px rgba(176, 179, 185, 0.2500);
	border-radius: 0px 0px 0px 0px;
	padding: 20px;
	margin-left: 20px;
}
.xian_item:first-child{
	margin-left: 0;
}
.xian_item .xian_head img {
	width: 44px;
	height: 44px;
}

.xian_item .head_info .p1 {
	font-size: 16px;
	font-weight: bold;
	color: #181C29;
	line-height: 22px;
	margin-bottom: 5px;
}
.xian_item .head_info{
	padding-left: 14px;
	width: calc( 100% - 44px );
}
.xian_item .head_info .p2 {
	font-size: 12px;
	color: #828897;
	line-height: 20px;
}
.xian_con{
	margin: 20px 0 16px;
}
.xian_con .con_item{
	width: 76px;
	height: 78px;
	background: #fff;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #eee;
	margin-left: 8px;
	overflow:hidden;
}
.xian_con .con_item img{
	width:100%;
	height:100%;
	vertical-align:middle;
}
.xian_con .con_item:first-child{
	margin-left: 0;
}
.xian_xin .p1{
	margin-bottom: 6px;
}
.xian_xin .p1 .span1{
	margin-right: 10px;
}
.xian_xin .star img{
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 6px;
}
.xian_xin .span1{
	font-size: 12px;
	color: #828897;
	line-height: 17px;
}
.xian_xin .p2 .go_dian{
	font-size:14px;
	padding-right: 22px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #FF6521;
	background: url(img/index/arrow-r3.png) no-repeat right center;
	background-size: 15px 8px;	
}

.xian_xin .p2 .go_dian:hover {
	font-weight: 600;
	-webkit-animation: loopMove3 1.2s linear infinite;
	animation: loopMove3 1.2s linear infinite;
}
@keyframes loopMove3 {
	0% {
		background-position: right center;
	}

	50% {
		background-position: 30px center;
	}

	100% {
		background-position: right center;
	}
}

@-webkit-keyframes loopMove3 {
	0% {
		background-position: right center;
	}

	50% {
		background-position: 30px center;
	}

	100% {
		background-position: right center;
	}
}