@charset "UTF-8";
/*publick*/
::-webkit-input-placeholder {
 color: rgba(10, 18, 65, 0.75);
}

:-moz-placeholder {
 color: rgba(10, 18, 65, 0.75);
}

::-moz-placeholder {
 color: rgba(10, 18, 65, 0.75);
}

:-ms-input-placeholder {
 color: rgba(10, 18, 65, 0.75);
}
/*.transition, .header, .header .container > ul > li > a, .Supplier .container .li, .czjk_fix .boms .tab_tit span.on, .czjk_fix .boms .tab_tit span:hover, .Engineering_case .bom_fix .li a img, .Engineering_case .bom_fix .li a .hover, .Engineering_case .bom_fix .li a .hover span, .Engineering_case .bom_fix .li a:hover .hover, .Engineering_case .bom_fix .li a:hover .hover span, .answer .container .li p, .answer .container .li:hover p, .about_us2 .we_can_do_what .bom .li:hover > div, .about_us2 .we_can_do_what .bom .li:hover .img, .about_us2 .jzg .bom .li, .about_us2 .jzg .bom .li > div, .about_us2 .jzg .bom .li:hover, .about_us2 .jzg .bom .li:hover > div, .about_us2 .jzg .bom .li:hover .img, .fwbz .container .bom .li .hover, .fwbz .container .bom .li .hover.on {
	transition: all .4s ease;
	-mos-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
}*/
.bth, .pub_tit_one.bt, .answer .container .li {
	border-bottom: 1px solid #B4B4B4;
}
/*publick end*/
.pub_tit_one h1 {
	font-size: 36px;
	color: #333;
	/*font-weight: normal;*/
}
.pub_tit_one h1 em {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	background: url("/public/static/home/images/05.jpg") no-repeat right center;
	padding-right: 53px;
	margin-right: 9px;
}
.pub_tit_one p {
	font-size: 18px;
	color: #666;
	margin-top: 33px;
}
.pub_tit_one p em {
	font-size: 20px;
	color: #a51a13;
}
.pub_tit_one.on h1 {
	color: #fff;
}
.pub_tit_one a {
	background: url("/public/static/home/images/17.png") no-repeat right center;
	font-size: 16px;
	color: #333;
	padding-right: 19px;
}
.pub_tit_one.bt {
	line-height: 79px;
}
.pub_tit_one.bt a {
	position: relative;
	top: 12px;
}
/*pc-nav*/
.header {
	height: 70px;
	background: rgba(255, 255, 255, 0.85);
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999999;
	position: fixed;
}
.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.header .container > ul {
	display: flex;
	width: 63%;
	justify-content: space-between;
	margin-left: 5%;
}
.header .container > ul > li {
	position: relative;
}
.header .container > ul > li > a {
	color: #0a1241;
	font-size: 16px;
	padding-bottom: 23px;
}
.header .container > ul > li:hover > a {
	    color: #a51a13;
    /*border-bottom: 2px solid #a51a13;*/
}
.header .container > ul > li ul {
	background: #fff;
	width: 443px;
	border: 1px solid #B1B1B1;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 46px;
	border-top: none;
	margin-left: -184.5px;
	z-index: 9999999999999;
	opacity: 0;
    padding: 0 5px 10px;
}
.header .container > ul > li ul li {
	width: 33.3%;
	text-align: center;
	margin-top: 10px;
}
.header .container > ul > li:nth-child(1) ul{
    width: 280px;
    margin-left: -120px;
}
.header .container > ul > li:nth-child(1) ul li{
	width: 50%;
}
.header .container > ul > li ul li img{
	display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.header .container > ul > li ul li a p {
	color: #0a1241;
}
.header .container > ul > li.on > a {
	    color: #a51a13;
    border-bottom: 2px solid #a51a13;
}
.header .container > ul > li:hover ul {
	opacity: 1;
}
.header .container form {
	width: 224px;
	height: 32px;
	border-radius: 20px;
	border: 1px rgba(9, 17, 69, 0.6) solid;
	display: flex;
	overflow: hidden;
}
.header .container form input {
	border: none;
	font-size: 13px;
	color: #0a1241;
	background: none;
}
.header .container form input:first-child {
	flex-grow: 1;
	padding: 0 0 0 12px;
}
.header .container form input:last-child {
	/*flex-grow: 1;*/
	width: 16%;
	background: url("/public/static/home/images/serch.png") no-repeat center center;
}
.header.on {
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
}
/*app-nav*/
.header_app {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    height: 75px;
    align-items: center;
    padding: 0 0.22rem;
	display: none;
	z-index: 999999;
}
.header_app .app_logo {
	width: 40%;
	position: absolute;
	left: 3%;
	top: 8px;
}
.header_app .app_menu {
	width: 6%;
	position: absolute;
	right: 4%;
	top: 32%;
}

.nav_celan {
	width: 60%;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 99999999999999;
	background: #454f85;
	height: 100%;
	overflow-y: auto;
}
.nav_celan form {
	height: 30px;
	border-bottom: 1px solid #9ca1bb;
	margin: 20px 10px 20px;
}
 .nav_celan form ::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.75);
}
 .nav_celan form :-moz-placeholder {
 color: rgba(255, 255, 255, 0.75);
}
 .nav_celan form ::-moz-placeholder {
 color: rgba(255, 255, 255, 0.75);
}
 .nav_celan form :-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.75);
}
.nav_celan form input {
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
	font-size: 14px;
	color: #fff;
	float: left;
}
.nav_celan form input:first-child {
	width: 72%;
	padding: 0 4% 0 4%;
}
.nav_celan form input:last-child {
	width: 8%;
	background: url("/public/static/home/images/31.png") no-repeat center center;
	background-size: 60%;
	float: left;
}
.nav_celan > ul > li {
	line-height: 40px;
	background-color: #2f396d;
}
.nav_celan > ul > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 0 28px;
	box-sizing: border-box;
	border-bottom: 1px solid #73799e;
	width: 100%;
	background-color: #ccc;
	display: inline-block;
	background: url(/public/static/home/images/33.png) no-repeat 90% center;
	letter-spacing: 1px;
}
.nav_celan > ul > li > a.on {
	background: none;
}
.nav_celan > ul > li > a.downs {
	background: url("/public/static/home/images/32.png") no-repeat 90% center;
}
.levelu {
	display: none;
}
.nav_celan > ul > li ul li {
	border-bottom: 1px solid #73799e;
	padding: 0 42px;
	background-color: #1c2452;
}
.nav_celan > ul > li ul li a {
	font-size: 13px;
	color: #eee;
	letter-spacing: 1px;
}


