html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	margin: 0;
	font-family: Microsoft YaHe;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none
}

body,
button,
input,
select,
textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern"
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
	display: block
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

audio,
video,
canvas {
	display: inline-block
}

template,
[hidden] {
	display: none
}

.clearfix {
	zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #e62022
}

ul {
	margin: 0;
	list-style: none;
	padding: 0
}

.main {
	width: 100%
}

.center {
	width: 1200px;
	margin: 0 auto
}

.box_tit {
	margin: 50px 0
}

.box_tit span {
	font-size: 30px;
	text-align: center;
	color: #000;
	display: block
}

.box_tit p {
	font-size: 18px;
	color: #666;
	display: block;
	text-align: center;
	margin-top: 12px;
	line-height: 170%
}

.pro_screen {
	padding: 20px 50px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px
}

.pro_screen ul {
	margin-top: 10px
}

.pro_screen ul li {
	margin: 0 8px;
	float: left
}

.pro_screen ul li span {
	display: block;
	color: #aaa;
	padding: 7.5px 19px
}

.pro_screen ul li a.active {
	color: #fff;
	background-color: #e62022
}

.pro_screen ul li a {
	color: #aaa;
	padding: 6px 16px;
	display: block
}

.flex_between {
	width: 100%;
	padding: 30px 0
}

.flex_between .text {
	color: #333;
	float: left;
	margin-top: 4px
}

.flex_between .text a.active {
	color: #fff;
	background-color: #e62022
}

.flex_between .text a {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px
}

.flex_between .search {
	position: relative;
	padding-right: 78px;
	float: right
}

.flex_between .search input[type="text"] {
	width: 182px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ddd;
	border-right: 0;
	float: left;
	padding: 0 10px;
	outline: 0
}

.flex_between .search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 78px;
	float: right;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	outline: 0;
	border: none;
	background-color: #e62022;
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}

.case_list ul li {
	width: 31%;
	margin-right: 1.2%;
	border: 1px solid #eee;
	padding: 8px;
	margin-bottom: 15px;
	float: left
}

.case_list ul li .scroll_pic {
	position: relative;
	width: 100%;
	height: 220px;
	margin: 0;
	overflow: hidden
}

.case_list ul li .scroll_pic img {
	width: 100%;
	position: relative;
	display: block
}

.case_list ul li .text h3 {
	line-height: 48px;
	border-bottom: 1px solid #f6f6f6;
	color: #555;
	padding: 0 5px;
	font-size: 16px
}

.case_list ul li .text2 {
	width: 100%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 12px 0
}

.case_list ul li .text2 span {
	font-size: 12px;
	color: #f60;
	float: left
}

.case_list ul li .text2 span i {
	font-size: 22px;
	font-style: normal
}

.case_list ul li .text2 span em {
	color: #999;
	font-style: normal;
	padding-left: 5px
}

.case_list ul li .text2 a {
	display: block;
	width: 92px;
	height: 34px;
	border: 1px solid #e5e5e5;
	color: #555;
	text-align: center;
	line-height: 32px;
	border-radius: 3px;
	float: right
}

.case_list ul li .text3 {
	width: 100%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 10px 0
}

.case_list ul li .text3 p {
	font-size: 12px;
	color: #ccc;
	float: left
}

.case_list ul li .text3 p em {
	font-style: normal;
	color: #999
}

.case_list ul li .text3 span {
	float: right;
	margin-top: 3px
}

.case_list ul li .text3 span i {
	font-style: normal;
	display: inline-block;
	color: #66c7f2;
	border: 1px solid #66c7f2;
	padding: 3px 2px;
	line-height: 1;
	font-size: 12px;
	line-height: 100%;
	margin-left: 5px
}

.case_list ul li:nth-child(3n) {
	margin-right: 0
}

a:active,
a:hover {
	outline: 0
}

.pages {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center
}

.pages a {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #333;
	padding: 0 14px;
	border-radius: 5px;
	margin: 0 3px
}

.pages a:hover {
	background: #e62022;
	color: #fff;
	text-decoration: none;
	border: 1px solid #e62022
}

.pages a.current {
	background: #e62022;
	color: #fff;
	text-decoration: none;
	border: 1px solid #e62022
}

.img-center {
	text-align: center;
	font-size: 0
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.img-cover {
	overflow: hidden;
	position: relative
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.container {
	padding: 0 15px;
	max-width: 80%;
	margin: 0 auto;
}

.header {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 0
}

.on {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
	z-index: 999;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.header .logo {
	float: left;
	height: 66px;
	line-height: 66px;
	text-align: left
}

.header .nav {
	font-size: 0;
	float: right
}

.header .nav li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
}

.on .nav li a {
	color: #111 !important;
}

.on .sp_nav {}

.on .sp_nav span {
	background: #111;
}

.header .nav li a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 66px;
	position: relative;
	font-weight: bold;
}

.header .nav li a span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.header .nav li .arr {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: none
}

.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

.header .nav li>a:after {
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	display: none;
	bottom: 10px;
	position: absolute;
	background: #fff;
}

.on .nav li>a:after {
	background: #111;
}

.header .nav li.dropdown {
	position: relative
}

.header .nav .dropdown-box {
	position: absolute;
	left: 50%;
	width: 160px;
	top: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 10;
	margin-left: -80px;
	text-align: center;
}

.header .nav .dropdown-box p {
	margin: 0
}

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff !important;
	line-height: 50px;
	font-size: 14px;
	padding: 0 10px;
	border-bottom: 0;
	background-image: none
}

.header .nav .dropdown-box a:hover {
	background-color: #e62022 !important
}

.header .nav li.active>a {
	color: #fff
}

.header .nav li.active>a:after {
	display: block;
}

.header .nav li.open a,
.header .nav li a:hover {
	background-position: center 110%;
}

.header .nav li.active a span,
.header .nav li.open a span,
.header .nav li a:hover span {
	opacity: 1;
	color: #fff
}

.header .nav li.open .dropdown-box {
	display: block
}

.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
	margin-left: 15px
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
	display: block;
	height: 2px;
	background-color: #fff;
	content: ''
}

.menu-btn:before {
	width: 24px
}

.menu-btn:after {
	width: 18px;
	margin-left: 6px
}

.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px
}

.sp_nav_body {
	overflow: hidden
}

.sp_nav {
	width: 18px;
	float: right;
	position: relative;
	cursor: pointer;
	z-index: 10;
	height: 14px;
	margin: 25px 0 0 25px
}

.sp_nav span {
	display: block;
	background: #ffffff;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 0;
	-webkit-transition: all ease 0.35s;
	transition: all ease 0.35s
}

.sp_nav .sp_nav1 {
	top: 0
}

.sp_nav .sp_nav2 {
	top: 6px;
	width: 14px
}

.sp_nav .sp_nav3 {
	top: 12px
}

.sp_nav_se .sp_nav1,
.sp_nav_se .sp_nav2,
.sp_nav_se .sp_nav3 {
	background-color: #222222
}

.sp_nav_se .sp_nav1 {
	top: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sp_nav_se .sp_nav2 {
	width: 0 !important
}

.sp_nav_se .sp_nav3 {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sp_nav_se .logo {
	display: none
}

.sp_nav_se .nav {
	display: none
}

.sp_nav:hover .sp_nav2 {
	width: 18px
}

.sp_nav-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #888;
	z-index: 99;
	display: none
}

.sp_nav-box .container {
	display: table;
	height: 100%
}

.sp_nav-box .inner {
	display: table-cell;
	vertical-align: middle
}

.sp_nav-box ul {
	overflow: hidden;
	margin: 100px 0
}

.sp_nav-box li {
	float: left;
	width: 20%;
	font-size: 0;
	text-align: center
}

.sp_nav-box li a {
	display: inline-block;
	padding: 12px 0;
	font-size: 24px;
	vertical-align: middle;
	position: relative
}

.sp_nav-box li a:after {
	position: absolute;
	content: '';
	height: 3px;
	background-color: #e62022;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 0
}

.sp_nav-box li a:hover:after {
	width: 30px
}

.banner {
	height: 900px;
	position: relative;
	background: url(../images/aboutvideo.jpg) no-repeat center / cover;
}

.banner video {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1920px;
	height: 1080px;
	margin: -540px 0 0 -960px
}

.banner .text {
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(8, 8, 9, 0.4)
}

.banner .text .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.banner .text h4 {
	font-size: 54px;
	text-shadow: 0 2px 2px #333333;
	margin: 0 0 30px;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0
}

.banner .text p {
	font-size: 22px;
	margin: 0;
	text-shadow: 0 2px 2px #333333;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0
}

.banner .text a {
	display: block;
	margin: 40px auto 0;
	border: 1px solid #fff;
	border-radius: 50px;
	line-height: 42px;
	font-size: 18px;
	width: 180px;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.banner .text a:hover {
	background-color: #e62022;
	border-color: #e62022
}

.banner .img-cover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.banner .swiper-pagination {
	display: none
}

.banner .ani-slide h4,
.banner .ani-slide p {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.in-total {
	color: #fff;
	margin-top: -85px;
	position: relative;
	z-index: 3;
	text-align: center;
	background: url(../images/gundongbg.jpg) no-repeat center / cover #d90a14
}

.in-total li {
	float: left;
	width: 25%;
	padding: 40px 0
}

.in-total li span {
	display: block;
	line-height: 1;
	font-size: 18px
}

.in-total li strong {
	font-size: 58px;
	position: relative;
	display: inline-block;
	font-family: Impact;
	margin-right: 5px
}

.in-total li strong:before {
	position: absolute;
	right: -16px;
	top: 0;
	font-size: 24px
}

.in-total li p {
	margin: 10px 0 0;
	font-size: 18px
}

.section {
	padding: 40px 0
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 33px;
	margin-top: 80px;
}

.section-title span {
	color: #e62022;
	text-transform: uppercase
}

.section-title p {
	font-size: 18px;
	margin: 5px 0 0;
	color: #666
}

.section-title-1 {
	background: url(../images/title_bg.png) repeat-x center -5px
}

.section-title-1 strong {
	background-color: #fff;
	padding: 0 30px;
	display: inline-block
}

.section-title-2:after {
	content: '';
	display: block;
	margin: 15px auto 0;
	width: 60px;
	height: 5px;
	background-color: #e62022
}

.section-sub {
	padding: 40px 0
}

.info-w {
	padding: 2rem 0 3rem;
	background: url("../images/ab-img2.png") no-repeat left center;
	background-size: 58%;
	background-position: 10% 41%;
	overflow: hidden;
}

.info-w .info {}

.info-w .info .con {
	width: 50%;
	box-sizing: border-box;
	padding: 0.2rem 2.75rem 0 0;
	float: left;
}

.info-w .info .con p {
	text-align: justify;
}

.info-w .info h2 {
	margin-bottom: 0.7rem;
	font-size: 30px;
}

.info-w .info .down-b {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	color: #003c96;
	cursor: pointer;
}

.info-w .info .down-b img {
	margin-left: 20px;
}

.info-w .info .download {
	display: inline-block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	background: #12449b;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	border-radius: 10px;
}

.info-w .info .img {
	width: 50%;
	float: right;
	height: 100%;
}

.info-w .info .img img {
	width: 100%;
}

.inabout {
	background: url(../images/indexlogobg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	margin-top: 50px;
}

.inabout .pic {
	overflow: hidden;
	width: 48%;
	float: left
}

.inabout .img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}

.inabout .pic:hover .img {
	transform: scale(1.1);
}

.inabout .about-content {
	width: 50%;
	float: right
}

.inabout .about-content h3 {
	font-size: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0
}

.inabout .about-content .note {
	font-size: 14px;
	line-height: 30px;
	padding-top: 12px
}

.inabout .about-content .mo {
	margin-top: 30px;
	padding: 6px 20px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
}

@media(max-width:767px) {
	.info-w .info .download {
		width: 120px;
		height: 30px;
		line-height: 30px;
		margin-left: 20px;
		font-size: 14px;
	}

	.info-w .info .con {
		width: 100%;
		padding: 0;
	}

	.info-w .info .img {
		width: 100%;
	}
}

.in-server {
	margin: -20px 0 0 -20px
}

.in-server li {
	float: left;
	width: 20%
}

.in-server li a {
	display: block;
	border: 1px solid #f4f4f4;
	margin: 20px 0 0 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.in-server li .img-center {
	height: 105px;
	line-height: 105px;
	padding-top: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.in-server li h4 {
	margin: 30px 0 10px;
	font-size: 22px;
	font-weight: normal
}

.in-server li p {
	margin: 0 20px 20px;
	color: #868686;
	text-align: justify
}

.in-server li span {
	display: block;
	line-height: 54px;
	background-color: #f9f9f9;
	color: #868686;
	border-top: 1px solid #f4f4f4;
	font-size: 16px
}

.in-server li a:hover {
	box-shadow: 0 0 26px #cacaca;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	border-color: #d6d6d6
}

.in-server li a:hover span {
	background-color: #e62022;
	color: #fff
}

.in-server li a:hover .img-center {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.in-seo li {
	float: left;
	width: 33.333333%
}

.in-seo li a {
	display: block;
	color: #fff;
	background: url(../images/product-bg-red.jpg) no-repeat center / cover;
	text-align: center;
	padding: 30px
}

.in-seo li .img-center {
	height: 74px;
	line-height: 74px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.in-seo li p {
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.in-seo li:nth-child(even) a {
	background-image: url(../images/product-bg-gray.jpg);
	color: #333
}

.in-seo li a:hover .img-center {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.in-menu {
	margin: -20px 0 0 -20px
}

.in-menu {
	text-align: center;
	font-size: 0;
	margin-bottom: 30px
}

.in-menu li {
	display: inline-block;
	vertical-align: middle
}

.in-menu li a {
	display: block;
	font-size: 18px;
	line-height: 50px;
	padding: 0 32px;
	border: 1px solid #dfdfdf;
	margin: 20px 0 0 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.in-menu li a:hover,
.in-menu li.active a {
	color: #fff;
	background-color: #e62022;
	border-color: #e62022
}

.list-1 {
	margin: -20px 20px 0 0
}

.list-1 li {
	float: left;
	width: 25%;
}

.honor img {
	width: 100%
}

.list-1 li a {
	display: block;
	margin: 20px 0 0 20px;
	overflow: hidden;
	position: relative
}

.list-1 li .img-cover {
	padding-top: 70%
}

.list-1 li .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: table;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transform: scale(0);
	transform: scale(0);
	overflow: hidden
}

.list-1 li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px
}

.list-1 li .text h4 {
	margin: 0;
	font-size: 28px;
	font-weight: normal
}

.list-1 li .text p {
	margin: 10px 0 0;
	font-size: 18px
}

.list-1 li h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 12px 10px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.list-1 li a:hover .text {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.list-1 li a:hover h3 {
	transform: translateY(100%);
}

@media (max-width:767px) {
	.list-1 li .text {
		display: none !important;
	}

	.list-1 li h3 {
		position: static;
		background: #fff;
		margin: 0;
		padding: 10px 0;
		font-weight: normal;
		color: #333;
		font-size: 12px;
	}

	.list-1 li a:hover h3 {
		transform: translateY(0);
	}

	.header .nav li.active>a:after {
		display: none;
	}
}

.list-2 {
	margin: -30px 0 0 -30px;
	overflow: hidden
}

.list-2 li {
	float: left;
	width: 50%
}

.list-2 li a {
	display: block;
	margin: 30px 0 0 30px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	padding: 12px
}

.list-2 li .date {
	float: left;
	width: 65px;
	background-color: #969393;
	color: #fff;
	text-align: center;
	padding: 7px 0
}

.list-2 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 1px
}

.list-2 li .text {
	margin-left: 77px
}

.list-2 li .text h4 {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
}

.list-2 li .text p {
	margin: 5px 0 0;
	color: #888;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
	height: 40px;
	overflow: hidden;
}

.list-2 li a:hover {
	border-color: #e62022
}

.list-2 li a:hover .date {
	background-color: #e62022
}

.index-news-con .img-center {
	float: left;
	width: 320px
}

.index-news-con .list-2 {
	margin-left: 320px
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}
}

/*Advan*/
.Advan {
	width: 100%;
	height: 750px;
	background: url(../images/20180424172038_1266774213.jpg)center fixed no-repeat;
	text-align: center;
}

.Advantxt p {
	font-size: 24px;
	color: #fff;
	padding-top: 96px;
}

.Advantxt span {
	font-size: 48px;
	color: #fff;
	line-height: 80px;
	font-weight: bold;
}

.ys {
	width: 1100px;
	height: 380px;
	overflow: hidden;
	text-align: left;
	padding-top: 62px;
	margin: 0 auto;
}

.ystxt {
	width: 338px;
	height: 360px;
	float: left;
	margin-left: 28px;
	box-shadow: 0px 3px 12px 0px;
}

.ystop {
	width: 338px;
	height: 110px;
	background-color: #FF0000;
}

.ystop-txt {
	line-height: 30px;
	color: #FFF;
	font-size: 24px;
	font-family: Microsoft YaHe;
	text-align: center;
	height: 110px;
	padding-top: 24px;
}

.ysbot {
	width: 338px;
	height: 250px;
	background-color: #fff;
}

.ysbot-txt {
	line-height: 30px;
	font-size: 15px;
	height: 120px;
	padding-top: 40px;
	padding-left: 60px;
}

.ysbot-bot {
	width: 100%;
	height: 90px;
}

.ysbot-bot1 {
	background-color: #FF0000;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	margin: 0 auto;
}

.ysbot-bot1 a {
	color: #FFF;
}

.ysbot-bot1 a:hover {
	color: #ffff00;
}

#gg_box1 {
	width: 100%;
	margin: 0 auto;
	background: url(../images/20180425110749_1361343704.jpg) center fixed;
	height: 610px;
	margin-top: 100px;
}

#gg1 {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 200px;
	height: 410px;
}

#ggd1 {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#gg_box1 .bt1 {
	width: 800px;
	float: left;
	height: 30px;
	color: #999;
	line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

#gg_box1 .bt2 {
	width: 800px;
	float: left;
	height: 70px;
	color: #ccc;
	line-height: 70px;
	font-size: 49px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

#gg_box1 .bt3 {
	width: 100px;
	margin: 0 auto;
	height: 3px;
	overflow: hidden;
	background: #fff;
}

#gg_box1 .bt4 {
	width: 800px;
	float: left;
	color: #ccc;
	line-height: 30px;
	font-size: 14px;
	padding-top: 15px;
	text-align: center;
}

@media (max-width:768px) {
	.ys {
		width: 95%;
		height: auto;
	}

	.Advan {
		height: auto;
	}

	.ystxt {
		width: 100%;
		margin-bottom: 10px;
	}

	.ystop {
		width: 100%;
	}

	.ysbot {
		width: 100%;
	}

	#gg_box1 {
		height: auto;
		background: no-repeat center / cover;
		background: url(../images/20180425110749_1361343704.jpg) no-repeat center / cover;
	}

	#gg1 {
		width: 100%;
	}

	#ggd1 {
		width: 100%;
	}

	#gg_box1 .bt1 {
		width: 100%;
		line-height: 20px;
	}

	#gg_box1 .bt2 {
		width: 100%;
		height: auto;
	}

	#gg_box1 .bt3 {
		width: 100px;
	}

	#gg_box1 .bt4 {
		width: 92%;
	}
}

