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;

}



body {

	background: #f0f3f5;

}



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 {

	color: #000;

	text-decoration: none;

	-webkit-tap-highlight-color: transparent
}



a:link,

a:visited {

	text-decoration: none;

}



a:hover {

	text-decoration: none;

	color: #24639c;

}



.clear {

	clear: both;

}



.w1200 {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
}

.w1400 {
	max-width: 1200px;
	width: 98%;
	margin: 0 auto;
}



.fl {

	float: left;

}



.fr {

	float: right;

}



@media screen and (min-width:320px) {

	html {

		font-size: 90%;

	}

}



@media screen and (min-width:280px) {

	html {

		font-size: 85%
	}

}



@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%
	}

}



.header {

	width: 100%;

	color: #000;

	margin: 0 auto;
}



.header a {

	color: #FFF;

}

.nav-header {
	width: 100%;
	background-color: #fff;
	padding: 1rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.nav-header .header_con {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-header .header_left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-header .header_left_tips {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2rem;
	cursor: pointer;
}

.nav-header .header_left_tips p {
	font-size: 0.8rem;
	color: #575a70;
}

.nav-header .header_left_tips span {
	font-size: 0.8rem;
	color: #999;
}

.nav-header .header_right p {
	font-size: 0.8rem;
	color: #999;
}

.nav-header .header_right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-header .header_right i {
	color: #999;
	font-size: 0.8rem;
	margin-right: 0.5rem;
}

.nav-header .header_left_tips b {
	font-weight: normal;
	color: #999;
	margin-left: 0.5rem;
}

.nav-header .header_left_tips i {
	font-size: 0.8rem;
	color: #575a70;
	margin: 0 0.3rem;
}

#city {
	position: relative;
	transition: all 0.3s;
}

#city:hover .city_box {
	display: flex;
	transition: all 0.3s;
}

.city_box {
	position: absolute;
	top: 15px;
	left: 0;
	width: 650px;
	height: 200px;
	overflow-y: auto;
	background-color: #fff;
	display: none;
	z-index: 999999;
	transition: all 0.3s;
	padding: 1rem;
	flex-direction: column;
	align-items: flex-start;
}

.city_box::-webkit-scrollbar {
	width: 6px;
	border-radius: 20px;
	background-color: #fff;
}

.city_box::-webkit-scrollbar-thumb {
	height: 30px;
	background-color: #ccc;
	border-radius: 30px;
}

.current_city {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2rem;
}

.current_city h5 {
	color: #0a0e33;
	font-size: 16px;
	font-weight: bold;
}

.current_city a {
	color: #2433e4;
	font-size: 16px;
	height: 0 !important;
}

.hot_city {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.hot_city h5 {
	color: #0a0e33;
	font-weight: bold;
	font-size: 16px;
}

.hot_city a {
	margin: 10px 10px 10px 0;
	font-size: 16px;
	color: #0a0e33;
	height: 0 !important;
}

/*左侧logo*/


.header .left {

	float: left;

	width: 17%;

	margin-right: 2rem;

}



.header .left img {

	width: 100%;

	margin-top: 1rem;

}



.header .left a img {

	margin-top: 6px;

}



.header .left .img2 {

	display: none;

}

/*右侧*/



.header .nav {

	overflow: hidden;

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;

	height: 100%;

	display: flex;

	flex-wrap: wrap;

	flex-direction: row;

	justify-content: space-between;

}



.header .nav img {

	max-width: 100%;

	display: block;

	margin: 1.3rem 0;

}

.header .nav-list,
.header .nav-top {
	width: 100%;
}

.header .nav-top {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.header .nav .nav-top>a {
	width: 10%;
}

.header .nav-list {
	background-color: #3a3b3b;
}

.search {
	width: 35%;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.search form {
	display: flex;
	width: 100%;
}

.search input {
	border: none;
	outline: none;
	background: none;
	display: block;
	flex: 1;
	padding-left: 1rem;
	font-size: 0.8rem;
	color: #333;
}

.search button {
	background-color: #a66b42;
	font-size: 1.5rem;
	color: #fff;
	width: 15%;
	text-align: center;
	display: block;
	border: none;
	outline: none;
	height: 3rem;
	line-height: 3rem;
	cursor: pointer;
}

.header .navbar_nav {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header .navbar_nav li {

	float: left;

	position: relative;

	display: block;

	width: 8%;

	margin: 0 1.2rem;

	color: #666;

	height: 3rem;

	line-height: 3rem;

}

.header .navbar_nav li:hover,
.header .navbar_nav li.active {
	background-color: rgba(255, 255, 255, 0.3);
}



.header .navbar_nav li span {

	font-size: 0.7rem;

	display: block;

	text-align: center;

}



.header .navbar_nav li:hover:after {

	width: 100%;

}



.header .navbar_nav li a {

	text-decoration: none;

	height: 100%;

	display: block;

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;

	font-size: 1rem;

	text-align: center;

}



.header .navbar_nav li:hover a {

	color: #ffffff;

	border-bottom: 1px solid #e2e2e2;

}



.header .navbar_nav li.dropdown {

	display: inherit;

	position: relative;

}



.header .navbar_nav li.dropdown .jt {

	width: 20px;

	height: 20px;

	background: url("../images/top.png"
			/*tpa=http://jaeger-shanghai.bjrjgj.com/img/top.png*/
		) no-repeat;

	background-size: 100% 100%;

	display: block;

}



.header .navbar_nav li.dropdown .dropdown_menu {

	display: none;

	position: relative;

	top: 1rem;

	width: 100%;

	background: #fff;

	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);

	width: 100%;

	z-index: 99999;

}



.header .navbar_nav li.dropdown .dropdown_menu a {

	font-size: 12px;

	color: #666;

	line-height: 40px;

	text-align: left;

	background: #fff;

	overflow: hidden;

}



.dropdown_menu a i {

	margin-right: 5%;

	display: inline-block;

	float: left;

	margin-top: 7px;

	width: 22px;

	height: 22px;

}



.header .navbar_nav li.dropdown:hover .dropdown_menu {

	display: block;

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

	-o-transition: 0.5s;

	transition: 0.5s;

}



.header .navbar_nav li.dropdown:hover .dropdown_menu a {

	color: #666;

}



.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {

	color: #fff;

	background: #e0c3a3;

}

/*白色背景的头部*/

.header.on {

	background: rgba(0, 0, 0, .3);

}



.header.on .navbar_nav li:hover a {

	color: #e0c3a3;

}



.header .phones {

	width: 15%;

}



.header .phones>p {

	text-align: right;

	margin: 0.7rem 0;

}



.header .phone {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	line-height: 1.875rem;
	font-size: 1.5rem;
}



.header .phone p {

	font-family: impact;

	font-size: 1.8rem;

}



.header .phone span {

	font-size: 1.5rem;

	margin-right: 0.5rem;

}



#navToggle,
.header .m_header {

	display: none;

}



.m_nav {

	display: none;

	position: fixed;

	top: 0px;

	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);

	width: 100%;

	height: 100%;

	background: #fff;

	transition: all ease 0.5s;

	-webkit-transition: all ease 0.5s;

	z-index: 1000;

	opacity: 1;

	visibility: visible;

	margin-top: 0;

	overflow-y: auto;

	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

	top: 0;

	left: 0;

	transform: translateX(100%);

}



.m_nav.open {

	transform: translateX(0);

}



.m_nav .top {

	height: 60px;

	padding: 20px;

	box-sizing: border-box;

}



.m_nav .top .closed {

	width: 30px;

	height: 30px;

	vertical-align: middle;

	float: right;

	cursor: pointer;

}



.header .m_nav .logo {

	margin-left: 40%;

	width: 20%;

}



.m_nav .logo img {

	display: block;

	margin: 30px auto;

}



.m_nav .ul {

	margin-top: 30px;

}



.m_nav .ul li {

	padding: 0 20px;

	border-bottom: 1px solid #f5f5f5;

	transform: translateY(0);

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

	opacity: 0;

}



.m_nav.open .ul li {

	opacity: 1;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	color: #444;

}



.m_nav .ul li:nth-child(1) {

	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;

	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;

}



.m_nav .ul li:nth-child(2) {

	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;

	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;

}



.m_nav .ul li:nth-child(3) {

	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

}



.m_nav .ul li:nth-child(4) {

	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;

	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;

}



.m_nav .ul li:nth-child(5) {

	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;

	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;

}



.m_nav .ul li:nth-child(6) {

	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;

	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;

}



.m_nav .ul li a {

	display: block;

	text-decoration: none;

	font-size: 16px;

	height: 50px;

	line-height: 50px;

	width: 100%;

	color: #666666;

}



.m_nav .ul .active a {

	color: #24639c;

}



.m_nav .ul li .dropdown_menu {

	display: none;

}



.m_nav .ul li.dropdown.active .dropdown_menu {

	display: block;

}



.m_nav .ul li .dropdown_menu a {

	display: block;

	height: 50px;

	line-height: 50px;

	padding: 0 40px;

	box-sizing: border-box;

	border-bottom: 1px solid #f5f5f5;

}



.m_nav .ul li .dropdown_menu a:last-child {

	border: none;

}



.logo {

	display: none;

}



@media screen and (max-width: 992px) {





	.header {

		position: fixed;

		padding: 0.5rem 0;

		background: rgba(0, 0, 0, .1);

		top: 0;

		left: 0;

		z-index: 999999999999;
	}



	.header .m_header {

		display: flex;

		flex-direction: row;

		justify-content: space-between;

	}



	.header .m_header .iconfont {

		font-size: 1.5rem;

		color: #ffffff;

		line-height: 3rem;

		width: 15%;

		text-align: center;

	}



	.header.on {

		background: rgba(82, 82, 82, .8);

	}



	.header.on>.header #navToggle span,
	.header.on>.header #navToggle span::before,
	.header.on>.header #navToggle span::after {

		color: white;

	}



	.header #navToggle {

		height: 100%;

		padding: 0 15px;

		display: inline-block;

		float: right;

	}



	.header #navToggle span {

		position: relative;

		width: 25px;

		height: 1px;

		margin-top: 19px;

	}



	.header #navToggle span:before,

	.header #navToggle span:after {

		content: '';

		position: relative;

		width: 100%;

		height: 1px;

		left: 0;

	}



	.header .logo {

		width: 35%;

		margin-left: 3%;

		display: block;

		float: left;

		margin-left: 0.2rem;

	}



	.header .logo img {

		width: 80%;

	}



	.header #navToggle span,

	.header #navToggle span:before,

	.header #navToggle span:after {

		-webkit-transition: 0.3s;

		-moz-transition: 0.3s;

		-o-transition: 0.3s;

		transition: 0.3s;

		display: block;

		background: #ffffff;

	}



	.header #navToggle span:before {

		top: 8px;

	}



	.header #navToggle span:after {

		bottom: 10px;

	}



	.header #navToggle.open span:before {

		top: 10px;

		-webkit-transform: translateY(-11px) rotate(-45deg);

		-moz-transform: translateY(-11px) rotate(-45deg);

		-ms-transform: translateY(-11px) rotate(-45deg);

		-o-transform: translateY(-11px) rotate(-45deg);

		transform: translateY(-11px) rotate(-45deg);

	}



	.header #navToggle.open span:after {

		bottom: 12px;

		-webkit-transform: translateY(10px) rotate(45deg);

		-moz-transform: translateY(10px) rotate(45deg);

		-ms-transform: translateY(10px) rotate(45deg);

		-o-transform: translateY(10px) rotate(45deg);

		transform: translateY(10px) rotate(45deg);

	}



	.header #navToggle.open span {

		background: none;

	}



	.header #navToggle.open span:before,

	.header #navToggle.open span:after {

		background: #4f4f4f;

	}



	.header .nav {

		display: none;

	}



	.m_nav {

		display: block;

	}

}



