.css3 {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.css4 {
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
body {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
.banner1 {
	position: relative;
	overflow: hidden;
	margin-top: 87px;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.gao {
	padding-top: 86px;
	transition: all 0.5s ease-in-out;
}
.gao.suo {
	padding-top: 80px;
}
#main_index {
	background: #fff;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 990;
}
#top {
	z-index: 9998;
}
#foot {
	position: relative;
	overflow: hidden;
	z-index: 998;
}
.logo {
	margin-top: 16px;
	width: 450px;
}
.logo img {
	max-width: 100%;
}
.callbacks_container .prev {
	background: url(../img/click_l.png) no-repeat center center;
	width: 40px;
	height: 50px;
	display: block;
	position: absolute;
	left: 60px;
	top: 40%;
	cursor: pointer;
	z-index: 10;
	text-indent: -99999px;
}
.callbacks_container .next {
	background: url(../img/click_r.png) no-repeat center center;
	width: 40px;
	height: 50px;
	display: block;
	position: absolute;
	right: 60px;
	top: 40%;
	cursor: pointer;
	z-index: 10;
	text-indent: -99999px;
}
.callbacks_container .prev:hover, .callbacks_container .next:hover {
	background-color: rgba(239,240,240,0.5);
}
.rslides {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	float: left;
	width: 100%;
	border: 0;
}
.callbacks_container {
	overflow: hidden;
}
.rslides li .bann_jie {
	position: absolute;
	top: 36%;
	width: 90%;
	left: 5%;
	text-align: center;
	color: #fff;
}
.bann_jie .bann_ti {
	font-size: 35px;
	line-height: 50px;
	opacity: 0;
	transform: translate(-150px, 0)
}
.bann_jie .bane_des {
	font-size: 18px;
	line-height: 35px;
	margin-top: 3%;
	opacity: 0;
	transform: translate(200px, 0)
}
.rslides li.callbacks1_on .bann_ti, .rslides li.callbacks1_on .bane_des {
	opacity: 1;
	transform: translate(0, 0)
}
.bann_dian {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 10;
	animation: move 0.8s infinite;
	-webkit-animation: move 0.8s infinite;
	cursor: pointer;
}
@keyframes move {
 0% {
bottom:50px;
}
 50% {
bottom:30px;
}
 100% {
bottom:50px;
}
}
.bann_dian:hover {
	animation: none;
}
.clearfix {
	clear: both;
}
.about1 {
	padding: 0;
	overflow: hidden;
	background: #fbfbfb;
}
.guan_li {
	margin-top: 80px;
	border-top: none;
}
.guan_li li {
	float: left;
	display: inline-block;
	width: 300px;
	height: 290px;
	text-align: center;
	position: relative;
	z-index: 10;
	zoom: 1;
}
.guan_li li.zindex {
	z-index: 14;
}
.guan_li li .guan_co {
	display: table;
	width: 100%;
}
.guan_li li .guan_co .guan_ju {
	display: table-cell;
	vertical-align: middle;
}
.guan_li li .guan_pic {
	width: 190px;
	height: 190px;
	margin: 0 auto;
	border-radius: 190px;
	-webkit-border-radius: 190px;
}
.guan_li li.a1 .guan_pic {
	background: #9ab941;
}
.guan_li li.a2 .guan_pic {
	background: #cf382c;
}
.guan_li li.a3 .guan_pic {
	background: #1a8ea4;
}
.guan_li li.a4 .guan_pic {
	background: #eabd39;
}
.guan_li li img {
	display: inline;
	vertical-align: middle;
}
.guan_li li span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	overflow: hidden;
}
.guan_li li a {
	display: block;
}
.guan_li li i {
	position: absolute;
	width: 190px;
	height: 190px;
	background: #9ab941;
	top: 0;
	left: 50%;
	margin-left: -95px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: scale(0);
	-webkit-transform: scale(0);
	border-radius: 190px;
	-webkit-border-radius: 190px;
	z-index: -2;
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1;
}
.guan_li li.a1 i {
	background: #9ab941;
}
.guan_li li.a2 i {
	background: #cf382c;
}
.guan_li li.a3 i {
	background: #1a8ea4;
}
.guan_li li.a4 i {
	background: #eabd39;
}
.guan_li li i.big {
	transform: scale(20);
	opacity: 1;
	-webkit-transform: scale(20);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.guan_li li .guan_name {
	font-size: 20px;
	line-height: 26px;
	padding: 15px 0;
	color: #333;
}
.guan_li li .guan_des {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.guan_li li .guan_des b {
	font-size: 16px;
}
.about1 .title {
	position: relative;
	z-index: 15;
}
.about1 .title h6.se {
	color: #000;
}
#main_index .about1 .title p.se1 {
	color: #000;
}
.guan_li li .guan_co:hover .guan_name, .guan_li li .guan_co:hover .guan_des {
	color: #000;
}
.title span {
	width: 50px;
	height: 2px;
	background: #dd2918;
	display: block;
	margin: 20px auto 0;
}
.index_good {
	background: #fbfbfb;
	padding: 80px 0;
}
.index_good li {
	float: left;
	display: inline-block;
	width: 440px;
	padding-left: 120px;
	margin: 0 40px;
	margin-top: 50px;
}
.index_good li .indexgood_ti {
	font-size: 20px;
	color: #111;
	line-height: 26px;
	margin-bottom: 15px;
}
.index_good li .indexgood_des {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.index_good li.good1 {
	background: url(../images/good_inco1.png) no-repeat left center;
}
.index_good li.good2 {
	background: url(../images/good_inco2.png) no-repeat left center;
}
.index_good li.good3 {
	background: url(../images/good_inco3.png) no-repeat left center;
}
.index_good li.good4 {
	background: url(../images/good_inco4.png) no-repeat left center;
}
.index_good ul {
	position: relative;
	zoom: 1;
	margin: 0 -40px;
}
.indexbei {
	height: 228px;
	background: url(../images/beiji.jpg) no-repeat center center;
	width: 100%;
}
.indexbei_table {
	text-align: center;
	height: 100%;
	display: table;
	width: 100%;
	color: #fff;
}
.indexbei_table .indexbei_tr {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.indexbei_table .indexbei_ti {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}
.indexbei_table .indexbei_des {
	font-size: 18px;
	color: #fffefe;
	line-height: 24px;
	margin-top: 13px;
	margin-bottom: 30px;
}
.indexbei_table a {
	display: inline-block;
	width: 180px;
	height: 45px;
	text-align: center;
	background: #fff;
	line-height: 45px;
	border-radius: 5px;
}
.indexbei_table a span {
	background: url(../images/point.png) no-repeat left center;
	padding-left: 35px;
	font-size: 18px;
	color: #dd2918;
}
.index_xiang {
	padding: 80px 0;
}
.index_xiang ul {
	height: 550px;
	background: url(../images/jian7.jpg) no-repeat center center;
	position: relative;
	margin-top: 50px;
}
.index_xiang li.jian1 {
	position: absolute;
	left: 62px;
	top: 0;
}
.index_xiang li.jian2 {
	position: absolute;
	left: 440px;
	top: 0;
}
.index_xiang li.jian3 {
	position: absolute;
	left: 822px;
	top: 0;
}
.index_xiang li.jian4 {
	position: absolute;
	right: 822px;
	bottom: 0;
}
.index_xiang li.jian5 {
	position: absolute;
	right: 440px;
	bottom: 0;
}
.index_xiang li.jian6 {
	position: absolute;
	right: 62px;
	bottom: 0;
}
.index_xiang li {
	text-align: center;
}
.index_xiang li .indexxiang_des {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.index_xiang li .indexxiang_ti {
	font-size: 18px;
	color: #dd2918;
	line-height: 26px;
}
.index_xiang li.jian1 .indexxiang_ti, .index_xiang li.jian2 .indexxiang_ti, .index_xiang li.jian3 .indexxiang_ti {
	margin-top: 15px;
	margin-bottom: 25px;
}
.index_xiang li.jian4 .indexxiang_ti, .index_xiang li.jian5 .indexxiang_ti, .index_xiang li.jian6 .indexxiang_ti {
	margin-top: 25px;
	margin-bottom: 15px;
}
.index_xi {
	background: url(../images/bg1.jpg) no-repeat center center;
	height: 662px;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.index_xi h6, .index_xi p {
	color: #fff;
}
.index_xi .indexxi_le {
	float: left;
	display: inline-block;
	margin-left: 50px;
}
.index_xi .indexxi_rh {
	float: right;
	display: inline-block;
	margin-right: 50px;
}
.indexxi_rh li .indexxi_ti {
	font-size: 24px;
	color: #dd2918;
	line-height: 30px;
}
.indexxi_rh li .indexxi_des {
	font-size: 18px;
	color: #fefefe;
	line-height: 30px;
}
.index_xi .index_con {
	margin-top: 50px;
}
.indexxi_rh li {
	margin-top: 70px;
}
.indexxi_rh li.b1 {
	margin-top: 0;
}
.font60 {
	font-size: 60px
}
.mart50 {
	margin-top: 50px
}
.mart80 {
	margin-top: 80px
}
.mart30 {
	margin-top: 30px
}
.mart100 {
	margin-top: 100px
}
.wid660 {
	width: 660px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}
.bk {
	border-bottom: 1px #999 dashed;
	width: 36%;
	margin: 0 auto;
	margin-top: 60px
}
.w80 {
	width: 55%;
	padding: 0 0 15px;
	text-align: center;
}
.index_wang .box {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	min-width: 1200px;
	position: relative;
}
.ptbg {
	width: 920px;
	height: 440px;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
}
.ptbg span {
	display: inline-block;
	-webkit-animation: courseFadeIn .4s 1.1s both;
	animation: courseFadeIn .4s 1.1s both;
}
.ptbg span.item-1 {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100px;
	height: 100px;
	background: url(../images/ban16_01.png) center no-repeat;
}
.ptbg span.item-2 {
	position: absolute;
	left: 140px;
	bottom: 260px;
	width: 112px;
	height: 112px;
	background: url(../images/ban16_02.png) center no-repeat;
}
.ptbg span.item-3 {
	position: absolute;
	left: 390px;
	bottom: 330px;
	width: 131px;
	height: 131px;
	background: url(../images/ban16_03.png) center no-repeat;
}
.ptbg span.item-4 {
	position: absolute;
	right: 140px;
	bottom: 260px;
	width: 112px;
	height: 112px;
	background: url(../images/ban16_04.png) center no-repeat;
}
.ptbg span.item-5 {
	position: absolute;
	background-position: 0 -151px;
	right: 0;
	bottom: 100px;
	width: 100px;
	height: 100px;
	background: url(../images/ban16_05.png) center no-repeat;
}
.ptxt {
	position: absolute;
	bottom: 50px;
	font-size: 38px;
	line-height: 65px;
	text-align: center;
	width: 100%;
}
.rotbox {
	margin: 0 auto;
	width: 920px;
	position: relative;
	left: 26%;
}
.i {
	width: 300px;
	height: 300px;
	border-left: 0;
	border: 3px solid #62C4EA;
	position: absolute;
	border-bottom: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: ripple 10s infinite ease-out;
	-moz-animation: ripple 10s infinite ease-out;
	animation: ripple 10s infinite ease-out;
}
.rot1 {
	webkit-animation: ripple 10s infinite ease-out;
	-moz-animation: ripple 10s infinite ease-out;
	animation: ripple 10s infinite ease-out;
}
.rot2 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.rot3 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s;
}
.rot4 {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s;
}
.rot5 {
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	animation-delay: 8s;
}
@-webkit-keyframes ripple {
 0% {
 opacity:.4
}
 100% {
 opacity:0;
 -webkit-transform:scale(4, 4);
 transform:scale(4, 4)
}
}
@-moz-keyframes ripple {
 0% {
 opacity:.4
}
 100% {
 opacity:0;
 -moz-transform:scale(4, 4);
 transform:scale(4, 4)
}
}
@keyframes ripple {
 0% {
 opacity:.4
}
 100% {
 opacity:0;
 -webkit-transform:scale(4, 4);
 -moz-transform:scale(4, 4);
 transform:scale(4, 4)
}
}
.news {
	padding: 40px 0;
}
.three {
	overflow: hidden;
}
.three li {
	float: left;
	display: inline-block;
	width: 33.33%;
}
.three li img {
	width: 100%;
	height: auto;
}
.three li a {
	display: block;
	margin: 0 10px;
	overflow: hidden;
}
.three ul {
	position: relative;
	zoom: 1;
	margin: 0 -10px;
	margin-top: 50px;
}
.indexnew_li dd {
	width: 33.33%;
	float: left;
	display: inline-block;
	margin: 5px 0;
	height: 24px;
	overflow: hidden;
}
.indexnew_li dd a {
	background: url(../images/dian.png) no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	display: block;
	height: 24px;
	margin: 0 10px;
}
.indexnew_li dd:hover a {
	color: #F41114;
}
.indexnew_li {
	padding-top: 20px;
}
.indexnew_li dl {
	position: relative;
	zoom: 1;
	margin: 0 -10px;
}
.index_shen {
	background: url(../images/bg2.jpg) no-repeat center center;
	padding: 80px 0;
	height: 428px;
}
.index_shen h6, .index_shen p {
	color: #fff;
}
.shen_form .shen_le {
	float: left;
	display: inline-block;
}
.shen_form .shen_rh {
	float: right;
	display: inline-block;
}
.shen_le input {
	display: block;
	background: url(../images/form_bg.png) repeat center center;
	border: none;
	color: #fff;
	width: 550px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 5px;
}
.shen_le ::-webkit-input-placeholder { /* WebKit browsers */
color:#fff;
font-size:14px;
}
.shen_le ::-ms-input-placeholder { /* Internet Explorer 10+ */
color:#fff;
font-size:14px;
}
.shen_rh textarea::-webkit-input-placeholder {
color:#fff;
font-size:14px;
}
.shen_rh textarea::-ms-input-placeholder {
color:#fff;
font-size:14px;
}
.shen_rh textarea {
	display: block;
	background: url(../images/form_bg.png) repeat center center;
	border: none;
	width: 550px;
	padding-left: 15px;
	padding-top: 10px;
	border-radius: 5px;
	resize: none;
	height: 174px;
	font-size: 14px;
	color: #fff;
	overflow: auto;
}
.shen_form input.tj {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: #dd2918;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.shen_form {
	margin-top: 50px;
}
.foot {
	position: relative;
	z-index: 990;
	overflow: hidden;
	background: #333333;
}
.foot_you a, .foot_you span {
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	display: inline-block;
}
.foot_you a {
	margin-right: 2px;
}
.foot_you {
	border-bottom: 1px solid #4f4f4f;
	padding: 15px 0;
}
.foot_zhong .foot_le {
	float: left;
	display: inline-block;
}
.foot_zhong .foot_rh {
	float: right;
	display: inline-block;
}
.foot_le dl {
	float: left;
	display: inline-block;
	margin-left: 110px;
}
.foot_le dl dd a, .foot_le dl dd {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display: block;
}
.foot_le dl dt {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 20px;
}
.foot_le dl dd {
	padding: 3px 0;
}
.foot_le dl.f1 {
	margin-left: 0;
}
.foot_zhong {
	padding: 50px 0;
}
.foot_rh p {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	padding-bottom: 23px;
}
.foot_di {
	background: #222222;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.foot_you a:hover {
	text-decoration: underline;
}
/**网络推广**/
#xuan {
	background: #fafafa;
}
.huan .huan_left {
	float: left;
	display: inline-block;
	margin-left: 50px;
}
.huan .huan_right {
	float: right;
	display: inline-block;
	margin-right: 50px;
}
.huan_right {
	text-align: left;
}
.huan_right li .huan_ti {
	font-size: 24px;
	color: #dd2918;
	line-height: 30px;
}
.huan_right li p {
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}
.huan_right li.huan1 {
	margin-top: 0;
}
.huan_right li {
	margin-top: 50px;
}
.our li {
	float: left;
	display: inline-block;
	text-align: left;
	width: 300px;
	padding-left: 75px;
	height: 160px;
	margin: 0 12px;
}
.our li .ourgood_ti {
	font-size: 24px;
	color: #dd2918;
	line-height: 30px;
}
.our li p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding-top: 10px;
}
.our li.our1 {
	background: url(../images/you_inco1.png) no-repeat left top;
}
.our li.our2 {
	background: url(../images/you_inco2.png) no-repeat left top;
}
.our li.our3 {
	background: url(../images/you_inco3.png) no-repeat left top;
}
.our li.our4 {
	background: url(../images/you_inco4.png) no-repeat left top;
}
.our li.our5 {
	background: url(../images/you_inco5.png) no-repeat left top;
}
.our li.our6 {
	background: url(../images/you_inco6.png) no-repeat left top;
}
.our {
	margin-top: 50px;
}
/**关于我们**/
.wo {
	padding: 80px 0;
}
.wo .wo_cn, .fu_cn {
	font-size: 30px;
	color: #111;
	line-height: 35px;
	text-align: center;
}
.wo .wo_en, .shi .fu_en, .wen .fu_en {
	font-size: 24px;
	color: #666666;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 8px;
}
.wo .wo_en span, .fu_en span {
	color: #dd2918;
}
.wo .wo_con {
	font-size: 15px;
	color: #000011;
	line-height: 28px;
	margin-top: 30px;
}
.wo .wo_con p {
	padding-bottom: 30px;
}
.fu_cn {
	color: #fff;
}
.gao_cn {
	color: #111;
}
.fu {
	background: url(../images/he_img.jpg) no-repeat center center;
	padding: 80px 0;
	height: 285px;
	position: relative;/* overflow: hidden; */
}
.fu_en {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 8px;
}
.fu_li li {
	float: left;
	display: inline-block;
	margin: 0 37px;
	margin-top: 60px;
}
.shi {
	padding: 80px 0;
}
.ind_vid {
	margin-top: 50px;
}
.wen {
	background: #fbfbfb;
	padding: 80px 0;
}
.wen_le {
	float: left;
	display: inline-block;
	width: 385px;
}
.wen_rh {
	float: right;
	display: inline-block;
	width: 795px;
}
.wen_li {
	margin-top: 50px;
}
.wen_le img.tu2 {
	margin-top: 20px;
}
.wen_pic li {
	float: left;
	display: inline-block;
	width: 385px;
}
.wen_pic ul {
	position: relative;
	zoom: 1;
}
.wen_pic li.h2 {
	margin-left: 20px;
	margin-right: 25px;
}
.wen_pic {
	margin-top: 20px;
}
/**核心团队**/
.tuan_1 {
	padding-top: 80px;
}
.tuan_1 li {
	float: left;
	display: inline-block;
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.tuan_1 li.t1 {
	width: 600px;
	background: #fafafa;
}
.tuan_1 li .tuan_con {
	display: table;
	height: 100%;
}
.tuan_con .tuan_ti, .tuan_con .tuan_long {
	font-size: 24px;
	color: #111;
	line-height: 26px;
}
.tuan_con .tuan_xt {
	width: 20px;
	height: 1px;
	background: #111;
	margin: 25px 0;
}
.tuan_con .tuan_long {
	padding-bottom: 10px;
}
.tuan_con .tuan_des {
	font-size: 14px;
	line-height: 22px;
	color: #111;
}
.tuan_con .tuan_table {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
.tuan_1 li .tuan_bg {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: url(../images/tuan_bg.png) repeat center center;
	color: #fff;
	display: table;
	opacity: 0;
}
.tuan_bg .tuan_xin {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.tuan_xin .tuan_name {
	font-size: 18px;
	line-height: 26px;
}
.tuan_xin .tuan_zhi {
	font-size: 14px;
}
.tuan_xin .tuan_xian {
	width: 15px;
	height: 1px;
	background: #fff;
	margin: 25px 0;
}
.tuan_xin .tuan_miao {
	font-size: 14px;
	line-height: 22px;
}
.tuan_num {
	display: table;
	height: 100%;
	background: #fafafa;
	width: 100%;
	text-align: center;
}
.tuan_num .tuan_shu {
	display: table-cell;
	vertical-align: middle;
}
.tuan_num .tuan_x {
	width: 15px;
	height: 1px;
	background: #000;
	margin: 25px auto;
}
.tuan_shu span {
	font-size: 24px;
	color: #111;
	line-height: 26px;
	font-weight: bold;
}
.tuan_shu .tuan_sm, .tuan_shu .tuan_zc {
	font-size: 14px;
	color: #111;
}
.tuan_1 li:hover .tuan_bg {
	opacity: 1;
	top: 0;
}
.tuan_2 li {
	background: #fafafa;
	margin-top: 50px;
}
.tuan_2 li .ji_img {
	float: left;
	display: inline-block;
	width: 770px;
}
.tuan_2 li .ji_bu {
	font-size: 24px;
	color: #111;
	line-height: 26px;
	margin-top: 130px;
}
.tuan_2 li .ji_xt {
	width: 20px;
	height: 1px;
	background: #111;
	margin: 30px 0;
}
.tuan_2 li .ji_con {
	float: left;
	display: inline-block;
	padding-left: 50px;
	width: 320px;
	line-height: 30px;
}
.tuan_2 {
	padding-bottom: 80px;
}
.tuan_2 li:nth-child(2) .ji_img {
	float: right;
}
/**加入我们**/
.jia {
	padding: 80px 0;
}
.jia .jia_cn {
	font-size: 30px;
	color: #000011;
	line-height: 35px;
	text-align: center;
}
.jia .jia_en {
	font-size: 24px;
	color: #666;
	line-height: 26px;
	text-align: center;
	margin-top: 15px;
}
.jia .jia_en span {
	color: #dd2918;
}
.jia_miao {
	margin-top: 30px;
}
.jia_miao p {
	font-size: 15px;
	color: #000011;
	line-height: 32px;
}
.jia_left li {
	float: left;
	text-align: center;
	width: 120px;
	margin: 0 45px;
}
.jia_left li .ying_name {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 15px;
}
.jia_left li.j1 {
	margin-bottom: 40px;
}
.jia_left {
	float: left;
	display: inline-block;
	width: 600px;
}
.jia_right {
	float: right;
	display: inline-block;
	width: 600px;
}
.jia_nei {
	margin-top: 35px;
}
.jia_left ul {
	position: relative;
	zoom: 1;
	margin: 0 -45px;
}
.jia_right input {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	width: 582px;
	margin-bottom: 15px;
}
.jia_right select {
	width: 210px;
	padding-left: 15px;
	height: 40px;
	border: 1px solid #eeeeee;
	background: #f9f9f9;
	color: #999;
	font-size: 14px;
	margin-bottom: 15px;
}
.jia_right textarea {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	resize: none;
	width: 582px;
	height: 150px;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 15px;
}
.jia_right input.sub_btn {
	width: 160px;
	height: 40px;
	background: #dd2918;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0px;
}
/**联系我们**/
.lian {
	padding: 80px 0;
}
.lian .lian_gsm {
	font-size: 24px;
	color: #000011;
	line-height: 26px;
	margin-bottom: 20px;
}
.lian .lian_xin p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	float: left;
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
.lian .lian_xin p span {
	display: inline-block;
	padding-left: 35px;
}
.lian .lian_xin p.dz span {
	background: url(../images/lian_inco1.png) no-repeat left center;
}
.lian .lian_xin p.qq span {
	background: url(../images/lian_inco2.png) no-repeat left center;
}
.lian .lian_xin p.dh span {
	background: url(../images/lian_inco3.png) no-repeat left center;
}
.lian .lian_xin p.yx span {
	background: url(../images/lian_inco4.png) no-repeat left center;
}
#map {
	width: 100%;
	height: 450px;
}
.lian_map {
	margin-top: 40px;
	margin-bottom: 40px;
}
.BMap_stdMpCtrl {
	display: none;
}
/**申请试用**/
.sheng {
	padding: 80px 0;
}
.sheng .sheng_form {
	width: 900px;
	padding: 30px;
	margin: 0 auto;
	border: 1px solid #eeeeee;
}
.sheng_xin {
}
.sheng_xin input {
	display: block;
	width: 97%;
	padding-left: 3%;
	height: 40px;
	margin-top: 20px;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	font-size: 14px;
	color: #000;
	line-height: 40px;
}
.sheng_xin textarea {
	display: block;
	width: 97%;
	padding-left: 3%;
	height: 40px;
	margin-top: 20px;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	resize: none;
}
.sheng_form .sheng-title {
	font-size: 15px;
	color: #dd2918;
	line-height: 24px;
}
.sheng_xin input.tj {
	width: 155px;
	background: #dd2918;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
}
.sheng_xin input:focus {
	border: 1px solid #ccc;
}
.sheng_xin input.tj:hover {
	border-radius: 20px;
}
.sheng_left {
	float: left;
	display: inline-block;
	width: 400px;
}
.sheng_right {
	float: right;
	display: inline-block;
	margin-top: 43px;
}
/**新闻列表**/
.xin_top, .guan_con {
	background: #f5f5f5;
	line-height: 60px;
}
.w_auto {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.xin_top li {
	float: left;
	display: inline-block;
	width: 20%;
	text-align: center;
}
.guan_con li {
	float: left;
	display: inline-block;
	width: 33%;
	text-align: center;
}
.xin_top ul, .guan_con ul {
	border-right: 1px solid #fff;
}
.xin_top li a, .guan_con li a {
	display: block;
	font-size: 20px;
	color: #333;
	border-left: 1px solid #fff;
}
.xin_top li:hover, .xin_top li.hover, .guan_con li:hover, .guan_con li.hover {
	background: #dd2918;
}
.xin_top li:hover a, .xin_top li.hover a, .guan_con li:hover a, .guan_con li.hover a {
	color: #fff;
}
.xin_list {
	padding-top: 80px;
}
.xin_list li {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.xin_list .xin_time {
	float: left;
	display: inline-block;
	width: 127px;
	height: 127px;
	background: #ccc;
	text-align: center;
}
.xin_time .xin_day {
	font-size: 56px;
	color: #fff;
	line-height: 56px;
	padding-top: 18px;
}
.xin_time .xin_moth {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px;
}
.xin_list .xin_con {
	float: left;
	display: inline-block;
	width: 930px;
	margin-left: 20px;
}
.xin_con h4 {
	font-size: 18px;
	color: #111;
	line-height: 26px;
	padding: 15px 0;
}
.xin_con p {
	font-size: 14px;
	color: #111;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.xin_list li i {
	background: url(../images/new_inco1.png) no-repeat center center;
	width: 22px;
	height: 22px;
	position: absolute;
	display: block;
	right: 0;
	top: 50px;
}
.xin_list li:hover .xin_time {
	background: #dd2918;
}
/*.xin_list li:hover i{background:url(../images/new_inco2.png) no-repeat center center;}*/
.xin_list li span {
	position: absolute;
	width: 0;
	height: 1px;
	background: #dd2918;
	left: 0;
	bottom: 0;
}
.xin_list li:hover span {
	width: 100%;
}
.xin_list li:hover h4 {
	color: #dd2918;
}
.xinread_con {
	margin: 80px 0;
	background: #f8f8f8;
	padding: 50px;
}
.xinread_con .xinread_ti {
	font-size: 20px;
	color: #333;
	line-height: 24px;
	text-align: center;
}
.xinread_con .xinread_time {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
}
.xinread_nei {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	margin: 30px 0;
}
.xinread_nei p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	padding-bottom: 15px;
}
.xinread_shang p a {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.xinread_nei img {
	max-width: 100%;
	height: auto;
}
.gou {
	position: fixed;
	top: 48%;
	right: -150px;
	z-index: 100000;
	background: #f5f5f5;
	border-radius: 5px;
	width: 145px;
}
.gou .gou_zi {
	line-height: 30px;
	background: #dd2918;
	font-size: 14px;
	color: #fff;
	padding-left: 12px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.gou .gou_tell {
	font-size: 14px;
	color: #111;
	text-align: center;
	margin-top: 12px;
}
.gou .gou_tell span {
	background: url(../images/gou_inco1.png) no-repeat left center;
	padding-left: 22px;
}
.gou_num a {
	font-size: 14px;
	color: #dd2918;
	line-height: 22px;
	font-weight: bold;
}
.gou_num {
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
	margin-top: 5px;
}
.gou_jiao a {
	font-size: 14px;
	color: #dd2918;
	background: url(../images/gou_inco2.png) no-repeat left center;
	padding-left: 20px;
}
.gou_jiao {
	text-align: center;
	padding: 15px 0;
}
.biao_by {
	font-size: 15px;
	color: #dd2918;
	line-height: 24px;
}
.shou_jian {
	display: none;
}
#main.main_sem .why .content p {
	font-size: 20px;
	background: url(../images/sem_inco.png) no-repeat left center;
	padding-left: 20px;
}
#main.main_sem .why .content p span {
	font-size: 24px;
}
.chose {
	background: #f7f7f7;
}
.chose .du {
	float: left;
	display: inline-block;
	text-align: left;
}
.chose .du .du_ti {
	font-size: 22px;
	color: #333;
	line-height: 45px;
	background: url(../images/sem_1.png) no-repeat left center;
	padding-left: 55px;
}
.chose .du_long {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	padding-top: 15px;
}
.chose .du_con p {
	font-size: 18px;
	color: #111;
	line-height: 24px;
	background: url(../images/sem_4.png) no-repeat left center;
	padding-left: 30px;
	margin-top: 25px;
}
.chose .dai {
	float: right;
	display: inline-block;
	text-align: left;
}
.chose .dai .du_ti {
	font-size: 22px;
	color: #333;
	line-height: 45px;
	background: url(../images/sem_3.png) no-repeat left center;
	padding-left: 55px;
}
.chose_li {
	background: url(../images/sem_2.png) no-repeat center center;
	margin-top: 50px;
}
#main.main_sem .lc {
	background: #f7f7f7;
}
.guo {
	background: url(../images/sem_bg.jpg) no-repeat center center;
	height: 200px;
	width: 100%;
	text-align: center;
}
.guo_biao {
	font-size: 24px;
	color: #fff;
	padding-top: 60px;
}
.guo_sheng {
	margin-top: 20px;
}
.guo_sheng a {
	display: inline-block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	font-size: 14px;
	color: #ff0000;
}
.quan {
}
.quan .quan_left {
	background: url(../images/quan_img.jpg) no-repeat center center;
	float: left;
	display: inline-block;
	height: 200px;
	width: 50%;
	cursor: pointer;
}
.quan_right {
	width: 50%;
	height: 200px;
	background: #222;
	float: right;
	position: relative;
}
.quan_shi a {
	font-size: 14px;
	display: inline-block;
	width: 100px;
	height: 35px;
	background: #dd2918;
	color: #fff;
	line-height: 35px;
	text-align: center;
}
.quan_shi {
	margin-top: 20px;
	text-align: right;
}
.quan_right img {
	padding-top: 50px;
}
.quan_con {
	position: absolute;
	left: 31%;
}
.tan_video {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: url(../images/index-bg3.png) repeat center;
	display: none;
}
.tan_shi {
	width: 60%;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -30%;
}
.tan_shi video {
	height: auto;
}
.guanbi {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: -30px;
	right: -30px;
	width: 40px;
	height: 40px;
	background: #999;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.guanbi:hover {
	background: #000;
}
.foot_rh .foot_wm {
	float: left;
	display: inline-block;
}
.foot_rh .foot_zai {
	float: right;
	display: inline-block;
	margin-left: 75px;
}
.foot_zai .foot_xun {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
}
.foot_zai .foot_phone {
	font-size: 24px;
	color: #dd2918;
	line-height: 30px;
	font-weight: bold;
	margin-top: 30px;
}
.foot_zai .foot_liao {
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fff;
	margin-top: 10px;
}
.foot_zai .foot_liao a {
	font-size: 14px;
	color: #333;
	display: block;
}
.foot_zai .foot_liao:hover {
	background: #dd2918;
}
.foot_zai .foot_liao:hover a {
	color: #fff;
}
/**二次修改样式**/
.index_wang {
	padding: 120px 0;
}
.le {
	float: left;
	display: inline-block;
}
.rh {
	float: right;
	display: inline-block;
}
.index_zuo {
	width: 665px;
}
.index_you {
	width: 440px;
	margin-top: 25px;
}
.index_you .indexzhan_ti {
	font-size: 30px;
	color: #101010;
	line-height: 35px;
}
.index_you .indexzhan_xian {
	width: 35px;
	height: 2px;
	background: #dd2918;
	margin: 20px 0;
}
.index_you .indexzhan_des {
	color: #101010;
	line-height: 32px;
	font-size: 14px;
}
.index_you .indexzhan_tiao a {
	display: block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #dd2918;
	color: #fff;
	border: 1px solid #dd2918;
	margin-top: 20px;
}
.index_you .indexzhan_tiao a:hover {
	color: #111111;
	border: 1px solid #111;
	background: none;
}
.index_tui {
	padding: 120px 0;
	background: #f8f8f8;
}
.index_tui .index_zuo {
	width: 660px;
}
.index_fu {
	padding: 80px 0;
}
.index_fu li {
	float: left;
	display: inline-block;
	text-align: center;
	width: 180px;
	height: 250px;
	margin: 0 10px;
}
.index_fu li .indexfu_con {
	border: 1px solid #d3d3d3;
	display: table;
	width: 100%;
	height: 100%;
}
.index_fu li .indexfu_tr {
	display: table-cell;
	vertical-align: middle;
}
.index_fu li.fu_1 .indexfu_con {
	background: url(../images/gai_num1.jpg) no-repeat center center;
}
.index_fu li.fu_2 .indexfu_con {
	background: url(../images/gai_num2.jpg) no-repeat center center;
}
.index_fu li.fu_3 .indexfu_con {
	background: url(../images/gai_num3.jpg) no-repeat center center;
}
.index_fu li.fu_4 .indexfu_con {
	background: url(../images/gai_num4.jpg) no-repeat center center;
}
.index_fu li.fu_5 .indexfu_con {
	background: url(../images/gai_num5.jpg) no-repeat center center;
}
.index_fu li.fu_6 .indexfu_con {
	background: url(../images/gai_num6.jpg) no-repeat center center;
}
.indexfu_con .indexfu_title {
	font-size: 18px;
	color: #dd2918;
	line-height: 24px;
	margin: 20px 0 10px;
}
.indexfu_con .indexfu_des {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.index_fu ul {
	margin-top: 50px;
}
.index_ke {
	background: #f8f8f8;
	padding: 50px 0;
}
.index_ke li {
	float: left;
	display: inline-block;
	width: 367px;
	height: 289px;
	overflow: hidden;
	margin: 10px 15px 15px;
	position: relative;
}
.index_ke ul {
	position: relative;
	zoom: 1;
	margin: 15px 0 0;
}
.index_ke li span {
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font: 16px/30px "微软雅黑";
	color: #fff;
	background: #dd2918;
}
.index_good {
	background: #fff;
	padding: 80px 0;
}
.ind_case li {
	width: 380px;
	margin: 20px 15px;
	position: relative;
	background: none;
	padding: 0;
	border: solid 1px #efeeee;
}
.ind_case li .indexgood_ti {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	height: 30px;
	font: 16px/30px "微软雅黑";
	color: #fff;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
#main>div .title h5 {
	padding: 0;
	font-size: 30px;
}
.why .w_auto {
	background: url(../images/gai_tui1.jpg) no-repeat center bottom;
	height: 420px;
	position: relative;
	margin-top: 50px;
}
#main .why {
	padding-bottom: 0;
}
.why .why_item .why_title {
	font-size: 22px;
	color: #dd2918;
	line-height: 22px;
}
.why .why_item {
	text-align: right;
	position: absolute;
}
.why .why_item .why_miao {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 24px;
	margin-top: 8px;
}
.why .why_item .why_miao span {
	color: #dd2918;
}
.why .it1 {
	bottom: 52px;
	left: 0;
}
.why .it2 {
	bottom: 218px;
	left: 52px;
}
.why .it3 {
	top: 8px;
	left: 330px;
}
.why .it4 {
	top: 8px;
	right: 300px;
}
.why .it5 {
	bottom: 218px;
	right: 68px;
}
.why .it6 {
	bottom: 52px;
	right: 10px;
}
.why .it4, .why .it5, .why .it6 {
	text-align: left;
}
.why_huo a {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #dd2918;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	bottom: 75px;
	left: 50%;
	margin-left: -150px;
}
.tui_fu {
	background: #f8f8f8;
}
.tui_fu li {
	width: 210px;
	float: left;
	display: inline-block;
	margin: 0 19px;
}
.tui_fu li .tui_ti {
	font-size: 20px;
	color: #111;
	line-height: 24px;
	margin-top: 20px;
}
.tui_fu li .tui_des {
	color: #111;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	margin-top: 25px;
}
.tui_fu ul {
	position: relative;
	zoom: 1;
	margin: 50px -20px 0;
}
.tui_cheng li {
	float: left;
	width: 570px;
	margin: 50px 30px 0;
}
.tui_cheng li .tuicheng_left {
	width: 300px;
}
.tui_cheng li .tuicheng_right {
	text-align: left;
	width: 240px;
	color: #111;
}
.tuicheng_right .tuicheng_ti {
	font-size: 20px;
	line-height: 24px;
	margin-top: 35px;
}
.tuicheng_right .tuicheng_des {
	font-size: 14px;
	margin-top: 20px;
	line-height: 22px;
}
.tui_cheng ul {
	position: relative;
	zoom: 1;
	margin: 0 -30px;
}
.tui_xiao {
	background: #f8f8f8;
}
.tui_xiao li {
	float: left;
	display: inline-block;
	width: 380px;
	text-align: left;
	margin: 20px 15px;
}
.tui_xiao ul {
	position: relative;
	zoom: 1;
	margin: 0 -15px;
}
.tui_xiao li .tuixiao_name {
	font-size: 16px;
	color: #111;
	line-height: 22px;
	margin: 20px 0;
}
.tui_xiao li .tuixiao_des {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.wang_1 {
	padding: 150px 0;
}
.wang_left {
	width: 470px;
	background: url(../images/gai_wang4.png) no-repeat left top;
	color: #111;
	margin-top: -65px;
}
.wang_left .wang_title {
	font-size: 30px;
	line-height: 35px;
	padding-top: 100px;
}
.wang_left .wang_des {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 60px;
}
.wang_left .wang_li span {
	display: inline-block;
	width: 50%;
	line-height: 30px;
}
.wang_2 {
	background: #f8f8f8;
	padding: 180px 0 120px;
}
.wang_2 .wang_left {
	background: url(../images/gai_wang5.png) no-repeat left top;
}
.wang_3 {
	padding: 180px 0 120px;
}
.wang_3 .wang_left {
	background: url(../images/gai_wang6.png) no-repeat left top;
}
.wang_4 {
	background: #f8f8f8;
	padding: 80px 0;
}
.wang_top {
	text-align: center;
	color: #111;
}
.wang_top h5 {
	font-size: 30px;
}
.wang_top p {
	font-size: 18px;
	margin-top: 20px;
}
.wang_4 li {
	float: left;
	width: 365px;
	height: 105px;
	overflow: hidden;
	margin: 40px 20px 0;
}
.wang_4 li.w1 .wang_li {
	background: url(../images/gai_wang_in1.png) no-repeat left top;
}
.wang_4 li.w2 .wang_li {
	background: url(../images/gai_wang_in2.png) no-repeat left top;
}
.wang_4 li.w3 .wang_li {
	background: url(../images/gai_wang_in3.png) no-repeat left top;
}
.wang_4 li.w4 .wang_li {
	background: url(../images/gai_wang_in4.png) no-repeat left top;
}
.wang_4 li.w5 .wang_li {
	background: url(../images/gai_wang_in5.png) no-repeat left top;
}
.wang_4 li.w6 .wang_li {
	background: url(../images/gai_wang_in6.png) no-repeat left top;
}
.wang_4 li .wang_li {
	padding-left: 50px;
}
.wang_4 li .wangfu_ti {
	font-size: 20px;
	color: #111;
	line-height: 24px;
}
.wang_4 li .wangfu_miao {
	font-size: 14px;
	color: #111;
	line-height: 22px;
	margin-top: 15px;
}
.wang_4 ul {
	position: relative;
	zoom: 1;
	margin: 0 -20px;
}
.wang_5 {
	padding: 70px 0;
}
.wang_5 li {
	float: left;
	text-align: center;
	width: 480px;
	height: 265px;
	margin: 80px 15px 0;
	position: relative;
	color: #333;
}
.wang_5 li .liu_li {
	border: 1px solid #d7d7d7;
	height: 100%;
}
.wang_5 ul {
	position: relative;
	zoom: 1;
	margin: 0 -15px;
}
.wang_5 li .liu_pic {
	margin-top: -50px;
}
.wang_5 li .liu_ti {
	font-size: 24px;
	line-height: 26px;
	margin: 30px 0;
}
.wang_5 li .liu_des {
	font-size: 14px;
	line-height: 26px;
}
.wang_6 {
	background: url(../images/gai_wang_bg.jpg) no-repeat center center;
	height: 250px;
	text-align: center;
	color: #fff;
}
.wang_6 .wang_pin {
	font-size: 30px;
	padding-top: 60px;
}
.wang_6 a {
	display: inline-block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	border: 3px solid #c7c9cc;
	font-size: 18px;
	color: #fff;
	margin-top: 25px;
}
/**三次修改的css**/
.le {
	display: inline-block;
	float: left;
}
.rh {
	display: inline-block;
	float: right;
}
.seo_le {
	width: 430px;
	text-align: left;
}
.seo .seo_title {
	font-size: 40px;
	color: #111;
	font-weight: bold;
}
.seo_le p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	padding-top: 15px;
}
.seo_a a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	background: #c70c1f;
	color: #fff;
	font-size: 22px;
}
.seo_a {
	margin-top: 45px;
}
.neng {
	background: #f8f8f8;
}
.neng .neng-ti {
	font-size: 40px;
	color: #111;
	font-weight: bold;
}
.neng ul {
	background: url(../images/women3.png) no-repeat center center;
	height: 480px;
	position: relative;
}
.neng ul li {
	position: absolute;
	color: #fff;
	width: 430px;
}
.neng ul li.n1 {
	left: 88px;
	top: 60px;
}
.neng ul li .neng-name {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: right;
}
.neng ul li .neng-con {
	margin-top: 24px;
	margin-left: 205px;
}
.neng-con p {
	font-size: 18px;
	line-height: 24px;
}
.neng ul li.n2 {
	right: 124px;
	top: 60px;
}
.neng ul li.n2 .neng-con {
	margin-top: 35px;
}
.neng ul li.n3 {
	left: 70px;
	bottom: 62px;
}
.neng ul li.n3 .neng-con {
	margin-top: 38px;
}
.neng ul li.n4 {
	right: 185px;
	bottom: 62px;
}
.neng ul li.n4 .neng-con {
	margin-top: 38px;
	margin-left: 290px;
}
.bao-ti {
	font-size: 40px;
	color: #111;
	font-weight: bold;
}
.bao-xian {
	width: 120px;
	height: 5px;
	background: #bf0000;
	margin: 15px auto;
}
.bao .bao-long {
	font-size: 24px;
	color: #bf0000;
	margin-bottom: 20px;
}
.bao-tu {
	position: relative;
}
.bao-tu a {
	position: absolute;
	bottom: 85px;
	right: 118px;
	display: block;
	border: 5px solid #bf0000;
	font-size: 16px;
	line-height: 30px;
	padding: 0 15px;
}
.bao-tu a:hover {
	background: #bf0000;
	color: #fff;
}
.seo-tuan-top .seo-tuan-le {
	background: url(../images/345.png) no-repeat center center;
	width: 50%;
	height: 83px;
	line-height: 83px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	font-weight: bold
}
.seo-tuan-top .seo-tuan-rh {
	background: url(../images/456.png) no-repeat center center;
	width: 50%;
	height: 83px;
	line-height: 83px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	font-weight: bold
}
.seo-tuan-top {
	position: relative;
	margin-top: 25px;
}
.seo-tuan-top .seo-tuan-pk {
	background: url(../images/5678.png) no-repeat center center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -30px;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-style: italic
}
.seo-tuan-di {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.seo-tuan-di .seo-li {
	border: 1px solid #7f7f7f;
	width: 480px;
	color: #4c4c4c;
	font-size: 21px;
	margin-top: 90px;
}
.seo-tuan-di .seo-tuan-li-le .seo-li {
	line-height: 50px;
}
.seo-tuan-di .seo-li span {
	color: #bf0000;
	font-size: 22px;
}
.seo-tuan-zhong {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -56px;
}
.seo-tuan-zhong .seo-dui {
	background: url(../images/345678.png) no-repeat center center;
	width: 113px;
	height: 113px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
}
.seo-tuan-zhong .seo-shu-xian {
	width: 6px;
	height: 40px;
	background: #bf0000;
	margin: 0 auto;
}
.seo-tuan-zhong .seo-dui .seo-cn {
	padding-top: 25px;
}
.seo-tuan {
	background: #f8f8f8;
}
.more-wu li {
	float: left;
	display: inline-block;
	border: 1px solid #000;
	width: 283px;
	margin: 0 7px;
	height: 360px;
}
.more-wu li .more-ti {
	font-size: 20px;
	padding-top: 12px;
}
.more-wu li .more-lo {
	font-size: 16px;
	padding-top: 20px;
}
.more-wu li .more-con {
	font-size: 14px;
	line-height: 28px;
}
.more-wu li a {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-top: 20px;
}
.more-wu li.mo1 a {
	background: #62cf38;
}
.more-wu li.mo2 a {
	background: #ff6400;
}
.more-wu li.mo3 a {
	background: #31d2cc;
}
.more-wu li.mo4 a {
	background: #379cee;
}
.more-wu li.mo1 {
	border: 1px solid #62cf38;
}
.more-wu li.mo2 {
	border: 1px solid #ff6400;
}
.more-wu li.mo3 {
	border: 1px solid #31d2cc;
}
.more-wu li.mo4 {
	border: 1px solid #379cee;
}
.more-wu li .more-tu {
	padding: 40px 0;
}
.more-wu li.mo4 .more-tu {
	padding: 30px 0;
}
.more-wu ul {
	margin-top: 30px;
}
.seo_a a:hover {
	background: #111;
}
.more-wu li a:hover {
	font-size: 18px;
}
#slider1 {
	display: none;
}
.tan-an {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/index-bg3.png) repeat;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: center;
	display: none;
}
.tan-an img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 6%;
}

@media(max-width:1440px) {
.wrap {
	width: 100% !important;
}
.indexOne ul li {
	width: 23.2% !important;
}
.three li {
	width: 29.33%;
	margin-left: 10px;
}
.indexnew_li dd {
	width: 29.33%;
	margin-left: 10px;
}
.indexOne ul li .zbox ul li {
	width: 100% !important;
}
.right, .model .right .seotitle {
	text-align: initial !important;
}
}

@media(max-width:1400px) {
.wentizixun {
	margin: 85px 0 0 60px !important;
}
.right, .model .right .seotitle {
	text-align: initial !important;
}
}

@media(max-width:1360px) {
.index_ke li {
	width: 20%;
	margin: 10px 0px 12px;
	margin-left: 18px;
}
}

@media(min-width:1200px) {
.index_ke li:hover {
	transform: rotateY(360deg);
}
.index_fu li:hover .indexfu_con {
	border: 1px solid #dd2918;
	transform: translate(0, -15px);
}
}

@media(max-width:1280px) {
#top .content {
	width: 100%;
}
.logo {
	margin-top: 10px;
	margin-left: 10px;
}
#top .content .logo img {
	width: auto;
	height: 40px;
}
.head_molib {
	margin-right: 20px;
	margin-top: 24px;
}
#top {
	height: 60px;
}
#top.show {
	height: 60px;
}
.gao {
	padding-top: 61px;
}
.bann_dian {
	display: none;
}
.bann_jie .bann_ti {
	font-size: 22px;
	line-height: 26px;
}
.bann_jie .bane_des {
	font-size: 14px;
	line-height: 20px;
}
.w_auto {
	width: 100%;
}
.guan_li li {
	width: 25%;
	height: auto;
}
.index_good li {
}
.index_good ul {
	margin: 0 -2%;
	margin-top: 30px;
}
.guan_li li img {
	width: 75px;
	height: auto;
}
.guan_li li .guan_pic {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
.about1 {
	padding: 60px 10px;
}
.index_good, .index_xi, .news, .index_shen {
	padding: 60px 30px;
}
.index_xiang {
	padding: 60px 10px;
}
.index_xiang li.jian1 {
	left: 5px;
}
.index_xiang li.jian2 {
	left: 345px;
}
.index_xiang li.jian3 {
	left: 728px;
}
.index_xiang li.jian6 {
	right: 5px;
}
.index_xiang li.jian5 {
	right: 345px;
}
.index_xiang li.jian4 {
	right: 728px;
}
.index_xi .indexxi_le {
	margin-left: 0;
}
.index_xi .indexxi_rh {
	margin-right: 0;
}
.shen_form .shen_le, .shen_form .shen_rh {
	width: 48%;
}
.shen_le input {
	width: 96%;
	padding-left: 4%;
	margin-bottom: 20px;
}
.shen_rh textarea {
	width: 96%;
	padding-left: 4%;
	height: 152px;
}
.index_shen {
	height: 390px;
}
.foot_di {
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.foot_top {
	padding: 0 30px;
}
.banner {
	margin-top: 61px;
}
#main>div {
	padding: 60px 10px;
}
.huan .huan_left {
	margin-left: 0;
}
.huan .huan_right {
	margin-right: 30px;
}
.our li {
	width: 38%;
	margin: 0 2%;
	padding-left: 8%
}
#main.main_marke .tg .content .tg_tt1 div span, #main.main_marke .tg .content .tg_tt2 div span, #main.main_marke .tg .content .tg_tt3 div span, #main.main_marke .tg .content .tg_tt4 div span, #main.main_marke .tg .content .tg_tt5 div span {
	background-size: 70%;
}
#main.main_marke .why .content div, #main.main_sem .why .content div {
	margin-left: 60px;
}
#main.main_marke .tg .content li h5 {
	font-size: 18px;
	margin: 0;
}
#main.main_marke .tg .content li p {
	font-size: 14px;
	margin-top: 15px;
}
.wo, .shi {
	padding: 60px 30px;
}
.wo .wo_con img {
	width: 100%;
	height: auto;
}
.fu_li li {
	margin: 0 19px;
	margin-top: 60px;
}
.xin_list {
	padding: 0 30px;
	padding-top: 60px;
}
.xin_list .xin_con {
	width: 78%;
}
.tuan_1 li.t1 {
	width: 50%;
	height: 256px;
}
.tuan_1 li {
	width: 25%;
	height: auto;
}
.tuan_2 li .ji_img {
	width: 60%;
}
.tuan_2 li .ji_con {
	width: 32%;
}
.tuan_2 li .ji_bu {
	margin-top: 60px;
}
.jia, .lian {
	padding: 60px 30px;
}
.jia_left, .jia_right {
	width: 50%;
}
.jia_right input, .jia_right textarea {
	width: 95%;
	padding-left: 4%;
}
.jia_left li {
	margin: 0 25px;
}
#main.main_sem .ys .content div {
	width: 80%;
	margin: 0 auto;
}
.foot_zhong .foot_rh {
	display: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
.wen_le {
	width: 32%;
}
.wen_rh {
	width: 66%;
}
.wen {
	padding: 60px 30px;
}
.wen_pic li {
	width: 32%;
}
.wen_pic li.h2 {
	margin: 0;
	margin-left: 2%;
	margin-right: 2%;
}
/**二次修改的css**/
	
.commbann {
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
.commbann img {
	width: 120%;
	height: auto;
	margin-left: -10%;
}
.why .w_auto {
	background-size: 50%;
	height: 275px;
}
.wang_1, .wang_2, .wang_3, .wang_4, .wang_5 {
	padding: 60px 10px;
}
.wang_left {
	margin-top: -30px;
	width: 44%;
}
.wang_right {
	width: 56%;
}
.wang_left .wang_title {
	padding-top: 70px;
}
.wang_left .wang_des {
	margin-bottom: 30px;
}
.wang_4 li {
	width: 30.3%;
	margin: 5% 1.5% 0;
}
.wang_5 li {
	width: 30.3%;
	margin: 10% 1.5% 0;
}
.why_huo a {
	width: 200px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-left: -100px;
	bottom: 40px;
}
.why .it1 {
	bottom: 10px;
	left: 45px;
}
.why .it2 {
	bottom: 125px;
	left: 62px;
}
.why .it3 {
	left: 256px;
}
.why .it4 {
	right: 230px;
}
.why .it5 {
	bottom: 120px;
	right: 75px;
}
.why .it6 {
	bottom: 10px;
	right: 55px;
}
.tui_fu li {
	width: 18%;
	margin: 0 1%;
}
.tui_fu ul {
	margin: 50px 0 0;
}
.tui_cheng ul {
	margin: 0 -2%;
}
.tui_cheng li {
	width: 46%;
	margin: 3% 2% 0;
}
.tui_cheng li .tuicheng_left {
	width: 50%;
}
.tui_cheng li .tuicheng_right {
	width: 45%;
}
.tuicheng_right .tuicheng_ti {
	margin-top: 10px;
}
.tui_xiao li {
	width: 30.3%;
	margin: 2% 1.5%
}
.index_wang, .index_tui, .index_ke {
	padding: 60px 10px;
}
.index_zuo, .index_tui .index_zuo {
	width: 55%;
}
.index_you {
	width: 42%;
}
.index_fu li {
	width: 15%;
	margin: 0 0.8%;
}
.index_ke li {
	width: 18%;
	margin: 1%;
	height: auto;
}
.index_ke ul {
	margin: 40px 0 0;
}
.wang_4 ul {
	margin: 0;
}
}

@media(max-width:800px) {
.index_xiang ul {
	display: none;
}
.shou_jian {
	display: block;
	margin-top: 30px;
}
.shou_jian img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.guan_li li img {
	width: 50px;
	height: auto;
}
.guan_li li .guan_pic {
	width: 100px;
	height: 100px;
}
.guan_li li .guan_name {
	font-size: 18px;
}
.guan_li li .guan_des {
	font-size: 13px;
}
.foot_zhong .foot_rh, .index_xi .indexxi_rh {
	display: none;
}
.index_xi .indexxi_le {
	width: 100%;
}
.index_xi .indexxi_le img {
	display: block;
	margin: 0 auto;
}
.index_xi {
	height: 680px;
}
.index_good li {
	width: 90%;
	float: none;
	margin: 0 auto;
	display: block;
}
.indexnew_li dd {
	width: 50%;
}
.xin_list li i {
	display: none;
}
.our li {
	padding-left: 10%;
	width: 36%;
	overflow: hidden;
}
.huan .huan_left {
	width: 54%;
}
.huan .huan_right {
	margin-right: 20px;
}
.huan_right li {
	margin-top: 30px;
}
.huan_right li .huan_ti {
	font-size: 20px;
}
.huan_right li p {
	font-size: 16px;
	line-height: 22px;
}
#main.main_marke .tg .content li h5 {
	font-size: 15px;
}
#main.main_marke .tg .content li p {
	font-size: 12px;
}
#main>div .title h5 {
	font-size: 30px;
}
.banner {
	height: 300px;
}
#main.main_sem .fw .content li {
	width: 33.33%;
}
.tuan_1 li.t1 {
	width: 100%;
	padding: 30px 0;
}
.tuan_1 li {
	width: 50%;
	height: auto;
}
.tuan_2 li .ji_bu {
	margin-top: 50px;
}
.tuan_2 li .ji_con {
	padding-bottom: 50px;
	width: 80%;
}
.jia, .lian {
	padding: 60px 30px;
}
.jia_right {
	width: 100%;
	margin-top: 30px;
}
.lian .lian_xin p {
	float: none;
	display: block;
	width: 100%;
}
#map {
	height: 300px;
}
.ind_vid .vid_box span img {
	width: 100px;
	height: auto;
}
.ind_vid .vid_box span {
	margin: -50px 0 0 -50px;
}
.fu_li li {
	margin: 0 44px;
	margin-top: 50px;
}
.fu_li li.last {
	display: none;
}
.jia_left {
	width: 600px;
}
.jia_left li {
	margin: 0 45px;
}
.xinread_nei img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.chose .du .du_ti, .chose .dai .du_ti {
	font-size: 18px;
}
.chose .du_long {
	font-size: 16px;
}
.chose .du_con p {
	font-size: 14px;
	margin-top: 10px;
}
.chose_li {
	background-size: 10%;
}
.quan {
	display: none;
}
.tuan_2 li .ji_img {
	width: 100%;
}
.sheng .sheng_form {
	width: 95%;
	padding: 2%;
}
.sheng_left {
	width: 46%;
}
.sheng_right {
	width: 50%;
}
.sheng_right img {
	width: 100%;
}
/**二次修改的css**/
	
