.zy {
    width: 87%;
    height: 20px;
    display: flex;
    justify-content: flex-end;
    line-height: 20px;
}
.zy img {
    margin-top: 3px;
}
.zy a:nth-child(1) {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.zy a:nth-child(3) {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.zy span {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}
.top {
    width: 100%;
    height: 100px;
    background-color: #fff;
    display: flex;
}

.top_i {
    width: 27%;
    height: auto;
}
.top_lx {
    width: 16%;
    height: auto;
}
.dh {
    width: 57%;
    height: auto;
}
.dh ul {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    margin-top: 25px;
}
.dh ul li {
    width: calc((100% - 0% ) / 7 );
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.dh ul li a {
    width: 100%;
    display: block;
    font-size: 20px;
}
.dh a:hover {
    color: rgb(3 93 155);
    font-weight: 600;
}

@media (max-width:1440px) {
    .top {
        width: 100%;
        height: 130px;
        background-color: #fff;
        display: flex;
    }
    .top_i {
        width: 0;
        height: auto;
        
    }
    .top_lx {
        width: 16%;
        height: auto;
        
    }
    .dh {
        width: 78%;
        height: auto;
    }
    .dh ul {
        width: 100%;
        height: auto;
        display: flex;
        text-align: center;
        margin-top: 85px;
    }
    .dh ul li {
        width: calc((100% - 0% ) / 7 );
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
    .dh ul li a {
        width: 100%;
        display: block;
        font-size: 20px;
    }
    .dh a:hover {
        color: rgb(3 93 155);
        font-weight: 600;
    }
}
@media (max-width:1024px) {
    .top {
        width: 100%;
        height: 140px;
        background-color: #fff;
        display: flex;
    }
    .top_i {
        width: 0;
        height: auto;
    }
    .top_lx {
        width: 16%;
        height: auto;
        display: none;
    }
    .dh {
        width: 100%;
        height: auto;
    }
    .dh ul {
        width: 100%;
        height: auto;
        display: flex;
        text-align: center;
        margin-top: 85px;
    }
    .dh ul li {
        width: calc((100% - 0% ) / 7 );
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
    .dh ul li a {
        width: 100%;
        display: block;
        font-size: 23px;
    }
    .dh a:hover {
        color: rgb(3 93 155);
        font-weight: 600;
    }
}
.rslides {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide_container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.slide img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 1%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 70px;
    width: 65px;
    background: transparent url("../UploadFiles/themes.png") no-repeat left top;
    margin-top: -45px;
}

.slide_nav:active {
    opacity: 1.0;
}

.slide_nav.next {
    left: auto;
    background-position: right top;
    right: 1%;
}

.slide_container .tu {
    width: 100%;
    height: 602px;
}
/* --------------------------------------------------------------------------------产品中心 */
.cp {
    width: 100%;
    height: auto;
    clear: both;
    background-color: rgb(240, 240, 240);
}
.cp_t {
    width: 95%;
    height: auto;
    padding: 40px 20px 20px 20px;
    margin: 0 auto;
}
.cp_t p {
    font-size: 27px;
    color: #333;
    margin-bottom: 20px;
}
.cp_t span {
    width: 70px;
    height: 5px;
    background-color: rgb(1, 110, 212);
    display: block;
    
}
.cp_tt {
    width: 100%;
    height: auto;
}
.cp_tt ul {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
}
.cp_tt ul a {
    width: calc((100% - 75% ) / 4 );
    height: auto;
    margin: 20px;
    padding: 20px;
    border: 3px solid rgb(2, 63, 119); 
    text-align: center;
}

.cp_tt ul a {
    font-size: 20px;
    color: #333;
    display: block;
}
@media (max-width:1024px) {
    .cp_tt ul a {
        width: calc((100% - 35% ) / 4 );
        height: auto;
        margin: 20px;
        padding: 20px;
        border: 3px solid rgb(2, 63, 119); 
        text-align: center;
    }
    .cp_tt ul a {
        font-size: 24px;
        color: #333;
        display: block;
    }
}
.cp_tt ul a:hover {
    background-color: rgb(2, 67, 110);
    color: #fff;
    transition: all 0.5s ease;
}
.cp_n {
    width: 90%;
    margin: 0 auto;
    height: auto;
}
.cp_n ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.cp_n ul li {
    width: calc((100% - 13% ) / 5 );
    margin: 20px;
    border: 1px solid rgb(255, 255, 255);
}
.cp_n li a {
    width: 100%;
    display: block;
}
.cp_n a h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cp_n h3 img {
    width: 100%;
    height: 350px;
}
.cp_n li ol {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #333;
    background-color: rgb(255, 255, 255);
    margin-top: -5px;
}
.cp_n li:hover ol {
    background-color: rgb(2, 99, 163);
    color: #fff;
    transition: all 0.5s ease;
}
.cp_n li:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
/* -----------------------------------------------------------------------------关于我们 */
.wm {
    width: 100%;
    height: auto;
}
.wm_n {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.wm_l {
    width: 40%;
    padding: 20px;
}
.wm_l p {
    font-size: 20px;
    line-height: 40px;
    color: #333;
    
}
@media (max-width:1024px) {
    .wm_l p {
        font-size: 20px;
        line-height: 40px;
        color: #333;
        
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}
.wml_a  {
    width: 100%;
}
.wml_a a {
    display: block;
    width: 130px;
    height: 50px;
    font-size: 19px;
    text-align: center;
    line-height: 50px;
    color: #333;
    border: 3px solid rgb(3, 72, 177);
    border-radius: 40px;
    float: right
}
.wml_a a:hover {
    color: #fff;
    background-color: rgb(2 108 194);
    border: 3px solid rgb(0, 46, 116);
    transition: all 0.5s ease;
}
.wm_r {
    width: 40%;
    padding: 20px;
    height: auto;
}
.wm_r img {
    width: 100%;
}
.wml_x {
    width: 100%;
    height: auto;
}
.wml_x ul {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: flex;
}
.wml_x ul li {
    width: calc((100% - 20%) / 3 );
    height: auto;
    margin: 20px;
    padding: 20px;
    text-align: center;
}
@media (max-width:1024px) {
    .wml_x ul li {
        width: calc((100% - 20%) / 3 );
        height: auto;
        margin: 20px;
        padding: 0px;
        text-align: center;
    }
}
.wml_x li img {
    width: 50%;

}
.wml_x li p {
    width: 100%;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
}
/* ---------------------------------------------------------------------------------------实力展示 */
.sl {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.xm_n {
	width: 100%;
	height: auto;
}
.wrap_n {
	width: 90%;
	margin: 0 auto;
}
.syfwlb {
	padding: 0 40px;
	box-sizing: border-box;
}

.syfwlb::before,
.syfwlb::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	z-index: 10;
}

.syfwlb::before {
	left: -1px;
	/*background-color: #fff;*/
}

.syfwlb::after {
	right: -1px;
	/*background-color: #f3f3f3;*/
}

.syfwnr {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.sycplb {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	transition: all 0.6s;
	margin-top: 10px;
	background-color: #fff;
}

.sycplb .sycplbtp {
	width: 100%;
	overflow: hidden;
}

.sycplb .sycplbtp img {
	width: 100%;
	display: block;
	transition: all 0.8s;
    height: 320px;
}

.sycplbbt {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.sycplbbt p:nth-child(1) {
	font-size: 20px;
	line-height: 53px;
	text-align: center;
	color: #212121;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sycplbbt p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
	margin-top: 16px;
	background-image: url("../../UploadFiles/bj/jt.png");
	background-size: 18px 16px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.sycplb:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	margin-bottom: 6px;
}

.sycplb:hover .sycplbtp img {
	transform: scale(1.2);
}

.sycplb:hover .sycplbbt p:nth-child(1) {
	color: #1455aa;
}

@media(max-width:1024px) {
	.syfw {
		width: 96%;
	}

	.sycplbbt p:nth-child(1) {
		font-size: 27px;
	}

	.sycplbbt p:nth-child(2) {
		font-size: 23px;
	}
}
.swiper-button-prev, .swiper-button-next {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 20;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255);
}
/* ---------------------------------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 250px;
    background-image: url(/UploadFiles/pic/di_bg.jpg);
}
.dibu_t {
    width: 89%;
    height: 210px;
    display: flex;
    padding: 20px 100px;
}
@media (max-width:1024px) {
    .dibu_t {
        width: 98%;
        height: 210px;
        display: flex;
        padding: 20px 1px;
    }
}
@media (max-width:1440px) {
    .dibu_t {
        width: 98%;
        height: 210px;
        display: flex;
        padding: 20px 1px;
    }
}
.dibut_l {
    width: 18%;
    height: auto;
}

.dibut_l img {
    width: 100%;
}
.dibut_r {
    width: 82%;
    height: auto;
    
}
.shang {
    width: 100%;
    height: auto;
    display: flex;
}
@media (max-width:1024px) {
    .dibut_l {
        width: 18%;
        height: auto;
        line-height: 28;
        display: none;
    }
    .dibut_r {
        width: 96%;
        height: auto;
        
    }
}
@media (max-width:1440px) {
    .dibut_l {
        width: 18%;
        height: auto;
        
    }
    .dibut_r {
        width: 96%;
        height: auto;
        
    }
}
.shang a {
    width: calc((100% - 0%) / 6 );
    height: auto;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}
.shang a:hover {
    color: #99abc4;
}
.xia {
    width: 100%;
    height: auto;
}
.xia ul {
    width: 96%;
    display: flex;
    height: auto;
    padding: 20px;
}
.xia ul li {
    width: calc((100% - 20% ) / 3 );
    display: flex;
    padding: 20px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(0, 0, 0, 0.438);
}
.xia li img {
    width: 26%;
}

.xia li p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    margin-left: 20px;
}

@media (max-width:1440px) {
    .xia ul {
        width: 99%;
        display: flex;
        height: auto;
    }
    .xia ul li {
        width: calc((100% - 22% ) / 3 );
        display: flex;
        padding: 20px;
        margin-right: 0px;
        margin-left: 20px;
        background-color: rgba(0, 0, 0, 0.438);
    }
    .xia li img {
        width: 26%;
        height: 66px;
        margin-top: 20px;
    }
    .xia li:nth-child(1) p {
        margin-top: 20px;
    }
    .xia li p{
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 33px !important;
        margin-left: 20px;
    }
}
@media (max-width:1024px) {
    .xia ul {
        width: 100%;
        display: flex;
        height: auto;
        padding-top: 20px;
    }
    .xia ul li {
        width: calc((100% - 22% ) / 3 );
        display: flex;
        padding: 20px;
        margin-right: 0px;
        margin-left: 20px;
        background-color: rgba(0, 0, 0, 0.438);
    }
    .xia li img {
        width: 26%;
        height: 66px;
        margin-top: 20px;
    }
    .xia li:nth-child(1) p {
        margin-top: 20px;
    }
    .xia li p{
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 33px !important;
        margin-left: 20px;
    }
}
.ddd {
    width: 100%;
    height: 30px;
    background-color: #212121;
    display: flex;
    justify-content: center;
    line-height: 30px;
}
.ddd img {
    margin-top: 6px;
}
.ddd p {
    font-size: 18px;
    color: #fff;
}
/* ------------------------------------------------------------------------------关于我们 */
.gy_t {
    width: 90%;
    height: 50px;
    background-color: #025c9a;
    padding: 0px 95px;
    display: flex;
}
.gyt_a ,.gyt_a1 {
    width: 150px;
    height: auto;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}
.gyt_a {
    background-color: #d47902;
}
.gyt_a:hover {
    background-color: #d47902;
    color: #fff;
}
.gyt_a1:hover {
    background-color: #d47902;
    color: #fff;
}
.wzdh {
    width: 80%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 50px;
}
.wzdh a {
    color: #fff;
    font-size: 16px;
}
.gy_n {
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
}

@media (max-width:1440px) {
    .gy_t {
        width: 87%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 93px;
        display: flex;
    }
    .gy_n img {
        width: 100%;
    }
}
@media (max-width:1024px) {
    .gy_t {
        width: 81%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 93px;
        display: flex;
    }
    .gy_n img {
        width: 100%;
    }
}
/* --------------------------------------------------------------------------技术参数 */
.js_t {
    width: 90%;
    height: 50px;
    background-color: #025c9a;
    padding: 0px 95px;
    display: flex;
}
.jst_a ,.jst_a1 {
    width: 150px;
    height: auto;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}
.jst_a {
    background-color: #d47902;
}
.jst_a:hover {
    background-color: #d47902;
    color: #fff;
}
.jst_a1:hover {
    background-color: #d47902;
    color: #fff;
}
.wzdh {
    width: 80%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 50px;
}
.wzdh a {
    color: #fff;
    font-size: 16px;
}
.js_n {
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
}
.jsn_p {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(24, 24, 24);
    font-size: 27px;
    text-align: center;
    font-weight: 600;
}
@media (max-width:1440px) {
    .js_t {
        width: 87%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 93px;
        display: flex;
    }
    .jst_a ,.jst_a1 {
        width: 150px;
        height: auto;
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
    }
    .jst_a {
        background-color: #d47902;
    }
    .jst_a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .jst_a1:hover {
        background-color: #d47902;
        color: #fff;
    }
    .wzdh {
        width: 80%;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        line-height: 50px;
    }
    .wzdh a {
        color: #fff;
        font-size: 16px;
    }
    .js_n {
        width: 90%;
        padding-top: 30px;
        margin: 0 auto;
    }
    .jsn_p {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(24, 24, 24);
        font-size: 27px;
        text-align: center;
        font-weight: 600;
    }
}
@media (max-width:1024px) {
    .js_t {
        width: 93%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 35px;
        display: flex;
    }
    .jst_a ,.jst_a1 {
        width: 150px;
        height: auto;
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
    }
    .jst_a {
        background-color: #d47902;
    }
    .jst_a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .jst_a1:hover {
        background-color: #d47902;
        color: #fff;
    }
    .wzdh {
        width: 80%;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        line-height: 50px;
    }
    .wzdh a {
        color: #fff;
        font-size: 16px;
    }
    .js_n {
        width: 90%;
        padding-top: 30px;
        margin: 0 auto;
    }
    .jsn_p {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgb(24, 24, 24);
        font-size: 27px;
        text-align: center;
        font-weight: 600;
    }
}
/* ---------------------------------------------------------------------------------视频展示 */
.spzs_t {
    width: 90%;
    height: 50px;
    background-color: #025c9a;
    padding: 0px 95px;
    display: flex;
}
.spzst_a ,.spzst_a1 {
    width: 150px;
    height: auto;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}
.spzst_a {
    background-color: #d47902;
}
.spzst_a:hover {
    background-color: #d47902;
    color: #fff;
}
.spzst_a1:hover {
    background-color: #d47902;
    color: #fff;
}
.wzdh {
    width: 80%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 50px;
}
.wzdh a {
    color: #fff;
    font-size: 16px;
}
.spzs_n {
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
}
@media (max-width:1440px) {
    .spzs_t {
        width: 87%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 93px;
        display: flex;
    }
    .spzst_a ,.spzst_a1 {
        width: 150px;
        height: auto;
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
    }
    .spzst_a {
        background-color: #d47902;
    }
    .spzst_a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .spzst_a1:hover {
        background-color: #d47902;
        color: #fff;
    }
    .wzdh {
        width: 80%;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        line-height: 50px;
    }
    .wzdh a {
        color: #fff;
        font-size: 16px;
    }
    .spzs_n {
        width: 90%;
        padding-top: 30px;
        margin: 0 auto;
    }
}
@media (max-width:1024px) {
    .spzs_t {
        width: 81%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 93px;
        display: flex;
    }
    .spzst_a ,.spzst_a1 {
        width: 150px;
        height: auto;
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
    }
    .spzst_a {
        background-color: #d47902;
    }
    .spzst_a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .spzst_a1:hover {
        background-color: #d47902;
        color: #fff;
    }
    .wzdh {
        width: 80%;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        line-height: 50px;
    }
    .wzdh a {
        color: #fff;
        font-size: 16px;
    }
    .spzs_n {
        width: 90%;
        padding-top: 30px;
        margin: 0 auto;
    }
}
/* ---------------------------------------------------------------------联系我们 */
.lx_t {
    width: 90%;
    height: 50px;
    background-color: #025c9a;
    padding: 0px 95px;
    display: flex;
}
.lxt_a ,.lxt_a1 {
    width: 150px;
    height: auto;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}
.lxt_a {
    background-color: #d47902;
}
.lxt_a:hover {
    background-color: #d47902;
    color: #fff;
}
.lxt_a1:hover {
    background-color: #d47902;
    color: #fff;
}
.wzdh {
    width: 80%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 50px;
}
.wzdh a {
    color: #fff;
    font-size: 16px;
}
.lx_n {
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
    display: flex;
}
.lxn_l {
    width: 50%;
    height: auto;
    margin-bottom: 30px;
    background-image: url(/UploadFiles/pic/lx_bg.png);
    background-repeat: no-repeat;
}
.lxn_l li {
    width: 50%;
    display: flex;
    margin: 0 auto;
    padding: 10px;
}
.lxn_l li p {
    font-size: 18px;
    color: #333;
    height: 50px;
    line-height: 55px;
    margin-left: 20px;
}
.lxn_l li:nth-child(1) p {
    margin-left: 60px;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.lxn_l li img {
    width: 10%;
}
.lxn_r {
    width: 50%;
    margin-bottom: 20px;
}
@media (max-width:1440px) {
    .lx_t {
        width: 87%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 93px;
        display: flex;
    }
    .lxt_a ,.lxt_a1 {
        width: 150px;
        height: auto;
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
    }
    .lxt_a {
        background-color: #d47902;
    }
    .lxt_a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .lxt_a1:hover {
        background-color: #d47902;
        color: #fff;
    }
    .wzdh {
        width: 80%;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        line-height: 50px;
    }
    .wzdh a {
        color: #fff;
        font-size: 16px;
    }
    .lx_n {
        width: 99%;
        padding-top: 30px;
        margin: 0 auto;
        display: flex;
    }
    .lxn_l {
        width: 37%;
        height: auto;
        margin-bottom: 30px;
        background-image: url(/UploadFiles/pic/lx_bg.png);
        background-repeat: no-repeat;
    }
    .lxn_l li {
        width: 95%;
        display: flex;
        margin: 0 auto;
        padding: 10px;
    }
    .lxn_l li p {
        font-size: 18px;
        color: #333;
        height: 50px;
        line-height: 55px;
        margin-left: 20px;
    }
    .lxn_l li:nth-child(1) p {
        margin-left: 60px;
        font-size: 30px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .lxn_l li img {
        width: 10%;
    }
    .lxn_r {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width:1024px) {
    .lx_t {
        width: 81%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 93px;
        display: flex;
    }
    .lxt_a ,.lxt_a1 {
        width: 150px;
        height: auto;
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
    }
    .lxt_a {
        background-color: #d47902;
    }
    .lxt_a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .lxt_a1:hover {
        background-color: #d47902;
        color: #fff;
    }
    .wzdh {
        width: 80%;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        line-height: 50px;
    }
    .wzdh a {
        color: #fff;
        font-size: 16px;
    }
    .lx_n {
        width: 99%;
        padding-top: 30px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .lxn_l {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        background-image: url(/UploadFiles/pic/lx_bg.png);
        background-repeat: no-repeat;
    }
    .lxn_l li {
        width: 60%;
        display: flex;
        margin: 0 auto;
        padding: 20px;
    }
    .lxn_l li p {
        font-size: 30px;
        color: #333;
        height: 50px;
        line-height: 55px;
        margin-left: 20px;
    }
    .lxn_l li:nth-child(1) {
        width: 70%;
    }
    .lxn_l li:nth-child(1) p {
        margin-left: 60px;
        font-size: 47px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .lxn_l li img {
        width: 15%;
    }
    .lxn_r {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 60px;
    }
}
/* ------------------------------------------------------------------------产品、实力展示 */
.cs_t {
    width: 90%;
    height: 50px;
    background-color: #025c9a;
    padding: 0px 95px;
    display: flex;
}
.cst_a  {
    width: 20%;
    height: auto;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}
.cs_t li {
    width: 20%;
    height: auto;
    
    margin-left: 10px;
}
.cs_t li a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}
.cst_a {
    background-color: #d47902;
}
.cst_a:hover {
    background-color: #d47902;
    color: #fff;
}
.cs_t li a:hover {
    background-color: #d47902;
    color: #fff;
}
.wzdh {
    width: 80%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 50px;
}
.wzdh a {
    color: #fff;
    font-size: 16px;
}
.cs_n {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
}
.cs_n ul {
    width: 92%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.cs_n ul li {
    width: calc((100% - 14% ) / 4 );
    height: auto;
    margin: 10px;
    padding: 20px;
}
.cs_n li a {
    width: 100%;
    display: block;
    position: relative;
}
.cs_n a h3 {
    width: 100%;
    height: 376px;
    overflow: hidden;
}
.cs_n h3 img {
    width: 100%;
    height: 376px;
}
.cs_n li ol {
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: rgba(2, 59, 134, 0.527);
    position: absolute;
    top: 89%;
    
}
.cs_n a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .cs_t {
        width: 87%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 93px;
        display: flex;
    }
    .cs_t .wzdh {
        display: none;
    }
    .cst_a  {
        width: 20%;
        height: auto;
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
    }
    .cs_t li {
        width: 20%;
        height: auto;
        
        margin-left: 10px;
    }
    .cs_t li a {
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
    }
    .cst_a {
        background-color: #d47902;
    }
    .cst_a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .cs_t li a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .wzdh {
        width: 80%;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        line-height: 50px;
    }
    .wzdh a {
        color: #fff;
        font-size: 16px;
    }
    .cs_n {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .cs_n ul {
        width: 92%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .cs_n ul li {
        width: calc((100% - 19% ) / 4 );
        height: auto;
        margin: 10px;
        padding: 20px;
    }
    .cs_n li a {
        width: 100%;
        display: block;
        position: relative;
    }
    .cs_n a h3 {
        width: 100%;
        height: 376px;
        overflow: hidden;
    }
    .cs_n h3 img {
        width: 100%;
        height: 376px;
    }
    .cs_n li ol {
        width: 100%;
        height: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 20px;
        color: rgb(255, 255, 255);
        background-color: rgba(2, 59, 134, 0.527);
        position: absolute;
        top: 89%;
        
    }
    .cs_n a:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .cs_t {
        width: 98%;
        height: 50px;
        background-color: #025c9a;
        padding: 0px 10px;
        display: flex;
    }
    .cst_a  {
        width: 20%;
        height: auto;
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
    }
    .cs_t li {
        width: 20%;
        height: auto;
        
        margin-left: 10px;
    }
    .cs_t li a {
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
    }
    .cst_a {
        background-color: #d47902;
    }
    .cst_a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .cs_t li a:hover {
        background-color: #d47902;
        color: #fff;
    }
    .wzdh {
        width: 80%;
        color: #fff;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        line-height: 50px;
    }
    .wzdh a {
        color: #fff;
        font-size: 16px;
    }
    .cs_n {
        width: 100%;
        height: auto;
        background-color: rgb(245, 245, 245);
    }
    .cs_n ul {
        width: 92%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .cs_n ul li {
        width: calc((100% - 14% ) / 2 );
        height: auto;
        margin: 10px;
        padding: 20px;
    }
    .cs_n li a {
        width: 100%;
        display: block;
        position: relative;
    }
    .cs_n a h3 {
        width: 100%;
        height: 376px;
        overflow: hidden;
    }
    .cs_n h3 img {
        width: 100%;
        height: 376px;
    }
    .cs_n li ol {
        width: 100%;
        height: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 20px;
        color: rgb(255, 255, 255);
        background-color: rgba(2, 59, 134, 0.527);
        position: absolute;
        top: 89%;
        
    }
    .cs_n a:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }
}
.footbox{
	height: 11rem;
	background:rgba(1, 106, 204, 0.4);
	bottom: 0;
	z-index: 99;
	left: 0; 
	width: 100%;
	min-width: 375px; 
	position: fixed; 
	border-top:0;
	z-index: 1000;
}
.flexbox{
	margin-top:2px;
	text-align: center; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.footbox ul li{
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	text-align:center;
}
.footbox ul li a{ 
	display:block;
	color:#fff;
	font-size:3rem;
	line-height:4rem;
	font-weight: 600;
}
.footbox ul li a img{ 
	display:block; 
	width:4rem; 
	height:4rem; 
	margin:5px auto
}
@media(min-width:1000px){
	.footbox{
		display:none;
	}
}
.sjkx{
	display:block;
}
@media(min-width:1000px){
	.sjkx{
		display: none;
	}
}