.container {

	width: 100% !important;

	margin: 0 auto;
	padding: 0 !important;

	overflow: hidden;

}



/* banner */

.banner {

	overflow: hidden;

	width: 100%;

	height: 450px;

	background-size: 100% 100%;

}



.p_banner img {

	position: absolute;

	top: 0;

	left: 50%;

	margin-left: -960px;

}



.banner .swiper-slide {

	position: relative;

	width: 100%;

	overflow: hidden;

}



.banner .swiper-slide a {

	display: block;

	width: 15%;

	height: 4.0625rem;

	position: absolute;

	top: 28.5rem;

	left: 50.6875rem;

}



.banner .swiper-pagination-bullet {

	background: #FFFFFF;

	opacity: .5;

}



.banner .swiper-pagination-bullet-active {

	background: #ffffff;

	opacity: 1;

}



.swiper-container {

	width: 100%;

	height: 100%;

}



.swiper-slide {

	font-size: 18px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}



.m_banner,

.m_fixed,
.logo1 {

	display: none;

}





.yuyue {

	background: #001729;

	color: #FFFFFF;

	margin: -9.1875rem auto 0 auto;

	position: relative;

	z-index: 999;

	padding: 2.8125rem;

	max-width: 1110px;

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	flex-wrap: wrap;

}



.yuyue_left {

	width: 48%;

	border-right: 1px solid #ffffff;

}



.yuyue_right {

	width: 48%;

}



.yuyue_left h2 {

	font-size: 2.375rem;

}



.yuyue_left>span {

	font-size: 1rem;

	margin-top: 1.375rem;

	display: block;

}



.yuyue_left .phone {

	display: block;

	font-size: 1.25rem;

	margin: 3.4375rem 0 1.875rem 0;

	color: #ffffff;

}



.yuyue_left .phone span {

	font-weight: bold;

	font-size: 1.875rem;

}



.yuyue_left .zixun {

	display: block;

	border: 1px solid #FFFFFF;

	text-align: center;

	width: 30%;

	height: 3.4375rem;

	line-height: 3.4375rem;

	color: #FFFFFF;

}



.yuyue_left .zixun .iconfont {

	margin-left: 0.5rem;

}



.yuyue_right .baozhang_1 {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

}



.yuyue_right .baozhang_1 li {

	border: 1px solid #FFFFFF;

	border-radius: 3.125rem;

	width: 28%;

	text-align: center;

	height: 2.5rem;

	line-height: 2.5rem;

	margin: 2.8125rem 0;

}



.yuyue_right .baozhang_1 li .iconfont {

	margin-right: 0.5rem;

}



.yuyue_right .baozhang_1 li.on {

	background: #FFFFFF;

	color: #001729;

}



.yuyue_right .youshi_1 {

	background: url("../images/yinhao.png"
			/*tpa=http://jaeger-shanghai.bjrjgj.com/images/yinhao.png*/
		) no-repeat;

	background-size: 100% 100%;

	padding: 1.25rem 1.25rem 1.25rem 3.75rem;

}



.yuyue_right .youshi_1 h2 {

	font-size: 1.5rem;

	margin-bottom: 1.875rem;

}



.yuyue_right .youshi_1 p {

	font-size: 0.875rem;

	line-height: 1.5rem;

}