.index_wang, .index_tui {
	padding: 60px 120px;
}
.index_zuo, .index_tui .index_zuo, .index_you, .wang_left, .wang_right {
	width: 100%;
}
.why .it4 {
	right: 125px;
}
.why .it3 {
	left: 160px;
}
.wang_1, .wang_2, .wang_3 {
	padding: 60px 120px
}
.index_tui1 {
	height: 550px !important;
}
.index_wang .box {
	width: 100%;
	min-width: 95%;
}
.bk {
	margin-top: 35px;
}
.w80 {
	width: 100%;
}
.font60 {
	font-size: 24px;
}
.wid660 {
	width: 95%;
	font-size: 16px;
}
.ptbg {
	width: 100%;
	margin-top: 60px;
	height: 340px;
}
.ptxt {
	font-size: 16px;
	line-height: 24px;
}
.ptbg span.item-1 {
	bottom: 100px;
}
.ptbg span.item-2 {
	left: 30px;
	bottom: 180px;
}
.ptbg span.item-3 {
	left: 130px;
	bottom: 210px;
	z-index: 3;
}
.ptbg span.item-4 {
	right: 30px;
	bottom: 180px;
	z-index: 2;
}
.ptbg span.item-5 {
	right: 0;
	bottom: 100px;
}
.index_tui2 {
	height: 370px !important;
	background: url(/images/ind_tui2_bg.jpg) no-repeat center top !important;
}
.ind_shuju img {
	width: 95% !important;
}
.index_tui3 {
	height: 400px !important;
}
.index_good li {
	width: 47% !important;
	height: auto !important;
	margin: 20px 1% 0px !important;
	float: left !important;
}
}

