html,
body {
	font-family: "microsoft yahei";
	line-height: 1;
}

@font-face {
	font-family: 'pf';
	src: url('../../fonts/PINGFANGLIGHT_0.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'hv';
	src: url('../../fonts/CondensedMedium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*公共*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.c12 {
	width: 1200px;
	margin: auto;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.tran,
img,
a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.tran5 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pic {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.big-b {
	width: 100%;
	overflow: hidden;
}

.big-b img,
.index-b img {
	width: 100%;
}

.center {
	width: 1320px;
	margin: auto;
}

.mt7 {
	margin-top: 7%;
}

.p7 {
	padding: 70px 0 0 0;
}

.hf1 {
	position: absolute;
	z-index: 999;
	left: 30px;
	top: 1170px;
}

.hf2 {
	position: absolute;
	z-index: 999;
	right: 30px;
	top: 1170px;
}

.hf1 img {
	width: 100%;
}

.hf2 img {
	width: 100%;
}

.fix-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}

.slide_nav {
	background: #fff;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 200px;
	position: fixed;
	right: -200px;
	top: 0;
	height: 100%;
	z-index: 999999;
}

.left_active {
	right: 0;
}

.slide_nav .slide_logo {
	background: #fff;
	text-align: center;
	padding: 15px 0;
	padding-top: 40px;
}

.slide_nav .slide_logo a {
	display: block;
}

.slide_nav .slide_logo a img {
	max-width: 90%;
}


/*.slide_nav .slide_nav_ul{margin-top: 10%;}*/

.slide_nav .slide_nav_ul li {
	text-align: center;
	height: 40px;
	position: relative;
	width: 100%;
	line-height: 40px;
}

.slide_nav .slide_nav_ul>li>a {
	font-size: 15px;
	color: #2f2f2f;
	position: relative;
	width: 100%;
	z-index: 9;
	background: #fff;
	display: block;
	height: 100%;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 8;
}

.wrap {
	padding: 0 18.75%;
	background: #f5f5f5;
}

header {
	padding: 10px 18.75% 0 18.75%;;
	margin:auto;

}

header .logo img{
	width: 100px;
}


header nav {}

header nav li {
	color: #333;
	margin-left: 40px;
	height: 70px;
	display: block;
	float: left;
	line-height: 87px;
	border-bottom: 2px solid #fff;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}

header nav li>a {
	color: #666;
}

header nav li:hover,
header nav li.on {
	color: #e46713;
	border-bottom: 2px solid #e46713;
}

header nav li:hover>a,
header nav li.on>a {
	color: #e46713;
}

header nav li .min-nav {
	position: absolute;
	left: 0;
	background: url(../../images/op.png);
	z-index: -1;
	height: 50px;
	line-height: 50px;
	width: 2000%;
	bottom: -72px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
}

header nav li:hover .min-nav {
	display: block;
	bottom: -52px;
	opacity: 1;
	z-index: 999;
}

header nav li .min-nav a {
	color: #fff;
	float: left;
	display: block;
	margin-left: 60px;
}

header nav li .min-nav a:hover {
	color: #e46713;
}

header .search {
	margin-top: 35px;
	/*border-bottom: 1px solid #222;*/
	margin-left: 50px;
	padding-bottom: 5px;
	width: 180px;
}

header .search input {
	border: none;
	outline: none;
	width: 150px;
	float: left;
	width: 0;
}

header .search button {
	width: 30px;
	height: 15px;
	float: right;
	background: url(../../images/search.png) center center no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	display: none;
}
header .search span{
	width: 30px;
	height: 15px;
	float: right;
	background: url(../../images/search.png) center center no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}
header .phone-nav {
	width: 45px;
	height: 45px;
	border: 1px solid #e3e3e3;
	margin-left: 60px;
	margin-top: 15px;
	cursor: pointer;
	background: url(../../images/phone-nav.png) center center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	display: none;
}

header .phone-nav:hover {
	border-color: #222;
}
.index-zz{
	position: relative;
}
.swiper-box {
	margin: 0 3.5%;
	position: relative;
	overflow: hidden;
}
.swiper-box.inner{
	margin: 0;
}
.index-zz .white{
	position: absolute;
	width: 3.5%;
	right: 0;
	height: 100%;
	z-index: 9999;
	top: -10px;
	background: #fff;
}
.index-swiper .swiper-slide {
	padding-bottom: 25%;
}
.swiper-box .swiper-pagination{
	bottom:3%;
	right: 2%;
}
.swiper-box .swiper-pagination span{
	width: 12px;
	height: 12px;
	border:2px solid #fff;
	background:none;
	margin-left: 8px;
	opacity: 1;
	cursor: pointer;
	outline: none;
}
.swiper-box .swiper-pagination span.swiper-pagination-bullet-active{
	background: #e46713;
	border-color:#e46713;
}
.swiper-box .swiper-prev {
	width: 35px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	background: url(../../images/swiper-prev.png) center center no-repeat;
	z-index: 99;
	cursor: pointer;
	border-radius: 0 35px 35px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	outline: none;
}

.swiper-box .swiper-next {
	width: 35px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	background: url(../../images/swiper-next.png) center center no-repeat;
	z-index: 99;
	cursor: pointer;
	border-radius: 35px 0 0 35px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	outline: none;
}

.swiper-box .swiper-next:hover,
.swiper-box .swiper-prev:hover {
	background-color: #222;
}

.index-mid {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}

.index-news {
	width: 38%;
	overflow: hidden;
}
.index-news h1 {
	height: 20px;
	line-height: 20px;
}
.index-news h1 i{
	width: 80%;
	overflow: hidden;
	display: block;
	float: left;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	display:-webkit-box;
}

.index-news .title {
	color: #999999;
	font-weight: bold;
	overflow: hidden;
}

.index-news .title span {
	display: block;
}

.index-news ul {
	overflow: hidden;
	margin-top: 10px;
}

.index-news li {
	margin-top: 5px;
	position: relative;
	padding-left: 10px;
	transition: 0.3s;
	-webkit-transition:0.3s;
}
.index-news li h1{
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}
.index-news li a {
	color: #444444;
	overflow: hidden;
	display: block;
	transition: 0s;
	-webkit-transition:0s;
}

.index-news li:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 5px;
	height: 10px;
	background: url(../../images/sj.png) center center no-repeat;
	left: 0;
	top: 5px;
}

.index-news li.on {
	padding-left: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #444;
	margin-top: 15px;
}
.index-news li.on h1{
	font-size: 14px;
}

.index-news li.on:before {
	display: none;
}

.index-news li i{
	font-style: normal;
}

.index-news li.on h1 {
	/*font-size: 16px;*/
	/*color: #e46713;*/
	/*font-weight: bold;*/
}

.index-news li h1 span {
	display: none;
}
.index-news li.on h1 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #444444;
	margin-top: 1px;
	display: block;
}

.index-news li.on p {
	color: #999;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 12px;
}
.index-news li p{
	display: none;
}
.index-news li:hover a,
.index-news li:hover p {
	color: #e46713;
}

.index-pro {
	width: 60%;
	overflow: hidden;
}

.index-pro .title {
	color: #999999;
	font-weight: bold;
	overflow: hidden;
}

.index-pro .title span {
	display: block;
}

.index-pro .title p {
	width: 50%;
	float: left;
}
.index-pro .title p a{
	color: #999999;
}
.index-pro .title p:last-child{
	text-align: right;
}
.index-pro .title p a:hover{
	color: #e46713;
}
.index-pro .main {
	margin-top: 20px;
	height: 168px;
	width: 100%;
	overflow: hidden;
}

.index-pro .main li {
	float: left;
	color: #fff;
	height: 168px;
	background-position: left top;
	background-repeat: no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
}

.index-pro .main li a{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.index-pro .main li .txt {
	margin-top: 30px;
	margin-left: 40px;
	display: none;
}

.index-pro .main li p {
	margin-top: 10px;
	display: none;
}

.index-pro .main li a{
	color: #fff;
}
.index-pro .main li span.go {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../../images/go.png);
	margin-top: 10px;
	display: none;
}

.index-pro .main li span.more {
	display: block;
	margin-top: 10px;
	width: 110px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}

.index-pro .main li span.more:hover {
	background: #e46713;
	color: #fff;
	border-color: #e46713;
}

.index-pro .main li a.span:hover {
	transform: rotate(360deg);
}

.index-pro .main li:hover .txt {
	text-shadow: 0 0 10px #000
}

.index-pro .main ul {
	width: 100%;
	overflow: hidden;
}

.index-pro .main li {
	width: 30%;
}

.index-pro .main li.active {
	width: 40%;
}

footer {
	padding: 10px 18.75%;
	background: #e6e6e6;
	overflow: hidden;
}
footer.fot-bot{
	display: none;
}

footer figure img {
	display: block;
	width: 64px;
	height: 64px;
	margin: auto;
}

footer figure figcaption {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}

footer .right {
	margin-top: 25px;
}

footer .right .top {
	font-size: 12px;
	text-align: right;
}

footer .right .top a {
	color: #666;
	margin-left: 3px;
	margin-right: 5px;
}

footer .right .top a.erp {
	display: inline-block;
	/*border: 1px solid #d4d4d4;*/
	/*background: #f5f5f5;*/
	padding: 5px;
}

footer .right .top a:hover {
	color: #e46713;
}

footer .right .bot {
	font-size: 12px;
	color: #666;
	clear: both;
	margin-top: 10px;
}

footer .right .bot a {
	color: #666;
}

footer .right .bot a:hover {
	color: #e46713;
}

footer .right .bot span {
	margin-left: 25px;
}

footer .right .bot i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../images/tel.png);
	float: left;
	margin-top: -3px;
	margin-right: -15px;
}

