.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}

    .top_right{
        width: 76.5%;
    }
    .navbar-nav-box{
        width: 90%;
        padding-right: 5%;
    }



/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}












/*  */
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1600px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}


/* header */
.header{left:0;top:0;width:100%;z-index:999;position: absolute;-webkit-transition:all .3s ease;transition:all .3s ease;background-color: #fff;box-shadow: 0 0 40px rgba(0,0,0,0.4);}
.top-mid-flex{height: 95px;}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.x-menu>li{position:relative;text-align:center;}
.x-menu>li>a{display:block;font-size:18px;height: 95px;line-height: 95px;font-weight:400;color: #000000;  padding: 0 9px;}

.x-menu>li:hover>a{color:#215cc8!important}
.x-menu>li:hover>a:after{
    content: '';
    width: 100%;
	height: 4px;
	background-color: #215cc8;
    position: absolute;
    left: 0;
    top: 0;
    
} 


.x-sub-menu{position:absolute;z-index:999;width:150%;left:-25%;top:100%;display:none;background:#fff;border-radius:0;padding:0 0}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#333;line-height:1.5;padding:.6em .3em}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:#1d287a}
@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{margin-left: 0;margin-right: 0;}
}



.w1600{
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px; 
}




/* banner */
.home-banner {
    width: 100%;
    position: relative;
    margin-top: 85px;
}
.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a > img {
    display: block;
    width: 100%;
}
.home-banner .swiper-slide.swiper-slide-active a > img{
}
.home-banner .swiper-pagination1 {
	bottom: 40px;
	text-align: left;
	padding-left: calc((100% - 1600px) / 2);
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	background: #fff;
	border-radius: 0%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
}
 

.home-banner .an{
    position: absolute;
    left: 50%;
    bottom: 17px;
    z-index: 1;
    transform: translateX(-50%);
    text-align: center;
}

.home-banner .an p{color: #fff;font-size: 14px;padding-top: 0;margin-bottom: 0; margin-top: 5px;}

@media(max-width: 1380px){
    .home-banner .an img{
        width: 31px;
    }
}


.home-banner .swiper-pagination1{}
.home-banner .swiper-pagination1 .swiper-pagination-current{
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    /* line-height: 32px; */
    letter-spacing: 0px;
    color: #005bac;
}
.home-banner .swiper-pagination1 .swiper-pagination-total{}
.home-banner .swiper-pagination1 .swiper-pagination-current:before{content: '0';}
.home-banner .swiper-pagination1 .swiper-pagination-total:before{content: '0';}


















.site-footer2{background-color:#000;padding:80px 0 110px}
@media (max-width:991px){
    .site-footer2{padding:70px 0 50px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px;margin-bottom:60px}
}

.first_item{position:relative;width:430px}
.ft-logo{margin-bottom:4.6875vw}
.ft-logo a{display:block}
.ft-logo a img{max-height:50px;max-width:280px}
.ft-ewm{margin-bottom:3.64583vw}
.ft-ewm img{max-width:141px}
.sitewidget-bd{position:relative;font-size:14px;font-weight:400;display:flex}
.sitewidget-bd a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 10px 0 0;border-radius:5px;background:#fff;text-align:center;opacity:1}
.sitewidget-bd a img{max-width:100%}
.sitewidget-bd a:hover{opacity:1;background-color:var(--main-theme-color)}
.sitewidget-bd a:hover img{filter:brightness(100)}
.second_item{position:relative;width:420px}
.second_item h2{font-size:18px;color:#fff;font-weight:400;margin-bottom:20px}
.ft-lxwm{position:relative;font-size:15px;color:rgba(255,255,255,.6);line-height:1.5}
.ft-lxwm a{font-size:15px;color:rgba(255,255,255,.6)}
.ft-lxwm p{margin-bottom:0}
.three_item{position:relative;flex:1;display:flex;justify-content:space-between}
.nax-item{position:relative;margin-bottom:15px}
.nax-item>h2{font-size:18px;color:#fff;font-weight:400;text-transform:uppercase;margin-bottom:20px}
.dropdown-subsection{position:relative}
.dropdown-subsection>li{position:relative;margin-bottom:.8em}
.dropdown-subsection>li>a{display:block;font-size:15px;color:rgba(255,255,255,.5);line-height:26px}











.site-footer2{padding:70px 0 90px;background:url(//wm.cdn.cn86.cn/shandongliyu/2025/03/f1f7b5dd31a6cydy.png) no-repeat center top;background-size:cover}
.foot-dftt{font-family:Arial;font-size:22px;font-weight:600;line-height:44px;letter-spacing:0;color:#fff}
.product-cate{margin-top:10px}
.product-cate li{font-family:Arial;font-size:18px;font-weight:400;font-stretch:normal;line-height:40px;letter-spacing:0;color:rgba(255,255,255,.5)}
.product-cate li a{color:rgba(255,255,255,.5)}
.lx_cc{margin-top:10px;font-size:18px;font-weight:400;font-stretch:normal;line-height:40px;letter-spacing:0;color:rgba(255,255,255,.5)}
.lx_cc p{margin-bottom:0}
.yam_a{width:26%}
.ynr{margin-top:10px}
.tb_ll.flex_b li{overflow:hidden}
.tb_ll.flex_b li img{transition:all ease-in-out 0s}
.tb_ll{margin-top:20px;max-width:165px}
.tb_ll.flex_b li:hover img{transform:translateY(-60px);filter:drop-shadow(#2959e0 0 60px);transition:all ease-in-out 0s}
.foot-bom2{position:relative;background:#1b3884;text-align:center;padding:25px 0}
.foot-bom2 p{margin-bottom:0}
.copyright_a{font-size:16px;font-weight:400;line-height:32px;color:#fff}
.copyright_a a{color:#fff}
.site-footer2 .ft-message-form{margin-bottom:60px}
.site-footer2 .ft-message-form .form-group{margin-bottom:10px!important}
.site-footer2 .ft-message-form input,.site-footer2 .ft-message-form textarea{border-bottom:1px solid #4d4d4d;font-size:14px;width:100%;color:rgba(255,254,254,.4);background:#4d4d4d;padding:10px}
.site-footer2 .ft-message-form textarea{line-height:22px;height:45px}
.site-footer2 .submit-btn{border:1px solid #1840b1;background-color:var(--sub-theme-color);padding:0 18px;color:#fff;height:45px;text-transform:uppercase;width:100%;transition:.5s;text-align:center;font-size:18px}
.site-footer2 .submit-btn:hover{background-color:#fff;color:var(--sub-theme-color)}
.site-footer2 .ft-message-form input::-webkit-input-placeholder,.site-footer2 .ft-message-form textarea::-webkit-input-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .ft-message-form input:-moz-placeholder,.site-footer2 .ft-message-form textarea:-moz-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .ft-message-form input::-moz-placeholder,.site-footer2 .ft-message-form textarea::-moz-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .footer-weight-link a:hover,.site-footer2 .ft-contct-info a:hover,.site-footer2 .ft-social-list a:hover{color:#fff!important}
@media (max-width:991px){
    .site-footer2{padding:50px 0 50px}
    .foot-bom2{margin-bottom:70px}
    .yam_a{width:100%}
    .lx_cc{font-size:16px;margin-bottom:10px}
    .site-footer2 .submit-btn{font-size:16px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px}
    .site-footer2 .submit-btn{padding:12px 18px}
}













/*初始化样式*/
input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,ol,li {
	list-style-type: none;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

.com-img {
	display: block;
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.com-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.xypg-right-content {
	font-size: 16px;
}

.j-space-between {
	justify-content: space-between
}

.j-flex-start {
	justify-content: flex-start
}

.j-flex-end {
	justify-content: flex-end
}

.j-center {
	justify-content: center
}

.a-j-center {
	align-items: center;
	justify-content: center
}

.a-center {
	align-items: center
}

.a-flex-start {
	align-items: flex-start
}

.a-flex-end {
	align-items: flex-end
}

/*主体样式*/



/*初始化样式*/
input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,ol,li {
	list-style-type: none;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

.com-img {
	display: block;
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.com-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.xypg-right-content {
	font-size: 16px;
}

.j-space-between {
	justify-content: space-between
}

.j-flex-start {
	justify-content: flex-start
}

.j-flex-end {
	justify-content: flex-end
}

.j-center {
	justify-content: center
}

.a-j-center {
	align-items: center;
	justify-content: center
}

.a-center {
	align-items: center
}

.a-flex-start {
	align-items: flex-start
}

.a-flex-end {
	align-items: flex-end
}

/*主体样式*/



.flex1 {
	display: flex;
}

.of {
	overflow: hidden;
}

.fen img {
	width: 100%;
	transition: all .3s ease-out;
}

.fen:hover img {
	transform: scale(1.1);
}

.w1600 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}

@media (max-width: 1650px) {
	.w1600 {
		padding: 0 15px;
	}
}

.flexs {
	display: flex;
}

body {
	background: #fff !important;
	font: 12px / 1.5 Microsoft YaHei, arial, 宋体, sans-serif;
}

.tou {
	height: 102px;
	position: absolute;
	z-index: 999999;
	width: 100%;
	left: 0;
	top: 0;
}

.tou .con {
	justify-content: space-between;
}

.tou .con .logo {
	line-height: 102px;
}

.tou .con .zi {
	max-width: 1200px;
	width: 75%;
	align-items: center;
	justify-content: space-between;
}

.tou .con .zi a.en {
	color: #fff;
	font-size: 16px;
}

.tou .con .zi a.en img {
	padding-right: 15px;
}

h2.bt {
	line-height: 1;
}

h2.bt b {
	font-size: 48px;
	display: block;
	line-height: 1;
	color: #ff4201;
}

@media (max-width: 1380px) {
	h2.bt b {
		font-size: 32px;
	}
}

@media (max-width: 480px) {
	h2.bt b {
		font-size: 25px;
	}
}

h2.bt p {
	margin-top: 16px;
	font-size: 48px;
	color: #333333;

}

@media (max-width: 1380px) {
	h2.bt p {
		font-size: 24px;
		margin-top: 10px;
	}
}

@media (max-width: 480px) {
	h2.bt p {
		font-size: 18px;
		margin-top: 6px;
	}
}

h2.bt p span {
	color: #73a3d0;
}

.c2 {
	background: url(//wm.cdn.cn86.cn/gbbtsxcwl/2025/11/b4eedebba8tcacej.png) no-repeat 50% 0;
	background-size: cover;
}

@media (max-width: 1200px) {
	.c2 {
		padding-top: 40px;
		padding-bottom: 45px;
	}
}

@media (max-width: 780px) {
	.c2 {
		background: url(//cdn.myxypt.com/d731bbbb/25/08/18984a0cfd45cd2be5fc0ed9f5c91552fb2da5e5.jpg) no-repeat 0% 0;
	}
}

.c2 .c2-1 {
	padding-top: 15px;
	max-width: 864px;
	width: 54%;
}

@media (max-width: 780px) {
	.c2 .c2-1 {
		width: 100%;
	}
}

.c2 .c2-1 dd {
	max-width: 682px;
	margin-top: 3vw;
	margin-bottom: 3vw;
	width: 79%;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #444444;
}

@media (max-width: 1025px) {
	.c2 .c2-1 dd {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.c2 .c2-1 dd {
		width: 100%;
	}
}

.c2 .c2-1 a.ck {
	display: flex;
	width: 100px;
	align-items: flex-end;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #0b87a7;
	justify-content: space-between;
	margin-bottom: 1.88vw;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 5px;
}

@media (max-width: 1380px) {
	.c2 .c2-1 a.ck {
		font-size: 14px;
	}
}

@media (max-width: 1025px) {
	.c2 .c2-1 a.ck {
		margin-bottom: 20px;
	}
}

.c2 .c2-1 .list2 li {
	background: #cde7ff;
	width: calc(100% / 3);
	position: relative;
}

.c2 .c2-1 .list2 li:hover .zi p{
	color: #005bac;
}

.c2 .c2-1 .list2 li:hover .zi h3{
	color: #005bac;
}


.c2 .c2-1 .list2 li .img {
	opacity: 0;
	transition: all .3s;
}

.c2 .c2-1 .list2 li .img img {
	width: 100%;
}

.c2 .c2-1 .list2 li .zi {
	position: absolute;
	color: #2d2d2b;
	top: 2.71vw;
	left: 2.29vw;
	z-index: 1;
}

@media (max-width: 780px) {
	.c2 .c2-1 .list2 li .zi {
		top: 30px;
		left: 0;
		padding: 0 18px;
	}
}

@media (max-width: 480px) {
	.c2 .c2-1 .list2 li .zi {
		top: 15px;
		left: 0;
		padding: 0 8px;
	}
}

.c2 .c2-1 .list2 li .zi p {
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
}

@media (max-width: 1380px) {
	.c2 .c2-1 .list2 li .zi p {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.c2 .c2-1 .list2 li .zi p {
		line-height: 1.2;
	}
}

.c2 .c2-1 .list2 li .zi h3 {
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
}

@media (max-width: 1380px) {
	.c2 .c2-1 .list2 li .zi h3 {
		font-size: 14px;
	}
}

@media (max-width: 780px) {
	.c2 .c2-1 .list2 li .zi h3 {
		font-size: 12px;
	}
.c2 .c2-1 .list2 li .zi p {
        font-size: 12px;
    }
	
}

@media (max-width: 480px) {
	.c2 .c2-1 .list2 li .zi h3 {
		margin-top: 4px;
	}
}

.c2 .c2-1 .list2 li:nth-child(2) {
	background: #e5f0fb;
}

.c2 .c2-1 .list2 li:nth-child(3) {
	background: #f1f6ff;
}

.c2 .c2-1 .list2 li:hover .img {
	opacity: 1;
}

.c3 {
	background: url(//wm.cdn.cn86.cn/gbbtsxcwl/2025/10/f295ec4c09yz5ima.png) no-repeat 50% 0;
	background-size: cover;
	position: relative;
}

/* css */
.c3cp {position: relative;width: 56%;margin-left: 11%;margin-top: 11vw;}
.c3cp li { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.c3cp li { opacity: 0; visibility: hidden; transition: all .5s ease; }
.c3cp li.on {  position: relative; z-index: 999; opacity: 1; visibility: visible; }




@media (max-width: 1200px) {
	.c3 {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

.c3 h2.bt {
	width: 39%;
	margin-top: 8vw;
}

@media (max-width: 1200px) {
	.c3 h2.bt {
		margin-bottom: 0;
	}
}

.c3 h2.bt b {
	font-size: 48px;
	font-weight: inherit;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0px;
	color: #000000;
}
.c3 h2.bt b span{
	color: #005bac;
}


.c3 h2.bt p {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #050505;
	text-transform: none;
	margin-top: 8px;
}

@media (max-width: 1200px) {
	.c3 .w1600 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media (max-width: 780px) {
	.c3 .w1600 {
		flex-wrap: wrap;
	}
}

.c3 .c3-1 {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	width: 492px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 1200px) {
	.c3 .c3-1 {
		position: static;
		margin-top: 4.06vw;
	}
}

@media (max-width: 780px) {
	.c3 .c3-1 {
		width: 100%;
		margin-top: 30px;
	}
}

.c3 .c3-1 li {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	cursor: pointer;
}

.c3 .c3-1 li .an {
	position: relative;
	padding-left: 80px;
	padding-right: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 480px) {
	.c3 .c3-1 li .an {
		padding-right: 20px;
	}
}

.c3 .c3-1 li .an .su {
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	position: absolute;
	top: 24px;
	left: 22px;
	font-size: 32px;
	font-family: arial;
	font-style: italic;
	line-height: 1;
	opacity: 0;
}

.c3 .c3-1 li.on .an .su{
	opacity: 1;
	display: none;
}


.c3 .c3-1 li .an .zi1 {
	color: #ffffff;
	line-height: 1;
	padding-top: 25px;
	padding-bottom: 34px;
	font-size: 24px;
}

@media (max-width: 1200px) {
	.c3 .c3-1 li .an .zi1 {
		padding-bottom: 24px;
	}
}

.c3 .c3-1 li .an .zi1 span {
	display: block;
	font-size: 24px;
	line-height: 30px;
}

.c3 .c3-1 li .an .zi1 p {
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
}

@media (max-width: 1380px) {
	.c3 .c3-1 li .an .zi1 p {
		font-size: 26px;
	}
}

@media (max-width: 1200px) {
	.c3 .c3-1 li .an .zi1 p {
		font-size: 22px;
	}
}

.c3 .c3-1 li .an a.ck {
	margin-top: 45px;
	opacity: 0;
}
.c3 .c3-1 li.on .an a.ck {
	opacity: 1;
}


.c3 .c3-1 li .sec {
	overflow: hidden;
	height: 0;
}

.c3 .c3-1 li .sec a {
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	line-height: 34px;
	display: block;
}

@media (max-width: 1380px) {
	.c3 .c3-1 li .sec a {
		line-height: 24px;
		font-size: 14px;
	}
.c3 .c3-1 li .an .zi1 span{
    font-size: 16px;
    line-height: 30px;
}
.c3 .c3-1 li .an a.ck{
    margin-top: 8px;
}
.c3 .c3-1{
    width: 440px;
}

	
}

.c3 .c3-1 li.on .an {
	background-image: linear-gradient(126deg, #0f4393 0%, #1a95ac 100%);
}

.c3 .c3-1 li.on .sec {
	padding: 18px 83px;
	height: 300px;
}

@media (max-width: 1380px) {
	.c3 .c3-1 li.on .sec {
		height: 200px;
	}
}

@media (max-width: 1200px) {
	.c3 .c3-1 li.on .sec {
		height: auto;
		padding: 18px 30px;
	}
}

.c4 {
	position: relative;
}

@media (max-width: 1025px) {
	.c4 {
		background-image: linear-gradient(90deg, #003890 0%, #0094b0 100%);
	}
}

.c4 .ts {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
}

@media (max-width: 1025px) {
	.c4 .ts {
		display: none;
	}
}

.c4 .ts .conx {
	display: flex;
	justify-content: left;
}

.c4 .ts .list1 {
	width: 14.63%;
	padding: 10px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.c4 .ts .list1 li {
	font-size: 18px;
	width: 100%;
	float: left;
}

.c4 .ts .list1 li a {
	display: block;
	line-height: 58px;
	color: rgba(255, 255, 255, 0.4) !IMPORTANT;
	font-weight: bold;
	transition: all .3s ease-out;
}

@media (max-width: 1200px) {
	.c4 .ts .list1 li a {
		line-height: 70px;
	}
}

.c4 .ts .list1 li:hover a {
	color: white !IMPORTANT;
}

.c4 .ts .bd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13.036%;
	height: 136px;
}

.c4 .ts .bd .xx {
	margin: 0 18.5px;
	line-height: 136px;
	width: 45px;
	height: 25px;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.c4 .ts .bd .xx {
		background-size: 100% auto !important;
		margin: 0 9px;
	}
}

.c4 .ts .bd .xx.zb {
	background: url(//wm.cdn.cn86.cn/gbbtsxcwl/2025/10/a64b4c2d3c4n2x2y.png) no-repeat 50%;
}

.c4 .ts .bd .xx.zb:hover {
	background: url(//cdn.myxypt.com/d731bbbb/25/08/f07487d34e7f245f8b78a54350117fcab2feaf2f.png) no-repeat 50%;
}

.c4 .ts .bd .xx.yb {
	background: url(//wm.cdn.cn86.cn/gbbtsxcwl/2025/10/adcd16f4db9nkpiy.png) no-repeat 50%;
}

.c4 .ts .bd .xx.yb:hover {
	background: url(//cdn.myxypt.com/d731bbbb/25/08/b93746c48e9448e2bca7b64f71840b888f5b55fa.png) no-repeat 50%;
}

.c4:after {
	content: '';
	display: block;
	background: rgba(255, 255, 255, 0.2);
	height: 1px;
	width: 31.46%;
	position: absolute;
	left: 0;
	bottom: 136px;
}

@media (max-width: 1200px) {
	.c4:after {
		bottom: 70px;
		width: 29%;
	}
}

@media (max-width: 1025px) {
	.c4:after {
		display: none;
	}
}

.c4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 31.46%;
	height: 100%;
	background-image: linear-gradient(90deg, #003890 0%, #0094b0 100%);
}

@media (max-width: 1200px) {
	.c4:before {
		width: 29%;
	}
}

@media (max-width: 1025px) {
	.c4:before {
		display: none;
	}
}

@media (max-width: 1200px) {
	.c4 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.c4 h2.bt b {
	color: #fff;
}

.c4 h2.bt p {
	color: #fff;
}


.c4 .con {
	position: relative;
	z-index: 2;
	justify-content: space-between;
	display: flex;
	align-items: flex-start;
}

@media (max-width: 1025px) {
	.c4 .con {
		flex-wrap: wrap;
	}
}

.c4 .con .c4-1 {
	width: 24.5%;
	position: relative;
	padding-top: 0;
}

@media (max-width: 1025px) {
	.c4 .con .c4-1 {
		width: 100%;
	}
}

.c4 .con .c4-1 .con1 {
	margin-top: 4.43vw;
	padding-top: 35px;
	position: relative;
}

.c4 .con .c4-1 .con1:before {
	position: absolute;
	content: '';
	right: 36px;
	top: 0;
	width: 37px;
	height: 24px;
	display: block;
	background: url(//wm.cdn.cn86.cn/gbbtsxcwl/2025/10/20ec80ab5brt4szo.png) no-repeat 50%;
}

@media (max-width: 1025px) {
	.c4 .con .c4-1 .con1 {
		display: none;
	}
}

.c4 .con .c4-1 .list2 li h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.c4 .con .c4-1 .list2 li .timex {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 32px;
}

.c4 .con .c4-1 .list2 li dd {
	font-size: 14px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.6);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 9px;
}

.c4 .con .c4-1 .list2 li .ck {
	margin-top: 39px;
	display: flex;
	width: 101px;
	align-items: flex-end;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #0b87a7;
	justify-content: space-between;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 5px;
	transition: all .3s ease-out;
	
}




@media (max-width: 1380px) {
	.c4 .con .c4-1 .list2 li .ck {
		font-size: 14px;
	}
}

.c4 .con .c4-2 {
	padding-top: 2.29vw;
	width: 67.63%;
}

@media (max-width: 1025px) {
	.c4 .con .c4-2 {
		width: 100%;
		padding-top: 0;
		margin-top: 30px;
	}
}

.c4 .con .c4-2 .list2 {
	justify-content: space-between;
}

@media (max-width: 480px) {
	.c4 .con .c4-2 .list2 {
		flex-wrap: wrap;
	}
}

.c4 .con .c4-2 .list2 li {
	width: calc(100% / 3 - 0.5px);
}

@media (max-width: 480px) {
	.c4 .con .c4-2 .list2 li {
		width: calc(100% / 1 - 0.5px);
		margin-bottom: 20px;
	}

	.c4 .con .c4-2 .list2 li:last-child {
		margin-bottom: 0;
	}
}

.c4 .con .c4-2 .list2 li a {
	display: block;
	background: #f1f8fa;
	transition: all .3s ease-out;
}

.c4 .con .c4-2 .list2 li .zi {
	padding: 30px 24px 32px 27px;
}

.c4 .con .c4-2 .list2 li .timex {
	font-family: arial;
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	transition: all .3s ease-out;
}

.c4 .con .c4-2 .list2 li h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 30px;
	margin-bottom: 10px;
}

@media (max-width: 780px) {
	.c4 .con .c4-2 .list2 li h3 {
		margin-top: 15px;
	}
}

.c4 .con .c4-2 .list2 li dd {
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 14px;
}

.c4 .con .c4-2 .list2 li .ck {
	margin-top: 10px;
	display: flex;
	width: 88px;
	align-items: flex-end;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #0b87a7;
	justify-content: space-between;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 5px;
	transition: all .3s ease-out;
}

@media (max-width: 1380px) {
	.c4 .con .c4-2 .list2 li .ck {
		font-size: 14px;
	}
}

@media (min-width: 780px) {
	.c4 .con .c4-2 .list2 li {
		border-bottom: 1px dashed rgb(11 135 167 / 0%);
		
	}
	.c4 .con .c4-2 .list2 li:hover {
		border-bottom: 1px dashed rgb(11 135 167 );
	}

	.c4 .con .c4-2 .list2 li:hover a {
		transform: translateY(-30px);
	}

	.c4 .con .c4-2 .list2 li:hover h3 {
		color: #fb4c14;
	}

	.c4 .con .c4-2 .list2 li:hover .ck {
		color: #fb4c14;
	}
}

.c5 {
	background: url(//wm.cdn.cn86.cn/gbbtsxcwl/2025/10/6b257f8e51pwnvr0.png) no-repeat 50% 0;
	background-size: cover;
}

@media (max-width: 1200px) {
	.c5 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.c5 .con {

	justify-content: space-between;
}

@media (max-width: 1200px) {
	.c5 .con {
		padding-left: 0;
	}
}

@media (max-width: 780px) {
	.c5 .con {
		flex-wrap: wrap;
	}
}

.c5 .con .c5-1 {
	width: 50%;
}

@media (max-width: 480px) {
	.c5 .con .c5-1 {
		width: 100%;
	}
}

.c5 .con .c5-1 .lyb .ww2 {
	justify-content: space-between;
	margin-bottom: 2.5vw;
	color: #fff;
}

.c5 .con .c5-1 .lyb .ww2 p {
	font-size: 16px;
	margin-bottom: 10px;
}

.c5 .con .c5-1 .lyb .ww2 .ww1 {
	width: calc(50% - 11px);
}

.c5 .con .c5-1 .lyb .ww2 .ww1 input {
	border: solid 1px #ffffff;
	line-height: 58px;
	text-indent: 14px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	width: 100%;
	background: none;
	color: #fff;
}

@media (max-width: 1380px) {
	.c5 .con .c5-1 .lyb .ww2 .ww1 input {
		line-height: 40px;
	}
}

.c5 .con .c5-1 .lyb .ww2 .ww1 input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.c5 .con .c5-1 .lyb .ww2 textarea {
	border: solid 1px #ffffff;
	text-indent: 14px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	width: 100%;
	background: none;
	padding: 0;
	line-height: 40px;
	max-height: 132px;
	color: #fff;
}

@media (max-width: 1380px) {
	.c5 .con .c5-1 .lyb .ww2 textarea {
		max-height: 100px;
		line-height: 32px;
	}
}

.c5 .con .c5-1 .lyb .ww2 textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.c5 .con .c5-1 .lyb .ww3 input {
	border: solid 1px #ffffff;
	line-height: 58px;
	text-indent: 14px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	background: none;
	color: #fff;
}

@media (max-width: 1380px) {
	.c5 .con .c5-1 .lyb .ww3 input {
		line-height: 40px;
	}
}

.c5 .con .c5-1 .lyb .ww3 input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 780px) {
	.c5 .con .c5-1 .lyb .ww3 img {
		height: 42px;
		width: auto;
	}
}

.c5 .con .c5-1 .lyb .ww4 {
	margin-top: 2.45vw;
}

.c5 .con .c5-1 .lyb .ww4 input {
	border: none;
	text-align: center;
	font-size: 18px;
	color: #111111;
	background: #fff;
	line-height: 60px;
	width: calc(50% - 11px);
}

@media (max-width: 1380px) {
	.c5 .con .c5-1 .lyb .ww4 input {
		font-size: 16px;
		line-height: 42px;
	}
}

.c5 .con .c5-2 {
	margin-top: 25px;
	width: 29.36%;
}

@media (max-width: 1200px) {
	.c5 .con .c5-2 {
		width: 35%;
	}
}

@media (max-width: 480px) {
	.c5 .con .c5-2 {
		width: 100%;
		margin-top: 30px;
	}
}

.c5 .con .c5-2 h2.bt b {
	color: #fff;
}

.c5 .con .c5-2 h2.bt p {
	color: #fff;
	font-size: 32px;
}
.c5 .con .c5-2 h3{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 3.5vw;
}
.c5 .con .c5-2 h3 p strong{
    font-size: 24px;
}


.c5 .con .c5-2 .lx {
	font-size: 16px;
	color: #ffffff;
	line-height: 29px;
	margin-top: 3.5vw;
	margin-bottom: 3.8vw;
}

@media (max-width: 1200px) {
	.c5 .con .c5-2 .lx {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.c5 .con .c5-2 .lx {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.c5 .con .c5-2 .lx strong {
	font-size: 24px;
	font-style: italic;
	color: #fb6033;
	font-family: arial;
}

@media (max-width: 1380px) {
	.c5 .con .c5-2 .lx strong {
		font-size: 20px;
	}
}

.c5 .con .c5-2 .list2 {
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: flex-end;
}

.c5 .con .c5-2 .list2 .su {
	width: 1px;
	height: 55px;
	background-color: #cccccc;
}

.c5 .con .c5-2 .list2 li .img {
	line-height: 44px;
}

.c5 .con .c5-2 .list2 li .img img {
	max-width: 100%;
	vertical-align: bottom;
}

.c5 .con .c5-2 .list2 li .zi {
	font-size: 16px;
	color: #ffffff;
	margin-top: 8px;
}

.c5 .con .c5-2 .list2 .su:last-child {
	display: none;
}

.foot {
	background: #ffffff;
	padding-top: 4.64vw;
	padding-bottom: 4vw;
}

@media (max-width: 1200px) {
	.foot {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.foot .con {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.foot .con .foot11 {
	width: 55.69%;
}

@media (max-width: 1200px) {
	.foot .con .foot11 {
		width: 57%;
	}
}

@media (max-width: 780px) {
	.foot .con .foot11 {
		width: 100%;
	}
}

.foot .con .foot11 .foot1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

@media (max-width: 480px) {
	.foot .con .foot11 .foot1 {
		flex-wrap: wrap;
	}
}

.foot .con .foot11 .foot1 .logox img {
	max-width: 106px;
}

.foot .con .foot11 .foot1 .sec {
	display: flex;
	margin-left: 5vw;
}

@media (max-width: 480px) {
	.foot .con .foot11 .foot1 .sec {
		flex-wrap: wrap;
		width: 100%;
		margin-top: 20px;
	}
}

.foot .con .foot11 .foot1 .sec a {
	display: block;
	padding: 4.5px 20.5px;
	font-size: 14px;
	color: #666666;
	border-radius: 4px;
	border: solid 1px #cccccc;
	transition: all .3s ease-out;
	margin-right: 9px;
}

.foot .con .foot11 .foot1 .sec a:hover {
	color: #124391;
}

@media (max-width: 1450px) {
	.foot .con .foot11 .foot1 .sec a {
		padding: 4.5px 13.5px;
	}
}

@media (max-width: 1025px) {
	.foot .con .foot11 .foot1 .sec a {
		padding: 4.5px 8.5px;
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.foot .con .foot11 .foot1 .sec a {
		width: calc(100% / 3 - 9px);
		margin-bottom: 9px;
	}
}

.foot .con .foot11 .foot1 .sec a:hover {
	background-image: linear-gradient(126deg, #124391 0%, #16709f 50%, #1a94ab 100%), linear-gradient(#0b87a7, #0b87a7);
	background-blend-mode: normal, normal;
	color: #fff !important;
	border-color: transparent;
}

.foot .con .foot11 .foot1 .sec a:last-child {
	margin-right: 0;
}

.foot .con .foot11 .foot2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 2.7083vw;
}

.foot .con .foot11 .foot2 h2{}
.foot .con .foot11 .foot2 h2 strong{
    font-size: 13px;
}

.foot .con .foot11 .foot2 h3 p{
    font-size: 13px;
    margin-top: 10px;
    line-height: 24px;
}





@media (max-width: 480px) {
	.foot .con .foot11 .foot2 {
		margin-top: 10px;
	}
}

.foot .con .foot11 .foot2 p {
	font-size: 16px;
}

@media (max-width: 1025px) {
	.foot .con .foot11 .foot2 p {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.foot .con .foot11 .foot2 p {
		width: 100%;
	}
}

.foot .con .foot11 .foot2 p span {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	font-style: italic;
	background-image: linear-gradient(to right, #124391, #1a94ab);
	color: transparent;
	-webkit-background-clip: text;
}

.foot .con .foot11 .foot2 p:nth-child(1) {
	/* margin-right: 6.09vw; */
}

@media (max-width: 480px) {
	.foot .con .foot11 .foot2 p:nth-child(1) {
		margin-bottom: 9px;
		margin-right: 0;
	}
}

.foot .con .foot11 .foot2 p:last-child {
	width: 100%;
	margin-top: 0;
}

.foot .con .foot3 {
	display: flex;
	justify-content: flex-end;
	margin-top: 4.43vw;
}

@media (max-width: 780px) {
	.foot .con .foot3 {
		display: none;
	}
}

.foot .con .foot3 .link {
	position: relative;
	cursor: pointer;
}

.foot .con .foot3 .link p {
	font-size: 14px;
	color: #111111;
	padding: 0 36px;
	border: solid 1px #333333;
	line-height: 67px;
	background: url(//wm.cdn.cn86.cn/gbbtsxcwl/2025/10/4bea955280a8gw1m.png) no-repeat 87% 50% #f9f9f9;
	width: 258px;
	font-weight: bold;
}

.foot .con1 {
	justify-content: space-between;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 13px;
}

@media (max-width: 1025px) {
	.foot .con1 {
		line-height: 26px;
	}
}

@media (max-width: 780px) {
	.foot .con1 {
		flex-wrap: wrap;
	}
}

.foot .con1 a {
	color: #666666;
}

.foot .con1 a:hover {
	color: #124391;
}

.foot .con1 .foot4 {
	width: 48.563%;
}

@media (max-width: 1200px) {
	.foot .con1 .foot4 {
		width: 57%;
	}
}

@media (max-width: 780px) {
	.foot .con1 .foot4 {
		width: 100%;
	}
}

.foot .con1 .foot5 {
	width: 48%;
	text-align: right;
}

@media (max-width: 780px) {
	.foot .con1 .foot5 {
		width: 100%;
		text-align: left;
	}
}

/*# sourceMappingURL=index.css.map */




.section.b5{
	background: url(//wm.cdn.cn86.cn/gbbtsxcwl/2025/10/0ee19665a0qzhzku.png)no-repeat;
}

.bb5x {}
.bb5x .bb5bt {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
}
.bb5x .bb5sz {
    text-align: center;
    margin-top: 67px;
}
.bb5x .bb5sz li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3.5vw;
}
.bb5x .bb5sz li h2 {
    margin-bottom: 0;
}
.bb5x .bb5sz li h2 s1 {
    font-size: 65px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #215cc8;
}
.bb5x .bb5sz li h2 s2 {
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.bb5x .bb5sz li h3 {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.bb5x .bb5nr {
    text-align: center;
    margin-top: 50px;
}
.bb5x .bb5nr li {
    width: 27.18%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px 
  rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: middle;
    padding-top: 54px;
	margin: 0 20.5px;
}
.bb5x .bb5nr li .img {
    height: 70px;
    line-height: 70px;
	overflow: hidden;
}
.bb5x .bb5nr li .img img {
	max-height: 70px;
	transition: all ease-in-out 0s;
}
.bb5x .bb5nr li h2 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 22px;
}
.bb5x .bb5nr li h3 {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    text-align: left;
    padding: 0 5%;
    margin-bottom: 0;
    height: 146px;
    margin-top: 41px;
}
.bb5x .bb5nr li a {}
.bb5x .bb5nr li a h4 {
    width: 118px;
    height: 43px;
    background-color: #aaaaaa;
    border-radius: 24px;
    margin: 0 auto 44px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 0px;
    color: #ffffff;
}


.bb5x .bb5nr li:hover{
		background-image: linear-gradient(269deg, 
		#00b8ff 0%, 
		#80dcff 0%, 
		#ffffff 0%, 
		#80dcff 0%, 
		#00b8ff 0%, 
		#80dcff 0%, 
		#ffffff 0%, 
		#80dcff 0%, 
		#00b8ff 0%, 
		#00a4d7 0%, 
		#0090ae 0%, 
		#003e92 100%);
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
}

.bb5x .bb5nr li:hover .img img{
	transform: translateY(-100px);   filter: drop-shadow(#fff 0 100px);    
	transition: all ease-in-out 0s;
}

.bb5x .bb5nr li:hover h2{
	color: #fff;
}
.bb5x .bb5nr li:hover h3{
	color: #fff;
}

.bb5x .bb5nr li:hover h4{
	background-color: #fff;
	color: #333333;
}








.c5-1 .form-submit .form-control.subject{
	background: none;
}
.c5-1 .form-submit .form-control.phone{
	background: none;
}
.c5-1 .form-submit .form-control.content{
	background: none;
}


.c5-1 .form-input h2{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}

.c5-1 .form-control{
	height: 60px;
    padding: 0.5rem 22px 0.5rem .75rem;
}

.c5-1 #subBtn_proInquiry{
	height: 60px;
}


.c5-1 .col-md-4{max-width: 50%;width: 50%;}

.c5xx1{margin-top: 25px;}

.c5-1 .form-submit .form-input.captcha img{
	top: 12px;
}



.c5-1 .form-input textarea{
	height: auto !important;
}






@media (max-width: 1600px) {  

.home-banner .swiper-pagination1{
	padding-left: 2%;
}
.home-banner{
	margin-top: 0px;
}
.home-banner .swiper-slide a > img{
	height: 100vh;
	width: auto;
}

.bb5x .bb5bt{
    font-size: 34px;
    line-height: 42px;
}
.bb5x .bb5sz{
    margin-top: 40px;
}
.bb5x .bb5nr li{
    padding-top: 29px;
    margin: 0 20.5px;
}
.bb5x .bb5nr li h2{
    margin-top: 10px;
    font-size: 21px;
}
.bb5x .bb5nr li h3{
    height: 146px;
    margin-top: 22px;
    font-size: 16px;
}



}




@media (max-width: 1300px) {  

.x-menu>li>a{
	padding: 0 4px;
	font-size: 14px;
}
.c2 .c2-1 dd{
	font-size: 14px;
    line-height: 26px;
}

.c3 h2.bt b{font-size: 32px;}
.c3 h2.bt p{font-size: 18px;}





.bb5x .bb5bt{
    font-size: 26px;
    line-height: 31px;
}
.bb5x .bb5sz{
    margin-top: 30px;
}
.bb5x .bb5sz li h2 s1{
    font-size: 40px;
}
.bb5x .bb5sz li h2 s2{
    font-size: 14px;
}
.bb5x .bb5sz li h3{
    font-size: 16px;
    line-height: 14px;
}
	
.bb5x .bb5nr li{
    padding-top: 20px;
    margin: 0 20.5px;
}
.bb5x .bb5nr li a h4{
    width: 113px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
	
.bb5x .bb5nr li .img{
    height: 50px;
    line-height: 50px;
}
.bb5x .bb5nr li .img img{
    max-height: 47px;
}
	
	
.bb5x .bb5nr li h2{
    margin-top: 10px;
    font-size: 18px;
}
.bb5x .bb5nr li h3{
    height: 115px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



}

@media (max-width: 1200px) {  
.bb5x{
    padding: 5vw 0;
}
.home-banner .swiper-slide a > img {
	height: auto;
	width: 100%;
}
.section{height: auto !important;}
.fp-tableCell{height: auto !important;}
.home-banner {
	margin-top: 95px;
}
.c3{
    height: 60vh !IMPORTANT;
}



}




@media (max-width: 992px) {  
.w1600 {
	padding: 0 2%;
}
.bb5x{
    padding: 5vw 0;
}
.home-banner {
	margin-top: 60px;
}
.c3{
    height: 66vh !IMPORTANT;
    background-size: auto 100%;
}
.top-mid-flex{height: 60px;}
.logo a img{max-height: 36px;}
.home-banner .swiper-pagination1{
	bottom: 5px;
    color: #333;
}

.c3 h2.bt {
	width: 100%;
}


.c3 h2.bt b{font-size: 24px;line-height: 30px;}
.c3 h2.bt p{font-size: 14px;line-height: 24px;}


.c3 .w1600{
	padding: 0;
}
.c3 h2.bt{
	padding: 0 2%;
}


.bb5x .bb5bt{
    font-size: 15px;
    line-height: 21px;
}
.bb5x .bb5sz{
    margin-top: 30px;
}
.bb5x .bb5sz li{
    margin: 0 1vw;
}
	
.bb5x .bb5sz li h2 s1{
    font-size: 40px;
}
.bb5x .bb5sz li h2 s2{
    font-size: 14px;
}
.bb5x .bb5sz li h3{
    font-size: 12px;
    line-height: 14px;
}
	
.bb5x .bb5nr li{
    padding-top: 20px;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}
.bb5x .bb5nr li a h4{
    width: 113px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
	
.bb5x .bb5nr li .img{
    height: 50px;
    line-height: 50px;
}
.bb5x .bb5nr li .img img{
    max-height: 47px;
}
	
	
.bb5x .bb5nr li h2{
    margin-top: 10px;
    font-size: 18px;
}
.bb5x .bb5nr li h3{
    height: 115px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c5 .con .c5-2 h2.bt p {
    color: #fff;
    font-size: 26px;
}
.c5 .con .c5-2 h3{
    font-size: 14px;
    line-height: 28px;
}
.c5-1 .form-control{
    height: 55px;
}
.c5-1 .col-md-4{
    width: 100%;
    max-width: 100%;
}
.c5-1 .form-submit .form-input.captcha img{
    top: 9px;
}
	
.c3cp{
	width: 80%;
	margin-left: 2%;
}


}




#page-wrap .left{display: none;}



.dbfx{
	
width: 100%;
}
.dbfx li{
    float: left;
    margin-right: 20px;
}
.dbfx li .img{overflow: hidden;}
.dbfx li .img img{
    max-width: 75px;
}







/* 文字 */