@charset "UTF-8";
.show{
	display: block;
}
.hide{
	display: none;
}
.b_code>img{
	width: 100px;
	height: 100px;
}
.index_swiper .swiper-slide img{
	max-width: 100%;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.slide_info{
	bottom: 44%;
	left: 15.5%;
	font-size: 13px;
	color: #cfcfcf;
	line-height: 2;
	letter-spacing: 3px
}
.hide_news{
	display: none;
	text-align: center;
	font-size: 16px;
}
.hide_imgs{
  margin-top: 3%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.hide_imgs img{
  width: 32%;
  height: auto;
  background-color: #ccc;
}
.section2 .pub_title {
	padding-top: 0;
}

.hezuo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.hezuo li {
	width: 16%;
	margin: 1% 0
}

.pub_title {
	padding-top: 90px;
	margin-bottom: 55px;
	font-weight: bold;
	text-align: center;
}

.swiper-wrapper,
.swiper-container,
.swiper-container .swiper-slide {
	height: auto !important;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cns {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}

.cns a img {
	max-width: 100%;
}

.cns a {
	margin: 0 5px;
	position: relative;
}

.ewms {
	display: none;
	position: absolute;
	top: -130px;
	left: 50%;
	margin-left: -60px;
	padding: 10px;
	width: 120px;
	height: 120px;
	background-color: #fff;
}

.ewms::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid red;
	border-top-color: #fff;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.ewms.show {
	display: block;
}

.ewms img {
	width: 100px;
	height: 100px;
}

.messages_wrap {
	padding-bottom: 100px;
}

.f6 {
	background-color: #f6f6f6;
}

.bgcf9 {
	background-color: #f9f9f9;
}

.con120 {
	max-width: 1200px;
	margin: 0 auto
}

/* banner */
.page_banner {
	width: 100%;
}

.page_banner img {
	max-width: 100%;
}

.contact_map {
	overflow: hidden;
}

.map_left {
	width: 48%;
	float: left;
}

.map_right {
	float: right;
	width: 48%;
}

/* banner en */
.fast_nav {
	width: 100%;
	height: 55px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fast_nav a {
	display: block;
	position: relative;
	color: #000;
	font-size: 16px;
	height: 100%;
	line-height: 55px;
	min-width: 112px;
	text-align: center;
	margin: 0 25px;
}

.fast_nav a.active {
	color: #014ea2
}

.fast_nav a.active:before {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	content: "";
	border-bottom: 2px solid #00328f
}

.pro_zs {
	padding: 63px 0 75px;
}

.zs_des {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.zs_ul {
	margin-top: 60px;
}

.zs_ul ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.zs_ul .zs_img {
	width: 380px;
	height: 310px;
	background-color: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.zs_ul li:hover .zs_img:after {
	content: "";
	position: absolute;
	width: 0%;
	border: 2px solid #00328f;
	bottom: 0;
	left: 0;
	animation: ease-in-out line .4s alternate;
	-webkit-animation: ease-in-out line .4s alternate;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes line {
	from {
		width: 0%
	}

	to {
		width: 100%;
	}
}

@keyframes line {
	from {
		width: 0%
	}

	to {
		width: 100%;
	}
}

.zs_img img {
	display: block;
	max-width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
}

.zs_ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.zs_ul li p {
	width: 100%;
	font-size: 16px;
	color: #666666;
	padding: 18px 0;
	text-align: center;
}

.noodles li {
	margin-bottom: 35px;
}

.page_num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 26px;
}

.page_num a {
	min-width: 26px;
	min-height: 26px;
	text-align: center;
	line-height: 26px;
	border: solid 1px #eeeeee;
	margin: 0 7px;
	font-size: 12px;
	color: #333;
}

.noodles {
	margin-top: 0;
}



.pub_title b {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	background-color: #004ea2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top: 20px;
}

.pub_title span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	margin: 13px 0 15px
}

.pub_title h2 {
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 3px;
	color: #000000;
}

.jianjie1 {
	width: 51.25%;
	float: left;
}

.jianjie2 {
	width: 42.66%;
	float: right;
	position: relative;
}

.jianjie1 h3 {
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #004ea2;
	margin-bottom: 25px;
}

.jianjie1 p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.jianjie1 img {
	max-width: 100%;
	margin-top: 35px;
}

.swiper1 {
	max-width: 410px;
}



.swiper2 img {
	max-height: 254px;
	height: auto;
}

.concept_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.concept_ul i {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 130px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.concept_ul li {
	text-align: center;
	width: 195px;
}

.concept_ul li:nth-child(1) i {
	background-image: url(../img/ln11.png);
}

.concept_ul li:nth-child(2) i {
	background-image: url(../img/ln22.png);
}

.concept_ul li:nth-child(3) i {
	background-image: url(../img/ln33.png);
}

.concept_ul li:nth-child(4) i {
	background-image: url(../img/ln44.png);
}

.concept_ul li:nth-child(1):hover i {
	background-image: url(../img/ln1.png);
}

.concept_ul li:nth-child(2):hover i {
	background-image: url(../img/ln2.png);
}

.concept_ul li:nth-child(3):hover i {
	background-image: url(../img/ln3.png);
}

.concept_ul li:nth-child(4):hover i {
	background-image: url(../img/ln4.png);
}

.concept_ul li p {
	margin: 30px 0 15px;
	font-size: 18px;
	color: rgba(29, 29, 29, 0.8);
	font-weight: 600;
}

.concept_ul li span {
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}

.swiper3 img {
	max-width: 280px;
	max-height: 208px;
	display: block;
	margin: 0 auto;
}

.swiper3 .swiper-slide p {
	font-size: 14px;
	line-height: 14px;
	padding: 15px 0;
	color: #333333;
	text-align: center
}

.section4 {
	position: relative;
	padding-bottom: 160px;
}

.section4 .pagination1 {
	display: block;
	bottom: 95px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.section4 .pagination1 .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: #c7c8c9;
	border: solid 1px #ffffff;
	opacity: 1;
	margin: 0 10px;
}

.section4 .pagination1 .swiper-pagination-bullet-active {
	background-color: #004ea2;
	border: solid 1px #ffffff;
	opacity: 1;
}

.client_box {
	position: relative;
}

.swiper4 {
	max-width: 1077px;
	margin: 0 auto;
}

.client_box .prev4 {
	width: 25px;
	height: 112px;
	left: 0;
	background: url(../img/p_prev.jpg) no-repeat center/100% 100%;
	top: 0;
	margin-top: 0;
}

.section5 {
	padding-bottom: 70px;
}

.client_box .next4 {
	width: 25px;
	height: 112px;
	background: url(../img/p_next.jpg) no-repeat center/100% 100%;
	right: 0;
	top: 0;
	margin-top: 0;
}

.js_img {
	width: 32.33%;
	float: left;
}

.js_img img {
	max-width: 100%;
}

.js_ul {
	width: 55%;
	float: right;
}

.js_bottom {
	margin-top: 142px;
}

.js_bottom img {
	max-width: 100%;
	margin-bottom: 65px;
}

.js_ul {
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #333333;
}

.js_ul ul {
	float: left;
}

.ul2 {
	max-width: 348px;
	margin-left: 100px;
}

.contact_title {
	font-size: 14px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 50px;
}

.contact_title ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact_title li:nth-child(2) {
	padding: 0 120px;
	margin: 0 100px;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.contact_bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-size: 18px;
	line-height: 32px;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 80px;
}

.contact_bot h5 {
	font-weight: bold;
}

.contact_bot p {
	font-size: 14px;
	font-weight: normal;
}

/* 在线留言 */
.messages_form {
	width: 50%;
	float: left;
}

.messages_img {
	float: right;
	width: 48.5%;
}

.messages_img img {
	max-width: 100%;
}

.messages_form .label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.messages_form input[type="text"] {
	text-indent: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	width: 30%;
	line-height: 40px;
	display: block;
}

#textarea {
	width: 100%;
	display: block;
	resize: none;
	border: 1px solid #d7d7d7;
	padding: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 160px;
	margin: 20px 0;

}

#submit {
	display: block;
	color: #fff;
	width: 122px;
	height: 43px;
	background-color: #004ea2;
	border-radius: 22px;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	border-radius: 43px;
	cursor: pointer;
}

.server1 {
	width: 48%;
	float: left;
}

.server2 {
	width: 50%;
	font-size: 0;
	float: right;
}

.server2 img {
	max-width: 100%;
}

.server1 li {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 90px;
	margin-bottom: 60px;
}

.server1 span {
	display: block;
	width: 90px;
	height: 90px;
	border: solid 1px #bfbfbf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	font-size: 18px;
	line-height: 18px;
	color: #004ea2;
	margin-right: 2%;
}

.server1 p {
	max-width: 420px;
	float: right;
}

.server_bg {
	width: 100%;
	height: 369px;
	background: url(../img/zy_bg1.jpg) no-repeat center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}

.server_bg .pub_title h2,
.server_bg .pub_title span {
	color: #fff;
}

.server_bg .pub_title b {
	background-color: #fff;
}

.zy_desc {
	width: 968px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.server_bg2 {
	width: 100%;
	min-height: 560px;
	background: url(../img/zy_bg2.jpg) no-repeat center top/100% 100%;
}

.h125 {
	width: 100%;
	background: #fff;
	height: 62.5px;

}

.hcon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.zy_ul {
	width: 34%;
}

.zy_ul li span {
	display: block;
	width: 76px;
	height: 76px;
}

.zy_ul li span img {
	max-width: 100%;
	display: block;
	margin: auto;
	height: auto;
	object-fit: contain
}

.bg2_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
}

.bg2_wrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 76px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 35px;
}

.bg2_wrap h3 {
	font-size: 20px;
	color: #333333;
}

.bg2_wrap p {
	font-size: 16px;
	color: #666666;
	width: 325px;
}

.news_con p {
	height: 50px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	overflow: hidden;
	margin-top: 20px;
}

.news_list_ul li {
	border-top: 1px solid #e6e6e6;
}

.news_list_ul li:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.news_list_ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 177px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news_left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 135px;
	flex: 0 0 135px;
	width: 135px;
}

.news_img {
	width: 230px;
	height: 127px;
}

.news_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.news_con {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 687px;
	flex: 0 0 687px;
}

.news_left p {
	font-size: 24px;
	color: #999999;
	margin-bottom: 30px;
	position: relative;
}

.news_left p:after {
	position: absolute;
	right: 0;
	top: 15px;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #c1c1c1;
}

.news_left span {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/news_arr2.jpg) no-repeat center/100% 100%;
}

