@charset "utf-8";

img{max-width: 100%;}

.wrap {
	width: 98%;
	max-width: 1600px;
	min-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 1200px;
	margin: 0 auto;
}

header {
	width: 100%;
	padding-top: 20px;
}

header .wrap {
	width: 83%;
}

.fp-controlArrow {
	display: none;
}

.header {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.3);
}

.header * {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header.add {
	z-index: 1000;
	position: fixed;
	background: rgba(255, 255, 255);
	padding: 10px 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header.add .wrap {
	width: 1200px;
}

.header.add .menu a {
	color: #333;
	-webkit-transition: none;
	transition: none
}


.header.add .menu a:hover {
	color: #fff;
	-webkit-transition: none;
	transition: none
}

.header.add .logo {
	width: 100px;
	height: 31px;
	background: url(../images/logo4.png) no-repeat;
	background-size: 100% 100%;
}

.pclogo {
	width: 11%;
	float: left;
}

.pclogo img {
	max-width: 100%;
}

.logo {
	width: 129px;
	height: 40px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.h-nav {
	float: right;
	color: #fff;
	font-size: 16px;
}

.menu {
	padding: 3px 0;
	display: inline-block;
	padding-left: 40px;
	vertical-align: middle;
}

.login,
.btn-logout,
.user,
.login:hover,
.btn-logout:hover,
.user:hover {
	color: #fff;
	vertical-align: middle;
	/*font-weight: bold;*/
}

.header.add .h-nav .btn-logout,
.header.add .login,
.header.add .user,
.header.add .h-nav {
	color: #333;
}

.user:hover,
.login:hover,
.btn-logout:hover,
.header.add .h-nav .btn-logout:hover,
.header.add .login:hover,
.header.add .user:hover,
	{
	color: #C00000;
}

.menu a {
	padding: 10px 20px;
	display: block;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}

.menu .on {
	font-weight: 700;
	background-image: -webkit-linear-gradient(left, #C00000, #d00000 10%, #C00000 20%, #d00000 30%, #C00000 40%, #d00000 50%, #C00000 60%, #d00000 70%, #C00000 80%, #d00000 90%, #C00000);
	background-size: 1000% 100%;
	-webkit-animation: masked-animation 40s linear infinite;
	animation: masked-animation 40s linear infinite
}

.menu a:hover {
	background-image: -webkit-linear-gradient(left, #C00000, #d00000 10%, #C00000 20%, #d00000 30%, #C00000 40%, #d00000 50%, #C00000 60%, #d00000 70%, #C00000 80%, #d00000 90%, #C00000);
	background-size: 1000% 100%;
	-webkit-animation: masked-animation 40s linear infinite;
	animation: masked-animation 40s linear infinite
}

@keyframes masked-animation {
	0% {
		background-position: 0 0
	}

	to {
		background-position: -900% 0
	}
}

@-webkit-keyframes masked-animation {
	0% {
		background-position: 0 0
	}

	to {
		background-position: -900% 0
	}
}

.nbanner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.nbanner .img {
	text-align: center;
	position: relative;
}

.nbanner .img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.nbanner .info {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 240px;
	text-align: left;
}

.nbanner .info h3 {
	color: #fff;
	font-size: 0;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
	line-height: 1;
}

.nbanner .info h3 p {
	font-size: 54px;
	padding-top: 15px;
	color: #fff;
}

.nbanner .info h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
	width: 80px;
	content: '';
	display: none;
}

.nbanner .info h4 {
	padding-top: 35px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	display: none;
}

.nSubnav {
	background: #f1f1f1;
}

.nSubnav .wrap {
	display: flex;
	max-width: 1920px;
}

.nSubnav .wrap a {
	flex: 1;
	text-align: center;
	padding: 36px 0;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.nSubnav .wrap .active {
	border-bottom: 2px solid #c00000;
	color: #c00000;
}

.pro-n22-info {
	padding-bottom: 50px;
}

.pro-n22-info .row {
	/*display: table-row;*/
	display: flex;
}

.pro-n22-info .cell {
	/*display: table-cell;*/
	flex: 1;
	text-align: center;
}

.pro-n22-info .cell .icon {
	width: 90px;
	height: 90px;
	display: inline-block;
	margin: 0 auto;
}

.pro-n22-info .cell .title {
	font-size: 20px;
	color: #000000;
	padding: 20px 0;
	line-height: 1;
	font-weight: bold;
}

.pro-n22-info .cell .desc {
	font-size: 16px;
	color: #747474;
	line-height: 26px;
	padding-bottom: 70px;
}


.ico-7 {
	background: url(../images/ico-7.png) no-repeat;
}

.ico-8 {
	background: url(../images/ico-8.png) no-repeat;
}

.ico-9 {
	background: url(../images/ico-9.png) no-repeat;
}

.ico-10 {
	background: url(../images/ico-10.png) no-repeat;
}

.ico-11 {
	background: url(../images/ico-11.png) no-repeat;
}

.ico-12 {
	background: url(../images/ico-12.png) no-repeat;
}

.ico-13 {
	background: url(../images/ico-13.png) no-repeat;
}

.ico-14 {
	background: url(../images/ico-14.png) no-repeat;
}

.ico-15 {
	background: url(../images/ico-15.png) no-repeat;
}

.bg3 {
	background: url(../images/bg3.jpg) no-repeat center bottom;
	background-size: cover;
	padding-bottom: 150px;
}

.bg3 .ndesc-1 {
	padding-bottom: 50px;
}

.bg3 .nTitle-1 {
	color: #333;
}

.bg4 {
	background: #f1f1f1;
	height: 60px;
}

body,
html {
	background: #f9f9f9;
}

.nTitle-1 {
	font-weight: bold;
	font-size: 32px;
	color: #C00000;
	padding: 60px 0 50px 0px;
}

.nTitle-4 {
	color: #a91f24;
	padding-bottom: 0;
}

.nTitle-5 {
	font-weight: bold;
	font-size: 36px;
	color: #243f8a;
	padding-bottom: 40px;
}

.nTitle-6 {
	padding-left: 36px;
	font-size: 24px;
	font-weight: bold;
	color: #b41d23;
	line-height: 42px;
	padding-right: 40px;
	margin-top: 30px;
}

.nTitle-7 {
	padding-left: 54px;
	position: relative;
	font-size: 20px;
	color: #b41d23;
	line-height: 36px;
	padding-right: 40px;
}

.nTitle-7:after {
	position: absolute;
	left: 38px;
	top: 10px;
	width: 6px;
	height: 21px;
	content: '';
	display: block;
	background: #b41d23;
}

.nDesc-4 {
	padding-left: 54px;
	padding-right: 40px;
	font-size: 16px;
	color: #231815;
	line-height: 24px;
}

.nDesc-4 big {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.nTitle-1~.hr {
	/*margin-top: 40px;*/
}

.ndesc-1 {
	font-size: 16px;
	line-height: 30px;
	/*border-bottom: 1px solid #aeaeae;*/
	/*margin-bottom: 80px;*/
	letter-spacing: 0px;
	/*text-indent: 32px;*/
}

.ndesc-1-1 {
	color: #000
}

.ndesc-1 p {
	text-indent: 32px;
	text-align: left;
}

.ndesc-1~.hr {
	/*margin-bottom: 80px;*/
}

.ndesc-1~.hr~.nMain-1 {}

.bg1 {
	background: #f1f1f1;
}

.nMain-1 {
	padding: 100px 0;
	padding-left: 300px;
	position: relative;
}



.nMain-2 {
	padding-left: 150px;
	padding-right: 150px;
}

.section .fp-slidesNav ul li span {
	font-size: 16px;
	font-weight: bold;
}

.nMain-1.nMain-1-2 {
	padding-left: 420px;
}

.nMain-1-title {
	position: absolute;
	left: 0;
	top: 103px;
	font-size: 26px;
	color: #C00000;
	font-weight: bold;
	line-height: 1;
	padding-left: 30px;
	line-height: 40px;
}

.nMain-1-title:before {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: #C00000;
	border-radius: 100%;
	content: '';
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 12px;
}

.nMain-1-desc {
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}

.pro-n22-detail .item {
	padding-bottom: 20px;
}

.pro-n22-detail .item .tit {
	background: #e8e8e8;
	padding: 12px;
	padding-left: 18px;
	line-height: 22px;
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
	border-left: 8px solid #C00000;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 48%;
}

.w40 .ndesc-1 {
	text-justify: inter-ideograph;
	word-break: break-all;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666666;
}

.w45 {
	width: 45%;
}

.red {
	color: #C00000;
}

.pro-n22-detail .item .entry dt,
.pro-n22-detail .item .entry dd {
	position: relative;
	font-size: 14px;
	color: #333333;
	padding: 12px 0;
	padding-left: 50px;
	border-bottom: 1px solid #d8d8d8;
}

.pro-n22-detail .item .entry dt:after,
.pro-n22-detail .item .entry dd:after {
	content: '';
	width: 4px;
	height: 4px;
	background: #303d52;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 27px;
	top: 21px;
}

.pro-n22-detail .item .entry dd {
	padding-left: 90px;
}

.pro-n22-detail .item .entry dd:after {
	background: none;
	background: url(../images/ico-17.png) no-repeat;
	width: 7px;
	height: 6px;
	left: 70px;
}

.pro-n22-overview .item .tit {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #1e2e4a;
	margin-bottom: 40px;
}

hr.hr {
	border: none;
	border-bottom: 1px solid #aeaeae;
	width: 100%;
	margin: 0;
	height: 0;
	margin: 40px 0;
}

.pro-n22-overview .item .entry {}

.pro-n22-overview .item .entry dd {
	position: relative;
	padding: 12px 0;
	line-height: 28px;
	font-size: 16px;
	padding-left: 30px;
	color: #333333;
}

.pro-n22-overview .item .entry dd:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 21px;
	width: 10px;
	height: 10px;
	background: url(../images/ico-18.png) no-repeat;
}

.nPro3 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.nPro3 .item {
	padding-top: 50px;
	position: relative;
	padding-bottom: 160px;
}

.nPro3 .item .img {
	float: left;
	position: relative;
	margin-left: -44px;
	padding-top: 55px;
	padding-right: 170px;
}

.nPro3 .item3 .img {
	padding-right: 45px;
	margin-left: -50px;
}

.nPro3 .item3 .img img {
	margin-left: -50px;
}

.nPro3 .item .img:after {
	width: 1000px;
	height: 455px;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 1;
	background: #f1f1f1;
}

.nPro3 .item .img img {
	position: relative;
	z-index: 2;
	width: 340px;
}

.nPro3 .item .info {
	float: right;
}

.nPro3 .item .info .tit {
	padding-top: 95px;
	font-size: 18px;
	color: #303d52;
	line-height: 28px;
	position: relative;
	letter-spacing: -1px;
	font-weight: bold;
	white-space: nowrap;
}

.nPro3 .item .info .tit:before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 27px;
	background: url(../images/ico-19.png) no-repeat;
	margin-right: 15px;
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-left: -45px;
}

.nPro3 .item .info .desc {
	padding-top: 40px;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}

.nPro3 .item .info .desc p {
	padding-top: 15px;
}

.nPro3 .item:nth-child(2n) .img {
	float: right;
	padding-right: 0;
	padding-left: 170px;
	margin-left: 0;
	margin-right: 70px;
}

.nPro3 .item:nth-child(1) .img {
	padding-left: 100px;
	padding-right: 120px;
}

.nPro3 .item:nth-child(2n) .img:after {
	right: auto;
	left: 40px;
}

.nPro3 .item:nth-child(2) .tit {
	padding-top: 0;
}

.nPro3 .item:nth-child(2) .img img {
	margin-top: -110px;
}

.nPro3 .item:nth-child(3) .img img {
	width: 580px;
}

.nPro3 .item:nth-child(2n) .info {
	float: left;
}

.nPro3-1 {
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 312px;
	min-width: 1200px;
	margin: 0 auto;
}

.nPro3-1 .pic {
	width: 2000px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -1000px;
	z-index: 1;
}

.nPro3-1 h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 2;
}

.nPro3-1 h2:after {
	content: '';
	width: 30px;
	left: 50%;
	margin-left: -15px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 55px;
}

.nPro3-1 h3 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 180px;
	z-index: 2;
	line-height: 30px;
}

.nAbout-1 {
	text-align: center;
	line-height: 1;
}

.nAbout-1 .item {
	display: inline-block;
	width: 25%;
}

.nAbout-1 .item.tl {
	width: auto;
	float: left;
}

.nAbout-1 .item.tr {
	width: auto;
	float: right;
	text-align: center;
}

.nAbout-1 .item h2 {
	font-size: 78px;
	color: #383838;
	padding-bottom: 10px;
	position: relative;
}

.nAbout-1 .item h2 sup {
	font-size: 40px;
	position: relative;
	top: -10px;
	margin-right: -30px;
}

.nAbout-1 .item h4 {
	font-size: 18px;
	color: #333333;
}

.nAbout-2 {
	background: #f1f1f1;
	margin-top: 135px;
}

.nAbout-2 .img {
	float: left;
	width: 50%;
	min-width: 600px;
}

.nAbout-2 .info {
	width: 520px;
	float: left;
	margin-left: 80px;
	margin-top: 5%;
}

.nAbout-2 .info .tit {
	font-size: 42px;
	color: #333333;
	line-height: 1;
}

.nAbout-2 .info .tit small {
	font-size: 21px;
}

.nAbout-2 .info .desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-top: 25px;
	padding-bottom: 50px;
}

.nAbout-2 .item {
	padding-bottom: 25px;
}

.nAbout-2 .item .entry {
	float: left;
	width: 210px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.nAbout-2 .item .entry .icon {
	width: 70px;
	margin-bottom: 5px;
	height: 70px;
}

.nAbout-2 .item .entry:nth-child(2n) {
	float: right;
}

.nAbout-2 .item .entry .ico-1 {
	background: url(../images/ico-1.png) no-repeat;
}

.nAbout-2 .item .entry .ico-2 {
	background: url(../images/ico-2.png) no-repeat;
}

.nAbout-2 .item .entry .ico-3 {
	background: url(../images/ico-3.png) no-repeat;
}

.nNews-1 .item {
	padding: 100px 0;
}

.nNews-1 .item .entry {
	padding: 50px 0;
	border-bottom: 1px solid #cfcfcf;
	padding-left: 350px;
	position: relative;
	display: block;
}

.nNews-1 .item .entry .img {
	float: left;
	margin-left: -350px;
	width: 290px;
	height: 225px;

}

.nNews-1 .item .entry .img img {
	object-fit: cover;
}

.nNews-1 .item .entry .tit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #484848;
	padding-bottom: 30px;
	line-height: 1;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
	/*display: none;*/
}

.nNews-1 .item .entry .tit:before {
	content: '';
	width: 80px;
	height: 0;
	border-top: 1px solid #494949;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.nNews-1 .item .entry .tedxt {
	display: block;
	overflow: hidden;
	height: 114px;
	font-size: 16px;
	color: #666666;
	/*padding-top: 20px;*/
	line-height: 28px;
	position: relative;
	margin-bottom: 20px;
}

.nNews-1 .item .entry .time {
	font-size: 14px;
	color: #666666;
	/*font-style: italic;*/
}

.nNews-1 .item .entry .time span {
	/*font-style: initial;*/
}

.nNews-1 .item .entry .btn {
	position: absolute;
	right: 0;
	bottom: 50px;
	border: 1px solid #838991;
	width: 130px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #141f2e;
	font-size: 12px;
	border-radius: 10px;
	padding: 0 !important;
}

.nNews-1 .item .entry .btn:after {
	content: '';
	width: 14px;
	height: 4px;
	background: url(../images/ico-arrow.png) no-repeat;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.nNews-1 .item .entry:hover .btn {
	background: #c00000;
	border: 1px solid #C00000;
	color: #fff;
}

.nNews-1 .item .entry:hover .btn:after {
	background: url(../images/ico-arrow2.png) no-repeat;
}

.btn-more,
.btn-more:hover {
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 40px;
	display: inline-block;
	background: #c00000;
	border: 1px solid #C00000;
	color: #fff;
}

.btn-more:after {
	content: '';
	width: 14px;
	height: 4px;
	background: url(../images/ico-arrow2.png) no-repeat;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.nPro3 .item .info .btn-more {
	margin-top: 30px;
}

.nPage {
	padding-bottom: 80px;
	text-align: center;
}

.nPage a {
	margin: 0 10px;
	font-size: 20px;
	color: #999b9f;
}

.nPage a.active,
.nPage a:hover {
	color: #C00000;
}

.nPage .prev {
	float: left;
}

.nPage .prev:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 16px;
	background: url(../images/ico-arrow3.png) no-repeat;
	opacity: 0.6;
	margin-left: 5px;
}

.nPage .next {
	float: right;
}

.nPage .next:before {
	margin-right: 5px;
	content: '';
	display: inline-block;
	width: 9px;
	height: 16px;
	background: url(../images/ico-arrow4.png) no-repeat;
	opacity: 0.6;
}

.nPage a:hover:before {
	background: url(../images/ico-arrow4h.png) no-repeat;
	opacity: 1;
}

.nPage a:hover:after {
	background: url(../images/ico-arrow3h.png) no-repeat;
	opacity: 1;
}

.nTitle-2 {
	font-weight: bold;
	font-size: 30px;
	color: #C00000;
	padding: 130px 0 40px 0;
	border-bottom: 4px solid #eaeaea;
}

.nTitle-3 {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	padding-bottom: 20px;
}

.ndesc-2 {
	padding: 20px 0;
	color: #666;
	font-size: 16px;
}

.ndesc-3 {
	color: #666;
	font-size: 16px;
}

.pb30 {
	padding-bottom: 30px;
}

.nDetail-desc {
	padding: 45px 0;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.nDetail-desc span {
	margin: 0 20px;
}

.nDetail-1 {
	padding-bottom: 50px;
	line-height: 36px;
	font-size: 18px;
	color: #666666;
}

a.b {
	border-bottom: 1px solid #000;
	font-size: 18px;
	color: #000;
	line-height: 32px;
}

a.b:hover {
	color: #C00000;
	border-bottom: 1px solid #C00000
}

.nContact-1 {
	width: 100%;

	margin-top: 150px;
	margin-bottom: 120px;
}

.nContact-1 .table {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.nContact-1 .cell {
	display: table-cell;
	width: 25%;
}

.nContact-1_1 .cell {
	display: table-cell;
	width: 50%;
}

.nContact-1 .cell .icon {
	width: 43px;
	height: 43px;
	margin-bottom: 20px;
}

.nContact-1 .cell .ico-add2 {
	background: url(../images/ico-add2.png) no-repeat left center;
}

.nContact-1 .cell .ico-mail2 {
	background: url(../images/ico-mail2.png) no-repeat left center;
}

.nContact-1 .cell .ico-message {
	background: url(../images/ico-message.png) no-repeat left center;
}

.nContact-1 .cell .ico-tel2 {
	background: url(../images/ico-tel2.png) no-repeat left center;
}

.nContact-1 .cell .ico-tel2 {
	background: url(../images/ico-message.png) no-repeat left center;
}

.nContact-1 .cell h5 {
	line-height: 14px;
	color: #b7b8be;
	font-weight: bold;
	text-transform: uppercase;
}

.nContact-1 .cell h3 {
	color: #1e1e1e;
	font-size: 18px;
	padding-top: 15px;
	line-height: 22px;
	padding: 20px 20px 20px 0px;
}

.nContact-1 .cell h4 {
	color: #1e1e1e;
	font-size: 25px;
	padding-top: 17px;
	line-height: 1;
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.nContact-1 .cell h4:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-top: 2px solid #cecfd0;
	margin-top: 12px;
}

.nAbout-3 {
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 312px;
	min-width: 1200px;
	margin: 0 auto;
}

.nAbout-3 .pic {
	width: 2000px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -1000px;
	z-index: 1;
}

.nAbout-3 .wrap2 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
	text-align: center;
	font-size: 0
}

.nAbout-3 .wrap2 .entry {
	display: inline-block;
	padding-left: 120px;
	min-width: 150px;
	padding-right: 50px;
	padding-top: 114px;
	text-align: left;
}

.nAbout-3 .wrap2 .entry .img {
	float: left;
	margin-left: -120px;
	background: #fff;
	width: 74px;
	height: 74px;
	padding: 6px;
}

.nAbout-3 .wrap2 .entry h3 {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.nAbout-3 .wrap2 .entry h5 {
	padding-top: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
}

.nServices-1 {
	padding: 110px 0;
	display: flex;
}

.nServices-1 .entry {
	flex: 1;
	text-align: center;
	padding-top: 55px;
	height: 204px;
	background: #f9f9f9;
}

.nServices-1 .entry .icon {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
}

.nServices-1 .entry h3 {
	font-size: 20px;
	color: #424f64;
	font-weight: bold;
	padding: 20px 0;
}

.nServices-1 .entry .ico-4 {
	background: url(../images/ico-4.png) no-repeat;
}

.nServices-1 .entry .ico-5 {
	background: url(../images/ico-5.png) no-repeat;
}

.nServices-1 .entry .ico-6 {
	background: url(../images/ico-6.png) no-repeat;
}

.nServices-1 .entry:hover {
	/*background: url(../images/pic5.jpg) no-repeat;*/
	/*background: #C00000;*/
}

/*.nServices-1 .entry:hover h3 {
	color: #fff;
}*/

/*.nServices-1 .entry:hover .ico-4 {
	background: url(../images/ico-4h.png) no-repeat;
}

.nServices-1 .entry:hover .ico-5 {
	background: url(../images/ico-5h.png) no-repeat;
}

.nServices-1 .entry:hover .ico-6 {
	background: url(../images/ico-6h.png) no-repeat;
}*/

.nServices-2 .entry {
	width: 450px;
	padding-top: 42px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
	height: 193px;
	float: left;
}

.nServices-2 .entry .icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.nServices-2 .entry:hover {
	/*background: url(../images/pic5.jpg) no-repeat;
	background-size: 100% 100%;*/
	/*background: #C00000;
	color: #fff;*/
}

.nServices-2 .entry:hover h3 {
	/*color: #fff;*/
}

.nServices-2 .entry .ico-20 {
	background: url(../images/ico-20.png);
}

.nServices-2 .entry:hover .ico-20 {
	/*background: url(../images/ico-20h.png);*/
}

.nServices-2 .entry .ico-21 {
	background: url(../images/ico-21.png);
}

.nServices-2 .entry:hover .ico-21 {
	/*background: url(../images/ico-21h.png);*/
}

.nServices-2 .entry .ico-22 {
	background: url(../images/ico-22.png);
}

.nServices-2 .entry:hover .ico-22 {
	/*background: url(../images/ico-22h.png);*/
}

.nServices-2 .entry .ico-23 {
	background: url(../images/ico-23.png);
}

.nServices-2 .entry:hover .ico-23 {
	/*background: url(../images/ico-23h.png);*/
}

.nServices-2 .entry .ico-24 {
	background: url(../images/ico-24.png);
}

.nServices-2 .entry:hover .ico-24 {
	/*background: url(../images/ico-24h.png);*/
}

.nServices-2 .entry .ico-25 {
	background: url(../images/ico-25.png);
}

.nServices-2 .entry:hover .ico-25 {
	/*background: url(../images/ico-25h.png);*/
}

.nServices-2 .entry .ico-26 {
	background: url(../images/ico-26.png);
}

.nServices-2 .entry:hover .ico-26 {
	/*background: url(../images/ico-26h.png);*/
}

.nServices-2 .entry .ico-27 {
	background: url(../images/ico-27.png);
}

.nServices-2 .entry:hover .ico-27 {
	/*background: url(../images/ico-27h.png);*/
}

.nServices-3 .entry {
	background: #f1f1f1;
	border-radius: 5px;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.nServices-3 .entry:hover {
	background: #e5e5e5;
}

.nServices-3 .entry.error {
	border: 1px solid rgba(255, 0, 0, .3);
}

.nServices-3 .entry.error .s2 {
	color: rgba(255, 0, 0, .3);
}

.nServices-3 .entry span {
	padding-left: 40px;
	width: 65px;
	font-size: 18px;
	color: #898989;
	line-height: 56px;
}

.nServices-3 .entry input {
	width: 100%;
	border: none;
	height: 56px;
	font-size: 18px;
	padding-left: 120px;
	box-sizing: border-box;
	color: #666;
}

.nServices-3 .btn {
	width: 100%;
	border-radius: 5px;
	line-height: 56px;
	border: none;
	height: 56px;
	text-align: center;
	background: #c00000;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}

.nServices-3 .btn:hover {
	background-image: -webkit-linear-gradient(left, #c00000, #b60000 10%, #c00000 20%, #b60000 30%, #c00000 40%, #b60000 50%, #c00000 60%, #b60000 70%, #c00000 80%, #b60000 90%, #c00000);
	background-size: 1000% 100%;
	-webkit-animation: masked-animation 40s linear infinite;
	animation: masked-animation 40s linear infinite
}

.hide {
	display: none;
}

.nServices-3 .btn:after {
	content: '';
	width: 14px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url(../images/ico-arrow2.png) no-repeat;
}

.nPenny-1 {
	border-top: 1px solid #d8d8d8;
}

.nPenny-1 .entry {
	padding: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #303030;
	padding-left: 45px;
	border-bottom: 1px solid #d8d8d8;
	position: relative;
}

.nPenny-1 .entry:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #303030;
	position: absolute;
	left: 27px;
	top: 22px;
}

.nDown-1 {
	padding-bottom: 0px;
}

.nDown-1 .entry {
	padding: 40px 20px;
	height: 150px;

	/*cursor: pointer;*/
}

.nDown-1 .entry:hover {
	/*background: url(../images/pic5.jpg) no-repeat;
	background-size: 100% 100%;*/
	/*background: #C00000;*/
}

.nDown-1 .entry .tit {
	height: 56px;
	line-height: 56px;
	border-radius: 56px;
	background: #f1f1f1;
	font-size: 20px;
	color: #303d52;
	font-weight: bold;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}



.nDown-1 .entry .tit:after {
	content: '';
	width: 15px;
	height: 15px;
	/*background: url(../images/ico-28.png) no-repeat;*/
	display: block;
	position: absolute;
	right: 58px;
	top: 20px;
}

.nDown-1 .entry .desc {
	height: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #666;
	padding-right: 80px;
	overflow: hidden;
	padding-left: 55px;
	padding-top: 10px;
	position: relative;
}

.nDown-1 .entry:hover .tit,
.nDown-1 .entry:hover .red {
	background: none;
	color: #fff;
}

.nDown-1 .entry:hover .tit {
	/*background: url(../images/pic5.jpg) no-repeat;
	background-size: 100% 100%;*/
	background: #C00000;
}


.nDown-1 .entry:hover .tit:after {
	/*background: url(../images/ico-29.png) no-repeat;*/
}

.nDown-1 .entry:hover .desc {
	/*color: #fff;*/
}

.nDown-1 .entry .items {
	padding: 20px;
}

.nDown-1 .entry .items .item {
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	float: left;
	width: 48%;
	margin: 1%;
	float: left;
	background: #f1f1f1;
	padding: 0 10px !important;
	/* padding-left: 10px; */
	box-sizing: border-box;
	padding-right: 15px;
	position: relative;
	border: 1px solid #f1f1f1;
}

.nDown-1 .entry .items .item:hover {
	border: 1px solid #C00000;
}

.nDown-1 .entry .items .item:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../images/ico-28.png) no-repeat;
	display: block;
	position: absolute;
	right: 15px;
	top: 8px;
}


.nServices-4 {
	margin-top: 60px;
	padding-bottom: 100px;
}

.nServices-4 .entry {
	/*padding-left: 120px;*/
	position: relative;
}

.nServices-4 .entry .s1 {
	/* width: 80px; */
	/* position: absolute; */
	/* left: 0; */
}

.nServices-4 .entry .s2 {
	width: 80px;
	position: absolute;
	right: 0;
	display: none;
	font-size: 16px
}

.nJoin-1 {
	padding: 100px 0 0 0;
}

.nJoin-1 .entry {
	width: 340px;
	float: left;
	padding-left: 200px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dfe0e3;
	margin-top: 60px;
	min-height: 130px;
}

.nJoin-1 .entry .office {
	float: left;
	margin-left: -200px;
	width: 180px;
}

.nJoin-1 .entry .office .tit {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.nJoin-1 .entry:hover .office .tit {
	color: #C00000;
}

.nJoin-1 .entry .office .desc {
	font-size: 16px;
	color: #747b8c;
	font-weight: normal;
	padding-top: 15px;
}

.nJoin-1 .entry .info {
	overflow: hidden;
	height: 100px;
	/*-webkit-transition: all 0.5s;
	transition: all 0.5s;*/
}

.nJoin-1 .entry .info.up {
	height: auto !important;
}

.nJoin-1 .entry .info h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5c6479;
	padding-bottom: 10px;
	line-height: 28px;
}

.nJoin-1 .entry .info .desc {
	font-size: 16px;
	line-height: 28px;
	color: #747b8c;
	padding-bottom: 15px;
}

.nJoin-1 .entry .btn {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: -7px;
}

.nJoin-1 .entry .btn:after,
.nJoin-1 .entry .btn:before {
	position: absolute;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 4px;
	/*background: url(../images/ico-30.png) no-repeat;*/
	background: #646a76;
	top: 50%;
	margin-top: -2px;
	display: block;
	content: '';
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.nJoin-1 .entry .btn:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.nJoin-1 .entry .btn.up:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nJoin-1 .entry {
	clear: left;
}

.nJoin-1 .entry:nth-child(2n) {
	float: right;
	clear: right;
}

.nJoin-1 .entry:hover .btn:after,
.nJoin-1 .entry:hover .btn:before {
	background: #C00000;
}

.logo3 {
	position: absolute;
	left: 50%;
	top: 130px;
	margin-left: -165px;
	width: 311px;
	height: 97px;
	background: url(../images/logo3.png) no-repeat;
}

.tc2 img {
	width: 1000px;
	margin: 0 auto;
}

.nLoginNav {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 100;
	margin-top: -96px;
}

.nLoginNav a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 96px;
	background: #C00;
}

.nLoginNav a.active {
	background: #fff;
	color: #C00000;
}

.nLogin-1 {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 80px 120px 0 120px;
	margin-bottom: 100px;
}

.nServices-5 .btn {
	margin: 0 auto;
	float: none;
}

.nServices-5 .btn:after {
	display: none;
}

.nServices-5 .entry .s3 {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	border-radius: 0 56px 56px 0;
	padding: 0;
	overflow: hidden;
	height: 56px;
}

.nServices-5 .entry .s3 img {
	height: 56px;
}

.nPartner-1 {
	padding-bottom: 40px;
}

.nPartner-1 .item .entry {
	opacity: 0.4;
	float: left;
	width: 240px;
	text-align: center;
	margin-right: 80px;
	margin-bottom: 80px;
}

.nPartner-1 .tc img {
	width: 100%;
}

.nPartner-1 .item .entry:nth-child(4n) {
	margin-right: 0;
}

.nPartner-1 .item .entry:hover {
	opacity: 0.7;
}

.nContact-2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.nContact-2 .img {
	text-align: center;
	position: relative;
}

.nContact-2 .img img {
	display: block;
	margin: 0 auto;
}

.nContact-2 .info {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	padding-top: 170px;
	top: 0;
}

.nContact-2 .left {
	float: left;
	width: 570px;
	text-align: left;
}

.nContact-2 .left h3 {
	font-size: 0;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.nContact-2 .left h3 p {
	font-size: 54px;
	color: #fff;
	padding-top: 15px;
}

.nContact-2 .left h3:after {
	position: absolute;
	width: 80px;
	height: 0;
	border-top: 1px solid #fff;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
}

.nContact-2 .left h4 {
	color: #fff;
	font-size: 18px;
	padding-top: 30px;
	line-height: 30px;
	display: none;
}

.tin {
	text-indent: 32px;
}

.nContact-2 .right {
	float: right;
	width: 560px;
}

.nContact-2 .info2 .entry .icon {
	width: 38px;
	height: 38px;
}

.nContact-2 .info2 .entry .ico-tel {
	background: url(../images/ico-tel.png) no-repeat left center;
}

.nContact-2 .info2 .entry .ico-mail {
	background: url(../images/ico-mail.png) no-repeat left center;
}

.nContact-2 .info2 .entry h4 {
	line-height: 16px;
	padding-top: 15px;
	font-size: 13px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.nContact-2 .info2 .entry h3 {
	color: #fff;
	font-size: 23px;
	padding-top: 17px;
	line-height: 1;
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.nContact-2 .info2 .entry h3 p {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
}

.nContact-2 .info2 .entry h3 p span {
	font-weight: normal;
	color: #fff;
}

.nContact-2 .info2 .entry h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 12px;
}

.nContact-2 .right .code .entry {
	display: inline-block;
	padding-left: 105px;
	width: 165px;
	padding-top: 50px;
	text-align: left;
	float: left;
}

.nContact-2 .right .code .entry:nth-child(2n) {
	float: right;
}

.nContact-2 .right .code .entry .img {
	float: left;
	margin-left: -179px;
	width: 74px;
	height: 74px;
}

.nContact-2 .right .code .entry h3 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.nContact-2 .right .code .entry h5 {
	padding-top: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	line-height: 12px;
	font-weight: 700;
}

.nFooter {
	background: #141f2e;
}

.nFooter .wrap2 {
	position: relative;
}

.nFooter .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 174px;
	height: 54px;
	background: url(../images/logo2.png) no-repeat;
}

.nFooter .item {
	min-width: 220px;
	float: left;
}

.nFooter .item1 {
	margin-left: 320px;
}

.nFooter .item .entry {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 40px;
	display: block;
	float: left;
	clear: left;
}

.nFooter .item .entry:hover {
	color: rgba(255, 255, 255, 1);
}

.nFooter .item h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

.nFooter .item .desc * {
	line-height: 28px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

.nFooter .item .desc .ico {
	margin-right: 8px;
}

.nFooter .item2 {
	float: right;
}

.nFooter .video {
	display: none;
}

.nFooter .item2 h3 {
	display: none;
}

.nFooter .copy {
	background: #101824;
}

.nFooter .copy .wrap2 {
	line-height: 48px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.ind-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	/*padding-top: 49px;*/
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.ind-header.header_white {
	background: rgba(0, 0, 0, 0.3);
}

.ind-header .wrap {
	width: 83%;
}

#menu {
	position: fixed;
	top: 50%;
	margin-top: -120px;
	right: 80px;
	width: 20px;
	height: 200px;
	z-index: 7;
	font-size: 14px;
}


/* line 500, ../sass/index.scss */

#menu li {
	display: block;
	color: #000;
	margin-bottom: 30px;
	position: relative;
}


/* line 506, ../sass/index.scss */

#menu li a {
	text-decoration: none;
	color: #000;
}


/* line 510, ../sass/index.scss */

#menu li a {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 22px;
	text-align: center;
	/*opacity: 0;*/
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}

#menu li a:hover {
	color: rgba(255, 255, 255, 0.7);
}


/* line 522, ../sass/index.scss */

.anrcricle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	display: block;
	width: 22px;
	height: 22px;
	/*border: 1px solid #090919;*/
	background: #C00000;
	border-radius: 50%;
	cursor: pointer;
	pointer-events: none;
	transition: all 0.1s;
	opacity: 0;
	z-index: 1;
}

#menu li.active .anr {
	opacity: 1;
	color: rgba(255, 255, 255, 1);
}

