* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	font-family: "microsoft yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul,
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: color .2s, background .2s;
}

a:hover {
	text-decoration: none;
	color: #ff7e00;
}

img {
	object-fit: cover;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}


.about_tag {
	width: 100%;
	margin: 0 auto;
	background: #edecec;
	height: 80px;
}

.about_tag ul {
	text-align: center;
	width: 100%;
	line-height: 80px;
}

.about_tag ul li {
	font-size: 20px;
	display: inline-block;
	height: 50px;
	line-height: 45px;
	width: auto;
	padding: 0 20px;
	border: 1px solid #ddd;
	background: #F6F6F6;
}


/*å'å±•åŽ†ç¨‹*/
.about_fzlc{
	width: 100%;
	margin: 25px auto;
}

.about_fzlc img{
	width: 100%;
}

/*.yzm_pic{
	position:absolute;
	right: 0px;
	bottom: 100px;
}*/

.container,
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

/* å¯¼èˆªå¼€å§‹ */
@media (min-width: 300px) {
	.nav_main {
		position: absolute;
		right: 0;
		left: 0;
		height: 75px;
		background: rgba(28, 22, 22, 0.83);
		z-index: 9;
	}

	.nav_bar {
		background-color: transparent;
		border: none;
		height: 75px;
	}

	.nav_left {
		width: 100%;
		margin-top: 0px;
		margin-right: 0px !important;
		padding-left: 10px;
		height: 75px;
	}

	.navbar-brand {
		margin-top: 0px;
	}

	.nav_list {
		margin-top: 0px;
		background: #0c0b0b;
		padding-left: 0px;
	}

	.navbar-toggle {
		margin-top: 20px;
		margin-right: 0px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		position: absolute;
		right: 15px;
		top: 75px;
		border: none;
	}
}

@media (min-width: 768px) {
	.nav_list>li {
		width: 155px;
		text-align: center;
	}

	.nav_main {
		position: absolute;
		right: 0;
		left: 0;
		height: 75px;
		background: rgba(28, 22, 22, 0.83);
		z-index: 9;
	}

	.nav_bar {
		background-color: transparent;
		border: none;
		height: 75px;
	}

	.nav_left {
		width: 100%;
		margin-top: 0px;
		margin-right: 0px !important;
		padding-left: 10px;
		height: 75px;
	}

	.navbar-brand {
		margin-top: 0px;
	}

	.nav_list {
		margin-top: 0px;
		background: #0c0b0b;
		padding-left: 0px;
	}

	.navbar-toggle {
		margin-top: 20px;
		margin-right: 15px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		position: absolute;
		top: 75px;
		right: -10px;
		border: none;
	}
}

@media (min-width: 992px) {
	.nav_list>li {
		width: 120px;
		text-align: center;
	}

	.nav_main {
		position: absolute;
		right: 0;
		left: 0;
		height: 100px;
		background: rgba(28, 22, 22, 0.83);
		z-index: 9;
	}

	.nav_bar {
		background-color: transparent;
		border: none;
		height: 100px;
	}

	.nav_left {
		width: auto;
		margin-right: 10px !important;
		padding-left: 10px;
		height: 100px;
	}

	.navbar-brand {
		margin-top: 12px;
	}

	.nav_list {
		margin-top: 25px;
		background: none;
		padding-left: 0px;
	}

	.navbar-toggle {
		margin-top: 20px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		position: inherit;
		border: none;
	}
}

@media (min-width: 1200px) {
	.nav_list>li {
		width: 120px;
		text-align: center;
	}

	.nav_main {
		position: absolute;
		right: 0;
		left: 0;
		height: 100px;
		background: rgba(28, 22, 22, 0.83);
		z-index: 9;
	}

	.nav_bar {
		background-color: transparent;
		border: none;
		height: 100px;
	}

	.nav_left {
		width: auto;
		margin-right: 40px !important;
		padding-left: 0px;
	}

	.navbar-brand {
		margin-top: 12px;
	}

	.nav_list {
		background: none;
		margin-top: 25px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		position: initial;
		border: none;
	}
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff;
	background: none;
	font-weight: bold;
}

.nav_list>li>a {
	font-size: 18px;
	color: #ffffff !important;
	letter-spacing: 1px;
}

.nav_tel {
	margin-top: 20px;
	color: #ff7e00 !important;
	font-size: 18px;
}

/* å¯¼èˆªç»"æŸ */
/* è½®æ'­å›¾å¼€å§‹*/
@media (min-width:300px) {
	.banner {
		width: 100%;
		position: relative;
		height: 300px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		position: absolute;
		width: 15px;
		height: 26px;
		z-index: 9;
		bottom: 100px;
		cursor: pointer;
	}

	.swiper-button-prev {
		left: 20px;
		background: url(../images/left.png);
		background-size: 100%;
	}

	.swiper-button-next {
		right: 20px;
		background: url(../images/right.png);
		background-size: 100%;
	}
}

@media (min-width:768px) {
	.banner {
		height: 885px;
		position: relative;
	}

	.swiper-button-prev,
	.swiper-button-next {
		cursor: pointer;
		position: absolute;
		width: 20px;
		height: 34px;
		z-index: 999;
		bottom: 490px;
	}

	.swiper-button-prev {
		left: 20px;
		background: url(../images/left.png);
		background-size: 100%;
	}

	.swiper-button-next {
		right: 20px;
		background: url(../images/right.png);
		background-size: 100%;
	}
}

@media (min-width:992px) {
	.banner {
		height: 885px;
		position: relative;
	}

	.swiper-button-prev,
	.swiper-button-next {
		cursor: pointer;
		position: absolute;
		width: 30px;
		height: 51px;
		z-index: 999;
		bottom: 490px;
	}

	.swiper-button-prev {
		left: 30px;
		background: url(../images/left.png) no-repeat;
	}

	.swiper-button-next {
		right: 30px;
		background: url(../images/right.png) no-repeat;
	}
}

@media (min-width:1200px) {
	.banner {
		height: 885px;
		position: relative;
	}

	.swiper-button-prev,
	.swiper-button-next {
		cursor: pointer;
		position: absolute;
		width: 30px;
		height: 51px;
		z-index: 999;
		bottom: 480px;
	}

	.swiper-button-prev {
		left: 200px;
		background: url(../images/left.png);
	}

	.swiper-button-next {
		right: 200px;
		background: url(../images/right.png);
	}

	.indexpage {
		position: absolute;
		left: 0;
		text-align: center;
		bottom: 5px;
		width: 100%;
	}

	.swiper-pagination-switch {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #999;
		box-shadow: 0px 1px 2px #555 inset;
		margin: 0 3px;
		cursor: pointer;
	}

	.swiper-active-switch {
		background: #fff;
	}
}

.swiper-slide>img {
	width: 100%;
	height: 100%;
	/*height:700px;*/
}