.news_list_ul li:hover span {
	background-image: url(../img/news_arr1.jpg);
}

.news_list_ul li:hover h3 {
	color: #00328f
}

.news_tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 12px;
	line-height: 12px;
	font-size: 14px;
	margin-bottom: 65px;
}

.news_tabs a {
	color: #666666;
	margin: 0 5px;
}

.news_tabs .active {
	color: #004ea2;
}

#page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 95px 0 80px;

}

#page a {
	border: 1px solid #e6e6e6;
	min-width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	margin: 0 4px;

}

#mbx .con120 {
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news_detail_wrap {
	position: relative;
	margin-bottom: 90px;
}

.news_detail_wrap h3 {
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 15px;
}

.news_detail_wrap span {
	font-size: 16px;
	color: #999999;
	text-align: center;
	display: block;
}

.news_content {
	margin-top: 55px;
	padding-bottom: 45px;
	border-bottom: 1px solid #eee;
}

.news_content p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.news_detail_bottom p {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}

.news_back {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 108px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background-color: #004ea2;
	border-radius: 22px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}

/*++++++++++++++++++++++++ 首页 ++++++++++++++++++++++++*/
#header {
	height: 94px;
	width: 100%;
	background: #fff;
	position: relative;
}

.sub_nav {
	display: none;
	position: absolute;
	top: 94px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0 0 10px #eaeaea;
	        box-shadow: 0 0 10px #eaeaea;
}