#menu li.active .anrcricle {
	opacity: 1;
}

#menu.menu_white li .anr {
	color: #ffffff;
}

#menu.menu_white li .anrcricle {
	border-color: #ffffff;
}

.section_type1 {
	background: url(../images/page2.jpg) no-repeat center;
	background-size: cover;
}


/*
.ind-header.header_white .logo {
	background: url(../images/logo4.png) no-repeat;
}

.ind-header.header_white .menu a {
	color: #333;
}

.ind-header.header_white .menu a:hover {
	color: #fff;
}*/

#menu.menu_white li .anr {
	color: #333;
}

#menu.menu_white li.active .anr {
	color: #fff;
}

.section .info {
	/*max-width: 1600px;
	min-width: 1200px;*/
	margin: 0 auto;
	/*padding-bottom: 500;*/
	position: relative;
	padding-left: 10%;
	padding-right: 10%;
}

.section_type0 .info {
	top: -7%;
}

.section .info h3.title {
	/*padding-top: 50px;*/
	position: relative;
	font-size: 60px;
	font-weight: bold;
	color: #C00000;
	padding-bottom: 30px;
	line-height: 1.1;
}

.section .info h3.title:after {
	content: '';
	width: 80px;
	height: 0;
	border-top: 1px solid #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 1;
}

