.layout {
	overflow: hidden;background: #fff;
	margin: 0 auto;position: relative;
}
.wrap {
	width: 1270px;margin: 0 auto;
}
.fpadd {
	padding: 0 35px;
}
.header {
	position: absolute;z-index: 111;top: 0;
	left: 0;right: 0;margin: 0 auto;
}
.header .logo {
	float: left;display: block;
	width: 84px;margin-top: 12px;
}
.header .logo img {
	display: none;width: 100%;height: 100%;
}
.header .logo img:first-child {
	display: block;
}
.header .logo.on img:first-child {
	display: none;
}
.header .logo.on img:nth-child(2) {
	display: block;
}
.header .rts {
	float: right;
}
.header .rts .naver {
	float: left;
}
.header .rts .naver li {
	float: left;margin-right: 42px;
}
.header .rts .naver li h4 a {
	display: block;font-size: 12px;line-height: 76px;color: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
.header .rts .naver li h4 a:hover,
.header .rts .naver li.on h4 a {
	color: #fff;
}
.header .rts .search {
	float: right;margin-top: 22px;position: relative;
}
/* .header .rtx::after{
	content: "";z-index: 1;
	position: absolute;
	left: 0;top:15px ;width: 1px;
	height: 14px;background: #999999;
} */
.header .rts .search .btn{
	float: right;width: 26px;
	height: 30px;cursor: pointer;
	background: url(../images/fn1.png) no-repeat center;
	border: none;
}
.header .rts .search .txt{
	width:160px ;height: 30px;
	border: none;
	background: none;
	font-size:14px ;
	color: #fff;
	width: 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;padding: 0 20px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.header.on .rts .search .txt,
.flaypad .header .rts .search .txt{
	border-color: #333;color: #333;
}
.header.on .rts .search:hover,
.flaypad .header .rts .search:hover{
	border-color: #333;
}
.header .rts .search:hover{
	border: 1px solid #fff;border-radius: 22px;
}
.header .rts .search:hover .txt{
	width: 180px;
}
.header .rts .search .ico {
	width: 12px;height: 12px;cursor: pointer;
}
.header .rts .search .ico img {
	display: block;width: 100%;height: 100%;
}
.fbansw {
	height: 710px;position: relative;
}
.fbansw .prev_next {
	position: absolute;z-index: 11;
	right: 55px;bottom: 20px;overflow: hidden;
}
.fbansw .prev_next .next,
.fbansw .prev_next .prev {
	float: left;margin-right: 5px;
	height: 80px;width: 80px;cursor: pointer;
	display: block;background: url(../images/fj1.png) no-repeat center/cover;
	transition: all 0.3s;
}
.fbansw .prev_next .next:hover,
.fbansw .prev_next .prev:hover {
	background: url(../images/fj1-1.png) no-repeat center/cover;
}
.fbansw .prev_next .next {
	margin-right: 0;transform: rotate(180deg);
}
.fbansw .fdown {
	bottom: 12px;position: absolute;z-index: 33;
	left: 0;right: 0;margin: 0 auto;
	width: 18px;cursor: pointer;-webkit-animation: bounce-up 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;opacity: 1;
}
@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}


@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}
.fbansw .fdown img {
	display: block;width: 100%;
}
.fhproduct {
	padding: 45px 0 70px;
}
.ftitle {
	text-align: center;
}
.ftitle h3 {
	font-size: 24px;line-height: 1.4;color: #434343;
}
.ftitle p {
	font-size: 16px;line-height: 22px;color: #B5B5B5;margin-top: 6px;
}
.fhproduct .ftltls ul {
	margin-top: 38px;text-align: center;font-size: 0;
}
.fhproduct .ftltls li {
	display: inline-block;margin: 0 28px;
}
.fhproduct .ftltls li a {
	display: block;padding: 0 24px;
	font-size: 12px;color: #676767;
	line-height: 28px;border-radius: 14px;
	overflow: hidden;transition: all 0.3s;
}
.fhproduct .ftltls li:hover a,
.fhproduct .ftltls li.on a{
	color: #fff;background: #2491F7;
}
.fhproduct .fprodsw {
	margin: 38px auto 0;overflow: hidden;
}
.fhproduct .fprodsw li {
	width: 282px;
}
.fhproduct .fprodsw li .imgs {
	height: 190px;position: relative;background: #F1F1F1;overflow: hidden;
}
.fhproduct .fprodsw li .imgs img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	max-width: 80%;max-height: 80%;
	left: 0;right: 0;margin: 0 auto;
	transition: all 0.3s;
}
.fhproduct .fprodsw li:hover .imgs img{
	transform: translateY(-50%) scale(1.05);
}
.fhproduct .fprodsw li .tet {
	padding: 22px 0;border-bottom: 1px solid #D0D0D0;
	overflow: hidden;
}
.fhproduct .fprodsw li .tet h4 {
	float: left;font-size: 12px;padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 58px);
	line-height: 22px;position: relative;
	transition: all 0.3s;
}
.fhproduct .fprodsw li:hover .tet h4 {
	color: #2491F7;
}
.fhproduct .fprodsw li .tet h4::before {
	position: absolute;z-index: 11;content: "";
	right: 0;top: 0;bottom: 0;width: 1px;
	background: #D0D0D0;
}
.fhproduct .fprodsw li .tet .ico {
	float: right;width: 50px;height: 22px;
	position: relative;margin-right: 8px;
}
.fhproduct .fprodsw li .tet .ico img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
}
.fhproduct .fprodsw li a {
	display: block;height: 100%;
}
.fmore {
	margin: 45px auto 0;text-align: center;
}
.fmore a {
	display: inline-block;font-size: 14px;line-height: 1.5;color: #666;
	padding-right: 16px;background: url(../images/us7.png) no-repeat right center;
	transition: all 0.3s;cursor: pointer;text-transform: uppercase;
}
.fmore a:hover {
	color: #2491F7;
}
.fhcase {
	padding-bottom: 70px;
}
.fhcase .fcasesw {
	margin-top: 44px;position: relative;
	height: 525px;overflow: hidden;
}
.fhcase .fcasesw li {
	width: 915px;opacity: 0.4;transition: all 0.3s;
}
.fhcase .fcasesw li.swiper-slide-active {
	opacity: 1;
}
.fhcase .fcasesw li a {
	display: block;height: 100%;
}
.fbansw .prev_next {
	position: absolute;z-index: 11;
	right: 55px;bottom: 20px;overflow: hidden;
}
.fhcase .fcasesw .next:hover,
.fhcase .fcasesw .prev:hover {
	background: url(../images/fj1-1.png) no-repeat center/cover;
}
.fhcase .fcasesw .next,
.fhcase .fcasesw .prev {
	position: absolute;z-index: 22;
	left: 100px;top: 50%;transform: translateY(-50%);
	height: 80px;width: 80px;
	background: url(../images/fj1.png) no-repeat center/cover;
	transition: all 0.3s;cursor: pointer;
}
.fhcase .fcasesw .next {
	transform: translateY(-50%) rotate(180deg);
	left: auto;right: 100px;
}
.fhabout {
	background: #F6F6F6;padding-top: 50px;
}
.fhabout .cent {
	padding: 40px 0;
}
.fhabout .cent .imgs {
	float: left;width: 48%;
}
.fhabout .cent .imgs img {
	display: block;width: 100%;
}
.fhabout .cent .text {
	float: right;width: 45%;position: relative;
}
.fhabout .cent .text h3 {
	margin-top: 24px;font-size: 18px;line-height: 1.4;color: #424242;
	position: relative;padding-bottom: 20px;
}
.fhabout .cent .text h3::before {
	position: absolute;z-index: 11;content: "";
	bottom: 0;left: 0;width: 42px;height: 3px;
	background: #2491F7;
}
.fhabout .cent .text p {
	margin-top: 30px;color: #838383;
	line-height: 20px;font-size: 12px;
}
.fhabout .cent .text .more {
	margin-top: 60px;display: block;
	width: 125px;text-align: center;
	background: #2491F7;position: relative;
	z-index: 33;
}
.fhabout .cent .text .more i {
	display: inline-block;
	font-size: 12px;color: #fff;line-height: 36px;
	padding-right: 36px;background: url(../images/fj4.png) no-repeat right center;
	transition: all 0.3s;
}
.fhabout .cent .text .more:hover i {
	padding-right: 40px;
}
.fhabout .cent .text .dt {
	width: 694px;position: absolute;z-index: 1;left: -82px;
	top: 146px;
}
.fhabout .cent .text .dt img {
	display: block;width: 100%;
}
.fhdata {
	background: #F6F6F6;
	padding: 50px 0 40px;
}
.fhdata ul li {
	float: left;width: 25%;overflow: hidden;
}
.fhdata ul li .tet {
	float: left;margin-top: 2px;width: 60%;
}
.fhdata ul li .tet p {
	font-size: 12px;line-height: 1.6;color: #838383;
}
.fhdata ul li .tet h2 {
	font-size: 40px;color: #333;line-height: 1.4;
}
.fhdata ul li .tet h2 em {
	font-size: 14px;line-height: 1.6;color: #838383;
}
.fhdata ul li .ico {
	float: right;width: 40%;height: 50px;
	position: relative;
}
.fhdata ul li .ico img {
	display: block;position: absolute;z-index: 11;
	top: 0;left: 0;
}
.fhnews {
	padding: 70px 0 35px;
	
}
.fhnews .list {
	margin-top: 44px;
}
.fhnews .list li {
	float: left;width: calc((100% - 52px)/3);
	margin-right: 25px;position: relative;margin-bottom: 30px;
}