@media (min-width:1600px) {
	.service_list_met_65_6_58 .container {
		width: 1280px;
		padding: 0px
	}
}

@media (max-width:1200px) {
	.service_list_met_65_6_58 {
		padding: 40px 0px
	}

	.service_list_met_65_6_58 .product-list {
		height: auto;
		padding: 0 4%;
		background: none !important
	}

	.service_list_met_65_6_58 .head .title {
		margin-bottom: 0px
	}

	.service_list_met_65_6_58 .titlebox i {
		margin: 8px auto -22px
	}

	.service_list_met_65_6_58 .product-list li {
		width: 100%
	}

	.service_list_met_65_6_58 .pRbAdv-box {
		width: 100%;
		height: auto;
		padding: 4% 0;
		float: none !important;
		margin: 0px
	}

	.service_list_met_65_6_58 .pRbAdv-block {
		width: 82%
	}

	.service_list_met_65_6_58 .product-list li:nth-child(2n-1) .pRbAdv-box {
		margin-left: 0px
	}
}

@media (max-width:767px) {
	.service_list_met_65_6_58 {
		padding: 30px 0px
	}

	.service_list_met_65_6_58 .titlebox {
		margin-bottom: 20px
	}

	.service_list_met_65_6_58 .head {
		padding-bottom: 8px
	}

	.service_list_met_65_6_58 .titlebox i {
		margin: 12px auto -11px
	}

	.service_list_met_65_6_58 .head .title {
		font-size: 30px;
		margin-bottom: 6px
	}

	.service_list_met_65_6_58 .product-list {
		height: auto;
		padding: 0px
	}

	.service_list_met_65_6_58 .product-list li {
		width: 100%
	}

	.service_list_met_65_6_58 .pRbAdv-box img {
		width: 80px;
	}

	.service_list_met_65_6_58 .pRbAdv-block {
		width: 70%;
		padding-left: 0px
	}

	.inabout .pic {
		float: none;
		width: 100%;
		margin-bottom: 15px
	}

	.inabout .img {
		width: 100%;
		display: block;
	}

	.inabout .about-content {
		width: 100%;
		float: none
	}

	.inabout .about-content h3 {
		font-size: 22px
	}
}

@media (max-width:320px) {
	.service_list_met_65_6_58 .pRbAdv-block {
		width: 63%
	}
}

.service_list_met_28_21_65 {}

.service_list_met_28_21_65 .left {
	float: left;
	width: 50%
}

.service_list_met_28_21_65 .right {
	float: right;
	width: 50%
}

.service_list_met_28_21_65.met-index-body.bgcolor {
	background: #ffffff;
	background: #f2f2f2
}

.service_list_met_28_21_65.met-index-body.bgpic {
	background: url() no-repeat;
	background-size: cover;
	background-position: center
}

.service_list_met_28_21_65.met-index-body {
	padding: 70px 0px
}

.service_list_met_28_21_65.met-index-body h2 {
	font-size: 36px;
	color: #272727;
	color: ;
	font-weight: 500
}

.service_list_met_28_21_65.met-index-body p.desc {
	padding: 0 10%;
	font-size: 16px;
	color: #aaaaaa;
	color:
}

.service_list_met_28_21_65 .index-service-list li h3 {
	color: #272727;
	color:
}

.service_list_met_28_21_65 .index-service-list li p.des {
	color: #aaaaaa;
	color: #666666;
	text-align: left;
	padding-right: 100px
}

.service_list_met_28_21_65 .index-service-list li.two p.des {
	padding-left: 100px;
	padding-right: 0
}

.service_list_met_28_21_65 .index-service-list li i {
	color: #aaaaaa;
	color: #666666
}

.service_list_met_28_21_65 ul li {
	list-style: none
}
}

@media (min-width:768px) {
	.service_list_met_28_21_65.conceal {
		display: none
	}
}

@media (max-width:991px) {
	.service_list_met_28_21_65.met-index-body {
		padding: 50px 0px
	}
}

@media (max-width:767px) {
	.service_list_met_28_21_65.met-index-body {
		padding: 30px 0px
	}

	.service_list_met_28_21_65.met-index-body h2 {
		font-size: 28px
	}

	.service_list_met_28_21_65.met-index-body p.desc {
		font-size: 14px
	}

	.service_list_met_28_21_65 .index-service-list li h3 {
		font-size: 14px !important;
		margin-top: 5px !important
	}
}

.service_list_met_28_21_65 .index-service-list li {
	overflow: hidden;
	background: #fff;
}

.service_list_met_28_21_65 .index-service-list li.two .left {
	float: right
}

.service_list_met_28_21_65 .index-service-list li.donttop {
	margin: 0 !important
}

.service_list_met_28_21_65 .index-service-list {
	overflow: hidden;
	margin-top: 58px;
	padding-left: 0
}

.service_list_met_28_21_65 .index-service-list li img {
	max-width: 100%
}

.service_list_met_28_21_65 .index-service-list li h3 {
	margin: 35px 0;
	text-align: left;
	color: #272727;
	color: ;
	font-weight: 600;
	font-size: 22px
}

.service_list_met_28_21_65 .index-service-list li.one .left .row {
	padding-left: 30px;
}

.service_list_met_28_21_65 .index-service-list li.two .left .row {
	padding-right: 30px;
}

.service_list_met_28_21_65 .index-service-list li.two .left h3 {
	text-align: right
}

.service_list_met_28_21_65 .index-service-list li h3 a {
	color: #272727;
	color: ;
	font-size: 22px;
	font-weight: 600;
	transition: color .25s
}

.service_list_met_28_21_65 .index-service-list li h3 a:hover {
	color: #ca1621;
	color:
}

.service_list_met_28_21_65 .news-bg {
	margin-top: 20px;
	opacity: 1
}

.service_list_met_28_21_65 .news-bg .bg {
	height: 100%;
	no-repeat;
	background-size: cover;
	background-position: center
}

.service_list_met_28_21_65 .news-bg .bg img {
	width: 100%
}

.service_list_met_28_21_65 .container-fluid {
	padding: 0
}

@media (max-width:991px) {
	.service_list_met_28_21_65 .index-service-list li {
		margin-top: 40px
	}

	.service_list_met_28_21_65 .index-service-list li h3 {
		margin: 15px 0
	}
}

@media (max-width:767px) {
	.service_list_met_28_21_65 .index-service-list li.one .left .row {
		padding: 15px 12px 0 12px;
	}

	.service_list_met_28_21_65 .index-service-list li.two .left .row {
		padding: 15px 12px 0 12px;
	}

	.service_list_met_28_21_65 .index-service-list li {
		margin-top: 30px
	}

	.service_list_met_28_21_65 .index-service-list li i {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 40px
	}

	.service_list_met_28_21_65 .index-service-list li h3 {
		text-align: center !important;
		font-size: 18px !important;
	}

	.service_list_met_28_21_65 .index-service-list li p.des {
		text-align: center !important
	}

	.service_list_met_28_21_65 .index-service-list li p.des {
		padding: 0 !important
	}

	.service_list_met_28_21_65 .index-service-list li .left {
		margin-bottom: 10px;
		float: none;
		width: 100%
	}

	.service_list_met_28_21_65 .right {
		width: 100%;
		float: none
	}

	.service_list_met_28_21_65 .index-service-list {
		margin-top: 0
	}
}

.in-desc {
	overflow: hidden;
	background: url(../images/indexlogobg.jpg) no-repeat center / cover;
	color: #fff
}

.in-desc .logo {
	float: left;
	width: 500px;
	text-align: left
}

.in-desc .logo img {
	-webkit-animation: 2s scale linear infinite;
	animation: 2s scale linear infinite
}

.in-desc .text {
	margin-left: 500px
}

.in-desc .text h4 {
	margin: 0;
	font-size: 30px
}

.in-desc .text h5 {
	font-size: 18px;
	margin: 20px 0 10px
}

.in-desc .text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify
}

.in-desc .text a {
	display: inline-block;
	background: url(../images/mbtxindex.png) no-repeat 0 0;
	width: 236px;
	line-height: 42px;
	padding-right: 40px;
	text-align: center;
	font-size: 18px;
	margin: 30px 30px 0 0
}