/* è½®æ'­å›¾ç»"æŸ */
/* å››ä¸ªæŒ‰é'® */
.four_btn {
	background: rgba(28, 22, 22, 0.83);
	height: 195px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.four_btn_list {
	text-align: center;
	margin-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
}

.four_img_main {
	height: 49px;
}

.four_btn_title {
	color: #ffffff;
	font-size: 14px;
	height: 42px;
}

.four_contact {
	line-height: 60px;
	color: #ff7e00;
	font-weight: bold;
}

.four_btn_num {
	font-size: 30px;
	font-weight: bold;
	margin-right: 5px;
	color: #ff7e00;
}

.four_btn_text {
	color: #ffffff;
	font-size: 14px;
}

/* ä¸ºæ‚¨æä¾›çš"é¡¹ç›® */
@media (min-width:300px) {
	.project_title {
		font-weight: bold;
		color: #ff7e00;
		font-size: 24px;
		letter-spacing: 1px;
	}

	.project_text {
		color: #333333;
		font-size: 14px;
		margin-top: 10px;
		letter-spacing: 1px;
	}

	.project_list {
		cursor: pointer;
		text-align: center;
		margin-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 0px;
	}

	.project_list:nth-child(4n+4) {
		margin-right: 0px;
	}

	.project_list_title {
		margin-top: 20px;
		color: #333333;
		font-size: 16px;
	}

	.brand_title_main {
		border-bottom: 1px dashed #dee1e1;
		margin-top: 30px;
	}

	.brand_title_main>.project_title {
		font-size: 20px;
	}

	.brand_prob_title {
		border-bottom: none;
		margin-bottom: 30px;
	}
}

@media (min-width:768px) {
	.project_title {
		font-weight: bold;
		color: #ff7e00;
		font-size: 26px;
		letter-spacing: 3px;
	}

	.project_text {
		color: #333333;
		font-size: 16px;
		margin-top: 20px;
		letter-spacing: 3px;
	}

	.project_list {
		cursor: pointer;
		text-align: center;
		margin-top: 50px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 80px;
	}

	.project_list:nth-child(4n+4) {
		margin-right: 0px;
	}

	.project_list_title {
		margin-top: 20px;
		color: #333333;
		font-size: 16px;
	}

	.brand_title_main {
		border-bottom: 1px dashed #dee1e1;
		margin-top: 50px;
	}

	.brand_title_main>.project_title {
		font-size: 24px;
	}

	.brand_prob_title {
		border-bottom: none;
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.project_title {
		font-weight: bold;
		color: #ff7e00;
		font-size: 36px;
		letter-spacing: 3px;
	}

	.pro_title_four {
		font-size: 48px;
	}

	.project_text {
		color: #333333;
		font-size: 18px;
		margin-top: 20px;
		letter-spacing: 3px;
	}

	.project_list {
		cursor: pointer;
		text-align: center;
		margin-top: 50px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 132px;
	}

	.project_list:nth-child(4n+4) {
		margin-right: 0px;
	}

	.project_list_title {
		margin-top: 20px;
		color: #333333;
		font-size: 18px;
	}

	.brand_title_main {
		border-bottom: 1px dashed #dee1e1;
		margin-top: 50px;
	}

	.brand_title_main>.project_title {
		font-size: 42px;
	}

	.brand_prob_title {
		border-bottom: none;
		margin-bottom: 50px;
	}
}

.project_main {
	padding: 50px 0;
}



.project_img_main {
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.5s linear;
}

.project_img {
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.project_list:hover .project_img_main {
	border-radius: 4px;
	background-color: #ff7e00;
	transform: rotate(360deg);
}

.project_list:hover .project_img {
	left: -20px;
	position: relative;
	transform: translateX(-100%);
	filter: drop-shadow(70px 0 #ffffff);
}

/* å¯¹SEOæœ‰ä»¥ä¸‹æœŸè®¸ */
@media (min-width:300px) {
	.seo_list {
		cursor: pointer;
		text-align: center;
		margin-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 0px;
		height: 240px;
	}

	.seo_list:nth-child(4n+4) {
		margin-right: 0px;
	}

	.seo_list_title {
		margin-top: 20px;
		color: #333333;
		font-size: 16px;
	}

	.seo_content {
		color: #bfbfbf;
		font-size: 12px;
		font-weight: lighter;
		text-align: center;
		line-height: 24px;
		margin-top: 25px;
		padding: 0 15px;
	}
}

@media (min-width:768px) {
	.seo_list {
		cursor: pointer;
		text-align: center;
		margin-top: 50px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 80px;
		height: 260px;
	}

	.seo_list:nth-child(4n+4) {
		margin-right: 0px;
	}

	.seo_list_title {
		margin-top: 20px;
		color: #333333;
		font-size: 16px;
	}

	.seo_content {
		color: #bfbfbf;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
		line-height: 24px;
		margin-top: 25px;
		padding: 0;
	}
}

@media (min-width:1200px) {
	.seo_list {
		cursor: pointer;
		text-align: center;
		margin-top: 50px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 132px;
		height: 215px;
	}

	.seo_list:nth-child(4n+4) {
		margin-right: 0px;
	}

	.seo_list_title {
		margin-top: 20px;
		color: #333333;
		font-size: 18px;
	}

	.seo_content {
		color: #bfbfbf;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
		line-height: 24px;
		margin-top: 25px;
		padding: 0;
	}
}

.seo_main {
	padding: 50px 0;
}

.seo_img_main {
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.seo_img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	transition: all 0.5s linear;
}

.seo_list:hover .seo_img {
	left: -20px;
	position: relative;
	transform: translateX(-100%);
	filter: drop-shadow(70px 0 #ff7e00);
}

/* å¤´éƒ¨ä¼˜åŠ¿ */
@media (min-width:300px) {
	.top_youshi_main {
		position: initial;
		z-index: 9;
	}

	.top_youshi_title {
		cursor: pointer;
		text-align: center;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		background-color: #f1efef;
		padding-left: 5px;
		padding-right: 5px;
	}

	.youshi_active {
		background-color: #ff7e00;
		color: #ffffff;
		transition: all 1s linear;
	}

	.youshi {
		height: 180px;
	}

	.youshi>.swiper-wrapper>.swiper-slide>a>img {
		width: 100%;
		height: 100%;
	}

	.youshi_img {
		margin-right: 20px;
	}

	.youshi_img_main {
		display: inline-table;
		width: 55px;
		height: 46px;
		overflow: hidden;
	}

	.youshi_active .youshi_img {
		position: relative;
		transition: all 0.5s linear;
		transform: translateX(0%);
		filter: drop-shadow(55px 0 #ffffff);
		-webkit-filter: drop-shadow(55px 0 #ffffff);
	}

	.top_youshi_text {
		position: absolute;
		left: 15px;
		right: 0;
		top: 30px;
		z-index: 8;
	}

	.top_youshi_titlenav {
		font-size: 20px;
		color: #ffffff;
		letter-spacing: 3px;
	}

	.top_youshi_content {
		color: #ffffff;
		font-size: 14px;
		margin-bottom: 20px;
		font-weight: lighter;
	}

	.top_youshi_more {
		padding: 5px 20px;
		border-radius: 5px;
		background: #ff7e00;
		color: #ffffff;
		font-size: 14px;
	}
}

@media (min-width:768px) {
	.top_youshi_main {
		position: absolute;
		top: 25px;
		z-index: 9;
		left: 0;
		right: 0;
	}

	.top_youshi_title {
		cursor: pointer;
		text-align: center;
		height: 80px;
		line-height: 80px;
		font-size: 14px;
		background-color: #ffffff;
		padding-left: 5px;
		padding-right: 5px;
	}

	.youshi_active {
		background-color: #ff7e00;
		color: #ffffff;
		transition: all 1s linear;
	}

	.youshi {
		height: 350px;
	}

	.youshi_img {
		width: 38px;
		height: 32px;
		margin-right: 0px;
	}

	.youshi_img_main {
		display: inline-table;
		width: 38px;
		height: 32px;
		overflow: hidden;
	}

	.youshi_active .youshi_img {
		width: 38px;
		height: 32px;
		position: relative;
		transition: all 0.5s linear;
		transform: translateX(-100%);
		filter: drop-shadow(38px 0 #ffffff);
		-webkit-filter: drop-shadow(55px 0 #ffffff);
	}

	.top_youshi_text {
		position: absolute;
		left: 60px;
		right: 0;
		top: 150px;
		z-index: 8;
	}

	.top_youshi_titlenav {
		font-size: 20px;
		color: #ffffff;
		letter-spacing: 3px;
	}

	.top_youshi_content {
		color: #ffffff;
		font-size: 14px;
		margin-bottom: 20px;
		font-weight: lighter;
	}

	.top_youshi_more {
		padding: 5px 20px;
		border-radius: 5px;
		background: #ff7e00;
		color: #ffffff;
		font-size: 14px;
	}
}

@media (min-width:1200px) {
	.top_youshi_main {
		position: absolute;
		top: 30px;
		z-index: 9;
		left: 0;
		right: 0;
	}

	.top_youshi_title {
		cursor: pointer;
		text-align: center;
		height: 135px;
		line-height: 140px;
		font-size: 16px;
		background-color: #ffffff;
		padding-left: 15px;
		padding-right: 15px;
	}

	.youshi_active {
		background-color: #ff7e00;
		color: #ffffff;
		transition: all 1s linear;
	}

	.youshi {
		height: 657px;
	}

	.youshi_img {
		width: 55px;
		height: 46px;
		margin-right: 20px;
	}

	.youshi_img_main {
		display: inline-table;
		width: 55px;
		height: 46px;
		overflow: hidden;
	}

	.youshi_active .youshi_img {
		width: 55px;
		height: 46px;
		position: relative;
		transition: all 0.5s linear;
		transform: translateX(-100%);
		filter: drop-shadow(55px 0 #ffffff);
		-webkit-filter: drop-shadow(55px 0 #ffffff);
	}

	.top_youshi_text {
		position: absolute;
		left: 150px;
		right: 0;
		top: 300px;
		z-index: 8;
	}

	.top_youshi_titlenav {
		font-size: 56px;
		color: #ffffff;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}

	.top_youshi_content {
		color: #ffffff;
		font-size: 16px;
		line-height: 35px;
		margin-bottom: 50px;
		font-weight: lighter;
	}

	.top_youshi_more {
		padding: 10px 30px;
		border-radius: 5px;
		background: #ff7e00;
		color: #ffffff;
		font-size: 20px;
	}
}

.youshi .swiper-slide {
	position: relative;
}

.youshi>.swiper-wrapper>.swiper-slide>a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.top_youshi_more:hover {
	color: #ffffff;
}

/* é£Žé›¨åŒèˆŸä¸€è·¯åŒè¡Œ */
@media (min-width:300px) {
	.customer_main {
		height: 450px;
		background: url(../images/tongxing.jpg);
	}

	.customer_title {
		margin-top: 35px;
	}

	.customer_list_main {
		margin-top: 35px;
		margin-left: 15px;
	}

	.customer_list {
		background: #ffffff;
		text-align: center;
		line-height: 650px;
		float: left;
		width: 45%;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
		height: 65px;
		margin-right: 15px;
		margin-bottom: 15px;
		cursor: pointer;
	}

	.customer_list:nth-child(3n+3) {
		margin-right: 15px;
	}

	.customer_center {
		position: relative;
		margin-top: -40px;
		text-align: center;
		z-index: 8;
		overflow: inherit;
		background: transparent;
	}

	.customer_list>img {
		width: 100%;
		height: 100%;
	}
}

@media (min-width:768px) {
	.customer_main {
		height: 480px;
		background: url(../images/tongxing.jpg);
	}

	.customer_title {
		margin-top: 35px;
	}

	.customer_list_main {
		margin-top: 35px;
	}

	.customer_list {
		background: #ffffff;
		text-align: center;
		line-height: 100px;
		float: left;
		width: 32.6%;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
		height: 100px;
		margin-right: 15px;
		margin-bottom: 15px;
		cursor: pointer;
	}

	.customer_list:nth-child(3n+3) {
		margin-right: 0px;
	}

	.customer_center {
		position: relative;
		margin-top: -25px;
		text-align: center;
		z-index: 8;
		overflow: inherit;
		background: transparent;
	}

	.customer_center>img {
		width: 200px;
		height: 145px;
	}
}

@media (min-width:1200px) {
	.customer_main {
		height: 720px;
		background: url(../images/tongxing.jpg) no-repeat;
		background-size: 150%;
	}

	.customer_title {
		margin-top: 35px;
	}

	.customer_list_main {
		margin-top: 35px;
	}

	.customer_list {
		background: #ffffff;
		text-align: center;
		line-height: 150px;
		float: left;
		width: 32.6%;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
		height: 150px;
		margin-right: 15px;
		margin-bottom: 15px;
		cursor: pointer;
	}

	.customer_list:nth-child(3n+3) {
		margin-right: 0px;
	}

	.customer_center {
		position: relative;
		margin-top: -105px;
		text-align: center;
		z-index: 8;
		overflow: inherit;
		background: transparent;
	}

	.customer_center>img {
		width: 360px;
		height: 261px;
	}

	.customer_list>img {
		margin-top: 45px;
		width: auto;
		height: auto;
	}

}

.customer_list_img {
	transition: all 0.3s linear;
}

.customer_list:hover .customer_list_img {
	left: -120px;
	position: relative;
	transform: translateX(-100%);
	filter: drop-shadow(360px 0 #6773a3);
}

.customer_center:hover .customer_list_img {
	left: 0px;
	position: relative;
	transform: translateX(0);
	filter: drop-shadow(0px 0 #6773a3);
}

/* è®©æ‚¨é€‰æ‹©æˆ'ä»¬çš"é"ç† */
@media (min-width:300px) {
	.select_main {
		padding-top: 25px;
		height: auto;
		padding-bottom: 25px;
		background: url(../images/ditu.png) center 520px no-repeat;
	}

	.select_lie {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 45px;
		margin-bottom: 45px;
	}

	.project_lie {
		margin-right: 0px;
		position: relative;
		margin-bottom: 25px;
	}

	.project_lie>img {
		width: 100%;
	}

	.select_title {
		font-size: 18px;
		font-weight: 700;
	}

	.select_list {
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #d3d2d2;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.select_list:nth-child(odd) {
		border-right: none;
	}

	.select_list:nth-child(even) {
		text-align: left;
	}

	.select_list:nth-child(5) {
		border-bottom: 1px solid #d3d2d2;
	}

	.select_list:last-child {
		border-bottom: none;
	}

	.select_cricle {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 18px;
		background: #c70c1f;
		border-radius: 50%;
	}
}

@media (min-width:768px) {
	.select_main {
		padding-top: 25px;
		height: 750px;
		background: url(../images/ditu.png) center 380px no-repeat;
	}

	.select_lie {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 45px;
		margin-bottom: 85px;
	}

	.project_lie {
		margin-right: 0px;
		position: relative;
		margin-bottom: 0;
	}

	.project_lie>img {
		width: 100%;
	}

	.select_title {
		font-size: 23px;
		font-weight: 700;
	}

	.select_list {
		height: 80px;
		line-height: 80px;
		border-bottom: 1px solid #d3d2d2;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.select_list:nth-child(odd) {
		border-right: 1px solid #d3d2d2;
	}

	.select_list:nth-child(even) {
		padding-left: 30px;
		text-align: left;
	}

	.select_list:nth-child(5) {
		border-bottom: none;
	}

	.select_list:last-child {
		border-bottom: none;
	}

	.select_cricle {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 10px;
		background: #c70c1f;
		border-radius: 50%;
	}
}

@media (min-width:970px) {
	.select_main {
		padding-top: 25px;
		height: 800px;
		background: url(../images/ditu.png) center 380px no-repeat;
	}

	.select_lie {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 45px;
		margin-bottom: 85px;
	}

	.project_lie {
		margin-right: 0px;
		position: relative;
		margin-bottom: 0;
	}

	.project_lie>img {
		width: 100%;
	}

	.select_title {
		font-size: 24px;
		font-weight: 700;
	}

	.select_list {
		height: 80px;
		line-height: 80px;
		border-bottom: 1px solid #d3d2d2;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.select_list:nth-child(odd) {
		border-right: 1px solid #d3d2d2;
	}

	.select_list:nth-child(even) {
		text-align: left;
		padding-left: 30px;
	}

	.select_list:nth-child(5) {
		border-bottom: none;
	}

	.select_list:last-child {
		border-bottom: none;
	}

	.select_cricle {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 18px;
		background: #c70c1f;
		border-radius: 50%;
	}
}

@media (min-width:1200px) {
	.select_main {
		padding-top: 25px;
		height: 869px;
		background: url(../images/ditu.png) center 460px no-repeat;
	}

	.select_lie {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 45px;
		margin-bottom: 85px;
	}

	.project_lie {
		margin-right: 58px;
		position: relative;
		margin-bottom: 0;
	}

	.project_lie>img {
		width: auto;
		height: auto;
	}

	.select_title {
		font-size: 24px;
		font-weight: 700;
	}

	.select_list {
		height: 80px;
		line-height: 80px;
		border-bottom: 1px solid #d3d2d2;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.select_list:nth-child(odd) {
		border-right: 1px solid #d3d2d2;
	}

	.select_list:nth-child(even) {
		text-align: left;
		padding-left: 120px;
	}

	.select_list:nth-child(5) {
		border-bottom: none;
	}

	.select_list:last-child {
		border-bottom: none;
	}

	.select_cricle {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 18px;
		background: #c70c1f;
		border-radius: 50%;
	}
}

.select_num_text {
	position: absolute;
	color: #ffffff;
	bottom: 20px;
	left: 15px;
	right: 8px;
	text-align: center;
	font-size: 14px;
}

.project_lie:nth-child(5) {
	margin-right: 0px;
}

.select_text {
	color: #333333;
	font-size: 14px;
	font-weight: lighter;
	margin-top: 20px;
	margin-bottom: 35px;
}

/* å¯'æ¥æš'å¾€ä¸€èµ·è§è¯ */
@media (min-width:300px) {
	.picture_main {
		position: relative;
		height: auto;
		background: url(../images/picture.png);
		padding-bottom: 50px;
		overflow: hidden;
	}

	.picture_main_bot {
		margin-left: 20px;
	}

	.picture_title {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 5;
	}

	.picture_line {
		height: 180px;
		width: 1px;
		background: #ffe9d3;
		margin-left: 50px;
		margin-bottom: 20px;
	}

	.line2 {
		height: 285px;
	}

	.picture_tu {
		width: 100px;
		height: 100px;
		overflow: hidden;
		border: 1px solid #ffe9d3;
		transform: rotate(45deg);
	}

	.picture_tu>img {
		transform: rotate(-45deg);
		margin-left: -18px;
		margin-top: -18px;
		width: 135px;
		height: 136px;
	}
}

@media (min-width:768px) {
	.picture_main {
		position: relative;
		height: 625px;
		background: url(../images/picture.png);
		padding-bottom: 0px;
		overflow: hidden;
	}

	.picture_main_bot {
		margin-left: auto;
	}

	.picture_title {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 5;
	}

	.picture_line {
		height: 180px;
		width: 1px;
		background: #ffe9d3;
		margin-left: 66px;
		margin-bottom: 25px;
	}

	.line2 {
		height: 285px;
	}

	.picture_tu {
		width: 135px;
		height: 135px;
		overflow: hidden;
		border: 1px solid #ffe9d3;
		transform: rotate(45deg);
	}

	.picture_tu>img {
		transform: rotate(-45deg);
		margin-left: -18px;
		margin-top: -18px;
		width: 170px;
		height: 171px;
	}
}

@media (min-width:1200px) {
	.picture_main {
		position: relative;
		height: 625px;
		background: url(../images/picture.png);
		padding-bottom: 0px;
		overflow: hidden;
	}

	.picture_main_bot {
		margin-left: auto;
	}

	.picture_title {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 5;
	}

	.picture_line {
		height: 180px;
		width: 1px;
		background: #ffe9d3;
		margin-left: 117px;
		margin-bottom: 49px;
	}

	.line2 {
		height: 285px;
	}

	.picture_tu {
		width: 235px;
		height: 235px;
		overflow: hidden;
		border: 1px solid #ffe9d3;
		transform: rotate(45deg);
		transition: all 0.5s linear;
		cursor: pointer;
	}

	.picture_tu>img {
		transform: rotate(-45deg);
		margin-left: -36px;
		margin-top: -37px;
		width: 307px;
		height: 308px;
	}
}

.picture_tu:hover {
	transform: scale(1.1) rotate(45deg);
}

/* åŠ¨æ€æ ‡é¢˜ */

.dongtai_title_name {
	margin: 0 20px;
	cursor: pointer;
	text-align: center;
	color: #8e8e8e;
	font-size: 14px;
	padding-bottom: 5px;
}

.dongtai_title_name:hover {
	color: #8e8e8e;
}

.dongtai_active {
	position: relative;
	border-bottom: 1px solid #c70c1f;
}

.dongtai_active::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #c70c1f;
	left: 50%;
	margin-left: -4px;
	bottom: -8px;
}

/* åŠ¨æ€å·¦ä¾§ */

.dongtai_img {
	height: 130px;
	overflow: hidden;
}

.dongtai_top {
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.dongtai_date_l {
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	background: #a80011;
}

.dongtai_date_l>span {
	text-align: center;
	height: 42px;
	line-height: 42px;
	display: block;
}

.date_l_top {
	background: #c70c1f;
	font-size: 22px;
}

.dongtai_title_l {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #d3001e;
	font-size: 18px;
}

.dongtai_qian_l {
	margin-top: 15px;
	color: #8e8e8e;
	font-size: 14px;
}

.dongtai_qian_l>a {
	margin-left: 15px;
	color: #8e8e8e;
}

.dongtai_content_l {
	height: 95px;
	overflow: hidden;
	padding: 0 15px;
	color: #8e8e8e;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
}

/* å³ä¾§åŠ¨æ€ */
@media (min-width:300px) {
	.dongtai_left {
		padding: 0;
		background: #ffffff;
		margin-bottom: 20px;
	}

	.news_main {
		background: url(../images/newsbg.png);
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.dongtai_title {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.dongtai {
		height: 800px;
		margin-bottom: 30px;
	}

	.dongtai_list {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width:768px) {
	.dongtai_left {
		padding: 0;
		background: #ffffff;
		margin-bottom: 20px;
	}

	.news_main {
		background: url(../images/newsbg.png);
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.dongtai_title {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.dongtai {
		height: 800px;
		margin-bottom: 30px;
	}

	.dongtai_list {
		padding-left: 0px;
		padding-right: 10px;
	}

	.dongtai_list:nth-child(2n+2) {
		padding-right: 0px;
	}
}

@media (min-width:1200px) {
	.dongtai_left {
		padding: 0;
		background: #ffffff;
		margin-bottom: 0;
	}

	.news_main {
		background: url(../images/newsbg.png) no-repeat;
		padding-top: 75px;
		padding-bottom: 90px;
	}

	.dongtai_title {
		text-align: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.dongtai {
		height: 400px;
		margin-bottom: 50px;
	}

	.dongtai_list {
		padding-left: 10px;
		padding-right: 0px;
	}
}

.dongtai_list_r {
	width: 100%;

	padding: 15px 25px 15px 20px;
	display: inline-block;
	background: #ffffff;
	margin-bottom: 24px;
}

.dongtai_list_r:nth-child(2n+2) {
	margin-left: 15px;
}

.dongtai_list_r:hover .dongtai_date_r {
	background: #c70c1f;
}

.dongtai_date_r {
	width: 84%;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	background: #969393;
	margin: 0 auto;
}

.dongtai_date_r>span {
	text-align: center;
	line-height: 36px;
	display: block;
}

.date_r_top {
	font-size: 22px;
}

.dongtai_title_r {
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	margin-bottom: 5px;
}

.dongtai_content_r {
	color: #8e8e8e;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 44px;
}

/* å¸¸è§é—®é¢˜å·¦ä¾§ */
@media (min-width:300px) {
	.problem_left_nav {
		width: 100%;
		float: left;
		border-left: 2px solid #111110;
		text-align: center;
		background: #0000003f;
		padding: 0;
		padding-bottom: 0;
	}

	.problem_right {
		width: 100%;
	}

	.problem_nav {
		cursor: pointer;
		height: 40px;
		line-height: 40px;
		color: #ffffff;
		font-size: 14px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 10px;
		margin-bottom: 0px;
	}

	.problem_top_right {
		border-bottom: 1px solid #a2a2a2;
		margin: 30px 15px 40px;
		height: 45px;
		line-height: 40px;
		color: #ffffff;
		font-size: 24px;
		position: relative;
	}

	.problem_list {
		margin: 25px 15px 0;
		border-bottom: 1px solid #a2a2a2;
		padding-bottom: 0px;
	}

	.problem_main {
		margin-top: 30px;
	}

	.problem {
		background: rgba(65, 66, 65, 0.527);
		height: 550px;
	}
}

@media (min-width:768px) {
	.problem_left_nav {
		width: 100%;
		float: left;
		border-left: 2px solid #111110;
		text-align: center;
		background: #0000003f;
		padding: 0;
		padding-bottom: 0;
	}

	.problem_right {
		width: 100%;
	}

	.problem_nav {
		cursor: pointer;
		height: 40px;
		line-height: 40px;
		color: #ffffff;
		font-size: 14px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 20px;
		margin-bottom: 0px;
	}

	.problem_top_right {
		border-bottom: 1px solid #a2a2a2;
		margin: 30px 15px 40px;
		height: 45px;
		line-height: 40px;
		color: #ffffff;
		font-size: 24px;
		position: relative;
	}

	.problem_list {
		margin: 25px 15px 0;
		border-bottom: 1px solid #a2a2a2;
		padding-bottom: 0px;
	}

	.problem_main {
		margin-top: 30px;
	}

	.problem {
		background: rgba(65, 66, 65, 0.527);
		height: 550px;
	}
}

@media (min-width:1200px) {
	.problem_left_nav {
		width: 28.6%;
		float: left;
		border-left: 2px solid #111110;
		text-align: center;
		background: #0000003f;
		padding: 0;
		padding-bottom: 65px;
	}

	.problem_right {
		width: 71.4%;
	}

	.problem_nav {
		cursor: pointer;
		height: 70px;
		line-height: 70px;
		color: #ffffff;
		font-size: 24px;
		padding-left: 15px;
		margin-left: 0px;
		padding-right: 15px;
		margin-bottom: 10px;
	}

	.problem_top_right {
		border-bottom: 1px solid #a2a2a2;
		margin: 30px 130px 70px;
		height: 45px;
		line-height: 40px;
		color: #ffffff;
		font-size: 24px;
		position: relative;
	}

	.problem_list {
		margin: 25px 130px 0;
		border-bottom: 1px solid #a2a2a2;
		padding-bottom: 20px;
	}

	.problem_main {
		margin-top: 70px;
	}

	.problem {
		background: rgba(65, 66, 65, 0.527);
		height: 690px;
	}
}


.problem_title {
	color: #ffffff;
	font-size: 36px;
	height: 75px;
	line-height: 75px;
	margin-top: 80px;
	margin-bottom: 70px;
}

.problem_active {
	transition: all 2.5s linear;
	background: #c70c1f;
}

/* å¸¸è§é—®é¢˜å³ä¾§ */
.problem_top_right::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 0;
	border: 3px solid #c70c1f;
	bottom: -3px;
}

.problem_list:last-child {
	border-bottom: none;
}

.problem_wen {
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	margin-right: 15px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #a2a2a2;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
}

.problem_wen_title {
	font-size: 14px;
	color: #ffffff;
	height: 33px;
	display: inline-block;
	line-height: 32px;
}

.problem_da {
	display: block;
	float: left;
	width: 33px;
	margin-right: 15px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background: #c70c1f;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
}

.problem_da_title {
	display: block;
	height: 72px;
	overflow: hidden;
	font-size: 14px;
	line-height: 32px;
	color: #a2a2a2;
}


/* å‹æƒ…é"¾æŽ¥å¼€å§‹*/
.link_main {
	background: #3a3a3a;
	font-size: 14px;
	color: #ffffff;
	padding: 25px 0 15px;
	font-weight: lighter;
}

.link_list a {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 7px;
}

@media (min-width:300px) {
	.link_list {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
	}

	.link_title {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width:1200px) {
	.link_list {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}

	.link_title {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* å‹æƒ…é"¾æŽ¥ç»"æŸ */
/* åº•éƒ¨å¼€å§‹ */
@media (min-width:300px) {
	.footer_main {
		background: #3a3a3a;
		border-top: 1px solid #bfbbbb;
		padding: 55px 0 50px;
		text-align: center;
	}

	.footer_list {
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		text-align: center;
		margin-bottom: 25px;
	}

	.footer_list>li {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.footer_left {
		text-align: left;
		border-bottom: 1px solid #bfbbbb;
		padding: 0px 15px 25px;
		margin-bottom: 25px;
	}

	.footer_right {
		text-align: left;
		padding: 0px 15px 10px;
	}

	.footer_title {
		color: #ffffff;
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (min-width:768px) {
	.footer_main {
		background: #3a3a3a;
		border-top: 1px solid #bfbbbb;
		padding: 55px 0 100px;
		text-align: center;
	}

	.footer_list {
		padding-left: 0px;
		padding-right: 0px;
		display: inline-block;
		text-align: center;
		margin-bottom: 25px;
	}

	.footer_list>li {
		float: left;
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.footer_left {
		text-align: right;
		border-right: 1px solid #bfbbbb;
		border-bottom: none;
		padding: 0px 15px 10px;
		margin-bottom: 0;
	}

	.footer_right {
		text-align: left;
		padding: 0px 15px 10px;
	}

	.footer_title {
		color: #ffffff;
		font-size: 14px;
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.footer_main {
		background: #3a3a3a;
		border-top: 1px solid #bfbbbb;
		padding: 55px 0 100px;
		text-align: center;
	}

	.footer_list {
		padding-left: 0px;
		padding-right: 0px;
		display: inline-block;
		text-align: center;
		margin-bottom: 25px;
	}

	.footer_list>li {
		float: left;
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.footer_left {
		text-align: right;
		border-right: 1px solid #bfbbbb;
		border-bottom: none;
		padding: 0px 15px 10px;
		margin-bottom: 0;
	}


	.footer_right {
		text-align: left;
		padding: 0px 15px 10px;
	}

	.footer_title {
		color: #ffffff;
		font-size: 14px;
		margin-bottom: 50px;
	}
}

.footer_list>li>a {
	font-size: 14px;
	color: #ffffff;
}

.footer_add {
	color: #ffffff;
	font-size: 14px;
}

.footer_right>a {
	color: #ffffff;
	font-size: 14px;
	margin-right: 10px;
}

/* åº•éƒ¨ç»"æŸ */
/* åœ¨çº¿ç•™è¨€å¼€å§‹*/
@media (min-width:300px) {
	.message_main {
		background: url(../images/message.jpg);
		height: 612px;
		padding-top: 30px;
	}

	.message_bot {
		margin-top: 50px;
	}

	.mes_list {
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 20px;
	}

	.mes_list:nth-child(3) {
		padding-right: 0px;
	}

	.message_title_right {
		margin-top: 0px;
		color: #ffffff;
		font-size: 30px;
		font-weight: bold;
	}
}

@media (min-width:992px) {
	.message_main {
		background: url(../images/message.jpg);
		height: 612px;
		padding-top: 70px;
	}

	.message_bot {
		margin-top: 80px;
	}

	.mes_list {
		padding-left: 0px;
		padding-right: 15px;
		margin-bottom: 20px;
	}

	.mes_list:nth-child(3) {
		padding-right: 0px;
	}

	.message_title_right {
		margin-top: 0px;
		color: #ffffff;
		font-size: 30px;
		font-weight: bold;
	}
}

@media (min-width:1200px) {
	.message_main {
		background: url(../images/message.jpg);
		height: 612px;
		padding-top: 70px;
	}

	.message_bot {
		margin-top: 80px;
	}

	.mes_list {
		padding-left: 0px;
		padding-right: 15px;
		margin-bottom: 20px;
	}

	.mes_list:nth-child(3) {
		padding-right: 0px;
	}

	.message_title_right {
		margin-top: 10px;
		color: #ffffff;
		font-size: 30px;
		font-weight: bold;
	}
}

.message_title {
	color: #ffffff;
}


.message_input {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	font-size: 14px;
	height: 35px;
}

.message_textar {
	border: none;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 20px;
}

.message_code {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	height: 35px;
	font-size: 14px;
	position: relative;
}

.code_img {
	height: 30px;
	top: 2.5px;
	position: absolute;
	right: 20px;
}

.message_submit {
	background: #ff7e00;
	border: none;
	height: 35px;
	font-size: 16px;
	width: 100%;
	margin-top: 30px;
	border-radius: 5px;
	color: #ffffff;
}

.message_add {
	font-size: 20px;
	color: #ffffff;
	margin-top: 20px;
}

.message_tel {
	color: #ffffff;
	font-size: 30px;
	margin-top: 40px;
}

/* åœ¨çº¿ç•™è¨€ç»"æŸ */
/* å†…é¡µbannerå›¾ */
.nyban_main {
	overflow: hidden;
}

@media (min-width:300px) {
	.nyban {
		width: 100%;
		height: 300px;
	}
}

@media (min-width:1200px) {
	.nyban {
		width: 100%;
		height: 100%;
	}
}

/* é¢åŒ…å±'å¯¼èˆªå¼€å§‹*/
.navigation_crumb {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	color: #ffffff;
	font-size: 16px;
}

.navigation>img {
	margin-right: 10px;
}

.breadcrumb {
	padding: 0;
	display: inline-block;
	background-color: transparent;
}

.breadcrumb>li>a {
	color: #ffffff;
}

.breadcrumb>.active {
	font-weight: bold;
	color: #ffffff;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: ">";
}

/* é¢åŒ…å±'å¯¼èˆªç»"æŸ */
/* åˆ†é¡µå¼€å§‹ */
.page_ye {
	text-align: center;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination>li>a,
.pagination>li>span {
	background: #504f4f;
	color: #ffffff;
	font-size: 14px;
	border: none;
	margin: 5px;
	padding: 4px 17px;
	float: none;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background: #c70c1f;
	color: #ffffff;
}

.pagination li strong {
	background: #c70c1f;
	color: #ffffff;
	font-size: 14px;
	border: none;
	margin: 5px;
	padding: 4px 17px;
}

/* åˆ†é¡µç»"æŸ */
/* æ–°é—»åˆ—è¡¨é¡µå¼€å§‹ */
.new_list_main {
	margin: 40px auto;
}

/* å·¦ä¾§ */
@media (min-width:300px) {
	.new_list_top {
		padding-left: 15px;
		padding-right: 15px;
	}

	.new_list_r_left {
		float: initial;
		width: 100%;
	}

	.new_list_bot {
		padding-right: 15px;
	}

	.new_list_r_right {
		width: 255px;
		height: 190px;
		overflow: hidden;
		float: initial;
		margin-top: 30px;
	}
}

@media (min-width:768px) {
	.new_list_top {
		padding-left: 15px;
		padding-right: 15px;
	}

	.new_list_r_left {
		float: left;
		width: 60%;
	}

	.new_list_bot {
		padding-right: 15px;
	}

	.new_list_r_right {
		width: 255px;
		height: 190px;
		overflow: hidden;
		float: right;
		margin-top: 0px;
	}
}

@media (min-width:1200px) {
	.new_list_top {
		padding-left: 0;
		padding-right: 0;
	}

	.new_list_r_left {
		float: left;
		width: 70%;
	}

	.new_list_bot {
		padding-right: 0;
	}

	.new_list_r_right {
		margin-top: 0px;
		width: 255px;
		height: 190px;
		overflow: hidden;
		float: right;
		transition: all 0.6s linear;
	}
}

.new_list_left {
	border: 1px solid #e6e9eb;
	border-bottom: none;
	text-align: center;
}

.new_list_title_l {
	font-size: 18px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	background: #ff7e00;
	margin-bottom: 0px;
}

.new_list_left>li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e6e9eb;
}

.new_list_left>li>a {
	font-size: 16px;
}

/* å³ä¾§ */
.new_list_r {
	display: inline-block;
	width: 100%;
	padding: 35px 20px;
	margin-bottom: 20px;
	border: 1px solid #e6e9eb;
	transition: all 0.6s linear;
	cursor: pointer;
}

.new_list_r:hover {
	border: 1px solid #ff7e00;
	box-shadow: #f3f3f3 0px 10px 12px;
}

.new_list_r:hover .new_list_r_right {
	transform: scale(1.05);
}

.new_title_r {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #ff7e00;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_title_r:hover {
	color: #ff7e00;
}

.new_content_r {
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 15px;
	color: #8e8e8e;
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
	margin-bottom: 30px;
}

.new_more {
	color: #ffffff;
	background: #ff7e00;
	padding: 6px 12px;
	border-radius: 2px;
}

.new_more:hover {
	color: #ffffff;
}

.new_date_r {
	font-size: 14px;
	color: #8e8e8e;
	margin-left: 15px;
}

/* æ–°é—»åˆ—è¡¨é¡µç»"æŸ */
/* æ–°é—»è¯¦æƒ…é¡µå¼€å§‹*/
@media (min-width:300px) {
	.newinfo_two {
		margin: 10px 0px;
		height: 50px;
		line-height: 50px;
		color: #a5a5a5;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #a5a5a5;
	}
}

@media (min-width:1200px) {
	.newinfo_two {
		margin: 10px 70px;
		height: 50px;
		line-height: 50px;
		color: #a5a5a5;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #a5a5a5;
	}
}

.newinfo_title {
	font-size: 26px;
	text-align: center;
}

.newinfo_date {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #a5a5a5;
}

.newinfo_content {
	width: 90%;
	margin: 0px auto;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newinfo_content  img{
	height:auto;
}
.newinfo_jin {
	font-size: 14px;
	margin-top: 20px;
}

/* æ–°é—»è¯¦æƒ…é¡µç»"æŸ */


/* è"ç³»æˆ'ä»¬å¼€å§‹ */
@media (min-width:300px) {
	.contact_left {
		padding: 20px 15px;
		height: 575px;
		background: #ffffff;
	}

	.contact_en {
		font-size: 50px;
		font-weight: bold;
		margin-bottom: 0px;
	}

	.contact_pro {
		font-size: 30px;
		margin-top: -10px;
	}

	.contact_title {
		font-size: 20px;
		position: relative;
		padding-bottom: 20px;
	}

	.contact_title::before {
		content: '';
		width: 100px;
		height: 5px;
		background: #ff7e00;
		position: absolute;
		bottom: -10px;
	}

	.contact_main {
		background: #f0f0f0;
		padding: 95px 0 60px;
	}

	.contact_right {
		height: 734px;
		padding: 20px 15px;
		background: #ffffff;
	}

	.contact_lianxi {
		font-size: 20px;
		margin-top: 50px;
	}

	.contact_lianxi>li {
		height: 40px;
		line-height: 40px;
	}

	.contact_img {
		position: relative;
		margin-top: 50px;
		border-top: 2px solid #a5a5a5;
	}

	.contact_img>img {
		cursor: pointer;
		margin: 20px 20px;
	}

	.con_wechat,
	.qq_con,
	.weibo_con {
		display: none;
		position: absolute;
		width: 150px;
		height: 150px;
		z-index: 9;
		overflow: hidden;
		top: 80px;
		left: 5px;
	}

	.qq_con {
		left: 60px;
	}

	.weibo_con {
		left: 140px;
	}

	.wechat_display {
		display: block;
	}

	.contact_title_r {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	.contact_list {
		margin-bottom: 20px;
	}

	.contact_title_form {
		font-size: 14px;
		display: inline-block;
		width: 35%;
		font-weight: normal;
		letter-spacing: 1px;
	}

	.contact_input {
		width: 60%;
		padding-left: 15px;
		padding-right: 15px;
		height: 35px;
		background: #f3f3f3;
		font-size: 14px;
		border: 1px solid #dddddd;
	}

	.contact_code {
		position: relative;
	}

	.contact_code_img {
		height: 30px;
		top: 2.5px;
		position: absolute;
		right: 20px;
	}

	.contact_textarea {
		background: #f3f3f3;
		font-size: 14px;
		border: 1px solid #dddddd;
		padding: 15px;
		width: 60%;
	}

	.contact_submit {
		font-size: 20px;
		padding: 8px 60px;
		background: #ff7e00;
		color: #ffffff;
		border: none;
		margin-top: 10px;
		position: absolute;
		bottom: 10px;
		left: 200px;
	}

	.contact_ditu {
		height: 300px;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 30px;
	}
}

@media (min-width:768px) {
	.contact_code_img {
		height: 30px;
		top: 2.5px;
		position: absolute;
		right: 50px;
	}
}

@media (min-width:992) {
	.contact_code_img {
		height: 30px;
		top: 2.5px;
		position: absolute;
		right: 50px;
	}
}

@media (min-width:1200px) {
	.contact_left {
		padding: 20px 45px;
		height: 734px;
		background: #ffffff url(../images/contact.png) no-repeat right;
	}

	.contact_en {
		font-size: 60px;
		font-weight: bold;
		margin-bottom: 0px;
	}

	.contact_pro {
		font-size: 40px;
		margin-top: -10px;
	}

	.contact_title {
		font-size: 24px;
		position: relative;
		padding-bottom: 30px;
	}

	.contact_title::before {
		content: '';
		width: 120px;
		height: 5px;
		background: #ff7e00;
		position: absolute;
		bottom: -10px;
	}

	.contact_main {
		background: #f0f0f0;
		padding: 95px 0 60px;
	}

	.contact_right {
		height: 734px;
		padding: 20px 45px;
		background: #ffffff;
	}

	.contact_lianxi {
		font-size: 20px;
		margin-top: 100px;
	}

	.contact_lianxi>li {
		height: 40px;
		line-height: 40px;
	}

	.contact_img {
		position: relative;
		margin-top: 100px;
		border-top: 2px solid #a5a5a5;
	}

	.contact_img>img {
		cursor: pointer;
		margin: 20px 20px;
	}

	.con_wechat,
	.qq_con,
	.weibo_con {
		display: none;
		position: absolute;
		width: 150px;
		height: 150px;
		z-index: 9;
		overflow: hidden;
		top: 80px;
		left: -25px;
	}

	.qq_con {
		left: 60px;
	}

	.weibo_con {
		left: 140px;
	}

	.wechat_display {
		display: block;
	}

	.contact_title_r {
		font-size: 30px;
		text-align: center;
		margin-bottom: 20px;
	}

	.contact_list {
		margin-bottom: 20px;
	}

	.contact_title_form {
		font-size: 16px;
		display: inline-block;
		width: 25%;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.contact_input {
		width: 70%;
		padding-left: 15px;
		padding-right: 15px;
		height: 35px;
		background: #f3f3f3;
		font-size: 16px;
		border: 1px solid #dddddd;
	}

	.contact_code {
		position: relative;
	}

	.contact_code_img {
		height: 30px;
		top: 2.5px;
		position: absolute;
		right: 35px;
	}

	.contact_textarea {

		background: #f3f3f3;
		font-size: 16px;
		border: 1px solid #dddddd;
		padding: 15px;
		width: 70%;
	}

	.contact_submit {
		font-size: 24px;
		padding: 8px 60px;
		background: #ff7e00;
		color: #ffffff;
		border: none;
		margin-top: 10px;
	}

	.contact_ditu {
		margin-top: 30px;
		height: 947px;
		padding-left: 0px;
		padding-right: 0px;
		overflow: hidden;
	}

}

/* è"ç³»æˆ'ä»¬ç»"æŸ */

/* å°ç¨‹åºå¼€å§‹ */
/* è®©æ‚¨é€‰æ‹©æˆ'ä»¬çš"é"ç† */
@media (min-width:300px) {
	.select_title_top {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.select_title_top {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.wechat_select_main {
	margin-bottom: 30px;
}

.wechat_select {
	border-radius: 5px;
	width: 100%;
	background: #f5f5f5;
	padding: 35px 15px;
	display: inline-block;
	cursor: pointer;
}

.wechat_select:hover .wechat_img {
	transform: rotate(360deg);
}

.wechat_img_main {
	text-align: center;
	line-height: 100px;
	width: 30%;
	height: 100px;
	float: left;
}

.wechat_img {
	width: 100px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 0.5s linear;
}

.wechat_text {
	width: 70%;
	float: right;
}

.wechat_title {
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wechat_title_bold {
	font-weight: bold;
}

.wechat_content {
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	color: #787878;
	font-size: 16px;
}

/* ä¸ºä»€ä¹ˆåšå°ç¨‹åº */
.why_main {
	background: url(../images/wechat/why.png) no-repeat center;
	height: 522px;
	cursor: pointer;
}

.why_left {
	transition: all 0.5s linear;
}

.why_main:hover .why_left {
	transform: scale(1.1);
}

.why_title {
	letter-spacing: 7px;
	margin-top: 185px;
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
}

.why_img {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.why_right {
	overflow: hidden;
	height: 450px;
	padding-top: 70px;
	padding-left: 60px;
}

.why_right>p {
	letter-spacing: 2px;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}

/* å°ç¨‹åºåˆ†ç±» */
@media (min-width:300px) {
	.wechat_lei_left {
		background: #ffffff;
		padding: 0;
		height: 555px;
		box-shadow: #d4d3d3 17px 0px 20px;
	}

	.wechat_lei_right {
		background: #eeeeee;
		padding: 0;
		height: 555px;
	}

	.wechat_left {
		padding-top: 100px;
		padding-bottom: 130px;
		transition: all 0.5s linear;
		cursor: pointer;
	}

	.wechat_right {
		display: inline-block;
		padding-bottom: 45px;
		margin-top: 50px;
		padding-left: 0px;
	}

	.wechat_gong_list {
		text-align: center;
		margin-top: 50px;
		padding-left: 0px;
		cursor: pointer;
	}

	.wechat_gong {
		padding-left: 15px;
		color: #ff7e00;
		font-size: 36px;
		letter-spacing: 3px;
	}

	.wechat_lei_content {
		font-size: 16px;
		color: #787878;
		line-height: 30px;
		letter-spacing: 3px;
		margin: 65px 0 65px;
	}

	.wechat_gong_right {
		padding-left: 15px;
	}

	.wechat_text_right {
		text-align: left;
	}
}

@media (min-width:1200px) {
	.wechat_lei_left {
		background: #ffffff;
		padding: 0;
		height: 760px;
		transition: all 0.5s linear;
		cursor: pointer;
		box-shadow: #d4d3d3 17px 0px 20px;
	}

	.wechat_lei_right {
		background: #eeeeee;
		padding: 0;
		height: 760px;
	}

	.wechat_left {
		padding-top: 215px;
		padding-bottom: 215px;
		transition: all 0.5s linear;
		cursor: pointer;
	}

	.wechat_right {
		display: inline-block;
		padding-bottom: 45px;
		margin-top: 109px;
		padding-left: 0px;
	}

	.wechat_gong_list {
		text-align: center;
		margin-top: 90px;
		padding-left: 0px;
		cursor: pointer;
	}

	.wechat_gong {
		padding-left: 50px;
		color: #ff7e00;
		font-size: 36px;
		letter-spacing: 3px;
	}

	.wechat_lei_content {
		font-size: 16px;
		color: #787878;
		line-height: 30px;
		letter-spacing: 3px;
		margin: 65px 0 95px;
	}

	.wechat_gong_right {
		padding-left: 0px;
	}

	.wechat_text_right {
		text-align: right;
	}
}

.wechat_lei {
	position: relative;
}

.wechat_lei_main {
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

.wechat_lei_title {
	color: #ff7e00;
	font-size: 36px;
	letter-spacing: 3px;
}

.wechat_lie_xun {
	width: 180px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background: #ff7e00;
	color: #ffffff;
	font-size: 18px;
}

.wechat_lie_xun:hover {
	color: #ffffff;
}

.wechat_gong_list_img {
	animation: wechatimg 1.5s linear infinite;
}

@keyframes wechatimg {
	0% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.8);
	}
}

.wechat_left:hover {
	transform: scale(1.05);
}

/* å³ä¾§ä¸»è¦åŠŸèƒ½ */
.wechat_gong_title {
	font-size: 18px;
	color: #787878;
	margin-top: 60px;
}

/* è¦†ç›–çš"è¡Œä¸š */
@media (min-width:300px) {
	.wechat_industry {
		background: url(../images/wechat/hangye.png);
		height: 820px;
	}

	.wechat_industry_list {
		padding: 20px 0 20px;
		text-align: center;
		background: #eaeaea;
	}

	.wechat_industry_list:nth-child(2),
	.wechat_industry_list:nth-child(4),
	.wechat_industry_list:nth-child(6),
	.wechat_industry_list:nth-child(7),
	.wechat_industry_list:nth-child(9),
	.wechat_industry_list:nth-child(11) {
		background: #eaeaea;
	}

	.wechat_industry_list:nth-child(even) {
		background: #ffffff;
		;
	}

	.wechat_industry_title {
		margin-top: 20px;
		font-weight: bold;
		font-size: 18px;
	}

	.wechat_industry_title_a {
		display: block;
		margin-top: 20px;
		font-weight: bold;
		font-size: 18px;
		padding-bottom: 10px;
	}
}

@media (min-width:1200px) {
	.wechat_industry {
		background: url(../images/wechat/hangye.png) no-repeat center;
		height: 720px;
	}

	.wechat_industry_list {
		padding: 72px 0 30px;
		text-align: center;
		background: #eaeaea;
	}

	.wechat_industry_list:nth-child(even) {
		background: #eaeaea;
	}

	.wechat_industry_list:nth-child(2),
	.wechat_industry_list:nth-child(4),
	.wechat_industry_list:nth-child(6),
	.wechat_industry_list:nth-child(7),
	.wechat_industry_list:nth-child(9),
	.wechat_industry_list:nth-child(11) {
		background: #ffffff;
		;
	}

	.wechat_industry_title {
		margin-top: 50px;
		font-weight: bold;
		font-size: 18px;
	}

	.wechat_industry_title_a {
		display: block;
		margin-top: 50px;
		font-weight: bold;
		font-size: 18px;
		padding-bottom: 10px;
	}
}

.wechat_industry_list_img {
	animation: loading 1.5s linear infinite;
}

@keyframes loading {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/* è®©æ‚¨é€‰æ‹©æˆ'ä»¬çš"é"ç† */
@media (min-width:300px) {
	.wechat_select_list {
		margin-bottom: 20px;
		cursor: pointer;
		transition: all 0.5s linear;
	}
}

@media (min-width:1200px) {
	.wechat_select_list {
		margin-bottom: 0px;
		cursor: pointer;
		transition: all 0.5s linear;
	}
}

.wechat_select_main_top {
	margin-top: 50px;
}

.wechat_select_all {
	margin-top: 50px;
	margin-bottom: 60px;
}

.wechat_select_top {
	background: #ff7e00;
	color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.wechat_select_num {
	padding-top: 20px;
	padding-left: 10px;
	opacity: 0.5;
	font-size: 30px;
	margin-bottom: -10px;
}

.wechat_select_top>img {
	display: block;
	margin: 0 auto;
}

.wechat_select_title {
	margin-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 3px;
}

.wechat_select_bot {
	padding: 10px 20px 20px;
	margin-top: -10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: #f3f3f3 0px 10px 15px;
}

.wechat_title_bot {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 3px;
}

.wechat_content_bot {
	font-size: 14px;
}

.wechat_select_list:hover {
	transform: scale(1.05);
}

/* å°ç¨‹åºç»"æŸ */

/* ç½'ç»œä¼˜åŒ–å¼€å§‹ */
/* ä¸ºä»€ä¹ˆéœ€è¦ç½'ç«™ä¼˜åŒ– */
.why_seo_main {
	margin-top: 50px;
	margin-bottom: 50px;
}

.why_select_wll {
	font-size: 26px;
	margin-bottom: -10px;
}

.project_black {
	color: #333333;
}

.why_seo_list {
	text-align: center;
	margin-top: 50px;
	cursor: pointer;
}

.why_seo_img_gw {
	transition: all 0.5s linear;
}

.why_seo_list:hover .why_seo_img_gw {
	transform: rotate(360deg);
}

.why_seo_title {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #ff7e00;
	height: 28px;
}

.why_seo_content {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 30px;
	height: 48px;
	overflow: hidden;
}

/* ç½'ç«™ä¼˜åŒ–æœåŠ¡æ­¥éª¤ */
.seo_liucheng {
	background: url(../images/seo/ditu.png) no-repeat top center;
	padding-top: 50px;
	padding-bottom: 30px;
}


@media (min-width:300px) {
	.seo_liucheng_bot {
		margin-top: 50px;
	}

	.seo_liucheng_num {
		position: absolute;
		z-index: 5;
		display: inline-block;
		background: #ff7e00;
		border-radius: 50%;
		color: #ffffff;
		font-size: 30px;
		width: 50px;
		text-align: center;
		line-height: 50px;
		transition: all 0.9s linear;
	}

	.seo_liucheng_list {
		padding-left: 60px;
		position: relative;
		background: #eeeeee;
		border-top-left-radius: 60px;
		border-bottom-left-radius: 60px;
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.seo_liucheng_main {
		margin-bottom: 15px;
		cursor: pointer;
	}
}

@media (min-width:1200px) {
	.seo_liucheng_bot {
		margin-top: 90px;
	}

	.seo_liucheng_num {
		position: absolute;
		z-index: 5;
		display: inline-block;
		background: #ff7e00;
		border-radius: 50%;
		color: #ffffff;
		font-size: 48px;
		width: 73px;
		text-align: center;
		line-height: 73px;
		transition: all 0.9s linear;
	}

	.seo_liucheng_list {
		padding-left: 90px;
		position: relative;
		background: #eeeeee;
		border-top-left-radius: 60px;
		border-bottom-left-radius: 60px;
		font-size: 18px;
		height: 73px;
		line-height: 73px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.seo_liucheng_main {
		margin-bottom: 25px;
		cursor: pointer;
	}
}

.seo_liucheng_main:hover .seo_liucheng_num {
	transform: rotateY(360deg);
}

/* ä¼˜åŒ–æ¡ˆä¾‹ */
@media (min-width:300px) {
	.seo_an {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.seo_an_list {
		margin-top: 30px;
	}

	.seo_an_img>img {
		width: 100%;
		height: 100%;
		transition: all 0.5s linear;
	}

	.seo_an_title {
		font-size: 18px !important;
		position: relative;
		margin-bottom: 20px;
		transition: all 0.5s linear;
	}

	.seo_an_title::before {
		content: "";
		position: absolute;
		width: 50px;
		height: 3px;
		background: #b3b6ba;
		left: 33%;
		bottom: -10px;
		transition: all 0.5s linear;
	}

	.seo_an_list:hover .seo_an_title::before {
		content: "";
		position: absolute;
		width: 70px;
		height: 3px;
		background: #b3b6ba;
		left: 30%;
		bottom: -10px;
	}
}

@media (min-width:768px) {
	.seo_an {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.seo_an_list {
		margin-top: 30px;
	}

	.seo_an_img>img {
		width: 100%;
		height: 100%;
		transition: all 0.5s linear;
	}

	.seo_an_title {
		font-size: 18px !important;
		position: relative;
		margin-bottom: 20px;
		transition: all 0.5s linear;
	}

	.seo_an_title::before {
		content: "";
		position: absolute;
		width: 50px;
		height: 3px;
		background: #b3b6ba;
		left: 43%;
		bottom: -10px;
		transition: all 0.5s linear;
	}

	.seo_an_list:hover .seo_an_title::before {
		content: "";
		position: absolute;
		width: 70px;
		height: 3px;
		background: #b3b6ba;
		left: 40%;
		bottom: -10px;
	}
}

@media (min-width:1200px) {
	.seo_an {
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.seo_an_list {
		margin-top: 50px;
		cursor: pointer;
	}

	.seo_an_img>img {
		width: 100%;
		height: 180px;
		transition: all 0.5s linear;
	}

	.seo_an_title {
		font-size: 20px !important;
		position: relative;
		font-size: 20px;
		margin-bottom: 20px;
		transition: all 0.5s linear;
	}

	.seo_an_title::before {
		content: "";
		position: absolute;
		width: 50px;
		height: 3px;
		background: #b3b6ba;
		left: 43%;
		bottom: -10px;
		transition: all 0.5s linear;
	}

	.seo_an_list:hover .seo_an_title::before {
		content: "";
		position: absolute;
		width: 70px;
		height: 3px;
		background: #b3b6ba;
		left: 40%;
		bottom: -10px;
	}
}


.seo_an_list_img {
	animation: seoimg 2.5s linear infinite;
}

@keyframes seoimg {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.seo_an_list:hover .seo_an_title {
	color: #ff7e00;
}

.seo_an_img {
	overflow: hidden;
	text-align: center;
}

.seo_an_bot {
	background: #ffffff;
	padding: 20px 0;
	box-shadow: #f3f3f3 0px 10px 15px;
}

.seo_an_bot>span {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-align: center;
	/* display: block; */
	font-size: 14px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ä¼˜åŒ–å·¥ä½œæµç¨‹ */
@media (min-width:300px) {
	.seo_job {
		background: url(../images/seo/liucheng.jpg);
		padding-top: 30px;
	}

	.seo_job_list {
		background: #ffffff;
		padding: 5px 15px 30px;
		position: relative;
		margin-bottom: 20px;
	}

	.seo_job_text_bot>span {
		display: block;
		float: left;
		width: 95%;
		margin-right: 5%;
		font-size: 13px;
		line-height: 30px;
	}
}

@media (min-width:768px) {
	.seo_job {
		background: url(../images/seo/liucheng.jpg);
		padding-top: 30px;
	}

	.seo_job_list {
		background: #ffffff;
		padding: 5px 15px 30px;
		position: relative;
		margin-bottom: 20px;
		min-height: 470px;
	}

	.seo_job_text_bot>span {
		display: block;
		float: left;
		width: 95%;
		margin-right: 5%;
		font-size: 13px;
		line-height: 26px;
	}
}

@media (min-width:992px) {
	.seo_job {
		background: url(../images/seo/liucheng.jpg);
		padding-top: 30px;
	}

	.seo_job_list {
		background: #ffffff;
		padding: 5px 30px 30px;
		position: relative;
		margin-bottom: 20px;
		min-height: 470px;
	}

	.seo_job_text_bot>span {
		display: block;
		float: left;
		width: 95%;
		margin-right: 5%;
		font-size: 13px;
		line-height: 30px;
	}
}

@media (min-width:1200px) {
	.seo_job {
		background: url(../images/seo/liucheng.jpg) no-repeat center;
		height: 602px;
		padding-top: 50px;
	}

	.seo_job_list {
		background: #ffffff;
		padding: 10px 33px 50px;
		position: relative;
		margin-bottom: 0px;
		min-height: 369px;
		cursor: pointer;
		transition: all 0.5s linear;
	}

	.seo_job_text_bot>span {
		display: block;
		float: left;
		width: 45%;
		margin-right: 5%;
		font-size: 13px;
		line-height: 24px;
	}
}

.seo_job_main {
	margin-top: 40px;
}

.seo_job_list::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 50px;
	border-left: 5px solid #ff7e00;
	border-top: 5px solid #ff7e00;
	left: -2px;
	top: -2px;
	animation: seoline 5s linear infinite;
}

.seo_job_list::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 50px;
	border-right: 5px solid #ff7e00;
	border-bottom: 5px solid #ff7e00;
	right: -2px;
	bottom: -2px;
	animation: seoline 5s linear infinite;
}

@keyframes seoline {
	0% {
		width: 60px;
		height: 50px;
	}

	25% {
		width: 50%;
		height: 50%;
	}

	50% {
		width: 100%;
		height: 100%;
	}

	75% {
		width: 50%;
		height: 50%;
	}

	100% {
		width: 60px;
		height: 50px;
	}
}

/* .seo_job_list:hover::before{
    border-right:2px solid #ff7e00;
    border-bottom: 2px solid #ff7e00;
    width: 100%;
    height: 100%;
}
.seo_job_list:hover::after{
    border-left:2px solid #ff7e00;
    border-top: 2px solid #ff7e00;
    width: 100%;
    height: 100%;
} */
.seo_job_list:hover {
	box-shadow: #f3f3f3 0px 0px 15px;
}

.seo_job_title {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 24px;

	font-weight: bold;
	text-align: center;
}

.seo_job_cicle {
	display: inline-block;
	background: #ff7e00;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

.seo_job_text {
	margin-top: 20px;
	font-size: 18px;
}

.seo_job_text_bot {
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
}

/* è¥é"€æœåŠ¡ */
@media (min-width:300px) {
	.seo_xiao {
		background: url(../images/seo/you.jpg) no-repeat center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.seo_center {
		margin-top: 50px;
	}

	.seo_bot {
		margin-top: 50px;
	}

	.seo_xiao_list {
		text-align: center;
		margin-right: 12px;
		cursor: pointer;
		padding-left: 5px;
		padding-right: 5px;
	}

	.seo_xiao_title {
		font-size: 16px;
		text-align: center;
		color: #ffffff;
		margin-top: 10px;
	}
}

@media (min-width:768px) {
	.seo_xiao {
		background: url(../images/seo/you.jpg) no-repeat center;
		/* height: 602px; */
		padding-top: 50px;
	}

	.seo_center {
		margin-top: 70px;
	}

	.seo_bot {
		margin-top: 70px;
	}

	.seo_xiao_list {
		text-align: center;
		margin-right: 25px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.seo_xiao_title {
		font-size: 18px;
		text-align: center;
		color: #ffffff;
		margin-top: 10px;
	}
}

@media (min-width:1200px) {
	.seo_xiao {
		background: url(../images/seo/you.jpg) no-repeat center;
		height: 602px;
		padding-top: 50px;
	}

	.seo_center {
		margin-top: 100px;
	}

	.seo_bot {
		margin-top: 100px;
	}

	.seo_xiao_list {
		text-align: center;
		margin-right: 45px;
	}

	.seo_xiao_title {
		font-size: 20px;
		text-align: center;
		color: #ffffff;
		margin-top: 10px;
	}
}

.seo_bot_line {
	background: #ffffff;
	height: 1px;
	margin-top: 25px;
}

.seo_xiao_list {
	animation: seoimg 2.5s linear infinite;

}

.seo_you_bot_title {
	height: 52px;
	overflow: hidden;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	text-align: center;
}

/* ä¼ä¸šå›°å¢ƒ */
@media (min-width:300px) {
	.seo_kun {
		background: none;
		padding: 50px 0 30px;
	}

	.seo_kun_main {
		background: #eeeeee;
		padding: 30px 0;
	}

	.seo_list_main {
		display: inline-block;
		width: 100%;
		position: relative;
	}

	.seo_kun_list {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 50px;
	}

	.seop_kun_title {
		font-size: 17px;
		width: 80%;
		display: block;
		text-align: left;
		height: 50px;
		float: right;
		margin-right: 10px;
		line-height: 45px;
	}

	.seo_kun_title_r {
		float: right;
		text-align: left;
	}

	.seo_kun_num {
		display: inline-block;
		color: #ffffff;
		font-size: 38px;
		text-align: center;
		height: 50px;
		background: #ff7e00;
		line-height: 50px;
		border-radius: 50%;
		width: 50px;
	}

	.seo_kun_four {
		left: 0px;
	}

	.seo_kun_right {
		position: initial;
		right: 0;
		float: right !important;
	}

	.seo_kun_two {
		right: 0px;
	}
}

@media (min-width:768px) {
	.seo_kun {
		background: none;
		padding: 50px 0 30px;
	}

	.seo_kun_main {
		background: #eeeeee;
		padding: 30px 0;
	}

	.seo_list_main {
		display: inline-block;
		width: 100%;
		position: relative;
	}

	.seo_kun_list {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.seop_kun_title {
		font-size: 17px;
		width: 80%;
		display: block;
		text-align: left;
		height: 50px;
		float: right;
		margin-right: 10px;
		line-height: 45px;
	}

	.seo_kun_title_r {
		float: right;
		text-align: left;
	}

	.seo_kun_num {
		display: inline-block;
		color: #ffffff;
		font-size: 38px;
		text-align: center;
		height: 50px;
		background: #ff7e00;
		line-height: 50px;
		border-radius: 50%;
		width: 50px;
	}

	.seo_kun_four {
		left: 0px;
	}

	.seo_kun_right {
		position: absolute;
		right: 0;
		float: right !important;
	}

	.seo_kun_two {
		right: 0px;
	}
}

@media (min-width:1200px) {
	.seo_kun {
		background: url(../images/seo/kun.png) no-repeat center;
		padding: 100px 0 50px;
	}

	.seo_kun_main {
		background: #eeeeee;
		padding: 50px 0;
	}

	.seo_list_main {
		display: inline-block;
		width: 100%;
		position: relative;
	}

	.seo_kun_list {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 60px;
	}

	.seop_kun_title {
		font-size: 18px;
		width: 85%;
		display: block;
		text-align: right;
		height: 50px;
		float: left;
		margin-right: 10px;
		line-height: 45px;
	}

	.seo_kun_title_r {
		float: right;
		text-align: left;
	}

	.seo_kun_num {
		display: inline-block;
		color: #ffffff;
		font-size: 38px;
		text-align: center;
		height: 50px;
		background: #ff7e00;
		line-height: 50px;
		border-radius: 50%;
		width: 50px;
	}

	.seo_kun_four {
		left: 60px;
	}

	.seo_kun_right {
		position: absolute;
		right: 0;
		float: right !important;
	}

	.seo_kun_two {
		right: 60px;
	}
}

/* ç½'ç»œä¼˜åŒ–ç»"æŸ */

/* ç½'ç»œå»ºç«™å¼€å§‹ */
/* ç½'ç«™åˆ†ç±» */
.zhan_lei:hover .zhan_lei_img {
	transform: scale(1.05);
}

.zhan_lei_oran {
	color: #ff7e00;
}

.zhan_lei_more {
	font-size: 18px;
	border: 1px solid #a5a5a5;
	padding: 5px 10px;
}

@media (min-width:300px) {
	.zhan_lei {
		background: #eeeeee;
		padding: 30px 0 55px;
		cursor: pointer;
	}

	.zhan_lei_white {
		background: #ffffff;
	}

	.zhan_white_right {
		padding-left: 15px;
	}

	.zhan_white_img>img {
		margin-bottom: 60px;
	}

	.zhan_lei_num {
		color: #a5a5a5;
		font-size: 36px;
		opacity: 0.1;
		font-weight: bold;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}

	.zhan_lei_num_ac {
		font-size: 52px;
	}

	.zhan_lei_title {
		font-size: 22px;
	}

	.zhan_lei_text {
		font-size: 36px;
		color: #ff7e00;
		font-weight: bold;
		position: relative;
	}

	.zhan_lei_text::before {
		content: '';
		position: absolute;
		width: 160px;
		height: 5px;
		background: #e7e7e7;
		bottom: -15px;
		opacity: 0.7;
	}

	.zhan_lei_img {
		width: 100%;
		margin-top: 60px;
		transition: all 0.5s linear;
	}

	.zhan_lei_content {
		padding-right: 0px;
		font-size: 16px;
		line-height: 26px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width:768px) {
	.zhan_lei {
		background: #eeeeee;
		padding: 30px 0 55px;
		cursor: pointer;
	}

	.zhan_lei_white {
		background: #ffffff;
	}

	.zhan_white_right {
		padding-left: 15px;
	}

	.zhan_white_img>img {
		margin-bottom: 60px;
	}

	.zhan_lei_num {
		color: #a5a5a5;
		font-size: 36px;
		opacity: 0.1;
		font-weight: bold;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}

	.zhan_lei_num_ac {
		font-size: 52px;
	}

	.zhan_lei_title {
		font-size: 22px;
	}

	.zhan_lei_text {
		font-size: 36px;
		color: #ff7e00;
		font-weight: bold;
		position: relative;
	}

	.zhan_lei_text::before {
		content: '';
		position: absolute;
		width: 160px;
		height: 5px;
		background: #e7e7e7;
		bottom: -15px;
		opacity: 0.7;
	}

	.zhan_lei_img {
		width: 100%;
		margin-top: 180px;
		transition: all 0.5s linear;
	}

	.zhan_lei_content {
		padding-right: 0px;
		font-size: 16px;
		line-height: 26px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.zhan_lei {
		background: #eeeeee;
		padding: 60px 0 115px;
		cursor: pointer;
	}

	.zhan_lei_white {
		background: #ffffff;
	}

	.zhan_white_right {
		padding-left: 40px;
	}

	.zhan_white_img>img {
		margin-bottom: 0px;
	}

	.zhan_lei_num {
		color: #a5a5a5;
		font-size: 48px;
		opacity: 0.1;
		font-weight: bold;
		letter-spacing: 3px;
		margin-bottom: 70px;
	}

	.zhan_lei_num_ac {
		font-size: 72px;
	}

	.zhan_lei_title {
		font-size: 26px;
	}

	.zhan_lei_text {
		font-size: 48px;
		color: #ff7e00;
		font-weight: bold;
		position: relative;
	}

	.zhan_lei_text::before {
		content: '';
		position: absolute;
		width: 210px;
		height: 5px;
		background: #e7e7e7;
		bottom: -15px;
		opacity: 0.7;
	}

	.zhan_lei_img {
		width: auto;
		margin-top: 145px;
		transition: all 0.5s linear;
	}

	.zhan_lei_content {
		padding-right: 60px;
		font-size: 18px;
		line-height: 30px;
		margin-top: 70px;
		margin-bottom: 70px;
	}
}

/* çœŸæ­£æœ‰ä»·å€¼çš"ç½'ç«™ */
.zhan_you_main {
	margin-top: 50px;
	margin-bottom: 70px;
}

.zhan_you_list_main {
	margin-top: 50px;
}

.zhan_you_list {
	background: #ff7e00;
	border-radius: 50%;
	height: 160px;
	text-align: center;
	width: 160px;
	margin: 0 auto;
	transition: all 0.5s linear;
	cursor: pointer;
}

.zhan_you_list:hover {
	transform: rotate(360deg);
}

.zhan_you_list>img {
	margin-top: 29px;
}

.zhan_you_title {
	margin-top: 15px;
	letter-spacing: 1px;
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

/* æˆ'ä»¬çš"æœåŠ¡ */
@media (min-width:300px) {
	.zhan_fuwu {
		background: url(../images/zhan/fuwu.jpg);
		height: auto;
		padding-top: 30px;
	}

	.zhan_fw {
		padding-left: 15px;
		padding-right: 15px;
	}

	.zhan_fw_list {
		background: #ffffff;
		text-align: center;
		padding: 50px 15px 30px;
		margin-top: 30px;
		transition: all 0.5s linear;
	}

	.zhan_fw_bot {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (min-width:768px) {
	.zhan_fuwu {
		background: url(../images/zhan/fuwu.jpg);
		height: auto;
		padding-top: 30px;
	}

	.zhan_fw {
		padding-left: 0px;
		padding-right: 0px;
	}

	.zhan_fw_list {
		background: #ffffff;
		text-align: center;
		padding: 70px 25px 50px;
		margin-top: 30px;
		transition: all 0.5s linear;
	}

	.zhan_fw_bot {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.zhan_fuwu {
		background: url(../images/zhan/fuwu.jpg) no-repeat center;
		height: 720px;
		padding-top: 50px;
	}

	.zhan_fw {
		padding-left: 0px;
		padding-right: 0px;
	}

	.zhan_fw_list {
		background: #ffffff;
		text-align: center;
		padding: 70px 25px 50px;
		margin-top: 50px;
		transition: all 0.5s linear;
		cursor: pointer;
	}

	.zhan_fw_bot {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
}

.zhan_fw_list:hover {
	box-shadow: #827e7e 0px 0px 10px;
}

.zhan_fw_list:nth-child(odd) {
	background: #eaeaea;
}

.zhan_fw_title {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}

.zhan_fw_title::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: #333333;
	bottom: -10px;
	left: 45%;
}

.zhan_fw_content {
	font-size: 12px;
	color: #8d8d8d;
	line-height: 24px;
	font-weight: 700;
}

.zhan_fw_title_bot {
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 24px;
	color: #ffffff;
}

.zhan_fw_text_bot {
	font-weight: lighter;
	line-height: 26px;
	font-size: 18px;
	color: #ffffff;
}

.zhan_fw_list_img {
	animation: zhanimg 1.5s linear infinite;
}

@keyframes zhanimg {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* ä¼˜åŠ¿ */
@media (min-width:300px) {
	.zhan_advan_main {
		padding-top: 70px;
		background: none;
	}

	.zhan_advan_list {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 20px;
	}

	.zhan_advan_cricle {
		background: #c70c1f;
		border-radius: 50%;
		display: block;
		float: left;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		margin-right: 10px;
	}

	.zhan_cricle_right {
		margin-left: 0px;
		margin-right: 10px;
		float: left;
	}

	.zhan_advan_title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
	}

	.zhan_advan_text {
		min-height: 48px;
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		line-height: 24px;
		color: #a5a5a5;
	}

	.zhan_text_right {
		text-align: left;
	}

	.zhan_title_right {
		text-align: left;
	}
}

@media (min-width:1200px) {
	.zhan_advan_main {
		padding-top: 70px;
		background: url(../images/zhan/advan.png) center 110px no-repeat;
	}

	.zhan_advan_list {
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 50px;
	}

	.zhan_advan_cricle {
		background: #c70c1f;
		border-radius: 50%;
		display: block;
		float: left;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		margin-right: 10px;
	}

	.zhan_cricle_right {
		margin-left: 10px;
		margin-right: 0px;
		float: right;
	}

	.zhan_advan_title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
	}

	.zhan_advan_text {
		min-height: 48px;
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		line-height: 24px;
		color: #a5a5a5;
	}

	.zhan_text_right {
		text-align: right;
	}

	.zhan_title_right {
		text-align: right;
	}
}

.zhan_advantage {
	background: url(../images/seo/ditu.png) no-repeat center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.zhan_advan_list>p {
	display: inline-block;
	width: 81%;
}

.zhan_advan_cricle_img {
	animation: wechatimg 1.5s linear infinite;
}

/* ç½'ç»œå»ºç«™ç»"æŸ */
/* å"ç‰Œç»´æŠ¤å¼€å§‹ */
/* ç²¾å‡†è¥é"€ */
@media (min-width:300px) {
	.brand {
		height: 480px;
	}

	.brand_list {
		float: left;
		width: 21%;
		margin-left: 1.5%;
		margin-right: 2.5%;
		margin-bottom: 10px;
	}

	.brand_img {
		border: 1px solid #b8b8b8;
		height: 83px;
		width: 83px;
		border-radius: 5px;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
		margin: 0 auto;
	}

	.brand_img_kuan {
		margin-top: 0px;
		display: inline-block;
		width: 82px;
		height: 83px;
		overflow: hidden;
	}

	.brand_title_top {
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		padding-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
		position: relative;
		cursor: pointer;
		border-bottom: 1px solid transparent;
		transition: all 1s linear;
	}

	.brand_bot_right {
		text-align: center;
		padding-left: 15px;
		padding-top: 0px;
	}

	.brand_top {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-bottom: 30px;
		border-bottom: 1px solid #dee1e1;
	}

	.brand_title_bot {
		color: #ff7e00;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
}

@media (min-width:768px) {
	.brand {
		height: 480px;
	}

	.brand_list {
		float: left;
		width: 20%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		margin-bottom: 30px;
	}

	.brand_img {
		border: 1px solid #b8b8b8;
		height: 150px;
		width: 150px;
		border-radius: 5px;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
		margin: 0 auto;
	}

	.brand_img_kuan {
		margin-top: 33px;
		display: inline-block;
		width: 82px;
		height: 83px;
		overflow: hidden;
	}

	.brand_title_top {
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		padding-bottom: 5px;
		margin-left: 5px;
		margin-right: 5px;
		position: relative;
		cursor: pointer;
		border-bottom: 1px solid transparent;
		transition: all 1s linear;
	}

	.brand_bot_right {
		text-align: center;
		padding-left: 50px;
		padding-top: 0px;
	}

	.brand_top {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-bottom: 30px;
		border-bottom: 1px solid #dee1e1;
	}

	.brand_title_bot {
		color: #ff7e00;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
}

@media (min-width:1200px) {
	.brand {
		height: 400px;
	}

	.brand_list {
		float: left;
		width: 11%;
		margin-left: 0%;
		margin-right: 1.7%;
		margin-bottom: 0px;
	}

	.brand_img {
		border: 1px solid #b8b8b8;
		height: 150px;
		width: 150px;
		border-radius: 5px;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
		margin: 0 auto;
	}

	.brand_img_kuan {
		margin-top: 33px;
		display: inline-block;
		width: 82px;
		height: 83px;
		overflow: hidden;
	}

	.brand_title_top {
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		padding-bottom: 5px;
		margin-left: 5px;
		margin-right: 5px;
		position: relative;
		cursor: pointer;
		border-bottom: 1px solid transparent;
		transition: all 1s linear;
	}

	.brand_bot_right {
		text-align: center;
		padding-left: 50px;
		padding-top: 0px;
	}

	.brand_top {
		margin-top: 50px;
		margin-bottom: 100px;
		padding-bottom: 50px;
		border-bottom: 1px solid #dee1e1;
	}

	.brand_title_bot {
		color: #ff7e00;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
}

.brand_list:nth-child(8) {
	margin-right: 0px;
}

.brand_active .brand_img_top {
	transition: all 0.5s linear;
	position: relative;
	transform: translateX(-100%);
	filter: drop-shadow(82px 0 #ff7e00);
}

.brand_active .brand_img {
	transition: all 0.5s linear;
	border: 1px solid #ff7e00;
}

.brand_active .brand_title_top {
	color: #ff7e00;
	border-bottom: 1px solid #ff7e00;
}

.brand_active .brand_title_top::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #ff7e00;
	left: 50%;
	margin-left: -4px;
	bottom: -20px;
}

.brand_bot_left {
	text-align: center;
}

.bran_desc_bot {
	font-size: 18px;
	text-align: center;
	color: #666666;
}

.brand_text_bot {
	margin-top: 50px;
	letter-spacing: 3px;
	font-size: 22px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.bran_content_bot {
	text-align: left;
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 32px;
}

.brand_more {
	display: inline-block;
	margin-top: 50px;
	color: #ffffff;
	background: #c70c1f;
	padding: 10px 30px;
	font-size: 18px;
}

/* é‡åˆ°é—®é¢˜ */
.brand_problem {
	background: #f4f4f4;
	padding-bottom: 30px;
}

@media (min-width:300px) {
	.brand_problem_img {
		width: 100%;
	}
}

@media (min-width:1200px) {
	.brand_problem_img {
		width: auto;
	}
}

/* å››å¤§ç—›ç‚¹ */
.brand_four_img {
	background: #ececec;
	text-align: center;
	height: 215px;
	line-height: 215px;
	cursor: pointer;
}

.brand_four_img_image {
	transition: all 0.5s linear;
}

.brand_four_img:hover .brand_four_img_image {
	transform: rotateY(360deg);
}

.brand_four_list {
	margin-bottom: 50px;
}

.brand_four_title {
	padding: 15px 0;
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
	box-shadow: #f3f3f3 0px 10px 15px;
}

/* è¥é"€çš"ä¼˜åŠ¿ */
@media (min-width:300px) {
	.brand_yx_main {
		background: none;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 30px;
	}

	.brand_list_yx {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.brand_yx_main {
		background: url(../images/brand/de.png) no-repeat center;
		padding-bottom: 10px;
		padding-top: 80px;
		margin-bottom: 100px;
	}

	.brand_list_yx {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 50px;
	}
}

.brand_yx_left {
	float: left;
	text-align: right;
	width: 75%;
}

.brand_yx_right {
	float: right;
	animation: brandimg 2.5s linear infinite;
}

.brand_yx_left_r {
	float: left;
	animation: brandimg 2.5s linear infinite;
}

@keyframes brandimg {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.brand_yx_right_l {
	width: 75%;
	text-align: left;
	float: right;
}

.brand_yx {
	background: url(../images/seo/ditu.png) no-repeat center;
}

.brand_yx_title {
	color: #ff7e00;
	font-size: 18px;
}

.brand_yx_text {
	line-height: 26px;
	font-size: 18px;
}

/* è¥é"€å±•ç¤º */
@media (min-width:300px) {
	.brand_yingx {
		background: url(../images/brand/yingx.jpg);
		height: 500px;
		padding-top: 50px;
	}

	.brand_yx_name {
		display: inline-block;
		padding: 0 30px;
		font-size: 20px;
		color: #ffffff;
		cursor: pointer;
		position: relative;
		margin-bottom: 15px;
	}

	.brand_yx_active {
		color: #ff7e00;
	}

	.brand_yx_active::before {
		position: absolute;
		content: '';
		width: 100%;
		bottom: 0;
		left: 0;
		border-bottom: none;
	}

	.brand_yx_bot {
		margin-left: 15px;
		margin-right: 15px;
		background: #ffffff;
		margin-top: 50px;
		height: 170px;
	}

	.brand_img_yingx {
		padding: 10px;
		height: 100%;
	}

	.brand_img_yingx>img {
		width: 100%;
		height: 100%;
	}
}

@media (min-width:768px) {
	.brand_yingx {
		background: url(../images/brand/yingx.jpg);
		height: 655px;
		padding-top: 50px;
	}

	.brand_yx_name {
		display: inline-block;
		padding: 0 10px;
		font-size: 20px;
		color: #ffffff;
		cursor: pointer;
		position: relative;
		margin-bottom: 15px;
	}

	.brand_yx_active {
		color: #ff7e00;
	}

	.brand_yx_active::before {
		position: absolute;
		content: '';
		width: 100%;
		bottom: 0;
		left: 0;
		border-bottom: none;
	}

	.brand_yx_bot {
		margin-left: auto;
		margin-right: auto;
		background: #ffffff;
		margin-top: 50px;
		height: 390px;
	}

	.brand_img_yingx {
		padding: 10px;
		height: 100%;
	}

	.brand_img_yingx>img {
		width: 100%;
		height: 100%;
	}
}

@media (min-width:1200px) {
	.brand_yingx {
		background: url(../images/brand/yingx.jpg);
		height: 775px;
		padding-top: 50px;
	}

	.brand_yx_name {
		display: inline-block;
		padding: 0 24px;
		font-size: 20px;
		color: #ffffff;
		cursor: pointer;
		position: relative;
		margin-bottom: 0px;
	}

	.brand_yx_active {
		color: #ff7e00;
	}

	.brand_yx_active::before {
		position: absolute;
		content: '';
		width: 100%;
		bottom: -25px;
		left: 0;
		border-bottom: 8px solid #ffffff;
	}

	.brand_yx_bot {
		margin-left: auto;
		margin-right: auto;
		background: #ffffff;
		margin-top: 50px;
		height: 590px;
	}

	.brand_img_yingx {
		padding: 20px;
		height: 100%;
	}

	.brand_img_yingx>img {
		width: auto;
		height: auto;
	}
}

.brand_yx_title {
	border-bottom: 5px solid #ffffff;
	padding-bottom: 20px;
}



/* ç§äººå®šåˆ¶ */
@media (min-width:300px) {
	.brand_dz_main {
		padding: 30px 0 0px;
		text-align: center;
	}

	.brand_dingzhi {
		display: inline-block;
		font-size: 20px;
		padding: 15px 60px;
		border: 1px solid #c1cdd4;
		color: #c1cdd4;
		border-radius: 5px;
		margin-bottom: 30px;
		animation: dzload 1.5s linear infinite;
	}

	.brand_dz_line {
		border-bottom: 1px dashed #a7a7a7;
	}
}

@media (min-width:1200px) {
	.brand_dz_main {
		padding: 30px 0 0px;
		text-align: center;
	}

	.brand_dingzhi {
		display: inline-block;
		font-size: 20px;
		padding: 15px 60px;
		border: 1px solid #c1cdd4;
		color: #c1cdd4;
		border-radius: 5px;
		margin-bottom: 30px;
		transform: perspective(1px);
		animation: dzload 5s linear infinite;
	}

	.brand_dz_line {
		border-bottom: 1px dashed #a7a7a7;
	}
}

/* æ¡ˆä¾‹ */
@media (min-width:300px) {
	.anli_main {
		padding-top: 10px;
		margin-bottom: 30px;
		transition: all 0.5s linear;

	}
}

@media (min-width:1200px) {
	.anli_main {
		padding-top: 10px;
		margin-bottom: 30px;
		transition: all 0.5s linear;

	}
}

.anli_img_all {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 20px;
}

.anli_list {
	overflow: hidden;
}

.anli_img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 280px;
	transition: all 0.5s linear;
}

.anli_list:hover .anli_img {
	transform: scale(1.2);
}

.anli_main:hover {
	background: #ffffff;
}

.anli_center {
	width: 100%;
	display: inline-block;
	margin-bottom: 0px;
	position: relative;
}

.anli_title {
	font-size: 18px;
	color: #303030;
	font-weight: bold;
	display: inline-block;
	width: 80%;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.anli_jian {
	float: right;
}

.anli_content {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #afaeae;
	font-size: 16px;
}

/* å"ç‰Œç»´æŠ¤ç»"æŸ */
/*  æ¡ˆä¾‹å¼€å§‹ */
.anli_new_main {
	padding: 50px 0;
}

.anli_main_all {
	padding-top: 100px;
	background: #f8f8f8;
}

.anli_new_title {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.anli_new_list>li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
}

.anli_new_list>li>a {
	color: #666666;
	font-size: 18px;
}

.anli_new_listimg>li {
	float: left;
	width: 30%;
	overflow: hidden;
	height: 155px;
	margin-right: 5%;
}

.anli_new_listimg>li:nth-child(3n+3) {
	margin-right: 0;
}

.anli_list_img {
	width: 100%;
	height: 105px;
}

.anli_img_title {
	color: #666666;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* æ¡ˆä¾‹ç»"æŸ */
/* æ¡ˆä¾‹è¯¦æƒ…å¼€å§‹ */
@media (min-width:300px) {

	.anliinfo_title {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.anliinfo_main {
		background: #f1f1f1;
		padding: 50px 15px;
	}

	.anliinfo_shu {
		display: inline-block;
		border: 1px solid #bcbcbc;
		border-radius: 15px;
		font-size: 16px;
		padding: 10px 45px;
		margin-right: 10px;
		margin-bottom: 30px;
	}

	.anliinfo_img_bot>img {
		width: 90%;
	}
}

@media (min-width:768px) {

	.anliinfo_title {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.anliinfo_main {
		background: #f1f1f1;
		padding: 50px 15px;
	}

	.anliinfo_shu {
		display: inline-block;
		border: 1px solid #bcbcbc;
		border-radius: 15px;
		font-size: 16px;
		padding: 10px 45px;
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.anliinfo_img_bot>img {
		width: 90%;
	}
}

@media (min-width:1200px) {

	.anliinfo_title {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.anliinfo_main {
		background: #f1f1f1;
		padding: 50px 0;
	}

	.anliinfo_shu {
		display: inline-block;
		border: 1px solid #bcbcbc;
		border-radius: 15px;
		font-size: 16px;
		padding: 10px 45px;
		margin-right: 30px;
		margin-bottom: 0px;
	}

	.anliinfo_img_bot>img {
		width: auto;
	}
}

.anliinfo_jian {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 35px;
	margin-top: 35px;
}

.anliinfo_img {
	margin-right: 10px;
}

.anliinfo_content {
	font-size: 18px;
	line-height: 30px;
}

.anliinfo_shu_main {
	margin-bottom: 30px;
}

.anliinfo_more {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	background: #ff7e00;
	border-radius: 5px;
	padding: 10px 30px;
}

.anliinfo_more:hover {
	color: #ffffff;
}

.anliinfo_img_bot {
	overflow: hidden;
	text-align: center;
}

.anliinfo_img_bot img {
	width: 85%;
}

/* æ¡ˆä¾‹è¯¦æƒ…ç»"æŸ */
/* å…³äºŽæˆ'ä»¬å¼€å§‹ */
/* å…³äºŽç"¦ç½—å…° */
.about_main {
	padding: 50px 0;
}

.about_top {
	background-image: linear-gradient(#494545, #686868);
	color: #ffffff;
	font-size: 22px;
	line-height: 40px;
	text-align: right;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 60px;
	transition: all 0.3s linear;
}

.about_bot {
	box-shadow: #f3f3f3 0px 10px 15px;
	padding: 20px 10px 70px;
	text-align: right;
	font-size: 15px;
	line-height: 28px;
	padding-left: 50px;
	height: 174px;
	font-weight: bold;
	overflow: hidden;
	margin-top: -10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.about_list {
	cursor: pointer;
}

.about_list:hover .about_top {
	background-image: linear-gradient(#ff9125, #ff7e01);
	transform: scale(1.05);
}

/* å››ä¸ªæ•°å­— */
@media (min-width:300px) {
	.about_four_num {
		color: #c70c1f;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}

	.about_four_title {
		font-size: 20px;
		color: #c70c1f;
		text-align: center;
	}

	.about_four_list {
		border-right: 1px solid #c70c1f;
		margin-bottom: 30px;
	}

	.about_four_list:nth-child(2) {
		border-right: none;
	}

	.about_jian_img>img {
		width: 100%;
	}
}

@media (min-width:768px) {
	.about_four_num {
		color: #c70c1f;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
	}

	.about_four_list {
		border-right: 1px solid #c70c1f;
		margin-bottom: 0px;
	}

	.about_four_title {
		font-size: 20px;
		color: #c70c1f;
		text-align: center;
	}

	.about_four_list:nth-child(2) {
		border-right: 1px solid #c70c1f;
	}

	.about_jian_img>img {
		width: auto;
	}
}

@media (min-width:1200px) {
	.about_four_num {
		color: #c70c1f;
		font-size: 70px;
		font-weight: bold;
		text-align: center;
	}

	.about_four_list {
		border-right: 1px solid #c70c1f;
		margin-bottom: 0px;
	}

	.about_four_title {
		font-size: 20px;
		color: #c70c1f;
		text-align: center;
	}

	.about_four_list:nth-child(2) {
		border-right: 1px solid #c70c1f;
	}

	.about_jian_img>img {
		width: auto;
	}
}

.about_four {
	margin-top: 30px;
	margin-bottom: 80px;
}

.about_four_list:nth-child(4) {
	border-right: none;
}

/* ç®€ä»‹ */
.about_jian {
	padding-bottom: 50px;
}

.about_jian_title {
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
}

.about_jian_text {
	margin-top: 30px;
	font-size: 18px;
	line-height: 34px;
}

.about_jian_img {
	overflow: hidden;
}

/* ä¸¤ä¸ªå›¢é˜Ÿ */
@media (min-width:300px) {
	.about_team {
		background: url(../images/back.jpg);
		height: 939px;
	}

	.about_team_list {
		border-right: 1px solid #ffffff;
		padding: 0 15px;
		margin-top: 30px;
	}

	.about_team_title {
		font-size: 30px;
		color: #ffffff;
		margin-top: 50px;
		margin-left: 15px;
	}

	.about_team_list:nth-child(2) {
		border-right: none;
	}

	.about_team_list:nth-child(3) {
		border-right: none;
	}
}

@media (min-width:768px) {
	.about_team {
		background: url(../images/back.jpg);
		height: 839px;
	}

	.about_team_list {
		border-right: 1px solid #ffffff;
		padding: 0 80px;
		margin-top: 70px;
	}

	.about_team_title {
		font-size: 30px;
		color: #ffffff;
		margin-top: 50px;
		margin-left: 0px;
	}

	.about_team_list:nth-child(2) {
		border-right: none;
	}

	.about_team_list:nth-child(3) {
		border-right: none;
	}
}

@media (min-width:1200px) {
	.about_team {
		background: url(../images/back.jpg) no-repeat center;
		height: 439px;
	}

	.about_team_list {
		border-right: 1px solid #ffffff;
		padding: 0 80px;
		margin-top: 0px;
	}

	.about_team_title {
		font-size: 30px;
		color: #ffffff;
		margin-top: 50px;
		margin-left: 0px;
	}

	.about_team_list:nth-child(2) {
		border-right: 1px solid #ffffff;
	}

	.about_team_list:nth-child(3) {
		border-right: none;
	}
}

.about_team_img {
	display: block;
	margin: 20px auto;
}

.about_team_text {
	color: #eceae9;
	font-size: 14px;
	line-height: 32px;
	opacity: 0.8;
	letter-spacing: 2px;
}

.about_team_font {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

/* é€‰æ‹©æˆ'ä»¬ */
@media (min-width:768px) {
	.about_select_title {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.about_select_main {
		overflow: hidden;
		width: 100%;
		height: 531px;
	}

	.about_select_r {
		text-align: center;
		padding-left: 0px;
		padding-right: 100px;
	}

	.about_title_l_select {
		font-weight: bold;
		font-size: 30px;
		color: #ff7e00;
	}

	.about_select_l {
		padding-left: 25px;
	}

	.about_text_l_select {
		font-size: 24px;
		color: #ff7e00;
		padding-left: 10px;
	}
}

@media (min-width:1200px) {
	.about_select_title {
		margin-top: 50px;
		margin-bottom: 100px;
	}

	.about_select_main {
		overflow: hidden;
		width: 1373px;
		height: 531px;
	}

	.about_select_r {
		text-align: center;
		padding-left: 0px;
		padding-right: 430px;
	}

	.about_title_l_select {
		font-weight: bold;
		font-size: 56px;
		color: #ff7e00;
	}

	.about_select_l {
		padding-left: 104px;
	}

	.about_text_l_select {
		font-size: 24px;
		color: #ff7e00;
		padding-left: 90px;
	}
}

.about_select {
	height: 600px;
	border-radius: 20px;
	margin: 5px auto;
	position: relative;
}

.arrow_left,
.arrow_right {
	background: #f2f0f0;
	position: absolute;
	right: 90px;
	top: 10%;
	margin-top: -15px;
	width: 75px;
	height: 45px;
	font-size: 36px;
	text-align: center;
	line-height: 45px;
	z-index: 99;
}

.arrow_left:hover {
	color: #333333;
}

.arrow_left:hover,
.arrow_left:link,
.arrow_left:visited,
.arrow_right:hover,
.arrow_right:link,
.arrow_right:visited {
	text-decoration: none;
}

.about_select .arrow_right {
	right: 10px;
	background: #ff7e00;
	color: #ffffff;
}

.arrow-left::before {
	display: none;
	content: '';
}

.pagein {
	display: none;
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
}

.about_select .swiper-slide {
	position: relative;
}

.about_select_text {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
}

.about_title_r_select {
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
}

/* å…³äºŽæˆ'ä»¬ç»"æŸ */

/*éªŒè¯ç */
