@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}
* {
	font-family:"Microsoft YaHei","微软雅黑 !important";
}

body {
	margin: 0 auto;
	/*font-family: PoppinsRegular, Helvetica, sans-serif;*/
	font-family:"Microsoft YaHei","微软雅黑 !important";
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	/*max-width: 1920px;*/
	max-width: 100%;
	overflow-x: hidden;
}


img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

img {
	display: block;
	transition: 0.5s;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

h1,
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input,
textarea,
select {
	font-family:"Microsoft YaHei","微软雅黑";
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

::selection {
	color: #fff;
	background: #90c440;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fons0 {
	font-size: 0px;
	font-size: 0rem;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #333;
	opacity: 1
}

:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333;
	opacity: 1
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #333;
	opacity: 1
}


.Allsafe {
	width: calc(100% - 120px);
	max-width: 1400px;
	margin: auto;
}

.Allsafe2 {
	width: calc(100% - 120px);
	max-width: 1600px;
	margin: auto;
}

.Allsafe3 {
	width: calc(100% - 120px);
	max-width: 1200px;
	margin: auto;
}

.Allsafe4 {
	width: calc(100% - 120px);
	max-width: 1246px;
	margin: auto;
}



@media screen and (max-width:999px) {

	.Allsafe {
		width: calc(100% - 50px);
	}

	.Allsafe2 {
		width: calc(100% - 50px);
	}

	.Allsafe3 {
		width: calc(100% - 50px);
	}

	.Allsafe4 {
		width: calc(100% - 50px);
	}

}

@media screen and (max-width:538px) {
	.Allsafe {
		width: calc(100% - 30px);
	}

	.Allsafe2 {
		width: calc(100% - 30px);
	}

	.Allsafe3 {
		width: calc(100% - 30px);
	}

	.Allsafe4 {
		width: calc(100% - 30px);
	}

}














a:hover img {
	transform: scale(1.1, 1.1)
}

img {
	max-width: 100%;
}

a:hover {
	color: #90c440;
}

.mp {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666666;
}

.mp p,
.mp a {
	color: #666666;
	display: block;
}

.mp a:hover {
	color: #90c440;
}

@media screen and (max-width:1359px) {
	.mp {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px !important;
	}
}

@media screen and (max-width:767px) {
	.mp {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 22px !important;
	}
}

.img1 {
	display: block;
	position: relative;
	overflow: hidden;
}

.img1 img {
	width: 100%;
	position: relative;
	z-index: 1
}

.img1:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	transition: 1s;
	z-index: 2
}

.img1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: #fff;
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	transition: 1s;
	z-index: 2
}

.img1:hover:before {
	width: 100%;
	opacity: 0
}

.img1:hover:after {
	height: 100%;
	opacity: 0
}

@keyframes m1tu {
	0% {
		opacity: 0;
		left: 0px;
	}

	50% {
		opacity: 1;
		left: 50%;
	}

	100% {
		opacity: 0;
		left: 100%
	}
}

.img2 {
	display: block;
	width: 300px;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.img2 img {
	width: 100%;
}

.img2:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	transition: 0.5s;
	background: #fff;
	width: 40px;
	filter: blur(30px);
	opacity: 0;
	z-index: 3
}

.img2:hover:after {
	-webkit-animation-name: m1tu;
	animation-name: m1tu;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.niu1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.niu1 span {
	position: relative;
	z-index: 2;
}

.niu1:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	border-bottom: 50px solid #ffc10e;
	border-right: 30px solid transparent;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.niu1:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	border-left: 30px solid transparent;
	border-bottom: 50px solid #ffc10e;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.niu1:hover:before {
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}

.niu1:hover:after {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}

.niu2 {
	overflow: hidden;
	position: relative;
}

.niu2 span {
	position: relative;
	display: block;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffc10e;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}

.niu3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background 0.4s linear, color 0.3s linear;
	-o-transition: background 0.4s linear, color 0.3s linear;
	-moz-transition: background 0.4s linear, color 0.3s linear;
	transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	background: #ffc10e;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
	color: #fff;
}

.niu3:hover:after {
	height: 500%;
	opacity: 1;
}


.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

/*  head  */

.head {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	transition: 1s;
	z-index: 99999;
	background-color: #fff;
}

.head .zong {
	position: relative;
	padding: 20px 0;
	transition: 1s;
}

.logo {
	display: block;
	float: left;
	/*width: 322px;*/
	width: 280px;
	margin-top: 14px;
		margin-bottom: 14px;
}

.logo img {
	display: block;
	margin: auto;
	width: 100%;
	transition: 1s;
}

.logo .logo1 {}

.logo .logo2 {
	opacity: 0;
}

.yvn {
	float: right;
	position: relative;
	margin-top: 42px;
	z-index: 9999
}

.yvzhonga {
	display: block;
	line-height: 30px;
	transition: 1s;
	color: #666;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	padding-left: 38px;
	font-size: 18px;
	font-size: 1.8rem;
	z-index: 99999
}

.yvzhonga i {
	font-size: 30px;
	font-size: 3rem;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*.yvzhonga:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 12px;
	width: 0;
	border: 6px solid #fff;
	transition: 0.5s;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}*/

.yvul {
	width: 100%;
	min-width: 100px;
	position: absolute;
	top: 36px;
	right: 0px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
}

.yvul a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	color: #333;
}

.yvul a:hover {
	background: #fff;
	color: #90c440;
}

.daohang {
	float: right;
	transition: 0.5s;
	margin-right: 72px;
	/*margin-top: 28px;*/
		margin-top: 45px;
}

.daohang>li {
	float: left;
	position: relative;
	z-index: 999;
	margin-right: 20px;
	margin-left: 20px;
}

.daohang>li>a {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	padding-bottom: 29px;
	cursor: pointer;
	transition: 1s;
	position: relative;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	font-family: "Microsoft YaHei","微软雅黑";
}


.daohang>li:hover>a {
	color: #0050b5 !important;
}

.daohang>li:hover>a:before {
	width: 100%;
}

.daohang .prdao {
	position: static !important
}

.dangqiandao>a {
	color: #0050b5 !important;
}

.dangqiandao>a:before {
	width: 100% !important;
}

.yijiw {
	/* background: rgba(35, 35, 35, 0.9); */
	position: absolute;
	width: 244px;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	top: -1000%;
	/* transition: 0.5s; */
}

.yiji {
	/* background: rgba(35, 35, 35, 0.9); */
	/* box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15); */
	padding: 10px 0;
    transition: 0.5s;
}

.yiji li {
	position: relative;
	transition: 0.5s;
}

.yiji li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
}


.yiji li:hover>a {
	text-decoration: underline;
}

.erji {
	position: absolute;
	width: 200px;
	background: rgba(35, 35, 35, 0.9);
	top: -9999px;
	left: 100%;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
}

.sanji {
	position: absolute;
	width: 200px;
	background: rgba(35, 35, 35, 0.9);
	top: -9999px;
	left: 100%;
	padding: 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
}

.daohang>li:hover .yijiw {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.daohang>li:hover .yiji{
    background: rgba(35, 35, 35, 0.9);
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
}

.daohang>li:hover .yiji>li>a {
	line-height: 24px;
}

.yiji>li:hover .erji {
	top: 0px;
}

.yiji>li:hover .erji>li>a {
	line-height: 24px;
}

.erji>li:hover .sanji {
	top: 0px;
}

.erji>li:hover .sanji>li>a {
	line-height: 24px;
}

.matn {
	margin-top: auto !important;
}

.xiala {
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	top: 91px;
	font-size: 0px;
	padding: 32px;
	padding-bottom: 10px;
	padding-top: 6px;
	/*box-shadow:0 0 3px rgba(0,0,0,0.3);*/
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
	top: 110px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	display: none;
}

.xllie {
	width: 16.666%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}

.xlbiao {
	display: block;
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
}

.xltu {
	width: 100%;
	display: block;
	margin: 9px 0;
}

.xltu img {
	width: 100%;
}

.xln {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	font-family: "Microsoft YaHei","微软雅黑";
}

.xln a {
	display: block;
}

.xln a:hover {
	color: #de1b3a;
}

.xlbiao:hover {
	color: #de1b3a;
}

.daohang>li:hover .xiala {
	visibility: visible;
	opacity: 1;
	top: 129px;
	display: block;
}


.mat1 {
	margin-top: 129px;
}

/*  sousuo  */

.sousuo {
	float: right;
	width: 26px;
	height: 37px;
	position: relative;
	z-index: 9999;
	margin-right: 20px;

		margin-top: 42px;
	transition: 0.5s;
}

.sousuo form {
	width: 233px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 110%;
	background: #fff;
	border-radius: 4px;
	color: #2f3135;
	border: 0px solid rgba(0, 0, 0, 0);
	transition: 0.5s;
	z-index: 99999
}

.sou {
	width: 180px;
	height: 33px;
	line-height: 33px;
	border-radius: 4px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2f3135;
	background: none;
}

.suo {
	width: 26px;
	height: 35px;
	float: right;
	background: none;
	position: relative;
	z-index: 9999999;
	border-radius: 4px;
	cursor: pointer;
}

.sou2,
.sou1 {
	width: 26px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 22px !important;
	color: #333;
	cursor: pointer;
	z-index: 99990;
	transition: 1s;
}

.sou1 {
	color: #2f3135
}

.sousuof form {
	height: 35px;
	border: 1px solid #ccc
}

.sousuo select {
	width: 80px;
	height: 33px;
	line-height: 33px;
	font-family: "Microsoft YaHei","微软雅黑";
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 9999999
}

.sousuo option {
	cursor: pointer;
	color: #333;
}

.headd {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}

.daohang2,
sousuo2,
.xnav {
	display: none
}

.headh {
	background: #fff !important;
	border-bottom: 1px solid #f2f2f2;
}

.headh .daohang>li>a {
	color: #333
}

.headh .sou2,
.sou1 {
	color: #333
}

.headh .yvzhonga {
	color: #333
}

.headh .yvzhonga:before {
	border: 6px solid #333;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.headh .zong {
	padding: 10px 0;
}

@media screen and (max-width:1659px) {
	.daohang {}

	.daohang>li {
		margin-left: 10px;
	}

	.sousuo {
		margin-right: 20px;
	}
}

@media screen and (max-width:1359px) {
	.sousuo {
		margin-right: 9px;
		margin-top: 10px;
	}

	.sou2,
	.sou1 {
		font-size: 16px !important;
	}

	.daohang {
		margin-right: 0px;
		margin-top: 0px;
	}

	.daohang>li {
		margin-right: 20px;
		margin-left: 0px;
	}

	.daohang>li:hover:before {
		width: 50px;
		margin-left: -25px;
	}

	.daohang>li>a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 36px;
	}

	.dangqiandao:before {
		width: 50px !important;
		margin-left: -25px !important;
	}

	.logo {
		width: 152px;
	}

	.yvn {
		margin-top: 10px;
	}

	.yvzhonga {
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 24px;
	}

	.yvzhonga i {
		font-size: 18px;
	}

	.daohang>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 26px;
	}
}

@media screen and (min-width:1000px) {

	.carousel,
	.nav,
	.clear2 {
		display: none
	}
}

@media screen and (max-width:999px) {
	.head {
		position: relative;
		background: #fff;
	}

	.logo {
		display: block;
		float: left;
		width: 166px;
		margin-top: 25px;
	}

	.daohang {
		margin-top: 20px;
		float: none;
		text-align: center;
	}

	.yijiw,
	.yiji2,
	.xiala {
		display: none
	}

	.daohang {
		margin-top: 10px;
		display: none;
	}

	.daohang>li {
		float: none;
		display: inline-block;
		*float: left;
		margin: auto;
		padding-bottom: 0px;
		margin: 0 19px;
	}

	.daohang>li>a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.clear2 {
		clear: both;
	}

	.sousuo {
		display: none
	}

	.yvn {
		margin-top: 18px;
		margin-right: 40px;
	}

	.yvzhonga {
		width: 57px;
		height: 26px;
		line-height: 26px;
	}

	.yvzhonga i {
		font-size: 18px;
	}


	.yvzhonga {
		color: #333
	}

	.yvzhonga:before {
		border: 6px solid #333;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
	}

	.head .zong {
		padding: 10px 0;
	}

	#wowslider-container1 a.ws_next,
	#wowslider-container1 a.ws_prev,
	#wowslider-container1 .ws_playpause {
		display: none !important;
	}

	#wowslider-container1 .ws_bullets {
		bottom: 10px;
	}

	.xnav {
		display: block
	}

	.nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #ffffff;
		right: 2.5%;
		top: 18px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999
	}

	.nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #90c440;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	.nav .nav1 {
		margin-top: -1px;
	}

	.nav .nav2 {
		margin-top: -8px;
	}

	.nav .nav3 {
		margin-top: 6px;
	}

	.nav:hover .nav1 {
		width: 25px;
	}

	.navh .nav1 {
		transform: rotate(45deg)
	}

	.navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	.navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	.navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	.navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	.smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: #000;
		background: rgba(0, 0, 0, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	.smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	.topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	ul.topnav li {
		text-align: left;
		position: relative;
	}

	ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: "Microsoft YaHei","微软雅黑";
	}

	ul.topnav ul {
		display: none;
	}

	ul.topnav ul li {
		clear: both;
	}

	ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}

	ul.topnav ul li a:hover {}

	ul.topnav ul ul li a {
		padding-left: 40px;
	}

	ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	.smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	.smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	.smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	.smdaohang form i {
		position: absolute;
		right: 10px;
		top: 2px;
	}

	.logo {
		margin-top: 17px;
		margin-bottom: 17px;
	}
}

@media screen and (min-width:768px) {
	.clear3 {
		display: none
	}
}


/*  main1  */




@media screen and (max-width:1359px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}


.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: block !important;
	bottom: 9%;
	margin-top: -31px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner .slick-prev {
	right: 15.4%;
	margin-right: 70px;
	background-image: url("/themes/simplebootx/style/images/left1.png");
	cursor: pointer;
}

.banner .slick-prev:hover {
	background-image: url("/themes/simplebootx/style/images/left2.png");
}

.banner .slick-next {
	right: 15.4%;
	background-image: url("/themes/simplebootx/style/images/right1.png");
	cursor: pointer;
}

.banner .slick-next:hover {
	background-image: url("/themes/simplebootx/style/images/right2.png");
}



.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 13.4%;
	bottom: 68px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	background-color: #0050b5;
	cursor: pointer;
}

.banner .slick-dots a {
	display: block;
	width: 70px;
	height: 5px;
	background-color: #fefefe;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner.hide {
	display: none;
}


@media screen and (max-width:1333px) {
	.banner .slick-dots {
		left: 10.4%;
		bottom: 31px;
	}

	.banner .slick-prev {
		background-size: contain;
		width: 36px;
		height: 36px;
		margin-right: 40px;
	}

	.banner .slick-next {
		background-size: contain;
		width: 36px;
		height: 36px;
	}

}


@media screen and (max-width: 999px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}

	.banner .slick-dots .banner .slick-dots li {
		margin: 0 5px;
	}

	.banner .slick-dots a {
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}

	.banner2 {
		display: none;
	}
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block;
	width:100%;
	
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