.in-partners {
	text-align: center;
	font-size: 0;
	margin: 0 -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.in-partners li {
	vertical-align: middle;
	width: calc(100% / 9 - 12px);
	border: 1px solid #eee;
	margin: 10px;
}

.in-partners li a {
	display: block;
}

.in-partners li .img-center {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.in-partners li .img-center img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width:640px) {
	.in-partners {
		margin: 0px;
		overflow: hidden;
	}

	.in-partners li {
		float: left;
		width: calc(100% / 3 - 5px);
		margin: 0;
		margin-left: 5px;
		margin-bottom: 5px;
		box-sizing: border-box;
	}
}

.in-process {}

.in-process li {
	float: left;
	width: 14.2%
}

.in-process li a {
	display: block;
	text-align: center
}

.in-process li .img-center {
	height: 60px;
	line-height: 60px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.in-process li h4 {
	margin: 15px 0 0;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.in-process li p {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888
}

.in-process li a:hover .img-center {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.in-dynamic {
	margin: -30px 0 0 -30px
}

.in-dynamic li {
	float: left;
	width: 33.333333%
}

.in-dynamic li a {
	display: block;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 30px;
	margin: 30px 0 0 30px
}

.in-dynamic li h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.in-dynamic li p {
	margin: 15px 0 0;
	color: #888;
	height: 40px;
	overflow: hidden
}

.in-dynamic li a:hover {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2)
}

.more-big {
	margin: 40px auto 0;
	display: block;
	text-align: center;
	border: 1px solid #dbdbdb;
	line-height: 48px;
	width: 150px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.more-big:hover {
	color: #fff;
	background-color: #e62022;
	border-color: #e62022
}

.in-partone {
	margin-left: -30px
}

.in-partone li {
	float: left;
	width: 50%
}

.in-partone li .wrap {
	margin-left: 30px;
	text-align: center;
	background: url(../images/part_05.png) no-repeat center / cover;
	padding: 70px 0;
	color: #fff
}

.in-partone li h4 {
	margin: 0;
	font-weight: normal;
	font-size: 32px
}

.in-partone li a {
	display: block;
	margin: 30px auto 0;
	border: 1px #fff solid;
	border-radius: 6px;
	font-size: 18px;
	line-height: 35px;
	width: 140px;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.in-partone li a:hover {
	background-color: #fff;
	color: #333
}

.in-partone li:last-child .wrap {
	background-image: url(../images/part_07.png)
}

.in-ready {
	text-align: center
}

.in-ready h4 {
	margin: 0;
	font-weight: normal;
	font-size: 24px
}

.in-ready .btn {
	margin: 15px auto;
	background: url(../images/djwz.jpg) center repeat-x;
	width: 900px
}

.in-ready .btn a {
	display: inline-block;
	vertical-align: middle;
	border-left: 25px solid #fff;
	border-right: 25px solid #fff;
	line-height: 55px;
	background-color: #e62022;
	color: #fff;
	width: 350px;
	font-size: 22px
}

.in-ready p {
	margin: 0;
	font-size: 16px;
	letter-spacing: 5px;
	text-indent: 5px
}

.yunu-link {
	margin-top: 20px
}

.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 16px;
	color: #e62022;
	padding-bottom: 15px
}

.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999
}

.yunu-link ul {
	margin-left: -20px
}

.yunu-link li {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 12px;
}

.footer {
	background-color: #1e1d1d;
	color: #959595;
	padding-top: 20px;
}

.footer a {
	color: #959595;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.footer a:hover {
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.footer dl {
	float: left;
	margin: 0;
	width: 180px
}

.footer dt {
	font-size: 16px;
	color: #eae8e8;
	margin-bottom: 20px
}

.footer dd {
	margin: 0
}

.footer li a {
	display: block;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.footer li a:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

.footer .lx dd img {
	width: 100px;
	height: 100px;
	margin-top: 10px
}

.footer .lx dd {
	display: flex
}

.footer .lx dd .text {
	flex: 1;
	margin-left: 12px;
}

.footer .lx {
	width: 440px;
	float: right;
}

.footer .lx .tel {
	color: #fff;
	font-family: Impact;
	font-size: 40px;
}

.footer .lx p {
	margin: 10px 0 0;
}

.footer-top {
	padding: 40px 0;
	background-color: #000;
	margin-bottom: 60px;
}

.footer-top span {
	float: left;
	width: 190px;
	padding-left: 50px;
	line-height: 40px;
	font-size: 16px;
	color: #d0d0d0;
	background: no-repeat 0 center;
}

.footer-copy {
	margin-top: 30px;
	border-top: 1px solid #363636;
	padding: 20px 0;
	color: #6a6a6a;
	text-align: center;
}

.footer-fix {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}

.footer-fix li {
	float: left;
	width: 25%
}

.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1
}

.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px
}

.footer-fix li i.i1 {
	background-image: url(../images/f_01.png)
}

.footer-fix li i.i2 {
	background-image: url(../images/f_02.png)
}

.footer-fix li i.i3 {
	background-image: url(../images/f_03.png)
}

.footer-fix li i.i4 {
	background-image: url(../images/f_04.png)
}

.banner-sub {
	height: 500px;
	background: no-repeat center / cover;
	color: #fff;
	text-align: center;
	font-size: 44px;
	text-shadow: 0 2px 2px #333333
}

.banner-sub .container {
	height: 100%;
	position: relative;
}

.banner-sub .inner {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 40%;
}

.banner-sub p {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

.banner-sub p a {
	color: #fff;
}

.pages {
	margin: 40px 0 0;
	text-align: center;
	font-size: 0
}

.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.pages a:hover,
.pages a.active {
	background-color: #e62022;
	color: #fff
}

.lanmu {
	position: relative;
	background-color: #f1f1f1;
	text-align: center
}

.lanmu-title {
	display: none;
	line-height: 50px;
	font-size: 16px
}

.lanmu-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 -3px 10px;
	border-width: 7px;
	border-style: solid dashed dashed dashed;
	border-color: #333 transparent transparent transparent
}

.lanmu ul {
	font-size: 0
}

.lanmu li {
	display: inline-block;
	vertical-align: middle
}

.lanmu li a {
	display: block;
	line-height: 70px;
	font-size: 17px;
	position: relative;
	padding: 0 40px;
	border-right: 1px solid #ddd;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.lanmu li:last-child a {
	border-right: 0
}

.lanmu li.active a,
.lanmu li a:hover {
	background-color: #e62022;
	color: #fff
}

.position {
	padding: 20px 0;
	background-color: #ededed;
	color: #777
}

.position i {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 20px;
	background: url(../images/daohangdw.png) no-repeat center
}

.position.n {
	border-bottom: 1px solid #eee;
}

.seo-1 {
	margin-left: -25px
}

.seo-1 li {
	float: left;
	width: 20%
}

.seo-1 li a {
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 25px;
	padding: 120px 20px 20px;
	background: no-repeat center / 100% 100%;
	text-align: center
}

.seo-1 li.i1 a {
	background-image: url(../images/pc1.png)
}

.seo-1 li.i2 a {
	background-image: url(../images/wap1.png)
}

.seo-1 li.i3 a {
	background-image: url(../images/weixin1.png)
}

.seo-1 li.i4 a {
	background-image: url(../images/web1.png)
}

.seo-1 li.i5 a {
	background-image: url(../images/tel1.png)
}

.seo-1 li h4 {
	margin: 0 0 20px;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.seo-1 li p {
	text-align: justify;
	margin: 0;
	height: 80px;
	overflow: hidden;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.seo-1 li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	color: #fff
}

.seo-1 li a:hover p {
	color: #fff
}

.seo-1 li.i1 a:hover {
	background-image: url(../images/pc1_h.png)
}

.seo-1 li.i2 a:hover {
	background-image: url(../images/wap1_h.png)
}

.seo-1 li.i3 a:hover {
	background-image: url(../images/weixin1_h.png)
}

.seo-1 li.i4 a:hover {
	background-image: url(../images/web1_h.png)
}

.seo-1 li.i5 a:hover {
	background-image: url(../images/tel1_h.png)
}

.seo-2 {
	background-color: #fff;
	padding: 0 30px 30px 0
}

.seo-2 li {
	float: left;
	width: 25%
}

.seo-2 li a {
	display: block;
	border: 1px solid #ddd;
	margin: 30px 0 0 30px;
	padding: 10px
}

.seo-2 li .img-center {
	height: 240px;
	line-height: 240px
}

.seo-2 li .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 35px;
	background-color: #f4f4f4;
	font-size: 15px
}

.seo-2 li a:hover {
	border-color: #e62022
}

.seo-2 li a:hover .text {
	background-color: #e62022;
	color: #fff
}

.seo-3 {
	background: url(../images/con3.jpg) no-repeat center 0;
	padding-top: 80px
}

.seo-3 ul {
	position: relative;
	height: 400px
}

.seo-3 li {
	position: absolute;
	border: 2px solid #838383;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 24px;
	font-weight: bold;
	background-color: #fff
}

.seo-3 li span {
	color: #e62022;
	font-size: 22px;
	line-height: 1
}

.seo-3 li:after {
	position: absolute;
	left: 100%;
	top: 15px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #838383
}

.seo-3 li:nth-child(even):after {
	left: auto;
	right: 100%;
	border-width: 8px 16px 8px 0;
	border-color: transparent #838383 transparent transparent
}

.seo-3 li.o1 {
	top: 0;
	right: 844px
}

.seo-3 li.o2 {
	top: 0;
	left: 795px
}

.seo-3 li.o3 {
	top: 100px;
	right: 886px
}

.seo-3 li.o4 {
	top: 100px;
	left: 838px
}

.seo-3 li.o5 {
	top: 200px;
	right: 886px
}

.seo-3 li.o6 {
	top: 200px;
	left: 838px
}

.seo-3 li.o7 {
	top: 300px;
	right: 844px
}

.seo-3 li.o8 {
	top: 300px;
	left: 795px
}

.seo-3 .zd {
	display: block;
	margin: 0 auto;
	border: 1px #e62022 dashed;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	text-align: center;
	padding: 5px
}

.seo-3 .zd span {
	display: block;
	background-color: #e62022;
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	padding: 23px 0
}

.seo-3 .zd:hover {
	border-color: #000
}

.seo-3 .zd:hover span {
	background-color: #000
}

.seo-4 .item {
	float: left;
	width: 560px
}

.seo-4 .tit {
	margin-bottom: 30px
}

.seo-4 .tit h4 {
	margin: 0;
	font-size: 36px;
	color: #e62022
}

.seo-4 .tit h4 small {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	margin-left: 20px
}

.seo-4 .tit span {
	display: block;
	font-size: 26px
}

.seo-4 ul {
	border: 1px solid #e62022;
	border-radius: 10px;
	padding: 10px 20px 30px 20px
}

.seo-4 li {
	margin: 10px 0;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.seo-4 li span {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	text-align: center;
	background-color: #e62022;
	color: #fff;
	margin-right: 10px;
	border-radius: 3px;
	line-height: 22px
}

.seo-4 li:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.seo-4 li em {
	font-style: normal;
	color: #e62022
}

.seo-4 .more {
	display: block;
	line-height: 44px;
	width: 180px;
	text-align: center;
	margin: -20px auto 0;
	background-color: #e62022;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.seo-4 .more:hover {
	background-color: #000
}

.seo-5 {
	font-size: 0;
	margin-left: -50px;
	text-align: center
}

.seo-5 li {
	display: inline-block;
	vertical-align: middle;
	width: 20%
}

.seo-5 li .wrap {
	margin: 0 0 0 50px
}

.seo-5 li .m {
	background: url(../images/img10_2.png) no-repeat center / contain;
	height: 180px
}

.seo-5 li .m i {
	display: block;
	background: no-repeat center / contain;
	height: 77.77%
}

.seo-5 li .m i.i1 {
	background-image: url(../images/ys1.png)
}

.seo-5 li .m i.i2 {
	background-image: url(../images/ys2.png)
}

.seo-5 li .m i.i3 {
	background-image: url(../images/ys3.png)
}

.seo-5 li .m i.i4 {
	background-image: url(../images/ys4.png)
}

.seo-5 li .m i.i5 {
	background-image: url(../images/ys5.png)
}

.seo-5 li .wrap:hover .m i.i1 {
	background-image: url(../images/ys11.png)
}

.seo-5 li .wrap:hover .m i.i2 {
	background-image: url(../images/ys22.png)
}

.seo-5 li .wrap:hover .m i.i3 {
	background-image: url(../images/ys33.png)
}

.seo-5 li .wrap:hover .m i.i4 {
	background-image: url(../images/ys44.png)
}

.seo-5 li .wrap:hover .m i.i5 {
	background-image: url(../images/ys55.png)
}

.seo-5 li h4 {
	margin: 15px 0;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.seo-5 li p {
	margin: 0;
	font-size: 14px;
	color: #666
}

.about-1 {
	margin: 0
}

.about-1 .text {
	/* margin-top:50px; */
	text-align: justify;
	font-size: 16px;
	line-height: 1.8
}

.about-1 .text p {
	margin: 0;
	/* text-indent:2em */
}

.about-1 .in-total {
	margin-top: 50px;
	background: none;
	color: #333
}

.about-1 .in-total li {
	padding: 0
}

.about-2 {
	background-image: url(../images/xuanzebg.jpg)
}

.about-2 .logo {
	margin-bottom: -80px
}

.about-2 .logo img {
	-webkit-animation: none;
	animation: none
}

.about-3 {
	margin: -20px 0 0 -20px
}

.about-3 li {
	float: left;
	width: 33.333333%
}

.about-3 li a {
	display: block;
	border: 1px solid #eaeaea;
	padding: 20px;
	margin: 20px 0 0 20px
}

.about-3 li h4 {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.about-3 li p {
	margin: 10px 0 0;
	height: 40px;
	overflow: hidden
}

.about-3 li a:hover {
	box-shadow: 0 0 30px #eeeeee
}

.about-3-more {
	margin-top: 40px;
	text-align: center;
	font-size: 0
}

.about-3-more a {
	display: inline-block;
	background-color: #e62022;
	color: #fff;
	border-radius: 50px;
	font-size: 22px;
	line-height: 45px;
	width: 400px;
	vertical-align: middle;
	margin: 0 20px
}

.about-3-more a:last-child {
	background-color: #000
}

.table-1 img {
	display: inline-block;
	vertical-align: middle
}

.table-1 table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	font-size: 16px
}

.table-1 tr:nth-child(odd) {
	background-color: #eee
}

.table-1 th,
.table-1 td {
	border: 1px solid #ddd;
	padding: 15px 20px
}

.table-1 th {
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #fff
}

.table-1 th:first-child {
	width: 180px;
	background-color: #474747
}

.table-1 th:nth-child(2) {
	background-color: #e62022
}

.table-1 th:last-child {
	background-color: #8e8e8e
}

.table-1 td:first-child {
	color: #888
}

.map {
	height: 500px
}

.contact-left {
	float: left;
	width: 750px
}

.contact-left .tel {
	font-size: 20px;
	margin-bottom: 30px
}

.contact-left .tel strong {
	font-family: Impact;
	font-size: 34px;
	color: #e62022
}

.contact-left li {
	background: no-repeat 0 0;
	border-bottom: 1px dashed #cac9c9;
	padding-left: 45px;
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1.8
}

.contact-left li.i1 {
	background-image: url(../images/conatct_icon2.png)
}

.contact-left li.i2 {
	background-image: url(../images/conatct_icon3.png)
}

.contact-left li.i3 {
	background-image: url(../images/zuoxi.png)
}

.contact-left li.i4 {
	background-image: url(../images/conatct_icon1.png)
}

.contact-right {
	float: right;
	width: 370px
}

.contact-right .tit {
	font-size: 16px
}

.contact-right .tit img {
	vertical-align: middle
}

.contact-right dl {
	margin: 20px 0 0;
	overflow: hidden
}

.contact-right dt {
	float: left;
	width: 152px;
	border: 1px solid #ebebeb
}

.contact-right dd {
	margin-left: 170px
}

.contact-right dd h4 {
	font-size: 26px;
	font-weight: normal;
	margin: 0
}

.contact-right dd p {
	margin: 15px 0 0;
	font-size: 16px;
	color: #999
}

.v-lanmu {
	float: right;
	width: 160px
}

.v-lanmu li {
	margin-bottom: 10px
}

.v-lanmu li a {
	display: block;
	width: 90px;
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.v-lanmu li a:after {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #e62022;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.v-lanmu li strong {
	display: block;
	line-height: 1.1;
	margin-bottom: 5px
}

.v-lanmu li a:hover {
	background-color: #e62022;
	color: #fff;
	border-color: #e62022;
	width: 118px
}

.v-lanmu li a:hover:after {
	background-color: #fff
}

.v-main {
	float: left;
	width: 100%;
}

.h-lanmu {
	font-size: 0;
	margin-bottom: 20px
}

.h-lanmu li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0
}

.h-lanmu li a {
	display: block;
	padding: 0 30px;
	line-height: 50px;
	background-color: #fff;
	font-size: 16px
}

.h-lanmu li a:hover,
.h-lanmu li.active a {
	background-color: #e62022;
	color: #fff
}

.list-3 li {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	background-color: #fff;
	padding: 20px
}

.list-3 li a {}

.list-3 .rc {
	width: 28%;
	margin-left: 1%;
	box-shadow: 0px 1px 10px 0px #ccc;
	float: left;
}

.list-3 .rc {
	width: 26%;
}

.list-3 li .img-center {
	float: left;
	width: 204px
}

.list-3 li .text {
	margin-left: 224px
}

.list-3 li .rclb {
	margin-left: 0;
}

.list-3 li .text h4 {
	margin: 0;
	font-size: 18px;
	font-weight: normal
}

.list-3 li .text p {
	color: #999;
	margin-top: 5px;
}

.list-3 li .text p a {
	font-size: 12px;
	color: #fff;
	padding: 2px 5px;
	margin: 3px;
}

.list-3 li .text span {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	color: #999
}

.list-3 li:hover {
	box-shadow: 0 0 20px #eeeeee
}

.v-right {
	float: right;
	width: 300px;
	margin-left: 20px;
}

.v-right .ritems {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.v-right .ritems h2 {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	margin: 0;
}

.v-right .ritems h2 span {
	border-bottom: 1px solid #e62022;
	padding-bottom: 10px;
	display: inline-block;
}

.hotlist li {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}

.hotlist li a {
	display: flex;
	overflow: hidden;
	align-items: center;
	height: 54px;
}

.hotlist li a img {
	width: 80px;
	height: 50px;
	border: 1px solid #eee;
	padding: 1px;
	margin-right: 12px;
}

.hotlist li a span {
	flex: 1;
	font-size: 14px;
}

.taglist {
	overflow: hidden;
	padding-top: 10px;
}

.taglist a {
	padding: 3px 10px;
	background: #e62022;
	color: #fff;
	margin: 10px 10px 0 0;
	float: left;
}

.newbox {
	background: #fff;
	padding: 25px;
	overflow: hidden;
}

.newbox .newtit {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
}

.newbox .newtit p {
	font-size: 14px;
	color: #888;
	padding-top: 15px;
}

.prevnext {
	font-size: 16px;
	padding: 20px 0;
	overflow: hidden;
	color: #666;
}

.xgnews {}

.xwbk {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.xwbk h2 {
	font-size: 18px;
}

.xwbk p {}

.xwbk img {
	width: 100%;
	height: 215px;
}

.xwbk p {
	font-size: 14px;
	line-height: 28px;
}

.prevnext .fl {
	width: 50%;
	overflow: hidden;
}

.prevnext .fr {
	overflow: hidden;
}

.prevnext a {
	color: #666;
}

.prevnext a:hover {
	color: #ee1e1e;
}

@media(max-width:767px) {
	.v-right {
		display: none;
	}

	.v-main {
		width: auto;
		float: none;
	}

	.newbox {
		padding: 12px;
	}

	.newbox .newtit h1 {
		font-size: 18px;
		margin: 0;
	}

	.newbox .newtit p {
		padding-top: 5px;
		margin: 0;
		font-size: 12px;
	}

	.prevnext {
		font-size: 14px;
	}
}


.banner-content .inner {
	vertical-align: bottom
}

.content-title {
	text-align: left;
	margin-bottom: 40px
}

.content-title h1 {
	font-size: 38px;
	margin: 0
}

.content-title p {
	font-size: 0;
	margin: 20px 0 0
}

.content-title p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 30px
}

.content-main,
.content-xg {
	background-color: #fff;
	padding: 30px
}

.content-body {
	line-height: 1.8
}

.content-body img {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important
}

.content-exp {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	overflow: hidden;
	margin-top: 20px
}

.content-exp a {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.content-exp a:last-child {
	text-align: right
}

.content-tips {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	margin-top: 20px;
	line-height: 1.8;
	color: #e62022
}

.content-tips .ss {
	padding: 2px 6px;
	background-color: #e62022;
	color: #fff
}

.content-xg {
	margin-top: 30px
}

.content-xg-left {
	float: left;
	width: 520px;
	border-right: 1px solid #eee;
	padding-right: 50px
}

.content-xg-right {
	float: right;
	width: 520px
}

.content-xg .tit {
	line-height: 1;
	border-left: 6px solid #e62022;
	font-size: 24px;
	padding-left: 15px;
	margin-bottom: 20px
}

.content-xg li {
	color: #666;
	line-height: 30px;
	list-style-type: none;
}

.content-xg li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.content-xg li span {
	float: right;
	font-size: 12px;
	color: #999;
}

.webdes {
	margin: 10px 0 0 -20px
}

.webdes li {
	float: left;
	width: 25%
}

.webdes li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	text-align: center;
	border: 2px #efefef solid;
	line-height: 98px;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.webdes li a:hover {
	border-color: #e62022;
	color: #e62022
}

.content-case-title {
	background-color: #1e1d1d;
	color: #9b9b9b;
	padding: 50px 0
}

.content-case-title a {
	color: #9b9b9b
}

.content-case-title a:hover {
	color: #fff
}

.content-case-title h4 {
	margin: 0 0 20px;
	font-size: 32px
}

.content-case-title h5 {
	margin: 0 0 20px;
	font-size: 18px
}

.content-case-title dl {
	margin: 20px 0 0
}

.content-case-title dt {
	font-size: 16px;
	background: url(../images/cu_jj.png) no-repeat 0 center;
	padding-left: 30px;
	margin-bottom: 10px
}

.content-case-title dt.ico-fw {
	background-image: url(../images/cu_xm.png)
}

.content-case-title dd {
	margin: 0;
	line-height: 1.8;
	text-align: justify
}

.content-case-title dd .cehuap {
	font-size: 0;
	margin-top: -10px;
	text-align: left;
	margin-left: -15px
}

.content-case-title dd .cehuap p {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #a0a0a0;
	border: 1px solid #3d3d3d;
	border-radius: 30px;
	margin: 10px 0 0 15px;
	vertical-align: top;
	padding: 0 20px
}

.content-case-title .view {
	font-size: 16px;
	background: url(../images/dianzan.png) no-repeat 0 center;
	padding-left: 30px
}

.content-case-title .btn {
	margin-top: 30px
}

.content-case-title .btn a {
	display: block;
	margin-top: 15px;
	border: 1px solid #9b9b9b;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	border-radius: 20px
}

.content-case-title .btn a:hover,
.content-case-title .btn a:last-child {
	background-color: #e62022;
	border-color: #e62022;
	color: #fff
}

.content-case-title-left {
	float: left;
	width: 920px
}

.content-case-title-right {
	float: right;
	width: 180px;
	padding-top: 50px
}

.content-case-xg .tit {
	font-size: 28px;
	margin-bottom: 40px
}

.list-4 {
	margin: -40px 0 0 -40px
}

.list-4 li {
	float: left;
	width: 33.333333%
}

.list-4 li a {
	display: block;
	background-color: #fff;
	margin: 40px 0 0 40px
}

.list-4 li .img-cover {
	padding-top: 71%
}

.list-4 li .text {
	padding: 20px
}

.list-4 li .text h4 {
	font-weight: normal;
	margin: 0;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list-4 li .text p {
	margin: 10px 0 0;
	color: #888;
	height: 40px;
	overflow: hidden
}

.list-4 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.wzjs-1 {
	margin-bottom: 40px
}

.wzjs-1 .pic {
	float: left;
	padding: 10px;
	width: 450px;
	background: url(../images/bj_12.jpg) center no-repeat;
	height: 305px
}

.wzjs-1 .pic .img-center {
	height: 305px;
	line-height: 305px
}

.wzjs-1 .info {
	margin-left: 500px
}

.wzjs-1 .info h1 {
	margin: 0;
	font-size: 0;
	font-weight: normal
}

.wzjs-1 .info h1 span,
.wzjs-1 .info h1 small {
	display: inline-block;
	vertical-align: middle
}

.wzjs-1 .info h1 span {
	font-size: 32px;
	margin-right: 15px
}

.wzjs-1 .info h1 small {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	padding: 0 4px
}

.wzjs-1 .text {
	padding: 15px;
	background: url(../images/conbg_03.jpg) repeat center;
	margin-top: 20px
}

.wzjs-1 .text .item {
	overflow: hidden;
	margin-bottom: 15px
}

.wzjs-1 .text .item.sb-bb {
	margin-bottom: 0
}

.wzjs-1 .text .sb-it {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 15px
}

.wzjs-1 .text .label {
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding: 0 5px;
	border: 1px solid #aaaaaa;
	color: #828282
}

.wzjs-1 .text .con {
	margin-left: 70px;
	line-height: 24px
}

.wzjs-1 .text .con strong {
	color: #e62022;
	font-size: 20px
}

.wzjs-1 .text .tag {
	font-size: 0;
	margin-bottom: -10px
}

.wzjs-1 .text .tag span {
	font-size: 12px;
	line-height: 22px;
	padding: 0 5px;
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px
}

.wzjs-1 .text .btn {
	margin-top: 40px;
	font-size: 0
}

.wzjs-1 .text .btn a {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	margin: 10px 10px 0 0;
	position: relative;
	border: 1px solid #666;
	color: #666;
	line-height: 30px;
	text-align: center;
	padding: 0 20px
}

.wzjs-1 .text .btn .img-center {
	position: absolute;
	top: 100%;
	background-color: #666;
	left: 50%;
	width: 100px;
	padding: 5px;
	margin-left: -55px;
	display: none;
	z-index: 1
}

.wzjs-1 .text .btn a:hover {
	background-color: #666;
	color: #fff
}

.wzjs-1 .text .btn a:hover .img-center {
	display: block
}

.wzjs-1 .text .btn a:first-child {
	background-color: #e62022;
	color: #fff;
	border-color: #e62022
}

.wzjs-1 .text .btn a:last-child {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.wzjs-box {
	margin-bottom: 40px
}

.wzjs-tit {
	margin-bottom: 20px;
	border-bottom: 2px solid #d7d7d7;
	line-height: 22px
}

.wzjs-tit span {
	display: inline-block;
	font-size: 22px;
	border-bottom: 2px solid #e62022;
	margin-bottom: -2px;
	padding-bottom: 10px
}

.wzjs-tit span i {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	width: 22px;
	text-align: center;
	color: #fff;
	background-color: #e62022;
	border-radius: 50%;
	font-style: normal;
	font-size: 14px;
	margin-right: 10px
}

.wzjs-tit em {
	float: right;
	font-size: 12px;
	color: #999;
	font-style: normal
}

.wzjs-2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #666
}

.wzjs-2 .tel {
	float: right;
	color: #e62022;
	background: url(../images/gw.jpg) no-repeat 0 center;
	padding-left: 30px
}

.wzjs-2 strong {
	color: #e62022
}

.table-2 table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	line-height: 1.8
}

.table-2 th,
.table-2 td {
	border: 1px solid #ddd;
	padding: 12px 20px
}

.table-2 th {
	font-size: 16px;
	font-weight: normal;
	background-color: #f5f6f7
}

.table-2 th:first-child,
.table-2 td:first-child {
	width: 110px;
	background: url(../images/c-c3.jpg) repeat-y right center #f5f6f7
}

.table-2 th:last-child,
.table-2 td:last-child {
	width: 200px
}

.table-2 td {
	color: #666
}

.table-2 td img {
	display: inline-block;
	vertical-align: middle
}

.table-2 td .btn {
	display: inline-block;
	padding: 2px 12px;
	background-color: #e62022;
	color: #fff
}

.wybzd {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin: -20px 0 40px
}

.wybzd p {
	margin: 0
}

.wzjs-3 li {
	float: left;
	width: 16.666666666%
}

.wzjs-3 li .wrap {
	padding: 10px 20px;
	text-align: center
}

.wzjs-3 li .img-center {
	height: 42px;
	line-height: 42px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.wzjs-3 li p {
	margin: 10px 0 0;
	font-size: 16px
}

.wzjs-3 li .wrap:hover {
	box-shadow: 0 0 26px #d2d2d2
}

.wzjs-3 li .wrap:hover .img-center {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.wzjs-3-tips {
	margin-top: 20px;
	padding: 5px 15px;
	border: 1px solid #e62022
}

.wzjs-3-tips p {
	margin: 10px 0
}

.wzjs-3-tips p strong {
	color: #fe6700
}

.wzjs-4 li {
	float: left;
	width: 12.5%
}

.wzjs-4 li .wrap {
	position: relative
}

.wzjs-4 li .wrap:after {
	content: '';
	position: absolute;
	width: 27px;
	height: 34px;
	background: url(../images/lc_85.jpg) no-repeat center / cover;
	top: 13px;
	right: -13px
}

.wzjs-4 li .img-center {
	height: 60px;
	line-height: 60px
}

.wzjs-4 li p {
	margin: 10px 0 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.wzjs-4 li:last-child .wrap:after {
	display: none
}

.wzjs-5 {
	position: relative
}

.wzjs-5 .bg {
	position: absolute;
	left: 50%;
	top: 0;
	background: url(../images/shzb_97.jpg) no-repeat center / contain;
	width: 28px;
	height: 100%;
	margin-left: -14px
}

.wzjs-5 .wzjs-box {
	width: 520px
}

.wzjs-5 .text {
	color: #666;
	line-height: 1.8
}

.wzjs-5-left {
	float: left;
	background: url(../images/bg-bg_03.jpg) no-repeat right bottom
}

.wzjs-5-right {
	float: right;
	background: url(../images/bg-bg_05.jpg) no-repeat right bottom
}

.wzjs-6 {
	margin: 0
}

.wzjs-6 dt {
	float: right;
	width: 600px
}

.wzjs-6 dd {
	margin: 0 700px 0 100px;
	padding-top: 60px
}

.wzjs-6 dd p {
	margin: 0 0 15px;
	line-height: 2;
	font-size: 16px;
	background-color: #ececec;
	padding: 0 20px;
	border-left: 10px solid #e79d22
}

.more-big-2 {
	display: block;
	margin: 40px auto 0;
	line-height: 48px;
	font-size: 16px;
	width: 260px;
	text-align: center;
	background-color: #ababab;
	border-radius: 50px;
	color: #fff !important
}

.more-big-2:hover {
	background-color: #737373
}

.wzjs-7 {
	position: relative
}

.wzjs-7 .bg {
	position: absolute;
	left: 692px;
	top: 0;
	background: url(../images/shzb_97.jpg) no-repeat center / contain;
	width: 28px;
	height: 100%
}

.wzjs-7 dl {
	margin: 0 0 20px;
	overflow: hidden
}

.wzjs-7 dt {
	float: left;
	color: #fff;
	text-align: center;
	width: 83px;
	background: url(../images/psd_123.jpg) no-repeat center 0 / contain;
	font-size: 22px;
	padding-top: 10px;
	height: 92px
}

.wzjs-7 dd {
	margin-left: 110px
}

.wzjs-7 dd h4 {
	margin: 0;
	font-size: 22px;
	font-weight: normal
}

.wzjs-7 dd p {
	margin: 15px 0 0;
	color: #9d9d9d;
	line-height: 1.8
}

.wzjs-7 .list li {
	color: #666;
	line-height: 40px;
	list-style: disc;
	list-style-position: inside;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	border-bottom: 1px dashed #d7d8d8
}

.wzjs-7 .list li span {
	float: right;
	font-size: 12px;
	color: #999
}

.wzjs-7 .menu {
	overflow: hidden;
	margin: 0 0 0 -20px;
	padding-top: 72px
}

.wzjs-7 .menu li {
	float: left
}

.wzjs-7 .menu li a {
	display: block;
	margin: 0 0 20px 20px;
	line-height: 30px;
	padding: 0 30px;
	border-radius: 30px;
	background-color: #e5e5e5
}

.wzjs-7 .menu li.active a {
	background-color: #e62022;
	color: #fff
}

.wzjs-7 .more {
	display: inline-block;
	font-size: 16px;
	margin-top: 20px
}

.wzjs-7-left {
	float: left;
	width: 680px;
	padding-right: 40px
}

.wzjs-7-right {
	float: right;
	width: 460px
}

.taocan_titleo {
	display: block;
	text-align: center;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	width: 500px;
	margin: 30px auto 0;
	padding: 10px;
	border-radius: 20px
}

.case-wrap {
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
	min-width: 1200px
}

@media screen and (max-width:1200px) {
	.center {
		width: 100%
	}
}

@media screen and (max-width:450px) {
	.box_tit p {
		font-size: 1rem
	}

	.pro_screen ul li {
		width: 31.33%;
		margin: 1%
	}

	.pro_screen ul li a {
		width: 100%
	}

	.flex_between {
		padding-bottom: 15px
	}

	.case_list ul li .text h3 {
		font-size: .118rem;
		line-height: .2rem;
		margin-top: 10px;
		padding: 0;
		padding-bottom: 5px;
		height: .4rem;
		overflow: hidden
	}

	.case_list ul li .text2 {
		padding: 0
	}

	.case_list ul li .text2 span {
		font-size: .09rem;
		margin-top: 8px
	}

	.case_list ul li .text2 span i {
		font-size: .14rem
	}

	.case_list ul li .text2 span {
		font-size: .09rem;
		margin-top: 8px
	}

	.case_list ul li .text2 a {
		display: none
	}
}

.oneform input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.7
}

.oneform input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
	opacity: 0.7
}

.oneform input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
	opacity: 0.7
}

.oneform input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 0.7
}

.oneform {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none
}

.oneform .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7)
}

.onebox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 930px;
	margin-left: -465px;
	background-color: #ed1c24;
	color: #fff;
	margin-top: -260px
}

.onebox-wrap {
	border: 1px #fff dashed;
	margin: 15px;
	padding: 35px
}

.onebox .close {
	float: right;
	width: 42px;
	height: 42px;
	background: url(../images/tc_btn_1.png) no-repeat center / contain;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.onebox .close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.onebox .tit {
	margin-bottom: 35px;
	font-size: 40px;
	background: no-repeat 0 center / contain;
	padding-left: 245px
}

.onebox ul {
	margin: -15px 0 0 -15px
}

.onebox li {
	float: left;
	width: 50%
}

.onebox li.full {
	width: 100%
}

.onebox li .wrap {
	margin: 15px 0 0 15px;
	overflow: hidden;
	border: 1px #e7a8aa solid;
	border-radius: 8px
}

.onebox li i {
	float: left;
	background: no-repeat center / contain;
	width: 54px;
	height: 54px
}

.onebox li i.i1 {
	background-image: url(../images/tc_ico_1.png)
}

.onebox li i.i2 {
	background-image: url(../images/tc_ico_2.png)
}

.onebox li i.i3 {
	background-image: url(../images/tc_ico_3.png)
}

.onebox li i.i4 {
	background-image: url(../images/tc_ico_4.png)
}

.onebox li i.i5 {
	background-image: url(../images/tc_ico_5.png)
}

.onebox li input {
	display: block;
	margin-left: 54px;
	border: none;
	background: none;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 12px;
	width: 326px
}

.onebox li textarea {
	display: block;
	border: none;
	background: none;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 12px;
	width: 380px
}

.onebox li.full textarea {
	width: 802px
}

.onebox li.yzm img {
	float: right;
	height: 54px;
	width: 120px
}

.onebox li.yzm input {
	width: 190px
}

.onebox .submit {
	display: block;
	border: 0;
	height: 54px;
	width: 100%;
	cursor: pointer;
	font-size: 20px;
	color: #d32329;
	background: #fff
}

.onebox .submit:hover {
	background-color: #ed1c24;
	color: #fff
}

.weizhi {
	float: right;
	font-size: 14px
}

.weizhi a {
	color: #fff
}

.weizhi em {
	font-style: normal;
	padding: 0 5px
}

@media screen and (max-width:767px) {
	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.container {
		width: auto;
		max-width: 92%;
	}

	.box_tit {
		margin: 20px 0
	}

	.box_tit span {
		font-size: 2rem
	}

	.box_tit p {
		padding: 0 8%
	}

	.pro_screen {
		padding: 20px 0
	}

	.pro_screen ul {
		padding-left: 70px
	}

	.pro_screen ul li:first-child {
		position: absolute;
		left: 0
	}

	.pro_screen ul li a {
		width: 100px;
		padding: 6px 0;
		border: 1px solid #ddd;
		text-align: center
	}

	.flex_between {
		padding-top: 0;
		width: 90%;
		margin: 0 5%
	}

	.flex_between .text {
		width: 100%
	}

	.flex_between .search {
		width: 100%;
		padding-right: 0;
		margin-top: 15px
	}

	.flex_between .search input[type="text"] {
		width: 60%;
		border: 1px solid #ddd;
		float: left;
		padding: 0 10px;
		outline: 0
	}

	.flex_between .search input[type="submit"] {
		width: 30%
	}

	.case_list ul li {
		width: 41.5%;
		margin: 2%
	}

	.case_list ul li:nth-child(3n) {
		margin-right: 2%
	}

	.kf {
		display: none
	}

	.footer-fix {
		display: block
	}

	.header {
		background-color: #e62022;
		padding: 10px 0;
		position: fixed
	}

	.header .logo {
		height: 30px;
		padding: 0;
		line-height: 30px;
		float: none
	}

	.header .nav {
		display: none;
		margin: 10px -15px 0;
		text-align: left;
		float: none
	}

	.header .nav li {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		margin: 0
	}

	.header .nav li .arr {
		display: block
	}

	.header .nav li a {
		border-bottom: 0;
		padding: 0 15px;
		font-size: 14px;
		color: #fff !important;
		line-height: 40px
	}

	.header .nav li a span {
		opacity: 1
	}

	.header .nav li.open .arr:after {
		border-color: #fff;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg)
	}

	.header .nav .dropdown-box {
		position: static;
		width: auto;
		margin: 0;
		text-align: left;
		background-color: #a90002
	}

	.header .nav .dropdown-box a {
		padding: 0 15px;
		line-height: 40px
	}

	.header .nav li.active a,
	.header .nav li.open a,
	.header .nav li a:hover {
		color: #ce2e33
	}

	.menu-btn {
		display: block
	}

	.sp_nav_body {
		overflow: visible
	}

	.sp_nav {
		display: none
	}

	.sp_nav-box {
		display: none !important
	}

	.banner {
		height: 250px;
		display: none;
	}

	.banner .img-cover,
	.banner .swiper-pagination {
		display: block
	}

	.banner video {
		display: none
	}

	.banner .text h4 {
		font-size: 20px;
		margin-bottom: 15px;
		display: none;
	}

	.banner .text p {
		font-size: 14px;
		padding: 0 12px;
		display: none;
	}

	.banner .text a {
		margin-top: 20px;
		font-size: 14px;
		line-height: 32px;
		width: 120px
	}

	.in-total {
		margin: 0 -15px
	}

	.in-total li {
		padding: 15px 0
	}

	.in-total li span {
		font-size: 12px
	}

	.in-total li strong {
		font-size: 24px
	}

	.in-total li p {
		margin: 5px 0 0;
		font-size: 12px
	}

	.section {
		padding: 30px 0
	}

	.section-title {
		font-size: 20px;
		margin-bottom: 20px
	}

	.section-title p {
		font-size: 12px
	}

	.section-title-1 {
		background-size: auto 28px;
		background-position: center 0
	}

	.section-title-1 strong {
		padding: 0 10px
	}

	.section-sub {
		padding: 20px 0
	}

	.in-server {
		display: flex;
		flex-wrap: wrap;
	}

	.in-server li {
		width: 50%;
	}

	.in-server li a {
		border: 0
	}

	.in-server li span {
		display: none
	}

	.in-server li .img-center {
		line-height: 50px;
		height: 50px;
		padding: 0
	}

	.in-server li h4 {
		font-size: 16px;
		margin: 10px 0 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: bold;
	}

	.in-server li p {
		margin: 0;
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}

	.in-server li:first-child {
		width: 100%
	}

	.in-seo li {
		width: 100%
	}

	.in-seo li a {
		padding: 20px
	}

	.in-seo li .img-center {
		height: 40px;
		line-height: 40px
	}

	.in-seo li p {
		margin-top: 10px
	}

	.in-menu {
		margin: -5px 0 15px -5px
	}

	.in-menu {
		display: none
	}

	.in-menu li a {
		font-size: 14px;
		padding: 0 10px;
		line-height: 32px;
		margin: 5px 0 0 5px
	}

	.list-1 {
		margin: -10px 0 0 -10px
	}

	.list-1 li {
		width: 50%
	}

	.list-1 li a {
		margin: 10px 0 0 10px
	}

	.list-1 li .text {
		position: static;
		-webkit-transform: scale(1);
		transform: scale(1);
		width: auto;
		height: auto;
		display: block;
		background-color: #fff;
		color: #333
	}

	.list-1 li .inner {
		display: block;
		text-align: left;
		padding: 10px 0;
	}

	.list-1 li .text h4 {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.list-1 li .text p {
		font-size: 12px;
		margin-top: 0;
		color: #666;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.list-2 {
		margin: -15px 0 0 -15px
	}

	.list-2 li {
		width: 100%
	}

	.list-2 li a {
		margin: 15px 0 0 15px;
		padding: 10px
	}

	.index-news-menu {
		display: block
	}

	.index-news-con .img-center {
		display: none
	}

	.index-news-con .list-2 {
		margin-left: -15px
	}

	.in-desc .logo {
		float: none;
		text-align: center;
		width: auto;
		height: 100px;
		line-height: 100px
	}

	.in-desc .text {
		margin: 20px 0 0
	}

	.in-desc .text h4 {
		font-size: 20px
	}

	.in-desc .text h5 {
		margin: 15px 0 5px;
		font-size: 14px
	}

	.in-desc .text p {
		font-size: 12px
	}

	.in-desc .text a {
		display: none
	}

	.in-partners {
		margin: -5px 0 0 -5px
	}

	.in-partners li a {
		margin: 5px 0 0 5px
	}

	.in-partners li .img-center {
		height: 45px;
		line-height: 45px
	}

	.in-process {
		margin-top: -15px
	}

	.in-process li {
		width: 33.333333%
	}

	.in-process li a {
		margin-top: 15px
	}

	.in-process li .img-center {
		height: 30px;
		line-height: 30px
	}

	.in-process li h4 {
		font-size: 14px;
		margin-top: 10px
	}

	.in-process li p {
		margin-top: 5px
	}

	.in-dynamic {
		margin-top: -15px
	}

	.in-dynamic li {
		width: 100%
	}

	.in-dynamic li a {
		margin-top: 15px;
		padding: 15px
	}

	.in-dynamic li h4 {
		font-size: 16px
	}

	.in-dynamic li p {
		margin-top: 10px
	}

	.more-big {
		margin-top: 30px;
		line-height: 40px
	}

	.in-partone li {
		width: 100%
	}

	.in-partone li .wrap {
		padding: 40px 10px
	}

	.in-partone li h4 {
		font-size: 20px
	}

	.in-partone li a {
		font-size: 14px;
		margin-top: 20px;
		width: 120px
	}

	.in-ready {
		display: none
	}

	.footer {}

	.footer dl {
		display: none
	}

	.footer dt {
		margin-bottom: 10px
	}

	.footer .lx {
		display: block;
		float: none;
		width: auto
	}

	.footer .lx .tel {
		font-size: 30px
	}

	.footer-top {
		display: none
	}

	.footer-copy {
		padding: 15px 0;
		font-size: 12px;
		margin-top: 30px
	}

	.banner-sub {
		height: 120px;
		font-size: 20px
	}

	.pages {
		margin-top: 20px
	}

	.pages a {
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px
	}

	.lanmu-title {
		display: block
	}

	.lanmu ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 11;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		display: none
	}

	.lanmu li {
		display: block;
		border-top: 1px solid #ddd;
		margin: 0
	}

	.lanmu li a {
		display: block;
		line-height: 40px;
		text-align: center;
		border-right: 0;
		font-size: 14px
	}

	.lanmu li.active a,
	.lanmu li a:hover {
		background-color: transparent;
		color: #e62022
	}

	.position {
		padding: 10px 0;
		font-size: 12px
	}

	.position i {
		margin-right: 5px;
		height: 17px;
		background-size: 12px;
		width: 12px
	}

	.position.n {
		background: #fff;
	}

	.seo-1 {
		margin: -10px 0 0 -10px
	}

	.seo-1 li {
		width: 50%
	}

	.seo-1 li a {
		margin: 10px 0 0 10px;
		padding: 75px 10px 10px
	}

	.seo-1 li h4 {
		margin-bottom: 10px;
		font-size: 14px
	}

	.seo-1 li p {
		font-size: 12px;
		height: 85px
	}

	.seo-1 li:last-child {
		display: none
	}

	.seo-2 {
		padding: 0;
		margin: -10px 0 0 -10px;
		background-color: transparent
	}

	.seo-2 li {
		width: 50%
	}

	.seo-2 li a {
		margin: 10px 0 0 10px;
		background-color: #fff;
		padding: 5px
	}

	.seo-2 li .img-center {
		height: 156px;
		line-height: 156px
	}

	.seo-2 li .text {
		line-height: 34px;
		font-size: 12px
	}

	.seo-3 {
		padding: 0;
		background: none
	}

	.seo-3 ul {
		height: auto
	}

	.seo-3 li {
		position: static;
		margin-bottom: 15px;
		padding: 10px 15px;
		font-size: 14px
	}

	.seo-3 li:after {
		display: none !important
	}

	.seo-3 li span {
		font-size: 16px
	}

	.seo-3 .zd {
		width: 88px;
		height: 88px
	}

	.seo-3 .zd span {
		font-size: 16px;
		padding: 22px 0
	}

	.seo-4 .item {
		width: 100%;
		margin-bottom: 30px
	}

	.seo-4 .item:last-child {
		margin-bottom: 0
	}

	.seo-4 .tit {
		margin-bottom: 20px
	}

	.seo-4 .tit h4 {
		font-size: 20px
	}

	.seo-4 .tit h4 small {
		font-size: 14px;
		margin-left: 10px
	}

	.seo-4 .tit span {
		font-size: 16px
	}

	.seo-4 ul {
		padding: 10px 15px 20px 15px
	}

	.seo-4 li {
		font-size: 14px
	}

	.seo-4 li span {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		line-height: 20px
	}

	.seo-4 .more {
		line-height: 34px;
		font-size: 14px;
		margin-top: -15px
	}

	.seo-5 {
		margin: -15px 0 0 -15px
	}

	.seo-5 li {
		width: 33.333333%
	}

	.seo-5 li .wrap {
		margin: 15px 0 0 15px
	}

	.seo-5 li .m {
		height: 75px
	}

	.seo-5 li h4 {
		margin: 10px 0;
		font-size: 14px
	}

	.seo-5 li p {
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.about-1 .img-center {
		width: 70%;
		margin: 0 auto
	}

	.about-1 .text {
		margin-top: 0px;
		font-size: 14px
	}

	.about-1 .in-total {
		margin-top: 20px
	}

	.about-2 .logo {
		display: none
	}

	.about-2 .text {
		margin-top: 0
	}

	.about-3 li {
		width: 100%
	}

	.about-3 li a {
		padding: 15px
	}

	.about-3 li h4 {
		font-size: 16px
	}

	.about-3 li p {
		height: auto
	}

	.about-3-more {
		margin-top: 20px
	}

	.about-3-more a {
		display: block;
		margin: 10px 0 0;
		width: auto;
		font-size: 16px;
		line-height: 34px
	}

	.table-1 table {
		font-size: 12px
	}

	.table-1 th,
	.table-1 td {
		padding: 10px
	}

	.table-1 th {
		font-size: 14px
	}

	.table-1 th:last-child {
		display: none
	}

	.table-1 td:last-child {
		display: none
	}

	.table-1 th:first-child {
		width: 80px
	}

	.map {
		height: 300px
	}

	.contact-left,
	.contact-right {
		width: auto;
		float: none
	}

	.contact-left .tel {
		margin-bottom: 20px;
		font-size: 16px
	}

	.contact-left .tel strong {
		font-size: 24px
	}

	.contact-left li {
		font-size: 14px;
		background-size: 24px auto;
		padding-left: 30px
	}

	.contact-right {
		margin-top: 30px
	}

	.contact-right .tit img {
		height: 30px
	}

	.contact-right dt {
		width: 100px
	}

	.contact-right dd {
		margin-left: 115px
	}

	.contact-right dd h4 {
		font-size: 18px
	}

	.contact-right dd p {
		font-size: 14px;
		margin-top: 10px
	}

	.v-lanmu,
	.h-lanmu {
		display: none
	}

	.v-main {
		margin: 0
	}

	.list-3 li {
		margin-bottom: 10px;
		padding: 10px;
	}

	.list-3 li a {}

	.list-3 li .img-center {
		width: 90px;
		margin-right: 12px;
	}

	.list-3 li .img-center img {
		width: 100%;
		height: 70px;
	}

	.list-3 li .text {
		flex: 1;
		overflow: hidden;
		margin-left: 10px;
	}

	.list-3 li .text h4 {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.list-3 li .text p {
		margin-top: 8px;
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.list-3 li .text span {
		display: none
	}

	.banner-content {
		height: auto;
		padding: 30px 0
	}

	.banner-sbanner-contentub .container {
		display: block;
		height: auto
	}

	.banner-content .inner {
		display: block
	}

	.content-title {
		margin: 0
	}

	.content-title h1 {
		font-size: 20px
	}

	.content-title p {
		margin-top: 10px
	}

	.content-title p span {
		font-size: 12px;
		margin-right: 5px
	}

	.content-main,
	.content-xg {
		padding: 15px
	}

	.content-main {
		margin: -30px -15px 0
	}

	.content-exp {
		margin-top: 15px;
		padding-top: 15px;
		font-size: 12px
	}

	.content-exp a {
		float: none;
		display: block;
		width: auto
	}

	.content-exp a:last-child {
		text-align: left;
		margin-top: 10px
	}

	.content-tips {
		margin-top: 15px;
		padding-top: 15px;
		font-size: 12px
	}

	.content-xg {
		margin: 20px -15px 0
	}

	.content-xg .tit {
		font-size: 18px;
		margin-bottom: 10px
	}

	.content-xg-left,
	.content-xg-right {
		float: none;
		width: auto
	}

	.content-xg-left {
		padding-right: 0;
		border-right: 0
	}

	.content-xg-right {
		margin-top: 20px
	}

	.webdes {
		margin-left: -10px
	}

	.webdes li {
		width: 50%
	}

	.webdes li a {
		margin: 10px 0 0 10px;
		line-height: 44px;
		font-size: 14px
	}

	.content-case-title {
		padding: 30px 0
	}

	.content-case-title h4 {
		font-size: 20px;
		margin-bottom: 15px
	}

	.content-case-title h5 {
		font-size: 16px
	}

	.content-case-title .btn {
		margin-top: 20px
	}

	.content-case-title-left,
	.content-case-title-right {
		width: auto;
		float: none
	}

	.content-case-title-right {
		padding-top: 30px
	}

	.content-case-xg .tit {
		font-size: 20px;
		margin-bottom: 20px
	}

	.list-4 {
		margin: -15px 0 0 -15px
	}

	.list-4 li {
		width: 50%
	}

	.list-4 li a {
		margin: 15px 0 0 15px
	}

	.list-4 li .text {
		padding: 10px
	}

	.list-4 li .text h4 {
		font-size: 16px
	}

	.list-4 li .text p {
		font-size: 12px;
		line-height: 20px
	}

	.wzjs-1,
	.wzjs-box {
		margin-bottom: 30px
	}

	.wzjs-1 .pic {
		width: auto;
		float: none;
		padding: 0;
		background: none;
		height: auto
	}

	.wzjs-1 .pic .img-center {
		height: 235px;
		line-height: 235px
	}

	.wzjs-1 .info {
		margin: 20px 0 0
	}

	.wzjs-1 .info h1 span {
		font-size: 18px;
		margin-right: 5px
	}

	.wzjs-1 .info h1 small {
		font-size: 12px;
		line-height: 20px
	}

	.wzjs-1 .text .btn {
		margin-top: 20px
	}

	.wzjs-1 .text .sb-it {
		margin-right: 0;
		display: block
	}

	.wzjs-tit {
		line-height: 20px
	}

	.wzjs-tit em {
		display: none
	}

	.wzjs-tit span {
		font-size: 16px
	}

	.wzjs-tit span i {
		line-height: 20px;
		width: 20px;
		margin-right: 5px
	}

	.wzjs-2 {
		font-size: 16px
	}

	.wzjs-2 .tel {
		float: none;
		margin-bottom: 10px
	}

	.table-2 table {
		font-size: 12px
	}

	.table-2 th,
	.table-2 td {
		padding: 10px
	}

	.table-2 th {
		font-size: 14px
	}

	.table-2 th:first-child,
	.table-2 td:first-child {
		width: 80px
	}

	.table-2 th:last-child {
		display: none
	}

	.table-2 td:last-child {
		display: none
	}

	.table-2 td:first-child img {
		height: 16px;
		width: auto
	}

	.wybzd {
		font-size: 12px;
		line-height: 1.8;
		margin: 0 0 20px
	}

	.wzjs-3 li {
		width: 33.333333%
	}

	.wzjs-3 li .wrap {
		padding: 5px
	}

	.wzjs-3 li .img-center {
		height: 24px;
		line-height: 24px
	}

	.wzjs-3 li p {
		font-size: 12px;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.wzjs-3-tips {
		padding: 0 10px
	}

	.wzjs-4 {
		margin-top: -15px
	}

	.wzjs-4 li {
		width: 25%
	}

	.wzjs-4 li .wrap {
		margin-top: 15px
	}

	.wzjs-4 li .wrap:after {
		display: none
	}

	.wzjs-4 li .img-center {
		height: 40px;
		line-height: 40px
	}

	.wzjs-4 li p {
		font-size: 12px
	}

	.wzjs-5 .bg {
		display: none
	}

	.wzjs-5 .wzjs-box {
		width: auto
	}

	.wzjs-5-left,
	.wzjs-5-right {
		float: none
	}

	.wzjs-6 dt {
		float: none;
		width: auto
	}

	.wzjs-6 dd {
		margin: 20px 0 0;
		padding-top: 0
	}

	.wzjs-6 dd p {
		margin: 10px 0 0;
		font-size: 14px;
		padding: 0 10px
	}

	.more-big-2 {
		line-height: 34px;
		margin-top: 20px;
		font-size: 14px
	}

	.wzjs-7 .bg {
		display: none
	}

	.wzjs-7 dt {
		font-size: 16px;
		width: 55px;
		padding-top: 5px;
		height: 64px
	}

	.wzjs-7 dd {
		margin-left: 70px
	}

	.wzjs-7 dd h4 {
		font-size: 16px
	}

	.wzjs-7 dd p {
		font-size: 12px;
		margin-top: 5px
	}

	.wzjs-7 .list li {
		font-size: 14px
	}

	.wzjs-7 .more {
		margin-top: 10px;
		font-size: 14px
	}

	.wzjs-7 .menu {
		padding-top: 0;
		margin-left: -10px
	}

	.wzjs-7 .menu li a {
		margin: 0 0 10px 10px
	}

	.wzjs-7-left,
	.wzjs-7-right {
		width: auto;
		float: none;
		padding: 0
	}

	.wzjs-7-right {
		margin-top: 20px
	}

	.onebox {
		width: 290px;
		margin-left: -145px;
		margin-top: -250px
	}

	.onebox-wrap {
		margin: 0;
		padding: 20px;
		border: none
	}

	.onebox .close {
		width: 20px;
		height: 20px
	}

	.onebox .tit {
		background: none !important;
		font-size: 18px;
		padding-left: 0;
		margin-bottom: 10px
	}

	.onebox li {
		width: 100%
	}

	.onebox li i {
		width: 34px;
		height: 40px
	}

	.onebox li input {
		margin-left: 34px;
		line-height: 20px;
		padding: 10px 12px;
		font-size: 14px;
		width: 86%;
		box-sizing: border-box
	}

	.onebox li textarea {
		box-sizing: border-box;
		width: 100% !important;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 12px
	}

	.onebox li.yzm img {
		height: 40px;
		width: 80px
	}

	.onebox li.yzm input {
		width: 130px
	}

	.onebox .submit {
		height: 38px;
		font-size: 16px
	}

	.taocan_titleo {
		width: auto;
		margin-top: 20px;
		font-size: 12px
	}

	.weizhi {
		display: none
	}

	.case-wrap {
		min-width: auto;
		width: auto
	}
}

.cityweb {
	padding: 20px 0;
	overflow: hidden;
	background: #222;
	margin-bottom: 40px
}

.cityweb p span {
	background: #000;
	color: #eee;
	padding: 5px 12px
}

.cityweb p a {
	float: left;
	margin: 12px 20px 0 0;
	color: #959595;
	font-size: 12px;
}

.cityweb p a:hover {
	color: #fff
}

.cityweb2 {
	padding: 20px 0;
	overflow: hidden;
	/* background:#222; */
	margin-bottom: 40px
}

.cityweb2 p span {
	background: #000;
	color: #eee;
	padding: 5px 12px
}

.cityweb2 p a {
	float: left;
	margin: 12px 20px 0 0;
	color: #959595;
	font-size: 12px;
}

.cityweb2 p a:hover {
	color: #e62022
}

li {
	list-style: none;
}

.page {
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}

.page a {
	padding: 40px 0;
	padding-top: 30px
}

.page a {
	display: inline-block
}

.page a {
	padding: 10px 15px;
	border-radius: 4px;
	background: #fff;
	display: block;
	color: #888;
	float: left;
	border: 1px #666 solid;
	margin: 0 2px;
}

.page span {
	padding: 10px 15px;
	border-radius: 4px;
	background: #fff;
	display: block;
	color: #888;
	float: left;
	border: 1px #666 solid;
	margin: 0 2px;
}

.page .active a {
	background: #ee1e1e;
	color: #fff;
	border-color: #ee1e1e
}

@media(max-width:767px) {
	.page ul li {
		margin: 5px 0;
	}

	.page ul li:nth-child(1) {
		display: none;
	}

	.page ul li:last-child {
		display: none;
	}

	.page ul li a,
	.page ul li span {
		padding: 5px 10px;
	}
}

/****/
.contact-inner {
	padding: 20px 0;
	overflow: hidden;
}

.form-inner,
.contact-list {
	float: right;
	width: 48%;
	line-height: 24px;
}

.form-inner,
.contact-list p {
	margin: 0px;
	padding: 0px;
}

.form-inner .item {
	float: left;
	width: 100%;
	margin: 5px 0;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
	position: relative;
}

.form-inner .form-input,
.form-inner .form-textarea,
.form-inner .form-button {
	padding: 0 10px;
	font-size: 14px;
	box-sizing: border-box;
	height: 45px;
	line-height: 45px;
	outline: none;
	width: 100%;
	color: #4b4b4b;
	border: 1px solid #eee;
}

.form-inner .form-textarea {
	height: 160px;
	resize: none;
}

.form-inner .form-button {
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	background: #C01117;
	border-color: #C01117;
	color: #fff;
	cursor: pointer;
}

.contact-list {
	float: left;
	line-height: 2;
	font-size: 15px;
}

.contact-list .title {
	font-size: 28px;
	font-weight: bold;
}

.contact-list .text {}

.contact-list .list {
	padding: 20px 0;
}

.contact-list .list li {
	display: block;
	margin: 5px 0;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}

.contact-list .list li:nth-child(1) {
	background-image: url(../images/c2.png);
}

.contact-list .list li:nth-child(2) {
	background-image: url(../images/c3.png);
}

.contact-list .list li:nth-child(3) {
	background-image: url(../images/c4.png);
}

@media screen and (max-width: 767px) {
	.contact-inner {
		padding: 10px 0;
	}

	.form-inner,
	.contact-list {
		width: 100%;
	}

	.form-inner .item {
		width: 100%;
	}

	.form-inner .item:last-child {
		margin-top: 0;
	}

	.form-inner .form-button {
		width: 100%;
	}

	.contact-list {}

	.contact-list .title {
		font-size: 20px;
	}

	.contact-list .text {
		font-size: 14px;
	}

	.contact-list .list {
		padding: 10px 0;
	}
}

/***ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ**/
.join-list {
	padding: 20px 0;
	overflow: hidden;
}

.join-list .item {
	border: 1px solid #F6F6F8;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px 0;
	width: 100%;
	float: left;
}

.join-list .title-inner,
.join-list .text-inner {
	padding: 20px 20px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	position: relative;
}

.join-list .title-inner {
	position: relative;
	background: #F2F2F2 url(../images/join.png) no-repeat 20px center;
	padding-left: 100px;
	text-align: left;
}

.join-list .title-inner .title,
.join-list .title-inner .text {
	margin-top: 5px;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
}

.join-list .title-inner .title strong {
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
}

.join-list .title-inner .mailto {
	position: absolute;
	border: 1px solid #F6F6F8;
	padding: 4px 4px;
	background: #fff;
	position: absolute;
	top: 30px;
	right: 20px;
}

.join-list .title-inner .mailto a {
	display: block;
	background: #C01117;
	color: #fff;
	padding: 0 10px;
}

.join-list .text-inner {
	font-size: 15px;
	line-height: 2.25;
}

@media screen and (max-width: 767px) {
	.join-list {
		padding: 10px 0;
	}

	.join-list .title-inner {
		padding-left: 60px;
		background: #F2F2F2 url(../images/join.png) no-repeat 0 center;
		background-size: 50px 50px;
	}

	.join-list .title-inner .title strong {
		font-size: 18px;
	}

	.join-list .title-inner .mailto {
		text-align: center;
		margin-top: 5px;
		position: static;
		width: 100px;
	}

	.join-list .text-inner {
		padding: 10px 10px;
	}
}

.pdbox {
	padding: 20px 0;
	min-height: 150px;
	line-height: 23px;
	font-size: 16px;
}

.pdbox table td img {
	float: right;
}

.ny_ys {}

.ny_ys img {
	width: 100%;
}

.caption-inner {
	padding: 20px 0;
	overflow: hidden;
}

.title-inner {
	text-align: center;
}

.title-inner .title {
	font-size: 24px;
	font-weight: bold;
}

.title-inner .text {
	font-size: 22px;
	text-transform: uppercase;
	color: #858585;
}

.title-inner .info {
	padding: 0 50px;
	padding-top: 10px;
	line-height: 2;
	overflow: hidden;
	font-size: 15px;
}

.aboutcon {
	padding: 20px 0;
}

/**ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“**/
.culture-list {
	padding: 20px 0;
	overflow: hidden;
}

.culture-list .item {
	float: left;
	width: 50%;
	background: #FCFCFD;
	overflow: hidden;
	height: 300px;
}

.culture-list .item .image-inner,
.culture-list .item .text-inner {
	float: left;
	width: 50%;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

.culture-list .item .image-inner {}

.culture-list .item .image img {
	max-width: 100%;
	align-items: center;
	z-index: 1;
	transition: all .6s;
}

.culture-list .item:hover .image img {
	transform: scale(1.025);
}

.culture-list .item .text-inner {
	padding-top: 100px;
}

.culture-list .item .text-inner .title {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
}

.culture-list .item .text-inner .title a {
	color: #C01117;
}

.culture-list .item .text-inner .title:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 0;
	display: block;
	width: 32px;
	height: 3px;
	background: #C01117;
}

.culture-list .item .text {
	color: #858585;
	overflow: hidden;
}

.culture-list .item:nth-child(1) .image-inner,
.culture-list .item:nth-child(2) .image-inner {
	float: right;
}

@media screen and (max-width: 767px) {
	.aboutcon {
		padding: 5px 0;
	}

	.pdbox img {
		width: 100%;
	}

	.culture-list {
		padding: 10px 0;
	}

	.culture-list .item {
		width: 100%;
		margin: 0 0%;
		height: auto;
		margin-bottom: 10px;
	}

	.culture-list .item .image-inner,
	.culture-list .item .text-inner {
		width: 100%;
	}

	.culture-list .item .text-inner {
		padding: 10px 10px;
	}
}

/**/
.show-photo {
	margin: 0px 0;
	position: relative;
	padding: 0 20px;
}

.show-photo .swiper-container {
	width: 100%;
	height: 100%;
}

#show-photo .swiper-slide {
	margin: 15px 0;
	top: 0;
	position: relative;
	margin-left: 0;
	border: 1px solid #EFEFEF;
	transition: all 0.3s linear;
	box-sizing: border-box;
}

#show-photo .swiper-slide:hover {
	background: #F8FCFE;
	border-color: #C01117;
}

#show-photo .swiper-slide .image {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#show-photo .swiper-slide .image img {
	max-width: 100%;
	align-items: center;
}

#show-photo .swiper-slide .text {
	padding: 5px 10px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	display: -webkit-box;
	display: -moz-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.show-photo .swiper-button-prev,
.show-photo .swiper-button-next {
	font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ;
	position: absolute;
	top: 60%;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #999;
	font-size: 40px;
	transition: all .6s;
	background: none;
	outline: none;
}

.show-photo .swiper-button-prev {
	left: -20px;
}

.show-photo .swiper-button-next {
	right: -20px;
}

.show-photo .swiper-button-prev:hover,
.show-photo .swiper-button-next:hover {
	color: #C01117;
}

/**/
.single-inner {
	font-size: 15px;
	line-height: 2;
	overflow: hidden;
}

.single-inner strong {}

.single-inner img {
	max-width: 100%;
	vertical-align: middle;
	margin: 5px auto;
	display: block;
}

.about-page .single-inner {
	padding: 0 0;
}

@media screen and (max-width: 767px) {
	.single-inner {
		padding: 10px 0;
	}
}


.history-page {
	background: url(../images/histroy.png) no-repeat center bottom;
	padding-bottom: 350px;
	margin-bottom: -20px;
}

.history-page .container {
	overflow: visible;
}

.recom-shop {
	margin: 20px 0px;
	padding: 0 60px;
	position: relative;
}

.recom-shop:before {
	content: '';
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 2px;
	background: #BFBFBF;
	z-index: 0;
}

#recom-shop .swiper-container {
	width: 100%;
	height: 100%;
}

#recom-shop .swiper-slide {
	float: left !important;
	width: 24% !important;
	margin: 15px .5% !important;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#recom-shop .swiper-slide .ico-wrap {
	height: 42px;
	position: relative;
	overflow: hidden;
}

#recom-shop .swiper-slide .ico-inner {
	width: 42px;
	height: 42px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #BFBFBF;
	border-radius: 50%;
}

#recom-shop .swiper-slide .ico-inner:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	background: #BFBFBF;
}

#recom-shop .swiper-slide-active .ico-inner {
	border-color: #C01117;
}