.title {

	margin: 4.0625rem auto;

	text-align: center;

}



.title h2 {

	font-size: 2.125rem;

	color: #333333;

	margin-bottom: 1.875rem;

	font-weight: bold;

}



.title p {

	font-size: 1.375rem;

	color: #666666;

}





.project ul {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	flex-wrap: wrap;

}



.project ul li {

	background: #FFFFFF;

	width: 48%;

	margin: 1rem 0;

}



.project ul li .img {

	width: 100%;

	height: 16.875rem;

}



.project ul li img {

	width: 100%;

	min-height: 100%;

}



.project ul li .jieshao {

	padding: 1.5rem;

	display: flex;

	flex-direction: row;

	justify-content: space-between;

}



.project ul li .jieshao h2 {

	font-size: 1.5rem;

	color: #666666;

}



.project ul li .jieshao .jieshao_left span {

	display: block;

	margin: 1rem 0;

	color: #999999;

	font-size: 0.875rem;

}



.project ul li .jieshao p {

	font-size: 16px;

	color: #666666;

}



.project ul li .jieshao .gang {

	width: 10%;

	height: 3px;

	background: #999999;

	margin-bottom: 1.5625rem;

}



.project ul li .jieshao a {

	font-size: 0.875rem;

	color: #999999;

}



.project ul li .jieshao a .iconfont {

	margin-left: 0.5rem;

}







.yizhanshifuwu {

	margin-top: 5.5rem;

}



.yizhanshifuwu .tizhan_top {

	background: url("../images/fuwu_bg.jpg") no-repeat;

	background-size: 100% 100%;

	height: 25rem;

	padding: 1rem 0;

}



.yizhanshifuwu .tizhan_top h2,
.yizhanshifuwu .tizhan_top p {

	color: #FFFFFF;

}



.yizhanshifuwu .yizhan_bottom {

	background: #FFFFFF;

	padding: 3rem;

	margin-top: -12rem;

}



.yizhanshifuwu .yizhan_bottom ul {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	flex-wrap: wrap;

}



.yizhanshifuwu .yizhan_bottom ul li {

	width: 26%;

	margin: 1rem 0;

}



.yizhanshifuwu .yizhan_bottom ul li .img {

	width: 100%;

	height: 8.625rem;

	overflow: hidden;

}



.yizhanshifuwu .yizhan_bottom ul li .img img {

	width: 100%;

	min-height: 100%;

}



.yizhanshifuwu .yizhan_bottom ul li h2 {

	font-size: 1.125rem;

	color: #001729;

	margin: 1.0rem 0;

}



.yizhanshifuwu .yizhan_bottom ul li h2 span {

	margin-right: 0.5rem;

}



.yizhanshifuwu .yizhan_bottom ul li p {

	font-size: 0.875rem;

	color: #999999;

}



.yizhanshifuwu .zixunfangshi {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	flex-wrap: wrap;

	margin: 3.125rem auto 0 auto;

	width: 60%;

}



.yizhanshifuwu .zixunfangshi a {

	text-align: center;

	border: 1px solid #e2e2e2;

	border-radius: 3.125rem;

	height: 3.75rem;

	line-height: 3.75rem;

	display: block;

}



.yizhanshifuwu .zixunfangshi a.dianhua {

	width: 60%;

	color: #666666;

}



.yizhanshifuwu .zixunfangshi a.dianhua span {

	color: #001729;

}



.yizhanshifuwu .zixunfangshi a.zaixian {

	background: #001729;

	color: #FFFFFF;

	width: 32%;

}



.yizhanshifuwu .zixunfangshi a.zaixian .iconfont {

	margin-right: 0.5rem;

}

















.tiaokuan {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	flex-wrap: wrap;

	margin: 5rem auto;

}



.tiaokuan .img {

	width: 48%;

}



.tiaokuan .img img {

	width: 100%;

}



.tiaokuan .wenzi {

	width: 48%;

}



.tiaokuan .wenzi h2 {

	font-size: 1.875rem;

	color: #333333;

	margin-top: 2.5rem;

}



.tiaokuan .wenzi p {

	font-size: 1rem;

	color: #666666;

	margin: 1.875rem 0 6.25rem 0;

	line-height: 2rem;

}



.tiaokuan .wenzi a {

	font-size: 1rem;

	color: #001729;

	border: 1px solid #001729;

	width: 30%;

	height: 3.125rem;

	line-height: 3.125rem;

	display: block;

	text-align: center;

}





.liucheng {

	background: #F5F5F5;

	padding: 0.5rem 0;

}



.liucheng ul {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	flex-wrap: wrap;

}



.liucheng ul li {

	width: 23%;

	margin-bottom: 2.1875rem;

}



.liucheng ul li img {

	width: 100%;

}



.liucheng ul li .wenzi {

	padding: 1.25rem 1rem 0.5rem 1rem;

	height: 7rem;

}



.liucheng ul li h2 {

	color: #333333;

	font-size: 1.375rem;

	font-weight: bold;

	display: flex;

}



.liucheng ul li h2 span {

	margin-right: 0.5rem;

	font-family: "Impact";

	font-size: 1.8rem;

	font-weight: 500;

	margin-top: -0.15rem;

}



.liucheng ul li p {

	color: #666666;

	font-size: 1rem;

	line-height: 1.5rem;

	margin-top: 1.25rem;

}


/* 腕表资讯 */

.index_zixun {}

.watch {
	padding-bottom: 3rem;
	width: 100%;
}

.watch_con {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
}

.watch_tab {
	margin-bottom: 3rem;
}

.watch_tab ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.watch_tab li {
	padding: 0.3rem 0.7rem;
	background-color: #e6e6e6;
	text-align: center;
	font-size: 1rem;
	color: #333;
	border-radius: 0.3rem;
	margin: 0.3rem 1rem 0.3rem 0;
	cursor: pointer;
}

.watch_current {
	background-color: #3a3b3b !important;
	color: #fff !important;
}

