@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	
}
.pages {
	margin: 30px 0;
	text-align: center;
	font-size: 0;
}
.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #dd0000;
	color: #fff;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.paginations p {
	margin: 0;
	cursor: pointer
}
.paginations {
	height: 40px;
	text-align: center;
}
.paginations a {
	display: inline-block;
	margin-right: 10px;
	height: 30px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 30px;
}
.paginations a:hover {
	color: #36497b;
	background: white;
	border: 1px #36497b solid;
}
.paginations a.cur {
	border: none;
	background: #36497b;
	color: #fff;
}
.paginations p {
	display: inline-block;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.paginations p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.paginations p.pageRemark b {
	color: red;
}
.paginations p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
.clear {
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0px;
}
input, select {
	padding: 0;
	margin: 0;
	border: none;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.lh18 {
	line-height: 18px;
}
.lh20 {
	line-height: 20px;
}
.lh22 {
	line-height: 22px;
}
.lh24 {
	line-height: 24px;
}
.lh26 {
	line-height: 26px;
}
.lh28 {
	line-height: 28px;
}
.lh30 {
	line-height: 30px;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.fb {
	font-weight: bold;
}
.fn {
	font-weight: normal;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml40 {
	margin-left: 40px;
}
.m10 {
	margin: 10px;
	_display: inline;
}
.m20 {
	margin: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb35 {
	margin-bottom: 35px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pt15 {
	padding-top: 15px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pr5 {
	padding-right: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pt25 {
	padding-top: 25px;
}
.pb5 {
	padding-bottom: 5px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p5 {
	padding: 5px;
}
.p1 {
	padding: 1px;
}
.b {
	display: block;
}
.in-b {
	display: inline-block;
	zoom: 1;
*display:inline;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.ti {
	text-indent: -999999px;
}
#no {
	border: none;
	border: 0;
}
.red {
	color: #e40f41 !important;
}
.clear {
	clear: both;
}
.ml3 {
	margin-left: 3%;
}
.mr3 {
	margin-right: 3%;
}
.white {
	color: #fff !important;
}
.bgf0 {
	background: #f0f0f0;
}
.ml1 {
	margin-left: 1%;
}
.mr1 {
	margin-right: 1%;
}
.mt10 {
	margin-top: 10px;
}
.fn {
	float: none !important;
}
.mr4 {
	margin-right: 4%;
}
.pl3 {
	padding-left: 3%;
}
.pr3 {
	padding-right: 3%;
}
.strong {
	font-weight: bold;
}
.red {
	color: #da261d;
}
.blue {
	color: #0080ff !important;
}
.yellow {
	color: #ff8800 !important;
}
.grey {
	color: #abaaa9 !important;
}
.text-center {
	text-align: center;
}
.hidden {
	visibility: hidden;
}
.text-right {
	text-align: right;
}
a:hover {
	text-decoration: none !important;
}
.mt25 {
	margin-top: 25px !important;
}
a:focus {
	text-decoration: none;
}
.w100 {
	width: 100% !important;
}
.pl0 {
	padding-left: 0px;
}
.pr0 {
	padding-right: 0px;
}
.p0 {
	padding: 0px;
}
.w100 {
	width: 100%;
}
.pr {
	position: relative;
}
.po {
	position: absolute;
}
.scale {
	transition: all 0.5s ease;
	overflow: hidden;
}
.scale:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
/*商桥*/


/*菜单1*/
.index_body {
	padding-top: 0;
}
.ban_lay {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20%;
}
.ban_lay p {
	text-shadow: 0 0 5px #7d7c7c;
}
.ban_lay h3 {
	font-size: 54px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 1.5px 2.598px 3px rgb( 37, 15, 26 );
}
.head.active {
	background: #fff;
	padding: 10px 135px;
	border-bottom: 1px solid #ccc;
}
.head.active .head_ul li a {
	color: #32363f;
}
.head.active .head_ul > li > a {
	line-height: 40px;
}
.head.active .head_ul li:after {
	background: #d2d2d2;
}
.head.active .img02 {
	display: inline-block;
}
.head.active .img01 {
	display: none;
}
.head.active .logo_w {
	margin-top: 0px;
}
.head.active .head_ul {
	margin-top: 20px;
	visibility: visible !important;
}
.head.active .phone {
	margin-top: 20px;
	line-height: 40px;
	color: #32363f;
	visibility: visible !important;
}
.head.active .phone i {
}
.head .img02 {
	display: none;
}
.head.active .logo_name_w:before {
	background: #dcdcdc;
	height: 23px;
}
.more {
	text-align: center;
	margin-top: 20px;
}
.more a {
	display: inline-block;
	color: #991e27;
	border-radius: 3px;
	padding: 10px 20px;
	margin-right: 10px;
}
.more_name, .more_name:hover {
	color: #b61a29;
}
.more a:hover {
	background: #991e27;
	color: #fff;
}
.head {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	padding: 10px 135px;
}
.in_head {
	border-bottom: 1px solid #eee;
}
.logo_w {
	margin-top: 0px;
	transition: all .2s ease-in-out;
}
.logo_name_w {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
}
.logo_name_w:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	display: inline-block;
	width: 1px;
	height: 35px;
	background: #fff;
}
.head_ul {
	margin-top: 5px;
	transition: all .2s ease-in-out;
}
.head_ul > li {
	float: left;
	padding: 0px 15px;
	position: relative;
}
.head_ul > li > a {
	line-height: 80px;
	transition: all .2s ease-in-out;
}
.head_ul li a {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.ban_arr {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 25px;
	z-index: 10;
}
.logo_w_foot {
	margin-top: 0px;
}
.sec_ul {
	display: none;
	z-index: -1;
	position: absolute;
	top: 100px;
	left: 0px;
	min-width: 120px;
	text-align: center;
	opacity: 0;
	background: #e2e2e2;
	transition: all .2s ease-in-out;
}
.sec_ul li {
	float: none;
	padding: 5px 0px;
	padding: 5px 10px;
	position: relative;
}
.sec_ul li a {
	color: #32363f;
	font-size: 14px;
	display: block;
	position: relative;
	z-index: 10;
}
.in_head .sec_ul li a:hover {
	color: #fff;
}
.sec_ul li:hover a, .head.active .sec_ul li:hover a {
	color: #fff;
}
.head_ul li.on .sec_ul {
	top: 80px;
	opacity: 1;
	z-index: 1;
	display: block;
}
.sec_ul li:after {
	content: "";
	width: 0;
	left: 50%;
	position: absolute;
	top: 0;
	bottom: 0px;
	background: #0592db !important;
	transition: all .2s ease-in-out;
}
.sec_ul li:hover:after {
	width: 100%;
	left: 0;
}
.head_phone, .h3_p, .tse02, .swiper-button-next01, .swiper-button-prev01, .menu_p {
	display: none;
}
.menu_p {
	position: fixed;
	top: 48px;
	width: 100%;
	right: -150%;
	transition: all .2s ease-in-out;
	background: #fff;
	bottom: 0px;
	z-index: 100;
	padding: 0px 10px;
}
.menu_ul_p li {
	float: none;
	border-bottom: 1px solid #cecdc9;
	padding: 10px 30px;
	position: relative;
}
.menu_ul_p li a {
	color: #484a51;
}
.menu_ul_p li span {
	float: right;
	background: #dfdeda;
	width: 50px;
	text-align: center;
	line-height: 40px;
	top: 0px;
	right: 0px;
	height: 40px;
	display: inline-block;
	position: absolute;
}
.menu_ul_p li span i {
	color: #181817;
}
.sec_ul_p {
	margin-top: 10px;
	display: none;
}
.sec_ul_p li {
	float: none;
	border-bottom: none;
	padding: 5px 0px 5px 10px;
}
.menu_ul_p li.active span {
	background: #0592db;
}
.menu_ul_p li.active span i {
	color: #fff;
}
.menu_p.active {
	right: 0px;
}
.head.active .sear_w i {
	color: #000;
}
.head.active .sear_w {
	margin-top: 0px;
	line-height: 40px;
}
.sear_w {
	margin-top: 0px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	line-height: 80px;
}
.sear_w i {
	color: #fff;
}
.sear_pa {
	background: #fff;
	width: 200px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 60px;
	right: 0px;
	opacity: 0;
	transition: all .2s ease-in-out;
}
.sear_pa input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	text-indent: 1em;
}
.sear_pa i {
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: 10px;
	z-index: 2;
	color: #000;
}
.sear_pa.active {
	top: 45px;
	opacity: 1;
}
.phone i, .phone {
	color: #000;
}
.phone {
	display: inline-block;
	margin-top: 25px;
	line-height: 40px;
	margin-left: 30px;
	transition: all .2s ease-in-out;
	font-size: 18px;
}

.head.active .head_ul li.on .sec_ul {
	top: 50px;
}
 @keyframes run {
 from {
bottom: 40px;
}
 to {
bottom: 30px;
opacity: 0;
}
}
.mouse {
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	bottom: 30px;
	animation: run 1s infinite linear;
	z-index: 10;
}
.phone i {
	display: none;
}
.phone .new_i i {
	display: inline-block !important;
	font-size: 20px;
	float: right;
	margin-left: 10px;
}
.phone .new_i i, .head_ul > li.active > a {
	color: #0592db;
}
.in_head {
	background: #fff;
}
.in_head .head_ul li a, .in_head .sear_w i, .in_head .phone {
	color: #32363f;
}
/*菜单1*/

/*banner1*/
.ban_lay span {
	display: block;
	font-size: 26px;
	color: #fff;
	font-weight: lighter;
	position: relative;
	margin-bottom: 30px;
}
.ban_lay .ban_p01:before {
	content: "";
	width: 90px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0px;
}
.ban_p01 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 0px;
}
.ban_p02 {
	font-size: 34px;
	color: #fff;
}
.swiper-pagination_ban .swiper-pagination-bullet, .swiper-pagination01 .swiper-pagination-bullet {
	width: 49px;
	height: 2px;
	background: #afa59b;
	opacity: 1;
	border-radius: 0px;
}
.swiper-pagination_ban .swiper-pagination-bullet-active, .swiper-pagination01 .swiper-pagination-bullet-active {
	background: #ac262f;
}
.lunbo_size {
	top: 30%;
	left: 15%;
	position: absolute;
}
.lunbo_size>p {
	color: #000000 !important;
	font-size: 36px !important;
	position: relative;
	margin-bottom: 0 !important;
	font-weight: initial;
	line-height: 50px;
}
.lunbo_size>p::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 145px;
	height: 4px;
	background-color: #000;
}
.lunbo_ul {
	position: absolute;
	top: 11%;
	right: 5%;
	width: 50%;
}
li {
	list-style-type: none;
}
.lunbo_ul li:nth-child(4) {
	position: absolute;
	left: 0;
	top: 11%;
}
.lunbo_ul li:nth-child(3) {
	position: absolute;
	top: 31.5%;
	right: 1%;
}
.lunbo_ul li:nth-child(2) {
	position: absolute;
	top: 37.5%;
	right: -5%;
	z-index: 22;
}
.lunbo_ul li:nth-child(1) {
	text-align: center;
	text-align: center;
	width: 78%;
	float: right;
}
.lunbo {
	position: relative;
}
.lunbo_ul img {
	transition: all .4s ease-in-out;
}
.lunbo_ul:hover li:nth-child(1) img {
	transform: translate(-50px, 0px);
}
.lunbo_ul:hover li:nth-child(2) img {
	transform: translate(50px, 0px);
}
.lunbo_ul:hover li:nth-child(3) img {
	transform: translate(50px, 0px);
}
.lunbo_ul:hover li:nth-child(4) img {
	transform: translate(30px, 0px);
}
.lunbo_ul:hover li:nth-child(5) img {
	transform: translate(-30px, 0px);
}
/*首页*/
.num_wrap {
	padding-top: 50px;
}
.num_wrap:before {
	content: "";
	width: 1px;
	height: 83px;
	background: #c6c6c5;
	position: absolute;
	left: 50%;
	bottom: 0px;
}
.num_wrap h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 38px;
}
.iabout {
	margin-bottom: 10px;
	text-align: center!important;
}
.num_wrap p {
	text-align: justify;
	font-size: 16px;
	color: #424242;
	margin-bottom: 10px;
	line-height: 25px;
}
.num_ul {
	float: left;
}
.num_ul li {
	font-size: 43px;
	color: #000000;
	padding: 0 23px;
}
.num_ul li span.nian {
	font-size: 14px;
	color: #666666;
	float: right;
	margin-top: 12px;
}
.num_ul li p {
	font-size: 15px;
	color: #000000;
	text-indent: 0px !important;
}
.num_wrap .col-sm-5 {
	text-align: center;
}
.num_ul {
	display: inline-block;
}
.server_wrap {
	height: 700px;
}
.server_ul li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.server_ul li {
	opacity: 0;
	background-size: cover;
	transition: all .2s ease-in-out;
}
.server_ul li.active {
	display: block;
	opacity: 1;
}
.server_ul li:nth-child(1) {
	background: url("../img/bj01.jpg") 50% 50% no-repeat;
}
.server_ul li:nth-child(2) {
	background: url("../img/bj01-2.jpg") 50% 50% no-repeat;
}
.server_ul li:nth-child(3) {
	background: url("../img/bj01-3.jpg") 50% 50% no-repeat;
}
.server_ul li:nth-child(4) {
	background: url("../img/bj01-4.jpg") 50% 50% no-repeat;
}
.titl_wrap h3 {
	display: inline-block;
	font-size: 55px;
	color: #fff;
}
.titl_wrap p {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin: 0px 20px 0px 40px;
}
.titl_wrap span {
	border: 1px solid #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 33px;
	color: #fff;
}
.titl_wrap {
	margin-bottom: 90px;
}
.server_wrap .serverin_ul li {
	float: none;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
}
.server_wrap .serverin_ul li a {
	color: #fff;
	font-size: 19px;
}
.server_wrap .serverin_ul li a i {
	color: #fff;
	padding-right: 10px;
	font-size: 30px;
	float: left;
	margin-top: -8px;
}
.server_wrap .serverin_ul li.active, .serverin_ul li:hover {
	background: #0592db;
}
.server_wrap .serverin_ul li img {
	position: absolute;
	top: 50%;
	margin-top: -9.5px;
	right: -10px;
	display: none;
}
.server_wrap .serverin_ul li.active img, .serverin_ul li:hover img {
	display: block;
}
.server_wrap .serverin_ul {
	border-right: 1px solid #605e6b;
}
.server_wrap .sear_con {
	padding-left: 120px;
}
.server_wrap .sear_con h3 {
	font-size: 100px;
	color: #fff;
	margin-bottom: 10px;
}
.server_wrap .sear_con p {
	font-size: 48px;
	color: #fff;
	margin-bottom: 20px;
}
.server_wrap .sear_con p span {
}
.server_wrap .sear_con a {
	font-size: 16px;
	color: #fff;
}
.server_wrap .sear_con a i {
	color: #fff;
	font-size: 40px;
	float: left;
	padding-right: 10px;
	margin-top: -16px;
}
.server_wrap .sear_con {
	display: none;
}
.server_wrap .sear_con.active {
	display: block;
}
.server_wrap .sear_con:hover {
	margin-top: -40px;
}
.zuop_wrap .zuopin_ul li a {
	font-size: 17px;
	color: #fff;
}
.zuop_wrap .zuopin_ul li.active a, .zuopin_ul li:hover a {
	color: #0592db;
}
.zuop_wrap .zuopin_ul li {
	padding-right: 25px;
	float: left;
}
.zuop_wrap {
	background-size: cover;
	padding: 0px 0;
}
.zuop_wrap .zuoin_w .col-md-4 {
	padding: 10px;
}
.zuop_wrap .zuoin_w a {
	display: block;
	position: relative;
}
.zuop_wrap .zuo_logo_w {
	position: absolute;
	top: 45%;
	left: 0px;
	right: 0px;
}
.zuop_wrap .zuo_logo_w img {
	display: inline-block;
}
.zuop_wrap .zuoin_lay {
	opacity: 0;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	background-color: rgba(20,114,193,0.8);
}
.server_wrap .sear_con a:hover {
	color: #0592db;
}
.zuop_wrap .zuoin_lay h3 {
	font-size: 21px;
	color: #fff;
	margin-top: 25%;
}
.zuop_wrap .zuoin_lay img {
	display: block;
}
.zuop_wrap .zuoin_lay:before {
	content: "";
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
}
.zuop_wrap .zuoin_lay:after {
	content: "";
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
}
.server_wrap .sear_con h3, .server_wrap .sear_con p, .sear_con .she_i {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.zuop_wrap .zuoin_lay:before, .zuop_wrap .zuoin_lay:after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.zuop_wrap .zuoin_w a:hover .zuoin_lay:before, .zuop_wrap .zuoin_w a:hover .zuoin_lay:after {
	opacity: 1;
	transform: scale(1, 1);
}
.zuop_wrap .zuoin_w a:hover .zuoin_lay {
	opacity: 1;
}
.zuoin_w h3 {
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}
.zuop_wrap .zuo_logolay {
	margin-top: 20%;
	transition: all 1s ease-in-out;
}
.zuop_wrap .zuoin_w a:hover .zuo_logolay {
	margin-top: 10%;
	transition: all 1s ease-in-out;
}
.zuop_wrap .zuoin_lay img.zuo_arrow {
	transition: all 1s ease-in-out;
}
.zuop_wrap .zuoin_w a:hover .zuoin_lay {
	display: block;
}
.zuop_wrap .zuoin_lay img.zuo_arrow:hover {
	margin-top: -10px;
}
.zuop_wrap .zuopin_ul {
	margin-top: 25px;
}
.zuop_wrap .zuoin_w {
	display: none;
}
.zuop_wrap .zuoin_w.active {
	display: block;
}
.zuop_wrap .zuo_line {
	position: absolute;
	left: 50%;
	margin-left: -197.5px;
	bottom: -32px;
}
.coop_wrap .hez_wrod {
	width: 60%;
	padding-left: 50px;
	font-size: 36px;
	color: #000000;
	line-height: 50px;
	margin-top: 10px;
}
.coop_wrap {
	padding: 100px 0px;
}
.titl_wrap_coop h3, .titl_wrap_coop p, .titl_wrap_coop span {
	color: #000;
}
.titl_wrap_coop span {
	border-color: #000;
}
.coop_w {
	margin-top: 40px;
}
.coop_wrap .pagination_coop .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #c33529;
	margin: 0 6px;
	opacity: 1;
}
.coop_wrap .pagination_coop .swiper-pagination-bullet-active {
	position: relative;
}
.coop_wrap .pagination_coop .swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	border: 1px solid #c33529;
	top: -4px;
	left: -4px;
	bottom: -4px;
	right: -4px;
	border-radius: 100%;
}
.coop_wrap .coop_w .pagination_coop {
	right: 0px;
	left: 0px;
	bottom: -52px;
}
.coop_wrap .pagination_coop .swiper-pagination-bullet:focus {
	outline: none;
}
.new_wrap {
	padding: 100px 0px;
}
.new_wrap .container_newin {
	font-size: 17px;
	color: #000000;
	height: 40px;
	line-height: 40px;
}
.new_wrap .container_newin .swiper-slide {
	height: 40px;
	line-height: 40px;
}
.new_wrap .new_list a {
	display: block;
}
.new_wrap .new_list span {
	display: block;
	color: #4a4a4a;
}
.new_wrap .new_list h3 {
	font-size: 19px;
	color: #000000;
	margin: 15px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_wrap .new_list p {
	color: #4a4a4a;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-line-clamp: 2;
	display: -ms-box;
	-ms-box-orient: vertical;
	-ms-line-clamp: 2;
	display: -o-box;
	-o-box-orient: vertical;
	-o-line-clamp: 2;
	overflow: hidden;
}
.new_wrap .new_list {
	margin-bottom: 40px;
}
.new_wrap .new_line {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.process_wrap {
	padding: 70px 0px 150px;
	background: #f6f6f6;
}
.contact_wrap .contact_ul {
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.contact_wrap .contact_ul li {
	width: 25%;
	text-align: center;
	position: relative;
}
.contact_wrap .contact_ul li span {
	font-size: 56px;
	display: inline-block;
	width: 80px;
	height: 80px;
	border: 1px solid #b5b0b0;
	border-radius: 100%;
	text-align: center;
	color: #b5b0b0;
}
.contact_wrap .contact_ul li.active span, .contact_ul li:hover span {
	color: #000;
	border-color: #000;
}
.contact_wrap .con_con_ul li {
	width: 25%;
	color: #000;
	text-align: center;
}
.contact_wrap .con_con_ul li:nth-child(1) {
	font-size: 26px;
}
.contact_wrap .con_con_ul li:nth-child(2) {
	font-size: 26px;
}
.contact_wrap .con_con_ul li:nth-child(3) {
	font-size: 14px;
	margin-top: 6px;
}
.contact_wrap .con_con_ul li:nth-child(4) {
	margin-top: 10px;
}
.contact_wrap .con_con_ul li span {
	display: inline-block;
	margin: 0 10px;
}
.contact_wrap .con_con_ul {
}
.contact_wrap .con_arrow {
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -14px;
	display: none;
}
.contact_wrap {
	padding: 50px 0;
}
.contact_wrap .con_con_ul {
	padding-top: 25px;
}
.contact_wrap .con_con {
	display: none;
	border-top: 1px solid #b5b5b5;
}
.contact_wrap .con_con.active {
	display: block;
}
.bj_index {
	background: url("../img/3.jpg") 50% 50% no-repeat;
	background-attachment: fixed;
	height: 500px;
}
.contact_wrap .contact_ul li.active .con_arrow {
	display: block;
}
/*首页*/


/*foot*/
.foot {
	padding: 40px 0px;
	background: #f6f6f6;
}
.foot li {
	float: left;
}
.foot .foot_ul li:nth-child(1) {
	width: 25%;
	margin-top: 30px;
}
.foot .foot_ul li:nth-child(2) {
	width: 58%;
	padding: 0px 60px;
}
.foot .foot_ul li h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
.foot .foot_ul li:nth-child(3) h3 {
	text-align: center;
}
.foot .foot_ul li input {
	width: 48%;
	border-bottom: 1px solid #e0dfdf;
	color: #b3b3b3;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	background: transparent;
}
.foot .foot_ul li input:nth-child(2n) {
	float: right;
}
.foot .foot_ul li input:focus, .text_w textarea:focus {
	outline: none;
}
.foot_p {
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 90;
	background: #c4c5c7;
	padding: 10px;
}
.foot_p a {
	display: inline-block;
	background: #a61f24;
	font-size: 12px;
	color: #fff;
	padding: 7px 0px;
	width: 48%;
	text-align: center;
	border-radius: 4px;
	position: relative;
}
.foot_p a i {
	color: #fff;
	font-size: 25px;
}
.foot_p a span {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 19%;
}
.foot_p a:nth-child(2) span {
	left: 10%;
}
.text_w {
	width: 49%;
	margin-top: 13px;
}
.text_w textarea {
	border: 1px solid #e0dfdf;
	color: #b3b3b3;
	height: 95px;
	text-indent: 10px;
	resize: none;
	width: 85%;
	float: left;
	background: transparent;
}
.text_w button {
	width: 41px;
	float: right;
	border: none;
	height: 95px;
	padding: 0px;
}
.text_w button img {
	height: 100%;
}
.copy {
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background: #6b6b6b;
}
/*foot*/

/*电商云*/

.section1 {
	background: #fff;
	border-radius: 5px;
	height: 131px;
	box-shadow: 0px 6px 70px 1px rgba(0,0,0,.1);
	margin-top: -65px;
	position: relative;
	z-index: 3;
}
.section1 ul, .section1 ul li dl {
	overflow: hidden;
}
.section1 ul li {
	width: 25%;
	padding-top: 35px;
}
.section1 ul li dt {
	float: left;
	margin-right: 40px;
}
.section1 ul li dt i {
	float: left;
	transition: all .2s;
	width: 51px;
	height: 59px;
	margin-left: 40px;
	background: url(../img/01-icon.png) no-repeat;
}
.section1 ul li dd {
	float: left;
	margin-top: 10px;
}
.section1 ul li dd h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.section1 ul li dd p {
	font-size: 14px;
	color: #95989d;
}
.section1 ul li:nth-child(1) dt i {
	background-position: left top;
}
.section1 ul li:nth-child(2) dt i {
	background-position: -60px top;
}
.section1 ul li:nth-child(3) dt i {
	background-position: -120px top;
}
.section1 ul li:nth-child(4) dt i {
	background-position: -180px top;
}
.section1 ul li:nth-child(1):hover dt i {
	background-position: left -59px;
}
.section1 ul li:nth-child(2):hover dt i {
	background-position: -60px -59px;
}
.section1 ul li:nth-child(3):hover dt i {
	background-position: -120px -59px;
}
.section1 ul li:nth-child(4):hover dt i {
	background-position: -180px -59px;
}
.section1 ul li:hover h3 {
	color: #0592db;
}
.section2 {
}
.section2 .sec_titl {
	padding-top: 52px;
	margin-bottom: 100px;
}
.sec_titl h3 {
	font-size: 36px;
	color: #333;
	margin-bottom: 25px;
}
.sec_titl p {
	font-size: 16px;
	color: #95989d;
}
.section2 .section_ul {
}
.section2 .section_ul > li {
	width: 40%;
	margin: 20px 10px;
	transition: all .2s ease-in-out;
	margin-top: 80px;
}
.section2 .section_ul > li .sec_b_con_ul dd a {
	display: none;
}
.section2 .section_ul > li.active {
	width: 56%;
	transition: all .2s ease-in-out;
	margin-top: -40px;
}
.section2 .section_ul > li.active .sec_top {
	background: #FD472C;
}
.section2 .section_ul > li.active .sec_top h3, .section2 .section_ul > li.active .sec_top span, .section2 .section_ul > li.active .sec_top p {
	color: #fff;
}
.section2 .section_ul > li.active .sec_b_con_ul dd a {
	display: block;
}
.section2 .section_ul > li:nth-child(2) {
	float: right;
}
.section2 .sec_top {
	background: #EFF5FB;
	border-radius: 5px 5px 0 0;
	padding: 25px 30px;
	margin: 0px 20px;
}
.section2 .title h3 {
	font-size: 24px;
	float: left;
	font-weight: 400;
}
.section2 .title span {
	float: left;
	height: 26px;
	line-height: 26px;
	background: rgba(0,0,0,.1);
	border-radius: 13px;
	color: #999;
	padding: 0 15px;
	margin-left: 15px;
	font-size: 14px;
	margin-top: 4px;
}
.section2 .sec_top p {
	font-size: 14px;
	color: #95989d;
}
.section2 .sec_bottom {
	box-shadow: 0 0 40px rgba(33,40,60,.1);
	border-radius: 5px;
	background: #fff;
	padding: 0px 20px;
}
.section2 .sec_bottom_ul {
	overflow: hidden;
}
.section2 .sec_bottom_ul li {
	cursor: pointer;
	width: 25%;
	text-align: center;
	height: 56px;
	line-height: 56px;
}
.section2 .sec_bottom_ul li i {
	width: 27px;
	height: 20px;
	transition: background .2s;
	background: url(../img/02-teb-icon.png) no-repeat;
	vertical-align: -4px;
	margin-right: 5px;
	display: inline-block;
}
.section2 .sec_bottom_ul li:nth-child(1) i {
	background-position: 0 0;
}
.section2 .sec_bottom_ul li:nth-child(2) i {
	background-position: -83px 0;
}
.section2 .sec_bottom_ul li:nth-child(3) i {
	background-position: -41px 0;
}
.section2 .sec_bottom_ul li:nth-child(4) i {
	background-position: -123px 0;
}
.section2 .sec_bottom_ul li.active i, .section2 .sec_bottom_ul li:hover i {
	background-position-y: bottom;
}
.section2 .sec_bottom_ul li span {
	color: #333;
}
.section2 .sec_b_con_ul dl {
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.section2 .sec_b_con_ul dt {
	width: 40%;
	float: left;
}
.section2 .sec_b_con_ul dt img {
	max-width: 100%;
}
.section2 .sec_b_con_ul dd {
	width: 55%;
	float: right;
}
.section2 .sec_b_con_ul dd h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.section2 .sec_b_con_ul dd p {
	color: #888;
	margin: 10px 0;
}
.section2 .sec_b_con_ul dd a {
	text-align: center;
	line-height: 28px;
	width: 82px;
	height: 28px;
	display: inline-block;
	color: #FD472C;
	font-size: 14px;
	transition: all .2s;
	border: 1px solid #FD472C;
}
.section2 .sec_b_con_ul dd a:hover {
	background: #FD472C;
	color: #fff;
}

.sec_b_con_ul {
	overflow: hidden;
}
.sec_b_con_ul li {
	float: none;
}
.sec_b_con_ul li.active {
	display: block;
}
.section_ul > li:nth-child(1) .sec_b_con_ul li {
	display: none;
}
.section_ul > li:nth-child(1) .sec_b_con_ul li.active {
	display: block;
}
.section_ul > li:nth-child(2) .sec_b_con_ul {
	padding-top: 20px;
}
.section3 {
	background: #16192A url(../img/03-bg.jpg) no-repeat center;
	padding-bottom: 96px;
	padding-top: 40px;
}
.section3 .sec3 {
	text-align: center;
	margin-top: 40px;
}
.section3 .sec3 img {
	display: block;
	max-width: 100%;
}
.section4 {
	padding: 40px 0 40px;
}
.sectin4_ul li {
	width: 33.333%;
}
.section4 .item {
	width: 171px;
	height: 171px;
	position: relative;
	margin: 0px auto 10px;
}
.section4 .item i {
	position: absolute;
}
.section4 .sectin4_ul li {
	margin-bottom: 40px;
	text-align: center;
}
.section4 .sectin4_ul li:nth-child(1) .item .s1 {
	top: 30px;
	left: 7px;
	z-index: 3;
	animation: i1s1 1s ease-in-out infinite alternate;
	width: 61px;
	height: 79px;
	background: url(../img/04-icon-1-1.png) no-repeat;
}
.sectin4_ul li:nth-child(1) .item .s2 {
	top: 95px;
	width: 72px;
	animation: i1s2 1s ease-in-out infinite alternate;
	height: 53px;
	background: url(../img/04-icon-1-2.png) no-repeat;
}
.sectin4_ul li:nth-child(1) .item .s3 {
	left: 14px;
	top: 108px;
	animation: i1s3 1s ease-in-out infinite alternate;
	width: 46px;
	height: 48px;
	background: url(../img/04-icon-1-3.png) no-repeat;
}
.sectin4_ul li:nth-child(2) .item .s1 {
	top: 68px;
	left: 0;
	animation: i2s1 1s linear infinite alternate;
	width: 140px;
	height: 75px;
	background: url(../img/04-icon-2-1.png) no-repeat;
}
.sectin4_ul li:nth-child(2) .item .s2 {
	top: 50px;
	left: 31px;
	animation: i2s2 8s linear infinite;
	width: 48px;
	height: 48px;
	background: url(../img/04-icon-2-2.png) no-repeat;
}
.sectin4_ul li:nth-child(2) .item .s3 {
	top: 79px;
	left: 70px;
	animation: i2s3 8s linear infinite;
	width: 37px;
	height: 38px;
	background: url(../img/04-icon-2-3.png) no-repeat;
}
.sectin4_ul li:nth-child(3) .item .s1 {
	left: 0;
	top: 43px;
	animation: i3s1 2s ease-in-out infinite alternate;
	width: 116px;
	height: 121px;
	background: url(../img/04-icon-3-1.png) no-repeat;
}
.sectin4_ul li:nth-child(3) .item .s2 {
	left: 96px;
	top: 105px;
	animation: i3s2 2s ease-in-out infinite alternate;
	z-index: 3;
	width: 28px;
	height: 28px;
	background: url(../img/04-icon-3-2.png) no-repeat;
}
.sectin4_ul li:nth-child(3) .item .s3 {
	left: 70px;
	top: 42px;
	animation: i3s3 2s ease-in-out infinite alternate;
	width: 46px;
	height: 47px;
	background: url(../img/04-icon-3-3.png) no-repeat;
}
.sectin4_ul li:nth-child(4) .item .s1 {
	left: 0;
	top: 38px;
	width: 111px;
	animation: i4s1 7s cubic-bezier(0.74, 0.01, 0.32, 0.99) infinite;
	height: 111px;
	background: url(../img/04-icon-4-1.png) no-repeat;
}
.sectin4_ul li:nth-child(4) .item .s2 {
	left: 35px;
	top: 68px;
	width: 43px;
	animation: i4s2 7s cubic-bezier(0.74, 0.01, 0.32, 0.99) infinite;
	height: 55px;
	background: url(../img/04-icon-4-2.png) no-repeat;
}
.sectin4_ul li:nth-child(5) .item .s1 {
	top: 90px;
	width: 154px;
	height: 60px;
	background: url(../img/04-icon-5-1.png) no-repeat;
}
.sectin4_ul li:nth-child(5) .item .s2 {
	top: 50px;
	left: 38px;
	animation: i5s2 5s ease-in-out infinite;
	z-index: 4;
	width: 81px;
	height: 76px;
	background: url(../img/04-icon-5-2.png) no-repeat;
}
.sectin4_ul li:nth-child(5) .item .s3 {
	left: 5px;
	top: 50px;
	animation: i5s3 2s ease-in-out infinite alternate;
	width: 21px;
	height: 50px;
	background: url(../img/04-icon-5-3.png) no-repeat;
}
.sectin4_ul li:nth-child(5) .item .s4 {
	left: 100px;
	top: 30px;
	animation: i5s4 5s ease-in-out infinite;
	width: 38px;
	height: 83px;
	background: url(../img/04-icon-5-4.png) no-repeat;
}
.sectin4_ul li:nth-child(6) .item .s1 {
	top: 40px;
	width: 140px;
	animation: i6s1 2s ease-in-out infinite alternate;
	height: 106px;
	background: url(../img/04-icon-6-1.png) no-repeat;
}
.sectin4_ul li:nth-child(6) .item .s2 {
	top: 106px;
	left: 30px;
	width: 111px;
	height: 29px;
	background: url(../img/04-icon-6-2.png) no-repeat;
}
.sectin4_ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 400;
}
.sectin4_ul li p {
	color: #95989d;
	text-align: center;
	width: 250px;
	margin: 0px auto 0;
}
 @keyframes i1s1 {
 0% {
transform: translate(0, -10px);
}
 100% {
transform: translate(0, 0);
}
}
@keyframes i1s2 {
 0% {
transform: translate(0, -10px) scaleY(1.4);
transform-origin: center top;
}
 100% {
transform: translate(0, 0) scaleY(1.2);
transform-origin: center top;
}
}
@keyframes i1s3 {
 0% {
transform: translate(0, -10px);
}
 20% {
opacity: 1;
}
 40% {
opacity: 0.7;
}
 60% {
opacity: 1;
}
 80% {
opacity: 0.7;
}
 100% {
opacity: 1;
transform: translate(0, 0);
}
}
@keyframes i2s1 {
 0% {
opacity: 1;
}
 100% {
opacity: .3;
}
}
@keyframes i2s2 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
@keyframes i2s3 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(-360deg);
}
}
@keyframes i3s1 {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(-2px, 2px);
}
}
@keyframes i3s2 {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(5px, 5px);
}
}
@keyframes i3s3 {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(5px, -5px);
}
}
@keyframes i4s1 {
 0% {
transform: rotate(0deg);
}
 50% {
transform: rotate(1800deg);
}
 100% {
transform: rotate(1800deg);
}
}
@keyframes i4s2 {
 0% {
opacity: .6;
transform: scale(.8);
}
 50% {
opacity: 1;
transform: scale(1);
}
 100% {
opacity: .6;
transform: scale(.8);
}
}
@keyframes i5s1 {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(0, 7px);
}
}
@keyframes i5s2 {
 0% {
transform: translate(0, -20px);
opacity: 0;
}
 25% {
transform: translate(0, 0);
opacity: 1;
}
 75% {
transform: translate(0, 0) scale(1);
opacity: 1;
}
 100% {
transform: translate(0, 0) scale(1.5);
opacity: 0;
}
}
@keyframes i5s3 {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(0, -7px);
}
}
@keyframes i5s4 {
 0% {
transform: translate(0, -20px);
opacity: 0;
}
 25% {
transform: translate(0, -20px);
opacity: 0;
}
 50% {
transform: translate(0, 0);
opacity: 1;
}
 100% {
transform: translate(0, 0);
opacity: 0;
}
}
@keyframes i6s1 {
 0% {
transform: translate(0, 3px);
}
 100% {
transform: translate(0, -4px);
}
}
.section5 {
	background: #F6F8FB;
	padding-bottom: 70px;
	padding-top: 40px;
}
.sect5_t_ul {
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 40px;
}
.sect5_t_ul li {
	width: 19%;
	margin-right: 10px;
	position: relative;
	background: #fff;
	height: 60px;
	line-height: 60px;
}
.sect5_t_ul li:last-of-type {
	margin-right: 0px;
}
.sect5_t_ul li {
	cursor: pointer;
}
.sect5_t_ul li p {
	font-size: 16px;
	color: #95989d;
	margin-left: 80px;
}
.sect5_t_ul li span {
	width: 36px;
	height: 40px;
	float: left;
	margin-left: 36px;
	margin-top: 9px;
	background: url(../img/05-0tab.png) no-repeat;
}
.sect5_t_ul li:nth-child(1) span {
	background-position: -2px 0px;
}
.sect5_t_ul li:nth-child(2) span {
	background-position: -42px 0px;
}
.sect5_t_ul li:nth-child(3) span {
	background-position: -82px 0px;
}
.sect5_t_ul li:nth-child(4) span {
	background-position: -122px 0px;
}
.sect5_t_ul li:nth-child(5) span {
	background-position: -162px 0px;
}
.sect5_t_ul li.active, .sect5_t_ul li:hover {
	background: #0592db;
	color: #fff;
}
.sect5_t_ul li.active p, .sect5_t_ul li:hover p {
	color: #fff;
}
.sect5_t_ul li:nth-child(1).active span {
	background-position: -2px -40px;
}
.sect5_t_ul li:nth-child(2).active span {
	background-position: -42px -40px;
}
.sect5_t_ul li:nth-child(3).active span {
	background-position: -82px -40px;
}
.sect5_t_ul li:nth-child(4).active span {
	background-position: -122px -40px;
}
.sect5_t_ul li:nth-child(5).active span {
	background-position: -162px -40px;
}
.sect5_w {
	background: #fff;
	min-height: 441px;
	box-shadow: 0 0 21px rgba(0,0,0,.05);
	padding: 40px;
}
.sect5 {
	display: none;
	overflow: hidden;
}
.sect5.active {
	display: block;
}
.sect5_l {
	width: 50%;
}
.sect5_r {
	width: 40%;
}
.sect5_l_ul li {
	float: none;
	display: none;
	box-shadow: 0 6px 53px rgba(0,0,0,0.1);
	transition: all .2s ease-in-out;
}
.sect5_l_ul li.active {
	display: block;
}
.sect5_l_ul img {
	width: 100%;
}
.sect5_r_ul {
	overflow: hidden;
}
.sect5_r_ul li {
	text-align: center;
	cursor: pointer;
	width: 160px;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin: 5px 20px 2px 2px;
}
.sect5_r_ul li p {
	color: #95989d;
	position: relative;
	z-index: 2;
	text-align: left;
	margin-left: 44px;
}
.sect5_r_ul li:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/05-icon-new.png) no-repeat center;
	position: absolute;
	z-index: 2;
	left: 13px;
	top: 16px;
	opacity: .2;
}
.sect5_r_ul li:before {
	content: "";
	opacity: 0;
	transition: all .2s;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 7px 20px rgba(200, 200, 200, 0.3);
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
}
.sect5_r_ul {
	width: 400px;
}
.sect5_r_ul li.active:before, .sect5_r_ul li.active:after, .sect5_r_ul li:hover:before, .sect5_r_ul li:hover:after {
	opacity: 1;
}
.sect5_r_ul li.active p {
	color: #0592db;
}
.section6 {
	height: 595px;
	width: 100%;
	overflow: hidden;
	background: #1A1A28;
	position: relative;
	color: #fff;
}
.section6_t_ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section6_t_ul li {
	display: none;
	height: 100%;
	text-align: center;
	float: none;
}
.section6_t_ul li:nth-child(1) {
	background: url(../img/06-img1.jpg) no-repeat;
}
.section6_t_ul li:nth-child(2) {
	background: url(../img/06-img2.jpg) no-repeat;
}
.section6_t_ul li:nth-child(3) {
	background: url(../img/06-img3.jpg) no-repeat;
}
.section6_t_ul li:nth-child(4) {
	background: url(../img/06-img4.jpg) no-repeat;
}
.section6_t_ul li:nth-child(5) {
	background: url(../img/06-img5.jpg) no-repeat;
}
.section6_t_ul li:nth-child(5) {
	background: url(../img/06-img6.jpg) no-repeat;
}
.section6_t_ul li h3 {
	font-size: 24px;
	font-weight: 700;
	padding-top: 124px;
}
.section6_t_ul li h3:after {
	content: "";
	width: 21px;
	height: 3px;
	display: block;
	background: #ED3C3F;
	margin: 30px auto;
}
.section6_t_ul li p {
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto 21px;
}
.section6_t_ul li a {
	transition: all .2s;
	height: 38px;
	width: 128px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	display: none;
}
.section6_t_ul li a.active {
	background: #ED3C3F;
	color: #fff;
	margin-left: 10px;
	border-color: #ED3C3F;
}
.section6_t_ul li.active {
	display: block;
}
.section6_b_ul {
	display: inline-block;
}
.section6_b_ul li {
	text-align: center;
	padding: 20px 30px;
}
.section6_b_ul li.active, .section6_b_ul li:hover {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,253,253,0) 1%, rgba(237,60,63,0.75) 100%);
}
.section6_b_ul li i {
	display: block;
	background: url(../img/06-icon.png) no-repeat;
	margin: 42px auto 13px;
	width: 35px;
	height: 30px;
}
.section6_b_ul li:nth-child(1) i {
	background-position: 0 0;
}
.section6_b_ul li:nth-child(2) i {
	background-position: -39px 0;
}
.section6_b_ul li:nth-child(3) i {
	background-position: -77px 0;
}
.section6_b_ul li:nth-child(4) i {
	background-position: -117px 0;
}
.section6_b_ul li:nth-child(5) i {
	background-position: -158px 0;
}
.section6_b_ul li:nth-child(5) i {
	background-position: -197px 0;
}
.section6_b_ul li p {
	font-size: 16px;
}
.hd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
}
.section7 {
	padding: 40px 0;
}
.section7 .sec_titl h3 {
	margin-bottom: 40px;
}
.img-1 {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 555px;
	height: 402px;
	background: url(../img/07-img-1.png) no-repeat center;
}
.img-2 {
	position: absolute;
	left: -13px;
	top: 74px;
	width: 150px;
	height: 135px;
	background: url(../img/07-img-2.png) no-repeat center;
	animation: s7i2 1.5s ease-in-out infinite alternate;
}
.img-3 {
	position: absolute;
	left: 450px;
	top: 130px;
	width: 109px;
	height: 104px;
	background: url(../img/07-img-3.png) no-repeat center;
	animation: s7i3 1.5s ease-in-out .7s infinite alternate;
}
@keyframes s7i2 {
 0% {
transform: translate(0, 3px);
}
 100% {
transform: translate(0, -4px);
}
}
@keyframes s7i3 {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(0, -7px);
}
}
.section7_ul li {
	width: 50%;
	margin-bottom: 150px;
}
.section7_ul li dt {
	font-size: 20px;
	color: #ed353c;
	font-weight: 700;
	position: relative;
	margin-bottom: 19px;
}
.section7_ul li dt i {
	display: inline-block;
	width: 40px;
	height: 30px;
	vertical-align: -7px;
	margin-right: 5px;
	background: url(../img/07-icon.png) no-repeat;
}
.section7_ul li dd {
	margin-left: 50px;
	font-size: 16px;
	color: #95989d;
}
.section7_ul li p:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #95989d;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.section7_ul li:nth-child(1) i {
	background-position: 4px 0;
}
.section7_ul li:nth-child(2) i {
	background-position: -35px 0;
}
.section7_ul li:nth-child(3) i {
	background-position: -75px 0;
}
.section7_ul li:nth-child(4) i {
	background-position: -114px 0;
}
.section7_ul li:nth-child(2), .section7_ul li:nth-child(4) {
	width: 300px;
	float: right;
}
.section8 {
	background: #F6F8FB;
	padding: 40px 0;
}
.section8 .sec_titl h3 {
	margin-bottom: 60px;
}
.container_coop .swiper-slide {
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
}
.container_coop .swiper-slide:hover {
	box-shadow: 0px 1px 30px rgba(0,0,0,.1)
}
.section9 {
	background: url(../img/09-bg.jpg) no-repeat center;
	padding: 40px 0;
}
.section9 .col-md-4 h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
}
.section9_ul li {
	width: 33.333%;
	text-align: center;
}
.section9_ul li h3 {
	font-size: 60px;
	color: #0592db;
	font-weight: bold;
}
.section9_ul li h3 span.num_span {
	font-size: 16px;
}
.section9_ul li p {
	font-size: 18px;
	color: #999;
}
.b2b2c01 {
	background: url(../img/dyh-bg-b46b1.jpg) no-repeat top;
	padding-top: 185px;
	color: #fff;
	padding-bottom: 100px;
}
.b2b2c01 h3 {
	font-size: 40px;
	margin-bottom: 10px;
}
.b2b2c01 p {
	font-size: 16px;
}
.b2b2c01 a {
	margin-top: 41px;
	cursor: pointer;
	width: 233px;
	line-height: 54px;
	background: #006ff1;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
}
.b2b2c02 {
	padding: 40px 0;
}
.b2b2c02 h3 {
	font-size: 26px;
	color: #111;
	padding: 50px 0 20px;
}
.b2b2c02 p {
	margin-bottom: 25px;
	font-size: 16px;
	color: #333;
}
.b2b2c02_ul {
	display: inline-block;
}
.b2b2c02_ul li {
	width: 250px;
	line-height: 54px;
	font-size: 20px;
	color: #888;
	background: #f3f3f3;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
.b2b2c02_ul li.active, .b2b2c02_ul li:hover {
	color: #006ff1;
	background: #fff;
	box-shadow: 2px 2px 8px rgba(0,111,241,.28);
}
.b2b2c02_ul02 {
	color: #333;
	background: #f5fafe;
	font-size: 16px;
	padding: 40px 25px 70px 55px;
	overflow: hidden;
}
.b2b2c02_ul02 li {
	float: none;
	font-size: 16px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
}
.b2b2c02_ul02 li img {
	position: absolute;
	left: -36px;
	top: 3px;
}
.b2b2c02_ul {
	margin-bottom: 40px;
}
.b2b2c02_in {
	display: none;
}
.b2b2c02_in.active {
	display: block;
}
.b2b2c03 {
	padding: 50px 0;
	text-align: center;
}
.b2b2c03 h3 {
	font-size: 38px;
	margin-bottom: 10px;
}
.b2b2c03_ul {
	margin-top: 40px;
}
.b2b2c03 a {
	color: #000;
	font-weight: bold;
}
.b2b2c03 a:hover {
	color: #EC1014;
	font-weight: bold;
}
.b2b2c03_ul li {
	width: 33.3333%;
	padding: 0px 5px;
	text-align: center;
	float: left;
}
.b2b2c03_ul li h3 {
	font-size: 18px;
	color: #333;
	padding: 20px 0;
}
.b2b2c03_ul li img {
	width: 100%;
}
.b2b2c03_liin {
	background: #fff;
}
.b2b2c04_in {
	padding: 130px 0 40px;
	position: relative;
	max-width: 1000px;
	margin: 0px auto;
}
.b2b2c04_in h3 {
	font-size: 22px;
	color: #111;
	margin-bottom: 40px;
}
.b2b2c04_in h3 span {
	color: #006ff1;
}
.b2b2c04_in p {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	line-height: 30px;
	margin-bottom: 55px;
}
.b2b2c04_in img {
	position: absolute;
	top: 50px;
	right: 0;
}
.b2b2c04_in:nth-child(2n) {
	text-align: right;
}
.b2b2c04_in:nth-child(2n) img {
	top: 50px;
	left: 0;
	right: auto;
}
.b2b2c04 {
	padding: 40px 0 100px;
}
.b2b2c05 {
	padding: 40px 0;
}
.b2b2c05 {
	background: #f2f3f9;
}
.b2b2c05_in {
	background: #fff;
	margin-bottom: 20px;
}
.b2b2c05_in h3 {
	font-size: 22px;
	color: #111;
	text-align: center;
}
.b2b2c05_in p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.b2b2c05_com {
	padding: 20px;
}
.b2b2c06 {
	padding: 40px 0;
}
.b2b2c06_list {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	;
}
.b2b2c06_list h3 {
	text-align: center;
	font-size: 22px;
	color: #111;
	padding: 20px 0;
}
.b2b01 {
	background: url(../img/zxdh-bg-00021.jpg) no-repeat top;
	color: #333;
}
.b2b02 {
	padding: 40px 0;
}
.b2b02 h3 {
	color: #333;
	font-size: 35px;
}
.b2b02 p {
	margin: 20px 0;
	font-size: 20px;
	color: #333;
}
.wenhua p {
	font-size: 16px;
	text-align: left;
}
.b2b03 {
	background: #588ee7;
	padding: 100px 0;
	background: url(../img/bj01.jpg) no-repeat top;
}
.b2b03 h3 {
	margin-bottom: 40px;
}
.b2b03_list {
	background: #fff;
	padding: 30px 20px 20px 110px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.b2b03_list img {
	position: absolute;
	top: 16px;
	left: 35px;
}
.b2b03_list h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.b2b03_list p {
	font-size: 16px;
	margin: 0px;
}
.b2b04 {
	text-align: center;
}
.b2b04_list h3 {
	font-size: 18px;
	color: #333;
}
.b2b02 img {
	max-width: 100%;
}
.b2b05 {
	background: #f6fafd;
	padding: 60px 0;
}
.b2b05 h3 {
	margin-bottom: 40px;
}
.b2b06 {
	padding: 60px 0;
}
.b2b06_in {
	box-shadow: 0 15px 20px 0 rgba(16,115,238,.1);
	vertical-align: top;
	padding: 50px 20px;
	color: #333;
	text-align: center;
	margin: 0 20px 40px;
	min-height: 410px;
}
.b2b06_in h3 {
	font-size: 20px;
	color: #333;
	margin: 20px 0;
}
.b2b06_in p {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	padding: 0px 20px;
}
.b2b06 p {
	text-align: center;
	margin-bottom: 40px;
}
.b2c01 {
	background: url("../img/zxls-bg-2a68a.jpg");
}
.b2c img, .b2c03 img {
	max-width: 100%;
}
.b2c02 h3 {
	font-size: 26px;
	color: #111;
	padding: 50px 0 25px;
}
.b2c02 p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin: 0px 0 20px;
}
.b2c03 {
	padding: 60px 0;
	background: #f0f3f8;
	text-align: left;
}
.b2c03 h3 {
	font-size: 26px;
	color: #111;
	padding-bottom: 30px;
	padding-top: 40px;
}
.b2c03 p {
	line-height: 30px;
	margin-bottom: 55px;
	font-size: 16px;
	color: #333;
}
.b2c03:nth-child(2n) .b2c03_list_l {
	float: right;
}
.b2c03:nth-child(2n) .b2c03_list_r {
	float: left;
}
.b2c03:nth-child(2n) {
	text-align: right;
	background: #fff;
}
.fenxiao {
	background: url("../img/djfy-bg-821ab.jpg");
	color: #333;
}
.fenxiao03 {
	background: #f8f8f8;
	padding: 40px 0;
}
.fenxiao03 h3 {
	font-size: 30px;
	color: #333;
	padding: 120px 0 15px;
}
.fenxiao03 p {
	color: #666;
	line-height: 30px;
	font-size: 14px;
}
.fenxiao03:nth-child(2n) {
	background: #fff;
}
.fenxiao03:nth-child(2n) .fenxiao03_l {
	float: right;
}
.fenxiao03:nth-child(2n) .fenxiao03_r {
	float: left;
}
.fenxiao02 {
	padding: 60px 0;
}
.fenxiao02 h3 {
	color: #333;
	font-size: 40px;
	text-align: center;
}
.fenxiao02 p {
	margin: 30px auto 15px;
	color: #666;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}
/*电商云*/
/*案例*/
.csae_in_wrap .zuopin_ul_in li a {
	color: #4d4b4b;
	font-size: 17px;
}
.csae_in_wrap .zuopin_ul_in li {
	padding-right: 25px;
	float: left;
}
.csae_in_wrap .zuopin_ul_in li.active a, .zuopin_ul_in li:hover a {
	color: #0592db;
}
.csae_in_wrap .zuopin_ul_in {
	margin: 50px 0px 50px;
}
/*案例*/
/*联系*/
.con_lay {
	position: absolute;
	top: 30%;
	left: 15%;
	right: 15%;
}
.con_lay p {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.con_lay h3 {
	display: none;
	font-size: 136px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0px;
	text-transform: uppercase;
}
.con_lay span {
	display: inline-block;
	width: 243px;
	height: 7px;
	background: #fff;
}
.con_lay strong {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 40px;
	margin-top: 20px;
}
.con_lay ul li {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	margin-right: 20px;
}
.con_lay ul {
	width: 600px;
	overflow: hidden;
}
/*联系*/

/*擎客*/
.banan_lay {
	position: absolute;
	top: 26%;
	left: 0px;
	right: 0px;
}
.banan_lay h3 {
	font-size: 56px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
}
.banan_lay .ab_conin {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-right: 10px;
	cursor: url('https://qing.sh.cn/shou.png'), auto;
}
.num_ul_about li {
	width: 33.333%;
}
.num_ul_about li:nth-child(2) {
	margin: 0px;
}
.num_ul_about {
	display: block;
	margin: 60px 0;
}
.nian_w {
	position: relative;
	display: inline-block;
	text-align: center;
}
.nian_w .nian {
	position: absolute;
	top: 0px;
	right: -17px;
}
.num_ul_about li p {
	text-indent: 0px;
	text-align: center;
}
.num_ul_about li {
	position: relative;
}
.num_ul_about li:after {
	content: "";
	width: 1px;
	height: 60px;
	background: #707070;
	position: absolute;
	top: 10px;
	right: 0px;
}
.num_ul_about li:last-of-type:after {
	display: none;
}
.yuan_lay {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
}
.yuan_lay h3 {
	font-size: 55px;
	color: #fff;
	margin-bottom: 30px;
}
.yuan_lay p {
	font-size: 28px;
	color: #fff;
}
.yun_div {
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 200px;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background-color: rgba( 67, 67, 67,0.5 );
	border: 1px solid rgb( 159, 157, 157 );
}
.yun_div:before {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transform: scale(0);
	content: "";
	border-radius: 100%;
	width: 100%;
	height: 100%;
	background: rgba(201,21,33,0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.yun_div:hover a {
	color: #fff;
}
.yun_div:hover:before {
	transform: scale(1);
}
.yun_div a {
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #fff;
}
.yuan_ul li {
	width: 25%;
}
.yuan_ul {
	margin-top: 20px;
}
.ab_line {
	margin-top: 100px;
}
.peo_wrap {
	padding: 50px 20px;
}
.peo_h3 {
	font-size: 35px;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}
.container_peo_w .prev_peo {
	background: url("../img/prev.svg") no-repeat #fff;
}
.container_peo_w .next_peo {
	background: url("../img/next.svg") no-repeat #fff;
}
.container_peo_w .prev_peo, .container_peo_w .next_peo {
	border-radius: 100%;
	width: 58px;
	height: 58px;
}
.container_peo_w .prev_peo:focus, .container_peo_w .next_peo:focus {
	outline: none;
}
.container_peo_w .prev_peo.swiper-button-disabled, .container_peo_w .next_peo.swiper-button-disabled {
	opacity: 1 !important;
	pointer-events: initial !important;
}
.zhiwei {
	padding: 60px 0px 20px;
	min-height: 82px;
	opacity: 0;
	transition: all .2s ease-in-out;
}
.zhiwei h3 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.zhiwei p {
	color: #333;
}
.container_peo .swiper-slide:hover .zhiwei, .container_peo .swiper-slide.swiper-slide-active .zhiwei {
	opacity: 1;
}
.container_peo .swiper-slide:hover a:before, .container_peo .swiper-slide:hover a:after {
	opacity: 1;
}
.container_peo .swiper-slide a {
	display: block;
	position: relative;
}
.container_peo .swiper-slide a:before {
	content: "";
	height: 40px;
	background: url("../img/icons_08.png") 50% 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.container_peo .swiper-slide a:after {
	content: "";
	height: 40px;
	background: url("../img/icons_09.png") 50% 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.container_peo_w .container_peo {
	overflow: initial !important;
}
.peo_wrap {
	overflow: hidden;
}
.ab_logo {
	max-width: 100%;
}
/*擎客*/


/*移动云*/
.app_ban {
}
.app_lay {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
}
.app_lay h3 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.app_lay p {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.app_ul {
	overflow: hidden;
}
.app_ul li {
	float: none;
	padding: 40px 0px;
}
.app_ul li:nth-child(2n) {
	background-color: #f4f4f4;
}
.app_ul li:nth-child(2n) .appl {
	float: right;
	text-align: right;
}
.app_ul li:nth-child(2n) .appr {
	float: left;
}
.app_ul li h3 {
	font-size: 30px;
	color: #000;
	line-height: 36px;
}
.app_ul li span {
	display: block;
	color: #333;
	font-size: 14px;
}
.app_ul li {
	line-height: 30px;
	color: #999;
}
.xcxu01_img02 {
	display: none;
}
.xcxu01_lay {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0px;
	text-align: center;
	color: #fff;
	display: none;
}
.xcxu01_lay h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.xcxu02 {
	padding: 60px 0;
}
.xcxu02 h3 {
	font-size: 30px;
	color: #000;
}
.xcxu02 p {
	font-size: 16px;
	margin-bottom: 70px;
}
.xcxu02_in {
	min-height: 145px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	margin-bottom: 40px;
	padding: 10px;
	position: relative;
}
.xcxu02_in h3 {
	font-size: 20px !important;
	text-align: center;
	font-weight: bold;
}
.xcxu02_list i {
	width: 81px;
	height: 70px;
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 27px;
}
.xcxu02_list h3 {
	font-size: 16px;
	color: #515157;
	margin-bottom: 10px;
}
.xcxu02_list p {
	line-height: 20px;
	color: #8a8a99;
	font-size: 12px;
	margin: 0px;
}
.xcxu02_list:nth-child(1) i {
	background: url(../img/con2-2-hl.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(2) i {
	background: url(../img/con2-1-hl.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(3) i {
	background: url(../img/con2-3-hl.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(4) i {
	background: url(../img/con2-4-hl.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(5) i {
	background: url(../img/con2-5-hl.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(6) i {
	background: url(../img/con2-6-hl.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(1):hover i {
	background: url(../img/con2-2.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(2):hover i {
	background: url(../img/con2-1.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(3):hover i {
	background: url(../img/con2-3.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(4):hover i {
	background: url(../img/con2-4.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(5):hover i {
	background: url(../img/con2-5.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_list:nth-child(6):hover i {
	background: url(../img/con2-6.png) no-repeat;
	background-size: 81px 70px;
}
.xcxu02_in:hover {
	background: #1989fb;
	border: 1px solid #1989fb;
}
.xcxu02_in:hover h3, .xcxu02_in:hover p {
	color: #fff;
}
.xcxu03 img {
	max-width: 100%;
}
.xcxu03_r h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}
.xcxu03_r p {
	text-align: justify;
	color: gray;
}
.xcxu03_in h3.xcxu03_in_h3 {
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	background: url("../img/function.png") 0 no-repeat;
	background-size: 21px 20px;
	padding: 5px 0 5px 35px;
}
.xcxu03_in_ul li {
	width: 50%;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 20px;
}
.xcxu03_in_ul {
	border: 1px solid #e6e6e6;
	border-top: none;
	overflow: hidden;
}
.xcxu03_in_ul h3 {
	font-size: 16px;
	color: #525257;
}
.xcxu03_in_ul p {
	font-size: 12px;
	color: #8a8a99;
}
.xcxu03_in_ul02 li {
	margin-right: 30px;
}
.xcxu03_in_ul02 li p {
	font-size: 12px;
	color: gray;
	text-align: center;
	padding: 10px 0;
}
.xcxu03_img {
	margin: 40px 0;
}
.xcxu03_in_ul02 img, .xcxu04_ul li img {
	width: 80px;
	height: 80px;
}
.xcxu03_l img {
	margin-top: -50px;
}
.xcxu03_in h3.xcxu03_in_h302 {
	background: url("../img/technology.png") 0 no-repeat;
	background-size: 21px 20px;
}
.xcxu04 {
	background: #fafafa;
}
.xcxu04_ul {
	overflow: hidden;
}
.xcxu04_ul li {
	text-align: center;
	color: #000;
	width: 20%;
	float: left;
}
.xcxu04_ul li p {
	padding: 20px 0;
	margin: 0px;
}
.xcxu05_ul li {
	width: 20%;
	text-align: center;
	margin-bottom: 15px;
}
.xcxu05_ul li img {
	max-width: 100%;
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.xcxu05_ul li img:hover {
	filter: initial;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.sjz01 {
	text-align: center;
	background: url(../img/fuwu_02.jpg);
	padding: 150px 0 150px;
}
.sjz01 h3 {
	font-size: 38px;
	padding: 0px 0 20px;
}
.sjz01 p {
	font-size: 28px;
	color: #000;
}
.sjz02 {
	padding: 40px 0;
}
.sjz02 h3 {
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
	color: #0592db;
}
.sjz02 p {
	color: #666666;
	text-align: center;
}
.sjz03 {
	background: url("../img/fuwu_14.jpg");
}
.sjz03 img {
	max-width: 100%;
}
.sjz03_in {
	background-image: url(../img/fuwu_03.png);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 150px;
	padding-right: 35px;
	padding-top: 27px;
	text-align: right;
	margin-top: 150px;
}
.sjz03_in h4 {
	font-size: 36px;
	color: #333;
}
.sjz03_in h4 span {
	color: #E8312E;
}
.sjz03_in h3 {
	font-size: 24px;
	color: #000000;
	margin: 10px 0;
}
.sjz03_in p {
	text-indent: 25px;
	font-size: 12px;
	line-height: 25px;
}
.sjz04 {
	padding: 40px 0;
}
.sjz04 h3 {
	font-size: 40px;
	color: #000;
	margin-bottom: 20px;
}
.sjz04 p {
	font-size: 18px;
	color: #666666;
	margin-bottom: 40px;
}
/*移动云*/
/*设计云*/
.qinyun {
	background: url("../img/bgCom.jpg") 50% 50% #f7f4f4;
	height: 600px;
	padding-top: 130px;
	margin-bottom: 250px;
}
.qinyun h3 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.qinyun p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.qinyun img {
	display: block;
	margin: 20px auto;
}
.pintai_list {
	text-align: center;
	margin-bottom: 40px;
}
.pintai_list img {
	display: block;
	margin: 10px auto;
}
.pintai_list h3 {
	font-size: 16px;
	color: #616161;
}
.yunsearch {
	overflow: hidden;
	background: #f9f9f9;
}
.yunsearch h3 {
	font-size: 40px;
	color: #333;
	margin-top: 250px;
}
.yunsearch p {
	font-size: 18px;
	color: #555;
	line-height: 28px;
	margin: 40px 0;
}
.yunsearch img {
	max-width: 100%;
}
.yunsearch .col-md-6 {
	padding: 0px;
}
.yun_con {
	width: 800px;
}
.yun_con.fl {
	padding-left: 20px;
}
.yun_con.fr {
	padding-right: 20px;
}
.yunnew {
	background: url("../img/bg1.jpg") 50% 50%;
	background-attachment: fixed;
	color: #fff;
	height: 700px;
	padding: 100px 0 0;
}
.yunnew_t {
	margin-bottom: 90px;
}
.yunnew_t h3 {
	font-size: 40px;
}
.yunnew_t span {
	display: block;
	font-size: 20px;
	margin: 20px 0px 40px;
}
.yunnew_t p {
	font-size: 16px;
}
.yunnew_list h3 {
	font-size: 20px;
	line-height: 40px;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.yunnew_list h3 span {
	font-size: 18px;
}
.yunnew_list h3:after {
	content: '';
	width: 70px;
	height: 2px;
	background: #148af9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}
.yunnew_list p {
	line-height: 25px;
	font-size: 16px;
}
.yunvideo_lay {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}
.yunvideo_lay h3 {
	line-height: 64px;
	color: #333;
	font-size: 40px;
}
.yunvideo_lay h4 {
	font-size: 20px;
	color: #555;
	line-height: 50px;
}
.yunvideo_lay p {
	padding-top: 45px;
	font-size: 16px;
	color: #555;
	line-height: 30px;
}
.advan {
	padding: 60px 0;
}
.advan_list {
	text-align: center;
}
.advan_list img {
	display: block;
	margin: 20px auto 20px;
}
.advan_list h3 {
	font-size: 20px;
	line-height: 28px;
	color: #333;
}
.advan_list p {
	font-size: 16px;
	color: #888;
	padding-top: 10px;
	line-height: 26px;
}
.qunwang {
	padding: 60px 0;
}
.qunwang h3 {
	font-size: 40px;
	color: #344159;
}
.qunwang p {
	color: #888;
	font-size: 16px;
	margin: 30px 0 60px;
}
.quanwang_ul {
}
.quanwang_ul li {
	width: 10%;
	margin-right: 0px;
	margin-bottom: 40px;
	text-align: center;
}
.quanwang_ul li a {
	display: inline-block;
	position: relative;
}
.quanwang_ul li img {
	display: block;
	width: 82px;
	height: 82px;
}
.quanwang_ul li a:after {
	display: none;
	content: "云搜索";
	color: #333;
	font-size: 16px;
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border: 1px solid #eee;
	border-radius: 4px;
	text-align: center;
	line-height: 102px;
	background: rgba(255,255,255,0.7);
}
.quanwang_ul li a:hover:after {
	display: block;
	color: #333;
}
.number ul {
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}
.number ul li {
	width: 25%;
	position: relative;
	text-align: center;
	border-right: 1px solid #aaa;
	margin: 20px 0;
}
.number ul li:last-of-type {
	border: none;
}
.number ul li h3 {
	font-size: 60px;
	color: #326cad;
	font-weight: 300;
}
.number ul li h3 span {
	font-size: 14px;
	color: #333;
	font-weight: 300;
}
.number ul li b {
	font-weight: 400;
	font-size: 16px;
	color: #555;
}
.num_dl {
	width: 600px;
	margin: 40px auto 20px;
}
.num_dl dt {
	width: 120px;
	float: left;
}
.num_dl dd {
	float: left;
	padding-left: 30px;
}
.num_dl dd h3 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	font-weight: 400;
	margin-top: 20px;
}
.number {
	background: #fafafa;
	padding: 40px 0;
}
.yunr {
	float: left;
}
.yunl {
	float: right;
}
.xys_ban h3 {
	font-size: 38px;
	color: #000;
	margin-bottom: 25px;
}
.xys_ban p {
	font-size: 28px;
	color: #000;
}
.xys_title {
	font-size: 36px;
	color: #0592db;
	text-align: center;
	padding: 80px 0 20px;
}
.xys_des {
	color: #666;
	padding-bottom: 30px;
	text-align: center;
}
.xys_w01_in {
	padding: 60px 0;
	background: url("../img/fuwu_10.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.jichu_top {
	background: url("../img/fuwu_08.png") no-repeat;
	background-position: top left;
	min-height: 150px;
	padding-left: 35px;
	padding-top: 27px;
}
.jichu_top h3 {
	font-size: 36px;
	color: #fff;
	padding: 10px 0;
}
.jichu_top h3 span {
	color: #E8312E;
}
.jichu_top p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.xys01_des {
	line-height: 25px;
	text-indent: 25px;
	color: #fff;
}
.xys_w02 {
	background-color: #EEEEEE;
	padding: 0px 0 40px;
}
.xys_w02 p {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.xys_w02_lay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.xys_con {
	text-align: center;
	color: #666;
	line-height: 25px;
	font-size: 14px;
}
.xys_con h3 {
	font-size: 24px;
	color: #000;
	margin: 20px 0px 10px;
}
.xys_con p {
	font-size: 14px;
	line-height: 25px;
}
.xys_ke {
	min-height: 170px;
	background: #fff;
	padding: 20px 5px;
	margin-bottom: 20px;
	text-align: left;
}
.xys_ke h3 {
	background-color: #E8312E;
	color: #fff;
	font-size: 14px;
	padding: 10px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xys_ke span {
	display: block;
	color: #E50200;
	padding: 10px 0;
}
.xys_ke p {
	font-size: 14px;
	line-height: 25px;
	color: #000;
	margin-bottom: 0px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-line-clamp: 2;
	display: -ms-box;
	-ms-box-orient: vertical;
	-ms-line-clamp: 2;
	display: -o-box;
	-o-box-orient: vertical;
	-o-line-clamp: 2;
	overflow: hidden;
}
.xys_tbiao_ul {
	overflow: hidden;
}
.xys_tbiao_ul li {
	text-align: center;
	width: 20%;
}
.xys_tbiao_ul li span {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: #eb3900;
	text-align: center;
	line-height: 100px;
	border-radius: 100%;
}
.xys_tbiao_ul li span i {
	color: #fff;
	font-size: 60px;
}
.xys_tbiao_ul li h3 {
	font-size: 18px;
	color: #666;
	margin: 10px 0 20px;
}
.xys_w03 {
	background-color: #EEEEEE;
	padding: 40px 0;
	color: #666;
	font-size: 16px;
	line-height: 25px;
}
.xys_w03 h3 {
	text-align: center;
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
}
.yxwz_list {
	padding: 80px 0;
	background: #f6f6f6;
}
.yxwz_list h3 {
	font-size: 36px;
	color: #000;
	margin-bottom: 35px;
}
.yxwz_list p {
	font-size: 20px;
	color: #666;
}
.yxwz_list img {
	max-width: 100%;
}
.yxwz_list:nth-child(2n) {
	background: #fff;
}
.yxwz_list:nth-child(2n) .yxwz_l {
	float: right;
}
.yxwz_list:nth-child(2n) .yxwz_r {
	float: left;
}
.yxwz_r {
	padding-top: 5%;
}
.yxwz02 {
	background: #f6f6f6;
	padding: 60px 0;
}
.yxwz02 h3 {
	font-size: 24px;
	color: #000;
	text-align: center;
}
.yxwz02 span {
	display: block;
	text-transform: uppercase;
	color: #c7c7c7;
	text-align: center;
	margin: 20px 0;
}
.yxwz02 p {
	font-size: 16px;
	color: #888;
	text-align: center;
	margin: 0 auto 60px;
	line-height: 35px;
}
.yxwz02_ul {
	display: inline-block;
}
.yxwz02_ul li {
	text-align: center;
	padding: 0px 20px;
}
.yxwz02_ul li span {
	transition: all .2s ease-in-out;
	margin-bottom: 10px;
	background: #fff;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 20px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 100px;
}
.yxwz02_ul li span i {
	margin: 10px 0;
	display: inline-block;
	font-style: normal;
	width: 66px;
	height: 66px;
	background: url(../img/marketing-ico.png) no-repeat center center;
}
.yxwz02_ul li h3 {
	font-size: 14px;
	color: #666;
	padding: 10px 0;
	text-align: center;
}
.yxwz02_ul li:nth-child(1) span i {
	background-position: 0px 0px;
	transition: all .4s ease-in-out;
}
.yxwz02_ul li:nth-child(2) span i {
	background-position: 0px -152px;
	transition: all .4s ease-in-out;
}
.yxwz02_ul li:nth-child(3) span i {
	background-position: 0px -304px;
	transition: all .4s ease-in-out;
}
.yxwz02_ul li:nth-child(4) span i {
	background-position: 0px -456px;
	transition: all .4s ease-in-out;
}
.yxwz02_ul li:nth-child(5) span i {
	background-position: 0px -608px;
	transition: all .4s ease-in-out;
}
.yxwz02_ul li:nth-child(6) span i {
	background-position: 0px -760px;
	transition: all .4s ease-in-out;
}
.yxwz02_ul li:nth-child(7) span i {
	background-position: 0px -912px;
	transition: all .4s ease-in-out;
}
.yxwz02_ul li:hover span {
	background: #0592db;
}
.yxwz02_ul li:nth-child(1):hover span i {
	background-position: 0px -76px;
}
.yxwz02_ul li:nth-child(2):hover span i {
	background-position: 0px -226px;
}
.yxwz02_ul li:nth-child(3):hover span i {
	background-position: 0px -380px;
}
.yxwz02_ul li:nth-child(4):hover span i {
	background-position: 0px -532px;
}
.yxwz02_ul li:nth-child(5):hover span i {
	background-position: 0px -684px;
}
.yxwz02_ul li:nth-child(6):hover span i {
	background-position: 0px -836px;
}
.yxwz02_ul li:nth-child(7):hover span i {
	background-position: 0px -988px;
}
.yxwz03_in {
	background: #f6f6f6;
	color: #666;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.yxwz03_in h3 {
	font-size: 18px;
	text-align: left;
	padding: 40px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yxwz03_in p {
	line-height: 25px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-line-clamp: 2;
	display: -ms-box;
	-ms-box-orient: vertical;
	-ms-line-clamp: 2;
	display: -o-box;
	-o-box-orient: vertical;
	-o-line-clamp: 2;
	overflow: hidden;
}
.yxwz03_in .col-sm-6:nth-child(1) {
	padding-left: 0px;
}
.pinpai01 {
	background: url(../img/wzjs_banner.jpg) no-repeat 50% 0px fixed;
	text-align: center;
	padding: 300px 0;
}
.pinpai01 h3 {
	font-size: 48px;
	line-height: 64px;
	color: #fff;
}
.pinpai02 {
	padding: 60px 0;
}
.pinpai02 h3 {
	font-size: 36px;
	color: #333;
	padding-bottom: 22px;
	text-align: center;
}
.pinpai02 p {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.qinghua {
	padding-top: 100px;
}
.pinpai02 .kehu {
	text-align: center;
}
.pinpai02 .kehu img {
	max-width: 100%;
	margin-bottom: 40px;
}
.dingzhi {
	transition: all .2s ease-in-out;
	margin-top: 40px;
	display: inline-block;
	border: 1px solid #aeaeae;
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
}
.dingzhi:hover {
	background: #0592db;
	color: #fff;
}
.menhu01 {
	background-image: url("../img/s58e4b57ae8f73.jpg");
	text-align: center;
	padding: 100px 0 100px;
	color: #fff;
}
.menhu01 img {
	display: block;
}
.menhu01 h3 {
	font-size: 48px;
	margin-top: 30px;
}
.menhu01 span {
	display: block;
	font-size: 24px;
	margin: 20px 0;
}
.menhu01 p {
	line-height: 25px;
}
.menhu01_ul {
	overflow: hidden;
	display: inline-block;
}
.menhu01_lay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
	display: none;
}
.menhu01_ul a {
	color: #fff;
	display: block;
	padding: 26px 20px 18px;
	font-size: 16px;
}
.menhu02 {
	padding: 100px 0;
}
.menhu02 h4 {
	font-size: 48px;
	color: #333;
}
.menhu02 span {
	display: block;
	font-size: 30px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.menhu02 h3 {
	font-size: 30px;
	color: #333;
	margin-top: 40px;
}
.menhu02 p {
	line-height: 30px;
	font-size: 16px;
}
.menhu02_img01 {
	position: absolute;
	top: 11%;
	left: 20%;
}
.menhu02_img02 {
	position: absolute;
	top: 0;
	right: 0;
}
.menhu02 .more {
	position: relative;
	text-align: center;
	margin-top: 220px;
}
.menhu02 .more:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #777;
	position: absolute;
	top: 37%;
	left: 0;
}
.menhu02 .more span {
	color: #fff;
	background: url("../img/bg1.png");
	padding: 0 20px;
	display: inline-block;
	position: relative;
}
.menhu02 .more a {
	margin: 0;
	background: #4461a0;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	height: 80px;
	line-height: 63px;
	width: 345px;
	font-size: 24px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.menhu03 {
	padding: 0px 0;
}
.menhu03_l .item {
	-webkit-transform: translateX(0px);
	clear: both;
}
.menhu03_l strong {
	font-size: 145px;
	color: #333;
	margin-right: 20px;
	float: left;
}
.menhu03_l .h1 {
	font-size: 30px;
	color: #333;
	padding-top: 110px;
}
.menhu03_l span {
	display: block;
	font-size: 16px;
	margin-top: 3px;
}
.menhu03_r h3 {
	font-size: 48px;
	color: #333;
}
.menhu03_r span {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.menhu03_r p {
	color: #707070;
	line-height: 25px;
}
.menhu03_r {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.menhu04 .menhu04_in {
	background: url(../img/bg2.png) center center no-repeat;
	height: 251px;
	width: 1200px;
	margin: auto;
	position: relative;
}
.menhu04 li {
	width: 125px;
	height: 125px;
	text-align: center;
	position: absolute;
}
.menhu04 li:nth-child(1) {
	left: 15px;
	top: 14px;
}
.menhu04 li:nth-child(2) {
	left: 163px;
	top: 110px;
}
.menhu04 li:nth-child(3) {
	left: 313px;
	top: 14px;
}
.menhu04 li:nth-child(4) {
	left: 463px;
	top: 110px;
}
.menhu04 li:nth-child(5) {
	left: 612px;
	top: 14px;
}
.menhu04 li:nth-child(6) {
	left: 762px;
	top: 110px;
}
.menhu04 li:nth-child(7) {
	left: 911px;
	top: 14px;
}
.menhu04 li:nth-child(8) {
	left: 1060px;
	top: 110px;
}
.menhu04 li .h {
	height: 125px;
}
.menhu04 li .h b {
	font-size: 35px;
	color: #fff;
	display: block;
	padding-top: 15px;
}
.menhu04 li .t {
	background: url(../img/icon4_0.png) top center no-repeat;
	padding-top: 80px;
	position: absolute;
	width: 100%;
	top: 90%;
	left: 0;
}
.menhu04 li h4 {
	font-size: 20px;
	color: #333;
}
.menhu04 li span {
	font-size: 13px;
}
.menhu04 li:nth-child(2n) .t {
	padding-top: 0px;
	padding-bottom: 80px;
	bottom: 90%;
	top: auto;
	background: url(../img/icon4_0.png) bottom center no-repeat;
}
.menhu04 li:nth-child(2n) span {
	margin-bottom: 0px;
}
.menhu05 {
	padding: 40px 0;
	text-align: center;
}
.menhu05 h3 {
	color: #333;
	font-size: 48px;
}
.menhu05 p {
	color: #333;
	font-size: 48px;
	margin: 20px 0 40px;
}
.menhu05 .menhu05_in {
	margin-bottom: 20px;
}
/*设计云*/





/*新闻*/
.new_list li .time_pc, .new_list li .year_pc, .new_list li .time_phone, .new_list li .new_titl, .new_list li .new_p, .new_list li {
	transition: all .5s ease-in-out;
}
.new_list {
	overflow: hidden;
}
.new_list li {
	padding: 40px 0;
	float: none;
}
.new_list li .time_pc {
	font-size: 40px;
	color: #333;
	text-align: right;
	display: block;
	margin-top: 120px;
}
.new_list li .year_pc {
	font-size: 22px;
	color: #aaa;
	text-align: right;
}
.new_list li .time_phone {
	display: none;
	color: #aaa;
}
.new_list li .new_titl {
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_list li .new_p {
	font-size: 16px;
	line-height: 25px;
	color: #333;
}
.new_list li:nth-child(2n) {
	background: #f3f3f3;
}
.new_list li:hover {
	background: #0592db;
}
.new_list li:hover .time_pc, .new_list li:hover .new_titl, .new_list li:hover .new_p {
	color: #fff;
}
.new_list li:nth-child(2n) .newt {
	float: right;
}
.new_list li:nth-child(2n) .newl {
	float: left;
}
.new_list li:nth-child(2n) .newr {
	float: right;
}
.newdes_t {
	border-bottom: 3px solid #333;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.newdes_t h3 {
	color: #333;
	font-size: 36px;
	margin-bottom: 20px;
}
.newdes_t span {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.newdes_t span i {
	color: #aaa;
	font-style: normal;
	font-weight: normal;
}
.news_con {
	color: #333;
	line-height: 25px;
}
.news_con img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
.newdes_w {
	padding-top: 20px;
}
.ab_banimg {
	width: 100%;
}
.yuanj {
	background: url("../img/15.jpg") 50% 50%;
	height: 550px;
	background-attachment: fixed;
}
/*新闻*/


/*seo*/
.seo_section1, .seo_section2, .seo_section3, .seo_section4 {
	padding: 40px 0;
}
.seo_top {
	margin-bottom: 40px;
}
.seo_top h3 {
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}
.seo_top p {
	font-size: 18px;
	color: #333;
}
.seo_section1_list {
	text-align: center;
}
.seo_section1_list img {
	display: block;
	margin-bottom: 10px;
}
.seo_section1_list h3 {
	color: #444;
	font-size: 16px;
}
.seo_section1_list p {
	color: #9d9d9d;
	line-height: 25px;
	margin: 10px 40px;
}
.seo_section1_list a {
	font-size: 14px;
	line-height: 30px;
	border-radius: 20px;
	transition: all .2s ease-in-out;
	width: 95px;
	border: 1px solid #ccc;
	padding: 4px 14px;
	text-decoration: none;
	color: #333;
}
.seo_section1_list a:hover {
	background: #0592db;
	color: #fff;
}
.seo_section2_ul li {
	width: 33.333%;
}
.seo_section2_ul li dt {
	width: 66px;
	float: left;
	margin-right: 20px;
}
.seo_section2_ul li dl {
	overflow: hidden;
	margin-bottom: 30px;
}
.seo_section2_ul li dd {
	float: left;
	width: 82%;
}
.seo_section2_ul li dd h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}
.seo_section2_ul li dd p {
	color: #666;
	line-height: 25px;
}
.seo_section2_ul li:nth-child(1) dt {
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}
.seo_section2_ul li:nth-child(1) dd {
	float: left;
	text-align: right;
}
.seo_section2_ul li:nth-child(2) {
	text-align: center;
}
.seo_section2_ul li:nth-child(2) img {
	display: block;
	max-width: 100%;
}
.seo_section3 {
	background-color: #f0f0f0;
}
.seo_section3_list {
}
.seo_section3_list .scale {
	display: block;
	box-shadow: 0px 0px 4px #d2ccc1;
}
.seo_section3_list .scale img {
	border: 2px solid transparent;
}
.seo_section3_list h3 {
	color: #000;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}
.seo_section3_list .scale:hover img {
	border: 2px solid #0592db;
}
.head_phone {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0;
	z-index: 10;
	background: #fff;
	height: 60px;
	
}
.head_phone .logo_p {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;

}
.head_phone .mgpdm{
	position: absolute;
	left: 120px;
	top: 20px;
	display: block;
	float: left;
	color: #fff;
}
.menu_span {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
.menu_span i {
	font-size: 20px;
	color: #f70000;
}
.foot .foot_ul li:nth-child(1) img {
	max-width: 100%;
}
.new_wrod .container_newin .swiper-slide {
	height: 40px;
	overflow: hidden;
}
.new_wrap .new_list h3:hover, .container_newin a:hover {
	color: #0592db;
}
.server_wrap_in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 100px;
}
.louc_in {
	width: 80%;
	margin-left: 10%;
	background: url(../img/hr2.png) no-repeat;
	height: 100px;
}
.louc_in_ul li:nth-child(4), .louc_in_ul li:nth-child(5), .louc_in_ul li:nth-child(6), .louc_in_ul li:nth-child(7) i, .louc_in_ul li:nth-child(8), .louc_in_ul li i, .louc_in_ul li:nth-child(2) .home, .louc_in_ul li:nth-child(2) .file {
	background: url(../img/index.png) no-repeat;
	vertical-align: middle;
}
.louc_in_ul li:nth-child(1) {
	width: 136px;
	height: 136px;
	margin-right: 97px;
}
.louc_in_ul li:nth-child(1) i {
	background-position: -100px 0;
	display: block;
	width: 136px;
	height: 136px;
	animation: tantiao 0.4s ease 0.4s both;
}
.louc_in_ul li:nth-child(1) h3 {
	text-align: center;
	color: #c00;
	font-size: 32px;
	animation: fadeInUp 0.6s ease 0.7s both;
}
.louc_in_ul {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 0;
}
.louc_in_ul li span {
	color: #666;
	display: block;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.louc_in_ul li:nth-child(2) {
	position: relative;
	width: 120px;
	height: 100px;
	margin-top: 20px;
	margin-top: 20px;
	transition: all 0.4s ease 0s;
	margin-right: 120px;
}
.louc_in_ul li:nth-child(2) .home {
	float: left;
	width: 60px;
	height: 60px;
	background-position: -243px 0;
	display: inline-block;
	animation: gundong 0.8s ease 0.8s both;
}
.louc_in_ul li:nth-child(2) .file {
	position: absolute;
	top: 0px;
	left: 50px;
	float: left;
	width: 68px;
	height: 68px;
	background-position: -243px -68px;
	display: inline-block;
	animation: gundong 0.8s ease 1.1s both;
}
.louc_in_ul li:nth-child(3) {
	width: 124px;
	height: 124px;
	margin-right: 30px;
	margin-top: -30px;
}
.louc_in_ul li:nth-child(3) i {
	width: 124px;
	height: 124px;
	background-position: -316px 0;
	display: block;
	animation: tantiao 0.5s ease 1.4s both;
}
.louc_in_ul li:nth-child(3) h3 {
	color: #78c200;
	font-size: 32px;
	text-align: center;
	animation: fadeInUp 0.6s ease 1.7s both;
}
.louc_in_ul li:nth-child(4) {
	margin-right: 35px;
	width: 77px;
	height: 52px;
	background-position: 0 -142px;
	animation: tantiao 0.5s ease 1.7s both;
}
.louc_in_ul li:nth-child(5) {
	margin-right: 38px;
	width: 64px;
	height: 64px;
	background-position: -88px -142px;
	animation: gundong 0.8s ease 2s both;
}
.louc_in_ul li:nth-child(6) {
	margin-top: 11px;
	background-position: -159px -142px;
	width: 40px;
	height: 40px;
	animation: gundong 0.8s ease 2.2s both;
}
.louc_in_ul li:nth-child(7) {
	width: 129px;
	height: 129px;
	margin-left: 90px;
	margin-right: 20px;
}
.louc_in_ul li:nth-child(7) i {
	display: block;
	background-position: -202px -142px;
	width: 129px;
	height: 129px;
	animation: tantiao 0.5s ease 2.5s both;
}
.louc_in_ul li:nth-child(7) h3 {
	color: #f431bb;
	font-size: 32px;
	text-align: center;
	animation: fadeInUp 0.6s ease 2.8s both;
}
.louc_in_ul li:nth-child(8) {
	background-position: -338px -142px;
	width: 59px;
	height: 59px;
	animation: tada 0.7s ease 3.2s both;
	margin-top: 30px;
}
.louc_in_ul li:nth-child(1) h3, .louc_in_ul li:nth-child(3) h3, .louc_in_ul li:nth-child(7) h3 {
	margin-top: 10px;
}
 @-webkit-keyframes tantiao {
 0% {
 -webkit-transform:scale(0);
 opacity: 0;
}
 80% {
 -webkit-transform:scale(1.2);
 opacity: 1;
}
 100% {
 -webkit-transform:scale(1);
 opacity: 1;
}
}
@-ms-keyframes tantiao {
 0% {
 -ms-transform:scale(0);
 opacity: 0;
}
 80% {
 -ms-transform:scale(1.2);
 opacity: 1;
}
 100% {
 -ms-transform:scale(1);
 opacity: 1;
}
}
@keyframes tantiao {
 0% {
 transform:scale(0);
 opacity: 0;
}
 80% {
 transform:scale(1.2);
 opacity: 1;
}
 100% {
 transform:scale(1);
 opacity: 1;
}
}
@-webkit-keyframes gundong {
 0% {
 -webkit-transform:translateX(-50px) rotate(-180deg);
 opacity: 0;
}
 100% {
 -webkit-transform:translateX(0) rotate(0deg);
 opacity: 1;
}
}
@-ms-keyframes gundong {
 0% {
 -ms-transform:translateX(-50px) rotate(-180deg);
 opacity: 0;
}
 100% {
 -ms-transform:translateX(0) rotate(0deg);
 opacity: 1;
}
}
@keyframes gundong {
 0% {
 transform:translateX(-50px) rotate(-180deg);
 opacity: 0;
}
 100% {
 transform:translateX(0) rotate(0deg);
 opacity: 1;
}
}
/*擎客云*/
.max100 {
	max-width: 100%;
}
.qk_yun {
	padding: 60px 0;
}
.qk_yun_section1 .sectin4_ul li:nth-child(1) .item .s1 {
	top: 90px;
	width: 154px;
	height: 60px;
	background: url(../img/04-icon-5-1.png) no-repeat;
}
.qk_yun_section1 .sectin4_ul li:nth-child(1) .item .s2 {
	top: 50px;
	left: 38px;
	animation: i5s2 5s ease-in-out infinite;
	z-index: 4;
	width: 81px;
	height: 76px;
	background: url(../img/04-icon-5-2.png) no-repeat;
}
.qk_yun_section1 .sectin4_ul li:nth-child(1) .item .s3 {
	left: 5px;
	top: 50px;
	animation: i5s3 2s ease-in-out infinite alternate;
	width: 21px;
	height: 50px;
	background: url(../img/04-icon-5-3.png) no-repeat;
}
.qk_yun_section1 .sectin4_ul li:nth-child(3) .s1 {
	left: 0;
	top: 38px;
	width: 111px;
	animation: i4s1 7s cubic-bezier(0.74, 0.01, 0.32, 0.99) infinite;
	height: 111px;
	background: url(../img/04-icon-4-1.png) no-repeat;
}
.qk_yun_section1 .sectin4_ul li:nth-child(3) .s2 {
	left: 35px;
	top: 68px;
	width: 43px;
	animation: i4s2 7s cubic-bezier(0.74, 0.01, 0.32, 0.99) infinite;
	height: 55px;
	background: url(../img/04-icon-4-2.png) no-repeat;
}
.qk_yun_section1 .sectin4_ul li:nth-child(3) .s3 {
	display: none;
}
.qkyun_dl01:nth-child(1) {
	margin-top: 30px;
}
.qkyun_dl01 {
	margin-bottom: 30px;
}
.qkyun_dl01 dt {
	font-size: 20px;
	color: #ca0d05;
	font-weight: normal;
	margin-bottom: 5px;
}
.qkyun_dl01 dd {
	font-size: 16px;
	color: #6d6d6d;
	line-height: 25px;
}
.qk_yun_section02 {
	margin-top: 60px;
}
.qk_yun_section03 {
	font-size: 16px;
	color: #6d6d6d;
	line-height: 25px;
	padding-top: 150px;
}
.qk_yun_section03 a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #ca0d05;
	border: 1px solid #ca0d05;
	padding: 10px 40px;
	margin-top: 20px;
	transition: all .2s ease-in-out;
}
.qk_yun_section03 a:hover {
	background: transparent;
	color: #000;
}
.qk_yun_section04 {
	font-size: 16px;
	color: #6d6d6d;
	line-height: 25px;
	padding-top: 100px;
}
.qk_yun_section05 .sec_titl h3 {
	color: #fff;
}
.qk_yun_section05 {
	background: url("../img/q1.jpg") 50% 50%;
	background-attachment: fixed;
	padding: 80px 0 120px;
}
.h5_img {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -335px;
}
.qk_yun_section06 {
	padding: 60px 0;
}
.qk_yun_section06_dl {
	width: 37%;
	overflow: hidden;
	min-height: 190px;
	float: left;
	position: relative;
	z-index: 2;
}
.qk_yun_section06_dl dd h3 {
	font-size: 20px;
	color: #393939;
	font-weight: normal;
	margin-bottom: 10px;
}
.qk_yun_section06_dl dd p {
	font-size: 16px;
	color: #6d6d6d;
	line-height: 25px;
}
.qk_yun_section06_dl dd {
	width: 70%;
	font-size: 16px;
	color: #6d6d6d;
	line-height: 25px;
}
.qk_yun_section06_dl dt {
	width: 28%;
}
.qk_yun_section06_dl dt img {
	max-width: 100%;
}
.qk_yun_section06_w {
	overflow: hidden;
}
.qk_yun_section06_dl_w {
	margin-top: 90px;
	overflow: hidden;
}
.qk_yun_section06_dl:nth-child(2n+1) dt, .qk_yun_section06_dl:nth-child(2n) dd, .qk_yun_section06_dl:nth-child(2n) {
	float: right;
}
.qk_yun_section06_dl:nth-child(2n+1) dd, .qk_yun_section06_dl:nth-child(2n) dt {
	float: left;
}
.qk_yun_section06_dl:nth-child(1), .qk_yun_section06_dl:nth-child(2) {
	margin-bottom: 180px;
}
.qk_yun_section06_dl:nth-child(2n+1) dd {
	text-align: right;
}
.qk_yun_section06_dl:nth-child(3) {
	clear: both;
}
.more_case {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #ca0d05;
	border: 1px solid #ca0d05;
	padding: 10px 40px;
	margin-top: 20px;
	transition: all .2s ease-in-out;
}
.more_case:hover {
	background: transparent;
	color: #000;
}
.swiper-container_qkey {
	overflow: hidden;
}
.swiper-container_qkey {
	border: 1px solid #efefef;
	border-right: none;
}
.swiper-container_qkey .swiper-slide {
	border-right: 1px solid #efefef;
}
.swiper-pagination_qkey .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0px 3px;
	border: 1px solid #d7dee4;
	background: transparent;
	opacity: 1;
}
.swiper-pagination_qkey .swiper-pagination-bullet-active {
	background: #ff1903;
	border: 1px solid #ff1903;
}
.qk_yun .qk_yun_section07_w .swiper-pagination_qkey {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -30px;
}
.swiper-pagination_qkey .swiper-pagination-bullet:focus {
	outline: none;
}
/*成员详情*/
.member_des_in {
	width: 700px;
	margin: 0px auto;
}
.member_des_in .zhiwei {
	position: fixed;
	top: 0;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	opacity: 1;
	transition: all .2s ease-in-out;
}
.member_des_in .zhiwei h3 {
	font-size: 70px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.member_des_in .zhiwei p {
	font-size: 20px;
	color: #fff;
}
.member_des_in .zhiwei_des {
	margin-top: 200px;
	background: #f9f4f1;
	padding: 40px;
	font-size: 18px;
	line-height: 30px;
	color: #41424a;
	position: relative;
	z-index: 10;
	transition: all .2s ease-in-out;
}
.member_des_in .member_des_dl img {
	width: 300px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: 350px;
	transition: all .2s ease-in-out;
}
.member_des_in .member_des_dl.active img {
	position: initial;
	margin-left: 0px;
	width: 100%;
}
.member_des_in .member_des_dl.active .zhiwei {
	position: initial;
	margin-left: 0px;
}
.member_des_in .member_des_dl.active .zhiwei_des {
	margin-top: 0px;
}
.zhiwei_i.iconfont {
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 40px;
	color: #fff;
}
/*离子动画*/

.ban_in {
	width: 100%;
	height: 500px;
}
/* remove canvas default margin */
canvas {
	display: block;
	vertical-align: bottom;
}
#particles-js {
	width: 100%;
	height: 100%;
}
.htmleaf-header {
	color: #fff;
}
.csae_in_wrap {
	background-image: none;
	padding: 0px;
}
.csae_in_wrap .zuoin_w .col-md-4 {
	margin-bottom: 20px;
	padding: 0px 15px;
}
/*一键拨号*/
.mobile-foot {
	background: #0592db;
	padding: 8px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}
.mobile-foot a {
	display: inline-block;
	color: #fff;
	width: 24%;
	height: 35px;
	line-height: 33px;
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: center;
	padding: 0 15px;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
}
.rightfix {
	position: fixed;
	top: 300px;
	right: 0px;
	width: 70px;
	border-right: none;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	transition: all .2s ease-in-out;
}
.fix_ul li {
	font-size: 12px;
	color: #696d73;
	text-align: center;
	border-bottom: 1px solid #dee2e7;
	float: none;
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 0px;
	color: #fff;
}
.fix_ul li i {
	font-size: 32px;
	color: #fff;
}
.right_div {
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 0px;
	color: #fff;
	font-size: 20px;
	line-height: 70px;
	background: rgba(0,0,0,0.5);
	transition: all .2s ease-in-out;
	;
	min-width: 160px;
}
.fix_ul li:hover a {
	color: #848484;
}
.fix_ul li:hover .right_div {
	opacity: 1;
	right: 70px;
}
.fix_ul li:hover {
	background: #0592db;
}
.fix_ul li:hover i {
	color: #fff;
}
.fix_ul li:last-of-type {
	display: none;
}
.fix_ul li.on a {
	color: #fff;
}
.fix_ul li.on, .fix_ul li.active {
	background: rgba(0,0,0,0.5);
}
.fix_ul li.active {
	display: block;
}
.csae_des {
	padding: 40px 0 20px;
}
.csae_des h3 {
	color: #505050;
	font-size: 30px;
}
.csae_des span.admin {
	display: block;
	font-size: 12px;
	margin: 10px 0;
}
.case_img {
	line-height: 25px;
}
.case_img img {
	max-width: 100%;
	display: block;
}
.websit {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 4px;
	margin: 20px 0 40px;
	background: #ccc;
	position: relative;
}
.websit:after {
	border-radius: 4px;
	content: "";
	width: 0;
	left: 50%;
	position: absolute;
	top: 0;
	bottom: 0px;
	background: #5d5c5c !important;
	transition: all .2s ease-in-out;
}
.websit span, .page a span {
	display: block;
	position: relative;
	z-index: 10;
	color: #fff;
}
.websit:hover:after, .websit.active:after {
	width: 100%;
	left: 0;
}
.page a:hover {
	color: #5d5c5c;
}
.ab_banimg_w .col-md-6:nth-child(1) {
	text-align: center;
}
.ab_banimg_w .col-md-6:nth-child(1) img {
	margin-top: 7%;
}
.ab_conin {
	max-height: 280px;
	overflow-y: auto;
}
 .ab_conin::-webkit-scrollbar {/*滚动条整体样式*/
 width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
 height: 4px;
}
.ab_conin::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
 border-radius: 5px;
 background:#0592db;
}
.ab_conin::-webkit-scrollbar-track {/*滚动条里面轨道*/
 border-radius: 0;
 background: #000;
}
.peo_img02, .container_peo_w .swiper-slide:hover .peo_img01 {
	display: none;
}
.container_peo_w .swiper-slide:hover .peo_img02 {
	display: block;
}
/*新的 2018.12.5 ysy*/
.yun_why {
	padding: 40px 0;
}
.y_wy_h3 {
	font-size: 32px;
	color: #333;
	margin-bottom: 15px;
}
.y_wy_p {
	color: #999;
	font-size: 12px;
	margin-bottom: 40px;
}
.y_why_in {
	box-shadow: 3px 3px 8px 0px #ddd;
	margin-bottom: 20px;
	transition: all .6s;
}
.y_why_in h3 {
	padding: 10px;
	background: #DD2727;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
}
.y_why_in p {
	padding: 20px;
	line-height: 20px;
	color: #666;
}
.y_why_in:hover {
	transform: translate(0, -10px);
	box-shadow: 3px 3px 10px 4px #ddd;
}
.y_choose_ul li {
	float: none;
	margin-bottom: 40px;
}
.y_choose_ul li h3 {
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: 2px;
	padding: 6px 10px;
	font-size: 17px;
	background: #DD2727;
	color: #fff;
	border-radius: 3px;
}
.y_choose_ul li p {
	font-size: 16px;
	width: 450px;
	line-height: 22px;
	color: #666;
}
.y_choose_ul_l {
	margin-right: 100px;
}
.y_choose_img {
	position: absolute;
	top: -20px;
	left: 17%;
}
.y_choose_ul_l01 {
	margin-right: 25px;
	margin-top: 50px;
}
.y_choose {
	padding-bottom: 200px;
}
.uyny_ul {
	overflow: hidden;
}
.uyny_ul li {
	width: 20%;
	text-align: center;
}
.ying_img02 {
	display: none;
}
.uyny_ul li h3 {
	margin-top: 30px;
	font-size: 20px;
	color: #dd2727;
	margin: 20px 0 10px;
}
.uyny_ul li p {
	color: #666666;
	line-height: 25px;
}
.uyny_ul li:hover .ying_img01 {
	display: none;
}
.uyny_ul li:hover .ying_img02 {
	display: block;
}
.liuc_ul {
	display: inline-block;
}
.liuc_ul li {
	text-align: center;
	padding: 0px 72px;
}
.liuc_ul li h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 10px;
}
.liuc_ul li p {
	color: #333;
	line-height: 25px;
	width: 150px;
	display: inline-block;
}
.liuc_img {
	display: block;
	margin: 0px auto;
	max-width: 85%;
}
.y_why_in {
	min-height: 140px;
}
.liuc_ul li span {
	display: none;
}
.yxiao01 {
	background: url("../img/qwyx_banner.jpg");
	background-attachment: fixed;
	padding: 450px 0;
	text-align: center;
}
.yxiao01 h3 {
	font-size: 48px;
	line-height: 64px;
	color: #fff;
}
.qwyx_h3 {
	font-size: 48px;
	color: #1c1d1f;
	padding-left: 35px;
	padding-top: 22%;
	line-height: 50px;
}
.qwyx_h4 {
	width: 66%;
	font-size: 18px;
	color: #666;
	line-height: 35px;
	padding-left: 35px;
	padding-top: 5%;
}
.yxiao02 {
	padding: 20px 0 30px 0;
}
.yxiao03_lay {
	position: absolute;
	right: 190px;
	top: 0;
	width: 400px;
}
.yxiao03_lay .qwyx_h3, .yxiao03_lay .qwyx_h4 {
	padding-left: 0px;
}
.yxiao03_lay .qwyx_h4 {
	margin-bottom: 50px;
}
.yxiao03_lay .qwyx_h3 {
	padding-top: 46%;
}
.ibaoutp {
	padding-top: 20px;
}
.ibaoutp p {
	padding: 5px 0;
}
.cehua_l {
	height: 80%;
	position: absolute;
	top: 85px;
	width: 920px;
	background-color: #fff;
	z-index: 2;
}
.cehua_l .qwyx_h3 {
	margin-left: 100px;
	padding-left: 0px;
	padding-top: 130px;
}
.cehua_l .qwyx_h4 {
	margin-left: 100px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 120px;
	border-bottom: 1px solid #e3e3e3;
	width: 425px;
}
.cehua_l p {
	margin-left: 100px;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	padding-top: 20px;
}
.yxiao05 h3.qwyx_h3 {
	padding-left: 0px;
	padding-top: 125px;
}
.yxiao05 h4.qwyx_h4 {
	padding-left: 0px;
	padding-top: 30px;
	width: 100%;
	padding-bottom: 55px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 65px;
}
.yxiao05_r {
	padding-left: 10%;
}
.yxiao04, .yxiao05, .yxiao06 {
	padding: 100px 0;
}
.yxiao06 .qwyx_h3 {
	padding-left: 100px;
	padding-top: 10%;
}
.yxiao06 .qwyx_h4 {
	padding-left: 100px;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 105px;
}
.yxiao06 p {
	font-size: 14px;
	color: #999;
	margin-left: 100px;
	line-height: 22px;
	padding-top: 35px;
	border-top: 1px solid #e3e3e3;
}
.yxiao07 {
	background-color: #f2f2f2;
	padding-bottom: 130px;
}
.yxiao07 .qwyx_h3 {
	color: #333;
	padding-top: 110px;
	padding-bottom: 105px;
	text-align: center;
}
.yxiao07 .yxiao07_in {
	background: #fff;
}
.yxiao07 h5 {
	height: 153px;
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 35px;
	padding-top: 42px;
}
.yxiao08 .qwyx_h3 {
	padding-left: 0px;
	padding-top: 100px;
	text-align: center;
	color: #333;
}
.yxiao08 .qwyx_h4 {
	width: 100%;
	padding-left: 0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 75px;
	text-align: center;
}
.yxiao08 input {
	margin-bottom: 15px;
	text-indent: 1em;
	width: 100%;
	outline: none;
	line-height: 60px;
	height: 60px;
	color: #666;
	background-color: #fff;
	font-size: 12px;
	border: 1px solid #dadada;
}
.yxiao08 textarea {
	text-indent: 1em;
	padding-top: 20px;
	width: 100%;
	height: 200px;
	color: #666;
	background-color: #fff;
	font-size: 12px;
	border: 1px solid #dadada;
	line-height: 20px;
}
.yxiao08 button {
	display: inline-block;
	width: 300px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	background-color: #0592db;
	color: #fff;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 105px;
	font-size: 18px;
	border: none;
}
.yxiao05 p img, .fenxiao02 img, .fenxiao03 img, .b2b2c02 img, .b2b2c04 img, .sjz04 img {
	max-width: 100%;
}
.menhu05_in {
	position: relative;
}
.menhu05_in_lay {
	transition: all .2s ease-in-out;
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	line-height: 100%;
}
.menhu05_in_lay h3 {
	color: #fff;
	padding-top: 20%;
	font-size: 26px;
}
.menhu05_in:hover .menhu05_in_lay {
	transform: scale(1);
}
/*新的 2019.2.12 ysy*/

.hr2 {
	display: block;
	width: 93%;
}
.liucheng_ul {
	margin-top: -114px;
}
.liucheng_ul span {
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
}
.liucheng_ul span i {
	color: #fff;
	font-size: 30px;
}
.liucheng_ul li:nth-child(1) span i, .liucheng_ul li:nth-child(4) span i, .liucheng_ul li:nth-child(9) span i {
	font-size: 65px;
}
.liucheng_ul li {
	position: relative;
	z-index: 2;
}
.liucheng_ul li:nth-child(1) span {
	width: 140px;
	height: 140px;
	line-height: 140px;
	background: #8e8a8a;
}
.liucheng_ul li:nth-child(2) span {
	width: 75px;
	height: 75px;
	line-height: 75px;
	background: #262626;
}
.liucheng_ul li:nth-child(3) span {
	width: 85px;
	height: 85px;
	line-height: 85px;
	background: #5c5c5c;
}
.liucheng_ul li:nth-child(4) span {
	width: 140px;
	height: 140px;
	line-height: 140px;
	background: #8e8a8a;
}
.liucheng_ul li:nth-child(5) span {
	width: 65px;
	height: 65px;
	line-height: 65px;
	background: #262626;
}
.liucheng_ul li:nth-child(6) span {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #5c5c5c;
}
.liucheng_ul li:nth-child(7) span {
	width: 75px;
	height: 75px;
	line-height: 75px;
	background: #262626;
}
.liucheng_ul li:nth-child(8) span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #5c5c5c;
}
.liucheng_ul li:nth-child(9) span {
	width: 140px;
	height: 140px;
	line-height: 140px;
	background: #262626;
}
.liucheng_ul li:nth-child(10) span {
	width: 75px;
	height: 75px;
	line-height: 75px;
	background: #8e8a8a;
	float: right;
}
.liucheng_ul li:nth-child(2) {
	margin-left: 13%;
	margin-top: 29px;
}
.liucheng_ul li:nth-child(3) {
	margin-left: -1%;
	margin-top: 25px;
	z-index: 1;
}
.liucheng_ul li:nth-child(4) {
	margin-left: 7%;
	margin-top: -17px;
}
.liucheng_ul li:nth-child(5) {
	margin-left: 2%;
	margin-top: 13px;
}
.liucheng_ul li:nth-child(6) {
	margin-left: -1%;
	margin-top: 21px;
	z-index: 1;
}
.liucheng_ul li:nth-child(7) {
	margin-left: 6%;
	margin-top: 11px;
}
.liucheng_ul li:nth-child(8) {
	margin-left: 2%;
	margin-top: 24px;
}
.liucheng_ul li:nth-child(9) {
	margin-left: 16%;
}
.liucheng_ul li:nth-child(10) {
	float: right;
	margin-top: 30px;
	display: none;
}
.liucheng_ul li h3 {
	font-size: 23px;
	color: #000;
	text-align: center;
	margin-top: 40px;
	transition: all .4s ease-in-out;
}
.index_head {
	background: rgba(255,255,255,0.4);
}
.titl_wrap_about01, .inde_ab_more01, .num_wrap:before {
	display: none;
	clear: both;
}
.inde_ab_more:hover {
	color: #0592db;
}
.sear_con .she_i {
	font-size: 60px;
	display: none;
	color: #fff;
}
.server_wrap .sear_con:hover .she_i {
	display: block;
}
.server_wrap .sear_con:hover h3 {
	font-size: 34px;
}
.server_wrap .sear_con:hover p {
	font-size: 28px;
}
.server_wrap .sear_con:hover .she_i {
	font-size: 180px;
	height: 207px;
	margin-top: -40px;
}
.server_wrap .sear_con:hover .fw_menu {
	margin-bottom: 20px;
}
.zuo_line02 a {
	color: #000;
}
.zuo_line02 {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	display: inline-block;
	width: 600px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	bottom: -30px;
	text-align: center;
	line-height: 60px;
	color: #333;
	background: #fff;
}
.zuo_line02:hover {
	background: #ccc;
}
.zuo_line02:hover a {
	color: #fff;
}
.qiye02 {
	padding: 40px 0;
}
.qiye02 h3 {
	font-size: 30px;
	line-height: 35px;
	padding-top: 40px;
}
.qiye02 p {
	font-size: 16px;
	line-height: 30px;
	padding-top: 45px;
}
 @keyframes run02 {
 from {
transform: rotate(0deg);
}
 to {
transform: rotate(360deg);
}
}
.ban_case_lay {
	position: absolute;
	top: 7%;
	left: 15%;
	right: 15%;
	bottom: 0;
}
.ban_case_l {
	float: left;
	position: relative;
	width: 400px;
	height: 400px;
	text-align: center;
}
.ban_case_l img:nth-child(1) {
	width: 100%;
	animation: run02 5s infinite linear;
}
.ban_case_l span {
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 18px;
	border-radius: 100%;
}
.ban_case_l span:nth-child(1) {
	left: 0;
	top: 50%;
	margin-top: -35px;
	background: #7ac292;
}
.ban_case_l span:nth-child(2) {
	top: 0;
	left: 50%;
	margin-left: -35px;
	background: #dd7694;
}
.ban_case_l span:nth-child(3) {
	right: 0;
	top: 50%;
	margin-top: -35px;
	background: #0085cc;
}
.ban_case_l span:nth-child(4) {
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	background: #e7b38b;
}
.ban_case_r {
	width: 100%;
	float: right;
	text-align: center;
	color: #fff;
}
.case_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ban_case_r h3 {
	font-size: 41px;
	font-weight: bolder;
	padding-top: 18%;
}
.ban_case_r h4 {
	font-size: 29px;
	margin: 20px 0 10px;
}
.ban_case_r p {
	font-size: 17px;
	text-transform: uppercase;
}
.websit {
	margin: 30px 10px 0;
}
.con_inner {
	padding: 40px 0;
}
.con_inner h3 {
	font-size: 30px;
	color: #2d3135;
}
.con_inner p {
	font-size: 16px;
	color: #585858;
	line-height: 25px;
	margin: 20px 0;
}
.input_w {
	position: relative;
	border: 1px solid #d5d5d5;
	height: 46px;
	line-height: 46px;
	padding-left: 50px;
	margin-bottom: 15px;
}
.input_w i {
	color: #838383;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	display: inline-block;
}
.input_w input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #000000;
}
.input_w textarea {
	width: 100%;
	resize: none;
	border: none;
	height: 218px;
}
.textarea_w {
	height: 220px;
}
.sub_btn {
	border: none;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #0592db;
	color: #fff;
}
.input_w input:focus, .input_w textarea:focus {
	outline: none;
}
.seo_lay {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #fff;
	transform: translate(0px, -50%);
	text-align: center;
	font-size: 30px;
}
.seo_lay h3 {
	font-size: 45px;
	text-shadow: 2.5px 2.33px 3px rgb(98, 97, 97);
}
.seo_lay h3 span {
	display: inline-block;
	background: #016ff1;
	padding: 2px 10px;
}
.seo_section2_ul li:nth-child(3) dt {
	margin-right: 0;
}
.seo_section4 {
	display: none;
}
.seo_section2_ul, .b2b2c03_ul {
	overflow: hidden;
}
.jinjia02 {
	padding-top: 40px;
}
.jinjia09_top {
	text-align: center;
	display: inline-block;
	padding: 10px 50px;
	background: rgba(255,255,255,0.8);
	margin-bottom: 20px;
}
.jinjia09_top h3 {
	font-size: 50px;
	color: #363634;
	font-weight: bolder;
	margin-bottom: 5px;
}
.jinjia09_top h3 span {
	color: #d60b26;
}
.jinjia09_top p {
	text-transform: uppercase;
	color: #bbbbbf;
	font-size: 20px;
}
.jinjia03_list {
	padding: 40px 0;
}
.jinjia03_r {
	text-align: left;
	padding-top: 40px;
	padding-right: 200px;
}
.jinjia03_r h3 {
	color: #363634;
	font-weight: bolder;
	font-size: 26px;
}
.jinjia03_r p {
	font-size: 18px;
	margin: 10px 0 20px;
}
.jinjia03_ul li {
	float: none;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
}
.jinjia03_ul li span {
	margin-top: 10px;
	margin-right: 5px;
	background: #0592db;
	float: left;
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
}
.jinjia03_list:nth-child(2n) .jinjia03_l {
	float: right;
}
.jinjia03_list:nth-child(2n) .jinjia03_r {
	float: left;
	padding-right: 0px;
	padding-left: 200px;
}
.jinjia07_list {
	text-align: center;
	color: #666;
	line-height: 25px;
	padding-top: 40px;
}
.jinjia07_list img {
	display: block;
}
.jinjia07_list h3 {
	font-size: 20px;
	font-weight: bolder;
	margin: 20px 0;
}
.jinjia07 p {
	padding: 0px 40px;
}
.jinjia07_list span {
	color: #fcb340;
}
.jinjia08_ul li {
	color: #494647;
	font-size: 18px;
	line-height: 35px;
	display: inline;
	float: left;
	width: 40%;
	height: 420px;
	background-color: #fff;
	padding: 0 18px;
	text-align: center;
	position: relative;
}
.jinjia08_ul li h3 {
	font-weight: 400;
	font-size: 26px;
	color: #343433;
	border-bottom: solid 2px #dcdcdc;
	line-height: 60px;
	padding-top: 34px;
	margin-bottom: 35px;
}
.jinjia08_ul b {
	display: block;
	font-size: 24px;
	color: #494647;
	margin: 30px 0;
}
.jinjia08_ul a {
	display: block;
	margin: 0 auto;
	color: #fff;
	border-radius: 10px;
	background-color: #da251f;
	height: 44px;
	line-height: 34px;
	width: 200px;
	text-align: center;
	font-size: 24px;
}
.jinjia08_ul .ico {
	display: block;
	background: url(../img/hot_sale_ico.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	width: 140px;
	height: 129px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.jinjia09_ul li {
	border: 1px solid #eee;
	border-left: 8px solid #3f494f;
	text-align: left;
	margin-bottom: 15px;
	height: 130px;
	line-height: 110px;
	position: relative;
	width: 30%;
	margin-right: 15px;
	background: rgba(255,255,255,0.95);
	padding: 10px 10px 10px 140px;
	font-size: 16px;
	color: #666;
}
.jinjia09_ul li img {
	position: absolute;
	top: 15px;
	left: 10px;
}
.jinjia08 {
	background-color: #f4f5f7;
	overflow: hidden;
	padding: 40px 0;
}
.jinjia07, .jinjia04 {
	padding: 40px 0;
}
.jinjia08_ul li:nth-child(2n) {
	float: right;
}
.jinjia08_ul a:hover {
	color: #fff;
}
.jinjia09 {
	padding: 40px 0;
	background: url(../img/jinjiabg.jpg) no-repeat;
	background-size: cover;
}
.jinjia09_ul {
	overflow: hidden;
}
.xin02 {
	padding: 40px 0;
}
.xintitl_h3 {
	font-size: 48px;
	color: #000;
	text-align: center;
}
.xintitl_p {
	font-size: 20px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
}
.xin02_ul li {
	margin: 0 7px;
	border: 1px solid #ebebeb;
	text-align: center;
	padding: 20px;
	float: left;
	width: 18.7%;
	padding-bottom: 40px;
	transition: all .4s ease-in-out;
}
.xin02_ul li .num_span {
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 36px;
	font-weight: bold;
	margin: 10px auto 20px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	color: #2b4c9c;
	transition: all .4s ease-in-out;
}
.xin02_ul li .num_span span {
	font-size: 30px;
}
.xin02_ul li h3 {
	font-size: 22px;
	color: #2b4c9c;
	transition: all .4s ease-in-out;
}
.xin02_ul li .name_span {
	font-size: 12px;
	color: #2b4c9c;
	transition: all .4s ease-in-out;
}
.xin02_ul li .line {
	display: block;
	width: 40%;
	height: 2px;
	background: #2b4c9c;
	overflow: hidden;
	margin: 20px auto;
	transition: all .4s ease-in-out;
}
.xin02_ul li p {
	font-size: 14px;
	color: #666;
	transition: all .4s ease-in-out;
}
.xin02_ul li:hover {
	background: #2b4c9c;
	color: #fff;
}
.xin02_ul li:hover h3, .xin02_ul li:hover p, .xin02_ul li:hover .name_span {
	color: #fff;
}
.xin02_ul li:hover .num_span {
	border-color: #fff;
	color: #fff;
}
.xin02_ul li:hover .line {
	background: #fff;
}
.xin03_in .col-sm-4 {
	padding: 0px;
	box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.2);
	overflow: hidden;
}
.xin03 {
	background: #fff;
	padding: 0;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.xin03 .sk {
	background: #1a8f73;
	padding: 65px 20px;
	text-align: center;
	border-radius: 0 0 50% 50%;
}
.xin03 h3 {
	color: #fff;
	font-size: 32px;
}
.xin03 .jg {
	font-size: 58px;
	color: #fff;
}
.xin03 .jg span {
	font-size: 28px;
}
.xin03 .xq {
	padding: 20px;
}
.xin03 .xq_ul li {
	float: none;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 15px;
	color: #333;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.xin03 a {
	width: 188px;
	height: 50px;
	line-height: 50px;
	border: none;
	background: #1a8f73;
	box-shadow: 0 0 0 1px red;
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
	display: inline-block;
	margin-top: 20px;
	transition: all .4s ease-in-out;
}
.xin03_in {
	margin-top: 40px;
}
.xin03_in .col-sm-4:nth-child(2) {
	box-shadow: none;
	overflow: initial;
	margin-top: -20px;
}
.xin03_in .col-sm-4:nth-child(2) .xin03 {
	box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.2);
	padding-bottom: 60px;
}
.xin03_in .col-sm-4:nth-child(2) .sk, .xin03_in .col-sm-4:nth-child(2) a {
	background: #2f60d6;
}
.xin03_in .col-sm-4:nth-child(3) .sk, .xin03_in .col-sm-4:nth-child(3) a {
	background: #7570ff;
}
.xin03_in .col-sm-4 a:hover {
	background: #0592db;
}
.xin04 {
	padding: 40px 0;
	font-size: 20px;
}
.xin04_list h3 {
	font-size: 36px;
	color: #000;
	margin-bottom: 35px;
}
.xin04_v {
	background: url(../img/pyq_sj.png) no-repeat;
	width: 323px;
	height: 521px;
	padding-top: 75px;
	margin: 0 0 0 auto;
}
.xin04_v .xin04_video {
	width: 285px;
	height: 446px;
	margin: 0 auto;
	overflow: hidden;
}
.xin04_list {
	border-bottom: 1px solid #eee;
	padding-top: 20px;
}
.xin04_list:nth-child(2n) .xin04_l {
	float: right;
}
.xin04_list:nth-child(2n) .xin04_r {
	float: left;
}
.xin04 .xintitl_h3 {
	margin-bottom: 40px;
}
.xin04_l {
	padding-top: 10%;
}
.xin04_list:nth-child(2n) .xin04_v {
	float: left;
	margin: 0px;
}
.xin05_in img {
	display: block;
}
.xin05_in h3 {
	font-size: 22px;
	color: #2b4c9c;
	margin: 20px 0;
}
.xin05_in {
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	margin-top: 40px;
}
.container_xin06 .prev_xin06, .container_xin06 .next_xin06 {
	background: url("../img/pyq_jt02.png");
	width: 24px;
	height: 75px;
	margin-top: -37.5px;
}
.container_xin06 .prev_xin06 {
	left: 0;
}
.container_xin06 .next_xin06 {
	right: 0;
}
.container_xin06 .xin06_con {
	overflow: hidden;
}
.xin06_con {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	color: #fff;
	line-height: 25px;
}
.xin06_con img {
	width: 170px;
	border-radius: 50%;
}
.xin06_con h3 {
	font-size: 36px;
	text-align: left;
	margin-bottom: 10px;
}
.xin06_con p {
	text-align: left;
}
.pagination_xin06 {
	text-align: center;
	left: 0;
	right: 0;
	bottom: -30px;
}
.pagination_xin06 .swiper-pagination-bullet {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	background: #ccc;
	opacity: 1;
}
.pagination_xin06 .swiper-pagination-bullet-active {
	background: #949494;
}
.pagination_xin06 .swiper-pagination-bullet:focus {
	outline: none;
}
.xin06 {
	padding: 40px 0 100px;
}
.xin05 {
	padding: 40px 0;
}
.xin06_in {
	margin-top: 40px
}
.xin_form input {
	width: 100%;
	background: none;
	border: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 20px;
	height: 50px;
	color: #fff;
}
.xin_form {
	overflow: hidden;
}
.xin_form button {
	width: 48%;
	border-radius: 3px;
	background: #a51f24;
	padding: 10px 0;
	border: none;
	font-size: 16px;
	color: #fff;
}
.xin07 {
	padding: 40px 0;
}
.xin07 .xintitl_h3 {
	margin-bottom: 40px;
}
.xin02_ul {
	overflow: hidden;
}
.xin07 {
	background: url(../img/pyq_bg1.jpg) !important;
	background-size: cover;
}
.head_ul > li.active > a {
	color: #0592db !important;
}
.searchbox {
	padding: 44px 0 38px;
	box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
	background: #fff;
	position: fixed;
	left: 0;
	width: 100%;
	right: 0;
	top: 81px;
	border-top: 2px solid #0592db;
	text-align: center;
	z-index: 44;
	display: none;
}
.searchs {
	max-width: 600px;
	margin: 0 auto;
}
.searchs .sertext {
	display: block;
	padding: 0;
	outline: none;
	padding-left: 12px;
	width: 460px;
	float: left;
	border: 1px solid #cdcdcd;
	color: #a2a2a2;
	font-size: 12px;
	height: 52px;
	line-height: 52px;
	transition: 0.4s;
}
.serbtn {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	width: 129px;
	float: right;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background: #0592db;
	color: #ffffff;
	font-size: 15px;
	cursor: pointer;
	transition: 0.44s;
}
.sear_w i.i_quxiao {
	display: none;
}
.app_w img {
	max-width: 100%;
}
.app_w .col-md-8 {
	padding-top: 7%;
}
.app_w .col-md-8 h3 {
	margin-bottom: 20px;
}
.csae_in_wrap .container > h3.tc {
	margin-bottom: 20px;
}
.index_num_ul li {
	width: 25%;
	text-align: center;
	padding: 0 15px;
	float: left;
}
.index_num_ul .num_w {
	width: 100px;
	height: 100px;
	position: relative;
	border: 5px solid #eee;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.num_w_l, .num_w_r {
	display: block;
	width: 50px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
}
.num_w_l {
	position: absolute;
	top: -5px;
	left: -4px;
	border: 5px solid #0592db;
	border-right: transparent;
	border-radius: 100px 0 0 100px;
}
.num_w_r {
	position: absolute;
	top: -5px;
	right: -2px;
	border: 5px solid #0592db;
	transform: rotate(-45deg);
	transform-origin: 3% 47%;
	border-left: transparent;
	border-radius: 0% 100px 100px 0px;
}
.index_num_ul li p {
	line-height: 20px;
	text-align: center;
}
.contact_wrap .con_con_ul li a {
	color: #000;
}
.circleProgress_wrapper {
	width: 100px;
	height: 100px;
	margin: 20px auto;
	position: relative;
}
.wrapper {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.right {
	right: 0;
}
.left {
	left: 0;
}
.circleProgress {
	width: 100px;
	height: 100px;
	border: 5px solid transparent;
	border-radius: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
}
.wrapper .rightcircle {
	border-top: 5px solid #888;
	border-right: 5px solid #888;
	right: 0;
	transform: rotate(-135deg);
	transform-origin: center;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	/*-webkit-animation: circleProgressLoad_right 1s linear  forwards;*/
	animation-delay: 1s;/* -webkit-animation: circleProgressLoad_right 5s linear  ;*/
}
.wrapper .leftcircle {
	border-bottom: 5px solid #888;
	border-left: 5px solid #888;
	left: 0;
	/*   -webkit-animation: circleProgressLoad_left 1s linear  forwards;*/
	transform: rotate(-135deg);
	transform-origin: center;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.circleProgressLoad_right01 {
	-webkit-animation: circleProgressLoad_right01 1s linear forwards;
}
.circleProgressLoad_right02 {
	-webkit-animation: circleProgressLoad_right02 1s linear forwards;
}
.circleProgressLoad_right03 {
	-webkit-animation: circleProgressLoad_right03 1s linear forwards;
}
.circleProgressLoad_right04 {
	-webkit-animation: circleProgressLoad_right04 1s linear forwards;
}
.circleProgressLoad_left {
	-webkit-animation: circleProgressLoad_left 1s linear forwards;
}
 @-webkit-keyframes circleProgressLoad_left {
 0% {
 -webkit-transform: rotate(-135deg);
}
 100% {
 -webkit-transform: rotate(45deg);
}
}
 @-webkit-keyframes circleProgressLoad_right {
 0% {
 -webkit-transform: rotate(-135deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
}
}
.radio_num {
	font-size: 30px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

@media(max-width: 1700px) {
.new_list li .time_pc {
	font-size: 28px;
	margin-top: 50px;
}
.yuan_lay p {
	font-size: 20px;
}
.yuan_lay h3 {
	font-size: 46px;
}
.coop_wrap .hez_wrod {
	font-size: 27px;
}
.text_w textarea {
	width: 80%;
}
.louc_in {
	width: 90%;
}
.louc_in_ul {
	left: 3%;
	right: 0%;
}
.louc_in_ul li:nth-child(7) {
	margin-right: 0px;
}
}

@media(max-width: 1600px) {
.y_choose_img {
	left: 6%;
}
.liuc_ul li {
	padding: 0px 68px;
}
/*新的 2019.1.2.12 ysy*/
.hr2 {
	width: 90%;
}
.liucheng_ul li:nth-child(2) {
	margin-left: 5%;
	margin-top: 40px;
}
.liucheng_ul li:nth-child(3) {
	margin-top: 36px;
}
.liucheng_ul li:nth-child(4) {
	margin-left: 7%;
}
.liucheng_ul li:nth-child(5) {
	margin-left: 2%;
	margin-top: 27px;
}
.liucheng_ul li:nth-child(6) {
	margin-top: 36px;
}
.liucheng_ul li:nth-child(7) {
	margin-left: 2%;
	margin-top: 25px;
}
.liucheng_ul li:nth-child(8) {
	margin-left: 1%;
	margin-top: 42px;
}
.liucheng_ul li:nth-child(9) {
	margin-left: 5%;
	margin-top: 11px;
}
.liucheng_ul li:nth-child(10) {
	margin-top: 43px;
}
.ban_case_r p {
	font-size: 15px;
	display: none;
}
.ban_case_l {
	width: 340px;
	height: 340px;
}
.index_num_ul p {
	font-size: 14px;
}
}

@media(max-width: 1500px) {
.zuop_wrap .zuo_logolay {
	margin-top: 10%;
}
.louc_in_ul li:nth-child(1) {
	margin-right: 39px;
}
.louc_in_ul li:nth-child(2) {
	margin-right: 13px;
}
.louc_in_ul li:nth-child(3) {
	margin-right: 30px;
}
.louc_in_ul li:nth-child(7) {
	margin-left: 10px;
	margin-top: -26px;
}
.louc_in_ul li:nth-child(8) {
	margin-top: 5px;
}
.lunbo_ul img {
	width: 100%;
}
.lunbo_size>p {
	font-size: 28px !important;
	line-height: 40px !important;
}
.lunbo_ul {
	width: 55% !important;
	top: 20% !important;
}
.lunbo_ul li:nth-child(1) {
	width: 60% !important;
}
.lunbo_ul li:nth-child(4) {
	width: 45%;
	left: 10%;
	top: 17%;
}
.lunbo_ul li:nth-child(3) {
	width: 16%;
	top: 28.5% !important;
	right: -5% !important;
}
.lunbo_ul li:nth-child(2) {
	width: 30%!important;
	right: -9%!important;
}
}

@media(max-width: 1440px) {
.banan_lay h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.banan_lay .ab_conin {
	font-size: 14px;
	line-height: 23px;
}
.yuan_lay p {
	font-size: 16px;
}
.ab_line {
	margin-top: 50px;
}
.yun_div {
	width: 150px;
	height: 150px;
	line-height: 150px;
}
.yunsearch h3 {
	margin-top: 75px;
}
.yun_con {
	width: 500px;
}
.qinyun img {
	width: 800px;
}
.section2 .section_ul > li.active {
	width: 53%;
}
.seo_section2_ul li dd {
	width: 76%;
}
.seo_section2_ul li dl {
	margin-bottom: 10px;
}
.zuop_wrap .zuoin_lay_in h3 {
	margin: 15px 0;
	font-size: 14px;
}
.server_wrap .sear_con h3 {
	font-size: 60px;
}
.server_wrap .sear_con p {
	font-size: 40px;
}
.server_wrap .sear_con p span {
	font-size: 24px;
}
.text_w textarea {
	width: 73%;
}
.qkyun_dl01 {
	margin-bottom: 19px;
}
.qk_yun_section03 {
	padding-top: 126px;
}
.qk_yun_section06_dl:nth-child(1), .qk_yun_section06_dl:nth-child(2) {
	margin-bottom: 106px;
}
.qk_yun_section06_dl {
	width: 32%;
}
.qk_yun_section06_dl dd p {
	font-size: 14px;
}
.qk_yun_section06_dl dd h3 {
}
/*新 2018.12.5 ysy*/
.y_choose_img {
	left: -4%;
}
.liuc_ul li {
	padding: 0px 56px;
}
.liuc_ul li:nth-child(1) {
	padding-left: 0px;
}
.liuc_ul li:last-of-type {
	padding-right: 0px;
}
.menhu01_ul a {
	padding: 10px 15px 10px;
}
.menhu02 h4, .menhu01 h3 {
	font-size: 40px;
}
.menhu03_l strong {
	font-size: 130px;
}
.b2b02 h3 {
	font-size: 30px;
}
.b2b03_list h3 {
	font-size: 20px;
}
.b2b04_list h3 {
	font-size: 16px;
}
.b2b06_in h3 {
	font-size: 20px;
}
.b2b06_in p {
	font-size: 14px;
	line-height: 21px;
}
.b2b06_in {
	padding: 50px 7px;
}
.ban_case_r h3 {
	font-size: 20px;
	padding-top: 13%;
}
.ban_case_r h4 {
	font-size: 20px;
}
.ban_case_l {
	width: 300px;
	height: 300px;
}
.menhu03_l strong {
	font-size: 74px;
}
.menhu03_l .h1 {
	font-size: 22px;
	padding-top: 42px;
}
.menhu03_l span {
	font-size: 14px;
}
.menhu04 .menhu04_in {
	width: 100%;
	background-size: contain;
}
.menhu04 li:nth-child(1) {
	left: -1px;
	top: 22px;
}
.menhu04 li:nth-child(2) {
	left: 116px;
	top: 101px;
}
.menhu04 li:nth-child(3) {
	left: 233px;
	top: 24px;
}
.menhu04 li:nth-child(4) {
	left: 349px;
	top: 100px;
}
.menhu04 li:nth-child(5) {
	left: 467px;
	top: 28px;
}
.menhu04 li:nth-child(6) {
	left: 585px;
	top: 100px;
}
.menhu04 li:nth-child(7) {
	left: 703px;
	top: 27px;
}
.menhu04 li:nth-child(8) {
	left: 820px;
	top: 96px;
}
.yxiao01 h3 {
	font-size: 30px;
	line-height: 47px;
}
.qwyx_h3 {
	font-size: 30px;
	padding-top: 10%;
	line-height: 39px;
}
.yxiao03_lay {
	right: 120px;
}
.yxiao03_lay .qwyx_h3 {
	padding-top: 20%;
}
.yxiao05 h3.qwyx_h3 {
	padding-top: 25px;
}
.yxiao07 h5 {
	font-size: 20px;
	line-height: 30px;
}
.jinjia09_top h3 {
	font-size: 30px;
}
.jinjia09_top p {
	font-size: 13px;
}
.jinjia07_list img {
	max-height: 70px;
}
.jinjia08_ul li {
	font-size: 16px;
	line-height: 30px;
}
.xintitl_h3 {
	font-size: 30px;
}
.xintitl_p {
	font-size: 16px;
	line-height: 27px;
}
.xin02_ul li {
	width: 18.5%;
}
.xin02_ul li h3 {
	font-size: 18px;
}
.xin03 .xq {
	padding: 20px 10px;
}
.xin04_list h3 {
	font-size: 28px;
}
.xin04 {
	font-size: 16px;
	line-height: 25px;
}
.xin05_in img {
	width: 100px;
}
.xin05_in h3 {
	font-size: 18px;
}
.xin06_con {
	top: 17%;
}
.num_ul li p {
	font-size: 15px;
}
.app_w .col-md-8 {
	padding-top: 4%;
}
}

@media(max-width: 1400px) {
.head_ul li a {
	font-size: 15px;
}
.section1 ul li dt i {
	margin-left: 24px;
}
.section1 ul li dt {
	margin-right: 6px;
}
.section1 ul li dd h3 {
	margin-bottom: 5px;
}
.section2 .section_ul > li.active {
	width: 53%;
}
.img-1 {
	width: 400px;
}

.img-2 {
	width: 100px;
}
.img-3 {
	width: 80px;
	left: 412px;
}
.section7_ul li:nth-child(2), .section7_ul li:nth-child(4) {
	width: 240px;
}
.section9_ul li h3 {
	font-size: 40px;
}
.section9 .col-md-4 h3 {
	font-size: 25px;
}
.seo_section2_ul li dd {
	width: 68%;
}
.seo_section2_ul li dd p {
	line-height: 18px;
}
.contact_wrap .con_con_ul li:nth-child(2), .contact_wrap .con_con_ul li:nth-child(1) {
	font-size: 20px;
}
.text_w textarea {
	height: 93px;
}
.foot .foot_ul li input {
	margin-bottom: 10px;
}
.text_w button {
	height: 94px;
}
.titl_wrap h3 {
	font-size: 40px;
}
.titl_wrap p {
	margin: 0px 10px 0px 20px;
}
.titl_wrap span {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.coop_wrap .hez_wrod {
	line-height: 30px;
	margin-top: 7px;
	font-size: 22px;
}
.zuop_wrap .zuopin_ul {
	margin-top: 14px;
}
.server_wrap {
	height: 620px;
}
.qk_yun_section04 {
	padding-top: 58px;
}
.qk_yun_section03 {
	padding-top: 72px;
}
.h5_img {
	width: 500px;
	margin-left: -250px;
}
.qk_yun_section06_dl_w {
	margin-top: 60px;
}
.qk_yun_section06_dl:nth-child(1), .qk_yun_section06_dl:nth-child(2) {
	margin-bottom: 21px;
}
.yxwz02_ul li {
	padding: 0px 14px;
}
.yxwz03_in p {
	margin: 0px;
	padding-bottom: 20px;
}
.yxwz03_in h3 {
	padding: 15px 0 8px;
}
.b2b06_in {
	min-height: 400px;
}
/*新的 2019.1.2.12 ysy*/
.liucheng_ul li:nth-child(1) span, .liucheng_ul li:nth-child(4) span, .liucheng_ul li:nth-child(9) span {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.liucheng_ul li:nth-child(2) span, .liucheng_ul li:nth-child(5) span {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.liucheng_ul li:nth-child(3) span, .liucheng_ul li:nth-child(10) span {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.liucheng_ul li:nth-child(6) span {
	width: 40px;
	height: 40px;
	line-height: 40px
}
.liucheng_ul li:nth-child(1) span i, .liucheng_ul li:nth-child(4) span i, .liucheng_ul li:nth-child(9) span i {
	font-size: 45px;
}
.liucheng_ul span i {
	font-size: 20px;
}
.liucheng_ul {
	margin-top: -83px;
}
.liucheng_ul li:nth-child(4) {
	margin-left: 11%;
}
.liucheng_ul li:nth-child(5) {
	margin-top: 19px;
}
.liucheng_ul li:nth-child(6) {
	margin-top: 25px;
}
.liucheng_ul li:nth-child(7) {
	margin-top: 6px;
}
.liucheng_ul li:nth-child(8) {
	margin-top: 25px;
}
.liucheng_ul li:nth-child(10) {
	margin-top: 33px;
}
.num_ul li {
	padding: 0 15px;
	font-size: 34px;
}
.head_ul > li {
	padding: 0 8px;
}
.xys_w02 p {
	font-size: 16px;
	line-height: 26px;
}
.xys_w03 {
	font-size: 14px;
}
.yunsearch p {
	font-size: 16px;
}
.advan_list h3 {
	font-size: 17px;
}
.advan_list p, .yunvideo_lay p {
	font-size: 13px;
}
.sjz01 h3, .sjz04 h3, .sjz02 h3, .yxwz_list h3 {
	font-size: 30px;
}
.sjz01 p {
	font-size: 23px;
}
.yxwz03_in p {
	font-size: 14px;
	line-height: 22px;
}
.qwyx_h3 {
	padding-top: 5%;
}
.yxiao03_lay {
	right: 20px;
}
.yxiao03_lay .qwyx_h3 {
	padding-top: 9%;
}
.jinjia09_top h3 {
	font-size: 25px;
}
.jinjia03_r {
	padding-right: 10px;
}
.jinjia03_list:nth-child(2n) .jinjia03_r {
	padding-left: 10px;
}
.jinjia07 p {
	padding: 0;
}
.jinjia08_ul li {
	font-size: 14px;
	line-height: 25px;
}
.jinjia08_ul a {
	font-size: 18px;
}
.jinjia08_ul .ico {
	width: 90px;
}
.jinjia08_ul li {
	padding: 0 5px;
}
.jinjia08_ul b {
	font-size: 20px;
}
}

@media(max-width: 1100px) {
.head_ul li {
	padding: 0px 5px;
}
.head_ul li a {
	font-size: 16px;
}
.phone, .head_ul {
	margin-top: 39px;
}
.sear_w {
	margin-top: 40px;
}
.ban_p01 {
	font-size: 26px;
}
.ban_p02, .num_wrap h3 {
	font-size: 30px;
}
.server_wrap .sear_con h3 {
	font-size: 60px;
}
.server_wrap .sear_con p {
	font-size: 36px;
}
.server_wrap .sear_con p span {
	font-size: 24px;
}
.zuop_wrap .titl_wrap {
	margin-bottom: 0px;
}
.zuopin_ul {
	margin-bottom: 40px;
}
.zuop_wrap .zuo_logo_w img, .zuop_wrap .zuoin_lay_in img.zuo_logolay {
	width: 100px;
}
.zuop_wrap .zuoin_lay_in img.zuo_arrow {
	display: none;
}
.coop_wrap .hez_wrod {
	width: auto;
}
.coop_wrap .titl_wrap {
	margin-bottom: 0px;
}
.new_wrap .new_wrod {
	width: 50%;
}
.new_wrap .titl_wrap {
	margin-bottom: 40px;
}
.server_wrap {
	height: 540px;
}
.qk_yun_section1 .sectin4_ul li {
	width: 100%;
}
.h5_img {
	display: none;
}
.qk_yun_section06_dl {
	width: 48%;
}
.qk_yun_section06_dl dd h3 {
	font-size: 16px;
}
.qk_yun_section06_dl dd p {
	font-size: 12px;
	line-height: 20px;
}
.louc_in_ul li {
	float: none;
	margin: 0px auto 10px !important;
	text-align: center;
}
.louc_in {
	background-image: none;
}
.louc_in {
	width: 100%;
	margin-left: 0px;
	height: auto;
}
.louc_in_ul {
	position: initial;
}
.louc_in_ul li:nth-child(1), .louc_in_ul li:nth-child(3) {
	height: 180px;
}
.louc_in_ul li:nth-child(2) {
	height: 125px;
}
.louc_in_ul li:nth-child(7) {
	height: 177px;
}
.louc_in_ul li span {
	opacity: 1;
	position: absolute;
	top: 71px;
	left: 0;
	right: 0;
}
.louc_in_ul li:nth-child(4), .louc_in_ul li:nth-child(5) {
	margin-bottom: 30px !important;
}
.louc_in_ul li:nth-child(4) span {
	top: 55px;
}
.member_des_in .member_des_dl img {
	position: initial !important;
	margin-left: 0px !important;
	width: 100% !important;
}
.member_des_in .member_des_dl .zhiwei {
	position: initial !important;
	margin-left: 0px !important;
}
.member_des_in .member_des_dl .zhiwei_des {
	margin-top: 0px !important;
}
.yxiao01 {
	padding: 100px 0;
}
.yxiao01 h3 {
	font-size: 30px;
	line-height: 41px;
}
.qwyx_h3 {
	font-size: 25px;
	padding-top: 3%;
	line-height: 32px;
}
.qwyx_h4 {
	font-size: 16px;
	line-height: 26px;
}
.yxiao03_lay {
	right: 15px;
}
.yxiao03_lay .qwyx_h3 {
	padding-top: 9%;
}
.yxiao03_lay .qwyx_h4 {
	width: 80%;
}
.yxiao03_lay {
	width: 340px;
}
.yxiao03_lay img {
	max-width: 100%;
}
.yxiao05 h3.qwyx_h3 {
	padding-top: 0px;
}
.yxiao05 h4.qwyx_h4 {
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.yxiao05_r {
	padding-left: 2%;
}
.yxiao04, .yxiao05, .yxiao06 {
	padding: 50px 0;
}
.yxiao06 .qwyx_h3, .yxiao06 .qwyx_h4 {
	padding-left: 20px;
}
.yxiao06 p {
	margin-left: 20px;
}
.yxiao06 .qwyx_h4 {
	margin-bottom: 20px;
	padding-top: 10px;
}
.yxiao06 .qwyx_h3 {
	padding-top: 0px;
}
.yxiao07 .qwyx_h3 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.yxiao07 h5 {
	padding-top: 20px;
	height: 90px;
	font-size: 16px;
	line-height: 22px;
}
.yxiao07 {
	padding-bottom: 50px;
}
.yxiao08 .qwyx_h3 {
	padding-top: 40px;
}
.yxiao08 .qwyx_h4 {
	padding-top: 10px;
	padding-bottom: 35px;
}
.yxiao08 button {
	margin: 20px 0;
}
body {
	padding-top: 50px;
	padding-bottom: 51px;
}
.head, .contact_wrap, .foot, .copy, .rightfix {
	display: none;
}
.new_list li .time_phone {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new_list li .new_titl {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.new_list li:nth-child(2n) .newl, .new_list li:nth-child(2n) .newr {
	float: left;
}
.new_list li {
	padding: 20px 0;
}
.newdes_t {
	padding-bottom: 10px;
}
.newdes_t h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.newdes_t span {
	font-size: 16px;
}
.banan_lay {
	top: 13%;
}
.container_peo_w .prev_peo, .container_peo_w .next_peo {
	top: 32%;
}
.app_lay h3 {
	font-size: 40px;
}
.app_lay {
	top: 39%;
}
.qinyun h3 {
	font-size: 30px;
}
.qinyun p {
	font-size: 14px;
}
.qinyun img {
	width: 400px;
}
.qinyun {
	height: 400px;
	padding-top: 40px;
	margin-bottom: 20px;
}
.yun_con {
	width: auto;
	margin: 20px 15px;
}
.yunr, .yunl {
	float: none;
}
.yun_con.fr {
	padding-left: 20px;
}
.yunvideo_lay p {
	padding-top: 10px;
}
.yunvideo_lay {
	top: 10%;
}
.quanwang_ul li {
	width: 20%;
}
.number ul li h3 {
	font-size: 30px;
}
.section1 ul li {
	text-align: center;
	padding-top: 10px;
}
.section1 ul li dt i {
	margin-left: 63px;
}
.section1 ul li dt {
	height: 60px;
}
.section1 ul li dt, .section1 ul li dd {
	float: none;
	width: 100%;
}
.section1 ul li dd h3 {
	font-size: 16px;
	margin-bottom: 2px;
}
.sec_titl h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.sec_titl p {
	font-size: 14px;
}
.sect5_t_ul li {
	width: 18.8%;
}
.sect5_t_ul li span {
	margin-left: 9px;
}
.sect5_t_ul li p {
	margin-left: 47px;
}
.sect5_r {
	width: 50%;
}
.sect5_l {
	width: 40%;
}
.sect5_r_ul {
	width: auto;
}
.sect5_r_ul li {
	width: 150px;
	margin-right: 0px;
}
.section6_t_ul li p {
	padding: 0px 15px;
}
.section6_b_ul li {
	padding: 10px 20px;
}
.section6_b_ul li i {
	margin: 10px auto 10px;
}
.section6 {
	height: 372px;
}
.section6_t_ul li h3 {
	padding-top: 60px;
}
.section7_ul li dt {
	margin-bottom: 9px;
}
.section7_ul li dt i {
	margin-right: 0px;
}

.img-1 {
	width: 100%;
	background-size: contain;
	height: 270px;
}
.img-3 {
	width: 30px;
	background-size: contain;
	left: 257px;
	top: 83px;
}
.img-2 {
	width: 50px;
	background-size: contain;
	left: 1px;
	top: 40px;
}
.section7_ul li {
	margin-bottom: 100px;
}
.section7 {
	padding-bottom: 0px;
}
.section9 .col-md-4 h3 {
	display: none;
}
.seo_top h3 {
	font-size: 20px;
}
.seo_section1_list p {
	font-size: 12px;
	line-height: 20px;
}
.seo_section1_list a {
	font-size: 12px;
}
.seo_section2_ul li:nth-child(2) img {
	display: none;
}
.seo_section2_ul li {
	width: 50%;
}
.seo_section2_ul li dd {
	width: 76%;
}
.menu_p, .head_phone {
	display: block;
}
.logo_p img {
	width: 100px;
}
.num_wrap {
	padding-top: 40px !important;
}
.num_wrap:before {
	height: 50px;
}
.num_ul li {
	font-size: 46px;
}
.titl_wrap h3 {
	font-size: 30px;
}
.titl_wrap span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.titl_wrap p {
	margin: 0px 10px 0px 20px;
}
.server_wrap .sear_con p {
	font-size: 36px;
}
.server_wrap .sear_con p span {
	font-size: 20px;
}
.server_wrap .sear_con h3 {
	font-size: 36px;
}
.server_wrap .serverin_ul li {
	margin-bottom: 5px;
}
.server_wrap .sear_con {
	padding-left: 60px;
}
.contact_wrap .contact_ul li span {
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.body_xin .head_phone {
	background: #000;
	height: 50px;
}
.foot_p {
	display: block;
}
.upcon h3 {
	font-size: 28px;
}
.upcon {
	font-size: 18px;
	line-height: 30px;
}
.mobile-foot {
	display: block;
}
.y_choose img {
	display: none;
}
.yun_why {
	overflow: hidden;
}
.y_choose_ul {
	clear: both;
	float: none;
}
.y_choose_ul li {
	float: none;
}
.y_choose_ul li p {
	width: auto;
}
.y_choose {
	padding-bottom: 20px;
}
.uyny_ul li p {
	padding: 0px 20px;
	line-height: 20px;
}
.liuc_ul li {
	padding: 0px 15px;
}
.yxwz_list h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.yxwz_list p {
	font-size: 14px;
}
.yxwz_list {
	padding: 40px 0;
}
.yxwz02_ul li {
	padding: 0 7px;
}
.yxwz02_ul li span {
	width: 88px;
	height: 88px;
	line-height: 88px;
}
.yxwz02_ul li span i {
	background-size: cover;
}
.app_lay_xys {
	top: 31%;
}
.app_lay h3 {
	font-size: 20px;
	margin-bottom: 7px;
}
.app_lay p {
	font-size: 15px;
}
.xys_title {
	font-size: 24px;
}
.jichu_top h3 {
	font-size: 30px;
}
.jichu_top p {
	font-size: 18px;
}
.xys_w02 p {
	font-size: 14px;
	line-height: 22px;
}
.xys_w03 h3 {
	font-size: 20px;
}
.pinpai01 {
	padding: 50px 0;
}
.pinpai01 h3 {
	font-size: 30px;
	line-height: 44px;
}
.pinpai02 h3 {
	font-size: 30px;
}
.pinpai02 p {
	font-size: 16px;
}
.menhu01 h3 {
	font-size: 40px;
}
.menhu01 {
	padding: 40px 0 129px;
}
.menhu01 img {
	width: 150px;
}
.menhu01 h3, .menhu02 h4, .menhu01 h3 {
	font-size: 30px;
}
.menhu01 span {
	font-size: 20px;
}
.menhu02_img02 {
	width: 400px;
}
.menhu02_img01 {
	width: 300px;
}
.menhu02 .more {
	margin-top: 70px;
}
.menhu03_l strong {
	font-size: 55px;
}
.menhu03_l .h1 {
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 0px;
}
.menhu03_l span {
	font-size: 14px;
}
.menhu03_r {
	position: initial;
	margin-bottom: 40px;
}
.menhu02 .more {
	clear: both;
}
.menhu03_r h3 {
	font-size: 34px;
}
.menhu04 li .h {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #4461a0;
}
.menhu04 .menhu04_in {
	background: no-repeat;
	width: auto;
}
.menhu04 li {
	width: 100px;
	height: 100px;
}
.menhu04 li .h b {
	font-size: 20px;
}
.menhu04 li img {
	width: 30px;
}
.menhu04 li:nth-child(2) {
	left: 106px;
}
.menhu04 li:nth-child(3) {
	left: 203px;
}
.menhu04 li:nth-child(4) {
	left: 288px;
}
.menhu04 li:nth-child(5) {
	left: 381px;
}
.menhu04 li:nth-child(6) {
	left: 469px;
}
.menhu04 li:nth-child(7) {
	left: 553px;
}
.menhu04 li:nth-child(8) {
	left: 641px;
}
.menhu04_in {
	margin-left: -15px !important;
}
.menhu02 {
	padding-bottom: 30px;
	padding-top: 40px;
}
.menhu05 h3, .menhu05 p {
	font-size: 30px;
}
.fenxiao {
	background-size: cover;
}
.fenxiao {
	padding-top: 53px;
	padding-bottom: 40px;
}
.b2b2c01 h3, .fenxiao02 h3 {
	font-size: 30px;
}
.b2b2c01 a {
	margin-top: 20px;
}
.fenxiao02 p {
	margin-top: 10px;
	line-height: 22px;
}
.fenxiao03 h3 {
	font-size: 26px;
	padding-top: 60px;
}
.b2b2c01 p {
	font-size: 14px;
}
.b2b2c01 {
	padding: 50px 0;
}
.b2b02 p {
	font-size: 18px;
}
.b2b02 p {
	font-size: 14px;
}
.b2b06_in {
	margin: 0px 0 40px;
	padding: 40px 4px;
}
.xcxu02_list i {
	position: initial;
	margin-bottom: 10px;
}
.xcxu02_in {
	text-align: center;
	padding: 20px;
}
.xcxu03_in_ul li {
	min-height: 120px;
}
.xcxu03_in_ul02 li {
	margin-right: 16px;
}
.xcxu03_img img {
	width: 80px;
}
/*新的 2019.1.2.12 ysy*/
.hr2 {
	display: none;
}
.liucheng_ul {
	margin-top: -50px;
}
.liucheng_ul li:nth-child(2) {
	margin-left: 1%;
	margin-top: 26px;
}
.liucheng_ul li:nth-child(3) {
	margin-top: 21px;
}
.liucheng_ul li:nth-child(4) {
	margin-top: 0px;
	margin-left: 3%;
}
.liucheng_ul li:nth-child(5) {
	margin-left: 0%;
	margin-top: 26px;
}
.liucheng_ul li:nth-child(6) {
	margin-top: 31px;
}
.liucheng_ul li:nth-child(8) {
	margin-left: 0;
}
.liucheng_ul li:nth-child(9) {
	margin-left: 1%;
	margin-top: 0px;
}
.liucheng_ul li:nth-child(10) {
	margin-top: 21px;
}
.liucheng_ul li h3 {
	margin-top: 20px;
	opacity: 1;
}
.num_ul li {
	padding: 0 12px;
	font-size: 17px;
}
.num_ul li p {
	font-size: 12px;
	text-indent: 0px;
}
.titl_wrap p {
	font-size: 12px;
}
.titl_wrap h3 {
	font-size: 22px;
}
.num_wrap p {
	font-size: 14px;
}
.server_wrap .sear_con:hover .she_i {
	font-size: 120px;
	height: 151px;
	margin-top: -49px;
}
.yun_con.fr {
	float: left;
}
.yunnew_list p {
	padding: 15px;
}
.yunnew {
	height: 760px;
}
.yunsearch h3, .yunnew_t h3, .yunvideo_lay h3, .yunvideo_lay h3, .qiye02 h3 {
	font-size: 30px;
}
.yunnew_list {
	min-height: 190px;
}
.qiye02 p {
	margin-bottom: 20px;
}
.sjz01 p {
	font-size: 16px;
}
.sjz01 {
	padding: 100px 0;
}
.ban_case_lay {
}
.icase {
	display: none;
}
.con_lay strong {
	font-size: 18px;
	margin-bottom: 20px;
}
.con_lay {
	top: 23%;
	left: 4%;
}
.seo_lay h3 {
	font-size: 30px;
}
.yxiao01 h3 {
	font-size: 20px;
	line-height: 30px;
}
.jinjia09_top {
	padding: 10px 10px
}
.jinjia09_top h3 {
	font-size: 20px;
}
.jinjia08_ul li {
	width: 100%;
	margin-bottom: 20px;
}
.jinjia09_ul li {
	width: 100%;
}
.xin02_ul li {
	width: 18%;
	min-height: 300px;
}
.xin02_ul li .num_span {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
}
.xin02_ul li .num_span span {
	font-size: 19px;
}
.xin03 .sk {
	padding: 30px 6px;
}
.xin03 h3 {
	font-size: 25px;
}
.xin03 .xq_ul li {
	font-size: 12px;
}
.xin04_list h3 {
	font-size: 26px;
}
.xin05_in h3 {
	font-size: 16px;
}
.xin06_con {
	top: 12%;
	line-height: 20px;
}
.xin06_con h3 {
	font-size: 28px;
}
.circleProgress_wrapper, .circleProgress {
	width: 60px;
	height: 60px;
}
.wrapper {
	width: 30px;
	height: 60px;
}
.radio_num {
	font-size: 18px !important;
}
}

@media(max-width: 600px) {
.lunbo_size>p {
	font-size: 18px !important;
	line-height: 25px !important;
}
.lunbo_size>p::before {
	bottom: -14px;
}
.lunbo_size {
	top: 40%;
	left: 5%;
}
.titl_wrap {
	margin-bottom: 40px;
}
.ban_p01 {
	font-size: 20px;
}
.ban_p02 {
	font-size: 18px;
}
.num_ul li {
	font-size: 30px;
}
.server_wrap {
	padding: 40px 0px 50px;
}
.server_wrap .serverin_ul li a {
	font-size: 13px;
}
.zuop_wrap .zuopin_ul li {
	padding-right: 14px;
}
.coop_wrap .hez_wrod {
	font-size: 14px;
}
.titl_wrap h3 {
	font-size: 24px;
}
.titl_wrap p {
	font-size: 12px;
	margin: 0px 5px 0px 10px;
}
.titl_wrap span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.coop_wrap .hez_wrod {
	width: 50%;
	line-height: 20px;
	margin-top: 3px;
}
.new_wrap .new_wrod {
	margin-top: -6px;
}
.new_wrap .container_newin .swiper-slide {
	font-size: 14px;
}
.member_des_in {
	width: auto;
	margin: 0px 15px;
}
/*新的 2019.1.2.12 ysy*/
.liucheng_ul li:nth-child(4), .liucheng_ul li:nth-child(9) {
	clear: both;
	margin-top: 20px;
	margin-left: 0;
}
.liucheng_ul {
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.liucheng_ul li:nth-child(5) {
	margin-top: 44px;
}
.liucheng_ul li:nth-child(6) {
	margin-top: 48px;
}
.liucheng_ul li:nth-child(7) {
	margin-top: 32px;
}
.liucheng_ul li:nth-child(8) {
	margin-top: 47px;
}
.liucheng_ul li:nth-child(10) {
	float: left;
	margin-top: 44px;
}
.process_wrap {
	padding: 40px 0 80px;
}
}

@media(max-width: 480px) {
.ab_banimg, .liuc_img {
	display: none;
}
.banan_lay {
	top: 10%;
}
.ab_banimg {
	height: 500px;
}
.ab_logo {
	width: 150px;
	display: block;
	margin: 0px auto;
}
.banan_lay h3 {
	font-size: 20px;
	text-align: center;
}
.yuan_lay h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
.yuan_lay p {
	font-size: 12px;
}
.ab_line {
	margin-top: 20px;
}
.yun_div {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 12px;
}
.yuanj {
	height: 350px;
}
.num_ul li {
	font-size: 24px;
}
.num_ul li p {
	font-size: 12px;
}
.nian_w .nian {
	top: -7px;
}
.num_ul_about li:after {
	height: 41px;
	top: 7px;
}
.num_ul_about {
	margin: 40px 0;
}
.ab_banimg_w {
	height: 500px;
	background: url("../img/14.jpg") 50% 50%;
}
.app_lay {
	top: 35%;
}
.app_lay h3 {
	font-size: 24px;
}
.app_lay p {
	font-size: 12px;
}
.app_ul li h3 {
	font-size: 20px;
}
.app_ul li p {
	line-height: 25px;
}
.app_ul li {
	padding: 20px 0;
}
.qinyun img {
	width: 250px;
}
.qinyun {
	height: 300px;
}
.yunsearch h3 {
	margin-top: 40px;
	font-size: 25px;
}
.yunsearch p {
	margin: 20px 0;
}
.yun_con.fl {
	padding-right: 20px;
}
.yunnew {
	padding-top: 50px;
	padding-bottom: 20px;
	height: 992px;
}
.yunnew_t h3, .yunvideo_lay h3 {
	font-size: 30px;
}
.yunnew_t span {
	font-size: 16px;
}
.yunnew_t p {
	font-size: 12px;
}
.yunnew_list h3 {
	font-size: 20px;
	padding-bottom: 5px;
}
.yunvideo_lay h4 {
	font-size: 14px;
	line-height: 25px;
}
.yunvideo_lay p {
	display: none;
}
.advan {
	padding: 20px 0;
}
.qunwang h3 {
	font-size: 28px;
}
.qunwang p {
	margin: 10px 0 20px;
	font-size: 14px;
}
.quanwang_ul li {
	width: 25%;
	margin-bottom: 10px;
}
.number ul li h3 {
	font-size: 20px;
}
.number ul li b {
	font-size: 12px;
}
.number {
	padding: 20px 0;
}
.num_dl dd h3 {
	font-size: 18px;
	text-align: center;
}
.num_dl dd {
	padding-left: 10px;
	text-align: center;
}
.num_dl {
	width: auto;
}
.num_dl dt, .num_dl dd {
	width: 100%;
	text-align: center;
}
.num_dl dt img {
	display: block;
}
.section1 ul li {
	width: 50%;
	padding-bottom: 10px;
}
.section1 {
	height: auto;
}
.section1 ul li dd h3 {
	font-size: 14px;
}
.section1 ul li dd p {
	font-size: 12px;
}
.sec_titl h3 {
	font-size: 22px;
}
.section2 .section_ul > li, .section2 .section_ul > li.active {
	width: 100%;
}
.section2 .sec_top p {
	display: none;
}
.section2 .sec_top {
	padding: 25px 10px;
}
.section2 .title h3 {
	font-size: 16px;
}
.section2 .title span {
	font-size: 12px;
	padding: 0 13px;
	margin-top: -3px;
}
.title {
	overflow: initial;
}
.section2 .sec_b_con_ul dl {
	padding: 10px;
	margin-bottom: 10px;
}
.section2 .sec_b_con_ul dd p {
	margin: 5px 0;
	font-size: 12px;
}
.section2 .sec_b_con_ul dd a {
	font-size: 12px;
}
.section2 .section_ul > li.active, .section2 .section_ul > li {
	margin-top: 20px;
}
.section2 .sec_titl {
	margin-bottom: 20px;
}
.sectin4_ul li {
	width: 50%;
}
.sectin4_ul li p {
	width: auto;
	padding: 0 15px;
	font-size: 12px;
}
.sectin4_ul li:nth-child(5) .item .s1 {
	left: 10px;
}
.sectin4_ul li:nth-child(6) .item .s1 {
	left: 10px;
}
.sectin4_ul li h3 {
	font-size: 16px;
}
.sect5_t_ul li {
	width: 30.4%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.sect5_t_ul li span {
	margin-left: 3px;
	margin-top: 0px;
}
.sect5_t_ul li p {
	font-size: 14px;
	margin-left: 41px;
}
.sect5_t_ul {
	margin-bottom: 20px;
}
.sect5_l, .sect5_r {
	width: 100%;
}
.sect5_r_ul li {
	width: 120px;
	height: 40px;
	line-height: 40px;
}
.sect5_r_ul li p {
	margin-left: 30px;
}
.sect5_r_ul li:after {
	left: 5px;
	top: 9px;
}
.section5 {
	padding-bottom: 20px;
}
.section6_t_ul li h3:after {
	margin: 10px auto;
}
.section6_t_ul li p {
	display: none;
}
.section6_b_ul li p {
	font-size: 12px;
}
.section6_b_ul li {
	padding: 3px 4px;
}
.section6 {
	height: 200px;
}
.section6_t_ul li h3 {
	padding-top: 30px;
}

.section7_ul li dt {
	font-size: 16px;
}
.section7_ul li {
	width: 100%;
	margin-bottom: 10px;
	float: none;
}
.section7_ul li dd {
	font-size: 12px;
}
.section7_ul li:nth-child(2), .section7_ul li:nth-child(4) {
	width: 100%;
}
.section7 {
	padding-bottom: 20px;
}
.section8 .sec_titl h3 {
	margin-bottom: 20px;
}
.section9_ul li h3 {
	font-size: 20px;
}
.section9_ul li p {
	font-size: 12px;
}
.seo_section1_list p {
	margin: 10px 15px;
	font-size: 12px;
}
.seo_section1_list h3 {
	font-size: 14px;
}
.seo_section2_ul li dt img {
	width: 40px;
}
.seo_section2_ul li dd {
	width: 84%;
}
.seo_section2_ul li dd h3 {
	font-size: 14px;
}
.seo_section2_ul li dd p {
	font-size: 12px;
}
.seo_section2_ul li {
	width: 100%;
	float: none;
}
.seo_section2_ul li:nth-child(1) dt {
	float: left;
}
.seo_section2_ul li:nth-child(1) dd {
	float: left;
	text-align: left;
}
.seo_section2_ul li dt {
	width: 45px;
}
.seo_section2_ul li dd h3 {
	padding-top: 0px;
}
.seo_section2_ul li dt {
	margin-right: 0px;
}
.seo_section3_list h3 {
	font-size: 14px;
}
.seo_section3_list:nth-child(2n+1) {
	padding-right: 7.5px;
}
.seo_section3_list:nth-child(2n) {
	padding-left: 7.5px;
}
.ban_lay span {
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.ban_p01 {
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.ban_p02 {
	font-size: 16px;
}
.num_wrap p {
	font-size: 14px;
}
.num_wrap h3 {
	font-size: 20px;
}
.num_ul li p {
	margin-bottom: 0px;
}
.num_wrap:before {
	height: 25px;
}
.server_wrap .serverin_ul li {
	text-align: center;
	padding: 5px;
}
.server_wrap .serverin_ul li a i {
	display: block;
	margin: 0;
	padding: 0px;
	float: none;
	font-size: 20px;
}
.server_wrap .sear_con {
	padding-left: 10px;
}
.server_wrap .sear_con h3 {
	font-size: 26px;
	margin-top: 0px;
}
.server_wrap .sear_con p {
	font-size: 22px;
	margin-bottom: 35px;
}
.server_wrap .sear_con p span {
	font-size: 14px;
}
.zuop_wrap .zuopin_ul li {
	padding-right: 10px;
}
.zuop_wrap .zuopin_ul li a {
	font-size: 12px;
}
.zuop_wrap {
	padding: 20px 0;
}
.zuop_wrap .zuo_logo_w {
	top: 34%;
}
.coop_wrap .hez_wrod {
	padding-left: 0px;
	width: 100%;
}
.new_wrap {
	padding: 40px 0;
}
.new_wrap .new_wrod {
	width: 40%;
}
.new_wrap .new_list h3 {
	font-size: 16px;
}
.new_wrap .new_list p {
	font-size: 12px;
	line-height: 20px;
}
.new_wrap .new_line {
	left: 15px;
}
.server_wrap {
	height: 430px;
}
.server_wrap_in {
	padding-top: 60px;
}
.qk_yun_section1 .sectin4_ul li:nth-child(3) .s1 {
	left: 24px;
}
.qk_yun_section1 .sectin4_ul li:nth-child(3) .s2 {
	left: 55px;
}
.qk_yun {
	padding: 20px 0;
}
.qkyun_dl01 dt {
	font-size: 18px;
}
.qkyun_dl01 dd {
	font-size: 12px;
}
.qk_yun_section03 {
	padding-top: 30px;
	margin-bottom: 20px;
}
.qk_yun_section03 a, .more_case {
	font-size: 14px;
	padding: 5px 29px;
}
.qk_yun_section06_dl {
	width: 100%;
	float: none;
	min-height: 173px;
}
.qk_yun_section06_dl:nth-child(1), .qk_yun_section06_dl:nth-child(2) {
	margin-bottom: 0;
}
.qk_case .col-md-4:nth-child(2n+1) {
	padding-right: 7.5px;
}
.qk_case .col-md-4:nth-child(2n) {
	padding-left: 7.5px;
}
.member_des_in .zhiwei h3 {
	font-size: 50px;
}
.member_des_in .zhiwei {
	width: auto;
	padding: 20px;
	font-size: 16px;
}
.ban_in {
	height: 300px;
}
.csae_des h3 {
	font-size: 25px;
}
.y_wy_h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.yun_why {
	padding: 20px 0;
}
.y_choose_ul_l01 {
	margin-top: 0px;
}
.uyny_ul li {
	float: none;
	position: relative;
	padding-left: 65px;
	width: 100%;
	text-align: left;
}
.uyny_ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}
.uyny_ul li p {
	padding: 0px;
}
.hdyx img {
	margin-bottom: 20px;
}
.liuc_ul li {
	position: relative;
	padding: 0px;
	padding-left: 50px !important;
	text-align: left;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.liuc_ul li p {
	line-height: 20px;
	width: auto;
}
.liuc_ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.liuc_ul li span {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #0592db;
	top: 10px;
	left: 0;
}
.qwyx_h3, .qwyx_h4 {
	padding-left: 0px;
}
.yxiao01 {
	padding: 150px 10px;
}
.yxiao01 h3 {
	font-size: 20px;
	line-height: 28px;
}
.yxiao02 {
	padding: 0px 0;
}
.qwyx_h3 {
	font-size: 20px;
	line-height: 26px;
}
.qwyx_h4 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}
.yxiao03_lay .qwyx_h4, .yxiao03_lay img {
	display: none;
}
.yxiao03_lay {
	width: 180px;
	top: 20px;
}
.cehua_l {
	width: 345px;
}
.cehua_l .qwyx_h3, .cehua_l .qwyx_h4, .cehua_l p {
	margin-left: 20px;
}
.cehua_l .qwyx_h4 {
	padding-bottom: 20px;
	padding-right: 20px;
}
.cehua_l .qwyx_h3 {
	padding-top: 50px;
}
.yxiao05 h3.qwyx_h3 {
	margin-top: 20px;
}
.yxiao05 h3.qwyx_h3, .yxiao05 h4.qwyx_h4 {
	padding-left: 10px;
}
.yxiao05 p {
	margin-left: 10px;
}
.yxiao06 .qwyx_h3, .yxiao06 .qwyx_h4 {
	padding-left: 0px;
}
.yxiao06 p {
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.yxiao07_in {
	margin-bottom: 20px;
}
.yxiao08 button {
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 14px;
}
.yxwz_list h3, .yxwz02 h3 {
	font-size: 20px;
}
.yxwz02_ul {
	margin-top: -20px;
}
.yxwz02_ul li {
	margin-bottom: 10px;
}
.yxwz02_ul li span {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.yxwz03 .yxwz03_span {
	line-height: 18px;
	margin: 10px 0;
}
.yxwz03_in h3 {
	font-size: 18px;
}
.xys_ban img {
	height: 150px;
}
.xys_ban h3, .xys_title, .jichu_top h3 {
	font-size: 20px;
}
.jichu_top p {
	font-size: 16px;
}
.xys01_des {
	margin-bottom: 10px;
}
.xys_title {
	padding: 30px 0 12px;
}
.xys_w03 {
	padding-top: 20px;
}
.xys_w03 p {
	display: none;
}
.xys_w03 h3 {
	font-size: 18px;
}
.xys_ke {
	padding: 5px;
}
.xys_tbiao_ul li {
	width: 33.333%;
}
.xys_tbiao_ul li h3 {
	font-size: 15px;
}
.xys_tbiao_ul li span {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.xys_tbiao_ul li span i {
	font-size: 40px;
}
.pinpai01 h3 {
	font-size: 24px;
	line-height: 36px;
}
.pinpai02 h3 {
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 25px;
}
.pinpai02 {
	padding: 40px 0;
}
.pinpai02 p {
	line-height: 24px;
	font-size: 14px;
}
.qinghua {
	padding-top: 35px;
}
.dingzhi {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.menhu01 span {
	font-size: 14px;
}
.menhu01 p {
	display: none;
}
.menhu01_ul a {
	padding: 5px 15px 2px;
	font-size: 14px;
}
.menhu01 h3, .menhu02 h4, .menhu01 h3 {
	font-size: 20px;
}
.menhu02 span, .menhu02 h3 {
	font-size: 18px;
}
.menhu02 h3 {
	margin-bottom: 10px;
}
.menhu02 p {
	font-size: 14px;
	line-height: 23px;
}
.menhu02_img02, .menhu02_img01 {
	display: none;
}
.menhu03_l strong {
	font-size: 30px;
	margin-right: 0px;
}
.menhu03_l .h1 {
	padding-top: 7px;
	font-size: 16px;
}
.menhu03_l span {
	font-size: 12px;
	margin-bottom: 10px;
}
.menhu02 .more a {
	width: 245px;
	height: 60px;
	line-height: 41px;
	font-size: 19px;
}
.menhu02 .more img {
	width: 25px;
}
.menhu02 .more:before {
	top: 32%;
}
.menhu03 {
	padding-top: 0px;
}
.menhu04 .menhu04_in {
	height: 450px;
}
.menhu04 li {
	left: 15px !important;
	width: 60px;
	height: 60px;
}
.menhu04 li span {
	margin-bottom: 0px !important;
}
.menhu04 li .h b {
	font-size: 15px;
	padding-top: 7px;
}
.menhu04 li .t {
	background: none !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	top: 10px;
	left: 75px;
	width: 250px;
	text-align: left;
}
.menhu04 li img {
	width: 22px;
}
.menhu04 li:nth-child(1) {
	top: 0px;
}
.menhu04 li:nth-child(2) {
	top: 65px;
}
.menhu04 li:nth-child(3) {
	top: 130px;
}
.menhu04 li:nth-child(4) {
	top: 195px;
}
.menhu04 li:nth-child(5) {
	top: 260px;
}
.menhu04 li:nth-child(6) {
	top: 325px;
}
.menhu04 li:nth-child(7) {
	top: 390px;
}
.menhu04 li:nth-child(8) {
	top: 455px;
}
.b2b2c01 {
	padding: 50px 0;
}
.menhu04 li .t {
	top: 5px !important;
}
.menhu04 li h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.menhu04 {
	padding: 0px;
}
.menhu05 p {
	margin: 0 0 10px;
}
.b2b2c01 h3, .fenxiao02 h3 {
	font-size: 20px;
}
.b2b2c01 a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.fenxiao03 h3 {
	font-size: 20px;
	padding-top: 0px;
}
.fenxiao03 p {
	line-height: 25px;
	margin-bottom: 20px;
}
.b2c02 h3, .b2c03 h3 {
	font-size: 20px;
}
.b2c02 p, .b2c03 p {
	font-size: 14px;
	line-height: 25px;
}
.b2c03 {
	padding: 20px 0;
}
.b2c03_list_r {
	margin-top: 20px;
}
.b2c03:nth-child(2n) {
	text-align: left;
}
.b2b2c02 h3 {
	font-size: 20px;
}
.b2b2c02 h3 {
	padding-top: 0px;
}
.b2b2c02 p {
	font-size: 14px;
}
.b2b2c02_ul li {
	width: 90px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.b2b2c03_ul li {
	width: 50%;
	margin-bottom: 10px;
}
.b2b2c04 h3, .b2b2c03 h3 {
	font-size: 20px;
}
.b2b2c04_in img {
	position: initial;
	width: 250px;
}
.b2b2c04_in h3 {
	margin-bottom: 10px;
}
.b2b2c04_in p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 10px;
}
.b2b2c04_in {
	padding: 20px 0;
}
.b2b2c04_in h3 {
	font-size: 16px;
}
.b2b2c04, .b2b2c04_in:nth-child(2n) {
	text-align: center;
}
.b2b2c05_in h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.b2b02 h3 {
	font-size: 20px;
}
.b2b02 p {
	margin: 10px 0;
}
.b2b03_list h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.b2b03_list {
	padding-top: 20px;
}
.b2b04_list h3 {
	font-size: 14px;
}
.sjz01 h3 {
	font-size: 20px;
}
.sjz01 p {
	font-size: 14px;
}
.sjz01 {
	padding: 40px 0;
}
.sjz02 h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.sjz03_in h4 {
	font-size: 24px;
}
.sjz03_in h3 {
	font-size: 16px;
}
.sjz03_in {
	margin-top: 20px;
	padding-bottom: 20px;
}
.sjz04 h3, .xcxu03 h3 {
	font-size: 20px;
}
.sjz04 p {
	font-size: 14px;
}
.xcxu02 h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.xcxu02 {
	padding: 40px 0;
}
.xcxu02 p, .xcxu02_in {
	margin-bottom: 20px;
}
.xcxu03_l img {
	margin-top: 0px;
}
.xcxu03_l {
	text-align: center;
}
.xcxu03_in h3.xcxu03_in_h3 {
	margin-top: 20px;
}
.xcxu03_in_ul h3 {
	font-size: 16px;
}
.xcxu03_in_ul li {
	padding: 20px 10px;
}
.xcxu03_in_ul02 li {
	text-align: center;
}
.xcxu03_in_ul02 li img {
	width: 40px;
	height: 40px;
}
.xcxu03_img img {
	width: 40px;
}
.xcxu04_ul li p {
	font-size: 12px;
}
.xcxu04_ul li img {
	width: 40px;
	height: 40px;
}
.xcxu01_lay, .xcxu01_img02 {
	display: block;
}
.xcxu01_img01 {
	display: none;
}
.xcxu01_lay h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.xcxu01_lay {
	top: 32%;
}
.new_list li .new_titl {
	font-size: 18px;
}
.new_list li .new_p {
	font-size: 14px;
	line-height: 20px;
}
.titl_wrap_about01, .inde_ab_more01 {
	display: block;
}
.titl_wrap_about02, .inde_ab_more02 {
	display: none;
}
.num_ul li {
	padding: 0 5px;
	font-size: 16px;
}
.server_wrap .sear_con a {
	font-size: 12px;
}
.zuo_line02 {
	bottom: -40px;
}
.num_ul {
	margin-bottom: 20px;
}
.yunvideo_lay p {
	line-height: 25px;
}
.qiye02 p {
	margin-bottom: 20px;
}
.yunnew_list {
	min-height: 180px;
}
.yunnew_t {
	margin-bottom: 10px;
}
.yunsearch h3, .yunnew_t h3, .yunvideo_lay h3, .yunvideo_lay h3, .qiye02 h3 {
	font-size: 26px;
}
.b2b06_in {
	min-height: initial;
}
.csae_in_wrap .zuopin_ul_in {
	margin: 20px 0 20px;
}
.con_lay p {
	font-size: 16px;
	margin-bottom: -10px;
}
.con_lay span {
	width: 88px;
	height: 2px;
}
.con_lay strong {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.con_lay ul li {
	font-size: 13px;
	width: 50%;
	margin-right: 0;
	margin-bottom: 2px;
}
.con_lay ul li:last-of-type {
	width: 100%;
}
.con_w > img {
	height: 250px;
}
.con_lay ul {
	width: auto;
}
.yxwz03_in p {
	padding-bottom: 0;
}
.seo_lay h3 {
	font-size: 18px;
}
.xintitl_h3 {
	font-size: 25px;
}
.xintitl_p {
	font-size: 14px;
	line-height: 22px;
}
.xin02_ul li {
	width: 100%;
	margin: 0 0 15px;
	padding: 15px 15px;
}
.xin03 {
	margin-bottom: 15px;
}
.xin04_l {
	margin-bottom: 20px;
	padding-top: 0;
}
.xin05_in p {
	margin-bottom: 20px;
}
.xin06_con, .mouse {
	display: none;
}
.app_w .col-md-8 h3 {
	margin-bottom: 0;
}
.index_num_ul .num_w {
	width: 60px;
	height: 60px;
	margin-bottom: 11px;
}
.num_w_l {
	top: -4px;
	left: -4px;
}
.num_w_r {
	top: -3px;
	right: -2px;
	transform-origin: 3% 44%;
}
.num_w_r, .num_w_l {
	width: 30px;
	height: 60px;
}
.index_num_ul li h3 {
	font-size: 18px;
}
.index_num_ul li p {
	line-height: 18px;
	font-size: 12px;
}
.container_peo_w .prev_peo, .container_peo_w .next_peo {
	display: none;
}
.index_num_ul li {
	padding: 0 5px !important;
}
.index_body {
	padding-top: 50px;
}
.lunbo_size {
	top: 13%;
}
.lunbo_size>p {
	font-size: 14px !important;
	line-height: 22px !important;
}
.lunbo_size>p::before {
	bottom: -7px;
	width: 60px;
}
}
#page {
	clear: both;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	display: table;
	margin-top: 20px
}
#page li {
	float: left;
	padding: 5px 14px;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
	color: #666;
	font-size: 12px;
	list-style: none;
}
#page li:hover {
	border: 1px solid #0592db;
}
#page li:hover a {
	color: #0592db
}
#page li a {
	color: #666
}
#page li.active {
	border: 1px solid #0592db;
	background-color: #0592db;
	color: #FFFFFF
}
#page li.active a {
	color: #fff
}
#page .thisclass {
	background-color: #0592db;
	color: #FFFFFF
}