#recom-shop .swiper-slide-active .ico-inner:after {
	background: #C01117;
}

#recom-shop .swiper-slide .text-inner {
	padding: 20px 5px;
	overflow: hidden;
	z-index: 1;
	font-size: 14px;
	line-height: 26px;
}

#recom-shop .swiper-slide .text-inner .title {
	position: relative;
	color: #C01117;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
}

#recom-shop .swiper-slide .text-inner .title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 32px;
	height: 3px;
	background: #C01117;
}

#recom-shop .swiper-slide .text-inner .text {
	color: #858585;
	overflow: hidden;
}

.recom-shop .swiper-button-prev,
.recom-shop .swiper-button-next {
	font-family: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
	position: absolute;
	top: 25px;
	width: 60px;
	height: 60px;
	border: 5px solid #F5F5F5;
	border-radius: 50%;
	background: #BFBFBF;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 40px;
	transition: all .6s;
	outline: none;
}

.recom-shop .swiper-button-prev {
	left: -35px;
}

.recom-shop .swiper-button-next {
	right: -35px;
}

.recom-shop .swiper-button-prev:hover,
.recom-shop .swiper-button-next:hover {
	background: #C01117;
}

.recom-shops {
	margin: 20px 0px;
	padding: 0 60px;
	position: relative;
	display: none;
}