.section_type1 .item {
	width: 100%;
}

.section_type1 .item .entry {
	float: left;
	width: 340px;
	margin-right: 5%;
}

.section_type1 .item .entry:last-child {
	margin-right: 0;
}

.section_type1 .item .entry .tit {
	font-size: 20px;
	color: #333333;
	line-height: 1;
	padding-bottom: 25px;
	padding-top: 35px;
	font-weight: bold;
}

.section_type1 .item .entry .desc {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 50px;
	text-align: justify;
	text-justify: inter-ideograph;
	height: 150px;
}

.section_type1 .item .entry:hover .tit {
	color: #c00000;
}

.section .btn {
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #C00000;
	border: 1px solid #c00000;
	border-radius: 40px;
	display: inline-block;
}

.section .btn:after {
	content: '';
	width: 21px;
	height: 5px;
	background: url(../images/ico-arrow8.png) no-repeat;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}


#section6 .btn:hover:after {
	background: url(../images/ico-arrow9.png) no-repeat;
}

.section .btn:hover {
	border: 1px solid #fff;
	color: #fff;
}



.section .btn:hover:after {
	background: url(../images/ico-arrow8.png) no-repeat;
}

.section_type2 {
	background: url(../images/page3.jpg) no-repeat center;
	background-size: cover;
}