@media(max-width:640px) {
#top .content .logo img {
	width: auto;
	height: 30px;
}
.gao {
	padding-top: 51px;
}
#top {
	height: 50px;
}
#top.show {
	height: 50px;
}
.logo {
	margin-top: 10px;
	margin-left: 10px;
}
.head_molib {
	margin-right: 10px;
	margin-top: 16px;
}
.banner1 {
	margin-top: 52px;
}
.rslides img {
	width: 130%;
	margin-left: -15%;
}
.banner {
	margin-top: 51px;
	height: 200px;
}
.bann_jie .bann_ti {
	font-size: 16px;
	line-height: 24px;
}
.bann_jie .bane_des {
	font-size: 12px;
	line-height: 18px;
}
#main.main_marke .why .content div, #main.main_sem .why .content div {
	margin-left: 0;
}
.rslides li .bann_jie {
	width: 80%;
	left: 10%;
}
.callbacks_container .prev {
	left: 0;
	background-size: 38%;
	width: 30px;
	top: 50%;
	margin-top: -25px;
}
.callbacks_container .next {
	right: 0;
	background-size: 38%;
	width: 30px;
	top: 50%;
	margin-top: -25px;
}
#top .content li {
	border-top: 1px solid #f1f1f1;
}
.about1, .index_good, .index_xiang, .index_xi, .news, .index_shen {
	padding: 20px 10px;
}
#main_index .title h6 {
	font-size: 18px;
	text-align: center;
}
.title span {
	margin: 15px auto;
}
.index_ke li span {
	font-size: 14px;
}
.index_ke li:last-of-type {
	display: none;
}
#main_index div .title p {
	font-size: 14px;
}
.guan_li li {
	width: 50%;
	height: 175px;
}
.guan_li li .guan_pic {
	width: 80px;
	height: 80px;
}
.guan_li li img {
	width: 40px;
	height: auto;
}
.guan_li {
	margin-top: 30px;
}
.guan_li li .guan_name {
	font-size: 16px;
	line-height: 22px;
	padding: 5px 0;
}
.guan_li li .guan_des {
	font-size: 12px;
	line-height: 18px;
}
.index_good li {
	width: 90%;
	margin: auto;
	margin-top: 20px;
}
.index_good li.good1, .index_good li.good2, .index_good li.good3, .index_good li.good4 {
	background-size: 27%;
}
.index_good ul {
	margin: 0;
}
.index_good li .indexgood_ti {
}
.index_good li .indexgood_des {
	font-size: 12px;
	line-height: 18px;
}
.indexbei_table .indexbei_ti {
	font-size: 18px;
	line-height: 24px;
}
.indexbei_table .indexbei_des {
	font-size: 14px;
	margin: 15px 0;
}
.indexbei {
	height: 155px;
}
.indexbei_table a {
	width: 130px;
	height: 35px;
	line-height: 35px;
}
.indexbei_table a span {
	font-size: 14px;
	background-size: 24%;
	padding-left: 26px;
}
.index_xi .indexxi_le {
	margin-left: 0;
}
.index_xi .indexxi_le img {
	width: 100%;
	height: auto;
}
.index_xi .indexxi_rh {
	display: none;
}
.index_xi {
	height: 550px;
}
.three li a {
	margin: 0 5px;
}
.three ul {
	margin-top: 30px;
}
.indexnew_li dd {
	width: 100%;
}
.indexnew_li dd a {
	font-size: 14px;
}
.shen_form .shen_le, .shen_form .shen_rh {
	width: 100%;
}
.shen_le input {
	width: 96%;
	padding-left: 4%;
	margin-bottom: 10px;
}
.shen_rh textarea {
	width: 96%;
	padding-left: 4%;
	height: 140px;
}
.shen_form {
	margin-top: 15px;
}
.index_shen {
	height: 475px;
}
.shen_form input.tj {
	margin-top: 10px;
}
.foot_you, .foot_le dl.f1, .foot_le dl.f2 {
	display: none;
}
.foot_zhong .foot_le dl.f3 {
	margin-left: 0;
	width: 100%;
}
.foot_zhong .foot_le, .foot_zhong .foot_rh {
	width: 100%;
}
.foot_zhong {
	padding: 30px 0;
}
.foot_le dl dt, .foot_rh p {
	font-size: 16px;
	padding-bottom: 5px;
}
.foot_le dl dd a, .foot_le dl dd {
	font-size: 13px;
}
.foot_rh {
	margin-top: 15px;
}
.foot_di {
	padding: 10px 20px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}
