ul,
li {
	list-style: none;
}
a{
	cursor: pointer;
}

@media screen and (max-width:1200px) {
	.container {
		width: 1170px !important;
		margin: 0 auto
	}

	.Top {
		display: none;
	}

	.features_item {
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}
}

@media screen and (min-width:1200px) {
	.container {
		width: 1170px !important;
		margin: 0 auto;
	}

	.Top {
		display: none;
	}
}

.waitingBox {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	z-index: 99999;	
}

/* .waitingBox .mask{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .8);
	z-index: 0;
} */
.waitingBox .waiting{
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 150px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	width: 300px;
	height: 300px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 10px solid rgba(103,166,248,0.5);
	box-shadow: 1px 0 20px rgba(103,166,248,0.3);
	box-sizing: border-box;
}

.waitingBox .waiting img{
	width: 160px;
	opacity: 0.6;
}

.waitingBox .waiting p {
	display: block;
	font-size: 24px;
	text-align: center!important;
	color: rgba(103,166,248,0.5);
}

.waitingBox .waiting a {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	color: #cccccc;
	text-align: center!important;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	cursor: pointer;
	z-index: 99;
}
.waitingBox .waiting a:hover {
	color: #666666;
	border: 1px solid #999999;
}

.waitingBox .close{
	width: 60px;
	height: 60px;
}

body {
	background: #F5F5F5;
}

p {
	    text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}

.header-box {
	background: #fff
}

.topbar {
	width: 100%;
	background-color: #7c6aa6
}

.topbar .container .am-g {
	padding: 3px 0;
	font-size: 15px;
	color: #fff
}

.topbar .container .am-g .topbar-left {
	font-size: 15px
}

.topbar .container .am-g .topbar-left .am-icon-globe {
	font-size: 23px
}

.topbar .container .am-g .topbar-left .am-btn-primary {
	color: #fff;
	background-color: #7c6aa6;
	border-color: #7c6aa6
}

.topbar .container .am-g .topbar-left .am-btn {
	padding: 0;
	line-height: 1;
	margin-top: -10px
}

.topbar .container .am-g .topbar-right {
	line-height: 34px;
	width: 75%
}

.topbar .container .am-g .topbar-right i {
	opacity: .3;
	margin: 0 5px
}

.topbar .container .am-g .topbar-right a {
	color: #fff;
	font-size: 14px;
	margin: 4px
}

.topbar .container .am-g .topbar-right a:nth-of-type(1) {
	margin-left: 20px
}

@media screen and (max-width:640px) {
	.m-header .m-logo {
		width: 240px;
		margin: 8px auto
	}

	.Top {
		display: block;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 9999;
	}

	.Top a img {
		width: 44px;
		height: 44px;
	}

	.Top a {
		opacity: 0.5;
		line-height: 44px;
	}

	.Top a:hover {
		opacity: 1;
	}

	.m-header .m-logo img {
		width: 240px;
		margin: 0 auto
	}

	.m-header .am-offcanvas-bar {
		width: 70%;
		background: #383d61
	}

	.m-header .am-icon-bars {
		font-size: 30px;
		color: #262626
	}

	.m-header {
		padding: 10px 0;
		background: #fFF
	}

	.am-menu-offcanvas1 .am-menu-nav>li>a:focus,
	.m-header .am-menu-offcanvas1 .am-menu-nav>.am-open>a,
	.m-header .am-menu-offcanvas1 .am-menu-nav>li>a:hover {
		background-color: #383d61 !important;
		color: #fff;
		outline: 0
	}

	.m-header .am-menu-offcanvas1 .am-menu-sub {
		background-color: #383d61 !important
	}

	.m-header .am-menu-sub {
		padding: 0
	}

	.m-header .am-menu-sub li {
		border-top: 1px solid rgba(0, 0, 0, .3);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
		text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
		padding-left: 36px
	}

	.m-header .am-menu-offcanvas1 .am-menu-nav>li>a {
		color: #fff
	}

	.m-header .am-menu-sub li a {
		color: rgba(255, 255, 255, .3);
		text-shadow: none !important
	}

	.m-header .nav-icon::before {
		margin-left: -14px;
		margin-right: 5px
	}

	.m-header .nav-icon-globe::before {
		content: "\f0ac"
	}

	.m-header .nav-share-contain {
		height: 44px;
		line-height: 44px;
		text-indent: 9px;
		padding: 0;
		position: relative;
		color: #ccc;
		border-top: 1px solid rgba(0, 0, 0, .3);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
		text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
	}

	.page-header {
		height: 220px !important;
		background-size: cover !important;
	}

	.layout-footer .footer .footer_contact_info--item {
		line-height: 18px !important;
	}

	.layout-footer .footer .footer_contact_info--item i {
		top: 6px !important;
	}

	.layout-footer .footer .footer_contact_info--item .icon-webdres {
		top: 4px !important;
	}

	.layout-footer .footer .footer_contact_info--item .am-icon-map-marker {
		left: -4px !important;
	}

	.wechatphone {
		margin-top: 0px !important;
		/* height: 280px; */
	}

	.footer_tel {
		margin-bottom: 30px;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.footer_tel .item {
		display: flex;
		align-items: center !important;
		padding: 0;
		width: 50% !important;
	}

	.footer_tel .item img {
		margin: 0 !important;
		width: 30% !important;
		/* height: auto; */
	}

	/* .footer_tel .item .text{
		margin-top: 10px;
	} */
	.footer_tel .item .imgbox {
		display: flex !important;
		align-items: center;
	}

	/* .footer_tel .item .imgbox img{
		width: 25%!important;
	} */

	.footer_tel .item .text {
		font-family: Arial, '宋体';
		font-size: 14px;
		text-align: left;
		font-weight: normal !important;
	}

	.layout-footer .footer .footer_about {
		text-align: center;
	}

	.contactUs {
		padding: 0 20px;
	}

	.layout-footer .footer .footer_main--column {
		margin: 30px 0 10px !important;
	}

	.foot_phone {
		padding: 0 !important;
		border-top: 1px solid #eeeeee
	}
}

.header {
	padding: 25px 0
}

/*.header .logo {
	padding-top: 8px
}*/

.header .logo img {
	width: 260px
}

.header .header-right {
	text-align: center
}

.header .header-right .header-contact {
	float: left;
	text-align: center;
	padding: 0 100px 0 0
}

.header .header-right .header-contact .header_contacts--item {
	float: left;
	vertical-align: middle
}

.header .header-right .header-contact .header_contacts--item .contact_mini {
	position: relative;
	padding: 0 40px 0 35px
}

.header .header-right .header-contact .header_contacts--item .contact_mini strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-align: left
}

