﻿@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0;}
ul,li { list-style:none;}
i,em { font-style: normal;}
h3,h4 { font-weight: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;} .fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; text-decoration: none;}
.p50 { padding: 50px 0px;}

.warp { max-width: 750px; margin: 0px auto;}
.warp .top { max-width: 750px;}

.top_hd {
	transform: scale3d(1, 1, 1);
	position: fixed;
	width: 100%;
	max-width: 750px;
	height: 50px;
	z-index: 99;
	}
.head_top {
	position: fixed;
	width: 100%;
	height: 50px;
	transform: scale3d(1, 1, 1);
	max-width: 750px;
	background: #f9fbff;
	z-index: 10;
	top: -50px;
	left: 0px;
	right: 0px;
	box-shadow: 0px 5px 5px rgba(0,0,0,.3);
	}
.head_top span {
	float: left;
	padding: 10px 0px 0px 5px;
	text-align: center;
	width: 60px;
	}
.head_top span a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #0083c9;
	}
.nav_top {
	display: flex;
	align-items: center;
    justify-content: space-around;
	margin-bottom: 0px;
	padding-top: 2px;
	}
.nav_top li {
	padding:5px 0px;
	text-align: center;
	font-size: 12px;
	}
.nav_top li img { max-width: 100%; height: 20px;}

.gotop{
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/top.png) center center no-repeat;
	background-size: contain;
	opacity: .6;
	z-index: 4;
	display: none;
	cursor: pointer;
	}

.banner {
	width: 100%;
	height: 384px;
	margin-top: 40px;
	background: url(../images/ban.jpg) top center no-repeat;
	}
.banner a {
	height: 384px;
	display: block;
	padding-top: 30px;
	padding-left: 30px;
	}
