@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	font-family: Roboto-Light;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	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: Arial, Helvetica, sans-serif;
	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: #ffc10e;
}

* {
	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;
}

@media screen and (max-width:768px) {
	.Allsafe {
		width: calc(100% - 20px);
	}
}

.Allsafe2 {
	width: calc(100% - 50px);
	max-width: 1809px;
	margin: auto;
}

@media screen and (max-width:768px) {
	.Allsafe2 {
		width: calc(100% - 20px);
	}
}


@media screen and (min-width:1000px) {
	.zong {
		width: calc(100% - 160px);
		max-width: 1400px;
		margin: auto;
	}

	.zong1 {
		width: calc(100% - 160px);
		max-width: 1200px;
		margin: auto;
	}
}

@media screen and (max-width:999px) {

	.zong,
	.zong1 {
		width: 95%;
		margin: auto;
	}
}














a:hover img {
	transform: scale(1.1, 1.1)
}

img {
	max-width: 100%;
}

a:hover {
	color: #044fac;
}

.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: #ffc10e;
}

@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;
}

.head .zong {
	position: relative;
	padding: 8px 0;
	transition: 1s;
	display: flex;
	align-items: center;
}

.logo {
	display: block;
	float: left;
	width: 101px;
}

.logo img {
	display: block;
	margin: auto;
	width: 100%;
	transition: 1s;
}

.logo .logo1 {}

.logo .logo2 {
	opacity: 0;
}

.yvn {
	float: right;
	position: relative;
	z-index: 9999
}

.yvzhonga {
	display: block;
	line-height: 30px;
	transition: 1s;
	cursor: pointer;
	position: relative;
	padding-right: 5px;
	padding-left: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	z-index: 99999;
	width: 78px;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	color: #666666;
}

.yvzhonga img:hover {
	transform: scale(1, 1);
}

.yvzhonga img {
	font-size: 30px;
	font-size: 3rem;
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%) !important;
}

.yvzhonga i {
	font-size: 10px;
}


.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: #044fac;
	color: #fff;
}

.daohang {
	float: right;
	transition: 0.5s;
	margin-right: 52px;
}

.daohang>li {
	float: left;
	position: relative;
	z-index: 999;
	margin-right: 28px;
	margin-left: 42px;
}

.daohang>li>a {
	display: block;
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	line-height: 22px;
	transition: 1s;
	position: relative;
	padding-top: 41px;
	padding-bottom: 33px;
}

.daohang>li:hover>a {
	color: #044fac !important;
}


.daohang .prdao {
	position: static !important
}

.dangqiandao>a {
	color: #044fac !important;
}

.dangqiandao>a:before {
	width: 100% !important;
}

.yijiw {
	background: #fff;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	width: 245px;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	top: 120%;
	transition: 0.5s;
}

.yiji {
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
	padding: 10px 0;
}

.yiji li {
	position: relative;
	transition: 0.5s;
}

.yiji li a {
	display: block;
	font-family: Roboto-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	padding: 5px 37px;
}

.yiji li:hover {}

.yiji li:hover>a {
	color: #044fac;
}

.erji {
	position: absolute;
	width: 224px;
	background: #fff;
	top: -9999px;
	left: 100%;
	padding: 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
}

.sanji {
	position: absolute;
	width: 200px;
	background: #fff;
	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>li>a {
	line-height: 24px;
}

.yiji>li:hover .erji {
	top: 0px;

}

.erji>li:hover a {
	padding-left: 45px;
	display: block;
}

.erji>li:hover::before {
	width: 6px;
	height: 2px;
	background-color: #044fac;
	content: "";
	position: absolute;
	top: 50%;
	left: 29px;
	transform: translateY(-50%);
}

.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: Lato-Bold, Arial, Helvetica, sans-serif;
	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: Lato-Regular, Arial, Helvetica, sans-serif;
}

.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: 23px;
	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: 24px !important;
	color: #333;
	cursor: pointer;
	z-index: 99990;
	transition: 1s;
}

.sou2 {
	width: 31px;
	height: 31px;
	background-color: #044fac;
	border-radius: 5px;
	font-size: 12px !important;
	line-height: 29px;
	color: #fff;
}

.sou1 {
	color: #2f3135
}

.sousuof form {
	height: 35px;
	border: 1px solid #ccc
}

.sousuo select {
	width: 80px;
	height: 33px;
	line-height: 33px;
	font-family: Lato-Regular, Arial, Helvetica, sans-serif;
	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 .logo .logo1 {
	opacity: 0;
}

.headh .logo .logo2 {
	opacity: 1;
}

.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;
}

.thead {
	background-color: #044fac;
}

.theadsafe {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
}

.th-left {
	display: flex;
	align-items: center;
}

.th-left p {
	font-family: Roboto-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #e5e5e5;
	padding-right: 25px;
}

.th-left p a {
	font-family: Roboto-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #e5e5e5;
}

.th-left p a:hover {
	text-decoration: underline;
}

.th-center {
	display: flex;
	align-items: center;
	padding-right: 151px;
}

.th-center p {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}

.th-right {
	display: flex;
	align-items: center;
}

.th-right a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	margin-right: 8px;
}

.th-right a:last-child {
	margin-right: 0px;
}

.th-right i {
	border: solid 1px rgba(0, 0, 0, 0);
	padding: 8px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;

}

.th-right i:hover {
	border: solid 1px #ffffff;
}

.bhead {
	background-color: #fff;
	border-bottom: 1px solid rgba(4, 79, 172, 0.2);
	;
}

.bheadsafe {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:1659px) {
	.daohang {}

	.daohang>li {
		margin-left: 10px;
	}

	.sousuo {
		margin-right: 20px;
	}

	.yiji li a {
		font-size: 16px;
	}

	.th-center {
		padding-right: 0px;
	}
}

@media screen and (max-width:1359px) {
	.yiji li a {
		font-size: 14px;
	}

	.bheadsafe {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.th-center {
		display: none;
	}

	.theadsafe {
		justify-content: center;
	}

	.logo {
		width: 70px;
	}

	.sousuo {
		margin-right: 10px;
		margin-top: 3px;
	}

	.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 {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 36px;
	}

	.dangqiandao:before {
		width: 50px !important;
		margin-left: -25px !important;
	}


	.yvn {
		margin-top: 3px;
	}

	.yvzhonga {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width:1000px) {

	.carousel,
	.nav,
	.clear2 {
		display: none
	}
}

@media screen and (max-width:999px) {
	.thead {
		display: none;
	}

	.th-left {
		display: none;
	}

	.th-right {
		justify-content: center;
	}

	.head {
		position: relative;
		background: #fff;
	}

	.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-right: 40px;
	}

	.yvzhonga {
		color: #333
	}

	.yvzhonga:before {
		border: 6px solid #333;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
	}

	.head .zong {
		padding: 8px 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: 0%;
		top: 13px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999
	}

	.nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #044fac;
		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: Lato-Regular, Arial, Helvetica, sans-serif;
	}

	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 {
		width: 50px;
	}

	.bh-right {
		position: absolute;
		bottom: 7px;
		right: 8%;
	}

	.yvzhonga {
		color: #333;
	}

	.bheadsafe {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.bheadsafe {
		justify-content: left;
	}

	.yvn {
		margin-right: 10px;
	}

	.yvzhonga {
		width: 75px;
	}

}

@media screen and (min-width:768px) {
	.clear3 {
		display: none
	}
}


/* banner */
.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.slide .slideItem .banner-img {
	width: 100%;
}

.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
}

.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}

