body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
font {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

i {
	font-style: normal
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	min-width: 320px;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
	list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
	vertical-align: top;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #666666;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.w1100 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*header*/
@media screen and (min-width:320px) {
	html {
		font-size: 96%;
	}
}

@media screen and (min-width:280px) {
	html {
		font-size: 96%
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 97.5%
	}
}

@media screen and (min-width:560px) {
	html {
		font-size: 100%
	}
}

@media screen and (min-width:600px) {
	html {
		font-size: 112.5%
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 100%
	}
}

/*  */
.head_top{
	background-color:#464646;
}
.top {
	max-width: 1200px;
	width: 98%;
	padding: 1.0rem 0 1.0rem 0;
	margin: 0 auto;
}

.top_logo {
	height: 6.0rem;
	float: left;
}

.top_logo img {
	height: 100%;
}

.top_logo h1 {
	height: 100%;
}

.top_nav {
	display: none;
}

.top_nav,
.top_nav_a {
	width: 2.2rem;
	height: 1.6rem;
	float: left;
	position: relative;
	z-index: 99999;
}

.top_nav span,
.top_nav_a span {
	width: 100%;
	height: 2px;
	background: #ac7f4e;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

.top_nav span:nth-child(1),
.top_nav_a span:nth-child(1) {
	top: 0;
	left: 0;
	position: absolute;
	transform-origin: 100% 0
}

.top_nav span:nth-child(2),
.top_nav_a span:nth-child(2) {
	top: 50%;
	left: 0;
	margin-top: -1px;
	position: absolute;
	transform-origin: 100% 0
}

.top_nav span:nth-child(3),
.top_nav_a span:nth-child(3) {
	top: 100%;
	left: 0;
	position: absolute;
	transform-origin: 100% 0
}

.top_nav_a span:nth-child(1) {
	transform: rotate(-45deg);
	transform-origin: 100% 0
}

.top_nav_a span:nth-child(2) {
	transform-origin: 100% 0%;
	width: 0;
}

.top_nav_a span:nth-child(3) {
	transform: rotate(45deg);
	transform-origin: 100% 0
}

.nav_tel {
	display: none;
}

.top nav {
	float: right;
	margin-top: 2.5rem;
}

.top nav ul li {
	float: left;
	margin: 0 1.0rem;
}

.top nav ul li a {
	display: inline-block;
	padding: 0 .6rem;
	line-height: 1.87rem;
	position: relative;
	padding-bottom: .3rem;
	color: #FFF;
}

.top nav ul li a:hover {
	color: #dea66e;
}

.top nav ul .nav_curr i {
	height: 2px;
	background: #dea66e;
	border-radius: 1px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.top nav ul .nav_curr a {
	color: #dea66e;
}

/*  */
/* .header{ max-width: 1200px; width: 96%; margin: 2.0rem auto 0 auto;}
    .header .logo{ float: left; height: 3.0rem;}
    .header .logo img{ height: 100%;}
    .header .nav{ float: right; margin-top:1.8rem; margin-right: -1.5rem;}
    .header .nav ul li{ float: left; margin:0 1.0rem; font-size: 1.0rem;}
    .header .nav ul li a{ color: #444; display: inline-block; padding: 0 .5rem;} */

.banner{
	width:100%;
}
.banner img{
	width:100%;
}
@media (min-width:960px){
	.banner img:first-child{
		display: block;
	}
	.banner img:last-child{
		display: none;
	}
}
@media (max-width:960px){
	.banner img:first-child{
		display: none;
	}
	.banner img:last-child{
		display: block;
	}
}


.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
}

.project {
	margin: 6.2rem auto;
	max-width: 1200px;
	width: 98%;
}

.title {
	text-align: center;
}

.title .title_h3 {
	font-size: 2.25rem;
	color: #222;
}

.title .title_p {
	font-size: 1.0rem;
	color: #999;
	margin-top: .5rem;
}

.project_ul {
	margin-top: 3.0rem;
}

.project_ul ul li {
	width: 31.33%;
	float: left;
}

.project_ul ul li .project_img {
	width: 100%;
	height: 0;
	padding-top: 60%;
	border-radius: .8rem;
	overflow: hidden;
	position: relative;
}

.project_ul ul li .project_img img {
	width: 100%;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

.project_ul ul li .project_text {
	margin: -5.0rem auto 0 auto;
	background: #fff;
	border-radius: .8rem;
	box-shadow: 3px 3px 7px rgba(222, 166, 110, .5);
	position: relative;
	z-index: 9;
	width: 90%;
}

.project_ul ul li .project_text_div {
	padding: 1.0rem;
}

.project_ul ul li .project_text h2 {
	font-size: 1.6rem;
	color: #444;
	font-weight: bold;
}

.project_ul ul li .project_text .project_text_color {
	width: 3.0rem;
	height: .3rem;
	background: #dea66e;
	margin: 1.0rem 0 .5rem 0
}

.project_ul ul li .project_text h3 {
	display: inline-block;
	color: #666;
	font-size: 1.0rem;
	margin-right: 1.0rem;
	line-height: 2.0rem;
}

.introduce {
	background: #f7f7f7;
	padding: 6.0rem 0;
}

.introduce_con {
	max-width: 1100px;
	margin: 0 auto;
	width: 98%;
}

.introduce_left {
	width: 50%;
	float: left;
	margin-top: 2.0rem;
}

.introduce_left_title {
	font-size: 1.6rem;
	color: #222;
	font-weight: bold;
}

.introduce_left p {
	font-size: 1.0rem;
	color: #444;
	margin-top: 1.8rem;
	line-height: 1.6rem;
}

.introduce_left .introduce_tel {
	font-size: 1.3rem;
	color: #444;
	margin-top: 3.0rem;
}

.introduce_left .introduce_tel span {
	font-size: 1.8rem;
	font-family: impact;
}

.introduce_left a {
	background: #dea66e;
	width: 12.0rem;
	height: 3.0rem;
	color: #fff;
	text-align: center;
	line-height: 3.0rem;
	display: block;
	border-radius: 1.5rem;
	font-size: 1.1rem;
	margin-top: 1.0rem;
	float: left;
	margin-right: 1.5rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

.introduce_left a:hover {
	box-shadow: 3px 3px 7px rgba(222, 166, 110, .5);
}

.introduce_left a i {
	display: inline-block;
	margin-right: .5rem;
	font-size: 1.3rem;
}

.introduce_right {
	width: 45%;
	float: right;
}

.introduce_right img {
	width: 100%;
}

.introduce_right .introduce_right_img {
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-top: 69%;
	border-radius: .8rem;
	position: relative;
}

.introduce_right .introduce_right_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.adva {
	margin: 6.0rem 0;
}

.adva_ul {
	margin-top: 3.0rem;
}

.adva_ul li {
	position: relative;
}

.adva_ul li .adva_left {
	float: left;
}

.adva_ul li .adva_right {
	float: right
}

.adva_ul li .adva_img {
	width: 50%;
}

.adva_ul li .adva_img_padd {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 52%;
	position: relative;
}

.adva_ul li .adva_img_padd img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.adva_ul li .adva_text {
	width: 48%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.adva_ul li .adva_text_right {
	position: absolute;
	top: 50%;
	right: 0;
}

.adva_ul li .adva_text_left {
	position: absolute;
	top: 50%;
	left: 0;
}

.adva_ul li .adva_text_left .adva_text_content {
	float: right
}

.adva_ul li .adva_text_content {
	max-width: 580px;
}

.adva_ul li .adva_text_content .adva_h3 {
	font-size: 1.6rem;
	color: #444;
}

.adva_ul li .adva_text_content p {
	font-size: 1.0rem;
	color: #444;
	margin-top: 1.0rem;
	line-height: 1.6rem;
}

.adva_ul li .adva_text_content .adva_tel {
	margin-top: 2.4rem;
	color: #444;
	font-size: 1.3rem;
}

.adva_ul li .adva_text_content .adva_tel span {
	font-size: 1.8rem;
	font-family: impact;
}

.adva_ul li .adva_text_content a {
	background: #dea66e;
	width: 12.0rem;
	height: 2.4rem;
	color: #fff;
	text-align: center;
	line-height: 2.4rem;
	display: block;
	border-radius: 1.2rem;
	font-size: 1.1rem;
	margin-top: 1.0rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.adva_ul li .adva_text_content a:hover {
	box-shadow: 3px 3px 6px rgba(222, 166, 110, .5);
}

.adva_ul li .adva_text_content a i {
	font-size: 1.3rem;
	margin-right: .4rem;
}

.process {
	background: #f7f7f7;
	padding: 6.0rem 0;
}

.process_con {
	max-width: 1200px;
	width: 98%;
	margin: 0 auto;
}

.process_con .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.process_con .swiper-slide {
	background-size: cover;
	background-position: center;
}

.process_con .gallery-top {
	height: 80%;
	width: 100%;
	margin-top: 3.0rem;
}

.process_con .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.process_con .gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 1;
	cursor: pointer;
}

.process_con .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.process_con .gallery-thumbs .swiper-slide p {
	border: 1px solid #999999;
	text-align: center;
	height: 2.0rem;
	line-height: 2.0rem;
	border-radius: 1.0rem;
	margin: 0 .2rem;
	color: #444;
}

.process_con .gallery-thumbs .swiper-slide-thumb-active p {
	background: #dea66e;
	color: #fff;
	border-color: #dea66e;
}

.process_tad {
	margin-top: 3.0rem;
}

.process_tad .process_tad_text {
	float: left;
	margin-left: 2.0rem;
	width: 50%;
}

.process_tad .process_tad_text .process_tad_text_e {
	font-size: 1.25rem;
	color: #444;
}

.process_tad .process_tad_text .process_tad_div {
	width: 3.0rem;
	height: 2px;
	background: #444;
	margin-top: 1.0rem;
}

.process_tad .process_tad_text h3 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #dea66e;
	margin-top: 1.6rem;
}

.process_tad .process_tad_text p {
	font-size: 1.0rem;
	color: #666;
	margin-top: 1.0rem;
}

/* .process_tad .process_tad_text .process_text_tel{ width: 18rem; height: 2.6rem; border: 1px solid #666; text-align: center; line-height: 2.6rem; margin-top: 1.5rem; color: #444;} */
.process_tad .process_tad_text .process_text_tel {
	margin-top: 1.3rem;
}

.process_tad .process_tad_text .process_text_tel span {
	font-family: impact;
	font-size: 1.3rem;
}

.process_tad .process_tad_text .process_a {
	width: 13.0rem;
	height: 2.4rem;
	background: #dea66e;
	display: block;
	border-radius: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 2.4rem;
	margin-top: 1.0rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	float: left;
	margin-right: 1.0rem;
}

.process_tad .process_tad_text .tel {
	width: 13.0rem;
	height: 2.4rem;
	background: #dea66e;
	display: block;
	border-radius: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 2.4rem;
	margin-top: 1.0rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	margin-right: 1.0rem;
	float: left;
}

.process_tad .process_tad_text .process_a:hover {
	box-shadow: 3px 3px 6px rgba(222, 166, 110, .5);
}

.process_tad .process_tad_text .process_a i {
	display: inline-block;
	margin-right: .5rem;
	font-size: 1.3rem;
}

.process_tad .process_tad_img {
	float: right;
	width: 40%;
	margin-right: 2.0rem;
}

.process_tad .process_tad_img_pad {
	width: 100%;
	overprocess: hidden;
	height: 0;
	padding-top: 60%;
	position: relative;
}

.process_tad .process_tad_img_pad img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.news {
	max-width: 1200px;
	width: 98%;
	margin: 6.0rem auto;
}

.news_ul {
	margin-top: 3.0rem;
}

.news_ul ul li {
	width: 48%;
	float: left;
	margin: 1.0rem 0;
}

.news_ul ul li .news_ul_left {
	width: 42%;
	float: left;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	border-radius: .8rem;
	overflow: hidden;
	height: 150px;
}

.news_ul ul li .news_ul_left_padd {
	width: 100%;
	overflow: hidden;
	padding-top: 70%;
	position: relative;
	height: 0;
	border-radius: .3rem;
}

.news_ul ul li .news_ul_left_padd img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.news_ul ul li .news_ul_right {
	width: 55%;
	float: right;
	margin-top: .6rem;
}

.news_ul ul li .news_ul_right .news_date {
	font-size: 1.6rem;
	color: #999;
	display: none;
}

.news_ul ul li .news_ul_right .news_h4 {
	font-size: 1.1rem;
	color: #444;
	line-height: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_ul ul li:hover .news_ul_right .news_h4 {
	text-decoration: underline;
	color: #ac7f4e;
}

.news_ul ul li:hover .news_ul_left {
	box-shadow: 3px 3px 7px rgba(0, 0, 0, .2);
}

.news_ul ul li .news_ul_right .news_width {
	width: 3.0rem;
	margin: .5rem 0 1.0rem 0;
	height: .2rem;
	background: #dea66e;
}

.news_ul ul li .news_ul_right p {
	font-size: .9rem;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 1.5rem;
}

.outlets {
	background: #f7f7f7;
	padding: 6.0rem 0;
}

.outlets_content {
	margin: 0 auto;
	max-width: 1200px;
	width: 98%;
}

.outlets_a {
	margin-top: 3.0rem;
}

.outlets_ul {
	margin-top: 2.0rem;
}

.outlets_ul ul li {
	width: 48%;
	float: left;
	margin-top: 1.6rem;
	height: 180px;
}

.outlets_ul ul li .outlets_left {
	float: left;
	width: 40%;
}

.outlets_ul ul li .outlets_left_img {
	width: 100%;
	height: 0;
	padding-top: 70%;
	position: relative;
	overflow: hidden;
	border-radius: .8rem;
}

.outlets_ul ul li .outlets_left_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: .8rem;
}

.outlets_ul ul li .outlets_right {
	float: right;
	width: 56%;
}

.outlets_ul ul li .outlets_title {
	font-size: 1.3rem;
	color: #444;
	margin-bottom: .6rem;
}

.outlets_ul ul li .outlets_right p {
	margin-top: .2rem;
	line-height: 1.8rem;
	color: #666;
}

.outlets_ul ul li .outlets_title a {
	color: #444;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

.outlets_ul ul li .outlets_title a:hover {
	color: #dea66e;
	margin-left: 1.0rem;
}

.outlets_ul ul li .outlets_right p i {
	font-size: 1.4rem;
	display: inline-block;
	margin-right: .6rem;
	float: left;
}

.outlets_ul ul li .outlets_right .outlets_tel {}

.outlets_ul ul li .outlets_right .outlets_tel a {
	display: block;
	width: 9.0rem;
	height: 2.2rem;
	border-radius: 1.1rem;
	background: #dea66e;
	text-align: center;
	line-height: 2.2rem;
	color: #fff;
	margin-right: 1.0rem;
	float: left;
	font-size: 1.0rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

.outlets_ul ul li .outlets_right .outlets_tel a i {
	display: inline-block;
	margin-right: .4rem;
}

.outlets_ul ul li .outlets_right .outlets_tel a:hover {
	box-shadow: 3px 3px 6px rgba(222, 166, 110, .5);
}

/* 
    .outlets_img{ width: 38%;}
    .outlets_img_pad{ width: 100%; position: relative; overflow: hidden; height: 0; padding-top: 70%; float: left; border-radius: .8rem;}
    .outlets_img_pad img{ position: absolute; top: 0; left: 0; width: 100%; border-radius: .8rem;}
    .outlets_text{ float: left; margin-left: 3%; float: left;}
    .outlets_text .outlets_h3{ font-size: 1.4rem; font-weight: bold; color: #444; margin-top: 3.0rem; margin-bottom: 2.0rem;}
    .outlets_text p{ margin-top: 1.4rem; font-size: 1.0rem; color: #444; overflow: hidden; line-height: 2.0rem;}
    .outlets_text p i{ display: inline-block; width: 1.35rem; float: left; margin-top: .3rem; margin-right: .5rem;}
    .outlets_text p i img{ width: 100%;}
    .outlets_text a{ width: 13rem; height: 2.4rem; border-radius: 1.2rem; background: #dea66e; display: block; text-align: center; line-height: 2.4rem; margin-top: 2.0rem; color: #fff;transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s;}
    .outlets_text a:hover{box-shadow: 3px 3px 6px rgba(222,166,110,.5);} */
.footer {
	background: #444444;
}

.footer_content {
	max-width: 1200px;
	width: 98%;
	padding: 3.0rem 0;
	margin: 0 auto;
}

.footer_content .footer_left {
	float: left;
}

.footer_content .footer_left p {
	color: #ccc;
	line-height: 1.8rem;
}

.footer_content .footer_right {
	float: right;
	margin-top: .4rem;
}

.footer_content .footer_right .footer_right_ico {
	float: left;
	width: 4.5rem;
	margin-right: 1.0rem;
}

.footer_content .footer_right .footer_right_ico img {
	width: 100%;
}

.footer_content .footer_right .footer_right_tel {
	float: left;
}

.footer_content .footer_right .footer_right_tel h4 {
	font-size: 1.0rem;
	color: #ccc;
	margin-top: .3rem;
}

.footer_content .footer_right .footer_right_tel p {
	font-size: 2.5rem;
	color: #ccc;
	font-family: impact;
}

.art_pic {
	width: 100%;
	margin: 0 auto;
}

.art_pic img {
	width: 65%;
	display: block;
	margin: 0 auto;
}

.paginationa {
	overflow: hidden;
	margin-top: 3rem;
}

.paginationa ul li {
	float: left;
	border: solid 1px #ccc;
	margin-left: 1%;
	text-align: center;
	line-height: 2rem;
	padding: 0 1%;
}

.paginationa ul {
	max-width: 1200px;
	margin: auto;
}

.paginationa ul li a:hover {
	color: #ffc001;
}

.paginationa span {
	line-height: 30px;
}

.news_position {
	margin-top: 3.0rem;
	margin-bottom: 2.0rem;
	color: #444;
	font-size: 1.0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_position a {
	color: #444;
}

.news_list {
	max-width: 1200px;
	width: 98%;
	margin: 3.0rem auto 5.0rem auto;
}

.news_list ul li {
	margin-bottom: 3px solid #e5e5e5;
	border-bottom: 5px solid #fafafa;
	margin-bottom: 3.0rem;
	padding-bottom: 2.0rem;
}

.news_list ul li .list_img {
	width: 36%;
	float: left;
}

.news_list ul li .list_img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.list_img_pad {
	padding-top: 60%;
	overflow: hidden;
	width: 100%;
	height: 0;
	position: relative;
	border-radius: .8rem;
}

.list_text {
	width: 62%;
	float: right;
	margin-top: 1.6rem;
}

.list_text .list_time {
	font-size: 1.7rem;
	color: #ccc;
}

.news_list ul li .list_text h4 {
	font-size: 1.4rem;
	color: #444;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	margin-top: 1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_list ul li:hover .list_text h4 {
	color: #ac7f4e;
	text-decoration: underline;
	margin-left: 1.0rem;
}

.list_text p {
	font-size: 1.0rem;
	color: #444;
	margin-top: 1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 1.4rem;
}

.news_page {
	max-width: 1200px;
	width: 98%;
	margin: 2.0rem auto 4.0rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.news_page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.news_page ul li {
	color: #999;
	margin: 0 0.5rem;
	padding: 0 .3rem;
}

.news_page ul li a {
	color: #444;
}

.news_page ul .active a {
	color: #dea66e;
	border-bottom: 1px solid #dea66e;
}

.news_page ul li a:hover {
	color: #dea66e;
	border-bottom: 1px solid #dea66e;
}

.arti {
	max-width: 1200px;
	width: 98%;
	margin: 3.0rem auto 5.0rem auto;
}

.arti_con {
	margin-top: 1.0rem;
}

.arti_con h1 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #444;
}

.arti_con .arti_a {
	margin-top: 1.0rem;
	color: #999;
	border-bottom: 1px dotted #e5e5e5;
	padding-bottom: 1.0rem;
	font-size: .9rem;
}

.arti_con .arti_a span {
	display: inline-block;
	margin-right: 1.0rem;
}

.arti_text {
	margin-top: 1rem;
	color: #444;
	line-height: 1.8rem;
}

.arti_text p {
	margin: 1.0rem 0;
	color: #666;
}

.arti_text p img {
	width: 100%;
}

.arti_fy {
	margin-top: 3.0rem;
}

.arti_fy_a {
	margin: 1.5rem 0;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arti_fy_a a {
	color: #444;
}

.arti_fy_a a:hover {
	text-decoration: underline;
	color: #dea66e;
}

.news_position a:hover {
	text-decoration: underline;
	color: #dea66e;
}

.arti_tj {
	margin: 2.0rem auto 5.0rem auto;
	max-width: 1200px;
	width: 98%;
}

.arti_tj h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #444;
	margin-bottom: 1.6rem;
}

.arti_tj ul li {
	line-height: 2.8rem;
	width: 48%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arti_tj ul li i {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background: #ccc;
	border-radius: 50%;
	margin-right: .8rem;
}

.arti_tj ul li a {
	color: #444;
}

.arti_tj ul li:hover a {
	color: #dea66e;
	text-decoration: underline;
}

.out {
	max-width: 1200px;
	width: 98%;
	margin: 5.0rem auto;
}

.out_left {
	width: 40%;
	float: left;
}

.out_left_img {
	width: 100%;
	overflow: hidden;
	border-radius: .8rem;
	position: relative;
	padding-top: 69%;
}

.out_left_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.out_right {
	width: 58%;
	float: right;
	margin-top: 1.4rem;
}

.out_right h1 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #444;
	margin-bottom: 2.3rem;
}

.out_right p {
	margin-top: 1.0rem;
	line-height: 1.5rem;
	font-size: 1.0rem;
	color: #444;
}

.out_right p i {
	font-size: 1.3rem;
	color: #444;
	display: inline-block;
	margin-right: 1.0rem;
}

.out_right p span {
	font-family: impact;
	font-size: 1.8rem;
	color: #dea66e;
}

.out_right .out_tel {
	margin-top: 2.0rem;
}

.out_right .out_tel a {
	display: inline-block;
	margin-right: 1.0rem;
	width: 9.0rem;
	height: 2.6rem;
	border-radius: 1.3rem;
	background: #dea66e;
	text-align: center;
	line-height: 2.6rem;
	color: #fff;
}

.out_right .out_tel a i {
	display: inline-block;
	margin-right: .5rem;
	font-size: 1.3rem;
}

.out_tj {
	margin-top: 5.0rem;
}

.out_tj_h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #444;
}

.out_tj_h3 i {
	width: .4rem;
	height: 2.4rem;
	background: #dea66e;
	display: inline-block;
	float: left;
}

.out_tj_h3 span {
	display: inline-block;
	margin-top: .4rem;
	margin-left: 1.0rem;
}

.out_tj ul {
	margin-top: 2.0rem;
}

.out_tj ul li {
	width: 48%;
	background: #fafafa;
	float: left;
	margin: 1.0rem 0;
}

.out_tj ul li .out_tj_div {
	padding: 2.0rem;
}

.out_tj ul li h2 {
	font-size: 1.4rem;
	color: #444;
	margin-bottom: 1.3rem;
}

.out_tj ul li p {
	font-size: 1.0rem;
	color: #666;
	line-height: 2.4rem;
}

.out_tj ul li a {
	display: inline-block;
	width: 9.0rem;
	height: 2.4rem;
	text-align: center;
	line-height: 2.4rem;
	background: #dea66e;
	border-radius: 1.2rem;
	color: #fff;
	margin-right: 1.0rem;
	margin-top: 1.0rem;
}

.out_tj ul li a i {
	display: inline-block;
	margin-right: .6rem;
	font-size: 1.4rem;
}

.fixed_top {
	position: fixed;
	top: 70%;
	margin-top: -1.5rem;
	border-radius: .4rem;
	right: 2px;
	display: none;
	z-index: 9999;
	width: 3.0rem;
	height: 3.0rem;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	line-height: 2.0rem;
	font-size: 2.2rem;
	color: #fff;
	cursor: pointer;
}

.fixed_top i {
	font-size: 1.8rem;
	line-height: 3.0rem;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff;
}

.fixed_tel {
	position: fixed;
	top: 70%;
	margin-top: -6.5rem;
	border-radius: .4rem;
	right: 2px;
	z-index: 9999;
	width: 3.0rem;
	height: 3.0rem;
	background: rgba(222, 166, 110, .7);
	text-align: center;
	line-height: 2.0rem;
	font-size: 2.2rem;
	color: #fff;
	cursor: pointer;
	display: none;
}

.fixed_tel i {
	font-size: 1.8rem;
	line-height: 3.0rem;
	color: #fff;
}

.tel {
	display: none !important;
}

.fixed_bottom {
	display: none;
}

@media screen and (max-width:640px) {
	.top {
		position: relative;
	}

	.top_logo {
		height: 3.0rem;
		position: absolute;
		top: 1.0rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.nav_tel {
		width: 3.0rem;
		height: 3.0rem;
		background: #fff;
		color: #fff;
		border-radius: .3rem;
		float: right;
		display: block;
	}

	.nav_tel img {
		width: 80%;
		height: 77%;
		margin-top: 6px;
	}

	.nav_tel i {
		color: #e62722;
		line-height: 3.0rem;
		font-size: 2.4rem;
		text-align: center;
		display: block;
	}

	.fixed_bottom img {
		width: 2.0rem;
		line-height: 2.8rem;
		margin: 5px 6px 5px 5px;
	}

	.title .title_h3 {
		font-size: 1.6rem;
	}

	.news_ul ul li .news_ul_right p {
		-webkit-line-clamp: 2;
	}

	.news_ul ul li .news_ul_right .news_width {
		margin: .3rem 0 .6rem 0;
	}

	.fixed_bottom {
		width: 80%;
		height: 2.7rem;
		border-radius: 1.5rem;
		background: #e62722;
		box-shadow: 3px 3px 6px rgba(230, 39, 34, .5);
		color: #fff;
		font-size: 1.2rem;
		line-height: 2.5rem;
		position: fixed;
		bottom: 0.8rem;
		left: 10%;
		z-index: 9999;
		display: block;
	}

	.fixed_bottom a {
		color: #fff;
		text-align: center;
		display: block;
	}

	.fixed_bottom a i {
		display: inline-block;
		margin-right: .5rem;
		font-size: 1.5rem;
	}

	.adva_ul li .adva_text_content .adva_h3 {
		font-size: 1.3rem
	}

	.outlets_ul ul li .outlets_right .outlets_tel a {
		width: 8rem;
	}

	.top nav ul li a {
		display: block;
		line-height: 2;
		color: #444444;
	}

	.header .nav {
		margin-right: 0;
	}

	.project_ul ul li {
		width: 98%;
	}

	.introduce_left {
		width: 100%;
		margin-top: 0;
	}

	.introduce_right {
		margin-top: 2.0rem;
		width: 100%;
	}

	.introduce {
		padding: 3.0rem 0;
	}

	.introduce_left .introduce_tel {
		margin-top: 2.0rem;
	}

	.adva_ul {
		margin: 2.0rem auto;
		width: 98%;
	}

	.adva_ul li {
		margin-top: 2.0rem;
	}

	.adva_ul li .adva_img {
		width: 100%;
	}

	.adva_ul li .adva_text_right {
		position: static;
		width: 100%;
		transform: translateY(0);
	}

	.adva_ul li .adva_text_left {
		position: static;
		width: 100%;
		transform: translateY(0);
	}

	.adva_ul li .adva_right {
		float: none;
		margin-top: 1.0rem;
	}

	.adva_ul li .adva_left {
		float: none;
	}

	.adva {
		margin: 3.0rem 0;
	}

	.adva_ul li .adva_text_content .adva_tel {
		margin-top: 1.0rem;
	}

	.process_tad .process_tad_img {
		display: none;
	}

	.process_tad .process_tad_text {
		margin-left: 0;
	}

	.process {
		padding: 3.0rem 0;
	}

	.news_ul ul li {
		width: 100%;
	}

	.news_ul ul li .news_ul_right {
		margin-top: 0;
	}

	.news {
		margin: 3.0rem auto;
	}

	.news_ul {
		margin-top: 2.0rem;
	}

	.adva_ul li .adva_text {
		margin-top: 1.0rem;
	}

	.project {
		margin: 2.0rem auto;
	}

	.footer_content .footer_right {
		float: left;
		margin-top: 2.0rem;
	}

	.footer_content .footer_right {
		display: none;
	}

	.project_ul ul li {
		margin: 0 1% 1.5rem 1%;
		position: relative;
	}

	.tel {
		display: inline-block !important;
		background: #3dae38 !important;
	}

	.introduce_left a {
		width: 8.0rem;
	}

	.introduce_left a {
		height: 2.4rem;
		line-height: 2.4rem;
	}

	.adva_ul li .adva_text_content a {
		width: 9.0rem;
		float: left;
		margin-right: 1.0rem;
	}

	.process_tad .process_tad_text .process_a {
		width: 9.0rem;
	}

	.outlets_text a {
		width: 9.0rem;
		float: left;
		margin-right: 1.0rem;
	}

	.outlets_img {
		width: 100%;
	}

	.outlets_img_pad {
		padding-top: 46%;
	}

	.outlets {
		padding: 3.0rem 0;
	}

	.process_tad .process_tad_text .tel {
		width: 9.0rem;
	}

	.top {
		padding-top: 1.0rem;
	}

	.top nav {
		position: fixed;
		top: 0%;
		left: -100%;
		width: 100%;
		background: #fff;
		min-height: 100%;
		z-index: 999;
		margin-top: 0;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
	}

	.top_nav,
	.top_nav_a {
		display: block;
		margin-top: .7rem;
		margin-left: 1.0rem;
	}

	.top nav ul {
		margin-top: 4rem;
	}

	.top nav ul li {
		width: 90%;
		margin: 0 auto;
		float: none;
		font-size: 1.4rem;
		text-align: center;
	}

	.list_img_pad {
		padding-top: 107%;
	}
	.list_img{
		margin-top: 0;
		width: 100% !important;
	}
	.list_text {
		margin-top: 0;
		width: 100%;
	}

	.list_text p {
		font-size: .9rem;
		margin-top: .8rem;
		color: #666;
	}

	.list_text h4 {
		margin-top: 0.6rem;
		font-size: 1.1rem;
	}

	.news_page ul li:nth-child(1) {
		display: none;
	}

	.arti_tj ul li {
		width: 100%;
	}

	.outlets_ul ul li {
		width: 100%;
		margin-top: 2.0rem;
	}

	.outlets_ul ul li .outlets_left {
		width: 100%;
		display: none;
	}

	.outlets_ul ul li .outlets_left_img {
		padding-top: 40%;
	}

	.outlets_ul ul li .outlets_right {
		width: auto;
		background: #fff;
		padding: 1.0rem;
	}

	.outlets_ul {
		margin-top: 0;
	}

	.outlets_ul ul li .outlets_right .outlets_tel {
		margin-top: 1.3rem;
	}

	.out_tj ul li {
		width: 100%;
	}

	.out_left {
		width: 100%;
	}

	.out_right {
		width: 100%;
		margin-top: 2.0rem;
	}

	.fixed_tel {
		display: none;
	}

	.paginationa {
		padding: 2rem 0;
	}

	.process_tad .process_tad_text {
		width: 100%
	}
	.process_con .gallery-thumbs .swiper-slide p {
		height: 100%;
	}
	.process_con .gallery-thumbs .swiper-slide-thumb-active p {
		height: 100%;
	}

	.footer_content .footer_left {
		float: left;
		margin-bottom: 10px;
		margin: -10px 0px 20px 0px;
	}
}
.text-center{
	text-align: center !important;
}
main{
	
}
.weizhi{
	margin:1rem auto;
}
.page-content{
	
}
.network-content{
	margin:1rem auto;
}

/*单页*/
.page_content{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.page_content .p-nav{
	width:15%;
}
.page_content .p-nav ul{
	min-height: 10rem;
	border: #838383 1px solid;
	background-color: #838383;
}
.page_content .p-nav ul li{
	text-align:center;
}
.page_content .p-nav ul li a{
	display: inline-block;
	width: 100%;
	padding:1rem 0;
	background-color: #838383;
	color: #FFF;
	border-bottom: 1px solid #6d6d6d;
}
.page_content .p-nav ul li.active a,
.page_content .p-nav ul li:hover a{
	background-color: #464646;
}
.page_content .p-con{
	width:78%;
	padding: 2%;
	background-color: #d8d8d8;
	min-height: 20rem;
	border-radius: 1rem;
}
.page_content .p-con h1{
	text-align:center;
	font-size:2rem;
}