.banner a i {
	font-size: 50px;
	background: linear-gradient(to right, #54c1da, #6fc08c);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 700;
	margin-left: 35px;
	}
.banner a h3 {
	width: 310px;
	height: 70px;
	line-height: 70px;
	color: #34559c;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	background: #5ac4c0;
	-webkit-transform: skewX(-25deg);
	-webkit-transform-origin: left top;
	margin-left: 35px;
	}
.banner a h4 {
	font-size: 30px;
	color: #fff;
	margin: 5px 0px;
	}
.banner a span {
	font-size: 24px;
	color: #ffd200;
	}
.banner a p { width: 320px; padding: 5px 0px 10px;}
.banner a p font {
	position: relative;
	color: #ffd200;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	padding-left: 20px;
	margin-right: 15px;
	}
.banner a p font:after {
	content:"◎";
	position: absolute;
	display: block;
	color: #54c1da;
	left: 0px;
	top: 0px;
	font-size: 18px;
	}
.banner a button {
	line-height: 40px;
	padding: 0px 30px;
	background: #fff;
	border-radius: 30px;
	color: #34559c;
	font-size: 18px;
	margin-left: 150px;
	cursor: pointer;
	}
.banner a:hover button { color: #f00;}


.title {text-align: center;}
.title label {
	font-size: 34px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	background: url(../images/line-1.png) center bottom no-repeat;
	padding-bottom: 20px;
	}
.title label font { color: #f6ab00;}
	
.title2 {text-align: center;}
.title2 label {
	font-size: 34px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	background: url(../images/line-2.png) center bottom no-repeat;
	padding-bottom: 20px;
	color: #fff;
	}
.title2 label font { color: #f6ab00;}

.title3 {text-align: center;}
.title3 label {
	font-size: 34px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	background: url(../images/line-3.png) center bottom no-repeat;
	padding-bottom: 20px;
	color: #fff;
	}
.title3 label font { color: #f6ab00;}
	
.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(to right,#2785fb,#a668f7);
	border-radius: 30px;
	padding: 0px 40px;
	line-height: 44px;
	box-shadow: 3px 5px 0px #5660b8;
	}
.more a:hover { color: #fff; text-decoration: none;}
	
.more2 { text-align: center;}
.more2 a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	background-color: #e8535d;
	border-radius: 30px;
	padding: 0px 30px;
	line-height: 44px;
	}
.more2 a:hover { background-color: #2a2d93}


.leixing {margin-top: 50px; margin-bottom: 50px;}
.leixing ul { display: flex;}
.leixing ul:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.leixing li {
	float: left;
	width: 33.33333333333334%;
	text-align: center;
	color: #fff;
	padding: 30px 0px 60px;
	position: relative;
	}
.leixing li strong {
	font-size: 24px;
	color: #ffd200;
	line-height: 50px;
	display: block;
	}
.leixing li p {
	font-size: 16px;
	line-height: 28px;
	}
.leixing li a {
	display: inline-block;
	line-height: 30px;
	width: 120px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -60px;
	}
.leixing li a:hover { background-color: #ffd200; border-color: #ffd200; color: #000;}
.lx_1 { background-color: #9c2c1b;}
.lx_2 { background-color: #a05237;}
.lx_3 { background-color: #5a838c;}

/*******范围********/
.fw_bg {
	width: 100%;
	height: auto;
	background: url(../images/fw_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0px;
	text-align: center;
	}

.fw_box {
	margin: 30px auto;
	background: #fff;
	border-radius: 20px;
	display: inline-table;
	position: relative;
	}
.fw_box:before {
	content:"";
	position: absolute;
	width: 916px;
	height: 42px;
	background: url(../images/icon.png) repeat-x;
	top: 0px;
	left: 75px;
	}
.fw_box ul { padding: 80px 30px 40px 35px;}
.fw_box ul li { display: table;}
.fw_box ul li a {
	display: block;
	float: left;
	width: 86px;
	height: 100px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 5px;
	font-size: 18px;
	text-align: center;
	}
.f_100 { line-height: 100px;}
.f_dd1 {background: url(../images/fw-1.png) 0 0 no-repeat;}
.f_dd2 {background: url(../images/fw-2.png) 0 0 no-repeat; color: #fff;}
.f_25 { padding-top: 25px;}
.f_20 { padding-top: 20px;}
.f_m { margin-left: 45px; margin-top: -22px;}
.f_m2 { margin-top: -22px;}

.fw_bg .more { margin-top: 80px;}
.honeycomb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	align-items: center;
	padding: 80px 0px 50px;
	-webkit-transform: translateY(34.375px);
	transform: translateY(34.375px);
	background: #fff url(../images/icon.png) left top repeat-x;
	border-radius: 20px;
	margin: 0px 10px;
	}
.honeycomb li { display:flex;}
.honeycomb-cell {
  flex: 0 1 250px;
  max-width: 86px;
  height: 100px;
  margin: -15px 5px 0px;
  position: relative;
  text-align: center;
  padding: 0px 5px;
  font-size: 16px;
  line-height: 20px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.honeycomb-cell a { color: #000;}
.honeycomb-cell a:hover { color: #f00; text-decoration: none;}
.h-dd a { color: #fff;}

.honeycomb-cell::before, .honeycomb-cell::after {
  content: '';
}
.honeycomb-cell::before, .honeycomb-cell::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.honeycomb-cell::before {
  background: #8cdcf5;
}
.h-dd::after{ background: #4940fd;}


	
/*********专业团队********/
.team { margin: 30px 0px; position: relative;}
.team_title {
	width: 390px;
	height: 160px;
	background: url(../images/team-1.png) 0 0 no-repeat;
	background-size: 50%;
    background-position: center center;
	font-size: 16px;
	text-align: center;
	color: #000;
	padding-top: 50px;
	margin: 0px auto;
	}
.team p { position: absolute; font-size: 15px; color: #015cad;}
.team p i {
	width: 12px;
	height: 12px;
	background-color: #015cad;
	border-radius: 6px;
	display: inline-block;
	}
.t_1 { top: 40px; left: 25px; width: 36%;}
.t_2 { bottom: 40px; left: 125px;}
.t_3 { top: 40px; right: 75px;}
.t_4 { bottom: 40px; right: 20px;}

.team_box { margin: 30px 0px; text-align: center;}
.team_box:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.team_box p { margin-bottom: 0px; text-align: center; }
.team_box p a { float: left;}
.team_box a { display: inline-block;}
.team_box a img{
	margin: 2px 2px;
	border: 1px solid #f6ab00;
	width: 78px;
	height: 78px;
	}
.t_n { padding-left: 38px;}

/**********期刊展示**********/
.qk_bg {
	width: 100%;
	background-color: #0d0e4d;
	padding: 50px 0px;
	}
.qk_list { margin: 50px 0px;}
.qk_list:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qk_list li{
	float: left;
	width: 25%;
	}
.qk_list li div {
	margin: 5px 5px;
	border: 2px solid #f6ab00;
	position: relative;
	height: 380px;
	background-color: #fff;
	}
.qk_list li div:hover { box-shadow: 0px 0px 15px rgba(255,255,255,.5);}
.qk_list li div img { width: 100%; height: 376px;}
.qk_list li div dl {
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	opacity: .9;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	}
.qk_list li div dl dt {
	font-size: 16px;
	padding-left: 10px;
	margin: 15px 0px 5px;
	}
.qk_list li div dl dt a { font-weight: bold;}
.qk_list li div dl dt span {
	font-size: 12px;
	background: #ff9429;
	color: #fff;
	padding: 2px 5px;
	margin-left: 6px;
	border-radius: 6px 6px 6px 0px;
	}
.qk_list li div dl dd {
	width: 98%;
	float: left;
	margin-left: 2%;
	}
.qk_list li div dl dd span {color: #ff4400;}
	
/********业务特色********/
.business { margin: 40px 0px;}
.business:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.business li {
	float: left;
	width: 50%;
	margin: 10px 0px;
	}
.business li img {
	padding: 10px 10px;
	border-radius: 20px;
	}
.business li h4 {
	font-size: 18px;
	color: #015cad;
	font-weight: bold;
	}
.business li p {
	font-size: 14px;
	line-height: 18px;
	height: 80px;
	}
.b_1 img{float: right; border: 5px solid #f3b516; margin: 0px 10px 0px 20px;}
.b_1 h4 { text-align: right;}
.b_2 img{float: left; border: 5px solid #005bac; margin: 0px 20px 0px 10px;}
.b_2 h4 { text-align: left;}
.b_3 img{float: right; border: 5px solid #005bac; margin: 0px 10px 0px 20px;}
.b_3 h4 { text-align: right;}
.b_4 img{float: left; border: 5px solid #f3b516; margin: 0px 20px 0px 10px;}
.b_4 h4 { text-align: left;}

/*********服务流程*********/
.server_bg {
	width: 100%;
	background: url(../images/ser_bg.jpg) center center no-repeat;
	background-size:cover;
	padding: 50px 0px;
	}
.ser_box {
	height: 244px;
	background: url(../images/ser_img.png) center center no-repeat;
	background-size:contain;
	margin: 50px 0px;
	position: relative;
	}
.ser_box ul { padding-left: 0px; display: block;}
.ser_box ul:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.ser_box li {
	float: left;
	width: 295px;
	margin-left: 0px;
	font-size: 16px;
	margin-top: 10px;
	}
.ser_box li span {
	width: 56px;
	height: 56px;
	color: #fff;
	font-weight: bold;
	padding: 12px 5px 10px;
	text-align: center;
	display: inline-table;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	}
.ser_box li p { padding-top: 8px;}
.mb130 { margin-bottom: 90px;}
.ser_u { margin-left: 150px;}
.ser_but {
	width: 70px;
	height: 90px;
	position: absolute;
	font-size: 20px;
	padding: 0px 10px;
	color: #fff;
	display: block;
	top: 90px;
	right: 0px;
	}
.ser_but:hover { color: #f6ab00;}

/**********为什么发表*********/
.why_text {
	padding: 20px 15px;
	font-size: 18px;
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: 0px;
	}
.why_cont { margin: 30px 0px;}
.why_cont:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.why_cont li {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	}
.why_cont li div {
	margin: 5px 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 230px;
	}
.w_1 {
	background-color: #f7ab00;
	border-radius: 115px 0 0 115px;
	color: #000;
	padding-left: 50px;
	padding-right: 12px;
	}
.w_2 {
	background-color: #4940fd;
	border-radius: 0 115px 115px 0;
	color: #fff;
	padding-left: 12px;
	padding-right: 50px;
	}
.w_3 {
	background-color: #4940fd;
	border-radius: 115px 0 0 115px;
	color: #fff;
	padding-left: 50px;
	padding-right: 12px;
	}
.w_4 {
	background-color: #f7ab00;
	border-radius: 0 115px 115px 0;
	color: #000;
	padding-left: 12px;
	padding-right: 50px;
	}

.footer {
	width: 100%;
	padding: 20px 0px;
	color: #666;
	border-top: 3px solid #dbdbdb;
	position: relative;
	}
.footer:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 0px;
	border-top: 1px solid #dbdbdb;
	top: 2px;
	left: 0px;
	}
.foot_img {
	float: left;
	width: 100px;
	height: 100px;
	background: url(../images/wx.png) center center no-repeat;
	background-size: contain;
	margin-right: 10px;
	}
.foot_info {float: left;}
.foot_info ul{
	display:inline-block;
	width:130px;
	height: auto;
	padding-left: 10px;
	border-right:1px solid #E5E5E5;
	vertical-align: top;
	}
.foot_info ul:last-child{border:0;}
.foot_info ul li{line-height: 26px;}
.foot_info ul li a{color:#898989;}

.foot_add {
	float: right;
	width: 240px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	}


@media (max-width: 320px) {
	.fw_bg { height: auto; background-size: cover; padding: 20px 0px;}
	.fw_bg .more { margin-top: 50px;}
	.honeycomb { margin: 0px 5px; padding: 50px 0px 30px; background-size: 9%;}
	.honeycomb-cell { font-size: 12px; max-width: 55px; height: 60px; line-height: 16px; margin: -12px 3px 0px;}
  	.honeycomb-cell:nth-child(9n + 6) { margin-left: calc(50% - 140px);}
  	.honeycomb-cell:nth-child(9n + 9) { margin-right: calc(50% - 140px);}
	.honeycomb-cell:last-child { margin-left: calc(50% - 97px);}
	.title label, .title2 label, .title3 label { font-size: 26px; background-size: contain;}
	.leixing { margin-top: 20px; margin-bottom: 20px;}
	.p50 { padding: 20px 0px;}
	.banner { height: 210px; background-size: cover;}
	.banner a { height: 210px; padding-top: 10px; padding-left: 10px;}
	.banner a i{ font-size: 24px; margin-left: 20px;}
	.banner a h3 { width: 150px; height: 30px; line-height: 30px; font-size: 16px; margin-left: 20px;}
	.banner a h4 { font-size: 16px;}
	.banner a span { font-size: 14px;}
	.banner a p { width: 220px;}
	.banner a p font { font-size: 12px; line-height: 20px; margin-right: 12px;}
	.banner a button { line-height: 26px; padding: 0px 15px; font-size: 14px; margin-left: 90px;}
	.leixing li img{ width: 50px; height: 50px;}
	.leixing li strong { font-size: 12px;}
	.leixing li p { font-size: 12px; line-height: 20px; margin-bottom: 0px; padding: 0px 10px;}
	.leixing li a { font-size: 14px; width: 80px; margin-left: -40px;}
	.team_title { width:100%; height: 80px; background-size: 40%; background-position: center center; font-size: 12px; padding-top: 20px;}
	.team p { font-size: 12px; }
	.team p i { width: 9px; height: 9px;}
	.t_1 { left: 10px; top: 0px; width: 35%;}
	.t_2 { left: 10px; width: 28%; bottom: -12px;}
	.t_3 { top: 0px; width: 30%; right: 5px;}
	.t_4 { right: 5px; width: 25%; bottom: -12px;}
	.team_box { margin: 0px 0px 30px;}
	.team_box p { float: left;}
	.team_box p a { float: left;}
	.team_box a img { width: 70px; height: 70px;}
	.t_m { margin-left: 0px; padding-left: 50px; padding-right: 48px;}
	.t_n { padding-left: 12px;}
	.qk_bg { padding: 20px 0px;}
	.qk_list { padding: 0px 5px; margin: 20px 0px;}
	.qk_list li { width: 50%;}
	.qk_list li div { margin: 5px 5px; height: 220px;}
	.qk_list li div img { height: 216px;}
	.qk_list li div dl dt { font-size: 14px; padding-left: 5px; margin: 5px 0px;}
	.qk_list li div dl dd { width: 95%; margin-left: 5%; font-size: 12px; margin-bottom: 0px;}
	.business { margin: 20px 0px;}
	.business li h4 { font-size: 12px; margin-top: 0px; margin-bottom: 0px; height: 26px;}
	.business li p { font-size: 12px; line-height: 16px; height: 135px; padding: 0px 5px;}
	.business li { margin: 5px 0px;}
	.business li img { width: 50px; height: 50px; padding: 3px 3px; border-radius: 5px;}
	.b_1 img, .b_3 img { margin: 0px 5px 0px 5px; border-width: 1px;}
	.b_2 img, .b_4 img { margin: 0px 5px 0px 5px; border-width: 1px;}
	.server_bg { background-size: cover;}
	.ser_box { background-size: contain; height: 160px; margin: 10px 0px;}
	.ser_box ul { padding-left: 0px; padding-top: 10px;}
	.ser_box li { margin-left: 0px; margin-top: 10px; font-size: 12px;}
	.ser_box li span { font-size: 12px; line-height: 14px; margin-right: 5px; padding: 8px 0px 0px; width: 40px; height: 40px; background: #005bac; border-radius: 20px;}
	.ser_box li p { padding-top: 0px;}
	.mb130 { margin-bottom: 15px;}
	.mb130 li:first-child { width: 120px;}
	.mb130 li:last-child { width: 192px;}
	.ser_u { margin-left: 45px;}
	.ser_u li { width: 128px; margin-top: -5px;}
	.ser_but { right: 0px; font-size: 12px; line-height: 16px; top: 58px; width: 40px; height: 40px; padding: 5px 5px; background: #005bac; border-radius: 20px;}
	.why_cont { margin: 10px 0px 20px;}
	.why_cont li { font-size: 12px; line-height: 18px;}
	.why_cont li div { padding-top: 10px; padding-bottom: 10px; height: 255px;}
	.why_text { padding: 0px 15px; margin-bottom: 0px; font-size: 13px; line-height: 20px;}
	.w_1, .w_3 { padding-left: 15px; padding-right: 12px; border-radius: 30px 0px 0px 30px;}
	.w_2, .w_4 { padding-left: 12px; padding-right: 15px; border-radius: 0px 30px 30px 0px;}
	.foot_img { width: 90px; height: 90px; background-size:contain; margin: 10px auto; float: none;}
	.foot_info { padding-left: 5px;}
	.foot_info ul { width: 100px; padding-left: 5px; height: auto;}
	.foot_info ul li { line-height: 20px; font-size: 12px;}
	.foot_add { width: 100%; line-height: 22px; font-size: 12px;}
	.foot_add p { padding-top: 0px; margin-bottom: 0px;}
}
@media (min-width: 321px) and (max-width: 375px) {
	.fw_bg { height: auto; background-size: cover; padding: 20px 0px;}
	.fw_bg .more { margin-top: 50px;}
	.honeycomb { margin: 0px 2px; padding: 50px 0px 30px; background-size: 9%;}
	.honeycomb-cell { font-size: 12px; max-width: 65px; height: 75px; line-height: 16px; margin: -15px 3px 0px;}
  	.honeycomb-cell:nth-child(9n + 6) { margin-left: calc(50% - 140px);}
  	.honeycomb-cell:nth-child(9n + 9) { margin-right: calc(50% - 140px);}
	.honeycomb-cell:last-child { margin-left: calc(50% - 114px);}
	.title label, .title2 label, .title3 label { font-size: 26px; background-size: contain;}
	.leixing { margin-top: 20px; margin-bottom: 20px;}
	.p50 { padding: 20px 0px;}
	.banner { height: 245px; background-size: cover;}
	.banner a { height: 245px; padding-top: 15px; padding-left: 10px;}
	.banner a i{ font-size: 30px; margin-left: 20px;}
	.banner a h3 { width: 200px; height: 30px; line-height: 30px; font-size: 20px; margin-left: 20px;}
	.banner a h4 { font-size: 20px;}
	.banner a span { font-size: 16px;}
	.banner a p font { font-size: 15px; line-height: 22px; margin-right: 10px;}
	.banner a button { line-height: 30px; padding: 0px 15px; font-size: 14px; margin-left: 90px;}
	.leixing li img{ width: 50px; height: 50px;}
	.leixing li strong { font-size: 14px;}
	.leixing li p { font-size: 12px; line-height: 20px; margin-bottom: 0px; padding: 0px 5px;}
	.leixing li a { font-size: 14px; width: 80px; margin-left: -40px;}
	.team { margin-bottom: 15px;}
	.team_title { width:100%; height: 80px; background-size: 36%; background-position: center center; font-size: 12px; padding-top: 20px;}
	.team p { font-size: 12px; }
	.team p i { width: 9px; height: 9px;}
	.t_1 { left: 10px; top: 0px; width: 38%;}
	.t_2 { left: 10px; width: 30%; bottom: 0px;}
	.t_3 { top: 0px; width: 36%; right: 5px;}
	.t_4 { right: 5px; width: 30%; bottom: 0px;}
	.team_box { margin: 0px 0px 30px;}
	.team_box p { float: left;}
	.team_box p a { float: left;}
	.team_box a img { width: 79px; height: 79px;}
	.t_m { margin-left: 0px; padding-left: 60px; padding-right: 30px;}
	.t_n { padding-left: 20px;}
	.qk_bg { padding: 20px 0px;}
	.qk_list { padding: 0px 5px; margin: 20px 0px;}
	.qk_list li { width: 50%;}
	.qk_list li div { margin: 5px 5px; height: 280px;}
	.qk_list li div img { height: 276px;}
	.qk_list li div dl dt { font-size: 14px;}
	.qk_list li div dl dd { width: 95%; margin-left: 5%; font-size: 12px;}
	.business { margin: 20px 0px;}
	.business li h4 { font-size: 14px; margin-top: 0px; margin-bottom: 0px;}
	.business li p { font-size: 12px; line-height: 18px; height: 120px; padding: 0px 10px;}
	.business li { margin: 5px 0px;}
	.business li img { width: 50px; height: 50px; padding: 3px 3px; border-radius: 5px;}
	.b_1 img, .b_3 img { margin: 0px 5px 0px 5px; border-width: 1px;}
	.b_2 img, .b_4 img { margin: 0px 5px 0px 5px; border-width: 1px;}
	.server_bg { background-size: cover; padding: 20px 0px 30px;}
	.ser_box { background-size: contain; height: 160px; margin: 20px 0px 10px;}
	.ser_box ul { padding-left: 0px;}
	.ser_box li { margin-left: 0px; width: 145px; margin-top: 10px; font-size: 12px;}
	.ser_box li span { font-size: 12px; line-height: 14px; margin-right: 5px; padding: 8px 0px 0px; width: 40px; height: 40px; background: #005bac; border-radius: 20px;}
	.ser_box li p { padding-top: 0px;}
	.mb130 { margin-bottom: 18px;}
	.ser_box .mb130 li { margin-top: 15px;}
	.ser_box .mb130 li:last-child { width: 160px;}
	.ser_u { margin-left: 70px;}
	.ser_but { right: 2px; font-size: 12px; line-height: 16px; top: 64px; width: 30px; height: 30px; padding: 0px 0px;}
	.why_cont { margin: 10px 0px 20px;}
	.why_cont li { font-size: 12px; line-height: 20px;}
	.why_cont li div { padding-top: 10px; padding-bottom: 10px;}
	.why_text { padding: 0px 15px; margin-bottom: 0px; font-size: 14px; line-height: 24px;}
	.w_1, .w_3 { padding-left: 15px; padding-right: 12px; border-radius: 30px 0px 0px 30px;}
	.w_2, .w_4 { padding-left: 12px; padding-right: 15px; border-radius: 0px 30px 30px 0px;}
	.foot_img { width: 90px; height: 90px; background-size:contain; margin: 10px auto; float: none;}
	.foot_info ul { width: 115px; padding-left: 10px; height: auto;}
	.foot_info ul li { line-height: 20px; font-size: 12px;}
	.foot_add { width: 100%; line-height: 22px; font-size: 12px;}
	.foot_add p { padding-top: 0px; margin-bottom: 0px;}
}
@media (min-width: 376px) and (max-width: 749px) {
	.fw_bg { height: auto; padding: 20px 0px 50px;}
	.honeycomb { margin: 0px 2px; padding: 60px 10px 30px; background-size: 9%;}
	.honeycomb-cell { font-size: 14px; max-width: 64px; height: 75px; line-height: 16px; margin: -15px 2px 0px;}
  	.honeycomb-cell:nth-child(11n + 6) { margin-left: calc(50% - 203px);}
  	.honeycomb-cell:nth-child(11n + 11) { margin-right: calc(50% - 203px);}
	.p50 { padding: 20px 0px;}
	.banner { height: 255px; background-size: cover;}
	.banner a i{ font-size: 30px; margin-left: 20px;}
	.banner a { height: 255px; padding-top: 20px; padding-left: 20px;}
	.banner a h3 { width: 200px; height: 30px; line-height: 30px; font-size: 20px; margin-left: 20px;}
	.banner a h4 { font-size: 20px;}
	.banner a span { font-size: 16px;}
	.banner a p font { font-size: 15px; line-height: 22px; margin-right: 10px;}
	.banner a p font:after { font-size: 20px;}
	.banner a button { line-height: 30px; padding: 0px 15px; font-size: 14px; margin-left: 90px;}
	.leixing li img{ width: 50px; height: 50px;}
	.leixing li strong { font-size: 15px;}
	.leixing li p { font-size: 12px; line-height: 20px; margin-bottom: 0px; padding: 0px 10px;}
	.leixing li a { padding: 0px 10px; font-size: 14px; width: 80px; margin-left: -40px;}
	.team { margin: 10px 0px;}
	.team_title { height: 120px; background-size: 40%; background-position: center center; font-size: 14px; padding-top: 35px;}
	.team p { font-size: 13px; }
	.team p i { width: 9px; height: 9px;}
	.t_1 { left: 10px; top: 20px; width: 35%;}
	.t_2 { left: 10px; width: 30%; bottom: 10px;}
	.t_3 { top: 20px; width: 35%; right: 0px;}
	.t_4 { right: 0px; width: 30%; bottom: 10px;}
	.team_box { margin: 0px 0px 30px;}
	.team_box p { float: left;}
	.team_box p a { float: left;}
	.team_box a img { width: 79px; height: 79px;}
	.t_m { margin-left: 0px; padding-left: 80px; padding-right: 50px;}
	.t_n { padding-left: 38px;}
	.qk_list { padding: 0px 5px;}
	.qk_list li { width: 50%;}
	.qk_list li div { margin: 5px 5px; height: 280px;}
	.qk_list li div img { height: 276px;}
	.qk_list li div dl dt { font-size: 14px;}
	.qk_list li div dl dd { width: 95%; margin-left: 5%; font-size: 12px;}
	.business { margin: 20px 0px;}
	.business li h4 { font-size: 14px; margin-top: 0px; margin-bottom: 0px;}
	.business li p { font-size: 12px; line-height: 18px; height: 120px; padding: 0px 10px;}
	.business li { margin: 5px 0px;}
	.business li img { width: 50px; height: 50px; padding: 3px 3px; border-radius: 5px;}
	.b_1 img, .b_3 img { margin: 0px 5px 0px 5px; border-width: 1px;}
	.b_2 img, .b_4 img { margin: 0px 5px 0px 5px; border-width: 1px;}
	.server_bg { background-size: cover;}
	.ser_box { background-size: contain; height: 160px;}
	.ser_box ul { padding-left: 0px;}
	.ser_box li { margin-left: 0px; width: 160px; margin-top: 10px; font-size: 12px;}
	.ser_box li span { font-size: 12px; line-height: 14px; margin-right: 5px; padding: 8px 0px 0px; width: 40px; height: 40px; background: #005bac; border-radius: 20px;}
	.ser_box li p { padding-top: 0px;}
	.mb130 { margin-bottom: 28px;}
	.ser_u { margin-left: 82px;}
	.ser_but { right: 0px; font-size: 14px; line-height: 16px; top: 64px; width: 36px; height: 36px; padding: 0px 0px;}
	.why_cont { margin: 10px 0px 20px;}
	.why_cont li { font-size: 14px; line-height: 20px;}
	.why_cont li div { padding-top: 10px; padding-bottom: 10px;}
	.why_text { padding: 0px 15px; margin-bottom: 0px; font-size: 14px; line-height: 24px;}
	.w_1, .w_3 { padding-left: 15px; padding-right: 12px; border-radius: 30px 0px 0px 30px;}
	.w_2, .w_4 { padding-left: 12px; padding-right: 15px; border-radius: 0px 30px 30px 0px;}
	.foot_img { width: 85px; height: 85px; background-size:contain; margin-right: 0px;}
	.foot_info ul { width: 106px; padding-left: 10px; height: auto;}
	.foot_info ul li { line-height: 20px; font-size: 12px;}
	.foot_add { width: 100%; line-height: 22px; font-size: 12px;}
	.foot_add p { padding-top: 0px; margin-bottom: 0px;}
}

@media (min-width: 750px) {
.honeycomb-cell:nth-child(13n + 8) { margin-left: calc(50% - 292px);}
.honeycomb-cell:nth-child(13n + 13) { margin-right: calc(50% - 292px);}
}




/*表单*/ 
.biaodan{
    position: relative;
    margin: 0px 10px 20px 10px;
    overflow: hidden;
    background: url(../images/bd4.jpg) no-repeat top center;
    border-radius: 10px;
background-size: 100%;
}


.biaodan .bdform{
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 5px;
    text-align: center;
	position: relative;
}
.biaodan .bdform label {
	display: block;
	position: absolute;
	bottom: 95px;
	left: 20px;
	}
.biaodan .bdform label input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	}
.biaodan .bdform label a { color: #fff;}
.biaodan form:after {
	content:"";
	clear: both;
	display: block;
	overflow: hidden;
	}
.biaodan .bdform h2{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-right: 85px;
}
.biaodan .bdform h5{
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	padding-right: 80px;
}
.biaodan .bdform .tianx{
	margin-top: 20px;
}
.biaodan form .in{
	height: 39px;
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    float: left;
    border: none;
}
.biaodan form .tijiao{
    width: 100%;
    height: 39px;
     box-shadow: 0px 2px 20px 0px rgba(253, 101, 62, 0.2); 
    /* border: none; */
    float: left;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 0;
     font-weight: bold; 
    margin-top: 50px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(250 220 158), rgb(244 118 41));
    	font-size: 16px;
}
.biaodan form .tianx span{
        float: left;
    color: #fff;
    line-height: 30px;
    padding-right: 10px;
    font-size: 14px;
}
.chooseus{
	margin-top: 0;
}