.slide .dotList {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.slide .dotList ul li {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	width: 20px;
	height: 6px;
	background-color: #f4c909;
	border-radius: 3px;
	font-size: 0px;
}

.slide .dotList ul li.active {
	width: 63px;
	height: 6px;
	background-color: #044fac;
	border-radius: 3px;
}

.slide .carousel-control {
	position: absolute;
	top: 45%;
	width: 62px;
	height: 62px;
	z-index: 999;
}

.slide .carousel-control.left {
	left: 0;
	cursor: pointer;
	background-image: url("../../../../index.php/Portal/Index/error_html.html");
}

.slide .carousel-control.right {
	right: 0;
	cursor: pointer;
}

.slide .carousel-control.right {
	right: 0;
	background-image: url("../../../../index.php/Portal/Index/error_html.html");
	background-repeat: no-repeat;
	cursor: pointer;
}

.slide .carousel-control.right:hover {
	background-image: url("../../../../index.php/Portal/Index/error_html.html");
}

.slide .slidedetail {
	display: none;
}

.slide .slide-count {
	display: none;
}

@media screen and (max-width:999px) {
	.slide .dotList ul li {
		display: inline-block;
		margin-left: 10px;
		cursor: pointer;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #f4c909;
		font-size: 0px;
	}

	.slide .dotList ul li.active {
		width: 10px;
		height: 10px;
		background-color: #044fac;
		border-radius: 50%;
	}
}

/* *************Main1****************************************** */

/* footer */
.footer {
	background-color: #044fac;
}

.footer .footer-top {
	width: 100%;
	display: flex;
	padding-top: 92px;
}

.footer-top .fo1 {
	width: 17.6%;
}

.fo-title {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer-top .fo2 {
	width: 15%;
}

.footer-top .fo3 {
	width: 33.2%;
}

.footer-top .fo4 {
	width: 33%;
}

.footer-top li span a {
	font-family: Barlow-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #c5c5c5;
}

.footer-top .title a,.footer-top .title span {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-bottom: 12px;
	display: block;
}

.footer-top .title a:hover {
	text-decoration: underline;
	color: #fff !important;
}

.footer-top .title p {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-bottom: 12px;
	display: block;
}

.footer-top .title a:hover {
	color: #2062b0;
}

.footer-top li:nth-child(2) {
	margin-top: 21px;
}

.footer-top li a {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e5e5e5;
}

.footer-top li a:hover {
	text-decoration: underline;
	color: #fff !important;
}

.footer-top li a:hover {
	color: #2062b0;
}

.fo3 li {
	display: flex;
}

.fo3 li span {
	display: block;
	width: 90%;
}

.fo3 li i {
	display: inline-block;
	line-height: 36px;
	width: 5%;
	margin-right: 5px;
	color: #fff;
}

.footer-top li p {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e5e5e5;
}


.footer-top li.fo4-info p {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #e5e5e5;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 53px;
	padding-bottom: 17px;
	padding-top: 36px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

.fo-bleft {
	width: 42%;
	display: flex;
	align-items: center;
}

.fob-left {
	display: flex;
}

.fob-left a {
	width: 44px;
	height: 44px;
	border: solid 1px #fff;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	margin-right: 26px;
	display: block;
}

.fob-left a:hover {
	background-color: #fff;
	color: #0069cd;
}

.fo-bleft p {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-right: 25px;
}

.fo-bright {
	width: 54%;
}

.footer-bottom .link {
	display: flex;
}

.footer-bottom .link span {
	font-family: Roboto-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #e5e5e5;
}

.footer-bottom .link a {
	font-family: Roboto-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #e5e5e5;
	padding-left: 10px;
	display: block;
}

.footer-bottom .link a:hover {
	text-decoration: underline;
}

.footer-bottom .keyword {
	display: flex;
}

.footer-bottom .keyword span {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #c5c5c5;
}

.footer-bottom .keyword a {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #c5c5c5;
	display: block;
	padding-left: 10px;
}

.footer-bottom .keyword a:hover {
	color: #2062b0;
}

.fo4 input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-family: Roboto-Light;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.fo4 input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: Roboto-Light;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.fo4 input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: Roboto-Light;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.fo4 input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-family: Roboto-Light;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/*  */
.fo4 textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	font-family: Roboto-Light;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.fo4 textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: Roboto-Light;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.fo4 textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: Roboto-Light;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.fo4 textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-family: Roboto-Light;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.fo4 form {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 6px;
}

.fo4 .int1 {
	margin-top: 6px;
	width: 49%;
}

.fo4 .int1.fr {
	width: 54%;
}

.fo4 .int4 {
	margin-top: 6px;
	width: 100%;
}

.fo4 .int1 input {
	width: 100%;
	height: 42px;
	line-height: 40px;
	border: solid 1px #3b77c2;
	padding-left: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	background: none;
}

.fo4 .int4 textarea {
	padding-left: 8px;
	width: 100%;
	height: 88px;
	padding-top: 4px;
	line-height: 26px;
	background: none;
	border: solid 1px #3b77c2;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}

.fo4 .int2 {
	position: relative;
	margin-top: 6px;
	float: left;
	width: 40%;
}

.fo4 .int2 input {
	width: 100%;
	height: 42px;
	line-height: 40px;
	border: solid 1px #3b77c2;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	padding-left: 12px;
	background: none;
}

.fo4 .int3 {
	width: 36.1%;
	margin-top: 6px;
	position: relative;
	padding-left: 50px;
}

.fo4 .int3 img {
	position: absolute;
	left: -111px;
	top: 0;
}

.fo4 .int3 input:hover {
	color: #fff;
	background: #044fac;
	border: 1px solid #fff;
}

.fo4 .int5 {
	width: 100%;
	cursor: pointer;
	transition: 0.5s;
	height: 42px;
	background-color: #ffffff;
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #044fac;
	border: 1px solid #ffffff;
}

.fo4 .fyanzheng {
	width: 111px;
	height: 42px;
	float: left;
	cursor: pointer;
}


.fop {
	font-family: Roboto-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #e5e5e5;
}

.fop a {
	font-family: Roboto-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #e5e5e5;
}

.fop a:hover {
	text-decoration: underline !important;
}

.fop a img {
	display: inline-block;
}



@media screen and (max-width:1555px) {
	.fob-left a {
		width: 36px;
		height: 36px;
		line-height: 34px;
		margin-right: 8px;
	}

	.fo-bleft {
		width: 44%;
	}

	.fo-bright {
		width: 52%;
	}
}

@media screen and (max-width:1333px) {
	.footer-top .title a {
		font-size: 22px;
	}

	.footer-top .title p {
		font-size: 22px;
	}

	.footer-top li p {
		font-size: 14px;
		line-height: 26px;
	}

	.fo3 li i {
		line-height: 26px;
	}

	.footer-top li p a {
		font-size: 14px;
	}

	.fo3 li i {
		display: inline-block;
		line-height: 26px;
		width: 7%;
		margin-right: 5px;
	}

	.footer-top li a {
		font-size: 14px;
		line-height: 26px;
	}

	.footer-top li.fo4-info p {
		font-size: 14px;
		line-height: 26px;
	}

	.footer-top li.fo4-info {
		padding-top: 0px;
	}

	.footer-top .fo1 {
		width: 14.6%;
	}

	.footer-top .fo2 {
		width: 12%;
	}

	.footer-top .fo3 {
		width: 27.2%;
	}

	.footer-top .fo4 {
		width: 40%;
	}

	.footer .footer-top {
		justify-content: space-between;
	}

	.footer .footer-top {
		padding-top: 30px;
	}

	.footer-bottom {
		margin-top: 30px;
		padding-top: 15px;
	}

	.fo-bleft p {
		padding-right: 14px;
	}

	.footer-top li:nth-child(2) {
		margin-top: 15px;
	}
}

@media screen and (max-width:999px) {
	.fob-left a {
		width: 32px;
		height: 32px;
		line-height: 30px;
	}

	.fop {
		font-size: 12px;
		line-height: 22px;
		padding-top: 8px;
	}

	.footer-bottom {
		flex-direction: column;
	}

	.fo-bleft {
		width: 100%;
		justify-content: center;
	}

	.footer-bottom .link {
		display: none;
	}

	.fo-bright {
		width: 100%;
		text-align: center;
	}

	.fo4 .int2 {
		width: 40%;
	}

	.fo4 .int2 input {
		width: 100%;
	}

	.fo4 .fyanzheng {
		margin-left: 10px;
	}

	.fo4 .int3 {
		float: left;
		margin-left: 10px;
	}

	.footer-top .fo1 {
		display: none;
	}

	.footer-top .fo2 {
		display: none;
	}

	.footer-top .fo3 {
		display: none;
	}

	.footer-top .fo4 {
		display: none;
	}


	.footer-top .fo4 {
		width: 100%;
	}

	.socialMedia {
		display: flex;
		justify-content: center;
		margin-top: 5px;
		margin-bottom: 70px;
	}

	.footer .footer-top {
		padding-top: 10px;
	}

	.footer .footer-top {
		padding-top: 0px;
	}

	.footer-bottom {
		padding-bottom: 70px;
	}

	.fo-bleft p {
		font-size: 20px;
		display: none;
	}

	.fo4 .int5 {
		font-size: 14px;
	}
}

/* kefu */
.top {
	width: 42px;
	height: 42px;
	/* background: #eeeeee; */
	/* border-radius: 5px; */
	line-height: 42px;
	color: #fff;
	font-size: 18px !important;
	/* background: #565353; */
	text-align: center;
	cursor: pointer;
}

.bottom {
	bottom: 150px;
}

.lianxi {
	position: fixed;
	width: 53px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999
}

.lianxi div a {
	display: block;
	width: 53px;
	height: 53px;
	background-color: #044fac;
	border-radius: 5px;
	text-align: center;
	line-height: 51px;
	font-size: 20px;
	color: #fff;
	margin-top: 1px;
}

.lianxi .top a {
	display: block;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	border-radius: 5px;
	text-align: center;
	line-height: 51px;
	color: #fff;
	margin-top: 1px;
}

.lianxi .top a i {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 4px;
	font-size: 14px;
}


.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;
	top: 0px;
	left: -149px;
	max-width: none;
	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: #044fac;
}

.clear2 {
	display: none
}


@media screen and (max-width:999px) {
	.youlian {
		display: none
	}

	.top {
		width: 20%;
		height: 42px;
		line-height: 42px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
		border-top: 1px solid #eee;
	}

	.lianxi div {
		width: 50%;
		float: left;
	}

	.lianxi div a {
		margin: auto;
		width: 100%;
		background-color: #044fac;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top a {
		width: 100%;
		background-color: #044fac;
		color: #fff !important;
	}

	.weixin2 {
		display: block
	}

	.weixin1 {
		display: none
	}
}

/* ************M1****************************** */
.M1 {
	position: relative;
}

.M1::before {
	position: absolute;
	content: "";
	background: url('../images/m1-before.png') no-repeat;
	left: 26px;
	top: 37.7%;
	width: 585px;
	height: 180px;
	background-size: contain;
	z-index: -1;
}


.M1-border {
	padding-top: 30px;
}

.M1-block {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.M1-bleft {
	width: 29%;
	padding-top: 151px;
}

.M1-bltitle2 {
	font-family: Roboto-Regular;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 96px;
	letter-spacing: 0px;
	color: #f4c909;
	display: block;
}

.M1-bltitle {
	font-family: Roboto-Bold;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #044fac;
	line-height: 49px;
	position: relative;
	display: block;
}



.M1-bright {
	width: 68%;
}

.M1-brblockbor {
	display: flex;
	flex-flow: wrap;
	padding-top: 40px;
}

.M1-brblock {
	width: 33%;
	margin-right: 0.5%;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}

.M1-brblock:hover::before {
	content: "";
	background: url('../images/yinying.png') no-repeat;
	position: absolute;
	width: 139px;
	height: 126px;
	bottom: -20px;
	right: -10px;
	transition: 0.5s;
}

.M1-brblock:nth-child(3n) {
	margin-right: 0px;
}

.M1-brblock:hover {
	box-shadow: 0px 3px 25px 0px rgba(4, 79, 172, 0.15);
}

.M1-brbsafe {
	width: 80%;
	margin: auto;
	padding-top: 45px;
	padding-bottom: 124px;
}

.M1-brbpic img:hover {
	transform: scale(1, 1);
}

.M1-brbfont {
	font-family: Roboto-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	position: absolute;
	bottom: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width:1333px) {
	.M1-bleft {
		padding-top: 77px;
	}

	.M1-bltitle {
		font-size: 35px;
	}

	.M1-brbsafe {
		padding-top: 30px;
		padding-bottom: 100px;
	}

	.M1-brbfont {
		font-size: 16px;
		bottom: 23px;
	}

	.M1-brbpic img {
		width: 26px;
	}

	.M1::before {
		width: 305px;
	}

	.M1-border {
		padding-top: 6px;
	}
}

@media screen and (max-width:999px) {
	.M1-brblock {
		border: 1px solid #eeeeee;
	}

	.M1-brblock:hover {
		box-shadow: 0px 0px 0x 0px rgba(4, 79, 172, 0.15);
	}

	.M1-brblock {
		margin-top: 14px;
	}

	.M1-bleft {
		width: 100%;
	}

	.M1-bright {
		width: 100%;
	}

	.M1-bleft {
		padding-top: 12px;
	}

	.M1-bltitle2 {
		line-height: 30px;
		font-size: 22px;
		text-align: center;
	}

	.M1-brblockbor {
		padding-top: 10px;
	}

	.M1-bltitle {
		font-size: 13px;
		line-height: 30px;
		text-align: center;
	}

	.M1-brblock {
		margin-top: 10px;
	}

	.M1-brbsafe {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.M1::before {
		display: none;
	}

	.M1-brbfont {
		font-size: 14px;
		bottom: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.M1-brblock {
		width: 49%;
		margin-right: 2%;
	}

	.M1-brblock:nth-child(3n) {
		margin-right: 2%;
	}

	.M1-brblock:nth-child(2n) {
		margin-right: 0%;
	}

	.M1-brbfont {
		font-size: 12px;
		line-height: 22px;
	}

	.M1-bltitle {
		font-size: 11px;
		line-height: 30px;
		text-align: center;
	}

	.M1-bltitle2 {
		line-height: 30px;
		font-size: 20px;
		text-align: center;
	}

	.M1-brblockbor {
		padding-top: 0px;
	}

	.M1-bleft {
		padding-top: 8px;
	}
}

/* **********Main2****************** */
.M2-border {
	padding-top: 29px;
}

.M2-title1 {
	display: block;
	font-family: Roboto-Regular;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f4c909;
	text-align: center;
	position: relative;
}

.M2-title2 {
	font-family: Roboto-Bold;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #044fac;
	display: block;
	text-align: center;
}

.M2-info {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	text-align: center;
	width: 69%;
	margin: 0 auto;
	padding-top: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.M2-blockbor {
	display: flex;
	flex-flow: wrap;
	padding-top: 57px;
}

.M2-block {
	width: 23.2%;
	margin-right: 2.4%;
}

.M2-block:nth-child(4n) {
	margin-right: 0;
}

.M2-bpic {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	border: solid 1px #e5e5e5;
}

.M2-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(4, 79, 172, 0.5);
	opacity: 0;
	transition: 0.5s;
}

.M2-maskpic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.M2-block:hover .M2-mask {
	opacity: 1;
}

.M2-block:hover .M2-maskpic {
	opacity: 1;
}

.M2-block:hover .M2-bbtitle {
	color: #044fac;
}

.M2-block:hover .M2-bbbtn {
	color: #044fac;
}

.M2-bbsafe {
	padding-top: 35px;
	width: 80%;
	margin: auto;
}

.M2-bbtitle {
	font-family: Roboto-Bold;
	font-size: 26px;
	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: 1;
	-webkit-box-orient: vertical;
}

.M2-bbinfo {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 31px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 48px;
}

.M2-bbbtn {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1b3884;
	display: block;
	padding-top: 40px;
}

.M2-bbbtn i {
	font-size: 10px;
	font-weight: bolder;
}

.M2-bbbtn i {
	padding-left: 10px;
}

.M2-blockbor2 {
	width: 77.5%;
	margin: auto;
	margin-top: 70px;
	background-size: cover;
	border-radius: 10px;
	background: url('../images/m3-back.png') no-repeat;
}

.M2-block2 {
	display: flex;
	border-radius: 10px;
}

.M2-b2safe {
	width: 91.5%;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
}

.M2-b2left {
	width: 74%;
}

.M2-b2lfont {
	font-family: AkzidenzGroteskExtraBold;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #f4c909;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.M2-b2lfont:hover {
	color: #f4c909;
}

.M2-b2right {
	display: flex;
	align-items: center;
}

.M2-b2rbtn {
	width: 219px;
	height: 54px;
	background-color: #ffffff;
	border-radius: 10px;
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #044fac;
	border: 1px solid #ffffff;
	text-align: center;
	display: block;
}

.M2-b2rbtn:hover {
	background-color: #044fac;
	color: #fff;
}

@media screen and (max-width:1333px) {
	.M2-title1 {
		font-size: 24px;
	}

	.M2-title2 {
		font-size: 26px;
		line-height: 30px;
	}

	.M2-info {
		width: 85%;
		padding-top: 6px;
	}

	.M2-blockbor {
		padding-top: 26px;
	}

	.M2-bbsafe {
		padding-top: 10px;
	}

	.M2-bbtitle {
		font-size: 20px;
	}

	.M2-bbinfo {
		padding-top: 6px;
	}

	.M2-bbbtn {
		padding-top: 8px;
	}

	.M2-maskpic img {
		width: 30px;
		height: 30px;
	}

	.M2-blockbor2 {
		margin-top: 30px;
	}

	.M2-b2lfont {
		font-size: 28px;
		line-height: 30px;
	}

	.M2-b2right {
		width: 25%;
	}

	.M2-b2rbtn {
		width: 100%;
	}

	.M2-b2left {
		width: 72%;
	}
}

@media screen and (max-width:999px) {
	.M2-title1 {
		font-size: 22px;
	}

	.M2-title2 {
		font-size: 22px;
	}

	.M2-bbsafe {
		padding-top: 15px;
	}

	.M2-block {
		width: 49%;
		margin-right: 2%;
		margin-top: 15px;
	}

	.M2-block:nth-child(4n) {
		margin-right: 2%;
	}

	.M2-block:nth-child(2n) {
		margin-right: 0;
	}

	.M2-bpic img {
		width: 100%;
	}

	.M2-bbtitle {
		font-size: 18px;
	}

	.M2-bbinfo {
		font-size: 14px;
		line-height: 26px;
		padding-top: 3px;
	}

	.M2-bbbtn {
		font-size: 14px;
		line-height: 26px;
		padding-top: 3px;
	}

	.M2-blockbor {
		padding-top: 5px;
	}

	.M2-block {
		margin-top: 15px;
	}

	.M2-info {
		font-size: 14px;
		line-height: 26px;
	}

	.M2-b2lfont {
		font-size: 24px;
	}

	.M2-b2safe {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.M2-b2rbtn {
		font-size: 16px;
	}

	.M2-blockbor2 {
		width: 100%;
	}

}

@media screen and (max-width:768px) {
	.M2-title1 {
		font-size: 20px;
	}

	.M2-title2 {
		font-size: 22px;

	}

	.M2-border {
		padding-top: 20px;
	}

	.M2-bbsafe {
		padding-top: 10px;
	}

	.M2-b2lfont {
		font-size: 22px;
	}

	.M2-b2rbtn {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.M2-bbtitle {
		font-size: 16px;
	}

	.M2-bbinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.M2-bbsafe {
		width: 100%;
	}

	.M2-info {
		font-size: 12px;
		line-height: 22px;
	}

	.M2-b2lfont {
		font-size: 18px;
	}

	.M2-b2rbtn {
		font-size: 14px;
		height: 36px;
		line-height: 34px;
	}

	.M2-b2safe {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.M2-b2left {
		width: 58%;
	}

	.M2-b2right {
		width: 38%;
	}

	.M2-blockbor2 {
		margin-top: 20px;
	}
}

/* ************Main3*************************** */
.M3-border {
	padding-top: 77px;
}

.M3-blockbor {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 52px;
}

.M3-bleft {
	width: 41.4%;
}

.M3-blblock {
	position: relative;
}

.M3-blfont {
	position: absolute;
	bottom: 34px;
	left: 44px;
	width: 81%;
}

.M3-blftitle {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}

.M3-blfinfo {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	padding-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.M3-bright {
	width: 58.6%;
}

.M3-brblockbor {
	display: flex;
	width: 100%;
	flex-flow: wrap;
}

.M3-brblock {
	width: 50%;
	position: relative;
}

.M3-brbpic {
	display: block;
	overflow: hidden;
}

.M3-brbfont {
	position: absolute;
	bottom: 10px;
	width: 96%;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.8);
}

.M3-brbfont a {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #044fac;
	padding-top: 15px;
	padding-bottom: 19px;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media screen and (max-width:1333px) {
	.M3-brbfont a {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.M3-blftitle {
		font-size: 22px;
	}

	.M3-blfont {
		left: 10px;
	}

	.M3-blockbor {
		margin-top: 20px;
	}

	.M3-border {
		padding-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.M3-brbfont a {
		font-size: 16px;
	}

	.M3-blftitle {
		font-size: 20px;
	}

	.M3-blfinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M3-border {
		padding-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.M3-blftitle {
		font-size: 18px;
	}

	.M3-bleft {
		width: 100%;
	}

	.M3-bright {
		width: 100%;
	}

	.M3-border {
		padding-top: 20px;
	}

}

@media screen and (max-width:538px) {
	.M3-brbfont a {
		font-size: 14px;
		line-height: 26px;
	}

	.M3-blftitle {
		font-size: 14px;
		line-height: 26px;
	}

	.M3-blfinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.M3-blockbor {
		margin-top: 10px;
	}
}

/* ************Main4*********************** */
.M4-border {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding-top: 73px;
}

.M4-left {
	width: 49.6%;
}

.M4-lpic {
	display: block;
	overflow: hidden;
}

.M4-right {
	width: 45.2%;
	padding-top: 90px;
}

.M4 .M2-title1 {
	text-align: start;
}

.M4 .M2-title2 {
	text-align: start;
	padding-top: 20px;
}

.M4-info {
	padding-top: 43px;
}

.M4-info a {
	font-family: Roboto-Light;
	font-size: 16px;
	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: 3;
	-webkit-box-orient: vertical;
}

.M4-info a:hover {
	color: #044fac;
}

.M4-info p {
	line-height: 30px;
}

.M4-btn {
	display: block;
	width: 149px;
	height: 40px;
	background-color: #044fac;
	border-radius: 5px;
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	border: 1px solid #044fac;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-top: 53px;
}

.M4-btn:hover {
	background-color: #fff;
	color: #044fac;
}

@media screen and (max-width:1333px) {
	.M4-border {
		padding-top: 40px;
	}

	.M4-right {
		padding-top: 24px;
	}

	.M4-info {
		padding-top: 7px;
	}

	.M4-btn {
		margin-top: 32px;
	}

	.M4 .M2-title2 {
		padding-top: 8px;
	}
}

@media screen and (max-width:999px) {
	.M4-info a {
		font-size: 14px;
		line-height: 26px;
	}

	.M4-right {
		padding-top: 0px;
	}

	.M4-info a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.M4-border {
		padding-top: 30px;
	}

	.M4-btn {
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {
	.M4-left {
		width: 100%;
		margin-top: 20px;
	}

	.M4-lpic {
		width: 100%;
	}

	.M4-lpic img {
		width: 100%;
	}

	.M4-right {
		width: 100%;
	}

	.M4-border {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width:538px) {
	.M4-info a {
		font-size: 12px;
		line-height: 22px;
	}

	.M4-left {
		margin-top: 15px;
	}

	.M4-border {
		padding-top: 20px;
	}

}

/* ****************Main5******************************************** */
.M5 {
	background-color: rgba(4, 79, 172, 0.05);
}

.M5 .M2-title1 {
	text-align: start;
}

.M5 .M2-title2 {
	text-align: start;
}

.M5-border {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: -100px;
	padding-bottom: 131px;
}

.M5-left {
	width: 32%;
	padding-top: 225px;
	padding-left: 12.8%;
}

.M5-info {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 50px;
}

.M5-btn {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #044fac;
	padding-top: 58px;
	display: block;
}

.M5-btn:hover {
	text-decoration: underline;
}

.M5-btn i {
	font-size: 10px;
	line-height: 30px;
}

.M5-right {
	width: 62.8%;
	padding-top: 174px;
}

.M5-right .row {
	padding-bottom: 38px;
}

.M5-right .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.M5-right .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.M5-right .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 57px;
}

.M5-right.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-right .owl-carousel .owl-item {
	float: left;
	padding: 5px;
}

.M5-right .owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.M5-right .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-right .owl-theme .owl-controls {
	position: absolute;
	left: 20px;
	bottom: 0px;
}

.M5-right .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.M5-right .owl-theme .owl-controls .owl-page span {
	display: block;
	margin-right: 9px;
	font-size: 0px;
	width: 20px;
	height: 7px;
	background-color: #f4c909;
	border-radius: 3px;
}

.M5-right .owl-theme .owl-controls .owl-page.active span {
	width: 63px;
	height: 7px;
	background-color: #044fac;
	border-radius: 3px;
	opacity: 1;
}

.M5-right .owl-theme .owl-buttons {
	width: 89px;
	height: 42px;
	position: relative;
	margin: auto;
	display: none !important
}

.M5-right .owl-theme .owl-buttons div {
	width: 42px;
	height: 42px;
	background: #fff;
	position: absolute;
	line-height: 42px;
	font-size: 24px;
	transition: 0.5s;
}

.M5-right .owl-theme .owl-prev {
	left: 0px;
}

.M5-right .owl-theme .owl-next {
	right: 0px;
}

.M5-right .owl-theme .owl-buttons div:hover {
	background: #3080f9;
	color: #fff;
}

.M5-rtitle1 {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #f4c909;
	padding-top: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M5-rtitle2 {
	font-family: Roboto-Bold;
	font-size: 18px;
	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: 1;
	-webkit-box-orient: vertical;
}

.M5-rinfo {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.M5-rbpic {
	display: block;
	overflow: hidden;
}

@media screen and (max-width:1888px) {
	.M5 .M2-title2 {
		font-size: 40px;
	}

	.M5-left {
		width: 37%;
	}
}

@media screen and (max-width:1666px) {
	.M5-left {
		padding-left: 122px;
	}

	.M5-left {
		width: 33%;
	}
}

@media screen and (max-width:1333px) {
	.M5-right {
		padding-top: 136px;
	}

	.M5 .M2-title2 {
		font-size: 26px;
		line-height: 30px;
	}

	.M5-left {
		padding-top: 70px;
	}

	.M5-right .owl-carousel .owl-wrapper-outer {
		padding-bottom: 34px;
	}

	.M5-border {
		max-width: 1400px;
		width: calc(100% - 120px);
		margin: 0 auto;
	}

	.M5-left {
		padding-left: 0px;
	}

	.M5-right {
		padding-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.M5 .M2-title2 {
		font-size: 24px;
	}

	.M5-left {
		padding-left: 0px;
		width: 100%;
		padding-top: 30px;
	}

	.M5-info {
		padding-top: 12px;
	}

	.M5-btn {
		font-size: 14px;
		padding-top: 1px;
	}

	.M5-right {
		padding-top: 23px;
		width: 100%;
	}



	.M5-info {
		font-size: 14px;
		line-height: 26px;
	}

	.M5-rinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M5-rtitle1 {
		font-size: 14px;
		line-height: 26px;
	}

	.M5-rtitle2 {
		font-size: 16px;
		line-height: 30px;
	}



	.M5-right .owl-carousel .owl-wrapper-outer {
		padding-bottom: 30px;
	}


}

@media screen and (max-width:768px) {
	.M5 .M2-title2 {
		font-size: 22px;
	}

	.M5-border {
		max-width: 1600px;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
}

@media screen and (max-width:538px) {
	.M5 .M2-title2 {
		font-size: 20px;
	}

	.M5-right {
		padding-top: 10px;
	}

	.M5-right .owl-carousel .owl-wrapper-outer {
		padding-bottom: 40px;
	}

	.M5-rtitle1 {
		font-size: 12px;
		line-height: 22px;
	}

	.M5-rtitle1 {
		padding-top: 18px;
	}

	.M5-rtitle2 {
		font-size: 14px;
		line-height: 26px;
	}

	.M5-rinfo {
		font-size: 12px;
		line-height: 22px;
	}
}

/* *******************M6************** */
.M6-border {
	position: relative;
}

.M6-block {
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	width: 100%;
	top: -92px;
}

.M6-bsafe {
	width: 79%;
	padding-top: 19px;
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	margin: auto;
}

.M6-bsafe p {
	font-family: Roboto-Bold;
	font-size: 39px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #044fac;
}

.M6-bpic {
	width: 14%;
}

.M6-bsafe p {
	width: 84%;
}

@media screen and (max-width:1555px) {
	.M6-bsafe p {
		font-size: 28px;
	}

	.M6-bpic img {
		width: 100px;
	}
}

@media screen and (max-width:1333px) {
	.M6-bpic img {
		width: 80px;
	}

	.M6-bsafe p {
		font-size: 24px;
	}

	.M5-border {
		padding-bottom: 82px;
	}
}

@media screen and (max-width:999px) {
	.M5-border {
		padding-bottom: 82px;
	}

	.M6-bsafe {
		width: 92%;
	}

	.M6-bsafe p {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.M6-bsafe p {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.M6-bsafe p {
		font-size: 18px;
	}
}

/* aboutus Main1 */
.banner-font {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-title {
	text-align: center;
	font-family: Roboto-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #ffffff;
}


/* mianbao */
.mianbao {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 13px;
	width: 100%;
	text-align: center;
}

.mianbao a {
	color: #ffffff;
}

.mianbao a:hover {
	color: #f4c909;
}

.comian {
	color: #f4c909 !important;
}

@media screen and (max-width:999px) {
	.mianbao {
		font-size: 14px;
		line-height: 26px;
	}

	.banner-title {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.banner-title {
		font-size: 22px;
		line-height: 20px;
	}

	.mianbao {
		padding-top: 5px;
	}
}

@media screen and (max-width:538px) {
	.mianbao {
		font-size: 12px;
		line-height: 22px;
	}

	.banner-font {
		max-height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;

	}
}

/* *******aboutusMain1********************************** */
.abM1-border {
	position: relative;
	margin-bottom: -79px;
}

.abM1-title {
	font-family: Roboto-Bold;
	font-size: 120px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 120px;
	letter-spacing: 0px;
	color: #333333;
	position: absolute;
	z-index: 2;
	top: -72px;
}

.abM1-title span {
	color: #044fac;
}

.abM1-video {
	margin-top: 136px;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.abM1-block {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: -45px;
	position: relative;
}

.abM1-bleft {
	width: 43.8%;
}

.abM1-bright {
	width: 51.4%;
	padding-top: 144px;
}

.abM1-brinfo p {
	font-family: Roboto-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.tool {
	display: none;
}

/* tanchaung */

.ab1shipin {
	position: relative;
	/* margin: auto; */
}

.ab1shipin .start {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

@media screen and (max-width:767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 10%;
		right: 5%;
		bottom: 10%;
	}
}

@media screen and (max-width:1333px) {
	.abM1-title {
		font-size: 50px;
		position: static;
		line-height: 80px;
	}

	.abM1-video {
		margin-top: 10px;
	}

	.abM1-brinfo p {
		font-size: 16px;
		line-height: 28px;
	}

	.abM1-bright {
		padding-top: 30px;
	}

	.abM1-border {
		margin-bottom: 50px;
	}

	.abM1-block {
		margin-top: 50px;
	}

	.abM1-block {
		display: block;
	}

	.abM1-bleft {
		float: left;
		padding-right: 20px;
	}

	.abM1-bright {
		width: auto;
	}

	.tool {
		display: block;
	}
	.abM1-border{
		padding-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.abM1-border{
		padding-top: 0px;
	}
	.abM1-border {
		margin-bottom: 30px;
	}

	.abM1-block {
		margin-top: 30px;
	}

	.abM1-brinfo p {
		font-size: 14px;
		line-height: 26px;
	}

	.abM1-title {
		font-size: 26px;
		line-height: 30px;
		top: 0;
		position: static;
	}

	.abM1-video {
		margin-top: 20px;
	}

	.abM1-border {
		padding-top: 26px;
	}

	.ab1shipin .start img {
		width: 40px;
	}

	.abM1-bright {
		padding-top: 0px;
	}
}

@media screen and (max-width:538px) {
	.abM1-border {
		padding-top: 20px;
	}

	.abM1-video {
		margin-top: 15px;
	}

	.abM1-brinfo p {
		font-size: 12px;
		line-height: 22px;
	}

	.abM1-bright {
		padding-top: 0px;
	}

	.abM1-border {
		margin-bottom: 20px;
	}

	.abM1-block {
		margin-top: 26px;
	}

	.abM1-title {
		font-size: 20px;
	}

}



/*************************** aboutus Main2 ***************/
.abM2 {
	background-color: rgba(4, 79, 172, 0.05);
}

.abM2-border {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-bottom: 104px;
}

.abM2-left {
	width: 46.7%;
	padding-top: 211px;
}

.abM2-linfo {

	display: flex;
	justify-content: end;
}

.abM2-linfo p {
	font-family: Roboto-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	width: 63%;
	text-align: end;
}


.abM2-lblock {
	background-color: #044fac;
	margin-top: 36px;
}

.abM2-lbsafe {
	padding-top: 17px;
	padding-bottom: 40px;
	width: 93%;
	margin: auto;
	text-align: end;
}

.abM2-lblock p {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 25px;
}


.abM2-right {
	width: 50%;
	padding-top: 47px;
}

.abM2-rinfo {
	background-color: #044fac;
	padding-top: 18px;
	padding-bottom: 20px;
}

.abM2-rinfo p {
	font-family: Roboto-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 77%;
	margin: auto;
}

.abM2-rpic {
	margin-top: 34px;
}

@media screen and (max-width:1333px) {
	.abM2-left {
		padding-top: 50px;
	}

	.abM2-border {
		padding-bottom: 54px;
	}

	.abM2-lblock p {
		font-size: 20px;
	}

	.abM2-rinfo p {
		font-size: 20px;
	}

	.abM2-linfo p {
		font-size: 16px;
		width: 80%;
	}
}

@media screen and (max-width:999px) {
	.abM2-left {
		padding-top: 30px;
	}

	.abM2-border {
		padding-bottom: 30px;
	}

	.abM2-right {
		padding-top: 30px;
	}

	.abM2-linfo p {
		font-size: 14px;
		line-height: 26px;
		width: 80%;
		text-align: left;
	}

	.abM2-lblock {
		margin-top: 30px;
	}

	.abM2-rpic {
		margin-top: 30px;
	}

	.abM2-lblock p {
		font-size: 16px;
		padding-top: 10px;
	}

	.abM2-rinfo p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.abM2-left {
		width: 100%;
	}

	.abM2-right {
		width: 100%;
		margin-top: 20px;
	}

	.abM2-linfo {
		justify-content: start;
	}

	.abM2-border {
		width: calc(100% - 20px);
		margin: 0 auto;
	}

	.abM2-lbsafe {
		text-align: start;
	}

	.abM2-lblock {
		margin-top: 15px;
	}

	.abM2-lbsafe {
		padding-top: 14px;
		padding-bottom: 20px;
	}

	.abM2-right {
		padding-top: 0px;
		margin-top: 10px;
	}

	.abM2-rpic {
		margin-top: 10px;
		width: 100%;
	}

	.abM2-rpic img {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.abM2-linfo p {
		font-size: 12px;
		line-height: 22px;
		width: 100%;
	}

	.abM2-left {
		padding-top: 20px;
	}

	.abM2-lblock p {
		font-size: 14px;
		line-height: 26px;
	}

	.abM2-lblock p {
		padding-top: 5px;
	}

	.abM2-lbsafe {
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.abM2-rinfo {
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.abM2-rinfo p {
		width: 93%;
		font-size: 14px;
		line-height: 26px;
	}

	.abM2-border {
		padding-bottom: 20px;
	}
}

/* aboutus Main3 */
.img-scroll {
	position: relative;
	margin-top: 35px;
}

.img-scroll .prev,
.img-scroll .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 36px;
	height: 55px;
	line-height: 53px;
	background-color: #e5e5e5;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999
}

.img-scroll .prev {
	left: -18px;
	cursor: pointer;
}

.img-scroll .next {
	right: -18px;
	cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
	background-color: #044fac;
	color: #fff;
}

.img-list {
	position: relative;
	overflow: hidden;
}

.img-list ul {
	width: 10000%;
}

.img-list li {
	float: left;
	width: 0.315%;
	margin-right: 0.0275%;
	border-left: none;
	position: relative;
}

.img-list li a {
	display: block;
	overflow: hidden;
}

.abM3-title {
	font-family: Roboto-Bold;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #044fac;
	display: block;
	text-align: center;
	position: relative;
}

.abM3-title::before {
	content: "";
	width: 40px;
	height: 3px;
	background-color: #044fac;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
}

.abM3-border {
	padding-top: 72px;
	padding-bottom: 80px;
}

.abM3-block {
	padding-top: 13px;
}

.img-list li {
	position: relative;
}

.abM3-search {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.abM3-spic {
	transition: 0.5s;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-list li:hover .abM3-spic {
	opacity: 1;
}

@media screen and (max-width:1333px) {
	.abM3-border {
		padding-top: 40px;
		padding-bottom: 46px;
	}

	.abM3-title {
		font-size: 28px;
	}
}

@media screen and (max-width:999px) {
	.abM3-border {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.abM3-title {
		font-size: 24px;
	}

	.abM3-title::before {
		bottom: -5px;
	}

	.img-scroll {
		margin-top: 20px;
	}

	.img-list li {
		width: 0.49%;
		margin-right: 0.02%;
	}

	.img-scroll .prev {
		left: 0px;
		cursor: pointer;
	}

	.img-scroll .next {
		right: 0px;
		cursor: pointer;
	}
}

@media screen and (max-width:768px) {
	.abM3-title {
		font-size: 22px;
	}

	.abM3-border {
		padding-top: 18px;
	}
}

@media screen and (max-width:538px) {
	.img-scroll .prev {
		left: 0px;
		cursor: pointer;
	}

	.img-scroll .next {
		right: 0px;
		cursor: pointer;
	}

	.abM3-title {
		font-size: 20px;
	}

	.img-scroll {
		margin-top: 10px;
	}

	.abM3-border {
		padding-bottom: 20px;
	}

	.abM3-title::before {
		bottom: 0px;
	}
}

/****************** abMain4************** */
.abM4 {
	background-color: rgba(4, 79, 172, 0.05);
}

.abM4-border {
	padding-top: 61px;
	padding-bottom: 113px;
}

.img-scroll2 {
	position: relative;
	margin-top: 74px;
}

.img-scroll2 .prev,
.img-scroll2 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 36px;
	height: 55px;
	line-height: 53px;
	background-color: #e5e5e5;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999
}

.img-scroll2 .prev {
	left: -18px;
	cursor: pointer;
}

.img-scroll2 .next {
	right: -18px;
	cursor: pointer;
}

.img-scroll2 .prev:hover,
.img-scroll2 .next:hover {
	color: #fff;
	background-color: #044fac;
}

.img-list2 {
	position: relative;
	overflow: hidden;
}

.img-list2 ul {
	width: 10000%;
}

.img-list2 li {
	float: left;
	width: 0.227%;
	margin-right: 0.0306%;
	border-left: none;
	position: relative;
	box-shadow: 0px 5px 10px 0px rgba(0, 17, 39, 0.2);
	border: solid 9px #e7edef;
}

.img-list2 li:hover .M2-mask {
	opacity: 1;
}

.img-list2 li:hover .M2-maskpic {
	opacity: 1;
}

.img-list2 li a img:hover {
	transform: scale(1, 1);
}

#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: Verdana, Geneva, sans-serif;
}

#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)
	}
}

@media screen and (max-width:1333px) {
	.abM4-border {
		padding-top: 40px;
		padding-bottom: 43px;
	}

	.img-scroll2 {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.img-list2 li {
		float: left;
		width: 0.32%;
		margin-right: 0.02%;
		border-left: none;
		position: relative;
	}

	.img-list2 li {
		border: 5px solid #e7edef;
	}


}

@media screen and (max-width:768px) {
	.img-scroll2 {
		margin-top: 30px;
	}

	.abM4-border {
		padding-top: 22px;
		padding-bottom: 33px;
	}
}

@media screen and (max-width:538px) {
	.img-list2 li {
		float: left;
		width: 0.49%;
		margin-right: 0.02%;
		border-left: none;
		position: relative;
	}

	.abM4-border {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.img-scroll2 {
		margin-top: 18px;
	}
}

/*************aboutusMain6************************ */
.abM6 {
	margin-bottom: -84px;
	position: relative;
	z-index: 10;
}

.abM6 .M2-blockbor2 {
	width: 100%;
	margin-top: 0px;
	background: url('../images/abm6-pic.png') no-repeat;
}

.abM6 .M2-b2lfont {
	color: #044fac;
	font-weight: bolder;
	text-transform: uppercase;
}

.abM6 .M2-b2rbtn {
	color: #f5cf0a;
}

.abM6 .M2-b2rbtn:hover {
	color: #fff;
	background-color: #f5cf0a;
}

.fenfooter .footer-top {
	padding-top: 134px !important;
}

@media screen and (max-width:999px) {
	.abM6 {
		margin-bottom: 36px;
	}

	.fenfooter .footer-top {
		padding-top: 0px !important;
	}

	.fenfooter .footer-bottom {
		margin-top: 0px;
	}
}

@media screen and (max-width:538px) {
	.abM6 {
		margin-bottom: 20px;
	}
}

/* ***************product******************************************** */
.pM1-border {
	padding-top: 82px;
}

.pM1-block {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}


.pM1-title {
	font-family: Roboto-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	display: block;
	color: #333333;

}

.pM1-info {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 15px;
}

.pM1-btn {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}

.pM1-btn i {
	font-size: 10px;
	padding-left: 10px;
}

.pM1-video {
	max-width: 1397px;
	margin: auto;
	padding-top: 25px;
}

.pM1-block2bor {
	display: flex;
	flex-flow: wrap;
	padding-top: 40px;
}

.pM1-block2 {
	width: 33%;
	margin-right: 0.5%;
}

.pM1-block2:nth-child(3n) {
	margin-right: 0%;
}

.pM1 .M2-block {
	width: 31%;
	margin-right: 3.5%;
}

.pM1 .M2-bpic img {
	width: 100%;
}

.pM1 .M2-block:nth-child(3n) {
	margin-right: 0;
}

.pM1 .M2-bbtitle {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.pM1 .M2-bbtitle:hover {
	color: #044fac;
}

.pM1 .M2-bbinfo {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pM1 .M2-bbinfo:hover {
	color: #044fac;
}

.pM1 .M2-bbbtn {
	font-family: Roboto-Regular;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-top: 19px;
}

.pM1 .M2-bbbtn:hover {
	color: #044fac;
}

.pM1 .M2-bbsafe {
	padding-top: 27px;
}

@media screen and (max-width:1333px) {
	.pM1-border {
		padding-top: 46px;
	}

	.pM1-title {
		font-size: 26px;
	}

	.pM1-info {
		padding-top: 8px;
	}

	.pM1-video {
		padding-top: 16px;
	}

	.pM1 .M2-bbsafe {
		padding-top: 12px;
	}

	.pM1 .M2-bbbtn {
		padding-top: 8px;
	}

	.ab1shipin .start img {
		width: 40px;
	}

	.pM1-border {
		padding-top: 28px;
	}
}

@media screen and (max-width:999px) {
	.pM1-info {
		font-size: 14px;
		line-height: 26px;
		padding-top: 2px;
	}

	.pM1-btn {
		font-size: 14px;
		line-height: 26px;
	}

	.pM1-title {
		font-size: 24px;
	}

	.pM1 .M2-block {
		width: 33%;
		margin-right: 0.5%;
	}

	.pM1 .M2-block:nth-child(3n) {
		margin-right: 0%;
	}

	.pM1 .M2-bbtitle {
		font-size: 16px;
	}

	.pM1 .M2-bbinfo {
		padding-top: 0px;
		font-size: 14px;
		line-height: 26px;
	}

	.pM1 .M2-bbbtn {
		padding-top: 0px;
		font-size: 14px;
		line-height: 26px;
	}

	.pM1-info {
		font-size: 14px;
		line-height: 26px;
	}

	.ab1shipin .start img {
		width: 40px;
	}

}

@media screen and (max-width:768px) {
	.pM1-title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.pM1-title {
		font-size: 20px;
	}

	.pM1 .M2-bbtitle {
		font-size: 14px;
		line-height: 26px;
	}

	.pM1 .M2-bbinfo {
		padding-top: 0px;
		font-size: 12px;
		line-height: 22px;
	}

	.pM1 .M2-bbbtn {
		padding-top: 0px;
		font-size: 12px;
		line-height: 22px;
	}

	.pM1-info {
		font-size: 12px;
		line-height: 22px;
	}

	.pM1-video {
		padding-top: 10px;
	}

	.pM1-border {
		padding-top: 20px;
	}

	.pM1 .M2-block {
		margin-top: 10px;
	}
}

/* ********product1 Main2******************************* */

.pM2-border {
	padding-top: 74px;
}

.pM4-border {
	padding-top: 72px;
	padding-bottom: 101px;
}

.pM4 .M2-blockbor {
	padding-top: 44px;
}

.pM2-title {
	color: #044fac;
}

.pM4 .M2-blockbor .M2-block {
	width: 47.9%;
	margin-right: 4.2%;
}

.pM4 .M2-blockbor .M2-block:nth-child(2n) {
	margin-right: 0%;
}

.pM4 .M2-bbtitle {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.pM4 .M2-bbtitle:hover {
	color: #044fac;
}

.pM4 .M2-bbinfo {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 7px;
}

.pM4 .M2-bbinfo:hover {
	color: #044fac;
}

.pM4 .M2-bbbtn {
	font-family: Roboto-Regular;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-top: 21px;
}

.pM4 .M2-bbbtn:hover {
	color: #044fac;
}

@media screen and (max-width:1333px) {
	.pM4-border {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.pM2-border {
		padding-top: 26px;
	}

	.pM4 .M2-blockbor {
		padding-top: 20px;
	}

	.pM4 .M2-block {
		margin-top: 6px;
	}
}

@media screen and (max-width:999px) {
	.pM4-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.pM4 .M2-blockbor {
		padding-top: 10px;
	}

	.pM2-border {
		padding-top: 20px;
	}

	.pM4 .M2-bbinfo {
		font-size: 14px;
		line-height: 26px;
		padding-top: 0px;
	}

	.pM4 .M2-bbbtn {
		font-size: 14px;
		line-height: 26px;
		padding-top: 0px;
	}

	.pM4 .M2-blockbor .M2-block {
		width: 49%;
		margin-right: 2%;
	}

	.pM4 .M2-blockbor .M2-block:nth-child(2n) {
		margin-right: 0%;
	}
}

@media screen and (max-width:538px) {
	.pM4 .M2-bbtitle {
		font-size: 16px;
	}

	.pM4 .M2-bbinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.pM4 .M2-bbbtn {
		font-size: 12px;
		line-height: 22px;
	}
}

/* ************product2Main1******************************** */
.p2M1-border {
	padding-top: 82px;
	padding-bottom: 71px;
}

.p2M1-title {
	font-family: Roboto-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #044fac;
	text-align: center;
}

.p2M1-info {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	padding-top: 15px;
}

.p2M1 .M2-blockbor {
	padding-top: 0px;
	padding-bottom: 75px;
}

.p2M1-btnbox {
	display: flex;
	align-items: center;
	padding-top: 25px;
}

.p2M1-btnbox input {
	cursor: pointer;
}

.p2M1-btn {
	width: 116px;
	height: 29px;
	background-color: #044fac;
	border: 1px solid #044fac;
	font-family: Roboto-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-left: 13px;
}

.p2M1-btn:hover {
	background-color: #f4c909;
	border: 1px solid #f4c909;
}

.p2M1 .M2-blockbor {
	display: flex;
	flex-flow: wrap;
}

.p2M1 .M2-block {
	width: 31.4%;
	margin-right: 2.9%;
	margin-top: 56px;
}

.p2M1 .M2-block:nth-child(3n) {
	margin-right: 0%;
}

.p2M1 .M2-bbtitle {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333;

}

.p2M1 .M2-bbinfo {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 56px;
}

.p2M1 .M2-bbsafe {
	padding-top: 28px;
}

.p2M1 .M2-block:hover .M2-bbtitle {
	color: #044fac;
}

.p2M1 .M2-block:hover .p2M1-btn {
	background-color: #f4c909;
	border: 1px solid #f4c909;
}

.p2M1 .M2-bbinfo:hover {
	color: #044fac;
}

@media screen and (max-width:1333px) {
	.p2M1-border {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.p2M1-title {
		font-size: 28px;
	}

	.p2M1-info {
		padding-top: 8px;
	}

	.p2M1 .M2-block {
		margin-top: 30px;
	}

	.p2M1 .M2-blockbor {
		padding-bottom: 47px;
	}

	.p2M1 .M2-bbtitle {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.p2M1-border {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.p2M1-title {
		font-size: 24px;
	}

	.p2M1-info {
		font-size: 14px;
		line-height: 26px;
	}

	.p2M1-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.p2M1 .M2-block {
		margin-top: 20px;
	}

	.p2M1 .M2-bbsafe {
		padding-top: 12px;
	}

	.p2M1 .M2-bbinfo {
		padding-top: 1px;
		font-size: 14px;
	}

	.p2M1-btnbox {
		padding-top: 8px;
	}

	.p2M1 .M2-block {
		width: 32.8%;
		margin-right: 0.8%;
	}

	.p2M1 .M2-block:nth-child(3n) {
		margin-right: 0;
	}

	.p2M1 .M2-blockbor {
		padding-bottom: 35px;
	}

	.p2M1 .M2-bbtitle {
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {
	.p2M1-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.p2M1-title {
		font-size: 22px;
	}

	.p2M1 .M2-block {
		width: 49%;
		margin-right: 2%;
	}

	.p2M1 .M2-block:nth-child(3n) {
		margin-right: 2%;
	}

	.p2M1 .M2-block:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (max-width:538px) {
	.p2M1-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.p2M1 .M2-block {
		margin-top: 16px;
	}

	.p2M1-title {
		font-size: 20px;
	}

	.p2M1-info {
		font-size: 12px;
		line-height: 22px;
	}

	.p2M1-info {
		padding-top: 4px;
	}

	.p2M1 .M2-bbinfo {
		font-size: 12px;
		line-height: 22px;
		height: 47px;
	}

	.p2M1-btnbox {
		padding-top: 2px;
	}

	.p2M1 .M2-blockbor {
		padding-bottom: 24px;
	}

	.p2M1-btn {
		font-size: 12px;
	}
}

/* *************************page *******************/

.page {
	display: flex;
	justify-content: center;
}

.page-border {
	display: flex;
	flex-flow: wrap;
}

.page-box {
	display: flex;
	flex-flow: wrap;
}

.page a {
	display: block;
	width: 31px;
	height: 31px;
	background-color: #ffffff;
	border: solid 1px #d8d8d8;
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	margin-left: 15px;
}

.page a:hover {
	border: 1px solid #044fac;
}

.page-box a {
	margin-top: 5px;
}

.page .pagepre {
	text-align: center;
	margin-left: 13px;
	background-color: #ffffff;
	border: solid 1px #d8d8d8;
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #333333;
	width: 91px;
	height: 31px;
}

.page .pagepre:hover {
	background-color: #044fac;
	color: #fff;
}

.page .no:hover {
	border: solid 1px #e5e5e5 !important;
	background-color: #ffffff !important;
	color: #999999 !important;
}

.page-long {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 10px;
	width: 163px;
	height: 31px;
	background-color: #044fac;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #044fac;
	cursor: pointer;
}

.page-long:hover {
	color: #044fac;
	background-color: #fff;
}

.page .page-select {
	border: 1px solid #044fac;
}

.page-arrow {
	display: flex;
	align-items: center;
}

@media screen and (max-width:1333px) {
	.page {
		display: flex;
		justify-content: center;
	}

	.productMBorder {
		margin-bottom: 30px;
	}

	.page .pagepre {
		width: 90px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width:999px) {
	.page .pagepre {
		width: 80px;
		height: 30px;
		font-size: 12px;
		line-height: 28px;
	}

	.page a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.page-long {
		width: 113px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}

@media screen and (max-width:471px) {
	.page .pagepre {
		width: 60px;
		height: 26px;
		font-size: 10px;
		line-height: 24px;
	}

	.page a {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 10px;
	}


	.page-long {
		font-size: 12px;
	}

	.page {
		display: flex;
		justify-content: center;
	}
}

/* ********************tags* */
.tags {
	padding-top: 38px;
}

.tags p {
	font-family: Roboto-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #333333;
}

.tags p a {
	font-family: Roboto-Regular;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
	display: inline-block;
}

.tags p a:hover {
	color: #044fac;
}

@media screen and (max-width:1333px) {
	.tags {
		padding-top: 30px;
	}

	.tags p a {
		font-size: 16px;
		line-height: 30px;
	}

	.tags p {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.tags p a {
		font-size: 14px;
		line-height: 26px;
	}

	.tags p {
		font-size: 16px;
	}

	.tags {
		padding-top: 22px;
	}
}

@media screen and (max-width:768px) {
	.tags p {
		font-size: 14px;
	}

	.tags {
		padding-top: 16px;
	}
}

@media screen and (max-width:538px) {
	.tags p a {
		font-size: 12px;
		line-height: 22px;
	}

}

/***************** product2Main2 ****************/

.p2M2 .M5-border {
	margin-top: 0px;
	padding-bottom: 82px;
}

.p2M2 .M5-right {
	padding-top: 96px;
}

.p2M2 .M5-left {
	padding-top: 149px;
}

.p2M3 {
	background-color: rgba(4, 79, 172, 0.05);
}

@media screen and (max-width:1333px) {
	.p2M2 .M5-right {
		padding-top: 48px;
	}

	.p2M2 .M5-left {
		padding-top: 64px;
	}

	.p2M2 .M5-border {
		margin-top: 0px;
		padding-bottom: 17px;
	}
}

@media screen and (max-width:999px) {
	.p2M2 .M5-left {
		padding-top: 16px;
	}

	.p2M2 .M5-right {
		padding-top: 7px;
	}

	.p2M2 .M5-border {
		margin-top: 0px;
		padding-bottom: 0px;
	}

	.p2M3 {
		margin-bottom: 0px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {}

/********************* p3M1 ********************/
.p3M1-border {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 77px;
}

.p3M1-left {
	width: 50%;
}

.p3M1-right {
	width: 44.4%;
	padding-top: 38px;
}

.img-scroll3 {
	position: relative;
}

.img-scroll3 .prev,
.img-scroll3 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 36px;
	height: 54px;
	line-height: 52px;
	background-color: #e5e5e5;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999
}

.img-scroll3 .prev {
	left: 0px;
	cursor: pointer;
}

.img-scroll3 .next {
	right: 0px;
	cursor: pointer;
}

.img-scroll3 .prev:hover,
.img-scroll3 .next:hover {
	background-color: #044fac;
	color: #fff;
}

.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;
}

.img-list3 li a {
	display: block;
	overflow: hidden;
	border: solid 1px #eeeeee;
}

.jianjie {
	width: 100%;
	float: right;
	padding-top: 12px;
}

.jianjie h1 {
	font-family: Roboto-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.jianbiao,.jiann strong{
	font-family: Roboto-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 24px;
	
	padding-top: 42px;
}
.jianbiao{
	border-top: 1px solid #e5e5e5;
}
.jiann {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 17px;
}

.jiann strong,
.jiann p,
.jiann em {
	color: #333333;
}

.jiann img {
	max-width: 100%;
	display: inline;
}

.inno {
	margin-top: 47px;
	font-size: 0px;
}

.inno:after {
	content: "";
	clear: both;
	display: block;
}

.inno a {
	float: left;
	padding: 0 5px;
	text-align: center;
	margin-top: 9px;
	min-width: 153px;
	line-height: 39px;
	background-color: #044fac;
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
}

.inno a:nth-child(1) {
	margin-right: 36px;
}

.inno a:hover {
	background: #f4c909;
	color: #333333;
}

.sharez {
	position: relative;
	margin-top: 23px;
}

.share {
	display: inline-block;
	vertical-align: middle;
}

.share1 {
	display: inline-block;
	vertical-align: middle;
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #999999;
}

.share2 {
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
}

@media screen and (max-width: 1359px) {
	.jianbiao,.jiann strong {
		padding-top: 15px;
	}

	.inno {
		margin-top: 20px;
	}

	.inno a {
		min-width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 6px;
		text-transform: none;
		margin-right: 10px;
	}

	.jianjie h1 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 30px;
	}

	.jianbiao,.jiann strong {
		font-size: 20px;
		font-size: 2rem;
		line-height: 30px;
		margin-top: 13px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 15px;
	}

	.sharez {
		margin-top: 21px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.p3M1-border {
		padding-top: 48px;
	}

	.p3M1-right {
		padding-top: 0px;
	}

	.p3M1-left {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 999px) {

	.p3M1-left {
		width: 100%;
	}

	.p3M1-right {
		width: 100%;
		margin-top: 20px;
	}

	.img-list3 li a {
		width: 100%;
	}

	.img-list3 li a img {
		width: 100%;
	}

	.jianjie {
		padding-top: 0px;
		margin-top: 0px;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.prmain2 {
		padding-top: 16px;
		padding-bottom: 10px;
	}

	.prob-pic .prob-pic-list {
		margin-left: 40px;
		margin-right: 40px;
	}

	.prob-pic {
		float: none;
		margin: auto;
		margin-top: 0px;
		width: 100%;
		max-width: 500px;
	}

	.jianjie {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}

	.jianjie h1 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 30px;
	}

	.jianbiao,.jiann strong {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		margin-top: 8px;
	}

	.jiann {
		min-height: 0px
	}

	.inno {
		margin-top: 10px;
	}

	.inno a {
		min-width: 130px;
		font-size: 14px;
		font-size: 1.4rem;
		height: 38px;
		line-height: 38px;
		float: left;
		margin-right: 10px;
	}

	.sharez {
		margin-top: 15px;
	}

	.p3M1-border {
		padding-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		margin-top: 12px;
		color: #333;
	}

	.jianjie h1 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.p3M1-border {
		padding-top: 24px;
	}
}

@media screen and (max-width:550px) {
	.prob-pic .prob-pic-list ul li {
		margin-right: .15%;
		width: 3.233%;
	}

	.jianjie h1 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.inno a:nth-child(1) {
		margin-right: 20px;
	}

	.p3M1-border {
		padding-top: 22px;
	}

	.jiann {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 26px;
	}
}

/* ***********p3M2******************************** */
.p3M2-border {
	padding-top: 80px;
}


.p3M2-title {
	width: 100%;
	font-family: Roboto-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	position: relative;
	z-index: 1;

}


.p3M2-title::before {
	z-index: -1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(4, 79, 172, 0.2);
}

.p3M2-title span {
	color: #044fac;
	display: inline-block;
	background-color: #fff;
	padding-right: 39px;
}


.p3M2-info {
	padding-top: 37px;
}

.p3M2-info p strong {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.p3M2-info p {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}

.p3tags {
	padding-top: 32px;
}

.img-scroll .M2-block {
	width: 100%;
}

@media screen and (max-width:1333px) {
	.p3tags {
		padding-top: 30px;
	}

	.p3M2-title {
		font-size: 28px;
	}

	.p3M2-border {
		padding-top: 35px;
	}

	.p3M2-info {
		padding-top: 20px;
	}

	.p3M2-info p strong {
		font-size: 16px;
		line-height: 30px;
	}

	.p3M2-info p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.p3tags {
		padding-top: 20px;
	}

	.p3M2-title {
		font-size: 24px;
	}

	.p3M2-border {
		padding-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.p3M2-title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.p3M2-title {
		font-size: 20px;
	}

	.p3M2-border {
		padding-top: 14px;
	}

	.p3M2-info {
		padding-top: 4px;
	}

	.p3tags {
		padding-top: 10px;
	}
}

/* **********p3m3********************************* */
.p3M3-blockbor {
	padding-top: 25px;
}

.p3M3 .img-scroll {
	margin-top: 22px;
}

.p3M3 .M2-block {
	margin-top: 0px;
}

.p3M3-border {
	padding-top: 63px;
	padding-bottom: 83px;
}

@media screen and (max-width:1333px) {
	.p3M3-border {
		padding-top: 24px;
		padding-bottom: 42px;
	}

	.p3M3-blockbor {
		padding-top: 0px;
	}
}

@media screen and (max-width:999px) {
	.p3M3-border {
		padding-top: 21px;
		padding-bottom: 26px;
	}
}

@media screen and (max-width:538px) {
	.p3M3 .img-scroll {
		margin-top: 12px;
	}

	.p3M3 .img-scroll .prev,
	.p3M3 .img-scroll .next {
		width: 20px;
		height: 40px;
		line-height: 40px;
	}
}

/*************** property *************************/
.proM1-border {
	padding-top: 75px;
}

.proM1-title {
	font-family: Roboto-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #044fac;
	text-align: center;
}


.proM1-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-flow: wrap;
}

.proM1-bleft {
	width: 51%;
	position: relative;
	padding-top: 80px;
}

.proM1-blfont {
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #044fac;
}


.proM1-blfont p {
	font-family: Roboto-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 61%;
	margin: auto;
	padding-left: 43px;
}

.proM1-bright {
	width: 49%;
}

.proM1-block2 {
	flex-direction: row-reverse;
}

.proM1-block2 .proM1-blfont {
	padding-top: 106px;
	padding-bottom: 106px;
	background-color: #044fac;
}

.proM1-block2 .proM1-blfont p {
	font-family: Roboto-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
}

.proM1-block2 .proM1-bright {
	display: flex;
	justify-content: end;
	width: 50%;
	margin-top: -22px;
}

.proM1-block2 .proM1-bleft {
	width: 48%;
	margin-top: 98px;
}

.proM1-block2 .proM1-blfont p {
	width: 86%;
}

@media screen and (max-width:1555px) {
	.proM1-block2 .proM1-bright {
		margin-top: -68px;
	}

	.proM1-blfont p {
		padding-left: 0px;
	}
}

@media screen and (max-width:1333px) {
	.proM1-block2 .proM1-bleft {
		margin-top: 50px;
	}

	.proM1-block2 .proM1-bright {
		margin-top: 0px;
	}

	.proM1-title {
		font-size: 28px;
	}

	.proM1-border {
		padding-top: 44px;
		padding-bottom: 30px;
	}

	.proM1-blockbor {
		padding-top: 36px;
	}

	.proM1-block2 .proM1-blfont p {
		font-size: 28px;
	}

	.proM1-blfont {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	.proM1-blfont p {
		font-size: 16px;
	}

	.proM1-bleft {
		padding-top: 0px;
	}

	.proM1-blockbor {
		padding-top: 14px;
	}

}

@media screen and (max-width:999px) {
	.proM1-title {
		font-size: 24px;
	}

	proM1-bright .proM1-blfont p {
		font-size: 24px;
	}

	.proM1-bleft {
		width: 100%;
	}

	.proM1-bright {
		width: 100%;
	}

	.proM1-block2 .proM1-bleft {
		width: 100%;
	}

	.proM1-bright .proM1-bright {
		width: 100%;
	}

	.proM1-border {
		padding-top: 26px;
	}

	.proM1-blfont p {
		font-size: 14px;
		line-height: 26px;
	}

	.proM1-blfont {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.proM1-brpic {
		max-width: 639px;
		margin: auto;
	}

	.proM1-block2 .proM1-bleft {
		margin-top: 20px;
	}

	.proM1-block2 .proM1-blfont {
		padding-top: 44px;
		padding-bottom: 50px;
	}

	.proM1-block2 .proM1-bright {
		justify-content: center;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.proM1-title {
		font-size: 22px;
	}

	.proM1-block2 .proM1-blfont p {
		font-size: 22px;
	}

	.proM1-blfont p {
		width: 80%;
	}

	.proM1-block2 .proM1-blfont {
		padding-top: 27px;
		padding-bottom: 27px;
	}

	.proM1-blockbor {
		padding-top: 10px;
	}

	.proM1-border {
		padding-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.proM1-title {
		font-size: 20px;
		line-height: 30px;
	}

	.proM1-block2 .proM1-blfont p {
		font-size: 20px;
	}

	.proM1-border {
		padding-top: 15px;
	}

	.proM1-blockbor {
		padding-top: 8px;
	}

	.proM1-block2 .proM1-blfont {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.proM1-blfont p {
		font-size: 12px;
		line-height: 22px;
	}
}

/* property Main2 */
.proM2-border {
	padding-top: 100px;
}

.proM2-blockbox {
	display: flex;
	flex-flow: wrap;
}

.proM2-block {
	width: 49%;
	margin-right: 2%;
	padding-top: 54px;
}

.proM2-block:nth-child(2n) {
	margin-right: 0;
}

.proM2-btitle {
	position: relative;
}

.proM2-btitle1 {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
}

.proM2-btitle2 {
	font-family: Roboto-Bold;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fbeab9;
	opacity: 0.7;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
}

.proM2-binfo {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 8px;
}

@media screen and (max-width:1333px) {
	.proM2-border {
		padding-top: 0px;
	}
}

@media screen and (max-width:999px) {
	.proM2-btitle {
		font-size: 16px;
	}

	.proM2-binfo {
		font-size: 14px;
		line-height: 26px;
	}

	.proM2-btitle2 {
		font-size: 40px;
	}

	.proM2-block {
		padding-top: 30px;
	}

	.proM2-btitle1 {
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.proM2-binfo {
		font-size: 12px;
		line-height: 22px;
	}

	.proM2-btitle {
		font-size: 14px;
		line-height: 26px;
	}

	.proM2-block {
		padding-top: 20px;
	}

	.proM2-btitle1 {
		font-size: 14px;
		line-height: 26px;
	}
}

/* **********property Main3******************************* */
.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr {}

.table table tr td {
	padding: 13px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #d2d2d2;
	background: #fff;
	text-align: center;
}

.table table tr:first-child td {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #fff;
	background-color: #044fac;
	text-align: center;
	padding: 4px 0px;
}

.proM3-blockbox {
	padding-top: 37px;
}

.proM3-border {
	padding-top: 78px;
	padding-bottom: 100px;
}

.proM3-blockbor {
	padding-top: 26px;
}

@media screen and (max-width:1333px) {
	.proM3-border {
		padding-top: 33px;
		padding-bottom: 46px;
	}

	.proM3-blockbox {
		padding-top: 18px;
	}

	.proM3-blockbor {
		padding-top: 6px;
	}

	.table table tr:first-child td {
		font-size: 22px;
	}
}

@media screen and (max-width:999px) {
	.table table tr:first-child td {
		font-size: 20px;
	}

	.proM3-border {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.proM3-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.proM3-blockbor {
		padding-top: 0px;
	}
}

/* ****************innovation************************* */
.inM1-border {
	padding-bottom: 80px;
}

.inM2-block {
	width: 47.7%;
	margin-right: 4.6%;
	border-radius: 5px;
	margin-top: 60px;
}

.inM2-block:nth-child(2n) {
	margin-right: 0;
}

.inM2-bpic {
	border: none;
}

.inM2-block .M2-bbtitle {
	font-family: Roboto-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.inM2-block .M2-bbinfo {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 13px;
}

.inM2-block .M2-bbinfo a {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/*-webkit-box-orient: vertical;*/

}

.inM2-block .M2-bbbtn {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-top: 7px;
}

.inM2-block .M2-bbsafe {
	padding-top: 26px;
}

.inM2-block:hover .M2-bbtitle {
	color: #044fac;
}

.inM2-block:hover .M2-bbbtn {
	color: #044fac;
}

.inM1 .M2-blockbor {
	padding-bottom: 64px;
}

@media screen and (max-width:1333px) {
	.inM2-block {
		margin-top: 23px;
	}

	.inM2-block .M2-bbtitle {
		font-size: 22px;
	}

	.inM2-block .M2-bbsafe {
		padding-top: 12px;
	}

	.inM2-block .M2-bbinfo {
		padding-top: 6px;
	}

	.inM2-block .M2-bbbtn {
		padding-top: 3px;
	}

	.inM1 .M2-blockbor {
		padding-bottom: 40px;
	}

	.inM1-border {
		padding-bottom: 54px;
	}
}

@media screen and (max-width:999px) {
	.inM2-block .M2-bbtitle {
		font-size: 20px;
	}

	.inM2-block .M2-bbinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.inM2-block .M2-bbbtn {
		font-size: 14px;
		line-height: 26px;
	}

	.inM1 .M2-blockbor {
		padding-bottom: 25px;
	}

	.inM1-border {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.inM2-block .M2-bbtitle {
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {
	.inM2-block .M2-bbtitle {
		font-size: 16px;
	}

	.inM2-block .M2-bbinfo {
		font-size: 12px;
		line-height: 22px;
		padding-top: 0px;
	}

	.inM2-block .M2-bbbtn {
		font-size: 12px;
		line-height: 22px;
	}

	.inM1 .M2-blockbor {
		padding-bottom: 20px;
	}

	.inM2-block {
		margin-top: 16px;
	}
}

/**************** innovation2 *********************/
.nemain2 {
	padding-top: 76px;
	padding-bottom: 13px;
}

.in2M1 .p3M3-border {
	padding-top: 48px;
}

.in2M1 .img-scroll .prev,
.in2M1 .img-scroll .next {
	top: 35.8%;
}

.in2-top {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
}

.nemain2 h1 {
	font-family: Roboto-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 13px;
}

.net {
	display: flex;
	flex-direction: column;
	padding-top: 6px;
}

.shijian {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}

.net .share {
	margin: auto;
	padding-top: 15px;
}

.net .share1 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;

}

.net .share2 {
	padding-left: 0;
}


.nexiang {
	font-size: 1.6rem;
	line-height: 30px;
	padding-top: 30px;
	margin-top: 20px;
	padding-bottom: 12px;
	border-top: solid 1px #e5e5e5;
}

.nexiang a {
	color: #007632;
}

.nexiang p,
.nexiang strong,
.nexiang em {
	color: #666666;
}

.nexiang img {
	max-width: 100%;
	display: inline-block;
}

.nexiang a {
	color: #007632;
}

.fanpian {
	padding-top: 31px;
}

.fanpian li {
	font-family: Roboto-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding: 6px 0;
}

.fanpian li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #666666;
}

.fanpian li span,
.fanpian li a {
	color: #666666;
}

.fanpian li:hover a {
	color: #044fac;
}

.fanpian li a:hover,
.nerzi:hover,
.nerbiao:hover {
	color: #044fac;
}

.fanpian li:hover i {
	color: #044fac;
}

@media screen and (max-width:1333px) {
	.in2M1 .p3M3-border {
		padding-top: 0px;
	}

	.nemain2 {
		padding-top: 25px;
		padding-bottom: 0px;
	}

	.nemain2 h1 {
		font-size: 24px;
	}

	.fanpian {
		padding-top: 5px;
	}

	.fanpian li {
		padding: 0px 0;
		font-size: 16px;
	}

	.in2M1 .p3M3-border {
		padding-top: 13px;
	}

	.nexiang {
		font-size: 1.6rem;
		padding-top: 16px;
		margin-top: 7px;
	}

}

@media screen and (max-width: 999px) {
	.nexiang {
		font-size: 14px;
		line-height: 26px;
	}

	.nemain2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.fanpian {
		padding-top: 10px;
	}

	.fanpian li {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.nemain2 h1 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 26px;
	}

	.shijian {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.net .share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px) {
	.nemain2 {
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.nexiang {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 24px;
		margin-top: 10px;
		padding-bottom: 0px;
		padding-top: 20px;
	}

	.fanpian {
		padding-top: 0;
	}

	.fanpian li {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.nemain2 h1 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 24px;
	}

	.shijian {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.net .share1 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media screen and (max-width:538px) {
	.nexiang {
		font-size: 12px;
		line-height: 22px;
	}
}

/************* resource Main1 ********************/
.reM1 {
	background-color: rgba(4, 79, 172, 0.05);
}

.re1M1-border {
	padding-top: 46px;
	padding-bottom: 82px;
}

.reM1 .p3M2-title {
	background: none;
}

.reM1-title span {
	background-color: #f2f6fb
}

.re1M1-blockbox {
	display: flex;
	flex-flow: wrap;
	padding-bottom: 64px;
}

.re1M1-rblock {
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 32px;
}

.re1M1-rblock:nth-child(3n) {
	margin-right: 0;
}

.re1M1 .M5-rtitle1 {
	padding-top: 21px;
}

.re1M1 .M5-rtitle2 {
	padding-top: 6px;
}

.re1M1 .M5-rinfo {
	line-height: 24px;
	padding-top: 7px;
}

.re1M1-btn {
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1b3884;
	padding-top: 22px;
	display: block;
}

.re1M1-btn i {
	font-size: 10px;
}

.reM1 .img-scroll .prev,
.reM1 .img-scroll .next {
	top: 36%;
}

@media screen and (max-width:1333px) {
	.re1M1-rblock {
		margin-top: 16px;
	}

	.re1M1-border {
		padding-top: 25px;
	}

	.re1M1-blockbox {
		padding-bottom: 36px;
	}

	.re1M1-border {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.re1M1 .M5-rtitle1 {
		padding-top: 6px;
	}

	.re1M1 .M5-rtitle2 {
		padding-top: 0px;
	}

	.re1M1 .M5-rinfo {
		padding-top: 0px;
	}

	.re1M1-btn {
		padding-top: 6px;
		font-size: 14px;
		line-height: 26px;
	}

	.re1M1-border {
		padding-top: 12px;
	}
}

@media screen and (max-width:768px) {
	.re1M1-rblock {
		width: 49%;
		margin-right: 2%;
	}

	.re1M1-rblock:nth-child(3n) {
		margin-right: 2%;
	}

	.re1M1-rblock:nth-child(2n) {
		margin-right: 0;
	}

	.re1M1-blockbox {
		padding-bottom: 20px;
	}

	.re1M1-border {
		padding-bottom: 34px;
	}
}

/* ************resource3****************************** */
.re3M1-border {
	padding-top: 79px;
	padding-bottom: 80px;
}

.re3M1-blockbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.re3M1-bleft {
	width: 50%;
}

.re3M1-bright {
	width: 45.5%;
	display: flex;
	align-items: center;
}

.re3M1-brf1 {
	font-family: Roboto-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.re3M1-brf2 {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 27px;
}

.re3M1-blockbox2 {
	display: flex;
	flex-flow: wrap;
	margin-top: 19px;
	padding-bottom: 71px;
}

.re3M1-block2 {
	width: 32%;
	margin-right: 2%;
	margin-top: 22px;
}

.re3M1-block2:nth-child(3n) {
	margin-right: 0%;
}

.re3M1-b2info {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding-top: 10px;
}

@media screen and (max-width:1333px) {
	.re3M1-border {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.re3M1-blockbox2 {
		padding-bottom: 40px;
	}

	.re3M1-b2info {
		font-size: 16px;
	}

}

@media screen and (max-width:999px) {
	.re3M1-border {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.re3M1-blockbox2 {
		padding-bottom: 26px;
	}

	.re3M1-brf2 {
		font-size: 14px;
		line-height: 26px;
		padding-top: 13px;
	}

	.re3M1-brf1 {
		font-size: 18px;
	}

	.re3M1-blockbox2 {
		margin-top: 15px;
	}

	.re3M1-block2 {
		margin-top: 9px;
	}

	.re3M1-b2info {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.re3M1-border {
		padding-bottom: 30px;
	}

	.re3M1-blockbox2 {
		margin-top: 5px;
	}

	.re3M1-bleft {
		width: 100%;
	}

	.re3M1-bright {
		width: 100%;
		padding-top: 15px;
	}

	.ab1shipin {
		width: 100%;
	}

	.ab1shipin>img {
		width: 100%;
	}

	.re3M1-brf1 {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.re3M1-b2info {
		font-size: 12px;
		line-height: 22px;
	}

	.re3M1-brf2 {
		font-size: 12px;
		line-height: 22px;
		padding-top: 3px;
	}

	.re3M1-block2 {
		width: 49%;
		margin-right: 2%;
	}

	.re3M1-block2:nth-child(3n) {
		margin-right: 2%;
	}

	.re3M1-block2:nth-child(2n) {
		margin-right: 0%;
	}

	.re3M1-border {
		padding-top: 22px;
	}

	.re3M1-brf1 {
		font-size: 14px;
	}
}

/* ********contactus************************************** */
.coM1-border {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding-top: 78px;
	padding-bottom: 79px;
}

.coM1-left {
	width: 40%;
	padding-top: 22px;
}

.coM1-ltitle {
	font-family: Roboto-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	width: 50%;
	padding-top: 9px;
}

.coM1-ltitle2 {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f4c909;
	padding-left: 58px;
	position: relative;

}

.coM1-ltitle2::before {
	width: 51px;
	height: 1px;
	background-color: #fdc143;
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.coM1-lfont {
	font-family: Barlow-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 22px;
}

.coM1-lcontact {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 6px;
}

.p2M4-block {
	width: 49%;
	margin-top: 18px;
}

.p2M4-binfo {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
}

.p2M4-binfo i,.p2M4-binfo em {
	color: #044fac;
	font-size: 22px;
	padding-right: 12px;
}

.p2M4-addressb {
	width: 100%;
}

.coM1-right {
	width: 51.3%;
}

@media screen and (max-width:1333px) {
	.coM1-ltitle {
		font-size: 26px;
		line-height: 34px;
	}

	.coM1-border {
		padding-top: 40px;
		padding-bottom: 34px;
	}

	.p2M4-block {
		margin-top: 10px;
	}

	.p2M4-block {
		width: auto;
	}

	.p2M4-binfo {
		line-height: 30px;
	}

	.coM1-left {
		padding-top: 13px;
	}
}

@media screen and (max-width:999px) {
	.p2M4-block {
		width: 49%;
	}

	.coM1-rpic {
		width: 100%;
	}

	.coM1-rpic img {
		width: 100%;
	}

	.coM1-ltitle {
		font-size: 24px;
	}

	.coM1-left {
		width: 100%;
	}

	.coM1-right {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}

	.coM1-border {
		padding-top: 36px;
		padding-bottom: 44px;
	}

	.coM1-lfont {
		padding-top: 3px;
	}


	.coM1-lfont {
		font-size: 14px;
	}

	.coM1-border {
		padding-top: 15px;
		padding-bottom: 0px;
	}

	.p2M4-binfo {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.coM1-ltitle {
		font-size: 22px;
	}


	.coM1-right {
		padding-top: 10px;
	}

	.coM1-border {
		padding-top: 10px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width:538px) {
	.coM1-ltitle {
		font-size: 20px;
	}

	.coM1-lcontact .p2M4-block {
		padding-top: 8px;
	}

	.coM1-lcontact {
		padding-top: 0px;
	}

	.p2M4-binfo {
		font-size: 12px;
		line-height: 22px;
	}

	.coM1-border {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

/****************** P2M5 ***************************/


.M7-border {
	padding-bottom: 45px;
}

.M7-title {
	font-family: Roboto-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	display: block;
}

.M7-info {
	font-family: Barlow-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 42px;
	width: 47%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.m7xin {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.m7xin .int1 {
	width: 46.6%;
	margin-top: 30px;
}

.m7xin .int1 span {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-left: 15px;
	padding-bottom: 10px;
}

.m7xin .int6 span {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-left: 15px;
	padding-bottom: 10px;
}

.m7xin .int3 span {
	font-family: Roboto-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-left: 15px;
	padding-bottom: 10px;
}

.m7xin .int1 span {
	background: url("../images/xing.png") no-repeat 0px 6px;
}

.m7xin .int6 span {
	background: url("../images/xing.png") no-repeat 0px 6px;
}

.m7xin .int3 span {
	background: url("../images/xing.png") no-repeat 0px 6px;
}

.m7xin .int2 {
	width: 100%;
	margin-top: 47px;
}

.m7xin .int6 {
	margin-top: 49px;
	width: 100%;
}

.m7xin .int3 {
	width: 100%;
	margin-top: 46px;
	padding-right: 839px;
	position: relative;
}


.m7xin input {
	width: 100%;
	height: 40px;
	background-color: #f4f4f4;
	padding: 0 25px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}

.m7xin textarea {
	width: 100%;
	height: 190px;
	background-color: #f4f4f4;
	line-height: 30px;
	padding: 10px 25px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}

.m7xin .int4 {
	margin-right: 50px;
}

.m7xin .int5 {
	width: 363px;
	height: 50px;
	background-color: #fdc143;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	transition: 0.5s;
	margin-top: 25px;
	border: 1px solid #fdc143;
}

.m7xin .int5:hover {
	color: #ffc10e;
	;
	background-color: #fff;
}

.m7xin .yanzheng {
	position: absolute;
	right: 396px;
	top: 30px;
	cursor: pointer;
}

.m7lie {
	position: relative;
	padding-left: 44px;
	min-height: 50px;
	line-height: 23px;
	margin-top: 41px;
}

.m7lie i {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #e72d28;
	font-size: 34px;
	line-height: 50px;
}

.m7lie p {
	color: #333;
}

.m7lie p strong {
	display: block;
	margin-bottom: 2px;
}

.m7lie p a {
	color: #333;
}

.m7lie:first-child {
	margin-top: 0px;
}

@media screen and (max-width:1333px) {
	.m7xin .int1 {
		margin-top: 15px;
	}

	.m7xin .int6 {
		margin-top: 15px;
	}

	.m7xin .int3 {
		margin-top: 15px;
	}

	.M7-info {
		padding-top: 27px;
	}

	.main7 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.m7xin input,
	.m7xin textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m7lie {
		padding-left: 35px;
		margin-top: 30px;
	}

	.m7lie i {
		font-size: 24px;
		line-height: 50px;
	}

	.M7-title {
		font-size: 26px;
	}

	.m7xin input {
		width: 100%;
		height: 48px;
		line-height: 46px
	}

	.m7xin .int5 {
		height: 46px;
		width: 500px;
		line-height: 44px;
		font-size: 16px;
		margin-top: 36px;
	}

	.m7xin .yanzheng {
		right: 553px;
		height: 48px;
		line-height: 46px
	}

	.m7xin .int3 {
		padding-right: 739px;
	}

}

@media screen and (max-width:999px) {
	.m7xin .yanzheng {
		right: 0px;
		height: 44px;
		line-height: 44px;
	}

	.M7-border {
		padding-top: 19px;
		padding-bottom: 119px;
	}

	.M7-title {
		font-size: 24px;
	}

	.M7-info {
		width: 90%;
		padding-top: 22px;
	}

	.m7xin input {
		height: 44px;
		line-height: 42px;
	}

	.m7xin .int5 {
		top: 58px;
		width: 100%;
		height: 44px;
		line-height: 42px;
		text-align: center;
	}

	.m7xin .int3 {
		padding-right: 150px;
	}

	.m7xin .int1 span {
		font-size: 14px;
	}

	.m7xin .int6 span {
		font-size: 14px;
	}

	.m7xin .int3 span {
		font-size: 14px;
	}

	.m7xin .int5 {
		font-size: 14px;
	}

	.M7-border {
		padding-top: 20px;
		padding-bottom: 92px;
	}
}

@media screen and (max-width:768px) {
	.m7xin {
		margin-top: 11px;
	}

	.main7 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.m7l {
		width: 100%;
	}

	.m7r {
		width: 100%;
		margin-top: 20px;
	}

	.M7-title {
		font-size: 22px;
	}

	.m7xin input {
		height: 36px;
		line-height: 34px;
	}

	.m7xin textarea {
		height: 82px;
	}

	.m7xin .yanzheng {
		height: 36px;
		line-height: 34px;
	}

	.m7xin .int1 span {
		padding-bottom: 4px;
	}

	.m7xin .int6 span {
		padding-bottom: 4px;
	}

	.m7xin .int3 span {
		padding-bottom: 4px;
	}

	/*   
	.m7xin .yanzheng {
	  top: 24px;
	} */
}

@media screen and (max-width:538px) {
	.M7-info {
		font-size: 14px;
	}

	.M7-title {
		font-size: 20px;
	}

	.m7n {
		margin-top: 20px;
	}

	.m7xin .int3 {
		padding-right: 88px;
	}

	.m7xin .int1 {
		width: 100%;
		margin-top: 15px;
	}

	.m7xin .yanzheng {
		width: 88px;
		height: 44px;
		right: 0px;
	}

	.m7xin input,
	.m7xin textarea {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.m7xin {
		margin-top: 4px;
	}

	.m7xin input {
		height: 36px;
		line-height: 34px;
	}

	.m7xin .int1 {
		margin-top: 10px;
	}

	.m7xin .int1 span {
		font-size: 12px;
		padding-bottom: 5px;
	}

	.m7xin .int6 {
		margin-top: 10px;
	}

	.m7xin .int6 span {
		font-size: 12px;
	}

	.m7xin .int3 span {
		font-size: 12px;
	}

	.m7xin .int3 {
		margin-top: 10px;
	}

	.m7xin .int5 {
		margin-top: 25px;
	}

	.m7xin .yanzheng {
		height: 36px;
	}

}

@font-face {
	font-family: 'AkzidenzGroteskExtraBold';
	src: url('../fonts/AkzidenzGroteskExtraBold.eot');
	src: url('../fonts/AkzidenzGroteskExtraBold.eot') format('embedded-opentype'),
		url('../fonts/AkzidenzGroteskExtraBold.woff2') format('woff2'),
		url('../fonts/AkzidenzGroteskExtraBold.woff') format('woff'),
		url('../fonts/AkzidenzGroteskExtraBold.ttf') format('truetype'),
		url('../fonts/AkzidenzGroteskExtraBold.svg#AkzidenzGroteskExtraBold') format('svg');
}


@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
		url('../fonts/RobotoRegular.woff2') format('woff2'),
		url('../fonts/RobotoRegular.woff') format('woff'),
		url('../fonts/RobotoRegular.ttf') format('truetype'),
		url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/RobotoLight.eot');
	src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
		url('../fonts/RobotoLight.woff2') format('woff2'),
		url('../fonts/RobotoLight.woff') format('woff'),
		url('../fonts/RobotoLight.ttf') format('truetype'),
		url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/RobotoBold.eot');
	src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
		url('../fonts/RobotoBold.woff2') format('woff2'),
		url('../fonts/RobotoBold.woff') format('woff'),
		url('../fonts/RobotoBold.ttf') format('truetype'),
		url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
	font-family: "iconfont";
	/* Project id 3883191 */
	src: url('../fonts/iconfonta2a9.woff2?t=1675736366241') format('woff2'),
		url('../fonts/iconfonta2a9.woff?t=1675736366241') format('woff'),
		url('../fonts/iconfonta2a9.ttf?t=1675736366241') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-qizi:before {
	content: "\e60a";
}

.icon-yingguo:before {
	content: "\e609";
}

.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";
}

.icon-dayuhao:before {
	content: "\e625";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-Youtube-fill:before {
	content: "\e883";
}

/* 2023 2 14 */
.p3M2-info .table {
	width: 100%;
	overflow: auto;
}

.p3M2-info .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}
/*.p3M2-info .table{*/
/*	width:52.7%;*/
/*}*/
.p3M2-info .table table tr {}

.p3M2-info .table table tr td {
	padding: 3px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 3px solid #fff;
	background: #cddcee;
}
.p3M2-info table tr:first-child td{
	background-color: #044fac;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 6px 0px;
}
.p3M2-info table tr:nth-child(2n) td{
	background-color: #fff;
	padding: 4px 5px;
}

@media screen and (max-width:999px){
	.p3M2-info .table{
		width:80%;
	}
}
@media screen and (max-width:538px){
	.p3M2-info .table{
		width:100%;
	}
	.p3M2-info .table table tr td{
		font-size: 1.2rem;
	}
	.p3M2-info table tr:nth-child(2n) td{
		padding: 2px 5px;
	}
	.p3M2-info .table table tr td{
		padding: 3px 5px;
	}
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#044fac;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #044fac; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#044fac solid 1px;background: #044fac; 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 ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.M2{
    margin-top:35px;
}