.recom-shops:before {
	content: '';
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 2px;
	background: #BFBFBF;
	z-index: 0;
}

#recom-shops .swiper-container {
	width: 100%;
	height: 100%;
}

#recom-shops .swiper-slide {
	float: left !important;
	width: 97% !important;
	margin: 15px 1.5% !important;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#recom-shops .swiper-slide .ico-wrap {
	height: 42px;
	position: relative;
}

#recom-shops .swiper-slide .ico-inner {
	width: 42px;
	height: 42px;
	position: relative;
	background: #fff;
	border: 1px solid #BFBFBF;
	border-radius: 50%;
}

#recom-shops .swiper-slide .ico-inner:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	background: #BFBFBF;
}

#recom-shops .swiper-slide-active .ico-inner {
	border-color: #C01117;
}

#recom-shops .swiper-slide-active .ico-inner:after {
	background: #C01117;
}

#recom-shops .swiper-slide .text-inner {
	padding: 20px 5px;
	overflow: hidden;
	z-index: 1;
	font-size: 14px;
	line-height: 25px;
}

#recom-shops .swiper-slide .text-inner .title {
	position: relative;
	color: #C01117;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 25px;
	line-height: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
}

#recom-shops .swiper-slide .text-inner .title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 32px;
	height: 3px;
	background: #C01117;
}