.fhnews .list li:nth-child(3n) {
	margin-right: 0;
}
.fhnews .list li:first-child {
	height: 468px;
}

.fhnews .list li .imgs {
	height: 290px;overflow: hidden;
}
.fhnews .list li:hover .imgs img {
	transform: scale(1.05);
}
.fhnews .list li .tet {
	padding: 24px 24px 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #F6F6F6;
}
.fhnews .list li a {
	display: block;height: 100%;
}
.fhnews .list li .tet h3 {
	font-size: 18px;line-height: 25px;color: #424242;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 0.3s;
}
.fhnews .list li:hover .tet h3 {
	color: #2491F7;
}
.fhnews .list li .tet p {
	margin-top: 15px;font-size: 12px;line-height: 22px;color: #838383;
	height: 44px;overflow: hidden;
}
.fhnews .list li .tet h6 {
	margin-top: 10px;font-size: 12px;line-height: 22px;color: #838383;
}
.fhnews .fmore {
	margin: 15px auto 0;
}
.footer {
	background: #3C3C3C;
}
.footer .fptop {
	padding: 35px 0 44px;
}
.footer .cent {
	padding-bottom: 34px;border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer .cent .logo {
	float: left;margin-top: 4px;
	width: 84px;display: block;
}
.footer .cent .logo img {
	display: block;width: 100%;
}
.footer .cent .tet {
	float: right;text-align: right;
}
.footer .cent .tet h6 {
	font-size: 12px;line-height: 17px;color: #fff;
}
.footer .cent .tet h3 {
	font-size: 24px;line-height: 28px;color: #fff;
}
.footer .cent .tet p {
	font-size: 12px;line-height: 17px;color: #fff;
}
.footer .nav {
	margin-top: 34px;
}
.footer .nav .lt {
	float: left;width: calc(100% - 160px);
}
.footer .nav .lt dl {
	float: left;width: calc((100% - 82px)/5);
	margin-right: 20px;
}
.footer .nav .lt dl:last-child {
	margin-right: 0;
}
.footer .nav dt {
	font-size: 16px;line-height: 22px;color: #fff;margin-bottom: 14px;
}
.footer .nav dd a {
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	transition: all 0.3s;
}
.footer .nav dd a:hover {
	color: #2491F7;
}
.footer .nav .rt {
	float: right;width: 140px;
}
.footer .nav .rt dd a {
	padding-left: 17px;
	background: url(../images/fh6.png) no-repeat left center;
}
.footer .nav .rt dd:nth-child(2) a {
	background: url(../images/fh7.png) no-repeat left center;
}
.copyright a{
	background: #212121;display: block;
	text-align: center;font-size: 12px;
	line-height: 40px;color: #fff;
}


/* 公司介绍 */
.flaypad {
	padding-top: 76px;
}
.header.on {
	background: #fff;position: fixed;
	box-shadow: 0 0 8px 0 rgba(80,80,80,0.2);
}
.header.on .logo img:first-child {
	display: none;
}
.header.on .logo img:nth-child(2) {
	display: block;
}
.header.on .rts .naver li h4 a {
	color: #434343;
}
.header.on .rts .naver li h4 a:hover,
.header.on .rts .naver li.on h4 a {
	color: #2491F7;
}
.fpagels {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.fpagels .lt {
	float: left;
}
.fpagels .lt li {
	float: left;margin-right: 55px;
}
.fpagels .lt li a {
	position: relative;font-size: 12px;
	line-height: 58px;color: #434343;
	transition: all 0.3s;display: block;
}
.fpagels .lt li a:hover,
.fpagels .lt li.on a {
	color: #2491F7;padding-left: 30px;
}
.fpagels .lt li a i {
	position: absolute;z-index: 11;opacity: 0;
	display: block;top: 50%;transform: translateY(-50%);
	background: rgba(36,145,247,0.1);transition: all 0.3s;
	height: 20px;width: 20px;border-radius: 50%;overflow: hidden;
	left: 0;
}
.fpagels .lt li a i::before {
	position: absolute;z-index: 11;content: "";
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
	width: 8px;border-radius: 50%;
	height: 8px;
	background: #2491F7;
	
}

.fpagels .lt li:hover a i,
.fpagels .lt li.on a i {
	opacity: 1;
}
.fpagels .rt {
	float: right;
}
.fpagels .rt li {
	float: left;font-size: 12px;
	line-height: 58px;color: #434343;
	margin-right: 2px;
}
.fpagels .rt li a {
	display: block;font-size: 12px;
	line-height: 58px;color: #434343;
	transition: all 0.3s;
}
.fpagels .rt li.on a, 
.fpagels .rt li a:hover {
	color: #2491F7;
}
.fabout {
	padding: 50px 0;
	
}
.fabout .imgs {
	float: right;width: 48%;margin-top: 32px;
}
.fabout .imgs img {
	display: block;width: 100%;
}
.fabout .text {
	float: left;width: 46%;
}
.ftlte h3 {
	font-size: 34px;line-height: 40px;color: #d9d9d9;
}
.ftlte h4 {
	font-size: 20px;line-height: 1.4;color: #333;margin-top: 8px;
	font-weight: bold;
}
.fabout .text .dels {
	font-size: 12px;line-height: 28px;color: #434343;margin-top: 70px;
}
.fabout .text .dels i {
	display: inline-block;font-size: 24px;
}
.fbanner {
	height: 440px;
}


/* 荣誉资质 */
.ftlte.cen {
	text-align: center;
}
.fhonor {
	padding: 38px 0;
}
.fhonor .list {
	margin-top: 35px;
}
.fhonor .list li {
	float: left;width: calc((100% - 52px)/3);
	margin-right: 25px;margin-bottom: 35px;
}
.fhonor .list li:nth-child(3n) {
	margin-right: 0;
}
.fhonor .list li a {
	display: block;height: 100%;
}
.fhonor .list li .imgs {
	border: 1px solid #E6E6E6;
	height: 430px;
	background: #FFFFFF;
	position: relative;
}
.fhonor .list li .imgs img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
	max-width: 80%;max-height: 80%;
}
.fhonor .list li h6 {
	text-align: center;margin-top: 10px;
	font-size: 12px;line-height: 1.5;color: #424242;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.next_ico {
	overflow: hidden;
}
.next_ico ul {
	float: right;overflow: hidden;
}
.next_ico li {
	float: left;margin-left: 10px;
}
.next_ico li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #E6E6E6;
	background: url(../images/fj5.png) no-repeat center #FFFFFF;
	transition: all 0.3s;
}
.next_ico li a:hover {
	background: url(../images/fj5-1.png) no-repeat center #FFFFFF;
	border-color: #2491F7;
}
.next_ico li:nth-child(2) a {
	transform: rotate(180deg);
}


