.layout {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	margin: 0 auto;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header {
	background: #fff;
}
.header .hd {
	padding: 6px 0 15px;
}
.header .hd .lt {
	float: left;
	overflow: hidden;
	margin-top: 18px;
}
.header .hd .lt .logo {
	display: block;
	width: 266px;
	float: left;
}
.header .hd .lt .logo img {
	display: none;
	width: 100%;
}
.header .hd .lt .logo img:nth-child(1) {
	display: block;
}
.header .hd .lt h6 {
	font-size: 12px;
	line-height: 1.8;
	color: #666;
	float: left;
	margin-top: 26px;
}
.header .hd .rt {
	float: right;
}
.header .hd .rt .phone {
	text-align: right;
}
.header .hd .rt .phone h5 {
	font-size: 16px;
	line-height: 40px;
	color: #666666;
	padding-left: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: url('../images/fh19.png') no-repeat left center;
	background-size: 29px auto !important;
	display: inline-block;
	margin-right: 30px;
}
.header .hd .rt .phone h5 i {
	font-size: 24px;
	line-height: 1;
	color: rgb(6, 106, 232);
	font-weight: bold;
	position: relative;
	top: 2px;
}
.header .hd .rt .naver ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.header .hd .rt .naver ul li h3 a {
	width: 120px;
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #222222;
	text-align: center;
	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 .hd .rt .naver ul li.on h3 a,
.header .hd .rt .naver ul li h3 a:hover {
	color: rgb(251, 140, 0);
}
.header .bd {
	background: rgb(6, 106, 232);
}
.header .bd .lt {
	position: relative;
	float: left;
}
.header .bd .lt h3 {
	background: rgb(251, 140, 0);
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	line-height: 52px;
	color: #fff;
	width: 208px;
}
.header .bd .lt::before {
	position: absolute;
	z-index: 11;
	content: "";
	display: block;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 8px;
	background: rgb(251, 140, 0);
}
.header .bd .lt .nav {
	position: absolute;
	z-index: 22;
	top: 58px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	display: none;
}
.header .bd .lt .nav dl {
	padding: 8px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.header .bd .lt .nav dd a {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,0.06);
	display: block;
}
.header .bd .lt .nav dd:last-child a {
	border-bottom: none;
}
.header .bd .rt {
	float: right;
	width: calc(100% - 220px);
}
.header .bd .rt ul {
	display: flex;
	flex-wrap: wrap;
}
.header .bd .rt ul li {
	width: calc((100%)/7);
}
.header .bd .rt ul li h4 a {
	display: block;
	font-size: 16px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	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 .bd .rt ul li.on h4 a,
.header .bd .rt ul li h4 a:hover {
	background: rgb(251, 140, 0);
}
.swbanner {
	height: 600px;
	position: relative;
}
.swbanner li {
	height: 100%;
}
.swbanner .center {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	text-align: center;
}
.swbanner .swiper_spot {
	background: rgba(51, 51, 51, .3) !important;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 15px 12px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
}
.swbanner .swiper_spot span {
	margin: 0 8px !important;
	height: 10px;
	width: 10px;
	background: rgba(255, 255, 255, .5);
	opacity: 1;
	border-radius: 6px;
	overflow: hidden;
}
.swbanner .swiper_spot span.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	width: 24px;
}
.swbanner .prev,
.swbanner .next {
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	z-index: 11;
	left: 70px;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	background: url('../images/fp4.gif') no-repeat center/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;
	border-radius: 5px;
	overflow: hidden;
}
.swbanner .prev:hover,
.swbanner .next:hover {
	background: url('../images/fp4.gif') no-repeat center/cover rgba(0,0,0,0.4);
}
.swbanner .next {
	left: auto;
	right: 70px;
	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);
}
.fsearch {
	background: rgba(0,0,0,0.05);
	padding: 20px 0 25px;
}
.fsearch .pages {
	float: left;
	width: calc(100% - 350px);
}
.fsearch .pages dl {
	display: flex;
	flex-wrap: wrap;
}
.fsearch .pages dt {
	font-size: 14px;
	line-height: 2;
	color: rgb(6, 106, 232);
	margin-right: 10px;
}
.fsearch .pages dd {
	color: rgb(111, 111, 111);
	font-size: 14px;
	line-height: 2;
}
.fsearch .key {
	margin-top: 5px;
	float: right;
	width: 320px;
}
.fsearch .key form {
	display: block;
}
.fsearch .key .text {
	display: block;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 38px;
	width: calc(100% - 75px);
	float: left;
	padding: 0 15px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	
}
.fsearch .key .btns {
	display: block;
	height: 38px;
	width: 75px;
	cursor: pointer;
	border: none;
	background: url('../images/fp5.png') no-repeat center rgb(6, 106, 232);
	background-size: 25px auto !important;
}
.ftit {
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ftit.padd {
	padding: 0 10px;
}
.ftit h2 {
	font-size: 20px;
	line-height: 46px;
	font-weight: bold;
	color: rgba(6, 106, 232, 1);
	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/fp6.png') no-repeat left center;
	background-size: 25px auto !important;
}
.fhrxprod {
	padding-top: 10px;
}


.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_wrap {
	overflow:hidden;
	//zoom:1;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	/* background:#f6f6f6; */
	white-space:nowrap;
}
.str_wrap span {
	display: inline-block;
	width:100px;
}

.str_wrap.str_active {
	/* background:#f1f1f1; */
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.str_wrap {
	overflow:hidden;
	//zoom:1;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	/* background:#f6f6f6; */
	white-space:nowrap;
}

.fhrxprod .list ul li {
	display: inline-block;
	margin-right: 40px;
}
.fhrxprod .list {
	margin-top: 20px;
}

.fhrxprod .list ul li a {
	display: block;
}
.fhrxprod .list ul li .pic {
	height: 230px;
	width: 230px;
	overflow: hidden;
	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;
}
.fhrxprod .list ul li .pic img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.fhrxprod .list ul li .pic .icoa {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 64px;
	width: 64px;
	background: url('../images/fh27.png') no-repeat center/cover;
	opacity: 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;
}
.fhrxprod .list ul li:hover .pic .icoa {
	opacity: 1;
}
.fhrxprod .list ul li h5 {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	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;
	margin-top: 4px;
	text-align: center;
}
.fhhuago {
	padding: 50px 0 30px;
}
.ftlt {
	text-align: center;
}
.ftlt h2 {
	font-size: 36px;
	color: rgb(102, 102, 102);
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 12px;
}
.ftlt h2 i {
	display: inline-block;
	color: rgb(251, 140, 0);
}
.ftlt h2 em {
	display: inline-block;
	color: rgb(6, 106, 232);
}
.ftlt h5 {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: rgb(75, 75, 75);
}
.ftlt h5 i{
	display: inline-block;
	font-size: 20px;
	line-height: 1.4;
	color: rgb(75, 75, 75);
	padding: 0 30px;
	position: relative;
}
.ftlt h5 i::before,
.ftlt h5 i::after {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	width: 5px;
	height: 1px;
	background: rgb(75, 75, 75);
}
.ftlt h5 i::after {
	left: auto;
	right: 0;
}
.fhhuago .list ul {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.fhhuago .list ul li {
	width: 50%;
	display: flex;
	align-items: center;
	height: 240px;
}
.fhhuago .list ul li:nth-child(4),
.fhhuago .list ul li:nth-child(3) {
	flex-direction: row-reverse;
}
.fhhuago .list ul li .text {
	background: url('../images/fp2.png') no-repeat center/cover;
	width: 50%;
	height: 100%;
	padding: 20px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
}
.fhhuago .list ul li .pic {
	width: 50%;
	height: 100%;
}
.fhhuago .list ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fhhuago .list ul li .text .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.fhhuago .list ul li .text .icon img {
	display: block;
	width: 100%;
	height: 100%;
}
.fhhuago .list ul li .text h2 {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	margin-top: 24px;
}
.fhhuago .list ul li .text h6 {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin-top: 7px;
}
.fhproduct {
	background: rgba(239, 239, 239, 1);
	padding: 35px 0 50px;
}
.fhproduct .fprodlt {
	width: 232px;
	float: left;
	background: #ffffff;
}
.fhproduct .fprodrt {
	width: calc(100% - 250px);
	background: #fff;
	float: right;
} 
.ftit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ftit .more {
	color: #666666;
	font-size: 40px;
	font-size: 14px;
	padding: 0 5px;
}
.fhproduct .ftit {
	border-bottom: 1px solid #cccccc;
}
.fhproduct .fprodlt .list li {
	padding: 0 3px;
}
.fhproduct .fprodlt .list li a {
	display: block;
	padding: 12px 10px;
	font-size: 16px;
	line-height: 1.4;
	color: #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom: 1px dashed #e5e5e5;
}
.fhproduct .fprodlt .list li:last-child a {
	border-bottom: none;
}
.fhproduct .fprodrt .fcplist {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcplist ul {
	display: flex;
	flex-wrap: wrap;
}
.fcplist ul li {
	margin-right: 25px;
	margin-bottom: 20px;
	width: calc((100% - 52px)/3);
}
.fcplist ul li:nth-child(3n) {
	margin-right: 0;
}
.fcplist ul li a {
	display: block;
	border: 1px solid rgba(222, 222, 222, 1);
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(248, 248, 248, 1);
}
.fcplist ul li .pic {
	height: 255px;
	width: 100%;
	overflow: hidden;
}
.fcplist ul 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;
}
.fcplist ul li h5 {
	text-align: center;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin: 15px auto 5px;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}
.f4youshi {
	height: 180px;
}
.f4youshi .wrap {
	position: relative;
	height: 100%;
}
.f4youshi .ico {
	position: absolute;
	top: -30px;
	left: 140px;
	width: 242px;
	z-index: 11;
}
.f4youshi .ico img {
	display: block;
	width: 100%;
}
.f4youshi .text {
	width: 700px;
	position: absolute;
	z-index: 11;
	top: 45px;
	right: 0;
	bottom: 0;
}
.f4youshi .text h1 {
	position: absolute;
	z-index: 6;
	top: -40px;
	left: -75px;
	font-size: 80px;
	line-height: 1.2;
	color: rgb(251, 140, 0);
	font-weight: bold;
	font-style:oblique;
}
.f4youshi .text h2 {
	font-size: 36px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
}
.f4youshi .text h5 {
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	margin-top: 10px;
}
.f4yslist {
	padding: 30px 0 ;
}
.f4yslist li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.1);
}
.f4yslist li:nth-child(2n) {
	flex-direction: row;
}
.f4yslist li .pic {
	width: 56%;
	height: 390px;
	overflow: hidden;
	float: right;
}
.f4yslist li .pic img {
	display: block;
	height: 100%;
	width: 100%;
}
.f4yslist li .text {
	width: 44%;
	float: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.f4yslist li .text h2 {
	font-size: 60px;
	line-height: 1;
	color: rgb(6, 106, 232);
	font-weight: bold;
}
.f4yslist li:nth-child(2n) .text h2 {
	text-align: right;
	color: rgb(251, 140, 0);
}
.f4yslist li .text .txt {
	padding-left: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
}
.f4yslist li:nth-child(2n) .text .txt {
	padding-left: 0;
	padding-right: 20px;
}
.f4yslist li .text .txt h3 {
	font-size: 30px;
	line-height: 1.2;
	color: #000;
	font-weight: bold;
}
.f4yslist li .text .txt .del {
	margin-top: 10px;
}
.f4yslist li .text .txt .del p {
	color: rgb(102, 102, 102);
    font-size: 16px;
	line-height: 2;
}
.fhfanan {
	height: 180px;
	padding-top: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhfanan h2 {
	padding: 0 50px;
	text-align: right;
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
}
.fhfanan h2 i {
	display: inline-block;
	color: rgb(255, 167, 39);
}
.fhfanan h4 {
	margin-top: 15px;
	text-align: center;
}
.fhfanan h4 i {
	display: inline-block;
	background: #fff;
	padding: 0 15px;
	font-size: 24px;
	line-height: 52px;
	color: rgb(255, 167, 39);
	border-radius: 28px;
	overflow: hidden;
	font-weight: bold;
}
.fhabout {
	padding: 70px 0 100px;
}
.fhabout .about {
	background: #fff;
	overflow: hidden;
}
.fhabout .about .pic {
	float: left;
	width: 45%;
}
.fhabout .about .pic img {
	display: block;
	width: 100%;
}
.fhabout .about .text {
	float: right;
	width: 55%;
	padding: 40px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fabtlt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fabtlt h2 {
	color: rgb(53, 53, 53);
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
}
.fabtlt h5 {
	padding-left: 10px;
	color: rgb(53, 53, 53);
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	top: 2px;
}
.fhabout .about .text .del {
	font-size: 14px;
	line-height: 2;
	color: #666666;
	margin-top: 30px;
}
.fhabout .about .text .fmore {
	margin-top: 30px;
}
.fmore {
	display: block;
	width: 140px;
	line-height: 38px;
	background: rgba(6, 106, 232, 1);
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.fhprod {
	padding: 40px 0;
}
.fprodsw {
	text-align: center;
}
.fprodsw ul {
	text-align: center;
	display: inline-block;
}
.fprodsw li {
	width: 146px;
	line-height: 44px;
	text-align: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(5, 90, 196, 1);
	font-size: 18px;
	color: #ffffff;
	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;
	margin: 0 25px;
	display: inline-block;
}
.fprodsw li.swiper-slide-thumb-active {
	background: rgba(251, 140, 0, 1);
}
.fprodsw2 {
	margin: 30px 15px 0;
	overflow: hidden;
}
.fprodsw2 dl {
	display: flex;
	flex-wrap: wrap;
}
.fprodsw2 dl dd {
	width: calc((100% - 92px)/4);
	margin-right: 30px;
	height: 200px;
	overflow: hidden;
}
.fprodsw2 dl dd:nth-child(4n) {
	margin-right: 0;
}
.fprodsw2 dl dd img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ftlte {
	text-align: center;
}
.ftlte h2 {
	color: rgb(6, 106, 232);
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
}
.ftlte p {
	font-size: 16px;
	line-height: 1.2;
	color: #666;
	margin-top: 5px;
}
.fhezuohb .list {
	margin-top: 50px;
	background: rgba(239, 239, 239, 1);
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 160px !important;
	overflow: initial;
}
.fhezuohb {
	padding: 25px 0 55px;
}
.fhezuohb .wrap {
	overflow: hidden;
	padding-bottom: 25px;
}
.fhezuohb .list::after,
.fhezuohb .list::before {
	position: absolute;
	z-index: 6;
	content: "";
	z-index: 6;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 20px;
	background: rgba(239, 239, 239, 1);
}
.fhezuohb .list::after {
	top: auto;
	height: 25px;
	bottom: -25px;
}
.fhezuohb .list ul {
	font-size: 0;
}
.fhezuohb .list ul li {
	display: inline-block;
	margin-right: 40px;
	height: 160px;
	width: 160px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhezuohb .list ul li:hover {
	border-color: #333333;
}
.fhezuohb .list ul li img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.fhfanan2 {
	height: 180px;
}
.fhfanan2 .text {
	float: right;
	width: 750px;
	padding-top: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhfanan2 .text h2 {
	font-size: 36px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: bold;
}
.fhfanan2 .text h2 i {
	display: inline-block;
	color: rgba(255,167,39,1);
}
.fhfanan2 .text h4 {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
}
.fhfanan3 {
	padding: 50px 0 40px;
}
.fhfanan3 .tll h5{
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	color: rgb(75, 75, 75);
}
.fhfanan3 .pics {
	margin: 30px auto 0;
}
.fhfanan3 .pics img {
	display: block;
	width: 100%;
}
.fhfanan4 ul {
	display: flex;
	flex-wrap: wrap;
}
.fhfanan4 li {
	width: 28%;
	height: 450px;
	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;
}
.fhfanan4 li.on {
	width: 44%;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.05);
	position: relative;
	z-index: 22;
}
.fhfanan4 li .pic2 {
	display: 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;
	height: 100%;
	width: 100%;
	position: relative;
}
.fhfanan4 li .pic2 h3 {
	position: absolute;
	z-index: 11;
	font-size: 24px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: bold;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30px;
	text-align: center;
}
.fhfanan4 li.on .pic2 {
	display: block;
}
.fhfanan4 li.on .pic {
	display: none;
}
.fhfanan4 li .pic {
	height: 82%;
	margin-top: 12%;
	width: 100%;
	position: relative;
	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;
}
.fhfanan4 li .pic2 img,
.fhfanan4 li .pic img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.fhfanan4 li .txt {
	position: absolute;
	z-index: 11;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fhfanan4 li .txt .ico {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.fhfanan4 li .txt .ico img {
	display: block;
	height: 100%;
	width: 100%;
}
.fhfanan4 li .txt h5 {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	margin-top: 5px;
}
.fhcase {
	background: rgba(0,0,0,0.05);
	padding: 50px 0;
}
.fhfanan4 {
	padding-bottom: 50px;
}
.fhcase .list ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.fhcase .list ul li {
	width: calc((100% - 72px)/3);
	margin-right: 35px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 220px;
	position: relative;
	cursor: pointer;
}
.fhcase .list ul li:nth-child(3n) {
	margin-right: 0;
}
.fhcase .list ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fhcase .list ul li .icoa {
	position: absolute;
	z-index: 11;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: url('../images/fh26.png') no-repeat center/cover;
}
.fhliuchen {
	background: rgba(0,0,0,0.05);
	padding: 10px 0 50px;
}
.fhliuchen .list ul {
	background: #fff;
	margin-top: 30px;
	padding: 40px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.fhliuchen .list ul li {
	width: calc((100%)/6);
}
.fhliuchen .list ul li .icon {
	height: 120px;
	width: 120px;
	background: url('../images/fh8.png') no-repeat center/cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}
.fhliuchen .list ul li .icon img {
	display: block;
	width: 55px;
	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;
}
.fhliuchen .list ul li .icon img:hover {
	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); 
}
.fhliuchen .list ul li .txt {
	text-align: center;
	margin-top: 20px;
}
.fhliuchen .list ul li .txt h3 {
	font-size: 20px;
	line-height: 1.3;
	color: rgb(75, 75, 75);
	font-weight: bold;
}
.fhliuchen .list ul li .txt p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 19px;
	color: #666;
}
.fhliuchen .list ul li .icon .next {
	height: 34px;
	width: 34px;
	position: absolute;
	z-index: 11;
	right: -45px;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	background: url('../images/fh9.png') no-repeat center/cover;
}
.fhliuchen .list ul li:last-child .icon .next {
	display: none;
}
.fhfanan5 {
	height: 180px;
}
.fhfanan5 .text {
	padding-left: 26%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 26px;
}
.fhfanan5 .text h2 {
	font-size: 36px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
}
.fhfanan5 .text h2 i {
	display: inline-block;
	color: rgb(255, 167, 39);
}
.fhfanan5 .text h4 {
	font-size:20px ;
	line-height: 1.3;
	color: #fff;
	margin-top: 8px;
}
.fhproduct .fprodlt .ftit h2 {
	background: url(../images/fh5.png) no-repeat left center;
}
.fhproduct .fprodrt .ftit h2 {
	background: url(../images/fh6.png) no-repeat left center;
}
.fhcpnews .flts .ftit h2 {
	background: url(../images/fh16.png) no-repeat left center;
}
.fhcpnews .frts .ftit h2 {
	background: url(../images/fh17.png) no-repeat left center;
}
.fhcpnews .ftit {
	border-bottom: 1px solid #cccccc;
}
.fhcpnews .flts {
	width: 67%;
	float: left;
}
.fhcpnews .frts {
	width: 29%;
	float: right;
}
.fhcpnews .flts .list ul {
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhcpnews .flts .list ul li {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhcpnews .flts .list ul li a {
	display: block;
	overflow: hidden;
}
.fhcpnews .flts .list ul li .pic {
	width: 220px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.fhcpnews .flts .list ul 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;
}
.fhcpnews .flts .list ul li .text {
	width: calc(100% - 250px);
	margin-top: 15px;
	float: right;
}
.fhcpnews .flts .list ul li .text h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: bold;
}
.fhcpnews .flts .list ul li .text h6 {
	font-size: 14px;
	line-height: 1.9;
	color: #666666;
	height: 3.8em;
	overflow: hidden;
	margin-top: 14px;
}
.fhcpnews .frts .list ul {
	padding: 10px 15px;
}
.fhcpnews .frts .list ul li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 16px;
	line-height: 2;
	color: #333;
	padding: 8px 10px 8px 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background: url('../images/jt1.png') no-repeat left 5px center;
	background-size: 20px auto !important;
}
.fhcpnews .frts .list ul li:last-child a {
	border-bottom: none;
}
.go_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 60px;
	bottom: 50px;
	z-index: 66;
	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;
	display: none;
}
.go_top.on {
	display: block;
}
.go_top img {
	display: block;
	height: 100%;
	width: 100%;
}
.footer {
	background: rgba(5, 84, 185, 1);
	padding: 20px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .like dl {
	display: flex;
	flex-wrap: wrap;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .like dl dd {
	margin-right: 17px;
}
.footer .like dt,
.footer .like dd a {
	display: block;
	font-size: 14px;
	line-height: 2;
	color: #ffffff;
}
.footer .like dd a {
	opacity: 0.5;
	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 .like dd a:hover {
	opacity: 1;
}
.footer .hass {
	padding: 60px 0 50px;
}
.footer .hass .info {
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 56%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
}
.footer .hass .address {
	width: 30%;
	margin-top: 25px;
	float: right;
}
.footer .hass .info .lts .logo {
	width: 200px;
}
.footer .hass .info .lts .logo img {
	display: block;
	width: 100%;
}
.footer .hass .info .lts h2 {
	font-size: 36px;
	line-height: 1.2;
	color: #ffffff;
	margin-top: 10px;
	font-weight: bold;
}
.footer .hass .info .lts h2 i {
	display: inline-block;
	color: rgb(255, 167, 39);
}
.footer .hass .info .lts h5 {
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	margin-top: 6px;
}
.footer .hass .info .lts h3 {
	font-size: 28px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	margin-top: 6px;
}
.footer .hass .info .wxs {
	width: 112px;
	margin-top: 40px;
}
.footer .hass .info .wxs .wx {
	width: 100%;
	height: 112px;
	overflow: hidden;
}
.footer .hass .info .wxs .wx img {
	display: block;
	height: 100%;
	width: 100%;
}
.footer .hass .info .wxs h6 {
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	margin-top: 5px;
}
.footer .hass .address h3 {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
}
.footer .hass .address .del {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
	color: rgb(222, 222, 222);
}
.footer .copyright {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: rgb(222, 222, 222);
}
.footer .copyright .icp {
	display: block;
	color: rgb(222, 222, 222);
	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;
}
.fhcpnews {
	padding: 60px 0 55px;
}

/* 关于我们 */
.fabout {
	padding: 50px 0;
}
.fabout .about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.fabout .about .pic {
	width: 48%;
}
.fabout .about .pic img {
	display: block;
	width: 100%;
}
.fabout .about .text {
	width: 52%;
	background: rgba(5, 90, 196, 1);
	padding: 20px 25px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fabtlt.bai h2,
.fabtlt.bai h5 {
	color: #ffffff;
}
.fabtlt.bai h5 {
	top: 8px;
}
.fabout .about .text .del {
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	margin-top: 25px;
}
.banner {
	height: 350px;
}
.banner600 {
	height: 600px;
}
.banner400 {
	height: 400px;
}
.fhproduct .fprodlt .list.pad {
	padding-bottom: 50px;
}
.fprodrt .fpages {
	padding-bottom: 50px;
}
.fpages ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.fpages ul li a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	color: #666666;
	min-width: 35px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.fpages ul li.on a {
	color: #009fe9;
}
.fcpbanner {
	height: 600px;
	position: relative;
}
.fcpbanner .swiper_spot {
	position: absolute;
	z-index: 11;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.fcpbanner .swiper_spot span {
	margin: 0 3px !important;
	background: rgba(255,255,255,0.5);
	opacity: 1;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	min-width: 18px;
	padding: 0 3px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcpbanner .swiper_spot span.swiper-pagination-bullet-active {
	background: #ffffff;
}
.height15 {
	height: 15px;
	background: rgba(239, 239, 239, 1);
}


.fcpcc-ts-01 {
	padding: 0 0 35px;
	overflow: hidden;
}
.fcpcc-ts-01 .cpcc-ts-01-left {
	position: relative;
	width: 43%;
	float: left;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}
.fcpcc-ts-01 .cpcc-ts-01-left-jt {
	width: 12px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	z-index: 33;
	left: 10px;
}
.fcpcc-ts-01 .cpcc-ts-01-left-jt img {
	display: block;
	width: 100%;
}
.fcpcc-ts-01 .cpcc-ts-01-left-prev {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.fcpcc-ts-01 .cpcc-ts-01-left-next {
	right: 10px;
	left: auto;
}
.fcpcc-ts-01 .cpcc-ts-01-left-pic {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	height: 400px;
}
.fcpcc-ts-01 .cpcc-ts-01-left-size {
	height: 90px;
}
.fcpcc-ts-01 .cpcc-ts-01-left-size li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
}
.fcpcc-ts-01 .cpcc-ts-01-left-size li {
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcpcc-ts-01 .cpcc-ts-01-left-size li.swiper-slide-thumb-active {
	border-color: rgb(251, 140, 0);
}
.fcpcc-ts-01 .cpcc-ts-01-right {
	width: 47%;
	float: right;
	margin-right: 6%;
	position: relative;
	height: 500px;
}
.fcpcc-ts-01 .cpcc-ts-01-right-tit {
	height: 48px;
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
	color: #4a4a4a;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fcpcc-ts-01 .cpcc-ts-01-right-tit span {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
	color: #4a4a4a;
}
.fcpcc-ts-01 .cpcc-ts-01-right .cpcc-ts-01-right-con {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 40px;
	height: 280px;
	overflow: hidden;
}
.fcpcc-ts-01 .pc-cx-tel-1 {
	height: 56px;
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
}
.fcpcc-ts-01 .pc-cx-tel-1-t1 {
	width: 114px;
	height: 44px;
	background: #1085c8;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	float: right;
}
.fcpcc-ts-01 .pc-cx-tel-1-t1 a {
	display: block;
	color: #fff !important;
}
.fcpcc-ts-01 .pc-cx-tel-1-t2 {
	height: 56px;
	padding-left: 70px;
	background: url('../images/fn3.png') no-repeat 10px top;
	font-size: 18px;
	line-height: 18px;
	color: #454545;
}
.fcpcc-ts-01 .pc-cx-tel-1-t2 p {
	line-height: 24px;
}
.fcpcc-ts-01 .cpcc-ts-01-left-pic li .video,
.fcpcc-ts-01 .cpcc-ts-01-left-pic li img {
	display: block;
	height: 100%;
	width: 100%;
}
.fproddels {
	padding: 30px 0;
}
.fproddels .tlt {
	font-size: 24px;
	line-height: 40px;
	color: #464646;
}
.fproddels .tlt i {
	display: inline-block;
	font-size: 18px;
	color: #c2c2c1;
}
.fproddels .x {
	height: 2px;
	background: #d4d4d4;
	position: relative;
}
.fproddels .x em {
	display: block;
	position: absolute;
	z-index: 1;
	width: 130px;
	background: rgba(6, 106, 232, 1);
	top: 0;
	bottom: 0;
	left: 0;
}
.fproddels .fdels {
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.fproddels .fdels img {
	display: block;
	margin: 0 auto;
}
.fproductdel {
	padding: 10px 0;
}
.fproductdel .lts {
	float: left;
	width: 210px;
	background: #f6f6f6;
}
.fproductdel .lts h3 {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 46px;
	color: #fff;
	font-weight: bold;
	background: rgba(5, 90, 197, 1);
}
.fproductdel .lts .nav dl {
	padding: 0 4px;
}
.fproductdel .lts .nav dd a {
	display: block;
	padding: 12px 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #444444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #e3e3e3;
}
.fproductdel .lts .nav dd:last-child a {
	border-bottom: none;
}
.fproductdel .frts {
	float: right;
	width: calc(100% - 220px);
}
.fcptlt {
	border-bottom: 1px solid rgba(5, 90, 197, 1);
	margin-bottom: 10px;
	padding: 0 5px;
}
.fcptlt h3 {
	font-size: 20px;
	line-height: 2;
	color: rgba(5, 90, 197, 1);
	font-weight: bold;
	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/fh9.png') no-repeat left center;
	background-size: 20px auto !important;
}


/* 新闻资讯 */
.fnews {
	padding: 30px 0 70px;
}
.fxwtlt {
	text-align: center;
}
.fxwtlt h3 {
	font-size: 30px;
	font-weight: bold;
	color: rgba(6, 106, 232, 1);
	line-height: 1.6;
}
.fxwtlt h5 {
	text-align: center;
}
.fxwtlt h5 i {
	display: inline-block;
	padding: 0 70px;
	font-size: 16px;
	line-height: 1.4;
	color: #737373;
	position: relative;
}
.fxwtlt h5 i::after,
.fxwtlt h5 i::before {
	position: absolute;
	z-index: 5;
	content: "";
	left: 0;
	top: 12px;
	width: 55px;
	height: 1px;
	background: #999999;
}
.fxwtlt h5 i::after {
	left: auto;
	right: 0;
}
.fnews .list ul {
	margin-top: 30px;
	padding-bottom: 20px;
}
.fnews .list ul li {
	padding: 15px 0;
}
.fnews .list ul li a {
	display: block;
	padding: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnews .list ul li .pic {
	float: left;
	width: 180px;
	height: 110px;
	border-radius: 6px;
	overflow: hidden;
}
.fnews .list ul li .pic img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.fnews .list ul li .text {
	float: right;
	width: calc(100% - 205px );
}
.fnews .list ul li .text h5 {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fnews .list ul li .text h6 {
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}
.fnews .list ul li .text p {
	font-size: 14px;
	line-height: 1.4;
	color: #999;
	margin-top: 10px;
}
.fnewsdel {
	padding: 25px 0 30px;
}
.fnewsdel .tlt {
	border-bottom: 1px solid #f0efef;
	padding-bottom: 20px;
}
.fnewsdel .tlt h1 {
	font-size: 25px;
	line-height: 1.4;
	color: #333333;
}
.fnewsdel .tlt h6 {
	margin-top: 25px;
	color: #adadad;
	font-size: 13px;
	line-height: 1.6;
}
.fnewsdel .del {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #676767;
	padding-bottom: 20px;
}
.fnewsdel .del img {
	display: block;
}
.fnewsdel .prev_next {
	padding-top: 25px;
	border-top: 1px dashed #f0efef;
}
.fnewsdel .prev_next a {
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.fnewsdel .prev_next a h5 {
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
}
.fnewsdel .prev_next a h6 {
	width: calc(100% - 70px);
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}


/* 联系我们 */
.fcontact {
	padding: 70px 0;
}
.fcontact .voss {
	margin-top: 45px;
}
.fcontact .voss .map {
	float: right;
	width: 800px;
	height: 300px;
}
.fcontact .voss .lts {
	float: left;
	width: 370px;
	margin-top: 20px;
}
.fcontact .voss .lts h2 {
	font-size: 30px;
	line-height: 1.3;
	color: #666666;
	font-weight: bold;
}
.fcontact .voss .lts h6 {
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
	margin-top: 10px;
}
.fcontact .voss .lts dl {
	margin-top: 10px;
}
.fcontact .voss .lts dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.fcontact .voss .lts dd:last-child {
	margin-bottom: 0;
}
.fcontact .voss .lts dd .icon {
	width: 33px;
}
.fcontact .voss .lts dd .icon img {
	display: block;
	width: 100%;
}
.fcontact .voss .lts dd h5 {
	width: calc(100% - 42px);
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
	margin-top: 3px;
}
.pc {
	display: block !important;
}
.mobile {
	display: none !important;
}
.ftit.key h2 {
	background: url(../images/jt2.png) no-repeat left center !important;
	background-size: 25px auto !important;
}
.mask {
	display: none;
}
.fmnaversw.on {
	position: fixed;
	z-index: 111;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.dhgotop {
	position: fixed;
	z-index: 33;
	right: 10px;
	bottom: 100px;
}
.dhgotop li {
	margin-bottom: 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;
}
.dhgotop li a {
	display: flex;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.dhgotop li:nth-child(1) img {
	display: block;
	width: 26px;
}
.dhgotop li:nth-child(2) img {
	display: block;
	width: 30px;
}
.dhgotop li:nth-child(1) a {
	background-color: rgb(251, 140, 0);
}
.dhgotop li:nth-child(2) a {
	background-color: rgba(6, 106, 232, 1);
}
.dhgotop li.go_top2 {
	opacity: 0;
}
.dhgotop li.go_top2.on {
	opacity: 1;
}
.bg {
	position: fixed;
	z-index: 111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
.fcasevideo {
	display: none;
	position: fixed;
	z-index: 112;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
	width: 1000px;
}
.fcasevideo .cha {
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 6;
	top: -50px;
	right: 0;
	background: url('../images/jt6.png') no-repeat center;
	background-size: 30px auto !important;
	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;
}
.fcasevideo .cha:hover {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);  /* IE 9 */
	-moz-transform:rotate(360deg);     /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg);
}
.fcasevideo .video1 {
	display: block;
	width: 100%;
}
.fwucp {
	padding: 80px 0 120px;
}
.fwucp .pic {
	width: 116px;
	margin: 0 auto;
}
.fwucp .pic img {
	display: block;
	width: 100%;
}
.fwucp h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-top: 30px;
}