@charset "utf-8";

/* CSS Document -- iwing */

html {
	-webkit-text-size-adjust: none;
}

/*当样式表里font-size<12px时，中文版chrome浏览器里字体显示仍为12px*/

body {
	font-family: '微软雅黑', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
}
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, img, td, div, input {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline-style: none;
	color: #666;
	text-decoration: none;
	border: 0px;
}
a:hover {
	text-decoration: none;
	color: #2266ba;
}
input, select, textarea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	outline: none
}
input {
	border: 0;
	padding: 0 5px;
	line-height: 2em\9;
}

/*默认input行高为字号的两倍，如不是请分别设置ie8-必须设定行高，其他不需要*/

textarea {
	padding: 5px;
	resize: none;
}
img {
	border: 0;
	display: block;
}
li {
	list-style-type: none;
	vertical-align: 0
}
.hidden {
	display: none;
}
.fl {
	float: left
}
.fr {
	float: right
}
.pos_r {
	position: relative;
}
.pos_a {
	position: absolute
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.animate {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

/*延迟0.3秒*/

.animate3 {
	-webkit-transition: all .3s ease-in-out .3s;
	-moz-transition: all .3s ease-in-out .3s;
	-ms-transition: all .3s ease-in-out .3s;
	-o-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
}
::-webkit-input-placeholder {
	font-size: 14px;
	color: #999;
}
.wrap {
	max-width: 1920px;
	margin: 0 auto;
}
.iwing-header {
	width: 100%;
	height: 110px;
	background-color: rgba(250, 250, 250, 0.3);
	position: absolute;
	z-index: 10;
}
.iwing-nav {
	padding: 7px 15px 0;
	max-width: 1400px;
	margin: 0 auto;
}
.iwing-nav .iwing-logo {
	width: 118px;
	height: 91px;
	line-height: 91px;
	background-image: url(../images/iwing-logo.png);
	transition: all 0.5s;
}
.iwing-logo i {
	font-size: 150px;
	color: #fff;
}
.iwing-nav .iwing-nav-fr {
	font-size: 18px;
	/*padding-top: 36px;*/
	color: #fff;
	padding-top: 21px;
}
.iwing-nav .iwing-nav-fr a {
	padding: 30px 18px;
	color: #fff;
	display: block;
	transition: all .5s;
}
.iwing-nav .iwing-nav-fr a:hover {
	color: #2171fd
}
.iwing-nav .iwing-nav-fr span {
	display: block;
	font-family: Arial;
	font-size: 20px;
	padding: 18px 0px 0px 18px;
	line-height: 44px;
}
.iwing-nav .iconfont {
	font-size: 18px;
	margin-right: 6px;
}
.iwing-nav .iwing-top {
	position: relative;
	display: block;
}
.iwing-nav .iwing-bt {
	display: none;
	position: absolute;
	left: -17px;
	top: 82px;
	width: 227px;
	background-color: #fff;
	opacity: 0.88;
	filter: alpha(opacity=88)
}
.iwing-nav .iwing-bt .iwing-nav-list {
	display: block;
	height: 59px;
	line-height: 59px;
	padding: 0px 30px;
	border-bottom: #c7c7c7 solid 1px;
	font-size: 14px;
	color: #212121;
	transition: all .5s;
}
.iwing-nav .iwing-bt .iwing-nav-list:last-child {
	border-bottom: none
}
.iwing-nav .iwing-bt .iwing-nav-list:hover {
	background-color: #4186fd;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100)
}
.iwing-nav .iwing-bt .iwing-arr {
	border-color: #908c8a transparent transparent;
	border-style: solid;
	border-width: 8px;
	display: block;
	height: 0;
	left: 46px;
	position: absolute;
	top: 0;
	width: 0;
}
.iwing-nav .iwing-top:hover .iwing-bt {
	display: block;
}
.news_img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.news_img img {
	width: 100%;
}
.news_img p, .join_img p, .case_img p {
	position: absolute;
	left: -200px;
	right: 15px;
	top: 45%;
	opacity: 0;
	max-width: 1400px;
	height: 98px;
	margin: 0 auto;
}
.news_img p img {
	width: auto;
	height: 100%;
}
.join_img p {
	top: 38%;
	height: 225px;
}
.case_img p {
	height: 145px;
}
.case_img1 p {
	top: 45%;
	height: 110px;
}
.case_img1 p img {
	margin: 0 auto;
}

/*.join_img p img{ height: auto;}*/

.news_img p.p_cut {
	opacity: 1;
	left: 15px;
}
.news_tab {
	background: #333;
	width: 100%;
	text-align: center;
}
.news_tab a {
	padding: 20px 36px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.news_tab a:hover, .news_tab a.a_cut {
	background: #232323;
}
.news_ul {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 100px;
	padding: 0 20px;
	box-sizing: border-box;
}
.news_ul ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.news_ul li {
	width: 48%;
	float: left;
	margin-top: 70px;
	position: relative;
}
.news_ul li span, .index_new span {
	width: 70px;
	height: 50px;
	background: #1d8dfa;
	line-height: 25px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: -20px;
	top: 20px;
	padding: 20px 10px;
	font-family: arial;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news_ul li:nth-child(2n) {
	float: right
}
.news_ul li img {
	width: 100%;
}
.news_ul li a {
	border: 3px solid #fff;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.new_title {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(transparent, #232323);
	padding: 30px 30px 0;
	box-sizing: border-box;
}
.new_title h2 {
	font-size: 30px;
	color: #fff;
	line-height: 50px;
	font-family: arial;
	height: 50px;
	overflow: hidden;
}
.new_title p {
	color: #fff;
	font-size: 18px;
	height: 22px;
	overflow: hidden;
}
.loading {
	width: 100%;
	height: 35px;
	padding: 30px 0;
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	cursor: pointer;
}
.loading span {
	background: url(../images/loading.gif) no-repeat left center;
	background-size: 25px;
	padding-left: 35px;
	display: inline-block;
}
.loading img {
	display: inline;
	text-align: center;
}
.loading i {
	font-size: 26px;
	position: relative;
	top: 3px;
	margin-left: 5px;
}

/*footer*/

.iwing-footer {
	width: 100%;
	background-color: #1d1d1d;
	padding: 45px 0px;
}
.iwing-footerMid {
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
}
.iwing-footerLeft {
	width: 65%;
	padding-left: 5%
}
.iwing-footNav {
	width: 22.5%;
	color: #fff;
}
.iwing-footNav dt {
	line-height: 48px;
	font-size: 17px;
}
.iwing-footNav dd, .iwing-footNav dd a {
	font-size: 13px;
	color: #fff;
}
.iwing-footNav dd {
	line-height: 26px;
}
.iwing-footer-info {
	width: 30%;
	color: #fff;
}
.iwing-footer-info em {
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}
.iwing-footer-num {
	line-height: 48px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.iwing-footer-address {
	line-height: 20px;
	font-size: 15px;
}
.iwing-footer-email {
	line-height: 46px;
	font-size: 15px;
}
.iwing-footer-code {
	margin: 11px 0px 0px;
}
.iwing-footer-code img {
	margin-right: 28px;
}
.m-iwing-header, .m-iwing-banner {
	display: none;
}
#layoutBg {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.popLayer {
	display: none;
	position: fixed;
	_position: absolute;
	z-index: 110;
	left: 50%;
	top: 50%;
	overflow: hidden;
	background: #fff;
}
.a-demand-pop {
	width: 256px;
	height: 256px;
}
.a-demand-box img {
	margin-left: 29px;
}
.a-pop-top {
	height: 32px;
}
.popClose {
	display: block;
	width: 50px;
	height: 32px;
	font-size: 26px;
	text-align: center;
	line-height: 32px;
	color: #b2b2b2;
}
.popClose:hover {
	text-decoration: none;
}
.a-pop-tit {
	font-size: 20px;
	color: #137bd4;
	padding-bottom: 13px;
	border-bottom: #c6c6c6 solid 2px;
	margin-bottom: 10px;
}
.a-demand-box {
	height: 206px;
	overflow-y: auto;
	width: 256px;
}
@media (min-width:1361px) {}
@media (max-width:1360px) {
	.news_img p {
		height: 70px;
	}
	.join_img p {
		height: 160px;
	}
	.case_img p {
		height: 110px;
	}
	.cms p {
		height: 100px!important;
	}
}

/*.second {
	margin-top: 200px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}*/

.second {
	width: 100%;
	background: #f4f4f4;
	overflow: hidden;
}
.second_cont {
	max-width: 1200px;
	margin: 50px auto 80px;
	overflow: hidden;
}
.second_cont .m-index-sever-list{display:none;}
.second_cont li {
	width: 25%;
	height: 380px;
	float: left;
}
.second_cont li a:hover dd {
	color: #666;
	text-decoration: none;
}
.second_cont li .index_an {
	position: relative;
	max-width: 195px;
	height: 200px;
	margin: 0 auto;
	top: 0;
}
.second_cont li h2 {
	font-size: 23px;
	font-weight: 400;
	text-align: center;
	color: #353535;
	margin-bottom: 20px;
}
.second_cont li dl {
	max-width: 125px;
	margin: 0 auto;
}
.second_cont li dd {
	background: url(../images/wechat8.gif) no-repeat left center;
	padding-left: 15px;
	white-space: nowrap;
	text-align:left;
}
.second_h1 {
	font-size: 40px;
	color: #2d2d2d;
	font-weight: 400;
	text-align: center;
	line-height: 2;
}
.second_p {
	font-size: 20px;
	color: #404040;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}
.anim1 {
	width: 195px;
	height: 195px;
	text-align: center;
	line-height: 205px;
	font-size: 195px;
	color: #5c97fe;
	position: absolute;
	top: 0;
	left: 0;
	/*transition:all 0.3s ease-in-out 0s;*/
}
.anim2 {
	width: 195px;
	height: 195px;
	text-align: center;
	line-height: 205px;
	font-size: 175px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.anim3 {
	font-size: 80px;
	position: absolute;
	left: 0;
	top: 0;
	color: #5c97fe;
	line-height: 195px;
	text-align: center;
	width: 100%;
}
.anim4 {
	width: 0px;
	height: 10px;
	background: radial-gradient(#e0e0e0, #f4f4f4);
	position: absolute;
	top: 200px;
	left: 50%;
	border-radius: 50%;
	opacity: .8;
	margin-left: 0px;
}
.sec_li2 .anim1, .sec_li2 .anim3 {
	color: #ffaf34;
}
.sec_li3 .anim1, .sec_li3 .anim3 {
	color: #13c0ce;
}
.sec_li4 .anim1, .sec_li4 .anim3 {
	color: #94bf2c;
}
.index_new {
	width: 100%;
	overflow: hidden;
}
.index_new a {
	width: 50%;
	max-width: 960px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}
.index_new a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 10;
	transition: all 0.5s;
	overflow: hidden;
}
.index_new .index_new_second:before {
	background: #004dd2;
}
.index_new a> img {
	max-width: 960px;
	transition: all 0.5s;
}
.index_new .index_new_list {
	position: absolute;
	bottom: 12%;
	left: 50px;
	right: 50px;
}
.index_new h3 {
	font-size: 33px;
	line-height: 2;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 100;
}
.index_new p {
	z-index: 100;
	font-size: 17px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_new img {
	width: 100%;
}
.index_new span {
	left: 0;
	top: 0;
	z-index: 100;
}

/*connect_us*/

.connect_us1 {
	width: 100%;
	max-width: 995px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.connect_us1 h1 {
	font-size: 40px;
	height: 60px;
	line-height: 60px;
	color: #151515;
	font-weight: 400;
	text-align: center;
	margin-top: 70px;
}
.connect_us1 h2 {
	font-size: 17px;
	color: #333;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}
.con_us {
	width: 470px;
	height: 112px;
	border: 1px solid #bdbdbd;
	margin-bottom: 32px;
	float: left;
}
.con_us:nth-child(2n) {
	float: right;
}
.con_us p {
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.con_us p.con_us_p {
	margin-top: 25px;
}
.con_us p.con_us_p1 {
	font-size: 16px;
}
.con_us p.con_us_p1 a {
	color: #333;
}
.con_us i {
	font-size: 56px;
	height: 112px;
	line-height: 112px;
	display: block;
	float: left;
	padding: 0 20px 0 30px;
}
.connect_us2 {
	width: 100%;
	height: 512px;
	background: url(../images/connect_us1.jpg) no-repeat center top;
}
.need_cont {
	width: 100%;
	max-width: 995px;
	margin: 0 auto;
	overflow: hidden;
	padding: 68px 0 40px;
	font-size: 25px;
	color: #fff;
}
.n_cont_input {
	width: 100%;
	max-width: 995px;
	margin: 0 auto;
	overflow: hidden;
}
.n_cont_input input {
	width: 428px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #bdb2a8;
	background: rgba(255, 255, 255, .1);
	display: block;
	margin-bottom: 18px;
	border-radius: 6px;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}
.need_left {
	float: left;
}
.n_cont_input input:focus, .need_text:focus {
	background: rgba(255, 255, 255, .4);
	border: 1px solid #1d8dfa;
}
.need_text {
	width: 428px;
	height: 162px;
	border-radius: 6px;
	border: 1px solid #bdb2a8;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	padding: 5px 20px;
	box-sizing: border-box;
}
.need_right {
	float: right;
	color: #aeadad;
}
.submit {
	width: 189px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
	margin: 30px auto;
	background: #2663cc;
	border-radius: 25px;
}
.submit:hover {
	color: #fff;
	text-decoration: underline;
}
.n_cont_input input::-webkit-input-placeholder {
	font-size: 12px;
	color: #aeadad;
}

/*加入我们*/

.join_cont {
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 0 80px;
	overflow: hidden;
}
.j_cont1 {
	width: 760px;
	float: left;
}
.j_cont1 h2 {
	font-size: 40px;
	font-weight: 400;
	color: #151515;
	line-height: 50px;
	margin-bottom: 30px;
	margin-top: 60px;
}
.j_cont1 p {
	font-size: 17px;
	color: #222121;
	margin-bottom: 15px;
	line-height: 25px;
}
.join_cont img {
	width: 441px;
	height: 390px;
	float: right;
}
.join_cont1 {
	width: 100%;
	background: url(../images/join_us3.jpg) no-repeat center top;
	height: 537px;
}
.join_cont1 h2 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	padding: 120px 0 80px;
}
.join_ul, .join_cont2 {
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
}
.join_ul li {
	width: 25%;
	float: left;
}
.join_ul li span, .join_in b, .join_in_c h3, .case_ul li, .serve li img, .serve li p, .cms_cont4 li:before, .serve6 .cms_ul li {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.join_ul li.j_color1 span {
	background: #eab016;
}
.join_ul li.j_color2 span {
	background: #ef6163;
}
.join_ul li.j_color3 span {
	background: #00a0fe;
}
.join_ul li span {
	width: 110px;
	height: 110px;
	line-height: 110px;
	margin: 0 auto;
	display: block;
	background: #07aaae;
	border-radius: 50%;
	text-align: center;
}
.join_ul li span i {
	color: #fff;
	font-size: 50px;
}
.join_ul li p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.join_cont2 {
	background: url(../images/join_us4.gif) no-repeat 130px 65px;
	padding: 65px 0 0 360px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 80px;
}
.join_cont2 h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 60px;
}
.join_in {
	border: 1px solid #eee;
	border-left-color: #07aaae;
	padding: 30px 30px 0;
	position: relative;
}
.join_in p {
	margin-bottom: 30px;
}
.join_in span {
	font-size: 16px;
	color: #333;
}
.join_in b {
	width: 3px;
	height: 80px;
	background: #07aaae;
	position: absolute;
	left: 0;
	top: -1px;
}
.join_color1 .join_in {
	border-left-color: #eab016
}
.join_color1 b {
	background: #eab016;
}
.join_color2 .join_in {
	border-left-color: #ef6163
}
.join_color2 b {
	background: #ef6163;
}
.join_color3 .join_in {
	border-left-color: #1f81fa
}
.join_color3 b {
	background: #1f81fa;
}

/*公司简介*/

.company h2 {
	margin-top: 0;
}
.company img {
	margin-top: 20px;
}
.company1 {
	background: url(../images/company2.jpg) no-repeat center top;
	height: 810px;
}
.company_cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.company_cont h3 {
	font-size: 22px;
	color: #fbdc00;
	font-weight: 400;
	margin-bottom: 10px;
}
.company_cont p {
	overflow: hidden;
}
.font19 {
	font-size: 19px;
	padding: 10px 0;
}
.margin_t60 {
	margin-top: 60px;
}
.pad_left {
	padding-left: 20px;
}
.company_cont i {
	font-style: normal;
	padding: 0 5px;
	font-size: 36px;
	position: relative;
	top: -11px;
	float: left;
}
.company_cont span {
	float: left;
}
.company_left {
	width: 50%;
	float: left;
}
.company2 {
	height: 436px;
	background: url(../images/company3.gif) no-repeat center top;
}
.comp930 {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	line-height: 44px;
	padding-top: 150px;
	font-size: 16px;
}
.comp930 img {
	float: left;
	padding-right: 95px;
}

/*.company3 {
	overflow: hidden;
}

.company3 img {
	width: 50%;
	float: left;
}*/

.company3-txt {
	position: absolute;
	top: 36%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #fff;
	height: 270px;
}
.company3-txt h6 {
	font-size: 40px;
	line-height: 64px;
	font-weight: normal;
}
.company3-txt .company3-inner-txt {
	line-height: 30px;
	font-size: 18px;
}
.company3-txt .icon-zuojiantouquan-copy {
	display: inline-block;
	font-size: 38px;
	padding: 20px 0px;
}

/*案例*/

.case_tab {
	text-align: center;
	overflow: hidden;
	margin: 50px 0;
}
.case_tab a {
	width: 118px;
	height: 40px;
	line-height: 40px;
	margin: 0 15px;
	border-radius: 3px;
	color: #3a3a3a;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #dadada;
}
.case_tab a.cut, .case_tab a:hover {
	background: #0e8cfd;
	color: #fff;
	border: 1px solid #0e8cfd;
}
.case_ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.case_ul_list {
	padding-bottom: 50px;
}
.case_ul ul {
	overflow: hidden;
}
.case_ul li {
	width: 25%;
	float: left;
	position: relative;
	left: 0;
	top: 0;
}
.case_ul li span {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: block;
	text-align: center;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 1s all;
	-webkit-transition: 1s all;
}
.case_ul li i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.case_ul li img {
	width: 100%;
}
.case_ul li.cut {
	display: none;
}
.case_d_cont, .case_d_cont2, .case_d_cont4 {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.case_title {
	font-size: 18px;
	color: #2b2b2b;
	text-align: right;
	margin-top: 60px;
}
.case-share {
	float: right;
	margin-top: 20px;
}
.case-share img {
	width: 80%
}
.case_d_cont h3 {
	color: #151515;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 25px;
}
.case_d_cont p {
	width: 510px;
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 25px;
}
.case_d_cont p.wid10 {
	width: 850px;
}
.wid10 p {
	width: 850px;
}
.s-case-ul {
	font-size: 15px;
	color: #222121;
	margin-bottom: 50px;
}
.s-case-ul li {
	line-height: 25px;
	width: 33.33%;
}
.s-case-ul-list li {
	width: 100%
}
.s-case-ul li img {
	display: inline-block;
	margin-right: 8px;
}
.case_center_img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.case_center_img img {
	display: inline-block;
	box-shadow: 0px 0px 18px #dbdbdb;
	margin-bottom: 45px;
}
.case_d_cont h3.margin_t22 {
	margin-top: -22px;
}
.case_d_cont1 {
	background: #f5f5f5;
	padding: 70px 0 50px;
}

/*轮播图片*/

.index_banner {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align:center;
	position: relative;
	overflow: hidden;
}
.ban_hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	text-align: center;
}
.ban_hd ul {
	display: inline-block;
	height: 10px;
	padding: 3px 5px;
	font-size: 0;
	vertical-align: top;
}
.ban_hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: none;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #fff;
}
.ban_hd ul .on {
	background: #fff;
}
.ban_bd {
	position: relative;
	z-index: 0;
}
.ban_bd li img {
	width: 100%;
}
.ban_bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*首页banner*/

#index .ban_hd li {
	background: #fff;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#index .ban_hd ul .on {
	width: 20px;
}
#index .ban_bd li {
	position: relative;
}
#index .ban_bd li img.bn_text {
	width: 940px;
	height: 167px;
	position: absolute;
	left: 60%;
	margin-left: -470px;
	top: 40%;
	z-index: 9;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
	transform: scale(1);
	opacity: 0;
}
.bn_cut {
	transform: scale(1)!important;
	opacity: 1!important;
	left: 50%!important;
}
.case_d_cont2 {
	overflow: hidden;
}
.case_d_img {
	width: 570px;
	height: 570px;
	float: left;
}
.case_d_div {
	width: 570px;
	height: 570px;
	background: #fff;
	float: right;
	padding: 180px 120px 0 70px;
	box-sizing: border-box;
}
.case_d_div h4 {
	font-size: 23px;
	font-weight: 400;
	color: #151515;
	margin-bottom: 30px;
}
.case_d_div p {
	font-size: 15px;
}
.case_d_img1 {
	float: right;
}
.case_d_cont3 {
	background: #eaeaea;
	padding: 70px 0 90px;
}
.case_d_cont4 h3 {
	font-size: 25px;
	color: #242424;
	font-weight: 400;
	margin-bottom: 20px;
	line-height:26px;
}

/*.case_d_cont4 ul{ width: 130%;}*/

.case_d_cont4 li {
	width: 33.33%;
	float: left;
}
.case_d_cont4 li img {
	width: 100%;
}

/*.case_d_cont4 li:last-child {
	display: none;
}*/

.case_d_cont4 {
	height: 283px;
}
.cms_cont4 .case_d_cont4 {
	height: 354px;
}

/*cms*/

.cms p {
	height: 138px;
}
.cms_cont {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto 90px;
	text-align: center;
}
.cms_h2 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 400;
	margin: 80px 0 30px;
	color: #151515;
	text-align: center;
}
.cms_cont p {
	color: #2a2a2a;
	font-size: 18px;
	line-height: 1.5;
}
.cms_cont img {
	margin: 60px auto 0;
}
.cms_cont1 {
	width: 100%;
	height: 902px;
	background: url(../images/cms3.jpg) no-repeat center top;
}
.cms_cont1 .band_ui_list{text-align:left;}
.cms_slide {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.cms_slide h2 {
	color: #fff;
	padding: 70px 0 30px;
}
.cms_h3 {
	color: #fbdc00;
	margin-bottom: 10px;
	margin-top: 40px;
}
.cms_slide p {
	font-size: 15px;
	color: #fff;
}
.cms_slide li {
	width: 46%;
	float: left;
}
.cms_slide li:last-child {
	float: right;
}
.cms_cont3 {
	background: #fafafa;
	overflow: hidden;
}
.cms_cont3 p {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.cms_ul {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
#index_banner_2 {
	padding: 50px 0;
}
.cms_ul li {
	width: 25%;
	float: left;
	background: url(../images/cms_line.gif) no-repeat right center;
}
.cms_ul li:nth-child(4n) {
	background: none;
}
.cms_ul li span {
	border: 2px solid #71b2ff;
	border-radius: 50%;
	width: 118px;
	height: 118px;
	display: block;
	text-align: center;
	line-height: 118px;
	margin: 0 auto 25px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.cms_ul li i {
	font-size: 60px;
	color: #71b2ff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	display: block;
}
.cms_ul li h5 {
	font-size: 21px;
	color: #262525;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.cms_ul li p {
	color: #5c5c5c;
	font-size: 15px;
	max-width: 230px;
	margin: 0 auto;
	height: 105px;
	text-align: left;
	line-height: 1.3;
	text-align: justify;
}
.cms_cont4 {
	background: #fff;
}
.cms_cont4 h3 {
	text-align: center;
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 40px;
}
.cms_cont4 p {
	font-size: 17px;
	text-align: center;
	color: #202020;
	line-height: 3;
}
.cms_cont4 li {
	width: 30.33%;
	margin: 0 1.5%;
	position: relative;
}
.cms_cont4 li:before {
	border-bottom: 3px solid #5c97fe;
	position: absolute;
	width: 50px;
	left: 50%;
	bottom: 45px;
	content: "";
	margin-left: -25px;
	visibility: hidden;
	opacity: 0;
}

/*提交信息*/

.iwing-subInfo {
	width: 100%;
	background: url(../images/iwing-tab-bg.png) repeat;
	padding: 61px 0px 110px;
}
.iwing-subBox {
	width: 1200px;
	margin: 0 auto;
}
.iwing-subSider {
	width: 880px;
}
.iwing-subSider h4 {
	font-size: 35px;
	line-height: 88px;
	color: #2d2d2d;
	font-weight: 400;
}
.iwing-form {
	padding: 4px 0px 0px;
}
.iwing-form input, .iwing-form textarea {
	border-radius: 6px;
	border: #ccc solid 1px;
	background-color: #dcdcdc;
	color: #4e4e4e;
	box-shadow: -1px 1p #ccc inset;
	padding: 5px 5px 5px 18px;
}
.iwing-form input {
	width: 393px;
	height: 38px;
	line-height: 38px;
	margin: 0px 0px 30px 0px;
}
.iwing-form input:nth-child(2n) {
	float: right;
}
.iwing-form textarea {
	width: 855px;
	height: 110px;
}
.iwing-subBtn {
	display: block;
	width: 188px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: #5c97fe;
	border-radius: 6px;
	color: #fff;
	margin: 27px 0px 0px;
	font-size: 18px;
}
.iwing-subBtn:hover {
	background-color: #4587f9;
	color: #fff
}
.iwing-sub-info {
	text-align: center;
	margin-top: 56px;
}
.iwing-sub-info .iconfont {
	font-size: 55px;
	font-weight: lighter;
}
.iwing-sub-info p {
	color: #3e3e3e;
	font-size: 30px;
	line-height: 35px;
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.iwing-sub-info span {
	line-height: 28px;
	font-size: 16px;
	color: #242424;
}
.iwing-sub-time {
	margin-bottom: 95px;
}
.iwing-form input:focus, .iwing-form textarea:focus {
	border: 1px solid #5c97fe;
}
.dealer_bg {
	background: #fafafa;
	overflow: hidden;
}
.dealer_bg1 {
	background: #f4f4f4;
	overflow: hidden;
}
.dealer_cont {
	max-width: 1250px;
	overflow: hidden;
}
.dealer_cont img {
	float: left;
}
.dealer_right {
	float: right;
	width: 55%;
	margin-top: 100px;
	text-align: left;
}
.dealer_right h2 {
	text-align: left;
}
.dealer_right p {
	width: 80%;
	text-align: justify;
}
.dealer_cont1 {
	background: url(../images/dealer7.jpg) no-repeat center top;
	height: 717px;
	overflow: hidden;
}
.dealer_cont2 {
	max-width: 1010px;
	margin: 130px auto 0;
	font-size: 16px;
	position: relative
}
.dealer_left {
	color: #fff000;
	line-height: 55px;
	float: left;
	text-align: right;
	width: 100px;
	margin-top: 109px;
}
.dealer_left li {
	padding-right: 14px;
}
.dealer_r {
	float: left;
	width: 910px;
	color: #fff;
	line-height: 55px;
}
.dealer_r p {
	width: 455px;
	float: left;
}
.dealer_title {
	margin-bottom: 59px;
	overflow: hidden;
}
.dealer_title p img {
	padding-left: 30px;
}
.dealer_pk {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -90px;
}
.wechat {
	padding-bottom: 30px;
}
.wechat_cont {
	max-width: 1200px;
}
.wechat_cont .dealer_right {
	margin-top: 0;
}
.wechat_cont .dealer_right .cms_h2 {
	margin-top: 50px;
}
.wechat .cms_ul li {
	background: none;
	width: 48%;
}
.wechat .cms_ul li:nth-child(2n) {
	float: right;
}
.wechat .cms_ul li span {
	float: left;
}
.wechat .cms_ul li h5 {
	text-align: left;
	padding-left: 140px;
}
.wechat .cms_ul li p {
	margin: 0;
	max-width: 100%;
	height: auto;
	padding-left: 140px;
	box-sizing: border-box;
	font-size: 17px;
	color: #2e2e2e;
	margin-bottom: 15px;
}
.wechat dl {
	padding-left: 140px;
	height: 120px;
}
.wechat dl dd {
	float: left;
	width: 33.33%;
	background: url(../images/wechat8.gif) no-repeat left center;
	padding-left: 15px;
	box-sizing: border-box;
}
.wechat dl.wechat_dl dd {
	width: 50%;
}
.serve {
	width: 100%;
	max-width: 1300px;
	overflow: hidden;
}
.serve li {
	float: left;
	max-width: 229px;
	padding: 0 15.5px 0 15.5px;
	background: url(../images/cms_line.gif) no-repeat right bottom;
}
.serve li:last-child {
	background: none;
}
.serve li img {
	width: 100%;
	margin: 30px auto 0;
	border: 2px solid #fff;
}
.serve li p {
	color: #333;
	font-size: 15px;
	margin-top: 20px;
	text-align: left;
	min-height: 45px;
}
.serve1 {
	height: 728px;
	background: url(../images/serve9.jpg) no-repeat center top;
	overflow: hidden;
}
.serve2 {
	background: url(../images/serve7.gif) no-repeat center top;
	border-bottom: 1px solid #eae9e9;
	overflow: hidden;
}
.serve1 .cms_ul li {
	width: 30%;
	margin: 50px 1.66% 0;
}
.serve1 .cms_ul li:nth-child(2n) {
	float: left;
}
.serve1 .cms_ul li h5, .serve1 .cms_ul li p, .serve1 .cms_h2 {
	color: #fff;
}
.serve1 .cms_ul li span {
	background: #71b2ff;
}
.serve1 .cms_ul li i {
	color: #fff;
}
.serve1 .cms_ul li p {
	height: 88px;
}
.wechat_s {
	max-width: 1050px;
}
.bg_color {
	background: #36b6ea;
}
.bg_color .cms_h2, .bg_color .cms_cont p, .bg_color1 .cms_h2, .bg_color1 .cms_cont p, .bg_color2 .cms_h2, .bg_color2 .cms_cont p, .bg_color3 .cms_h2, .bg_color3 .cms_cont p {
	color: #fff;
}
.bg_color .wechat_cont .dealer_right .cms_h2 {
	margin-top: 80px;
}
.wechat_left {
	float: left;
}
.bg_color1 {
	background: #f96c1e;
}
.bg_color2 {
	background: #a4cd3b;
}
.bg_color3 {
	background: #fbac1d;
}
.bg_color1 .wechat_cont .dealer_right .cms_h2, .bg_color2 .wechat_cont .dealer_right .cms_h2 {
	margin-top: 120px;
}
.wechat_left .cms_h2, .bg_color3 .cms_h2 {
	margin-top: 120px!important;
}
.serve3 {
	border-bottom: 1px solid #eae9e9;
	background: #fff;
}
.serve3 .dealer_right {
	width: 52%;
}
.serve5 .cms_ul li {
	width: 33.33%;
}
.serve5 .cms_ul {
	margin: 80px auto 50px;
	max-width: 1050px;
}
.serve5 .cms_ul li:nth-child(2n), .serve6 .cms_ul li:nth-child(2n) {
	float: left;
}
.serve5 .cms_ul li h5 {
	margin-top: 10px;
}
.serve5 .cms_ul li:hover h5 {
	margin-top: 10px;
}
.serve6 {
	background: #f4f3f3;
}
.serve6 .cms_ul {
	margin: 80px auto 50px;
}
.serve6 .cms_ul li {
	background: #fff;
	width: 388px;
	height: 192px;
	margin: 0 18px 25px;
	padding: 40px;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.serve6 dl dd {
	width: 50%;
}
.serve6 .cms_ul li span {
	width: 90px;
	height: 90px;
	line-height: 90px;
}
.serve6 .cms_ul li h5 {
	padding-left: 110px;
}
.serve6 dl {
	padding-left: 110px;
}
.serve6 .cms_ul li span {
	background: #d1d1d1;
	border: 0;
}
.serve6 .cms_ul li span i {
	color: #fff;
}
.serve6 .cms_ul li i {
	font-size: 45px;
}
.serve6 .cms_h3 {
	color: #151515;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 30px;
	text-align: center;
}
.serve_img {
	margin: 30px auto 30px;
}
.m_img {
	display: none;
}
.bg_border {
	border-bottom: 1px solid #eae9e9;
}
.serve5 {
	background: #fff;
}
.bg_border .cms_ul {
	max-width: 1300px;
}
.bg_border .cms_ul li {
	height: 125px;
	padding: 15px;
	border: 2px solid #dbdada;
}
.bg_border .cms_ul li h5 {
	line-height: 70px;
}
.serve8_img {
	max-width: 1284px;
	width: 100%;
	margin: 0 auto;
}
.serve8_img img {
	float: left;
	margin: 0 10px;
}
.server9_img {
	margin-top: 30px!important;
}
.server9_img img {
	border: 5px solid #e3e3e3;
	margin-bottom: 20px;
	box-sizing: border-box;
}

/*11.10*/


/*minisite*/

.s_minisite-box {
	box-sizing: border-box;
	margin: 85px auto 55px;
	max-width: 960px;
	width: 100%;
}
.s_product_txt {
	text-align: center;
}
.s_product_txt img {
	display: inline-block;
}
.s_minisite-box p {
	line-height: 25px;
	font-size: 18px;
	padding-top: 25px;
	text-align: center;
	text-justify: inter-ideograph
}
.s_green_box p, .s_green_box .iconfont {
	color: #95b93a;
}
.s_orange_box p, .s_orange_box .iconfont {
	color: #df6928;
}
.s_blue_box p, .s_blue_box .iconfont {
	color: #578ecf
}
.s_yellow_box p, .s_yellow_box .iconfont {
	color: #d1901b
}
.s_purple_box p, .s_purple_box .iconfont {
	color: #8456dd
}
.s_pro_cont {
	box-sizing: border-box;
	margin: 0 auto 118px;
	max-width: 1430px;
	width: 100%;
}
.s_pro_tit {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	color: #151515;
	margin-bottom: 30px;
	background-image: url(../images/s-minisite_tit-bg.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.s_pro_tit .iconfont {
	font-size: 40px;
	vertical-align: middle;
	margin-right: 5px;
}
.slides p {
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 45px;
}
.s_pro_img {
	padding: 7px;
	border: #ececec solid 1px;
	box-shadow: 0px 0px 9px #e6e6e6;
}
.s_problem {
	margin: 30px auto 45px;
	max-width: 1200px;
}
.s_problem_box {
	width: 46%;
	padding: 1% 2%;
}
.s_problem_box p {
	padding: 40px 0px 0px 18px;
	line-height: 25px;
	color: #414141;
	font-size: 17px;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph
}
.s_practice_list {
	max-width: 1323px;
	margin: 10px auto 15px;
}
.s_practice_list li {
	width: 16%;
	padding: 1% 2%;
	background: url(../images/s_pro_line.jpg) no-repeat center right;
	text-align: center;
}
.s_practice_icon {
	display: inline-block;
	width: 132px;
	height: 132px;
	background-color: #f96c1e;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.s_practice_icon em {
	display: block;
	font-size: 50px;
	padding: 38px 0px 20px;
}
.s_practice_list p {
	line-height: 25px;
	font-size: 15px;
	color: #3b3b3b;
	padding: 20px 0px 0px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph
}
.s_practice_list li:last-child {
	background: none;
}
.s_practice_blue .s_practice_icon {
	background-color: #6badfb;
}
.s_practice_yellow .s_practice_icon {
	background-color: #fbac1d;
}
.s_practice_yellow li {
	width: 17%;
	padding: 1% 4%;
}
.s_practice_purple .s_practice_icon {
	background-color: #a57bf7;
}
.s_practice_purple {
	max-width: 954px;
}
.s_practice_purple li {
	width: 25%;
	padding: 1% 4%;
}
.s_issue {
	margin: 30px auto 45px;
	max-width: 1344px;
}
.s_issue .s_problem_box {
	width: 21%;
	padding: 1% 2%;
}
.s_issue .s_problem_box p {
	padding: 12px 0px;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
}
.s_issue_purple {
	max-width: 1008px;
}
.s_issue_purple .s_problem_box {
	width: 29.3%;
	padding: 1% 2%;
}
.s_issue_purple .s_problem_box p {
	padding: 12px 20px;
	text-align: left;
}
.s_purple_img {
	max-width: 1000px;
	margin: 50px auto 130px;
	text-align: center;
}
.s_purple_img img {
	display: inline-block;
}

/*服务最终*/

.section-content {
	min-height: 900px;
	width: 100%;
	margin: 0 auto;
}
.nav-height {
	position: relative;
	z-index: 1000;
}
.nav-wrap {
	width: 100%;
	height: 83px;
	background: #4d4b4b;
	text-align: center;
}
.nav-wrap.navFix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.nav-wrap ul {
	font-size: 0;
	letter-spacing: 0;
}
.nav-wrap li {
	display: inline-block;
	height: 83px;
	line-height: 83px;
}
.nav-wrap li a {
	display: block;
	padding: 0 36px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.nav-wrap li a:hover {
	background-color: #3d3c3c;
}
.nav-wrap li a.active {
	background-color: #3d3c3c;
}
.nav-mobile {
	display: none;
	font-weight: bold;
	width: 100%;
}
.section-content {
	position: relative;
	border-bottom: #fff solid 1px;
}
.section-content .s_service_txt {
	padding: 1rem 2rem 0rem;
	position: absolute;
	/*top:220px;*/
	/*left:50%;*/
	width: 14rem;
	height: 10.475rem;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 1rem;
	font-size: 0.575rem;
}
.s_service_txt, .s_service_txt:hover {
	color: #fff;
}
.s_service_txt h6 {
	line-height: 2rem;
	font-size: 1.25rem;
	padding: 0px 0px 0.425rem 0px;
	font-weight: normal
}
.s_service_txt .animate {
	display: block;
	width: 3.8rem;
	height: 1.2rem;
	text-align: center;
	line-height: 1.2rem;
	border: #fff solid 1px;
	color: #fff;
	font-size: 0.45;
	margin-top: 0.925rem;
}
.s_service_txt .animate:hover {
	background: rgba(0, 0, 0, 0.5);
}
.section-content .s_service_txt {
	bottom:10%;
	right: 7%;
	opacity: 0;
}
.section2 .s_service_txt, .section4 .s_service_txt {
	right: 0%;
	left: 7%;
	/*left:50%;margin-left:-17.5rem;*/
}

/*.section1 .s_service_txt{right:-100%;top:5.5rem;}
.section2 .s_service_txt{bottom:-100%;left:50%;margin-left:-17.5rem;}*/


/*.section3 .s_service_txt{display:none;top:5.5rem;left:50%;}
.section4 .s_service_txt{left:-100%;top:5.5rem;}
.section5 .s_service_txt{right:-100%;top:5.5rem;}*/


/*.section2 .s_service_txt,.section4 .s_service_txt{left:50%;margin-left:-700px;}*/

.section0 {
	background: url(../images/s_service01.jpg) no-repeat 100% 0%;
	background-size: 100% 100%;
	;
}
.section1 {
	background: url(../images/s_service02.jpg) no-repeat 100% 100%;
	background-size: 100% 100%;
}
.section2 {
	background: url(../images/s_service03.jpg) no-repeat 100% 100%;
	background-size: 100% 100%;
}
.section3 {
	background: url(../images/s_service04.jpg) no-repeat 100% 100%;
	background-size: 100% 100%;
}
.section4 {
	background: url(../images/s_service05.jpg) no-repeat 100% 100%;
	background-size: 100% 100%;
}
.section5 {
	background: url(../images/s_service06.jpg) no-repeat 100% 100%;
	background-size: 100% 100%;
}
.s-menu-txt {
	border: #2e7aff solid 2px;
	background-color: #fff;
	font-size: 40px;
}
#menu {
	position: fixed;
	right: -250px;
	bottom: 10%;
	z-index: 70;
	width: 64px;
}
.s_menu li {
	position: relative;
	height: 64px;
	width: 100%
}
.s_menu li p {
	background-color: #2e7aff;
	border-radius: 2px 0 0 2px;
	color: #fff;
	font-size: 15px;
	height: 35px;
	line-height: 34px;
	overflow: hidden;
	position: absolute;
	right: 53px;
	text-align: center;
	top: 13px;
	width: 0;
}
.s_menu .index_an {
	position: relative;
}
.s_menu .anim1 {
	width: 75px;
	line-height: 66px;
	height: 75px;
	font-size: 75px;
	color: #2e7aff
}
.s_menu .anim2 {
	width: 75px;
	height: 75px;
	line-height: 64px;
	font-size: 68px;
}
.s_menu .anim3 {
	font-size: 30px;
	left: 7px;
	top: -1px;
	text-align: center;
	line-height: 65px;
}
.s_menu li a:hover p {
	/*opacity: 1;
	filter: alpha(opacity=100);*/
	width: 162px;
}
.s_menu li a:hover .anim2, .s_menu .active .anim2 {
	color: #2e7aff
}
.s_menu li a:hover .anim3, .s_menu .active .anim3 {
	color: #fff;
}

/*公司詳情*/

.s-dynamic-detail {
	max-width: 950px;
	padding: 2rem 0.25rem 3rem;
	margin: 0 auto
}
.s-dynamic-detail h6 {
	font-size: 1.0rem;
	color: #000;
	line-height: 2rem;
	text-align: center;
	font-weight: normal;
}
.s-dynamic-detail .s-dynamic-time {
	font-size: 15px;
	color: #9c9c9c;
	line-height: 0.5rem;
	text-align: center;
}
.s-dynamic-detail .s-dynamic-txt {
	padding: 1.25rem 0rem 1rem;
	line-height: 30px;
	font-size: 15px;
	color: #1a1a1a;
}
.s-dynamic-detail .s-dynamic-txt p {
	text-indent: 2em;
}
.s-share {
	padding-bottom: 1.125rem;
}
.s-share a {
	display: block;
}
.s-share img {
	width: 80%;
}
.s-share span {
	font-size: 14px;
	color: #949494;
	margin: 12px 10px 0px 0px;
}
.s-dynamic-bt {
	border-top: #cccccc dashed 1px;
	padding: 15px 0px 0px;
	color: #353636;
	line-height: 26px;
}
.s-dynamic-l {
	width: 50%;
}
.s-dynamic-r {
	width: 50%;
	text-align: right
}

/*案例详情*/

.a-white-box {
	text-align: center;
	padding: 4% 0px 6%;
	width: 100%;
	background-color: #fff;
}
.a-white-box img {
	display: inline-block;
	vertical-align: middle;
}
.a-tit {
	width: 98%;
	font-size: 40px;
	color: #1e1e1e;
	margin: 0 auto;
	line-height: 40px;
}
.a-gray-box {
	background-color: #f7f7f7;
}
.a-block-txt {
	width: 96%;
	font-size: 16px;
	color: #636363;
	line-height: 25px;
	text-align: center;
	padding: 1% 0px 2%;
	margin: 0 auto;
}
.m-bottom-phone {
	display: none
}
@media (min-width:1023px)and (max-width: 1660px) {
	.section-content .s_service_txt {
		padding: 1rem 1.5rem 0rem;
		width: 10rem;
		height: 8rem;
		line-height: 0.8rem;
		font-size: 0.4rem;
	}
	.s_service_txt h6 {
		line-height: 1.2rem;
		font-size: 0.8rem;
		padding: 0px 0px 0.3rem 0px;
	}
	.s_service_txt .animate {
		width: 2.8rem;
		height: 1rem;
		text-align: center;
		line-height: 1rem;
		font-size: 0.3;
		margin-top: 0.7rem;
	}
}
@media (min-width:1023px) {
	.second_cont li .index_dl1 {
		margin-left: 80px;
	}
}
@media (max-width:1023px) {
	/*首页列表*/
	.second_cont .m-index-sever-list{display:block;}
	
	.second_cont .s-index-sever-list{display:none;}
	
	
	.m-bottom-phone,.m-bottom-phone:hover{position:fixed;bottom:0px;display:block;text-align:center;width:100%;background-color: #0e7dea;color:#fff;}
	.m-bottom-phone p{font-size:16px;margin-top:19px;}
	.m-bottom-phone .m-bottom-phone-num{   
    font-family: Arial;
    font-size: 20px;
    line-height: 44px;}
	.m-bottom-phone .m-bottom-phone-num .iconfont {
    font-size:22px;
    margin-right: 6px;
}
	.s-dynamic-detail .s-dynamic-txt img {
		width: 100%;
		margin-left: -2em;
	}
	.a-tit {
		font-size: 22px;
	}
	.a-white-box img {
		width: 100%
	}
	/*案例详情*/
	.s-case-ul li {
		width: 100%
	}
	.case_center_img img {
		width: 100%;
		width: 94%;
		margin: 0 auto
	}
	.iwing-subInfo {
		padding: 30px 0 50px;
	}
	.iwing-header, .iwing-banner, .iwing-sub-info, .iwing-footerLeft, .iwing-subInfo {
		display: none;
	}
	.iwing-subSider {
		width: 100%;
	}
	.iwing-form {
		width: 100%;
		padding: 4px 20px 0;
		box-sizing: border-box;
	}
	.iwing-form textarea {
		width: 100%;
		box-sizing: border-box;
	}
	.iwing-pubInner {
		width: 100%;
		float: none;
	}
	.iwing-footer-info, .iwing-subBox {
		width: 100%;
	}
	.iwing-form input {
		display: block;
		width: 100%;
		height: 48px;
		line-height: 48px;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.iwing-form input:nth-child(2n) {
		float: none;
	}
	.iwing-subSider h4 {
		font-size: 24px;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.iwing-subBtn, .iwing-subBtn:hover {
		width: auto;
		margin: 20px;
		box-sizing: border-box;
		font-size: 18px;
		color: #fff;
	}
	.cms_slide .ban_bd li {
		width: 100%;
		float: none!important;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.cms_slide .ban_hd {
		bottom: -20px;
	}
	.cms_slide .index_banner {
		overflow: visible;
	}
	.wrap {
		max-width: 640px;
		margin: 0 auto;
	}
	.news_tab, .connect_us1 h2 {
		display: none;
	}
	.iwing-header {
		display: none;
	}
	.news_ul {
		padding: 0;
		margin-bottom: 0;
	}
	.news_ul li {
		width: 100%;
		float: none!important;
		margin-top: 20px;
	}
	.news_ul li a {
		border: 0;
	}
	.news_ul li span {
		left: 10px;
		top: -10px;
		padding: 5px;
		width: 57px;
	}
	.new_title h2 {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}
	.new_title p {
		font-size: 14px;
	}
	.new_title {
		padding: 0 15px;
		height: 60px;
	}
	.news_img, .iwing-footerLeft {
		display: none;
	}
	.mob_news_img, .m_service_img {
		display: block;
	}
	.mob_news_img img, .m_service_img img {
		width: 100%;
	}
	.iwing-footerMid {
		min-width: 100%;
	}
	.iwing-footer-info {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.m_head {
		width: 100%;
		height: 60px;
		background: #fff;
		padding: 5px 15px 0;
		box-sizing: border-box;
	}
	.m_logo {
		float: left;
		height: 60px;
	}
	.m_menu {
		float: right;
		cursor: pointer;
		margin-right: -15px;
	}
	.m_menu i {
		color: #2e7aff;
		font-size: 25px;
		padding: 17px;
		display: block;
	}
	.m_logo img {
		height: 90%;
	}
	.connect_us1 h1 {
		margin-top: 45px;
		margin-bottom: 25px;
		height: 40px;
		line-height: 40px;
		font-size: 30px;
	}
	.con_us {
		float: none!important;
		width: 85%;
		height: auto;
		margin: 0 auto 15px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.con_us i {
		padding: 0 10px;
		font-size: 46px;
		height: 80px;
		line-height: 80px;
	}
	.con_us p.con_us_p {
		margin-top: 10px;
	}
	.con_us p.con_us_p1 {
		line-height: 25px;
	}
	.connect_us2 {
		background: #f8f8f8;
		margin: 0 auto;
		padding: 0 5%;
		height: auto;
		box-sizing: border-box;
	}
	.need_cont {
		color: #363636;
	}
	.need_left, .need_right {
		float: none;
	}
	.n_cont_input input {
		width: 100%;
	}
	.n_cont_input input {
		color: #999;
	}
	.n_cont_input input::-webkit-input-placeholder {
		font-size: 12px;
		color: #999;
	}
	.need_text {
		width: 100%;
		height: 100px;
		color: #999;
	}
	.need_cont {
		padding: 40px 0 30px;
	}
	.submit {
		width: 100%;
		border-radius: 10px;
	}
	.join_cont {
		width: 90%;
		margin: 0 auto;
	}
	.j_cont1 {
		width: 100%;
		float: none;
	}
	.join_cont img {
		float: none;
		width: 100%;
		max-width: 441px;
		height: auto;
		margin: 0 auto;
	}
	.j_cont1 p {
		text-align: justify;
	}
	.join_cont1 h2 {
		line-height: 1.2;
		font-size: 30px;
		padding: 90px 15px 50px;
	}
	.join_cont1 {
		height: auto;
		overflow: hidden;
		background-size: auto 100%;
	}
	.join_ul li {
		width: 50%;
		margin-bottom: 30px;
	}
	.join_ul li p {
		height: 44px;
	}
	.join_cont {
		padding: 35px 0 40px;
	}
	.j_cont1 h2 {
		margin-top: 0;
		font-size: 30px;
		margin-bottom: 15px;
	}
	.join_cont2 {
		background: none;
		padding: 35px 0 0 0;
		width: 90%;
		margin-bottom: 50px;
	}
	.join_in {
		padding: 20px 20px 0;
	}
	.join_in p {
		margin-bottom: 20px;
	}
	.iwing-footer-num {
		font-size: 26px;
	}
	.iwing-footer-num em {
		position: relative;
		top: -3px;
	}
	.company_left {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.m_top60 {
		margin-top: 60px;
	}
	.company_cont i {
		width: 5%;
		padding: 0;
	}
	.company_cont span {
		width: 95%;
		text-align: justify;
	}
	.company3 img {
		width: 100%;
		float: none;
	}
	.company_cont {
		margin-bottom: 50px;
	}
	.company2 {
		height: auto;
		background-size: auto 50%;
		background: url(../images/company3.gif) no-repeat -1000px top;
	}
	.comp930 {
		padding: 40px 0;
		font-size: 21px;
		text-align: justify;
		line-height: 35px;
	}
	.comp930 img {
		margin: 0 auto 30px;
		float: none;
		padding: 0;
	}
	.comp930 p {
		width: 90%;
		margin: 0 auto;
	}
	.case_tab {
		max-width: 480px;
		margin: 15px auto;
	}
	.case_tab a {
		margin: 5px 10px;
	}
	.case_ul_list {
		padding-bottom: 0px;
	}
	.case_ul li {
		width: 50%;
	}
	.case_ul li em {
		font-size: 1em;
		;
	}
	.case_d_cont {
		width: 90%;
	}
	.case_title {
		font-size: 18px;
		margin-top: 32px;
		margin-bottom: 30px;
		text-align: left;
		line-height: 1.2;
	}
	.case_d_cont h3.margin_t22 {
		margin-top: 0;
	}
	.case_d_cont p {
		width: 100%!important;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 30px;
		text-align: justify;
	}
	.case_d_img {
		width: 90%;
		height: auto;
		margin: 15px auto;
		float: none;
	}
	.case_d_div {
		width: 90%;
		padding: 30px 0;
		float: none;
		margin: 0 auto;
		height: auto;
		background: none;
	}
	.case_d_div p {
		font-size: 18px;
		line-height: 30px;
	}
	.case_d_cont3 {
		padding: 30px 0 60px;
	}
	.case_d_cont4 h3 {
		text-align: center;
		font-size:28px;
		line-height:30px;
	}
	.case_d_cont4 li {
		width: 50%;
	}
	/*.case_d_cont4 li:last-child {
		display: block;
	}*/
	.case_d_cont4, .cms_cont4 .case_d_cont4 {
		height: auto
	}
	.case_d_cont1 {
		padding: 40px 0 30px;
	}
	.cms_cont {
		padding: 0 20px;
		box-sizing: border-box;
		text-align: justify;
		margin-bottom: 30px;
	}
	.cms_cont p {
		margin-bottom: 15px;
	}
	.cms_cont img {
		width: 100%;
		margin-top: 20px;
	}
	.cms_h2 {
		margin-top: 40px;
		font-size: 30px;
	}
	.cms_slide h2 {
		padding: 40px 0 0 0;
		margin-bottom: 0;
	}
	.cms_cont3 p {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.cms_cont3 .cms_ul p {
		width: auto;
	}
	.cms_ul li {
		width: 50%;
	}
	.cms_ul li h5 {
		height: 23px;
		overflow: hidden;
		font-size: 20px;
		width: 90%;
		margin: 0 auto 10px;
	}
	.cms_cont4 li {
		margin: 0;
		width: 50%;
	}
	.cms_cont4 p {
		display: none;
	}
	.cms_h3 {
		margin-top: 20px;
	}
	.cms_cont1 {
	/*	height: auto;*/
		padding-bottom: 50px;
	}
	.cms_ul li span {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.cms_ul li i {
		font-size: 40px;
	}
	.cms_slide .ban_hd li, #index_banner_2 .ban_hd li {
		background: #c9c9c9;
		border: 0;
	}
	.cms_slide .ban_hd li.on, #index_banner_2 .ban_hd li.on {
		background: #2e7aff;
	}
	.cms_ul li p {
		height: auto;
		max-height: 150px;
		overflow: hidden;
	}
	.cms_ul li {
		margin-bottom: 20px;
	}
	.cms_cont4 {
		padding-bottom: 20px;
	}
	.dealer_right {
		float: none;
		margin-top: 0;
		text-align: center;
		width: 100%;
	}
	.dealer_right h2 {
		text-align: center;
	}
	.dealer_right p {
		width: 100%;
	}
	.dealer_cont img {
		float: none;
	}
	.dealer_pk {
		display: none;
	}
	.dealer_r {
		overflow: auto;
		width: auto;
		float: none;
	}
	.dealer_r li {
		width: 910px;
		height: 52px;
		overflow: hidden;
	}
	.dealer_title {
		width: 910px;
	}
	.dealer_title p img {
		padding-left: 0;
	}
	.dealer_cont1 {
		height: auto;
		display: none;
	}
	.dealer_cont2 {
		margin: 50px auto;
	}
	.wechat dl {
		display: none;
	}
	.wechat .cms_ul li {
		width: 90%;
		margin: 0 auto 30px;
		float: none;
		min-height: 79px;
	}
	.wechat .cms_ul li:nth-child(2n) {
		float: none;
	}
	.wechat .cms_ul li h5 {
		padding-left: 100px;
		overflow: visible;
	}
	.wechat .cms_ul li p {
		padding-left: 15px;
	}
	.second{background-color:#fff;}
	.second_h1 {
		font-size: 30px;
		margin-bottom:2%;
	}
	.second_p {
		display: none;
	}
	.second_cont {
		margin: 25px auto 0px;
	}
	.second_cont li h2 {
		font-size: 21px;
	}
	.second_cont li {
		width: 50%;
		height:auto;
		/*overflow: hidden;*/
		margin-bottom:5%;
		text-align:center;
	}
	.second_cont li img{display:inline-block;width:100%;margin-bottom:5%;}
	/*.second_cont li dl {
		max-width: 165px;
	}*/
	.index_new a {
		width: 100%;
	}
	.index_new p {
		display: none;
	}
	.index_new .index_new_list {
		bottom: 35%;
	}
	.index_new .index_new_list h3 {
		font-size: 18px;
	}
	.index_new h3 {
		font-size: 24px;
		height: 30px;
		bottom: 20px;
		left: 30px;
		overflow: hidden;
		line-height: 1.5;
	}
	.index_new span {
		width: 60px;
		padding: 5px 0;
	}
	.index_sub {
		display: block;
	}
	.serve1 {
		background-size: auto 100%;
		padding-bottom: 30px;
	}
	.serve1 li {
		min-height: 80px
	}
	.serve2 {
		background-size: 100% auto;
		padding-bottom: 30px;
	}
	.serve li {
		width: 48%;
		padding: 0;
		background: none;
		max-width: none;
	}
	.serve li:nth-child(2n) {
		float: right;
	}
	.serve li img {
		margin: 15px auto 0;
	}
	.serve li p {
		margin-top: 10px;
		height: 44px;
		overflow: hidden;
	}
	.serve1 .cms_ul li p {
		height: auto;
	}
	.wechat_cont .dealer_right .cms_h2 {
		margin-top: 50px!important;
	}
	.serve3 .dealer_right {
		width: 100%;
	}
	.mask {
		width: 0%;
		height: 100%;
		right: 0%;
		position: fixed;
		top: 0;
		background: rgba(0, 0, 0, .5);
		opacity: 0;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.menu_nav {
		width: 70%;
		height: 100%;
		padding-top: 50px;
		box-sizing: border-box;
		position: fixed;
		right: -70%;
		top: 0;
		background: #2e7aff;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		overflow-y: auto;
	}
	.menu_cut {
		right: 0;
		opacity: 1;
	}
	.mask_cut {
		width: 30%;
		right: 70%;
		opacity: 1;
	}
	.wrap {
		position: relative;
		right: 0;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.menu_nav li {
		font-size: 20px;
		line-height: 60px;
		color: #fff;
	}
	.menu_nav li a {
		color: #fff;
		display: block;
		border-bottom: 1px solid #629bff;
		padding-left: 30px;
		position: relative;
	}
	.menu_nav li li a {
		padding-left: 39px;
		font-size: 14px
	}
	.menu_nav li li li a {
		padding-left: 72px;
		font-size: 13px;
	}
	.menu_nav li .iconfont {
		font-size: 24px;
		position: absolute;
		right: 10px;
		font-weight: 700;
	}
	.menu_nav li ul {
		display: none;
	}
	.menu_nav .li_block ul {
		display: block;
	}
	.menu_nav .li_block ul ul {
		display: none;
	}
	.menu_nav .li_block .li_inner_block ul {
		display: block;
	}
	.menu_nav .li_block .iconfont, .menu_nav .li_block .li_inner_block .iconfont {
		transform: rotate(90deg);
	}
	.menu_nav .li_block ul .iconfont {
		transform: rotate(0deg);
	}
	.serve5 .cms_ul, .serve6 .cms_ul {
		margin: 30px auto;
	}
	.serve6 dl {
		display: block;
		padding-left: 22px;
	}
	.serve6 dl dd {
		width: 100%;
		height: 22px;
		overflow: hidden;
	}
	.serve6 .cms_ul li {
		width: 46%;
		margin: 0 2% 20px;
		float: left;
		padding: 10px;
		height: auto;
	}
	.serve6 .cms_ul li:nth-child(2n) {
		float: left;
	}
	.serve6 .cms_ul li span {
		float: none;
	}
	.serve6 .cms_ul li h5 {
		padding-left: 0;
		text-align: center;
		overflow: hidden;
	}
	.serve8_img {
		width: 90%;
		margin: 0 auto;
	}
	.serve8_img img {
		float: left;
		width: 48%;
		margin: 0 0 10px;
	}
	.serve8_img img:nth-child(2n) {
		float: right;
	}
	.p_img {
		display: none;
	}
	.m_img {
		display: block;
		width: 90%;
		margin: 20px auto 30px;
	}
	.bg_border .cms_ul li h5 {
		line-height: 23px;
	}
	.server9_img img {
		width: 100%;
	}
	.m_bn {
		display: block;
	}
	.pc_bn, .bn_text {
		display: none;
	}
	/*11.10*/
	/*产品需求*/
	.s_pro_tit {
		font-size: 30px;
		background-size: 100%;
	}
	.s_pro_tit span {
		padding: 0px 10px;
		background-color: #fff;
	}
	.s_product_txt img {
		width: 100%
	}
	.s_minisite-box {
		width: 90%;
		margin: 30px auto 15px;
	}
	.s_pro_cont {
		margin: 0 auto 28px;
	}
	.s_problem_box {
		width: 46%;
		padding: 1% 2%;
	}
	.s_problem_box img {
		width: 100%;
	}
	.s_practice_list p {
		font-size: 13px;
	}
	.s_problem_box p {
		color: #414141;
		font-size: 13px;
		line-height: 25px;
		padding: 5px 0 0 1px;
	}
	.s_issue {
		margin: 20px auto 15px;
	}
	.s_issue .s_problem_box {
		width: 46%;
		padding: 1% 2% 0px;
	}
	.s_issue .s_problem_box img {
		width: 100%
	}
	.s_issue .s_problem_box p {
		font-size: 13px;
		line-height: 16px;
		padding: 12px 0px;
	}
	.s_practice_list li {
		width: 40%;
		padding: 1% 5% 0px;
	}
	.s_practice_list li:nth-child(even) {
		background: none;
	}
	.s_practice_list p {
		line-height: 16px;
		min-height: 90px;
	}
	.s_purple_img {
		margin: 20px auto 40px;
	}
	.s_purple_img img {
		width: 100%;
	}
	.company3-txt, .nav-height {
		display: none;
	}
	.s_menu, .fullpage-wrapper {
		display: none;
	}
	.s-iwing-footer {
		display: block;
	}
	.s-dynamic-l, .s-dynamic-r {
		width: 100%;
		text-align: left;
	}
	.case-share {
		display: none;
	}
	.mob_news_img {
		position: relative;
	}
	.m-case-share {
		position: absolute;
		right: 10px;
		bottom: -25px;
	}
	.m-case-share a {
		margin-left: 5px;
	}
	.m-case-share a img {
		width: 92%;
	}
}
@media (max-width:400px) {
	.second_cont li {
		/*width: 100%;*/
		height: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.second_cont li h2{
		font-size:17px;
	}
	.second_cont li dd{font-size:12px;}
	.second_cont li dl {
	max-width: 100px;}
}
@media (max-width:414px) {
	.anim2 {
		top: -2px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {}
@media (max-width:640px)and (min-width: 480px) {
	.serve6 .cms_ul li {
		padding: 20px 10px;
		height: auto;
	}
	.serve6 dl dd {
		width: 50%;
	}
	.serve6 dl {
		height: auto;
		min-height: 66px;
	}
	.server9_img img {
		width: 48%;
	}
	.server10 .cms_ul li {
		width: 33.33%;
		float: left
	}
	.server10 .cms_ul li span {
		float: none;
	}
	.server10 .cms_ul li h5, .serve5 .cms_ul li p {
		padding-left: 0;
	}
	.server10 .cms_ul li h5 {
		text-align: center;
	}
	.server10 .cms_ul li:nth-child(2n) {
		float: left;
	}
	.server10 .cms_ul li p {
		padding: 0 10px;
		text-align: center;
		font-size: 15px;
	}
}
@media (min-width:1024px) {
	.menu_nav, .mask {
		display: none;
	}
	.news_ul li a:hover {
		border: 3px solid #1d8dfa;
	}
	.news_ul li a:hover span {
		left: 20px;
	}
	.mob_news_img, .m_head {
		display: none;
	}
	.con_us:hover {
		background: #1d8dfa;
		border: 1px solid #1d8dfa;
	}
	.con_us:hover i, .con_us:hover p, .con_us:hover p a {
		color: #fff;
	}
	.join_in_c:hover .join_in {
		border: 1px solid #07aaae;
	}
	.join_in_c:hover b {
		height: 30px;
		top: -45px;
		width: 3px;
	}
	.join_in_c:hover h3 {
		padding-left: 20px;
		color: #07aaae;
	}
	.join_color1:hover .join_in {
		border: 1px solid #eab016;
	}
	.join_color1:hover h3 {
		padding-left: 20px;
		color: #eab016;
	}
	.join_color2:hover .join_in {
		border: 1px solid #ef6163;
	}
	.join_color2:hover h3 {
		padding-left: 20px;
		color: #ef6163;
	}
	.join_color3:hover .join_in {
		border: 1px solid #1f81fa;
	}
	.join_color3:hover h3 {
		padding-left: 20px;
		color: #1f81fa;
	}
	.join_ul li:hover span {
		opacity: .6;
		transform: scale(1.1)
	}
	.cms_ul li:hover span {
		background: #71b2ff;
	}
	.cms_ul li:hover i {
		transform: rotate(360deg);
		color: #fff;
	}
	.cms_ul li:hover h5 {
		color: #71b2ff;
		margin-top: -10px;
	}
	.wechat .cms_ul li:hover h5 {
		margin-top: 0;
	}
	.serve5 .cms_ul li:hover h5 {
		margin-top: 10px;
	}
	.wechat .change_li li:hover i {
		transform: rotate(0deg);
	}
	.wechat .change_li li:hover span {
		background-color: #4794f0;
		border: 2px solid #4794f0;
		;
	}
	.wechat .change_li li:hover h5 {
		color: #fff;
	}
	.second_cont .m-index-sever-list{display:none;}
	.second_cont li:hover .index_an {
		top: -30px;
	}
	.second_cont li:hover .anim1 {
		transform: rotate(60deg)
	}
	.second_cont li:hover .anim2 {
		transform: scale(0);
		top: 100px;
		opacity: 0;
	}
	.second_cont li:hover .anim3 {
		color: #fff;
		font-size: 90px;
	}
	.second_cont li:hover .anim4 {
		width: 100px;
		margin-left: -50px;
	}
	.index_new a:hover:before {
		opacity: 0.3;
	}
	.index_new a:hover> img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	/*.case_ul li:hover:before {
		border: 5px solid #1d8dfa;
		opacity: 1;
		transform: scale(1);
		visibility: visible;
	}*/
	/*.index_new a:hover span {
		left: 50px;
		top: 50px;
	}
	.index_new a:hover h3 {
		bottom: 80px;
	}
	.index_new a:hover p {
		bottom: 60px;
	}*/
	.serve li:hover img {
		border: 2px solid #71b2ff;
	}
	.serve li:hover p {
		color: #71b2ff;
	}
	.cms_cont4 li:hover:before {
		bottom: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.serve6 .cms_ul li:hover {
		border: 2px solid #71b2ff;
	}
	.m_bn {
		display: none;
	}
	/*产品11.10*/
	.s_practice_list li:hover .s_practice_icon {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
	.case_ul li:hover em {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.case_ul:hover li i {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	/*.case_ul li:hover i{opacity:0.95; filter:alpha(opacity=95);}*/
	.case_ul li:hover span {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.s-padding {
		padding-left: 10%;
		width: 45%;
	}
	.s-padding p {
		width: 100%;
	}
	.s_service_body {
		overflow: hidden;
		height: 100%;
	}
	.m_service_img {
		display: none;
	}
	.iwing-nav .iwing-logo:hover {
		background-image: url(../images/iwing-logo-hover.png);
	}
}
.qiao-icon-wrap{margin-top: -154px!important;}

#wechat {
    cursor: pointer;
}
.wechat-dialog-container {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.wechat-dialog-container .wechat-mask {
    background: rgb(55, 58, 71) none repeat scroll 0 0;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}
.wechat-dialog-container .wechat-dialog {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 410px;
    left: 0;
    line-height: 26px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 420px;
}
.wechat-dialog-container .wechat-dialog .wechat-content {
    padding: 4em;
}
.dialog-qrcode {
    margin-left: auto;
    margin-right: auto;
    width: 170px;
}
.dialog-qrcode img {
    width: 100%;
}
.dialog-context {
    line-height: 26px;
    margin: 1em;
}
.dialog-close {
    background-color: #0e8cfd;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 190px;
}
/*商桥*/

.hr_index_light_menu {
    position: fixed;
    right: 0;
    top: 50%;
    width: 109px;
    height: 109px;
    z-index: 2000;
}
.hr_index_light_menu a{ width:100%; display:block;}
.hr_index_light_menu a img{ width:100%; height:auto;}

.join_in_resume{margin-top: 11px;width: 89px; height: 40px; text-align: center; line-height: 40px;background: #07aaae;color: #ffffff;float: right;border-radius:12px; cursor: pointer}
.join_in_resume2{background:#ef6163;}
.join_in_resume3{background:#1f81fa;}
.join_in_resume1{background:#eab016;}
.join_in_resume:hover{color:#ffffff; opacity:0.8; -moz-opacity:0.8; -khtml-opacity: 0.8;}