#recom-shops .swiper-slide .text-inner .text {
	color: #858585;
	overflow: hidden;
}

.recom-shops .swiper-button-prev,
.recom-shops .swiper-button-next {
	position: absolute;
	top: 29px;
	width: 40px;
	height: 40px;
	border: 5px solid #F5F5F5;
	border-radius: 50%;
	background: #BFBFBF;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 20px;
	transition: all .6s;
	outline: none;
}

.recom-shops .swiper-button-prev {
	left: -5px;
}

.recom-shops .swiper-button-next {
	right: -5px;
}

.recom-shops .swiper-button-prev:hover,
.recom-shops .swiper-button-next:hover {
	background: #C01117;
}

@media screen and (max-width: 767px) {
	.history-page {
		background: url(../images/histroy.png) no-repeat center bottom;
		padding-bottom: 350px;
	}

	.history-page .container {
		overflow: visible;
	}

	.recom-shop {
		display: none;
	}

	.recom-shops {
		display: block;
	}
}

/**/
.other-caption {
	overflow: hidden;
	height: 42px;
	padding: 0 10px;
	background: #f2f2f2;
	line-height: 42px;
}

.other-caption .title {
	float: left;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.other-caption .title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	background: #C01117;
}

.other-caption .text {
	float: right;
	font-size: 14px;
	color: #C01117;
}

