@font-face {
  font-family: 'qqzzao';  /* project id 2341812 */
  src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot');
  src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff') format('woff'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.svg#qqzzao') format('svg');
}
.qqzzao{
    font-family:"qqzzao" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.gray {
	background-color: #f5f5f5;
}
.ease {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body {
	line-height: 1;
}
.w {
	width: 1430px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 36px;
	background: #f5f5f5;
	z-index: 999;
	position: relative;
	font-size: 14px;
}
.header span {
	float: left;
	line-height: 36px;
}

.header span a {
	color: #999;
	margin-right: 30px;
}
.header span a.login {
	color: #014099;
}
.header span a:hover {
	color: #014099;
}

.header span a.register {
	display: inline-block;
	padding: 0 10px;
	background: #014099;
	color: #fff;
	border-radius: 3px;
}
.header p {
	float: right;
	line-height: 36px;
	color: #666;
}
.header p a {
	color: #999;
	margin-left: 35px;
	position: relative;
}

.header p a:hover {
	color: #014099;
}
.header p a i {
	position: absolute;
	left: -22px;
	top: -10px;
	color: #014099;
}
.searchDiv {
	padding: 22px 0;
	background-color: #fff;
}
.searchDiv .logo {
	float: left;
}
.search {
	width: 664px;
	height: 46px;
	margin: 5px 0 0 124px;
	float: left;
	border: 2px solid transparent;
	position: relative;
	background-clip: padding-box,border-box;
	background-origin: padding-box,border-box;
	background-image: linear-gradient(90deg,#609aec,#014099),linear-gradient(90deg,#609aec,#014099);
	border-radius: 30px;
}
#searchForm {
	height: 100%;
}
.search input {
	width: 500px;
	height: 100%;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}
.search input:focus {
	color: #333;
}
.search button {
	position: absolute;
	height: 50px;
	line-height: 50px;
	background-color: #014099;
	color: #ffffff;
	width: 96px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 2px;
	border-radius: 0 24px 24px 0;
}

.search button i {
	margin-right: 10px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	display: none;
}
.searchSelect {
	width: 70px;
	height: 100%;
	float: left;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	z-index: 99999;
	background: #fff;
	border-radius: 30px 0 0 30px;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p {
	font-size: 14px;
	line-height: 46px;
	color: #666666;
	text-indent: 15px;
}
.searchSelectTop i {
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	top: 20px;
	right: 0px;
	background: url("/images/index/index1.png") no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #014099;
	left: 0px;
	top: 36px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #014099;
	color: #fff;
}
.searchDiv .btnBox {
	float: right;
	font-size: 0;
	margin-top: 10px;
}
.searchDiv .btnBox i {
	font-size: 20px;
	color: #014099;
	vertical-align: top;
	margin-right: 8px;
	display: inline-block;
	margin-top: 0px;
}
.searchDiv .btnBox a {
	width: 118px;
	height: 38px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	font-size: 14px;
	color: #999999;
	margin-left: 22px;
}
.searchDiv .btnBox a:hover {
	color: #014099;
}
.nav {
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	background-color: #014099;
	color: #fff;
	font-size: 18px;
	background: #014099;
	background-position-x: center;
}
.nav p {
	float: left;
	font-weight: bold;
	width: 200px;
	/* background-color: #f04343; */
	padding-left: 30px;
	box-sizing: border-box;
}
.nav p i {
	font-weight: normal;
	font-size: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 0px;
}
.nav li {
	float: left;
	font-weight: bold;
	padding: 0 52px;
}
.nav li a {
	color: #fff;
}
.banner {
	padding-bottom: 35px;
	background: url(../../../../images/Index/Version/2021/rec_bg.png) no-repeat center bottom;
}
.banner-left {
	width: 200px;
	float: left;
	position: relative;
	background-color: #fff;
	min-height: 545px;
	box-sizing: border-box;
	font-size: 14px;
}
.banner-left ul {
	padding-top: 10px;
}
.banner-left li.hover .class-a {
	background-color: #eee;
}
.banner-left li.hover .class-b {
	display: block;
}
.banner-left li .class-a {
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	padding: 0 24px;
	cursor: pointer;
}
.banner-left li i {
	font-size: 24px;
	color: #014099;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
}
.banner-left li .class-a a {
	color: #333;
}
.banner-left li a:hover {
	color: #f60;
}
.banner-left li .class-b {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 918px;
	height: 533px;
	background-color: #fff;
	border: 1px solid #ddd;
	display: none;
	z-index: 999;
	padding: 20px 30px 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.banner-left li .class-b .class-box {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 31px;
}
.banner-left li .class-b .title {
	font-size: 20px;
	color: #014099;
	padding-bottom: 15px;
	margin-left: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.banner-left li .class-b .item {
	margin-top: 18px;
	width: 50%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}
.banner-left li .item:nth-child(2n) {
	clear: left;
}
.banner-left li .class-b .item span {
	font-size: 16px;
}
.banner-left li .class-b .item span a {
	color: #333;
}
.banner-left li .class-b .item p {
	line-height: 24px;
	font-size: 0;
	margin-top: 10px;
}
.banner-left li .class-b .item p a {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 15px;
}
.banner-left li .class-b .item p a:hover {
	color: #014099;
}
.banner-left li .class-b .item span a:hover {
	color: #014099;
}
.banner-center {
	float: left;
	width: 925px;
	margin-left: 15px;
	position: relative;
	margin-top: 20px;
}
.banner-center .video-left {
	width: 690px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}
.banner-center .video-left .bigImg {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.banner-center .video-left .bigImg a.videoIco {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	z-index: 7;
	transform: translate(-50%,-50%);
}
.banner-center .video-left .bigImg .videoItem {
	position: absolute;
	/* width: 100%;
	height: 100%; */
	z-index: 9;
	left: 0;
	top: 0;
	width: 673px;
	height: 380px;
}
.banner-center .video-left .bigImg a.videoIco i {
	font-size: 65px;
}
.banner-center .video-left .bigImg {
	height: 379.9px;
	/* padding-bottom: 56.45%; */
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.banner-center .video-left .bigImg .image img {
	max-height: none;
}
.banner-center .video-left .bigImg .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 85px;
}
.banner-center .video-left .bigImg p {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.banner-center .video-left .bigImg p a {
	position: absolute;
	z-index: 99;
	font-size: 24px;
	color: #fff;
	height: 24px;
	overflow: hidden;
	bottom: 15px;
	width: 100%;
	padding: 0 22px;
	box-sizing: border-box;
	z-index: 9999999;
}
.banner-center span {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 92px;
	height: 28px;
	line-height: 26px;
	border-radius: 14px;
	background-color: #00984d;
	font-size: 14px;
	z-index: 6;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.banner-center span a {
	color: #fff;
}
.banner-center span i {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}
.banner-center span.order {
	background-color: #fe9603;
}
.banner-center span.playback {
	color: #fff;
	background-color: #4285f4;
}
.banner-center ul .item {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
    border: 2px solid transparent;
}
.banner-center ul .item:hover {
    border-color: #f04343;
}
/* .banner-center ul .item:hover::after {
	content: '';
	border: 2px solid #f04343;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 4px;
	z-index: 2;
	opacity: 0;
}
.banner-center ul .item:hover::after {
	opacity: 1;
} */

.banner-center ul .item:hover .image i {
	opacity: 1;
}
.banner-center ul .image {
	position: relative;
	height: 0;
	padding-bottom: 54.5%;
	overflow: hidden;
}
.banner-center ul .image img {
	max-height: none;
}
.banner-center ul .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 50px;
	z-index: 9;
	opacity: 0;
}
.banner-center .video-left ul {
	margin-top: 15px;
	margin-right: -15px;
}
.banner-center .video-left li {
	float: left;
	width: calc(100% / 3);
}
.banner-center .video-left .item {
	margin-right: 15px;
}
.banner-center ul .item p {
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.10196) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.10196) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.10196) 100%);
	padding: 6px 10px 0 10px;
	box-sizing: border-box;
}
.banner-center ul .item p a {
	color: #fff;
	font-size: 14px;
	display: block;
	height: 14px;
	overflow: hidden;
	z-index: 9;
	position: relative;
}
.banner-center .video-right {
	overflow: hidden;
}
.banner-center .video-right li {
	margin-top: 13px;
}
.banner-center .video-right li:first-of-type {
	margin-top: 0;
}
.banner-right {
	float: right;
	width: 266px;
	min-height: 525px;
	background-color: #fff;
	margin-top: 20px;
	border-radius: 4px;
}
.banner-right .loginIndex {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	background: url(../../../../images/Index/Version/2021/banner-case.png) no-repeat top left;
	background-size: 100% auto;
}
.banner-right .photo {
	text-align: center;
}
.banner-right .image {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 40px;
	display: inline-block;
	box-shadow: 0px 5px 25px 0px rgba(240, 130, 0, 0.1);
	line-height: 72px;
	text-align: center;
	background-color: #fff;
}
.banner-right .image img {
	width: 100%;
	height: 100%;
}
.banner-right .image i {
	font-size: 38px;
	color: #014099;
}
.banner-right p.welcome {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 18px;
}
.banner-right .btnBox {
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
.banner-right .btnBox a {
	width: 96px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	border: 1px solid #014099;
	display: inline-block;
	text-align: center;
	color: #014099;
	border-radius: 2px;
	box-sizing: border-box;
	font-weight: bold;
}
.banner-right .btnBox a.login {
	background-color: #014099;
	color: #fff;
	margin-right: 10px;
}
.banner-right .btnArr {
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
	width: calc(100% + 1px);
}
.banner-right .btnArr i {
	display: block;
	font-size: 28px;
	color: #014099;
	margin-bottom: 20px;
}
.banner-right .btnArr a {
	text-align: center;
	display: block;
	float: left;
	font-size: 14px;
	color: #666;
	width: calc(100% / 3);
	padding-top: 20px;
	padding-bottom: 10px;
	border-right: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.banner-right .btnArr a:last-child {
	border-right: 0;
}
.banner-right .btnArr a:hover {
	color: #014099;
}
.banner-right .btnArr a:last-child {
	margin-right: 0;
}
.banner-right .bottom {
	padding: 0 22px;
}
.banner-right h2 {
	font-size: 14px;
	color: #014099;
	margin-top: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.banner-right h2 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #014099;
}
.banner-right h2 span i {
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
}
.banner-right ul {
	margin-top: 20px;
}
.banner-right li {
	font-size: 14px;
	margin-top: 12px;
	height: 14px;
	overflow: hidden;
	position: relative;
}
.banner-right li a {
	color: #666;
	display: block;
	padding-right: 38px;
}
.banner-right li a:hover {
	color: #014099;
}
.banner-right li span {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 12px;
	color: #999;
}
.news {
	background-color: #fff;
	padding-bottom: 40px;
}
.news .title {
	padding-top: 25px;
	position: relative;
}
.news .title p {
	font-size: 24px;
	font-weight: bold;
	color: #014099;
	padding-top: 5px;
}
.news .title p::after {
	content: "";
	width: 46px;
	height: 4px;
	background-color: #014099;
	position: absolute;
	left: 58px;
	bottom: -4px;
}
.news .title p i {
	font-weight: normal;
	font-size: 40px;
	vertical-align: top;
	margin-right: 20px;
	margin-top: -5px;
	display: inline-block;
}
.news .title p span {
	font-size: 18px;
	color: #ccc;
	font-style: italic;
	margin-left: 18px;
}
.news .title .more {
	font-size: 14px;
	font-weight: 900;
	color: #014099;
	position: absolute;
	right: 0;
	top: 36px;
}
.news-box {
	margin-top: 20px;
}
.news-box .today-new {
	float: left;
	width: 560px;
}
.news-box .today-new .image {
	float: left;
	position: relative;
	width: 300px;
}
.news-box .today-new .image a {
	padding-bottom: 66.66%;
	height: 0;
	display: block;
}
.news-box .today-new .image img {
	max-height: none;
}
.news-box .today-new .image span {
	position: absolute;
	left: 0;
	top: 0;
}
.news-box .today-new .text {
	overflow: hidden;
	background-color: #f5f5f5;
	height: 200px;
	padding: 15px 20px;
	box-sizing: border-box;
}
.news-box .today-new .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news-box .today-new .text p a {
	color: #333;
}
.news-box .today-new .text p a:hover {
	color: #014099;
}
.news-box .today-new .text span {
	font-size: 14px;
	display: block;
	line-height: 22px;
	color: #999;
	margin-top: 12px;
	max-height: 112px;
	overflow: hidden;
}
.news-box ul {
	width: 870px;
	float: left;
	margin-top: -20px;
}
.news-box li {
	float: left;
	width: 50%;
	margin-top: 20px;
}
.news-box li .item {
	margin-left: 20px;
	box-shadow: 0px 10px 25px 0px rgba(40, 40, 40, 0.1);
	height: 90px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.news-box li .item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news-box li p {
	font-size: 16px;
	height: 16px;
	overflow: hidden;
	padding-right: 30px;
}
.news-box li span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.news-box li i {
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 22px;
	color: #ccc;
}
.news-box li .item:hover {
	background-color: #014099;
}
.news-box li .item:hover p ,.news-box li .item:hover span,.news-box li .item:hover i{
	color: #fff;
}
.advert {
	padding-bottom: 32px;
	background-color: #fff;
}
.advert .right {
	width: 270px;
	float: right;
}
.advert .right .image {
	height: 0;
	padding-bottom: 177%;
	overflow: hidden;
	border-radius: 4px;
}
.advert .right .image img {
	max-height: none;
}
.advert .left {
	overflow: hidden;
}
.advert .left .adv-box {
	float: left;
	width: 50%;
}
.advert .left .adv-box .adv-item {
	margin-right: 20px;
	overflow: hidden;
}
.advert .left .adv-top {
	position: relative;
}
.advert .left .adv-top .image {
	height: 0;
	padding-bottom: 28.5%;
	overflow: hidden;
	border-radius: 4px;
}
.advert .left .adv-top .image img {
	max-height: none;
}
.advert .left ul {
	margin-top: 20px;
	margin-right: -20px;
}
.advert .left li {
	float: left;
	width: 50%;
}
.advert .left li .item {
	margin-right: 19px;
}
.advert .left li .image {
	height: 0;
	padding-bottom: 111%;
	overflow: hidden;
	border-radius: 4px;
}
.advert .left li .image img {
	max-height: none;
}
.advert .left .small-img {
	margin-top: 20px;
	height: 0;
	padding-bottom: 51.8%;
	overflow: hidden;
	border-radius: 4px;
}
.advert .left .small-img img {
	max-height: none;
}
.advert .left .small-img:first-of-type {
	margin-top: 0;
}
.main {
	padding-top: 30px;
}
.main-right {
	float: right;
	width: 300px;
	background: -moz-linear-gradient( -90deg, rgb(40,135,70) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(40,135,70) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(40,135,70) 0%, rgb(255,255,255) 100%);
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	margin-top: 21px;
}
.main-right::after {
	content: "";
	position: absolute;
	top: 0;
	left: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0px 32px 16px;
	border-color: transparent transparent #057D42 transparent;
}
.main-right .brand-box {
	overflow: hidden;
	background: url(../../../../images/Index/Version/2021/brandbg.png) no-repeat 0 top;
	padding-bottom: 15px;
}
.main-right .brand-box .title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
.main-right .brand-box .title img {
	vertical-align: top;
	margin-right: 4px;
}
.main-right .brand-box ul {
	margin-top: 10px;
	margin-right: -10px;
}
.main-right .brand-box li {
	float: left;
	width: 50%;
	margin-top: 10px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.main-right .brand-box .item {
	margin-right: 10px;
}
.main-right .brand-box .item a {
	display: block;
}
.main-right .adv-one {
	margin: 10px 0;
	height: 0;
	padding-bottom: 48.2%;
	overflow: hidden;
}
.main-right .adv-one img {
	max-height: none;
}
.main-left {
	overflow: hidden;
}
.public-title {
	position: relative;
	padding-top: 34px;
	text-align: right;
}
.public-title b {
	font-size: 35px;
	color: #00984d;
	position: absolute;
	left: 0;
	top: 0;
	padding-bottom: 18px;
}
.public-title b::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 4px;
	background-color: #00984d;
}
.public-title b i {
	display: inline-block;
	width: 20px;
	height: 12px;
	background: url(../../../../images/Index/Version/2021/green.png) no-repeat;
	vertical-align: top;
	margin: 14px 12px 0;
}
.public-tab p {
	font-size: 0;
	margin-right: 0;
	padding: 1px 0 0 1px;
}
.public-tab a {
	font-size: 14px;
	color: #666;
	min-width: 50px;
	text-align: center;
	display: block;
	overflow: hidden;
	height: 16px;
	padding: 5px;
	border: 1px solid #ddd;
	margin-left: -1px;
	box-sizing: content-box;
}
.public-tab table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 5px;
	border: 0;
	border-color: #ddd;
}
.public-tab td {
	border: 0;
}
.public-tab td a span {
	height: 14px;
	overflow: hidden;
	display: block;
}
/* .public-tab a {
	font-size: 14px;
	color: #666;
	float: left;
	min-width: 50px;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #666;
	margin: -1px 0 0 -1px;
} */
.public-tab a.green {
	/* background-color: #ebfadb; */
}
.public-tab tr:nth-child(1) td a {
	font-weight: bold;
	color: #333;
	height: 15px;
}
.public-tab tr:nth-child(1) td.focus a  {
	color: #00984d;
	font-weight: bold;
}
/* .public-tab tr:nth-child(1) td.focus a span  {
	border-bottom: 1px solid #00984d;
	padding-bottom: 1px;
} */
/* .public-tab a.green.focus {
	color: #00984d;
	font-weight: bold;
}
.public-tab a.green.focus span {
	border-bottom: 1px solid #00984d;
	padding-bottom: 1px;
} */
.public-tab a:hover {
	color: #00984d;
}
.public-tab {
	padding: 0 7px 0 7px;
}
.public-bot {
	margin-top: 20px;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.bot-left {
	width: 400px;
	float: left;
	margin-top: 20px;
	height: 510px;
	position: relative;
}
.bot-left .more {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 14px;
	color: #00984d;
}
.bot-left .image--big {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.bot-left .image--big img {
	max-height: none;
}
.bot-left .image--big i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 65px;
	color: #fff;
}
.bot-left .image--big:hover i {
	color: #014099;
}
.bot-left .text {
	position: relative;
	padding: 15px 25px 0 35px;
}
.bot-left .text i {
	width: 7px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 16px;
	background: url(../../../../images/Index/Version/2021/bias.png) no-repeat;
}
.bot-left .text p {
	font-size: 18px;
	height: 18px;
	overflow: hidden;
}
.bot-left .text p a {
	color: #333;
}
.bot-left .text p a:hover {
	color: #014099;
}
.bot-left .text span {
	font-size: 14px;
	color: #888;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin-top: 12px;
	display: block;
}
.bot-left .image--small {
	padding-left: 20px;
	padding-right: 4px;
	margin-top: 20px;
}
.bot-left .image--small .box {
	width: 50%;
	float: left;
}
.bot-left .image--small .item {
	margin-right: 16px;
}
.bot-left .image--small .image {
	height: 0;
	padding-bottom: 53.7%;
	overflow: hidden;
	position: relative;
}
.bot-left .image--small .image img {
	max-height: none;
}
.bot-left .image--small .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #fff;
}
.bot-left .image--small .image:hover i {
	color: #014099;
}
.bot-left .image--small p {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.bot-left .image--small p a {
	color: #333;
}
.bot-left .image--small p a:hover {
	color: #014099;
}
.public-bot .bot-right {
	overflow: hidden;
	margin-right: 0;
}
.public-bot .bot-right li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 0 20px 18px;
}
.public-bot .bot-right li:nth-child(-n+3) {
	border-top: 0;
}
.public-bot .bot-right li .image {
	margin: 0 auto;
	width: 195px;
}
.public-bot .bot-right li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.public-bot .bot-right li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	max-height: 90%;
}
.public-bot .bot-right li p {
	font-size: 14px;
	height: 14px;
	overflow: hidden;
}
.public-bot .bot-right li p a {
	color: #333;
}
.public-bot .bot-right li p a:hover {
	color: #014099;
}
.public-bot .bot-right li span {
	display: block;
	font-size: 18px;
	color: #e24949;
	font-weight: bold;
	margin-top: 10px;
}
.public-bot .bot-right li span i {
	font-style: normal;
	font-size: 16px;
}
#part2 .main-right {
	background: -moz-linear-gradient( -90deg, rgb(254,149,5) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(254,149,5) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(254,149,5) 0%, rgb(255,255,255) 100%);
}
#part2 .main-right::after {
	border-color: transparent transparent #e58604 transparent;
}
#part2 .public-title b {
	color: #fe9505;
}
#part2 .public-title b::after {
	background-color: #fe9505;
}
#part2 .public-title b i {
	background: url(../../../../images/Index/Version/2021/orange.png) no-repeat;
}
#part3 .main-right {
	background: -moz-linear-gradient( -90deg, rgb(40,119,132) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(40,119,132) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(40,119,132) 0%, rgb(255,255,255) 100%);
}
#part3 .main-right::after {
	border-color: transparent transparent #15626f transparent;
}
#part3 .public-title b {
	color: #287784;
}
#part3 .public-title b::after {
	background-color: #287784;
}
#part3 .public-title b i {
	background: url(../../../../images/Index/Version/2021/bluegreen.png) no-repeat;
}
#part4 .main-right,#part6 .main-right {
	background: -moz-linear-gradient( -90deg, rgb(255,150,4) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(255,150,4) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(255,150,4) 0%, rgb(255,255,255) 100%);
}
#part4 .main-right::after,#part6 .main-right::after {
	border-color: transparent transparent #e58604 transparent;
}
#part4 .public-title b,#part6 .public-title b {
	color: #ff9604;
}
#part4 .public-title b::after,#part6 .public-title b::after {
	background-color: #ff9604;
}
#part4 .public-title b i ,#part6 .public-title b i{
	background: url(../../../../images/Index/Version/2021/orange1.png) no-repeat;
}
#part5 .main-right {
	background: -moz-linear-gradient( -90deg, rgb(33,150,243) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(33,150,243) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(33,150,243) 0%, rgb(255,255,255) 100%);
}
#part5 .main-right::after {
	border-color: transparent transparent #0c7ad3 transparent;
}
#part5 .public-title b {
	color: #2196f3;
}
#part5 .public-title b::after {
	background-color: #2196f3;
}
#part5 .public-title b i {
	background: url(../../../../images/Index/Version/2021/blue.png) no-repeat;
}
#part8 .main-right {
	background: -moz-linear-gradient( -90deg, rgb(67,100,117) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(67,100,117) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(67,100,117) 0%, rgb(255,255,255) 100%);
}
#part8 .main-right::after {
	border-color: transparent transparent #305466 transparent;
}
#part8 .public-title b {
	color: #436475;
}
#part8 .public-title b::after {
	background-color: #436475;
}
#part8 .public-title b i {
	background: url(../../../../images/Index/Version/2021/blackblue.png) no-repeat;
}
#part9 .main-right {
	background: -moz-linear-gradient( -90deg, rgb(56,53,98) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(56,53,98) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(56,53,98) 0%, rgb(255,255,255) 100%);
}
#part9 .main-right::after {
	border-color: transparent transparent #322f60 transparent;
}
#part9 .public-title b {
	color: #383562;
}
#part9 .public-title b::after {
	background-color: #383562;
}
#part9 .public-title b i {
	background: url(../../../../images/Index/Version/2021/purple.png) no-repeat;
}
#part10 .main-right {
	background: -moz-linear-gradient( -90deg, rgb(226,73,73) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(226,73,73) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(226,73,73) 0%, rgb(255,255,255) 100%);
}
#part10 .main-right::after {
	border-color: transparent transparent #cb3030 transparent;
}
#part10 .public-title b {
	color: #e24949;
}
#part10 .public-title b::after {
	background-color: #e24949;
}
#part10 .public-title b i {
	background: url(../../../../images/Index/Version/2021/red.png) no-repeat;
}
#part10 {
	padding-bottom: 40px;
	background: url(../../../../images/Index/Version/2021/rec_bg.png) no-repeat center bottom;
}
.bottom {
	background-color: #fff;
	padding-top: 32px;
	padding-bottom: 35px;
}
.bottom .title{
	font-size: 18px;
	color: #ccc;
	position: relative;
	margin-bottom: 18px;
}
.bottom .title b{
	display: inline-block;
	font-size: 24px;
	color: #014099;
	margin-right: 5px;
	padding-bottom: 19px;
}
.bottom .title::after{
	position: absolute;
	display: inline-block;
	content: "";
	left: 4px;
	bottom: 0px;
	width: 40px;
	height: 4px;
	background-color: #014099;
}
.bottom .title .join {
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	background-color: #014099;
	color: #fff;
}
.bottom .title .join i {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: top;
}
.link-con {
	margin-top: 25px;
}
.link-con ul {
	overflow: hidden;
}
.link-con li {
	margin-top: 12px;
	float: left;
}
.link-con li a {
	font-size: 14px;
	color: #999;
	padding: 0 18px;
	border-left: 1px solid #ddd;
}
.link-con li:first-of-type a {
	padding-left: 0;
	border: 0;
}
.link-con li a:hover {
	color: #014099;
}
.Lista {
	margin-top: 19px;
}
.Lista a {
	float: left;
	width: 12.5%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #888;
	background-color: #ebfadb;
}
.Lista a:nth-child(2) {
	background-color: #fcede0;
}
.Lista a:nth-child(3),.Lista a:nth-child(8) {
	background-color: #ece4fd;
}
.Lista a:nth-child(4),.Lista a:nth-child(7) {
	background-color: #e4eefc;
}
.Lista a:nth-child(5) {
	background-color: #f5fae4;
}
.Lista a:nth-child(6),.Lista a:nth-child(9) {
	background-color: #fcf8e0;
}
.Lista a:nth-child(10) {
	background-color: #fbe2e9;
}
/* partners */
.partners{
	margin-top: 45px;
}
.partners_cont{
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.partners_cont li {
	float: left;
	box-sizing: border-box;
	width: 12.5%;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	height: 80px;
	background-color: #fff;
	position: relative;
}
.partners_cont li a {
	display: block;
	width: 100%;
	height: 100%;
}
.partners_cont li a img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/* aboutUs */
.aboutUs {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #014099;
	color: #f19031;
	font-size: 16px;
}
.aboutUs p {
	font-size: 0;
}
.aboutUs p a {
	font-size: 16px;
	color: #fff;
	padding: 0 54px;
	position: relative;
}
.aboutUs p a:first-of-type {
	padding-left: 0;
}
.aboutUs p a:last-of-type {
	padding-right: 0;
}
.aboutUs p a::after {
	content: "/";
	color: #438df4;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
}
.aboutUs p a:last-of-type::after {
	content: "";
}
/* footer */
.footer{
	width: 100%;
	background-color: #474443;
	padding-top:40px;
}
.footer .main{
	overflow: hidden;
}
.footerRight{
	float: right;
	height: 160px;
	width: 200px;
	margin-left: 90px;
	opacity: 0.5;
}
.footerRight span {
	float: left;
	width: 34px;
	padding: 17px 10px;
	font-size: 14px;
	color: #fff;
	/* writing-mode: vertical-lr; */
	writing-mode: tb-lr;
	background-color: #014099;
	height: 100%;
	box-sizing: border-box;
}
.footerRight img{
	width: 160px;
}
.footerLeft{
	overflow: hidden;
}
.footerLeft .footerIcon{
	overflow: hidden;
}
.footerIconLeft{
	float: left;
	width: 455px;
	opacity: 0.5;
}
.footerIconLeft p{
	height: 48px;
	margin: 0 0 10px 0;
}
.footerIconLeft p:last-child{
	margin-bottom: 0;
}
.footerIconLeft p span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconLeft p span i{
	font-size: 22px;
	color: #fff;
}
.footerIconLeft p em {
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconLeft p b{
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.footerIconRight {
	font-size: 0;
	overflow: hidden;
}
.footerIconRight p.footerIconRight_title{
	height: 48px;
	opacity: 0.5;
}
.footerIconRight p.footerIconRight_title span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconRight p.footerIconRight_title span i{
	font-size: 22px;
	color: #fff;
}
.footerIconRight p.footerIconRight_title em{
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconRight p.footerIconRight_cont{
	margin-left: 70px;
}
.footerIconRight p.footerIconRight_cont b {
	float: left;
	width: 33.3%;
	font-size: 14px;
	color: #787776;
	margin-bottom: 8px;
	font-weight: normal;
}
.footerIconRight p.footerIconRight_cont b a{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: #6c6969;
}
.footerIconRight p.footerIconRight_cont b a i {
	display: inline-block;
	width: 14px;
	height: 16px;
	vertical-align: top;
	margin-top: 5px;
	background: url("../../../../images/Index/Version/2021/qq.png") no-repeat;
}
.copyright{
	overflow: hidden;
	color: #ccc;
	font-size: 14px;
	opacity: 0.5;
	margin-top: 25px;
}
.copyright a {
    color:#ccc;
}
.copyright a:hover {
    color: #014099;
}

.footer .footer_img{
	display: block;
	height: 33px;
	background: url(../../../../images/Index/Version/2021/copyright.png) no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
	margin-bottom: 30px;
	opacity: 0.5;
}
.footer .footer_img li{
	float: left;
	width: 83px;
	height: 33px;
	margin-right: 10px;
}
.footer .footer_img li a{
	display: block;
	height: 33px;
	width: 100%
}
.footer_bot{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #393939;
	color: #646464;
	font-size: 14px;
}
.footer_bot i{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../../../../images/Index/Version/2021/ghs.png) no-repeat;
	vertical-align: top;
	margin-top: 15px;
	opacity: 0.2;
	margin-right: 10px;
}
/* 弹窗 */
.videoMask {
	position: fixed;
	top: 0;
	left: 0;
	/* z-index: 9; */
	width: 100%;
	height: 100%;
	/* display: none; */
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

.videoMaskItem {
	width: 450px;
	height: 250px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 18px;
}

.videoMaskItem img {
	width: 110px;
	margin: 40px 0 25px 0;
}
.videoMaskItem a {
	position: absolute;
	font-size: 10px;
	top: 14px;
	right: 14px;
	color: #999;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	line-height: 20px;
	cursor: pointer;
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.public-tab td a span {
		height: 12px;
	}
	.banner-center .video-left .bigImg {
		height: 309.9px;
	}
	.banner-center .video-left .bigImg .videoItem {
		height: 309.9px;
		width: 549px;
	}
	.w{
		width: 1138px;
	}
	.searchDiv .logo {
		width: 170px;
		margin-left: 15px;
		margin-top: 5px;
	}
	.search {
		width: 535px;
		height: 38px;
		margin: 1px 0 0 125px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 38px;
	}
	.searchSelectTop i {
		top: 15px;
	}
	.search button {
		height: 42px;
		line-height: 42px;
		width: 77px;
		font-size: 14px;
	}
	.search button i {
		margin-right: 7px;
		font-size: 12px;
		margin-top: -1px;
	}
	.search input {
		width: 390px;
		font-size: 12px;
		text-indent: 10px;
	}
	.searchDiv .btnBox a {
		width: 96px;
		height: 30px;
		line-height: 30px;
		margin-left: 18px;
		font-size: 12px;
	}
	.searchDiv .btnBox i {
		font-size: 16px;
	}
	.nav {
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	.nav p {
		width: 160px;
		padding-left: 25px;
	}
	.nav p i {
		font-size: 14px;
	}
	.nav li {
		padding: 0 48px;
	}
	.banner-left {
		width: 160px;
		min-height: 430px;
		font-size: 12px;
	}
	.banner-left li i {
		font-size: 20px;
		margin-right: 7px;
	}
	.banner-left li .class-a {
		line-height: 41px;
		height: 41px;
	}
	.banner-left li .class-b {
		left: 161px;
		width: 748px;
		height: 431px;
	}
	.banner-left li .class-b .title {
		font-size: 14px;
		padding-bottom: 10px;
		margin-left: 12px;
	}
	.banner-left li .class-b .item {
		margin-top: 10px;
		padding-left: 15px;
	}
	.banner-left li .class-b .item p {
		line-height: 18px;
		margin-top: 10px;
	}
	.banner-left li .class-b .item p a {
		font-size: 12px;
	}
	.banner-left li .class-b .item span {
		font-size: 14px;
	}
	.banner-center {
		width: 736px;
		margin-left: 12px;
		margin-top: 12px;
	}
	.banner-center .video-left {
		width: 549px;
		margin-right: 12px;
	}
	.banner-center .video-left ul {
		margin-top: 12px;
		margin-right: -12px;
	}
	.banner-center .video-left .item {
		margin-right: 12px;
	}
	.banner-center .video-right li {
    	margin-top: 10px;
    }
	.banner-center .video-left .bigImg .image i {
		font-size: 65px;
	}
	.banner-center .video-left .bigImg p a {
		font-size: 18px;
		height: 18px;
		padding: 18px;
		bottom: 15px;
	}
	.banner-center span {
		width: 73px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.banner-center span i {
		font-size: 12px;
		margin-right: 3px;
	}
	.banner-center ul .image i {
		font-size: 40px;
	}
	.banner-center ul .item p a {
		font-size: 12px;
		height: 12px;
	}
	.banner-center ul .item p {
		height: 25px;
	}
	.banner-right {
		width: 220px;
		min-height: 418px;
		margin-top: 12px;
	}
	.banner-right .image {
		width: 57px;
		height: 57px;
		margin-top: 34px;
		box-shadow: 0px 5px 25px 0px rgba(240, 130, 0, 0.1);
		line-height: 57px;
	}
	.banner-right .loginIndex {
		background: url(../../../../images/Index/Version/2021/banner-case.png) no-repeat left -0;
		background-size: 100% auto;
		padding-bottom: 15px;
	}
	.banner-right p.welcome {
		font-size: 12px;
		margin-top: 14px;
	}

	.banner-right .image i {
		font-size: 28px;
	}
	.banner-right .btnBox a {
		width: 75px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
	.banner-right .btnBox {
		margin-top: 13px;
	}
	.banner-right .btnArr a {
		padding-top: 15px;
		padding-bottom: 6px;
	}
	.banner-right .btnArr i {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.banner-right .btnArr a {
		font-size: 12px;
	}
	.banner-right h2 {
		margin-top: 15px;
	}
	.banner-right h2 span i {
		margin-right: 7px;
	}
	.banner-right h2 span {
		padding-bottom: 5px;
	}
	.banner-right ul {
		margin-top: 15px;
	}
	.banner-right li span {
		font-size: 12px;
		top: 0;
	}
	.banner-right .bottom {
		padding: 0 16px;
	}
	.banner-right li {
		font-size: 12px;
		margin-top: 10px;
		height: 12px;
	}
	.banner {
		padding-bottom: 28px;
	}
	.news .title {
		padding-top: 20px;
	}
	.news .title p i {
		font-size: 33px;
		margin-right: 15px;
		margin-top: -5px;
	}
	.news .title p {
		font-size: 20px;
		padding-top: 5px;
	}
	.news .title p::after {
		width: 36px;
		left: 51px;
		height: 3px;
	}
	.news .title p span {
		font-size: 14px;
		margin-left: 12px;
	}
	.news-box .today-new {
		width: 448px;
	}
	.news-box .today-new .image {
		width: 238px;
	}
	.news-box .today-new .image span {
		width: 60px;
	}
	.news .title .more {
		font-size: 12px;
		font-weight: 700;
		top: 32px;
	}
	.news-box .today-new .text {
		height: 158px;
		padding: 15px 18px;
	}
	.news-box .today-new .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.news-box .today-new .text span {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px;
		max-height: 72px;
	}
	.news-box ul {
		width: 690px;
		margin-top: -15px;
	}
	.news-box li {
		margin-top: 15px;
	}
	.news-box li .item {
		box-shadow: 0px 10px 25px 0px rgba(40, 40, 40, 0.1);
		height: 72px;
		padding: 15px 15px;
		margin-left: 15px;
	}
	.news-box li p {
		font-size: 13px;
		height: 13px;
	}
	.news-box li span {
		font-size: 12px;
	}
	.news-box li i {
		top: 15px;
		font-size: 16px;
	}
	.advert .right {
		width: 216px;
	}
	.public-title b {
		font-size: 29px;
		padding-bottom: 16px;
	}
	.public-title {
		padding-top: 28px;
	}
	.advert .left .adv-box .adv-item {
		margin-right: 15px;
	}
	.advert .left ul {
		margin-right: -15px;
		margin-top: 16px;
	}
	.advert .left li .item {
		margin-right: 15px;
	}
	.advert .left .small-img {
		margin-top: 15px;
	}
	.public-title b i {
		margin: 11px 12px 0;
	}
	.public-tab a {
		font-size: 12px;
	}
	.public-tab a {
		height: 14px;
	}
	.main-right {
		width: 240px;
		margin-top: 14px;
	}
	.main-right::after {
		left: -12px;
		border-width: 0 0px 24px 12px;
	}
	.public-bot {
		margin-top: 10px;
	}
	.public-title b::after {
		width: 60px;
		height: 3px;
	}
	.bot-left {
		width: 320px;
		margin-top: 10px;
		height: 406px;
	}
	.bot-left .more {
		font-size: 12px;
	}
	.bot-left .image--big i {
		font-size: 56px;
	}
	.bot-left .text {
		padding: 10px 20px 0 28px;
	}
	.bot-left .text p {
		font-size: 16px;
		height: 16px;
	}
	.bot-left .text i {
		top: 12px;
		left: 17px;
	}
	.bot-left .text span {
		font-size: 12px;
		line-height: 18px;
		height: 54px;
		margin-top: 8px;
	}
	.bot-left .image--small .image i {
		font-size: 26px;
	}
	.bot-left .image--small {
		margin-top: 15px;
	}
	.bot-left .image--small p {
		margin-top: 6px;
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.public-bot .bot-right li .image {
		width: 152px;
	}
	.public-bot .bot-right li span {
		font-size: 14px;
	}
	.public-bot .bot-right li span i {
		font-size: 12px;
	}
	.public-bot .bot-right li {
		padding: 0 15px 13px;
	}
	.public-bot .bot-right li p {
		font-size: 12px;
		height: 12px;
		padding-top: 2px;
	}
	.main-right .brand-box .title {
		font-size: 18px;
		margin-top: 16px;
	}
	.bottom .title {
		font-size: 14px;
	}
	.bottom .title .join {
		width: 76px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.bottom .title .join i {
		font-size: 12px;
		margin-right: 3px;
	}
	.link-con {
		margin-top: 10px;
	}
	.bottom .title b {
		font-size: 20px;
		padding-bottom: 14px;
	}
	.main-right .brand-box .title img {
		width: 22px;
		margin-top: -2px;
	}
	.main-right .brand-box ul {
		margin-top: 9px;
		margin-right: -9px;
	}
	.main-right .brand-box li {
		margin-top: 9px;
		height: 54px;
		line-height: 54px;
	}
	.main-right .brand-box {
		padding-bottom: 8px;
	}
	.link-con li a {
		padding: 0 12px;
		font-size: 12px;
	}
	.Lista a {
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
	.link-con li {
		margin-top: 6px;
	}
	.Lista {
		margin-top: 18px;
	}
	.partners {
		margin-top: 35px;
	}
	.partners_cont li {
		height: 64px;
	}
	.aboutUs {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
    .aboutUs p a {
    	font-size: 13px;
    	padding: 0 24px;
    }
	.footerRight img {
		width: 149px;
	}
	.footerRight {
		height: 149px;
		width: 185px;
		margin-left: 100px;
	}
	.footerRight span {
		width: 32px;
		padding: 16px 10px;
		font-size: 13px;
	}
	.footerIconLeft {
		width: 350px;
	}
	.footerIconLeft p span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.footerIconLeft p span i {
		font-size: 20px;
	}
	.footerIconLeft p em {
		font-size: 15px;
	}
	.footerIconLeft p b {
		font-size: 13px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 44px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 20px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 15px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 13px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 63px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 13px;
		height: 15px;
		background-size: 100% 100%;
	}
	.footerIconRight p.footerIconRight_title {
		height: 44px;
	}
	.copyright {
		font-size: 13px;
		margin-top: 20px;
	}
	.footer_bot {
		height: 46px;
		line-height: 46px;
		font-size: 13px;
	}
	.footer_bot i {
		height: 19px;
		width: 17px;
		background-size: 100% 100%;
	}
	.searchDiv .btnBox {
		margin-top: 6px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.banner-center .video-left .bigImg {
		height: 362.4px;
	}
	.banner-center .video-left .bigImg .videoItem {
		height: 362.4px;
		width: 642px;
	}
	.searchDiv .logo {
		width: 200px;
		margin-top: 10px;
	}
	.search {
		width: 620px;
		height: 42px;
		margin: 5px 0 0 149px;
	}
	.search button {
		height: 46px;
		line-height: 46px;
	}
	.searchSelectTop i {
		top: 18px;
	}
	.search button {
		height: 42px;
		line-height: 42px;
	}
	.search input {
		width: 456px;
	}
	/* .search button {
		height: 36px;
		line-height: 36px;
		width: 90px;
	}
	.search input {
		width: 452px;
		height: 32px;
		font-size: 14px;
		text-indent: 10px;
	} */
	.searchDiv .btnBox a {
		width: 110px;
		height: 34px;
		line-height: 34px;
		margin-left: 20px;
	}
	.searchDiv .btnBox i {
		font-size: 16px;
	}
	.nav {
		line-height: 46px;
		height: 46px;
	}
	.nav p {
		width: 186px;
		padding-left: 30px;
	}
	.nav p i {
		font-size: 18px;
	}
	.nav li {
		padding: 0 57px;
	}
	.banner-left {
		width: 186px;
		min-height: 504px;
		font-size: 14px;
	}
	.banner-left li i {
		font-size: 22px;
	}
	.banner-left li .class-a {
		line-height: 48px;
		height: 48px;
	}
	.banner-left li .class-b {
		left: 186px;
		width: 876px;
		height: 505px;
	}
	.banner-center {
		width: 860px;
		margin-left: 13px;
		margin-top: 15px;
	}
	.banner-center .video-left {
		width: 642px;
	}
	.banner-center .video-left .bigImg .image i {
		font-size: 78px;
	}
	.banner-center .video-left .bigImg p a {
		font-size: 22px;
		height: 22px;
		bottom: 20px;
		padding: 20px;
		bottom: 18px;
	}
	.banner-center span {
		width: 85px;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
	.banner-center span i {
		font-size: 13px;
		margin-right: 3px;
	}
	.banner-center ul .image i {
		font-size: 46px;
	}
	.banner-center ul .item p {
		height: 28px;
	}
	.banner-right {
		width: 255px;
		min-height: 488px;
		margin-top: 15px;
	}
	.banner-right .image {
		width: 67px;
		height: 67px;
		margin-top: 38px;
		box-shadow: 0px 5px 25px 0px rgba(240, 130, 0, 0.1);
		line-height: 67px;
	}
	.banner-right .loginIndex {
		background: url(../../../../images/Index/Version/2021/banner-case.png) no-repeat left -2px;
	}
	.banner-right .image i {
		font-size: 34px;
	}
	.banner-right .btnBox a {
		width: 88px;
		height: 37px;
		line-height: 35px;
	}
	.banner-right .btnArr a {
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.banner-right .btnArr i {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.banner-right h2 {
		margin-top: 18px;
	}
	.banner-right h2 span {
		padding-bottom: 8px;
	}
	.banner-right ul {
		margin-top: 15px;
	}
	.banner-right li span {
		font-size: 14px;
		top: 0;
	}
	.banner-right .bottom {
		padding: 0 20px;
	}
	.banner-right li {
		margin-top: 10px;
	}
	.banner {
		padding-bottom: 28px;
	}
	.news .title {
		padding-top: 22px;
	}
	.news .title p i {
		font-size: 36px;
		margin-right: 18px;
		margin-top: -5px;
	}
	.news .title p {
		font-size: 22px;
		padding-top: 5px;
	}
	.news .title p::after {
		width: 41px;
		left: 57px;
	}
	.news .title p span {
		font-size: 17px;
		margin-left: 17px;
	}
	.news-box .today-new {
		width: 520px;
	}
	.news-box .today-new .image {
		width: 278px;
	}
	.news-box .today-new .text {
		height: 185px;
		padding: 15px 18px;
	}
	.news-box .today-new .text p {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
	}
	.news-box .today-new .text span {
		font-size: 13px;
		line-height: 20px;
		margin-top: 12px;
		max-height: 100px;
	}
	.news-box ul {
		width: 808px;
	}
	.news-box li .item {
		box-shadow: 0px 10px 25px 0px rgba(40, 40, 40, 0.1);
		height: 82px;
		padding: 15px 20px;
	}
	.news-box li p {
		font-size: 15px;
		height: 15px;
	}
	.news-box li span {
		font-size: 13px;
	}
	.news-box li i {
		top: 15px;
		font-size: 20px;
	}
	.advert .right {
		width: 250px;
	}
	.public-title b {
		font-size: 33px;
		padding-bottom: 16px;
	}
	.public-title b i {
		margin: 13px 12px 0;
	}
	.main-right {
		width: 280px;
		margin-top: 20px;
	}
	.bot-left {
		width: 372px;
		height: 465px;
	}
	.bot-left .image--big i {
		font-size: 60px;
	}
	.bot-left .text {
		padding: 10px 20px 0 35px;
	}
	.bot-left .text i {
		top: 12px;
	}
	.bot-left .text span {
		margin-top: 10px;
	}
	.bot-left .image--small {
		margin-top: 15px;
	}
	.bot-left .image--small p {
		margin-top: 6px;
	}
	.public-bot .bot-right li .image {
		width: 175px;
	}
	.public-bot .bot-right li span {
		font-size: 16px;
	}
	.public-bot .bot-right li span i {
		font-size: 14px;
	}
	.public-bot .bot-right li {
		padding: 0 20px 17px;
	}
	.main-right .brand-box .title {
		font-size: 18px;
		margin-top: 16px;
	}
	.bottom .title {
		font-size: 16px;
	}
	.main-right .brand-box .title img {
		width: 22px;
		margin-top: -2px;
	}
	.main-right .brand-box ul {
		margin-top: 9px;
		margin-right: -9px;
	}
	.main-right .brand-box li {
		margin-top: 9px;
		height: 65px;
		line-height: 65px;
	}
	.main-right .brand-box {
		padding-bottom: 14px;
	}
	.link-con li a {
		padding: 0 14px;
	}
	.Lista a {
		height: 37px;
		line-height: 37px;
		font-size: 15px;
	}
	.link-con li {
		margin-top: 10px;
	}
	.Lista {
		margin-top: 18px;
	}
	.partners {
		margin-top: 40px;
	}
	.partners_cont li {
		height: 74px;
	}
    .aboutUs p a {
    	font-size: 15px;
    	padding: 0 30px;
    }
	.footerRight img {
		width: 149px;
	}
	.footerRight {
		height: 149px;
		width: 185px;
		margin-left: 90px;
	}
	.footerRight span {
		width: 32px;
		padding: 16px 10px;
		font-size: 13px;
	}
	.footerIconLeft {
		width: 420px;
	}
	.footerIconLeft p span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.footerIconLeft p span i {
		font-size: 20px;
	}
	.footerIconLeft p em {
		font-size: 15px;
	}
	.footerIconLeft p b {
		font-size: 13px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 44px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 20px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 15px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 13px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 63px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 13px;
		height: 15px;
		background-size: 100% 100%;
	}
	.footerIconRight p.footerIconRight_title {
		height: 44px;
	}
	.copyright {
		font-size: 13px;
		margin-top: 20px;
	}
	.footer_bot {
		height: 46px;
		line-height: 46px;
		font-size: 13px;
	}
	.footer_bot i {
		height: 19px;
		width: 17px;
		background-size: 100% 100%;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1398px;
	}
	.nav li {
		padding: 0 51px;
	}
	.advert .right {
		width: 265px;
	}
	.news-box ul {
		width: 852px;
	}
	.news-box .today-new {
		width: 546px;
	}
	.aboutUs p a {
    	padding: 0 30px;
    }
	.footerIconLeft {
		width: 420px;
	}
	.banner-left {
		min-height: 532px;
	}
	.banner-center {
		width: 902px;
	}
	.banner-center .video-left {
		width: 673px;
	}
	.banner-right {
		min-height: 512px;
	}
	.banner-right .image {
		margin-top: 30px;
	}
	.banner-right .loginIndex {
		background: url(../../../../images/Index/Version/2021/banner-case.png) no-repeat left -8px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1398px;
	}
	.nav li {
		padding: 0 51px;
	}
	.advert .right {
		width: 265px;
	}
	.news-box ul {
		width: 852px;
	}
	.news-box .today-new {
		width: 546px;
	}
    .aboutUs p a {
    	padding: 0 30px;
    }
	.footerIconLeft {
		width: 420px;
	}
	.banner-left {
		min-height: 532px;
	}
	.banner-center {
		width: 902px;
	}
	.banner-center .video-left {
		width: 673px;
	}
	.banner-right {
		min-height: 512px;
	}
	.banner-right .image {
		margin-top: 30px;
	}
	.banner-right .loginIndex {
		background: url(../../../../images/Index/Version/2021/banner-case.png) no-repeat left -8px;
	}
}
@media only screen and (min-width:1920px){
	.w{
		width: 1398px;
	}
	.nav li {
		padding: 0 61px;
	}
	.advert .right {
		width: 266px;
	}
	.news-box ul {
		width: 852px;
	}
	.news-box .today-new {
		width: 546px;
	}
    .aboutUs p a {
    	padding: 0 30px;
    }
	.footerIconLeft {
		width: 420px;
	}
	.banner-left {
		min-height: 532px;
	}
	.banner-center {
		width: 902px;
	}
	.banner-center .video-left {
		width: 673px;
	}
	.banner-right {
		min-height: 512px;
	}
	.banner-right .image {
		margin-top: 30px;
	}
	.banner-right .loginIndex {
		background: url(../../../../images/Index/Version/2021/banner-case.png) no-repeat left -8px;
	}
}
@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.banner-center .video-left .bigImg {
		height: 271px;
	}
	.banner-center .video-left .bigImg .videoItem {
		height: 271px;
		width: 480px;
	}
	#header {
		font-size: 12px;
	}
	.searchDiv .logo {
		width: 140px;
		margin-left: 15px;
		margin-top: 8px;
	}
	.searchDiv {
		padding: 15px 0;
	}
	.search {
		width: 512px;
		height: 34px;
		margin: 2px 0 0 75px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 34px;
	}
	.searchSelectBot {
		top: 30px;
	}
	.searchSelectTop i {
		top: 13px;
	}
	.search button {
		height: 38px;
		line-height: 38px;
		width: 77px;
		font-size: 12px;
	}
	.search button i {
		margin-right: 7px;
		font-size: 12px;
		margin-top: -1px;
	}
	.search input {
		width: 367px;
		/* height: 28px; */
		font-size: 12px;
		text-indent: 10px;
	}
	.searchDiv .btnBox {
		margin-top: 6px;
	}
	.searchDiv .btnBox a {
		width: 96px;
		height: 28px;
		line-height: 28px;
		margin-left: 18px;
		font-size: 12px;
	}
	.searchDiv .btnBox i {
		font-size: 16px;
	}
	.nav {
		line-height: 36px;
		height: 36px;
		font-size: 14px;
	}
	.nav p {
		width: 144px;
		padding-left: 22px;
	}
	.nav p i {
		font-size: 12px;
	}
	.nav li {
		padding: 0 42px;
	}
	.banner-left {
		width: 144px;
		min-height: 374px;
		font-size: 12px;
	}
	.banner-left li .class-a {
		line-height: 36px;
		height: 36px;
		padding: 0 18px;
	}
	.banner-left li .class-b {
		left: 143px;
		width: 656px;
		height: 375px;
	}
	.banner-left li .class-b .title {
		font-size: 14px;
		padding-bottom: 10px;
		margin-left: 12px;
	}
	.banner-left li .class-b .item {
		margin-top: 10px;
		padding-left: 15px;
	}
	.banner-left li .class-b .item p {
		line-height: 18px;
		margin-top: 10px;
	}
	.banner-left li .class-b .item p a {
		font-size: 12px;
	}
	.banner-left li .class-b .item span {
		font-size: 14px;
	}
	.banner-left li i {
		font-size: 15px;
		margin-right: 7px;
	}

	.banner-center {
		width: 643px;
		margin-left: 10px;
		margin-top: 10px;
	}
	.banner-center .video-left {
		width: 480px;
		margin-right: 10px;
	}
	.banner-center .video-left ul {
		margin-top: 10px;
		margin-right: -10px;
	}
	.banner-center .video-left .item {
		margin-right: 10px;
	}
	.banner-center .video-right li {
    	margin-top: 8px;
    }
	.banner-center .video-left .bigImg .image i {
		font-size: 58px;
	}
	.banner-center .video-left .bigImg p a {
		font-size: 16px;
		height: 16px;
		padding: 16px;
		bottom: 13px;
	}
	.banner-center span {
		width: 73px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.banner-center span i {
		font-size: 12px;
		margin-right: 3px;
	}
	.banner-center ul .image i {
		font-size: 36px;
	}
	.banner-center ul .item p a {
		font-size: 12px;
		height: 12px;
	}
	.banner-center ul .item p {
		height: 25px;
	}
	.banner-right {
		width: 194px;
		min-height: 364px;
		margin-top: 10px;
	}
	.banner-right .image {
		width: 50px;
		height: 50px;
		margin-top: 28px;
		box-shadow: 0px 5px 25px 0px rgba(240, 130, 0, 0.1);
		line-height: 50px;
	}
	.banner-right .loginIndex {
		background: url(../../../../images/Index/Version/2021/banner-case.png) no-repeat left -2px;
		background-size: 100% auto;
		padding-bottom: 11px;
	}
	.banner-right p.welcome {
		font-size: 12px;
		margin-top: 14px;
	}
	.banner-right .image i {
		font-size: 24px;
	}
	.banner-right .btnBox a {
		width: 66px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.banner-right .btnBox {
		margin-top: 13px;
	}
	.banner-right .btnArr a {
		padding-top: 12px;
		padding-bottom: 6px;
	}
	.banner-right .btnArr i {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.banner-right .btnArr a {
		font-size: 12px;
	}
	.banner-right h2 {
		margin-top: 12px;
	}
	.banner-right h2 span i {
		margin-right: 7px;
	}
	.banner-right h2 span {
		padding-bottom: 5px;
	}
	.banner-right ul {
		margin-top: 12px;
	}
	.banner-right li span {
		font-size: 12px;
		top: 0;
	}
	.banner-right .bottom {
		padding: 0 16px;
	}
	.banner-right li {
		font-size: 12px;
		margin-top: 7px;
		height: 12px;
	}
	.banner {
		padding-bottom: 20px;
	}
	.news .title {
		padding-top: 18px;
	}
	.news .title p i {
		font-size: 33px;
		margin-right: 15px;
		margin-top: -5px;
	}
	.news .title p {
		font-size: 20px;
		padding-top: 5px;
	}
	.news .title p::after {
		width: 36px;
		left: 51px;
		height: 3px;
	}
	.news .title p span {
		font-size: 14px;
		margin-left: 12px;
	}
	.news-box .today-new {
		width: 393px;
	}
	.news-box .today-new .image {
		width: 210px;
	}
	.news-box .today-new .image span {
		width: 60px;
	}
	.news .title .more {
		font-size: 12px;
		font-weight: 700;
		top: 32px;
	}
	.news-box .today-new .text {
		height: 140px;
		padding: 13px 15px;
	}
	.news-box .today-new .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.news-box .today-new .text span {
		font-size: 12px;
		line-height: 16px;
		margin-top: 8px;
		max-height: 64px;
	}
	.news-box ul {
		width: 607px;
		margin-top: -15px;
	}
	.news-box li {
		margin-top: 15px;
	}
	.news-box li .item {
		box-shadow: 0px 10px 25px 0px rgba(40, 40, 40, 0.1);
		height: 62px;
		padding: 15px 15px;
		margin-left: 15px;
	}
	.news-box li p {
		font-size: 12px;
		height: 12px;
		padding-right: 25px;
	}
	.news-box li span {
		font-size: 12px;
	}
	.news-box li i {
		top: 13px;
		font-size: 14px;
	}
	.news {
		padding-bottom: 34px;
	}
	.advert .right {
		width: 190px;
	}
	.main {
		padding-top: 20px;
	}
	.public-title b {
		font-size: 25px;
		padding-bottom: 14px;
	}
	.public-title {
		padding-top: 21px;
	}
	.advert .left .adv-box .adv-item {
		margin-right: 15px;
	}
	.advert .left ul {
		margin-right: -15px;
		margin-top: 16px;
	}
	.advert .left li .item {
		margin-right: 15px;
	}
	.advert .left .small-img {
		margin-top: 15px;
	}
	.public-title b i {
		margin: 9px 10px 0;
	}
	.public-tab {
		padding: 0 5px;
	}
	.bot-left .more {
		font-size: 12px;
	}
	.public-tab p {
		margin-right: -5px;
	}
	.public-tab a {
		font-size: 12px;
		height: 12px;
		padding: 2px 2px;
	}
	.main-right {
		width: 210px;
		margin-top: 7px;
	}
	.public-tab table {
		border-spacing: 0px 3px;
	}
	.advert {
		padding-bottom: 20px;
	}
	.main-right::after {
		left: -12px;
		border-width: 0 0px 24px 12px;
	}
	.public-bot {
		margin-top: 10px;
	}
	.public-title b::after {
		width: 60px;
		height: 3px;
	}
	.bot-left {
		width: 280px;
		margin-top: 10px;
		height: 359px;
	}
	.bot-left .image--big i {
		font-size: 56px;
	}
	.bot-left .text {
		padding: 10px 20px 0 28px;
	}
	.bot-left .text p {
		font-size: 14px;
		height: 14px;
	}
	.bot-left .text i {
		top: 12px;
		left: 17px;
	}
	.bot-left .text span {
		font-size: 12px;
		line-height: 18px;
		height: 54px;
		margin-top: 8px;
	}
	.bot-left .image--small .image i {
		font-size: 26px;
	}
	.bot-left .image--small {
		margin-top: 9px;
	}
	.bot-left .image--small p {
		margin-top: 6px;
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.public-bot .bot-right li .image {
		width: 130px;
	}
	.public-bot .bot-right li span {
		font-size: 14px;
		margin-top: 8px;
	}
	#part10 {
		padding-bottom: 25px;
	}
	.bottom {
		padding-top: 20px;
		padding-bottom: 22px;
	}
	.public-bot .bot-right li span i {
		font-size: 12px;
	}
	.public-bot .bot-right li {
		padding: 0 15px 13px;
	}
	.public-bot .bot-right li p {
		font-size: 12px;
		height: 12px;
		padding-top: 2px;
	}
	.main-right .brand-box .title {
		font-size: 18px;
		margin-top: 16px;
	}
	.bottom .title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.bottom .title .join {
		width: 76px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.bottom .title .join i {
		font-size: 12px;
		margin-right: 3px;
	}
	.link-con {
		margin-top: 10px;
	}
	.bottom .title b {
		font-size: 20px;
		padding-bottom: 14px;
	}
	.main-right .brand-box .title img {
		width: 22px;
		margin-top: -2px;
	}
	.main-right .brand-box ul {
		margin-top: 9px;
		margin-right: -9px;
	}
	.main-right .brand-box li {
		margin-top: 9px;
		height: 46px;
		line-height: 46px;
	}
	.main-right .brand-box .item {
		margin-right: 9px;
	}
	.main-right .brand-box {
		padding-bottom: 6px;
	}
	.link-con li a {
		padding: 0 10px;
		font-size: 12px;
	}
	.Lista a {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.link-con li {
		margin-top: 6px;
	}
	.Lista {
		margin-top: 18px;
	}
	.partners {
		margin-top: 30px;
	}
	.partners_cont li {
		height: 56px;
	}
	.aboutUs {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	.aboutUs p a {
    	font-size: 12px;
    	padding: 0 20px;
    }
	.footerRight img {
		width: 112px;
	}
	.footerRight {
		height: 149px;
		width: 185px;
		margin-left: 100px;
	}
	.footerRight span {
		width: 28px;
		padding: 2px 8px;
		font-size: 12px;
		height: 112px;
	}
	.footerIconLeft {
		width: 315px;
	}
	.footerIconLeft p span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconLeft p span i {
		font-size: 14px;
	}
	.footerIconLeft p em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconLeft p b {
		font-size: 12px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 34px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-right: 15px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 14px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 13px;
		margin-top: 1px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 12px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 48px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 22px;
		height: 22px;
		line-height: 22px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 11px;
		height: 12px;
		background-size: 100% 100%;
		margin-top: 4px;
	}
	.footerIconRight p.footerIconRight_title {
		height: 34px;
	}
	.copyright {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer_bot {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.footer_bot i {
		height: 18px;
		width: 16px;
		background-size: 100% 100%;
		margin-top: 11px;
		margin-right: 7px;
	}
}
