.layout{
	overflow: hidden;position: relative;
}
.header{
	position: absolute;
	left: 0;right: 0;
	top: 0;z-index: 3; height: 92px;padding-top: 12px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap{
	width: 1400px;margin: 0 auto;
}
.header .wrap{
	display: flex;justify-content: space-between;align-items: center;
}
.header .logo{
	width: 78px;display: block;
}
.header .logo img{
	width: 100%;display: block;
}
.header .rt{
	display: flex;justify-content: flex-end;align-items: center;
}
.header .naver li a {
	display: block;font-size: 16px;
	line-height: 1.7;
	color: #363636;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.header .naver li.on a,
.header .naver li a:hover {
	color: #1877ff;
}
.header .login {
	margin-left: 50px;width: 86px;line-height: 28px;background: #1877ff;text-align: center;
	font-size: 14px;color: #fff;display: block;border-radius: 16px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}

.header .naver li{
	margin-left: 50px;float: left;
}
.banner{
	height: 600px;overflow: hidden;
}
.banner .wrap{
	height: 100%;position: relative;
}
.fbannersw .txt {
	position: absolute;
	top: 100%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
	opacity: 1;
	transition:all 0.5s;
	-ms-transition:all 0.5s;  /* IE 9 */
	-moz-transition:all 0.5s;     /* Firefox */
	-webkit-transition:all 0.5s; /* Safari 和 Chrome */
	-o-transition:all 0.5s;
}
.fbannersw li.swiper-slide-active .txt {
	opacity: 1;
	top: 50%;
}
.banner .txt{
	position: absolute;
	left: 0;
	top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
}
.fbannersw .txt h2,
.banner .txt h2{
	font-size: 42px;
	line-height: 1.6;
	color: #14325c;font-weight: bold;
}
.fbannersw .txt h3,
.banner .txt h3{
	font-size: 28px;
	line-height: 1.6;
	color: #14325c;margin: 18px 0 6px;
}
.fbannersw .txt p,
.banner .txt p{
	font-size: 16px;
	line-height: 1.3;
	color: #b5bac6;text-transform: uppercase;
}
.fbannersw .txt .btn,
.banner .txt .btn{
	width: 150px;line-height: 44px;background: #1877ff;text-align: center;display: block;
	font-size: 16px;color: #fff;margin-top: 30px;border-radius: 22px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.footer{
	background: #f3f8ff;padding-top: 40px;
}
.footer .tps{
	display: flex;justify-content: space-between;
}
.footer .text h3{
	font-size: 14px;
	line-height: 1.6;
	color: #363636;font-weight: bold;margin-bottom: 8px;
}
.footer .text p{
	font-size: 14px;
	line-height: 26px;
	color: #999999;
}
.footer .wx{
	width: 94px;height: 94px;
}
.footer .wx img{
	width: 100%;height: 100%;display: block;
}
.footer .rt p{
	font-size: 14px;
	line-height: 1.6;
	color: #999999;text-align: center;margin-top: 2px;
}
.footer .logo{
	width: 78px;display: block;
}
.footer .logo img{
	width: 100%;display: block;
}
.footer .text{
	position: relative;padding-left: 80px;margin-left: 80px;
}
.footer .text::before{
	content: "";position: absolute;
	left: 0;
	top: 50%;z-index: 1; background: #e2eeff;width: 1px;height: 40px;margin-top: -20px;
}
.footer .lt{
	display: flex;justify-content: flex-start;align-items: center;
}
.footer .copyright{
	margin-top: 46px;border-top: 1px solid #e2eeff;padding: 20px 0;text-align: center;
}
.footer .copyright a{
	font-size: 14px;
	line-height: 1.7;
	color: #999999;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.footer .copyright a:hover {
	color: #333;
}
.tit{
	text-align: center;
}
.tit h3{
	font-size: 32px;
	line-height: 1.6;
	color: #232323;
}
.tit span img{
	display: block;width: 100%;
}
.tit span{
	margin: 6px auto 0;width: 27px;display: block;
}
.chengogs{
	padding: 77px 0 80px;
}
.page dl {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.page dd{
	margin:0 6px;
}
.page dd a {
	display:block;
	font-size:14px;
	line-height:2;
	color:#8496b0;
	min-width:30px;
	border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	padding:0 10px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	background:#eaf3ff;
}
.page dd.on a,.page dd:hover a {
	background:#1877ff;
	color:#ffffff;
	border-color:#1877ff;
}
.chengogs .list{
	margin-top: 40px;
}
.chengogs .list li{
	box-shadow: 0 0 10px 0 #ecf4ff;background: #fff;border-radius: 10px;padding: 34px 28px 36px;
	width: calc((100% - 74px)/3);margin-right: 36px;margin-bottom: 34px;float: left;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;position: relative;top: 0;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.chengogs .list li:nth-child(3n){
	margin-right: 0;
}
.chengogs .list li:hover{
	top: -10px;
}
.chengogs .list li h5{
	font-size: 14px;
	line-height: 1.6;
	color: #989898;
}
.chengogs .list li h3{
	font-size: 18px;
	line-height: 24px;height: 48px;overflow: hidden;
	color: #020202;font-weight: bold;margin: 14px 0 8px;
}
.chengogs .list li p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;height: 48px;overflow: hidden;
}
.chengogs .list li h6{

	display: inline-block;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.6;
    color: #666666;
    margin-top: 28px;
}
.chengogs .list{
	margin-bottom: 14px;
}
.crumbs {
	margin-top:10px;
}
.crumbs dl {
	font-size:0;
}
.crumbs dd {
	display:inline-block;
	vertical-align:middle;
}
.crumbs dd span,.crumbs dd a {
	font-size:14px;
	line-height:1.7;
	color:#999999;
	display:block;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.newdel .fts .b1 a:hover,
.crumbs dd a:hover {
	color: #1877ff;
}
.crumbs dd span {
	margin:0 3px;
}
.newdel{
	padding: 40px 0 66px;
}
.newdel .hds{
	text-align: center;border-bottom: 1px solid #eeeeee;padding-bottom: 18px;
}
.newdel .hds h1{
	font-size: 26px;
	line-height: 1.6;
	color: #0a0a0a;margin-bottom: 12px;
}
.newdel .hds h6{
	font-size: 14px;
	line-height: 1.6;
	color: #999999;
}
.newdel .del{
	font-size: 16px;
	line-height: 1.8;
	color: #666666;margin-top: 30px;
}
.newdel .fts{
	margin-top: 56px;padding-top: 30px;
	display: flex;justify-content:space-between;border-top: 1px solid #eeeeee;
}
.newdel .fts .b1{
	max-width: 48%;font-size: 16px;
	line-height: 1.7;
	color: #666666;
}
.newdel .fts .b1 a{
	color: #666666;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}

.contact{
	padding-top: 80px;
}
.contact .map{
	height: 30vw;
}
.contact .map img{
	/* width: 100%;display: block; */
}
.contact .hds{
	display: flex;justify-content: space-between;align-items: baseline;margin-top: 50px;margin-bottom: 90px;
}
.contact .text{
	width: 618px;
}
.contact .form{
	width: calc(100% - 690px);
}
.contact .text h3{
	font-size: 20px;
	line-height: 1.6;
	color: #1877ff;text-transform: uppercase;padding-bottom: 20px;border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;font-weight: bold;
}
.contact .text p{
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}
.contact .text .wxs{
	width: 116px;margin-top: 36px;
}
.contact .text .wxs img{
	width: 100%;height: 116px;display: ;
}
.contact .text h6{
	font-size: 14px;
	line-height: 1.6;
	color: #666666;margin-top: 2px;text-align: center;
}
.contact .form h3{
	font-size: 20px;
	line-height: 1.6;
	color: #1877ff;font-weight: bold;margin-bottom: 20px;
}
.contact .form li{
	margin-bottom: 16px;width: calc((100% - 26px)/2);float: left;
}
.contact .form li:nth-child(2n){
	float: right;
}
.contact .form .sub{
	width: 168px;line-height: 46px;border-radius: 4px;height: 46px;
	display: block;text-align: center;border: none;font-size: 16px;color: #fff;background: #1877ff;margin-top: 6px;cursor: pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.contact .form .sub2{
	width: 168px;line-height: 46px;border-radius: 4px;height: 46px;
	display: block;text-align: center;border: none;font-size: 16px;color: #fff;background: #6f9de9;margin-top: 6px;cursor: pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.contact .form li .t1 {
	height: 46px;background: #f6faff;border-radius: 6px;font-size: 16px;
	color: #666666;padding: 0 20px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;width: 100%;border: none;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.contact .form li .t1:focus {
	background: rgba(24,119,255,0.08);
}
.contact .form li .t2{
	padding: 10px 20px;height: 140px;resize: none;
}
.contact .form li.ons{
	width: 100%;
}


/* 首页 */
.fbanner {
	height: 900px;
}
.banner.fbanner .txt .btn {
	margin-top: 60px;
}
.fpage5 {
	padding: 75px 0 50px;
}
.fpage5 .list ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
}
.fpage5 .list li {
	margin-bottom: 35px;
	width: calc((100% - 92px)/3);
	margin-right: 45px;
}
.fpage5 .list li:nth-child(3n) {
	margin-right: 0;
}
.fpage5 .list li a {
	display: block;
}
.fpage5 .list li .pic {
	height: 290px;
	overflow: hidden;
	border-radius: 5px;
}
.fpage5 .list li .pic img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fpage5 .list li:hover .pic img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.fpage5 .list li h6 {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fpage5 .list li:hover h6 {
	color: #1366ec;
}

.fpage4 {
	padding: 80px 0 110px;
}
.fpage4 .list {
	padding: 32px 0 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.fpage4 .list dl {
	width: calc((100% - 162px)/5);
	margin-right: 40px;
	position: relative;
	z-index: 6;
}
.fpage4 .list dl:nth-child(5n) {
	margin-right: 0;
}
.fpage4 .list dl dd {
	margin-top: 27px;
}
.fpage4 .list dl dt {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	background: #1366ec;
	border-radius: 9px;
	overflow: hidden;
	text-align: center;
}
.fpage4 .list dl dd {
	font-size: 18px;
	line-height: 50px;
	color: #666666;
	background: #ffffff;
	text-align: center;
	border-radius: 9px;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.02);
	position: relative;
}
.fpage4 .list dl dd.dds {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: none;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0);
	border-radius: 0;
}
.fpage4 .list dl dd.dds h5 {
	width: calc((100% - 18px)/2);
	font-size: 18px;
	line-height: 50px;
	color: #666666;
	background: #ffffff;
	text-align: center;
	border-radius: 9px;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.02);
}
.fpage4 .list dl:nth-child(4) dd::before,
.fpage4 .list dl:nth-child(2) dd::before,
.fpage4 .list dl:nth-child(1) dd::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -27px;
	width: 11px;
	height: 27px;
	background: url(../images/qms27.png) no-repeat center bottom;
}
.fpage4 .list dl:nth-child(4) dd::before {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.fpage4 .list dl:nth-child(4) dd:last-child::before,
.fpage4 .list dl:nth-child(2) dd:last-child::before {
	display: none;
}
.fpage4 .list dl:nth-child(1) dd:last-child::before {
	background: url(../images/fn2.png) no-repeat right center;
	width: 616px;
	height: 11px;
	bottom: 20px;
	left: auto;
	right: -616px;
}
.fpage4 .list dl:nth-child(2) dd:nth-child(2):after,
.fpage4 .list dl:nth-child(1) dd:nth-child(2):after {
	background: url(../images/qms26.png) no-repeat center right;
	position: absolute;
	z-index: 1;
	content: "";
	width: 40px;
	height: 11px;
	top: 20px;
	right: -40px;
}
.fpage4 .list dl:nth-child(5) dd:nth-child(2)::before {
	background: url(../images/qms27_1.png) no-repeat center bottom;
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -27px;
	width: 11px;
	height: 27px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}

.fpage4 .list .xian {
	position: absolute;
	z-index: 2;
	height: 140px;
	left: -20px;
	right: -24px;
	bottom: -3px;
	border: 1px solid #1366ec;
	border-top: none;
}
.fpage4 .list .xian .i1 {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	height: 1px;
	width: 20px;
	background: #1366ec;
}
.fpage4 .list .xian .i2 {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	top: -5px;
	width: 24px;
}
.fpage4 .list .xian .i2 img {
	display: block;
	width: 100%;
	
}

.fpage3 {
	padding: 75px 0 85px;
}
.fpage3 .list ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.fpage3 .list ul li {
	margin-bottom: 30px;
	width: calc((100% - 152px)/6);
	margin-right: 30px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 14px 2px #f1f6fe;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	position: relative;
	top: 0;
}
.fpage3 .list ul li:nth-child(6n) {
	margin-right: 0;
}
.fpage3 .list ul li a {
	display: block;
	padding: 40px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
}
.fpage3 .list ul li .icon {
	height: 65px;
	width: 65px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.fpage3 .list ul li .icon img {
	display: none;
	max-width: 65%;
	max-height: 65%;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fpage3 .list ul li .icon img:nth-child(1) {
	display: block;
}
.fpage3 .list ul li h5 {
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.5;
	color: #8a919f;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fpage3 .list ul li:hover {
	background: #1366ec;
	top: -8px;
}
.fpage3 .list ul li:hover h5 {
	color: #fff;
}
.fpage3 .list ul li:hover .icon img:nth-child(1) {
	display: none;
}
.fpage3 .list ul li:hover .icon img:nth-child(2) {
	display: block;
}
.fpage2 {
	padding: 80px 0 90px;
}
.fpage2 .list ul {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
}
.fpage2 .list ul li {
	margin-bottom: 17px;
	width: calc((100% - 48px)/3);
	margin-right: 23px;
	background: #fff;
	border-radius: 14px;
	padding: 40px 30px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	position: relative;
	top: 0;
	box-shadow: 0 3px 10px 2px #f1f7ff;
}
.fpage2 .list ul li:hover {
	box-shadow: 0 5px 15px 3px #e8f0fd;
	top: -16px;
}
.fpage2 .list ul li:nth-child(3n) {
	margin-right: 0;
}
.fpage2 .list ul li a {
	display: block;
}
.fpage2 .list ul li .icon {
	height: 30px;
}
.fpage2 .list ul li .icon img:nth-child(1) {
	display: block;
}
.fpage2 .list ul li .icon img {
	display: none;
	height: 100%;
}
.fpage2 .list ul li:hover .icon img:nth-child(1) {
	display: none;
}
.fpage2 .list ul li:hover .icon img:nth-child(2) {
	display: block;
}
.fpage2 .list ul li .text {
	margin-top: 8px;
}
.fpage2 .list ul li .text h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #232323;
	font-weight: bold;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fpage2 .list ul li:hover .text h4 {
	color: #1366ec;
}
.fpage2 .list ul li .text p {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
}

.fpage1 {
	padding: 80px 0 135px;
}
.fpage1 .fwenjian {
	background: #1877ff;
	border-radius: 14px;
	overflow: hidden;
	padding: 92px 20px 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 25px;
}
.fpage1 .fwenjian::before {
	position: absolute;
	z-index: 1;
	content: "";
	border: 1px dashed #fff;
	border-radius: 11px;
	overflow: hidden;
	top: 6px;
	bottom: 6px;
	left: 9px;
	right: 9px;
}
.fpage1 .fwenjian .lspic {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.fpage1 .fwenjian .lspic img {
	height: 69px;
	display: block;
	margin: 0 8px;
}
.fpage1 .fwenjian .wjs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	width: 205px;
	margin: 35px auto 8px;
}
.fpage1 .fwenjian .wjs .txt {
	width: 76%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.fpage1 .fwenjian .wjs .txt h4 {
	font-size: 16px;
	line-height: 46px;
	color: #232323;
	display: inline-block;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/qms3.png) no-repeat left center;
}
.fpage1 .fwenjian .wjs .next {
	width: 24%;
	height: 46px;
	background: url(../images/qms4.png) no-repeat center #fff;
	border-left: 1px solid #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fpage1 .fwenjian .wjs .file {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	cursor: pointer;
}
.fpage1 .fwenjian p {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	color: #ffffff;
}

.fxqback {
	margin: 100px auto 0;
} 
.fxqback .lt {
	float: left;
}
.tit.lt {
	text-align: left;
}
.fxqback .text {
	float: right;
	width: calc(100% - 280px);
	margin-top: 5px;
}
.tit.lt span {
	margin: 6px 0 0;
}
.fxqback .text .del {
	font-size: 16px;
	line-height: 2;
	color: #666666;
}
.fxqback .text .fzx {
	display: block;
	margin-top: 45px;
	width: 130px;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	border-radius: 18px;
	overflow: hidden;
	background: #1877ff;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fwenjian .dinwei {
	position: relative;
	z-index: 6;
}
.fbannersw {
	position: relative;
	height: 900px;
	overflow: hidden;
}
.fbannersw .swiper_spot {
	position: absolute;
	z-index: 11;
	bottom: 20px;
	text-align: center;
}
.fbannersw .swiper_spot span {
	display: inline-block;
	margin: 0 10px !important;
	background: #14325c;
	opacity: 1;
}
.fbannersw .swiper_spot span.swiper-pagination-bullet-active {
	background: #1877ff;
}
.fbannersw li .wrap {
	position: relative;
	height: 100%;
}
.fbannersw .txt .btn {
	margin-top: 65px;
}

.fpage1.fshiyon {
	padding: 75px 0 0;
}
.fpage6 {
	padding: 85px 0 105px;
}
.fshejisw {
	margin-top: 32px;
	position: relative;
}
.fshejisw li {
	border-radius: 12px;
	overflow: hidden;
}
.fshejisw .swiper_spot {
	margin: 30px auto 0;
	text-align: center;
}
.fshejisw .swiper_spot span {
	display: inline-block;
	height: 12px;
	width: 12px;
	border: 1px solid #a2a2a2;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	background: none;
}
.fshejisw .swiper_spot span.swiper-pagination-bullet-active {
	background: #1877ff;
	border-color: #1877ff;
}
.fshejisw .prev,
.fshejisw .next {
	position: absolute;
	z-index: 5;
	left: -45px;
	width: 21px;
	height: 37px;
	background: url(../images/prev.png) no-repeat center/cover;
	top: calc(50% - 45px);
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	cursor: pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fshejisw .next {
	left: auto;
	right: -45px;
	transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);  /* IE 9 */
	-moz-transform: translateY(-50%) rotate(180deg);     /* Firefox */
	-webkit-transform: translateY(-50%) rotate(180deg); /* Safari 和 Chrome */
	-o-transform: translateY(-50%) rotate(180deg);
}
.fshejisw .prev:hover,
.fshejisw .next:hover {
	background: url(../images/prev-1.png) no-repeat center/cover;
}
.fshejisw li {
	padding: 48px 58px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fshejisw li .tl h3 {
	font-size:26px ;
	line-height: 40px;
	color: #232323;
	font-weight: bold;
}
.fshejisw li .list {
	margin-top: 22px;
}
.fshejisw li .list dd {
	margin-bottom: 20px;
}
.fshejisw li .list dd h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #232323;
	font-weight: bold;
	position: relative;
}
.fshejisw li .list dd .del {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.9;
	color: #666666;
}
.fshejisw li .list dd h4:before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	bottom: 2px;
	width: 226px;
	height: 7px;
	background: url(../images/qms25.png) no-repeat center/cover;
}
.fshejisw li .list dd h4 i {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.contact .form .sub:hover,
.fxqback .text .fzx:hover,
.fbannersw .txt .btn:hover, 
.banner .txt .btn:hover,
.header .login:hover {
	background: #0962e2;
}