.section_type2 .info h3.title {
	color: #fff;
}

.section_type3 .info h3.title {
	color: #fff;
}

.section_type2 .info h3.title:after {
	border-top: 1px solid #fff;
}

.section_type2 .title-desc {
	width: 50%;
}

.section .title-desc {
	/*width: 440px;*/
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.section .slide:nth-child(2) .title-desc {
	width: 690px;
}


.section .title-desc p {
	color: #fff;
	padding-top: 10px;
}

.section_type0 .info h3.title {
	color: #fff;
	padding-left: 75px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.fp-slidesNav ul li {
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.section_type0 .info h3.title:after {
	border-top: 1px solid #fff;
	left: 0;
	bottom: auto;
	top: 76px;
	width: 55px;
	display: none;
}

.section_type0 .title-desc {
	font-size: 22px;
	padding-left: 75px;
	padding-top: 0;
	line-height: 40px;
}

.section_type2 .btn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
}



.section_type2 .btn:after {
	background: url(../images/ico-arrow8.png) no-repeat;
}

.section_type2 .item {
	padding-top: 40px;
	position: relative;
	height: 130px;
	display: none;
}

.section_type2 .item:after {
	position: absolute;
	content: '';
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	left: 120px;
	top: 54px;
	height: 78px;
	display: block;
}

.section_type2 .item .entry {
	text-align: left;
	min-width: 140px;
	float: left;
	opacity: 0.5;
	position: relative;
}

.section_type2 .item .entry:hover {
	opacity: 1;
}

.section_type2 .item .entry span {
	font-size: 34px;
	color: #fff;
	line-height: 1;
	font-family: arial;
}

.section_type2 .item .entry h4 {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	padding: 14px 0;
}

.section_type2 .item .entry:after {
	content: '';
	display: block;
	width: 21px;
	height: 5px;
	background: url(../images/ico-arrow8.png) no-repeat;
	position: absolute;
	left: 0;
	top: 88px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.section_type2 .item .entry:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 90px;
	margin-top: -20px;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.section_type2 .item .entry:hover:after {
	top: 101px;
	left: 11px;
}

.section_type2 .item .entry:hover:before {
	top: 103px;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.section_type3 {
	background: url(../images/page4.jpg) no-repeat center;
	background-size: cover;
}

.section_type3 .btn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
}

.section_type3 .btn:after {
	background: url(../images/ico-arrow8.png) no-repeat;
}

.section_type3 .title-desc {
	color: #ffffff;
	width: 50%;
	text-shadow: none;
}

.section_type4 .title-desc {}

.section_type4 .title-desc div {
	padding-bottom: 10px;
	color: #fff;
}

.layui-layer-content {
	color: #fff;
	font-size: 24px;
}

.ind-down {
	float: right;
	width: 425px;
	margin-right: 180px;
	padding-top: 50px;
	position: relative;
	z-index: 10;
	display: none;
}

.ind-down .entry {
	margin-bottom: 15px;
	display: block;
	/*cursor: pointer;*/
}

.ind-down .entry .tit {
	padding: 0 35px;
	position: relative;
	background: #f1f1f1;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-radius: 42px;
}

.ind-down .entry .tit:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/ico-33.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 12px;
}

.ind-down .entry .desc {
	padding: 10px 35px;
	font-size: 15px;
	line-height: 24px;
	color: #666;
}

.ind-down .entry:hover .tit:after {
	background: url(../images/ico-33h.png) no-repeat;
}

.ind-down .entry:hover .tit {
	color: #C00000;
}

.section_type4 {
	background: url(../images/page5.jpg) no-repeat center;
	background-size: cover;
}

.section_type4 .info {
	padding-left: 50%;
}

.section_type4 .info h3.title {
	color: #fff;
}

.section_type4 .info h3.title:after {
	border-top: 1px solid #fff;
}

.section_type4 .btn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
}

.section_type4 .btn:after {
	background: url(../images/ico-arrow8.png) no-repeat;
}

.section_type5 .info {
	padding-bottom: 90px;
}


/*.section_type5 .info .left {
	float: left;
	width: 450px;
	text-align: left;
}

.section_type5 .info .left h3 {
	color: #C00000;
}

.section_type5 .info .left h3:after {
	border-top: 1px solid #C00000;
}

.section_type5 .info .left .title-desc {
	color: #333;
	display: none;
}*/

.section_type5 .right {
	padding-top: 50px;
	/*float: right;
	width: 560px;*/
}

.section_type5 .info2 .entry {
	margin-left: 70px;
	float: left;
	position: relative;
	height: 230px;
	padding-left: 10px;
	width: 20%;
}

.section_type5 .info2 .entry:after {
	position: absolute;
	width: 0;
	border-right: 1px solid rgba(192, 0, 0, .2);
	left: -30px;
	height: 240px;
	top: 0;
	content: '';
	display: block;
}

.section_type5 .info2 .entry:first-child {
	margin-left: 0;
	padding-left: 0;
	width: 20%;
}

.section_type5 .info2 .entry:first-child:after {
	display: none;
}

.section_type5 .info2 .entry:last-child {
	/*display: none;*/
	width: 40%;
}

.section_type5 .info2 .entry .tel {
	font-size: 28px
}

.section_type5 .info2 .entry .add {
	font-size: 18px;
	line-height: 24px;
}

.section_type5 .info2 .entry sup {
	color: #C00000;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.section_type5 .info2 .entry .icon {
	width: 40px;
	height: 40px;
}

.section_type5 .info2 .entry .ico-tel {
	background: url(../images/ico-tel.png) no-repeat left center;
}

.section_type5 .info2 .entry .ico-mail {
	background: url(../images/ico-mail.png) no-repeat left center;
}

.section_type5 .info2 .entry .ico-tel2 {
	background: url(../images/ico-tel2.png) no-repeat left center;
}

.section_type5 .info2 .entry .ico-message {
	background: url(../images/ico-message.png) no-repeat left center;
}

.section_type5 .info2 .entry .ico-34 {
	background: url(../images/ico-34.png) no-repeat left center;
}

.section_type5 .info2 .entry .ico-code {
	background: url(../images/ico-code.png) no-repeat left center;
}

.section_type5 .info2 .entry h4 {
	line-height: 16px;
	padding-top: 15px;
	font-size: 13px;
	color: #b7b7b7;
	text-align: left;
	text-transform: uppercase;
}

.section_type5 .info2 .entry h3 {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
}

.section_type5 .info2 .entry h3 div {
	padding-top: 10px;
	color: #666;
}

.section_type5 .info2 .entry h3 span {
	color: #8d8d8d;
	font-weight: normal;
}

.section_type5 .info2 .entry h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 12px;
}

