header {
	width: 100%;
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
	z-index: 20;
}
header .fl {
	padding-top: 10px;
}
header .fl h1 {
	display: inline-block;
	vertical-align: middle;
	padding-left: 50px;
	margin-right: 99px;
}
header .fr dl,
header .fr dl dd,
header .fr p,
header .fl ul li,
header .fl ul {
	display: inline-block;
	vertical-align: middle
}
header .fl li {
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.swiper-slide img {
	max-width: 100%;
}
.gr-links a {
	display: inline-block;
	margin-left: 10px;
}
header .fr dl dd {
	position: relative;
}
header .fr dl dd img {
	transition: all 0.3s
}
header .fr dl dd .td {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,100%);
	padding: 5px;
	border: #fff;
	display: none
}
header .fr dl dd: hover > img {
	transform: translateY(5px);
}
header .fr dl dd: hover .td {
	display: block
}
header .fr dl dd: hover .td img {
	transform: translateY(0px);
	opacity: 1;
}
header .fr dl dd .td img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	transform: translateY(15px);
	display: block;
	opacity: 0;
	transition: all 0.5s;
}
header .fl li > a {
	display: inline-block;
	padding: 2px 25px 4px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
header .fl li > a: : before {
	content: '';
	width: 0;
	height: 100%;
	display: block;
	background: #2c99fe;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	border-bottom: 2px solid #f1861a;
	transition: all 0.5s;
	opacity: 0;
}
header .fl li > a {
	color: #666
}
header .fl li: hover > a: : before {
	width: 100%;
	opacity: 1;
}
header .fl li: hover > a {
	color: #fff;
}
header .fl li.on > a: : before {
	width: 100%;
	opacity: 1;
}
header .fl li.on > a {
	color: #fff
}
header .fr p {
	font-size: 16px;
	color: #666;
	margin-right: 30px;
}
.hid {
	width: 100%;
	height: 87px;
}
header .fr p span {
	display: inline-block;
	font-size: 18px;
	color: #2c99fe;
	font-weight: bold;
}
header .fr dl dd {
	width: 87px;
	height: 87px;
	text-align: center;
	border-left: 1px solid #cccccc;
	padding-top: 25px;
	cursor: pointer;
}
.index-banr .swiper-pagination-bullet {
	background: #fff;
}
.index-banr .swiper-pagination-bullet-active {
	background: #f1861a
}
.index-set1 {
	width: 100%;
	padding: 20px 0;
}
.index-set1 .left {
	width: 100%;
	position: relative;
}
.index-set1 .left img {
	max-width: 100%;
}
.index-set1 .rigth {
	width: 100%;
	/* padding-top: 72px;*/
	
}
.index-set1 .rigth h6 {
	font-size: 1.5rem;
	font-weight: bold;
}
.index-set1 .rigth h5 {
	font-size: 1.2rem;
	color: #2c99fe;
	font-weight: bold;
}
.index-set1 .rigth .cont {
	width: 100%;
	padding: 0.8rem 0 1.2rem;
	font-size: 0.96rem;
	color: #666;
	line-height: 2;
	text-indent: 2em;
}
.index-set1 .rigth a {
	font-size: 1.1rem;
	color: #666;
	display: block;
	margin: 0 auto;
	text-align: center
}
.index-set1 .rigth a: : after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #2c99fe;
	transition: all 0.5s;
}
.index-set1 .rigth a: hover {
	color: #2c99fe
}
.index-set1 .rigth a: hover: : after {
	width: 100%;
}
.index-set1 .rigth ul {
	margin-top: 1.2rem;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	padding: 1.2rem 0 1.8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap
}
.index-set1 .rigth li {
	width: 33.333%;
}
.index-set1 .rigth li: nth-of-type(2) {
	padding: 0 0.5rem;
	/* margin: 0 50px;*/
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.index-set1 .rigth li span {
	font-size: 2rem;
	color: #f1861a;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.index-set1 .rigth li span: : before {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: '';
	background: #f5f5f5;
	position: absolute;
	right: -7px;
	top: -1px;
	z-index: -1;
}
.index-set1 .rigth li p {
	font-size: 0.76rem;
	color: #666
}
.index-set1-nav a i {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url('../images/index-wx-ico.png') no-repeat;
	background-position: center -24px;
	transition: all 0.5s;
}
.index-set1-nav a: hover {
	color: #fff
}
.index-set1-nav a: hover i {
	background-position: center -0px;
}
.index-set1-nav a {
	position: relative;
	z-index: 1;
}
.index-set1-nav a: : before {
	width: 0;
	opacity: 0;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	border-bottom: 2px solid #f1861a;
	background: #2c99fe;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.5s;
}
.index-set1-nav a: hover: : before {
	width: 100%;
	opacity: 1;
}
.index-set2 {
	background: #ededed;
	padding: 1rem 0;
}
.index-set2 .left {
	width: 100%;
	background: #2c99fe;
	padding: 36px 33px;
}
.index-set2 .left h3 {
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.index-set2 .left h6 {
	font-size: 18px;
	color: #2c99fe;
}
.index-set2 .left i {
	width: 21px;
	height: 116px;
	display: block;
	background: url('../images/index-set2-bj.png') no-repeat center;
	margin: 36px 0 96px;
	display: none;
}
.index-set2 .left .cond span {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 20px;
	color: #fff;
}
.index-set2 .left a {
	display: block;
	width: 120px;
	line-height: 2.87rem;
	text-align: center;
	color: #fff;
	background: #f1861a;
	margin: 0 auto;
}
.index-set2 .pro-zy {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
}
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-right: before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2c99fe;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right: hover, .hvr-bounce-to-right: focus, .hvr-bounce-to-right: active {
	color: #fff;
}
.hvr-bounce-to-right: hover: before, .hvr-bounce-to-right: focus: before, .hvr-bounce-to-right: active: before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow: before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow: hover, .hvr-float-shadow: focus, .hvr-float-shadow: active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.hvr-float-shadow: hover: before, .hvr-float-shadow: focus: before, .hvr-float-shadow: active: before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.index-set2 .rigth {
	width: 100%;
}
.index-set2 .rigth li {
	}
.case-ddd .index-set2 .rigth {
	width: 100%;
}
.case-ddd .index-set2 .rigth li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 0.85rem;
}
.case-ddd .index-set2 .rigth li: nth-of-type(2n) {
	margin-right: 0;
}
.index-set2 .rigth li a {
	display: block;
	background: #fff;
	text-align: center;
	padding-bottom: 0.6rem;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	transition: all 0.5s }
.index-set2 .rigth li a: : before {
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #2c99fe;
	content: '';
	opacity: 0;
	transition: all 0.5s }
.index-set2 .rigth li a: hover {
	transform: translateY(-5px) }
.index-set2 .rigth li a: hover: : before {
	width: 100%;
	opacity: 1;
}
.index-set2 .rigth .imgd {
	width: 100%;
	height: 11rem;
	position: relative;
}
.index-set2 .rigth .imgd img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 95%;
	max-height: 95%;
}
.index-set2 .rigth li h6 {
	font-size: 1rem;
	color: #333333;
	margin-top: 0.4rem;
}
.index-set2 .rigth li i {
	width: 44px;
	height: 1px;
	background: #b2b2b2;
	display: block;
	margin: 17px auto;
}
.index-set2 .rigth li p {
	width: 80%;
	margin: 0 auto;
	color: #666;
}
.index-set2-ves .swiper-pagination-bullet-active {
	background: #f1861a }
.index-set3 {
	width: 100%;
	padding: 0.5rem 0 1rem;
}
.index-set3-title {
	text-align: center;
	padding: 0 0 1rem;
}
.index-set3-title h3 {
	font-size: 2rem;
	color: #2c99fe;
	font-weight: bold;
}
.index-set3-title p {
	font-size: 0.8rem;
	width: 75%;
	margin: 0 auto;
	color: #666;
}
.index-set4 .index-set3-nav {
	display: block;
}
.index-set4 .index-set3-nav a {
	width: auto;
	display: inline-block;
	padding: 0 10px;
}
.index-set3-nav {
	text-align: center;
}
.index-set3-nav li {
	width: 100%;
	display: inline-block;
}
.index-set3-nav li a {
	line-height: 36px;
	font-size: 1rem;
	position: relative;
	z-index: 1;
}
.index-set3-nav a: : before {
	width: 0;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #2c99fe;
	z-index: -1;
	border-bottom: 2px solid #f1861a;
	transition: all 0.5s;
	opacity: 0;
}
.index-set3-nav a.on: : before {
	width: 100%;
	opacity: 1;
}
.index-set3-nav a.on {
	color: #fff;
}
.index-set3-page {
	width: 100%;
}
.index-set3-page .index-set3-d .fl {
	width: 66.16%;
}
.index-set3-page .index-set3-d .fr {
	width: 32.8%;
}
.index-set3-page .imgd {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.index-set3-page .imgd: : before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,1));
	opacity: 1;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}