@media screen and (max-width: 991px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

/* *********Main1*********************** */
.M1-border {
	padding-top: 75px;
}

.M1-title {
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 50px;
	display: block;
	text-align: center;
}

.M1-info {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	display: block;
	text-align: center;
	width: 80%;
	margin: auto;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.img-scroll {
	position: relative;
	margin-top: 40px;
}

.img-scroll .prev,
.img-scroll .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	background-color: #fefefe;
	border: solid 1px rgba(199, 199, 199, 0.3);
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999;
	font-size: 14px;
}

.img-scroll .prev {
	left: 0px;
	cursor: pointer;
}

.img-scroll .next {
	right: 0px;
	cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
	background-color: #0050b5;
	color: #fff;
	border: 1px solid #0050b5;
}

.img-list {
	position: relative;
	overflow: hidden;
}

.img-list ul {
	width: 10000%;
}

.img-list li {
	float: left;
	width: 0.32%;
	margin-right: 0.02%;
	border: solid 1px #eeeeee;
	border-left: none;
	position: relative;
}

.img-list li:first-child {
	border-left: solid 1px #eeeeee;
}

.img-list li img {
	width: 100%;
}

.M1-block {
	background-color: #ffffff;
	border: solid 1px rgba(199, 199, 199, 0.64);
}

.M1-bsafe {
	width: 90%;
	margin: auto;
	padding-top: 59px;
	padding-bottom: 24px;
}

.M1-bpic {
	max-width: 244px;
	margin: auto;
	display: block;
}

.M1-binfo {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	display: block;
	padding-top: 73px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M1-btn {
	width: 220px;
	height: 60px;
	border: 1px solid #0050b5;
	background-color: #0050b5;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	margin: auto;
	margin-top: 56px;
	text-align: center;
	margin-bottom: 50px;
}

.M1-btn:hover {
	background-color: #fff;
	color: #0050b5;
}


@media screen and (max-width:1333px) {
	.M1-title {
		font-size: 28px;
		line-height: 34px;
	}

	.M1-binfo {
		font-size: 16px;
		line-height: 30px;
		padding-top: 40px;
	}

	.M1-bsafe {
		padding-top: 46px;
	}

	.M1-border {
		padding-top: 47px;
	}

	.M1-btn {
		margin-top: 40px;
	}

	.img-scroll {
		margin-top: 28px;
	}

	.M1-info {
		padding-top: 12px;
	}
}

@media screen and (max-width:999px) {
	.M1-title {
		font-size: 24px;
		line-height: 30px;
	}

	.M1-info {
		font-size: 14px;
		line-height: 26px;
	}

	.M1-btn {
		width: 180px;
		height: 38px;
		line-height: 36px;
		margin-top: 30px;
		font-size: 14px;
	}

	.M1-binfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M1-border {
		padding-top: 30px;
	}

	.img-scroll .prev,
	.img-scroll .next {
		width: 42px;
		height: 42px;
		line-height: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.M1-title {
		font-size: 22px;
	}

	.M1-info {
		font-size: 12px;
		line-height: 22px;
		padding-top: 6px;
	}

	.img-scroll {
		margin-top: 16px;
	}

	.M1-binfo {
		padding-top: 25px;
		font-size: 12px;
		line-height: 26px;
	}

	.M1-bsafe {
		padding-top: 24px;
		padding-bottom: 12px;
	}

	.M1-btn {
		font-size: 12px;
		margin-top: 20px;
	}


}

@media screen and (max-width:538px) {
	.M1-title {
		font-size: 20px;
	}

	.img-list li {
		width: 0.49%;
		margin-right: 0.02%;
	}

	.M1-border {
		padding-top: 20px;
	}

	.img-scroll .prev,
	.img-scroll .next {
		width: 38px;
		height: 38px;
		line-height: 36px;
		font-size: 12px;
	}
}

/* **************M2************************************ */
.M2-border {
	padding-top: 103px;
}

.M2-block-outbox {
	background: url("/themes/simplebootx/style/images/m2-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding-top: 103px;
	padding-bottom: 102px;
	margin-top: 48px;
}

.M2-block-outbox:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("/themes/simplebootx/style/images/m2-back.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.M2-info {
	width: 40%;
	color: #333333;
}

.M2-blockbox {
	display: flex;
	flex-flow: wrap;
	background-color: rgba(255, 255, 255, 0.9);
}

.M2-block {
	width: 50%;
	padding-top: 48px;
	padding-bottom: 67px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.M2-bsafe {
	width: 82%;
	margin: auto;
}

.M2-btitle {
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M2-binfo {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-top: 6px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (max-width:1333px) {
	.M2-border {
		padding-top: 56px;
	}

	.M2-info {
		width: 68%;
	}

	.M2-block {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.M2-block-outbox {
		margin-top: 33px;
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.M2-bpic {
		display: block;
		width: 40px;
	}

	.M2-btitle {
		font-size: 24px;
		padding-top: 12px;
	}

	.M2-bsafe {
		width: 90%;
	}

}

@media screen and (max-width:999px) {
	.M2-btitle {
		font-size: 22px;
	}

	.M2-binfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M2-block {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.M2-border {
		padding-top: 36px;
	}

	.M2-block-outbox {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.M2-btitle {
		font-size: 20px;
	}

	.M2-binfo {
		font-size: 12px;
		line-height: 22px;
		padding-top: 1px;
	}

	.M2-block {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.M2-bpic {
		width: 30px;
	}

	.M2-block-outbox {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.M2-border {
		padding-top: 28px;
	}

	.M2-info {
		width: 82%;
	}

}

@media screen and (max-width:538px) {
	.M2-btitle {
		font-size: 18px;
	}

	.M2-block-outbox {
		padding-top: 22px;
		padding-bottom: 20px;
	}

	.M2-border {
		padding-top: 20px;
	}

	.M2-block-outbox {
		margin-top: 14px;
	}
}

/* *********Main3******************************* */
.M3-border {
	padding-top: 134px;
	padding-bottom: 134px;
}

.M3-block {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.M3-bleft {
	width: 50.2%;
	text-align: right;
	padding-top: 54px;
}

.M3-blfont {
	width: 74%;
	max-width: 735px;
	padding-right: 37px;
	display: inline-block;
	text-align: left;
}

.M3-bltitle1 {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 16px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #90c440;
	display: block;
}

.M3-bltitle1:hover {
	text-decoration: underline;
}

.M3-bltitle2 {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 42px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333;
	display: block;
	padding-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M3-blinfo {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 18px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	padding-top: 22px;
}

.M3-blinfo a {
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.M3-blinfo a:hover {
	color: #90c440;
}

.M3-blinfo p:hover {
	color: #90c440;
}

.M3-btn {
	margin-top: 51px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 220px;
	height: 60px;
	border: 1px solid #0050b5;
	background-color: #0050b5;
}

.M3-btn:hover {
	background-color: #fff;
	color: #0050b5;
}

.M3-bright {
	width: 46.4%;
}

.M3-brpic {
	display: block;
	overflow: hidden;
}


@media screen and (max-width:1666px) {
	.M3-blfont {
		width: 95%;
	}

	.M3-bltitle2 {
		line-height: 50px;
	}

	.M3-border {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.M3-bleft {
		padding-top: 26px;
	}

	.M3-blinfo a {
		-webkit-line-clamp: 5;
	}

}

@media screen and (max-width:1333px) {
	.M3-blinfo {
		padding-top: 15px;
	}

	.M3-border {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.M3-blinfo a {
		-webkit-line-clamp: 3;
	}

	.M3-btn {
		width: 180px;
		height: 46px;
		line-height: 44px;
	}

	.M3-bltitle2 {
		font-size: 28px;
		line-height: 30px;
	}

	.M3-blinfo {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.M3-bltitle2 {
		font-size: 24px;
	}

	.M3-blinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M3-blinfo p {
		line-height: 20px;
	}

	.M3-bleft {
		padding-top: 0px;
	}

	.M3-btn {
		margin-top: 30px;
		font-size: 14px;
	}

	.M3-blinfo a {
		-webkit-line-clamp: 2;
	}

}

@media screen and (max-width:768px) {
	.M3-bltitle2 {
		font-size: 22px;
	}

	.M3-bleft {
		width: 100%;
	}

	.M3-bright {
		width: 100%;
		margin-top: 15px;
	}

	.M3-blfont {
		width: 95%;
		margin: auto;
		padding-right: 0px;
		display: block;
	}

	.M3-border {
		padding-top: 30px;
		padding-bottom: 23px;
	}

	.M3-blinfo {
		padding-top: 10px;
	}

	.M3-btn {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.M3-bltitle2 {
		font-size: 20px;
	}

	.M3-bleft {
		text-align: start;
	}

	.M3-border {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.M3-btn {
		margin-top: 20px;
	}

	.M7-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.M7-blockbox {
		margin-top: 3px;
	}

}


/* *************************M4********************** */
.M4 {
	background: url("/themes/simplebootx/style/images/m4-back.png") no-repeat center;
	background-size: cover;
	position: relative;
}


.M4-blockbox {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.M4-block {
	padding-top: 72px;
	padding-bottom: 52px;
	width: 20%;
}

.M4-bnum {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fefefe;
	text-align: center;
}
.M4-bnum span{
	color: #fefefe;
	display: inline-block;
}
.M4-bnum  p{
	color: #fefefe;
	display: inline-block;
}
.M4-binfo {
	font-size: 20px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fefefe;
	text-align: center;
	padding-top: 22px;
}

@media screen and (max-width:1333px) {
	.M4-bnum {
		font-size: 28px;
		line-height: 30px;
	}

	.M4-binfo {
		font-size: 16px;
		padding-top: 3px;
	}

	.M4-block {
		padding-top: 36px;
		padding-bottom: 36px;
	}
}

@media screen and (max-width:999px) {
	.M4-bnum {
		font-size: 24px;
	}

	.M4-binfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M4-block {
		width: 50%;
	}

	.M4-block {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.M4-bnum {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.M4-bnum {
		font-size: 20px;
	}

	.M4-binfo {
		font-size: 12px;
		line-height: 22px;
	}
}

/* *******************M5************************** */
.M5 {
	background-color: #f9f9f9;
}

.M5-border {
	padding-top: 76px;
	padding-bottom: 32px;
}

.M5-scroll .row {
	padding-bottom: 38px;
}

.M5-scroll .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding-bottom: 70px;
}

.M5-scroll .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.M5-scroll .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 11px;
}

.M5-scroll .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.M5-scroll .owl-carousel .owl-item {
	float: left;
	padding: 9px;
}

.M5-scroll .owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.M5-scroll .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.M5-scroll .owl-theme .owl-controls {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 22px;
}

.M5-scroll .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.M5-scroll .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 70px;
	height: 5px;
	background-color: #fefefe;
	margin-right: 9px;
	font-size: 0px;
}

.M5-scroll .owl-theme .owl-controls .owl-page.active span,
.main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #0050b5;
	opacity: 1;
}

.M5-scroll .owl-theme .owl-buttons {
	width: 89px;
	height: 42px;
	position: relative;
	margin: auto;
	display: none !important
}

.M5-scroll .owl-theme .owl-buttons div {
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	line-height: 42px;
	font-size: 24px;
	transition: 0.5s;
}

.M5-scroll .owl-theme .owl-prev {
	left: 0px;
}

.M5-scroll .owl-theme .owl-next {
	right: 0px;
}

.M5-scroll .owl-theme .owl-buttons div:hover {
	background: #3080f9;
	color: #fff;
}

.item-bpic {
	margin-top: 20px;
	width: 100%;
}

.item-bpic img {
	width: 100%;
}

@media screen and (max-width:1333px) {
	.M5-border {
		padding-top: 46px;
		padding-bottom: 6px;
	}

	.M5-scroll .owl-carousel .owl-wrapper-outer {
		padding-top: 4px;
	}

	.item-bpic {
		margin-top: 12px;
	}

	.M5-scroll .owl-carousel {
		padding-bottom: 54px;
	}

	.M5-scroll .row {
		padding-bottom: 19px;
	}
}

@media screen and (max-width:999px) {
	.M5-border {
		padding-top: 36px;
	}

	.M5-scroll .owl-carousel {
		padding-bottom: 34px;
	}

	.M5-scroll .owl-theme .owl-controls {
		bottom: 4px;
	}
}

@media screen and (max-width:768px) {
	.M5-border {
		padding-top: 28px;
	}

	.M5-scroll .owl-theme .owl-controls .owl-page span {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #8b8e95;
	}

}

@media screen and (max-width:538px) {
	.M5-border {
		padding-top: 24px;
	}

	.M5-scroll .owl-carousel .owl-item {
		padding: 6px;
	}

	.M5-scroll .owl-carousel .owl-wrapper-outer {
		padding-top: 0px;
	}
}

/* ******************M6************************************** */
.M6-border {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.M6-bleft {
	width: 50%;
}

.M6-blpic img:hover {
	transform: scale(1, 1);
}

.M6-bright {
	width: 50%;
	position: relative;
}

.M6-brpic img:hover {
	transform: scale(1, 1);
}

.M6-brfont {
	position: absolute;
	left: 0%;
	margin-left: 107px;
	top: 11%;
	width: 70%;
}

.M6 .M1-title {
	text-align: start;
	font-family: "Microsoft YaHei","微软雅黑";
}

.M6 .M1-info {
	text-align: start;
	width: 100%;
	color: #999999;
	padding-top: 13px;
}

.M6 .M1-info:hover {
	color: #90c440;
}

.M6 .M3-btn {
	margin-top: 65px;
}

@media screen and (max-width:1333px) {
	.M6-brfont {
		margin-left: 30px;
	}

	.M6 .M3-btn {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {}

@media screen and (max-width:768px) {
	.M6 .M3-btn {
		width: 120px;
		height: 36px;
		line-height: 34px;
		font-size: 12px;
	}

	.M6-bleft {
		width: 100%;
	}

	.M6-bright {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.M6-brfont {
		width: 95%;
		left: 1px;
		margin-left: 10px;
	}

	.M6 .M3-btn {
		margin-top: 16px;
	}

}

/* ***************M7****************************************** */
.M7 {
	background-color: #f5f5f5;
}

.M7-border {
	padding-top: 67px;
	padding-bottom: 93px;
}

.M7 .M1-info {
	color: #666666;
	padding-top: 9px;
}

.M7 .M1-info:hover {
	color: #90c440;
}

.M7 .M3-btn {
	background-color: #f5f5f5;
	color: #0050b5;
	margin: auto;
	border: solid 1px #c7c7c7;
	margin-top: 37px;
}

.M7 .M3-btn:hover {
	background-color: #0050b5;
	color: #fff;
	border: 1px solid #0050b5;
}

.M7-blockbox {
	display: flex;
	flex-flow: wrap;
	margin-top: 51px;
}

.M7-block {
	width: 31.5%;
	margin-right: 2.75%;
	border-bottom: 1px solid #c7c7c7;
	transition: 0.5s;

}

.M7-block:hover {
	border-bottom: 1px solid #90c440;
}

.M7-block:nth-child(3n) {
	margin-right: 0;
}

.M7-bpic {
	display: block;
	overflow: hidden;
}

.M7-binfo {
	margin-top: 22px;
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.M7-binfo:hover {
	color: #0050b5;
}

@media screen and (max-width:1333px) {
	.M7-border {
		padding-top: 38px;
		padding-bottom: 45px;
	}

	.M7 .M3-btn {
		margin-top: 18px;
	}

	.M7-blockbox {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.M7-binfo {
		font-size: 14px;
		line-height: 26px;
		margin-top: 12px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.M7-binfo {
		font-size: 12px;
		line-height: 22px;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	.M7-border {
		padding-top: 26px;
		padding-bottom: 31px;
	}
}

@media screen and (max-width:538px) {
	.M7-block {
		width: 100%;
		margin-right: 0px;
		margin-top: 15px;
	}

	.M7-bpic {
		width: 100%;
	}

	.M7-bpic img {
		width: 100%;
	}

	.M7-blockbox {
		margin-top: 10px;
	}
}

/* *******************M8********************************** */
.M8-border {
	padding-top: 55px;
	padding-bottom: 95px;
}

.M8-title {
	font-size: 40px;
}

.M8-block {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 36px;
}

.M8-bleft {
	width: 46.2%;
}

.M8-blblock {
	padding-bottom: 23px;
	border-bottom: 1px solid #c7c7c7;
	padding-top: 24px;
}

.M8-blbtitle {
	display: block;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M8-blbtitle:hover {
	color: #0050b5;
}

.M8-blbinfo {
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 8px;
}

.M8-blbinfo:hover {
	color: #0050b5;
}

.M8-btnbox {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 15px;
}

.M8-bdate {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0050b5;
}

.M8-btn {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	display: inline-block;
}

.M8-btn:hover {
	color: #09308e;
}

.M8-btn i {
	font-size: 10px;
}

.M8-bright {
	width: 48.3%;
	padding-top: 25px;
	display: flex;
	align-items: center;
}

.M8-brpic {
	display: block;
	overflow: hidden;
}


@media screen and (max-width:1333px) {
	.M8-title {
		font-size: 28px;
	}

	.M8-border {
		padding-top: 46px;
		padding-bottom: 53px;
	}

	.M8-blbtitle {
		font-size: 18px;
		line-height: 30px;
	}

	.M8-blblock {
		padding-bottom: 15px;
		border-bottom: 1px solid #c7c7c7;
		padding-top: 12px;
	}

	.M8-btn {
		font-size: 14px;
		line-height: 26px;
	}

	.M8-bdate {
		font-size: 14px;
		line-height: 26px;
	}

	.M8-blbinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M8-block {
		margin-top: 20px;
	}

}

@media screen and (max-width:999px) {
	.M8-title {
		font-size: 24px;
	}

	.M8-bright {
		width: 58%;
	}

	.M8-bleft {
		width: 38%;
	}

	.M8-border {
		padding-top: 38px;
		padding-bottom: 45px;
	}

	.M8-bright {
		padding-top: 0px;
	}

	.M8-blbinfo {
		padding-top: 2px;
	}

	.M8-btnbox {
		padding-top: 10px;
	}

	.M8-blbtitle {
		font-size: 16px;
		line-height: 30px;
	}

}

@media screen and (max-width:768px) {
	.M8-title {
		font-size: 22px;
	}

	.M8-bleft {
		width: 100%;
	}

	.M8-bright {
		width: 100%;
		margin-top: 15px;
	}

	.M8-brpic {
		width: 100%;
	}

	.M8-brpic img {
		width: 100%;
	}

	.M8-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.M8-block {
		margin-top: 5px;
	}

	.M8-blbinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.M8-btn {
		font-size: 12px;
		line-height: 22px;
	}

	.M8-bdate {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.M8-title {
		font-size: 20px;
	}

	.M8-border {
		padding-top: 21px;
		padding-bottom: 29px;
	}

	.M8-block {
		margin-top: 0px;
	}
}

/* ************product1************************************ */
/* mianbao */
.mianbao {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 25px;
}

.mianbao a {
	color: #666666;
}

.mianbao a:hover {
	color: #0050b5;
}

.comian {
	color: #0050b5 !important;
}

@media screen and (max-width:999px) {
	.mianbao {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.mianbao {
		padding-top: 16px;
	}
}

@media screen and (max-width:538px) {
	.mianbao {
		font-size: 12px;
		line-height: 22px;
	}

}

.pM1-border {
	padding-top: 23px;
	padding-bottom: 145px;
}

.pM1-title {
	font-size: 28px;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	font-family: "Microsoft YaHei","微软雅黑";
}

.pM1-blockbox {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	padding-top: 20px;
	padding-bottom: 48px;

}

.pM1-block {
	width: 23.6%;
	background-color: #ffffff;
	border: solid 1px rgba(199, 199, 199, 0.64);
	margin-right: 1.866%;
	margin-top: 32px;
}

.pM1-block:nth-child(4n) {
	margin-right: 0px;
}

.pM1-bsafe {
	width: 91%;
	margin: auto;
	padding-top: 23px;
	padding-bottom: 7px;
}

.pM1-bpic {
	margin: auto;
	display: block;
}

.pM1-bfont {
	padding-top: 24px;
}

.pM1-bf1 {
	font-size: 20px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.pM1-bf2 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pM1-btnbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pM1-bout {
	display: none;
}

.pM1-block:hover .pM1-bout {
	display: block;
}

.pM1-btn {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-left: 10px;
}

/* page */

.page {
	display: flex;
	justify-content: center;
}

.page-border {
	display: flex;
	flex-flow: wrap;
}

.page-box {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.page a {
	display: block;
	width: 36px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	line-height: 30px;
	text-align: center;
	margin-left: 8px;
	letter-spacing: 0px;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.page a:hover {
	background-color: #1d65b9;
	color: #fff;
	border: 1px solid #1d65b9;
}



.page .pagepre {
	width: 69px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}

.page-box a.inquiry {
	width: 200px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
	text-align: center;
	margin-left: 8px;
}

.page-box a.inquiry:hover {
	color: #1d65b9;
	background-color: #fff;
	border: 1px solid #1d65b9;
}

.page .big {
	width: 69px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
	text-align: center;
	margin-left: 8px;
}

.page .big:hover {
	color: #1d65b9;
	background-color: #fff;
	border: 1px solid #1d65b9;
}

.page-long {
	width: 155px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #1d65b9;
	margin-left: 10px;
	background: none;
	margin-right???10px;
}

.page-long:hover {
	color: #1d65b9;
}

.page .page-select {
	background-color: #1d65b9;
	color: white;
	border: 1px solid #1d65b9;
}

.page-arrow {
	display: flex;
	align-items: center;
}

@media screen and (max-width:1333px) {
	.page {
		display: flex;
		justify-content: center;
	}

}

@media screen and (max-width:999px) {

	.page a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.page-long {
		width: 139px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.page a {
		font-size: 12px;
	}

	.page-box a {
		margin-top: 5px;
	}

	.page-long {
		font-size: 12px;
	}
}

/* *************tags************************* */
.tagsbox {
	padding-top: 41px;
}

.tags {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 20px;
}

.tags p {
	font-size: 22px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #0050b5;
}

.tags p a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: inline-block;
	padding-right: 10px;
}

.tags p a:hover {
	color: #0050b5;
}

.tags p i {
	font-size: 20px;
}



@media screen and (max-width:1333px) {
	.pM1-title {
		font-size: 24px;
	}

	.pM1-block {
		margin-top: 15px;
	}

	.pM1-bfont {
		padding-top: 13px;
	}

	.pM1-bf1 {
		font-size: 16px;
		line-height: 30px;
	}

	.pM1-bf2 {
		font-size: 14px;
		line-height: 26px;
	}

	.pM1-blockbox {
		padding-top: 7px;
	}

	.pM1-border {
		padding-top: 16px;
		padding-bottom: 50px;
	}

	.pM1-blockbox {
		padding-bottom: 30px;
	}

	.tagsbox {
		padding-top: 30px;
	}

	.tags p a {
		font-size: 14px;
		line-height: 26px;
	}

	.tags p {
		font-size: 18px;
	}

}

@media screen and (max-width:999px) {
	.pM1-title {
		font-size: 22px;
	}

	.pM1-bout {
		display: block;
	}
}

@media screen and (max-width:768px) {
	.pM1-title {
		font-size: 20px;
	}

	.pM1-border {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.pM1-blockbox {
		padding-top: 0px;
	}

	.pM1-bf2 {
		font-size: 12px;
		line-height: 22px;
	}

	.pM1-bf1 {
		font-size: 14px;
		line-height: 26px;
	}

	.pM1-btn {
		font-size: 12px;
		line-height: 22px;
	}

	.tags p a {
		font-size: 12px;
		line-height: 22px;
	}

	.tagsbox {
		padding-top: 20px;
	}

	.pM1-blockbox {
		padding-bottom: 25px;
	}

	.pM1-block {
		width: 33%;
		margin-right: 0.5%;
	}

	.pM1-block:nth-child(4n) {
		margin-right: 0.5%;
	}

	.pM1-block:nth-child(3n) {
		margin-right: 0%;
	}

}

@media screen and (max-width:538px) {
	.pM1-title {
		font-size: 18px;
		line-height: 30px;
	}

	.pM1-block {
		width: 49%;
		margin-right: 2%;
	}

	.pM1-block:nth-child(3n) {
		margin-right: 2%;
	}

	.pM1-block:nth-child(2n) {
		margin-right: 0%;
	}

	.pM1-block {
		margin-top: 10px;
	}

	.tagsbox {
		padding-top: 14px;
	}
}

/* **************p2M1**************************** */
.p2M1 {
	background: url("/themes/simplebootx/style/images/p2-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.p2M1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("/themes/simplebootx/style/images/p2-back.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.p2M1-border {
	padding-top: 38px;
	padding-bottom: 84px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.p2M1-left {
	width: 45%;
	display: flex;
	align-items: center;
}


.p2M1-right {
	width: 45.5%;
}

.p2M1-right h1 {
	font-size: 36px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.p2M1-rinfo {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	padding-top: 50px;
}

.p2M1-rinfo p {
	color: #666666;
}

.p2M1-rbtnbox {
	display: flex;
	margin-top: 115px;
}

.p2M1-rbtn {
	width: 53%;
	height: 49px;
	border: 1px solid #0050b5;
	background-color: #0050b5;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 47px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.p2M1-rbtn:hover {
	background-color: #fff;
	color: #0050b5;
}

.p2m1-share {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-left: 33px;
	display: flex;
	align-items: center;
}

.p2m1-share img {
	display: inline-block;
}

@media screen and (max-width:1333px) {
	.p2M1-rinfo {
		font-size: 16px;
		line-height: 30px;
		padding-top: 30px;
	}

	.p2M1-rbtn {
		font-size: 16px;
	}

	.p2M1-rbtnbox {
		margin-top: 70px;
	}

	.p2m1-share {
		padding-left: 10px;
	}

	.p2M1-right h1 {
		font-size: 28px;
		line-height: 30px;
	}

	.p2M1-rbtn {
		width: 33%;
	}
}

@media screen and (max-width:999px) {
	.p2M1-rinfo {
		font-size: 14px;
	}

	.p2M1-rbtn {
		font-size: 14px;
	}

	.p2M1-border {
		padding-top: 22px;
		padding-bottom: 50px;
	}

	.p2M1-rbtnbox {
		margin-top: 30px;
	}

	.p2M1-rinfo {
		padding-top: 16px;
		line-height: 30px;
	}

	.p2M1-left {
		width: 44%;
	}

	.p2M1-right {
		width: 50.5%;
	}

}

@media screen and (max-width:843px) {
	.p2M1-left {
		width: 100%;
	}

	.p2M1-right {
		width: 100%;
		margin-top: 15px;
	}

	.p2M1-lpic {
		width: 536px;
		margin: auto;
		display: block;
	}

	.p2M1-right h1 {
		font-size: 24px;
	}

	.p2M1-rbtnbox {
		margin-top: 24px;
	}

	.p2M1-border {
		padding-bottom: 34px;
	}

	.p2M1-rinfo {
		padding-top: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.p2M1-right h1 {
		font-size: 20px;
	}

	.p2M1-rinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.p2M1-rbtnbox {
		flex-direction: column;
	}

	.p2m1-share {
		padding-top: 15px;
		padding-left: 0px;
		font-size: 12px;
	}

	.p2M1-rbtn {
		height: 36px;
		line-height: 34px;
	}

	.p2M1-rbtn {
		font-size: 12px;
	}

	.p2M1-border {
		padding-bottom: 23px;
	}

	.p2M1-rinfo {
		padding-top: 8px;
	}
}

/* *****************p2M2***************************** */

.p2M2-border {
	padding-top: 54px;
}

.p2M2-blockbox {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.p2M2-title {
	font-size: 24px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #0050b5;
}

.p2M2-block {
	display: flex;
	justify-content: space-between;
	width: 30%;
	margin-top: 60px;
}

.p2M2-bleft {
	width: 15%;
}

.p2M2-bright {
	width: 80%;
}

.p2M2-block:nth-child(3n) {
	margin-right: 0;
}

.p2M2-btitle {
	font-size: 24px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.p2M2-binfo {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-top: 5px;
}

@media screen and (max-width:1333px) {
	.p2M2-btitle {
		font-size: 16px;
		line-height: 30px;
	}

	.p2M2-binfo {
		line-height: 26px;
	}

	.p2M2-block {
		margin-top: 36px;
	}

	.p2M2-border {
		padding-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.p2M2-block {
		width: 49%;
		margin-right: 2%;
	}

	.p2M2-block:nth-child(3n) {
		margin-right: 2%;
	}

	.p2M2-block:nth-child(2n) {
		margin-right: 0%;
	}

	.p2M2-block {
		margin-top: 24px;
	}

	.p2M2-title {
		font-size: 22px;
	}

}

@media screen and (max-width:768px) {
	.p2M2-binfo {
		font-size: 12px;
		line-height: 22px;
	}

	.p2M2-btitle {
		font-size: 14px;
		line-height: 26px;
	}

	.p2M2-block {
		border: 1px solid #a3a3a3;
	}

	.p2M2-bleft {
		display: flex;
		align-items: center;
	}

	.p2M2-block {
		padding: 10px;
	}

	.p2M2-block {
		margin-top: 10px;
		flex-flow: wrap;
	}

	.p2M2-bleft {
		width: 100%;
	}

	.p2M2-bright {
		width: 100%;
		margin-top: 10px;
	}

	.p2M2-border {
		padding-top: 19px;
	}

	.p2M2-title {
		font-size: 20px;
	}

	.p2M2-bleft img {
		width: 30px;
	}
}

@media screen and (max-width:538px) {
	.p2M2-title {
		font-size: 18px;
	}

	.p2M2-block {
		width: 100%;
		margin-right: 0px;
	}

	.p2M2-block:nth-child(3n) {
		margin-right: 0px;
	}
}

/* *********p2M3*************************** */
.p2M3-border {
	padding-top: 151px;
}

.p2M3-title {
	font-size: 44px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	text-align: center;
}

.img-scroll2 {
	position: relative;
	margin-top: 42px;
	/*! background-size: cover; */
}

.img-scroll2 .prev,
.img-scroll2 .next {
	position: absolute;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 48px;
	background-color: #f5f5f5;
	text-align: center;
	border: solid 1px #f5f5f5;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999
}

.img-scroll2 .prev {
	left: 9.2%;
	cursor: pointer;
	margin-left: 0px;
}

.img-scroll2 .next {
	right: 9.2%;
	cursor: pointer;
	margin-right: 0px;
}

.img-scroll2 .prev:hover,
.img-scroll2 .next:hover {
	background-color: #0050b5;
	color: #fff;
	border: solid 1px #0050b5;
}

.img-list2 {
	position: relative;
	overflow: hidden;
}

.img-list2 ul {
	width: 10000%;
}

.img-list2 li {
	float: left;
	width: 0.25%;
	margin-right: 0%;
	border-left: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-list2 li:hover {
	background-color: rgba(254, 254, 254, 0.2);
}

/* .p2M3-scroll {
	background: url("/themes/simplebootx/style/images/p2m3-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.p2M3-scroll:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("/themes/simplebootx/style/images/p2m3-back.png") no-repeat center;
	background-size: cover;
	z-index: -1;
} */

.p2M3-sfpic {
	display: flex;
	justify-content: center;
}

.p2M3-sfont {
	padding-top: 292px;
	padding-bottom: 281px;
}

.p2M3-sf1 {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	display: block;
	padding-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.p2M3-sfpic img {
	width: 71px;
	height: 64px;
}

@media screen and (max-width:1555px) {
	.img-scroll2 .prev {
		left: 2%;
	}

	.img-scroll2 .next {
		right: 2%;
	}

}

@media screen and (max-width:1333px) {
	.p2M3-border {
		padding-top: 53px;
	}

	.img-scroll2 .prev {
		margin-left: 0px;
	}

	.img-scroll2 .next {
		margin-right: 0px;
	}

	.p2M3-sfont {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.p2M3-title {
		font-size: 28px;
		line-height: 30px;
	}



	.p2M3-sf1 {
		font-size: 16px;
	}

}

@media screen and (max-width:999px) {
	.p2M3-border {
		padding-top: 53px;
	}

	.p2M3-title {
		font-size: 24px;
	}

	.p2M3-sf1 {
		font-size: 14px;
		line-height: 26px;
		padding-top: 10px;
	}

	.img-scroll2 .prev,
	.img-scroll2 .next {
		width: 36px;
		height: 36px;
		line-height: 34px;
		font-size: 12px;
	}

	.img-scroll2 {
		margin-top: 20px;
	}

	.p2M3-sfont {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.p2M3-border {
		padding-top: 38px;
	}
}

@media screen and (max-width:768px) {
	.p2M3-border {
		padding-top: 33px;
	}

	.p2M3-title {
		font-size: 22px;
	}

	.p2M3-sfont {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.img-list2 li {
		width: 0.5%;
	}
}

@media screen and (max-width:538px) {
	.p2M3-border {
		padding-top: 20px;
	}

	.p2M3-title {
		font-size: 20px;
	}

	.img-scroll2 {
		margin-top: 10px;
	}
}

/* ************productMain4****************************************** */
.p2M4-blockbox {
	display: flex;
	flex-flow: wrap;
	padding-top: 13px;
}

.p2M4 .pM1-block {
	width: 23.7%;
	margin-right: 1.7333%;
}

.p2M4 .pM1-block:nth-child(4n) {
	margin-right: 0;
}

.p2M4-border {
	padding-top: 95px;
	padding-bottom: 151px;
}

@media screen and (max-width:1333px) {
	.p2M4-border {
		padding-top: 32px;
		padding-bottom: 50px;
	}

}

@media screen and (max-width:999px) {
	.p2M4-border {
		padding-top: 28px;
		padding-bottom: 32px;
	}

	.pM1-block {
		margin-top: 5px;
	}
}

@media screen and (max-width:768px) {
	.p2M4 .pM1-block {
		width: 49%;
		margin-right: 2%;
	}

	.p2M4 .pM1-block:nth-child(4n) {
		margin-right: 2%;
	}

	.p2M4 .pM1-block:nth-child(2n) {
		margin-right: 0%;
	}

}

@media screen and (max-width:538px) {
	.p2M4-border {
		padding-top: 21px;
		padding-bottom: 25px;
	}
}

/* *****************aboutus Main1**************************** */
.abM1-border {
	padding-top: 28px;
	padding-bottom: 121px;
}

.abM1-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	flex-direction: row-reverse;
}

.abM1-bleft {
	width: 48%;
}

.abM1-blf1 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #90c440;
}

.abM1-blf2 {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 39px;
}


.abM1-blf3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 43px;
}

.abM1-bright {
	width: 49.5%;
}

.img-scroll3 {
	position: relative;
	margin-top: 0px;
}

.img-scroll3 .prev,
.img-scroll3 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	background-color: #fefefe;
	text-align: center;
	border: solid 1px #fefefe;
	bottom: 0;
	transition: 0.5s;
	z-index: 999
}

.img-scroll3 .prev {
	right: 0;
	margin-right: 51px;
	cursor: pointer;
}

.img-scroll3 .next {
	right: 0px;
	cursor: pointer;
}

.img-scroll3 .prev:hover,
.img-scroll3 .next:hover {
	background-color: #0050b5;
	color: #fff;
	border: solid 1px #0050b5;
}

.img-list3 {
	position: relative;
	overflow: hidden;
}

.img-list3 ul {
	width: 10000%;
}

.img-list3 li {
	float: left;
	width: 1%;
	margin-right: 0%;
	border-left: none;
	position: relative;
}

.abM1-b2box {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding-top: 13px;
}

.abM1-b2left {
	width: 44%;
}

.abM1-b2ltitle {
	font-size: 22px;
	font-stretch: normal;
	font-weight: bolder;
	line-height: 56px;
	letter-spacing: 0px;
	color: #333333;
}

.abM1-b2linfo {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}

.abM1-b2linfo p {
	color: #333333;
}

.abM1-b2right {
	width: 45.3%;
}

.abM1-b2rinfo {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}

.abM1-b2rinfo p {
	color: #333333;
}

.abM1-block2 {
	padding-top: 126px;
}

.abclear {
	display: none;
}

@media screen and (max-width:1666px) {
	.abM1-blf2 {
		font-size: 32px;
		line-height: 34px;
	}

	.abM1-blf3 {
		font-size: 16px;
		line-height: 30px;
	}

	.abM1-block2 {
		padding-top: 30px;
	}

	.abM1-b2linfo {
		font-size: 16px;
		line-height: 30px;
	}

	.abM1-b2rinfo {
		font-size: 16px;
		line-height: 30px;
	}

	.abM1-border {
		padding-bottom: 76px;
	}

	.abM1-bright {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width:1333px) {
	.abM1-blf3 {
		padding-top: 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.abM1-blf2 {
		padding-top: 22px;
		font-size: 16px;
		line-height: 26px;
	}

	.abM1-border {
		padding-bottom: 50px;
	}

	.abM1-b2linfo {
		font-size: 14px;
		line-height: 26px;
	}

	.abM1-b2rinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.abM1-b2ltitle {
		line-height: 30px;
	}

	.abM1-block2 {
		padding-top: 6px;
	}

	.abM1-blf2 {
		padding-top: 10px;
	}

	.abM1-blf3 {
		padding-top: 10px;
	}

	.img-scroll3 .prev,
	.img-scroll3 .next {
		font-size: 12px;
	}

	.abM1-b2ltitle {
		font-size: 18px;
	}

	.abM1-block {
		display: block;
	}

	.abM1-bleft {
		width: auto;
		overflow: visible;
	}

	.abM1-bright {
		float: right;
		clear: both;
		padding-left: 32px;
	}

	.abclear {
		display: block;
	}
}

@media screen and (max-width:999px) {
	.abM1-border {
		padding-bottom: 33px;
		padding-top: 9px;
	}

	.img-scroll3 .prev,
	.img-scroll3 .next {
		width: 42px;
		height: 42px;
		line-height: 40px;
	}

	.img-scroll3 .prev {
		margin-right: 44px;
	}
}

@media screen and (max-width:768px) {
	.abM1-blf3 {
		font-size: 12px;
		line-height: 22px;
	}

	.abM1-b2linfo {
		font-size: 12px;
		line-height: 22px;
	}

	.abM1-b2rinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.abM1-bright {
		width: 100%;
		float: none;
	}

	.abM1-bleft {
		width: 100%;
		margin-top: 20px;
	}

	.img-list3 li a {
		display: block;
		width: 100%;
	}

	.img-list3 li a img {
		width: 100%;
	}

	.abM1-bright {
		padding-left: 0px;
	}

	.abM1-b2left {
		width: 100%;
	}

	.abM1-b2right {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.abM1-border {
		padding-bottom: 20px;
	}

	.img-scroll3 .prev,
	.img-scroll3 .next {
		width: 36px;
		height: 36px;
		line-height: 34px;
	}

	.img-scroll3 .prev {
		margin-right: 38px;
	}
}

/* *************aboutusM3***************************** */

.abM3 .M1-title {
	font-family: "Microsoft YaHei","微软雅黑";
}

.abM3 .M5-border {
	padding-top: 85px;
	padding-bottom: 26px;
}

@media screen and (max-width:1333px) {
	.abM3 .M5-border {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.abM3 .M5-border {
		padding-top: 32px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.abM3 .M5-border {
		padding-top: 27px;
		padding-bottom: 12px;
	}
}

@media screen and (max-width:538px) {
	.abM3 .M5-border {
		padding-top: 17px;
		padding-bottom: 11px;
	}
}

/* *********abM4******************************* */
.abM4-border {
	padding-top: 89px;
	padding-bottom: 85px;
}

.abM4 .M1-title {
	font-family: "Microsoft YaHei","微软雅黑";
}

.img-scroll4 {
	position: relative;
	margin-top: 59px;
}

.img-scroll4 .prev,
.img-scroll4 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999
}

.img-scroll4 .prev {
	left: 0px;
	cursor: pointer;
	margin-left: -80px;
}

.img-scroll4 .next {
	right: 0px;
	cursor: pointer;
	margin-right: -80px;
}

.img-scroll4 .prev:hover,
.img-scroll4 .next:hover {
	background-color: #0050b5;
	color: #fff;
}

.img-list4 {
	position: relative;
	overflow: hidden;
}

.img-list4 ul {
	width: 10000%;
}

.img-list4 li {
	float: left;
	/*width: 0.14%;*/
	/*margin-right: 0.003333%;*/
		width: 0.16%;
	margin-right: 0.00666666667%;
	border-left: none;
	position: relative;
	
}
.img-list4 li img{ margin: 0 auto;}

.abM4-bpic {
	display: block;
	padding-bottom: 18px;
}

.abM4-bpic img:hover {
	transform: scale(1, 1);
}

@media screen and (max-width:1666px) {
	.img-scroll4 .prev {
		left: 0px;
		cursor: pointer;
		margin-left: 0px;
	}

	.img-scroll4 .next {
		right: 0px;
		cursor: pointer;
		margin-right: 0px;
	}

}


@media screen and (max-width:1333px) {
	.abM4-border {
		padding-top: 46px;
		padding-bottom: 40px;
	}

	.img-scroll4 {
		margin-top: 33px;
	}

}

@media screen and (max-width:999px) {
	.abM4-border {
		padding-top: 26px;
		padding-bottom: 25px;
	}

	.img-list4 li {
		width: 0.16%;
		margin-right: 0.006666%;
	}

	.img-scroll4 {
		margin-top: 24px;
		padding-bottom: 44px;
	}

	.img-scroll4 .prev,
	.img-scroll4 .next {
		top: auto;
		bottom: 0;
		transform: translateY(0);
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.img-scroll4 .prev {
		left: 50%;
		margin-left: -43px;
	}

	.img-scroll4 .next {
		right: 50%;
		margin-right: -43px;
	}
}

@media screen and (max-width:768px) {
	.img-list4 li {
		width: 0.19%;
		margin-right: 0.0125%;
	}
}

@media screen and (max-width:538px) {
	.img-list4 li {
		width: 0.24%;
		margin-right: 0.01333%;
	}

	.abM4-border {
		padding-top: 22px;
	}

	.img-scroll4 {
		margin-top: 17px;
	}
}

/* **********ab2M1*****************************/
.ab2M1 {
	background: url("/themes/simplebootx/style/images/ab2-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.ab2M1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("/themes/simplebootx/style/images/ab2-back.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.ab2M1-border {
	padding-top: 48px;
	padding-bottom: 112px;
}

.ab2M1-title {
	font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	font-family: "Microsoft YaHei","微软雅黑";
}

.ab2M1-blockbox {
	display: flex;
	flex-flow: wrap;
	margin-top: 71px;
}

.ab2M1-block {
	box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.09);
	position: relative;
	width: 24.5%;
	margin-right: 0.6666%;
}

.ab2M1-block:nth-child(4n) {
	margin-right: 0px;
}

.ab2M1-mask {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}

.ab2M1-block:hover .ab2M1-mask {
	opacity: 1;
}

.ab2M1-block:hover .ab2M1-bfont {
	opacity: 0;
}

.ab2M1-mpic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ab2M1-mfont {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 75px;
	background-color: #0050b5;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 0px;
	color: #f9f9f9;
	text-align: center;
	width: 100%;
}

.ab2M1-bfont {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	font-size: 20px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fdfdfd;
	text-align: center;
	padding-bottom: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width:1333px) {
	.ab2M1-title {
		font-size: 28px;
		line-height: 30px;
	}

	.ab2M1-border {
		padding-top: 31px;
		padding-bottom: 61px;
	}

	.ab2M1-blockbox {
		margin-top: 36px;
	}

	.ab2M1-bfont {
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.ab2M1-mfont {
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:999px) {
	.ab2M1-title {
		font-size: 24px;
	}

	.ab2M1-blockbox {
		margin-top: 18px;
	}

	.ab2M1-border {
		padding-top: 22px;
		padding-bottom: 34px;
	}

	.ab2M1-bfont {
		font-size: 14px;
	}

	.ab2M1-mfont {
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {
	.ab2M1-title {
		font-size: 22px;
	}

}

@media screen and (max-width:538px) {
	.ab2M1-title {
		font-size: 20px;
	}

	.ab2M1-block {
		width: 49%;
		margin-right: 2%;
		margin-top: 15px;
	}

	.ab2M1-block:nth-child(2n) {
		margin-right: 0%;
	}

	.ab2M1-blockbox {
		margin-top: 2px;
	}

	.ab2M1-border {
		padding-top: 12px;
		padding-bottom: 20px;
	}

	.ab2M1-bfont {
		font-size: 12px;
	}

	.ab2M1-mfont {
		font-size: 12px;
	}
}

/* *********************ab2M2******************************* */
.ab2M2-boder {
	padding-top: 124px;
	padding-bottom: 69px;
}

.ab2M2-btn {
	width: 180px;
	height: 50px;
	border: 1px solid #0050b5;
	background-color: #0050b5;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 37px;
}

.ab2M2-btn:hover {
	background-color: #fff;
	color: #0050b5;
}

/* ******************ab2M2*********************************** */
.ab2M2-block {
	margin-top: 0px;
	position: relative;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.ab2M2-blbox {
	width: 30%;
	padding-top: 96px;
	position: relative;
}

.ab2M2-blbox::before {
	position: absolute;
	content: "";
	background: url("/themes/simplebootx/style/images/diandian.png") no-repeat;
	width: 9px;
	height: 69px;
	right: 22px;
	top: 38%;
}


.ab2M2-bleft {
	display: flex;
	justify-content: space-between;
}

.ab2M2-blf1 {
	font-size: 24px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0050b5;
	text-align: end;
}

.ab2M2-blf2 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #1e252f;
	text-align: end;
	padding-top: 9px;
}

.ab2M2-blfontbox {
	width: 67%;
}

.ab2M2-blfont {
	margin-bottom: 95px;
}

.ab2M2-blpic {
	width: 50px;
}

.ab2M2-bcenter {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ab2M2-bcenter {
	width: 56%;
}

.ab2M2-bcpic {
	margin: auto;
	max-width: 853px;
}

.ab2M2-brbox {
	width: 30%;
	padding-top: 118px;
	position: relative;
}

.ab2M2-bright {
	display: flex;
	justify-content: space-between;

}

.ab2M2-brbox::before {
	position: absolute;
	content: "";
	background: url("/themes/simplebootx/style/images/diandian.png") no-repeat;
	width: 9px;
	height: 69px;
	left: 24px;
	top: 38%;
}

.ab2M2-bright .ab2M2-blf1 {
	text-align: start;
}

.ab2M2-bright .ab2M2-blf2 {
	text-align: start;
}

.ab2M2-bbox {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:1555px) {
	.ab2M2-brbox::before {
		display: none;
	}

	.ab2M2-blbox::before {
		display: none;
	}

}

@media screen and (max-width:1333px) {
	.ab2M2-boder {
		padding-top: 54px;
		padding-bottom: 49px;
	}

	.ab2M2-block {
		margin-top: 0px;
	}

	.ab2M2-blf1 {
		font-size: 20px;
	}

	.ab2M2-blf2 {
		padding-top: 6px;
	}

	.ab2M2-blpic {
		width: 40px;
		height: 40px;
	}
	.ab2M2-blfont{
		margin-bottom: 50px;
	}
	.ab2M2-blfontbox {
		width: 77%;
	}
	
}

@media screen and (max-width:999px) {
	.ab2M2-blf1 {
		font-size: 18px;
	}

	.ab2M2-btn {
		margin-top: 23px;
	}

	.ab2M2-boder {
		padding-top: 31px;
		padding-bottom: 23px;
	}

	.ab2M2-blfontbox {
		width: 72%;
	}

	.ab2M2-block {
		margin-top: 0px;
	}

	.ab2M2-btn {
		width: 120px;
		height: 36px;
		line-height: 34px;
		font-size: 14px;
	}

	.ab2M2-blf2 {
		font-size: 14px;
		line-height: 26px;
	}

	.ab2M2-bcenter {
		display: none;
	}

	.ab2M2-blbox {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.ab2M2-brbox {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.ab2M2-bright {
		flex-direction: row-reverse;
	}

	.ab2M2-bleft {
		width: 49%;
		border: 1px solid #a3a3a3;
		padding: 10px;
	}

	.ab2M2-bright {
		width: 49%;
		border: 1px solid #a3a3a3;
		padding: 10px;
	}

	.ab2M2-blf1 {
		text-align: center;
	}

	.ab2M2-blf2 {
		text-align: center;
	}

	.ab2M2-bright .ab2M2-blf1 {
		text-align: center;
	}

	.ab2M2-bright .ab2M2-blf2 {
		text-align: center;
	}

	.ab2M2-bleft {
		justify-content: center;
		align-items: center;
	}

	.ab2M2-bright {
		justify-content: center;
		align-items: center;
	}

	.ab2M2-blfont {
		margin-bottom: 15px;
	}

	.ab2M2-blpic {
		display: flex;
	}

	.ab2M2-blbox {
		padding-top: 0px;
	}

	.ab2M2-brbox {
		padding-top: 16px;
	}

	.ab2M2-blpic {
		width: 15%;
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.ab2M2-blf1 {
		font-size: 16px;
	}

	.ab2M2-blf2 {
		font-size: 12px;
		line-height: 22px;
	}


}

@media screen and (max-width:538px) {
	.ab2M2-boder {
		padding-top: 18px;
		padding-bottom: 23px;
	}

	.ab2M2-btn {
		margin-top: 12px;
	}

	.ab2M2-blpic {
		display: none;
	}

}

/* **********************ab2M3************************* */

.ab2M3 {
	background: url("/themes/simplebootx/style/images/ab2m3-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.ab2M3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("/themes/simplebootx/style/images/ab2m3-back.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.ab2M3-border {
	padding-top: 144px;
	padding-bottom: 154px;
}


.img-scroll5 {
	position: relative;
	margin-top: 35px;
}

.img-scroll5 .prev,
.img-scroll5 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fefefe;
	border: solid 1px rgba(199, 199, 199, 0.3);
	top: 40%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999
}

.img-scroll5 .prev {
	left: 0px;
	cursor: pointer;
	margin-left: -90px;
}

.img-scroll5 .next {
	margin-right: -90px;
	right: 0px;
	cursor: pointer;
}

.img-scroll5 .prev:hover,
.img-scroll5 .next:hover {
	background-color: #0050b5;
	color: #fff;
}

.img-list5 {
	position: relative;
	overflow: hidden;
	padding-bottom: 41px;
}

.img-list5 ul {
	width: 10000%;
}

.img-list5 li {
	float: left;
	width: 1%;
	margin-right: 0%;
	border-left: none;
	position: relative;
}

.ab2M3-block {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.ab2M3-bl {
	width: 50%;
	position: relative;
}

.ab2M3-blpic2 {
	position: absolute;
	top: 90px;
	right: -112px;
}

.ab2M3-br {
	width: 37%;
}

.ab2M3-brtitile {
	font-size: 44px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
}

.ab2M3-brinfo {
	font-size: 24px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	display: block;
	padding-top: 23px;
}

.ab2M3-brbbox {
	display: flex;
	flex-flow: wrap;
	padding-bottom: 10px;
}

.ab2M3-brbblock {
	width: 49%;
	margin-right: 2%;
	display: flex;
	margin-top: 50px;
}

.ab2M3-brbblock:nth-child(2n) {
	margin-right: 0%;
}

.ab2M3-brbfont {
	font-size: 24px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	padding-left: 15px;
}

.ab2M3-brbfont p {
	color: #003333;
}

.ab2M3 .ab2M2-btn {
	margin-left: 0px;
}


@media screen and (max-width:1666px) {
	.ab2M3-border {
		padding-top: 72px;
		padding-bottom: 93px;
	}

	.img-scroll5 .prev {
		margin-left: 0;
	}

	.img-scroll5 .next {
		margin-right: 0;
	}
}

@media screen and (max-width:1333px) {
	.ab2M3-brtitile {
		font-size: 28px;
		line-height: 30px;
	}

	.ab2M3-brinfo {
		font-size: 20px;
		padding-top: 10px;
	}

	.ab2M3-brbfont {
		font-size: 16px;
		line-height: 30px;
	}

	.ab2M3 .ab2M2-btn {
		font-size: 14px;
	}

	.ab2M3-blpic2 {
		top: 82px;
		right: 56px;
	}

	.ab2M3-br {
		width: 42%;
	}

	.ab2M3-border {
		padding-top: 27px;
		padding-bottom: 31px;
	}

	.ab2M3-brbblock {
		margin-top: 38px;
	}

	.img-scroll5 .prev,
	.img-scroll5 .next {
		bottom: 0;
		top: auto;
	}

	.img-list5 {
		padding-bottom: 96px;
	}

	.img-scroll5 .prev {
		left: 50%;
		margin-left: -55px;
	}

	.img-scroll5 .next {
		right: 50%;
		margin-right: -55px;
	}
}

@media screen and (max-width:999px) {
	.ab2M3-border {
		padding-top: 19px;
		padding-bottom: 8px;
	}

	.ab2M3-brtitile {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.ab2M3-bl {
		width: 100%;
	}

	.ab2M3-br {
		width: 100%;
		margin-top: 40px;
	}

	.ab2M3-brbblock {
		margin-top: 23px;
	}

	.ab2M3-blpic2 {
		display: none;
	}

	.ab2M3-blpic {
		width: 100%;
	}

	.ab2M3-blpic img {
		width: 100%;
	}

	.ab2M3-brtitile {
		font-size: 22px;
	}

	.ab2M3-br {
		margin-top: 20px;
	}

	.ab2M3-brinfo {
		font-size: 16px;
	}

	.ab2M3-brbfont {
		font-size: 14px;
	}

	.img-scroll5 {
		margin-top: 10px;
	}

	.img-scroll5 .prev,
	.img-scroll5 .next {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.img-scroll5 .prev {
		margin-left: -45px;
	}

	.img-scroll5 .next {
		margin-right: -45px;
	}

	.img-list5 {
		padding-bottom: 84px;
	}
}

@media screen and (max-width:538px) {
	.ab2M3-brtitile {
		font-size: 20px;
	}

	.ab2M3-brbfont {
		font-size: 12px;
	}
}

/* ****************ab2M4**************** */

.ab2M4-border {
	padding-top: 107px;
	padding-bottom: 109px;
}

.ab2M4-blockbox {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	margin-top: 54px;
}

.ab2M4-block {
	width: 49%;
	margin-right: 2%;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	padding-bottom: 23px;
	margin-top: 8px;
}

.ab2M4-block:nth-child(2n) {
	margin-right: 0%;
}

.ab2M4-block:hover {
	border-bottom: 1px solid #c7c7c7;
}

.ab2M4-block:hover .ab2M4-binfo {
	display: none;
}

.ab2M4-block:hover .ab2M4-bbtn {
	display: block;
}


.ab2M4-btitle {
	font-size: 24px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ab2M4-binfo {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	display: block;
	padding-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ab2M4-bbtn {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0050b5;
	display: none;
	padding-top: 4px;
}

.ab2M4-title {
	width: 60%;
	line-height: 53px;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


@media screen and (max-width:1333px) {
	.ab2M4-border {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.ab2M4-title {
		line-height: 30px;
	}

	.ab2M4-btitle {
		font-size: 18px;
		padding-top: 10px;
	}

	.ab2M4-blockbox {
		margin-top: 38px;
	}

	.ab2M4-bpic {
		width: 40px;
		height: 40px;
		display: block;
	}
}

@media screen and (max-width:999px) {
	.ab2M4-btitle {
		font-size: 16px;
		line-height: 30px;
	}

	.ab2M4-binfo {
		font-size: 14px;
		line-height: 26px;
	}

	.ab2M4-bbtn {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.ab2M4-btitle {
		font-size: 14px;
		line-height: 26px;
	}

	.ab2M4-binfo {
		font-size: 12px;
		line-height: 22px;
	}

	.ab2M4-blockbox {
		margin-top: 23px;
	}

	.ab2M4-border {
		padding-top: 34px;
		padding-bottom: 19px;
	}

	.ab2M4-bbtn {
		font-size: 12px;
		line-height: 22px;
	}

	.ab2M4-title {
		width: 90%;
	}
}

@media screen and (max-width:538px) {
	.ab2M4-border {
		padding-top: 20px;
		padding-bottom: 19px;
	}
}

/* ****************new***************************************** */



.n1m1-border {
	padding-top: 0px;
	padding-bottom: 100px;
}

.n1m1-blockbox {
	display: flex;
	flex-flow: wrap;
	padding-bottom: 62px;
}

.n1m1-block {
	width: 28.2%;
	margin-right: 7.7%;
	margin-top: 27px;
	margin-bottom: 28px;
	background-color: #f5f5f5;
	border-bottom: 3px solid #dfdfdf;
	transition: 0.5s;
}

.n1m1-block a:hover {
	color: #0050b5;
}

.n1m1-bpic {
	display: block;
	overflow: hidden;
}


.n1m1-block:nth-child(3n) {
	margin-right: 0%;
}

.n1m1-block:hover {
	border-bottom: 3px solid #0050b5;
}

.n1m1-bfsafe {
	width: 91%;
	margin: auto;
	padding-top: 18px;
}

.n1m1-bf1 {
	font-size: 18px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
    overflow: hidden;

}

.n1m1-bf2 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 13px;
}

.n1m1-btnbox {
	display: flex;
	justify-content: space-between;
	padding-top: 26px;
	padding-bottom: 18px;
}

.n1m1-date {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}

/*.n1m1-date:hover {
	color: #0050b5;
}*/

.n1m1-btn {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}

.n1m1-btn i {
	font-size: 12px;
}

@media screen and (max-width:1333px) {
	.n1m1-bf1 {
		font-size: 16px;
	}

	.n1m1-bf2 {
		font-size: 14px;
		padding-top: 8px;
	}

	.n1m1-bfsafe {
		padding-top: 10px;
	}

	.n1m1-btnbox {
		padding-top: 11px;
	}

	.n1m1-border {
		padding-bottom: 50px;
	}

	.n1m1-blockbox {
		padding-bottom: 12px;
	}
}

@media screen and (max-width:999px) {
	.n1m1-bf1 {
		font-size: 14px;
	}

	.n1m1-block {
		width: 33%;
		margin-right: 0.5%;
	}

	.n1m1-block {
		margin-top: 12px;
		margin-bottom: 10px;
	}

	.n1m1-blockbox {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.n1m1-bf1 {
		font-size: 12px;
		line-height: 22px;
	}

	.n1m1-block {
		width: 49%;
		margin-right: 2%;
	}

	.n1m1-block:nth-child(3n) {
		margin-right: 2%;
	}

	.n1m1-block:nth-child(2n) {
		margin-right: 0px;
	}

	.n1m1-border {
		padding-bottom: 33px;
	}

	.n1m1-bf2 {
		font-size: 12px;
		line-height: 22px;
	}

	.n1m1-btn {
		font-size: 12px;
		line-height: 22px;
	}

	.n1m1-date {
		font-size: 12px;
		line-height: 22px;
	}

	.n1m1-blockbox {
		padding-bottom: 16px;
	}
}

@media screen and (max-width:538px) {
	.n1m1-btnbox {
		flex-direction: column;
	}
}

/* *****************new4Main1*********************** */
/* **********new4************************** */
.n4M1-border {
	padding-top: 18px;
	padding-bottom: 66px;
}

.nelbiao {
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.net {
	border-bottom: 1px solid #e7e7e7;
	margin-top: 25px;
	padding-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.net .neriqi {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}

.net .neriqi i {
	font-size: 20px;
}

.net .share {
	display: flex;
	vertical-align: middle;
	margin-left: 12px;
	margin-top: 0px;
}

.net .share1 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}

.nexiang {
	margin-top: 35px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.nexiang p,
.nexiang em,
.nexiang strong {
	color: #333333;
}

.nexiang img {
	display: block;
	max-width: 100%;
	/* max-width: 900px; */
	margin: auto;
}

.nexiang a {
	color: #043f95;
}

.fanpian {
	background-color: #ffffff;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-radius: 4px;
	display: flex;
	/*flex-flow: wrap;*/
	justify-content: space-between;
	padding: 7px 0px;
	margin-top: 63px;
}

.fanpian li {
	color: #999999;
}

/* .fanpian li a {
	color: #999999;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

} */

.fanpian li span {
	display: block;
	color: #333333;
}

.fanpian li:nth-child(1) {
	padding-right: 20px;
}

.fanpian li:nth-child(2) span {
	text-align: end;
}

.nert {
	background: #ffffff;
	/* padding: 25px; */
}

.nertbiao {
	color: #043f95;
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #83261e;
}

.nertn {
	padding-top: 2px;
}

.nertlie {
	margin-top: 19px;
}

.nerta {
	display: block;
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
}

.nerriqi {
	display: block;
	color: #999999;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin-top: 4px;
}

.nerriqi i {
	margin-right: 10px;
}

.nerb {
	margin-top: 50px;
	background: url("/themes/simplebootx/style/images/nerbbei.jpg") no-repeat center;
	background-size: cover;
	padding: 28px 25px;
}

.nerbbiao {
	color: #fff;
}

.nerbp {
	margin-top: 8px;
}

.nerbp p {
	color: #ffffff;
}

.nerul,
.nerul li,
.nerul a {
	color: #ffffff;
}

.nerul li {
	padding-left: 30px;
	position: relative;
	margin-top: 16px;
}

.nerul li i {
	position: absolute;
	left: 0px;
	top: 0px;
}

.nerul li a:hover {
	color: #fff;
	text-decoration: underline;
}

a.nertbiao:hover {
	color: #333
}

.nexiang .mvideo {
	padding-bottom: 41%;
	max-width: 800px;
}

.nexiang .mvstart img {
	width: 43px;
	height: 43px;
}

.bl2r-block {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}

.bl2r-bleft {
	width: 40%;
}

.bl2r-bright {
	width: 50%;
}

.bl2r-brtitle {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.bl2r-brdate {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	display: block;
}

.bl2r-brdate i {
	font-size: 16px;
}

.fp {
	display: flex;
}

.fp-tubiao {
	display: flex;
	align-items: center;
	padding-right: 15px;
}

.fanpian li:nth-child(2) .fp .fp-tubiao {
	padding-left: 15px;
	padding-right: 0px;
}

.n4M1-title {
	width: 39%;
}

.fp-zixu {
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


@media screen and (max-width:1359px) {
	.nerta {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.nelbiao {
		font-size: 20px;
		font-size: 2rem;
		line-height: 30px;
	}

	.nerb {
		margin-top: 30px;
		padding: 28px 25px;
	}

	.nemain2 {
		padding-top: 24px;
		padding-bottom: 50px;
	}

	.nertbiao {
		font-size: 24px;
	}

	.fanpian {
		margin-top: 45px;
	}

	.n4M1-border {
		padding-top: 31px;
		padding-bottom: 46px;
	}

	.nexiang {
		margin-top: 16px;
	}

	.net {
		padding-bottom: 20px;
		margin-top: 14px;
	}

}

@media screen and (max-width:999px) {
	.nemain2 {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.fanpian {
		padding: 10px;
	}

	.fanpian li {
		width: 100%;
		padding: 5px 0;
	}

	.fanpian li span {
		font-weight: bold;
	}

	.nel {
		width: -moz-calc(100% - 280px);
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
	}

	.ner {
		width: 260px;
	}

	.nert,
	.nerb {
		padding: 20px 10px;
	}

	.nexiang {
		font-size: 14px;
		line-height: 26px;
	}

	.net .neriqi {
		font-size: 14px;
	}

	.net .share1 {
		font-size: 14px;
	}

	.bl2r-brtitle {
		font-size: 14px;
		line-height: 26px;
	}

	.bl2r-block {
		margin-top: 16px;
	}

	.net {
		margin-top: 12px;
		padding-bottom: 15px;
	}

	.nexiang {
		margin-top: 10px;
	}

	.fanpian {
		margin-top: 26px;
	}

	.nemain2 {
		padding-bottom: 34px;
	}

	.fanpian li:nth-child(2) span {
		text-align: start;
	}

	.fp-zi {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.fanpian li:nth-child(2) .fp {
		flex-direction: row-reverse;
	}

	.fanpian li:nth-child(2) .fp .fp-tubiao {
		padding-left: 0px;
		padding-right: 15px;
	}

	.n4M1-border {
		padding-top: 20px;
		padding-bottom: 38px;

	}
}

@media screen and (max-width:768px) {
	.n4M1-title {
		width: 100%;
	}

	.nel {
		width: 100%;
	}

	.ner {
		width: 100%;
		margin-top: 30px;
	}

	.nemain2 {
		padding-top: 9px;
		padding-bottom: 19px;
	}

	.net {
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.nexiang {
		margin-top: 11px;
	}

	.fanpian {
		margin-top: 4px;
	}

	.nert,
	.nerb {
		padding: 10px 10px;
	}

	.ner {
		width: 100%;
		margin-top: 9px;
	}

	.bl2r-block {
		margin-top: 16px;
	}

	.bl2r-bleft {
		width: 16%;
	}

	.bl2r-bright {
		width: 82%;
	}

	.nertbiao {
		font-size: 22px;
	}

	.n4M1-border {
		padding-bottom: 27px;
	}
}

@media screen and (max-width:538px) {
	.n4M1-border {
		padding-top: 17px;
		padding-bottom: 22px;
	}


	.nerta {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 24px;
	}

	.nerriqi {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 24px;
		margin-top: 4px;
	}

	.nelbiao {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
	}

	.net .neriqi {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 22px;
	}

	.net .share1 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 22px;
	}

	.nexiang {
		font-size: 12px;
		line-height: 22px;
	}

	.nexiang p {
		font-size: 12px;
		line-height: 22px;
	}

	.nemain2 {
		padding-top: 20px;
	}

	.nexiang {
		font-size: 12px;
		line-height: 22px;
	}

	.bl2r-brtitle {
		font-size: 12px;
		line-height: 22px;
	}

	.net {
		flex-direction: column;
	}

	.share1 {
		margin-left: 0px;
	}

	.bl2r-brdate {
		font-size: 12px;
		line-height: 22px;
	}

	.nertbiao {
		font-size: 20px;
	}
}

/* *****************n2M2********************* */
.n2M2-border {
	padding-top: 20px;
	padding-bottom: 134px;
}

.n2M2-blockbox {
	padding-top: 12px;
}

.n2M2-title {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	text-align: center;
}

.n2M2-blockbox {
	display: flex;
	flex-flow: wrap;
}



.n2M2 .n1m1-btnbox {
	padding-top: 9px;
}

.n1m1-bpic {
	width: 100%;
}

.n1m1-bpic img {
	width: 100%;
}

@media screen and (max-width:1333px) {
	.n2M2-border {
		padding-top: 15px;
		padding-bottom: 46px;
	}

	.n2M2-border {
		padding-top: 0px;
		padding-bottom: 25px;
	}

	.n2M2-title {
		font-size: 28px;
	}

	.n1m1-bf2 {
		-webkit-line-clamp: 4;
	}
}

@media screen and (max-width:999px) {
	.n2M2-title {
		font-size: 24px;
		line-height: 30px;
	}

	.n2M2-blockbox {
		padding-top: 8px;
	}

	.n1m1-bf2 {
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:768px) {
	.n2M2-title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.n2M2-title {
		font-size: 20px;
	}

	.n2M2-border {
		padding-bottom: 14px;
	}
}

/* ***************solution***************************** */
.soM1 {
	background-color: #f9f9f9;
}

.soM1-border {
	padding-top: 24px;
	padding-bottom: 72px;
}

.soM1 .M1-title {
	font-family: "Microsoft YaHei","微软雅黑";
}

.soM1-info {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	width: 57%;
	margin: auto;
	text-align: center;
	padding-top: 20px;
}

.soM2 {
	background-color: #f9f9f9;
}

.soM2-blockbox {
	padding-bottom: 60px;
}

.soM2-border {
	padding-bottom: 87px;
}

.soM2-block {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.soM2-block:nth-child(2n) {
	flex-direction: row-reverse;
}


.soM3-bleft {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 70px;
	justify-content: center;
	background-color: #fff;
}

.soM3-blfont {
	width: 70.4%;
	max-width: 735px;
	padding-right: 37px;
	display: inline-block;
	text-align: left;
}

.soM3-bright {
	width: 50%;
}

.soM3-brpic {
	display: block;
	overflow: hidden;
}

.soM3-btitle {
	font-size: 26px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.soM3-binfo {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.soM3-bbtn {
	width: 248px;
	height: 51px;
	background-color: #3446a8;
	border: 1px solid #3446a8;
	border-radius: 1px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 37px;
}

.soM3-bbtn:hover {
	background-color: #fff;
	color: #0050b5;
}

.soM3-blpic {
	width: 74px;
	height: 72px;
}

@media screen and (max-width:1333px) {
	.soM3-btitle {
		padding-top: 16px;
	}

	.soM3-btitle {
		font-size: 22px;
	}

	.soM3-binfo {
		padding-top: 8px;
		font-size: 14px;
		line-height: 26px;
	}

	.soM3-bbtn {
		margin-top: 24px;
		font-size: 14px;
	}

	.soM1-border {
		padding-top: 21px;
		padding-bottom: 34px;
	}

	.soM1-info {
		padding-top: 7px;
	}

	.soM1-info {
		width: 70%;
	}

	.soM2-border {
		padding-bottom: 55px;
	}

	.soM3-bbtn {
		width: 200px;
		height: 40px;
		line-height: 40px;
	}

	.soM3-blpic {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.soM2-blockbox {
		padding-bottom: 36px;
	}

	.soM3-binfo {
		-webkit-line-clamp: 2;
	}

	.soM3-btitle {
		font-size: 18px;
		padding-top: 10px;
	}

	.soM3-bbtn {
		width: 160px;
		height: 38px;
		line-height: 36px;
	}

	.soM3-bbtn {
		margin-top: 12px;
	}

	.soM3-blpic {
		width: 34px;
		height: 34px;
	}

	.soM1-info {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.soM2-blockbox {
		padding-bottom: 30px;
	}

	.soM3-bleft {
		width: 100%;
	}

	.soM3-bright {
		width: 100%;
	}

	.soM3-blfont {
		width: 98%;
		width: calc(100% - 30px);
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.soM2-border {
		padding-bottom: 37px;
	}

	.soM1-border {
		padding-top: 10px;
		padding-bottom: 18px;
	}

	.soM1-info {
		width: 90%;
	}

	.soM1-info {
		font-size: 12px;
		line-height: 22px;
	}

	.soM3-binfo {
		font-size: 12px;
		line-height: 22px;
		padding-top: 1px;
	}

	.soM3-btitle {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.soM2-blockbox {
		padding-bottom: 20px;
	}

	.soM2-border {
		padding-bottom: 27px;
	}

	.soM3-blfont {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* **********************so2M1******************************** */
.so2M2 .pM1-bf1{
	text-align: start;
}
.so2M2 .pM1-bf2{
	text-align: start;
}

.so2M1-border {
	padding-top: 107px;
	padding-bottom: 21px;
}

.so2M1-title {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	position: relative;
}

.so2M1-title::before {
	position: absolute;
	width: 200px;
	height: 3px;
	background-color: #0050b5;
	left: 0;
	bottom: -38px;
	content: "";

}

.so2M1-info {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	width: 80%;
	padding-top: 75px;
}

.so2-tab {
	display: flex;
	flex-flow: wrap;
}

.so2-tab li {
	width: 20%;
	display: flex;
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 20px;
	cursor: pointer;
	flex-direction: column;
	align-items: center;

}

.so2-tab li p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-top: 11px;
}

.so2-tab li.current {
	border-bottom: 3px solid #0050b5;
}

.so2-tab li.current p {
	color: #333333;
}

.so2-con {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	display: none;
	padding-top: 28px;
}

.so2-con p {
	color: #333333;
}

.so2-tabbox {
	padding-top: 70px;
}

@media screen and (max-width:1333px) {
	.so2M1-border {
		padding-top: 48px;
		padding-bottom: 55px;
	}

	.so2M1-title {
		font-size: 26px;
		line-height: 30px;
	}

	.so2M1-title::before {
		bottom: -19px;
	}

	.so2M1-info {
		padding-top: 47px;
	}

	.so2-tabbox {
		padding-top: 40px;
	}

	.so2-con {
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {

	.so2M1-title {
		font-size: 24px;
	}

	.so2M1-info {
		font-size: 14px;
		line-height: 26px;
	}

	.so2-tab li p {
		font-size: 14px;
		line-height: 26px;
	}

	.so2-con {
		font-size: 14px;
		line-height: 26px;
		padding-top: 20px;
	}

	.so2-tabbox {
		padding-top: 26px;
	}

	.so2M1-border {
		padding-top: 24px;
		padding-bottom: 25px;
	}

	.so2M2-btn {
		margin-top: 30px !important;
		margin-bottom: 0px !important;
		font-size: 14px !important;
	}
}

@media screen and (max-width:768px) {
	.so2M1-title {
		font-size: 22px;
	}

	.so2M1-info {
		font-size: 12px;
		line-height: 22px;
	}

	.so2-tab li p {
		font-size: 12px;
		line-height: 22px;
	}

	.so2-con {
		font-size: 12px;
		line-height: 22px;
		padding-top: 20px;
	}

	.so2-tab li {
		width: 33.3%;
		margin-top: 20px;
		padding-bottom: 12px;
	}

	.so2M1-info {
		padding-top: 31px;
	}

	.so2M1-title::before {
		bottom: -10px;
	}

	.so2M2-btn {
		margin-top: 20px !important;
	}

	.so2M1-info {
		width: 100%;
	}

	.so2M1-border {
		padding-bottom: 0px;
	}

	.so2-tabbox {
		padding-top: 10px;
	}

	.so2M2 .p2M4-blockbox {
		padding-top: 11px !important;
	}

	.so2M1-border {
		padding-top: 12px;
	}
}

@media screen and (max-width:538px) {
	.so2M1-title {
		font-size: 20px;
	}

	.so2-tab li {
		width: 50%;
	}

	.so2-tab li img {
		width: 46px;
	}
}

/* ********.so2M1*********************** */
.so2M2 .p2M4-blockbox {
	padding-top: 28px;
}

.so2M2-btn {
	width: 180px;
	height: 50px;
	border: solid 1px #2a80c4;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #0654b7;
	/*font-style: italic;*/
	display: block;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 23px;
	text-align: center;
}

.so2M2-btn:hover {
	background-color: #0050b5;
	color: #fff;
}

/* *****project1************************* */

.proM1 .M1-title {
	font-family: "Microsoft YaHei","微软雅黑";
}

.proM1 .M1-info {
	color: #666666;
	padding-top: 8px;
}

.proM1-border {
	padding-top: 40px;
	padding-bottom: 90px;
}


.proM1 .M7-binfo {
	font-family: "Microsoft YaHei","微软雅黑";
}

.proM1 .M7-block {
	margin-top: 34px;
	margin-bottom: 21px;
}

.proM1 .M7-blockbox {
	margin-top: 0px;
	margin-bottom: 60px;
}

@media screen and (max-width:1333px) {
	.proM1-border {
		padding-top: 26px;
		padding-bottom: 58px;
	}

	.proM1 .M7-blockbox {
		margin-bottom: 29px;
	}

	.proM1 .M7-block {
		margin-top: 12px;
		margin-bottom: 16px;
	}

	.M7-binfo {
		margin-top: 18px;
		margin-bottom: 14px;
	}
}

@media screen and (max-width:999px) {
	.proM1-border {
		padding-top: 26px;
		padding-bottom: 37px;
	}

	.proM1 .M7-blockbox {
		margin-bottom: 16px;
	}
}

@media screen and (max-width:768px) {
	.proM1-border {
		padding-top: 12px;
		padding-bottom: 33px;
	}

	.proM1 .M7-blockbox {
		margin-bottom: 10px;
	}

	.proM1 .M7-block {
		width: 49%;
		margin-right: 2%;
	}

	.proM1 .M7-block:nth-child(3n) {
		margin-right: 2%;
	}

	.proM1 .M7-block:nth-child(2n) {
		margin-right: 0%;
	}
}

@media screen and (max-width:400px) {
	.proM1 .M7-block {
		width: 100%;
		margin-right: 0%;
	}

	.proM1 .M7-block:nth-child(3n) {
		margin-right: 0%;
	}

	.proM1 .M7-block:nth-child(2n) {
		margin-right: 0%;
	}

	.proM1 .M7-block {
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

/* ********project2**************************** */
.pro2M2 .nelbiao {
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.pro2M1-border {
	padding-top: 23px;
	padding-bottom: 101px;
}

.pro2M1 .p2M4-blockbox {
	padding-top: 10px;
}

@media screen and (max-width:1333px) {
	.pro2M1-border {
		padding-top: 23px;
		padding-bottom: 80px;
	}

	.pro2M2 .nelbiao {
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {
	.pro2M1-border {
		padding-top: 9px;
		padding-bottom: 50px;
	}

	.fp-zi {
		flex-flow: wrap;
	}

	.pro2M2 .nelbiao {
		font-size: 22px;
	}
}

@media screen and (max-width:768px) {
	.pro2M1 .pM1-block {
		width: 49%;
		margin-right: 2%;
	}

	.pro2M1 .pM1-block:nth-child(2n) {
		margin-right: 0%;
	}

	.pro2M1-border {
		padding-bottom: 40px;
	}

	.pro2M2 .nelbiao {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.pro2M1-border {
		padding-bottom: 20px;
	}

	.pro2M2 .nelbiao {
		font-size: 18px;
	}
}

/* ******contactus********************************* */
/* ************contact us************************************** */
.contactusMain1 {
	padding-top: 30px;
	padding-bottom: 88px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.conM1-left {
	width: 51%;
}

.conM1-lbtitle {
	font-size: 30px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-weight: bolder;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.conM1-lbinfo {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 20px;
}

.conM1-lbicon {
	padding-top: 33px;
}

.conb-1 {
	width: 91%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 41px;
}

.conb-1:nth-child(1) {
	margin-top: 0px;
}

.conb-1left {
	width: 10%;
	/* margin-right: 20px; */
}

.conb-1left i,
.conb-1left em {
	width: 40px;
	height: 40px;
	border: solid 1px #0050b5;
	border-radius: 50%;
	line-height: 38px;
	font-size: 22px;
	display: block;
	text-align: center;
	color: #0050b5;
}

.conb-1right {
	width: 90%;
}

.conb-1right-top {
	font-size: 20px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.conb-1right-bottom {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.conb-1right-bottom a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.conb-1right-bottom span {
	padding-right: 83px;
}

.conb-1right-bottom span:nth-child(2) {
	padding-right: 0px;
}

.conb-1right-bottom a:hover {
	color: #232f6f;
}

.conM1-right {
	width: 43%;
}

.conM1-rbborder {
	padding-top: 14px;
	padding-bottom: 31px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:1333px) {
	.conM1-lbtitle {
		font-size: 26px;
	}

	.conb-1right-top {
		font-size: 18px;
	}

	.conb-1right-bottom {
		font-size: 16px;
	}

	.conb-1right-bottom a {
		font-size: 16px;
	}

	.conb-1right-bottom span {
		padding-right: 65px;
	}

	.conM1-left {
		margin-top: 0px;
	}
}

@media screen and (max-width:1182px) {
	.conM1-lbtitle {
		font-size: 26px;
	}

	.conM1-lbinfo {
		font-size: 14px;
	}

	.conb-1right-top {
		font-size: 16px;
	}

	.conb-1right-bottom {
		font-size: 14px;
	}

	.conb-1right-bottom a {
		font-size: 14px;
	}

	.conb-1right {
		width: 77%;
	}

	.conM1-lbicon {
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}


	.contactusMain1 {
		padding-top: 30px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width:980px) {
	.conM1-lbtitle {
		font-size: 24px;
	}

	.contactusMain1 {
		flex-direction: column;
	}

	.conM1-left {
		width: 100%;
	}

	.conM1-right {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.conb-1 {
		margin-top: 20px;
	}

	.conM1-lbicon {
		padding-top: 17px;
	}
}

@media screen and (max-width:768px) {
	.conM1-lbinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.conb-1right-bottom {
		font-size: 12px;
		line-height: 22px;
	}

	.conb-1right-bottom a {
		font-size: 12px;
		line-height: 22px;
	}

	.conM1-lbtitle {
		font-size: 22px;
	}

	.conb-1right-top {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:480px) {
	.conb-1 {
		width: 100%;
	}

	.conM1-lbinfo {
		padding-top: 6px;
	}

	.conb-1 {
		margin-top: 15px;
	}

	.conb-1left {
		margin-right: 20px;
	}

	.conM1-lbicon {
		padding-top: 0px;
	}

	.conM1-lbtitle {
		font-size: 20px;
	}
}

.cor {
	width: 84%;
	margin: auto;
}

.cor input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 14px;
	color: #999999;
}

.cor input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #999;

}

.cor input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #999;

}

.cor textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 14px;
	color: #999;
}

.cor textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 14px;
	color: #999;
}

.cor textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #999;
}

.cor textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #999;
}

.cor textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 14px;
	color: #999;
}

.cobiao {
	display: block;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.coul1 {
	margin-top: 37px;
}

.coul1 p {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	color: #666666;
	padding-left: 34px;
	margin-bottom: 6px;
	min-height: 52px;
	padding-bottom: 22px;
}

.coul1 p strong {
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
	color: #333333;
}

.coul1 p a {
	color: #666666;
}

.col i {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 20px;
	color: #194a5b;
}

.coul2 {
	padding-bottom: 27px !important;
}

.coul3 {
	margin-top: 20px !important;
	border-bottom: none !important;
}

.coul1 p a:hover {
	color: #194a5b;
}

.shejiao3 {
	margin-top: 15px;
}

.shejiao3 a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	position: relative;
	text-align: center;
	line-height: 30px;
	color: #666666;
	font-size: 20px;
	margin-left: 7px;
	margin-right: 4px;
	margin-bottom: 18px;
}

.shejiao3 a:hover {
	color: #194a5b;
}

.cop {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	line-height: 30px;
	margin-top: 11px;
}

.coxin {
	*border: 1px solid #fff;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 0px;
}

.coxin .xing {
	background: url('/themes/simplebootx/style/images/xing.png') no-repeat 13px 18px;
}


.coxin .int1 {
	width: 100%;
	margin-top: 29px;
	background-color: #fff;
	border-radius: 6px;
}

.coxin .int2 {
	width: 100%;
	margin-top: 29px;
	background-color: #fff;
}

.coxin .int5 {
	margin-top: 16px;
	width: 18%;
	background-color: #fff;
	border-radius: 6px;
}

.coxin .int6 {
	width: 39.2%;
	margin-top: 16px;
	background-color: #fff;
	border-radius: 6px;
}

.coxin .int1 input,
.coxin .int2 input,
.coxin .int5 input,
.coxin .int6 input {
	width: 100%;
	height: 45px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	padding-left: 19px;
	padding-right: 5px;
	color: #666666;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 60px;
	background: none;
}

.tex {
	margin-top: 29px;
}

.coxin textarea {
	width: 100%;
	height: 128px;
	padding-top: 3px;
	padding-left: 19px;
	padding-right: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 42px;
	background: none;
	color: #666666;
	border: solid 1px #dadada;
}




.coxin .int5:after {
	content: "";
	clear: both;
	display: block;
}

.coxin .yanzheng {
	width: 112px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 6px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 6px;
}

.coxin .yanzheng img {
	width: 100%;
	height: 100%;
}

.coxin .int3 {
	width: 31%;
	margin-top: 24px;
	position: relative;
	border-radius: 6px;
}

.coxin .int4 {
	width: 100%;
	height: 45px;
	background-color: #0050b5;
	border: 1px solid #0050b5;
	color: #ffffff;
	cursor: pointer;
	transition: 0.5s;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
}

.coxin .int4:hover {
	background: #fff;
	color: #0050b5;
}

.coxin .int7 {
	display: flex;
	width: 67%;
	padding-top: 24px;
	align-items: center;
}

.coxin .int7 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	padding-top: 22px;

}

.coxin .int7 p {
	color: #333333;
	padding-left: 6px;
}

.coxin .int7 p a {
	color: #0050b5;
}

.ditu {
	margin-top: 35px;
}

.ditu img {
	max-width: 100%;
}

.conM2-border {
	padding-bottom: 154px;
}

@media screen and (max-width:1555px) {
	.coxin .int7 {
		width: 100%;
		line-height: 24px;
	}

	.coxin .int3 {
		width: 100%;
	}
}

@media screen and (max-width:1359px) {
	.contactusMain1 {
		padding-top: 32px;
		padding-bottom: 38px;
	}

	.comain:before {
		display: none
	}

	.col {
		width: 43%;
		float: left;
	}

	.coxin .int4 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.cobiao {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.coul1 p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.shejiao3 a {
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 18px;
	}

	.ditu {
		margin-top: 31px;
	}


	.coxin .int6 {
		width: 100%;
	}

	.coxin .int5 {
		width: 30%;
	}

	.coxin .int3 {
		width: 100%;
		margin-top: 16px;
		position: relative;
		border-radius: 6px;
	}

	.conM2-border {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:999px) {

	.coxin .int1 input,
	.coxin .int2 input,
	.coxin .int5 input,
	.coxin .int6 input {
		font-size: 14px;
	}

	.coxin textarea {
		font-size: 14px;
	}

	.cor input::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 14px;
		color: #666666;
	}

	.cor input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 14px;
		color: #666666;

	}

	.cor input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 14px;
		color: #666666;

	}

	.cor textarea:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 14px;
		color: #666666;
	}

	.cor textarea::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 14px;
		color: #666666;
	}

	.cor textarea:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 14px;
		color: #666666;
	}

	.cor textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 14px;
		color: #666666;
	}

	.cor textarea:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 14px;
		color: #666666;
	}

	.comain {
		background: none;
		padding: 0px;
		margin-top: 20px;
	}

	.col {
		width: 100%;
		padding: 0px;
	}

	.cobiao {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.cobiao span {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.coul1 p {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 0px;
		padding-bottom: 15px;
	}

	.shejiao3 {
		margin-top: 0px;
	}

	.coxin {
		margin-top: 10px;
	}

	.coxin .int1 input,
	.coxin .int2 input,
	.coxin textarea,
	.coxin .int6,
	.coxin .int6 input,
	.coxin .int5 input {
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 40px;
		height: 40px;
	}

	.coxin .int5 {
		width: 49%;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 40px;
		height: 40px;
	}

	.coxin .int3 {
		width: 100%;
	}

	.coxin .yanzheng {
		line-height: 40px;
		height: 40px;
	}

	.coxin .int4 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 40px;
		height: 40px;
	}

	.coxin textarea {
		height: 100px;
		padding-top: 0px
	}

	.ditu {
		margin-top: 30px;
	}

	.coul1 {
		padding-bottom: 12px;
		margin-top: 26px;
	}

	.coxin .int1,
	.coxin .int2,
	.coxin .int5,
	.coxin .int6 {
		background-color: #fff;
	}

	.M6::before {
		width: 161px;
		top: -84px;

	}

	.coxin .int1 {
		margin-top: 17px;
	}

	.coxin .int2 {
		margin-top: 17px;
	}

	.conM1-right {
		width: 100%;
	}

	.conM1-left {
		width: 100%;
	}

	.conb-1right {
		width: 88%;
	}

	.conM2-border {
		padding-bottom: 33px;
	}

	.conb-1right-bottom span {
		padding-right: 47px;
	}

	.contactusMain1 {
		padding-top: 18px;
		padding-bottom: 26px;
	}
}

@media screen and (max-width:767px) {
	.M6::before {
		display: none;
	}

	.col {
		width: 100%;
		float: none;
		min-height: 0px;
	}


	.coxin .int1,
	.coxin .int2,
	.coxin .int3 {
		margin-top: 14px;
	}

	.coxin .int4 {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.coxin .int5:after {
		display: none
	}

	.coxin .int5 {
		margin-top: 10px;
		border: none;
		float: none;
	}

	.coul1 p {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}

	.coul1 p strong {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.shejiao3 {
		margin-top: 10px;
	}

	.cor input::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 12px;
		color: #999999;
	}

	.cor input:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 12px;
		color: #999;

	}

	.cor input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 12px;
		color: #999;

	}

	.cor textarea:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 12px;
		color: #999;
	}

	.cor textarea::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 12px;
		color: #999;
	}

	.cor textarea:-moz-placeholder {
		/* Mozilla Frefox 4 to 18 */
		font-size: 12px;
		color: #999;
	}

	.cor textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 12px;
		color: #999;
	}

	.cor textarea:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 12px;
		color: #999;
	}

}

@media screen and (max-width:538px) {
	.conb-1 {
		width: 100%;
	}

	.coxin .int1,
	.coxin .int2,
	.coxin .int3,
	.coxin .int5 {
		width: 100%
	}

	.conb-1right-bottom {
		font-size: 12px;
		line-height: 22px;
	}

	.coxin .int7 {
		line-height: 20px;
		font-size: 12px;
	}

	.conM1-lbicon {
		padding-top: 17px;
	}

	.conb-1 {
		margin-top: 22px;
	}
}

@font-face {
	font-family: 'PoppinsLight';
	src: url('/themes/simplebootx/style/fonts/PoppinsLight.eot');
	src: url('/themes/simplebootx/style/fonts/PoppinsLight.eot') format('embedded-opentype'),
		url('/themes/simplebootx/style/fonts/PoppinsLight.woff2') format('woff2'),
		url('/themes/simplebootx/style/fonts/PoppinsLight.woff') format('woff'),
		url('/themes/simplebootx/style/fonts/PoppinsLight.ttf') format('truetype'),
		url('/themes/simplebootx/style/fonts/PoppinsLight.svg') format('svg');
}


@font-face {
	font-family: 'PoppinsBold';
	src: url('/themes/simplebootx/style/fonts/PoppinsBold.eot');
	src: url('/themes/simplebootx/style/fonts/PoppinsBold.eot') format('embedded-opentype'),
		url('/themes/simplebootx/style/fonts/PoppinsBold.woff2') format('woff2'),
		url('/themes/simplebootx/style/fonts/PoppinsBold.woff') format('woff'),
		url('/themes/simplebootx/style/fonts/PoppinsBold.ttf') format('truetype'),
		url('/themes/simplebootx/style/fonts/PoppinsBold.svg') format('svg');
}

@font-face {
	font-family: 'PoppinsMedium';
	src: url('/themes/simplebootx/style/fonts/PoppinsMedium.eot');
	src: url('/themes/simplebootx/style/fonts/PoppinsMedium.eot') format('embedded-opentype'),
		url('/themes/simplebootx/style/fonts/PoppinsMedium.woff2') format('woff2'),
		url('/themes/simplebootx/style/fonts/PoppinsMedium.woff') format('woff'),
		url('/themes/simplebootx/style/fonts/PoppinsMedium.ttf') format('truetype'),
		url('/themes/simplebootx/style/fonts/PoppinsMedium.svg') format('svg');
}

@font-face {
	font-family: 'PoppinsRegular';
	src: url('/themes/simplebootx/style/fonts/PoppinsRegular.eot');
	src: url('/themes/simplebootx/style/fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('/themes/simplebootx/style/fonts/PoppinsRegular.woff2') format('woff2'),
		url('/themes/simplebootx/style/fonts/PoppinsRegular.woff') format('woff'),
		url('/themes/simplebootx/style/fonts/PoppinsRegular.ttf') format('truetype'),
		url('/themes/simplebootx/style/fonts/PoppinsRegular.svg') format('svg');
}

@font-face {
	font-family: "iconfont";
	/* Project id 3908259 */
	src: url('/themes/simplebootx/style/fonts/iconfont.woff2?t=1678235825194') format('woff2'),
		url('/themes/simplebootx/style/fonts/iconfont.woff?t=1678235825194') format('woff'),
		url('/themes/simplebootx/style/fonts/iconfont.ttf?t=1678235825194') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-biaoqian_o:before {
	content: "\eb47";
}

.icon-diqiu:before {
	content: "\e631";
}

.icon-weixin:before {
	content: "\e856";
}

.icon-messenger:before {
	content: "\e663";
}

.icon-iconfontlajitong:before {
	content: "\e656";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}



/* ***************footer********************** */
.footer {
	padding-top: 104px;
	background-color: #222222;
}

.fo-ttop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.fo1 {
	width: 25.6%;
	float: left;
}

.fo1 p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 6px;
}

.fo-title {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
}

.fo-title::before {
	width: 60px;
	height: 3px;
	background-color: #90c440;
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
}


.fo-info {
	padding-top: 36px;
}

.fo-info li a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #999999;
}

.fo-info li a:hover {
	color: #90c440;
}

.fo-infobox {
	padding-top: 28px;
}

.fo-info2 {
	display: flex;
	padding-top: 12px;
}

.fo-inleft {
	padding-right: 20px;
}

.fo-inleft i {
	color: #90c440;
	font-size: 20px;
	line-height: 36px;

}

.fo-inright {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f1f1f1;
}

.fo-inright p {
	color: #8b8e95;
}

.fo-inright a {
	color: #8b8e95;
}

.fo-inright a:hover {
	color: #90c440;
}

.fo2 {
	width: 11%;
	float: left;
	margin-left: 51px;
}

.fo3 {
	width: 11.8%;
	float: left;
}

.fo4 {
	width: 13.3%;
	float: left;
}

.fo5 {
	width: 20.9%;
	float: left;
}

.fo6 {
	width: 20.9%;
	float: right;
}

.fo-tlianxi {
	display: flex;
}

.fo-tlianxi a {
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	
	border-radius: 50%;
	margin-right: 13px;
}

.fo-tlianxi a i {
	font-size: 14px;
}

.fo-tlianxi a:hover {
	background-color: #90c440;
	border: solid 1px #90c440;
}

.fo-tlianxi .shareItem{
    position: relative;
}
.fo-tlianxi .shareItem .codeImg{
    width: 100px;
    max-width: 100px !important;
    display: block;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.fo-tbottom {
	display: flex;
	width: 100%;
}

.fo-tinfo {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	margin-left: 111px;
	text-align: center;
}

.fo-tinfo a {
	color: #999999;
}

.fo-tinfo a:hover {
	color: #90c440;
}

.fo-tinfo a img {
	display: inline-block;
}

.fo-bottombox {
	border-top: 1px solid #444444;
	margin-top: 24px;
}

.fo-bottom {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	padding-top: 20px;
	padding-bottom: 15px;

}

.fo-bottom p {
	color: #999999;
}

.fo-bottom a {
	color: #999999;
	padding-right: 10px;
}

.fo-bottom a:hover {
	color: #90c440;
}

@media screen and (max-width:1444px) {
	.fo-inright {
		font-size: 16px;
		line-height: 30px;
	}

	.fo-info li a {
		font-size: 16px;
		line-height: 30px;
	}

	.fo-title {
		font-size: 20px;
	}

	.footer {
		padding-top: 40px;
	}

	.fo-bottom {
		padding-top: 13px;
		padding-bottom: 17px;
	}

	.fo-tinfo {
		font-size: 16px;
		line-height: 30px;
		margin-left: 20px;
	}

	.fo-bottombox {
		margin-top: 22px;
	}

}


@media screen and (max-width:1333px) {
	.fo-title {
		font-size: 18px;
	}

	.fo-info li a {
		font-size: 14px;
	}

	.fo-inright {
		font-size: 14px;
	}

	.fo1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.fo2 {
		width: 12%;
		margin-left: 20px;
	}

	.fo6 {
		width: 33%;
	}

	.fo4 {
		width: 20%;

	}

	.fo3 {
		width: 17%;

	}

	.fo-inleft i {
		line-height: 30px;
	}

	.fo-info {
		padding-top: 28px;
	}

	.fo-info2 {
		padding-top: 4px;
	}

	.fo-tinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.fo-tlianxi {
		width: 100%;
		justify-content: center;
	}

	.fo-tbottom {
		flex-direction: column;
		margin-top: 20px;
	}

	.fo-tinfo {
		margin-left: 0px;
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {

	.fo-tbottom {
		margin-top: 0px;
	}

	.fo-ttop {
		display: none;
	}

	.fo-bottombox {
		display: none;
	}

	.footer {
		padding-top: 24px;
		padding-bottom: 51px;
	}


	.fo-tinfo {
		font-size: 14px;
		line-height: 26px;
		margin-left: 0px;
	}

	.fo-tbottom {
		flex-direction: column;
		padding-bottom: 20px;
	}

	.fo-tlianxi {
		justify-content: center;
	}

	.fo-tinfo {
		text-align: center;
		padding-top: 4px;
	}
}




/**************************kefu***********************************/
.ktop {
	width: 49px;
	line-height: 50px;
	color: #a3a3a3;
	font-size: 24px !important;
	text-align: center;
	cursor: pointer;
	transition: 0.9s;
	z-index: 99999;
	background-color: #f1f1f1;
	font-weight: bolder;
	margin-top: 2px;
	border: 1px solid #f1f1f1;
}

.ktop:hover {
	background-color: #0050b5;
	color: #fff !important;
	border: 1px solid #0050b5;
}

.bottom {
	bottom: 150px;
}

.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;

	padding-top: 9px;
	padding-bottom: 5px;
	width: 49px;
}

.lianxi div a {
	display: block;
	text-align: center;
	width: 49px;
	height: 50px;
	line-height: 47px;
	font-size: 22px;
	color: #a3a3a3;
	margin: auto;
	background-color: #f1f1f1;
	border: solid 1px #f1f1f1;
	margin-top: 2px;
}

.lianxi div a:hover {
	background-color: #0050b5;
	color: #fff !important;
	border: 1px solid #0050b5;
}

.ke1 {
	background: #000000;
}

.ke2 {
	background: #555555;
}

.ke3 {
	background: #000000;
}

.ke4 {
	background: #15418f;
}


.weixin {
	position: relative;
	cursor: pointer;
}

.weixin img {
	position: absolute;
	width: 149px;
	height: 150px;
	max-width: none;
	top: 0px;
	left: -149px;
	display: none;
}

.weixin:hover img {
	display: block;
}

.weixin2,
.tankuang {
	display: none;
}

.tankuang {
	position: absolute;
	bottom: 50px;
	left: 50% !important;
	margin-left: -75px;
}

.tankuang img {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	left: auto;
	margin: auto;
}

.lianxi div a:hover {
	/* background-color: #545e9f; */
	color: #3d4473;
}

.ktop:hover {
	/* background-color: #545e9f; */
	color: #3d4473;
}

.clear2 {
	display: none;
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.top {
		width: 25%;
		height: 50px;
		line-height: 50px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.ktop {
		margin-top: 0px;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
		padding-top: 0px;
		padding-bottom: 0px;
		border-radius: 0;

	}

	.lianxi div {
		width: 33.3%;
		float: left;
	}

	.lianxi div a {
		margin: auto;
		width: 100%;
		background: #0050b5;
		color: #fff !important;
		border-radius: 0px;
		line-height: 40px;
		border: none;
	}

	.lianxi div a:hover {
		border: none
	}

	.ktop:hover {
		border: none
	}

	.ktop {
		background: #0050b5;
		color: #fff !important;
		border-radius: 0px;
		line-height: 40px;
	}

	.weixin2 {
		display: block;
	}

	.weixin1 {
		display: none;
	}
}

/**********************click larger *****************************/
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: "Microsoft YaHei","微软雅黑";
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* ******************* */
.main4 {
	position: relative;
	margin-bottom: 100px;
}

.main4:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	background: #fbfbfb;
	left: 0px;
	bottom: -100px;
	z-index: -1
}

.m4tu {
	position: relative;
	height: 0px;
	padding-bottom: 35.25%;
}

.m4tun {
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 1s;
	opacity: 0;
}

.m4tunh {
	opacity: 1;
}

.m4zi {
	width: 100%;
	height: 100%;
	/* position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0px; */
}

.m4lie {
	width: 25%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	border-left: 2px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.3);
	position: relative;
	transition: 0.5s;
}


.m4lieh {
	background-color: rgba(254, 254, 254, 0.2);
}

.m4tu1 {
	display: none;
}

.m4a:hover {}

@media screen and (max-width:1359px) {
	.m4lie a span {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 0 10px;
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.main4 {
		margin-bottom: 20px;
	}

	.m4tu {
		display: none;
	}

	.m4zi {
		position: relative;
	}

	.m4lie {
		width: 100%;
		position: relative;
		background: none !important;
		/* margin-top: 10px; */
	}

	/* .m4tu1,
	.m4lie a {
		display: block;
		overflow: hidden;
		position: relative !important;
	} */

	.m4lie a span {
		padding: 0 2.5%;
		text-align: center;
		position: relative;
		top: auto;
	}
}

.m4zibox {
	overflow: hidden;
}

.listcart {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.listcart a {
	background: #fff;
	display: inline-block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #fb0202;
	cursor: pointer;
	border: 1px solid #fb0202;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
}

.listcart a:hover {
	border: #fb0202 solid 1px;
	background: #fb0202;
	color: #fff !important;
}

@media screen and (max-width:999px) {
	.listcart a {
		margin-left: 2.5%;
		margin-right: 2.5%;
		padding-left: 0px;
		padding-right: 0px
	}

	.listcart {
		width: 100%;
	}
}

@media screen and (max-width:420px) {
	.listcart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 1rem;
		margin-top: 1rem
	}
}

/* *******2023 3 29******************************** */

.img-scroll6 {
	position: relative;
}

.p2M1-left:hover .img-scroll6 .prev {
	opacity: 1;
}

.p2M1-left:hover .img-scroll6 .next {
	opacity: 1;
}

.img-scroll6 .prev,
.img-scroll6 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #ffffff;
	border: solid 1px #dcdcdc;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999;
	opacity: 0;
}

.img-scroll6 .prev {
	left: 0px;
	cursor: pointer;
}

.img-scroll6 .next {
	right: 0px;
	cursor: pointer;
}

.img-scroll6 .prev:hover,
.img-scroll6 .next:hover {
	background-color: #0050b5;
	color: #fff;
}

.img-list6 {
	position: relative;
	overflow: hidden;
}

.img-list6 ul {
	width: 10000%;
}

.img-list6 li {
	float: left;
	width: 1%;
	border-left: none;
	position: relative;
}

.img-list6 li a {
	width: 100%;
	display: block;
}

.img-list6 li a img {
	width: 100%;
}

/* *******2023 3 29 afternoon************************************* */
.p2-edit {
	padding-top: 50px;
	padding-bottom: 20px;
}

.p2-edit p strong {
	font-size: 24px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #0050b5;
}

.p2-edit p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.p2-edit .table {
	width: 100%;
	overflow: auto;
}

.p2-edit .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.p2-edit .table table tr {}

.p2-edit .table table tr td {
	padding: 10px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #d2d2d2;
	background: #fff;
}

@media screen and (max-width:1333px) {
	.p2-edit p strong {
		font-size: 20px;
	}

	.p2-edit p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.p2-edit p strong {
		font-size: 18px;
	}

	.p2-edit {
		padding-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.p2-edit p strong {
		font-size: 16px;
	}

	.p2-edit .table table tr td {
		font-size: 12px;
		padding: 8px 5px;
	}

	.p2-edit p {
		font-size: 12px;
		line-height: 22px;
	}

}

@media screen and (max-width:538px) {
	.p2-edit p strong {
		font-size: 14px;
		line-height: 26px;
	}

	.p2-edit {
		padding-top: 20px;
	}
}

.p2-edit em {
	font-size: 24px;
	font-family: "Microsoft YaHei","微软雅黑";
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #0050b5;
	font-style: normal
}
/**********2023 3 30*********************************/
.xunpanc {
	margin-top: 20px;
	width: 100%;
}

.ppp {
	line-height: 30px;
	font-size: 20px;
	font-size: 2.0rem;
}
.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}
@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}
#google_translate_element{ margin-top: 37px; }
.goog-te-gadget-icon{ float: left; }
.VIpgJd-ZVi9od-xl07Ob-lTBxed img{ display: none; }
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span{ border: none !important; }


@media screen and (max-width: 1359px){#google_translate_element{ margin-top: 10px; }}
@media screen and (max-width: 1359px){
.google_t{margin-right: 35px; margin-top: 5px}}
@media screen and (max-width: 359px){.logo{ width:145px }}<!--0.00034499168395996-->