@charset "utf-8";
body, html, div, p, span, ul, li {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
* {
	box-sizing: border-box;
}
.pchidebox {
	display: none !important;
}
@font-face {
	font-family: 'Alibaba-PuHuiTi-Regular';
	src: url('../fonts/alibaba-puhuiti-regular.woff') format('woff'), url('../fonts/alibaba-puhuiti-regular.ttf') format('truetype');
	font-display: swap;
}
html, body {
	font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '寰蒋闆呴粦', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
* {
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
img {
	display: inline-block;
	border: 0;
	max-width: 100%;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
button:focus {
	outline: none !important;
}
input {
	outline: none;
	vertical-align: text-top;
}
select::-ms-expand {
 display: none;
}
select {
	/*Chrome鍜孎irefox閲岄潰鐨勮竟妗嗘槸涓嶄竴鏍风殑锛屾墍浠ュ鍐欎簡涓€涓?/
  /*寰堝叧閿細灏嗛粯璁ょ殑select閫夋嫨妗嗘牱寮忔竻闄?/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*灏嗚儗鏅敼涓虹孩鑹?/
  /*鍔爌adding闃叉鏂囧瓧瑕嗙洊*/
	padding-right: 14px;
	display: block;
	position: relative;
	background-color: #fff;
	background-image: url(../images/selectbg.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
.clearboth {
	position: relative;
}
.clearboth:before {
	content: '';
	width: 100%;
	height: 0;
	display: block;
	overflow: hidden;
}
.clearboth:after {
	content: '';
	width: 100%;
	height: 0;
	display: block;
	overflow: hidden;
}
.fontsize14 {
	font-size: 14px;
}
.fontsize16 {
	font-size: 16px;
}
.fontsize18 {
	font-size: 18px;
}
.headerbox .headertop {
	background-color: #eeeeee;
	height: 42px;
	overflow: hidden;
}
.headerbox .headertop .insiderbox {
	width: 1200px;
	margin: auto;
}
.headerbox .headertop .insiderbox .box-l {
	width: 110px;
	float: left;
	line-height: 40px;
}
.headerbox .headertop .insiderbox .box-l .fontitem {
	padding-right: 10px;
	cursor: pointer;
	transition: 0.6s;
}
.headerbox .headertop .insiderbox .box-l .fontitem:hover {
	color: #db1904;
}
.headerbox .headertop .insiderbox .box-l .current {
	color: #db1904;
}
.headerbox .headertop .insiderbox .box-r {
	float: right;
	width: calc(100% - 110px;
);
	line-height: 40px;
	text-align: right;
	font-size: 13px;
}
.headerbox .headertop .insiderbox .box-r a {
	color: #717171;
	padding-left: 20px;
}
.headerbox .headertop .insiderbox .box-r a:hover {
	transition: 0.6s color;
	color: #dc1a00;
}
.headerbox .bottombox {
	background-image: url(../images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	overflow: hidden;
	width: 100%;
}
.headerbox .bottombox .logobox {
	padding: 30px 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	padding-left: 190px;
	background-size: 160px;
	background-position: 0 30px;
	color: #000;
}
.headerbox .bottombox .logobox a {
	display: block;
	width: 100%;
	height: 100%;
}
.headerbox .bottombox .logobox .p1 {
	font-size: 18px;
	color: #333;
}
.headerbox .bottombox .logobox .p2 {
	color: #db1904;
	font-size: 36px;
	line-height: 1;
}
.headerbox .bottombox .logobox .p3 {
	font-size: 14px;
	color: #333;
}
.navbox {
	background: #791b70;
	background: linear-gradient(-45deg, #261cca, #511c9c, #8f1b58, #db1a03);
	background-size: 200% 200%;
	animation: gradientBG 15s ease infinite;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.navbox .navinsider {
	width: 1200px;
	margin: auto;
}
.navbox .navinsider ul li {
	float: left;
	text-align: center;
	width: calc(100%/7);
	font-size: 16px;
	position: relative;
}
.navbox .navinsider ul li a {
	color: #fff;
	display: block;
	transition: 0.6s;
	padding: 0 10px;
	width: 100%;
}
.navbox .navinsider ul li a:hover {
	background-color: #000;
}
.navbox .navinsider ul li .sub-nav {
	background-color: #ffffff;
	padding: 10px 0;
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 1111111;
	box-shadow: 0 3px 10px #ddd;
}
.navbox .navinsider ul li .sub-nav a {
	font-size: 14px;
	display: block;
	line-height: 40px;
	color: #333;
}
.navbox .navinsider ul li .sub-nav a:hover {
	background: linear-gradient(45deg, #261cca, #511c9c, #8f1b58, #db1a03);
	background-size: 200% 200%;
	animation: gradientBG 15s ease infinite;
	color: #fff;
}
.fixedtop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888888;
	transition: 0.6s;
}
.gototop {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	display: none;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	line-height: 50px;
	transition: 0.6s;
	color: #fff;
	font-size: 18px;
}
.gototop:hover {
	background-color: #0175CC;
}
@keyframes gradientBG {
 0% {
 background-position: 0% 50%;
}
 50% {
 background-position: 100% 50%;
}
 100% {
 background-position: 0% 50%;
}
}
.w1200 {
	max-width: 1200px;
	margin: auto;
}
.commenttitle {
	position: relative;
	font-size: 30px;
	text-align: center;
}
.commenttitle:after {
	content: '';
	width: 80px;
	height: 4px;
	background-color: #0175CC;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -14px;
}
.pagecommenttitle {
	font-size: 30px;
	position: relative;
	color: #0175CC;
	padding-left: 20px;
	margin-bottom: 20px;
}
.pagecommenttitle:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 30px;
	background-color: #0175CC;
	position: absolute;
	top: 7px;
	left: 0;
}
.index-ctis {
	padding: 4% 0 0;
	background-image: url(../images/bg_ctis.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.index-ctis .txtbox {
	line-height: 30px;
	margin-top: 40px;
}
.index-ctis .txtbox p:not(:last-child) {
	margin-bottom: 30px;
}
.index-ctis .itembox {
	overflow: hidden;
	margin-top: 40px;
}
.index-ctis .itembox .item1 {
	background-image: url(../images/icont_1.png);
	background-position: 0 5px;
	padding-left: 60px;
}
.index-ctis .itembox .item2 {
	background-image: url(../images/icont_2.png);
	padding-left: 60px;
}
.index-ctis .itembox .item3 {
	background-image: url(../images/icont_3.png);
	padding-left: 68px;
}
.index-ctis .itembox .item4 {
	background-image: url(../images/icont_4.png);
	padding-left: 60px;
}
.index-ctis .itembox .item {
	float: left;
	background-repeat: no-repeat;
	width: calc(100%/4 - 60px);
	margin-left: 60px;
}
.index-ctis .itembox .item p .bigfont {
	font-size: 36px;
	line-height: 1;
}
.index-ctis .itembox .item .p2 {
	line-height: 1;
	margin-top: 2px;
}
.ctisbox .item {
	float: left;
	position: relative;
	overflow: hidden;
}
.ctisbox .item:nth-child(1) {
	-webkit-animation: jump 1s linear 0s infinite alternate;
}
.ctisbox .item:nth-child(2) {
	-webkit-animation: jump 2s linear 0s infinite alternate;
}
.ctisbox .item:nth-child(3) {
	-webkit-animation: jump 3s linear 0s infinite alternate;
}
.ctisbox .item:nth-child(4) {
	-webkit-animation: jump 4s linear 0s infinite alternate;
}
.index-box2 .itembox {
	margin-top: 60px;
}
.index-box2 .itembox .item {
	width: calc(100%/3 - 50px);
	float: left;
	transition: 0.6s;
	transform: translateY(0);
}
.index-box2 .itembox .item:not(:last-child) {
	margin-right: 75px;
}
.index-box2 .itembox .item a {
	display: block;
	width: 100%;
	height: 100%;
}
.index-box2 .itembox .item a .imgbox {
	height: 328px;
}
.index-box2 .itembox .item a .imgbox img {
	width: 100%;
	display: block;
}
.index-box2 .itembox .item a .txtbox {
	background-color: #0175CC;
	padding: 20px 20px 30px;
	color: #fff;
}
.index-box2 .itembox .item a .txtbox .p1 {
	font-size: 18px;
}
.index-box2 .itembox .item a .txtbox .pmin {
	letter-spacing: -1.5px;
}
.index-box2 .itembox .item a .txtbox .p2 {
	font-size: 14px;
	margin-top: 10px;
}
.index-box2 .itembox .item a .txtbox .linkspan {
	display: block;
	width: 146px;
	height: 46px;
	background-color: #fff;
	text-align: center;
	line-height: 46px;
	color: #0175CC;
	border-radius: 4px;
	font-size: 18px;
	margin-top: 20px;
	transition: 0.6s;
}
.index-box2 .itembox .item:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px #656565;
}
.index-box2 .itembox .item:hover a .txtbox .linkspan {
	background-color: #0175CC;
	color: #fff;
}
.index-box3 {
	margin: 60px 0 50px;
	background-color: #f2f7fa;
	padding: 40px 0;
	background-position: center 0;
	position: relative;
	overflow: hidden;
}
.index-box3 .picani-sanjiao {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 40%;
}
.index-box3 .js-anibg1 {
	-webkit-animation: ani-indexbg1 6s linear infinite;
}
.index-box3 .js-anibg2 {
	-webkit-animation: ani-indexbg2 10s linear 0.5s infinite;
}
.index-box3 .js-anibg3 {
	-webkit-animation: ani-indexbg3 12s linear 0.8s infinite;
}
.index-box3 .picani-center {
	position: absolute;
	top: 0;
	right: 4%;
	z-index: -1;
	width: auto;
	height: 100%;
}
.index-box3 .picani-3 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
	width: 34%;
}
.index-box3 .insidebox {
	width: 1240px;
	margin: 60px auto 0;
}
.index-box3 .insidebox .item .insiderbox {
	width: calc(100% - 40px);
	margin: auto;
	background-color: #fff;
	padding: 30px 30px 40px;
}
.index-box3 .insidebox .item .insiderbox .titbox {
	font-size: 18px;
	font-weight: bold;
}
.index-box3 .insidebox .item .insiderbox .p2 {
	margin-top: 10px;
}
.index-box3 .insidebox .slick-prev, .index-box3 .insidebox .slick-next {
	width: 30px;
	top: 50%;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.6s;
}
.index-box3 .insidebox .slick-prev:hover, .index-box3 .insidebox .slick-next:hover {
	background-color: #0175CC;
}
.index-box3 .insidebox .slick-prev {
	left: -30px;
}
.index-box3 .insidebox .slick-next {
	right: -30px;
}
.index-box3 .insidebox .slick-dots {
	bottom: -30px;
}
.ivideo-box {
	margin: 60px auto 0;
	text-align: center;
}
.ivideo-box video {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	max-width: 100%;
}
.newtab {
	margin-top: 50px;
}
.newtab .tabclick {
	border-bottom: 2px #0175CC solid;
	overflow: hidden;
}
.newtab .tabclick .itemclick {
	border: 2px #0175CC solid;
	margin-bottom: -2px;
	font-size: 18px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px 30px;
	margin-right: 10px;
	display: inline-block;
	float: left;
	color: #0175CC;
	cursor: pointer;
	transition: 0.6s;
}
.newtab .tabclick .itemclick:hover {
	background-color: #0175CC;
	color: #fff;
}
.newtab .tabclick .current {
	background-color: #0175CC;
	color: #fff;
}
.newtab .newshidebox {
	margin-top: 30px;
	position: relative;
	height: 427px;
}
.newtab .newshidebox .box-item {
	display: none;
}
.newtab .newshidebox .box-item .box-l {
	width: 56%;
	float: left;
}
.newtab .newshidebox .box-item .box-l .itemnew {
	width: calc(100%/2 - 10px);
	margin-right: 20px;
	float: left;
	background-color: #fafafa;
	transition: 0.6s;
	transform: translate(0);
}
.newtab .newshidebox .box-item .box-l .itemnew a {
	display: block;
	width: 100%;
	height: 100%;
}
.newtab .newshidebox .box-item .box-l .itemnew a .picbox {
	height: 218px;
	background-color: #f2f7fa;
	line-height: 218px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	overflow: hidden;
}
.newtab .newshidebox .box-item .box-l .itemnew a .picbox img {
	width: 100%;
	vertical-align: middle;
}
.newtab .newshidebox .box-item .box-l .itemnew a .newtxt {
	padding: 20px 20px 30px;
}
.newtab .newshidebox .box-item .box-l .itemnew a .newtxt .titbox {
	color: #333;
	font-size: 18px;
}
.newtab .newshidebox .box-item .box-l .itemnew a .newtxt .timerbox {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.newtab .newshidebox .box-item .box-l .itemnew a .newtxt .txtdetail {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	height: 64px;
}
.newtab .newshidebox .box-item .box-l .itemnew:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px #ddd;
}
.newtab .newshidebox .box-item .box-l .itemnew:nth-child(2n) {
	margin-right: 0;
}
.newtab .newshidebox .box-item .box-r {
	float: left;
	width: calc(44% - 40px);
	margin-left: 40px;
	margin-top: 1px;
}
.newtab .newshidebox .box-item .box-r .newslist li {
	transform: translate(0);
	transition: 0.6s;
}
.newtab .newshidebox .box-item .box-r .newslist li:not(:first-child) {
	margin-top: 14px;
}
.newtab .newshidebox .box-item .box-r .newslist li:not(:last-child) {
	border-bottom: 1px #ddd solid;
	padding-bottom: 14px;
}
.newtab .newshidebox .box-item .box-r .newslist li:after {
	content: '';
}
.newtab .newshidebox .box-item .box-r .newslist li .newtit {
	font-size: 18px;
	color: #333;
}
.newtab .newshidebox .box-item .box-r .newslist li .timerbox {
	color: #999999;
	font-size: 14px;
	margin-top: 6px;
}
.newtab .newshidebox .box-item .box-r .newslist li .txtdetail {
	color: #999999;
	font-size: 14px;
	margin-top: 6px;
}
.newtab .newshidebox .box-item .box-r .newslist li:hover {
	transform: translateY(-10px);
}
.lueone {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.luetwo {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.luethree {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.rowitem {
	margin-top: 30px;
}
.rowitem .titlebox {
	font-size: 18px;
	position: relative;
}
.rowitem .titlebox:after {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #0175CC;
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.rowitem .logobox {
	margin-top: 30px;
}
.rowitem .logobox .item {
	float: left;
	border: 1px #ddd solid;
	width: 25%;
	height: 120px;
	line-height: 120px;
	margin-left: -1px;
	transform: translate(0);
	transition: 0.6s;
	overflow: hidden;
}
.rowitem .logobox .item:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px #ddd;
}
.rowitem .logobox .item a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.rowitem .logobox .item a img {
	vertical-align: middle;
	max-height: 100%;
}
.rowitem .logobox .item:nth-child(4n+1) {
	margin-left: 1px;
}
.rowitem .logobox .item2 {
	width: calc(100%/3);
	text-align: center;
	margin-top: -1px;
	background-color: #fff;
}
.rowitem .logobox .item2:nth-child(4n+1) {
	margin-left: -1px;
}
.rowitem .logobox .item2:nth-child(3n+1) {
	margin-left: 1px;
}
.footerbox {
	background: #0175CC;
	margin-top: 40px;
	animation: gradientBG 15s ease infinite;
	padding: 60px 0 0;
	color: #fff;
	transition: 0.6s;
}
.footerbox .footer-top {
	background-image: url(../images/ctischina.png);
	background-repeat: no-repeat;
	background-position: 5% 3%;
}
.footerbox .footer-top .box-top {
	border-bottom: 1px #ffffff33 solid;
	padding-bottom: 30px;
}
.footerbox .footer-top .bigfont {
	font-size: 24px;
	margin-bottom: 10px;
}
.footerbox .footer-top .ptit {
	font-size: 14px;
}
.footerbox .footer-top .formrow {
	margin-top: 20px;
}
.footerbox .footer-top .formrow .box-l {
	width: 60%;
	float: left;
}
.footerbox .footer-top .formrow .box-l input {
	border-radius: 4px;
	background-color: #fff;
	border: none;
	padding: 14px;
	width: 30%;
	float: left;
	margin-right: 10px;
	font-size: 16px;
}
.footerbox .footer-top .formrow .box-l input::-webkit-input-placeholder {
 color: #999;
}
.footerbox .footer-top .formrow .box-l button {
	float: left;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	border: none;
	background-color: #f18805;
	width: 140px;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: 0.6s;
	cursor: pointer;
}
.footerbox .footer-top .formrow .box-l button:hover {
	background-color: #121212;
}
.footerbox .footer-top .formrow .box-r {
	float: right;
}
.footerbox .footer-top .formrow .box-r .itemicont {
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	border-radius: 46px;
	font-size: 20px;
	position: relative;
}
.footerbox .footer-top .formrow .box-r .itemicont .img-pic {
	position: absolute;
	top: -113px;
	width: 100px;
	max-width: 100px;
	left: calc((-100px + 46px)/2);
	display: none;
}
.footerbox .footer-top .formrow .box-r .itemicont .img-pic:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #f5f5f5;
	position: absolute;
	bottom: 10px;
	left: 43px;
}
.footerbox .footer-top .formrow .box-r .itemicont:hover .img-pic {
	display: block;
}
.footerbox .footer-top .formrow .box-r .wechat {
	color: #4caf50;
}
.footerbox .footer-top .formrow .box-r .wechat:hover {
	background-color: #4caf50;
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.footerbox .footer-top .formrow .box-r .weibo {
	color: #0175CC;
}
.footerbox .footer-top .formrow .box-r .weibo:hover {
	background-color: #0175CC;
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.footerbox .footer-top .formrow .box-r .linkedin {
	color: #0077b5;
}
.footerbox .footer-top .formrow .box-r .linkedin:hover {
	background-color: #0077b5;
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.footerbox .footer-center {
	padding: 20px 0;
}
.footerbox .footer-center .logobix {
	color: #fff;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	font-size: 18px;
}
.footerbox .footer-center .logobix img {
	vertical-align: middle;
	margin-right: 10px;
}
.footerbox .footer-center .spanitem {
	float: right;
	padding-left: 30px;
}
.footerbox .foterbox {
	background-color: #121212;
	padding: 16px 0;
	font-size: 14px;
}
.footerbox .foterbox .righttxt {
	text-align: right;
	float: right;
}
.footerbox .foterbox .righttxt a {
	color: #fff;
	position: relative;
	transition: 0.6s;
	display: inline-block;
}
.footerbox .foterbox .righttxt a:hover {
	color: #db1904;
}
.footerbox .foterbox .righttxt a:not(:last-child):after {
	content: '';
	width: 1px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.24);
	display: inline-block;
	margin: 0 10px;
}
.bannerbox {
	overflow: hidden;
	width: 100%;
}
.pagebannerbox {
	position: relative;
	text-align: center;
}
.pagebannerbox img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.pagebannerbox .sedername {
	background: linear-gradient(38deg, #261cca, #511c9c, #8f1b58, #db1a03);
	display: block;
	height: 75px;
	text-align: center;
	line-height: 75px;
	font-size: 24px;
	color: #fff;
	width: 240px;
	position: absolute;
	left: calc((100% - 1200px)/2);
	z-index: 10;
	bottom: -20px;
}
.contentpage .leftbox {
	width: 240px;
	float: left;
}
.contentpage .leftbox .siderbox {
	margin-top: 20px;
}
.contentpage .leftbox .siderbox .siderlist {
	border-top: none;
}
.contentpage .leftbox .siderbox .siderlist ul li {
	text-align: center;
	line-height: 60px;
	border: 1px #eeeeee solid;
	transition: 0.6s;
	margin-top: -1px;
}
.contentpage .leftbox .siderbox .siderlist ul li a {
	display: block;
	font-size: 18px;
	color: #333;
}
.contentpage .leftbox .siderbox .siderlist ul li:hover {
	background-color: #0175CC;
}
.contentpage .leftbox .siderbox .siderlist ul li:hover a {
	color: #fff;
}
.contentpage .leftbox .siderbox .siderlist ul .current {
	background-color: #0175CC;
	border: 1px #0175CC solid;
}
.contentpage .leftbox .siderbox .siderlist ul .current a {
	color: #fff;
}
.contentpage .leftbox .siderbox .siderlist .ewmbox {
	text-align: center;
	padding: 20px 30px;
	font-size: 14px;
	border: 1px #eeeeee solid;
	border-top: none;
}
.contentpage .rightbox {
	width: calc(100% - 280px);
	float: left;
	margin-left: 40px;
}
.contentpage .rightbox .rightcontentbox {
	position: relative;
	text-align: left;
}
.contentpage .rightbox .rightcontentbox .dotalist li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 40px;
}
.contentpage .rightbox .rightcontentbox .commenttitle {
	position: relative;
	text-align: left;
}
.contentpage .rightbox .rightcontentbox .commenttitle:after {
	left: 0;
	margin-left: 0;
	bottom: -10px;
}
.contentpage .rightbox .rightcontentbox .txtbox {
	margin-top: 20px;
	color: #666666;
	line-height: 1.8;
}
.contentpage .rightbox .rightcontentbox .txtbox p {
	margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .itembox {
	overflow: hidden;
	margin-top: 40px;
}
.contentpage .rightbox .rightcontentbox .itembox .item1 {
	background-image: url(../images/icont_1.png);
	background-position: 0 0px;
	padding-left: 60px;
}
.contentpage .rightbox .rightcontentbox .itembox .item2 {
	background-image: url(../images/icont_2.png);
	padding-left: 70px;
}
.contentpage .rightbox .rightcontentbox .itembox .item3 {
	background-image: url(../images/icont_3.png);
	padding-left: 68px;
}
.contentpage .rightbox .rightcontentbox .itembox .item4 {
	background-image: url(../images/icont_4.png);
	padding-left: 80px;
}
.contentpage .rightbox .rightcontentbox .itembox .item {
	float: left;
	background-repeat: no-repeat;
	width: calc(100%/4);
	padding-bottom: 20px;
}
.contentpage .rightbox .rightcontentbox .itembox .item p .bigfont {
	font-size: 28px;
	line-height: 1;
}
.contentpage .rightbox .rightcontentbox .itembox .item .p2 {
	line-height: 1;
	margin-top: 2px;
}
.contentpage .rightbox .rightcontentbox .whylist {
	overflow: hidden;
	margin-top: 40px;
}
.contentpage .rightbox .rightcontentbox .whylist .item {
	width: calc(100%/3 - 14px);
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
.contentpage .rightbox .rightcontentbox .whylist .item:nth-child(3n) {
	margin-right: 0;
}
.contentpage .rightbox .rightcontentbox .whylist .item .picbox {
	border: 1px #ddd solid;
}
.contentpage .rightbox .rightcontentbox .whylist .item .picbox img {
	display: block;
	width: 100%;
}
.contentpage .rightbox .rightcontentbox .whylist .item .txtboxa {
	padding: 10px 0;
	font-size: 14px;
	color: #666666;
}
.contentpage .rightbox .rightcontentbox .whylist .item .txtboxa .titp1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .bgorganizer {
	color: #666666;
	overflow: hidden;
}
.contentpage .rightbox .rightcontentbox .bgorganizer .txtbox {
	width: calc(100% - 340px);
	float: left;
}
.contentpage .rightbox .rightcontentbox .bgorganizer .logobox {
	width: 300px;
	float: right;
	text-align: right;
}
.contentpage .rightbox .rightcontentbox .bgorganizer p {
	margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .bgchuangke {
	background-image: url(../images/bglogo1.html);
}
.contentpage .rightbox .rightcontentbox .icont-list {
	overflow: hidden;
	margin-top: 30px;
}
.contentpage .rightbox .rightcontentbox .icont-list .tittt {
	font-size: 24px;
	color: #333333;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox {
	margin-top: 0;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox:not(:last-child) {
	border-bottom: 1px #eeeeee solid;
	padding-bottom: 20px;
	margin: 20px 0;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox .icontbox {
	width: 120px;
	height: 120px;
	line-height: 120px;
	float: left;
	background-color: #f8f8f8;
	border-radius: 50%;
	text-align: center;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox .icontbox img {
	vertical-align: middle;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox .txtbox {
	width: calc(100% - 150px);
	float: left;
	margin-left: 30px;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox .txtbox .p1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.contentpage .rightbox .rightcontentbox .schedulelist {
	margin-top: 20px;
	border: 1px #e9ebec solid;
	padding: 20px 0 0;
	border-radius: 4px;
	overflow: hidden;
}
.contentpage .rightbox .rightcontentbox .schedulelist .ptit {
	font-size: 30px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li {
	padding: 30px 20px;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .box-l {
	float: left;
	width: 200px;
	box-sizing: border-box;
	padding-top: 6px;
	color: #241ccc;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox {
	float: left;
	width: calc(100% - 390px);
	margin-top: 0;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox .titp {
	margin-bottom: 0;
	font-size: 24px;
	color: #333;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox .pppbox {
	font-size: 14px;
	margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox .logobox {
	width: 100px;
	border: 1px #ddd solid;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 3px 0;
	overflow: hidden;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox .logobox img {
	max-height: 90%;
	max-width: 90%;
	vertical-align: inherit;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .linkbox {
	width: 140px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px #241ccc solid;
	border-radius: 46px;
	float: right;
	margin-top: 10px;
	color: #241ccc;
	cursor: pointer;
	transition: 0.6s;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li:hover .linkbox {
	background-color: #0175CC;
	border: 1px #0175CC solid;
	color: #fff;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li:nth-child(2n+1) {
	background-color: #f7fcff;
}
.fcblack {
	color: #333;
}
.fcred {
	color: #d71908;
}
.booth-application {
	margin-top: 0px;
}
.booth-application .tiptxt {
	font-size: 18px;
	text-align: center;
	position: relative;
	color: #db1904;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 4px;
}
.booth-application .tiptxt:before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #db1904;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(-75deg);
}
.booth-application .tiptxt:after {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #db1904;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(-75deg);
}
.booth-application .pagename {
	line-height: 1;
	height: 24px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.booth-application .pagename .bigfont {
	font-size: 24px;
}
.booth-application .pagename .smolltxt {
	font-size: 14px;
	vertical-align: top;
	padding-left: 10px;
	color: #0175CC;
}
.booth-application .formbox {
	margin-top: 20px;
}
.booth-application .formbox .itemfrom {
	width: calc(100%/2 - 20px);
	margin-right: 40px;
	float: left;
	margin-bottom: 20px;
}
.booth-application .formbox .itemfrom:nth-child(2n) {
	margin-right: 0;
}
.booth-application .formbox .itemfrom .labtxt {
	color: #808080;
	font-size: 14px;
	width: 130px;
	display: block;
	float: left;
	line-height: 45px;
}
.booth-application .formbox .itemfrom .labtxt1 {
	width: 100%;
}
.booth-application .formbox .itemfrom .labtxt2 {
	width: 100%;
	color: #fff;
}
.booth-application .formbox .itemfrom .itemmm {
	margin-top: 10px;
	overflow: hidden;
}
.booth-application .formbox .itemfrom .inps {
	border: 1px #dddddd solid;
	background-color: #f4f4f4;
	padding: 14px 20px;
	box-sizing: border-box;
	display: block;
	float: left;
	width: calc(100% - 130px);
	border-radius: 4px;
}
.booth-application .formbox .itemfrom .input100 {
	width: 100px !important;
	margin-right: 10px;
}
.booth-application .formbox .itemfrom .inputaaaa {
	width: calc(100% - 240px);
}
.booth-application .formbox .itemfrom .inps1 {
	width: calc(100% - 350px);
}
.booth-application .formbox .itemfrom .inps3 {
	width: calc(100%/3 - 53px);
}
.booth-application .formbox .itemfrom .inps3:not(:last-child) {
	margin-right: 14px;
}
.booth-application .formbox .itemfrom .inpsbox {
	width: calc(100% - 130px);
	line-height: 45px;
}
.booth-application .formbox .itemfrom .inpsbox label {
	margin-right: 20px;
}
.booth-application .formbox .itemfrom .box-rrr {
	width: calc(100% - 130px);
	line-height: 45px;
	float: left;
	font-size: 14px;
	color: #717171;
}
.booth-application .formbox .itemfrom .box-rrr .inps {
	width: 100%;
}
.booth-application .formbox .itemfrom .box-rrr .tipbox {
	color: #808080;
	font-size: 14px;
}
.booth-application .formbox .itemfrom .box-rrr .areainps {
	width: 100%;
	height: 200px;
	border: 1px #dddddd solid;
	padding: 14px 20px;
	background-color: #f4f4f4;
	border-radius: 4px;
	font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '寰蒋闆呴粦', sans-serif;
	resize: none;
}
.booth-application .formbox .itemfrom .box-rrr label {
	width: 20%;
	display: inline-block;
}
.booth-application .formbox .itemfrom .box-rrr .w100label {
	width: 50% !important;
	float: left;
}
.booth-application .formbox .itemfrom .pppitemm {
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.booth-application .formbox .itemfrom .box-rrr222 {
	line-height: 30px !important;
}
.booth-application .formbox .itemfromw100 {
	width: 100%;
	overflow: hidden;
}
.booth-application .formbox .itemfromw100 .labtxt1 {
	width: 100%;
}
.booth-application .formbox .itemfromw100 .box-rrr {
	width: calc(100% - 130px);
	line-height: 45px;
	float: left;
	font-size: 14px;
	color: #717171;
}
.booth-application .formbox .itemfromw100 .box-rrr .inps {
	width: 100%;
}
.booth-application .formbox .itemfromw100 .box-rrr .tipbox {
	color: #808080;
	font-size: 14px;
}
.booth-application .formbox .itemfromw100 .box-rrr .areainps {
	width: 100%;
	height: 200px;
	border: 1px #dddddd solid;
	padding: 14px 20px;
	background-color: #f4f4f4;
	border-radius: 4px;
	font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '寰蒋闆呴粦', sans-serif;
	resize: none;
}
.booth-application .formbox .itemfromw100 .box-rrr label {
	width: 30%;
	line-height: 30px;
	margin-bottom: 0;
	display: inline-block;
}
.booth-application .formbox .itemfromw100 .box-rrr1 {
	width: 100%;
}
.booth-application .formbox1 {
	border-top: 1px #ddd solid;
	padding-top: 30px;
}
.booth-application .submintbtn {
	width: 260px;
	height: 50px;
	line-height: 50px;
	border: none;
	background-color: #dd1900;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	margin: 20px auto 40px;
	display: block;
	cursor: pointer;
	font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '寰蒋闆呴粦', sans-serif;
	transition: 0.6s;
}
.booth-application .submintbtn:hover {
	background-color: #121212;
}
.crumbs {
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #999999;
}
.crumbs a {
	color: #999;
}
.downloadlist .clicktab {
	border-bottom: 2px #0175CC solid;
}
.downloadlist .clicktab .listtab {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 30px;
	font-size: 18px;
	background-color: #f7f7f7;
	border-bottom: none;
	margin-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	transition: 0.6s;
}
.downloadlist .clicktab .listtab:hover {
	background-color: #0175CC;
	color: #fff;
	border-color: #0175CC;
}
.downloadlist .clicktab .current {
	background-color: #0175CC;
	color: #fff;
	border-color: #0175CC;
}
.downloadlist .showlist-box .item {
	display: none;
}
.downloadlist .showlist-box .item ul {
	overflow: hidden;
	margin-top: 20px;
}
.downloadlist .showlist-box .item ul li {
	background-color: #f1f1f1;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 20px;
	transition: 0.6s;
}
.downloadlist .showlist-box .item ul li:hover {
	background-color: #e0f9ff;
}
.downloadlist .showlist-box .item ul li:hover .filebox {
	background-image: url(../images/bgfile-open.png);
}
.downloadlist .showlist-box .item ul li:hover .linkbox {
	background-color: #da1904;
}
.downloadlist .showlist-box .item ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.downloadlist .showlist-box .item ul li .filebox {
	width: 100px;
	height: 100px;
	float: left;
	background-image: url(../images/bgfile.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.6s;
}
.downloadlist .showlist-box .item ul li .txtbox {
	width: calc(100% - 260px);
	float: left;
	color: #999999;
}
.downloadlist .showlist-box .item ul li .txtbox .namebox {
	margin-top: 24px;
	font-size: 16px;
	color: #333;
}
.downloadlist .showlist-box .item ul li .linkbox {
	width: 140px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #0175CC;
	float: right;
	color: #fff;
	border-radius: 4px;
	margin-top: 27px;
	margin-right: 20px;
	transition: 0.6s;
}
.newlist {
	margin-top: 60px;
}
.newlist .itembox {
	border: 1px #ddd solid;
	width: calc(100%/3 - 14px);
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	transition: 0.6s;
	transform: translate(0);
}
.newlist .itembox a {
	display: block;
	width: 100%;
	height: 100%;
}
.newlist .itembox a .imgbox {
	height: 250px;
	line-height: 250px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 140px;
	text-align: center;
}
.newlist .itembox a .imgbox img {
	transition: 0.6s;
	transform: rotate(0deg) scale(1);
	vertical-align: middle;
}
.newlist .itembox a .txtbox {
	color: #333;
	padding: 20px 20px 30px;
	font-size: 14px;
}
.newlist .itembox a .txtbox .ptit {
	font-size: 18px;
	font-weight: bold;
}
.newlist .itembox a .txtbox .ptimer {
	color: #999999;
	margin-top: 10px;
}
.newlist .itembox a .txtbox .ptxt {
	margin-top: 10px;
	height: 63px;
}
.newlist .itembox a .txtbox .linkbtn {
	display: block;
	width: 140px;
	height: 46px;
	background-color: #636262;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	margin-top: 20px;
	color: #fff;
	transition: 0.6s;
}
.newlist .itembox:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px #a0a0a0;
}
.newlist .itembox:hover a .imgbox img {
	transform: rotate(3deg) scale(1.2);
}
.newlist .itembox:hover a .txtbox .linkbtn {
	background-color: #db1904;
}
.newlist .itembox:nth-child(3n) {
	margin-right: 0;
}
.newcontent .contentbox {
	margin-top: 30px;
}
.newcontent .contentbox .ptit {
	font-size: 24px;
}
.newcontent .contentbox .bootombox {
	border-bottom: 1px #ddd solid;
	padding-bottom: 20px;
}
.newcontent .contentbox .bootombox .apantiter {
	font-size: 14px;
	color: #999999;
}
.newcontent .contentbox .txtbox {
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px #ddd solid;
	padding-bottom: 30px;
}
.newcontent .contentbox .txtbox p {
	margin-bottom: 20px;
}
.newcontent img {
	height: auto !important;
}
.pagenewtit {
	font-size: 30px;
	margin-top: 30px;
}
body .layer-pop1 {
	width: 464px !important;
	background-image: url(../images/bgpop.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	max-height: 90%;
	overflow: auto;
}
body .layer-pop1 .layui-layer-content {
	padding: 70px 30px 30px;
	text-align: center;
}
body .layer-pop1 .layui-layer-content img {
	margin-top: 20px;
}
body .layer-pop1 .layui-layer-setwin {
	top: 20px;
	right: 20px;
}
body .layer-pop1 .layui-layer-setwin .layui-layer-close2 {
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.6s;
}
body .layer-pop1 .layui-layer-setwin .layui-layer-close2:hover {
	background-color: #0175CC;
}
body .layer-pop {
	width: 964px !important;
	background-image: url(../images/bgpop.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	max-height: 90%;
	overflow: auto;
}
body .layer-pop .layui-layer-content {
	padding: 30px;
}
body .layer-pop .layui-layer-content .logobox {
	border-bottom: 1px #ecf0f3 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body .layer-pop .layui-layer-content .txtboxpp {
	margin-top: 20px;
}
body .layer-pop .layui-layer-content .linkbtn {
	width: 140px;
	height: 46px;
	display: block;
	text-align: center;
	line-height: 46px;
	color: #fff;
	margin-top: 20px;
	border-radius: 36px;
	background: linear-gradient(38deg, #261cca, #511c9c, #8f1b58, #db1a03);
	opacity: 1;
}
body .layer-pop .layui-layer-content .linkbtn:hover {
	opacity: 0.8;
}
body .layer-pop .layui-layer-content .poptit {
	font-size: 24px;
	position: relative;
	padding-left: 12px;
}
body .layer-pop .layui-layer-content .poptit:before {
	content: '';
	width: 5px;
	height: 20px;
	background-color: #0175CC;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
}
body .layer-pop .layui-layer-content .rowbox {
	color: #241ccc;
	margin-top: 6px;
}
body .layer-pop .layui-layer-content .rowbox .itembxp {
	padding-right: 30px;
}
body .layer-pop .layui-layer-content .txtcont {
	border-top: 1px #ddd solid;
	margin-top: 20px;
	padding-top: 20px;
}
body .layer-pop .layui-layer-content .txtcont .titlebox {
	font-size: 20px;
	margin-bottom: 10px;
}
body .layer-pop .layui-layer-content .headlist {
	margin-top: 40px;
}
body .layer-pop .layui-layer-content .headlist .titlebox {
	font-size: 20px;
	margin-bottom: 10px;
}
body .layer-pop .layui-layer-content .headlist ul {
	overflow: hidden;
}
body .layer-pop .layui-layer-content .headlist ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
body .layer-pop .layui-layer-content .headlist ul li .headbix {
	width: 140px;
	height: 140px;
	line-height: 140px;
	background-color: #f7f7f7;
	border-radius: 140px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
body .layer-pop .layui-layer-content .headlist ul li .headbix img {
	vertical-align: middle;
}
body .layer-pop .layui-layer-content .headlist ul li .txtboxq {
	margin-top: 20px;
	min-height: 100px;
	padding: 0 10px;
}
body .layer-pop .layui-layer-content .headlist ul li .txtboxq .pjiii {
	font-size: 14px;
	color: #666666;
}
body .layer-pop .layui-layer-content .medialist {
	margin-top: 40px;
}
body .layer-pop .layui-layer-content .medialist .titlebox {
	font-size: 20px;
	margin-bottom: 10px;
}
body .layer-pop .layui-layer-content .medialist ul {
	overflow: hidden;
	padding-top: 1px;
}
body .layer-pop .layui-layer-content .medialist ul li {
	float: left;
	border: 1px #ddd solid;
	width: 25%;
	height: 125px;
	line-height: 123px;
	text-align: center;
	margin-left: -1px;
	margin-top: -1px;
	transform: translate(0);
	transition: 0.6s;
	overflow: hidden;
	font-size: 0;
}
body .layer-pop .layui-layer-content .medialist ul li:nth-of-type(4n+1) {
	margin-left: 0;
}
body .layer-pop .layui-layer-content .medialist ul li img {
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}
body .layer-pop .layui-layer-setwin {
	top: 20px;
	right: 20px;
}
body .layer-pop .layui-layer-setwin .layui-layer-close2 {
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.6s;
}
body .layer-pop .layui-layer-setwin .layui-layer-close2:hover {
	background-color: #0175CC;
}
.mobilemune {
	display: none;
}
.moblebanner {
	display: none !important;
}
.box-traffic {
	color: #666666;
}
.box-traffic .titbpx {
	font-size: 24px;
	margin-bottom: 10px;
}
.box-traffic .tabtraffic {
	border: 1px #ddd solid;
	margin-top: 40px;
}
.box-traffic .tabtraffic .itembox {
	margin-top: 0 !important;
}
.box-traffic .tabtraffic .itembox:first-child .clicktab {
	border-top: none;
}
.box-traffic .tabtraffic .itembox .clicktab {
	height: 60px;
	text-align: left;
	padding: 0 30px;
	line-height: 60px;
	border-top: 1px #ddd solid;
	background-image: url(../images/bgarr.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333;
	font-size: 18px;
	transition: 0.6s;
	cursor: pointer;
}
.box-traffic .tabtraffic .itembox .clicktab:not(:first-child) {
	border-top: 1px #ddd solid;
}
.box-traffic .tabtraffic .itembox .clicktab:hover {
	background-color: #cc282f;
	color: #fff;
}
.box-traffic .tabtraffic .itembox .current {
	background-color: #cc282f;
	color: #fff;
}
.box-traffic .tabtraffic .itembox .showtabbb {
	border-top: 1px #ddd solid;
	padding: 20px 30px;
	display: none;
}
.groubname {
	padding: 10px 20px 10px 0;
	border-bottom: 1px #fbf0f2 solid;
	color: #1d1d1d;
	font-style: italic;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
}
.titboxxxx {
	text-align: center;
	font-size: 14px;
}
.yanjing-box {
	position: relative;
	margin-top: 40px;
	width: 100%;
	overflow: hidden;
}
.yanjing-box:before {
	content: '';
	width: 600px;
	height: 600px;
	border: 1px #db222a54 dashed;
	display: block;
	position: absolute;
	left: calc((100% - 1200px)/2 - 540px);
	top: 150px;
	border-radius: 50%;
	z-index: -1;
	animation: ani-yuan 6s infinite;
}
.yanjing-box:after {
	content: '';
	width: 600px;
	height: 600px;
	border: 1px #db222a54 dashed;
	display: block;
	position: absolute;
	right: calc((100% - 1200px)/2 - 660px);
	top: 0px;
	border-radius: 50%;
	z-index: -1;
	animation: ani-yuan3 6s infinite;
}
.yanjing-box .page_a .p1 {
	font-size: 18px;
	color: #db222a;
}
.yanjing-box .page_a .p2 {
	font-size: 36px;
}
.yanjing-box .contenttxt {
	width: 84%;
	float: right;
	color: #666666;
	line-height: 30px;
	margin-top: 14px;
	border-bottom: 1px #f7eded solid;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.yanjing-box .contenttxt p {
	margin-bottom: 20px;
}
.yanjing-box .txtbox-2 {
	margin-top: 40px;
	overflow: hidden;
}
.yanjing-box .txtbox-2 .titttaaa {
	font-size: 36px;
}
.yanjing-box .txtbox-2 .itemtxt {
	width: 50%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	line-height: 24px;
}
.yanjing-box .txtbox-2 .itemtxt:not(:last-child) {
	border-right: 1px #eee solid;
	padding-right: 30px;
}
.yanjing-box .txtbox-2 .itemtxt:last-child {
	padding-left: 30px;
}
.yanjing-box .txtbox-2 .itemtxt .namebox {
	font-size: 18px;
	color: #db222a;
	margin-bottom: 10px;
}
.yanjing-box .txtbox-2 .itemtxt .boxttiit {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #333;
}
.yanjing-box .txtbox-2 .itemtxt ul li {
	list-style: disc;
	list-style-position: inside;
}
.yanjing-box .timerbox {
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(../images/timerbanner.jpg);
	padding: 50px 0;
	margin-top: 40px;
}
.yanjing-box .timerbox .w1200 {
	color: #fff;
	background-image: url(../images/rili.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 100px;
	height: 60px;
}
.yanjing-box .timerbox .w1200 .p1 {
	font-size: 24px;
}
.yanjing-box .timerbox .w1200 .p2 {
	font-size: 18px;
}
.yanjing-box .showtype {
	margin-top: 40px;
}
.yanjing-box .showtype .titibox .p1 {
	font-size: 18px;
}
.yanjing-box .showtype .titibox .p2 {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.yanjing-box .showtype .divgroub {
	margin-top: 20px;
	overflow: hidden;
}
.yanjing-box .showtype .divgroub .itemppp {
	width: 25%;
	float: left;
}
.yanjing-box .showtype .divgroub .itemppp .bigfont {
	font-size: 100px;
	font-weight: bold;
	color: #eeeeee;
	line-height: 1;
}
.yanjing-box .showtype .divgroub .itemppp .p222 {
	color: #666666;
}
.yanjing-box .fulibox {
	background-color: #f7f7f7;
	margin-top: 60px;
	padding: 50px 0;
	overflow: hidden;
}
.yanjing-box .fulibox .titfont {
	font-size: 36px;
	margin-bottom: 10px;
}
.yanjing-box .fulibox .ullist {
	margin-top: 30px;
}
.yanjing-box .fulibox .ullist ul li {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	background-color: #fff;
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	color: #666666;
	float: left;
	height: 100px;
	margin-bottom: 20px;
}
.yanjing-box .fulibox .ullist ul li .imgbox {
	width: 104px;
	float: left;
	text-align: center;
}
.yanjing-box .fulibox .ullist ul li .box-txt {
	padding-top: 6px;
}
.yanjing-box .fulibox .ullist ul li:nth-child(3n) {
	margin-right: 0;
}
.yanjing-box .zixunbox {
	padding: 40px 0 0;
}
.yanjing-box .zixunbox .titit {
	font-size: 36px;
}
.yanjing-box .zixunbox .bottombox {
	overflow: hidden;
	margin-top: 10px;
}
.yanjing-box .zixunbox .bottombox .box-l {
	background-color: #fafafa;
	padding: 20px 30px;
	width: 460px;
	height: 150px;
	color: #666666;
	background-image: url(../images/headaa.png);
	background-repeat: no-repeat;
	background-position: 90% bottom;
	border-radius: 4px;
	float: left;
}
.yanjing-box .zixunbox .bottombox .box-l .p222 {
	font-size: 24px;
	color: #333;
}
.yanjing-box .zixunbox .bottombox .box-l p {
	margin-bottom: 10px;
}
.yanjing-box .zixunbox .bottombox .box-l p i {
	padding-right: 10px;
}
.yanjing-box .zixunbox .bottombox .linkbtn {
	display: inline-block;
	background-color: #db222a;
	width: 130px;
	height: 150px;
	color: #fff;
	text-align: center;
	line-height: 150px;
	float: left;
	border-radius: 4px;
	margin-left: 20px;
	transition: 0.6s;
}
.yanjing-box .zixunbox .bottombox .linkbtn:hover {
	background-color: #121212;
}
.yanjing-box .ciclebox {
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	position: absolute;
	background-color: #f7f7f7;
	left: calc((100% - 1200px)/2 - 410px);
	top: 100px;
	border-radius: 50%;
	z-index: -2;
	animation: ani-yuan2 6s infinite;
}
.contactusbox .titbox {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.contactusbox ul li {
	width: calc(100%/2 - 20px);
	margin-bottom: 30px;
	background-color: #f7f7f7;
	padding: 30px;
	margin-right: 40px;
	float: left;
}
.contactusbox ul li:nth-child(2n) {
	margin-right: 0;
}
.contactusbox ul li .p222 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contactusbox ul li a {
	color: #333;
	transition: 0.6s;
}
.contactusbox ul li a:hover {
	color: #0175CC;
}
.guanjunbox {
	margin-top: 30px;
}
.guanjunbox .tit {
	text-align: center;
	font-size: 36px;
	padding-bottom: 11px;
	border-bottom: 3px #ddd dashed;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 40px;
}
.guanjunbox a {
	color: #333;
	transition: 0.6s;
}
.guanjunbox a:hover {
	color: #db1904;
}
.guanjunbox .txtitem {
	margin-bottom: 30px;
	font-size: 14px;
}
.guanjunbox .txtitem p {
	margin-bottom: 20px;
}
.guanjunbox .imgitem {
	border-radius: 20px;
	overflow: hidden;
	max-width: 780px;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}
.guanjunbox .linkocoo a {
	width: 240px;
	height: 56px;
	display: block;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	margin: 0 auto 50px;
	color: #fff;
	border-radius: 4px;
	background: #791b70;
	background: linear-gradient(-95deg, #261cca, #511c9c, #8f1b58, #db1a03);
}
.guanjunbox .linkocoo a:hover {
	opacity: 0.8;
}
.guanjunbox .imglogo {
	vertical-align: middle;
	margin-left: 20px;
}
.guanjunbox .ul {
	overflow: hidden;
}
.guanjunbox .ul ul {
	overflow: hidden;
	margin-top: 20px;
}
.guanjunbox .ul ul li {
	width: calc(100%/3);
	float: left;
	text-align: center;
}
.guanjunbox .ul ul li img {
	max-width: 90%;
	border-radius: 50px;
}
.whylista .whylist .item {
	padding-bottom: 20px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px #ddd dotted;
	margin-bottom: 20px;
}
.whylista .whylist .item .titp1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.fs18 {
	font-size: 18px;
}
.imglist2 {
	overflow: hidden;
	margin-bottom: 50px;
}
.imglist2 ul li {
	width: 50%;
	float: left;
	text-align: center;
}
.imglist2 ul li img {
	max-width: 90%;
	border-radius: 20px;
}
.imglist3 {
	overflow: hidden;
}
.imglist3 ul li {
	width: calc(100%/3);
	float: left;
	text-align: center;
}
.imglist3 ul li img {
	max-width: 90%;
	border-radius: 20px;
}
.checkboxabb {
	font-size: 14px;
	text-align: center;
}
.row-error .labtxt {
	color: #dd1900 !important;
}
.row-error .js-required {
	border: 1px #dd1900 solid !important;
}
.disabledbtn {
	background-color: #545454 !important;
}
.contactinfo {
	background-color: #f9f4f4;
	padding: 30px;
	margin-top: 40px;
	border-radius: 4px;
}
.contactinfo .titaa {
	font-size: 18px;
	color: #db1904;
	font-weight: bold;
	margin-bottom: 10px;
}
.contactinfo .itemmm {
	display: inline-block;
	margin-right: 30px;
	color: #666;
}
.siderleftbox {
	width: 140px;
	position: absolute;
	left: 80px;
	overflow: hidden;
	z-index: 1111;
}
.siderleftbox .closebtn {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	color: #deddf9;
	transition: 0.6s;
}
.siderleftbox .closebtn:hover {
	color: #dc1903;
}
.siderleftbox .insederbox {
	background-image: url(../images/bgsiderleft.png);
	background-repeat: no-repeat;
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
	background-size: contain;
}
.siderleftbox .insederbox .titi {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	padding: 0 10px;
}
.siderleftbox .insederbox .p222 {
	font-size: 14px;
	color: #fff;
	padding: 20px 8px 0;
	text-align: center;
}
.siderleftbox .insederbox .p333 {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.siderleftbox .insederbox .linkbox {
	margin-top: 60px;
}
.siderleftbox .insederbox .linkbox .linkitem {
	display: block;
	position: relative;
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #fff;
	margin: 10px auto;
	overflow: hidden;
	transition: 0.6s;
	opacity: 1;
	cursor: pointer;
}
.siderleftbox .insederbox .linkbox .linkitem1 {
	color: #0175CC;
}
.siderleftbox .insederbox .linkbox .linkitem1:before {
	overflow: hidden;
	content: '';
	width: 12px;
	height: 30px;
	background-color: #0175CC;
	transform: rotate(48deg);
	position: absolute;
	top: -11px;
	left: -5px;
}
.siderleftbox .insederbox .linkbox .linkitem1:after {
	overflow: hidden;
	content: '';
	width: 12px;
	height: 30px;
	background-color: #0175CC;
	transform: rotate(48deg);
	position: absolute;
	bottom: -14px;
	right: -5px;
}
.siderleftbox .insederbox .linkbox .linkitem1:hover {
	opacity: 0.8;
}
.siderleftbox .insederbox .linkbox .linkitem2 {
	color: #fff;
	background-color: #dc1903;
}
.siderleftbox .insederbox .linkbox .linkitem2:before {
	overflow: hidden;
	content: '';
	width: 12px;
	height: 30px;
	background-color: #0175CC;
	transform: rotate(48deg);
	position: absolute;
	top: -14px;
	left: -5px;
}
.siderleftbox .insederbox .linkbox .linkitem2:after {
	overflow: hidden;
	content: '';
	width: 12px;
	height: 30px;
	background-color: #0175CC;
	transform: rotate(48deg);
	position: absolute;
	bottom: -11px;
	right: -5px;
}
.siderleftbox .insederbox .linkbox .linkitem2:hover {
	opacity: 0.8;
}
.siderleftboxinside {
	right: 80px;
	left: auto;
}
.siderrightbox {
	width: 140px;
	position: absolute;
	right: 80px;
	overflow: hidden;
	z-index: 1111;
}
.siderrightbox .closebtn {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	color: #deddf9;
	transition: 0.6s;
}
.siderrightbox .closebtn:hover {
	color: #dc1903;
}
.siderrightbox .data-show-box {
	overflow: hidden;
	margin-top: 10px;
}
.siderrightbox .data-show-box .item {
	width: calc(100%/4 - 3px);
	float: left;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #fff;
	margin-right: 3px;
	border-radius: 4px;
	padding: 5px 0;
}
.siderrightbox .data-show-box .item p {
	font-size: 12px;
	color: #ddd;
}
.siderrightbox .data-show-box .item:last-child {
	margin-right: 0;
}
.fixedright {
	position: fixed;
	top: 80px !important;
}
.fixedleft {
	position: fixed;
	top: 80px !important;
}
.hidesider {
	right: -210px !important;
	transition: 0.6s;
}
.hidesiderL {
	left: -210px !important;
	transition: 0.6s;
}
.floatside {
	overflow: hidden;
	background-color: #0175CC;
	width: 100%;
	height: 360px;
	position: relative;
	text-align: center;
	color: #fff;
	background-image: url(../images/bgfooter2.png);
	background-repeat: no-repeat;
	background-size: 110px;
	background-position: center 30px;
}
.floatside .txtbox {
	margin-top: 120px;
	font-size: 14px;
}
.floatside .linkbox {
	margin-top: 30px;
}
.floatside .linkbox .linkitem {
	display: block;
	position: relative;
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #fff;
	margin: 10px auto;
	overflow: hidden;
	transition: 0.6s;
	opacity: 1;
	cursor: pointer;
}
.floatside .linkbox .linkitem1 {
	color: #0175CC;
}
.floatside .linkbox .linkitem1:before {
	overflow: hidden;
	content: '';
	width: 12px;
	height: 30px;
	background-color: #0175CC;
	transform: rotate(48deg);
	position: absolute;
	top: -11px;
	left: -5px;
}
.floatside .linkbox .linkitem1:after {
	overflow: hidden;
	content: '';
	width: 12px;
	height: 30px;
	background-color: #0175CC;
	transform: rotate(48deg);
	position: absolute;
	bottom: -14px;
	right: -5px;
}
.floatside .linkbox .linkitem1:hover {
	opacity: 0.8;
}
.floatside .linkbox .linkitem2 {
	color: #fff;
	background-color: #dc1903;
}
.floatside .linkbox .linkitem2:before {
	overflow: hidden;
	content: '';
	width: 12px;
	height: 30px;
	background-color: #0175CC;
	transform: rotate(48deg);
	position: absolute;
	top: -14px;
	left: -5px;
}
.floatside .linkbox .linkitem2:after {
	overflow: hidden;
	content: '';
	width: 12px;
	height: 30px;
	background-color: #0175CC;
	transform: rotate(48deg);
	position: absolute;
	bottom: -11px;
	right: -5px;
}
.floatside .linkbox .linkitem2:hover {
	opacity: 0.8;
}
.floatside:before {
	overflow: hidden;
	content: '';
	width: 20px;
	height: 60px;
	background-color: #fff;
	transform: rotate(50deg);
	position: absolute;
	top: -30px;
	left: -9px;
}
.floatside:after {
	overflow: hidden;
	content: '';
	width: 20px;
	height: 60px;
	background-color: #fff;
	transform: rotate(50deg);
	position: absolute;
	bottom: -30px;
	right: -9px;
}
.science .title {
	color: #d95a54;
	font-size: 22px;
	font-weight: bold;
}
.science .con {
	background: #171136;
	padding: 60px 40px;
	margin-top: 30px;
}
.science .con .con-box:after {
	display: block;
	content: '';
	clear: both;
}
.science .con .input {
	width: 46%;
	float: left;
	margin-right: 8%;
	margin-bottom: 30px;
}
.science .con .input:nth-of-type(2n) {
	margin-right: 0;
}
.science .con .input:after {
	display: block;
	content: '';
	clear: both;
}
.science .con .input.has-error .input-box input, .science .con .input.has-error .input-box select, .science .con .input.has-error .input-box textarea, .science .con .input.has-error .input-box .img, .science .con .input.has-error .input-box .file-i {
	transition: 0.6s;
	border-color: #f40103;
	box-shadow: 0 0 15px #f40103;
}
.science .con .input .tit {
	float: left;
	width: 112px;
	color: #fff;
	font-size: 14px;
	text-align: right;
	padding: 12px 0;
}
.science .con .input .tit span {
	color: #f40103;
}
.science .con .input .input-box {
	float: right;
	width: calc(100% - 125px);
}
.science .con .input .input-box input, .science .con .input .input-box select, .science .con .input .input-box textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 12px 15px;
	font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '寰蒋闆呴粦', sans-serif;
	transition: 0.6s;
}
.science .con .input .input-box .file-i {
	width: 100%;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
	transition: 0.6s;
}
.science .con .input .input-box .file-i span {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 15px);
	padding: 12px 15px;
	font-size: 14px;
	display: block;
	overflow: hidden;
}
.science .con .input .input-box .file-i input {
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.science .con .input .input-box .img {
	background: #fff;
	border-radius: 5px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	border: 1px solid #fff;
	transition: 0.6s;
}
.science .con .input .input-box .img img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
.science .con .input .input-box .img-info {
	margin-top: 14px;
}
.science .con .input .input-box .img-info:after {
	display: block;
	content: '';
	clear: both;
}
.science .con .input .input-box .img-info .img-tit {
	float: left;
	padding: 12px 35px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	background: #2a1cc5;
	cursor: pointer;
	transition: 0.6s;
}
.science .con .input .input-box .img-info .img-tit:hover {
	opacity: 0.8;
	transition: 0.6s;
}
.science .con .input .input-box .img-info .img-p {
	float: left;
	margin-left: 15px;
	color: #615e6f;
	font-size: 14px;
	line-height: 20px;
	margin-top: 3px;
}
.science .con .input .input-box .p {
	color: #aaaaaa;
	font-size: 14px;
	margin-top: 10px;
}
.science .con .link {
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	height: 1px;
	float: left;
	margin: 30px 0;
}
.science .con .second-tit {
	font-size: 18px;
	width: 100%;
	float: left;
	overflow: hidden;
	color: #fff;
	margin-bottom: 20px;
}
.science .con .sub {
	border-radius: 5px;
	background: url(../images/sub.png) no-repeat;
	background-size: 100%;
	width: 280px;
	height: 80px;
	line-height: 80px;
	margin: 30px auto 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: 0.6s;
}
.science .con .sub:hover {
	opacity: 0.8;
	transition: 0.6s;
}
.innovation .tit {
	font-size: 22px;
	font-weight: bold;
	color: #d95a54;
	margin-bottom: 20px;
	margin-top: 50px;
}
.innovation .info-p {
	line-height: 28px;
}
.innovation .link {
	width: 100%;
	height: 1px;
	margin: 35px 0;
	background: #eee;
}
.innovation .second-level {
	margin-bottom: 15px;
}
.innovation .second-level:after {
	display: block;
	content: '';
	clear: both;
}
.innovation .second-level .digital {
	position: relative;
	background: #d95a54;
	width: 40px;
	text-align: center;
	color: #fff;
	float: left;
	margin-top: 3px;
	font-size: 20px;
	line-height: 25px;
}
.innovation .second-level .digital:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 10px solid #d95a54;
}
.innovation .second-level .digital:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #d95a54;
}
.innovation .second-level .second-tit {
	float: left;
	margin-left: 10px;
	font-size: 20px;
	color: #d95a54;
	font-weight: bold;
}
.innovation .info-p span {
	color: #d95a54;
}
.innovation .appraise {
	margin: 40px 0 0;
}
.innovation .appraise:after {
	display: block;
	content: '';
	clear: both;
}
.innovation .appraise .li {
	width: 25%;
	float: left;
	text-align: center;
}
.innovation .appraise .li:hover .img:after {
	transform: translate(5px, -3px);
	transition: 0.6s;
}
.innovation .appraise .li .img {
	background: url(../images/img1.png) no-repeat;
	line-height: 226px;
	height: 226px;
	width: 204px;
	margin: 0 auto;
	position: relative;
}
.innovation .appraise .li .img img {
	vertical-align: middle;
}
.innovation .appraise .li .img:after {
	display: block;
	content: '';
	clear: both;
	width: 210px;
	height: 233px;
	position: absolute;
	left: -8px;
	top: 0;
	background: url(../images/img2.png) no-repeat;
	z-index: -1;
	transition: 0.6s;
}
.innovation .appraise .li .appraise-tit {
	text-align: center;
	margin: 30px 0 20px;
	font-weight: bold;
	color: #d95a54;
	font-size: 20px;
}
.innovation .appraise .li .appraise-info {
	padding: 0 13%;
	font-size: 14px;
	line-height: 26px;
}
.innovation .declare-box {
	margin-top: 20px;
}
.innovation .declare-box:after {
	display: block;
	content: '';
	clear: both;
}
.innovation .declare-box .li {
	width: 184px;
	height: 205px;
	background: url(../images/img10.png) no-repeat;
	text-align: center;
	float: left;
	margin-right: 19px;
}
.innovation .declare-box .li:nth-of-type(6), .innovation .declare-box .li:nth-of-type(17) {
	margin-right: 0;
}
.innovation .declare-box .li:nth-of-type(7) {
	margin-left: 102px;
}
.innovation .declare-box .li:nth-of-type(n+7) {
	margin-top: -28px;
}
.innovation .declare-box .li:last-of-type {
	line-height: 205px;
}
.innovation .declare-box .li:last-of-type img {
	vertical-align: middle;
}
.innovation .declare-box .li .declare-digital {
	position: relative;
	color: #d95a54;
	font-size: 16px;
	margin: 20px auto 0;
	background: url(../images/img13.png) no-repeat;
	width: 30px;
	height: 35px;
	line-height: 35px;
}
.innovation .declare-box .li .declare-tit {
	font-size: 22px;
	color: #d95a54;
	margin: 12px 0 5px;
	line-height: 28px;
	padding: 0 8px;
}
.innovation .declare-box .li .declare-tit span {
	display: block;
}
.innovation .declare-box .li .declare-info {
	font-size: 14px;
	line-height: 18px;
	padding: 0 15px;
}
.innovation .process-box {
	margin-top: 50px;
}
.innovation .process-box .table {
	width: 100%;
	margin-top: 35px;
}
.innovation .process-box .table table {
	text-align: center;
	border-bottom: 1px solid rgba(118, 77, 116, 0.8);
	border-right: 1px solid rgba(118, 77, 116, 0.8);
	width: 100%;
}
.innovation .process-box .table table th, .innovation .process-box .table table td {
	border-top: 1px solid rgba(118, 77, 116, 0.8);
	border-left: 1px solid rgba(118, 77, 116, 0.8);
	padding: 15px 25px;
}
.innovation .process-box .table table th {
	background-color: #2a1cc5;
	color: #fff;
}
.innovation .process-box .table table th:first-of-type {
	background-image: url(../images/img8.png);
	background-repeat: no-repeat;
	background-position: left;
}
.innovation .process-box .table table th:last-of-type {
	background-image: url(../images/img9.png);
	background-repeat: no-repeat;
	background-position: right;
}
.innovation .process-box .table table td:last-of-type {
	text-align: left;
}
.innovation .process-box .info-p {
	margin-top: 20px;
}
.innovation .rules-box .rules-p {
	padding: 6px 0;
}
.innovation .review-box {
	margin-top: 20px;
}
.innovation .review-box:after {
	display: block;
	content: '';
	clear: both;
}
.innovation .review-box .li {
	float: left;
	width: 160px;
	text-align: center;
	margin-right: 13px;
}
.innovation .review-box .li:last-of-type {
	margin-right: 0;
}
.innovation .review-box .li .review-img {
	width: 160px;
	height: 183px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.innovation .review-box .li .review-img:after {
	display: block;
	content: '';
	clear: both;
	width: 160px;
	height: 184px;
	line-height: 184px;
	background: url(../images/img11.png) no-repeat;
	z-index: 1;
	left: 0;
	top: 0;
	position: absolute;
}
.innovation .review-box .li .review-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.innovation .review-box .li .name {
	color: #d95a54;
	margin: 12px 0 5px;
	font-size: 18px;
}
.innovation .content-li-box {
	margin-top: 25px;
}
.innovation .content-li-box:after {
	display: block;
	content: '';
	clear: both;
}
.innovation .content-li-box .li {
	width: 50%;
	float: left;
	padding-left: 25px;
	border-left: 1px solid #891b5f;
}
.innovation .content-li-box .li .li-box {
	padding: 4px 0;
}
.innovation .content-li-box .li .li-box .fa {
	width: 20px;
	text-align: center;
	color: #ededed;
	margin-right: 8px;
}
.innovation .apply-for {
	border-radius: 5px;
	background: url(../images/sub.png) no-repeat;
	background-size: 100%;
	width: 280px;
	height: 80px;
	line-height: 80px;
	margin: 60px auto 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: 0.6s;
	display: block;
}
.innovation .apply-for:hover {
	opacity: 0.8;
	transition: 0.6s;
}
.paging {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.paging .PagingList li {
	height: 46px;
	float: left;
	margin: 0 5px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	transition: 0.6s;
}
.paging .PagingList li a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.paging .PagingList li:not(:first-child) {
	width: 46px;
	border: 1px #ddd solid;
	border-radius: 4px;
}
.paging .PagingList li:not(:first-child):hover {
	border: none;
	background-color: #da2924;
	color: #fff;
}
.paging .PagingList li:not(:first-child):hover a {
	color: #fff;
}
.paging .PagingList .active {
	border: none;
	background-color: #da2924;
	color: #fff;
}
.paging .PagingList .active a {
	color: #fff;
}
.regform {
	padding: 50px 50px 50px;
	background-color: #171136;
}
.regform .formbox2 .labtxt2 {
	width: 100%;
	color: #fff;
}
.regform .formbox2 .box-rrr1 {
	line-height: 30px !important;
	margin-top: 8px;
	overflow: hidden;
}
.regform .formbox2 .box-rrr1 label {
	width: 25% !important;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	float: left;
}
.regform .formbox2 .box-rrr1 label input {
	vertical-align: middle;
}
.regform .formbox2 .hrbox {
	overflow: hidden;
	margin-bottom: 0;
}
.regform .formbox2 .hrbox:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	display: block;
	margin: 30px 0;
}
.regform .formbox2 .hrbox:after {
	overflow: hidden;
}
.regform .formbox .itemfrom .labtxt {
	color: #fff;
}
.regform .formbox .itemfrom .box-rrr label {
	color: #fff;
}
.regform .formbox .hrbox {
	overflow: hidden;
	margin-bottom: 0;
}
.regform .formbox .hrbox:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	display: block;
	margin: 30px 0;
}
.regform .formbox .hrbox:after {
	overflow: hidden;
}
.regform .formbox .box-rrr1 {
	line-height: 30px !important;
	margin-top: 8px;
}
.regform .formbox .box-rrr1 label {
	width: 25% !important;
	float: left;
}
.regform .errrrr .js-required {
	box-shadow: 0 0 10px #f00;
}
.regform .submitaaa {
	display: block;
	width: 280px;
	height: 80px;
	background: linear-gradient(95deg, #261cca, #511c9c, #8f1b58, #db1a03);
	border: none;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	margin: 50px auto 20px;
	font-family: 'Alibaba-PuHuiTi-Regular';
	cursor: pointer;
	transition: 0.6s;
	opacity: 1;
}
.regform .submitaaa:hover {
	opacity: 0.8;
}
.relebox {
	width: 100%;
	margin: 40px auto 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #0e0b21;
	padding: 14px;
	overflow: hidden;
}
.relebox a {
	color: #fff;
	text-decoration: underline;
	transition: 0.6s;
}
.relebox a:hover {
	color: #de1200;
}
.pagenameaa {
	margin-bottom: 20px;
}
.pagenameaa .bigfont {
	font-size: 28px;
	color: #d95a54;
}
.regtipbox {
	color: #de1b0a;
	font-style: italic;
	overflow: hidden;
	width: 100%;
	clear: both;
	font-size: 14px;
	text-align: center;
}
body .layer-regpop {
	width: 700px !important;
	height: 393px !important;
}
body .layer-regpop .layui-layer-content {
	width: 100%;
	height: 100%;
}
body .layer-regpop .layui-layer-content a {
	display: block;
	width: 100%;
	height: 100%;
}
body .layer-regpop .layui-layer-content a img {
	display: block;
}
body .pop-scansimg {
	width: 1000px !important;
	height: 600px !important;
	overflow: hidden;
}
body .pop-scansimg .layui-layer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: -webkit-fill-available;
	overflow: hidden;
}
body .pop-scansimg .layui-layer-content img {
	position: absolute;
	max-height: 80%;
	cursor: move;
}
body .pop-scansimg .layui-layer-setwin .layui-layer-close2 {
	right: -10px;
	top: -10px;
}
body .layer-aplaypop {
	width: 500px !important;
}
body .layer-aplaypop .layui-layer-content {
	padding: 30px 30px 10px;
}
body .layer-aplaypop .layui-layer-content a {
	color: #333;
	transition: 0.6s;
}
body .layer-aplaypop .layui-layer-content a:hover {
	color: #db1904;
}
body .layer-aplaypop .layui-layer-btn .layui-layer-btn0 {
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 20px;
	border: none;
	font-size: 14px;
	background-color: #171136;
	background: linear-gradient(-45deg, #261cca, #511c9c, #8f1b58, #db1a03);
	background-size: 200% 200%;
	animation: gradientBG 15s ease infinite;
}
.mt10 {
	margin-top: 10px;
}
.reg-success {
	border: 1px #ddd solid;
	padding: 40px;
}
.reg-success .item .titp {
	font-size: 18px;
}
.reg-success .item a {
	color: #333;
}
.reg-success .item:not(:last-child) {
	margin-bottom: 20px;
}
.reg-success .imgitem {
	text-align: center;
}
.video-box .commenttitle {
	text-align: left;
}
.video-box .commenttitle:after {
	left: 0;
	margin-left: 0;
}
.video-box .video-main {
	margin: 40px auto;
}
.video-box .video-main video {
	width: 100%;
	height: 550px;
	margin: 0 auto;
}
.gallery-box .commenttitle {
	text-align: left;
	margin-bottom: 40px;
}
.gallery-box .commenttitle:after {
	left: 0;
	margin-left: 0;
	bottom: -10px;
}
.gallery-box .gallery-tab {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.gallery-box .gallery-tab li {
	min-width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	padding: 0 10px;
}
.gallery-box .gallery-tab li:hover, .gallery-box .gallery-tab li.on {
	background: linear-gradient(38deg, #261cca, #511c9c, #8f1b58, #db1a03);
	color: #fff;
}
.gallery-box .gallery-list li {
	float: left;
	width: calc(100%/5 - 8px);
	margin-right: 10px;
	margin-bottom: 15px;
	height: 150px;
	font-size: 0;
	line-height: 150px;
	background: #d2d2d2;
	position: relative;
	overflow: hidden;
}
.gallery-box .gallery-list li:nth-of-type(5n) {
	margin-right: 0;
}
.gallery-box .gallery-list li img {
	width: 100%;
	vertical-align: middle;
}
.gallery-box .gallery-list li a:hover .img-src:before {
	background-image: url(../images/jia_circle_hover.png);
}
.gallery-box .gallery-list li .img-src:before {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: #888;
	border-radius: 50%;
	font-family: "mmi" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*box-shadow: 0 1px 3px rgb(0, 0, 0,30%);*/
	background-image: url(../images/jia_circle.png);
}
@media screen and (min-width: 900px) {
body .layer-regpop .layui-layer-setwin .layui-layer-close2 {
	background-image: url(../images/close.svg);
	background-position: center;
	width: 50px;
	height: 50px;
	background-color: #000;
	transition: 0.6s;
}
body .layer-regpop .layui-layer-setwin .layui-layer-close2:hover {
	background-color: #d0251b;
}
}
@keyframes ani-yuan {
 0% {
 transform: translate(0);
}
 50% {
 transform: translate(40px, 5px);
}
 100% {
 transform: translate(0);
}
}
@keyframes ani-yuan2 {
 0% {
 transform: translate(0);
}
 50% {
 transform: translate(-30px, -20px);
}
 100% {
 transform: translate(0);
}
}
@keyframes ani-yuan3 {
 0% {
 transform: translate(0);
}
 50% {
 transform: translate(-30px, 30px);
}
 100% {
 transform: translate(0);
}
}
@-webkit-keyframes jump {
 0% {
 top: 0px;
}
 50% {
 top: -10px;
}
 100% {
 top: 10px;
}
}
@-webkit-keyframes ani-indexbg1 {
 0% {
 left: 0px;
}
 25% {
 left: -50px;
}
 50% {
 left: 0px;
}
 75% {
 left: 30px;
}
 100% {
 left: 0px;
}
}
@-webkit-keyframes ani-indexbg2 {
 0% {
 right: 4%;
}
 25% {
 right: 2%;
}
 50% {
 right: 4%;
}
 75% {
 right: 6%;
}
 100% {
 right: 4%;
}
}
@-webkit-keyframes ani-indexbg3 {
 0% {
 bottom: 0;
 right: 0;
}
 25% {
 bottom: -20px;
 right: -20px;
}
 50% {
 bottom: 0;
 right: 0;
}
 75% {
 bottom: 20px;
 right: -10px;
}
 100% {
 bottom: 0;
 right: 0px;
}
}
.layui-layer-dialog .layui-layer-content {
	word-break: break-word !important;
}
.elementor-add-new-section .elementor-add-templately-promo-button {
	background-color: #5d4fff;
	background-image: url(/skin/images/logo-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
	position: relative;
	bottom: 5px;
}
.elementor-element-60e8f708 {
	width: 15%
}
.elementor-element-39d0c5a8 {
	width: 69.664%
}
.elementor-element-7a0d35b3 {
	width: 15%
}
@media screen and (max-width: 768px) {
.elementor-9 .elementor-element.elementor-element-328f3991 {
	padding: 10px !important
}
}