/**/
.honur-list {
	padding: 20px 0;
	overflow: hidden;
}

.honur-list .item {
	float: left;
	width: 24.25%;
	box-sizing: border-box;
	border: 1px solid #F6F6F8;
	margin: 10px 1%;
	margin-left: 0;
	overflow: hidden;
	transition: all .6s;
}

.honur-list .item:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.honur-list .item .image-inner,
.honur-list .item .text-inner {
	position: relative;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
}

.honur-list .item .image-inner {
	width: 100%;
	display: flex;
	align-items: center;
	height: 200px;
	justify-content: center;
}

.honur-list .item .image-inner img {
	max-width: 90%;
	vertical-align: middle;
	z-index: 1;
	transition: all .6s;
}

.honur-list .item:hover .image-inner img {}

.honur-list .item .text-inner {
	height: 40px;
}

.honur-list .item:hover {
	border: 1px solid #C01117;
}

@media screen and (max-width: 767px) {
	.honur-list {
		padding: 10px 0;
	}

	.honur-list .item {
		width: 48%;
		margin: 0 1%;
		margin-bottom: 10px;
	}

	.honur-list .item .image-inner {
		height: 100px;
	}
}

/**/
.layout-inner {
	padding: 20px 0;
	font-size: 15px;
	line-height: 2;
	overflow: hidden;
	position: relative;
}

.layout-inner .image-inner {}

.layout-inner .image-inner img {
	max-width: 100%;
	vertical-align: middle;
}

.layout-inner .text-inner {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 450px;
}

.layout-inner .text-inner .title {
	font-size: 18px;
	font-weight: bold;
	color: #C01117;
	padding-left: 40px;
	background: url(../images/layout.png) no-repeat left center;
}

.layout-inner .text-inner .text {
	padding-top: 10px;
	color: #858585;
}