.section_type5 .right .entry .code {
	display: inline-block;
	padding-left: 85px;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}

.section_type5 .right .entry .code .img {
	float: left;
	margin-left: -85px;
	width: 74px;
	height: 74px;
	opacity: 0.6;
}

.section_type5 .right .entry .code h6 {
	color: #989898;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.section_type5 .right .entry .code h5 {
	padding-top: 5px;
	text-transform: uppercase;
	color: #b7b7b7;
	font-size: 13px;
	line-height: 12px;
	font-weight: 700;
}

.ind-footer {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
}

.ind-footer .img {
	/* position: absolute; */
	width: 100%;
	text-align: center;
	/* left: 50%; */
	/* margin-left: -1000px; */
	/* z-index: 1; */
	/* top: -100px;
}

.ind-footer .img img {
	display: block;
	margin: 0 auto;
}

.ind-footer .wrap2 {
	position: relative;
	z-index: 10;
	display: table;
	height: 300px;
	display: none;
}

.ind-footer .wrap2 .item {
	display: table-row;
}

.ind-footer .wrap2 .entry {
	color: #fff;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
	display: table-cell;
	vertical-align: bottom;
	text-transform: uppercase;
}

.ind-footer .wrap2 .entry:first-child {
	width: 41%;
}

.ind-footer .wrap2 .entry p {
	color: rgba(255, 255, 255, 0.6);
	font-weight: bold;
}

.ind-footer .wrap2 .entry:last-child {
	text-align: right;
}

@media screen and (min-width: 1600px) {
	.section_type5 .right {
		/*width: 840px;*/
}

.section_type5 .info2 .entry:last-child {
	display: block;
}
}

.nServices-3 .entry span.Validform_checktip {
	position: absolute;
	top: 0%;
	right: 20px;
	font-size: 14px;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 58px;
}

.nServices-3 .entry span.Validform_checktip.Validform_wrong {
	color: #C00000;
	width: 100%;
}


.nServices-3 .entry span.Validform_checktip.Validform_right {
	display: none;
}

.poster-main {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.poster-main a,
.poster-main img {
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main img {}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
	filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url(../images/left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url(../images/right.png) no-repeat center center;
}

.poster-item-title {
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	display: block;
}

.fixNavBtn {
	display: none;
}

.pb50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 1400px) {

	header .logo,
	.ind-header .logo {
		margin-left: 20px;
	}
}

.nServices-3 .btn2:after {
	display: none;
}


.menu li:last-child {
	/*display: none;*/
}

.fixNavBtn {
	width: 60px;
	float: right;
}

.fixNavBtn .bar {
	display: block;
	width: 40px;
	height: 4px;
	background: #fff;
	left: 15px;
	top: 10px;
	margin: 0 auto;
	margin-top: 7px;
}

.fixNavBtn .bar:nth-child(1) {
	top: 30px;
}

.fixNavBtn .bar:nth-child(2) {
	top: 50px;
}

.add .fixNavBtn span {
	background: #707070;
}

.menuclose.header {
	z-index: 1000;
}

.menuclose.header.add .logo {
	width: 129px;
	height: 40px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.menuclose .fixNavBtn span {
	background: #fff;
}

.menuclose .fixNavBtn span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 35px 2px;
	transform-origin: 35px 2px;
}

.menuclose .fixNavBtn span:nth-child(2) {
	-webkit-transition: opacity .25s .1s;
	-moz-transition: opacity .25s .1s;
	-ms-transition: opacity .25s .1s;
	-o-transition: opacity .25s .1s;
	transition: opacity .25s .1s;
	opacity: 0;
}

.menuclose .fixNavBtn span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 35px 2px;
	transform-origin: 35px 2px;
	background: #ffffff;
}

.menuclose.header,
.ind-header.menuclose {
	background: none;
	box-shadow: none;
	z-index: 1000;
}

.fixNav {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 200;
	box-sizing: border-box;
	padding-top: 100px;
}

.fixNav .item {
	display: block;
	margin-right: 70px;
	margin-left: 150px;
	text-align: right;
	font-size: 24px;
	color: #fff;
	line-height: 80px;
	margin-bottom: 20px;
}

.fixNav .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
}

.fixNav .bottom .entry:first-child:after {
	position: absolute;
	top: 25px;
	bottom: 25px;
	width: 1px;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	content: '';
	right: 0;
}

.fixNav .bottom .entry {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	color: #fff;
	float: left;
	line-height: 100px;
	font-size: 34px;
	box-sizing: border-box;
}

.fixNav .bottom .u {
	text-align: left;
	padding-left: 50px;
}

.fixNav .bottom .btn-logout {
	text-align: right;
	padding-right: 50px;
}

.yfq0619 {
	padding: 40px 0;
	font-family: " ";
}

.yfq0619 .title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #c00000;
	padding: 120px 0 80px;
	line-height: 1;
}


.yfq0619 .subtitle {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #C00000;
	line-height: 46px;
	padding-left: 36px;
	margin-top: 20px;

}

.mt20 {
	margin-top: 20px;
}

.yfq0619 .list1 .fl {
	padding-top: 20px;
}

.yfq0619 .list1 .subEntry {
	background: url(../images/pic13.png) no-repeat left;
	position: relative;
	width: 500px;
	padding-left: 36px;
	height: 58px;
	line-height: 26px;
	padding-top: 2px;
	margin-right: -100px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;

}

.yfq0619 .list1 .subEntry:after {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	background: #C00000;
	display: block;
	left: 15px;
	top: 11px;
}

.yfq0619 .list2 .entry {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	padding: 5px 0;
	padding-left: 35px;
	margin-top: 5px;
	padding-right: 20px;
}

.yfq0619 .list2 .entry:after {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	background: #C00000;
	display: block;
	left: 15px;

	top: 11px;
}

.yfq0619 .list2 .subEntry div {
	line-height: 26px;
	padding: 5px 0;
	border-bottom: 1px solid #d8d8d8;
	padding-left: 50px;
	font-size: 14px;
	color: #666666;
	position: relative;
}

.yfq0619 .list2 .subEntry div:after {
	position: absolute;
	left: 30px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #303d52;
	display: block;
	content: ' ';
	top: 23px;

}

.yfq0619_1 .list2 .subEntry div:last-child {
	border-bottom: none;
}

.yfq0619_1 .list2 .subEntry div.s2 {
	border-bottom: 1px solid #d8d8d8 !important;
}

.yfq0619 .list2 .subEntry div.s {
	padding-left: 90px;
}

.yfq0619 .list2 .subEntry div.s:after {
	background: none;
	background: url(../images/ico-17.png) no-repeat;
	width: 7px;
	height: 6px;
	left: 70px;
}

.yfq0619 .text1 h3 {
	font-size: 18px;
	color: #000000;
	padding: 20px 0 10px;
	font-weight: bold;
}

.yfq0619 .text1 h4 {
	font-size: 16px;
	font-weight: bold;
	color: #C00000;
	padding: 0 0 10px;
}

.yfq0619 .div1 {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	padding-bottom: 30px;
}

.yfq0619 .text2 .img {
	width: 192px;
	float: left;
	height: 280px;
}

.yfq0619 .text2 .img img {
	display: block;
	border: 2px solid #C00000;
	border-right: 0;
	height: auto
}

.yfq0619 .text2 .img:last-child img {
	border-right: 2px solid #C00000;
}

.yfq0619 .text2 .img p {
	padding: 20px 0;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
}

.yfq0619 .div3 {
	border-top: 1px solid #d8d8d8;
	margin-top: 20px;
	padding-bottom: 20px;
}

.yfq0619 .div3 dl {
	padding: 15px 0;
	padding-left: 20px;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
}

.yfq0619 .div3 dl dt {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #C00000;
	line-height: 25px;
}

.yfq0619 .div3 dl dt:after {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #C00000;
	content: '';
	display: block;
	left: -19px;
	top: 10px;
}

.yfq0619 .div3 dl dl {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}

.yfq0619 .div4 h3 {
	font-size: 18px;
	color: #000000;
	padding: 20px 0 10px;
	font-weight: bold;
	padding-left: 22px;
	position: relative;

}

.yfq0619 .div4 h3:after {
	content: '';
	width: 9px;
	height: 9px;
	background: #C00000;
	display: block;
	position: absolute;
	left: 0;
	top: 27px;
}

.yfq0619 .div4 .div1 {
	padding-left: 22px;
}

.yfq0619 .div5 div h2 {
	font-size: 16px;
	color: #000;
	line-height: 25px;
}

.yfq0619 .div5 div p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

.yfq0619 .div5 .red {
	color: #ab211f;
}

.yfq0619 .div5 div {
	padding-top: 30px;
	height: 80px;
	padding-left: 130px;
	float: left;
}

.yfq0619 .div5 div.step1 {
	background: url(../images/pic21.png) no-repeat center left;
	width: 340px;
}

.yfq0619 .div5 div.step2 {
	background: url(../images/pic22.png) no-repeat center left;
	width: 250px;
}

.yfq0619 .div5 div.step3 {
	background: url(../images/pic23.png) no-repeat center left;
	width: 210px;
}

.yfq0619 .div6 {
	margin-top: 35px;
	margin-bottom: 140px;
}

.yfq0619 .div6 .left {
	width: 500px;
	background: #c00000;
	float: left;
	position: relative;
	z-index: 2;
	padding-left: 25px;
	padding-top: 40px;
	padding-right: 25px;
	height: 320px;
}

.yfq0619 .div6 img {
	display: inline-block;
}

.yfq0619 .div6 .left h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	line-height: 1;
	border-bottom: 1px solid #d56969;
	margin-bottom: 25px;
}

.yfq0619 .div6 .left p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 15px;
}


.pro900 .titbox {
	position: relative;
	background: url(../images/pic27.png) repeat-x top;
	padding-left: 70px;
	padding-top: 90px;
	padding-right: 100px;
	width: 370px;
	min-height: 446px;
	margin-bottom: 50px;
	float: left;
	background-size: 1px 100%;
}

.pro900 .titbox3 {
	width: 290px;
	padding-left: 50px;
}

.pro900 .titbox4 {
	width: 470px;
	padding-left: 120px;
	padding-right: 140px;
	min-height: 400px;
	background: url(../images/pic27.png) repeat-x top;
	background-size: 1px 100%;
}

.pro900 .titbox5 {
	width: 500px;
	padding-right: 50px;
	float: right;
}

