* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

html {
	font-size: 10px;
}

img {
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline: none;
	-moz-outline-style: none;
}

a:hover {
	text-decoration: none !important;
	background: none;
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

input {
	outline: none;
}

ul {
	list-style: none;
}

.clearfy {
	clear: both;
}


/*index*/

.header {
	width: 1200px;
	margin: auto;
	height: 100px;
}

.logo {
	padding-top: 30px;
	float: left;
}

.logo>div {
	width: 400px;
}

.logo img {
	float: left;
	margin-right: 10px;
	max-width: 100%;
	width: 88px;
}

.logo_name {
	padding-top: 6px;
	float: left;
}

.logo_name p {
	margin: 0;
}

.logo .logo_img {
	float: left;
}

.logo_name .chin {
	font-size: 16px;
	color: #444;
	font-weight: bold;
}

.logo_name .eng {
	font-size: 10px;
	color: #666;
}

.header_ul {
	float: right;
	height: 100px;
	line-height: 100px;
	margin-bottom: 0;
}

.header_ul li {
	float: left;
	padding-left: 30px;
}

.header_ul li a {
	color: #888;
	font-size: 16px;
}

.header_ul li a:hover {
	color: #333;
}

.index_all .banner .swiper-slide {
	/*line-height: 300px;*/
	color: #fff;
	font-size: 36px;
	text-align: center;
	height: 90vh !important;
}

.index_all .banner .swiper-slide .banner_img {
	width: 100%;
	height: 90vh;
}

.banner .swiper-container {
	height: 90vh;
	position: relative;
}

.banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.banner .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	background: #565f6d;
	margin: 0 15px;
	opacity: 0.8;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.banner .swiper-active-switch {
	background: #fff;
}

.index_all #btn1 {
	position: absolute;
	left: 75px;
	top: 50%;
}

.index_all #btn2 {
	position: absolute;
	right: 75px;
	top: 50%;
}