.indexnew_li dl {
	height: 170px;
	overflow: hidden;
}
.sheng {
	padding: 30px 10px;
}
.sheng .sheng_form {
	width: 95%;
	padding: 2%;
}
.xin_top li a, .guan_con li a {
	font-size: 14px;
}
.xin_top, .guan_con {
	line-height: 35px;
}
.xin_list .xin_time {
	width: 18%;
	height: 70px;
}
.xin_list .xin_con {
	width: 78%;
	margin-left: 2%;
}
.xin_con h4 {
	font-size: 14px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.xin_con p {
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.xin_list li i {
	display: none;
}
.xin_time .xin_day {
	font-size: 35px;
	line-height: 40px;
	padding-top: 5px;
}
.xin_time .xin_moth {
	font-size: 13px;
	line-height: 18px;
	padding-top: 0;
}
.xin_list {
	padding: 0 10px;
	padding-top: 30px;
}
.xinread_con {
	margin: 30px 0;
	padding: 20px 10px;
}
.xinread_con .xinread_ti {
	font-size: 16px;
	line-height: 22px;
}
.xinread_con .xinread_time {
	font-size: 13px;
	padding-top: 5px;
}
.xinread_nei p {
	font-size: 13px;
	line-height: 20px;
}
.xinread_shang p {
	font-size: 13px;
}
.xinread_shang p a {
	font-size: 12px;
}
.xinread_nei {
	padding: 15px 0;
	margin: 15px 0;
}
.wo {
	padding: 30px 10px;
}
.wo .wo_cn, .fu_cn {
	font-size: 18px;
	line-height: 24px;
}
.wo .wo_en, .shi .fu_en, .fu_en, .wen .fu_en {
	font-size: 14px;
	margin-top: 0;
}
.wo .wo_con {
	font-size: 13px;
	line-height: 26px;
	margin-top: 15px;
}
.wo .wo_con p {
	padding-bottom: 0;
}
.wo_con img {
	display: none;
}
.fu_li li {
	width: 42%;
	margin: 4%;
}
.fu_li li img {
	width: 100%;
	height: auto;
}
.fu {
	padding: 30px 10px;
	height: 350px;
}
.shi {
	padding: 30px 10px;
}
.ind_vid {
	margin-top: 15px;
}
.ind_vid .vid_box span img {
	width: 100%;
}
.ind_vid .vid_box span {
	height: 50px;
	width: 50px;
	margin-top: -25px;
	margin-left: -25px;
}
.tuan_1 {
	padding: 0 10px;
	padding-top: 30px;
}
.tuan_1 li.t1, .tuan_2 li .ji_img {
	width: 100%;
}
.tuan_1 li {
	width: 50%;
	height: auto;
}
.tuan_2 li .ji_con {
	padding-left: 15px;
}
.tuan_2 li .ji_bu {
	margin-top: 15px;
	font-size: 16px;
	line-height: 22px;
}
.tuan_2 {
	padding: 0 10px;
	padding-bottom: 30px;
}
.tuan_2 li {
	margin-top: 30px;
	padding-bottom: 20px;
	height: auto;
}
.tuan_2 li .ji_xt, .tuan_con .tuan_xt {
	margin: 10px 0;
}
.tuan_2 li .ji_des, .tuan_con .tuan_des {
	font-size: 13px;
}
.tuan_con .tuan_table {
	padding: 15px 10px;
}
.tuan_con .tuan_ti, .tuan_con .tuan_long {
	font-size: 16px;
	line-height: 22px;
}
.tuan_num .tuan_x {
	margin: 10px auto;
}
.tuan_shu span {
	font-size: 18px;
}
.jia, .lian {
	padding: 30px 10px;
}
.jia .jia_cn {
	font-size: 20px;
	line-height: 24px;
}
.jia .jia_en {
	font-size: 16px;
	margin-top: 0;
}
.jia_miao p {
	font-size: 13px;
	line-height: 24px;
}
.jia_miao {
	margin-top: 10px;
}
.jia_left li {
	width: 25.33%;
	margin: 0 4%;
}
.jia_left li.j1 {
	margin-bottom: 10px;
}
.jia_left li img {
	width: 100%;
	height: auto;
}
.jia_left, .jia_right {
	width: 100%;
}
.jia_right {
	margin-top: 20px;
}
.jia_left ul {
	margin: 0;
}
.jia_right input, .jia_right textarea {
	width: 95%;
	padding-left: 4%;
}
.lian .lian_gsm {
	font-size: 18px;
	margin-bottom: 10px;
}
.lian .lian_xin p {
	width: 100%;
	font-size: 12px;
}
.lian .lian_xin p span {
	padding-left: 28px;
}
#map {
	height: 200px;
}
.huan .huan_left {
	margin-left: 0;
	margin: 20px 0;
	width: 100%;
}
#main.main_marke .yx .content img {
	width: 100%;
	margin: 0;
}
.huan .huan_right {
	margin-right: 0;
	width: 100%;
}
.huan_right li .huan_ti, .our li .ourgood_ti {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.huan_right li p {
	font-size: 14px;
	line-height: 22px;
}
.huan_right li {
	margin-top: 15px;
	text-align: center;
}
.our {
	margin-top: 20px;
}
.our li.our1, .our li.our2, .our li.our3, .our li.our4, .our li.our5, .our li.our6 {
	background: none;
}
.our li {
	padding-left: 0;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	height: auto;
	text-align: center;
}
.our li p {
	padding-top: 0;
	font-size: 13px;
}
.banner .box p {
	width: 95%;
	font-size: 14px;
}
.gou {
	display: none;
}
.index_xiang ul {
	display: none;
}
.shou_jian {
	display: block;
	margin-top: 30px;
}
.fu_li li.last {
	display: block;
}
.tuan_1 li.t1 {
	height: auto;
}
.tuan_2 li .ji_con {
	width: 90%;
	padding-bottom: 0;
}
.chose .du, .chose .dai {
	width: 100%;
}
.chose .dai {
	margin-top: 80px;
}
#main.main_sem .why .content p {
	font-size: 16px;
	background: none;
}
.guo_biao {
	font-size: 18px;
}
.tuan_xin .tuan_miao {
	display: none;
}
.tuan_1 li .tuan_bg {
	display: inherit;
}
.sheng_left {
	width: 100%;
}
.sheng_right {
	display: none;
}
.wen {
	padding: 30px 10px;
}
.wen_le, .wen_rh, .wen_pic li {
	width: 100%;
}
.wen_pic li.h2 {
	margin: 0;
	margin-bottom: 10px;
}
.wen_le img.tu2, .wen_rh, .wen_pic {
	margin-top: 10px;
}
.wen_pic li {
	margin-bottom: 10px;
}
.wen_li {
	margin-top: 20px;
}
/**二次修改的css**/
.commbann {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
.commbann img {
	width: 180%;
	height: auto;
	margin-left: -28%;
}
.index_wang, .index_tui, .index_fu {
	padding: 30px 10px;
}
.index_you .indexzhan_ti {
	font-size: 18px;
}
.index_you .indexzhan_xian {
	margin: 10px 0;
}
.index_you .indexzhan_des {
	font-size: 12px;
	line-height: 24px;
}
.index_you .indexzhan_tiao a {
	font-size: 12px;
	width: 100px;
}
.index_fu li {
	width: 30.3%;
	margin: 1.5%;
	height: 200px;
}
.indexfu_con .indexfu_title {
	font-size: 14px;
	margin: 10px 0 5px;
}
.indexfu_con .indexfu_des {
	font-size: 12px;
	line-height: 20px;
}
.index_fu li.fu_1 .indexfu_con, .index_fu li.fu_2 .indexfu_con, .index_fu li.fu_3 .indexfu_con, .index_fu li.fu_4 .indexfu_con, .index_fu li.fu_5 .indexfu_con, .index_fu li.fu_6 .indexfu_con {
	background-size: 120%;
}
.index_ke li {
	width: 48%;
	margin: 1%;
}
.why .w_auto {
	background: none;
	height: auto;
	margin-top: 20px;
}
.why_huo a {
	display: none;
}
#main>div {
	padding: 30px 10px;
}
.why .why_item {
	position: static;
}
.why .why_item .why_title, .tui_fu li .tui_ti {
	font-size: 16px;
}
.why .why_item .why_miao {
}
.why .why_item {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 2% 0;
}
#main .why {
	padding-bottom: 30px;
}
.why .why_item .why_miao {
	margin-top: 0;
}
.tui_fu li {
	width: 46%;
	margin: 2%;
}
.tui_fu li img {
	width: 40px;
	height: auto;
}
.tui_fu li .tui_des {
	font-size: 12px;
	margin-top: 10px;
}
.tui_fu li .tui_ti {
	margin-top: 5px;
}
.tui_fu ul {
	margin: 20px -2% 0
}
.tui_cheng li {
}
.tui_cheng li .tuicheng_left, .tui_cheng li .tuicheng_right {
	width: 100%;
}
.tuicheng_right .tuicheng_ti {
	font-size: 16px;
}
.tuicheng_right .tuicheng_des {
	font-size: 12px;
	margin-top: 5px;
}
.tui_xiao li {
	width: 48%;
	margin: 2% 1%;
}
.tui_xiao ul {
	margin: 0 -1%;
}
.tui_xiao li .tuixiao_name {
	margin: 10px 0;
	font-size: 14px;
	height: 22px;
	overflow: hidden;
}
.tui_xiao li .tuixiao_des {
	font-size: 12px;
}
.wang_1, .wang_2, .wang_3, .wang_4, .wang_5 {
	padding: 30px 10px;
}
.wang_left, .wang_2 .wang_left, .wang_3 .wang_left {
	background-size: 25%;
	margin-top: 0;
}
.wang_left .wang_title {
	font-size: 18px;
	line-height: 24px;
	padding-top: 20px;
}
.wang_left .wang_des {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.wang_left .wang_li span {
	font-size: 12px;
	line-height: 24px;
}
.wang_right {
	margin-top: 20px;
}
.wang_top h5 {
	font-size: 18px;
	line-height: 26px;
}
.wang_top p {
	font-size: 14px;
	margin-top: 10px;
}
.wang_4 li {
	width: 46%;
	margin: 2%;
}
.wang_4 li .wangfu_ti {
	font-size: 14px;
	line-height: 22px;
}
.wang_4 li.w1 .wang_li, .wang_4 li.w2 .wang_li, .wang_4 li.w3 .wang_li, .wang_4 li.w4 .wang_li, .wang_4 li.w5 .wang_li, .wang_4 li.w6 .wang_li {
	background-size: 18%;
	padding-left: 35px;
}
.wang_4 li .wangfu_miao {
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
.wang_4 ul {
	margin: 20px -2% 0;
}
.wang_5 li img {
	width: 50px;
	height: auto;
}
.wang_5 li .liu_pic {
	margin-top: -25px;
}
.wang_5 ul {
	margin: 0 -1% 0;
}
.wang_5 li {
	width: 48%;
	margin: 50px 1% 0;
	height: 235px;
}
.wang_5 li .liu_ti {
	font-size: 16px;
	margin: 15px 0;
	line-height: 22px;
}
.wang_5 li .liu_des {
	font-size: 12px;
	line-height: 22px;
	padding: 0 15px;
}
.wang_6 .wang_pin {
	font-size: 16px;
}
.wang_6 a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.wang_6 {
	height: 195px;
}
/**三次修改css**/
.seo_le {
	width: 100%;
}
.seo_a a {
	width: 45%;
	font-size: 16px;
}
.seo .seo_title, .bao-ti {
	font-size: 20px;
	text-align: center;
}
.bao-xian {
	height: 2px;
}
.seo_le p, .bao .bao-long {
	font-size: 14px;
	line-height: 22px;
}
.seo_a {
	margin-top: 20px;
}
.bao-tu img {
	width: 100%;
}
.bao-tu a, .seo-tuan, .neng {
	display: none;
}
.more-wu li {
	width: 49%;
	margin: 2% 0;
	height: 340px;
}
.more-wu li .more-ti {
	font-size: 16px;
}
.more-wu li .more-lo {
	font-size: 13px;
	padding-top: 5px;
}
.more-wu li .more-con {
	font-size: 12px;
}
.more-wu ul {
	margin: 0 -1.5%;
}
.more-wu li .more-tu {
	padding: 15px 0;
}
.more-wu li a {
	margin-top: 10px;
}
#slider1 {
	display: block;
	top: 45%;
}
}
.container {
	width: 83%;
	margin: 0 auto;
}
.home-two {
	padding: 99px 0 101px 0;
	overflow: hidden;
	background-size: cover;
}
/* .container {
    max-width: 1320px;
    min-width: 1320px;
} */