.map-banner {
	width: 100%;
	overflow: hidden;
	padding-bottom: 23%;
}


/*关于我们*/

.inner-banner {
	padding: 0 13.5%;
	height: 80px;
	font-family: "Agency FB";
	font-size: 36px;
	line-height: 80px;
	color: #fff;
}
.inner-banner p{
	display: none;
}

.inner-title {
	color: #222;
	height: 60px;
	line-height: 60px;
}

.inner-title a {
	color: #222;
}

.inner-title a:hover,
.inner-title a.on {
	color: #e46713;
}

.inner-main {
	background: #fff;
	overflow: hidden;
	padding: 40px 50px;
	clear: both;
	position: relative;
}

.inner-right {
	position: absolute;
	right: 50px;
	top: 40px;
	z-index: 1;
}

.inner-right img{
	width: 210px;
}
.inner-nav {
	overflow: hidden;
	margin-bottom: 10px;
}

.inner-nav a {
	display: block;
	float: left;
	/*height: 40px;*/
	text-align: center;
	/*line-height: 40px;*/
	color: #222;
	margin-right: 30px;
	font-size: 15px;
}

.inner-nav a.on,
.inner-nav a:hover {
	color: #e46713;
}

.all-title {
	overflow: hidden;
	margin-bottom: 20px;
}

.all-title .chn {
	color: #444;
	font-size: 15px;
}

.all-title .eng {
	font-weight: normal;
	color: #ccc;
	margin-bottom: 10px;
	font-family: "pf";
}

.all-title .eng span {
	color: #e46713;
}

.all-title .line {
	margin-top: 20px;
	overflow: hidden;
	display: none;
}

.all-title .line span {
	display: block;
	float: left;
	width: 60px;
	height: 1px;
	background: #e46713;
}

.all-title .line span:last-child {
	background: #999999;
}

.about-content {
	overflow: hidden;
}

.about-content .left {
	width: 70.5%;
	overflow: hidden;
	border-right: 1px solid #e6e6e6;
	padding-right: 30px;
}

.about-content .left p {
	color: #444;
	line-height: 30px;
	text-indent: 25px;
}

.about-content .left img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
}

.about-content .right {
	overflow: hidden;
}

.about-content .right li {
	color: #fff;
	width: 288px;
	height: 168px;
	background-position: left top;
	background-repeat: no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition:all 0.3s;
	/*background-size: 100%;*/
	position: relative;
}


.about-content .right li:hover{
	/*background-size: 110%;*/
}
.about-content .right li .txt {
	margin-top: 30px;
	margin-left: 40px;
	display: none;
}
.about-content .right li:hover .txt {
	text-shadow: 0 0 10px #000;
}
.about-content .right li a{
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.about-content .right li p {
	margin-top: 10px;
}

.about-content .right li span.go {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../../images/go.png);
	margin-top: 10px;
}
.about-content .right li span.go:hover{
	transform: rotate(360deg);
}

.about-content .right li span.more {
	display: block;
	margin-top: 10px;
	width: 110px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}

.honor-content {
	overflow: hidden;
	position: relative;
}

.honor-content:after {
	content: "";
	position: absolute;
	top: 4px;
	z-index: 1;
	height: 100%;
	left: 98px;
	border-left: 1px dashed #999999;
}

.honor-content li {
	position: relative;
	overflow: hidden;
	margin-bottom: 2%;
}
.honor-content li h2{
}

.honor-content li:after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	background: #999999;
	border-radius: 100%;
	padding: 2px;
	box-sizing: border-box;
	left: 89.5px;
	top: 2px;
}

.honor-content li:hover:after {
	background: #e46713;
	border-color: #e46713;
}

.honor-content li h1 {
	float: left;
	color: #e46713;
	font-family: "hv";
}

.honor-content li .right-box {
	float: left;
	margin-left: 75px;
	color: #666666;
	margin-top: 5px;
}
.honor-content li .right-box span{
	vertical-align: top;
}

.honor-content li .right-box p {
	/*margin-bottom: 30px;*/
	cursor: pointer;
}

.honor-content li .right-box p:hover {
	color: #e46713;
}