.pro900 .titbox2 {
	margin-bottom: 0;
	min-height: 346px;
	background: url(../images/pic27.png) repeat-x top;
	background-size: 1px 100%;
}

.pro900 {
	padding: 60px 0;
}

.pro900 .titbox:after {
	position: absolute;
	left: 100%;
	top: 90px;
	width: 28px;
	height: 47px;
	background: url(../images/pic26.png) no-repeat;
	content: '';
	display: block;
}

.pro900 .titbox5:after {
	position: absolute;
	left: -28px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);

}

.pro900 .titbox .title {
	white-space: nowrap;
	font-size: 48px;
	color: #c00000;
	line-height: 1.2;
	padding-bottom: 40px;
	font-weight: bold;
}

.pro900 .n900 {
	float: right;
	position: relative;
	width: 630px;
}

.pro900 .n900_5 {
	float: right;
	position: relative;
	width: 375px;
}

.pro900 .n900 .title {
	position: absolute;
	left: 70px;
	top: 10px;
	font-size: 18px;
	color: #000000;
}

.pro900 .titbox .desc {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: justify;
}

.pro900 .titbox .desc p {
	color: #909090;
	padding-top: 35px;
}

.pro_900_imgs {
	float: right;
	width: 615px;
	padding-top: 35px;
}

.pro_900_imgs .entry {
	float: left;
	margin-right: 10px;
	text-align: center;
}

.pro_900_imgs .entry .img {
	border: 1px solid #d5d5d5;
	width: 195px;
	height: 190px;
}

.pro_900_imgs .entry .img img {
	display: block;
	width: 195px;
	height: 190px;
}

.pro_900_imgs .entry p {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	padding-top: 10px;
}

.pro_900_imgs .entry:last-child {
	margin-right: 0;
}

.prohr {
	width: 100%;
	height: 70px;
	background: #f1f1f1;
}


.pro900 .yfq0619 .list2 {
	padding-bottom: 0;
}

.pro900 .yfq0619 .list2 .entry {
	margin-top: 20px;
}

.pro900 .yfq0619 .list2 .entry2 {
	margin-top: 0;
}

.n200_table {
	float: right;
	width: 715px;
	padding-top: 45px;
	position: relative;
}

.n200_table .title {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 18px;
	color: #000000;
}

.n200_table table,
.n200_table table td,
.n200_table table th {
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.n200_table table td {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.2;
	background: #fff;
}

.n200_table table tr:nth-child(2n +1) td {
	background: #e7e7e7;
}

.n200_table table th {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
	background: #c00000;
	font-size: 14px;
	color: #fff;
}

.n200_a,
.n200_a:hover {
	border-bottom: 1px solid #646464;
	font-size: 16px;
	color: #000000;
	margin-top: 50px;
	display: inline-block;
}

.n200_a:hover {
	color: #c00;
}

.nice_1 .title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #c00000;
	padding-top: 50px;
	padding-bottom: 20px;
}

