.layout {
	overflow: hidden;background: #fff;
	margin: 0 auto;position: relative;
}
.header {
	background: #fff;padding: 21px 0 19px;
}
.header .logo {
	display: block;float: left;
	margin-top: 2px;width: 150px;
}
.header .logo img {
	display: block;width: 100%;
}
.header .rts {
	float: right;margin-top: 6px;
}
.header .naver {
	float: left;padding-right: 26px;
}
.header .naver li {
	float: left;margin-right: 40px;
}
.header .naver li h3 a {
	display: block;font-size: 16px;color: #363636;
	line-height: 28px;
	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 h3 {
	position: relative;
}
.header .naver li h3::before {
	position: absolute;z-index: 11;content: "";
	bottom: 0;width: 0;height: 1px;
	left: 0;right: 0;margin: 0 auto;
	background: #00a0e9;
	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:hover h3 a,
.header .naver li.on h3 a {
	color: #00a0e9;
}
.header .naver li:hover h3::before,
.header .naver li.on h3::before {
	width: 17px;
}
.header .fsole {
	float: right;position: relative;z-index: 11;
	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 .fsole .fsosuo {
	width: 24px;height: 24px;padding-top: 2px;
	cursor: pointer;
}
.header .fsole .fsosuo img {
	display: block;width: 100%;height: 100%;
}
.wrap {
	width: 1400px;margin: 0 auto;
}
.fsole .sole {
	overflow: hidden;width: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	position: absolute;z-index: 33;
	right: 0;top: -15px;
	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;
	box-shadow: 0 0 4px 1px rgba(80,80,80,0.1);
}
.header .fsole.on .sole {
	width: 420px;display: block;
}
.fsole.on .sole .ico,
.fsole.on .sole .text {
	display: block;
}
.fsole .sole .cen {
	border: 1px solid #dcdcdc;
	border-radius: 21px;
	margin: 8px 9px 8px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 7px;
}
.fsole .sole .text {
	height: 40px;display: block;border: none;
	font-size: 16px;color: #c4c4c4;float: left;
	width: calc(100% - 60px);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;
	border-radius: 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.fsole .sole .ico {
	float: right;width: 40px;height: 40px;
	position: relative;cursor: pointer;
	display: none;
}
.fsole .sole .ico img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
}
.fban img {
	display: none;width: 100%;
}
.fban img:first-child {
	display: block;
}
.fbansw {
	height: 650px;position: relative;
}
.fbansw img{
	width: 100%;height: 100%;display: block;
	object-fit: cover;
}
.fbansw .swspan {
	position: absolute;z-index: 11;bottom: 24px;
	text-align: center;
}
.fbansw .swspan .swiper-pagination-bullet-active {
	background: rgba(255,255,255,1);
}
.fbansw .swspan span {
	margin: 0 10px;height: 12px;width: 12px;
	background: rgba(255,255,255,0.35);
	opacity: 1;padding: 0 !important;
}
.fhabout {
	padding: 75px 0 110px;
}
.ftitle {
	text-align: center;
}
.ftitle h2 {
	font-size: 36px;line-height: 1.8;color: #363636;
	position: relative;font-weight: 300;
}
.ftitle h2::before {
	position: absolute;z-index: 11;content: "";
	bottom: 0;left: 0;right: 0;margin: 0 auto;
	width: 28px;height: 3px;background: #f39800;
}
.fhabout .cen {
	margin-top: 42px;
}
.fhabout .imgs {
	margin-top: 8px;width: 48%;float: left;
}
.fhabout .imgs img {
	display: block;width: 100%;
}
.fhabout .text {
	float: right;width: 48%;
}
.fhabout .text p {
	font-size: 16px;line-height: 2;color: #363636;
}
.fhabout .text .fmore {
	margin: 40px 0 0;width: 148px;
}
.fmore {
	margin: 0 auto;width: 200px;
	border: 1px solid #00a0e9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;line-height: 38px;
	color: #00a0e9;display: block;
	text-align: center;text-transform: uppercase;
	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;
}
.fmore:hover {
	color: #fff;
	background: #00a0e9;
}
.fhproduct {
	background: #f7f7f7;
	padding: 65px 0 80px;
}
.fprodtlt {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 27px;
}
.fprodtlt ul {
	display: flex;justify-content: space-evenly;
}
.fprodtlt li {
	position: relative;
}
.fprodtlt li i {
	position: absolute;z-index: 33;
	bottom: 0;left: 0;right: 0;margin: 0 auto;
	width: 0;height: 2px;background: #00a0e9;
	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;
}
.fprodtlt li.on i,
.fprodtlt li:hover i {
	width: 100%;
}
.fprodtlt li a {
	display: block;font-size: 18px;
	line-height: 60px;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;
}
.fprodtlt li.on a,
.fprodtlt li:hover a {
	color: #00a0e9;
}
.fhproduct .list {
	margin-top: 50px;
}
.fhproduct .list li {
	float: left;width: calc((100% - 77px)/4);
	margin-bottom: 25px;margin-right: 25px;
	background: #fff;
}
.fhproduct .list li:nth-child(4n) {
	margin-right: 0;
}
.fhproduct .list li a {
	display: block;padding: 20px 35px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhproduct .list li .imgs {
	height: 225px;overflow: hidden;
	position: relative;
}
.fhproduct .list li .imgs img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
	max-height: 80%;
	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;
}
.fhproduct .list li:hover .imgs img {
	transform: translateY(-50%) scale(1.05);
}

.fhproduct .list li .text {
	text-align: center;
}
.fhproduct .list li .text h3 {
	font-size: 16px;line-height: 24px;
	color: #363636;font-weight: bold;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	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;
}
.fhproduct .list li:hover .text h3 {
	color: #00a0e9;
}
.fhproduct .list li .text p {
	font-size: 14px;line-height: 1.8;
	color: #363636;margin-top: 8px;
	height: 3.6em;overflow: hidden;
}
.fhproduct .list li .text .jia {
	margin: 20px auto 0;height: 25px;
	width: 25px;border-radius: 50%;
	background: url(../images/fn2.png) no-repeat center #00a0e9;
}
.fhproduct .fmore {
	margin: 50px auto 0;
}
.fhnews {
	padding: 65px 0 85px;
}
.fhnews .cen {
	margin-top: 50px;
}
.fhnews .lts {
	width: 49%;float: left;
}
.fhnews .lts a {
	display: block;
}
.fhnews .lts .imgs {
	height: 395px;overflow: hidden;
}
.fhnews .lts .imgs 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;
}
.fhnews .lts:hover .imgs img {
	transform: scale(1.05);
}
.fhnews .lts .text {
	margin-top: 12px;
}
.fhnews .lts .text h4 {
	font-size: 18px;line-height: 26px;color: #000;
	font-weight: bold;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	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;
}
.fhnews .lts:hover .text h4 {
	color: #00a0e9;
}
.fhnews .lts .text h6 {
	margin-top: 8px;font-size: 14px;color: #999999;
	line-height: 22px;
}
.fhnews .lts .text p {
	margin-top: 10px;font-size: 14px;color: #999999;
	line-height: 24px;
}
.fhnews .rts {
	float: right;width: 48%;
}
.fhnews .rts li {
	float: left;width: calc((100% - 34px)/2);
	margin-bottom: 44px;
}
.fhnews .rts li:nth-child(2n) {
	float: right;
}
.fhnews .rts li a {
	display: block;
}
.fhnews .rts li .img {
	height: 185px;overflow: hidden;
}
.fhnews .rts li .img img {
	display: block;width: 100%;height: 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;
}
.fhnews .rts li:hover .img img {
	transform: scale(1.05);
}
.fhnews .rts li .tet {
	margin-top: 7px;
}
.fhnews .rts li .tet h4 {
	font-size: 14px;line-height: 22px;color: #000;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	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;
}
.fhnews .rts li:hover .tet h4 {
	color: #00a0e9;
}
.fhnews .rts li .tet h6 {
	margin-top: 4px;font-size: 12px;line-height: 22px;
	color: #999999;
}
.fhnews .fmore {
	margin: 12px auto 0;
}
.footer {
	background: #1b1b1b;padding-top: 65px;
}
.footer .log {
	float: left;width: 174px;
	margin-top: 65px;display: block;
}
.footer .log img {
	display: block;width: 100%;
}
.footer .rts {
	float: right;width: calc(100% - 260px);
}
.footer .rts .lt {
	float: left;width: 83%;
}
.footer .rts .lt ul {
	display: flex;flex-wrap:wrap;
}
.footer .rts .lt li {
	width: 38%;position: relative;
	padding: 0 30px 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .rts .lt li::before {
	position: absolute;z-index: 11;content: "";
	left: 0;background: rgba(255,255,255,0.15);
	top: 18px;bottom: 18px;width: 1px;
}
.footer .rts .lt li:last-child::after {
	position: absolute;z-index: 11;content: "";
	right: 0;background: rgba(255,255,255,0.15);
	top: 18px;bottom: 18px;width: 1px;
}
.footer .rts .lt li:nth-child(2) {
	width: 24%;
}
.footer .rts .lt li dd a {
	display: block;font-size: 14px;line-height: 30px;
	color: #fff;
}
.footer .rts .lt li dd a:hover {
	color: #00a0e9;
}
.footer .rts .lt li h6 {
	font-size: 14px;line-height: 30px;
	color: rgba(255,255,255,0.51);
}
.footer .rts .lt li .in {
	margin-top: 32px;width: auto !important;height: auto !important;
}
.footer .rts .lt li .in a{
    display: inline-block;
    margin: 0 5px 0 0;width: 32px;
    height: 32px;
}
.footer .rts .lt li .in img {
	display: block;width: 100%;height: 100%;
}
.footer .rts .fwx {
	float: right;margin-top: 10px;
}
.footer .rts .fwx .wx {
	width: 118px;height: 118px;
}
.footer .rts .fwx .wx img {
	display: block;width: 100%;height: 100%;
}
.footer .rts .fwx p {
	text-align: center;font-size: 14px;
	line-height: 2;color: rgba(255,255,255,0.41);
}
.fcopyright {
	margin-top: 64px;padding: 12px 10px 20px;
	border-top: 1px solid rgba(255,255,255,0.11);
}
.fcopyright a {
	display: block;text-align: center;
	font-size: 16px;line-height: 30px;color: rgba(255,255,255,0.18);
	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;
}
.fcopyright a:hover {
	color: #fff;
}
.fsuspens {
	position: fixed;z-index: 66;
	right: 35px;top: 50%;
}
.fsuspens li {
	position: relative;margin-bottom: 2px;
}
.fsuspens li h3 a {
	position: relative;display: block;
	height: 70px;width: 70px;
	border-radius: 5px;overflow: hidden;
	background: #00a0e9;
}
.fsuspens li h3 a:hover {
	background: #0193d6;
}
.fsuspens li h3 a img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
	max-width: 70%;max-height: 70%;
}
.fsuspens li .fwx {
	position: absolute;width: 236px;
	right: 98px;top: 0;font-size: 18px;padding: 15px;line-height:40px;
	background: #fff;border-radius: 4px;z-index: 33;
	overflow: hidden;box-shadow: 0 0 4px 1px rgba(80,80,80,0.1);
	display: none;
}
.fsuspens li .fwx .wx {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fsuspens li .fwx .wx img {
	display: block;width: 100%;height: 100%;
}

/* about */
.foffice {
	padding: 80px 0 110px;
}
.fabout {
	padding: 95px 0;
}
.fabout .abou {
	margin-top: 45px;
	font-size: 16px;line-height: 2;
	color: #363636;
}
.fabout .abou img {
	display: block;width: 100%;
}
.ftalents {
	background: #f7f7f7;padding: 85px 0 130px;
}
.ftalents .team {
	margin-top: 52px;
}
.ftalents .team .lts {
	margin-top: 8px;width: 49%;
	float: left;
}
.ftalents .team .lts p {
	font-size: 16px;line-height: 2;color: #363636;
}
.ftalents .team .lts ul {
	margin-top: 50px;overflow: hidden;
}
.ftalents .team .lts ul li {
	float: left;width: calc((100% - 20px)/2);
	height: 236px;
}
.ftalents .team .lts ul li img {
	display: block;width: 100%;height: 100%;
}
.ftalents .team .lts ul li:nth-child(2n) {
	float: right;
}
.ftalents .team .rts {
	float: right;width: 49%;height: 520px;
}
.ftalents .team .rts img {
	display: block;width: 100%;height: 100%;
}
.foffice .fent {
	margin-top: 36px;display: flex;flex-wrap:wrap;height: 538px;
}

.foffice .lt {
	float: left;width: 37.3%;height: 100%;
}
.foffice .fent img {
	display: block;width: 100%;height: 100%;
	object-fit: cover;
}
.foffice .cen {
	width: 27.5%;margin-left: 0.6%;height: 100%;
}
.foffice .cen img {
	height: 39%;
}
.foffice .cen img:first-child {
	height: 59%;margin-bottom: 2%;
}

.foffice .rt {
	width: 34%;margin-left: 0.6%;height: 100%;
}
.foffice .rt img {
	height: 49%;
}
.foffice .rt img:first-child {
	margin-bottom: 2%;
}


/* contact */
.fcontact {
	padding: 80px 0 100px;
}
.fcontact .cont {
	margin-top: 54px;
}
.fcontact .cont .lt {
	float: left;width: 300px;
}
.fcontact .cont .lt p {
	font-size: 16px;line-height: 28px;color: #000000;
}
.fcontact .cont .lt .fin {
	margin-top: 20px;
}
.fcontact .cont .lt .fin a{
    display: inline-block;width: 32px;height: 32px;margin: 0 5px 0 0;
}
.fcontact .cont .lt .fin img {
	display: block;width: 100%;height: 100%;
}
.fcontact .cont .lt .fwx {
	margin-top: 22px;width: 118px;
}
.fcontact .cont .lt .wx {
	height: 118px;
}
.fcontact .cont .lt .wx img {
	display: block;width: 100%;height: 100%;
}
.fcontact .cont .lt .fwx h6 {
	font-size: 14px;line-height: 1.8;
	color: #b5b5b5;text-align: center;
}
.fcontact .rt {
	float: right;width: calc(100% - 330px);
	margin-top: 8px;
}
.fcontact .rt .list ul {
	overflow: hidden;
}
.fcontact .rt .list ul li {
	margin-bottom: 15px;float: left;
	width: 100%;
}
.fcontact .rt .list ul li:nth-child(1),
.fcontact .rt .list ul li:nth-child(2),
.fcontact .rt .list ul li:nth-child(3) {
	width: calc((100% - 70px)/3);margin-right: 34px;
}
.fcontact .rt .list ul li:nth-child(3) {
	margin-right: 0;
}
.fcontact .rt .list ul li .text {
	display: block;border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;width: 100%;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;padding: 0 22px;
	font-size: 14px;color: #adadad;
}
.fcontact .rt .list ul li .text:focus {
	border-color: #00a0e9;
}
.fcontact .rt .list ul li .textarea {
	display: block;border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;width: 100%;
	-moz-box-sizing: border-box;height: 134px;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 22px;
	font-size: 14px;line-height: 1.6;
	color: #adadad;resize: none;
}
.fcontact .rt .list ul li .textarea:focus {
	border-color: #00a0e9;
}
.fcontact .rt .sub {
	margin-top: 10px;float: right;
	display: block;width: 158px;
	line-height: 46px;color: #fff;
	font-size: 16px;text-align: center;
	border: none;cursor: pointer;
	background: #00a0e9;
	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;
}
.fcontact .rt .sub:hover {
	background: #0193d6;
}

/* news */
.fpagels ul {
	margin: 0 auto;text-align: center;font-size: 0;
}
.fpagels ul li {
	display: inline-block;margin: 0 3px;
}
.fpagels ul li a,span{
	display: block;min-width: 30px;line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 2px;overflow: hidden;
	font-size: 14px;color: #666666;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;
}
.fpagels ul li.on a,
.fpagels ul li a:hover {
	color: #fff;border-color: #00a0e9;
	background: #00a0e9 !important;
}
.fpagels ul li.ne a{
	margin: 0 7px;min-width: 52px;
}
.fpagels ul li.active span {
	color: #fff;border-color: #00a0e9;
	background: #00a0e9 !important;
}


.fnews {
	padding: 95px 0 125px;
}
.fnews .list {
	margin-top: 15px;
}
.fnews .list li {
	padding: 35px 0;border-bottom: 1px solid #eeeeee;
	
}
.fnews .list li:last-child {
	border-bottom: none;
}
.fnews .list li a {
	display: block;overflow: hidden;
}
.fnews .list li .img {
	float: left;width: 288px;height: 178px;
	overflow: hidden;
}
.fnews .list li .img img {
	display: block;width: 100%;height: 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;
}
.fnews .list li:hover .img img {
	transform: scale(1.05);
}
.fnews .list li .text {
	float: right;width: calc(100% - 325px);
	margin-top: 6px;
}
.fnews .list li .text h4 {
	font-size: 18px;line-height: 1.5;color: #353535;
	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;
}
.fnews .list li:hover .text h4 {
	color: #00a0e9;
}
.fnews .list li .text h6 {
	margin-top: 13px;font-size: 14px;line-height: 1.8;
	color: #666666;height: 5.4em;overflow: hidden;
	
}
.fnews .list li .text h5 {
	margin-top: 20px;
	
}
.fnews .list li .text h5 i {
	padding-left: 20px;font-size: 14px;
	line-height: 1.8;color: #999999;display: inline-block;
	background: url(../images/fn4.png) no-repeat left center;
}
.fnews .fpagels ul {
	margin: 25px auto 0;
}


/* news_dels */
.fnewsdel {
	padding: 12px 0 60px;
}
.fpage li {
	float: left;font-size: 14px;line-height: 2;color: #666666;
	margin-right: 2px;
}
.fpage li a {
	font-size: 14px;line-height: 2;color: #666666;
	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;
}
.fpage li a:hover,
.fpage li.on a {
	color: #00a0e9;
} 
.fnewsdel .fdels {
	margin-top: 46px;
}
.fnewsdel .fdels .tet {
	padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;
}
.fnewsdel .fdels .tet h2 {
	font-size: 30px;line-height: 1.5;color: #363636;
	font-weight: bold;
}
.fnewsdel .fdels .tet h6 {
	margin-top: 8px;font-size: 14px;color: #999999;
	line-height: 2;padding-left: 20px;
	background: url(../images/fn4.png) no-repeat left center;
}
.fnewsdel .fdels .del {
	font-size: 16px;line-height: 1.6;color: #666666;
	padding: 40px 0;border-bottom: 1px solid #e5e5e5;
}
.fnewsdel .fdels .next {
	margin-top: 28px;
}
.fnewsdel .fdels .next li a {
	font-size: 16px;line-height: 2.2;color: #666666;
	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;	
}
.fnewsdel .fdels .next li a:hover {
	color: #00a0e9;
}

/* product */
.fhighls {
	background: #f7f7f7;
}
.fhighls ul {
	display: flex;justify-content: space-evenly;
}
.fhighls ul li {
	display: inline-block;position: relative;
}
.fhighls ul li a {
	display: block;font-size: 18px;
	line-height: 64px;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;
}
.fhighls ul li.on a,
.fhighls ul li a:hover {
	color: #00a0e9;
}
.fhighls ul li i {
	position: absolute;z-index: 11;bottom: 0;
	background: #00a0e9;width: 0;height: 2px;
	left: 0;right: 0;margin: 0 auto;
	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;
}
.fhighls ul li:hover i,
.fhighls ul li.on i {
	width: 31px;
}
.fproduct {
	padding: 62px 0 90px;
}
.fproduct .list {
	margin-top: 45px;
}
.fproduct .list li {
	float: left;width: calc((100% - 74px)/4);margin-right: 24px;
	margin-bottom: 24px;background: #fff;
}
.fproduct .list li:nth-child(4n) {
	margin-right: 0;
}
.fproduct .list li a {
	display: block;border: 6px solid #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fproduct .list li .imgs {
	height: 252px;position: relative;
	overflow: hidden;
}
.fproduct .list li .imgs img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;max-height: 70%;
	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;
}
.fproduct .list li:hover .imgs img {
	transform: translateY(-50%) scale(1.05);
}
.fproduct .list li .text {
	margin-top: 20px;background: #f7f7f7;
	padding: 18px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fproduct .list li .text h4 {
	font-size: 16px;line-height: 1.5;color: #363636;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	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;
}
.fproduct .list li:hover .text h4 {
	color: #00A0E9;
}
.fproduct .list li .text h6 {
	margin-top: 6px;font-size: 14px;
	line-height: 1.5;color: #666666;
	height: 3em;overflow: hidden;
	
}
.fproduct .fpagels ul {
	margin: 34px auto 0;
}

/* 产品详情 */
.fproddels {
	padding: 12px 0 120px;
}
.fproddels .prod {
	margin-top: 35px;
}
.fproddels .prod .imgs {
	float: left;width: 48.5%;
	height: 452px;border: 1px solid #dcdcdc;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fproddels .prod .imgs:hover img {
	transform: scale(1.05);
}
.fproddels .prod .imgs a,
.fproddels .prod .imgs img {
	display: block;width: 100%;height: 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;
}
.fproddels .prod .text {
	float: right;width: 47.5%;
}
.fproddels .prod .text h2 {
	font-size: 34px;line-height: 42px;color: #363636;
	font-weight: bold;padding-bottom: 26px;
	border-bottom: 1px solid #dcdcdc;
}
.fproddels .prod .text p {
	margin: 25px 0 60px;font-size: 18px;
	line-height: 30px;color: #666666;
}
.fproddels .prod .text a {
	display: block;width: 204px;
	background: #00a0e9;line-height: 50px;
	font-size: 18px;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;
}
.fproddels .prod .text a:hover {
	background: #0193d6;
}
.fproddels .dels {
	margin-top: 52px;padding-bottom: 80px;
	border-bottom: 1px solid #e5e5e5;
}
.fproddels .dels h3 {
	font-size: 24px;line-height: 52px;color: #363636;
	border-bottom: 1px solid #e5e5e5;
}
.fproddels .dels .del {
	margin-top: 24px;
}
.fproddels .fnext {
	margin-top: 26px;
}
.fproddels .fnext ul {
	overflow: hidden;
}
.fproddels .fnext li {
	float: left;width: 47%;
}
.fproddels .fnext li:nth-child(2) {
	float: right;text-align: right;
}
.fproddels .fnext li a {
	display: block;font-size: 16px;
	line-height: 26px;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;
}
.fproddels .fnext li a:hover {
	color: #00a0e9;
}
.fproddels .dels .del img {
	display: block;margin: 0 auto;
}