.index-set3-page .imgd: hover img {
	transform: scale(1.1) }
.index-set3-page .imgd img {
	width: 100%;
	height: auto;
	transition: all 0.5s }
.index-set3-page .imgd p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px;
	color: #fff;
	font-size: 1rem;
	z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	background-color: #2c99fe;
}
.index-set3-d .fr .imgd: first-of-type {
	margin-bottom: 12px;
}
.index-set3-t {

}
.index-set3-t li {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 12px;
}
.index-set3-t li: nth-of-type(2n) {
	margin-right: 0;
}
.index-more {
	width: 180px;
	text-align: center;
	font-size: 1.1rem;
	background: #2c99fe;
	display: block;
	margin: 0 auto;
	line-height: 3.2rem;
	color: #fff !important;
	border-bottom: 2px solid #f1861a;
	margin-top: 1.6rem;
}
.product .index-set4 {
	padding-top: 2.2rem;
}
.index-set4 {
	width: 100%;
	background: url('../images/index-set4-bj.jpg') no-repeat center top;
	padding: 2.5rem 0;
	background-size: 100% 100% }
.index-set4 .fl {
	width: 254px;
	background: #fff }
.index-set4 .fr {
	width: 100%;
}
.index-set4 .fr li {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 10px;
}
.index-set4 .fr li .imgd {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.gcal-set1 .index-set3-t li {
	margin-bottom: 15px;
}
.index-set4 .fr li .imgd img {
	max-width: 100%;
}
.index-set4 .fr li p {
	background: #d9d9d9;
	color: #666666;
	text-align: center;
	padding: 12px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 40px;
}
.index-set4 .fr li p: : before {
	content: '';
	width: 100%;
	height: 100%;
	background: #2c99fe;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform: translateY(-100%);
	transition: all 0.3s;
	opacity: 0;
}
.index-set4 .fr li: hover p: : before {
	transform: translateY(0%);
	opacity: 1;
}
.index-set4 .fr li: hover p {
	color: #fff }
.index-set4 .fr li: nth-of-type(2n) {
	margin-right: 0;
}
.index-set4 .fl .tit {
	background: #2c99fe;
	padding: 30px 20px 35px;
	border-bottom: 1px solid #e5e5e5 }
.index-set4 .fl .tit h6 {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	border-left: 2px solid #ca6c0d;
	padding-left: 10px;
	margin-bottom: 10px;
}
.index-set4 .fl .tit p {
	color: #ced8e9;
}
.index-set4-nav li {
	padding: 11px 50px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.contact-m-rightd {
	padding-top: 1.2rem;
	/* padding: 65px 0;*/
	
}
.index-set4-nav li: : before {
	width: 0;
	height: 100%;
	content: '';
	background: #2c99fe;
	position: absolute;
	left: 0;
	top: 0;
	border-left: 3px solid #f08519;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s }
.index-set4-nav li: hover {
	color: #fff }
.index-set4-nav li: hover a {
	color: #fff
}
.index-set4-nav li: hover: : before {
	width: 100%;
	opacity: 1;
}
.index-set4-nav li.on {
	color: #fff
}
.index-set4-nav li.on a {
	color: #fff
}
.index-set4-nav li.on: : before {
	width: 99%;
	opacity: 1;
}
.more-ic {
	padding: 36px 50px;
}
.more-ic a {
	color: #2c99fe;
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
.more-ic a: hover {
	border-bottom: 1px solid #2c99fe;
}
.index-set5 {
	padding: 2rem 0;
}
.index-set5-cont {
	width: 100%;
	/* padding-bottom: 40px;*/
	
}
.index-set5-cont li {
	width: 100%;
	/* float: left;
	margin-right: 2%;*/
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid #c7c7c7
}
.index-set5-cont li: nth-of-type(2n) {
	margin-right: 0;
}
.index-set5-cont {
	padding-top: 1rem;
}
.index-set5-cont li .timer {
	display: inline-block;
	vertical-align: middle;
	width: 6.42rem;
	text-align: center;
	background: #ececec;
	padding: 1rem 0;
}
.index-set5-cont li .txt {
	width: 15.71rem;
	display: inline-block;
	vertical-align: middle;
	padding-left: 1rem;
}
.index-set5-cont li .timer span {
	font-size: 2.28rem;
	color: #666666;
	line-height: 1.2;
}
.index-set5-cont li .timer p {
	font-size: 14px;
	color: #666666
}
.index-set5-cont li .txt h6 {
	font-size: 1.15rem;
	color: #333;
	margin-bottom: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-set5-cont li .txt p {
	font-size: 1rem;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index-set5-cont li: hover {
	border-color: #2c99fe
}
.index-set5-cont li: hover .timer {
	background: #2c99fe
}
.index-set5-cont li: hover .timer span {
	color: #fff;
}
.index-set5-cont li: hover .timer p {
	color: #fff;
}
.index-set6-cont {
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	padding: 1.5rem 0 0.6rem;
	position: relative;
}
.index-set6-ves {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 3rem;
}
.index-set6-ves li {
	border: 1px solid #bfbfbf
}
.index-set6 {
	padding-bottom: 2.428rem;
}
.index-set6-cont i {
	width: 15px;
	height: 27px;
	background: url('../images/index-set3-id.png') no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: pointer;
	opacity: 0.5;
}
.index-set6-cont i: hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.index-set6-cont .next {
	left: 50px;
}
.index-set6-cont .prve {
	right: 50px;
	transform: rotate(180deg)
}
footer {
	background: #f2f2f2;
	padding: 50px 0;
}
.foot-nav dl {
	float: left;
	margin-right: 90px;
}
.foot-nav .pod {
	float: left;
	width: 226px;
	margin-left: 50px;
}
.foot-nav .pod h6 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot-nav .pod h5 {
	font-size: 24px;
	color: #f08519;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 18px;
}
.foot-nav .pod .dta p {
	font-size: 14px;
}
.foot-nav dl dt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.foot-nav dl dt: : after {
	width: 30px;
	display: block;
	height: 2px;
	background: #2c99fe;
	content: '';
	margin: 15px 0;
}
.foot-nav dl dd {
	font-size: 15px;
	margin-bottom: 6px;
}
.foo-wx {
	text-align: center;
}
.foo-wx p {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}
.footer-top {
	background: #cccccc;
	color: #666;
	padding: 12px 0;
}
.footer-top a {
	color: #666;
}
.footer-top a: hover {
	color: #333
}
.nav_right {
	width: 100%;
	height: 3.571rem;
	background-color: #EEEEEE;
	line-height: 3.571rem;
	text-align: right;
}
.nav_right a {
	margin-left: 3px;
	margin-right: 3px;
}
.nav_right img {
	position: relative;
	top: -2px;
}
.nav_left {
	float: left;
	width: 100%;
	overflow-x: auto;
}
.nav_left ul {
	display: flex;
	width: 70rem;
}
.nav_left ul li {
	cursor: pointer;
	padding: 0 6px;
}
.nav_left ul li a {
	font-size: 16px;
	color: #454545;
	display: block;
	white-space: nowrap
}
.nav_left ul .active {
	background-color: #2c99fe;
}
.nav_left ul li: hover {
	/*background-color: #1C95D4*/
	
}
.nav_left ul li: hover a {
	color: #2c99fe;
}
.nav_left ul .active a {
	color: #fff !important
}
.application {
	padding-top: 1.5rem;
	overflow: hidden;
}
.application-titles {
	text-align: center;
}
.application-titles h6 {
	font-size: 28px;
	color: #333333;
}
.application-titles p {
	font-size: 18px;
	color: #787878;
	font-family: "Futura Bk BT";
}
.navdt {
	width: 100%;
	background: #fff;
	margin-bottom: 1rem;
}
.navdt h6 {
	line-height: 3.4rem;
	font-size: 1.1rem;
	padding: 0 2rem;
	background-image: url('../images/jt.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 1.6rem 1.6rem;
}
.navdt ul li {
	border-top: 1px solid #ddd;
}
.navdt ul li.on a {
	background: #2c99fe;
	color: #fff
}
.navdt ul a {
	display: block;
	padding: 0 2rem;
	line-height: 3.4rem;
	font-size: 1.1rem;
}
.navdt ul {
	display: none
}
.application_con ul img {
	max-width: 100%;
	/* margin-left: -13px;
	margin-right: -13px;*/
	
}
.application_con ul li {
	/* float: left;*/
	width: 100%;
	/* padding-left: 13px;
	padding-right: 13px;*/
	margin-bottom: 2rem;
}
.application-tit span {
	font-size: 1.4285rem;
	color: #333333;
}
.application-tit font {
	font-size: 14px;
	color: #999999;
	margin-left: 15px;
}
.application-intro {
	font-size: 1rem;
	line-height: 1.71428rem;
	color: #666666;
	margin-top: 5px;
	/* min-height: 53px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.application_con {
	overflow: hidden;
	margin-top: 1.7142rem;
	padding-bottom: 50px;
}
.application-btn a {
	width: 130px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	background-color: #2c99fe;
	color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.application-btn a: hover {
	background-color: #2c99fe;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.application-tit {
	background-repeat: no-repeat;
	/* padding-left: 57px;*/
	background-position: left center;
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.application-btn {
	margin-top: 1rem
}
.index-f {
	width: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	z-index: 20;
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: 100% 0;
	transition: all 0.3s ease-in;
	opacity: 0;
}
.index-off {
	transform: scale(1) !important;
	opacity: 1 !important;
}
.index-f .button {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/gb.png') no-repeat center center;
	background-size: 40px 40px;
	cursor: pointer;
	margin-top: 30px;
	/* margin-left: 10px;*/
	
}
.tnavbox {
	position: absolute;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	top: 85%;
	height: 0;
	padding-top: 15px;
	/* display: none;*/
	text-align: center;
	z-index: 99999999;
}
.tnav {
	background: #fff;
	box-shadow: 0 0 16px -4px rgba(0,0,0,.3);
	padding: 20px 0 18px;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	-webkit-transition: .5s;
}
.tnav a {
	display: block;
	color: #666;
	line-height: 35px;
	border-bottom: 1px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	font-size: 14px;
	transition: .3s;
}
.tnav a: hover {
	color: #fff;
}
.tnav a: hover,.tnav a.on {
	background: #2c99fe;
	color: #fff;
}
header .fl li: hover .tnavbox {
	height: 100px;
}
header .fl li: hover .tnavbox .tnav {
	transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
	visibility: visible;
}
header .fl li .tnavbox i {
	position: absolute;
	width: 20px;
	height: 4px;
	background-color: #2c99fe;
	left: 50%;
	top: 0;
	margin-left: -10px;
}
#id4 li {
	height: 18.1428rem;
	position: relative;
}
#id4 li img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.sitemap{
	padding: 10px 12px;
}
.page-title{
	margin:0 10px;
}
.page-title h1{
	line-height: 45px;
	text-align: center;
	background: #2c99fe;
	border: 1px solid #2c99fe;
	border-radius: 5px;
	color: #fff;
	position: relative;
	height: 45px;
	overflow: hidden;
	font-size: 22px;
}
.page-title p{
	font-size: 1rem;
	line-height: 2rem;
	text-indent: 2em;
}