.sub_nav a {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #333;
	border-top: 1px solid #eee;
	font-size: 12PX;
}

#header .logo {
	float: left;
	margin-top: 30px;
}

.main_nav {
	float: left;
	margin-left: 75px;
	width: 793px;
}

.main_search {
	float: right;
}

.main_nav>ul>li {
	float: left;
	line-height: 94px;
	font-size: 14px;
	color: #000;
	width: 14.28%;
	text-align: center;
	position: relative;
	display: block;
}

.main_nav>ul>li>a.active {
	color: #004ea2;
}

.main_search img {
	margin-top: 40px;
	float: left;
	cursor: pointer;
	outline: none;
}

.main_search p {
	float: right;
	line-height: 94px;
}

.main_search span {
	float: left;
	width: 1px;
	height: 18px;
	background-color: #e0e0e0;
	margin: 37px 20px 0;
}

.main_search a.active {
	color: #004ea2;
}



.site-search {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 8;
	-webkit-transition: .3s top ease-in-out;
	transition: .3s top ease-in-out;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	display: block;
	opacity: 0;
}

.con15 {
	margin: 0 auto;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search-input {
	float: left;
	color: #999;
	border: solid 1px #ddd;
	width: 85%;
	height: 50px;
	padding: 4px 12px;
	border-right: none;
	font-size: 16px;
	border-radius: 2px 0 0 2px;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-search-form {
	padding: 25px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search-btn {
	color: #fff;
	border: none;
	background: #003e9a;
	height: 50px;
	font-size: 20px !important;
	padding: 0 12px;
	border-radius: 0 2px 2px 0;
	width: 15%;
	outline: none;
	cursor: pointer;
}

.search-btn i {
	font-size: inherit
}

body.seach_active .site-search {
	top: 94px;
	opacity: 1;
}

.index_pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	border: solid 2px #ffffff;
	opacity: 1;
	background: transparent;
}

.index_pagination .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

.bold h2 {
	font-weight: bold;
}

.i_a_left {
	width: 48%;
	float: left;
}

.i_a_left p {
	text-indent: 30px;
}

.i_a_img {
	float: right;
	width: 47.5%;
	max-height: 361px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.i_a_img img {
	max-width: 100%;
	height: auto;
}

.about_more {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	width: 158px;
	height: 43px;
	background-color: #004ea2;
	border-radius: 22px;
	margin-top: 30px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
}

.about_more:hover {
	-webkit-box-shadow: 1px 1px 2px 2px rgb(12, 34, 77);
	        box-shadow: 1px 1px 2px 2px rgb(12, 34, 77);
}

.i_a_left p {
	font-size: 14px;
	line-height: 35px;
	color: #666666;
}

.index_about_wrap {
	padding-bottom: 68px;
}

.index_about_wrap li {
	max-height: 337px;
}

.index_nums {
	width: 100%;
	min-height: 260px;
	background: url(../img/index_nums.jpg) no-repeat top center/100%;
}

.product_index_wrap {
	padding-bottom: 97px;
}

.product_index_wrap .i_p_imgs {
	float: left;
	width: 48%;
}

.i_p_imgs img {
	max-width: 100%;
	
	overflow: hidden;

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.i_p_info {
	width: 48.75%;
	float: right;
	height: 337px;
	min-height: 337px;
	position: relative;
}

.i_p_info h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #372728;
	margin-top: 30px;
}

.info_memo {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	color: #372728;
	padding-bottom: 10px;
	margin-top: 35px;
}

.info_memo span {
	position: relative;
}

.info_memo span::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: -10px;
	left: 0;
	height: 1px;
	background: #004ea2;
}

.memo_desc {
	padding-top: 20px;
	font-size: 14px;
	min-height: 150px;
	line-height: 2.2;
	color: #666666;
	overflow: hidden;
}

.i_pro_more {
	/* position: absolute;
	bottom: 25px;
	left: 0; */
	display: block;
	margin-top: 5px;
	width: 40px;
	height: 19px;
	background: url(../img/index_arr.jpg) no-repeat top center/100% 100%;
}

.product_index_wrap li:nth-child(2n) {
	margin-top: 100px;
}

.product_index_wrap li:nth-child(2n) .i_p_imgs {
	float: right;
}

.product_index_wrap li:nth-child(2n) .i_p_info {
	float: left;
}

.index_pro_more {
	display: block;
	width: 158px;
	height: 43px;
	background-color: #004ea2;
	border-radius: 22px;
	font-size: 18px;
	text-align: center;
	line-height: 43px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	margin: 95px auto 0;
	color: #fff;
}

.index_pro_more:hover {
	-webkit-box-shadow: 1px 1px 2px 2px rgb(12, 34, 77);
	        box-shadow: 1px 1px 2px 2px rgb(12, 34, 77);
}

.f9 {
	background-color: #f9f9f9;
}

.index_news {
	padding-bottom: 100px;
}

.index_news_ul li {
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.news_hover {
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.news_hover img {
	width: 100%;
	height: 100%;
	-o-object-fit: unset;
	   object-fit: unset;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
}

.index_news_ul li:hover .news_hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index_news_ul ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between
}

.index_news_ul li {
	width: 380px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 380px 0px;
	        flex: 0 380px 0;
}

.index_news_ul li.last_li {
	height: 0;
	width: 0;
}

.index_news_info {
	padding: 30px 35px 50px;
	height: 220px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.index_news_info .news_date {
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}

.index_news_info h6 {
	height: 43px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	margin-top: 20px;
}

.index_news_info .more {
	position: absolute;
	left: 35px;
	bottom: 40px;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid transparent;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
}

.index_news_ul li:hover .more {
	border-color: #004ea2;
	color: #004ea2;
}

.index_partner {
	padding-bottom: 80px;
}

.partner_ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.index_partner li {
	width: 190px;
	height: 100px;
	background-color: #ffffff;
	border: solid 1px #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
}

.index_partner li.last_par {
	width: 190px;
	height: 0;
	border: none;
	margin: 0;
}

#footer {
	width: 100%;
/*	height: auto;*/
	background-color: #1d1d1d;
	padding: 60px 0 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.b_logo img {
	max-width: 100%;
	margin-bottom: 35px;
}

.b_logo p {
	font-size: 14px;
	line-height: 21px;
	color: #aaaaaa;
	margin-top: 15px;
}

.b_logo {
	float: left;
}

.b_link {
	float: left;
	margin-left: 85px;
	width: 700px;
}

.b_link dl {
	float: left;
	width: 20%;
}

.b_link dl dt {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 35px;
	color: #ffffff;
}

.b_link dd {
	font-size: 14px;
	line-height: 30px;
	color: #c2c2c2;
	opacity: 0.8;

}

.b_code {
	float: right;
	color: #ffffff;
	text-align: center;
}

.b_code p {
	opacity: 0.8;
	margin-top: 10px;
}

/*++++++++++++++++++++++++ 首页 结束++++++++++++++++++++++++*/
@media (max-width:1920px) {}


@media (max-width:1366px) {
	.con120 {
		max-width: 1200px
	}
	.slide_info{
		bottom: 42%;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.hcon {
		max-width: 990px !important;
	}
	
}

@media (max-width:1199px) {
	.index_nums {
		min-height: 160px;
	}

	.i_p_info h3 {
		margin-top: 10px;
		font-size: 20px
	}

	.info_memo {
		font-size: 16px;
		margin-top: 20px;
	}

	.product_index_wrap .i_p_imgs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.index_news_ul li {
		width: 32%;
	}

	.index_partner li {
		width: 16%;
	}

	#header .con120 {
		max-width: 96%;
	}

	.con120 {
		max-width: 993px;
	}

	.zs_ul li {
		width: 32%;
	}

	.zs_ul li .zs_img {
		width: 100%;
	}

	.swiper2 img {
		max-width: 100%;
	}

	.swiper3 img {
		max-width: 100%;
	}

	.swiper4 {
		max-width: 940px;
	}

	.swiper4 .swiper-slide img {
		max-width: 100%;
		height: 112px;
		-o-object-fit: contain;
		object-fit: contain
	}

	.js_ul ul {
		float: none;
	}

	.ul2 {
		margin-left: 0;
	}

	.contact_title li:nth-child(2) {
		padding: 0 50px;
		margin: 0 50px;
	}

	.server1 span {
		padding: 24px;
		font-size: 14px;
	}

	.hcon {
		max-width: 850px !important;
	}

	.bg2_img {
		width: 50%;
	}

	.bg2_img img {
		max-width: 100%;
	}

	.zy_ul {
		width: 48%;
	}

	.bg2_wrap p {
		width: 375px;
	}

	.news_con {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 570px;
		flex: 0 0 570px;
		width: 570px;
	}

	.main_nav {
		float: left;
		margin-left: 35px;
		width: 630px;
	}

	.b_link {
		width: 590px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.slide_info{
		width: 32%;
		bottom: 36%;
		font-size: 12px;
		line-height: 19px;
	}
	.hezuo li {
		width: 24%;
	}

	.hezuo li img {
		max-width: 100%;
	}

	/* 手机导航 */
	body.hack {
		height: 100%;
		overflow-y: hidden;
		position: fixed;
		left: 0;
		top: 0;
	}

	#phone_header {
		display: block;
		width: 100%;
		height: 50px;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 9999;
		border-bottom: none;
		padding: 10px 0px;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.navto-search {
		position: absolute;
		right: 0;
		top: 0;

	}

	.navto-search a {
		display: block;
		padding: 0 15px 0 0;
		height: 30px;
		line-height: 30px;
		color: #777;
		font-size: 12px;
		font-size: 25px !important;
	}

	.navto-search i {
		font-size: inherit
	}

	.phone_logo {
		text-align: center;
		max-width: 100%;
		overflow: hidden;
		margin: 0;
	}

	.phone_logo a {
		height: 30px;
		max-width: 180px;
		margin: 0 auto;
		text-align: center;
		display: block;
		overflow: hidden;
		font-size: 0;
	}

	.phone_logo img {
		height: 100%;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	.m_icon_nav {
		position: absolute;
		top: 0;
		left: 0;
		color: #777;
		width: 30px;
		height: 30px;
		margin-left: 15px;
		cursor: pointer;
		font-size: 30px !important;
	}

	.m_mask {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 99998;
		overflow: hidden;
		display: none;
	}

	.m_mask.show {
		display: block;
	}

	.m_navbar {
		margin: 0 0;
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		height: 100%;
		background-color: #293038;
		text-align: left;
		padding: 15px 0 0;
		line-height: 1;
		font-size: 14px;
		width: 65%;
		z-index: 99999;
		display: block;
		overflow-y: auto;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}

	.m_navbar.show {
		left: 0;
	}

	.m_navbar li a {
		font-size: 14px;
		display: block;
		padding: 15px;
		margin: 0 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.04);
		color: rgba(255, 255, 255, 0.8);

	}

	.containers {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	.site-search {
		display: block;
	}

	body.seach_active .site-search {
		top: 50px;
	}

	.site-search {
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.95);
		position: absolute;
		top: -100px;
		left: 0;
		right: 0;
		height: 100px;
		z-index: 8;
		transition: .3s top ease-in-out;
		-webkit-transition: .3s top ease-in-out;
		-moz-transition: .3s top ease-in-out;
		-ms-transition: .3s top ease-in-out;
		-o-transition: .3s top ease-in-out;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
		        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	}

	.banner {
		margin-top: 50px;
	}

	.con15 {
		margin: 0 15px;
		max-width: 1200px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.search-input {
		float: left;
		color: #999;
		border: solid 1px #ddd;
		width: 85%;
		height: 50px;
		padding: 4px 12px;
		border-right: none;
		font-size: 16px;
		border-radius: 2px 0 0 2px;
		outline: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.site-search-form {
		padding: 25px 0;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.search-btn {
		color: #fff;
		border: none;
		background: #003e9a;
		height: 50px;
		font-size: 20px !important;
		padding: 0 12px;
		border-radius: 0 2px 2px 0;
		width: 15%;
		outline: none;
		cursor: pointer;
	}

	.search-btn i {
		font-size: inherit
	}

	#header {
		display: none;
	}

	.con120 {
		max-width: 750px;
	}

	.zs_img img {
		max-width: 80%;
	}

	.noodles li .zs_img img {
		max-width: 60%;
	}

	.noodles li .zs_img {
		height: 210px;
	}

	.pub_title {
		padding-top: 35px;
	}

	.js_img {
		width: 100%;
	}

	.js_img img {
		display: block;
		margin: 0 auto
	}

	.js_ul {
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.js_bottom {
		margin-top: 50px;
	}

	.contact_title li:nth-child(2) {
		padding: 0 10px;
		margin: 0 10px;
	}

	.server1,
	.server2 {
		width: 100%;
		float: none;
	}

	.server1 p {
		min-width: 85%
	}

	.server2 img {
		display: block;
		margin: 0 auto;
	}

	.zy_desc {
		width: 90%;
	}

	.bg2_img {
		width: 100%;
	}

	.bg2_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bg2_img img {
		display: block;
		margin: 0 auto;
	}

	.zy_ul {
		width: 100%;
	}

	.zy_ul div {
		width: 85%;
	}

	.news_con {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
		width: 350px;
	}

	.news_left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		width: 100px;
	}

	body.seach_active .site-search {
		top: 50px;
		opacity: 1;
	}

	.index_about_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse
	}

	.i_a_img {
		float: none;
		width: 100%;
	}

	.i_a_left {
		float: none;
		width: 100%;
	}

	.i_a_img img {
		margin: 0 auto;
		display: block;
	}

	.memo_desc {
		height: 95px;
	}

	.news_hover {
		max-height: 200px;
	}

	.index_news_info {
		padding: 20px 10px;
	}

	.index_nums {
		min-height: 104px;
	}

	.i_p_info h3 {
		margin-top: 10px;
		font-size: 20px
	}

	.info_memo {
		font-size: 16px;
		margin-top: 20px;
	}

	.product_index_wrap .i_p_imgs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.index_news_ul li {
		width: 32%;
	}

	.index_partner li {
		width: 24%;
	}

	.index_news_info h6 {
		font-size: 14px;
	}

	.index_news_info .more {
		left: 10px;
	}

	.b_code {
		display: none;
	}

	.b_logo {
		width: 30%;
	}

	.b_link {
		width: 65%;
		margin-left: 5%;
	}

	.m_navbar>li {
		position: relative;
	}

	.caret {
		position: absolute;
		left: 15%;
		top: 20px;
		color: #fff;
		border-top: 5px solid;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}

	.phone_sunNav {
		display: none;
		text-indent: 15px;
	}
}

@media (max-width:767px) {
	.hezuo li {
		width: 49%;
	}

	.hezuo li img {
		max-width: 100%;
	}

	.i_a_img {
		float: none;
		width: 100%;
	}

	.i_a_left {
		float: none;
		width: 100%;
	}

	.i_a_img img {
		margin: 0 auto;
		display: block;
	}

	.index_news_ul ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}

	.index_news_ul li {
		width: 100%;
		margin-top: 2%;
	}

	.news_hover {
		height: 200px;
	}

	.news_hover img {
		width: 100%;
		max-width: unset;
	}

	.index_partner li {
		width: 49%;
	}

	.index_partner li img {
		max-width: 100%;
	}

	.product_index_wrap .i_p_imgs {
		width: 100%;
	}

	.i_p_info {
		width: 100%;
		height: auto;
	}

	.memo_desc {
		height: auto;
		font-size: 12px;
	}

	.i_pro_more {
		display: none;
	}

	#header {
		display: none;
	}

	.product_index_wrap li:nth-child(2n) {
		margin-top: 5%;
	}

	.index_pro_more {
		margin-top: 35px;
	}

	.product_index_wrap {
		padding-bottom: 35px;
	}

	.about_more {
		margin-bottom: 3%;
	}

	.index_about_wrap {
		margin-top: 25px;
	}

	.index_nums {
		min-height: 60px;
	}

	body.seach_active .site-search {
		top: 50px;
		opacity: 1;
	}

	.index_prev,
	.index_next {
		display: none;
	}

	.con120 {
		max-width: 92%
	}

	.pro_zs {
		padding: 25px 0 35px;
	}

	.zs_des {
		font-size: 12px;
		line-height: 2;
	}

	.zs_ul {
		margin-top: 35px;
	}

	.zs_ul li {
		width: 100%;
	}

	.fast_nav a {
		margin: 0 5px;
		font-size: 12px;
		line-height: 35px;
	}


	.fast_nav {
		height: 35px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.page_banner {
		margin-top: 50px;
	}

	.jianjie1,
	.jianjie2 {
		width: 100%;
	}

	.pub_title h2 {
		font-size: 22px;
	}

	.concept_ul li {
		width: 24%;
	}

	.concept_ul i {
		width: 90px;
		height: 90px;
		-o-object-fit: contain;
		object-fit: contain
	}

	.pub_title {
		padding-top: 6%;
		margin-bottom: 25px;
	}

	.js_img {
		width: 100%;
		float: none;
	}

	.js_ul {
		float: none;
		width: 90%;
		margin: 0 auto
	}

	.js_bottom {
		margin-top: 30px;
	}

	.contact_title li:nth-child(2) {
		padding: 0;
		margin: 0;
		border: none;
	}

	.contact_title li {
		width: 100%;
		margin-bottom: 2%;
	}

	.contact_bot {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact_bot div {
		width: 100%;
	}

	.messages_form {
		width: 100%;
		float: none;
	}

	.messages_img {
		display: none;
	}

	.server1,
	.server2 {
		width: 100%;
		float: none;
	}

	.server1 p {
		min-width: 85%
	}

	.server2 img {
		display: block;
		margin: 0 auto;
	}

	.zy_desc {
		width: 90%;
	}

	.bg2_img {
		width: 100%;
	}

	.bg2_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bg2_img img {
		display: block;
		margin: 0 auto;
	}

	.zy_ul {
		width: 100%;
	}

	.zy_ul div {
		width: 85%;
	}

	.bg2_wrap p {
		width: 100%;
	}

	

	.news_left {
		display: none;
	}

	.news_con {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.news_img {
		display: none;
	}

	.news_list_ul li a {
		height: 150px;
	}

	#page {
		margin: 3% 0;
	}

	.news_tabs {
		margin-bottom: 30px;
	}

	.news_detail_wrap h3 {
		font-size: 15px;
		margin-top: 15px;
	}

	.news_content {
		margin-top: 25px;
	}

	.news_detail_wrap span {
		font-size: 14px;
	}

	.news_content img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
		margin: 2% 0;
	}

	.next_prev {
		width: 65%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.next_prev p {
		font-size: 12px;
	}

	.news_detail_wrap {
		margin-bottom: 25px;
	}

	#footer {
		height: auto;
		padding: 5% 0;
	}

	.b_logo {
		width: 100%;
		float: none;
	}

	.b_logo img {
		margin-bottom: 10px;
	}

	.b_link {
		width: 100%;
		margin: 0;
		float: none;
		margin-top: 3%;
	}

	.b_link dl {
		float: none;
		width: 100%;
		margin-top: 2%;
		overflow: hidden;
	}

	.b_link dl.active {
		height: auto;
	}

	.b_link dl dt {
		margin-bottom: 0;
		line-height: 40px;
	}

	.b_code {
		float: none;
		width: 100%;
		margin-top: 3%;
	}

	.b_code img {
		display: block;
		margin: 0 auto;
	}

	.index_pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.m_navbar>li {
		position: relative;
	}

	.caret {
		position: absolute;
		left: 40%;
		top: 20px;
		color: #fff;
		border-top: 5px solid;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}

	.phone_sunNav {
		display: none;
		text-indent: 15px;
	}

	.map_left {
		width: 100%;
		margin-bottom: 2%;
		float: left;
	}

	.map_right {
		float: right;
		width: 100%;
	}

	.b_link dd {

		display: none;
	}

	.contact_title {
		margin-bottom: 15px;
	}

	.contact_title ul li {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contact_title li p {
		width: 100%;
	}

	#dituContent,
	#dituContent1 {
		height: 320px !important;
	}

	.server_bg {
		margin-top: 35px;
		width: 100%;
		height: 31.3vw;
		background: url(../img/server_bgs.png) no-repeat center/100% 100%;
	}

	.section1 .pub_title,
	.section3 .pub_title,
	.section4 .pub_title {
		padding-top: 6%;
	}
	.hide_imgs img{
		width: 100%;
		margin:1.5% 0;
	}
	.i_p_imgs img {
		object-fit: contain;
		max-height: 210px;
	}
	.server1 li{
		display: block;
		height: auto;
		margin-bottom: 20px;
	}
	.server1 span {
		width: auto;
		height: auto;
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 18px;
		color: #004ea2;
		border:none;
		border-radius:0;
		padding-bottom: 10px;
		border-bottom: 1px solid #004ea2;
		margin-bottom: 10px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		-ms-border-radius:0;
		-o-border-radius:0;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		font-size: 14px;
}


	.server1 p {
		max-width: 100%;
		min-width: 100%;
		font-size: 12px;
	}
	.index_swiper .swiper-slide img{
		max-width: 100%;
	}
	.show{
		display: none;
	}
	.hide{
		display: block;
	}
	.slide_info{
		display: none;
	}
}