.nice_1 .desc {
	text-align: center;
	width: 610px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.w45 .ndesc-3 {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.nice_2 {
	padding-top: 50px;
	padding-bottom: 150px;
}

.nice_2 .w45.fl {
	border-right: 1px solid #bababa;
	width: 590px;
	padding-right: 50px;
}

.nice_2 .w45.fr {
	width: 515px;
}



.nContact-1 .cell .ico-code {
	background: url(../images/ico-code.png) no-repeat left center;
}

.nContact-1 .cell .entry .img {
	background: #fff;
	width: 74px;
	height: 74px;
	padding: 6px;
}

.nContact-1 .cell .entry .code {
	display: inline-block;
	width: 48%;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
}

.nContact-1 .cell .entry .code h6 {
	color: #989898;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}


@media screen and (max-width: 760px) {
	.moblie {
		display: none;
	}

	.w50,
	.w40,
	.w45 {
		width: auto;
	}

	.tctc {
		text-align: center !important
	}

	.ndesc-2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	header .logo,
	.ind-header .logo {
		margin-left: 0px;
	}

	.fp-slide {
		position: relative;
	}

	.fp-tableCell {
		position: relative;
		z-index: 2;
	}

	.fp-slide:after,
	.section_type2:after,
	.section_type4:after {}

	.section .fp-slidesNav ul li span {
		font-size: 24px;
	}

	.section .info h3.title {
		font-size: 50px;
	}

	.section_type0 .title-desc,
	.section_type0 .info h3.title {
		padding-left: 0;
	}

	.section .title-desc,
	.section .slide:nth-child(2) .title-desc {
		width: 560px;
		font-size: 30px;
		line-height: 50px;
	}

	.yfq0619 .list2 .entry {
		font-size: 20px;
	}

	.section_type5 .info .left h3 {
		margin-bottom: 50px;
	}

	.fixNavBtn {
		display: block;
	}

	.poster-main {
		width: 100%;
		box-sizing: border-box;
		padding-right: 30px;
		padding-left: 30px;
	}

	.poster-main .poster-list {
		width: 100%;
		height: auto;
	}

	.poster-main .poster-list .poster-item {
		width: 100%;
		height: auto;
		position: relative;
		left: auto;
		top: auto;
		padding-bottom: 30px;
	}

	.poster-btn {
		display: none;
	}

	/** {
		-webkit-transition: all .3s;
		transition: all .3s;
	}*/
	.nPro3 .item div.img {
		width: 100%;
	}

	.nPro3 .item .img:after {
		right: 0;
		width: 100%;
	}

	.nPro3 .item3 .img img {
		display: block;
		margin: 0 auto;
	}

	.nPro3 .item:nth-child(2n) .img:after {
		left: 0;
	}

	.header.add {
		background: #fff;
		padding: 20px 0;
	}

	.header.add .wrap,
	.header .wrap {
		width: 90%;
	}

	.header.add .logo {
		width: 129px;
		height: 40px;
		background: url(../images/logo4.png) no-repeat;
		background-size: 100% 100%;
	}

	.header .h-nav {
		display: none;
	}

	.header {
		padding: 20px 0;
		/*display: none;*/
	}

	.nbanner .info {
		width: 100%;
		left: 0;
		margin-left: 0;
		text-align: center;
		top: 100px;
	}

	.nbanner .img img {
		width: auto;
		height: 300px;
	}

	.wrap,
	.wrap2 {
		width: 100%;
		min-width: auto;
		max-width: none;
	}

	.nTitle-1 {
		font-size: 36px
	}

	.ndesc-1 {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 24px;
		line-height: 42px;
		/*padding-left: 20px;
		padding-right: 20px;
		font-size: 32px;
		line-height: 48px;*/
	}

	hr.hr {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.nSubnav .wrap {
		display: block;
		max-width: none;
		overflow-x: scroll;
		white-space: nowrap;
		font-size: 0
	}

	.nSubnav .wrap a {
		width: 33.33vw;
		display: inline-block;
	}

	.nMain-1,
	.nMain-1.nMain-1-2 {
		padding-left: 50px;
		padding-right: 20px;
		padding-top: 50px;
	}

	.tc img {
		margin: 0 auto;
		width: 95%;
	}

	.nMain-1-title {
		margin-left: -30px;
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 30px;
		font-size: 36px;
	}

	.pro-n22-overview .item .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.pro-n22-overview .item .entry dd {
		font-size: 24px;
		line-height: 40px;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.pro-n22-detail .item .tit {
		font-size: 26px;
		line-height: 40px;
	}

	.pro-n22-detail .item .entry dt,
	.pro-n22-detail .item .entry dd {
		font-size: 24px;
		line-height: 40px;
	}

	.pro-n22-detail .item .entry dt:after,
	.pro-n22-detail .item .entry dd:after {
		top: 30px;
	}

	.pro-n22-overview .item .entry dd:after {
		top: 38px;
	}

	.nPartner-1 .item {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}

	.nPartner-1 .item .entry {
		float: none;
		margin: 0;
	}

	.nContact-2 .left {
		float: none;
		width: 100%;
		padding-left: 30px;
		padding-top: 50px;
	}

	.nContact-2 .info {
		margin: 0;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0;
	}

	.nContact-2>.img img {
		height: 700px;
	}

	.nContact-2 .right {
		float: none;
		width: 85%;
		padding: 20px 30px;
		margin-top: 50px;
		box-sizing: border-box;
	}

	.nContact-2 .right .code .entry:nth-child(2n) {
		padding-right: 30px;
	}

	.nFooter {
		padding: 0;
	}

	.nFooter>.wrap2 {
		display: none;
	}

	.nFooter .copy {
		margin: 0;
	}

	.pro-n22-info {
		padding-left: 30px;
		padding-right: 30px;
	}

	.nMain-1 .tc>img {
		width: 100%;
	}

	.nPro3 .item .img {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}

	.nPro3 .item .img:after {
		width: 100%;
	}

	.nPro3 .item .info {
		float: none;
		margin: 0 auto;
		width: 80%;
	}

	.nPro3 .item .info .tit {
		padding-top: 50px;
	}

	.nPro3 .item:nth-child(2n) .img img {
		margin-top: 0;
	}

	.nPro3 .item:nth-child(2n) .img {
		float: none;
		margin-right: 0;
		padding-left: 80px;
	}

	.nPro3 .item:nth-child(2n) .info {
		float: none;
	}

	.nPro3 .item .img img {
		width: 80%;
	}

	.nPro3-1 {
		min-width: auto;
	}

	.nPro3-1 h2,
	.nPro3-1 h3 {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		margin-top: -30px;
	}

	.nPartner-1 {
		padding-bottom: 100px;
	}

	.nLoginNav {
		width: 100%;
		margin: 0;
	}

	.nLogin-1 {
		width: 100%;
		margin-bottom: 0;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}

	.nServices-3 .entry input {
		width: 100%;
	}

	.nAbout-1 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.nAbout-2 {
		padding-top: 50px;
	}

	.nAbout-2 .img {
		min-width: auto;
		width: 80%;
		margin: 0 auto;
		float: none;
		display: block;
	}

	.nNews-1 .item {
		padding-top: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.nTitle-2 {
		padding-top: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.nDetail-1 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.nDetail-1 img {
		width: 100% !important;
		max-width: 100vw !important;
	}

	.nContact-1 {
		padding: 50px 30px;
		display: block;
		margin: 0;
		box-sizing: border-box;
	}

	.nContact-1 .cell {
		width: 50%;
		float: left;
		display: block;
		padding-bottom: 50px;
		height: 120px;
	}

	.nAbout-3 {
		min-width: auto;
	}

	.nAbout-3 .wrap2 {
		margin: 0;
		left: 0;
		text-align: center;
	}

	.nAbout-3 .wrap2 .entry {
		width: 200px;
	}

	.nServices-1 {
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.nServices-1 .entry {
		padding-left: 20px;
		padding-right: 20px;
	}

	.nServices-2 .entry {
		width: 300px;
	}

	.nDown-1 .entry {
		width: 100%;
		box-sizing: border-box;
		height: auto;
	}

	.nServices-4 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.nServices-3 .btn {
		float: none;
		margin: 0 auto;
		display: block;
	}

	.nJoin-1 {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
	}

	.nJoin-1 .entry {
		clear: none;
		width: 100%;
		box-sizing: border-box;
	}

	.section_type0 .fp-slidesNav {
		width: 80%;
		left: 10%;
		margin-left: 0;
	}

	/*.fp-slidesNav,*/
	.fp-controlArrow,
	.h-nav {
		display: none;
	}

	.section .info {
		max-width: none;
		min-width: auto;
	}

	.section_type1 .item .entry {
		width: 480px;
		padding-bottom: 20px;
	}

	.section_type1 .item .entry .desc {
		margin-bottom: 30px;
		height: auto;
	}

	.fp-tableCell,
	.fp-section {
		height: 100vh;
	}

	.section_type5 {
		position: relative;
	}

	.ind-down {
		display: none;
	}

	.section_type4 .info {
		padding-left: 0;
		margin-left: auto;
	}

	.section_type5 .right {
		/*float: left;*/
	}

	.ind-footer {
		display: none;
	}

	.section_type1 .item .entry .tit {
		font-size: 30px;
	}

	.section_type1 .item .entry .desc {
		font-size: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section_type5 .info2 .entry h4 {
		font-size: 24px;
	}

	/*.section_type5 .info2 .entry:last-child{display: block;}*/
	.section_type5 .info2 .entry:after {
		display: none;
	}

	.section_type5 .info2 .entry {
		clear: left;
		margin-left: 0;
		padding-left: 0;
		width: 100% !important;
		height: auto;
		margin-bottom: 30px;
	}

	.section_type5 .info2 .entry h3 {
		height: auto;
		width: 100%;
		display: block;
	}

	.section_type5 .info2 .entry h3.add {
		font-size: 24px;
		line-height: 50px;
		padding-right: 30px;
		box-sizing: border-box;
	}

	.section_type5 .info2 .entry .icon,
	.section_type5 .info2 .entry h4 {
		display: inline-block;
		vertical-align: middle;
		padding-top: 0;
	}

	.section_type5 .info {
		padding-bottom: 0;
	}

	.section_type5 .info2 .entry h3.tel {
		font-size: 45px;
		line-height: 50px;
	}

	.section_type5 .right .entry .code {
		width: 90%;
	}

	.section_type5 .right .entry .code h6 {
		font-size: 24px;
		line-height: 35px;
		padding-top: 35px;
	}

	.section_type5 .right .entry .code .img {
		width: 150px;
		height: 150px;
		margin-right: 20px;
	}

	.yfq0619 .list2 .entry:after {
		top: 20px;
	}

	.yfq0619 .list2 .entry {
		font-size: 24px;
		line-height: 42px;
	}
}


@media screen and (max-width: 760px) {
	#menu {
		right: 10px;
	}

	.n200_table {
		width: 80%;
		margin: 0 auto;
		float: none;
	}

	.pro_900_imgs {
		float: none;
		margin: 0 auto;
	}

	.pro900 .n900_5 {
		margin: 0 auto;
		float: none;
	}

	.pro900 .fl {
		float: none;
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.nice_2 .w45.fl {
		border: none;
		width: 80%;
		float: none;
		margin: 0 auto;
		padding: 0;
		display: block;
	}

	.nice_2 .w45.fr {
		border: none;
		width: 80%;
		float: none;
		margin: 0 auto;
		padding: 0;
		display: block;
	}

	.pro900 .titbox {
		padding-left: 50px;
		padding-right: 50px;
		margin: 0 auto;
		float: none;
		width: 80%;
		box-sizing: border-box;
		padding-bottom: 50px;
	}

	.pro900 .n900 {
		float: none;
		margin: 0 auto;
	}

	.pro900 .titbox:after {
		display: none;
	}

	.yfq0619 .list1 .fl {
		margin-left: 50px;
	}

	.yfq0619 .list1 img {
		width: 90%;
		float: none;
		display: block;
		margin: 0 auto;
	}

	.yfq0619 .text1 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.yfq0619 .text2 {
		padding-left: 75px;
		padding-right: 35px;
	}

	.yfq0619 .text2 .img:nth-child(3) img {
		border-right: 2px solid #c00000;
	}

	.yfq0619 .div3 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.yfq0619 .div4 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.yfq0619 .div5 div {
		width: 250px !important;
		margin: 0 auto;
		float: none;
		display: block;
		margin-bottom: 20px;
	}

	.yfq0619 .div6 .left {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
	}

	.yfq0619 .div6 img {}

	.yfq0619 .list2 .entry {
		font-size: 24px;
		line-height: 42px;
	}

	.section .title-desc,
	.section .slide:nth-child(2) .title-desc {
		width: 100%;
		font-size: 26px;
		line-height: 35px;
	}

	.section_type4 .info {
		padding-left: 5%;
		padding-right: 5%;
	}

	.yfq0619 .list2 .entry:after {
		top: 15px;
	}

	.section .info {
		padding-left: 5%;
		padding-right: 5%;
	}

	.wrap2 .wrap2 .clearfix .fi {
		width: 100%;
	}

	.wrap2 .wrap2 .clearfix img {
		width: 100%;
	}
}

@media screen and (max-height: 1100px) {
	.section_type2 .title-desc {
		width: 100%;
	}

	.section_type3 .title-desc {
		width: 100%;
	}

	.section_type4 .info {
		padding-left: 10%;
	}
}

.div6 ul {
	width: 50%;
	float: left;
	color: #fff;
}

.div6 ul li {
	margin: 15px;
	font-size: 14px;
	list-style-type: disc;
}

.common-hd-drop-down {
	display: none;
	position: absolute;
	border: 1px solid #28b4c3;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 5px 2px rgba(40, 180, 195, .2);
}

.common-hd-drop-down a {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #666;
	text-indent: 0;
	float: left;
	font-size: 14px;
	padding: 0 3px 0 3px;
}

.common-hd-drop-down a:hover {
	background-image: unset;
	color: #0066CC;
}

#common-hd-nav {
	padding-right: 0px;
}

#common-hd-nav span {
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.menu_lang a {
	display: contents;
	display: ruby-text-container;
}

.wrapper {
	width: 300px;
	height: 300px;
	-webkit-transition: background .3s;
	transition: background .3s
}

.palette {
	width: 300px;
	height: 400px;
	position: absolute;
}

.palette span {
	display: block;
	margin: 0px;
	padding: 15px;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
}

.palette .palette_item_wrapper {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.palette.palette__opened .palette_item_wrapper {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}


.palette.palette__opened .palette_color {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.palette.palette__opened .palette_color:nth-child(1) {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
}

.palette.palette__opened .palette_color:nth-child(1) span {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-moz-transform: rotate(-90deg);
	/* Firefox */
	-webkit-transform: rotate(-90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-90deg);
	/* Opera */
}

.palette.palette__opened .palette_color:nth-child(2) {
	transform: rotate(162deg);
	-ms-transform: rotate(162deg);
	/* IE 9 */
	-moz-transform: rotate(162deg);
	/* Firefox */
	-webkit-transform: rotate(162deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(162deg);
	/* Opera */
}

.palette.palette__opened .palette_color:nth-child(2) span {
	-moz-transform: rotate(-162deg);
	-webkit-transform: rotate(-162deg);
}

.palette.palette__opened .palette_color:nth-child(3) {
	transform: rotate(234deg);
	-ms-transform: rotate(234deg);
	/* IE 9 */
	-moz-transform: rotate(234deg);
	/* Firefox */
	-webkit-transform: rotate(234deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(234deg);
	/* Opera */
}

.palette.palette__opened .palette_color:nth-child(3) span {
	-moz-transform: rotate(-234deg);
	-webkit-transform: rotate(-234deg);
}


.palette.palette__opened .palette_color:nth-child(4) {
	transform: rotate(306deg);
	-ms-transform: rotate(306deg);
	/* IE 9 */
	-moz-transform: rotate(306deg);
	/* Firefox */
	-webkit-transform: rotate(306deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(306deg);
	/* Opera */
}

.palette.palette__opened .palette_color:nth-child(4) span {
	-moz-transform: rotate(-306deg);
	-webkit-transform: rotate(-306deg);
}


.palette.palette__opened .palette_color:nth-child(5) {
	transform: rotate(378deg);
	-ms-transform: rotate(378deg);
	/* IE 9 */
	-moz-transform: rotate(378deg);
	/* Firefox */
	-webkit-transform: rotate(378deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(378deg);
	/* Opera */
}

.palette.palette__opened .palette_color:nth-child(5) span {
	-moz-transform: rotate(-378deg);
	-webkit-transform: rotate(-378deg);
}

.palette .palette_color,
.palette .palette_color__main {
	position: absolute;
	border-radius: 100%;
	cursor: pointer;
	border-style: solid;
	border-color: #fff;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .6);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .6)
}

.palette .palette_color__main {
	background-color: #C00000;
	width: 120px;
	height: 120px;
	-webkit-transition: background .3s;
	transition: background .3s;
	border-width: 6px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;

}

.palette .palette_color__main span {
	font-size: 25px;
}

.palette .palette_color {
	width: 80px;
	height: 80px;
	display: block;
	-webkit-transform-origin: 200% 50%;
	transform-origin: 200% 50%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	border-width: 3px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	left: -20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: rgba(0, 0, 0, 0.1);
}

.wrapper .div6 ul li {
	margin: 5px;
	font-size: 16px;
	padding: 0;
}

.wrapper .yfq0619 .div6 .left {
	background: #c00000;
	float: left;
	padding: 40px 50px;
	height: unset;
}

.wrapper .yfq0619 .div6 .left h3 {
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 10px;
}

.wrapper .yfq0619 .div6 .left p {
	font-size: 18px;
}

/* application 定位背景图字样式 */
.relative-positioned {
	position: relative;
	z-index: 1;
}

.no-mb {
	margin-bottom: 0 !important;
	padding: 60px 0;
}

.bg-fixed {
	background-attachment: fixed !important;
}

.color-white {
	color: #fff !important;
}

.text-center {
	text-align: center !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

*,
::after,
::before {
	box-sizing: border-box;
}

.dark-mask {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.color-white * {
	color: #fff !important;
}

.text-uppercase {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.text-uppercase {
	font-size: 1.5rem;
	text-transform: uppercase !important;
}

p.lead {
	margin: 30px;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.color-white * {
	color: #fff !important;
}

.text-center {
	text-align: center !important;
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0;
}

.btn-template-outlined-white {
	background: none;
	border: 1px solid #fff !important;
	color: #fff;
	border-radius: 0 !important;
	text-decoration: none;
}

@media screen and (max-width: 760px) {
	.section_type3 .wrapper {
		float: unset;
	}

	.section_type3 .tu {
		padding-left: 20%;
	}
}

/* campus 样式 */

.wrap2 img {
/* 	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px; */
}

.campus_table {
	padding-top: 30px;
}

.campus_table td {
	height: 75px;
	text-align: center;
	font-size: 16px;
	border-top: 1px solid #d8d8d8;
	padding-left: 10px;
	padding-right: 10px;
}

.campus_table td:nth-child(1) {
	background: #f1f1f1;
}

.campus_table td:nth-child(2) {
	background: #fff;
}

.campus_table td:nth-child(3) {
	background: #f1f1f1;
}

.campus_table td:nth-child(4) {
	background: #fff;
}

.campus_table td:nth-child(5) {
	background: #f1f1f1;
}



.campus_table thead {
	color: #FFFFFF;
}

.campus_table thead td {
	font-size: 20px;
}

.campus_table thead td:nth-child(1) {
	background: #C00000;
}

.campus_table thead td:nth-child(2) {
	background: #666666;
}

.campus_table thead td:nth-child(3) {
	background: #C00000;
}

.campus_table thead td:nth-child(4) {
	background: #666666;
}

.campus_table thead td:nth-child(5) {
	background: #C00000;
}

.contact .title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #c00000;
	padding: 30px 0 30px;
	line-height: 1;
}

.contact div {
	text-align: center;
}

.contact div span {
	font-size: 18px;
	color: #000000;
	padding: 20px 20px 10px;
	font-weight: bold;
}

@media screen and (max-width: 760px) {
	.yfq0619 .text1 h3 {
		font-size: 24px;
	}

	.contact div span {
		display: block;
		font-size: 24px;
	}

	.campus_table td {
		height: 100px;
		font-size: 20px;
	}
}


/* developboard */
.board {
	position: relative;
	overflow: hidden;
}

.board .item {
	width: 44%;
	float: left;
}

.wrap2 .desc {
	color: #fff;
	;
	font-size: 16px;
	line-height: 30px;
}

.board .img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wrap2 .wd li {
	list-style-type: inherit;
}

.wrap2 ul li {
	margin: 15px;
	list-style-type: disc;
}

.board ul .sli {
	padding-left: 50px;
}

.board ul .sli li {
	list-style-type: circle;
}

.wrap2 .jtype {
	padding-top: 30px;
}

.wrap2 .item {
	padding: 3%;

}

.wrap2 .jtype .img {
	width: 48%;
	float: right;
}

hr.hr {
	margin: 25px 0;
}

.wrap2 .jtype .img img {
	height: auto;
}

.wrap2 .jtype .info {
	display: block;
	float: left;
	padding: 0px;
	padding-left: 4%;
	width: 48%;
}

.wrap2 .nTitle-1 {
	font-weight: bold;
	font-size: 32px;
	color: #C00000;
	padding: 0;
	margin-top: 30px;
	height: 60px;
}


.wrap2 .infos {
	width: 100%;
	float: left;
	background: linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
	padding-top: 50px;
	padding-bottom: 50px;

}

.wrap2 .btn {
	width: auto;
	/* height: 30px; */
	text-align: center;
	/* line-height: 30px; */
	font-size: 18px;
	border-radius: 40px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding:5px 10px !important;
	/* padding-left: 10px;
	padding-right: 10px; */
}


.wrap2 .btn:hover {
	color: #FFFFFF;
	border: 1px solid #c00000;

}

.wrap2 .btn:hover:after {
	background: url(images/ico-arrow9.png) no-repeat;
}

.wrap2 .jtype .title-desc {
	font-weight: 700;
	font-size: 18px;
	line-height: 45px;
	color: #000000;
	padding: 0px;
}

.wrap2 .jtype .info li i {
	color: #ffc107;
}

@media screen and (max-width: 760px) {
	.wrap2 .jtype .img {
		width: 100%;
	}

	.wrap2 .jtype .info {
		width: 100%;
	}

	.wrap2 .item {
		width: 100%;
		padding: unset;
	}

	.wrap2 .desc,
	.wrap2 .jtype li,
	.wrap2 .board li {
		width: 95%;
		font-size: 24px;
		line-height: 45px;
	}

	.wrap2 .jtype,
	.wrap2 .board {
		font-size: 20px;
		padding: 5%;
	}

	.wrap2 .jtype .wd li {
		width: auto;
	}

	.wrap2 .jtype .title-desc {
		font-size: 24px;
	}
}



/* download */
.docs .wd {
	margin-left: 40px;
}

.docs .wd li a {
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	box-sizing: border-box;
	padding-right: 30px;
	position: relative;
	color: #0000CC;
	font-size: 18px;
}

.docs .wd li a:hover {
	color: #C00000;
}

.nDown-1 .entry {
	padding: 40px 20px;
	width: 46%;
	float: left;
}

.nDown-1 .bit .items .item {
	width: 100%;
}

.nDown-2 .entry {
	padding: 40px 20px;
}

hr .hr {
	margin-top: 0px;
	margin-bottom: 20px;
}

.downlist {
	padding: 3% 0 0 0;
}

.downlist .yfq0619 a {
	color: #0000CC;
	font-weight: 500;
	text-decoration: underline;
}

.downlist .yfq0619 .docs {
	padding-bottom: 25px;
}

.downlist ul li {
	font-size: 18px;
	color: #303d52;
	list-style-type: disc;
}

.fb {
	font-weight: 700;
}

.yfq0619 .list2 .entry {
	font-size: 20px;
	color: #303d52;
}

.downlist .yfq0619 img {
	padding-bottom: 40px;
	width: 100%;
}

.downlist .labsl {
	display: block;
	float: left;
}

.downlist .labsr {
	float: right;
	display: block;
	width: 40%;
}

.pt50 {
	padding-top: 50px;
}

.tc {
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	height: auto;
}

@media screen and (max-width: 760px) {
	.docs .wd li {
		width: 100%;
		margin: 2% 0;
	}

	.downlist .labsl {
		width: 100%;
	}

	.downlist .labsr {
		width: 100%;
	}
}


.freebtn{width: 100%;height: 50px;line-height: 50px; background: #C00000;font-size: 16px;color: #FFFFFF;text-align: center;border: none;border-radius: 5px;}


/* lxwm */
.wrap2 .table {
	padding-left: 25px;
	padding-right: 25px;
}

.wrap2 .message {
	width: 60%;
	float: left;
}

.wrap2 .nContact-1 {
	width: 40%;
	float: right;
	display: inline;
}

.nContact-1 .cell {
	display: table-cell;
	width: 100%;
	float: left;
}

.nServices-3 .entry input {
	padding-left: 150px;
}

.nServices-3 .entry span.rstar {
	width: 40px;
	text-align: center;
	color: red;
	padding-left: 120px;
	position: absolute;
	left: 0;
}

.nServices-3 .entry .messagetype {
	display: block;
	width: 50%;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.nServices-3 .entry .messagetype input {
	padding-left: 0px;
	height: 15px;
	width: 40px;
}

.wrap2 .message .cell h3 {
	color: #1e1e1e;
	font-size: 18px;
	padding-top: 15px;
	line-height: 32px;
	text-align: center;
}


@media screen and (max-width: 760px) {
	.wrap2 .message {
		width: 100%;
	}

	.wrap2 .nContact-1 {
		width: 100%;
	}

	.nContact-1 .cell {
		clear: left;
		margin-left: 0;
		padding-left: 0;
		width: 100% !important;
		height: auto;
		margin-bottom: 30px;
	}
}


.wapper{width: 1465px;margin: 0 auto;}

.qingfudong{ margin:0; padding:0; font-size:0; clear:both; }

.list{padding: 3% 0;}
.list .leftlist{width: 20%;float: left;background: #343131;}
.list .rightlist{width: 76%;float: right;}

.left_ss{padding: 5%;}
.left_ss .text3{width: 81%;height: 30px;border-radius: 30px 0 0 30px;float: left;background: #FFFFFF;font-size: 14px;color: #999;padding-left: 5%;}
.left_ss .btn3{width: 19%;height: 30px;border-radius: 0 30px 30px 0;float: left;background: #FFFFFF;}

.left_a{}
.left_a .left_anr{}

.left_a .left_anr .menu-list{}
.left_a .left_anr .menu-list ul{ list-style: none; padding:0; margin:0 auto; }
.left_a .left_anr .menu-list ul li{ text-align:left; color: #616c82; }
.left_a .left_anr .menu-list ul li a img{max-width: 100%;vertical-align: middle;}
.left_a .left_anr .menu-list ul li.first-menu{ overflow: hidden; background: #343131 url(../images/ejbp1.png) no-repeat top 13px  right 10px;border-bottom: 1px solid #000;background-size: 15px;}
.left_a .left_anr .menu-list ul li.first-menu.active{background: #343131 url(../images/ejbp2.png) no-repeat top 13px  right 10px;background-size: 15px;}
.left_a .left_anr .menu-list ul li:HOVER a{ color: #fff; }
.left_a .left_anr .menu-list ul li a{ display:block;line-height: 40px; color: #5f78a2; text-decoration:none; }
.left_a .left_anr .menu-list ul li.first-menu a{ padding-left: 20px; font-size: 14px;color: #fff;}
.left_a .left_anr .menu-list ul li.first-menu.active a{ color: #fff; vertical-align: middle;border-bottom: 1px solid #ccc; }
.left_a .left_anr .menu-list ul li.first-menu.active ul li.second-menu.current a{ background-color: #666; font-size: 14px; }
.left_a .left_anr .menu-list ul li.first-menu ul{ display:none; }
.left_a .left_anr .menu-list ul li.first-menu ul li.second-menu{background:url(../images/ejbp4.png) #666666 no-repeat top 13px right 10px ;border-bottom: 1px solid #DDDDDD;}
.left_a .left_anr .menu-list ul li.first-menu ul li.second-menu:last-child{border-bottom: none;}
.left_a .left_anr .menu-list ul li.first-menu ul li.second-menu.active{}
.left_a .left_anr .menu-list ul li.first-menu ul li.second-menu.active a{background:url(../images/ejbp3.png) no-repeat top 13px right 10px;}
.left_a .left_anr .menu-list ul li.first-menu ul li.second-menu a{ padding: 0 0 0 50px; font-size:14px; color: #fff; border-bottom: none;}

.left_a .left_anr .menu-list ul li.first-menu .second-menu .third-menu{display: none;}
.left_a .left_anr .menu-list ul li.first-menu .second-menu .third-menu a{padding-left: 70px;background: none !important;}
.left_a .left_anr .menu-list ul li.first-menu .second-menu .third-menu:hover {background: #FFFFFF;}
.left_a .left_anr .menu-list ul li.first-menu .second-menu .third-menu:hover a{color: #333;}

.left_sxp{text-align: right;margin-top: 5%;padding: 0 5%;}
.left_sxp a{font-size: 14px;color: #FFFFFF;line-height: 2em;padding: 0 0 0 3%;}

.weizhi{border-bottom: 1px solid #ddd;}
.weizhi a{font-size: 14px;color: #333333;line-height: 3em;}
.weizhi span{font-size: 14px;color: #333333;line-height: 3em;padding: 0 2px;}


.inside1{padding: 20px 0;}
.inside1 .inside1nr{}
.inside1 .inside1nr p{font-size: 14px;color: #333333;line-height: 1.5em;tab-size: initial;}
.inside1 .inside1nr img{max-width: 100%;}


@media screen and (max-width: 760px) {
	
	.wapper{width: 94%;}
	
	.list .leftlist{width: 100%;}
	.list .rightlist{width: 100%;margin-top: 30px;}
}