.problem {
	margin-top: 75px;
}
.problem .bom {
	margin-top: 76px;
	display: flex;
	justify-content: space-between;
}
.problem .bom .li {
	background: #f3f3f3;
}
.problem .bom .li .img {
	height: 240px;
	overflow: hidden;
}
.problem .bom .li .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.problem .bom .li .tit {
	padding: 15px 11px 28px;
}
.problem .bom .li .tit h3 {
	font-size: 21px;
	color: #242424;
	font-weight: normal;
	margin-bottom: 13px;
}
.problem .bom .li .tit p {
	font-size: 13px;
	color: #474747;
	line-height: 28px;
}
.problem .bom .li .tit p span{
	height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.problem .bom .li .tit p em {
	color: #353535;
	display: block;
	font-weight: bold;
	height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.problem .bom .li:hover .img img {
	opacity: 0.6;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.Supplier {
	height: 683px;
	background: url("/public/static/home/images/bj1.jpg") no-repeat center center;
	margin-top: 118px;
}
.Supplier .pub_tit_one {
	margin-bottom: 36px;
}
.Supplier .pub_tit_one h1 {
	padding-top: 23px;
}
.Supplier .container {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.Supplier .container .li {
	color: #fff;
	text-align: center;
	width: 25%;
	margin-bottom: 18px;
}
.Supplier .container .li .img img {
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 5px;
	transition: all 0.5s;
	/*transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transition: transform 1s;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;*/
}
.Supplier .container .li .tit {
	margin-top: 11px;
}
.Supplier .container .li .tit h3 {
	font-size: 22px;
	font-weight: normal;
	background: url("/public/static/home/images/06.jpg") no-repeat top center;
	padding: 9px 0 9px;
}
.Supplier .container .li .tit p {
	font-size: 12px;
	text-transform: uppercase;
}
.Supplier .container .li .img img:hover {
	border: 2px solid #A51A12;
	transition: all 0.5s;
	/*
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);*/
}
.czjk_fix {
	padding: 70px 0 30px;
	background: url("/public/static/home/images/09.png") no-repeat center 50px;
}
.czjk_fix .pub_tit_one.on h1 {
	color: #333;
}
.czjk_fix .pub_tit_one.on h1 em {
	color: #333;
	background: url("/public/static/home/images/07.jpg") no-repeat right center;
}
.czjk_fix .pub_tit_one.on p em {
	color: #3d3d3d;
}
.czjk_fix .boms {
	margin-top: 90px;
}
.czjk_fix .boms .tab_tit span {
	font-size: 22px;
	color: #333;
	margin: 0 31px;
	cursor: pointer;
}
.czjk_fix .boms .tab_tit span.on, .czjk_fix .boms .tab_tit span:hover {
	border-bottom: 3px solid #13206a;
	color: #13206a;
	padding-bottom: 9px;
}
.czjk_fix .boms .tab_bom {
	background: url("/public/static/home/images/10.png") repeat-x center 111px;
	margin-top: 126px;
}
.czjk_fix .boms .tab_bom .container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.czjk_fix .boms .tab_bom .container .li {
	width: 25%;
	padding: 0 40px;
}
.czjk_fix .boms .tab_bom .container .li > div:first-child img {
	margin-bottom: 23px;
}
.czjk_fix .boms .tab_bom .container .li h4 {
	font-size: 18px;
	color: #172367;
	font-weight: normal;
	margin-top: 18px;
}
.czjk_fix .boms .tab_bom .container .li p {
	color: rgba(23, 35, 103, 0.75);
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
	height: 60px;
}
/*gcal*/
.Engineering_case {
	padding-top: 51px;
}
.Engineering_case .bom_fix {
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px;
}
.Engineering_case .bom_fix .li {
	width: 25%;
	overflow: hidden;
	margin-top: -8px;
}
.Engineering_case .bom_fix .li a {
	display: inline-block;
}
.Engineering_case .bom_fix .li a img {
	max-width: 100%;
}
.Engineering_case .bom_fix .li a .hover {
	width: 100%;
	height: 99%;
	background-color: rgba(15, 26, 93, 0.4);
	top: 0;
	left: 0;
	opacity: 0;
}
.Engineering_case .bom_fix .li a .hover h3 {
	width: 90%;
	font-size: 22px;
	color: #fff;
	position: absolute;
	bottom: 60px;
	left: 5%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.Engineering_case .bom_fix .li a .hover p {
	width: 92%;
	height: 22px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 28px;
	left: 4%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.Engineering_case .bom_fix .li a .hover span {
	width: 26px;
	height: 20px;
	background: url(/public/static/home/images/16.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 17px;
	right: 30px;
}
.Engineering_case .bom_fix .li a:hover .hover {
	opacity: 1;
}
.Engineering_case .bom_fix .li a:hover .hover span {
	right: 19px;
}
/*gcal end*/
/*answer*/
.answer {
	margin: 66px 0 100px;
}
.answer .container {
	display: flex;
	justify-content: space-between;
}
.answer .container .left {
	width: 91%;
	margin-right: 3.8%;
}
.answer .container .left > img {
	margin-top: 29px;
	max-width: 100%;
}
.answer .container .left .tit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.answer .container .left .tit .li span {
	color: #666;
	font-size: 12px;
	display: none;
	margin-bottom: 0.05rem;
}
.answer .container .left .tit .li em {
	width: 70px;
    height: 20px;
    background-color: #cdcdcd;
    margin-top: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 25px;
	display: none;
}
/*.answer .container .left .tit .li:last-child {
	margin-left: 3.6%;
}*/
.answer .container .left > div:last-child {
	margin-top: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.answer .container .left > div:last-child a {
	width: 183px;
	height: 43px;
	line-height: 43px;
	background: #172367 url("/public/static/home/images/30.png") no-repeat 163px center;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	position: relative;
}
.answer .container .left > div:last-child a img {
	position: absolute;
	right: 0.15rem;
	top: 0.09rem;
}
.answer .container .right .li {
	width: 100%;
	/* padding-bottom: 13.35px; */
	margin-top: 10px !important;
}
.answer .container .right .li h3 {
	margin-bottom: 2px;
	/* margin-bottom: 6px; */
	font-weight: normal;
	/* height: 36px; */
	/* line-height: 36px; */
}
.answer .container .right .li:hover h3{
	color: #0a1241;
}
.answer .container .right .li p {
	line-height: 28px;
}
.answer .container .li {
	width: 48.2%;
	padding-bottom: 10px;
	margin-top: 10px;
}
.answer .container .li h3 {
	font-size: 18px;
	color: #252525;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	height: 40px;
	line-height: 40px;
}
.answer .container .li:hover h3{
	color: #0a1241;
}
.answer .container .li p {
	font-size: 13px;
	color: #a2a2a2;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.answer .container .li:hover p {
	color: #434343;
}
/*answer end*/
/*footer*/
.footer {
	background: #0a1241;
	height: 187px;
	padding-top: 55px;
}
.footer .container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.footer .container > div {
	display: -webkit-flex;
	display: flex;
}
.footer .container > div p {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	margin-left: 13px;
	line-height: 25px;
}
.footer .container > div p.on {
	line-height: 28px;
    /*text-align: right;
    padding-right: 30px;*/
}
.footer .container > div a {
	color: #fff;
	font-size: 16px;
	background: url("/public/static/home/images/18.jpg") no-repeat right center;
	padding: 0 30px;
    margin: 0 0 26px;
	display: inline-block;
}
.footer .container > div a:last-child {
	background: none;
}
.footer .container > div:last-child {
	position: relative;
	top: -88px;
}
.footer.on .container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.footer.on .container > div:nth-child(2) {
	top: 0;
}
.footer.on .container > div:nth-child(2) a {
	margin: 14px 0 28px;
}
.footer.on .container > div:nth-child(2) p {
	text-align: right;
}
/*footer end*/
/*about_us2*/
.about_us2 .gsjj {
	display: flex;
	justify-content: space-between;
	padding-top: 83px;
	padding-bottom: 85px;
}
.about_us2 .gsjj h1 {
	font-size: 150px;
    line-height: 150px;
    letter-spacing: 18px;
    color: #F3F3F3;
    text-transform: uppercase;
    font-weight: bold;
}
.about_us2 .gsjj .right {
	width: 46%;
	float: right;
	padding: 20px 37px 0;
}
.about_us2 .gsjj .right .wz {
	position: relative;
	/*z-index: 999999;*/
}
.about_us2 .gsjj .right .wz .tit {
	margin-bottom: 15px;
}
.about_us2 .gsjj .right .wz .tit h4 {
	font-size: 24px;
	color: #091140;
	font-weight: normal;
}
.about_us2 .gsjj .right .wz .tit p {
    font-size: 12px;
    color: #3d3d3d;
    text-transform: uppercase;
    line-height: 22px;
}
.about_us2 .gsjj .right .wz > p {
	font-size: 14px;
	color: #4f4f4f;
	text-align: left;
	line-height: 30px;
}
.about_us2 .gsjj .right .wz .bom {
	display: flex;
	justify-content: center;
}
.about_us2 .gsjj .right .wz .bom > div {
	margin: 0px 49px;
}
.about_us2 .gsjj .right .wz .bom > div:first-child {
	border-right: 1px solid #C3C3C3;
	padding-right: 97px;
}
.about_us2 .gsjj .right .wz .bom span {
	font-size: 43px;
	color: #545454;
}
.about_us2 .gsjj .right .wz .bom span em {
	color: #a51a13;
	font-size: 34px;
}
.about_us2 .gsjj .right .wz .bom p {
	font-size: 16px;
	color: #545454;
}
.about_us2 .we_can_do_what {
	background: url("/public/static/home/images/bj2.jpg") no-repeat center center;
	height: 497px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_us2 .we_can_do_what .tit {
	color: #fff;
	padding-top: 63px;
}
.about_us2 .we_can_do_what .tit h2 {
	font-size: 30px;
}
.about_us2 .we_can_do_what .tit p {
	font-size: 14px;
	width: 93%;
	margin: 0 auto;
	margin-top: 20px;
}
.about_us2 .we_can_do_what .bom {
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
	margin-top: 80px;
}
.about_us2 .we_can_do_what .bom .li {
	width: 14.3%;
}
.about_us2 .we_can_do_what .bom .li .fix {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
}
.about_us2 .we_can_do_what .bom .li .img {
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
.about_us2 .we_can_do_what .bom .li .img img {
	width: 53%;
}
.about_us2 .we_can_do_what .bom .li p {
    font-size: 16px;
    line-height: 50px;
/*    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    color: #fff;
}
.about_us2 .we_can_do_what .bom .li:hover > div {
	background: #a51a13;
}
.about_us2 .we_can_do_what .bom .li:hover .img {
	width: 140px;
	height: 140px;
	background: #a51a13;
	border: none;
	transition: all 0.5s;
}
/*.about_us2 .we_can_do_what .bom .li:hover .img img {
	width: 75%;
}*/
.about_us2 .we_can_do_what .bom .li:hover p {
	font-size: 20px;
}
.about_us2 .jzg {
	padding: 49px 0 51px;
}
.about_us2 .jzg h2 {
	font-size: 30px;
	color: #555;
	background: url("/public/static/home/images/49.png") no-repeat bottom center;
	padding-bottom: 20px;
}
.about_us2 .jzg .bom {
	width: 80%;
    margin: 0 auto;
	margin-top: 50px;
}
.about_us2 .jzg .bom .li {
	width: 25%;
    height: 252px;
    text-align: center;
    float: left;
}
.about_us2 .jzg .bom .li > div {
	width: 186px;
	height: 214px;
	margin: 0 auto;
	background: url("/public/static/home/images/50.png") no-repeat center center;
	background-size: 100%;
	    margin-top: 20px;
}
.about_us2 .jzg .bom .li .img {
	background: url("/public/static/home/images/52.png") no-repeat bottom center;
	padding-bottom: 8px;
}
.about_us2 .jzg .bom .li .img img {
	margin-top: 57px;
}
.about_us2 .jzg .bom .li p {
	font-size: 16px;
	color: #1c1c1c;
	margin-top: 18px;
}
.about_us2 .jzg .bom .li:hover {
	background: url("/public/static/home/images/51.png") no-repeat center center;
}
.about_us2 .jzg .bom .li:hover > div {
	background: none;
}
.about_us2 .jzg .bom .li:hover .img {
	background: url("/public/static/home/images/53.png") no-repeat bottom center;
}
.about_us2 .jzg .bom .li:hover p {
	color: #fff;
}
.about_us2 .yj {
	background: url("/public/static/home/images/21.jpg") no-repeat center center;
	height: 354px;
}
.about_us2 .yj .container {
	height: 100%;
}
.about_us2 .yj .wz {
	display: flex;
	justify-content: flex-end;
	width: 73%;
	align-items: center;
	height: 100%;
}
.about_us2 .yj .wz h2 {
	font-size: 30px;
	color: #404040;
	margin-bottom: 20px;
}
.about_us2 .yj .wz p {
	font-size: 18px;
	color: #404040;
	line-height: 39px;
}
/*about_us2 end*/
/*fwbz*/
.fwbz .container p {
	padding: 45px 0 55px;
	color: #333;
	font-size: 17px;
	line-height: 35px;
}
.fwbz .container .bom {
	display: flex;
	justify-content: space-between;
	padding: 0 113px;
	/*overflow: hidden;*/
}
.fwbz .container .bom .li {
	width: 217px;
	/*height: 412px;*/
	position: relative;
}
.fwbz .container .bom .li .hover {
	background: rgba(10, 18, 65, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 15px;
}
.fwbz .container .bom .li .hover span {
	width: 59px;
	height: 59px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	line-height: 59px;
	font-size: 31.35px;
	color: #0a1241;
	font-weight: bold;
	margin-top: -29px;
}
.fwbz .container .bom .li .hover h4 {
	color: #fff;
	padding: 2px 0 0;
	margin-bottom: 50px;
	font-size: 18px;
	height: 22px;
	text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
}
.fwbz .container .bom .li .hover .p {
	overflow: hidden;
	width: 100%;
	display: none;
}
.fwbz .container .bom .li .hover .p p {
	font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding: 0 18px;
	display: none;
	-webkit-line-clamp: initial;
}
.fwbz .container .bom .li .hover.on {
	top: 0;
}
.fwbz .container .bom .li > img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.fwbz .container .bom_bom {
	background: url("/public/static/home/images/22.jpg") no-repeat center center;
	height: 197px;
	display: flex;
	justify-content: flex-end;
	margin: 89px 0 84px;
}
.fwbz .container .bom_bom .wz {
	width: 56.5%;
}
.fwbz .container .bom_bom .wz h3 {
	font-size: 26px;
	color: #0a1241;
	font-weight: bold;
	margin-top: 30px;
}
.fwbz .container .bom_bom .wz p {
	font-size: 17px;
	color: #4d4d4d;
	padding: 8px 0 55px;
}
/*fwbz end*/
/*fw*/
.fw .container .top {
	height: 110px;
	background: #f4f4f4;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.fw .container .top .li {
	background: url("/public/static/home/images/58.png") no-repeat right center;
	text-align: center;
	width: 100%;
}
.fw .container .top .li .img2 {
	display: none;
}
.fw .container .top .li p {
	color: #353535;
	font-size: 14px;
}
.fw .container .top .li:last-child {
	background: none;
}
.fw .container .bom h1 {
	font-size: 32px;
	color: #0a1241;
	background: url("/public/static/home/images/76.png") no-repeat bottom center;
	padding-bottom: 26px;
}
.fw .container .bom p {
	border-top: 1px solid #b7b7b7;
	font-size: 15px;
	color: #353535;
}
.about_us2 .gsjj .left{
	width: 52%;
	float: left;
}


.about_us2 .we_can_do_what .bom .li p.mob{
	display: none;
}
@media all and (max-width:1440px){
.about_us2 .we_can_do_what .bom .li p.mob{
	display: block;
}
.about_us2 .we_can_do_what .bom .li p.com{
	display: none;
}
}


.video_bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
.video{
    width: 100%;
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 999999;
}
.video img{
    display: block;
}
.video p{
    font-size: 0.36rem;
    font-weight: bold;
    text-align: left;
    line-height: 0.8rem;
    color: #fff;
}
/*fw end*/

/*# sourceMappingURL=all.css.map */