@media screen and (max-width: 767px) {
	.layout-inner {
		padding: 10px 0;
	}

	.layout-inner .image-inner {}

	.layout-inner .image-inner img {
		max-width: 100%;
		vertical-align: middle;
	}

	.layout-inner .text-inner {
		position: static;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}

/**/
.partners-page {
	background: url(../images/partners.png) no-repeat bottom center;
}

.partners-list {
	padding: 20px 0;
	overflow: hidden;
}

.partners-list .item {
	float: left;
	width: 15.833333%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #fff;
	position: relative;
	margin: 10px 1%;
	margin-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 155px;
	overflow: hidden;
}

.partners-list .item:nth-child(6n) {
	float: right;
	margin-right: 0;
}

.partners-list .item img {
	max-width: 80%;
	align-items: center;
	z-index: 1;
	transition: all .6s;
}

.partners-list .item:hover img {
	transform: scale(1.025);
}

@media screen and (max-width: 767px) {
	.partners-list {
		padding: 10px 0;
	}

	.partners-list .item {
		width: 48%;
		margin: 0 1%;
		margin-bottom: 10px;
		height: 125px;
	}

	.partners-list .item img {
		max-width: 75%;
	}
}

/**ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸**/
.serteam {
	overflow: hidden;
	padding: 80px 0;
	background: url(../images/aboutvideo.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 10px;
}

.serteam ul {
	margin-left: -20px;
}

.serteam ul li {
	background: #fff;
	float: left;
	padding: 10px;
	width: calc(100% / 4 - 20px);
	box-sizing: border-box;
	margin-left: 20px;
}

.serteam ul li .pic {
	overflow: hidden;
}

.serteam ul li .pic img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}

.serteam ul li h3 {
	font-size: 16px;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.serteam ul li p {
	font-size: 14px;
	margin: 0px;
	margin-top: 5px;
	line-height: 24px;
	color: #888;
	height: 68px;
	overflow: hidden;
}

.serteam ul li:hover .pic img {
	transform: scale(1.1);
}

.section-title.n {
	position: relative;
}

.section-title.n:after {
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 25px;
	content: '';
}

.section-title.n strong {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.section-title.n:after {
		top: 15px;
	}

	.serteam {
		padding: 40px 0;
	}

	.serteam ul {
		margin-left: -10px;
	}

	.serteam ul li {
		width: calc(100% / 2 - 10px);
		margin-left: 10px;
		margin-bottom: 12px;
	}

	.serteam ul li h3 {
		font-size: 14px;
	}

	.serteam ul li p {
		font-size: 12px;
		line-height: 22px;
	}
}

.lanmu.b {
	border-bottom: 1px solid #ddd;
}

.lanmu.b ul li a {
	font-size: 15px;
	padding: 0 20px;
}

/**ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ**/
.bususerList {
	overflow: hidden;
}

.bususerList li {
	overflow: hidden;
	background: #f7f8f8;
	padding: 80px 0;
}

.bususerList li:nth-child(2n) {
	background: #fff;
}

.bususerList li:nth-child(2n) .fl {
	float: right;
}

.bususerList li:nth-child(2n) .img {
	float: left;
}

.bususerList li .fl {
	float: left;
	width: 60%;
	padding-top: 100px;
}

.bususerList li .fl h3 {
	font-size: 18px;
	margin: 0;
}

.bususerList li .fl h2 {
	font-size: 28px;
	margin: 0;
	color: #e95347;
	padding-top: 5px;
}

.bususerList li .fl .note {
	font-size: 14px;
	padding-top: 12px;
	line-height: 30px;
	font-size: 14px;
	color: #888;
}

.bususerList li .img {
	width: 30%;
	float: right;
}

@media (max-width: 767px) {
	.bususerList li {
		padding: 30px 0;
	}

	.bususerList li .fl {
		width: 100%;
		padding-top: 0;
		float: none;
		text-align: center;
	}

	.bususerList li:nth-child(2n) .fl {
		float: none
	}

	.bususerList li:nth-child(2n) .img {
		float: none;
	}

	.bususerList li .fl h3 {
		font-size: 16px;
	}

	.bususerList li .fl h2 {
		font-size: 22px;
	}

	.bususerList li .img {
		width: auto;
		max-width: 90%;
		display: block;
		margin: 0 auto;
		float: none;
		margin-top: 20px;
	}
}

/***ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹***/
.clear {
	clear: both;
}

.con13 {
	padding: 80px 0;
	background: #f7f7f7;
	overflow: hidden;
}

.con13 h2 {
	text-align: center;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0px;
}

.conbb h2 {
	text-align: center;
	color: #25b228;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
}

.con13 h2 font {
	color: #e62022;
}

.con13 .xiaozi {
	color: #999999;
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
	background: url(../images/xiaozi.png) no-repeat center bottom;
}

.conbb .xiaozi {
	color: #999999;
	margin-bottom: 50px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
	background: url(../images/xiaozi.png) no-repeat center bottom;
}

.con13 ul {
	background: url(../images/liuda.jpg) no-repeat center center;
	overflow: hidden;
	height: 320px;
	margin-top: 30px;
	display: block
}

.con13 ul li {
	margin-bottom: 48px;
}

.con13 ul .first {
	margin-top: 37px;
}

.con13 ul li span {
	display: inline-block;
	width: 334px;
	color: #666666;
	font-size: 18px;
}

.con13 ul li span font {
	color: #e62022;
	font-size: 14px;
}

.con13 ul li .cleft {
	float: left;
	text-align: right
}

.con13 ul li .cright {
	float: right;
	text-align: left;
	width: 330px
}

.con13 ul li:after {
	display: table;
	content: "";
	height: 0px;
	line-height: 0px;
	clear: both
}

.con13 ul .dierg span {
	width: 280px;
}

.bangma {
	text-align: center;
	font-size: 30px;
	color: #666;
	font-weight: bold;
	padding-top: 50px;
}

.bangma font {
	color: #e62022
}

@media (max-width: 767px) {
	.con13 {
		padding: 30px 0;
	}

	.con13 h2 {
		font-size: 22px;
		line-height: 35px;
		height: auto;
	}

	.con13 ul {
		background: none;
		height: auto;
	}

	.con13 ul .first {
		margin-top: 0;
	}

	.con13 ul li span {
		width: auto;
		display: block;
	}

	.con13 ul li {
		margin-bottom: 20px;
		overflow: hidden;
		background: #fff;
		padding: 20px 12px;
	}

	.con13 ul li .cleft {
		float: none;
		text-align: center;
	}

	.con13 ul .dierg span {
		width: 100%;
	}

	.con13 ul li .cright {
		float: none;
		text-align: center;
		width: auto;
		padding-top: 12px;
	}

	.bangma {
		font-size: 18px;
		padding-top: 0px;
	}
}

/***ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨***/
.i-cooperation {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.i-cooperation .box {
	padding: 150px 0px;
	background: rgba(0, 0, 0, .8);
}

.i-cooperation .box .content {
	text-align: center;
}

.i-cooperation .box .content .t1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
}

.i-cooperation .box .content .t2 {
	color: #ffffff;
	font-size: 35px;
	margin-top: 15px;
}

.i-cooperation .box .content .t2 font {
	display: inline-block;
	color: #e62022;
	font-weight: bold;
}

.i-cooperation .open_baidu {
	margin-top: 25px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	color: #e62022;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	transition: all 0.4s;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.i-cooperation .open_baidu:hover {
	transform: translateY(10px);
}

@media (max-width: 767px) {
	.i-cooperation .box {
		padding: 100px 12px;
	}

	.i-cooperation .box .content .t1 {
		font-size: 20px;
	}

	.i-cooperation .box .content .t2 {
		font-size: 16px;
	}

	.i-cooperation .open_baidu {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
}

.hzprocess {
	padding: 100px 0;
}

@media (max-width: 767px) {
	.hzprocess {
		padding: 30px 0 0 0;
	}

	.banner-sub .inner {
		top: 30%;
		;
	}

	.banner-sub p {
		text-align: center;
		bottom: 0px;
	}
}

.serteam.mg {
	margin-top: 0;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº */
.section.bggray {
	background: #fff !important;
}

.myyoushi {
	background: #F7F8F8;
	padding: 60px 0;
}

.myyoushi ul {
	display: flex;
	justify-content: space-between;
}

.myyoushi ul li {
	width: calc(100%/3 - 20px);
	position: relative;
	overflow: hidden;
}

.myyoushi ul li img {
	display: block;
	width: 100%;
}

.myyoushi ul li .text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	padding: 0 12px;
}

.myyoushi ul li .text h2 {
	margin: 0;
}

.myyoushi ul li .text h3 {
	padding: 15px 0;
	margin: 0;
}

.myyoushi ul li .text p {
	color: #eee;
	margin: 0;
}

/* 8ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
.ba8zc {
	padding: 40px 0;
	background: #F7F8F8;
}

.ba8zc .imgt {
	display: block;
	margin: 0 auto;
}

.list-9 {
	padding: 20px 0;
	overflow: hidden;
	margin: 0 auto;
}

.list-9 .item {
	float: left;
	width: 48%;
	margin: 15px 1%;
	box-sizing: border-box;
	padding: 10px 15px;
	position: relative;
	overflow: hidden;
}

.list-9 .item .ico,
.list-9 .item .intro {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.list-9 .item .ico {
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 1;
	left: 0;
	top: 0;
	background-position: left top;
	background-repeat: no-repeat;
}

.list-9 .item:nth-child(1) .ico {
	background-image: url(../images/1.png);
}

.list-9 .item:nth-child(2) .ico {
	background-image: url(../images/2.png);
}

.list-9 .item:nth-child(3) .ico {
	background-image: url(../images/3.png);
}

.list-9 .item:nth-child(4) .ico {
	background-image: url(../images/4.png);
}

.list-9 .item:nth-child(5) .ico {
	background-image: url(../images/5.png);
}

.list-9 .item:nth-child(6) .ico {
	background-image: url(../images/6.png);
}

.list-9 .item:nth-child(7) .ico {
	background-image: url(../images/7.png);
}

.list-9 .item:nth-child(8) .ico {
	background-image: url(../images/8.png);
}

.list-9 .item .intro {
	background: #F7F8F8;
	border-radius: 15px;
	padding: 0 20px;
}

.list-9 .item .title {
	font-size: 20px;
}

.list-9 .item .text {
	font-size: 16px;
	color: #898989;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ */
.advmap {
	padding: 60px 0;
}

.advmap .note img {
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
.list-6 {
	position: relative;
	max-width: 1200px;
	margin: 50px auto;
	width: 80%;
	box-shadow: 0px 0px 11px 6px rgba(161, 155, 155, 0.1);
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 50px 50px;
	text-align: center;
	background: #fff;
}

.list-6 .title {
	position: absolute;
	left: 50%;
	margin-left: -20%;
	width: 40%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 20px;
	color: #fff;
	top: -20px;
	background: #A8282E;
}

.list-6 .text {
	font-size: 16px;
	margin: 0 auto;
	width: 80%;
	text-align: left;
	line-height: 30px;
}

.list-6 .text strong {
	display: block;
	color: #B1030E;
}

.list-6 dt,
.list-6 dd,
.list-6 dd li {
	display: block;
}

.list-6 dt {
	margin-bottom: 20px;
}

.list-6 dt b {
	color: #B1030E;
}

.list-6 dd li {
	display: block;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 30px;
}

.list-6 dd li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #E00000;
}

@media screen and (max-width: 767px) {
	.list-6 {
		margin: 10px 2%;
		width: auto;
		margin-top: 30px;
		padding: 10px 10px;
		padding-top: 30px;
	}

	.list-6 .title {
		margin-left: 0;
		left: 0;
		width: 100%;
		font-size: 15px;
	}

	.list-6 .text {
		font-size: 14px;
		width: 100%;
	}

	.list-6 dd li {
		font-size: 14px;
	}
}

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

	.ba8zc,
	.advmap,
	.myyoushi {
		padding: 30px 0;
	}

	.list-9 {
		padding: 10px 0;
	}

	.list-9 .item {
		width: 98%;
		margin: 10px 1%;
	}

	.list-9 .item .title {
		font-size: 16px;
	}

	.list-9 .item .text {
		font-size: 14px;
	}

	.myyoushi ul {
		display: block;
	}

	.myyoushi ul li {
		width: 100%;
		margin-bottom: 12px;
	}
}

.content-exp {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	overflow: hidden;
	margin-top: 20px;
}

.content-exp a {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content-exp a:last-child {
	text-align: right;
}

.content-tips {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	margin-top: 20px;
	line-height: 1.8;
	color: #e62022;
}

.content-tips .ss {
	padding: 2px 6px;
	background-color: #e62022;
	color: #fff;
}

.content-xg {
	margin-top: 30px;
}

.content-xg-left {
	float: left;
	width: 520px;
	border-right: 1px solid #eee;
	padding-right: 50px;
}

.content-xg-right {
	float: right;
	width: 520px;
}

.content-xg .tit {
	line-height: 1;
	border-left: 6px solid #e62022;
	font-size: 24px;
	padding-left: 15px;
	margin-bottom: 20px;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
.suspension {
	position: fixed;
	z-index: 999999999;
	right: 0;
	bottom: 60px;
	width: 70px;
	height: 240px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 55px;
	height: 50px;
	padding: 10px 0 5px;
	background-color: #3c3c3c;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
}

.suspension .a.active,
.suspension .a:hover {
	background: #e41e34;
}

.suspension .a .i {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}

.suspension .a-service .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.suspension .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}

.suspension .a-service-phone .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}

.suspension .a-qrcode .i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -56px -12px;
}

.suspension .a-cart .i {
	background-position: -88px 0;
}

.suspension .a-top .i {
	background-position: -132px 0;
}

.suspension .a-top {
	background: #D2D3D6;
	display: none;
}

.suspension .a-top:hover {
	background: #c0c1c3;
}

.suspension .d {
	display: none;
	width: 240px;
	background: #fff;
	position: absolute;
	right: 67px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	right: -8px;
	top: 31px;
}

.qrcode-img img {
	width: 130px;
	margin: 0 auto;
}

.suspension .d-service {
	top: 0;
}

.suspension .d-service-phone {
	top: 68px;
}

.suspension .d-qrcode {
	top: 78px;
}

.suspension .d .inner-box {
	padding: 8px 22px;
}

.suspension .d-service-item {
	padding: 4px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item p {
	float: left;
	line-height: 22px;
	font-size: 15px;
	margin: 0;
	margin-left: 12px;
}

.suspension .d-service .d-service-item p {
	float: left;
	line-height: 44px;
	font-size: 15px;
	margin: 0;
	margin-left: 12px;
}

.suspension .d-service-item .text {
	float: left;
	width: 130px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
	margin: 0;
}

.suspension .d-service-intro i {
	/*background: url(../images/side_con_icon01.png) no-repeat center center;*/
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: center;
	width: 160px;
}

.suspension .d-qrcode .inner-box {
	padding: 10px 0;
}

.suspension .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
	margin: 0px;
}

@media screen and (max-width: 767px) {
	.suspension {
		display: none;
	}

	.content-exp {
		margin-top: 15px;
		padding-top: 15px;
		font-size: 12px;
	}

	.content-exp a {
		float: none;
		display: block;
		width: auto;
	}

	.content-exp a:last-child {
		text-align: left;
		margin-top: 10px;
	}

	.content-tips {
		margin-top: 15px;
		padding-top: 15px;
		font-size: 12px;
	}

	.content-xg {
		margin: 20px -15px 0;
	}

	.content-xg .tit {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.content-xg-left,
	.content-xg-right {
		float: none;
		width: auto;
	}

	.content-xg-left {
		padding-right: 0;
		border-right: 0;
	}

	.content-xg-right {
		margin-top: 20px;
	}
}

/**/
.page-color {
	background: #F7F8F8;
}

.page .container {
	padding: 0;
}

.page-inner {
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.page-images {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.page-images img {
	max-width: 100%;
	vertical-align: middle;
}

.page-name {
	padding: 20px 0;
	margin-bottom: 30px;
	background: url(../images/ico.png) no-repeat center bottom;
	overflow: hidden;
	position: relative;
}

.page-name .title {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 24px;
}

.page-name .text {
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 1;
	text-align: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #ECECEC;
	text-transform: uppercase;
}

.page-other {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.page-other .title {
	position: relative;
	z-index: 2;
	font-size: 24px;
	color: #A2252A;
}

.page-other .title strong {
	font-weight: normal;
	color: #505960;
}

.page-other .text {
	font-size: 20px;
}

.page-other .other {
	color: #898989;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.page br {
		line-height: 5px !important;
		display: inline-block;
	}

	.page-inner {
		margin-bottom: 10px;
	}

	.page-name {
		margin-bottom: 10px;
	}

	.page-name .title {
		font-size: 18px;
	}

	.page-name .text {
		font-size: 14px;
	}

	.page-other .title {
		font-size: 18px;
	}

	.page-other .text {
		font-size: 16px;
	}

	.page-other .other {
		font-size: 14px;
	}
}

.list-4 {
	padding: 20px 0;
	overflow: hidden;
}

.list-4 .image,
.list-4 .title,
.list-4 .text {
	width: auto;
	display: block;
	overflow: hidden;
}

.list-4 .image {
	float: left;
	width: 485px;
	margin-right: 80px;
}

.list-4 .title {
	font-size: 30px;
	padding: 20px 0;
	text-align: left;
}

.list-4 .text {
	font-size: 16px;
	color: #898989;
	text-align: left;
}

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

	.list-4 .image,
	.list-4 .title,
	.list-4 .text {
		width: 100%;
		margin: 0 0;
	}

	.list-4 .title {
		font-size: 16px;
		padding: 0 0;
	}

	.list-4 .text {
		font-size: 14px;
	}
}

.list-5 {
	padding: 20px 0;
	overflow: hidden;
}

.list-5 .item {
	float: left;
	width: 100%;
	background: #F7F8F8;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}

.list-5 .item .image-inner,
.list-5 .item .text-inner {
	position: relative;
	z-index: 1;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.list-5 .item .image-inner {
	width: 48%;
	overflow: hidden;
}

.list-5 .item .image-inner img {
	max-width: 100%;
	align-items: center;
	vertical-align: middle;
	z-index: 1;
	transition: all .6s;
}

.list-5 .item:hover .image-inner img {
	transform: scale(1.025);
}

.list-5 .item .text-inner {
	padding: 10px 50px;
	-webkit-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	flex-direction: column;
	line-height: 30px;
	font-size: 14px;
	align-items: flex-start;
}

.list-5 .item .text-inner .title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
}

.list-5 .item .text-inner .title a {
	color: #C01117;
}

.list-5 .item .text-inner .title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 32px;
	height: 3px;
	background: #C01117;
}

.list-5 .item .text-inner .text {
	color: #898989;
	text-align: left;
}

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

	.list-5 .item .image-inner,
	.list-5 .item .text-inner {
		width: 100%;
	}

	.list-5 .item .text-inner {
		padding: 10px 10px;
	}

	.list-5 .item .text-inner .title {
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

.list-33 {
	padding: 20px 0;
	padding-bottom: 40px;
	overflow: hidden;
}

.list-33 .item {
	float: left;
	width: 378px;
	margin-right: 28px;
	overflow: hidden;
}

.list-33 .item:nth-child(3) {
	float: right;
	margin-right: 0;
}

.list-33 .item .image,
.list-33 .item .text {
	display: block;
	overflow: hidden;
	text-align: center;
}

.list-33 .item .image {}

.list-33 .item .image img {
	max-width: 100%;
	vertical-align: middle;
}

.list-33 .item .text {
	background: #B1030E;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.list-33 {
		padding: 10px 0;
		padding-bottom: 30px;
	}

	.list-33 .item {
		width: 99%;
		margin: 0 .5%;
		margin-bottom: 10px;
	}
}

.list-xf1 {
	padding: 20px 0;
	overflow: hidden;
}

.list-xf1 .item {
	float: left;
	width: 558px;
	overflow: hidden;
}

.list-xf1 .item:nth-child(2n) {
	float: right;
}

.list-xf1 .item .image,
.list-1 .item .text,
.list-1 .item .other,
.list-1 .item .title {
	display: block;
	overflow: hidden;
	text-align: center;
}

.list-xf1 .item .image {}

.list-xf1 .item .image img {
	max-width: 100%;
	vertical-align: middle;
}

.list-xf1 .item .text {
	background: #B1030E;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
}

.list-xf1 .item .title {
	padding: 10px 0;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}

.list-xf1 .item .other {
	padding: 10px 0;
	font-size: 14px;
	color: #898989;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.list-xf1 {
		padding: 10px 0;
	}

	.list-xf1 .item {
		width: 100%;
		margin-bottom: 10px;
	}

	.list-xf1 .item:nth-child(2n) {
		float: left;
	}

	.list-xf1 .item .title {
		font-size: 16px;
	}

	.list-xf1 .item .other {
		margin-bottom: 0px;
	}
}

.list-xf2 {
	padding: 20px 0;
	overflow: hidden;
}

.list-xf2 .item {
	float: left;
	width: 542px;
	overflow: hidden;
}

.list-xf2 .item:nth-child(2),
.list-xf2 .item:nth-child(3) {
	width: 610px;
	float: right;
}

.list-xf2 .item:nth-child(2) {
	margin-bottom: 49px;
}

.list-xf2 .item .image,
.list-2 .item .text {
	display: block;
	overflow: hidden;
	text-align: center;
}

.list-xf2 .item .image {}

.list-xf2 .item .image img {
	max-width: 100%;
	vertical-align: middle;
}

.list-xf2 .item .text {
	background: #B1030E;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.list-xf2 .item {
		width: 100%;
		margin-bottom: 10px;
	}

	.list-xf2 .item:nth-child(2) {
		margin-bottom: 10px;
	}
}

.list-xf3 {
	padding: 20px 0;
	padding-bottom: 40px;
	overflow: hidden;
	background: url(../images/line.png) no-repeat center bottom;
}

.list-xf3 .item {
	float: left;
	width: 378px;
	margin-right: 28px;
	overflow: hidden;
}

.list-xf3 .item:nth-child(3) {
	float: right;
	margin-right: 0;
}

.list-xf3 .item .image,
.list-xf3 .item .text {
	display: block;
	overflow: hidden;
	text-align: center;
}

.list-xf3 .item .image {}

.list-xf3 .item .image img {
	max-width: 100%;
	vertical-align: middle;
}

.list-xf3 .item .text {
	background: #B1030E;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.list-xf3 {
		padding: 10px 0;
		padding-bottom: 30px;
	}

	.list-xf3 .item {
		width: 99%;
		margin: 0 .5%;
		margin-bottom: 10px;
	}

	.section.mlink {
		display: none;
	}

	.cityweb {
		margin-bottom: 12px;
	}

	.cityweb2 {
		margin-bottom: 12px;
	}

	.footer dt {
		text-align: center;
	}

	.footer .lx .tel {
		text-align: center;
		margin-top: 10px;
	}

	.footer .lx dd {
		display: block;
	}

	.footer .lx dd img {
		display: block;
		margin: 0 auto;
	}

	.footer .lx dd .text {
		margin-left: 0;
	}

	.footer .lx p {
		margin-top: 5px;
	}

	.footer-copy {
		margin-top: 12px;
	}

	.footer-copy p {
		margin: 0;
	}
}

.tagbox {
	background: #fff;
	padding: 20px;
}

.taglist.l li a {
	background: #bbb;
}

.taglist.l li a:hover {
	background: #e62022;
}