.news-list {
	overflow: hidden;
}

.news-list li {
	overflow: hidden;
	padding: 40px 80px 20px 80px;
	border-bottom: 1px solid #e6e6e6;
}

.news-list li .time {
	float: left;
	color: #999999;
	margin-top: 12px;
}

.news-list li .time h1 {
	font-weight: bold;
	/*margin-bottom: 8px;*/
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-family: "hv";
}

.news-list li .time p {
	margin-bottom: 5px;
}

.news-list li .txt {
	width: 90%;
	float: right;
	margin-top: 5px;
}

.news-list li .txt .title {
	color: #222;
	overflow: hidden;
	margin-bottom: 11px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-list li .txt p {
	color: #999;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list li .more {
	display: block;
	float: right;
	width: 110px;
	color: #999;
	cursor: pointer;
	margin-top: 10px;
}

.news-list li .more span {
	display: block;
	float: left;
}

.news-list li .more span:first-child {
	width: 0px;
	height: 1px;
	background: #e46713;
	float: left;
	margin-top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news-list li .more span:last-child {
	width: 30px;
	height: 1px;
	background: #999;
	float: right;
	margin-top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news-list li:hover .more {
	color: #e46713;
}

.news-list li:hover .more span:last-child {
	width: 0;
}

.news-list li:hover .more span:first-child {
	width: 40px;
	margin-right: 12px;
}

.news-list li:hover h1,
.news-list li:hover .title {
	color: #e46713;
}

.news-list li:hover {
	border-bottom: 1px solid #e46713;
}

.news-list li.one {
	padding: 0 0 30px 0;
}

.news-list li.one a {
	position: relative;
	display: block;
	overflow: hidden;
}

.news-list li.one .pic-w {
	position: absolute;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 14;
	left: 0;
	top: 0;
}

.news-list li.one .pic-w .pic {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.news-list li.one:hover .pic {
	transform: scale(1.1);
}

.news-list li .right {
	width: 50%;
	float: right;
	padding: 30px;
	background: #f8f8f8;
}

.news-list li .right h1 {
	float: left;
	position: relative;
	padding-right: 10px;
}

.news-list li .right h1:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	overflow: hidden;
	background: #999;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 5px;
}

.news-list li .right .txt {
	width: 100%;
	margin-top: 10px;
}

.news-list li .right .txt p {
	margin-top: 10px;
}

.news-list li .time-box {
	float: left;
	margin-top: 1px;
}

.news-list li .time-box p {
	margin-top: 9px;
	margin-left: 10px;
}

.news-list li:hover h1:after {
	background: #e46713;
}

.news-content .title {
	color: #222;
	text-align: center;
}

.news-content .des {
	color: #666;
	text-align: center;
	margin-top: 15px;
}

.news-content .des span {
	margin: 0 30px;
}

.news-content .main {
	border-top: 1px solid #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding: 50px 0;
	overflow: hidden;
	margin-top: 30px;
}

.news-content .main p {
	line-height: 30px;
	color: #444;
	text-indent: 30px;
}

.news-content .main img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
}

.new-bot {
	margin-top: 30px;
	overflow: hidden;
}

.new-bot .left a {
	display: block;
	color: #666;
	margin-bottom: 15px;
}

.new-bot .left a:hover {
	color: #e46713;
}

.new-bot .back {
	display: block;
	width: 170px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #e46713;
}

.new-bot .back span {
	display: block;
	float: left;
}

.new-bot .back span:first-child {
	width: 15px;
	height: 1px;
	background: #fff;
	margin-top: 17px;
	margin-left: 60px;
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.new-bot .back span:last-child {
	height: 1px;
	margin-left: 10px;
	width: 0;
	background: #fff;
	margin-top: 17px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.new-bot .back:hover span:first-child {
	margin-left: 20px;
}

.new-bot .back:hover span:last-child {
	width: 40px;
}

.combined {
	margin-top: 60px;
	overflow: hidden;
}

.combined .combined-nav {
	overflow: hidden;
}

.combined .combined-nav .top-nav {
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	text-align: center;
}

.combined .combined-nav .top-nav p {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 120px;
	color: #444;
	background: #e6e6e6;
}

.combined .combined-nav .top-nav a {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	color: #444;
}

.combined .combined-nav .top-nav a:hover,
.combined .combined-nav .top-nav a.on {
	background: #e46713;
	color: #fff;
}

.combined .combined-nav .bot-nav {
	height: 70px;
	line-height: 70px;
	background: #f8f8f8;
}

.combined .combined-nav .bot-nav a {
	display: block;
	float: left;
	margin-left: 15px;
	position: relative;
	color: #444;
	padding-left: 10px;
}

.combined .combined-nav .bot-nav a:after {
	content: "";
	width: 5px;
	height: 10px;
	background: url(../../images/nav-sj.png);
	position: absolute;
	z-index: 1;
	left: 0;
	top: 30px;
}

.combined .combined-nav .bot-nav a:hover,
.combined .combined-nav .bot-nav a.on {
	color: #e46713;
}

.combined-swiper {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}

.combined-swiper .swiper-slide {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.combined-swiper .pic-w {
	width: 50%;
	float: left;
	padding-bottom: 34%;
	position: relative;
	overflow: hidden;
}

.combined-swiper .com-des {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 10px;
	width: 330px;
	height: 90px;
	overflow: hidden;
	background: #fff;
}

.combined-swiper .com-des .des-logo {
	float: left;
	width: 50%;
	height: 60px;
	margin: 15px 0;
}

.combined-swiper .com-des .des-txt {
	float: left;
	width: 50%;
	height: 90px;
	padding: 20px 15px;
	background: url(../../images/des-bg.png);
	color: #fff;
}

.combined-swiper .com-des .des-txt a {
	color: #fff;
	margin-top: 15px;
	display: inline-block;
}

.combined-swiper .com-des .des-txt a:hover {
	text-decoration: underline;
}

.combined-swiper .pic {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.combined-swiper .right {
	width: 50%;
	float: right;
	padding: 60px 45px;
	background: #f5f5f5;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}

.combined-swiper .right h1 {
	font-weight: bold;
	margin-bottom: 20px;
	color: #e46713;
}

.combined-swiper .right p {
	color: #444444;
	font-size: 12px;
	line-height: 25px;
}

.combined-swiper .swiper-prev {
	width: 35px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	background: url(../../images/swiper-prev.png) center center no-repeat;
	z-index: 99;
	cursor: pointer;
	border-radius: 0 35px 35px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	outline: none;
}

.combined-swiper .swiper-next {
	width: 35px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	background: url(../../images/swiper-next.png) center center no-repeat;
	z-index: 99;
	cursor: pointer;
	border-radius: 35px 0 0 35px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	outline: none;
}

.combined-swiper .swiper-next:hover,
.combined-swiper .swiper-prev:hover {
	background-color: #222;
}

.com-list {
	overflow: hidden;
	margin-top: 50px;
}

.com-list .list-nav {
	float: right;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
}

.com-list .list-nav a {
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 18px;
	color: #444;
	background: #f5f5f5;
	margin: 0;
}

.com-list .list-nav a.on,
.com-list .list-nav a:hover {
	background: #e46713;
	color: #fff;
}

.com-list li {
	float: left;
	overflow: hidden;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
	border-bottom: 4px solid #f1eee7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.com-list li:nth-child(4n) {
	margin-right: 0;
}

.com-list li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
}

.com-list li .pic {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.com-list li .logo {
	width: 100%;
	height: 120px;
	background-color: #f1eee7;
	background-position: center;
	background-repeat: no-repeat;
}

.com-list li .txt {
	background: #f1eee7;
	padding: 10px;
	color: #666666;
	overflow: hidden;
}

.com-list li .txt p {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	height: 15px;
}
.com-list li .txt p:last-child{
	height: 30px;
	line-height: 15px;
	font-size: 12px;
}

.com-list li .txt span {
	display: block;
	float: left;
	line-height: 18px;
}

.com-list li .txt span.tel {
	width: 18px;
	height: 18px;
	background-size: contain;
	background-image: url(../../images/tel2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.com-list li .txt span.local {
	width: 18px;
	height: 18px;
	background-size: contain;
	background-image: url(../../images/local.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.com-list li .txt span.add {
	width: 170px;
	height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.com-list li:hover .pic {
	transform: scale(1.1);
}

.com-list li:hover {
	border-bottom: 4px solid #e46713;
}

.lh-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.lh-history-item {
	padding: 35px 0;
	margin-top: 30px;
	position: relative;
	clear: both;
}

.lh-history-item .line {
	display: block;
	width: 1px;
	height: 100%;
	border-right: 1px solid #B1B1B1;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
	z-index: 1;
}

.lh-history-item li {
	width: 50%;
	position: relative;
	padding-right: 40px;
	margin-bottom: 60px;
	/*display: flex;*/
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	z-index: 2;
	/*justify-content: space-between;*/
}

.lh-history-item li:nth-child(2n) {
	padding: 0 0 0 40px;
	top: 95px;
	animation-delay: .1s;
}

.lh-history-item li h2 {
	height: 18px;
	line-height: 18px;
	color: #e46713;
	margin-bottom: 10px;
	text-align: right;
	float: right;
	order: 2;
	flex-shrink: 0;
	font-weight: normal;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 12%;
	font-family: "hv";
}

.lh-history-item li:nth-child(2n) h2 {
	text-align: left;
	float: left;
	order: 0;
}

.lh-history-item li p {
	line-height: 18px;
	color: #666;
	height: 10em;
	margin-top: -2px;
	text-align: right;
	padding-right: 20px;
	float: left;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 88%;
}

.lh-history-item li:nth-child(2n) p {
	text-align: left !important;
	float: left;
	padding-left: 20px;
}

.lh-history-item li:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border: 4px solid #c7c7c7;
	position: absolute;
	right: -9px;
	top: 1px;
	border-radius: 50%;
	z-index: 2;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.lh-history-item li:nth-child(2n):after {
	left: -9px;
}

.lh-history-item li .img {
	width: 405px;
	height: 160px;
}

.lh-history-item li:hover:after {
	border: 4px solid #e46713;
}

.lh-history-item li:hover h2 {
	font-weight: bold;
}

.lh-history-item li:hover p {
	color: #222;
}

.bus-content .back {
	display: block;
	width: 170px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #e46713;
}

.bus-content .back span {
	display: block;
	float: left;
}

.bus-content .back span:first-child {
	width: 15px;
	height: 1px;
	background: #fff;
	margin-top: 17px;
	margin-left: 60px;
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.bus-content .back span:last-child {
	height: 1px;
	margin-left: 10px;
	width: 0;
	background: #fff;
	margin-top: 17px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.bus-content .back:hover span:first-child {
	margin-left: 20px;
}

.bus-content .back:hover span:last-child {
	width: 40px;
}

.bus-content .banners {
	margin-top: 40px;
	overflow: hidden;
}

.bus-content .main {
	margin-top: 50px;
}

.bus-content .main h1 {
	font-weight: bold;
	color: #e46713;
	margin-bottom: 20px;
	display: none;
}

.bus-content .main p {
	color: #666666;
	line-height: 35px;
}

.bus-content #gallery {
	width: 71%;
	overflow: hidden;
	float: left;
}

.bus-content #gallery .swiper-slide {
	width: 100%;
	position: relative;
	padding-bottom: 68%;
	overflow: hidden;
}

.bus-content #gallery .swiper-slide .pic {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.bus-content #gallery .swiper-prev {
	width: 35px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	background: url(../../images/swiper-prev.png) center center no-repeat;
	z-index: 99;
	cursor: pointer;
	border-radius: 0 35px 35px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	outline: none;
}

.bus-content #gallery .swiper-next {
	width: 35px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	background: url(../../images/swiper-next.png) center center no-repeat;
	z-index: 99;
	cursor: pointer;
	border-radius: 35px 0 0 35px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	outline: none;
}

.bus-content #gallery .swiper-next:hover,
.bus-content #gallery .swiper-prev:hover {
	background-color: #222;
}

.bus-content .three {
	width: 28%;
	float: right;
	overflow: hidden;
	padding: 10px 15px;
	background: #f5f5f5;
}

.bus-content .three li {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 57.5%;
	margin-bottom: 4%;
}

.bus-content .three li.on {
	border: 5px solid #e46713;
}

.bus-content .three li:last-child {
	margin-bottom: 0;
}

.bus-content .three li .pic {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.shop {
	position: relative;
}

.shop .left {
	overflow: hidden;
	width: 65.5%;
	float: left;
}

.shop .left p {
	color: #444;
	line-height: 30px;
}

.shop .left .pic-box {
	display: flex;
	overflow: hidden;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 11%;
}

.shop .left .pic-box .pic-w {
	width: 48%;
	position: relative;
	overflow: hidden;
	padding-bottom: 39%;
	float: left;
}
.shop .left .pic-box .pic-w:last-child{
	float: right;
}

.shop .left .pic-box .pic-w .pic {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.shop .right {
	position: absolute;
	width: 32%;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding-bottom: 54%;
}

.shop .right .pic {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.shop .right:hover .pic,
.shop .left .pic-w:hover .pic {
	transform: scale(1.1);
}

.property p {
	line-height: 30px;
	color: #444;
}

.property .big-pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 40%;
	margin-top: 5%;
}

.property .big-pic .pic {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.property .pro-bot {
	overflow: hidden;
	margin-top: 5%;
}

.property .pro-bot .pic-w {
	width: 50%;
	overflow: hidden;
	position: relative;
	padding-bottom: 30%;
	float: right;
}

.property .pro-bot .pic {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.property .pro-bot:hover .pic,
.property .big-pic:hover .pic {
	transform: scale(1.1);
}

.property .pro-bot .left {
	width: 42%;
	float: left;
	margin-top: 5%;
}

.property .pro-bot .left {
	color: #444;
	line-height: 30px;
}

.property .pro-bot .btn {
	width: 150px;
	height: 50px;
	background: #e46713;
	line-height: 50px;
	text-align: center;
	color: #fff;
	float: right;
	margin-top: 10%;
	box-shadow: 0 0 15px 0 #e46713;
}

.property .pro-bot .btn:hover {
	background: #fff;
	color: #e46713;
}

.join {
	overflow: hidden;
}

.join .title {
	color: #e46713;
	padding-left: 15px;
	border-left: 5px solid #e46713;
}

.join .top-box {
	margin-top: 2%;
	overflow: hidden;
	margin-bottom: 4%;
}

.join .top-box li {
	width: 48%;
	float: left;
	overflow: hidden;
	height: 170px;
	position: relative;
	line-height: 170px;
}
.join .top-box li img{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.join .top-box li .txt{
	position: relative;
	z-index: 2;
}

.join .top-box li:last-child {
	float: right;
}

.join .top-box li p {
	color: #fff;
	text-align: center;
}

.join .top-box li a {

	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}



.join .bot-box {
	margin-top: 2%;
	overflow: hidden;
}

.join .bot-box li {
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 2%;
}

.join .bot-box li .pic-w {
	width: 32%;
	float: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 19.5%;
}

.join .bot-box li .pic-w .pic {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.join .bot-box li .txt {
	width: 68%;
	float: left;
	padding: 15px 60px 0 60px;
}

.join .bot-box li .txt p {
	line-height: 30px;
	color: #444444;
}

.join .bot-box li a {
	display: block;
	float: right;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #444;
	margin-top: 1%;
	border-radius: 15px;
	box-shadow: 0 0 10px 0 #ccc;
}

.join .bot-box li a:hover {
	background: #444;
	color: #fff;
}

.join .bot-box li:hover .pic {
	transform: scale(1.1);
}

.cor {
	clear: both;
	width: 100%;
}

.cor li {
	width: 100%;
	height: 400px;
	position: relative;
	padding: 0 17%;
}
.cor li .bg{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cor li .txt {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	right: 17%;
	text-align: right;
}

.cor li:nth-child(even) .txt {
	right: auto;
	left: 17%;
	text-align: left;
}

.cor li .txt .eng {
	font-family: "pf";
	color: #222;
	opacity: .7;
}

.cor li .txt h1 {
	color: #222;
	margin: 20px 0;
}

.cor li .txt p {
	color: #444444;
	line-height: 35px;
}

.cor li:nth-child(even) .txt .eng {
	color: #fff;
}

.cor li:nth-child(even) .txt h1 {
	color: #fff;
}

.cor li:nth-child(even) .txt p {
	color: #fff;
}

.map {
	overflow: hidden;
	position: relative;
	padding: 0 60px;
}
.map img{
	width: 100%;
}
.map .max-map {
	display: none;
}

.map .box01 {
	width: 155px;
	height: 155px;
	position: absolute;
	z-index: 2;
	left: 46.5%;
	top: 51%;
}

.map .box011 {
	width: 155px;
	height: 155px;
	position: absolute;
	z-index: 999;
	left: 46.5%;
	top: 51%;
}

.map .box-fd {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #e46713;
	opacity: .3;
	border-radius: 100%;
}

.map .box02 {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 3;
	left: 64.5%;
	top: 59%;
}

.map .box022 {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	z-index: 999;
	left: 64.5%;
	top: 59%;
}

.map .box03 {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	left: 59.5%;
	top: 40.5%;
}

.map .box033 {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	z-index: 999;
	left: 59.5%;
	top: 40.5%;
}

.map .box04 {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	right: 10%;
	bottom: 37.5%;
}

.map .box044 {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	z-index: 999;
	right: 10%;
	bottom: 37.5%;
}

.map .box05 {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	right: 24.5%;
	bottom: 19.5%;
}

.map .box055 {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	z-index: 999;
	right: 24.5%;
	bottom: 19.5%;
}

.map .box06 {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	left: 48.2%;
	bottom: 26%;
	background: #0d85c7;
	opacity: .5;
}

.map .box07 {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	right: 27.8%;
	top: 46.2%;
	background: #0d85c7;
	opacity: .5;
}

.map .box08 {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	right: 27.3%;
	top: 54%;
	background: #0d85c7;
	opacity: .5;
}

.map .box09 {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	position: absolute;
	z-index: 3;
	right: 38.6%;
	bottom: 22.8%;
	background: #0d85c7;
	opacity: .5;
}

.map img {
	width: 100%;
}

.map .location {
	position: absolute;
	z-index: 1;
	bottom: 160px;
	right: 110px;
	width: 660px;
}

.map .area {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	color: #e46713;
}

.map .area ul {
	margin-top: 10px;
	border-top: 1px dashed #e46713;
	border-bottom: 1px dashed #e46713;
	padding: 5px 0;
	overflow: hidden;
}

.map .area.xn ul {
	width: 320px;
}

.map .area ul li {
	width: 160px;
	line-height: 25px;
}

.map .area.xn ul li {
	float: left;
}

.map .area ul li span {
	float: left;
	width: 40px;
}

.map .area.xn {
	left: -300%;
	bottom: -230%;
	display: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


/*.map .box011:hover .area.xn{	bottom: -250%;	z-index: 3;	display: block;}*/

.map .area.xn:after {
	content: "";
	width: 40%;
	height: 1px;
	position: absolute;
	background: #e46713;
	right: 25%;
	top: -30%;
}

.map .area.xn:before {
	content: "";
	width: 1px;
	height: 100px;
	position: absolute;
	background: #e46713;
	right: 65%;
	top: -30%;
}

.map .area.xb {
	right: -340%;
	top: -100%;
	display: none;
}


/*.map .box033:hover .area.xb{	display: block;}*/

.map .area.xb:after {
	content: "";
	width: 148%;
	height: 1px;
	left: -155%;
	position: absolute;
	background: #e46713;
	right: 65%;
	top: 3%;
}

.map .area.xb:before {
	content: "";
	width: 1px;
	height: 40%;
	left: -155%;
	position: absolute;
	background: #e46713;
	top: 3%;
}

.map .area.hd {
	right: -150%;
	top: -120%;
	display: none;
}


/*.map .box044:hover .area.hd{	display: block;}*/

.map .area.hd:after {
	content: "";
	width: 20%;
	height: 1px;
	left: -25%;
	position: absolute;
	background: #e46713;
	right: 65%;
	top: 5%;
}

.map .area.hd:before {
	content: "";
	width: 1px;
	height: 56%;
	left: -25%;
	position: absolute;
	background: #e46713;
	right: 65%;
	top: 5%;
}

.map .area.hz {
	right: -280%;
	bottom: -130%;
	z-index: 999;
	display: none;
}


/*.map .box022:hover .area.hz{	display: block;}*/

.map .area.hz:after {
	content: "";
	width: 100%;
	height: 1px;
	left: -115%;
	position: absolute;
	background: #e46713;
	right: 65%;
	top: 20%;
}

.map .area.hn {
	right: -280%;
	bottom: -150%;
	display: none;
}


/*.map .box055:hover .area.hn{	display: block;}*/

.map .area.hn:after {
	content: "";
	width: 110%;
	height: 1px;
	left: -120%;
	position: absolute;
	background: #e46713;
	right: 65%;
	top: 8%;
}

.map .area.hn:before {
	content: "";
	width: 1px;
	height: 30%;
	left: -120%;
	position: absolute;
	background: #e46713;
	right: 65%;
	top: -22%;
}

.pro-links {
	position: absolute;
	z-index: 99;
	right: 70px;
	top: 120px;
}

.pro-links a {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #444;
	background: #eee;
	display: block;
	font-size: 13px;
}

.pro-links a:hover,
.pro-links a.on {
	background: #e46713;
	color: #fff;
}

.job_Main {
	padding-bottom: 3.1%;
	font-family: "microsoft yahei";
}

.job_Main .job_lists {
	margin: 0 auto;
}

.job_Main .job_lists .firsts {
	background: #fff;
	color: #222;
	font-weight: normal;
}

.recruit_markA {
	margin-top: 30px;
}

.job_Main .jobs {
	position: relative;
	margin-bottom: 1%;
}
.job_Main .phone-form{
	display: none;
}

.job_Main table {
	width: 100%;
	color: #332c2b;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}


.job_Main td {
	width: 16%;
	height: 50px;
	text-align: center;
}

.job_Main td.fst {
	width: 40px;
}

.job_Main td.last {
	background: #fff;
	padding: 0;
}

.job_Main td.ico {
	background-color: #fff;
	padding-right: 10px;
}

.job_Main td.ico img {
	width: 51%;
}

.job_Main td.last .up {
	width: 140px;
	position: relative;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	float: right;
	color: #222;
	border: 1px solid #222222;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
}

.job_Main td.last .up input {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.job_Main td.last .up:hover {
	background: #e46713;
	color: #fff;
	border-color: #e46713
}

.job_Main .pd_lt {
	width: calc(100% - 0.39px);
	padding-left: 41px;
	padding-right: 149px;
}

.job_Main tr.bg2 {
	color: #222;
	background-color: #f2f2f2;
}

.job_Main .btn_close {
	position: absolute;
	margin-top: -3.5%;
	margin-left: -3%;
	width: 2%;
}

.job_Main .job_desc {
	padding: 5% 5% 7%;
	border: 1px solid #a8a8a8;
	line-height: 34px;
}

.job_Main .job_desc {
	color: #332c2b;
	line-height: 2;
}

.job_Main .job_desc h1 {
	color: #222;
	margin: 25px 0 15px 0;
}

.job_Main tr.bg {
	color: #fff;
	background-color: #e46713;
}

.job_Main .job_desc {
	display: none;
}

.job_Main .job_desc {
	padding: 2% 5% 5%;
	border: 1px solid #e46713;
}

.job_Main .jobs .email {
	color: #f15d22;
}

.img-local {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.fangda01 {
	-webkit-animation: fangda 2s linear infinite;
	-moz-animation: fangda 2s linear infinite;
	-ms-animation: fangda 2s linear infinite;
	animation: fangda 2s linear infinite;
}

.fangda03 {
	-webkit-animation: fangda 3s linear infinite;
	-moz-animation: fangda 3s linear infinite;
	-ms-animation: fangda 3s linear infinite;
	animation: fangda 3s linear infinite;
}

.fangda04 {
	-webkit-animation: fangda 3.5s linear infinite;
	-moz-animation: fangda 3.5s linear infinite;
	-ms-animation: fangda 3.5s linear infinite;
	animation: fangda 3.5s linear infinite;
}

.fangda02 {
	-webkit-animation: fangda 2.5s linear infinite;
	-moz-animation: fangda 2.5s linear infinite;
	-ms-animation: fangda 2.5s linear infinite;
	animation: fangda 2.5s linear infinite;
}

@-ms-keyframes fangda {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}

@-moz-keyframes fangda {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}

@-webkit-keyframes fangda {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes fangda {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}

@-ms-keyframes fangda02 {
	from {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes fangda2 {
	from {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes fangda2 {
	from {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes fangda2 {
	from {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.suggest-main {
	margin-top: 80px;
	overflow: hidden;
}

.suggest-main .left {
	width: 53%;
	overflow: hidden;
}

.suggest-main .left p {
	color: #222;
	margin-bottom: 40px;
}

.suggest-main .left p.mb25 {
	margin-bottom: 25px;
}

.suggest-main .left input {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.suggest-main .left textarea {
	display: block;
	width: 100%;
	border: none;
	padding: 25px 20px;
	margin-bottom: 20px;
	background: #f5f5f5;
	resize: none;
}

.suggest-main .left button {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border: none;
	color: #fff;
	letter-spacing: 20px;
	background: #e46713;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 1px solid #e46713;
}

.suggest-main .left button:hover {
	background: #fff;
	color: #e46713;
}

.suggest-main .right {
	width: 300px;
	margin-top: 80px;
}

.suggest-main .right p {
	color: #666;
	line-height: 30px;
	margin-bottom: 60px;
}

.suggest-main .right h2 {
	color: #444;
	margin-bottom: 15px;
}

.suggest-main .right h1 {
	color: #e46713;
}

.page-list{	clear: both;width: 100%;overflow: hidden;margin:3% 0;text-align: center; }
.page-list a{display: inline-block;text-align: center;width: 40px;height: 40px;line-height: 40px;border:1px solid #e46713;color: #333333;margin:0 5px;}
.page-list a.big{width: 120px;}
.page-list a:hover,.page-list a.on{color: #fff;background: #e46713;}

@media screen and (max-width: 1600px) {
	.wrap {
		padding: 0 12.5%;
	}
	header{padding: 10px 12.5% 0 12.5%;}
	footer{padding: 10px 12.5%;}
	.about-content .left {
		width: 64.5%;
	}
	header .logo{

		height: 67px;
	}
	header .logo img{width: auto !important; height:100%}
}

@media screen and (max-width: 1440px) {
	.about-content .right li{width: 311px;background-size: cover;}
	.wrap,
	.inner-banner {
		padding: 0 8.5%;
	}
	.index-pro .main li{
		background-size: cover;
	}
	footer{padding: 10px 8.5%;}
	header{padding: 10px 8.5% 0 8.5%;}
	
	footer {
		padding: 10px 8%;
	}
	.index-mid {
		width: 1300px;
	}
	.index-news {
		width: 350px;
	}
	.about-content .left {
		width: 69%;
	}
	.index-pro{
		width: 65%;
	}
	.combined-swiper .right {
		padding: 30px 35px;
	}
	.cor li {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.cor li .txt {
		right: 8%;
	}
	.cor li:nth-child(even) .txt {
		left: 8%;
	}
	.index-news li h1{
		height: 20px;
		line-height: 20px;
	}
	.index-news li i{
		width: 250px;
		overflow: hidden;
		display: block;
		float: left;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
		display:-webkit-box;
	}
	

	.job_Main td.last .up{
		width: 120px;
	}

	.job_Main .pd_lt{
		padding-right: 152px;
	}
	.index-mid{
		width: auto;
		padding: 0 8.5%;
	}
}

@media screen and (max-width: 1440px){
	
	.map .area.hz{
		right: -280%;
	}
	.map .area.hn{
		right: -250%;
	}
	.map .area.xb{
		right: -340%;
	}
	.map .area.hn:after{
		left: -102%;
		width: 97%;
	}
	.map .area.hn:before{
		left: -102%;
	}
	.map .area.hz:after{
		width: 97%;
		left: -105%;
	}
	.map .area.xb:after{
		width: 110%;
		left: -125%;
	}
	.map .area.xb:before{
		left: -125%;
	}
}
@media screen and (max-width: 1400px){
.job_Main .pd_lt{
		padding-right: 148px;
	}
}
@media screen and (max-width: 1366px) {
	.about-content .right li{width: 308px;background-size: cover;}
	.swiper-box {
		margin: 0 2%;
	}
	.index-zz .white{
		width: 2%;
	}
	footer{
		padding: 10px 6.5%;
	}
	header{
		padding: 10px 6.5% 0 6.5%;
	}
	.index-mid{
		padding: 0 6.5%;
	}
	.pro-links{
		top: 80px;
	}
	.wrap,
	.inner-banner {
		padding: 0 6.5%;
	}
	
	.com-list li {
		width: 32%;
		margin-right: 2%;
	}
	.com-list li:nth-child(3n) {
		margin-right: 0;
	}
	.com-list li:nth-child(4n) {
		margin-right: 2%;
	}
	.join .bot-box li .txt {
		padding: 25px 30px 0 30px;
	}
	.job_Main .pd_lt{
		padding-right: 155px;
	}
}

@media screen and (max-width: 1200px) {
	header {
		padding: 10px 5% 0 5%;
	}
	.about-content .right li {
		width: 300px;
	}
	.index-mid {
		width: 1100px;
	}
	.index-pro {
		width: 60%;
	}
	.swiper-box {
		margin: 0;
	}
	.page-list a{
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		margin:0 2px;
	}
	.page-list a.big{
		width: 70px;
	}
}

@media screen and (max-width: 1024px) {
	header {
		padding: 10px 5% 0 5%;
	}
	header nav li {
		margin-left: 10px;
	}
	.inner-banner {
		height: 40px;
		line-height: 40px;
	}
	.about-content .left {
		width: 100%;
		border: none;
		padding: 0;
	}
	.about-content .right {
		margin-top: 10px;
		width: 100%;
	}
	.about-content .right ul {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
	}
	.about-content .right ul li {
		width: 32%;
	}
	.combined-swiper .right p {
		line-height: 20px;
	}
	.combined-swiper .right h1 {
		margin-bottom: 10px;
	}
	.all-title {
		margin-bottom: 15px;
	}
	
	.join .bot-box li .txt p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	footer {
		padding: 10px 8%;
	}
	footer .right {
		float: left;
	}
	footer .right .top {
		text-align: left;
	}
	footer .right .bot span {
		height: 20px;
		line-height: 20px;
	}
	.index-mid {
		width: 1000px;
	}
	.index-news {
		width: 38%;
	}
}

@media screen and (max-width: 960px) {
		
	.index-news li h1{
		height: 20px;
		line-height: 20px;
	}
	footer{display: none;}
	footer.fot-bot{display: block;}
	header {
		padding: 10px 5% 10px 5%;
	}
	header nav {
		display: none;
	}
	header .phone-nav {
		display: block;
	}
	.honor-content:after {
		left: 70px;
	}
	.honor-content li .right-box {
		margin-left: 40px;
	}
	.honor-content li:after {
		left: 62.5px;
	}
	.com-list li {
		width: 48%;
		margin-right: 2%;
	}
	.com-list li:nth-child(3n) {
		margin-right: 2%;
	}
	.com-list li:nth-child(4n) {
		margin-right: 2%;
	}
	.com-list li:nth-child(2n) {
		margin-right: 0;
	}
	.combined-swiper .pic-w {
		width: 100%;
		padding-bottom: 65%;
	}
	.combined-swiper .right {
		position: relative;
		width: 100%;
	}
	.combined .combined-nav .top-nav p,
	.combined .combined-nav .top-nav a {
		height: 40px;
		line-height: 40px;
	}
	.combined .combined-nav .bot-nav {
		height: 50px;
		line-height: 50px;
	}
	.combined .combined-nav .bot-nav a:after {
		top: 20px;
	}
	.pro-links {
		display: none;
	}
	.com-list {
		margin-top: 30px;
	}
	.property .pro-bot .left {
		width: 100%;
	}
	.property .pro-bot .btn {
		margin-top: 3%;
	}
	.property .pro-bot .pic-w {
		width: 100%;
		margin-top: 3%;
		padding-bottom: 60%;
	}
	header .logo {
		height: 50px;
	}
	header .logo img {
		height: 100%;
	}
	header .search {
		margin-top: 20px;
	}
	header .phone-nav {
		margin-top: 2.5px;
	}
	.suggest-main {
		margin-top: 20px;
	}
	.suggest-main .left {
		width: 100%;
		float: none;
	}
	.suggest-main .left p,
	.suggest-main .left p.mb25 {
		margin-bottom: 15px;
	}
	.suggest-main .left input {
		padding-bottom: 5px;
	}
	.suggest-main .left button {
		height: 40px;
		line-height: 38px;
	}
	.suggest-main .right {
		width: 100%;
		overflow: hidden;
		margin-top: 40px;
	}
	.suggest-main .right p {
		margin-bottom: 20px;
	}
	.combined-swiper .com-des {
		width: 130px;
		height: 50px;
	}
	.combined-swiper .com-des .des-logo {
		height: 30px;
		margin: 10px 0;
	}
	.combined-swiper .com-des .des-txt {
		height: 50px;
		padding: 0 18px;
	}
	.combined-swiper .com-des .des-txt .name {
		display: none;
	}
	.combined-swiper .com-des .des-txt a {
		margin-top: 12px;
	}
	.combined-swiper .com-des .des-txt span {
		display: none;
	}
	.min-map,
	.img-local,
	.box-fd,
	.box-move {
		display: none;
	}
	.map .max-map {
		display: block;
	}
}

@media screen and (max-width: 850px) {
	.inner-right {
		display: none;
	}
	.inner-nav {
		margin-bottom: 10px;
	}
	.lh-history-item li {
		display: block;
	}
	.lh-history-item li p,
	.lh-history-item li:nth-child(2n) p {
		padding: 0;
		font-size: 12px;
		height: auto;
		line-height: 18px;
	}
	.honor-content li .right-box {
		width: 500px;
	}
	.honor-content li .right-box p
	{
		font-size: 12px;
		line-height: 18px;
	}
	.combined .combined-nav .top-nav p {
		float: none;
	}
	header .search{
		margin-left: 0;
	}
	.com-list li {
		width: 100%;
		margin-right: 0;
	}
	.com-list li:nth-child(3n) {
		margin-right: 0;
	}
	.com-list li:nth-child(4n) {
		margin-right: 0;
	}
	.bus-content .three {
		padding: 5px;
		margin-top: 10px;
	}
	.bus-content #gallery {
		width: 100%;
	}
	.bus-content .three {
		width: 100%;
	}
	.bus-content .three li {
		width: 32%;
		float: left;
		margin-right: 2%;
		padding-bottom: 21%;
		margin-bottom: 0;
	}
	.bus-content .three li:last-child {
		margin-right: 0;
	}
	.bus-content .three li.on {
		border: none;
	}
	.bus-content .three li.on .pic {
		border: 5px solid #e46713;
	}
	.shop .left {
		width: 100%;
		margin-bottom: 10px;
	}
	.shop .right {
		position: relative;
		width: 100%;
		margin-top: 10px;
		padding-bottom: 160%;
	}
	.shop .left .pic-box {
		margin-top: 3%;
	}
	.join .top-box li {
		height: 120px;
		line-height: 120px;
	}
	
	.join .bot-box li .txt {
		padding: 15px 10px 0 10px;
	}
	.cor li .txt p {
		line-height: 20px;
	}
	.cor li .txt {
		padding: 3%;
	}
	.news-list li .right .txt p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-top: 20px;
	}
	.news-list li .right .txt {
		margin-top: 20px;
	}
	.news-list li .more {
		margin-top: 10px;
	}
	.news-list li .txt {
		width: 88%;
	}
	.news-content .des span {
		margin: 0 10px;
	}
	.new-bot .back {
		float: none;
	}
	.new-bot .left {
		float: none;
	}
	.index-mid {
		width: 100%;
		padding: 2%;
		margin: 20px 0;
	}
	.index-news {
		width: 100%;
		float: none;
	}
	.index-news ul {
		margin-top: 0;
	}
	.index-pro {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.index-pro .main {
		height: auto;
		margin-top: 10px;
	}
	.index-pro .main li,
	.index-pro .main li.active {
		width: 100%;
		float: none;
		overflow: hidden;
		margin-top: 5px;
		background-size: cover;
	}
	.wrap, .inner-banner{
		padding: 0 2.5%;
	}
	.job_Main td.last{
		display: none;
	}
	.job_Main td{
		height: auto;
		line-height: auto;
		padding: 1.3% 5px;
	}
	.job_Main td:nth-child(2){
		width: 40% !important;
	}
	.job_Main .job_desc h1{
		font-size: 16px;
		margin:15px 0 5px 0;
	}
	.job_Main .pd_lt{
		padding-left: 31px;
		padding-right: 0;
	}
	.job_Main td.fst
	{
		width: 30px;
		padding:0 5px 0 0;
	}
	.fot-bot .top-right{
		float: right;
		text-align: right;
	}
	.fot-bot .top-right p{
		overflow: hidden;
		margin:10px 0;
	}
	footer.fot-bot{
		padding: 10px 3%;
	}
	.fot-bot .top-right a.erp{
		border: 1px solid #d4d4d4;
	    background: #f5f5f5;
	    padding: 5px 10px;
	    display: block;
	    margin-bottom: 5px;
	    float: right;
	}
	.fot-bot .top-right a{
		font-size: 12px;
		color: #666;
	    margin-left: 3px;
	    margin-right: 5px;
	}
	.fot-bot .fot-add{
		width: 100%;
	}
	.fot-bot .fot-add span{
		display: inline-block;
	}
	.fot-bot .right{
		width: 100%;
	}
	.job_Main .phone-form{
		width: 100px;
	    position: relative;
	    height: 30px;
	    overflow: hidden;
	    line-height: 30px;
	    text-align: center;
	    color: #222;
	    border: 1px solid #222222;
	    cursor: pointer;
	    transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    cursor: pointer;
	    margin-top: 10px;
	    display: block;
	}
	.job_Main .phone-form input{
		 position: absolute;
	    z-index: 1;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    opacity: 0;
	}
	.about-content .right ul li{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 650px) {
	.inner-main {
		padding: 30px 20px;
	}
	.inner-nav a {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-right: 20px;
	}
	.inner-nav {
		margin-bottom: 20px;
	}
	.about-content .right ul {
		display: block;
	}
	.about-content .right ul li {
		width: 100%;
	}
	.honor-content li .right-box {
		width: 300px;
	}
	.inner-nav a {
		margin-right: 5px;
	}
	.com-list li {
		margin-right: 0%;
	}
	.join .bot-box li .pic-w {
		width: 100%;
		padding-bottom: 60.5%;
	}
	.join .bot-box li .txt {
		width: 100%;
		padding: 20px;
	}
	.join .top-box li {
		height: 120px;
		width: 100%;
		margin-bottom: 10px;
	}
	.news-list li {
		padding: 20px 10px 10px 10px;
	}
	.news-list li .txt {
		width: 100%;
		margin-top: 10px;
	}
	.news-list li.one .pic-w {
		position: relative;
		width: 100%;
		padding-bottom: 65%;
	}
	.news-list li .right {
		width: 100%;
		padding: 10px;
	}
	.news-list li .right h1 {
		font-size: 30px;
		margin-top: 3px;
	}
	.news-list li .time-box p {
		margin-top: 0;
	}
	header .search {
		margin-top: 12px;
	}
	header .phone-nav {
		margin-left: 20px;
		width: 30px;
		height: 30px;
		margin-top: 5px;
	}
	header .logo {
		height: 40px;
	}
	footer .right {
		clear: both;
		margin-top: 5px;
	}
	footer{
		display: none;
	}
	footer.fot-bot{display: block;}
	footer .right .top a.erp {
		display: block;
		width: 100px;
		margin-bottom: 5px;
	}
	footer .right .bot span {
		margin-left: 0;
	}
	footer .right .bot i {
		float: left;
		margin-right: 5px;
		margin-top: 0;
	}
	footer .right .fot-fot{
		display: flex;
		display:-webkit-flex;
		justify-content: space-around;
	}
	.index-news li i{
		width: 260px;
	}
	.index-swiper .swiper-slide{
		padding-bottom: 50%;
	}
	.swiper-box .swiper-next,.swiper-box .swiper-prev{
		width: 20px;
		height: 45px;
		margin-top: -17.5px;
	}
}

@media screen and (max-width: 560px) {
	.honor-content li .right-box {
		width: 200px;
	}
}