.watch_tablist_main {
	width: 67%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.watch_left {
	width: 48%;
	overflow: hidden;
}

.zzz_main:nth-child(n+2) {
	display: none;
}

.watch_tablist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zzz {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.watch_center {
	width: 48%;
	overflow: hidden;
}

.watch_right {
	width: 32%;
	overflow: hidden;
}

.process {
	width: 100%;
	padding: 3rem 0;
	background-color: #fafafa;
}

.process_con {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
}

.ta {
	width: 100%;
	padding-bottom: 3rem;
}

.ta_con {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
}

.item {
	width: 100%;
	padding: 3rem 0;
}

.item_con {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
}

.watch_left_bottom {
	margin-top: 0rem;
}

.watch_left_bottom li {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.5rem 0;
	transition: all 0.3s;
}

.watch_left_bottom li:hover a h3 {
	color: #3a3b3b;
	transition: all 0.3s;
}

.watch_left_bottom_img {
	width: 30%;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 22%;
}

.watch_left_bottom_img img {
	width: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.watch_left_bottom_text {
	width: 67%;
	overflow: hidden;
}

.watch_left_bottom_text a h3,
.watch_left_bottom_text a h1 {
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.watch_left_bottom_text p {
	font-size: 0.8rem;
	color: #666;
	line-height: 1.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.watch_left_top {
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}

.watch_left_top:hover a h3,
.watch_left_top:hover a h1 {
	color: #3a3b3b;
	transition: all 0.3s;
}

.watch_left_top_img {
	width: 100%;
	vertical-align: middle;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 46%;
	display: block;
}

.watch_left_top_img img {
	width: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.watch_left_top_text a h3,
.watch_left_top_text a h1 {
	font-size: 1.25rem;
	color: #333;
	font-weight: bold;
	margin: 1rem 0 0.5rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all 0.3s;
}

.watch_left_top_text p {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.watch_time {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0.8rem;
}

.watch_time i {
	color: #999;
	margin-right: 0.4rem;
	font-size: 1rem;
}

.watch_time span {
	font-size: 0.8rem;
	color: #999;
}

.type_center .watch_left_bottom {
	margin-top: 0;
}

.type_center .watch_left_bottom li {
	margin: 0 0 1.5rem 0;
}

.type_right .main_right_center {
	margin: 1rem 0 0 0;
}

.type_right .main_right_center_box {
	padding: 1rem 2rem;
}

.watch_center li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
	transition: all 0.3s;
}

.watch_center li:last-child {
	margin-bottom: 0;
}

.watch_center_time {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	margin-right: 1.3rem;
}

.watch_center_text {
	flex: 1;
}

.watch_center_time span {
	color: #111;
	font-weight: bold;
	font-size: 1.5rem;
}

.watch_center_time p {
	font-size: 0.8rem;
	color: #111;
	margin-top: 0.3rem;
}

.watch_center li:hover a h3,
.watch_center li:hover a h1 {
	color: #3a3b3b;
	transition: all 0.3s;
}

.watch_center_text a h3,
.watch_center_text a h1 {
	font-size: 1.125rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all 0.3s;
}

.watch_center_text p {
	font-size: 1rem;
	color: #666;
	line-height: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.watch_right {
	position: relative;
	overflow: hidden;
}

.watch_right_img {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 60%;
}

.watch_right_img img {
	width: 100%;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.watch_right_table {
	border: 1px solid #e5e5e5;
	margin-top: 1rem;
}

.watch_right_table h3,
.watch_right_table h1 {
	font-size: 1rem;
	color: #fff;
	padding: 1rem 1rem;
	text-align: center;
	margin: 0 auto;
	background-color: #000;
}

.watch_right_table li {
	padding: 1rem 1rem;
	transition: all 0.3s;
	border-bottom: 1px solid #e5e5e5;
}

.watch_right_table li:last-child {
	border-bottom: none;
}

.watch_right_table li:hover a h4,
.watch_right_table li:hover a h1 {
	color: #3a3b3b;
	transition: all 0.3s;
}

.watch_right_table_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0.5rem;
}

.watch_right_table_title a {
	display: block;
	margin-right: 1rem;
}

.watch_right_table_title a h4,
.watch_right_table_title a h1 {
	font-size: 1.125rem;
	color: #111;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all 0.3s;
}

.watch_right_table p {
	font-size: 0.8rem;
	color: #666;
	line-height: 1.3rem;
}

.tumo {
	display: none;
}

.tu img {
	width: 100%;
	vertical-align: middle;
}

.watch_tablist:nth-child(n+2) {
	display: none;
}

.brandlist {
	background-color: #f7f8fa;
	padding: 1rem 0 3rem 0;
	width: 100%;
}

/*友情链接*/
.link {
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.link p {
	font-size: 1rem;
	color: #939599;
	font-weight: bold;
}

.link a {
	font-size: 0.8rem;
	color: #939599;
	margin: 0.5rem 1rem 0.5rem 0;
}

.link a:hover {
	color: #222222;
}

/*底部*/
.footer {
	width: 100%;
	background-color: #2b2e33;
	padding: 3rem 0;
}

.footer_con {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
}

.copyrights {
	width: 100%;
	background-color: #15171a;
	padding: 1rem 0;
}

.copyrights_con {
	max-width: 1400px;
	width: 98%;
	margin: 0 auto;
}

.copyrights_con p {
	font-size: 1rem;
	color: #fff;
}


.footer_main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer_phone p {
	font-size: 1rem;
	color: #fff;
}

.footer_phone span {
	font-size: 1.5rem;
	color: #fff;
	display: block;
	margin: 0.8rem 0 1rem 0;
}

.footer_phone {
	padding-left: 3rem;
	border-left: 1px solid #56595f;
}

.footer_button {
	width: 8rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	border-radius: 35px;
	background-color: #2433e4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_button h4 {
	font-size: 0.8rem;
	color: #fff;
	margin-left: 0.3rem;
}

.footer_nav span {
	font-size: 1rem;
	display: block;
	color: #fff;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.footer_nav_ul ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer_nav_ul li {
	width: 48%;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.footer_nav_ul li a {
	font-size: 0.8rem;
	color: #ccc;
}

.footer_way span {
	font-size: 1rem;
	display: block;
	color: #fff;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.footer_way h4 {
	color: #ccc;
	font-size: 0.8rem;
}

.footer_way p {
	color: #ccc;
	font-size: 0.8rem;
}

.footer_way div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0.8rem 0;
}

.ma {
	width: 8rem;
	height: 8rem;
	overflow: hidden;
	margin: 1rem 0;
}

.ma img {
	width: 100%;
	vertical-align: middle;
}

.footer_nav {
	width: 15%;
	overflow: hidden;
}

.footer_button i {
	font-size: 0.8rem;
	color: #fff !important;
	margin-right: 0.3rem;
}

.footer_way i {
	margin-right: 0.5rem;
	color: #ccc;
}

/*底部漂浮*/
.fixed {

	position: fixed;

	right: 0;

	top: 50%;

	z-index: 999;

}



.fixed ul li {

	background-image: linear-gradient(to right, #001729, #17436a);

	color: #ffffff;

	width: 70px;

	height: 70px;

	line-height: 70px;

	position: relative;

	text-align: center;

	margin: 0.5rem 0;

	border-radius: 10px;

}



.fixed ul li span {

	display: block;

	color: #FFFFFF;

	font-size: 2.2rem;

}



.fixed ul li:last-child img {

	padding-top: 40%;

}



.fixed ul li .img {

	width: 50%;

	margin: 0 auto;

	padding-top: 10%;

}



.fixed ul li .img img {

	width: 100%;

}



.fixed ul li p {

	font-size: 0.85rem;

}



.fixed ul li .p1 {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	background: url(""
			
		) no-repeat;

	background-size: 100% 100%;

}



.fixed ul li .p1 span {

	display: block;

	margin: 1.5625rem 0 0.8rem 0;

	line-height: 20px;

	display: block;

	font-weight: none;

	color: #999999;

	font-size: 0.85rem;

}



.fixed ul li .p1 {

	position: absolute;

	top: 0;

	right: -370px;

	width: 370px;

	height: 120px;

	font-size: 1rem;

	transition: all 1s;

	z-index: -999;

}



.fixed ul li .p1 .iconfont {

	color: #999999;

	font-size: 1.855rem;

	width: 3.5rem;

	height: 3.5rem;

	line-height: 3.5rem;

	border-radius: 50%;

	border: 1px solid #999999;

	margin: 1.5625rem;

}



.fixed ul li .p1 .right {

	width: 75%;

	text-align: left;

}



.fixed ul li .p1 .right p {

	line-height: 1.25rem;

	color: #333333;

	font-size: 1.6rem;

	font-weight: bold;

}



.fixed ul li:hover .p1 {

	right: 70px;
	background-color: #FFF;
}



.fixed ul li a {

	color: #666;

}



.m_fixed,
.kong,
.m_banner,
.kong,
.m_header {

	display: none;

}



















.dangqian {

	font-size: 1rem;

	color: #444444;

	margin: 3.125rem 0 1.875rem 0;

}



.dangqian .iconfont {

	margin-right: 0.5rem;

}



.dangqian a {

	color: #666666;

	margin: 0 0.2rem;

}



.newlist {

	overflow: hidden;
	margin-bottom: 2rem;
}
.page h1{
	text-align: center;
    font-size: 24px;
    line-height: 53px;
    font-weight: bold;
    padding-bottom: 30px;
}
.page h3{
	font-size: 22px;
    line-height: 53px;
    font-weight: bold;
}
.page p,.page li{	
    line-height: 32px;    
}

.news_list,
.news_show {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_list .list_left {
	width: 65%;
}

.list_left li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

.list_left li .img {
	width: 30%;
}

.list_left li .img img {
	max-width: 100%;
}

.list_left li .text {
	width: 68%;
}

.list_left li .text h3 {
	font-size: 1.25rem;
}

.list_left li .text .con {
	display: block;	
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.list_left li .text .m {
	display: none;
	
}

.list_left li .text .con a {
	font-size: 14px;
	color: #17436a;
	line-height: 22px;
	display: inline;
}

.list_left li .text .shijian {
	text-align: right;
}

.news_list .list_right {
	width: 30%;
}

.news_list .list_right .r-news {}

.news_list .list_right .r-news h1 {
	text-align: center;
	height: 3rem;
	line-height: 3rem;
	background-color: #3a3b3b;
	color: #FFF;
}

.news_list .list_right .r-news h1 a {
	color: #FFF;
}

.news_list .list_right .r-news .ol {
	padding: 0 1%;
	font-size: .9rem;
}

.news_list .list_right .r-news .ol li {
	margin: 1rem 0;
}

.news_list .list_right .r-news .ol li span {}

@media screen and (max-width:640px) {
	.news_list .list_left {
		width: 100%;
	}

	.news_list .list_right {
		display: none;
	}
	.list_left li .imgg {
	width: 100%;
   	}
   	.list_left li .textt {
    width: 100%;
}

}

/*show.html*/
.news_show {}

.news_show .show_left h1 {
	font-weight: normal;
	width: 100%;
	display: block;
	padding-top: 2rem;
	font-size: 1.7rem;
	color: #333333;
	line-height: 3rem;
	text-align: center;
}

.show_left .riqi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px #787878 dotted;
	padding: 5px 0px;
}

.show_left .riqi p {
	padding: 0 .5rem;
}

.show_left .news-content {
	margin: 2rem auto;
	text-indent: 2em;
}

.show_left .news-content p {
	margin-bottom: 1em;
}

.newlist .wangdianlist li {

	background: #FFFFFF;

	border-left: 7px solid #001729;

	padding: 1.5rem;

	margin: 2rem 0;

	position: relative;

	left: 0;

	transition: all 0.5s;

}



.newlist .wangdianlist li h2 {

	font-size: 1.125rem;

	color: #001729;

	margin-bottom: 1.25rem;

}



.newlist .wangdianlist li p {

	font-size: 0.875rem;

	color: #666666;

	line-height: 2rem;

}



.newlist .wangdianlist li a {

	color: #001729;

	text-align: right;

	margin-top: 0.625rem;

	display: block;

	width: 100%;

}



.newlist .wangdianlist li a .iconfont {

	margin-left: 0.5rem;

}



.newlist .wangdianlist li:hover {

	left: 1rem;

}



.newlist .wangdianlist li a:hover {

	color: #215788;

}







.newlist .wangdian .wangdian_top {

	background: #ffffff;

	padding: 2.5rem;

	margin-bottom: 2.5rem;

}



.newlist .wangdian .wangdian_top h2 {

	font-size: 1.125rem;

	color: #001729;

	margin-bottom: 1.875rem;

}



.newlist .wangdian .wangdian_top p {

	font-size: 0.875rem;

	color: #999999;

	line-height: 2rem;

}



.newlist .wangdian .wangdian_bottom {

	padding: 1.875rem;

	background: #ffffff;

}



.newlist .wangdian .wangdian_bottom .titles {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

}



.newlist .wangdian .wangdian_bottom .titles h2 {

	font-size: 1.375rem;

	color: #001729;

}



.newlist .wangdian .wangdian_bottom .titles h2 span {

	color: #999999;

	font-size: 1rem;

	margin-left: 1rem;

}



.newlist .wangdian .wangdian_bottom .titles .gang {

	width: 15%;

	height: 3px;

	background: #001729;

	margin: 0.9375rem 0 1.5625rem 0;

}



.newlist .wangdian .wangdian_bottom ul li {

	margin: 1rem 0;

}



.newlist .wangdian .wangdian_bottom ul li h2 {

	font-size: 1.125rem;

	color: #001729;

	border-left: 8px solid #001729;

	padding-left: 1rem;

	margin: 1.125rem 0;

}



.newlist .wangdian .wangdian_bottom ul li p {

	font-size: 0.875rem;

	color: #999999;

	line-height: 1.5rem;

}

.footer_a_left .footer_tel {
	font-size: 2.5rem;
	width: 100%;
	display: block;
}

/*分页样式*/
.pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pagination {
	display: flex;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #3a3b3b;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #3a3b3b;
	border-color: #3a3b3b;
	cursor: default;
}

/*搜索页*/
.portlet.light {
	padding: 1rem;
	background-color: #FFF;
}

.portlet-title {
	padding-bottom: 1rem;
	border-bottom: 1px solid #CCCCCC;
}

.form-body {
	padding: 1rem 0 0;
}

.form-group {
	margin-bottom: 15px;
}

.fc-search-param .form-group label {
	margin-bottom: 10px;
}

.control-label {
	text-align: right;
	width: 11%;
}

.label-success {
	background-color: #40aae2 !important;
}

.badge-default,
.label-default {
	background-color: #bac3d0;
}

.label {
	text-shadow: none !important;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 6px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
}


/* .search {
    width: 35%;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
} */
.input-group {
	display: flex;
	width: 100%;
}

.input-group input {
	border: 1px solid #e5e5e5;
	outline: none;
	background: none;
	display: block;
	flex: 1;
	padding-left: 1rem;
	font-size: 0.8rem;
	color: #333;
	height: 2rem;
}

.input-group-btn {
	display: block;
	background-color: #40aae2;
}

.input-group-btn:hover,
.input-group-btn:hover button {
	color: #FFF;
	background-color: #1c699f;
	border-color: #15527c;
}

.input-group button {
	background-color: #40aae2;
	color: #fff;
	text-align: center;
	display: block;
	border: 1px solid #40aae2;
	outline: none;
	height: 2rem;
	line-height: 2rem;
	cursor: pointer;
}

.portlet>.portlet-title:after,
.portlet>.portlet-title:before {
	content: " ";
	display: table;
}

.portlet.light>.portlet-title>.caption {
	color: #666;
	padding: 10px 0;
}

.portlet>.portlet-title>.caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
}

.portlet.light>.portlet-title>.actions {
	padding: 6px 0 14px;
}

.portlet>.portlet-title>.actions {
	float: right;
	display: inline-block;
	padding: 6px 0;
}

.portlet.light>.portlet-title>.caption>.caption-subject {
	font-size: 16px;
}

.font-green-sharp {
	color: #40aae2 !important;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
}

.portlet.light>.portlet-title>.actions .btn-default {
	color: #666;
}

.portlet>.portlet-title>.actions>.btn-group>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.btn-default,
.portlet>.portlet-title>.actions>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn.btn-sm.btn-default {
	padding: 3px 9px;
}

.portlet>.portlet-title>.actions>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm,
.portlet>.portlet-title>.actions>.btn.btn-sm {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 1.5;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.fc-search-null,
.fc-msg-body {
	margin-top: 3rem;
	text-align: center;
}

@media screen and (max-width:640px) {

	.list_left li .text .pc {
	display: none;
	
}
.list_left li .text .m {
	display: block;
	
}
	.fixed,
	.p_banner {

		display: none;

	}



	.m_banner {

		display: block;

		height: 18rem;

	}



	.m_banner img {

		width: 100%;
		height: 100%;

	}	

	.m_fixed {

		display: block;

		position: fixed;

		left: 0;

		bottom: 0;

		background: #e0c3a3;

		width: 100%;

		z-index: 999999999;

	}



	.m_fixed ul {

		overflow: hidden;

	}



	.m_fixed ul li {

		font-size: 1.15rem;

		text-align: center;

		width: 37.2%;

		border-right: 1px solid white;

		float: left;

		color: white;

		height: 55px;

		line-height: 55px;

		background: #e0c3a3;

	}



	.m_fixed ul li:last-child {

		width: 24.8%;

	}



	.m_fixed ul li .iconfont {

		font-size: 1.25rem;

	}



	.m_fixed ul li p {

		display: inline-block;

		margin-top: 0.2rem;

	}



	.m_fixed ul li a {

		color: white;

	}



	.m_fixed ul li:last-child {

		border: none;

	}



	.yuyue {

		margin-top: 1rem;

		padding: 0.5rem;

	}



	.yuyue_left,
	.yuyue_right {

		width: 90%;

	}



	.yuyue_left {

		border-right: none;

	}



	.yuyue_left .phone {

		text-align: center;

	}



	.project ul li {

		width: 100%;

	}



	.project ul li .jieshao .jieshao_left {

		width: 59%;

	}



	.project ul li .jieshao a {

		width: 31%;

		text-align: center;

	}



	.yizhanshifuwu .yizhan_bottom ul li {

		width: 49%;

	}



	.yizhanshifuwu .yizhan_bottom {

		padding: 1rem;

		width: 91%;

	}



	.yizhanshifuwu .zixunfangshi,
	.tiaokuan .img,
	.tiaokuan .wenzi {

		width: 98%;

	}

	.zixunfangshi .tit {
		display: none;
	}



	.liucheng ul li {

		width: 48%;

	}

	.index_zixun ul li {}

	.watch_tablist_main,
	.watch_right {
		width: 98%;
		margin: 0 auto;
	}

	.watch_left,
	.watch_center {
		width: 100%;
		margin: 0 auto;
	}


	.index_zixun ul li .riqi {

		width: 27%;

	}



	.index_zixun ul li .wenzi {

		width: 60%;

	}



	.footer {

		margin-top: 2rem;

	}

	.footer_main {}

	.footer_logo {
		width: 48%;
	}

	.footer_logo img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.footer_phone {
		padding-left: 5%;
		width: 45%;
	}

	.footer_nav,
	.footer_way {
		width: 45%;
		padding-top: 5%;
		text-align: center;
	}

	.ma {
		display: none;
	}


	.yizhanshifuwu .zixunfangshi a.dianhua,
	.yizhanshifuwu .zixunfangshi a.zaixian {

		width: 100%;

		margin: 1rem 0;

		display: block;

	}



	.fixed,
	.p_banner {

		display: none;

	}



	.m_fixed {

		display: block;

		position: fixed;

		left: 0;

		bottom: 0;

		background: #e0c3a3;

		width: 100%;

		z-index: 999999999;

	}



	.m_fixed ul {

		overflow: hidden;

	}



	.m_fixed ul li {

		font-size: 1.15rem;

		text-align: center;

		width: 74.8%;

		border-right: 1px solid white;

		float: left;

		color: white;

		height: 55px;

		line-height: 55px;

		background: #e0c3a3;

	}



	.m_fixed ul li:last-child {

		width: 24.8%;

	}



	.m_fixed ul li .iconfont {

		font-size: 1.25rem;

	}



	.m_fixed ul li p {

		display: inline-block;

		margin-top: 0.2rem;

	}



	.m_fixed ul li a {

		color: white;

	}



	.m_fixed ul li:last-child {

		border: none;

	}



	.kong {

		height: 50px;

		display: block;

	}



	.newlist .index_zixun ul li .riqi {

		width: 22%;

	}



	.newlist .index_zixun ul li .img {

		width: 66%;

	}



	.newlist .index_zixun ul li .wenzi {

		width: 100%;

	}



	.newlist .news {

		width: 94%;

		padding: 0.85rem;

	}



	.newlist .news .riqi p {

		margin: 0.25rem;

	}



	.newlist .news .riqi p .iconfont {

		font-size: 0.85rem;

	}



	.newlist .wangdianlist li a {

		bottom: 1.25rem;

	}



	.yuyue_left a {

		margin: auto;

	}



	.yuyue_left p {

		width: 100%;

		text-align: center;

	}



	.yuyue_right .youshi_1 p {

		font-size: 1rem;

	}



	.yizhanshifuwu {

		margin-top: 0.5rem;

	}



	.tiaokuan .wenzi p {

		margin: 1.875rem 0;

	}



	.tiaokuan .wenzi a,
	.footer_top .footer_a_left .footer_kf {

		margin: auto;

	}



	.footer_top .f_rigth,
	.f_left {

		display: none;

	}



	.footer_a_left {

		display: block;

	}

}



@media screen and (max-width:320px) {


	.m_banner {

		height: 17rem;

	}




	.newlist .wangdian .wangdian_bottom,
	.footer_top .f_rigth {

		padding: 1rem;

	}



	.newlist .wangdian .wangdian_bottom .titles .left {

		width: 60%;

	}



	.yuyue_left,
	.yuyue_right {

		width: 100%;

	}



	.yuyue_right .baozhang_1 li {

		width: 31%;

	}



	.yuyue_right .youshi_1 h2 {

		margin-bottom: 1rem;

	}



	.project ul li .jieshao a {

		width: 48%;

	}



	.newlist .index_zixun ul li .riqi {

		width: 30%;

	}



	.newlist .index_zixun ul li .img {

		width: 57%;

		height: 7.4rem;

	}

}

.bannerfont {
	position: absolute;
	z-index: 3;
	left: 16%;
	top: 20%;
	color: #ffffff;
	line-height: 80px;
}

@media screen and (max-width:740px) {
	
}

.container {
	padding: 0 8%;
	max-width: 125rem;
	max-width: calc(125rem + 16%);
	margin: auto
}

@media (max-width: 750px) {

	.containerwz {

		padding-left: 4% !important;

		padding-right: 4% !important;

		max-width: 100rem;

		max-width: calc(100rem + 8%);

		margin: auto;
	}
}

@media (min-width:62.5625em) {
	.headroom--not-top .header__container {
		height: 6.1rem
	}

	.headroom--not-top .nav__item {
		line-height: 6.1rem;
		height: 6.1rem
	}

	.headroom--not-top .header__logo img {
		-webkit-transform: scale(.7) translateX(-2rem);
		-ms-transform: scale(.7) translateX(-2rem);
		transform: scale(.7) translateX(-2rem)
	}

	.headroom--not-top .nav-lang {
		padding-top: 6rem;
		line-height: 6rem
	}

	.headroom--not-top .header__right__list {
		height: 6.1rem;
		line-height: 6.1rem
	}
}

.header__container {
	max-width: calc(100rem + 4%);
	text-align: center
}

@media (max-width:750px) {

	#dhwz {
		display: none;
	}

	.nav {
		display: none;
	}

	.header__right__item {
		margin-top: 1.2rem;
		padding-right: 1rem;
	}

	.container {
		padding: 0 !important;
	}

	.container .jclc {
		height: 300px !important;
	}

	.box {
		padding: 2rem !important;
	}

	.h2 {
		font-size: 2rem !important;
		font-weight: 600 !important;
	}

	.xwzxx {
		display: none;
	}

	.header__right__item a {
		display: block;
		background: url(../images/dh.png)no-repeat center/3rem 3rem;
		background-size: 100% 100%;
	}

	.bannerfont {	    
	    left: 10%;
	    top: 16%;	    
	}

}


@media (max-width: 750px) {

	#bj>img {
		display: none !important;
	}

	#ybtk {
		display: none !important;
	}
}

.img-responsive {
	max-width: 100%;
	height: auto
}

.card__img,
.img-block {
	width: 100%;
	height: auto
}

.relative-parent {
	position: relative
}

.hidden,
[hidden] {
	display: none !important
}

.invisible {
	visibility: hidden !important
}

@media (min-width:23.4375em) {
	.hidden-xs-up {
		display: none !important
	}
}

@media (min-width:32.3125em) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (min-width:46.5625em) {
	.hidden-md-up {
		display: none !important
	}
}

@media (min-width:64.0625em) {
	.hidden-lg-up {
		display: none !important
	}
}

@media (max-width:23.375em) {
	.hidden-xxs-down {
		display: none !important
	}
}

@media (max-width:32.25em) {
	.hidden-xs-down {
		display: none !important
	}
}

@media (max-width:46.5em) {
	.hidden-sm-down {
		display: none !important
	}
}

@media (max-width:64em) {
	.hidden-md-down {
		display: none !important
	}
}

@media (max-width:95.75em) {
	.hidden-lg-down {
		display: none !important
	}
}

/*个性化服务*/
@media (min-width:751px) and (max-width:1000px) {

	.neir {
		display: none;
	}

}

@media (max-width:750px) {

	.card__body1 {
		max-width: 45rem;
		float: right;
	}

	.card__body1 p {
		font-size: 1.6rem;
		line-height: 1.2rem;
		font-weight: 600;
	}

	.card__body1 {
		position: absolute;
		right: 0 !important;
	}

	.card__body {
		max-width: 50rem !important;
		margin: 0 auto;
	}



}

.img-responsive {
	max-width: 100%;
	height: auto
}

.card__img,
.img-block {
	width: 100%;
	height: auto
}

.relative-parent {
	position: relative
}

.hidden,
[hidden] {
	display: none !important
}

.invisible {
	visibility: hidden !important
}

@media (min-width:23.4375em) {
	.hidden-xs-up {
		display: none !important
	}
}

@media (min-width:32.3125em) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (min-width:46.5625em) {
	.hidden-md-up {
		display: none !important
	}
}

@media (min-width:64.0625em) {
	.hidden-lg-up {
		display: none !important
	}
}

@media (max-width:23.375em) {
	.hidden-xxs-down {
		display: none !important
	}
}

@media (max-width:32.25em) {
	.hidden-xs-down {
		display: none !important
	}
}

@media (max-width:46.5em) {
	.hidden-sm-down {
		display: none !important
	}
}

@media (max-width:64em) {
	.hidden-md-down {
		display: none !important
	}
}

@media (max-width:95.75em) {
	.hidden-lg-down {
		display: none !important
	}
}

@media (min-width:1001px) {

	.neir {
		display: none;
	}

}

bj {
	background-color: #fff;
}



.fifty-fifty .grid__item {
	overflow: hidden
}

a.fifty-fifty:focus .fifty-fifty__media,
a.fifty-fifty:hover .fifty-fifty__media {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.fifty-fifty__media {
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
	will-change: transform
}

.fifty-fifty__body {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.article,
.fifty-fifty__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}














/*个性化服务*/

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.export_slides {
	width: 98%;
	margin: 0 auto;
	min-width: 320px;
	overflow: hidden;
}

hdp
/*幻灯图片*/

.hdp {
	width: 100%;
	background-color: #fff;
}

.bannerSlides {
	width: 90%;
	margin: 0 auto;
	min-width: 300px;
	overflow: hidden;
}

.relative {
	position: relative;
}

.bannerSlides b {
	color: #333;
	font-weight: 600;
	font-size: 1.8rem;
	padding-top: 1.5rem;
}

.hxx {
	overflow: hidden;
	width: 2rem;
	text-align: left;
	margin-top: .3rem;
	margin-bottom: 2rem;
	border-bottom: 0.2rem solid #f6d876;
}

.bannerSlides p {
	color: #333;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 1rem auto;
	text-align: left;
	line-height: 2.2rem;
}

.bannerSlides li {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top: 2rem;
	margin-bottom: 5rem;
	margin-left: auto;
	margin-right: auto;
}

.bannerSlides li a {
	display: block;
	width: 100%;
	height: auto;
}

.bannerSlide_container a {
	position: relative;
}

.bannerSlide_foncus {
	left: 0;
	bottom: 5%;
	width: 100%;
	height: 3rem;
	overflow: hidden;
	text-align: center;
}

.bannerSlide_foncus span {
	display: inline-block;
	width: .8rem;
	height: .8rem;
	margin-left: 0.5rem;
	background-color: #002246;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}

.bannerSlide_foncus span.active {
	background-color: #ffde73;
}









.container {
	max-width: 1250px;
	margin: auto;
}

.gxhfw {
	font-size: 2rem;

}

.fgx1 {
	margin-top: 2.5rem !important;
}

.mrgt0 {
	margin-top: 0 !important;
}

.heading--center {
	text-align: center;
}


.mrgt0 {
	margin-top: 0 !important
}

.heading--center {
	text-align: center
}

h2 {
	font-size: 35px;
	margin-bottom: 0.2rem;
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	font-weight: 400;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: -.01em
}

.h2 {
	font-size: 35px;
	font-weight: 500;
}

@media (min-width:46.5625em) {
	.heading:after {
		width: 30px;
		height: 3px
	}
}

@media (min-width:46.5625em) {

	.h1.heading:after,
	.h2.heading:after,
	h1.heading:after,
	h2.heading:after {
		width: 40px;
		height: 4px
	}
}

.h1.heading:after,
.h2.heading:after,
h1.heading:after,
h2.heading:after {
	width: 30px;
	height: 3px
}

.heading--center:after {
	margin-left: auto;
	margin-right: auto
}

.heading:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	margin-top: 10px;
	background-color: #f6d876
}


.heading--inverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.heading--inverse:after {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-top: 0;
	margin-bottom: .5em
}

.heading--left {
	text-align: left
}

.heading--left:after {
	margin-right: auto
}

.heading--center {
	text-align: center
}

.heading--left {
	text-align: left
}

.heading--center:after {
	margin-left: auto;
	margin-right: auto
}

.heading--right {
	text-align: right
}

.heading--right:after {
	margin-left: auto
}

.grid--even {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.grid--multiline {
	margin-top: -20px
}

.grid2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100;
	padding: 5% 0;
	background: #FFF;
}

.grid__item2 {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (min-width:64.0625em) {

	.lg-w-1\/3 {
		width: 24% !important
	}

	.lg-w-1\/2 {
		width: 50% !important
	}

	.lg-w-1\/1 {
		width: 100% !important
	}

}

.article {
	width: 100%;
	overflow: hidden;
	padding-bottom: 0rem;
}

.article,
.fifty-fifty__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 1px;
	position: relative;
}

.box--default {
	color: #333;
	background-color: #fff;
	padding: 5% !important;
	width: 90%;
}


.article__body {
	min-height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.article__category {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	text-transform: uppercase;
}

.article__category:after {
	margin-top: 8px;
}

.heading:after {
	width: 30px;
	height: 3px;
}

.heading:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	margin-top: 10px;
	background-color: #f6d876;
}

.article__description {
	margin-top: 1rem;
	font-size: 18px;
}

p {
	line-height: 1.8;
	display: block;		
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.article img {
	width: 100%;
	height: auto;
	display: inline;
}

.fgx1 {
	margin-top: 5rem;
}

#bj {
	background-color: #fff;
}

.section--small {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

section {
	max-width: 75rem;
	margin: auto;
}

.container {
	padding: 0 8%;
	max-width: 125rem;
	max-width: calc(125rem + 16%);
	margin: auto;
}

@media (min-width:46.5625em) {

	.section {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
}

.section--small {
	padding-top: 1rem;
	padding-bottom: 2rem
}

/*.section--light{background-color:#fff}*/

.section--primary {
	background-color: #002246;
	color: #fff
}

.section--divided {
	border-top: 0px solid #dfe2e6;
	border-bottom: 0px solid #dfe2e6
}

.section--divided+.section--divided {
	border-top: 0
}

.section--divided.section--primary {
	border-top-color: #334e6b;
	border-bottom-color: #334e6b
}

.list-stacked {
	margin: 0;
	padding: 0;
	list-style: none;
}

.text-light {
	color: #fff !important;
}

.card,
.card__title {
	display: block;
}

.card {
	position: relative;
	color: #333;
	background-color: #000;
}

.card--left,
.card--right {
	min-height: 1px;
}

@media (min-width:46.5625em) {

	.card--left .card__body,
	.card__bodyy,
	.card--right .card__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(60% - 200px);
		max-width: none;
		margin: auto 20px;
		padding: 0 calc((50% - 400px) / 2);
		top: 0;
		left: 0;
		right: auto;
		bottom: 0
	}



	.card--left .card__body>*,
	.card--right .card__body>* {
		max-width: 100%
	}
}

.mrgt0 {
	margin-top: 0 !important;
}

.heading--left {
	text-align: left;
}

.card__body,
.card__bodyy,
.card__icon {
	position: absolute;
	right: 0;
}

.card__body {
	width: 100%;
	max-height: 100%;
	padding: 1.4rem 1rem;
	left: 0;
	bottom: 0;
	text-align: left;
}

.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
	color: inherit;
}

.btn--default.btn--negative,
.btn--default.btn--negative:focus,
.btn--default.btn--negative:hover,
.uploader__field:focus+.btn--negative.uploader__btn {
	color: #fff;
}

.btn--default {
	border: 1px solid currentColor;
}

.btn--default,
.btn--primary {
	min-width: 140px;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	white-space: normal;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn {
	display: inline-block;
	overflow: hidden;
	padding: 14px 20px;
	font-family: inherit;
	font-size: 1.5rem;
	color: inherit;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	line-height: inherit;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent;
	cursor: pointer;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.btn--default:after,
.btn--primary:after {
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	background-color: currentColor;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	will-change: opacity;
}

.btn--default.btn--negative,
.btn--default.btn--negative:focus,
.btn--default.btn--negative:hover,
.uploader__field:focus+.btn--negative.uploader__btn {
	color: #fff;
}

@media (min-width:46.5625em) {
	.hidden-md-up {
		display: none !important
	}
}

.btn--default {
	border: 1px solid currentColor;
}

.btn--default:after,
.btn--primary:after {
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	background-color: currentColor;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	will-change: opacity;
}

.btn--default {
	color: #002246
}

.btn--default,
.btn--default:active,
.btn--default:focus,
.btn--default:hover,
.uploader__field:focus+.uploader__btn {
	background-color: transparent
}

.btn--default:focus:after,
.btn--default:hover:after,
.btn--primary:focus:after,
.btn--primary:hover:after,
.uploader__field:focus+.uploader__btn:after {
	left: 0;
	right: 0;
	opacity: 1
}



.adva {
	margin: 6rem 0;
}

.adva div {
	padding: 0;
	margin: 0;
	font-family: "å¾®è½¯é›…é»‘", Arial, Helvetica, sans-serif;
}

.title {
	text-align: center;
	font-size: 16px;
}

.title .title_h3 {
	font-size: 2.25rem;
	color: #222;
}

.title .title_p {
	font-size: 1.0rem;
	color: #999;
	margin-top: 0.5rem;
}

.adva_ul {
	margin-top: 3rem;
}

.adva_ul li {
	position: relative;
}

.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%;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

.adva_ul li .adva_left {
	float: left;
}

.adva_ul li .adva_text_right {
	position: absolute;
	top: 50%;
	right: 0;
}

.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_right {
	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: 1rem;
	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: 12rem;
	height: 2.4rem;
	color: #fff;
	text-align: center;
	line-height: 2.4rem;
	display: block;
	border-radius: 1.2rem;
	font-size: 1.1rem;
	margin-top: 1rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.adva_ul li .adva_text_content a i {
	font-size: 1.3rem;
	margin-right: 0.4rem;
}

.tel {
	display: none !important;
}

.adva_ul li .adva_text_left {
	position: absolute;
	top: 50%;
	left: 0;
}

.adva_ul li .adva_text_left .adva_text_content {
	float: right;
}

@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;
		padding: 0 0 1.2rem 0;
	}

	.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;
	}

	

	.banner_mo {
		display: block
	}

	.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: 12.0rem;
	}

	.top nav ul li {
		width: 90%;
		margin: 3.0rem auto;
		float: none;
		font-size: 1.4rem;
		text-align: center;
	}

	.list_img_pad {
		padding-top: 107%;
	}

	.list_text {
		margin-top: 0;
		width: 60%;
	}

	.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-thumb-active p {
		height: 94px;
	}

	.footer_content .footer_left {
		float: left;
		margin-bottom: 10px;
		margin: -10px 0px 20px 0px;
	}

	.top_tel {
		display: none
	}

	.page img{
		width: 100%;
	}
}

.clear {
	clear: both;
}




.xiangmu_redesign {
	padding-top: 1rem;
	background: #fafafa;
	padding-bottom: 3rem;	
}
.center {
    max-width: 1200px;
    margin: 0 auto;
}
.xiangmu_redesign .bottom {
    margin-top: 2rem;
}
.df {
    justify-content: space-between;
}
.wrap {
    flex-wrap: wrap;
}

.flex {
    display: flex;
}
.fw-but .box1 {
    width: 24%;
    margin-bottom: 2rem;
}

.fw-but .box1 .tu {
    border: #000000 1px solid;
    border-radius: 1rem;
    overflow: hidden;
}
.fw-but .box1 .tu img {
    width: 100%;
}
.fw-but .box1 .text {
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 3px;
    color: #000000;
    line-height: 3;
}



/*新增加*/
.list_nav {
    width: 98%;
    margin: 0 auto 2.5rem;
}

.list_nav ul li.adrs {
    padding: 0 0.3rem;
    font-size: 1rem;
}

.list_nav ul li.on a, .list_nav ul li:hover a {
    color: #b7aca3;
    font-weight: bold;
}



.s_das {
    margin-top: 3rem;
    padding: 0 3% 2rem;
    border-bottom: 0.01rem solid #ab9c8c;
}

.s_das .sd_img {
    width: 37%;
}

.s_das .sd_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.s_das .sd_txt {
    width: 60%;
    margin-left: 3%;
    line-height: 2;
}

@media screen and (max-width:640px) {
	.s_das .sd_img {
	    width: 100%;
	}
	.s_das .sd_txt {
	    width: 100%;
	}
}