﻿/* CSS Document */
body {
	font-size: 14px;
	font-family: '微软雅黑';
	color: #333;
	background: #f0f0f0;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow-x: hidden
}
body, form, input, p, ol, ul, li, h1, h2, h3, h4, h5, h6, table, th, td, dl, dt, dd {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}
ul, li {
	list-style: none;
}
dl, dt, dd {
	display: block;
}
a {
	text-decoration: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	outline: none;
}
input, textarea {
	box-sizing: border-box;
	border: 0;
	background: none;
	font: 14px "microsoft Yahei", "Arial", sans-serif;
	width: 100%;
}
input[type="button"], input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
	outline: none;
}
h2 {
	font-weight: 400;
}
i {
	font-style: normal;
}
b {
	font-weight: bold;
}

/*文本框默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #333;
	opacity: 1
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #333;
	opacity: 1
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #333;
	opacity: 1
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #333;
	opacity: 1
}
/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before {
	content: '';
	display: table
}
.cf:after, after, .header:after, .main:after, .footer:after, .wrap:after {
	content: '';
	display: table;
	clear: both
}
.cf, .header, .main, .footer, .wrap {
	*zoom: 1
}

/*图片放大*/
@media screen and (max-width: 1920px) and (min-width: 1200px) {
	.tr_sc {
		overflow: hidden;
		display: block;
	}
	.tr_sc img {
		transition: 0.3s all;
	}
	.tr_sc:hover img {
		transform: scale(1.1, 1.1);
	}
}
/*其他公用*/
.wrap {
	width: 1360px;
	margin: 0 auto;
}
#top {
	position: fixed;
	bottom: 10%;
	right: 40px;
	cursor: pointer;
	width: 43px;
	height: 43px;
	background: url(../image/top.png) center no-repeat;
	z-index: 9;
	transition: 0.6s all;
}
#top:hover {
	transform: rotate(360deg);
}
.hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.back_img {
	background-repeat: no-repeat;
	background-position: top center;
}
.more {
	background: #e1e1e1;
	color: #fff;
	width: 135px;
	height: 36px;
	line-height: 33px;
	border-radius: 0 30px 0 30px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	transform: translateY(0)
}
.more:before {
	transform: skewX(0deg);
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #dd2431;
	border-right: 5px solid #c9a063;
	border-left: 5px solid #c9a063;
	z-index: -1;
	transition: 0.5s;
}
.more i {
	color: #fff;
	font-size: 12px;
	background: url(../image/ico_03.png) right center no-repeat;
	padding-right: 15px;
}
.more:hover:before {
	right: -20px;
}
/*公用头尾*/
.header {
	background: #fff;
	height: 70px;
	position: relative;
	/*	border-bottom: 4px solid #c49d63*/
}
.header .logo {
	float: left;
}
.header .logo a {
	line-height: 70px;
}
.header .logo a img {
	max-width: 200px
}
.header .right {
	float: right;
}
.header .nav {
	float: left;
}
.header .nav li {
	float: left;
	margin-right: 60px;
	font-size: 16px;
}
.header .nav a {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #333;
	font-weight: bold;
}
.header .nav .on,  .header .nav a:hover {
	color: #c49d63
}
.header .nav_box {
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	background: #c49d63;
	z-index: 3;
	width: 100%;
	border-bottom: 1px solid #cecdcb;
	text-align: center;
	overflow: hidden;
}
.header .nav_box a {
	color: #fff;
	font-weight: bold;
	padding: 14px 2px;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.header .nav_box a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.header .nav_box .on:before,  .header .nav_box a:hover:before {
	opacity: 1;
	visibility: inherit;
}
.header .nav_box .a_box {
	display: none;
}
.header .yuy {
	float: left;
	padding-top: 26px;
}
.header .yuy i,  .header .yuy a {
	color: #333;
	font-size: 12px;
}
.header .yuy i {
	display: inline-block;
	padding: 0 5px;
}
.part_nav {
	background: #dd2431;
	position: relative;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid #cecdcb;
	text-align: center;
	overflow: hidden;
	margin-top: -20px;
}
.part_nav a {
	color: #fff;
	font-weight: bold;
	padding: 14px 2px;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.part_nav a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.part_nav .one:before,  .part_nav a:hover:before {
	opacity: 1;
	visibility: inherit;
}
.footer {
	padding: 80px 0 20px 0;
	color: #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer .part1 {
	border-bottom: 1px solid rgba(225,225,225,0.2);
	padding-bottom: 20px;
}
.footer .part1 .logo {
	float: left;
}
.footer .part1 .logo a {
	float: left;
}
.footer .part1 .logo span {
	float: left;
	opacity: 0.6;
	padding: 5px 0 0 40px;
	font-size: 12px;
	line-height: 20px;
}
.footer .part1 .lianx {
	float: right;
}
.footer .part1 .lianx i {
	font-size: 24px;
	position: relative;
	top: 5px;
}
.footer .part1 .lianx .p1 {
	padding-bottom: 5px;
}
.footer .part2 li {
	float: left;
	padding: 30px 0 60px 0;
	width: 14%;
}
.footer .part2 li.li_con{
	width: 30%;
	text-align: right;
}
.footer .part2 li.li_con span{
	display: inline-block;
	padding-top: 10px;
	width: 110px;
	text-align: center;

}
.footer .part2 li.li_con img{
	display: inline-block;
	max-width: 110px;

}
.footer .part2 li.li_con p{
	text-align: right;
}
.footer .part2 li a {
	color: #fff;
}
.footer .part2 dd i {
	display: block;
}
.footer .part2 dt, .footer .part2 dt a {
	font-size: 18px;
	position: relative;
}
.footer .part2 dt a:after{
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	width: 40px;
	height: 1px;
	background: #fff
}

.footer .part2 dt a:hover {
	color: #ccc
}
.footer .part2 dd {
	padding-top: 25px;
}
.footer .part2 dd i {
	padding-bottom: 10px;
}
.footer .part2 dd a {
	color: #fff;
}
.footer .part2 dd a:hover {
	color: #ccc;
}
.footer .part2 .li5 {
	text-align: center;
	width: auto;
}
.footer .part2 .li5 b {
	display: inline-block;
	padding: 0 2px;
}
.footer .part2 .li6 {
	width: auto;
	float: right;
	text-align: center;
}
.footer .part2 .li6 span {
	display: block;
}
.footer .part2 .li6 b {
	display: block;
	font-size: 12px;
	opacity: 0.6;
	padding-top: 10px;
}
.bdshare-button-style0-16:after {
	display: none!important
}
.bdshare-button-style0-16 a {
	float: none!important;
	margin: 0!important;
	transition: 0 none;
	background-image: none!important;
	padding: 0!important;
}
.bdshare-button-style0-16 a:hover {
	opacity: 1!important
}
.footer .part3 .banq {
	float: left;
	font-size: 12px;
	opacity: 0.5
}
.footer .part3 .aa {
	float: right;
}
.footer .part3 .aa i {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin: 0 10px;
	background: #898786
}
.footer .part3 .aa a {
	color: #fff;
	opacity: 0.5
}
.footer .part3 .aa a:hover {
	opacity: 1;
}
/*首页*/
.in_main {
	background: #fff;
	overflow: hidden
}
.in_box {
	position: relative;
	height: 860px;
}
.in_right {
	margin-left: 490px;
	height: 100%;
}
.in_txt {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -130px;
}
.in_txt .tnt {
	display: none;
	font-size: 36px;
	line-height: 46px;
	color: rgba(51,51,51,0.3);
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.in_txt .txt:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -10px;
	display: block;
	width: 77px;
	height: 3px;
	background: #dd2431;
}
.in_txt .txt {
	font-size: 36px;
	font-weight: 100;
	color: #333;
	position: relative;
}
.in_txt .tet {
	font-weight: bold;
	padding: 10px 0 30px 0;
}
.in_part1 .back_img {
	height: 500px;
	width: 100%;
	display: table;
}
.in_part1 .box {
	display: table-cell;
	vertical-align: middle;
}
.in_part1 .tet {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}
.in_part1 .tnt {
	font-size: 36px;
	line-height: 40px;
}
.in_part1 .txt {
	font-size: 55px;
	font-weight: bold;
	padding-bottom: 20px;
}
.in_part1 .pagination {
	position: absolute;
	left: 0;
	bottom: 60px;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.in_part1 .pagination span {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.in_part1 .pagination .swiper-active-switch {
	background: #c49d63;
}
.in_part1 .arrow div {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 110px;
	margin-top: -55px;/* background-color: rgba(225,225,225,1); */
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.in_part1 .arrow-left {
	left: 0;
	background-image: url(../image/ico_12.png);
	border-radius: 0 5px 5px 0
}
.in_part1 .arrow-right {
	right: 0;
	background-image: url(../image/ico_13.png);
	border-radius: 5px 0 0 5px
}
.in_part1 .tet, .in_part1 .tnt, .in_part1 .txt, .in_part1 .tat {
	transform: translateY(300px);
	opacity: 0;
	transition: 0.9s;
}
.in_part1 .back_img .box .wrap div {
	color: #595857;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
}
.in_part1 .back_img .box .wrap div img {
	max-width: 50%;
	display: block;
	margin: 0 auto
}
.in_part1 .back_img .box .wrap .tntw {
	font-size: 26px
}
.in_part1 .back_img .box .wrap .txt span {
	color: #f00
}
.in_part1 .swiper-slide-active .tet {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s
}
.in_part1 .swiper-slide-active .tnt {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.2s
}
.in_part1 .swiper-slide-active .txt {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.3s
}
.in_part1 .swiper-slide-active .tat {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.4s
}
.in_part2 {
	overflow: hidden;
}
.in_part2 .in_box {
	height: auto;
}
.in_part2 .list ul {
	margin-right: -20px;
}
.in_part2 .list li {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #dfdfdf;
	padding: 0 20px;
	height: 860px;
}
.in_part2 .list .pic img {
	width: 100%
}
.in_part2 .list .titm {
	color: #555;
	padding: 30px 0 140px 0;
}
.in_part2 .list .titm b {
	display: block;
	font-size: 48px;
	font-weight: 100;
	line-height: 48px;
}
.in_part2 .list .titm i {
	color: #555;
}
.in_part2 .list .txt {
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}
.in_part2 .list .txt a {
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.in_part2 .list .txt a:hover {
	color: #d60b18
}
.in_part2 .list .tet {
	line-height: 22px;
	padding: 35px 0;
}
.in_part2 .list .tat {
	padding-bottom: 100px;
}
.in_part2 .list .tat a {
	background: url(../image/ico_02.png) center right no-repeat;
	width: 31px;
	height: 10px;
	display: inline-block;
}
.in_part2 .list li:hover .tat a {
	width: 90px;
}
.in_part3 {
	color: #fff;
	background-attachment: fixed;
}
.in_part3 .in_txt .txt {
	color: #fff;
}
.in_part3 .in_txt .tnt {
	color: #888;
	width: 110px;
}
.in_part3 .in_txt .tnt:before {
	background: #fff
}
/*.in_part3 .more{background: #d60b18}
.in_part3 .more:before{background: #e1e1e1}
.in_part3 .more i{color: #333; background-image: url(../image/ico_04.png)}*/
.in_part3 .list {
	padding: 251px 0 115px 0;
}
.in_part3 .list dl {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 0 20px;
}
.in_part3 .list dt {
	font-size: 72px;
	line-height: 72px;
	font-weight: 100;
	padding-bottom: 25px;
}
.in_part3 .list dd {
	font-size: 18px;
}
.in_part3 .tet {
	font-size: 16px;
	line-height: 28px;
	text-align: justify
}
.in_part4 {
	overflow: hidden;
}
.in_part4 .in_txt .tnt {
	width: 170px;
}
.in_part4 .list {
	height: 100%
}
.in_part4 .list ul {
	height: 100%
}
.in_part4 .list li {
	width: 16.6%;
	float: left;
	box-sizing: border-box;
	height: 100%;
}
.in_part4 .list dl {
	border-left: 1px solid #dfdfdf;
	height: 100%;
	position: relative;
}
.in_part4 .list dt {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	margin-top: -50px;
	width: 100%;
	text-align: center;
}
.in_part4 .list dt i {
	position: relative;
	display: inline-block;
}
.in_part4 .list dt .img_b {
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}
.in_part4 .list dt b {
	display: block;
	font-size: 18px;
	padding-top: 10px;
	color: #333;
	transition: 0.4s;
}
.in_part4 .list dd {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
.in_part4 .list li:hover dt .img_b {
	opacity: 1;
	visibility: inherit;
}
.in_part4 .list li:hover dt b {
	color: #fff;
}
.in_part4 .list li dt b {
	position: relative;
	padding-bottom: 10px;
}
.in_part4 .list li dt b:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 0px;
	height: 2px;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.in_part4 .list li:hover dt b:before {
	margin-left: -25px;
	width: 50px;
}
.in_part4 .list li:hover dd {
	opacity: 1;
	visibility: inherit;
}
.in_part5 {
	background-attachment: fixed;
	color: #fff;
	overflow: hidden;
}
.in_part5 .in_txt .tnt {
	color: rgba(225,225,225,0.5);
	width: 170px;
}
.in_part5 .in_txt .tnt:before {
	background: #fff
}
/*.in_part5 .more{background: #d60b18}
.in_part5 .more:before{background: #e1e1e1}
.in_part5 .more i{color: #333; background-image: url(../image/ico_04.png)}*/
.in_part5 .in_right {
	position: relative;
	height: 100%;
}
.in_part5 .in_right:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1467px;
	height: 100%;
	background: url(../image/back_12.png) left top no-repeat
}
.in_part5 .list {
	position: relative;
}
.in_part5 .list li {
	width: 184px;
	height: 184px;
	position: absolute;
	text-align: center;
}
.in_part5 .list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	transform: rotate(45deg)
}
.in_part5 .list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}
.in_part5 .list dl {
	padding-top: 40px;
}
.in_part5 .list dt {
	position: relative;
	display: inline-block;
}
.in_part5 .list dt .img2 {
	position: absolute;
	left: 0;
	top: 0px;
	transition: 0.3s;
	opacity: 0;
}
.in_part5 .list dd {
	transition: 0.3s;
	padding-top: 15px;
	font-weight: bold;
	color: #fff;
}
.in_part5 .list .li1 {
	left: 39px;
	top: 168px;
}
.in_part5 .list .li2 {
	left: 169px;
	top: 298px;
}
.in_part5 .list .li3 {
	left: 300px;
	top: 429px;
}
.in_part5 .list .li4 {
	left: 430px;
	top: 559px;
}
.in_part5 .list .li5 {
	left: 561px;
	top: 690px;
}
.in_part5 .list .li6 {
	right: 126px;
	top: 168px;
}
.in_part5 .list .li7 {
	right: 256px;
	top: 298px;
}
.in_part5 .list li:hover dt .img2 {
	opacity: 1;
	visibility: inherit;
}
.in_part5 .list li:hover:before {
	background: #fff;
}
.in_part5 .list li:hover dd {
	color: #d70b17
}
.in_part6 .in_box {
	height: auto;
}
.in_part6 .in_txt .tnt {
	width: 230px;
}
.in_part6 .list ul {
	border: 1px solid #eee;
}
.in_part6 .list li {
	border-bottom: 1px solid #dfdfdf;
	padding: 30px 0;
}
.in_part6 .list li:last-child {
	border-bottom: 0
}
.in_part6 .list dl {
	display: table;
}
.in_part6 .list dt, .in_part6 .list dd {
	display: table-cell;
	vertical-align: middle;
}
.in_part6 .list dt {
	width: 360px;
	text-align: center;
}
.in_part6 .list dd {
	padding-right: 60px;
	line-height: 22px;
	text-align: justify
}
.in_part7 {
	background: #f6f6f6;
	padding: 70px 0;
}
.in_part7 .in_txt .tnt {
	width: 170px;
}
.in_part7 .in_box {
	height: auto;
}
.in_part7 .list {
	height: 310px;
	overflow: hidden;
	position: relative;
}
.in_part7 .list li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	text-align: left;
	height: 110px;
	line-height: 110px;
}
.in_part7 .in_txt .tnt {
	color: rgba(51,51,51,0.3)
}
.iph_more {
	display: none;
}
.in_part2 .list .ipn_txt {
	display: none;
}
.in_part5 .list .ipn_ol {
	display: none;
}
/*栏目公用*/
.main_box {
	background: #fff;
	box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
}
.main {
	margin: 0
}
.part_pic {
	height: 480px;
}
.part_pic .move_pic {
	display: none;
}
.top_txt {
	font-size: 36px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}
.top_txt:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 64px;
	height: 3px;
	background: #c49d63;
	margin-left: -32px;
}
.txt_box {
	overflow: hidden;
	padding: 60px 0;
}
.txt_box .txt {
	border: 2px solid #c49d63;
	width: 200px;
	height: 159px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	padding: 0 10px;
	position: relative;
}
.txt_box .txt:before {
	content: "";
	position: absolute;
	background: #c49d63;
	left: -250px;
	top: 0;
	display: block;
	width: 230px;
	height: 100%;
	transform: skewY(45deg);
	transform-origin: right
}
.txt_box .txt span {
	position: relative;
	font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif;
	text-transform: uppercase;
	color: rgba(51,51,51,0.3);
	font-size: 24px;
	display: inline-block;
	padding: 15px 0;
	margin-bottom: 15px;
}
.txt_box .txt span:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 115px;
	height: 2px;
	background: #c49d63;
	margin-left: -58px;
}
.txt_box .txt h2 {
	font-size: 24px;
}
.txt_box_on .txt:before {
	left: auto;
	right: -250px;
	transform-origin: left;
	transform: skewY(-45deg);
}
.txt_box_top {
	background-image: url(../image/back_03.png);
	background-repeat: no-repeat;
}
.txt_box_top .txt:before {
	display: none;
}
/*公司荣誉*/
.rongy_part {
	position: relative;
}
.rongy_part:before {
	content: "";
	position: absolute;
	left: 0;
	top: -25px;
	display: block;
	width: 100%;
	height: 900px;
	background: url(../image/back_01.png) top center no-repeat;
	margin: 0 -50px;
	padding: 0 50px;
}
.rongy_part .top_txt {
	padding-top: 60px;
}
.rongy_part .swiper-box {
	overflow: hidden;
	margin: 0 150px;
}
.rongy_part .swiper-container {
	width: 1350px;
	margin-left: -150px;
	padding: 10px 0;
}
.rongy_part .swiper-container li {
	background: #fff;
	opacity: 0.5;
	transition: 0.4s;
}
.rongy_part .swiper-container li i {
	display: block;
	height: 300px;
	padding: 50px;
	box-sizing: border-box;
}
.rongy_part .swiper-container li img {
	height: auto;
	max-width: 100%;
}
.rongy_part .swiper-box1 {
	position: relative;
	padding-top: 40px;
}
.rongy_part .swiper-box1 .arrow div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -60px;
	cursor: pointer;
}
.rongy_part .swiper-box1 .arrow-left {
	left: 0;
	background-image: url(../image/ico_12.png)
}
.rongy_part .swiper-box1 .arrow-right {
	right: 0;
	background-image: url(../image/ico_13.png)
}
.rongy_part .swiper-container .swiper-one {
	opacity: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px
}
.rongy_part .swiper-container .swiper-one:hover {
	box-shadow: 0 0 10px #c49d63
}
.rongy_part .swiper-container .swiper-one:hover img {
	transition: 1s;
	transform: scale(1.1);
}
.rongy_part .swiper-box2 {
	display: none;
}
/*发展历程*/
.faz_part {
	position: relative;
}
.faz_part .left {
	position: absolute;
	left: 0;
	top: 0;
	background: #ccc;
	width: 450px;
	height: 100%;
	overflow: hidden;
}
.faz_part .left li {
	height: 120px;
	text-align: right;
	padding: 0 25px;
	position: relative;
	transition: 0.4s;
	margin: 0;
}
.faz_part .left li:after, .faz_part .left li:before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	display: block;
	width: 150%;
	height: 2px;
	background: #fff;
	transform: rotate(-20deg);
	transform-origin: right;
	transition: 0.4s;
}
.faz_part .left li:after {
	background: #d70b17;
	height: 100%;
	opacity: 0;
}
.faz_part .left i {
	font-size: 36px;
	color: #fff;
	margin-top: 50px;
	display: inline-block;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: 0.4s;
	transform: rotate(-20deg);
	transform-origin: right;
}
.faz_part .left .one {
	height: 120px;
}
.faz_part .left .one:after {
	opacity: 1;
}
.faz_part .left .one:before {
	opacity: 0;
}
.faz_part .left .one i {
	font-size: 50px;
	margin-top: 45px;
}
.faz_part .right .top_txt {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%
}
.faz_part .right .top_zhaiy {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	padding: 0 100px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
}
.faz_part .right, .faz_part .right .dl_box {
	height: 870px;
}
.faz_part .right {
	margin-left: 450px;
	padding: 0 110px;
	position: relative;
	height: 870px;
}
.faz_part .right .dl_box {
	display: table-cell;
}
.faz_part .right dl {
	display: table-cell;
	height: 870px;
	vertical-align: middle;
}
.faz_part .right dt {
	font-size: 80px;
	line-height: 80px;
	color: #d70b17;
	padding-bottom: 40px;
}
.faz_part .right dd li {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	padding: 0 0 30px 30px;
	display: inline-block;
	width: 90%;
}
.faz_part .right dd li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	width: 12px;
	height: 13px;
	background: url(../image/ico_14.png)
}
.faz_part .right .page span {
	position: absolute;
	left: 50%;
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-left: -20px;
}
.faz_part .right .page .prev {
	background-image: url(../image/ico_15.png);
	top: 0;
}
.faz_part .right .page .next {
	background-image: url(../image/ico_16.png);
	bottom: 0;
}
.faz_part .right .dl_li {
	display: none;
	padding-top: 50px;
}
/*合作伙伴*/
.huob_part {
	position: relative;
	overflow: hidden;
}
.huob_part.txt_box_top {
	background-image: url(../image/back_03_1.png)
}
.huob_part .back_img {
	position: absolute;
	left: 0;
	top: 290px;
	height: 530px;
	width: 100%;
	background-position: top
}
.huob_part .pic_h {
	height: 180px;
}
.huob_part .pic_h2 {
	height: 340px;
}
.huob_part .list {
	position: relative;
	z-index: 1;
	padding: 80px 175px 120px 175px;
}
.huob_part .list ul {
	border-left: 1px solid #e1e1e1;
	position: relative;
	clear: both;
	overflow: hidden;
}
.huob_part .list ul:after, .huob_part .list ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 99.9%;
}
.huob_part .list ul:after {
	height: 100%;
	background: #ffff
}
.huob_part .list ul:before {
	height: 1px;
	background: #e1e1e1;
	z-index: 1;
}
.huob_part .list li {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	height: 178px;
	line-height: 178px;
	text-align: center;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	z-index: 1;
}
/*关于团队*/
.tuand_on {
	background: #f5f5f5;
}
.tuand_part {
	position: relative;
	overflow: hidden;
}
.tuand_part .top_txt {
	margin-bottom: 50px;
}
.tuand_part .list {
	padding: 0 40px 70px 40px
}
.tuand_part .list .li {
	width: 33.3%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
	min-height: 395px;
}
.tuand_part .list .li {
	border-right: 1px solid #dfdfdf
}
.tuand_part .list .li:last-child {
	border: 0;
}
.tuand_part .list dt {
	padding-bottom: 30px;
}
.tuand_part .list dt h2 {
	font-size: 36px;
	font-weight: 100;
	padding-bottom: 5px;
}
.tuand_part .list dt span {
	font-size: 18px;
}
.tuand_part .list dd li {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	padding-left: 25px;
	position: relative;
}
.tuand_part .list dd li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	width: 12px;
	height: 13px;
	background: url(../image/ico_14.png);
}
/*组织架构*/
.zuz_part {
	padding: 80px 0 120px 0;
	overflow: hidden;
}
.zuz_part .top_txt {
	margin-bottom: 50px;
}
.zuz_part .con {
	text-align: center;
}
.zuz_part .con img {
	max-width: 100%
}
/*股东背景*/
.bej_part {
	overflow: hidden;
}
.bej_part .top_txt {
	padding-top: 80px;
	margin-bottom: 50px;
}
.bej_part li {
	float: left;
	width: 50%;
	min-height: 510px;
	overflow: hidden;
}
.bej_part dl {
	padding: 80px
}
.bej_part dt span {
	display: inline-block;
	padding-bottom: 30px;
}
.bej_part dt span.iph_pic {
	display: none;
}
.bej_part dt h2 {
	font-size: 30px;
	padding-bottom: 20px;
	font-weight: 100;
}
.bej_part dd {
	line-height: 26px;
	font-size: 16px;
	text-align: justify
}
.bej_part .li2, .bej_part .li3, .bej_part .li6, .bej_part .li8, .bej_part .li9, .bej_part .li12 {
	background: #d70b17;
	color: #fff;
}
/*主席寄语*/
.juy_part {
	position: relative;
}
.juy_part:before {
	content: "";
	position: absolute;
	left: 0;
	top: -25px;
	display: block;
	width: 100%;
	height: 900px;
	margin: 0 -50px;
	padding: 0 50px;
}
.juy_part .tet_box {
	position: relative;
	z-index: 1;
	text-align: center;
}
.juy_part .tet_box .top_txt {
	margin: 60px 0 100px 0
}
.juy_part .tet_box .tet {
	display: inline-block;
	position: relative;
	text-align: left;
	color: #000;
	line-height: 32px;
	font-size: 20px;
	margin-bottom: 50px;
}
.juy_part .tet_box .tet:after, .juy_part .tet_box .tet:before {
	content: "";
	position: absolute;
	display: block;
	width: 53px;
	height: 44px;
}
.juy_part .tet_box .tet:before {
	background: url(../image/ico_17.png) center no-repeat;
	left: -70px;
	top: -10px;
}
.juy_part .tet_box .tet:after {
	background: url(../image/ico_18.png) center no-repeat;
	right: 250px;
	bottom: -5px;
}
.juy_part .pic {
	position: absolute;
	right: 150px;
	bottom: -50px
}
/*公司简介*/
.jianj_txt {
	text-align: center;
}
.jianj_txt span {
	position: relative;
	text-transform: uppercase;
	color: #c1c1c1;
	font-size: 24px;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.jianj_txt span:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 115px;
	height: 1px;
	background: #d70b17;
	margin-left: -58px;
}
.jianj_txt h2 {
	font-size: 24px;
}
.jianj_part1 {
	padding: 80px 0 120px 0;
}
.jianj_part1 .top_txt {
	margin-bottom: 40px;
}
.jianj_part1 .con {
	padding: 80px 140px 0 180px
}
.jianj_part1 .left {
	float: left;
	position: relative;
}
.jianj_part1 .left img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	border: 5px solid #dd2431;
	border-radius: 30px 0 30px 0
}
.jianj_part1 .left img:hover {
	transition: 1s;
	transform: scale(1.05);
}
.jianj_part1 .right {
	overflow: hidden;
	padding-left: 70px;
}
.jianj_part1 .right .txt {
	padding: 25px 0 50px 0;
	margin: 0 -10px 0 -10px;
}
.jianj_part1 .right .txt dl {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
.jianj_part1 .right .txt dt {
	font-size: 45px;
	line-height: 72px;
	padding-bottom: 25px;
}
.jianj_part1 .right .txt dd {
	font-size: 18px;
}
.jianj_part1 .right .tet {
	line-height: 30px;
	font-size: 16px;
	text-align: justify
}
.jianj_part2 {
	color: #fff;
	padding-top: 80px;
	min-height: 580px;
	box-sizing: border-box;
}
.jianj_part2 .jianj_txt span {
	color: #fff;
}
.jianj_part2 .jianj_txt span:before {
	background: #fff;
}
.jianj_part2 .con {
	text-align: center;
	padding-top: 50px;
}
.jianj_part2 .con dt {
	font-size: 48px;
	line-height: 48px;
	padding-bottom: 30px;
}
.jianj_part2 .con dd {
	font-size: 16px;
	line-height: 26px;
}
.jianj_part3 {
	padding: 60px 0 80px 0;
}
.jianj_part3 .con {
	margin: 20px 80px 0px 80px;
	position: relative;
}
.jianj_part3 .logo {
	position: absolute;
	left: 50%;
	top: 60px;
	width: 317px;
	height: 366px;
	margin-left: -158px;
	background-repeat: no-repeat;
	background-position: center;
}
.jianj_part3 dt h2 {
	font-size: 30px;
	border-bottom: 1px solid #d70b17;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 7px;
}
.jianj_part3 dd {
	line-height: 26px;
	font-size: 16px;
	text-align: justify;
}
.jianj_part3 ul {
	margin: 0 -235px;
}
.jianj_part3 li {
	width: 50%;
	float: left;
	padding: 0 235px;
	box-sizing: border-box;
}
.jianj_part3 .li1, .jianj_part3 .li2 {
	height: 300px;
}
.jianj_part3 .li1 dt, .jianj_part3 .li3 dt {
	text-align: right;
}
.jianj_part3 .li5 {
	float: none;
	margin: 0 auto;
	width: 470px;
	padding: 460px 0 0 0
}
.jianj_part3 .li5 dt {
	text-align: center;
}
/*新闻列表*/
.news_part1 {
	margin-bottom: 40px;
}
.news_part1 dl {
	background-color: #d70b17;
	background-image: url(http://www.donghui-cn.com/static/image/back_04.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.news_part1 dt {
	float: left;
	width: 900px;
}
.news_part1 dd {
	overflow: hidden;
	padding: 0 40px;
	height: 450px;
}
.news_part1 dd .titm {
	color: #fff;
	padding: 30px 0;
}
.news_part1 dd .titm b {
	display: block;
	font-size: 48px;
}
.news_part1 dd .titm i {
	display: block;
}
.news_part1 dd .txt {
	padding-bottom: 20px;
}
.news_part1 dd .txt a {
	color: #fff;
	font-size: 30px;
	line-height: 44px;
}
.news_part1 dd .tet {
	color: #fff;
	line-height: 24px;
	padding-bottom: 20px;
}
.news_part1 dd .tat a {
	display: block;
	width: 31px;
	height: 10px;
	background: url(../image/ico_21.png) no-repeat right center;
}
.news_part1 dl:hover dd .tat a {
	width: 90px;
}
.news_part1 .pagination {
	position: absolute;
	left: 50%;
	margin-left: 250px;
	bottom: 30px;
}
.news_part1 .pagination span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 5px;
}
.news_part1 .pagination .swiper-active-switch {
	background: #000
}
.news_part1 dd div {
	transform: translateY(200px);
	transition: 0.7s;
	opacity: 0
}
.news_part1 dd .titm {
	transition-delay: 0.1s;
}
.news_part1 dd .txt {
	transition-delay: 0.2s;
}
.news_part1 dd .tet {
	transition-delay: 0.3s;
}
.news_part1 dd .tat {
	transition-delay: 0.4s;
}
.news_part1 .swiper-slide-active dd div {
	transform: translateY(0);
	opacity: 1
}
.news_part2>ul {
	margin: -10px;
}
.news_part2>ul>li {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.news_part2 dl {
	height: 470px;
	background: #fff;
	transition: 0.3s;
}
.news_part2 dt {
	display: block;
	position: relative;
}
.news_part2 .titm {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 40px;
}
.news_part2 .titm b {
	display: block;
	font-size: 48px;
}
.news_part2 .titm i {
	display: block;
}
.news_part2 dd {
	padding: 35px 40px 0 40px;
}
.news_part2 dd .iph_time {
	display: none;
}
.news_part2 dd .txt {
	padding-bottom: 60px;
	font-size: 18px;
	color: #333;
}
.news_part2 dd .tat i {
	display: block;
	width: 31px;
	height: 10px;
	background: url(../image/ico_02.png) no-repeat right center;
}
.news_part2 a:hover dd .tat i {
	width: 90px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.news_part2 .on_pic dd {
	padding: 25px 40px 0 40px;
}
.news_part2 .on_pic dt {
	height: 106px;
}
.news_part2 .on_pic dt img {
	display: none;
}
.news_part2 .on_pic dt .titm {
	color: #333;
}
.news_part2 .on_pic .txt {
	padding-bottom: 20px;
}
.news_part2 .on_pic .tet {
	line-height: 22px;
	color: #333;
	height: 150px;
	margin-bottom: 40px;
	overflow: hidden;
}
.news_part2 dl:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.news_part2 .page {
	position: relative;
	margin-top: 50px;
}
.news_part2 .page .but {
	text-align: center;
}
.news_part2 .page .but a {
	width: 154px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #d70b17;
	display: inline-block;
	border-radius: 4px;
	margin: 0 5px;
}
.news_part2 .page .but a:hover {
	background: #b80914
}
.news_part2 .page .paging {
	position: absolute;
	right: 0;
	top: 0
}
.news_part2 .page .paging span {
	float: left;
}
.news_part2 .page .paging .p1 {
	border: 1px solid #b5b5b5;
	background: #fff;
	border-radius: 4px;
}
.news_part2 .page .paging i {
	cursor: pointer;
	float: left;
	width: 30px;
	height: 32px;
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 32px;
}
.news_part2 .page .paging i:hover {
	color: #d70b17
}
.news_part2 .page .paging b {
	float: left;
	width: 60px;
	line-height: 32px;
	text-align: center;
}
.news_part2 .page .paging .p2 {
	padding: 5px 0 0 10px;
}
/*新闻正文*/
.news_con {
	margin-top: 60px
}
.news_con .page {
	background: #f7f6f6;
	padding: 30px 0;
}
.news_con .page .li1 {
	float: left;
	background: url(../image/ico_12.png) center left no-repeat
}
.news_con .page .li2 {
	float: right;
	background: url(../image/ico_13.png) center right no-repeat
}
.news_con .page li {
	height: 40px;
	line-height: 40px;
	padding: 0 60px;
}
.news_con .page a {
	color: #333;
	font-size: 16px;
}
.news_con .page a:hover {
	color: #d70b17
}
.news_con .con {
	padding: 40px 230px 120px 230px;
}
.news_con .con .txt {
	font-size: 36px;
	line-height: 48px;
	border-bottom: 2px solid #c49d63;
	padding-bottom: 20px;
}
.news_con .con .tit {
	padding: 15px 0;
	font-size: 12px;
}
.news_con .con .tit span {
	padding-right: 20px;
}
.news_con .con .tit span a {
	color: #333;
}
.news_con .con .tit span a:hover {
	color: #f60;
}
.news_con .con .tet {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}
.news_con .con .tet img {
	max-width: 100%
}
/*产品中心*/
.chanp_part1 ul {
	margin: 0 -1px;
}
.chanp_part1 li {
	width: 16.6%;
	float: left;
	box-sizing: border-box;
	padding: 0 1px;
}
.chanp_part1 li a {
	display: block;
	background: url(../image/back_05.png);
	height: 280px;
	text-align: center;
	position: relative;
}
.chanp_part1 li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 0px;
	background: #276eb3;
	transition: 0.4s;
}
.chanp_part1 li i {
	position: relative;
	display: inline-block;
	margin-top: 60px;
}
.chanp_part1 li i .img_b {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}
.chanp_part1 li b {
	display: block;
	font-size: 18px;
	padding-top: 10px;
	color: #333;
}
.chanp_part1 li i img{
	width: 80px;
	margin-bottom: 10px;
}
.chanp_part1 li:hover b{
	color: #276eb3
}

/*.chanp_part1 li a:hover i .img_b {
	opacity: 1;
	visibility: inherit;
}*/
.chanp_part1 li a:hover:before {
	height: 4px;
}
.chanp_part2>ul>li {
	min-height: 400px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
	padding: 0 90px;
	position: relative;
	z-index: 2;
}
.chanp_part2 dt {
	float: left;
	width: 370px;
	height: auto;
	background-color: #fff;
	color: #fff;
	position: relative;
	top: 80px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat
}
.chanp_part2 dt i {
	display: block;
	margin-top: 100px;
}
.chanp_part2 dt span {
	display: block;
	font-size: 30px;
	padding: 10px 0;
	position: relative;
}
.chanp_part2 dt span:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 100px;
	height: 1px;
	background: #fff;
	margin-left: -50px;
}
.chanp_part2 dt b {
	display: block;
	padding-top: 10px;
}
.chanp_part2 dd {
	padding: 110px 0px 110px 60px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
}
.chanp_part2 dd .iph_bt {
	display: block;
	color: #000;
	font-size: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.chanp_part2 .li_one {
	background: #f5f5f5;
	z-index: 1
}
.chanp_part2 .li_one dt {
	float: right;
}
.chanp_part2 .li_one dd {
	padding: 110px 60px 110px 0px
}
.chanp_part2 dt img {
	border-radius: 5px
}
/*.chanp_part2 .li1 dt{ background-image: url(../image/back_06.png);}
.chanp_part2 .li2 dt{ background-image: url(../image/back_07.png);}
.chanp_part2 .li3 dt{ background-image: url(../image/back_08.png);}
.chanp_part2 .li4 dt{ background-image: url(../image/back_09.png);}
.chanp_part2 .li5 dt{ background-image: url(../image/back_10.png);}
.chanp_part2 .li6 dt{ background-image: url(../image/back_11.png);}*/


/*商务合作*/
.shangw_part {
	padding: 80px
}
.shangw_part .tet {
	font-size: 18px;
	padding: 40px 0 75px 0;
	text-align: center;
}
.shangw_part li {
	margin-bottom: 40px;
}
.shangw_part dt {
	float: left;
	width: 100px;
	font-size: 16px;
	position: relative;
	padding: 5px 0 0 20px;
	box-sizing: border-box;
}
.shangw_part dt i {
	color: #dd2431;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 5px;
}
.shangw_part .li2 dt {
	width: 80px;
}
.shangw_part .li3 dt {
	width: 80px;
}
.shangw_part dd {
	margin-left: 100px;
}
.shangw_part .li2 dd {
	margin-left: 80px;
}
.shangw_part .li3 dd {
	margin-left: 80px;
}
.shangw_part dd b {
	border: 1px solid #c49d63;
	display: block;
	padding: 10px;
	position: relative;
}
.shangw_part dd b:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #f7ced1;
	box-sizing: border-box;
}
.shangw_part dd b input {
	position: relative;
	z-index: 1;
}
.shangw_part dd b textarea {
	height: 100px;
	position: relative;
	z-index: 1;
	outline: none
}
.shangw_part dd .div1 b {
	float: left;
	width: 280px;
	position: relative;
	padding: 10px 100px 10px 10px;
	height: 44px;
	box-sizing: border-box;
}
.shangw_part dd .div1 i {
	position: absolute;
	right: 0;
	top: 1px;
	height: 40px;
}
.shangw_part dd .div1 i img {
	height: 100%
}
.shangw_part dd .div1 a {
	float: left;
	color: #333;
	margin: 13px 0 0 15px;
}
.shangw_part dd .div1 a:hover {
	text-decoration: underline;
	color: #c49d63
}
.shangw_part dd .div2 {
	font-size: 12px;
	padding: 15px 0 40px 0
}
.shangw_part dd .div3 input {
	background: #c49d63;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
}
.shangw_part .ul1 {
	margin: 0 -20px;
}
.shangw_part dd .div3 input:hover {
	background: #dd2431;
	transition: 0.5s
}
.shangw_part .ul1 li {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}
.tanc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.tanc .bg {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}
.tanc .chengg_box {
	width: 280px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -140px;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
}
.tanc .chengg span {
	display: block;
	font-size: 20px;
	color: #d40c17;
}
.tanc .chengg span.ion {
	line-height: 0;
	padding: 35px 0 10px;
}
.tanc .chengg {
	position: relative;
	height: 100%;
}
.tanc .chengg:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,0.5);
}
.tanc .close {
	display: block;
	background: url(../image/ion_1.png) no-repeat center;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50%;
	bottom: -55px;
	margin-left: -18px;
}
/*联系我们*/
.lanx_part1 {
	padding: 70px 40px 40px 60px
}
.lanx_part1 .left {
	float: left;
}
.lanx_part1 .top_txt {
	margin-bottom: 40px
}
.lanx_part1 .right {
	float: right;
	width: 480px;
}
.lanx_part1 .right .box {
	border: 1px solid #b5b5b5;
	background: rgba(255,255,255,0.5);
	padding: 30px;
	height: 555px
}
.lanx_part1 .right .hmap {
	width: 100%;
	height: 155px;
}
.lanx_part1 .right .tlt {
	padding: 20px 0 100px 0
}
.lanx_part1 .right .tet {
	padding-bottom: 20px;
}
.lanx_part1 .right .tet span {
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 15px;
	padding: 10px 0;
}
/*.lanx_part1 .right .tet .p1{background-image: url(../image/ico_19.png); font-size: 16px;}
.lanx_part1 .right .tet .p2{background-image: url(../image/ico_20.png); font-size: 20px; }*/
.lanx_part1 .right .tet .p1 img {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px
}
.lanx_part1 .right .map_con {
	padding-top: 5px;
	font-size: 14px
}
.lanx_part1 .right .map_con dt {
	border-bottom: 1px solid #d4d4d4;
	color: #d70b17;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.lanx_part1 .right .anchorBL {
	display: none!important
}
.lanx_part2 {
	text-align: center;
	padding: 70px 0;
}
.lanx_part2 li {
	display: inline-block;
	width: 18%;
	padding: 0 0px;
}
.lanx_part2 li b {
	display: block;
	color: #333;
	font-size: 20px;
	padding-top: 10px;
}
.lanx_part2 li .iph_img {
	display: none;
}
.lanx_part3 .jianj_txt span {
	font-size: 38px;
}
.lanx_part3 {
	position: relative;
	padding: 60px 0
}
.lanx_part3 .back_img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 535px;
	background-position: bottom center;
}
.lanx_part3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 353px;
	background: #fff;
	z-index: 1
}
.lanx_part3 .jianj_txt {
	margin-bottom: 40px;
}
.lanx_part3 .wrap {
	position: relative;
	z-index: 2;
}
.lanx_part3 .list li {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.lanx_part3 .list dl {
	border: 1px solid #bfbfbf;
	border-right: 0;
	height: 280px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
	position: relative;
	overflow: hidden
}
.lanx_part3 .li3 dl, .lanx_part3 .li6 dl {
	border-right: 1px solid #bfbfbf
}
.lanx_part3 .list dt {
	color: #fff;
}
.lanx_part3 .list .logo {
	background: #fff;
	height: 145px;
	line-height: 145px;
	padding: 0 40px;
}
.lanx_part3 .list .tit {
	padding: 30px 40px;
}
.lanx_part3 .list .tit span {
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 4px 0 4px 30px;
}
.lanx_part3 .list .tit .p1 {
	background-image: url(../image/ico_22.png);
	font-size: 16px;
}
.lanx_part3 .list .tit .p2 {
	background-image: url(../image/ico_23.png);
	font-size: 20px;
}
.lanx_part3 .list dd {
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}
.lanx_part3 .list .tet {
	margin: 0 40px 0 90px;
	height: 130px;
	line-height: 22px;
	position: relative;
	overflow: hidden;
}
.lanx_part3 .list .tet .box {
	padding-right: 10px;
	text-align: justify
}
.lanx_part3 .list dl:hover dd {
	opacity: 1;
	visibility: inherit;
}
.lanx_part4 {
	padding-bottom: 160px;
}
.lanx_part4 .list li {
	width: 100%;
	float: none;
}
.lanx_part4 .list dl {
	border: 0;
	background: none;
	height: auto;
	overflow: inherit;
}
.lanx_part4 .list dt {
	border: 1px solid #bfbfbf;
	width: 66.6%;
	background: rgba(0,0,0,0.3)
}
.lanx_part4 .list dd {
	opacity: 1;
	visibility: inherit;
	width: 50%;
	left: auto;
	right: 0;
	top: 190px;
}
.lanx_part4 .list .tet {
	margin: 60px 50px;
	height: 150px;
}
/*社会责任===============*/
.juy_part_social .txt_box .txt:before {
	background: transparent;
}
.bej_part_social .txt_box .txt:before {
	background: transparent;
}
.juy_part_social {
	position: relative;
}
.juy_part_social:before {
	content: "";
	position: absolute;
	left: 0;
	top: -25px;
	display: block;
	width: 100%;
	height: 900px;
	margin: 0 -50px;
	padding: 0 50px;
}
.juy_part_social .tet_box {
	position: relative;
	z-index: 1;
	text-align: center;
}
.juy_part_social .tet_box .top_txt {
	margin: 60px 0 60px 0
}
.juy_part_social .tet_box .tet {
	display: inline-block;
	position: relative;
	text-align: left;
	color: #000;
	line-height: 32px;
	font-size: 16px;
	margin-bottom: 50px;
}
.juy_part_social .tet_box .tet:after, .juy_part_social .tet_box .tet:before {
	content: "";
	position: absolute;
	display: block;
	width: 53px;
	height: 44px;
}
.juy_part_social .tet_box .tet:before {
	background: url(../image/ico_17.png) center no-repeat;
	left: -70px;
	top: -10px;
}
.juy_part_social .tet_box .tet:after {
	background: url(../image/ico_18.png) center no-repeat;
	right: 250px;
	bottom: -5px;
}
.juy_part_social .pic {
	position: absolute;
	right: 150px;
	bottom: -50px
}
.juy_part_social .tet_box .tet .title_social {
	font-size: 24px;
}
.juy_part_social .tet_box .tet p {
	margin: 1.6em 0;
}
.juy_part_social .tet_box .tet:before {
	background: transparent;
	left: -70px;
	top: -10px;
}
.juy_part_social .tet_box .tet:after {
	background: transparent;
	right: 250px;
	bottom: -5px;
}
/*社会责任===============*/
.txt_box .txt_social {
	height: auto;
	border: 0;
	margin-bottom: 20px
}   /*都需要*/
.bej_part_social {
	overflow: hidden;
}
.bej_part_social .top_txt {
	padding-top: 80px;
	margin-bottom: 50px;
}
.bej_part_social ul {
	margin: 0 2% 2.2% 2%
}
.bej_part_social li {
	float: left;
	width: 50%;
	min-height: 0px;
	overflow: hidden;
}
.bej_part_social dl {
	padding: 80px
}
.bej_part_social dt span {
	display: inline-block;
	padding-bottom: 30px;
}
.bej_part_social dt span.iph_pic {
	display: none;
}
.bej_part_social dt h2 {
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: 500;
}
.bej_part_social dd {
	line-height: 26px;
	font-size: 16px;
	text-align: justify
}
.bej_part_social .li2, .bej_part_social .li3, .bej_part_social .li6, .bej_part_social .li8, .bej_part_social .li9,
	/*社会责任===============*/
.social_responsibility {
	overflow: hidden;
}
.social_responsibility .top_txt {
	padding-top: 80px;
	margin-bottom: 50px;
}
.social_responsibility1 li {
	float: left;
	width: 50%;
	min-height: 110px;
	overflow: hidden;
}
.social_responsibility dl {
	padding: 80px
}
.social_responsibility dt span {
	display: inline-block;
	padding-bottom: 30px;
}
.social_responsibility dt span.iph_pic {
	display: none;
}
.social_responsibility1 dt h2 {
	font-size: 28px;
	padding-bottom: 20px;
	font-weight: 100;
}
.social_responsibility dd {
	line-height: 26px;
	font-size: 16px;
	text-align: justify
}
.social_responsibility .li2, .social_responsibility .li3, .social_responsibility .li6, .social_responsibility .li8, .social_responsibility .li9, .social_responsibility .li12 {
	background: #d70b17;
	color: #fff;
}
.social_responsibility1 p {
	margin-bottom: 1.6em;
	line-height: 2em;
}
.social_responsibility1 .cf_1 {
	margin: 4% 4% 0 4%;
	margin-top: -220px;
	position: relative;
	z-index: 91;
	background: #f0f0f0;
}
.social_responsibility1 .cf_2 {
	margin: 0 4% 0 4%;
	margin-top: 0px;
	position: relative;
	z-index: 90;
	background: #f0f0f0;
}
.social_responsibility1 .cf_2 h2 {
	font-size: 34px;
	font-weight: 500;
	padding-bottom: 5px
}
.social_responsibility1 .cf_3 {
	margin: 0 4% 4% 4%;
	margin-top: 0px;
	position: relative;
	z-index: 90;
	background: #f0f0f0;
}
/*社会责任===============*/
.social_vision {
	color: #fefefe;
	background: url(../image/homebj1.jpg) no-repeat;
}
.social_vision .txt_box .txt span:before {
	color: #fff;
	background: #fff;
}
.social_vision .fxyxx ul {
	padding: 60px 20px 0px;
}
.social_vision .fxyxx .li_box {
	border: 0px solid #dd2431;
	padding: 25px 38px 40px;
	background-color: rgba(196,157,99,0.6);
	min-height: 150px;
}
.social_vision .fxyxx .li_box dt {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 20px;
}
.social_vision .fxyxx .li_box dd {
	font-size: 1.2em;
	line-height: 2em;
}
.social_vision .txt_box .txt:before {
	background: transparent;
}
.social_vision_bottom {
	height: 40px;
}
/*社会责任===============*/
.social_report ul dl dd li {
	font-size: 1em;
	line-height: 1.1em;
	color: #ccc;
	padding-left: 36px;
	min-height: 3em;
	background: url(../image/ico_14b.png) no-repeat left 0.1em;
	width: 40%;
}
.social_report ul dl dd li a {
	color: #333;
	font-size: 1em;
}
.social_report .li2 dl {
	padding: 8% 0 0 60px;
}


/*响应式*/
@media screen and (max-width:1400px) {
	.wrap {
		width: 1200px;
	}
	/*公用*/
	.header .nav li {
		margin-right: 60px;
	}
	.footer .part2 li {
		width: 175px;
	}
	/*首页*/
	.in_right {
		margin-left: 300px;
	}
	.in_box {
		height: 650px;
	}
	.in_part1 .back_img {
		height: 600px;
	}
	.in_part1 .box .wrap {
		width: auto;
		margin: 0 80px;
	}
	.in_part2 .list .titm {
		padding-bottom: 60px;
	}
	.in_part2 .list li {
		height: 650px;
	}
	.in_part3 .list {
		padding: 200px 0 80px 0;
	}
	.in_part5 .in_right:before {
		background-size: 800px
	}
	.in_part5 .list li {
		width: 142px;
		height: 142px;
	}
	.in_part5 .list dl {
		padding-top: 30px;
	}
	.in_part5 .list dt {
		width: 40px;
	}
	.in_part5 .list dt img {
		width: 100%
	}
	.in_part5 .list dd {
		padding-top: 10px;
	}
	.in_part5 .list .li1 {
		left: 29px;
		top: 128px;
	}
	.in_part5 .list .li2 {
		left: 129px;
		top: 228px;
	}
	.in_part5 .list .li3 {
		left: 229px;
		top: 328px;
	}
	.in_part5 .list .li4 {
		left: 329px;
		top: 428px;
	}
	.in_part5 .list .li5 {
		left: 429px;
		top: 528px;
	}
	.in_part5 .list .li6 {
		right: auto;
		left: 429px;
		top: 128px;
	}
	.in_part5 .list .li7 {
		right: auto;
		left: 330px;
		top: 228px;
	}
	.in_part5 .list li:hover dt .img2 {
		opacity: 0;
		visibility: hidden;
	}
	.in_part5 .list li:hover:before {
		background: none;
	}
	.in_part5 .list li:hover dd {
		color: #fff
	}
	.in_part6 .list li {
		padding: 20px 0;
	}
	.in_part6 .list dt {
		width: 200px;
		padding: 0 20px;
	}
	.in_part6 .list dt img {
		max-width: 100%
	}
	.in_part6 .list dd {
		padding-right: 20px
	}
	/* 栏目公用*/
	.part_pic {
		height: 420px;
	}
	.main {
		margin-top: -60px;
	}
	/*发展历程*/
	.faz_part .left {
		width: 260px;
	}
	.faz_part .left .one i {
		margin-top: 55px;
		font-size: 38px;
	}
	.faz_part .right {
		margin-left: 260px;
		padding: 0 50px;
	}
	.faz_part .right dt {
		font-size: 80px;
		line-height: 80px;
		padding-bottom: 30px;
	}
	.faz_part .right dd li {
		padding-bottom: 25px;
	}
	/*公司简介*/
	.jianj_part1 {
		background-size: 100%;
		padding: 60px 0 110px 0;
	}
	.jianj_part1 .con {
		padding: 50px 40px 0 80px;
	}
	.jianj_part1 .left {
		width: 300px;
	}
	.jianj_part1 .right {
		padding-left: 40px;
	}
	.jianj_part1 .right .txt {
		padding-top: 30px;
		margin-left: -30px;
	}
	.jianj_part1 .right .txt dt {
		padding-bottom: 15px;
	}
	.jianj_part1 .right .txt dd {
		font-size: 16px;
	}
	.jianj_part2 {
		min-height: 500px;
	}
	.jianj_part2 .con dt {
		font-size: 40px;
		line-height: 40px;
	}
	.jianj_part3 li {
		padding: 0 200px;
	}
	/*公司荣誉*/
	.rongy_part::before {
		background-size: 100%;
		height: 780px;
		margin: 0;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.rongy_part .swiper-box {
		width: 768px;
		overflow: hidden;
		margin: 0 auto;
	}
	.rongy_part .swiper-container {
		width: 1200px;
		margin-left: -220px;
	}
	.rongy_part .swiper-container li i {
		height: 485px;
		padding: 30px;
	}
	.rongy_part .swiper-box1 .arrow div {
		margin-top: -20px;
	}
	.rongy_part .swiper-box1 .arrow-left {
		left: 20px;
	}
	.rongy_part .swiper-box1 .arrow-right {
		right: 20px;
	}
	/*股东背景*/
	.bej_part dl {
		padding: 60px;
	}
	.bej_part dt h2 {
		font-size: 26px;
	}
	/*关于团队*/
	.txt_box_top {
		background-size: 100%;
	}
	.tuand_part .list {
		padding: 0 0px 70px 0px;
	}
	.tuand_part .list .li {
		padding: 0 30px;
		min-height: 355px;
	}
	.tuand_part .list dd li {
		margin-bottom: 20px;
	}
	/*合作伙伴*/
	.huob_part .back_img {
		height: 450px;
	}
	.huob_part .list {
		padding: 80px;
	}
	.huob_part .list li {
		height: 160px;
		line-height: 160px;
	}
	.huob_part .list li img {
		max-width: 98%;
	}
	.huob_part .pic_h {
		height: 150px;
	}
	/*主席寄语*/
	.juy_part::before {
		margin: 0;
		padding: 0;
	}
	.juy_part .pic {
		right: 50px;
		width: 260px;
	}
	.juy_part .pic img {
		width: 100%;
	}
	/*新闻列表*/
	.news_part1 dt {
		width: 800px;
	}
	.news_part1 dt img {
		width: 100%;
	}
	.news_part1 dd {
		height: 430px;
	}
	.news_part1 dd .txt a {
		font-size: 22px;
		line-height: 32px;
	}
	.news_part1 .pagination {
		margin-left: 235px;
	}
	.news_part2 dt img {
		width: 100%;
	}
	/*新闻正文*/
	.news_con .page li {
		width: 50%;
		box-sizing: border-box;
		height: 40px;
		overflow: hidden;
	}
	.news_con .con {
		padding: 40px 80px 100px 80px;
	}
	.news_con .con .txt {
		font-size: 32px;
	}
	/*产品中心*/
	.chanp_part2 > ul > li {
		padding: 0 50px;
	}
	.chanp_part2 dt {
		width: 300px;
		height: 300px;
		background-size: 300px;
	}
	.chanp_part2 dt i {
		margin-top: 80px;
	}
	.chanp_part2 dd {
		padding-left: 50px;
	}
	/*联系我们*/
	.lanx_part1 .left {
		width: 60%;
	}
	.lanx_part1 .left img {
		width: 100%;
	}
	.lanx_part1 .right {
		width: 37%;
	}
	.lanx_part1 .right .tlt {
		padding-bottom: 90px;
	}
	.lanx_part3 .list .logo {
		padding: 0 30px;
	}
	.lanx_part3 .list .logo img {
		max-width: 100%;
	}
	.lanx_part3 .list .tit {
		padding: 30px;
	}
	.lanx_part3 .list .tet {
		margin: 0 30px 0 80px;
	}
	.lanx_part4 .list .tet {
		margin: 50px 40px;
	}
}
@media screen and (max-width:1200px) {
	.header {
		display: none;
	}
	.part_nav {
		display: none;
	}
	.wrap {
		width: auto;
		margin: 0 20px;
	}
	/*公用*/
	.header .nav li {
		margin-right: 40px;
	}
	.in_right {
		margin-left: 250px;
	}
	.footer {
		padding: 40px 0 20px 0;
	}
	.footer .part2 li {
		width: 14%;
		padding: 20px 0;
	}
	.footer .part2 dt, .footer .part2 dt a {
		font-size: 16px;
	}
	.footer .part2 dd {
		padding-top: 15px;
	}
	#top {
		right: 10px;
		bottom: 30%;
		background-color: rgba(0,0,0,0.5);
		border-radius: 4px;
	}
	.back_img {
		background-size: cover;
	}
	/*首页*/
	.in_box {
		height: 500px;
	}
	.in_txt {
		margin-top: -100px;
	}
	.in_txt .tnt {
		font-size: 30px;
		line-height: 30px;
	}
	.in_txt .txt {
		font-size: 35px;
		line-height: 35px;
	}
	.in_part1 .back_img {
		height: 450px;
	}
	.in_part1 .tet {
		padding: 0
	}
	.in_part1 .tnt {
		font-size: 32px;
		line-height: 32px;
		padding: 20px 0 10px 0;
	}
	.in_part1 .txt {
		font-size: 28px;
	}
	.in_part1 .arrow div {
		background-size: 20px;
		width: 35px;
		height: 70px;
		margin-top: -35px;
	}
	.in_part1 .pagination {
		bottom: 20px;
	}
	.in_part1 .pagination span {
		width: 8px;
		height: 8px;
	}
	.in_part2 .list {
		margin-left: 15px;
	}
	.in_part2 .list ul {
		margin: 0 -15px;
	}
	.in_part2 .list li {
		height: 500px;
		padding: 0 15px;
	}
	.in_part2 .list .titm {
		padding: 20px 0 30px 0;
	}
	.in_part2 .list .titm b {
		font-size: 40px;
		line-height: 40px;
	}
	.in_part2 .list .txt {
		height: 50px;
	}
	.in_part2 .list .txt a {
		font-size: 16px;
		line-height: 24px;
	}
	.in_part2 .list .tet {
		padding: 30px 0;
	}
	.in_part2 .list .tat {
		display: none;
	}
	.in_part3 .list {
		padding: 100px 0 50px 0;
	}
	.in_part4 .list ul {
		border-left: 1px solid #dfdfdf;
	}
	.in_part4 .list li {
		width: 33.3%;
		height: 50%
	}
	.in_part4 .list dl {
		border-bottom: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		border-left: 0
	}
	.in_part5 .in_right:before {
		background-size: 610px;
	}
	.in_part5 .list li {
		width: 110px;
		height: 110px;
	}
	.in_part5 .list dl {
		padding-top: 20px;
	}
	.in_part5 .list dd {
		padding-top: 5px;
	}
	.in_part5 .list .li1 {
		left: 24px;
		top: 97px;
	}
	.in_part5 .list .li2 {
		left: 97px;
		top: 175px;
	}
	.in_part5 .list .li3 {
		left: 172px;
		top: 249px;
	}
	.in_part5 .list .li4 {
		left: 250px;
		top: 326px;
	}
	.in_part5 .list .li5 {
		left: 324px;
		top: 403px;
	}
	.in_part5 .list .li6 {
		right: auto;
		left: 324px;
		top: 98px;
	}
	.in_part5 .list .li7 {
		right: auto;
		left: 250px;
		top: 171px;
	}
	.in_part6 .list li {
		padding: 15px 0;
	}
	.in_part6 .list dt {
		width: 150px;
		padding: 0 10px;
	}
	.in_part6 .list dd {
		padding-right: 10px;
	}
	.in_part7 {
		padding: 50px 0;
	}
	.in_part7 .list {
		height: 250px;
	}
	.in_part7 .list li {
		height: 80px;
		line-height: 80px;
	}
	.in_part7 .list li img {
		max-height: 100%
	}
	/*栏目公用*/
	.main {
		margin-bottom: 100px;
	}
	.part_pic {
		height: 340px;
	}
	/*发展历程*/
	.faz_part .left .one i {
		font-size: 38px;
		margin-top: 50px;
	}
	.faz_part .right, .faz_part .right .dl_box {
		height: 870px;
		width: 65%;
	}
	.faz_part .right .top_zhaiy {
		padding: 0 40px;
	}
	/*公司简介*/
	.jianj_part3 .logo {
		background-image: url(../image/img_04.jpg);
		width: 270px;
		background-size: 100%;
		height: 310px;
		margin-left: -135px;
		top: 10px;
	}
	.jianj_part3 .con {
		margin-top: 30px;
	}
	.jianj_part3 ul {
		margin: 0 -215px;
	}
	.jianj_part3 li {
		padding: 0 160px;
	}
	.jianj_part3 .li1, .jianj_part3 .li2 {
		height: 200px;
	}
	.jianj_part3 dt h2 {
		font-size: 26px;
	}
	.jianj_part3 dd {
		font-size: 14px;
		line-height: 24px;
	}
	.jianj_part3 .li5 {
		padding-top: 350px;
	}
	/*公司荣誉*/
	.rongy_part::before {
		height: 650px;
	}
	.rongy_part .swiper-container {
		width: 1002px;
		margin-left: -120px;
	}
	.rongy_part .swiper-container li i {
		padding: 20px;
		height: 408px;
	}
	.rongy_part .swiper-box1 .arrow-left {
		left: 20px;
	}
	.rongy_part .swiper-box1 .arrow-right {
		right: 20px;
	}
	/*股东背景*/
	.bej_part dl {
		padding: 40px;
	}
	.bej_part dt h2 {
		font-size: 24px;
	}
	/*关于团队*/
	.tuand_part .list .li {
		padding: 0 20px;
	}
	.tuand_part .list dt {
		padding-bottom: 20px;
	}
	.tuand_part .list dt h2 {
		font-size: 24px;
		font-weight: 400;
	}
	.tuand_part .list dt span {
		font-size: 16px;
	}
	.tuand_part .list dd li {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	/*合作伙伴*/
	.huob_part .back_img {
		height: 370px;
	}
	.huob_part .pic_h {
		height: 130px;
	}
	.huob_part .list li {
		height: 120px;
		line-height: 120px;
	}
	/*组织架构*/
	.zuz_part .con {
		padding: 0 20px;
	}
	/*新闻列表*/
	.news_part1 dt {
		width: 600px;
	}
	.news_part1 dd {
		height: 322px;
	}
	.news_part1 dd .txt {
		padding-bottom: 40px;
	}
	.news_part1 dd .txt a {
		font-size: 18px;
	}
	.news_part1 dd .tet {
		display: none;
	}
	.news_part1 .pagination {
		left: 635px;
		margin-left: 0;
	}
	.news_part2 .titm {
		padding: 20px 25px;
	}
	.news_part2 dd {
		padding: 30px 25px 0;
	}
	.news_part2 .on_pic dd {
		padding: 25px 25px 0;
	}
	.news_part2 dl {
		height: 420px;
	}
	.news_part2 dd .txt {
		padding-bottom: 40px;
	}
	.news_part2 .on_pic .tet {
		margin-bottom: 20px;
	}
	/*产品中心*/
	.chanp_part1 li a {
		height: 200px;
	}
	.chanp_part1 li i {
		margin-top: 40px;
	}
	.chanp_part1 li i img {
		width: 45px;
	}
	.chanp_part1 li b {
		font-size: 16px;
	}
	.chanp_part2 > ul > li {
		padding: 0 30px;
	}
	.chanp_part2 dt {
		width: 240px;
		height: 240px;
		background-size: 100%;
	}
	.chanp_part2 dd {
		padding: 50px 0px 50px 30px;
	}
	.chanp_part2 dt i {
		margin-top: 52px;
	}
	.chanp_part2 dt i img {
		width: 50px;
	}
	.chanp_part2 dt span {
		font-size: 24px;
	}
	.chanp_part2 .li_one dt i {
		margin-top: 65px;
	}
	.chanp_part2 .li_one dd {
		padding: 50px 30px 90px 0px;
	}
	.chanp_part2 .li_one:last-child dd {
		padding-bottom: 50px;
	}
	/*联系我们*/
	.lanx_part1 {
		padding: 70px 40px 40px 40px;
	}
	.lanx_part1 .right .box {
		padding: 20px;
	}
	.lanx_part1 .right .tlt {
		padding: 10px 0 35px 0;
	}
	.lanx_part1 .right .tet .p1 {
		font-size: 14px;
	}
	.lanx_part2 li {
		padding: 0 90px;
	}
	.lanx_part3 {
		overflow: hidden;
	}
	.lanx_part3::before {
		height: 308px;
	}
	.lanx_part3 .back_img {
		height: 579px;
	}
	.lanx_part3 .list dl {
		height: 250px;
	}
	.lanx_part3 .list .logo {
		height: 100px;
		line-height: 100px;
	}
	.lanx_part3 .list .tit .p1 {
		font-size: 14px;
	}
	.lanx_part3 .list dd {
		top: 100px;
	}
	.lanx_part3 .list .tet {
		margin: 0 30px;
	}
	.lanx_part4 .list dd {
		top: 190px;
	}
	.lanx_part4 .list .tet {
		margin: 50px 40px;
	}
	/*商务合作*/
	.shangw_part {
		padding: 80px 40px;
	}
	.shangw_part .ul1 {
		margin: 0 -10px;
	}
	.shangw_part .ul1 li {
		padding: 0 10px;
	}
	.shangw_part dt {
		width: 80px;
	}
	.shangw_part .li2 dt,  .shangw_part .li3 dt {
		width: 70px;
	}
}
@media screen and (max-width:1002px) {
	/*公用*/
	.wrap {
		width: auto;
		margin: 0 20px;
	}
	.header .nav li {
		margin-right: 25px;
	}
	.header .logo {
		width: 100px;
	}
	.header .logo img {
		width: 100%
	}
	/*.footer .part2 dt, .footer .part2 dt a{font-size: 16px;}
        .footer .part2 .li6 dd{width: 70px; margin: 0 auto;}
        .footer .part2 .li6 span img{width: 100%;}
        .footer .part3 .banq{width:70%}*/
	.footer {
		padding: 20px 0 0 0;
		background-size: auto;
		background-position: center top;
		background-color: #000;
	}
	.footer .wrap {
		margin: 0;
	}
	.footer .part1 .lianx,  .footer .part1 .logo a,  .footer .part2 .li6,  .footer .part3 .aa {
		display: none;
	}
	.footer .part1 .logo span {
		padding: 0 32px;
	}
	.footer .part2 li {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding: 18px 32px;
		box-sizing: border-box;
	}
	.footer .part2 .li5 {
		text-align: left;
		width: 100%;
	}
	.footer .part2 dt {
		background: url(../image/iphin_ion1.png) no-repeat right center;
	}
	.footer .part2 .nobg dt {
		background: none;
	}
	.footer .part2 dt a {
		font-size: 12px;
	}
	.footer .part2 dt, .footer .part2 dt a {
		font-size: 12px;
	}
	.footer .part2 dd {
		display: none;
	}
	.footer .part2 dd i {
		font-size: 12px;
	}
	.footer .part3 .banq {
		width: 100%;
		text-align: center;
		padding: 20px 30px 15px;
		box-sizing: border-box
	}
	.more {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}
	/*首页*/
	.in_right {
		margin-left: 200px;
	}
	.in_txt {
		width: 170px;
	}
	.in_txt .tnt {
		font-size: 25px;
		line-height: 25px;
	}
	.in_txt .txt {
		font-size: 28px;
	}
	.in_part1 .back_img {
		height: 350px;
	}
	.in_part1 .tnt {
		font-size: 22px;
		line-height: 22px;
		padding: 15px 0 10px 0;
	}
	.in_part1 .txt {
		font-size: 24px;
	}
	.in_part1 .pagination {
		bottom: 10px;
	}
	.in_part2 .list li {
		width: 50%;
	}
	.in_part2 .list li:nth-of-type(3) {
		display: none;
	}
	.in_part3 .list dl {
		padding: 0 10px;
	}
	.in_part3 .list dt {
		font-size: 50px;
		line-height: 50px;
		padding-bottom: 10px;
	}
	.in_part3 .list dd {
		font-size: 16px;
	}
	.in_part3 .tet {
		font-size: 14px;
		line-height: 22px;
	}
	.in_part4 .list dt {
		margin-top: -40px;
	}
	.in_part4 .list dt i {
		width: 40px;
	}
	.in_part4 .list dt i img {
		width: 100%
	}
	.in_part4 .list dt b {
		font-size: 16px;
	}
	.in_part6 .list dd {
		font-size: 12px;
		line-height: 18px;
	}
	/*栏目公用*/
	.top_txt {
		font-size: 30px;
		line-height: 34px;
	}
	.top_txt::before {
		height: 2px;
	}
	.txt_box {
		padding-bottom: 40px;
	}
	.txt_box .txt {
		height: 105px;
	}
	.txt_box .txt span {
		font-size: 18px;
		line-height: 20px;
		padding: 10px 0 8px;
		margin-bottom: 8px;
	}
	.txt_box .txt span::before {
		height: 1px;
	}
	.txt_box .txt h2 {
		font-size: 18px;
	}
	.part_pic {
		height: 250px;
	}
	.main {
		margin-bottom: 60px;
		margin-top: -40px;
	}
	/*发展历程*/
	.faz_part .left {
		width: 190px;
	}
	.faz_part .right {
		margin-left: 190px;
		padding: 0 40px;
	}
	.faz_part .right, .faz_part .right .dl_box {
		height: 870px;
		width: 65%
	}
	.faz_part .left li {
		height: 80px;
	}
	.faz_part .left i {
		margin-top: 45px;
		font-size: 30px;
	}
	.faz_part .left .one {
		height: 100%;
	}
	.faz_part .left .one i {
		margin-top: 50px;
		font-size: 32px;
	}
	.faz_part .right dt {
		font-size: 50px;
		line-height: 50px;
	}
	.faz_part .right dd li {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 20px;
	}
	/*公司简介*/
	.jianj_txt span {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.jianj_txt span::before {
		width: 90px;
		margin-left: -45px;
	}
	.jianj_txt h2 {
		font-size: 18px;
	}
	.jianj_part1 {
		padding-bottom: 70px;
	}
	.jianj_part1 .top_txt {
		margin-bottom: 30px;
	}
	.jianj_part1 .con {
		padding: 10px 40px 0;
	}
	.jianj_part1 .left {
		display: none;
	}
	.jianj_part1 .right {
		padding-left: 0;
	}
	.jianj_part1 .right .txt dt {
		font-size: 60px;
		line-height: 60px;
		padding-bottom: 10px;
	}
	.jianj_part1 .right .tet {
		font-size: 14px;
		line-height: 24px;
	}
	.jianj_part2 {
		padding-top: 60px;
		min-height: 400px;
	}
	.jianj_part2 .con {
		padding-top: 40px;
	}
	.jianj_part2 .con dt {
		font-size: 32px;
		line-height: 32px;
	}
	.jianj_part2 .con dd {
		font-size: 14px;
		line-height: 24px;
		padding: 0 20px;
	}
	.jianj_part3 {
		padding-bottom: 60px;
	}
	.jianj_part3 .con {
		margin: 20px 40px 0;
	}
	.jianj_part3 .logo {
		display: none;
	}
	.jianj_part3 ul {
		margin: 0;
	}
	.jianj_part3 li {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 25px;
		text-align: left;
	}
	.jianj_part3 .li1, .jianj_part3 .li2 {
		height: auto;
	}
	.jianj_part3 .li5 {
		width: 100%;
		margin: 0;
		padding-top: 0;
	}
	.jianj_part3 .li1 dt, .jianj_part3 .li3 dt, .jianj_part3 .li5 dt {
		text-align: left;
	}
	.jianj_part3 dt h2 {
		font-size: 20px;
		position: relative;
		padding-left: 30px;
		border-bottom: none;
	}
	.jianj_part3 dt h2:before {
		content: "";
		position: absolute;
		left: 0;
		top: 5px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../image/iphin_ion2.png) no-repeat left center;
	}
	.jianj_part3 dt h2:after {
		content: "";
		position: absolute;
		left: 30px;
		bottom: 0px;
		display: inline-block;
		width: 80px;
		height: 1px;
		background-color: #e60e11;
	}
	.jianj_part3 li:nth-of-type(even) dt {
		text-align: right;
	}
	/*公司荣誉*/
	.rongy_part .top_txt {
		padding-top: 50px;
	}
	.rongy_part::before {
		height: 620px;
	}
	.rongy_part .swiper-box {
		width: 600px;
	}
	.rongy_part .swiper-container {
		width: 840px;
		margin-left: -122px;
	}
	.rongy_part .swiper-container li i {
		padding: 10px;
		height: 345px;
	}
	/*股东背景*/
	.bej_part li {
		min-height: 430px;
	}
	.bej_part dl {
		padding: 30px;
	}
	.bej_part dt span {
		width: 100px;
	}
	.bej_part dt span img {
		width: 100%;
	}
	.bej_part dt h2 {
		font-size: 18px;
	}
	.bej_part dd {
		font-size: 14px;
		line-height: 24px;
	}
	/*关于团队*/
	.tuand_part .top_txt {
		margin-bottom: 30px;
	}
	.tuand_part .list {
		padding-bottom: 30px;
	}
	.tuand_part .list .li {
		width: 100%;
		min-height: 0;
		margin-bottom: 20px;
	}
	.tuand_part .list dt {
		padding-bottom: 10px;
	}
	.tuand_part .list dd li {
		margin-bottom: 10px;
	}
	.tuand_part .list dd li::before {
		top: 6px;
	}
	/*合作伙伴*/
	.huob_part .back_img {
		top: 205px;
		height: 340px;
	}
	.huob_part .pic_h {
		height: 100px;
	}
	.huob_part .list {
		padding: 50px 20px;
	}
	/*主席寄语*/
	.juy_part .tet_box {
		text-align: left;
		background-size: 100%;
	}
	.juy_part .tet_box .top_txt {
		margin-bottom: 50px;
	}
	.juy_part .tet_box .tet {
		display: block;
		padding: 0 70px;
		font-size: 18px;
		line-height: 30px;
	}
	.juy_part .tet_box .tet::after,  .juy_part .tet_box .tet::before {
		width: 35px;
		height: 30px;
		background-size: 35px;
	}
	.juy_part .tet_box .tet::before {
		left: 20px;
		top: 0;
	}
	.juy_part .tet_box .tet::after {
		right: 20px;
		display: none;
	}
	/*组织架构*/
	.zuz_part {
		padding: 60px 0 80px;
	}
	/*新闻列表*/
	.news_part1 dt {
		width: 450px;
	}
	.news_part1 dd {
		height: 242px;
		padding: 0 25px;
	}
	.news_part1 dd .titm {
		padding: 20px 0;
	}
	.news_part1 dd .titm b {
		font-size: 32px;
		line-height: 34px;
	}
	.news_part1 dd .txt {
		padding-bottom: 25px;
	}
	.news_part1 dd .txt a {
		font-size: 16px;
		line-height: 24px;
	}
	.news_part1 .pagination {
		left: 470px;
		bottom: 20px;
	}
	.news_part2 > ul > li {
		width: 50%;
	}
	.news_part2 .page .paging {
		display: none;
	}
	.news_part2 .page {
		text-align: center;
	}
	/*新闻正文*/
	.news_con {
		margin-top: 40px;
	}
	.news_con .page {
		padding: 20px 0;
	}
	.news_con .page .li1 {
		padding: 0 20px 0 60px;
	}
	.news_con .page .li2 {
		padding: 0 60px 0 20px;
	}
	.news_con .con {
		padding: 30px 40px 60px;
	}
	.news_con .con .txt {
		font-size: 24px;
		line-height: 30px;
	}
	.news_con .con .tet {
		font-size: 14px;
		line-height: 24px;
	}
	/*产品中心*/
	.chanp_part2 > ul > li {
		padding: 0 20px;
	}
	.chanp_part1 li i {
		margin-top: 30px;
	}
	.chanp_part2 .li_one dt i {
		margin-top: 45px;
	}
	.chanp_part1 li i img {
		width: 35px;
	}
	.chanp_part1 li b {
		font-size: 14px;
	}
	.chanp_part1 li a {
		height: 150px;
	}
	.chanp_part2 dt {
		width: 180px;
		height: 180px;
		top: -20px;
	}
	.chanp_part2 dt i {
		margin-top: 35px;
	}
	.chanp_part2 dt i img {
		width: 35px;
	}
	.chanp_part2 dt span {
		font-size: 18px;
	}
	.chanp_part2 dt b {
		font-size: 12px;
	}
	.chanp_part2 dd {
		padding: 30px 0px 30px 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.chanp_part2 .li_one dd {
		padding: 30px 20px 50px 0px;
	}
	.chanp_part2 .li_one:last-child dd {
		padding-bottom: 30px;
	}
	/*联系我们*/
	.lanx_part1 .left,  .lanx_part1 .right {
		float: none;
		width: 100%;
	}
	.lanx_part1 .right .box {
		border: none;
		padding: 0;
		background: none;
	}
	.lanx_part2 {
		padding: 50px 0;
	}
	.lanx_part2 li {
		padding: 0 50px;
	}
	.lanx_part2 li b {
		font-size: 16px;
	}
	.lanx_part3::before {
		height: 262px;
	}
	.lanx_part3 .back_img {
		height: 710px;
	}
	.lanx_part3 .list li {
		width: 50%;
	}
	.lanx_part3 .list dl {
		height: 220px;
	}
	.lanx_part3 .list .logo {
		padding: 0 20px;
	}
	.lanx_part3 .li3 dl,  .lanx_part3 .li6 dl {
		border-right: none;
	}
	.lanx_part3 .list li:nth-child(even) dl,  .lanx_part3 .list li:last-child dl {
		border-right: 1px solid #bfbfbf;
	}
	.lanx_part3 .list dd {
		top: 90px;
	}
	.lanx_part3 .list .tet {
		height: 110px;
	}
	.lanx_part4 .list li {
		width: 100%;
	}
	.lanx_part4 .list dd {
		top: 190px;
	}
	.lanx_part4 .list .tet {
		margin: 40px;
		height: 135px;
	}
	.lanx_part4 .list li:last-child dl {
		border-right: none;
	}
	/*商务合作*/
	.shangw_part .tet {
		font-size: 16px;
		padding-bottom: 50px;
	}
	.shangw_part .ul1 li {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.shangw_part li {
		margin-bottom: 30px;
	}
	.shangw_part .li2 dt, .shangw_part .li3 dt {
		width: 80px;
	}
	.shangw_part .ul1 li dd b {
		width: 280px;
	}
	.shangw_part .li2 dd,  .shangw_part .li3 dd {
		margin-left: 100px;
	}
}
@media screen and (max-width:758px) {
	.wrap {
		width: auto;
		margin: 0;
	}
	/*首页*/
	.iph_more {
		display: block;
		text-align: center;
	}
	.in_part1 .box .wrap {
		margin: 0 16px;
	}
	.in_part1 .tet {
		font-size: 12px;
	}
	.in_part1 .tnt {
		font-size: 18px;
		line-height: 18px;
	}
	.in_part1 .back_img {
		height: 320px;
	}
	.in_part1 .arrow div {
		display: none;
	}
	.in_txt {
		position: static;
		margin: 40px 0 30px;
		width: 100%;
		text-align: center;
	}
	.in_txt .tnt::before {
		left: 50%;
		margin-left: -26px;
		width: 53px;
	}
	.in_txt .tnt,  .in_txt .txt {
		font-size: 24px;
		line-height: 24px;
	}
	.in_txt .tet,  .in_txt .tat {
		display: none;
	}
	.in_right {
		margin-left: 0;
		height: auto;
	}
	.in_box {
		height: auto;
	}
	.in_part2 {
		padding-bottom: 20px;
	}
	.in_part2 .wrap {
		margin: 0 16px;
	}
	.in_part2 .list {
		margin-left: 0;
	}
	.in_part2 .list ul {
		margin: 0 0 15px 0;
	}
	.in_part2 .list li {
		width: 100%;
		height: auto;
		padding: 0;
		border-left: none;
		margin-bottom: 16px;
	}
	.in_part2 .list li:nth-of-type(3) {
		display: block;
	}
	.in_part2 .list .titm,  .in_part2 .list .txt,  .in_part2 .list .tet {
		display: none;
	}
	.in_part2 .list .ipn_txt {
		display: block;
		border: 1px solid #dfdfdf;
		border-top: 0;
		color: #333;
		padding: 15px 0;
	}
	.in_part2 .ipn_txt span {
		display: block;
	}
	.in_part2 .ipn_txt .riq {
		float: left;
		font-size: 10px;
		line-height: 10px;
		padding: 0 13px;
	}
	.in_part2 .ipn_txt .riq b {
		display: block;
		font-size: 28px;
		line-height: 28px;
		text-align: center;
	}
	.in_part2 .ipn_txt .bt {
		margin-left: 64px;
		line-height: 22px;
	}
	.in_part3 {
		padding-bottom: 60px;
	}
	.in_part3 .wrap {
		margin: 0 16px;
	}
	.in_part3 .in_txt .tnt {
		width: 100%;
	}
	.in_part3 .tet {
		display: none;
	}
	.in_part3 .list {
		padding: 13px 0 50px;
	}
	.in_part3 .list dt {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 5px;
	}
	.in_part3 .list dd {
		font-size: 12px;
		line-height: 16px;
	}
	.in_part4 {
		padding-bottom: 40px;
	}
	.in_part4 .wrap {
		margin: 0;
	}
	.in_part4 .in_txt .tnt {
		width: 100%;
	}
	.in_part4 .in_right {
		height: 184px;
	}
	.in_part4 .list ul {
		border: 0;
		border-top: 1px solid #dfdfdf;
	}
	.in_part4 .list li:nth-of-type(3) dl,  .in_part4 .list li:nth-of-type(6) dl {
		border-right: 0;
	}
	.in_part4 .list dt {
		margin-top: -28px;
	}
	.in_part4 .list dt i {
		width: 30px;
	}
	.in_part4 .list dt b {
		font-size: 12px;
	}
	.in_part4 .list li dt b::before {
		height: 1px;
		bottom: 5px;
	}
	.in_part4 .iph_more {
		margin-top: 30px;
	}
	.in_part5 {
		padding-bottom: 100px;
	}
	.in_part5 .wrap {
		margin: 0;
	}
	.in_part5 .in_txt .tnt {
		width: 100%;
	}
	.in_part5 .in_right {
		margin-top: -40px;
		height: 410px;
	}
	.in_part5 .in_right::before {
		background-size: 428px;
		width: 320px;
		left: 50%;
		margin-left: -160px;
	}
	.in_part5 .list {
		position: absolute;
		left: 50%;
		margin-left: -160px;
		width: 320px;
	}
	.in_part5 .list li {
		width: 75px;
		height: 75px;
	}
	.in_part5 .list .li1 {
		left: 16px;
		top: 69px;
	}
	.in_part5 .list .li2 {
		left: 69px;
		top: 122px;
	}
	.in_part5 .list .li3 {
		left: 122px;
		top: 175px;
	}
	.in_part5 .list .li4 {
		left: 175px;
		top: 229px;
	}
	.in_part5 .list .li5 {
		left: 229px;
		top: 282px;
	}
	.in_part5 .list .li6 {
		left: 229px;
		top: 69px;
	}
	.in_part5 .list .li7 {
		left: 176px;
		top: 122px;
	}
	.in_part5 .list dl {
		padding-top: 0;
		line-height: 75px;
	}
	.in_part5 .list dd {
		display: none;
	}
	.in_part5 .list .ipn_ol {
		display: block;
	}
	.in_part5 .list .ipn_ol li {
		width: auto;
		height: auto;
		transform: rotate(45deg);
		transform-origin: right;
		font-size: 11px;
	}
	.in_part5 .list .ipn_ol li::before {
		display: none;
	}
	.in_part5 .list .ipn_ol li:nth-of-type(6),  .in_part5 .list .ipn_ol li:nth-of-type(7) {
		transform: rotate(-45deg);
		transform-origin: right;
	}
	.in_part5 .list .ipn_ol li.iph_li1 {
		left: 56px;
		top: 83px;
	}
	.in_part5 .list .ipn_ol li.iph_li2 {
		left: 118px;
		top: 133px;
	}
	.in_part5 .list .ipn_ol li.iph_li3 {
		left: 95px;
		top: 257px;
	}
	.in_part5 .list .ipn_ol li.iph_li4 {
		left: 149px;
		top: 311px;
	}
	.in_part5 .list .ipn_ol li.iph_li5 {
		left: 202px;
		top: 365px;
	}
	.in_part5 .list .ipn_ol li.iph_li6 {
		left: 169px;
		top: 43px;
	}
	.in_part5 .list .ipn_ol li.iph_li7 {
		left: 212px;
		top: 170px;
	}
	.in_part6 {
		padding-bottom: 40px;
	}
	.in_part6 .wrap {
		margin: 0;
	}
	.in_part6 .in_txt .tnt {
		display: inline-block;
	}
	.in_part6 .list ul {
		border: 0;
		border-top: 1px solid #dfdfdf;
		margin-bottom: 30px;
	}
	.in_part6 .list li:last-child {
		border-bottom: 1px solid #dfdfdf;
	}
	.in_part6 .list dl {
		display: block;
	}
	.in_part6 .list dt, .in_part6 .list dd {
		display: block;
	}
	.in_part6 .list dt {
		width: 100%;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}
	.in_part6 .list .one dt {
		text-align: center;
	}
	.in_part6 .list .one dt:before {
		background-image: url(../image/jrwm_ion-3.png);
	}
	.in_part6 .list dd {
		padding: 10px 16px;
		line-height: 20px;
		display: none;
	}
	.in_part6 .list dt img {
		max-width: 50%;
		max-height: 60px;
	}
	.in_part7 {
		padding: 0 0 40px;
	}
	.in_part7 .wrap {
		margin: 0 16px;
	}
	.in_part7 .in_txt .tnt {
		display: inline-block;
	}
	.in_part7 .list {
		width: 100%;
		height: auto;
	}
	.in_part7 .list ul {
		width: 800px;
		padding-bottom: 20px;
	}
	.in_part7 .list li {
		width: 13%;
		height: 45px;
		line-height: 45px;
		padding: 0 10px;
	}
	.in_part7 .list li img {
		max-width: 100%;
	}
	.in_part7 .ps-container .ps-scrollbar-x-rail {
		background: #cecece;
		height: 2px;
	}
	.in_part7 .ps-container .ps-scrollbar-x {
		background: #e60e11;
		height: 2px;
	}
	/*栏目公用*/
	.part_pic {
		height: 150px;
	}
	.main {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.main_box {
		box-shadow: none;
	}
	.txt_box .txt h2 {
		font-size: 16px;
	}
	/*发展历程*/
	.top_txt {
		font-size: 24px;
	}
	.top_txt::before {
		width: 48px;
		margin-left: -24px;
	}
	.faz_part .left {
		width: 80px;
	}
	.faz_part .left li {
		height: 40px;
		padding: 0 5px;
	}
	.faz_part .left i {
		font-size: 14px;
		margin-top: 15px;
	}
	.faz_part .left .one {
		height: 50px;
	}
	.faz_part .left .one i {
		font-size: 16px;
		margin-top: 24px;
	}
	.faz_part .left li::after, .faz_part .left li::before {
		width: 200%;
	}
	.faz_part .right, .faz_part .right .dl_box {
		height: 750px;
		width: 70%;
	}
	.faz_part .right {
		margin-left: 80px;
		padding: 0 16px;
	}
	.faz_part .right .top_zhaiy {
		font-size: 12px;
		line-height: 18px;
		top: 125px;
	}
	.faz_part .right .dl_li {
		padding: 30px 0;
	}
	.faz_part .right dt {
		font-size: 42px;
		line-height: 42px;
		padding-bottom: 20px;
	}
	.faz_part .right dd li {
		padding-left: 15px;
		line-height: 22px;
	}
	.faz_part .right dd li::before {
		width: 8px;
		background-size: 8px;
		height: 8px;
	}
	.faz_part .right dl {
		display: block;
	}
	.faz_part .right .top_txt {
		padding-top: 60px;
		position: relative;
		top: 0;
	}
	.faz_part .right .top_zhaiy {
		position: static;
		padding: 10px 0 0;
	}
	/*公司简介*/
	.jianj_txt span {
		font-size: 12px;
		line-height: 18px;
	}
	.jianj_txt span::before {
		width: 64px;
		margin-left: -32px;
	}
	.jianj_txt h2 {
		font-size: 15px;
		font-weight: 300;
	}
	.jianj_part1 {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.jianj_part1 .top_txt {
		margin-bottom: 20px;
	}
	.jianj_part1 .con {
		padding: 10px 16px 0;
	}
	.jianj_part1 .right .txt {
		margin: 0;
		padding: 13px 0 20px 0;
	}
	.jianj_part1 .right .txt dt {
		font-size: 34px;
		line-height: 34px;
		padding-bottom: 5px;
	}
	.jianj_part1 .right .txt dd {
		font-size: 12px;
		line-height: 16px;
	}
	.jianj_part1 .right .tet {
		font-size: 12px;
		line-height: 20px;
	}
	.jianj_part2 {
		padding: 40px 0;
		min-height: 0;
	}
	.jianj_part2 .con dt {
		font-size: 22px;
		line-height: 22px;
		padding-bottom: 15px;
	}
	.jianj_part2 .con dd {
		font-size: 12px;
		line-height: 20px;
	}
	.jianj_part3 {
		padding: 40px 0;
	}
	.jianj_part3 .con {
		margin: 25px 16px 0;
	}
	.jianj_part3 dt h2 {
		font-size: 16px;
	}
	.jianj_part3 dt h2::after {
		width: 65px;
	}
	.jianj_part3 dd {
		font-size: 12px;
		line-height: 18px;
	}
	/*公司荣誉*/
	.rongy_part::before {
		height: 0;
	}
	.rongy_part .top_txt {
		padding-top: 40px;
	}
	.rongy_part .swiper-box1 {
		display: none;
	}
	.rongy_part .swiper-box2 {
		display: block;
		padding: 0 45px;
		box-sizing: border-box;
		position: relative;
		margin-top: 20px;
	}
	.rongy_part .swiper-box2 .swiper-container {
		width: 100%;
		margin-left: 0;
	}
	.rongy_part .swiper-container li {
		opacity: 1;
	}
	.rongy_part .swiper-container li i {
		height: auto;
	}
	.rongy_part .swiper-box2 .arrow div {
		position: absolute;
		top: 50%;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		cursor: pointer;
	}
	.rongy_part .swiper-box2 .arrow-left {
		left: 0;
		background-image: url(../image/ico_12.png)
	}
	.rongy_part .swiper-box2 .arrow-right {
		right: 0;
		background-image: url(../image/ico_13.png)
	}
	/*股东背景*/
	.bej_part .top_txt {
		padding-top: 40px;
		margin-bottom: 30px;
	}
	.bej_part li {
		width: 100%;
		height: auto;
		min-height: 0;
	}
	.bej_part li:nth-of-type(odd) {
		background: #d70b17;
		color: #fff;
	}
	.bej_part li:nth-of-type(even) {
		background: #fff;
		color: #333;
	}
	.bej_part dl {
		padding: 20px 16px;
	}
	.bej_part dt h2 {
		font-size: 16px;
		font-weight: 400;
		padding-bottom: 10px;
	}
	.bej_part dt span.pc_pic {
		display: none;
	}
	.bej_part dt span.iph_pic {
		display: block;
		padding-bottom: 20px;
	}
	.bej_part dd {
		font-size: 12px;
		line-height: 20px;
	}
	/*社会责任===============*/
	.juy_part_social .tet_box .top_txt {
		margin: 40px 0 20px;
	}
	.juy_part_social .tet_box .tet {
		padding: 0 20px;
		font-size: 14px;
		line-height: 24px;
		margin: 0 auto
	}
	.juy_part_social .tet_box .tet::before {
		width: 15px;
		height: 20px;
		background-size: 15px;
		left: 5px;
	}
	.juy_part_social .tet_box img {
		width: 100%
	}
	.juy_part_social .tet_box .tet p {
		font-size: 12px;
		font-weight: normal
	}
	.juy_part_social .tet_box .tet .title_social {
		font-size: 18px;
		font-weight: 500
	}
	.juy_part_social {
		position: relative;
		z-index: 11
	}
	.juy_part_social .txt_box .txt:before {
		background: transparent;
	}
	/*社会责任===============*/
	.bej_part_social .top_txt {
		padding-top: 40px;
		margin-bottom: 30px;
	}
	.bej_part_social ul {
		margin: 0 0 0 0
	}
	.bej_part_social li {
		width: 100%;
		height: auto;
		min-height: 0;
	}
	.bej_part_social li {
		background: #f0f0f0;
		color: #333;
		margin-top: 10px
	}
	.bej_part_social dl {
		padding: 20px 16px;
	}
	.bej_part_social dt h2 {
		font-size: 18px;
		font-weight: 500;
		padding-bottom: 10px;
	}
	.bej_part_social dt span.pc_pic {
		display: none;
	}
	.bej_part_social dt span.iph_pic {
		display: block;
		padding-bottom: 20px;
	}
	.bej_part_social dd {
		font-size: 12px;
		line-height: 20px;
	}
	.bej_part_social {
		position: relative;
		z-index: 10
	}
	.main_border {
		box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
	}
	.bej_part_social .txt_box .txt:before {
		background: transparent;
	}
	/*社会责任===============*/
	.social_responsibility11 li {
		float: left;
		width: 50%;
		min-height: 110px;
		overflow: hidden;
	}
	.social_responsibility1 p {
		margin-bottom: 1.2em;
		line-height: 2em;
	}
	.social_responsibility1 .cf_1 {
		margin: 4% 0 0 0;
		margin-top: -130px;
		position: relative;
		z-index: 91;
		background: #f0f0f0;
	}
	.social_responsibility1 .cf_1 img {
		width: 12%;
		display: none
	}
	.social_responsibility1 .cf_3 img {
		width: 12%;
		display: none
	}
	.social_responsibility1 .cf_2 {
		margin: 0 0 0 0;
		margin-top: 0px;
		padding-top: 30px;
		position: relative;
		z-index: 90;
		background: #f0f0f0;
	}
	.social_responsibility1 .cf_2 h2 {
		font-size: 28px;
		font-weight: 500;
		padding-bottom: 5px
	}
	.social_responsibility1 .cf_3 {
		margin: 0 0 0 0;
		margin-top: 0px;
		position: relative;
		z-index: 90;
		background: #f0f0f0;
	}
	.social_responsibility1 dl {
		padding: 20px 30px;
	}
	/*社会责任===============*/
	.social_vision {
		color: #fff;
		background: url(../image/bg.png) no-repeat;
		background-size: cover;
	}
	.social_vision .txt_box .txt span:before {
		color: #fff;
		background: #fff;
	}
	.social_vision .fxyxx ul {
		padding: 0 20px 20px;
	}
	.social_vision .fxyxx .li_box {
		border: 0px solid #df2407;
		padding: 25px 38px 40px;
		background-color: rgba(106,57,6,0.6);
	}
	.social_vision .fxyxx .li_box h2 {
		font-size: 18px;
		padding-bottom: 0px;
		font-weight: 500;
	}
	.social_vision .fxyxx .li_box dt {
		font-size: 1.0em;
		padding-top: 10px;
	}
	.social_vision .fxyxx .li_box dd {
		font-size: 1.0em;
		line-height: 2em;
	}
	.social_vision .txt_box .txt:before {
		background: transparent;
	}
	.social_vision_bottom {
		height: 0;
	}
	/*社会责任===============*/
	.social_report ul li {
		background-color: #fff;
	}
	.social_report ul dl dd li {
		font-size: 14px;
		line-height: 18px;
		color: #ccc;
		padding-left: 36px;
		min-height: 3em;
		background: url(../image/ico_14b.png) no-repeat left 0.1em;
		width: 80%;
	}
	.social_report ul dl dd li a {
		color: #333;
		font-size: 13px;
	}
	.social_report .li2 dl {
		padding: 8% 0 0 30%;
	}
	/*关于团队*/
	.txt_box {
		padding: 40px 0;
	}
	.tuand_part .list {
		padding-bottom: 0;
	}
	.tuand_part .list .li {
		padding: 0 16px;
	}
	.tuand_part .list dt h2 {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.tuand_part .list dt span {
		font-size: 14px;
	}
	.tuand_part .list dd li {
		padding-left: 13px;
		font-size: 12px;
		line-height: 20px;
	}
	.tuand_part .list dd li::before {
		width: 8px;
		height: 8px;
		background-size: 8px;
	}
	/*合作伙伴*/
	.huob_part {
		padding-bottom: 10px;
	}
	.huob_part:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: inline-block;
		width: 100%;
		height: 10px;
		background: #f0f0f0;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05) inset;
	}
	.huob_part .back_img {
		top: 178px;
	}
	.huob_part .list li {
		width: 50%;
		height: 90px;
		line-height: 90px;
	}
	/*主席寄语*/
	.juy_part .tet_box .top_txt {
		margin: 40px 0 20px;
	}
	.juy_part .tet_box .tet {
		padding: 0 20px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.juy_part .tet_box .tet::before {
		width: 15px;
		height: 20px;
		background-size: 15px;
		left: 5px;
	}
	/*新闻列表*/
	.news_part1 {
		margin: 30px 16px 25px;
	}
	.news_part1 dt {
		width: 100%;
		float: none;
	}
	.news_part1 dd {
		padding: 13px 16px 13px 0;
		height: auto;
	}
	.news_part1 dd .titm {
		float: left;
		padding: 0;
		text-align: center;
		width: 64px;
		margin-top: 3px;
	}
	.news_part1 dd .titm b {
		font-size: 28px;
		line-height: 28px;
	}
	.news_part1 dd .titm i {
		font-size: 10px;
		line-height: 12px;
	}
	.news_part1 dd .txt {
		margin-left: 64px;
		padding-bottom: 0;
	}
	.news_part1 dd .txt a {
		font-size: 14px;
		line-height: 22px;
	}
	.news_part1 dd .tat {
		display: none;
	}
	.news_part1 .pagination {
		display: none;
	}
	.news_part2 > ul {
		margin: 0 12px;
	}
	.news_part2 > ul > li {
		padding: 0 4px;
		margin-bottom: 10px;
	}
	.news_part2 dl {
		height: auto;
	}
	.news_part2 dd .txt {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 0;
	}
	.news_part2 dd .tat i {
		display: none;
	}
	.news_part2 dt .titm {
		display: none;
	}
	.news_part2 dd .iph_time {
		display: block;
		font-size: 10px;
		color: #666;
		padding-bottom: 3px;
	}
	.news_part2 .on_pic dt img {
		display: block;
	}
	.news_part2 .on_pic dt {
		height: auto;
	}
	.news_part2 .on_pic dt .titm {
		color: #fff;
		display: block;
		padding: 0;
		left: 10px;
		bottom: 10px;
		top: auto;
	}
	.news_part2 .titm b {
		font-size: 34px;
		line-height: 34px;
		text-align: center;
	}
	.news_part2 .titm i {
		font-size: 12px;
	}
	.news_part2 .on_pic .tet {
		display: none;
	}
	.news_part2 .on_pic dd .iph_time {
		display: none;
	}
	.news_part2 dd {
		height: 92px;
		overflow: hidden;
		box-sizing: border-box;
		padding: 8px;
	}
	.news_part2 .on_pic dd {
		padding: 8px;
	}
	.news_part2 .on_pic .txt {
		padding-bottom: 0;
	}
	.news_part2 .page {
		margin-top: 20px;
	}
	.news_part2 .page .but a {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	/*新闻正文*/
	.news_con {
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.news_con .page {
		display: none;
	}
	.news_con .con {
		padding: 20px 16px 0;
	}
	.news_con .con .txt {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 15px;
	}
	.news_con .con .tit span {
		display: block;
	}
	.news_con .con .tet {
		line-height: 22px;
		font-weight: 300;
		padding-bottom: 55px;
	}
	/*产品中心*/
	.chanp_part1 li {
		width: 33.3%;
		padding: 0;
		border-bottom: 1px solid #f0f0f0;
	}
	.chanp_part1 li:nth-of-type(2),  .chanp_part1 li:nth-of-type(5) {
		border-left: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}
	.chanp_part1 li a {
		height: auto;
		padding-bottom: 20px;
	}
	.chanp_part1 li i {
		margin-top: 20px;
	}
	.chanp_part2 > ul > li {
		padding: 0 16px;
	}
	.chanp_part2 dt {
		top: 0;
		width: 35px;
		height: 35px;
		background-size: 30px;
		line-height: 30px;
	}
	.chanp_part2 dt i {
		margin-top: 0;
	}
	.chanp_part2 dt i img {
		width: 20px;
	}
	.chanp_part2 dt span,  .chanp_part2 dt b {
		display: none;
	}
	.chanp_part2 dd {
		padding: 15px 0px 20px 16px;
		font-size: 12px;
		line-height: 20px;
	}
	.chanp_part2 .li_one dt i {
		margin-top: 0;
	}
	.chanp_part2 .li_one dd {
		padding: 15px 16px 20px 0px;
	}
	.chanp_part2 dd .iph_bt {
		display: block;
		font-size: 16px;
		color: #d70b17;
		font-weight: bold;
		padding-bottom: 15px;
	}
	.chanp_part2 .li_one dd .iph_bt {
		text-align: right;
	}
	/*加入我们*/
	.lanx_part1 {
		padding: 40px 16px 40px;
	}
	.lanx_part1 .top_txt {
		margin-bottom: 0;
	}
	.lanx_part1 .right .tlt {
		padding-bottom: 15px;
	}
	.lanx_part1 .right .tlt img {
		width: 126px;
	}
	.lanx_part1 .right .tet {
		padding-bottom: 15px;
	}
	.lanx_part1 .right .tet span {
		background-size: 14px;
		padding: 3px 0 3px 20px;
	}
	.lanx_part1 .right .tet .p1 {
		background-size: 11px;
		font-size: 12px;
	}
	.lanx_part1 .right .tet .p2 {
		font-size: 14px;
	}
	.lanx_part1 .right .map {
		height: 136px;
	}
	/*联系我们*/
	.lanx_part2 {
		padding: 0;
	}
	.lanx_part2 ul {
		clear: both;
		overflow: hidden;
	}
	.lanx_part2 li {
		width: 33.3%;
		padding: 0;
		float: left;
		text-align: center;
	}
	.lanx_part2 li a {
		width: 64px;
		display: inline-block;
		padding: 20px 0;
	}
	.lanx_part2 li a i {
		display: block;
	}
	.lanx_part2 li a img {
		width: 100%;
	}
	.lanx_part2 li b {
		font-size: 14px;
		line-height: 14px;
	}
	.lanx_part2 li .selected i {
		display: none;
	}
	.lanx_part2 li .selected .iph_img {
		display: block;
	}
	.lanx_part2 li .selected {
		position: relative;
	}
	.lanx_part2 li .selected:before {
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -8px;
		bottom: 0;
		display: inline-block;
		width: 16px;
		height: 8px;
		background: url(../image/iphin_ion4.png) no-repeat center;
	}
	.lanx_part3 {
		padding: 30px 0;
	}
	.lanx_part3::before {
		height: 167px;
	}
	.lanx_part3 .jianj_txt {
		margin-bottom: 20px;
	}
	.lanx_part3 .jianj_txt span {
		font-size: 14px;
		padding-bottom: 4px;
		margin-bottom: 4px;
	}
	.lanx_part3 .jianj_txt span::before {
		width: 31px;
		margin-left: -15px;
	}
	.lanx_part3 .back_img {
		height: 100%;
	}
	.lanx_part3 .list ul {
		padding: 0 16px;
	}
	.lanx_part3 .list li {
		width: 100%;
		margin-bottom: 10px;
	}
	.lanx_part3 .list dl {
		border-right: 1px solid #bfbfbf;
		height: 142px;
	}
	.lanx_part3 .list .logo {
		height: 67px;
		line-height: 67px;
	}
	.lanx_part3 .list .tit {
		padding: 11px 16px;
	}
	.lanx_part3 .list .tit span {
		background-size: 12px;
		padding-left: 20px;
	}
	.lanx_part3 .list .tit .p1 {
		background-size: 10px;
		font-size: 12px;
	}
	.lanx_part3 .list .tit .p2 {
		font-size: 13px;
	}
	.lanx_part3 .list dd {
		top: 67px;
	}
	.lanx_part3 .list .tet {
		font-size: 12px;
		line-height: 18px;
		height: 55px;
	}
	.lanx_part4 .list dl {
		height: auto;
	}
	.lanx_part4 .list dt {
		width: 100%;
		box-sizing: border-box;
	}
	.lanx_part4 .list dd {
		width: 100%;
		position: static;
		padding: 16px;
		box-sizing: border-box;
	}
	.lanx_part4 .list .tet {
		margin: 0;
	}
	/*商务合作*/
	.shangw_part {
		padding: 40px 16px 70px;
		margin-bottom: 40px;
	}
	.shangw_part .tet {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		padding: 20px 0 35px;
	}
	.shangw_part .ul1 {
		margin: 0;
	}
	.shangw_part ul li {
		border: 1px solid #d70b17;
	}
	.shangw_part ul li.li6 {
		border: none;
	}
	.shangw_part .ul1 li dd b {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0;
	}
	.shangw_part dl {
		position: relative;
	}
	.shangw_part dt {
		position: absolute;
		left: 8px;
		top: 5px;
		padding-left: 10px;
		font-size: 14px;
		width: 65px;
	}
	.shangw_part dt i {
		font-size: 14px;
	}
	.shangw_part dd,  .shangw_part .li2 dd,  .shangw_part .li3 dd {
		margin-left: 65px;
	}
	.shangw_part dd b {
		border: 0;
	}
	.shangw_part dd .div1 a {
		display: none;
	}
	.shangw_part dd b::before {
		display: none;
	}
	.shangw_part dd .div1 b {
		width: 100%;
	}
	.shangw_part .li6 dt {
		display: none;
	}
	.shangw_part .li6 dd {
		margin-left: 0;
	}
	.shangw_part dd .div2 {
		padding: 0 0 40px 0;
		margin-top: -13px;
	}
	.shangw_part dd .div3 input {
		width: 100%;
	}
}
@media screen and (max-width:479px) {
	/*栏目公用*/
	.part_pic {
		height: auto;
	}
	.part_pic .move_pic {
		display: block;
	}
	.part_pic .move_pic img {
		width: 100%;
	}
}
/*深圳-联系我们*/
.margin-left {
	margin-left: 26%;
}
@media screen and (max-width:758px) {
	/*深圳-联系我们*/
	.margin-left {
		margin-left: 0;
	}
}
/*调整股东背景里最后一个红色块的高度*/
.fadeInSix1 {
	height: 630px;
}
/*new*/
.map-service {
	position: relative;
}
.map-service-right {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%
}
.china-map {
	width: 748px;
	height: 617px;
	background: url(../image/map_black_bg.png) center no-repeat #333;
	background-size: 100%100%;
	position: relative;
}
.region-list {
	position: absolute;
	left: 0;
	top: 0
}
@-webkit-keyframes warn {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
@-moz-keyframes warn {
	0% {
		-moz-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	100% {
		-moz-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
@-o-keyframes warn {
	0% {
		-o-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	100% {
		-o-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
@keyframes warn {
	0% {
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-o-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	100% {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
.area-box .dot {
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #c49d63;
	opacity: 1;
	filter: alpha(opacity=100)
}
.area-box .pulse {
	position: absolute;
	top: -28px;
	left: -28px;
	height: 66px;
	width: 66px;
	border: 2px solid #c49d63;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}
.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}
.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}
.area-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}
.area-box .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.area-box .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}
.area-box .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}
.area-box .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}
.area-box .delay-08 {
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s
}
.area-box .delay-09 {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}
.area-box .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}
.area-box .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}
.region-list.active .area-box .dot {
	background: #c49d63
}
.region-list.active .area-box .pulse {
	border-color: #c49d63;
	top: -39px;
	left: -39px;
	height: 88px;
	width: 88px;
	-webkit-box-shadow: 0 0 12px #c49d63, 0 0 20px #c49d63 inset;
	-moz-box-shadow: 0 0 12px #c49d63, 0 0 20px #c49d63 inset;
	box-shadow: 0 0 12px #c49d63, 0 0 20px #c49d63 inset
}
.region-list.waite .area-box .dot {
	background: #c49d63
}
.region-list.waite .area-box .pulse {
	border-color: #c49d63
}
.show-regin {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 0;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.online-node .show-regin, .region-list:hover .show-regin, .underline-node .show-regin, .waite-node .show-regin {
	height: 127px;
	opacity: 1
}
.show-regin span {
	width: 80px;
	position: absolute;
	left: 8px;
	top: -11px;
	padding: 6px 10px;
	font-size: 14px;
	color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
}
.postition-10 .show-regin span {
	left: 0
}
.postition-6 .show-regin span {
	left: -72px
}
.area-box {
	z-index: 77
}
.show-regin {
	z-index: 66
}
.region-list.active .show-regin span {
	position: relative;
	color: #ccc
}
.region-list.waite .show-regin span {
	color: #ccc
}
.postition-1 {
	left: 302px;
	top: 308px
}
.postition-2 {
	left: 401px;
	top: 403px
}
.postition-3 {
	left: 358px;
	top: 516px
}
.postition-4 {
	left: 473px;
	top: 348px
}
.postition-5 {
	left: 526px;
	top: 394px
}
.postition-6 {
	left: 526px;
	top: 515px
}
.postition-7 {
	left: 652px;
	top: 200px
}
.postition-7.region-list.active .area-box .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.postition-8 {
	left: 559px;
	top: 229px
}
.postition-9 {
	left: 637px;
	top: 371px
}
.postition-9.region-list.active .area-box .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.postition-10 {
	left: 554px;
	top: 539px
}
.postition-11 {
	left: 604px;
	top: 300px
}
.postition-13 {
	left: 470px;
	top: 250px
}
.douhao {
	width: 0
}
.news_con .con .tit {
	font-size: 13px
}
.in_part6 .list dd span {
	color: #dd2431
}
.news_con .con .txt {
	text-align: center;
}
.news_con .con .tet p {
	text-indent: 2em;
	padding: 10px 0
}
.news_con .con .tet p img {
	display: block;
	margin: 0 auto
}
.in_part6 .list li {
	width: 25%;
	display: inline-block;
	float: left;
	border: 0;
}
.in_part6 .list ul {
	clear: both;
	overflow: hidden;
	border: 0;
}
.in_part6 .list dt img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 20px auto
}
.in_part6 .list li:hover dt img {
	transition: 1s;
	transform: rotateY(360deg);
}
.in_part6 .list dd {
	padding-right: 0;
	text-align: center;
	padding: 20px
}
.in_part6 .list dd span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px
}
.in_part6 .list dt, .in_part6 .list dd {
	display: block;
	font-size: 15px
}
.bej_part_social li {
	background: #fff;
}
.bej_part_social li dl {
	height: 100px;
	padding: 50px 30px;
	margin: 4%;
	background: #f5f5f5;
	border-radius: 5px;
}
.bej_part_social li:hover dl {
	transition: 0.5s;
	box-shadow: 0 0 5px #dd2431
}
.bej_part_social li dl img {
	border-right: 1px solid #ccc;
	padding-right: 20px;
	margin-right: 20px
}
.chanp_part2 dd {
	padding: 30px 0 80px 30px;
	line-height: 180%
}
.chanp_part2 .li_one dd {
	padding: 30px 60px 110px 0px;
}
.chanp_part2 dd b {
	color: #c49d63
}
.chanp_part2 dd p {
	text-indent: 2em
}
.new_main {
	margin-top: 30px
}
.jianj_part1 .right .tet b {
	color: #dd2431
}
.in_part7 .list li {
	width: 20%;
	height: 80px;
	line-height: 80px
}
.in_part7 .list li img {
	display: block;
	margin: 0 auto
}
.in_part7 .list {
	height: 200px
}
.in_part7 .list li:hover img {
	transition: 1s;
	transform: rotateY(360deg);
}
.footer .part2 dd b:hover img {
	transition: 1s;
	transform: rotateY(360deg);
}
.chanp_part1 li i:hover img {
	transition: 1s;
	transform: rotateY(360deg);
}
.news_part2 dt:hover img {
	transition: 1s;
	transform: scale(1.1);
}
.news_part2 dd .txt:hover {
	color: #dd2431
}
.new .in_part3.back_img .in_box {
	height: auto;
	padding-bottom: 30px
}
.new .in_part6 .in_txt .tnt {
	width: auto;
}
.new .in_part7 .in_txt .tnt {
	width: auto;
}
.new .in_part4 .list dd {
	border-radius: 5px
}
.new .in_part4 .in_box {
	height: auto;
}
.new .in_part4 .list dt {
	position: relative;
	margin-top: 0;
	padding: 100px 0;
	top: 0
}
.new .in_part4 .list dl {
	border-left: 0
}
.ntet {
	max-width: 1100px;
	display: block;
	margin: 0 auto;
	padding-bottom: 20px
}
.new .in_part2 .in_box {
	padding-bottom: 30px
}
.new .in_title {
	position: relative;
	margin-top: 10px;
	text-align: center;
	top: 0
}
.new .in_txt {
	position: relative;
	margin-top: 40px;
	text-align: center;
	top: 0
}
.new .in_txt .tnt:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.new .in_right {
	margin-left: 0
}
.new .in_part2 .list li {
	border-left: 0
}
.new .in_part2 .list .txt a {
	font-weight: bold;
}
.new .in_part2 .list .titm {
	padding: 10px 0
}
.new .in_part2 .list .tet {
	padding-top: 0
}
.new .in_part2 .list ul {
	margin: 0
}
.new .in_part2 .list li {
	height: auto
}
.new .in_part2 .list .pic a {
	border-radius: 5px
}
.new .in_part2 .list .pic img {
	border-radius: 5px
}
.new .in_part2 .list .tat {
	padding-bottom: 20px
}
.new .center.tat {
	text-align: center;
	margin: 20px 0
}
.new .in_part3 .in_txt .tnt {
	width: auto
}
.new .in_part3 .list {
	padding: 70px 0
}
.new .in_part4 .in_txt .tnt {
	width: auto;
}
.footer .part1 .logo img {
	max-width: 180px;
}
.footer .part3 .banq {
	text-align: center;
	display: block;
	float: initial;
	border-top: 2px solid #fff;
	padding-top: 10px;
	color: #fff;
	font-size: 14px
}
.index_zn {
	background: #fff;
	padding: 30px 0;
	clear: both;
	overflow: hidden;
}
.index_zn_left {
	width: 50%;
	display: inline-block;
	float: left;
	height: 350px;
}
.index_zn_left img {
	width: 100%;
	display: block;
	height: 100%
}
.index_zn_r {
	padding: 30px 20px;
	max-width: 80%
}
.index_zn_r p {
	padding-bottom: 10px;
	text-indent: 2em
}
.index_zn_right {
	height: 350px;
	width: 50%;
	display: inline-block;
	background: #dd2431;
	background: -webkit-linear-gradient(left, #c49d63 0, #dd2431 100%);
	background: -moz-linear-gradient(left, #c49d63 0, #dd2431 100%);
	background: -o-linear-gradient(left, #c49d63 0, #dd2431 100%);
	background: linear-gradient(left, #c49d63 0, #dd2431 100%);
}
.index_zn_r1 {
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	max-width: 100%;
	margin-bottom: 15px
}
.index_zn_r1 img {
	max-height: 80px;
}
.index_zn_r2 {
	font-size: 15px;
	color: #fff;
	max-width: 100%;
}
.case_cli_b {
	clear: both;
	overflow: hidden;
}
.case_cli_b_li {
	width: 20%;
	float: left;
	display: inline-block;
}
.case_cli_b_li a {
	display: block;
	border: 1px solid #eee;
	margin: 10px;
	background: #fff;
}
.case_cli_b_li a img {
	display: block;
	width: auto;
	margin: 0 auto;
	height: 50px;
	padding: 20px 10px
}
.case_cli_b_li a:hover {
	box-shadow: 0 0 5px #ccc;
	transform: scale(1.05);
}
.case_cli_b_li a span {
	display: block;
	text-align: center;
	background: #eee;
	padding: 10px;
	color: #333;
	font-size: 14px;
}
.case_cli_b_li a:hover img {
	transition: 1s;
	transform: rotateY(360deg);
}
.pro_fk_li {
	margin: 1%;
	width: 31.3%;
	display: inline-block;
	float: left;
}
.pro_fk_li a {
	box-shadow: 0 0 10px #ccc;
	border-radius: 5px;
	padding: 40px;
	min-height: 270px;
	display: block;
	background: #fff;
}
.pro_fk_li a:hover {
	box-shadow: 0 0 5px #dd2431
}
.pro_fk_li a:hover span {
	color: #15acb3;
}
.pro_fk_li a:hover img {
	transition: 1s;
	transform: rotateY(360deg);
}
.pro_fk_li a img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}
.pro_fk_li a span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #2e2e2e;
	padding-top: 20px;
}
.index_gn_li.pro_fk_li a .s1 {
	color: #dd2431;
	font-weight: bold;
	font-size: 18px;
}
.index_gn_li.pro_fk_li a .s2 {
	color: #2e2e2e;
	font-size: 14px;
}

.pro_fk {
	clear: both;
	overflow: hidden;
	padding-bottom: 5%;
}


.nabout_left{
	width: 33%;
	display: inline-block;
	float: left;
}
.nabout_left img{
	width: 100%;
	display: block;
}
.nabout_right{
	width: 67%;
	display: inline-block;


}
.nabout_box{
	background: #f6f6f6;
	clear: both;
	overflow: hidden;
}
.nabout_r{
	padding: 30px;
	padding-bottom: 0
}
.nabout_r .d1 span{
	position: relative;
	font-size: 26px;
	color: #276eb3;
	display: inline-block;
	margin-bottom: 15px
}
.nabout_r .d1 span:after{
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #276eb3
}
.nabout_r .d2{
	font-size: 14px;
	color: #333;
	margin-bottom: 10px
}


.nabout_rw{
	clear: both;
	overflow: hidden;

}
.nabout_rul{
	clear: both;
	overflow: hidden;
	padding: 10px 0
}
.nabout_rli{
	width: 23%;
	display: inline-block;
	float: left;
	padding-right: 2%
}
.nabout_rli img{
	height: 40px;
	width: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.nabout_rli span{
	display: block;
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.nabout_rw_li{
	width: 25%;
	display: inline-block;
	float: left;
}

.nabout_rw_li span{
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}
.nabout_rw_li span.s1{
	color: #276eb3;
	font-size: 40px;
	font-weight: bold;
}
.nabout_rw{
	padding: 30px 20px;
}
.nabout{
	border: 1px solid #ccc;
	margin: 20px auto
}

.hide{
	display: none
}
.jtyw_tab{
	clear: both;
	overflow: hidden;
	padding: 10px 0
}
.jtyw_tab_li{
	width: 16.6%;
	display: inline-block;
	float: left;
}

.jtyw_tab_li a{
	display: block;
	text-align: center;
}
.jtyw_tab_li a img{
	height: 150px;
	margin: 0 auto;
	display: block;
}
.jtyw_tab_li a:hover img{
	transition: 1s;
	transform: rotateY(360deg);
}
.jtyw_tab_li a .img2{
	display: none
}
.jtyw_tab_li.on a .img1{
	display: none
}
.jtyw_tab_li.on a .img2{
	display: block;
}

.jtyw_tab_li a span{
	font-size: 16px;
	color: #000;
	text-align: center;
}
.jtyw_tab_li.on a span{
	color: #276eb3
}
.jtyw{
	clear: both;
	overflow: hidden;
	padding: 30px 0
}
.jtyw_con_left{
	display: inline-block;
	float: left;
	width: 50%;
	padding-top: 100px;
}
.jtyw_con_right{
	display: inline-block;
	float: left;
	width: 50%;
}
.jtyw_t{
	position: relative;
	margin-bottom: -80px;
	margin-top: 20px
}
.jtyw_t img{
	display: block;
	height: 80px;

}
.jtyw_con_left .d1{
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	color: #333
}
.jtyw_con_left .d2{
	font-size: 14px;
	color: #333;
	padding-right: 20px
}
.index_new{
	background: url(../image/index_new_bj.jpg) no-repeat;
	background-size: 100%100%;
	padding: 30px 0
}
.index_new_ul{
	background: url(../image/index_new_bj1.jpg) no-repeat;
	background-size: 100%100%;
	padding: 30px 0;
	clear: both;
	overflow: hidden;
}
.index_new_li{
	display: inline-block;
	float: left;
	width: 33.3%;
}
.index_new_t{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #000;
	margin-bottom: 20px
}
.index_new_t p{
	line-height: 100%
}
.index_new_t span{
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 14px;
	border-bottom: 2px solid #d7bfa2;
	padding-bottom: 2px;
}
.index_new_li_w{
	padding: 30px 0
}
.index_new_li_w a{
	color: #fff;
	display: block;
	padding: 0 40px;
	min-height: 150px;
	border-right: 2px solid #fff;
}
.index_new_li_w a:hover{
	color: #dd2431;
}
.index_new_li_w a .d1{
	font-size: 13px;
	padding-bottom: 10px;
}

.index_new_li_w a .d2{
	font-size: 22px;
	padding-bottom: 10px;
}

.index_new_li_w .d4{
	font-size: 60px;
	font-weight: bold;
	color: #e2e5e8;
	padding-top: 20px;
	padding-left: 40px
}

.index_new_li:last-child .index_new_li_w a{
	border: 0
}
.zwwl{
	background: url(../image/index_new_bj2.jpg) no-repeat;
	background-size: 100%100%;
	padding: 5% 0
}
.zwwl_tab_li{
	display: inline-block;
	width: 150px;
}
.zwwl_tab{
	text-align: center;
	padding: 3% 0
}
.zwwl_tab_li img{
	width: 50px;
	display: block;
	margin: 0 auto;
}
.zwwl_tab_li span{
	padding-top: 10px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.zwwl_wz{
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	line-height: 150%
}
.zwwl_tab{
	padding-top: 20px
}


.zwwl .index_new_t{
	color: #fff;
	margin-bottom: 3%
}


.jrwm_part .list dd{
	margin: 0!important
}
.news_part2 .page {
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px
}

.news_part2 .page ul li{
	display: inline-block;

	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.news_part2 .page ul li.active{
	background: #c49d63;
}
.news_part2 .page ul li.active span{
	color: #fff
}
.jrwm_part .list .dd_box:after{
	display: none!important
}

.jrwm_part .list .dd_box:before{
	display: none!important
}


















@media (max-width:1200px) {

	.index_zn_right {
		width: 100%;
		height: auto;
	}
	.index_zn_left {
		width: 100%;
		height: auto;
	}
	.index_zn_r1 img {
		max-height: 60px
	}
	.index_zn_r {
		max-width: 100%
	}
}
@media screen and (max-width:1002px) {
	.in_txt {
		width: auto;
	}
}
@media screen and (max-width: 758px) {
	.nabout_left{
		width: 100%
	}
	.nabout_right{
		width: 100%
	}
	.nabout_r{
		padding: 15px
	}
	.nabout_rli{
		width: 98%
	}
	.nabout_rw_li{
		width: 50%
	}
	.nabout_rw{
		padding: 15px 10px
	}
	.nabout_rw_li{
		margin-bottom: 10px
	}
	.jtyw_t{
		margin-bottom: 0
	}
	.jtyw{
		padding: 15px
	}
	.jtyw_t img{
		margin-bottom: 10px;
		height: 60px

	}
	.jtyw_con_left{
		width: 100%;
		padding: 10px 0
	}
	.jtyw_con_right{
		width: 100%
	}
	.jtyw_con_left .d2{
		padding-right: 0
	}
	.jtyw_t{
		margin-top:0
	}
	.zwwl_tab{
		clear: both;
		overflow: hidden;
	}
	.nabout_rw_li span.s1{
		font-size: 30px
	}
	.nabout_rw_li span{
		font-size: 14px
	}
	.jtyw_tab_li{
		width: 33.3%;
		margin-bottom: 10px
	}
	.index_new_li{
		width: 100%
	}
	.index_new_li_w a{
		border: 0;
		padding: 0 20px;
		min-height: auto
	}
	.index_new_li_w .d4{
		padding: 0 0 0 20px;
		font-size: 40px;
	}
	.zwwl_tab_li{
		width: 33.3%;
		display: inline-block;
		float: left;
	}
	.zwwl_tab_li span{
		font-size: 16px;
	}
	.zwwl_tab_li img{
		height: 40px;
		width: auto;
	}
	.zwwl_wz{
		font-size: 16px;
		padding: 10px 15px;
	}
	.index_new_li_w a .d2{
		font-size: 18px;
	}
	.index_new_li_w{
		padding: 15px 0
	}
	.jtyw_tab_li a img{
		height: 60px
	}
	.jtyw_tab_li a span{
		font-size: 14px;
	}
	.case_cli_b_li {
		width: 50%
	}
	.case_cli_b_li a img {
		padding: 10px 0
	}
	.case_cli_b_li a {
		margin: 5px
	}
	.more {
		width: 130px;
		height: 35px;
		line-height: 35px
	}
	.pro_fk {
		padding: 10px;
	}
	.pro_fk_li a img {
		width: 80px;
		height: 80px;
	}
	.pro_fk_li a {
		min-height: auto;
	}
	.pro_fk_li {
		width: 98%;
		margin-bottom: 10px;
	}
	.in_part7 .list {
		height: auto;
	}
	.footer .part2 dd i {
		font-size: 13px
	}
	.footer .part2 dt, .footer .part2 dt a {
		font-size: 13px
	}
	.footer .part2 dd a {
		color: #ccc
	}
	.in_part6 .list li {
		width: 50%;
		border: 0!important;
	}
	.lanx_part1 .right .box {
		height: auto;
	}
	.bej_part_social li dl img {
		max-width: 70px
	}
	.bej_part_social li {
		margin-top: 0
	}
	.bej_part_social li dl {
		height: auto;
		padding: 30px 20px;
	}
	.in_part7 .list li {
		width: 20%;
		height: 70px;
		line-height: 70px
	}
	.new .in_part7 .list ul {
		width: 500px
	}
	.new .in_part6 .list dt img {
		max-width: 50%;
		max-height: 60px;
		display: block;
		margin: 0 auto;
	}
	.new .in_part7 .list li {
		width: 25%
	}
	.new .in_part4 .list dt {
		padding: 20px 0
	}
	.new .in_part4 {
		padding-bottom: 0
	}
	.new .in_part3 .list {
		padding: 30px 0 15px 0
	}
	.in_part3 {
		padding-bottom: 0
	}
	.in_part3 .list dt {
		font-size: 26px;
	}
	.in_part2 .list .titm, .in_part2 .list .txt, .in_part2 .list .tet {
		display: block;
	}
	.in_part2 .list .tet {
		padding-bottom: 10px
	}
	.in_part2 .list .txt {
		height: auto;
	}
}