/* 服务支持 */
.fservice {
	padding: 88px 0 108px;
}
.fdownload {
	margin: 0 auto;
	width: 310px;
	background: #F6F6F6;
	border-radius: 10px;
	overflow: hidden;
	padding: 26px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fdownload .icon {
	height: 70px;margin: 0 auto;
}
.fdownload .icon img {
	display: block;margin: 0 auto;height: 100%;
}
.fdownload .tet {
	text-align: center;
}
.fdownload .tet h5 {
	margin-top: 15px;
	font-size: 16px;line-height: 22px;color: #333;
}
.fdownload .tet h6 {
	font-size: 12px;line-height: 1.6;color: #838383;
}
.fdownload a {
	display: block;
	width: 120px;
	background: #2491F7;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px auto 0;
	font-size: 14px;line-height: 35px;color: #fff;
	text-align: center;transition: all 0.3s;
}


/* 服务支持-常见问题 */
.fproblem .list li {
	background: #fff;padding: 25px 0;
}

.fproblem .list li:nth-child(2n){
	background: #F7F7F7;
}
.fproblem .list li .text {
	padding: 0 45px;
}
.fproblem .list li .text .tlt {
	cursor: pointer;padding: 10px 0;
}
.fproblem .list li .text .tlt h2 {
	float: left;width: calc(100% - 50px);
	padding-left: 56px;font-size: 18px;
	line-height: 26px;color: #424242;
	background: url(../images/fh2.png) no-repeat left top;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
}
.fproblem .list li .text .tlt.on h2 {
	color: #2491F7;
}
.fproblem .list li .text .tlt .ico {
	float: right;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	transition: all 0.3s;
	background: url(../images/us17.png) no-repeat center/cover;
	border-radius: 50%;overflow: hidden;
	margin-top: 3px;
}
.fproblem .list li .text .tlt.on .ico {
	background: url(../images/us16.png) no-repeat center/cover;
}
.fproblem .list li .text .dels {
	margin-top: 30px;font-size: 12px;line-height: 1.8;color: #424242;
	margin-left: 56px;display: none;
}
.fproblem {
	padding-bottom: 30px;margin-top: 5px;
}
.fproblem .list ul {
	padding-bottom: 20px;
}



/* 解决方案 */
.fsystem {
	padding: 40px 0;
}
.fsystem .list {
	margin-top: 30px;
}
.ftitle h5 {
	font-size: 18px;line-height: 34px;color: #424242;
	margin-top: 30px;
}
.ftitle h5 i {
	color: #2491F7;
}
.fsystem .list li {
	float: left;width: calc((100% - 42px)/3);margin-bottom: 20px;
	margin-right: 20px;height: 250px;position: relative;
}
.fsystem .list li:nth-child(3n) {
	margin-right: 0;
}
.fsystem .list li h6 {
	position: absolute;z-index: 11;top: 50%;
	transform: translateY(-50%);
	left: 20px;right: 20px;margin: 0 auto;
	text-align: center;
	font-size: 12px;line-height: 22px;color: #fff;
}

.fcharacter .list {
	margin-top: 32px;
}
.fcharacter .list ul {
	font-size: 0;
}
.fcharacter .list li {
	display: inline-block;width: 28%;
	margin-right: 8%;margin-bottom: 40px;
	overflow: hidden;vertical-align: top;
}
.fcharacter .list li:nth-child(3n){
	margin-right: 0;
}
.fcharacter .list li .icon {
	float: left;width: 66px;height: 66px;
	border-radius: 50%;overflow: hidden;
}
.fcharacter .list li .icon img {
	display: block;width: 100%;height: 100%;
}
.fcharacter .list li .text {
	float: right;width: calc(100% - 88px);
	
}
.fcharacter .list li .text h3 {
	font-size: 16px;line-height: 22px;color: #424242;
}
.fcharacter .list li .text h6 {
	font-size: 12px;line-height: 1.4;color: #b5b5b5;
	margin-top: 10px;
}
.fdiagram {
	margin-top: 20px;
}
.fdiagram .imgs {
	margin: 30px auto 0;
	
}
.fdiagram .imgs img {
	display: block;width: 100%;
}
.function {
	padding: 60px 0 ;
}
.function .list {
	margin-top: 32px;
}
.function .list li {
	overflow: hidden;margin-bottom: 45px;
}
.function .list li:last-child {
	margin-bottom: 0;
}
.function .list li .imgs {
	float: right;width: 48%;
}
.function .list li .imgs img {
	display: block;width: 100%;
}
.function .list li .text {
	float: left;width: 46%;
}
.function .list li:nth-child(2n) .imgs  {
	float: left;
}
.function .list li:nth-child(2n) .text  {
	float: right;
}
.function .list li .text {
	margin-top: 5px;
}
.function .list li .text .tet h4 {
	font-size: 16px;line-height: 22px;color: #424242;
}
.function .list li .text .tet p {
	margin-top: 28px;font-size: 12px;
	line-height: 22px;color: #b5b5b5;
}
.function .list li .text .fls dl {
	margin-top: 20px;overflow: hidden;
}
.function .list li .text .fls dd {
	float: left;width: 50%;padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.function .list li .text .fls dd h6 {
	padding-left: 20px;font-size: 12px;
	line-height: 22px;color: #b5b5b5;
}


/* 解决方案2 */
.fdemand {
	padding: 40px 0 30px;
}
.fdemand .list ul {
	display: flex;margin-top: 30px;flex-wrap:wrap;
}
.fdemand .list li {
	width: 47.5%;margin-right: 5%;
	border: 1px solid #E5E5E5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 25px 13px;
	text-align: center;margin-bottom: 30px;
}
.fdemand .list li:nth-child(2n) {
	margin-right: 0;float: right;
}
.fdemand .list li .icon {
	height: 105px;position: relative;
}
.fdemand .list li .icon img {
	display: block;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
	max-height: 70%;
	max-width: 70%;
}
.fdemand .list li .text {
	margin-top: 17px;
}
.fdemand .list li .text h4 {
	font-size: 16px;line-height: 22px;color: #424242;
}
.fdemand .list li .text h6 {
	font-size: 12px;line-height: 22px;color: #B5B5B5;
	margin-top: 18px;
}
.fteristics .list ul {
	font-size: 0;margin-top: 30px;
}
.fteristics .list li {
	display: inline-block;width: 22%;margin-right: 4%;
	vertical-align: top;margin-bottom: 30px;
}
.fteristics .list li:nth-child(4n) {
	margin-right: 0;
}
.fteristics .list li .icon {
	height: 66px;width: 66px;margin: 0 auto;
}
.fteristics .list li .icon img {
	display: block;width: 100%;height: 100%;
}
.fteristics .list li .txt {
	text-align: center;margin-top: 20px;
}
.fteristics .list li .txt h3 {
	font-size: 16px;line-height: 22px;color: #424242;
}
.fteristics .list li .txt p {
	font-size: 12px;line-height: 1.4;color: #b5b5b5;
	margin-top: 10px;
}
.function2 {
	padding: 60px 0 10px;
}
.function2 .list {
	margin-top: 34px;
}
.function2 .list ul {
	display: flex;flex-wrap:wrap;
}
.function2 .list li {
	width: 32%;margin-right: 2%;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.function2 .list li:nth-child(3n) {
	margin-right: 0;
}
.function2 .list li .imgs {
	height: 190px;overflow: hidden;
}
.function2 .list li .imgs img {
	display: block;width: 100%;height: 100%;
}
.function2 .list li h6 {
	text-align: center;padding: 15px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;line-height: 1.4;color: #B5B5B5;
}

/* 联系我们 */
.fcontact {
	padding: 50px 0;background: #F5F5F5;
}
.fcontact .cent {
	display: flex;flex-wrap:wrap;
}
.fcontact .lt {
	background: #fff;padding: 40px 42px 40px 46px;margin-right: 1.5%;
	width: 60%;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcontact .lt .tet h3 {
	font-size: 24px;line-height: 33px;color: #2491F7;
}
.fcontact .lt .tet p {
	margin-top: 20px;padding-left: 16px;
	font-size: 14px;line-height: 2;color: #424242;
	background: url(../images/fh8.png) no-repeat left top 2px;
}
.fcontact .lt .fmap {
	margin-top: 24px;height: 515px;
}

.fcontact .lt .fmap .anchorBL {
	display: none;
}
.fcontact .rt {
	width: 38.5%;background: #fff;padding: 40px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcontact .rt h2 {
	font-size: 24px;line-height: 33px;color: #1B1725;
}
.fcontact .rt ul {
	margin-top: 40px;
}
.fcontact .rt li {
	margin-bottom: 20px;
}
.fcontact .rt li label {
	font-size: 16px;line-height: 22px;color: #1B1725;
	display: block;
}
.fcontact .rt li input {
	margin-top: 14px;width: 100%;
	background: #FFFFFF;
	border: 1px solid #D1D6DC;
	color: #1B1725;font-size: 16px;
	height: 48px;padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcontact .rt li input:focus {
	border-color: #2491F7;
}
.fcontact .rt .sub {
	border: none;display: block;
	width: 228px;
	background: #2491F7;
	font-size: 16px;color: #fff;
	line-height: 48px;text-align: center;
	transition: all 0.3s;cursor: pointer;
}
.fcontact .rt .sub:hover {
	background: #0e84f3;
}
.fcontact .rt li .ftarea {
	width: 100%;
	height: 130px;
	background: #FFFFFF;
	border: 1px solid #D1D6DC;
	display: block;resize: none;
	margin-top: 14px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcontact .rt li .ftarea:focus {
	border-color: #2491F7;
}

/* 人才招聘 */
.frecruit {
	padding: 44px 0 52px;
}
.frecruit .tlt {
	text-align: center;
}
.frecruit .tlt h2 {
	color: #D9D9D9;
	font-size: 34px;line-height: 40px;
}
.frecruit .tlt h3 {
	color: #333333;
	font-size: 20px;line-height: 1.4;
	margin-top: 9px;font-weight: bold;
}
.frecruit .frecrusw {
	margin: 60px auto 50px;position: relative;
	overflow: hidden;
}
.frecruit .frecrusw li .pad {
	padding: 0 300px;
}
.frecruit .frecrusw li .dels {
	overflow: hidden;
}
.frecruit .frecrusw li .dels h2 {
	font-size: 26px;line-height: 36px;color: #2491F7;
	margin-bottom: 40px;text-align: center;font-weight: bold;
}
.frecruit .frecrusw li .dels h6 {
	font-size: 14px;line-height: 2;color: #333;
}
.frecruit .frecrusw li .dels p {
	font-size: 14px;line-height: 2;color: #333;
}
.frecruit .frecrusw .next,
.frecruit .frecrusw .prev {
	position: absolute;z-index: 11;
	left: 0;top: 50%;transform: translateY(-50%);
	height: 50px;width: 50px;border-radius: 50%;
	overflow: hidden;cursor: pointer;
	background: url(../images/fj3.png) no-repeat center/cover;
}
.frecruit .frecrusw .next {
	left: auto;right: 0;
	transform: translateY(-50%) rotate(180deg);
}


/* 行业新闻 */
.fnews {
	padding: 40px 0 32px;
	background: #F5F5F5;
}
.fnews .list li {
	float: left;width: calc((100% - 77px)/4);
	margin-right: 25px;margin-bottom: 32px;
}
.fnews .list li:nth-child(4n) {
	margin-right: 0;
}
.fnews .list li a {
	display: block;height: 100%;
}
.fnews .list li .imgs {
	height: 230px;overflow: hidden;
}
.fnews .list li .imgs img {
	display: block;width: 100%;height: 100%;
	transition: all 0.3s;
}
.fnews .list li .text {
	background: #fff;
	padding: 16px 16px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fnews .list li .text h3 {
	font-size: 18px;line-height: 25px;color: #424242;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 0.3s;
}
.fnews .list li:hover .text h3 {
	color: #2491F7;
}
.fnews .list li .text p {
	font-size: 12px;line-height: 22px;height: 44px;
	color: #838383;margin-top: 15px;overflow: hidden;
}
.fnews .list li .text h6 {
	margin-top: 10px;font-size: 12px;line-height: 22px;color: #838383;
}
.fnews .list li:hover .imgs img {
	transform: scale(1.05);
}


/* 新闻详情 */
.fnewsdel {
	padding: 50px 0;
}
.fnewsdel .fdels {
	padding: 50px 80px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #F8F9FA;
}
.fnewsdel .fdels .tlt h2 {
	font-weight: bold;font-size: 24px;line-height: 1.5;color: #000;
	text-align: center;
}
.fnewsdel .fdels .tlt ul {
	overflow: hidden;margin-top: 20px;
}
.fnewsdel .fdels .tlt ul li {
	float: left;width: 40%;text-align: center;
	font-size: 12px;line-height: 1.4;color: #999;
}
.fnewsdel .fdels .tlt ul li:nth-child(2n) {
	float: right;
}
.fnewsdel .fdels .del {
	margin-top: 40px;font-size: 14px;line-height: 2;color: #000;
}
.fnewsdel .fdels .del img {
	display: block;width: 100%;
}


/* 企业动态 */
.fdynamic {
	padding: 50px 0 34px;
}
.fdynamic .list li a {
	display: block;overflow: hidden;
}
.fdynamic .list li {
	margin-bottom: 50px;
}
.fdynamic .list li .imgs {
	float: left;width: 506px;height: 240px;
	overflow: hidden;
}
.fdynamic .list li .imgs img {
	display: block;width: 100%;height: 100%;
	transition: all 0.3s;
}
.fdynamic .list li:hover .imgs img {
	transform: scale(1.05);
}
.fdynamic .list li .text {
	width: calc(100% - 530px);
	position: relative;float: right;
}
.fdynamic .list li .text .tet h3 {
	font-size: 18px;line-height: 25px;color: #424242;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 0.3s;
}
.fdynamic .list li:hover .text .tet h3 {
	color: #2491F7;
}
.fdynamic .list li .text .tet p {
	margin-top: 6px;font-size: 16px;line-height: 22px;color: #838383;
}
.fdynamic .list li .text .tet h6 {
	margin-top: 20px;font-size: 12px;line-height: 22px;color: #838383;
	height: 88px;overflow: hidden;
}
.fdynamic .list li .text h4 {
	text-align: right;margin-top: 40px;
}
.fdynamic .list li .text h4 i {
	display: inline-block;padding-right: 45px;
	font-size: 14px;line-height: 34px;color: #2491F7;
	background: url(../images/fh3.png) no-repeat right center;
	transition: all 0.3s;
}
.fdynamic .list li:hover .text h4 i {
	padding-right: 50px;
}
.fdynamic .list li:nth-child(2n) .imgs {
	float: right;
}
.fdynamic .list li:nth-child(2n) .text {
	float: left;text-align: right;
}
.fdynamic .list li:nth-child(2n) .text h4 {
	text-align: left;
}
.fdynamic .list li:nth-child(2n) .text h4 i {
	
}


/* 案例展示 */
.fcase {
	padding: 50px 0;
}
.fcase .cent {
	margin-bottom: 32px;
}
.fcase .cent .lt {
	float: left;width: 408px;
}
.fcase .cent .rt {
	float: right;width: calc(100% - 438px);
}
.fcase .cent .lt .imgs {
	height: 514px;width: 100%;overflow: hidden;
	margin-bottom: 32px;
}
.fcase .cent .lt .img {
	width: 100%;height: 278px;
}
.fcase .cent .rt .tp {
	overflow: hidden;
}
.fcase .cent .imgs,
.fcase .cent .img{
    position: relative;
}
.fcase h4{
    position: absolute;left: 0;right: 0;
    bottom: 0;z-index: 11;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height:50px;
    background: rgba(0,0,0,0.8);
}
.fcase .cent .rt .tp .img {
	float: left;width: 50%;margin-bottom: 32px;
	height: 278px;
}
.fcase .cent .rt .tp .img:nth-child(2n) {
	float: right;
} 
.fcase .cent .rt .imgs {
	height: 514px;width: 100%;
}
.fcase  .fimgs {
	height: 330px;width: 100%;
}


/* 产品 */
.fprodut {
	padding: 32px 0;background: #F5F5F5;
}
.fprodut .lts {
	float: left;width: 236px;
}
.fprodut .lts .list li {
	margin-bottom: 16px;
}
.fprodut .lts .list li .tlt h3 {
	color: #717171;font-size: 18px;
	padding: 0 25px;position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #E6E6E6;
	transition: all 0.3s;
	line-height: 60px;
	cursor: pointer;
}
.fprodut .lts .list li .tlt h3::before{
	content: "";position: absolute;right: 16px;bottom: 0;background: url(../images/us15.png) no-repeat center/cover;
	width: 45px;height: 40px;z-index: 1;display: none;
}
.fprodut .lts .list li .tlt.on h3::before{
	display: block;
}
.fprodut .lts .list li .tlt.on h3 {
	background: url(../images/fh4.png) no-repeat center/cover;
	color: #fff;border-color: rgba(255,255,255,0);
} 
.fprodut .lts .list li .tlt.on h3 i {
	display: none;
}
.fprodut .lts .list li .tlt h3 i {
	position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	right: 25px;width: 14px;height: 14px;
	background: url(../images/fh5.png) no-repeat center/cover;
	transition: all 0.3s;
}
.fprodut .lts .list li .nali {
	background: #fff;overflow: hidden;
	display: none;
}
.fprodut .lts .list li .nali dl {
	padding: 7px 0;
	
}
.fprodut .lts .list li .nali dd a {
	display: block;padding: 0 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;color: #666;
	line-height: 42px;transition: all 0.3s;
}
.fprodut .lts .list li .nali dd a:hover {
	color: #2491F7;
}
.fprodut .rts {
	float: right;width: calc(100% - 275px);
}
.fprodut .rts .list li {
	float: left;width: calc((100% - 52px)/3);margin-right: 25px;
	border: 1px solid #D0D0D0;margin-bottom: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.fprodut .rts .list li:nth-child(3n) {
	margin-right: 0;
}
.fprodut .rts .list li a {
	display: block;
}
.fprodut .rts .list li .imgs {
	height: 186px;overflow: hidden;
	position: relative;
}
.fprodut .rts .list li .imgs 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%;
	transition: all 0.3s;
}
.fprodut .rts .list li:hover .imgs img {
	transform: translateY(-50%) scale(1.05);
}
.fprodut .rts .list li .text {
	padding: 22px 6px 24px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
}
.fprodut .rts .list li .text h4 {
	float: left;font-size: 12px;line-height: 24px;color: #676767;
	width: calc(100% - 70px);transition: all 0.3s;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fprodut .rts .list li:hover .text h4 {
	color: #2491F7;
}
.fprodut .rts .list li .text .ico {
	float: right;width: 60px;
	border-left: 1px solid #D0D0D0;
	background: url(../images/fj2.png) no-repeat center;
	font-size: 14px;height: 24px;;
}

/* 联系我们 */
.productdal {
	padding: 50px 0;background: #F5F5F5;
}
.productdal .cent {
	display: flex;flex-wrap:wrap;
}
.productdal .lt {
	background: #fff;padding: 40px 42px 40px 46px;
	width: 40%;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.productdal .lt .tet h3 {
	font-size: 24px;line-height: 33px;color: #2491F7;
}
.productdal .lt .tet p {
	margin-top: 20px;padding-left: 16px;
	font-size: 14px;line-height: 2;color: #424242;
	background: url(../images/fh8.png) no-repeat left top 2px;
}
.productdal .tet p {
	margin-top: 20px;
	font-size: 14px;line-height: 2;color: #424242;
}
.productdal .lt .fmap {
	margin-top: 24px;height: 515px;
}

.productdal .lt .fmap .anchorBL {
	display: none;
}
.productdal .rt {
	width: 60%;background: #fff;padding: 40px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.productdal .rt h2 {
	font-size: 24px;line-height: 33px;color: #1B1725;
}
.productdal .rt ul {
	margin-top: 40px;
}
.productdal .rt li {
	margin-bottom: 20px;
}
.productdal .rt li label {
	font-size: 16px;line-height: 22px;color: #1B1725;
	display: block;
}
.productdal .rt li input {
	margin-top: 14px;width: 100%;
	background: #FFFFFF;
	border: 1px solid #D1D6DC;
	color: #1B1725;font-size: 16px;
	height: 48px;padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.productdal .rt li input:focus {
	border-color: #2491F7;
}
.productdal .rt .sub {
	border: none;display: block;
	width: 228px;
	background: #2491F7;
	font-size: 16px;color: #fff;
	line-height: 48px;text-align: center;
	transition: all 0.3s;cursor: pointer;
}
.productdal .rt .sub:hover {
	background: #0e84f3;
}
.productdal .rt li .ftarea {
	width: 100%;
	height: 130px;
	background: #FFFFFF;
	border: 1px solid #D1D6DC;
	display: block;resize: none;
	margin-top: 14px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.productdal .rt li .ftarea:focus {
	border-color: #2491F7;
}


.productdal .content {
	width: 100%;background: #fff;
	padding: 40px 60px;
	line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.productdal .title_text{

	width: 100%;
	height: 45px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 25px;
}

.productdal .title_bt{

	width: 120px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0b6edf;
}

.pro_on{
	color: #0b6edf !important;
}
.fcase ul{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fcase li{
    width: 33%;
    margin-bottom: 10px;
}
.fcase li .imgs{
    height: 260px;
}