.btn_black {
	display: none;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper_float {
	position: absolute;
	top: 20%;
	width: 100%;
	left: 0;
	text-align: center;
}

.swiper_float h1 {
	color: #333;
	font-size: 4.5rem;
}

.swiper_float h2 {
	color: #555;
	font-size: 1.8rem;
	font-weight: normal;
	padding: 4rem 0 9.5rem 0;
}

.learn_more {
	font-size: 1.2rem;
	color: #555555;
	padding: 7px 35px;
	border: 1px solid #434343;
}

.learn_more:hover {
	background: #666666;
	color: #fff;
	transition: all 0.5s ease-in;
	border: 1px solid #666;
}


/*solution*/

.solution_all {
	background: #f4f6f7;
	padding-bottom: 40px;
}

.solu_center,
.server_all,
.product,
.foot {
	width: 1200px;
	margin: auto;
}

.index_title {
	width: 100%;
	text-align: center;
	padding: 5rem 0;
	width: 100%;
	margin: auto;
}

.index_title span.so_ch {
	font-size: 3rem;
	color: #333;
	padding-right: 10px;
}

.index_title .so_en {
	font-size: 2rem;
	color: #bebebe;
	/*border-bottom: 1px solid #bebebe;*/
}

.so_ul {
	text-align: center;
}

.so_ul>a {
	float: left;
}

.so_ul li {
	height: 320px;
	width: 400px;
	box-sizing: border-box;
	/*border: 1px solid red;*/
	/*padding: 10px 20px 0 20px;*/
	padding: 10px 0 20px 0;
}

.so_ul .so_p1 {
	color: #444;
	font-size: 1.6rem;
	font-weight: bold;
}

.so_ul .so_p2 {
	padding: 10px 5rem;
}

.so_ul .so_p2 p {
	color: #999999;
	font-size: 14px;
	margin-bottom: 2px;
}

.so_ul li.bor_bo {
	border-bottom: 1px solid #dcdcdc;
}

.bor_l_r {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.hides {
	display: none;
}


/*rotate*/

.service_rotate {
	text-align: center;
	position: relative;
	margin: 1rem 0 8.5rem 0;
}

.rotate {
	width: 400px;
	height: 400px;
	display: inline-block;
}

.rotate_circle {
	width: 400px;
	height: 400px;
	position: relative;
}

.rotate_back {
	width: 400px;
	height: 400px;
	background: url(../img/rotate2.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.rotate_front {
	width: 260px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	top: 68.5px;
	left: 68.5px;
	border: 11.5px solid #fff;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.rotate_front_i {
	width: 250px;
	height: 250px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#who1_driven.inview .rotate_front_i1 {
	background-color: #3f9fc1;
	-webkit-transition-delay: 2.2s;
	-moz-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.rotate_front_i .rotate_front_id {
	width: 124.5px;
	height: 124.5px;
	color: #fff;
	float: left;
	font-size: 18px;
	cursor: pointer;
	visibility: hidden;
	-webkit-transition: background-color 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: background-color 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: background-color 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: background-color 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: 0s;
}

.rotate_front_i1 {
	background: #b2bdbf;
	/*background-color: rgb(101, 202, 236);*/
	margin-right: 1px;
}

#who1_driven.inview .rotate_front_i2 {
	background-color: #a0e6ff;
	-webkit-transition-delay: 1.7s;
	-moz-transition-delay: 1.7s;
	-o-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.rotate_front_i2 {
	background: #9ca6a8;
	/*background-color: rgb(71, 181, 219);*/
}

#who1_driven.inview .rotate_front_i3 {
	background-color: #47b5db;
	-webkit-transition-delay: 2.1s;
	-moz-transition-delay: 2.1s;
	-o-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.rotate_front_i3 {
	background: #9ca6a8;
	/*background-color: rgb(160, 231, 255);*/
	margin-right: 1px;
	margin-top: 1px;
}

#who1_driven.inview .rotate_front_i4 {
	background-color: #65caec;
	-webkit-transition-delay: 2.0s;
	-moz-transition-delay: 2.0s;
	-o-transition-delay: 2.0s;
	transition-delay: 2.0s;
}

.rotate_front_i4 {
	background: #b2bdbf;
	/*background-color: rgb(63, 159, 193);*/
	margin-top: 1px;
}

.clear {
	clear: both;
}


/*span*/

.rotate_front_i1 span {
	top: 61px;
	left: 36px;
}

.rotate_front_i span {
	position: absolute;
}

.rotate_front_i2 span {
	top: 60px;
	right: 23px;
}

.rotate_front_i span {
	position: absolute;
}

.rotate_front_i3 span {
	bottom: 51px;
	left: 37px;
}

.rotate_front_i span {
	position: absolute;
}

.rotate_front_i4 span {
	bottom: 50px;
	right: 23px;
}

.rotate_front_i span {
	position: absolute;
}

.rotate_front_i>div:hover {
	background: #4f5354;
}

.server_ul li p.hh4 {
	color: #555;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
	font-weight: bold;
	margin: 0;
}

.server_ul li {
	position: absolute;
}

.server_ul li p {
	font-size: 1.5rem;
	color: #666666;
	margin: 0;
}

.yss {
	color: #333 !important;
}

.server_ul li.ser_li1 {
	left: 80px;
	top: 60px;
	text-align: left;
}

.server_ul li.ser_li2 {
	right: 80px;
	top: 50px;
	text-align: right;
}

.sj_tw {
	display: none;
	text-align: center;
}

.server_ul li.ser_li3 {
	left: 80px;
	bottom: 40px;
	text-align: left;
}

.server_ul li.ser_li4 {
	right: 76px;
	bottom: 40px;
	text-align: right;
}


/*product*/

.product_all {
	background-image: url(../img/product_bg.png);
	width: 100%;
	height: 877px;
	background-position: center;
}

.product span.so_en {
	color: #666666;
	border-bottom: 1px solid #666666;
}

.product_ul a {
	float: left;
}

.product_ul a li {
	width: 390px;
	height: 430px;
	background: #fff;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;
}

.product .so_p1 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}

.product .so_p2 {
	padding: 10px 0;
}

.product .so_p2 p {
	color: #666666;
	font-size: 15px;
}

.pro_img {
	padding: 20px;
}

.product .pro_li_div {
	padding: 70px 40px;
}

.product .so_p2 img {
	padding-top: 35px;
	display: none;
}


/*footer*/

.footer {
	background: #fff;
	padding: 3rem 0;
}

.foot_ri li {
	float: left;
	padding-left: 15px;
}

.foot_ri li a {
	font-size: 1.4rem;
	color: #666666;
}

.foot_le p {
	color: #444444;
	font-size: 1.4rem;
	line-height: 27px;
	margin-bottom: 0;
}

.foot_le {
	float: left;
}

.foot_ri {
	float: right;
}

.foot_ri p {
	font-size: 1.2rem;
	color: #999;
	padding-top: 30px;
	text-align: right;
}

* {
	/*transition: all .2s ease-in;*/
}

.jt_s {
	display: none;
	padding: 15px 0;
}

.none {
	display: none !important;
}


/*solution*/

.banner_ny {
	position: relative;
}

.ban_xq {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
}

.honn {
	top: 35%;
}

.ny_titles {
	width: 1200px;
	margin: auto;
}

.ny_titles .so_ch {
	font-size: 3.5rem;
	color: #333;
	padding-right: 0.5rem;
}

.da {
	padding-bottom: 1rem;
}

.ny_titles .so_en {
	font-size: 1.8rem;
	color: #666;
	padding-top: 1rem;
	margin-bottom: 0;
}

.ny_titles .tit_en {
	font-size: 2.5rem;
	color: #666;
}

.p_white {
	top: 60%;
}

.p_white p {
	color: #fff !important;
}

.p_white span {
	color: #fff !important;
}

.solu_ny {
	width: 1200px;
	margin: 2rem auto;
	margin-bottom: 0;
}

.again {
	margin-top: 2rem !important;
	position: relative;
	margin-bottom: 0;
}

.banner_ny img {
	width: 100%;
	/*height: 600px;*/
	vertical-align: middle;
}

.ny_title {
	height: 100px;
	text-align: left;
	line-height: 100px;
	background: #fff;
	width: 1200px;
	margin-top: -100px;
	z-index: 9;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	margin-bottom: 10px;
}

.ny_title .so_ch {
	font-size: 30px;
	color: #333;
	padding-top: 0.8rem;
}

.ny_title .so_en {
	font-size: 16px;
	color: #888888;
}

.ny_title p {
	line-height: 40px;
	padding-left: 40px;
	padding-right: 10px;
}

.solution_all h2 {
	font-size: 2rem;
	color: #444;
	padding-bottom: 15px;
}

.so_content p {
	color: #888;
	font-size: 16px;
}

.so_content_left {
	width: 74%;
	float: left;
	margin-right: 1%;
	background: #fff;
}

.so_content_right {
	width: 25%;
	float: right;
	/*background: #fff;*/
}

.clearfy {
	clear: both;
}

.padd {
	padding: 4rem;
}

.so_content_right img {
	vertical-align: middle;
	padding-right: 15px;
}

.so_content_right ul li {
	margin-bottom: 1rem;
	color: #444;
	height: 5rem;
	line-height: 5rem;
	text-align: left;
	background: #fff;
	font-size: 1.5rem;
	padding: 0 3rem;
}

.so_content_right ul li.so_icon_bg {
	background: #4f5354;
	color: #fff;
}

.white {
	display: none;
}

.blocl {
	background: #4f5354 !important;
	color: #fff !important;
}

.padd p {
	font-size: 1.5rem;
	color: #888;
	line-height: 25px;
	padding-bottom: 15px;
	text-indent: 2rem;
}

.padd img {
	text-align: center;
	font-size: 16px;
	color: #444;
	margin: 30px 0 20px 0;
}

.padd h3 {
	text-align: center;
	font-size: 1.6rem;
	color: #444;
	margin: 10px 0 20px 0;
}

.case_ul li {
	font-size: 1.5rem;
	color: #888;
	line-height: 25px;
}

.case li span {
	font-size: 1.5rem;
}

.so_content_right ul.case li {
	padding: 0 3rem;
}


/*产品*/

.pro_kj {
	margin: 6rem 4rem;
	overflow: hidden;
}

.pro_kj>li {
	float: left;
}

.kj_l {
	width: 295px;
	text-align: left;
}

.padd .pro_kj p {
	padding-bottom: 5px;
	font-size: 15px;
	color: #888;
	line-height: 20px;
}

.pro_kj p.tit_p {
	border-bottom: 1px solid #dddddd;
	color: #444;
	font-size: 16px;
}

.pa_le2 {
	padding-top: 18px;
}

.pa_le3 {
	padding-top: 42px;
}

.pa_le1 p {
	padding-top: 5px;
}

.pro_kj> li.li_three .kj_l {
	text-align: right;
	width: 250px;
}

.li_three .pa_le1 {
	padding-top: 5px;
}

.li_three .pa_le2 {
	padding-top: 110px;
}

.pro_kj2 {
	margin: 60px 0;
	text-align: center;
	position: relative;
	padding-top: 45px;
}

.pro_kj2 li {
	width: 315px;
	text-align: right;
	position: absolute;
}

.pro_kj2 p {
	padding: 0;
	font-size: 15px;
	line-height: 20px;
}

.pro_kj2 p.tit_p {
	color: #444;
	font-size: 16px;
	padding-bottom: 5px;
}

.kj2_one {
	top: 30px;
	left: 0;
}

.kj2_two {
	top: 175px;
	left: 10px;
}

li.kj2_three {
	top: 0;
	right: 5px;
	text-align: left;
}

li.kj2_four {
	top: 100px;
	right: 0;
	text-align: left;
}

li.kj2_five {
	top: 205px;
	right: 10px;
	text-align: left;
	width: 365px;
}


/*招聘*/

.recruit {
	float: none;
	width: 1200px;
	background: #fff;
}

.recruit_tit {
	height: 55px;
	width: 100%;
	background: #4f5354;
	line-height: 55px;
}

.recruit_ul1 {
	padding: 50px 40px 90px 40px;
}

.recruit_tit>div {
	padding: 0 55px;
	overflow: hidden;
}

.recruit_tit>div p {
	width: 320px;
	text-align: left;
	color: #fff;
	float: left;
	display: inline-block;
	font-size: 1.6rem;
}

.li_s {
	cursor: pointer;
}

.li_s>div.tits {
	padding: 0 55px;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #dcdcdc;
}

.li_s .tits p {
	width: 320px;
	text-align: left;
	color: #fff;
	float: left;
	display: inline-block;
	color: #4f5354;
	font-size: 1.4rem;
}

.li_s .tits p.jt {
	width: 50px;
}

.li_s ul {
	margin-bottom: 4rem;
}

.xiala_ed {
	display: none;
}

.jl a {
	font-size: 1.4rem;
}

.li_s ul p {
	font-size: 1.6rem;
	color: #333;
	padding-bottom: 1rem;
}

.li_s ul li {
	font-size: 1.4rem;
	color: #666;
	line-height: 2.5rem;
}

.zhi_z {
	background: #f4f6f7;
	padding: 7rem 5.5rem;
	display: none;
}

.zhi_z h3 {
	color: #333;
	font-size: 1.6rem;
	text-align: left;
	padding-bottom: 2rem;
}

.jl {
	width: 180px;
	height: 45px;
	line-height: 45px;
	background: #4f5354;
	text-align: center;
}

.jl a {
	color: #fff;
}


/*联系我们*/

.contact {
	text-align: center;
	position: relative;
}

.map_icon1 {
	position: absolute;
	top: 57%;
	left: 47%;
	cursor: pointer;
}

.map_icon2 {
	position: absolute;
	top: 51%;
	right: 30%;
	cursor: pointer;
}

.map_icon_ny {
	width: 280px;
	height: 245px;
	background: #757a7c;
	position: absolute;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	/*display: none;*/
}

.map {
	max-width: 60%;
}


/*---------------------------*/

.carousel-control.left {
	background-image: none !important;
}

.carousel-control.left img {
	left: 30%;
}

.carousel-control img {
	position: absolute;
	top: 45%;
}

.carousel-control.right {
	background-image: none !important;
}

.carousel-control.right img {
	right: 30%;
}


/*----------------------------*/

.icon1_ny {
	left: 23%;
	top: 63%;
	border-bottom-left-radius: 20px;
}

.icon2_ny {
	right: 6%;
	top: 19%;
	border-top-right-radius: 20px;
}

.map_icon_ny ul {
	text-align: left;
	padding: 30px;
}

.map_icon_ny ul img {
	vertical-align: middle;
	padding-right: 10px;
	width: 10%;
	float: left;
}

.map_icon_ny ul li {
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	overflow: hidden;
}

.map_icon_ny ul span {
	width: 80%;
	float: left;
}

.map_icon_ny ul p {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.intro p {
	font-size: 1.5rem;
	color: #666;
	padding-bottom: 15px;
	line-height: 25px;
	text-indent: 2rem;
}

.intro_img {
	text-align: center;
	padding: 30px 0;
	float: right;
	width: 300px;
}

.float_left {
	float: left;
	width: 70%;
	margin-bottom: 50px;
}

.float_left1 {
	margin-bottom: 50px;
}

.intro_img {
	width: 30%;
}

.honor {
	padding: 50px 70px 90px 40px;
}

.honor h2 {
	/*font-size: 2rem;
				color: #444;*/
	text-align: left;
	margin: 0;
	font-weight: normal;
}

.honor p {
	font-size: 1.5rem;
	color: #666;
	padding: 20px 0 10px 0;
	line-height: 25px;
	text-indent: 2rem;
}

.honor_ul li {
	font-size: 1.5rem;
	color: #666;
	list-style-type: disc;
	line-height: 25px;
}

.honor p.ul_p {
	color: #333;
	font-size: 1.5rem;
	text-indent: 0;
}

.honor_ul {
	padding-left: 15px;
}

.ry {
	padding: 40px 0;
}


/**/

.honor .swiper-container {
	width: 85%;
	height: 400px;
	color: #fff;
	text-align: center;
	/*background: pink;*/
}

.honor .swiper-slide .title {
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 0;
	line-height: 45px;
	color: #666;
	padding: 0 30px;
}

.honor .swiper-slide .title p {
	font-size: 14px;
	color: #666;
}

.honor .pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
}

.ys {
	color: #333 !important;
}

.honor .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.honor .swiper-visible-switch {
	background: #aaa;
}

.honor .swiper-active-switch {
	background: #fff;
}

.honor_lb {
	width: 100%;
	height: 400px;
}

.honor_lb {
	position: relative;
}

.honor_lb #contrast {
	position: absolute;
}

.honor_lb .arrow-left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.honor_lb .arrow-right {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

.tit_img {
	position: relative;
	/*cursor: pointer;*/
}

.tit_img img {
	max-width: 100%;
}

a.all_tit_ys {
	color: #333 !important;
}


/*
.up_layer {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;*/


/*background: #000;*/


/*background-image: url(../img/up.png);
	z-index: 22;
	width: 100vw;
	height: 100vh;
	text-align: center;
	display: none;
	overflow-y: scroll;
}

.up_layer .honor_lb {
	height: 100%;
}

.up_layer .swiper-slide {
	height: 100%;
	position: relative;
}

.up_layer .swiper-wrapper {
	height: 100%;
}

.up_layer .swiper-container {
	height: 100%;
}

.up_layer .honor_lb {
	width: 1200px;
	margin: auto;
}

.up_layer .arrow-left2 {
	position: absolute;
	top: 40%;
	margin-top: -20px;
	left: 0;
}

.up_layer .arrow-right2 {
	position: absolute;
	top: 40%;
	margin-top: -20px;
	right: 0;
}

.up_layer .tit_img {
	width: 60%;
	margin: auto;
	height: 100vh;
	line-height: 100vh;
}

.up_layer .swiper2 {
	width: 900px;
}*/

.new_swiper .tit_img img {
	max-width: 100%;
}


/*.up_layer .tit_img img {
	max-width: 100%;
}*/


/*.up_layer p {
	color: #FFF;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 22px;
	text-align: center;
	left: 0;
}*/

.ht {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: #333a42;
	opacity: 0.5;
}

.swiper_xs {
	position: absolute;
	right: 20px;
	top: 70px;
	z-index: 9;
}

.bs_s {
	background: none;
	top: 40%;
}

.bs_s .hover_s {
	display: none;
}

.swp1 {
	position: absolute;
	top: 0;
	left: 0;
}

.swp2 {
	position: absolute;
	top: 0;
	right: 0;
}

.swiper-button-next,
.swiper-button-prev {
	width: 5.4rem;
}


/*
.up_layer .carousel-control {
	width: 60px;
	height: 60px;
	top: 50%;
}

.up_layer .carousel {
	height: 100vh;
}*/


/*手机端*/

.menu .hide_menu {
	display: none;
}

.menu {
	display: none;
}

.phone_header_ul {
	background: #FFFCF5;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 999;
	width: 100%;
	display: none;
}

.phone_header_ul li {
	width: 100%;
	border-bottom: 1px solid #ededed;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.phone_header_ul li:hover a {
	color: #333;
}

.phone_header_ul li a {
	color: #666;
	display: inline-block;
	width: 100%;
	font-size: 1.5rem;
}

.phone_s {
	display: none !important;
}

.sj_solu {
	margin-bottom: 1rem;
	color: #444;
	height: 5rem;
	line-height: 5rem;
	text-align: left;
	background: #4f5354;
	color: #fff;
	font-size: 16px;
	padding: 0 4rem;
	text-align: left;
	font-size: 1.6rem;
	display: none;
}

.solution_all h2.h2s {
	font-size: 1.5rem;
	margin-top: 2rem;
	color: #666;
	padding-bottom: 10px;
}

.swe {
	list-style-type: initial;
}

.swe li {
	padding-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: 23px;
}

.list_all {
	/*text-align: center;*/
}

.list_all ul {
	overflow: hidden;
	margin-top: 2rem;
}

.list_all li {
	width: 25%;
	float: left;
	margin-bottom: 2rem;
	text-align: center;
}

.list_all li div {
	width: 100px;
	height: 100px;
	margin: auto;
	padding-bottom: 1rem;
}

.list_all li div img {
	max-width: 100%;
	margin: 0;
}

.hovs {
	background: #4f5354 !important;
	color: #fff !important;
}

.opsw {
	/*list-style: initial;*/
}

.list_all p {
	height: 50px;
	padding: 0 5px;
}

.opsw li {
	padding-bottom: 0.8rem;
	line-height: 23px;
}

.imgs {
	text-align: center;
	overflow: hidden;
}

.imgs img {
	width: 31%;
float: left;
padding: 0 1%;
}

.list_al p {
	height: 65px;
	padding: 15px;
}

@media only screen and (min-width:1500px) {
	.up_layer .swiper-slide {
		height: 830px;
	}
	.up_layer .swiper-wrapper {
		height: 830px;
	}
	.up_layer .swiper-container {
		height: 830px;
		padding-top: 100px;
	}
	.honor_lb .swiper-slide .tit_img {
		padding-top: 5%;
	}
	.swiper_xs {
		top: 10%;
	}
}

@media only screen and (min-width: 1250px) and (max-width: 1500px) {
	.swiper_float h2 {
		padding: 3rem 0 6.5rem 0;
	}
	.swiper_float {
		top: 15%;
	}
}

@media only screen and (min-width:1250px) and (max-width: 1500px) {
	.index_all .banner .swiper-slide {
		height: 86vh !important;
	}
	.index_all .banner .swiper-slide .banner_img {
		height: 86vh;
	}
	.banner .swiper-container {
		height: 86vh;
	}
	.banner_ny img {
		width: 100%;
		/*height: 500px;*/
		vertical-align: middle;
	}
	.up_layer .tit_img img {
		max-width: 75%;
	}
	.up_layer .tit_img {
		/*height: 490px;*/
	}
	.honor_lb .swiper-slide .tit_img {
		padding-top: 10%;
	}
	.up_layer p {
		/*bottom: 29px;*/
	}
	.swiper_xs {
		top: 70px;
		right: 45px;
	}
	.swiper_float h2 {
		padding: 3rem 0 6.5rem 0;
	}
	.so_ul .so_p2 {
		padding: 10px 2rem;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1250px) {
	.header {
		width: 990px;
	}
	.header_ul {
		width: 590px;
	}
	.header_ul li {
		padding-left: 24px;
	}
	.swiper_float {
		top: 5%;
	}
	.solu_center,
	.server_all,
	.product,
	.foot {
		width: 990px;
		margin: auto;
	}
	.so_ul> a {
		float: left;
		width: 33.333%;
	}
	.so_ul> a li {
		width: 100%;
	}
	.server_ul li img {
		max-width: 80% !important;
	}
	.server_ul li.ser_li1 {
		left: 45px;
	}
	.server_ul li.ser_li3 {
		left: 40px;
	}
	.server_ul li.ser_li2 {
		right: 50px;
	}
	.server_ul li.ser_li4 {
		right: 45px;
	}
	.solu_ny {
		width: 990px;
		margin: auto;
	}
	.recruit {
		width: 990px;
		margin: auto;
	}
	.ny_titles {
		width: 990px;
	}
	.up_layer .honor_lb {
		width: 990px;
	}
	.so_content_left {
		width: 67%;
		margin-right: 1%;
	}
	.so_content_right {
		width: 32%;
	}
	.recruit_tit> div p {
		width: 30%;
	}
	.li_s .tits p {
		width: 30%;
	}
	.li_s .tits p.jt {
		width: 10%;
	}
	.li_s>div.tits {
		padding: 0 0 0 20px;
	}
	.recruit_ul1 {
		padding: 2rem;
	}
	.zhi_z {
		padding: 3rem;
	}
	.icon2_ny {
		top: 4%;
		right: 1%;
	}
	.icon1_ny {
		left: 19%;
		top: 65%;
	}
	.swiper_float h1 {
		font-size: 4.8rem;
	}
	.swiper_float h2 {
		padding: 2rem 0 4.5rem 0;
	}
	.so_ul .so_p2 {
		padding: 10px 2rem;
	}
}

@media only screen and (min-width: 100px) and (max-width: 990px) {
	html {
		font-size: 8px;
	}
	.header_ul {
		display: none;
	}
	.logo_name {
		display: none;
	}
	.header {
		width: 95%;
		height: 70px;
	}
	.logo {
		padding-top: 15px;
		width: 8.8rem;
	}
	.menu {
		float: right;
		cursor: pointer;
		display: block;
		padding-top: 20px;
	}
	.logo> div {
		width: 100%;
	}
	.logo img {
		width: 100%;
	}
	.bor {
		/*border-bottom: 1px solid #ededde;*/
	}
	.phone_s {
		display: block !important;
	}
	.pc_s {
		display: none !important;
	}
	/*内容*/
	.solu_center,
	.server_all,
	.product,
	.foot {
		width: 95%;
		margin: auto;
	}
	.so_ul> a {
		float: left;
		width: 50%;
	}
	.so_ul> a li {
		width: 100%;
		border: none !important;
	}
	.so_ul li {
		height: auto;
	}
	.so_ul .so_p2 {
		display: none;
	}
	.index_title {
		padding: 3rem 0;
	}
	.so_ul> a li {
		width: 100%;
		border: none !important;
	}
	.rotate {
		display: none;
	}
	.server_ul {
		overflow: hidden;
	}
	.server_ul li {
		position: relative;
		float: left;
		width: 50%;
		top: 0 !important;
		margin-bottom: 2rem;
		margin-top: 0;
		left: 0 !important;
	}
	.server_ul li img {
		display: none;
	}
	.server_ul li p {
		margin-top: 0;
	}
	.server_ul li p.hh4 {
		margin-bottom: 5px;
	}
	.solu_ny {
		width: 100%;
		margin: auto;
	}
	.recruit {
		width: 95%;
		margin: auto;
	}
	.ny_titles {
		width: 95%;
		text-align: center;
	}
	.up_layer .honor_lb {
		width: 100%;
	}
	.again {
		width: 95%;
		margin: auto;
	}
	.so_content_right {
		width: 38%;
	}
	.so_content_left {
		float: right;
		width: 100%;
		margin-right: 0;
	}
	.so_content_right {
		float: left;
		width: 100%;
		margin-bottom: 3rem;
	}
	.sj_solu_ul {
		display: none;
		position: absolute;
		top: 50px;
		z-index: 1;
		background: #f4f6f7;
		width: 100%;
	}
	.sj_solu {
		display: block;
	}
	.blackss {
		padding-right: 20px;
	}
	.jtt {
		width: 25px;
		float: right;
		text-align: right;
		line-height: 50px;
		padding-top: 9px;
	}
	.zy {
		padding: 0 15px;
	}
	.recruit_tit> div p {
		width: 33.333%;
	}
	.li_s .tits p.jt {
		width: 10%;
	}
	.li_s>div.tits {
		padding: 0 0 0 20px;
	}
	.li_s .tits p {
		width: 30%;
	}
	.recruit_ul1 {
		padding: 2rem;
	}
	.zhi_z {
		padding: 3rem;
	}
	.contact {
		overflow: hidden;
	}
	.contact .map_icon1,
	.icon,
	.map {
		display: none;
	}
	.map_icon_ny ul img {
		width: auto;
	}
	.sj_tw {
		display: block !important;
		padding-bottom: 1.5rem;
		float: left;
		width: 45%;
	}
	.rig {
		float: left;
		width: 55%;
		padding: 1.5rem 0 0 2rem;
		text-align: left !important;
	}
}

@media only screen and (min-width: 500px) and (max-width: 990px) {
	.swiper_float h2 {
		font-size: 2rem;
		padding: 25px 0;
	}
	.swiper_float h1 {
		font-size: 3.8rem;
	}
	.learn_more {
		font-size: 1.2rem;
		padding: 5px 30px;
	}
	.swiper_float {
		top: 20%;
	}
	.so_ul> a {
		float: left;
		width: 33.333%;
	}
	.foot_ri li {
		padding-left: 5px;
	}
	.foot_ri {
		width: 45%;
	}
	.foot_le {
		width: 55%;
	}
	.foot_ri p {
		padding-top: 2rem;
	}
	.foot_ri p {
		text-align: left;
	}
	.map_icon_ny {
		position: relative;
		top: 0;
		left: 0;
		float: left;
		border-radius: 0;
		margin: 1%;
		width: 48%;
	}
	.sj_tw {
		display: block !important;
		padding-bottom: 1.5rem;
		float: left;
		width: 40%;
	}
	.rig {
		float: left;
		width: 60%;
		padding: 0 2rem;
		text-align: left !important;
	}
	.list_all li {
		width: 33.333%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 500px) {
	.logo {
		padding-top: 19px;
	}
	.menu img {
		max-width: 85%;
	}
	.swiper_float h1 {
		font-size: 3rem;
	}
	.swiper_float h2 {
		color: #555;
		font-size: 2rem;
		font-weight: normal;
		padding: 0 0 2rem 0;
	}
	.swiper_float {
		top: 15%;
	}
	.learn_more {
		padding: 3px 22px;
		font-size: 1.2rem;
	}
	.carousel-indicators {
		display: none;
	}
	.so_ul li img {
		width: 80px;
	}
	.so_ul> a {
		float: left;
		width: 50%;
		height: 128px;
	}
	.server_ul li {
		width: 100%;
	}
	.service_rotate {
		margin-bottom: 1rem;
		margin-top: 0;
	}
	.foot_ri {
		width: 100%;
	}
	.foot_ri li {
		width: 100%;
		display: none;
	}
	.foot_ri p {
		padding-top: 1rem;
		text-align: center;
	}
	.foot_ri div {
		display: none;
	}
	.foot_le {
		width: 100%;
		margin-bottom: 0;
		text-align: center;
	}
	.footer {
		padding: 3rem 0;
		width: 95%;
		margin: auto;
	}
	.float_left {
		width: 100%;
		margin: 0;
	}
	.intro_img {
		width: 100%;
		padding: 0;
	}
	.recruit_ul1 {
		/*padding: 0;*/
		padding-top: 4rem;
	}
	.ny_titles {
		text-align: left;
		/*padding-left: 15%;*/
	}
	.ny_titles .so_ch {
		font-size: 3rem;
	}
	.ny_titles .tit_en {
		font-size: 2rem;
		display: none;
	}
	.ny_titles .so_en {
		font-size: 1.8rem;
		padding-left: 5%;
	}
	.ban_xq {
		top: 45%;
	}
	.phones {
		display: none !important;
	}
	.li_s .tits p {
		width: 80%;
	}
	.recruit_tit> div p {
		width: 100%;
	}
	.recruit_tit>div {
		padding-left: 20px;
	}
	.li_s> div.tits {
		height: 55px;
		line-height: 55px;
	}
	.li_s .tits p.jt img {
		width: 1.3rem;
	}
	.so_en .so_ch {
		display: block;
	}
	.so_en:nth-of-type(2) {
		display: none;
	}
	.map_icon_ny {
		position: relative;
		top: 0;
		left: 50%;
		border-radius: 0;
		float: none;
		margin: 2rem 2rem 2rem -140px;
	}
	.up_layer .carousel-control img {
		width: 5rem;
		top: -22px;
	}
	.up_layer .swiper_xs img {
		width: 5rem;
	}
	.list_all li {
		width: 50%;
	}
	.list_all li div {
		width: 75px;
		height: 75px;
	}
	.again .padd {
		padding: 3rem 1rem;
	}
	.imgs img {
    width: 85%;
float: none;
padding: 0 1%;
margin: auto;
   
}
}