.seo-title {
	text-align: center;
	font-size: 40px;
	color: #333;
}
.seo-title span {
	font-weight: bold;
	color: #00bafe;
	padding: 0 13px;
}
.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
.home-two .two-list li .jsh {
	font-size: 21px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 41px;
	line-height: 39px;
}
.home-two .two-list li .b2 {
	color: #066c6a;
}
.home-two .two-list li .b3 {
	color: #d33a33;
}
.home-two .two-list li .b4 {
	color: #f3ba32;
}
.home-two .two-list li .b5 {
	color: #315a8e;
}

@media (min-width: 992px) {
.col-lg-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
}
.indexOne {
	padding: 45px 0 90px;
	background: #fbfbfb;
}
.container {
	width: 1200px;
}
.indexHead {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.indexHead h3 {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #333;
	line-height: 56px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
}
.indexHead h1 {
	width: 100%;
	font-size: 80px;
	color: #f6f6f6;
	line-height: 56px;
	height: 56px;
	font-weight: 700;
	letter-spacing: 2px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	text-transform: uppercase;
	font-family: opensans-bold;
}
.indexOne ul {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
.indexOne ul li {
	width: 24%;
	float: left;
	margin: 50px 0.5% 0;
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
.indexOne ul li .zbox {
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 0 5px 7px rgba(196,196,196,.18);
	text-align: center;
	position: relative;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.indexOne ul li:hover .zbox .head {
	background: #fff;
	color: #c00a0c;
}
.indexOne ul li:hover .zbox {
	background: #c00a0c;
}
.indexOne ul li:hover .zbox ul li {
	color: #fff;
}
.indexOne ul li .zbox .head {
	width: 100%;
	height: 139px;
	background: #f7f7f7;
	padding: 29px 0px 0;
	font-size: 21px;
	color: #303030;
	line-height: 32px;
	background: #c00a0c;
	color: #fff;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.indexOne ul li .zbox .ico {
	display: inline-block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 76px;
	background: #c00a0c;
	box-shadow: 0 0 9px #aa2529;
	margin-left: -50px;
	background: #fff;
	box-shadow: 0 0 9px #cdcdcd;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.indexOne ul li .zbox .ico .img_1 {
	display: none;
}
.indexOne ul li .zbox .ico img {
	width: 100%;
	float: left;
}
.indexOne ul li .zbox ul {
	width: 100%;
	float: left;
	margin: 20px 0 10px;
	overflow: hidden;
}
.indexOne ul li .zbox ul li {
	width: 100%;
	float: left;
	border-top: dashed 1px #d3d1d1;
	margin-top: -1px;
	font-size: 15px;
	color: #666;
	line-height: 45px;
	height: 45px;
}
.indexOne ul li .zbox .more {
	width: 100%;
	float: left;
}
.indexOne ul li .zbox .more a {
	display: block;
	width: 100%;
	font-size: 14px;
	background: #f7f7f7;
	line-height: 44px;
	color: #6a6a6a;
	letter-spacing: 1px;
	background: #c00a0c;
	color: #fff;
	-webkit-transition: all 0s ease-out 0s;
	-moz-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}
.network_three {
	width: 100%;
	height: 698px;
	background: url(../images/ind_why.jpg)no-repeat center;
}
.all_bg {
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
}
.network_three_title {
	width: 100%;
	height: 180px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.network_three_title span {
	display: block;
	font-size: 36px;
	margin-top: 20px;
}
.network_three_title p {
	width: 76%;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
}
.network_three_bottom {
	width: 100%;
	height: 420px;
	margin-top: 10px;
	color: #fff;
	background: url(../images/ind_why_bg.png)no-repeat center;
}
.network_three_fl {
	width: 540px;
	height: 420px;
	background: url(../images/ind_why_lef.png)no-repeat center;
	background-position-y: 4px;
	text-align: right;
}
.network_three_fl ul {
	width: 355px;
	height: 100%;
}
.network_three_fl li {
	width: 100%;
	height: 84px;
	margin-bottom: 44px;
	margin-top: 10px;
}
.network_three_fl li b {
	display: block;
	font-size: 24px;
}
.wes {
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.network_three_fl li p {
	width: 96%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-top: 5px;
	color: #fff;
}
.network_three_fl li:last-child p {
	margin-top: 0;
}
.network_three_fr {
	width: 540px;
	height: 420px;
	background: url(../images/ind_why_rig.png)no-repeat center;
	background-position-y: 4px;
	text-align: left;
}
.network_three_fr ul {
	float: right;
	width: 355px;
	height: 100%;
}
.network_three_fr li {
	width: 100%;
	height: 84px;
	margin-bottom: 44px;
	margin-top: 10px;
}
.network_three_fr li b {
	display: block;
	font-size: 24px;
}
.network_three_fr li p {
	width: 96%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-top: 5px;
	color: #fff;
}
.network_three_fl li:hover b {
	color: #c00a0c;
}
.network_three_fr li:hover b {
	color: #c00a0c;
}
.network_three_fr li:last-child p {
	margin-top: 0;
}
.home-two {
	padding: 70px 0 40px 0;
	overflow: hidden;
	background-size: cover;
}
.container {
	max-width: 1320px;
}
.seo-title {
	text-align: center;
	font-size: 40px;
	color: #333;
}
.seo-title span {
	font-weight: bold;
	color: #00bafe;
	padding: 0 13px;
}
.home-two .youshi {
	overflow: hidden;
	padding: 0 80px;
	margin-top: 50px;
	margin-bottom: 40px;
}
.home-two .youshi li {
	float: left;
	width: 25%;
	text-align: center;
	padding-bottom: 14px;
	line-height: 54px;
}
.home-two .youshi li .num {
	font-size: 32px;
	color: #ff950d;
	display: inline-block;
	vertical-align: top;
}
.home-two .youshi li .num span {
	color: #ff950d;
	font-family: "DINPro-Regular";
	font-weight: normal;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.home-two .youshi li p {
	color: #005cbd;
	font-size: 32px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.home-two .two-list li {
	width: 20%;
	float: left;
	text-align: center;
}
.home-two .two-list li .bt {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 25px;
}
.home-two .two-list li .b1 {
	color: #922e6f;
}
.home-two .two-list li .pic {
	width: 139px;
	height: 153px;
	margin: 0 auto;
}
.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
.home-two .two-list li .jsh {
	font-size: 19px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 30px;
	line-height: 34px;
}
.home-two .two-list li .b2 {
	color: #066c6a;
}
.home-two .two-list li .b3 {
	color: #d33a33;
}
.home-two .two-list li .b4 {
	color: #f3ba32;
}
.home-two .two-list li .b5 {
	color: #315a8e;
}
.network_six {
	width: 100%;
	height: auto;
	display: table;
	margin-top: -25px;
	background-color: #eeeeee;
}
.network_six_title {
	width: 100%;
	text-align: center;
}
.network_six_title b {
	display: block;
	font-size: 32px;
	color: #333;
	margin-top: 10px;
}
.network_six_title_detail {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.network_six_title_detail b {
	display: block;
	font-size: 24px;
	color: #d4141a;
}
.network_six_title_detail p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.network_six_bottom {
	width: 100%;
	height: 402px;
	margin-top: 20px;
	background: url(../images/ind_san_tu1.png)no-repeat center;
	background-size: 100% 100%;
}
.network_six_bottom ul {
	float: right;
	width: 445px;
	height: 100%;
}
.network_six_bottom li {
	width: 100%;
	height: 126px;
	text-align: center;
	color: #fff;
	margin-bottom: 12px;
	background-color: #d4141a;
}
.network_six_bottom li span {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 24px;
	padding-top: 14px;
}
.network_six_bottom li p {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.network_six_bottom p.line_kf {
	width: 100%;
	text-align: center;
}
.network_six_bottom p.line_kf a {
	color: #d4141a;
	font-size: 14px;
	text-decoration: underline;
}
.network_seven {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 60px;
}
.network_seven_bottom {
	width: 100%;
	height: 380px;
	margin-top: 40px;
	background: url(../images/202101212141247fe3bd.png)no-repeat center;
	position: relative;
}
.network_seven_bottom ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.network_seven_bottom li {
	font-size: 14px;
	float: left;
	width: 165px;
	height: 212px;
	background: url(../images/ind_san_xt1.png)no-repeat top center;
}
.network_seven_bottom li b {
	display: block;
	color: #fff;
	width: 46%;
	margin: 0 auto;
	text-align: center;
	padding-top: 46px;
	font-weight: bold;
	line-height: 22px;
}
.network_seven_bottom li p {
	display: block;
	color: #666;
	width: 100%;
	text-align: center;
	padding-top: 66px;
	line-height: 22px;
}
.network_seven_bottom li:first-child {
	position: absolute;
	left: 0;
	bottom: 0px;
}
.network_seven_bottom li:first-child b {
	width: 34%;
	padding-top: 32px;
}
.network_seven_bottom li:first-child p {
	padding-top: 58px;
}
.network_seven_bottom li:nth-child(2) {
	position: absolute;
	left: 170px;
	top: 0;
}
.network_seven_bottom li:nth-child(2) b {
	width: 34%;
	padding-top: 32px;
}
.network_seven_bottom li:nth-child(2) p {
	padding-top: 58px;
}
.network_seven_bottom li:nth-child(3) {
	position: absolute;
	left: 345px;
	bottom: 0px;
}
.network_seven_bottom li:nth-child(4) {
	position: absolute;
	left: 516px;
	top: 0;
}
.network_seven_bottom li:nth-child(5) {
	position: absolute;
	right: 346px;
	bottom: 0;
}
.network_seven_bottom li:nth-child(6) {
	position: absolute;
	right: 130px;
	top: 0;
}
.network_seven_bottom li:last-child {
	position: absolute;
	right: 0;
	bottom: 0px;
}
.network_seven_bottom li:hover {
	background: url(../images/ind_san_xt2.png)no-repeat top center;
	cursor: pointer;
}
.network_seven_bottom li:hover p {
	color: #d4141a;
}
.network_eight {
	width: 100%;
	height: 654px;
	margin-top: 70px;
	background: url(../images/ind_san_bg3.jpg)no-repeat center;
}
.network_six_title_detail {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.network_six_title_detail b {
	display: block;
	font-size: 24px;
	color: #d4141a;
}
.network_six_title_detail p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.network_eight_bottom {
	width: 100%;
	height: 410px;
	margin-top: 40px;
}
.network_eight_bottom ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.network_eight_bottom li {
	float: left;
	width: 228px;
	height: 100%;
	text-align: center;
	background-color: #fff;
	margin-right: 14px;
}
.network_eight_bottom li:last-child {
	margin-right: 0;
}
.network_eight_bottom li b {
	display: block;
	width: 100%;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: #d4141a;
}
.network_eight_bottom li p {
	width: 80%;
	margin: 0 auto;
	height: 190px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	text-align: justify;
	overflow: hidden;
}
.network_eight_img {
	width: 78px;
	height: 78px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
.network_eight_img img {
	width: 100%;
}
.network_eight_bottom li:hover {
	background-color: #d4141a;
	cursor: pointer;
}
.network_eight_bottom li:hover b {
	background-color: #fff;
	color: #d4141a;
}
.network_eight_bottom li:hover p {
	color: #fff;
}
.network_eight_bottom li:hover .network_eight_img img {
	margin-top: -82px;
}
.network_nine_bottom {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 40px;
}
.network_nine_bottom li {
	float: left;
	width: 274px;
	height: 300px;
	margin: 0 34px 36px 0;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background: url(../images/202101221027534ad066.png)no-repeat center;
}
.network_nine_bottom li:nth-child(4n) {
	margin-right: 0;
}
.network_nine_bottom li img {
	width: 60px;
	margin: 0 auto;
	padding-top: 50px;
	display: block;
}
.network_nine_bottom li b {
	width: 100%;
	display: block;
	font-size: 18px;
	margin-top: 20px;
}
.network_nine_bottom li p {
	width: 60%;
	margin: 0 auto;
	margin-top: 16px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	color: #fff;
}
.network_nine_bottom li:hover {
	background: url(../images/20210122103633e202ad.png)no-repeat center;
	cursor: pointer;
}
.ind_abo {
	overflow: hidden;
}
.ind_abo .lef {
	width: 50%;
	float: left;
	padding-top: 25px;
}
.ind_abo .lef p {
	font: 14px/24px "微软雅黑";
	color: #fff;
	margin-bottom: 10px;
}
.ind_abo .lef p b {
	font-size: 16px;
	font-weight: bold;
}
.ind_abo .rig {
	width: 50%;
	float: left;
}

@media screen and (max-width: 960px) {
.network_nine_bottom li {
	width: 50%;
	margin: 0px;
}
}
.network_ten_bottom {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 40px;
	margin-bottom: 40px;
}
.network_ten_bottom li {
	float: left;
	width: 373px;
	height: 230px;
	margin: 0 10px 10px 10px;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 1px 10px #999;
}
.network_ten_bottom:last-child {
	margin-right: 0;
}
.network_ten_bottom li b {
	display: block;
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	background: #d4141a url(../images/202101221501131323dc.png)no-repeat 100px center;
}
.network_ten_bottom li:nth-child(2) b {
	background: #d4141a url(../images/202101221501398b6423.png)no-repeat 100px center;
}
.network_ten_bottom li:nth-child(3) b {
	background: #d4141a url(../images/202101221502010eeb8f.png)no-repeat 100px center;
	padding-left: 55px;
}
.network_ten_bottom li p {
	width: 84%;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
	margin-top: 26px;
	text-align: left;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}
.network_ten_bottom li:hover p {
	color: #d4141a;
}
.indexFiv {
	padding: 58px 0 88px;
	width: 100%;
}
.indexFiv ul {
	width: 100%;
	overflow: hidden;
}
.indexFiv ul li {
	width: 22%;
	float: left;
	margin-top: 40px;
	padding: 0 1.5%;
}
.indexFiv ul li .zbox {
	width: 100%;
	float: left;
	background: rgba(255,130,131,.3);
	padding: 34px 0 39px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
.indexFiv ul li .zbox h2 {
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 46px;
	line-height: 76px;
}
.indexFiv ul li .zbox h4 {
	width: 100%;
	color: #fff;
	margin-top: 8px;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: solid 1px #fff;
	border-bottom: solid 1px rgba(255,255,255,.3);
}
.indexFiv ul li .zbox .p {
	margin-top: 22px;
	color: #fff;
	height: 90px;
	overflow: hidden;
	font-size: 15px;
	line-height: 30px;
	padding: 0 12px;
}
.web_side_one {
	width: 100%;
	height: auto;
	margin-top: 70px;
	display: table;
}
.web_side_one_title {
	width: 100%;
	text-align: center;
}
.web_side_one_title p {
	font-size: 42px;
	color: #333;
}
.web_side_one_title span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.web_side_one_bottom {
	width: 100%;
	height: 330px;
	margin-top: 40px;
}
.animated {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
.web_side_one_bottom ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.web_side_one_bottom li {
	width: 285px;
	height: 100%;
	text-align: center;
	background: url(../images/web_side_one_bg1.png)no-repeat center;
}
.web_side_one_bottom li:nth-child(2n) {
	background: url(../images/web_side_one_bg2.png)no-repeat center;
}
.web_side_one_bottom li img {
	margin: 0 auto;
	margin-top: 56px;
	display: block;
}
.web_side_one_bottom li b {
	width: 80%;
	margin: 0 auto;
	display: block;
	color: #444;
	margin-top: 20px;
	font-size: 24px;
}
.web_side_one_bottom li:hover b {
	color: #d4141a;
}
.wes {
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.web_side_one_bottom li p {
	width: 84%;
	margin: 0 auto;
	color: #666;
	margin-top: 10px;
	font-size: 14px;
	height: 96px;
	overflow: hidden;
	line-height: 24px;
}
.web_side_one_bottom li:hover p {
	color: #d4141a;
}
.web_side_two {
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-top: 70px;
	display: block;
	color: #fff;
	text-align: center;
	background: url(../images/web_side_two_bg.png)no-repeat center;
}
.web_side_two_title {
	width: 100%;
	padding-top: 80px;
	color: #fff;
	text-align: center;
}
.web_side_two_title span {
	display: block;
	font-size: 42px;
}
.web_side_two_title p {
	width: 76%;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 10px;
	line-height: 28px;
}
.web_side_two_bottom {
	width: 100%;
	margin-top: 40px;
}
.web_side_two_img {
	width: 430px;
	height: auto;
}
.web_side_two_font {
	width: 750px;
	padding-bottom: 66px;
	float: right;
}
.web_side_two_font li {
	float: left;
	width: 350px;
	height: 140px;
	border: 1px solid #fff;
	margin: 0 20px 20px 0;
}
.web_side_two_font li b {
	width: 90%;
	margin: 0 auto;
	display: block;
	font-size: 24px;
	font-weight: normal;
	padding-top: 26px;
}
.web_side_two_font li p {
	width: 82%;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 6px;
	height: 66px;
	overflow: hidden;
	line-height: 22px;
}
.web_side_two_font li:hover {
	background-color: #d4141a;
	border: 1px solid #d4141a;
	cursor: pointer;
}
.fl {
	float: left;
}
.sembox1 {
	background: #f4f4f4;
}
.web_side_three {
	width: 100%;
	height: auto;
	display: table;
	background-color: #ededed;
}
.web_side_one_title {
	width: 100%;
	text-align: center;
}
.web_side_one_title p {
	font-size: 42px;
	color: #333;
}
.web_side_one_title span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.web_side_three_bottom {
	width: 100%;
	height: 440px;
	margin-top: 40px;
	margin-bottom: 80px;
	border-radius: 2px;
	position: relative;
}
.syfw {
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
.syfw dl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.syfw dl dd {
	width: 25%;
	height: 100%;
	float: left;
}
.syfw dl dd a {
	width: 100%;
	height: 100%;
	display: block;
}
.syfwul {
	overflow: hidden;
	height: 440px;
	position: relative;
}
.syfwul li {
	width: 20%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 35px;
	background: #d4141a;
	transition: all 1s;
}
.syfwul_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.syfwul_img img {
	width: 100%;
	height: 100%;
}
.syfw_h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all 1s;
}
.syfw_h3 i {
	display: block;
	font-size: 42px;
	text-align: center;
	padding-top: 100px;
	font-style: normal;
}
.syfw_h3 span {
	width: 80px;
	height: 4px;
	background-color: #d4141a;
	margin: 0 auto;
	display: block;
	margin-top: 6px;
}
.syfw_h3 h3 {
	display: block;
	width: 90%;
	text-align: left;
	float: left;
	transition: all 1s;
	font-weight: normal;
	text-align: center;
	padding-left: 26px;
	margin-top: 6px;
}
.syfw_h3 em {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	float: left;
	width: 100%;
	text-align: center;
	transition: all 1s;
	font-style: normal;
	line-height: 24px;
}
.syfw_text a {
	display: block;
	width: 210px;
	height: 44px;
	border-radius: 30px;
	margin-top: 30px;
	font-size: 16px;
	color: #d4141a;
	line-height: 44px;
	padding-left: 28px;
	background: #fff url(../images/about_more2.png)no-repeat right 26px center;
}
.syfw_text img {
	margin-top: 30px;
	width: 100%;
	height: 112px;
}
.seo_box {
	padding: 50px 0 80px;
}
.seo_title {
	margin-bottom: 40px;
	text-align: center;
}
.seo_title h2 {
	font-size: 36px;
	color: #000;
	line-height: 50px;
	margin-bottom: 10px;
}
.seo_title p {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
.sem-ul1 {
	margin: 0 -19px;
}
.sem-ul1 li {
	float: left;
	width: 33.33%;
}
.sem-ul1 .Item {
	margin: 35px;
	background: #e9e9e9;
	text-align: center;
}
.sem-ul1 .Item h3 {
	font-size: 18px;
	color: #000;
	line-height: 50px;
}
.seobox2 {
	background: #fff;
}
.why_seo {
	margin: 0 -15px;
}
.why_seo li {
	float: left;
	width: 50%;
}
.why_seo .Item {
	border: 1px solid #e3e3e3;
	padding: 40px 60px;
	overflow: hidden;
	margin: 15px;
}
.sembox2 .why_seo .Item img {
	margin-right: 30px;
}
.why_seo .Item img {
	float: left;
}
.why_seo .Item h3 {
	font-size: 24px;
	color: #000;
	line-height: 40px;
}
.sembox2 .why_seo .Item p {
	font-size: 14px;
	color: #666;
}
.why_seo .Item p {
	line-height: 30px;
}
.stmb1 {
	background-color: #f4f4f4 !important;
}
.sembox3 {
	background: url(../images/sem_bg01.jpg) no-repeat center bottom;
	padding-bottom: 100px;
}
.sembox3 .seo_main {
	overflow: hidden;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.seo-adv-list {
	margin: 0 -12px;
}
.seo-adv-list li {
	float: left;
	width: 25%;
}
.seo-adv-list .Item {
	background: #fff;
	margin: 12px;
	padding: 50px 30px 40px;
	text-align: center;
}
.seo-adv-list .Item img {
	margin-bottom: 30px;
}
.seo-adv-list .Item h3 {
	font-size: 20px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 600;
}
.seo-adv-list .Item p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	min-height: 104px;
}
.seo-adv-list .Item .online {
	transition: all 0.3s linear;
	font-size: 16px;
	color: #d4141a;
	border: 1px solid #d4141a;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 120px;
	border-radius: 20px;
	text-align: center;
}
.sembox4 {
	background: #fff;
}
.sem-our-adv li {
	float: left;
	width: 33.33%;
}
.sem-our-adv .Item {
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	overflow: hidden;
}
.sem-our-adv .pic {
	float: left;
	width: 75px;
}
.sem-our-adv .Intro {
	float: right;
	width: 250px;
}
.sem-our-adv h3 {
	font-size: 20px;
	color: #d4141a;
	line-height: 30px;
	font-weight: bold;
}
.sem-our-adv p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.clbz-list li {
	float: left;
	width: 20%;
}
.clbz-list .Intro {
	background: #fff;
	height: 248px;
	box-sizing: border-box;
	padding: 30px;
}
.clbz-list .Intro h3 {
	font-size: 20px;
	color: #000;
	line-height: 40px;
	margin-bottom: 10px;
}
.clbz-list .Intro p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.sembox5 {
	background: #f4f4f4;
}
.sembox6 {
	background: url(../images/sem_bg02.jpg);
}
.sem_faq-list {
	margin: 0 -12px;
}
.sem_faq-list li {
	float: left;
	width: 25%;
}
.sem_faq-list .Item {
	background: #f4f4f4;
	padding: 20px;
	text-align: center;
	margin: 10px;
}
.sem_faq-list h3 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 5px;
}
.sem_faq-list p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 50px;
}
.sem_faq-list .online {
	transition: all 0.3s linear;
	font-size: 16px;
	color: #fff;
	background: #d4141a;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 140px;
	border-radius: 20px;
	text-align: center;
}
.about-jj {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
}
.about-jj .left {
	float: left;
	width: 54%;
}
.about-jj .left p.en {
	font-size: 40px;
	color: #eaeaea;
}
.about-jj .left h3 {
	font-size: 36px;
	color: #333333;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.about-jj .left h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #333333;
}
.about-jj .left div.ct {
	font-size: 16px;
	color: #666666;
	line-height: 33px;
}
.about-jj .right {
	float: right;
	width: 42%;
}
.about-num {
	width: 100%;
	background-image: url(../images/ab.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center 0;
}
.about-num ul {
	width: 1200px;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
.about-num ul li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
}
.about-num ul li h3 {
	font-size: 12px;
}
.about-num ul li h3 span {
	font-size: 62px;
	margin-right: 5px;
	font-family: 微软雅黑;
	font-weight: bold;
}
.about-num ul li p.tt {
	font-size: 24px;
	margin: 10px auto;
}
.revealator-slideup.revealator-within, .revealator-slideup.revealator-partially-above, .revealator-slideup.revealator-above {
	transform: translate(0, 0);
	opacity: 1;
	width: 1200px;
	margin: 0 auto;
}
.box-do {
	padding-top: 50px;
	background: url(../images/ab_08.jpg) bottom repeat-x;
	font-size: 14px;
	color: #202020;
}
.title-h2 {
	font-size: 36px;
	color: #202020;
	text-align: center;
	line-height: 21px;
	padding-top: 10px;
	padding-bottom: 60px;
}
.title-h2 p {
	color: #aaa;
	font-size: 14px;
}
.box-do ul {
	overflow: hidden;
}
.box-do li {
	width: 19%;
	float: left;
	margin-bottom: 45px;
	text-align: center;
	padding: 0 3%;
	word-break: break-all;
	transition: all 0.2s;
}
.box-do li:hover img {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.box-do li:hover {
	color: #d4141a;
}
.line-more a:hover {
	color: #d4141a;
	border: 1px solid #d4141a;
}
.box-do li img {
	display: inline-block;
	margin-bottom: 25px;
	transition: all 0.2s;
}
.box-do li span {
	line-height: 25px;
	min-height: 50px;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.line-more-lf {
	background: url(../images/ab_03.jpg) no-repeat top left;
	color: #aaa;
	font-size: 14px;
	text-align: left;
	height: 65px;
}
.line-lf {
	width: 53%;
	float: left;
	text-indent: 2em;
	line-height: 65px;
}
.line-rg {
	width: 47%;
	float: right;
	color: #d4141a;
	text-align: right;
}
.line-more a {
	display: inline-block;
	width: 94px;
	height: 35px;
	line-height: 35px;
	color: #29282d;
	border: 1px solid #29282d;
	margin: 19px;
	text-align: center;
	font-size: 16px;
}
.all_bgs {
	width: 79%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.contact_information_title {
	width: 100%;
	margin-top: 4%;
}
.contact_information_title b {
	display: block;
	font-size: 1.5vw;
	letter-spacing: 2px;
	color: #333;
	overflow: hidden;
}
.contact_information_bottom {
	width: 100%;
	margin-top: 3%;
	display: inline-block;
}
.contact_information_bottom ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.contact_information_bottom li {
	width: 29%;
	background-color: #e7e7e7;
	text-align: center;
	float: left;
	margin-right: 2.6%;
	margin: 2%;
}
.contact_information_bottom li:last-child {
	margin-right: 0;
}
.contact_information_bottom li img {
	width: 20%;
	padding-top: 14%;
}
.contact_information_bottom li p {
	font-size: 1.2vw;
	color: #333;
	padding-top: 2%;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contact_information_font {
	height: 238px;
}
.contact_information_bottom li a {
	display: block;
	font-size: 0.84vw;
	color: #666;
	padding-top: 2%;
	width: 82%;
	margin: 0 auto;
}
.contact_active {
	padding-bottom: 10%!important;
}
.contact_information_bottom li a:hover {
	color: #d4141a;
}
.w_autoe {
	width: 78%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.contact_slogan {
	width: 100%;
	background-color: #e7e7e7;
}
.contact_slogan_left {
	width: 46%;
	padding: 3% 0 3% 0;
}
.contact_slogan_left_detail {
	width: 21%;
}
.contact_slogan_left_detail b {
	font-size: 1.5vw;
	color: #666;
	border-bottom: 1px solid #666;
	line-height: 3vw;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contact_slogan_right_detail {
	width: 76%;
}
.fr {
	float: right;
}
.contact_slogan_right_detail p {
	font-size: 1.2vw;
	color: #666;
	margin-top: 1.2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contact_slogan_right_detail span {
	display: block;
	font-size: 1vw;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contact_slogan_right {
	width: 46%;
	padding: 3% 0 3% 0;
}
.sectionbg {
	width: 100%;
	background: #fff;
}
.section {
	width: 1200px;
	margin: 0 auto;
}
.youhua {
	position: relative;
	height: 787px;
}
.youhua .pic0 {
	position: absolute;
	width: 459px;
	height: 141px;
	top: 90px;
	left: 50%;
	margin-left: -230px;
}
.youhua .pic1 {
	position: absolute;
	width: 70%;
	top: 280px;
	left: 5%;
}
.youhua .pic2 {
	position: absolute;
	width: 30%;
	top: 280px;
	left: 50%;
}
.wentibg {
	background: url(../img/wentibg.jpg);
}
.seotitle {
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding-top: 50px;
}
.seotitle span {
	color: #fff;
}
.black, .black span {
	color: #333;
}
.seotitle span {
	font-size: 18px;
	display: block;
	margin-top: 20px;
}
.wenti {
	margin-top: 40px;
}
.wenti .list {
	width: 20%;
	padding: 30px 0;
	float: left;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.wenti .list:hover {
	box-shadow: 0px 0px 20px rgba(48, 135, 241, 0.8);
}
.wenti .list:hover img, .wenti .list:hover p {
	transform: translateY(-5px);
}
.wenti .list img {
	width: 130px;
	height: 130px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.wenti .list p {
	margin-top: 10px;
	line-height: 2;
	font-size: 18px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.model .text {
	margin: 200px 0;
}
.model .text .seotitle {
	text-align: left;
}
.model .text .seotitle span {
	font-size: 20px;
	margin-top: 10px;
}
.model .text p {
	margin: 30px 0;
	line-height: 2;
	font-size: 22px;
	color: #fff;
}
.model .text .btn {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	width: 165px;
	height: 42px;
	line-height: 42px;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	background: #63bbfa;
	color: #095180;
	box-shadow: 0 3px 0 #167ac1;
}
.model .text .btn:hover {
	background: #fff;
	color: #095180;
	;
}
.yxbg1 .text {
	margin-left: 50px;
	text-align: left;
}
.yxbg1 .pic1 {
	width: 710px;
	height: 473px;
	margin-top: 127px;
}
.yxbg2 .pic1 {
	width: 773px;
	height: 448px;
}
.right, .model .right .seotitle {
	text-align: right;
}
.yxbg2 .text .btn, .yxbg3 .text .btn, .yxbg6 .text .btn {
	background: #dcdee0;
	color: #363636;
	box-shadow: 0 3px 0 #c3c5c6;
}
.yxbg2 .text .btn:hover, .yxbg3 .text .btn:hover, .yxbg6 .text .btn:hover {
	background: #363636;
	color: #fff;
}
.yxbg2 .text {
	margin-left: -7px;
}
.yxbg3 .text {
	margin: 250px 220px 200px 60px;
	text-align: left;
}
.yxbg5 .text {
	margin-left: 60px;
	margin-right: 70px;
	text-align: left;
}
.yxbg5 .text .btn {
	background: #439bfd;
	color: #c9e3fe;
}
.yxbg4 .pic1, .yxbg5 .pic1 {
	margin-top: 140px;
}
.yxbg4 .text {
	margin-left: 50px;
}
.yxbg6 .pic1 {
	margin-left: 60px;
	margin-right: 272px;
}
.yxbg6 .text {
	margin-top: 270px;
}
.model .black p {
	color: #333;
}
.yxbg1 {
	height: 600px;
	background: url(../img/w6.jpg) 50% no-repeat;
	background-size: cover;
	margin-top: 50px
}
.yxbg2 {
	height: 600px;
	background: url(../img/s7.jpg) 50% no-repeat;
	background-size: cover;
}
.yxbg3 {
	height: 600px;
	background: url(../img/s8.jpg) 50% no-repeat;
	background-size: cover;
}
.yxbg4 {
	height: 800px;
	background: url(../img/s9.jpg) 50% no-repeat;
	background-size: cover;
}
.yxbg5 {
	height: 800px;
	background: url(../img/s10.jpg) 50% no-repeat;
	background-size: cover;
}
.yxbg6 {
	height: 816px;
	background: url(../img/11.jpg) 50% no-repeat;
	background-size: cover;
}
.yxbg3 .pic1 {
	margin-top: 127px;
}

@media (max-width: 960px) {
.rslides li {
	height: 220px;
	background-size: cover !important;
}
.container {
	width: 100% !important;
}
.indexHead h1 {
	font-size: 20px !important;
}
.indexOne ul li .zbox .head {
	font-size: 18px !important;
	padding-top: 15px;
	height: 115px;
}
.indexOne ul li .zbox .ico {
	top: 55px;
}
.indexOne ul li .zbox ul li {
	font-size: 14px;
	height: 30px;
	line-height: 38px;
}
.network_three_bottom {
	background: none;
}
.network_three {
	height: auto;
}
.network_three_fl, .network_three_fr {
	background: none;
	width: 90%;
	padding: 0;
	text-align: left;
	height: auto;
	float: none;
	margin: 0 auto;
}
.all_bg {
	width: 100%;
	padding: 20px 0;
}
.indexHead h3 {
	font-size: 24px !important;
}
.about1 .row_3 {
	width: 100%;
	overflow-x: scroll;
}
.indexOne ul {
	width: 200%;
}
.indexOne ul li {
	width: 22% !important;
}
.indexFiv ul li .zbox h2 {
	font-size: 22px !important;
	line-height: 30px;
}
.indexFiv ul li {
	width: 46% !important;
	padding: 0 !important;
	margin: 0 2% 10px;
}
.indexFiv ul li .zbox {
	padding: 15px 0 15px;
}
.network_three_fl li, .network_three_fr li {
	height: auto;
	margin-bottom: 15px;
	border-top: solid 1px #333;
	padding-top: 15px;
}
.network_three_fl li p, .network_three_fr li p {
	margin-top: 0;
	height: 24px;
	line-height: 24px;
}
.network_three_title {
	height: auto;
}
.network_three_title span {
	font-size: 24px;
}
.network_three_title p {
	font-size: 14px;
	line-height: 22px;
	width: 90%;
	text-align: left;
}
.network_three_fl ul {
	width: 100%;
}
.network_three_fl li b {
	font-size: 16px;
}
.network_three_fl li p {
	width: 100%;
	font-size: 14px;
}
.network_three_fr ul {
	width: 100%;
}
.network_three_fr li b {
	font-size: 16px;
}
.network_three_fr li p {
	width: 100%;
	font-size: 12px;
}
.home-two {
	padding: 30px 0 30px 0
}
.home-two p {
	padding: 0 10px;
}
.home-two p:first-of-type span {
	font-size: 24px !important;
}
.home-two .youshi {
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
}
.home-two .youshi li {
	line-height: 30px;
}
.home-two .youshi li .num {
	font-size: 22px;
	margin-bottom: 5px;
}
.home-two .youshi li p {
	font-size: 24px;
	padding: 0 25px;
	margin-bottom: 5px;
}
.home-two .two-list li .bt {
	font-size: 28px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.home-two .two-list li .pic {
	width: 100%;
	height: auto;
}
.home-two .two-list li .pic .middleCenter {
	position: static;
}
.home-two .two-list li .jsh {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}
.network_six {
	display: block;
}
.network_six_title_detail {
	margin: 15px auto 0;
	width: 96%;
}
.network_six_title_detail b {
	font-size: 20px;
}
.network_six_bottom {
	height: auto;
	background: none;
}
.network_six_title b {
	font-size: 24px;
}
.network_six_title_detail b {
	font-size: 18px;
}
.network_six_title_detail p {
	font-size: 12px;
}
.network_six_bottom ul {
	width: 100%;
	float: none;
}
.network_six_bottom li {
	margin-bottom: 6px;
}
.network_six_bottom li span {
	font-size: 18px;
}
.network_six_bottom li p {
	font-size: 14px;
}
.network_six .all_bg div:last-of-type {
	height: 35px !important;
}
.network_seven_bottom {
	background: none;
	height: auto;
}
.network_seven_bottom li {
	position: static !important;
	width: 46%;
	margin: 5px 2%;
}
.network_eight {
	height: auto;
	margin-top: 20px;
	background-repeat: repeat;
}
.network_eight_bottom {
	height: auto;
}
.network_eight_bottom ul {
	margin: 0;
}
.network_eight_bottom li {
	width: 48%;
	margin: 5px 1%;
	padding-bottom: 10px;
}
.network_eight_bottom li b {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.network_eight_bottom li p {
	width: 93%;
	line-height: 22px;
	height: 115px;
	margin-top: 7px;
	font-size: 12px;
}
.network_eight_img {
	margin-top: 0;
}
.network_ten_bottom li {
	width: 94%;
	margin: 0px auto;
	height: auto;
	float: none;
}
.network_ten_bottom li b {
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	background-size: 20px auto !important;
}
.network_ten_bottom li p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}
.w_auto {
	width: 100% !important;
}
.sem-ul1 li {
	width: 100% !important;
}
.why_seo li {
	width: 100% !important;
}
.seo-adv-list li {
	width: 100% !important;
}
.sem-our-adv li {
	width: 100% !important;
}
.clbz-list li {
	width: 50% !important;
}
.sem_faq-list li {
	width: 100% !important;
}
.seo_title {
	margin-bottom: 10px !important;
}
.sem-ul1 .Item {
	margin: 20px !important;
}
.seo_title h2 {
	font-size: 22px !important;
}
.sembox3 .seo_main {
	padding-top: 20px !important;
}
.sem-our-adv .Intro {
	width: 100% !important;
}
.sem-our-adv .pic {
	width: 100% !important;
}
.sembox3 {
	background: url(../images/sem_bg01.jpg) !important;
}
.sembox3 .seo_title h2, .sembox3 .seo_title p {
	color: #fff !important;
}
.indexOne ul li {
	margin-top: 10px !important;
}
.indexOne {
	padding: 0px 0 40px !important;
}
.indexFiv {
	padding: 20px 0 60px !important;
}
.indexFiv ul li .zbox h4 {
	padding-bottom: 10px;
}
.indexFiv ul li .zbox .p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
}
.index_wang, .index_tui, .index_ke {
	padding: 20px 10px !important;
}
.index_ke ul {
	margin: 10px 0 0 !important;
}
.jyhc_con {
	padding: 0px !important;
}
.jyhc_js1 {
	width: 35% !important;
}
.jyhc_con ul li {
	width: 100% !important;
}
.jyhc_wznr p {
	width: 364px !important;
}
.neiye_bt {
	width: 33% !important;
	margin: 0 !important;
}
.jyhc_cpjs {
	margin-bottom: 0px !important;
}
.jyhc_cpjs1 {
	width: 35.333333% !important;
}
.jyhc_bgcon ul li {
	float: none !important;
}
.zuo_lx {
	width: auto !important;
}
.zuo_smnr ul li {
	width: 35% !important;
	float: none !important;
}
.zuo_lxnr p {
	text-align: center !important;
}
.jyhk_gnoncon ul li {
	width: 17.2857% !important;
}
.about-jj {
	width: 100%;
	padding: 25px 0;
}
.about-jj .left {
	width: 100% !important;
}
.about-jj .right {
	width: 119% !important;
}
.about-jj .left p.en {
	font-size: 15px !important;
}
.about-jj .left h3 {
	font-size: 22px !important;
}
.about-jj .left h3:after {
	width: 40px !important;
}
.about-num ul {
	width: 100% !important;
}
.about-num ul li {
	width: 29%;
	padding: 20px 39px 15px 39px;
}
.revealator-slideup.revealator-within, .revealator-slideup.revealator-partially-above, .revealator-slideup.revealator-above {
	width: 100% !important;
}
.title-h2 {
	font-size: 22px !important;
	padding-bottom: 30px !important;
}
.box-do {
	padding-top: 20px !important;
}
.box-do li {
	width: 42% !important;
	padding: 0 4% !important;
}
.line-more-lf {
	display: none;
}
.about-num ul li h3 span {
	font-size: 24px !important;
}
.about-num ul li p.tt {
	font-size: 17px !important;
}
.box-do li img {
	width: 50px !important;
}
.contact_slogan_left_detail {
	width: 100% !important;
}
.contact_slogan_left_detail b {
	display: inline;
}
.contact_slogan_right_detail {
	width: 100% !important;
}
.contact_slogan_right_detail p {
	white-space: normal;
}
.contact_slogan_right_detail span {
	display: none;
}
.contact_information_bottom li {
	width: 100% !important;
	margin: 10px 0px 10px 0px !important;
}
.web_side_one_title {
	width: 100% !important;
}
.web_side_one_title p {
	font-size: 24px !important;
}
.web_side_one_bottom li {
	width: 50% !important;
	float: left !important;
	background: none;
}
.web_side_one_bottom {
	height: auto !important;
}
.web_side_one_bottom ul {
	display: inline !important;
}
.web_side_one_bottom li b {
	font-size: 20px !important;
}
.web_side_two_img {
	display: none;
}
.web_side_two_font {
	width: 100%;
	padding-bottom: 39px;
}
.web_side_two {
	min-width: 0px;
}
.web_side_two_font li {
	width: 46% !important;
	margin: 1px !important;
	padding: 1.4% !important;
}
.web_side_two_title span {
	font-size: 24px !important;
}
.web_side_two_font li b {
	font-size: 20px !important;
}
.syfw dl dd {
	width: 100% !important;
}
.syfwul {
	height: auto !important;
}
.syfwul li {
	width: 100% !important;
	padding: 0;
	margin: 10px 0 !important;
}
.web_side_three_bottom {
	height: auto !important;
}
.web_side_one_bottom li:nth-child(2n) {
	background: none;
}
.sdwd_wftg ul li {
	width: 84% !important;
}
.section {
	width: 100%;
}
.seotitle {
	font-size: 22px;
}
.wenti .list {
	width: 49%;
}
.wenti .list p {
	font-size: 15px;
}
.w_autoe {
	width: 98%;
}
.wenti .list:nth-child(5) {
	display: none;
}
.yxbg2 {
	display: none;
}
.yxbg3 {
	display: none;
}
.yxbg4 {
	display: none;
}
.yxbg5 {
	display: none;
}
.yxbg1 .pic1 {
	display: none;
}
}