.header .header-right .header-contact .header_contacts--item .contact_mini .contact-icon {
	font-size: 26px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0
}

.header .header-right .header-contact .header_contacts--item .contact_mini span {
	font-size: 12px;
	color: #969696;
	display: block;
	text-align: left
}

.header .header-right .contact-btn {
	float: right
}

.header .header-right .contact-btn .am-btn-secondary {
	color: #59bcdb;
	background-color: #fff;
	border-color: #59bcdb
}

.header .header-right .contact-btn .am-btn-secondary:hover {
	background-color: #59bcdb;
	color: #fff
}

.nav-contain {
	width: 100%;
	border-top: 1px solid #e9e9e9;
	box-shadow: 0 1px 3px #e9e9e9
}

.nav-contain .nav-inner {
	max-width: 1140px;
	margin: 0 auto
}

.nav-contain .nav-inner .am-nav li {
	padding: 25px 10px;
	list-style: none;
	position: relative
}

.nav-contain .nav-inner .am-nav li:hover .sub-menu {
	display: block
}

.nav-contain .nav-inner .am-nav li .sub-menu {
	display: none;
	padding-left: 0;
	position: absolute;
	box-shadow: 0 0 7px rgba(0, 0, 0, .15);
	top: 100%;
	left: 0;
	z-index: 1000 !important;
	background: #fff;
	border-radius: 0 0 3px 3px;
	margin: 0
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item {
	min-width: 240px;
	border-top: 1px solid #eaeaea;
	position: relative;
	padding: 15px 10px
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item a {
	display: block;
	padding: 0 20px
}

.nav-contain .nav-inner .am-nav li a {
	display: block;
	background: white;
	color: #333;
	padding: 0
}

.nav-contain .nav-inner .am-nav li a:hover {
	color: #FF4A4A;
	background: #fff;
}

@font-face {
	font-family: fontawesome;
	src: url(../fonts/fontawesome-webfont.ttf), url(../fonts/fontawesome-webfont.woff)
}

.page-header {
	margin: 0 auto;
	text-align: center;
	width: 1200px;
	height: 400px;
	font-weight: 300;
	background-size: cover !important;
}

.page-header .page-header-title {
	font-size: 60px;
	color: #fff;
	font-weight: 400;
}

.breadcrumb-box {
	border-bottom: 1px solid #e9e9e9
}

.breadcrumb-box .am-breadcrumb {
	padding: 16px 0 0;
	margin-bottom: 1rem
}

.breadcrumb-box .am-breadcrumb li a {
	font-size: 14px;
	color: #262626
}

.breadcrumb-box .am-breadcrumb .am-active {
	color: ##6975a6
}

.section {
	padding: 40px 0
}

.section .section--header .section--title {
	font-size: 50px;
	font-weight: 300;
	text-align: center
}

.section .section--header .section--description {
	padding: 0 120px;
	font-size: 20px;
	line-height: 32px;
	color: #9b9b9b;
	text-align: center;
	margin: 13px 0 0
}

@media screen and (max-width:640px) {
	.section {
		padding: 20px 0 50px !important;
	}

	.section .section--header {
		padding: 0 15px
	}

	.section .section--header .section--title {
		font-size: 24px !important
	}

	.section .section--header .section--description {
		font-size: 15px;
		line-height: 32px;
		padding: 0;
		width: 90%;
		margin: 0 auto;
		    text-align: justify;
	word-break: break-all;
	text-justify: distribute;
;
	}

	.section--description {
		font-size: 16px
	}

	.page-header {
		width: 100% !important;
		/*height: 100% auto!important;*/
	}

	.container {
		width: 100% !important;
	}

	.news-section .container .article .article--content img {
		width: 100% !important;
	}

	.news-section .container .article {
		padding-right: 0 !important;
	}

	.index-container .features_item--title {
		margin: 10px 0 20px !important;
		font-size: 16px !important;
	}

	/* .footer_main .am-u-md-5{
		width:60%
	}
	.footer_main .am-u-md-3{
		width:40%
	} */
	.footer_main {
		overflow: hidden;
	}

	.footer_main .footer_main--column {
		margin-right: -25px !important;
	}


}

.layout-footer .footer {
	width: 100%;
	/*background: url(../images/footer.jpg);*/
	background-size: cover;
	position: relative
}

.layout-footer .footer .am-u-md-3 {
	/*padding-left: 25px*/
}

.layout-footer .footer .footer--bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/*opacity: .95;*/
	top: 0;
	left: 0;
	background: #F7F8F8;
}

.layout-footer .footer .footer--inner {
	position: relative;
	z-index: 1
}

.layout-footer .footer .footer--inner .footer_main {
	position: relative
}

.layout-footer .footer .footer_main--column {
	margin: 40px 0 50px;
}

.layout-footer .footer .footer_main--column_title {
	color: #333333;
	font-size: 17px;
	line-height: 29px;
	font-weight: 700;
	display: block
}

.layout-footer .footer .footer_about {
	position: relative;
	padding: 17px 25px 0 0
}

.layout-footer .footer_tel {
	padding: 0 0 0 0 !important;
}

.layout-footer .footer_tel img {
	width: 50%;
}

.layout-footer .footer .footer_about--text {
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	padding: 0;
}

.layout-footer .footer .footer_navigation {
	padding: 6px 15px 0 0
}

.layout-footer .footer .footer_navigation--item {
	display: block;
	position: relative;
	padding: 12px 25px 12px 0;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.layout-footer .footer .footer_navigation--item::before {
	position: absolute;
	content: "\f054";
	display: block;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	margin-top: 3px;
	color: #fff;
	font-size: 12px;
	font-family: fontawesome
}

.layout-footer .footer .footer_navigation--link {
	color: #fff;
	font-size: 15px;
	line-height: 22px
}

.layout-footer .footer .footer_navigation--link:hover {
	text-decoration: underline
}

.layout-footer .footer .footer_contact_info {
	padding: 5px 0 0
}

.layout-footer .footer .footer_contact_info--item {
	padding: 5px 0;
	position: relative;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	list-style: none
}

.layout-footer .footer .footer_contact_info--item i {
	display: block;
	position: absolute;
	left: -2px;
	top: 8px;
	color: #333333;
	font-size: 16px;
}

.layout-footer .footer .footer_contact_info--item span {
	display: inline-block;
	vertical-align: text-top;
	padding: 0 0 0 28px
}

.contact_card {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	position: relative;
	text-align: center;
	padding: 138px 0 48px;
	margin: 30px
}

.contact_card .contact_card--icon {
	position: absolute;
	font-size: 56px;
	display: block;
	top: 37px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #59bcdb
}

.contact_card .contact_card--title {
	font-size: 20px;
	display: inline-block
}

.contact_card .contact_card--text {
	padding: 0 0 10px;
	color: #969696;
	font-size: 16px;
	line-height: 23px
}

.contact_card .contact_card--text a {
	color: #969696
}

.contact_card .am-btn-secondary {
	background-color: transparent;
	color: #59bcdb;
	border-color: #59bcdb;
	border-width: 2px;
	padding: 12px 18px
}

.contact_card .am-btn-secondary:hover {
	background-color: #59bcdb;
	color: #fff
}





.footer-info .footer--bg {
	background: #EFEFEF !important;
}


.footer-info .footer .footer_main--column {
	margin: 0;
}

.footer-info .footer .footer_about--text {
	text-align: center;
	padding: 0;
}

.layout-footer .am-icon-weixin {
	margin-left: 10px;
}

.layout-footer .QRcode {
	margin: 0 auto;
	padding: 5px;
	width: 140px;
	height: 140px;
	text-align: center;
	background: #FFFFFF;
	box-sizing: border-box;
}

.layout-footer .QRcode img {
	width: 130px;
	height: 130px;
}

.layout-footer .footer .footer_wx {
	padding: 0 !important;
	text-align: center;
}



/*语言转换*/

.contact-btn {
	font-size: 12px;
	color: #2A2A2A;
}

.contact-btn img {
	display: inline-block;
	float: left;
	margin: 3px 5px 0 0;
	width: 16px;
	height: 13px;
}


.CEch {
	float: right;
	margin: 0 5px;
	font-size: 12px;
	color: #CCCCCC;
}


.z-language-crt {
	color: #FF4848 !important;
}



.layout-footer .footer_main--column_title {
	font-size: 24px !important;
	font-weight: normal !important;
}


.crumbbg {
	background: #F3F3F3;
}

.crumb-title {
	display: block;
	height: 60px;
	line-height: 60px;
	background: #F3F3F3;
	box-sizing: border-box;
}

.crumb-title i,
.crumb-title em {
	display: inline-block;
	float: left;
}

.crumb-title i {
	margin-top: 18px;
	margin-right: 28px;
	width: 8px;
	height: 24px;
	background: #FF4A4A;
	border-radius: 2px;
}

.crumb-title em {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-style: normal;
}


.wechatlogo,
.wechatlogo img {
	width: 50px;
	height: 50px;
}

.wechatlogo {
	display: none;
	margin-left: 10px;
}



.pdb80 {
	padding-bottom: 80px;
}

.mar0 {
	margin: 0 !important;
}

.mart10 {
	margin-top: 10px !important;
}

.mart40 {
	margin-top: 40px !important;
}

.mart70 {
	margin-top: 70px !important;
}

.marl60 {
	margin-left: 60px !important;
}

.marl300 {
	margin-left: 300px !important;
}

.mab240 {
	margin-bottom: 240px;
}

.pdl45 {
	padding-left: 45px;
}

.pdl15 {
	padding-left: 15px;
}

.pdl50 {
	padding-left: 50px;
}

.icon-webdres {
	display: inline-block;
	margin-top: 6px;
	width: 16px;
	line-height: 16px;
	height: 16px;
	background: url(../images/icon-webdres.png) center center no-repeat;
	background-size: contain;
}

.am-icon-map-marker {
	margin-left: 4px;
	font-size: 20px !important;
}


.nav-contain .nav-inner .am-nav li.z-crt {
	border-bottom: 5px solid #FF4A4A;
}

.nav-contain .nav-inner .am-nav li.z-crt>a {
	color: #FF4A4A;
}

.nav-contain .nav-inner .am-nav li.z-crt .sub-menu {
	top: 107%;
}

.f-zclcrt {
	color: #FF4A4A !important;
}

.blog_sidebar .widget ul li a:hover {
	color: #FF4A4A;
}


/* 清除浮动 */

.f-cb {
	clear: both;
	zoom: 1;
}

.f-cb:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}




a {
	outline: none !important;
}

.footer_tel {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer_tel .item {
	display: flex;
	margin-bottom: 30px;
	flex-direction: row;
	align-items: center;
}


.footer_tel .item>img {
	display: block;
	width: 30% !important;
}

.footer_tel .item .text {
	display: block;
	margin-left: 10px;
	color: #999999;
	font-weight: 600;
}

.footer_tel .item a {
	display: flex;
	align-items: center;
}

.footer_tel .item .imgbox {
	display: flex;
	align-items: center;
	width: 100%;
	/* padding: 20px; */
	/* background-color: rgba(255, 255, 255, 0.6); */
}

.footer_tel .item .imgbox img {
	width: 25%;
}

.footer_tel .item:last-child {
	float: inherit !important;
}

@media screen and (max-width:768px) {
	.foot_phone {
		padding: 0 !important;
		border-top: 1px solid #eeeeee
	}

	.footer_about .item .am-u-md-5 {
		width: 50%;
	}

	.footer_about .item img {
		margin: 0 auto;
		width: 80%;
	}
	.pdb80 {
		padding-bottom: 0;
	}

	.mab240 {
		margin-bottom: 0;
	}
}