
/* ______________________index_________________________________ */
.row{padding: 0 2.5%;box-sizing: border-box;margin: 0;}

.Rotation_nei{position: relative;width: 100%;}
.Rotation_nei img{width: 100%;}
.Rotation_nei div{height: 0px;background-color: rgba(0, 0, 0, 0.8);}


.loc_title{display: block;justify-content: space-between;padding: 1.5em 2.5%;border-bottom: 1px solid #f2f2f2;margin-bottom: 1em;}
.loc_title h3 span{font-size: 0.36;color: #282828;text-transform: uppercase;}
@media screen and (max-width:767px){
	.loc_title h3{font-size: 0.3rem;color: #282828;display: flex;margin-bottom: 1em;}
}
.loc_title ul{display: flex;align-items: center;}
.loc_title ul a{color: #737373;}

/* header */
nav {background: #004fa2;height: 1rem;padding:0.2rem 2.5%;display: flex;position: fixed;align-items: center;z-index: 999;width: 100%;justify-content: space-between;}
nav>a{display: block;height: 100%;width: fit-content;}
nav>a>img,nav .sosuo img{max-height: 100%;max-width: 100%;}
nav>div{display: flex;width: 50%;justify-content: flex-end;}
nav .sosuo{width: 70%;text-align: right;padding-right: 0.39rem;position: relative;}
nav .sosuo>img{max-height: none;height: 80%;}
nav .sosuo form{position: absolute;left:10%;bottom: 0px;display: flex;width: 80%;overflow: hidden;border-radius: 50px;height: 100%;background-color: #FFFFFF;}
nav .sosuo form input{width: 100%;height: 100%;border: none;background:none;outline:none;color: #282828;padding: 0 1em;}
nav .sosuo form input::-webkit-input-placeholder {color: #282828;}

/* 弹出菜单 */
nav .menubtn{width: 13%;position: relative;}
nav .menubtn em{display: block;width: 100%;height: 2px;background-color: #fff;margin: 0.03rem 0 0.1rem 0;transform: rotate(0deg);}
nav .menubtn em:nth-child(3){margin-bottom: 0;}
.openmenu .menubtn em{width: 0.4rem;height: 2px;position: absolute;bottom: 2px;}
.openmenu .menubtn em:nth-child(1){transform: rotate(53deg);}
.openmenu .menubtn em:nth-child(2){transform: rotate(-53deg);}
.openmenu .menubtn em:nth-child(3){display: none;}

body.openmenu {overflow: hidden;}
#pgcontainer {padding: 45px 0;margin: 0;}
.overlay {position: fixed;z-index: 999;background-color: rgba(0, 0, 0, 0.5);bottom: 0;right: 0;left: 0;}
.openmenu .overlay {top: 1rem;}
#hamburgermenu{height: 100%;width: 0;background: #fff;position: fixed;top: 1rem;right: 0;z-index: 998;overflow-x: scroll;}
#hamburgermenu ul {z-index: 998;overflow: scroll;height: 80%;padding: 0.2rem;}
#hamburgermenu li,.nav_bar a{border-bottom: 1px solid #c8c8c8;padding: 0.15rem 0;}
#hamburgermenu li>p{display: flex;justify-content: space-between;align-items: center;}
#hamburgermenu li>a,#hamburgermenu li>p a{font-size: 1.2em;display: block;color: #000000;}
#hamburgermenu li i{color: #000000;display: block;width: 20%;height: 100%;font-size: 1.2em;text-align: center;}
#hamburgermenu li i span{transform: rotate(0deg);display: block;width: 21px;height: 100%;margin: 0 0 0 auto;}
#hamburgermenu li i:hover span{transform: rotate(90deg);}
#hamburgermenu li>p a{width: 80%;display: block;}
#hamburgermenu li:hover>a,#hamburgermenu li:hover>p a,#hamburgermenu li:hover>p i{color: #100ea0;}
.nav_bar{width: 100%;}
.nav_bar a{display: block;width: 100%;font-size: 1.1em;color: #9e9e9e;text-indent: 20px;}
/* 弹出菜单 */

/* header */

.banner{width: 100%;height: 100%;position: relative;overflow: hidden;margin: 0 auto;}
.banner .swiper-container{width: 100%;height: 100%;}
.banner .swiper-slide{height: 100%;width: 100%;text-align: center;}
.banner img{float: left;list-style: none;position: relative;width: 100%;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 0.5em;}
.banner .swiper-pagination-bullet {width: 0.1rem;height: 0.1rem;border-radius: 0;background: #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active {background: #ff271f;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {bottom: 1em;left: 0;width: 100%;}

.about{padding: 2em 0 2em 0;position: relative;}
.about .row{}
.about .row>h1{font-size: 0.46rem;color: #2f2725;padding-bottom: 1em;}
.about .row>a{display: block;width: 1.4rem;text-align: center;background: #004fa2;font-size: 12px;color: #fff;padding: 3px 0;margin: 2em 0 3em 0;}
.about .row .index_about{font-size: 14px;line-height: 1.6em;color: #777777;width: 100%;}
.about .row ul{background: rgb(0 79 162 / 80%);padding:  1em 0% 0 0;display: flex;flex-wrap: wrap;}

.about .row ul li div{position: relative;width: fit-content;margin: 0 auto;}
.about .row ul li h1{font-size: 0.55rem;color: #fff;position: relative;width: fit-content;margin: 0 auto;font-weight: 400;}
.about .row ul li span{font-size: 0.18rem;color: #fff;position: absolute;top: -4px;right: -29px;}
.about .row ul li p{font-size: 0.21rem;color: #ffffff;}
.about_name{display: block;justify-content: space-between;width: 100%;padding: 10px 0%;}

@media screen and (max-width:767px){
	.about_name div{width: 100%;padding: 1.2rem 0 0.35rem 1em;margin-bottom:10px;}
	.about .row ul li{width: 50%;text-align: center;margin-bottom: 1em;}
}
.about_name div p{font-size: 18px;color: #ffffff;}


.index_title span{font-size: 0.45rem;color: #282828;text-transform: uppercase;}

.index_title a{display: inline-block;border: 1px solid #d4d4d4;border-radius: 5px;text-align: center;font-size: 0.18rem;color: #777777;height: 0.5rem;line-height: 0.5rem;padding: 0 0.3rem;}
@media screen and (max-width:767px){
	.index_title{display: flex;justify-content: space-between;align-items: center;}
	.index_title h3{font-size: 0.36rem;color: #282828;display: flex;align-items: center;}
}

.porder{padding: 2em 0 0 0;}
.porder .ul_li{padding: 26px 0;border-top: 1px solid #f2f2f2;margin-top: 26px;}
.porder .ul_li .row{display: flex;}
.porder .ul_li a{width: 20%;display: flex;align-items: center;justify-content: space-evenly;padding: 1em 0;}
.porder .ul_li a:hover{background: #004fa2;}
.porder .ul_li a img{max-width: 100%;margin-right: 1.5em;}
.porder .ul_li a h4{font-size: 16px;color: #333333;}
.porder .ul_li a:hover h4,.porder .ul_li a:hover span{color: #fff;}
.porder .ul_li a span{font-size: 10px;color: #333333;display: block;text-transform: uppercase;padding-top: 5px;}
.porder .demo1 {width: 0.7rem;height: 0.7rem;overflow: hidden;margin: 0px;padding: 0px;transition: all ease-in-out .2s;}
.porder .demo1 .del{width: 0.7rem;height: 0.7rem;position: relative;}
.porder .ul_li a:hover .del{left: -0.7rem;border-right:0px solid transparent;-webkit-filter:drop-shadow(0.7rem 0 0px #fff);filter:drop-shadow( 0.7rem 0 0px #fff);}

@media screen and (max-width:767px){
.porder .ul_li .visible-xs-name{flex-wrap: wrap;}
.porder .ul_li .visible-xs-name a{width: 50%;}
.porder .ul_li .visible-xs-name a h4{width: 60%;}
}

.porder .swiper-container,.porder .swiper-slide{width: 100%;height: 7rem;}
.porder .swiper-slide a{width: 100%;height: 100%;display: block;}
.porder .swiper-button-next,.porder .swiper-button-prev{bottom: 0px;top: auto;width: 0.86rem;height: 0.86rem;text-align: center;line-height: 0.86rem;background: rgb(255 255 255 / 50%);}
.porder .swiper-button-next{left: 0.86rem;}
.porder .swiper-button-prev{left: 0px;}
.porder .swiper-button-next:after,.porder .swiper-button-prev:after{font-size: 21px;color: #fff;}
.porder .swiper-button-next:hover,.porder .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
.porder .swiper-button-next.swiper-button-disabled,.porder .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}

.news{padding: 2em 0;}
.news_title{display: flex;justify-content: space-between;}
.news_title span{font-size: 0.45rem;color: #282828;text-transform: uppercase;}

@media screen and (max-width:767px){
.news_title ul{display: flex;align-items: center;justify-content: center;}
.news_title h3{font-size: 0.36rem;color: #282828;display: flex;align-items: center;}
}
.news_title li{position: relative;padding: 0 0.2rem;}
.news_title li a{font-size: 14px;color: #2f2725;}
.news_title li a::after{content: "";display: block;height: 100%;width: 1px;background: #989695;position: absolute;top: 0;right: 0px;}
.news_title li:nth-child(2) a::after{display: none;}
.news_title ul>a{display: none;}
.news_swiper{padding: 26px 0;border-top: 1px solid #f2f2f2;margin-top: 26px;}
.news_swiper .swiper-container{width: 100%;overflow: hidden;}
.news_swiper .swiper-slide div{width: 100%;height: 4.2rem;text-align: center;overflow: hidden;}
.news_swiper .swiper-slide div img{width: 100%;}
.news_swiper .swiper-slide h3{font-size: 16px;color: #282828;line-height: 2em;}
.news_swiper .swiper-slide p{font-size: 14px;color: #252322;line-height: 24px;}
.news_porder{position: relative;height: 33px;margin-top: 2em;}
.news_porder .swiper-button-next,.news_porder .swiper-button-prev{bottom: 0px;top: auto;width: 1.2rem;height: 33px;text-align: center;line-height: 33px;background: #004fa2;}
.news_porder .swiper-button-next{left: 1.2rem;}
.news_porder .swiper-button-prev{left: 0px;}
.news_porder .swiper-button-next:after,.news_porder .swiper-button-prev:after{font-size: 14px;color: #fff;}
.news_porder .swiper-button-next:hover,.news_porder .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
.news_porder .swiper-button-next.swiper-button-disabled,.news_porder .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}

.imggocheng{padding: 0em 0 6em 0;}
.imggocheng_swiper{padding: 10px 2.5%;border-top: 1px solid #f2f2f2;margin-top: 26px;display: flex;height:18em;}
.imggocheng_swiper .swiper-container {width: 50%;margin-left: auto;margin-right: auto;}
.imggocheng_swiper .swiper-slide {background-size: cover;background-position: center;}
.imggocheng_swiper .gallery-top {height: 100%;}
.imggocheng_swiper .gallery-thumbs {height: 100%;box-sizing: border-box;padding: 0;}
.imggocheng_swiper .gallery-thumbs .swiper-slide {opacity: 1;height: calc((100% - 1px) / 2);width: 50%;}
.imggocheng_swiper .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.imggocheng_swiper .gallery-thumbs .swiper-slide div{width: 100%;height: 100%;background: rgb(0 2 5 / 60%);}
.imggocheng_swiper .gallery-thumbs .swiper-slide-thumb-active div{background: rgb(0,0,0,0);}

.imggocheng_fx{position: relative;height: 33px;margin-top: 18.5em;}
.imggocheng_fx .swiper-button-next,.imggocheng_fx .swiper-button-prev{bottom: 0px;top: auto;width: 1.2rem;height: 33px;text-align: center;line-height: 33px;background: #004fa2;}
.imggocheng_fx .swiper-button-next{left: 1.2rem;}
.imggocheng_fx .swiper-button-prev{left: 0px;}
.imggocheng_fx .swiper-button-next:after,.imggocheng_fx .swiper-button-prev:after{font-size: 14px;color: #fff;}
.imggocheng_fx .swiper-button-next:hover,.imggocheng_fx .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
.imggocheng_fx .swiper-button-next.swiper-button-disabled,.imggocheng_fx .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}

.jion{padding: 2em 0 4em;}
.jion_title span{font-size: 0.45rem;color: #fff;text-transform: uppercase;}

@media screen and (max-width:767px){
	.jion_box{display: flex;margin-top: 2em;flex-wrap: wrap;}
	.jion_box>div{width: 49.9%;border-right: 1px solid #8e97a3;text-align: center;margin-bottom: 1em;padding: 1em 0.5em;}
	.jion_title h3{font-size: 0.36rem;color: #fff;display: flex;    align-items: center;}

}
.jion_box>div em{display: flex;height: 40px;width:100%;margin-bottom: 2em;align-items: flex-end;justify-content: center;}
.jion_box>div>span{display:block;width: 100%;height:2rem;}
.jion_box>div img{max-height: 100%;}
.jion_box>div h1{font-size: 18px;color: #fff;}
.jion_box>div p{text-transform: uppercase;font-size: 12px;color: #fff;line-height: 2em;}
.jion_box>div .content{font-size: 12px;color: #fff;text-align: left;margin: 0 auto;width: fit-content;}

.footer_po{background: #004fa2;padding: 2em 0;}
.footer_po .row{display: flex;justify-content: space-between;}
.footer_po .left{width: 100%;}
.footer_po .left ul{display: flex;margin-top: 2.2em;}
.footer_po .left li{text-align: center;overflow: hidden;margin: 0 0.5em;}
.footer_po .left li img{max-width: 100%;}
.footer_po .left li p{line-height: 2em;font-size: 14px;color: #8da4ca;}
.footer_po .left h1{font-size: 16px;color: #eff2f7;padding-left: 30px;background: url(../img/Telephone.png) no-repeat left;line-height: 2em;margin-top: 1em;background-size: 18px;}
.footer_po .left div{padding-left: 30px;background: url(../img/landmark.png) no-repeat left;background-position: 0;font-size: 12px;color: #eff2f7;line-height: 2em;}
.footer_te{display: block;justify-content: space-between;align-items: center;background: #014892;padding: 1em 2.5%;}
.footer_te p{color: #fff;font-size: 12px;}
@media screen and (max-width:767px){
	.footer_po .right,.footer_po .left>img{display: none;}

}

/* ______________________neiye_________________________________ */
.about_p1{padding: 2em 0 2em 0;}
.about_p1 .row>h3{font-size: 0.36rem;color: #2f2725;text-align: center;}
.about_p1 .row>p{font-size: 14px;color: #777777;margin-bottom: 2em;text-align: center;}
.about_p1 .row .content{font-size: 14px;line-height: 1.6em;color: #777777;}
.about_p1 .row .content p{font-size: 14px;line-height: 1.6em;color: #777777;}
.about_p1 .row .content img{max-width: 100%;}
.about_p2{padding: 3em 0 2em 0;}
.about_p2 .row>h3{font-size: 0.36rem;color: #2f2725;text-align: center;}
.about_p2 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
.about_p2 ul{width: 100%;overflow: hidden;margin-bottom: 3em;}
.about_p2 li{display: flex;margin-bottom: 2em;}
.about_p2 li div{width: 50%;padding: 0.5em;font-size: 0.21rem;color: #000000;line-height: 2em;background: #edeff4;}
.about_p3{padding: 2em 0;background: #f6f7f9;position: relative;}
.about_p3 .row>h3{font-size: 0.36rem;color: #2f2725;text-align: center;}
.about_p3 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
.about_p3_swiper{width: 100%;padding: 0 6em;position: relative;}
.about_p3_swiper .swiper-container{width: 100%;}
.about_p3_swiper .swiper-slide{overflow: hidden;text-align: center;}
.about_p3_swiper .swiper-slide div{height: 3.2rem;margin-bottom: 1em;}
.about_p3_swiper .swiper-slide img{max-width: 100%;max-height: 100%;}
.about_p3_swiper .swiper-slide p{font-size: 16px;color: #000000;}

.about_p3_swiper .swiper-button-next,.about_p3_swiper .swiper-button-prev{background: none;}
.about_p3_swiper .swiper-button-next{right: 0px;}
.about_p3_swiper .swiper-button-prev{left: 0px;}
.about_p3_swiper .swiper-button-next:after{font-size: 32px;color: #000;content: '\003e';}
.about_p3_swiper .swiper-button-prev:after{font-size: 32px;color: #000;content: '\003c';}
.about_p3_swiper .swiper-button-next.swiper-button-disabled,.about_p3_swiper .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}

.about_p4{padding: 2em 0;}
.about_p4 .row>h3{font-size: 0.36rem;color: #2f2725;text-align: center;}
.about_p4 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
.about_p4 ul li:hover{transform: translateY(-2em);}
.about_p4 ul li .top{height: 385px;width: 100%;}
.about_p4 ul li .top div{font-size: 14px;line-height: 24px;color: #fff;background: rgb(0 2 5 / 60%);width: 100%;height: 100%;
display: flex;align-items: center;flex-direction: column;justify-content: flex-end;padding-bottom: 3em;}
.about_p4 ul li:hover .top div{background: none;}
.about_p4 ul li .bottom{background: #edeff4;padding: 1em 0;}
.about_p4 ul li:hover .bottom{background: #004fa2;}
.about_p4 ul li .bottom h6{font-size: 18px;color: #282828;line-height: 2em;text-align: center;}
.about_p4 ul li .bottom p{font-size: 12px;color: #282828;line-height: 1em;text-align: center;}
.about_p4 ul li:hover .bottom h6,.about_p4 ul li:hover .bottom p{color: #fff;}
@media screen and (max-width:767px){
	.about_p4 ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.about_p4 ul li{width: 50%;margin-bottom: 2em;}
}


.message_list{padding: 2em 0 4em 0;}
.message_list .row>h3{font-size: 0.3rem;color: #515050;text-align: center;}
.message_list .row>h1{font-size: 0.46rem;color: #515050;text-align: center;line-height: 2em;}
.message_list .row>p{font-size: 0.28rem;color: #595c63;text-align: center;}
.message_list ul{display: block;margin-top: 2em;}
.message_list li{width: 100%;}
.message_list .left h6{font-size: 18px;color: #221815;padding-left: 50px;background: url(../img/lx3.png) no-repeat left;background-position: 0 0;margin-bottom: 1em;}
.message_list .left p{font-size: 24px;color: #221815;line-height: 2em;}
.message_list .left .content{font-size: 14px;color: #282828;line-height: 24px;padding-left: 50px;margin-bottom: 2.5em;}
.message_list .left .content p{font-size: 14px;color: #282828;line-height: 24px;}
.BaiDuAPI{width: 100%;height: 273px;}
.message_list .right{padding-top: 2em;padding-left: 0em;}
.message_list form{width: 100%;box-sizing: border-box;}
.message_list form>.di{display: flex;justify-content: space-between}
.message_list input{width: 32%;border: none;background:none;outline: none;margin: 0 0 2em 0;border-bottom: 1px solid #d5d5d5;padding: 5px 0 20px 0;color: #282828;}
.message_list input::-webkit-input-placeholder {color: #606061;}
.message_list textarea::-webkit-input-placeholder {color: #606061;}
.message_list form textarea{width: 100%;border: none;background:none;outline: none;margin: 1em 0 5em 0;border-bottom: 1px solid #d5d5d5;height: 200px;padding: 1em 0 10px 0;}
.mess_button{background-color: #004fa2;font-size: 12px;color: #FFFFFF;width: 236px;height: 38px;line-height: 38px;text-align: center;}
.mess_button input{border: none;outline: none;width: 100%;height: 100%;background:none;padding: 0;color: #fff;}
/* weixinajdk2 */
.weixinajdk2{z-index:9999;width:100%;height:100%;position:fixed;bottom: 0;display:flex;justify-content: center;align-items: center;}
.weixinajdk2 h1{font-size: 30px;font-weight: 600;line-height: 50px;text-align: center;}
.weixinajdk2>div{padding: 48px 30px;background-color: #FFFFFF;border: 10px solid;}
.weixinajdk2 form>input{background: #FFFFFF;width: 317px;padding: 2px 0;text-align: center;opacity: 1;    color: #222222;}
.weixinajdk2 input{width: 112px;padding: 22px 0;text-align: center;background: #c87f3e;letter-spacing: 2px;color: #FFFFFF;border: none;}
.ipm input{background: #dbdbdb;border: none;}
.weixinajdk2 .ipcdd input{width: 317px;border: none;font-size: 24px;}
/* weixinajdk2 */

.case{width: 100%;height: 8.21rem;margin: 2em 0 3em 0;}
.case .rowco{width: 100%;height: 100%;padding: 0 2.5%;}
.case .swiper-container {width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
.case .swiper-slide {text-align: center;font-size: 18px;background: #fff;height: calc((100% - 65px) / 4);width: 100%;}
.case .swiper-slide a{display: block;position: relative;width: 100%;height: 100%;background: rgb(0 0 0/70%);overflow: hidden;}
.case .swiper-slide a p{font-size: 14px;color: #fff;background: rgb(0 79 162 / 50%);padding: 0 5px;text-align: center;position: absolute;bottom: -42px;left: 0;width: 100%;height: 42px;line-height: 42px;}
.case .swiper-slide:hover a{background: none;}
.case .swiper-slide:hover a p{bottom: 0;}
.case .swiper-pagination-bullet{width: 3em;height: 0.3em;border-radius: inherit;}
.case .swiper-pagination-bullet-active {opacity: 1;background: #004fa2;}

.jod{}
.jod_p1{padding: 2em 0;}
.jod_p1>h3{font-size: 0.36rem;color: #2f2725;text-align: center;}
.jod_p1>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
.jod_p1 ul{display: flex;justify-content: space-evenly;}
.jod_p1 li{width: 30%;padding-top: 95px;}
.jod_p1 li div{font-size: 14px;color: #333333;line-height: 24px;text-align: center;}

.jod_p2{display: block;background: #ebedef;}
.jod_p2 .left{padding: 2em 2.5% 2em 2.5%;width: 100%;}

.jod_p2 .left li h2{font-size: 18px;}
.jod_p2 .left li h5{font-size: 12px;line-height: 2em;padding-bottom: 1em;}
.jod_p2 .left li p{font-size: 14px;}
@media screen and (max-width:767px){
	.jod_p2 .right{width: 40%;display: none;}
	.jod_p2 .left ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.jod_p2 .left li{width: 30%;padding-top: 60px;margin-bottom: 2em;text-align: center;color: #777777;}
}

.jod_p3{padding: 2em 0;}
.jod_p3 .row>h3{font-size: 0.36rem;color: #2f2725;text-align: center;}
.jod_p3 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}

.jod_p3 li::after{content: "\003E";font-size: 3em;color: #464646;position: absolute;right: -40px;top: 7px;}
.jod_p3 li:nth-child(7):after{content: none;}
.jod_p3 li:nth-child(7){margin: 0;}
.jod_p3 li p{font-size: 20px;color: #464646;line-height: 3em;}
@media screen and (max-width:767px){
	.jod_p3 ul{display: flex;justify-content: center;flex-wrap: wrap;}
	.jod_p3 li{width: 80px;text-align: center;margin-right: 55px;position: relative;}
	.jod_p3 li div{border: 1px solid #464646;width: 80px;height: 80px;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
}


.porder_list{padding-bottom: 2em;}
.porder_list .ul_li{padding: 26px 0;background: #f6f7f9;margin-top: -1em;}
.porder_list .ul_li .row{display: flex;}
.porder_list .ul_li a{width: 20%;display: flex;align-items: center;justify-content: space-evenly;padding: 1em 0;}
.porder_list .ul_li a:hover{background: #004fa2;}
.porder_list .ul_li a img{max-width: 100%;margin-right: 1.5em;}
.porder_list .ul_li a h4{font-size: 16px;color: #333333;}
.porder_list .ul_li a:hover h4,.porder_list .ul_li a:hover span{color: #fff;}
.porder_list .ul_li a span{font-size: 10px;color: #333333;display: block;text-transform: uppercase;padding-top: 5px;}
.porder_list .demo1 {width: 0.7rem;height: 0.7rem;overflow: hidden;margin: 0px;padding: 0px;transition: all ease-in-out .2s;}
.porder_list .demo1 .del{width: 0.7rem;height: 0.7rem;position: relative;}
.porder_list .ul_li a:hover .del{left: -0.7rem;border-right:0px solid transparent;-webkit-filter:drop-shadow(0.7rem 0 0px #fff);filter:drop-shadow( 0.7rem 0 0px #fff);}

@media screen and (max-width:767px){
.porder_list .ul_li .visible-xs-name{flex-wrap: wrap;}
.porder_list .ul_li .visible-xs-name a{width: 50%;}
.porder_list .ul_li .visible-xs-name a h4{width: 60%;}

.porder_list_box{padding-top: 2em;display: flex;flex-wrap: wrap;justify-content: space-between;}
}
.porder_list_box>div{width: 49%;border: 1px solid #bfbfbf;padding: 0.5em 1em;margin-bottom: 2em;}
.porder_list_box>div>a{display: flex;justify-content: center;align-items: center;width: 100%;height: 3.26rem;overflow: hidden;}
.porder_list_box>div img{max-width: 100%;max-height: 100%;}
.porder_list_box>div:hover img{transform: scale(1.3);}
.porder_list_box>div div{display: flex;justify-content: space-between;position: relative;overflow: hidden;}
.porder_list_box>div div h6{display: block;width: 70%;padding-top: 1em;}
.porder_list_box>div div h6 p{font-size: 12px;color: #2b2b2b;line-height: 1.5em;}
.porder_list_box>div div a{display: block;width: 29%;height: 35px;line-height: 35px;font-size: 12px;color: #fff;background: #004fa2;text-align: center;margin-top: 1em;
position: absolute;right: -30em;top: 0em;}
.porder_list_box>div:hover div a{right: 0em;}

.porder_show{padding: 20px 2.5% 40px 2.5%;}
.porder_erjiname{display: flex;justify-content: space-between;align-items: center;}
.porder_erjiname h3{color: #282828;border-left: 5px solid #004fa2;padding-left: 0.7em;}
.porder_erjiname h3 p{font-size: 20px;color: #282828;line-height: 18px;}
.porder_erjiname h3 p:nth-child(2){font-size: 10px;padding-top: 0.5em;}
.porder_erjiname a{display: block;font-size: 12px;color: #fff;background: #004fa2;text-align: center;padding: 0.5em 1.2em;}
.porder_showbox{display: block;margin-top: 2em;}
.porder_showbox .left{width: 100%;}
.porder_showbox .right{width: 100%;padding-left: 0%;}
.porder_showbox .right h2{font-size: 24px;color: #282828;font-weight: 800;padding-bottom: 1em;}
.porder_showbox .right div{overflow: hidden;box-sizing: border-box;line-height: 25px;font-size: 12px;line-height: 25px;color: #333333;font-weight: 500;}
.porder_showbox .right div p{font-size: 12px;line-height: 25px;color: #282828;}
.porder_showbox .right div img{max-width: 100%;}

.porder_showgegnduo{padding-top: 2em;}
.porder_showgegnduo .porder_erjiname{padding-bottom: 2em;}
.porder_showgegnduo .porder_erjiname h3{width: 150px;}
.porder_showgegnduo hr{display: block;height: 1px;width: 90%;background: #f3f3f3;}
.porder_showgegnduo .swiper-container{width: 100%;}
.porder_showgegnduo .swiper-slide{height: 249px;}
.porder_showgegnduo .swiper-slide a{display: flex;justify-content: center;align-items: center;width: 100%;height: 0%;flex-direction: column;background: rgb(0 79 162 / 50%);
color: #fff;overflow: hidden;}
.porder_showgegnduo .swiper-slide:hover a{height: 100%;}
.porder_showgegnduo .swiper-slide span{display: block;border: 1px solid #fff;color: #fff;border-radius: 50%;width: 1.5em;height: 1.5em;text-align: center;line-height: 1.4em;font-size: 18px;}
.porder_showgegnduo .swiper-slide p{font-size: 18px;color: #fff;line-height: 2em;}
.porder_showbox .swiper-container {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.porder_showbox .swiper-slide {background-size: cover;background-position: center;}
.porder_showbox .gallery-top {height: 4.95rem;width: 100%;}
.porder_showbox .gallery-thumbs {height: 1.13rem;box-sizing: border-box;padding-top: 0.25rem;}
.porder_showbox .gallery-thumbs .swiper-slide {width: 25%;height: 100%;opacity: 0.4;}
.porder_showbox .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.porder_showbox_top{position: relative;}
.porder_showbox_top .swiper-button-next,.porder_showbox_top .swiper-button-prev{background: none;border: none;top: -0.4rem;}
.porder_showbox_top .swiper-button-next{right: 0px;}
.porder_showbox_top .swiper-button-prev{left: 0px;}
.porder_showbox_top .swiper-button-next:after,.porder_showbox_top .swiper-button-prev:after{font-size: 14px;color: #a0a0a0;}
.porder_showbox_top .swiper-button-next.swiper-button-disabled,.porder_showbox_top .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
@media screen and (max-width:767px){
.porder_showbox .left{width: 100%;margin-bottom: 2em;}
.porder_erjiname h3 p:nth-child(2){font-size: 10px;padding-top: 0.5em;display: none;}
}


.noxpox{position: relative;}
.noxpox .swiper-button-next{right: 0px;}
.noxpox .swiper-button-prev{left: 0px;}
.noxpox .swiper-button-next:after,.noxpox .swiper-button-prev:after{font-size: 14px;color: #a0a0a0;}
.noxpox .swiper-button-next:hover,.noxpox .swiper-button-prev:hover{background: #004fa2;}
.noxpox .swiper-button-next:hover:after,.noxpox .swiper-button-prev:hover:after{font-size: 14px;color: #fff;}
.noxpox .swiper-button-next.swiper-button-disabled,.noxpox .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
@media screen and (max-width:767px){
.noxpox .swiper-button-next,.noxpox .swiper-button-prev{width: 0.35rem;height: 1.1rem;text-align: center;line-height: 1.1rem;background: none;border: 1px solid #e7e7e7;top: -2.54rem;}
}


.news_list{padding: 2em 0;}
.news_listbox>div{width: 49%;margin-bottom: 2em;}
.news_listbox>div a{display: flex;justify-content: center;align-items: center;height: 2.3rem;overflow: hidden;}
.news_listbox>div img{max-width: 100%;}
.news_listbox>div:hover img{transform: scale(1.2);}
.news_listbox>div h3{font-size: 16px;color: #252322;line-height: 2em;font-weight: 400;}
.news_listbox>div p{font-size: 14px;color: #252322;line-height: 1.5em;}

.news_fanhui{padding: 2em 2.5%;}
.news_fanhui .news_title>a{display: block;padding: 0.2em 1.5em;background: #004fa2;font-size: 14px;color: #fff;}
.news_show{padding: 0 2.5%;}
.news_show .row{}
.news_show .row>h1{font-size: 21px;color: #000000;text-align: center;line-height: 2em;}
.news_show .row>p{font-size: 14px;color: #2b2b2b;text-align: center;padding-bottom: 1em;}
.news_show .row>div{font-size: 14px;line-height: 2em;color: #282828;padding: 2em 0;}
.news_show .row>div p{font-size: 14px;line-height: 2em;color: #282828;}
@media screen and (max-width:767px){
	.news_listbox{display: flex;flex-wrap: wrap;justify-content: space-between;}
}



.paeg{padding: 3em 0;}
.paeg .row>p{text-align: left;}

/* 分页带代码 */
.page{text-align: center;}
.page .pagination>.disabled>span,.page .pagination>li>a,.page .pagination>li>span {border: 1px solid #dcdcde;font-size: 14px;margin: 0 3px;color: #8f8f8f;padding: 4px 10px;border: 1px solid #dcdcdc;}
.page .pagination>.active>a,.page .pagination>.active>span,.page .pagination>.active>a:hover,.page .pagination>.active>span:hover,.page .pagination>.active>a:focus,.page .pagination>.active>span:focus{
	background-color: #004fa2;padding: 4px 10px;color: #FFFFFF;border: 1px solid #dcdcde;
}
.page .pagination li{position: relative;}
.page .pagination li:nth-child(1) a:after,.page .pagination li:nth-child(1) span:after{content: "<<";background-color: #FFFFFF;display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0%;padding-top: 4px;}
.page .pagination li:last-child a:after,.page .pagination li:last-child span:after{content: ">>";background-color: #FFFFFF;display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0%;padding-top: 4px;}
.page .pagination li:nth-child(1) a:hover:after,.page .pagination li:nth-child(1) span:hover:after{background-color: #F5F5F5;}
.page .pagination li:last-child a:hover:after,.page .pagination li:last-child span:hover:after{background-color: #F5F5F5;}
/* 分页带代码 */


@media screen and (min-width:768px){
	
	/* ______________________index_________________________________ */
	.row{padding: 0 7%;box-sizing: border-box;margin-right: -15px;margin-left: -15px;}
	
	.Rotation_nei{position: relative;width: 100%;}
	.Rotation_nei img{width: 100%;}
	.Rotation_nei div{height: 80px;background-color: rgba(0, 0, 0, 0.8);}
	
	.loc_title{display: flex;justify-content: space-between;padding: 2em 7%;border-bottom: 1px solid #f2f2f2;margin-bottom: 1em;}
	.loc_title h3 span{font-size: 30px;color: #282828;text-transform: uppercase;}
	.loc_title h3{font-size: 24px;color: #282828;display: flex;}
	.loc_title ul{display: flex;align-items: center;width: 60%;justify-content: flex-end;}
	.loc_title ul a{color: #737373;}
	
	.index_nav{position: fixed;z-index: 100;width: 100%;top: 0;left: 0;padding: 20px 0;}
	.index_nav .row{height: 100%;display: flex;align-items: center;}
	.index_nav .logo{width: 17%;}
	.index_nav .logo a{display: flex;align-content: center;}
	.index_nav .logo img{height: 40px;}
	.index_nav .ul_li{height: 100%;text-align: right;width: 57%;padding-right: 1.4%;}
	.index_nav .ul_li a{display: inline-block;margin-left: 1.5%;height: 100%;width: fit-content;font-size: 1em;color: #ffffff;
	-webkit-transition:all .1s ease-in-out 0s;
	-moz-transition:all .1s ease-in-out 0s;
	-ms-transition:all .1s ease-in-out 0s;
	-o-transition:all .1s ease-in-out 0s;
	transition:all .1s ease-in-out 0s;}
	.index_nav .ul_li a:hover/* ,.index_nav .ul_li .active */{color: #666;}
	.index_nav form{padding: 0 1.4%;border-left: 1px solid rgb(255 255 255 / 10%);height: 100%;width: 14%;display: flex;align-items: center;}
	.index_nav form div{border: 1px solid #ffffff;border-radius: 50px;display: flex;align-items: center;padding: 0 9px;overflow: hidden;justify-content: space-between;}
	.index_nav form div input{border: none;background: none;width: 70%;padding: 3px;color: #ffffff;}
	.index_nav form span{display: inline-block;width: 15px;height: 17px;background: url(../img/magnifier.png) no-repeat;background-size: contain;}
	.index_nav h3{width: 12%;font-size: 16px;color: #ffffff;padding-left: 23px;background: url(../img/Telephone.png)no-repeat left;background-size: 16px 16px;}
	.backtop-show{background-color: rgba(0, 0, 0, 0.8);padding: 10px 0;}
	.backtop-show .logo img{height: 40px;}
	
	.banner{width: 100%;height: 100%;position: relative;overflow: hidden;margin: 0 auto;}
	.banner .swiper-container{width: 100%;height: 100%;}
	.banner .swiper-slide{height: 100%;width: 100%;text-align: center;}
	.banner img{float: left;list-style: none;position: relative;width: 100%;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 1em;}
	.banner .swiper-pagination-bullet {width: 10px;height: 10px;border-radius: 0;background: #fff;opacity: 1;}
	.banner .swiper-pagination-bullet-active {background: #ff271f;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {bottom: 3em;left: 0;width: 100%;}
	
	.about{padding: 5em 0 4em 0;position: relative;}
	.about .row{}
	.about .row>h1{font-size: 38px;color: #2f2725;padding-bottom: 0.7em;}
	.about .row>a{display: block;width: 140px;text-align: center;background: #004fa2;font-size: 14px;color: #fff;padding: 3px 0;margin: 1em 0 5em 0;}
	.about .row .index_about{font-size: 13px;line-height: 1.5em;color: #777777;width: 50%;}
	.about .row ul{background: rgb(0 79 162 / 80%);padding:  10px 2%;display: flex;}
	.about .row ul li{width: 25%;text-align: center;position: relative;}
	.about .row ul li h1{font-size: 48px;color: #fff;position: relative;width: fit-content;margin: 0 auto;font-weight: 400;}
	.about .row ul li span{font-size: 12px;color: #fff;position: absolute;top: -2px;right: -29px;}
	.about .row ul li p{font-size: 16px;color: #ffffff;}
	.about_name{display: flex;justify-content: space-between;position: absolute;bottom: -4em;left: 0;width: 100%;padding: 0 5.433%;}
	.about_name div{width: 33%;padding: 55px 0 25px 30px;}
	.about_name div p{font-size: 16px;color: #ffffff;}
	
	.index_title{display: flex;justify-content: space-between;}
	.index_title span{font-size: 35px;color: #282828;text-transform: uppercase;}
	.index_title h3{font-size: 30px;color: #282828;display: flex;}
	.index_title a{display: inline-block;border: 1px solid #d4d4d4;border-radius: 5px;text-align: center;font-size: 12px;color: #777777;height: 30px;line-height: 30px;padding: 0 37px;}
	
	.porder{padding: 9em 0 0 0;}
	.porder .ul_li{padding: 26px 0;border-top: 1px solid #f2f2f2;margin-top: 26px;}
	.porder .ul_li .row{display: flex;}
	.porder .ul_li a{width: 20%;display: flex;align-items: center;justify-content: space-evenly;padding: 1em 0;}
	.porder .ul_li a:hover{background: #004fa2;}
	.porder .ul_li a img{max-width: 100%;margin-right: 1.5em;}
	.porder .ul_li a h4{font-size: 16px;color: #333333;width: 65%;}
	.porder .ul_li a:hover h4,.porder .ul_li a:hover span{color: #fff;}
	.porder .ul_li a span{font-size: 10px;color: #333333;display: block;text-transform: uppercase;padding-top: 5px;}
	.porder .demo1 {width: 35px;height: 35px;overflow: hidden;margin: 0px;padding: 0px;transition: all ease-in-out .2s;}
	.porder .demo1 .del{width: 35px;height: 35px;position: relative;}
	.porder .ul_li a:hover .del{left:-35px;border-right:0px solid transparent;-webkit-filter:drop-shadow(35px 0 0px #fff);filter:drop-shadow( 35px 0 0px #fff);}
	.porder .swiper-container,.porder .swiper-slide{width: 100%;height: 390px;}
	.porder .swiper-slide a{width: 100%;height: 100%;display: block;}
	.porder .swiper-button-next,.porder .swiper-button-prev{bottom: 0px;top: auto;width: 46px;height: 46px;text-align: center;line-height: 46px;background: rgb(255 255 255 / 50%);}
	.porder .swiper-button-next{left: 47px;}
	.porder .swiper-button-prev{left: 0px;}
	.porder .swiper-button-next:after,.porder .swiper-button-prev:after{font-size: 21px;color: #fff;}
	.porder .swiper-button-next:hover,.porder .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
	.porder .swiper-button-next.swiper-button-disabled,.porder .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.news{padding: 5em 0 2em;}
	.news_title{display: flex;justify-content: space-between;}
	.news_title span{font-size: 35px;color: #282828;text-transform: uppercase;}
	.news_title h3{font-size: 30px;color: #282828;display: flex;}
	.news_title ul{display: flex;align-items: center;}
	.news_title li{position: relative;padding: 0 19px;}
	.news_title li a{font-size: 14px;color: #2f2725;}
	.news_title li a::after{content: "";display: block;height: 100%;width: 1px;background: #989695;position: absolute;top: 0;right: 0px;}
	.news_title li:nth-child(2) a::after{display: none;}
	.news_title ul>a{display: inline-block;border: 1px solid #d4d4d4;border-radius: 5px;text-align: center;font-size: 14px;color: #777777;height: 30px;line-height: 30px;padding: 0 37px;margin-left: 1em;}
	.news_swiper{padding: 36px 0;border-top: 1px solid #f2f2f2;margin-top: 36px;overflow: hidden;}
	.news_swiper .swiper-container{width: 100%;overflow: inherit;}
	.news_swiper .swiper-slide div{width: 100%;height: 230px;text-align: center;overflow: hidden;}
	.news_swiper .swiper-slide div img{width: 100%;}
	.news_swiper .swiper-slide:hover img{transform: scale(1.2);}
	.news_swiper .swiper-slide h3{font-size: 21px;color: #282828;line-height: 2em;}
	.news_swiper .swiper-slide p{font-size: 14px;color: #252322;line-height: 24px;}
	.news_porder{position: relative;height: 33px;margin-top: 35px;}
	.news_porder .swiper-button-next,.news_porder .swiper-button-prev{bottom: 0px;top: auto;width: 88px;height: 25px;text-align: center;line-height: 25px;background: #004fa2;}
	.news_porder .swiper-button-next{left: 88px;}
	.news_porder .swiper-button-prev{left: 0px;}
	.news_porder .swiper-button-next:after,.news_porder .swiper-button-prev:after{font-size: 14px;color: #fff;}
	.news_porder .swiper-button-next:hover,.news_porder .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
	.news_porder .swiper-button-next.swiper-button-disabled,.news_porder .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.imggocheng{padding: 2em 0 6em 0;}
	.imggocheng_swiper{padding: 26px 7%;border-top: 1px solid #f2f2f2;margin-top: 26px;height: 340px;display: flex;}
	.imggocheng_swiper .swiper-container {width: 50%;margin-left: auto;margin-right: auto;}
	.imggocheng_swiper .swiper-slide {background-size: cover;background-position: center;}
	.imggocheng_swiper .gallery-top {height: 100%;}
	.imggocheng_swiper .gallery-thumbs {height: 100%;box-sizing: border-box;padding: 0;}
	.imggocheng_swiper .gallery-thumbs .swiper-slide {opacity: 1;height: calc((100% - 1px) / 2);width: 50%;}
	.imggocheng_swiper .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
	.imggocheng_swiper .gallery-thumbs .swiper-slide div{width: 100%;height: 100%;background: rgb(0 2 5 / 60%);-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
	.imggocheng_swiper .gallery-thumbs .swiper-slide-thumb-active div{background: rgb(0,0,0,0);}
	.imggocheng_swiper .gallery-thumbs .swiper-slide:hover div{background: rgb(0,0,0,0);-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
	
	.imggocheng_fx{position: relative;height: 33px;margin-top: 314px;}
	.imggocheng_fx .swiper-button-next,.imggocheng_fx .swiper-button-prev{bottom: 0px;top: auto;width: 88px;height: 25px;text-align: center;line-height: 25px;background: #004fa2;}
	.imggocheng_fx .swiper-button-next{left: 88px;}
	.imggocheng_fx .swiper-button-prev{left: 0px;}
	.imggocheng_fx .swiper-button-next:after,.imggocheng_fx .swiper-button-prev:after{font-size: 14px;color: #fff;}
	.imggocheng_fx .swiper-button-next:hover,.imggocheng_fx .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
	.imggocheng_fx .swiper-button-next.swiper-button-disabled,.imggocheng_fx .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.jion{padding: 4em 0 6em;}
	.jion_title span{font-size: 35px;color: #fff;text-transform: uppercase;}
	.jion_title h3{font-size: 30px;color: #fff;display: flex;}
	.jion_box{display: flex;margin-top: 2em;}
	.jion_box>div{padding-top: 80px;width: 17%;border-right: 1px solid #8e97a3;text-align: center;height: 516px;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}
	.jion_box>div:hover{width: 20%;}
	.jion_box>div em{display: flex;height: 45px;width:100%;margin-bottom: 2em;align-items: flex-end;justify-content: center;}
	.jion_box>div img{max-height: 100%;}
	.jion_box>div>span{display:block;width: 100%;height:90px;}
	.jion_box>div h1{font-size: 21px;color: #fff;}
	.jion_box>div p{text-transform: uppercase;font-size: 10px;color: #fff;line-height: 2em;}
	.jion_box>div .content{font-size: 12px;color: #fff;text-align: left;margin: 0 auto;width: fit-content;padding: 0 0.5em;}
	
	.footer_po{background: #004fa2;padding: 3.5em 0;}
	.footer_po .row{display: flex;justify-content: space-between;}
	.footer_po .left{width: 35%;}
	.footer_po .left>img{height: 40px;}
	.footer_po .left ul{display: flex;margin-top: 2.2em;}
	.footer_po .left li{text-align: center;overflow: hidden;margin-right: 2em;}
	.footer_po .left li img{max-width: 100%;}
	.footer_po .left li p{line-height: 2em;font-size: 14px;color: #8da4ca;}
	.footer_po .left h1{font-size: 20px;color: #eff2f7;padding-left: 45px;background: url(../img/Telephone.png) no-repeat left;line-height: 2em;margin-top: 1em;}
	.footer_po .left div{padding-left: 45px;background: url(../img/landmark.png) no-repeat left;background-position: 0;font-size: 12px;color: #eff2f7;line-height: 2em;}
	.footer_po .right{width: 65%;padding-top: 65px;}
	.footer_po .right ul{width: 80%;margin-left: auto;display: flex;}
	.footer_po .right ul li{width: 20%;}
	.footer_po .right ul h3{font-size: 16px;color: #9bb1c9;border-bottom: 1px solid #1f63aa;padding-bottom: 1em;margin-bottom: 1em;}
	.footer_po .right ul a{display: block;font-size: 14px;color: #9bb1c9;margin-bottom: 1em;}
	.footer_te{display: flex;justify-content: space-between;align-items: center;background: #014892;padding: 2em 7%;}
	.footer_te p{color: #fff;font-size: 14px;}
	
	/* ______________________neiye_________________________________ */
	.about_p1{padding: 3em 0 2em 0;}
	.about_p1 .row>h3{font-size: 26px;color: #2f2725;text-align: center;}
	.about_p1 .row>p{font-size: 14px;color: #777777;margin-bottom: 2em;text-align: center;}
	.about_p1 .row .content{font-size: 14px;line-height: 1.6em;color: #777777;}
	.about_p1 .row .content p{font-size: 14px;line-height: 1.6em;color: #777777;}
	.about_p1 .row .content img{max-width: 100%;}
	.about_p2{padding: 3em 0 2em 0;}
	.about_p2 .row>h3{font-size: 26px;color: #2f2725;text-align: center;}
	.about_p2 .row>p{font-size: 14px;color: #777777;margin-bottom: 2em;text-align: center;}
	.about_p2 ul{width: 100%;overflow: hidden;margin-bottom: 1em;}
	.about_p2 li{display: flex;margin-bottom: 2em;}
	.about_p2 li div{width: 50%;height: 300px;padding: 2em;font-size: 14px;color: #000000;line-height: 2em;background: #edeff4;}
	.about_p3{padding: 2.5em 0;background: #f6f7f9;position: relative;}
	.about_p3 .row>h3{font-size: 26px;color: #2f2725;text-align: center;}
	.about_p3 .row>p{font-size: 14px;color: #777777;margin-bottom: 2em;text-align: center;}
	.about_p3_swiper{width: 100%;padding: 0 6em;position: relative;}
	.about_p3_swiper .swiper-container{width: 100%;}
	.about_p3_swiper .swiper-slide{overflow: hidden;text-align: center;}
	.about_p3_swiper .swiper-slide div{height: 140px;margin-bottom: 1em;}
	.about_p3_swiper .swiper-slide img{max-width: 100%;max-height: 100%;}
	.about_p3_swiper .swiper-slide p{font-size: 16px;color: #000000;}
	
	.about_p3_swiper .swiper-button-next,.about_p3_swiper .swiper-button-prev{background: none;}
	.about_p3_swiper .swiper-button-next{right: 0px;}
	.about_p3_swiper .swiper-button-prev{left: 0px;}
	.about_p3_swiper .swiper-button-next:after{font-size: 32px;color: #000;content: '\003e';}
	.about_p3_swiper .swiper-button-prev:after{font-size: 32px;color: #000;content: '\003c';}
	.about_p3_swiper .swiper-button-next.swiper-button-disabled,.about_p3_swiper .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.about_p4{padding: 3em 0;}
	.about_p4 .row>h3{font-size: 26px;color: #2f2725;text-align: center;}
	.about_p4 .row>p{font-size: 14px;color: #777777;margin-bottom: 2em;text-align: center;}
	.about_p4 ul{width: 100%;display: flex;justify-content: space-between;}
	.about_p4 ul li{width: 16%;}
	.about_p4 ul li:hover{transform: translateY(-1em);}
	.about_p4 ul li .top{height: 245px;width: 100%;}
	.about_p4 ul li .top div{font-size: 14px;line-height: 24px;color: #fff;background: rgb(0 2 5 / 60%);width: 100%;height: 100%;
	display: flex;align-items: center;flex-direction: column;justify-content: flex-end;padding-bottom: 3em;}
	.about_p4 ul li:hover .top div{background: none;}
	.about_p4 ul li .bottom{background: #edeff4;padding: 1em 0;}
	.about_p4 ul li:hover .bottom{background: #004fa2;}
	.about_p4 ul li .bottom h6{font-size: 16px;color: #282828;line-height: 2em;text-align: center;}
	.about_p4 ul li .bottom p{font-size: 12px;color: #282828;line-height: 1em;text-align: center;}
	.about_p4 ul li:hover .bottom h6,.about_p4 ul li:hover .bottom p{color: #fff;}
	
	.message_list{padding: 40px 0 110px 0;}
	.message_list .row>h3{font-size: 21px;color: #515050;text-align: center;}
	.message_list .row>h1{font-size: 33px;color: #515050;text-align: center;line-height: 2em;}
	.message_list .row>p{font-size: 16px;color: #595c63;text-align: center;}
	.message_list ul{display: flex;margin-top: 40px;}
	.message_list li{width: 50%;}
	.message_list .left h6{font-size: 21px;color: #221815;padding-left: 40px;background: url(../img/lx3.png) no-repeat left;background-position: 0 0;margin-bottom: 1em;}
	.message_list .left p{font-size: 26px;color: #221815;line-height: 2em;}
	.message_list .left .content{font-size: 14px;color: #282828;line-height: 24px;padding-left: 40px;margin-bottom: 2.5em;}
	.message_list .left .content p{font-size: 14px;color: #282828;line-height: 24px;}
	.BaiDuAPI{width: 100%;height: 273px;}
	.message_list .right{padding-top: 90px;padding-left: 4em;}
	.message_list form{width: 100%;box-sizing: border-box;}
	.message_list form>.di{display: flex;justify-content: space-between}
	.message_list input{width: 32%;border: none;background:none;outline: none;margin: 0 0 2em 0;border-bottom: 1px solid #d5d5d5;padding: 5px 0 20px 0;color: #282828;}
	.message_list input::-webkit-input-placeholder {color: #606061;}
	.message_list textarea::-webkit-input-placeholder {color: #606061;}
	.message_list form textarea{width: 100%;border: none;background:none;outline: none;margin: 1em 0 4em 0;border-bottom: 1px solid #d5d5d5;height: 200px;padding: 1em 0 10px 0;}
	.mess_button{background-color: #004fa2;font-size: 12px;color: #FFFFFF;width: 140px;height: 28px;line-height: 28px;text-align: center;}
	.mess_button input{border: none;outline: none;width: 100%;height: 100%;background:none;padding: 0;color: #fff;}
	/* weixinajdk2 */
	.weixinajdk2{z-index:9999;width:100%;height:100%;position:fixed;bottom: 0;display:flex;justify-content: center;align-items: center;}
	.weixinajdk2 h1{font-size: 30px;font-weight: 600;line-height: 50px;text-align: center;}
	.weixinajdk2>div{padding: 48px 30px;background-color: #FFFFFF;border: 10px solid;}
	.weixinajdk2 form>input{background: #FFFFFF;width: 317px;padding: 2px 0;text-align: center;opacity: 1;    color: #222222;}
	.weixinajdk2 input{width: 112px;padding: 22px 0;text-align: center;background: #c87f3e;letter-spacing: 2px;color: #FFFFFF;border: none;}
	.ipm input{background: #dbdbdb;border: none;}
	.weixinajdk2 .ipcdd input{width: 317px;border: none;font-size: 24px;}
	/* weixinajdk2 */
	
	.case{width: 100%;height: 821px;margin: 4em 0 3em 0;}
	.case .rowco{width: 100%;height: 100%;padding: 0 7%;}
	.case .swiper-container {width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
	.case .swiper-slide {text-align: center;font-size: 18px;background: #fff;height: calc((100% - 65px) / 3);width: 100%;}
	.case .swiper-slide a{display: block;position: relative;width: 100%;height: 100%;background: rgb(0 0 0/70%);overflow: hidden;}
	.case .swiper-slide a p{font-size: 14px;color: #fff;background: rgb(0 79 162 / 50%);padding: 0 5px;text-align: center;position: absolute;bottom: -42px;left: 0;width: 100%;height: 42px;line-height: 42px;}
	.case .swiper-slide:hover a{background: none;}
	.case .swiper-slide:hover a p{bottom: 0;}
	.case .swiper-pagination-bullet{width: 4em;height: 0.4em;border-radius: inherit;}
	.case .swiper-pagination-bullet-active {opacity: 1;background: #004fa2;}
	
	.jod{}
	.jod_p1{padding: 3em 0;}
	.jod_p1>h3{font-size: 26px;color: #2f2725;text-align: center;}
	.jod_p1>p{font-size: 14px;color: #777777;margin-bottom: 2em;text-align: center;}
	.jod_p1 ul{display: flex;justify-content: space-evenly;}
	.jod_p1 li{width: 18%;height: 150px;padding-top: 86px;}
	.jod_p1 li div{font-size: 12px;color: #333333;line-height: 24px;text-align: center;}
	
	.jod_p2{display: flex;background: #ebedef;}
	.jod_p2 .left{padding: 3em 0 3em 7%;width: 60%;}
	.jod_p2 .left ul{display: flex;flex-wrap: wrap;}
	.jod_p2 .left li{width: 30%;padding-top: 95px;margin-bottom: 2em;text-align: center;color: #777777;}
	.jod_p2 .left li h2{font-size: 21px;}
	.jod_p2 .left li h5{font-size: 12px;line-height: 2em;padding-bottom: 1em;}
	.jod_p2 .left li p{font-size: 14px;}
	.jod_p2 .right{width: 40%;}
	
	.jod_p3{padding: 3em 0;}
	.jod_p3 .row>h3{font-size: 26px;color: #2f2725;text-align: center;}
	.jod_p3 .row>p{font-size: 14px;color: #777777;margin-bottom: 2em;text-align: center;}
	.jod_p3 ul{display: flex;justify-content: center;flex-wrap: wrap;}
	.jod_p3 li{width: 90px;text-align: center;margin-right: 90px;position: relative;}
	.jod_p3 li::after{content: "\003E";font-size: 3em;color: #464646;position: absolute;right: -58px;top: 27px;}
	.jod_p3 li:nth-child(7):after{content: none;}
	.jod_p3 li:nth-child(7){margin: 0;}
	.jod_p3 li div{border: 1px solid #464646;width: 90px;height: 90px;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
	.jod_p3 li p{font-size: 16px;color: #464646;line-height: 3em;}
	
	.porder_list{padding-bottom: 2em;}
	.porder_list .ul_li{padding: 16px 0;background: #f6f7f9;margin-top: -1em;}
	.porder_list .ul_li .row{display: flex;}
	.porder_list .ul_li a{width: 20%;display: flex;align-items: center;justify-content: space-around;padding: 1em 0;}
	.porder_list .ul_li a:hover,.porder_list .ul_li .active{background: #004fa2;}
	.porder_list .ul_li a img{max-width: 100%;margin-right: 1.5em;}
	.porder_list .ul_li a h4{font-size: 16px;color: #333333;width: 65%;}
	.porder_list .ul_li a:hover h4,.porder_list .ul_li a:hover span,.porder_list .ul_li .active h4,.porder_list .ul_li .active span{color: #fff;}
	.porder_list .ul_li a span{font-size: 10px;color: #333333;display: block;text-transform: uppercase;padding-top: 5px;}
	.porder_list .demo1 {width: 35px;height: 35px;overflow: hidden;margin: 0px;padding: 0px;transition: all ease-in-out .2s;}
	.porder_list .demo1 .del{width: 35px;height: 35px;position: relative;}
	.porder_list .ul_li a:hover .del,.porder_list .ul_li .active .del{left:-70px;border-right:0px solid transparent;-webkit-filter:drop-shadow(70px 0 0px #fff);filter:drop-shadow( 70px 0 0px #fff);}
	.porder_list_box{display: flex;padding-top: 35px;display: flex;flex-wrap: wrap;}
	.porder_list_box>div{width: 32%;margin-right: 2%;border: 1px solid #bfbfbf;padding: 0.5em 1.5em;margin-bottom: 2em;}
	.porder_list_box>div:nth-child(3n+3){margin-right: 0;}
	.porder_list_box>div>a{display: flex;justify-content: center;align-items: center;width: 100%;height: 163px;overflow: hidden;}
	.porder_list_box>div img{max-width: 100%;max-height: 100%;}
	.porder_list_box>div:hover img{transform: scale(1.3);}
	.porder_list_box>div div{display: flex;justify-content: space-between;position: relative;overflow: hidden;}
	.porder_list_box>div div h6{display: block;width: 70%;padding-top: 1em;}
	.porder_list_box>div div h6 p{font-size: 12px;color: #2b2b2b;line-height: 1.5em;}
	.porder_list_box>div div a{display: block;width: 20%;height: 35px;line-height: 35px;font-size: 12px;color: #fff;background: #004fa2;text-align: center;margin-top: 1em;
	position: absolute;right: -30em;top: 0em;}
	.porder_list_box>div:hover div a{right: 0em;}
	
	.porder_show{padding: 20px 0% 40px 0%;}
	.porder_erjiname{display: flex;justify-content: space-between;align-items: center;}
	.porder_erjiname h3{color: #282828;border-left: 5px solid #004fa2;padding-left: 0.7em;}
	.porder_erjiname h3 p{font-size: 20px;color: #282828;line-height: 18px;}
	.porder_erjiname h3 p:nth-child(2){font-size: 10px;padding-top: 0.5em;}
	.porder_erjiname a{display: block;font-size: 12px;color: #fff;background: #004fa2;text-align: center;padding: 0.5em 1.2em;}
	.porder_showbox{display: flex;margin-top: 3em;}
	.porder_showbox .left{width: 55%;}
	.porder_showbox .right{width: 45%;padding-left: 5%;}
	.porder_showbox .right h2{font-size: 24px;color: #282828;font-weight: 800;padding-bottom: 1em;}
	.porder_showbox .right div{overflow: hidden;box-sizing: border-box;line-height: 25px;font-size: 12px;line-height: 25px;color: #333333;font-weight: 500;}
	.porder_showbox .right div p{font-size: 12px;line-height: 25px;color: #282828;}
	.porder_showbox .right div img{max-width: 100%;}
	
	.porder_showgegnduo{padding-top: 4em;}
	.porder_showgegnduo .porder_erjiname{padding-bottom: 2em;}
	.porder_showgegnduo .porder_erjiname h3{width: 150px;}
	.porder_showgegnduo hr{display: block;height: 1px;width: 90%;background: #f3f3f3;}
	.porder_showgegnduo .swiper-container{width: 100%;}
	.porder_showgegnduo .swiper-slide{height: 249px;}
	.porder_showgegnduo .swiper-slide a{display: flex;justify-content: center;align-items: center;width: 100%;height: 0%;flex-direction: column;background: rgb(0 79 162 / 50%);
	color: #fff;overflow: hidden;}
	.porder_showgegnduo .swiper-slide:hover a{height: 100%;}
	.porder_showgegnduo .swiper-slide span{display: block;border: 1px solid #fff;color: #fff;border-radius: 50%;width: 1.5em;height: 1.5em;text-align: center;line-height: 1.4em;font-size: 18px;}
	.porder_showgegnduo .swiper-slide p{font-size: 18px;color: #fff;line-height: 2em;}
	.porder_showbox .swiper-container {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
	.porder_showbox .swiper-slide {background-size: cover;background-position: center;}
	.porder_showbox .gallery-top {height: 324px;width: 100%;}
	.porder_showbox .gallery-thumbs {height: 80px;box-sizing: border-box;padding-top: 15px;}
	.porder_showbox .gallery-thumbs .swiper-slide {width: 25%;height: 100%;opacity: 0.4;}
	.porder_showbox .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
	.porder_showbox_top{position: relative;}
	.porder_showbox_top .swiper-button-next,.porder_showbox_top .swiper-button-prev{background: none;border: none;top: -40px;}
	.porder_showbox_top .swiper-button-next{right: 0px;}
	.porder_showbox_top .swiper-button-prev{left: 0px;}
	.porder_showbox_top .swiper-button-next:after,.porder_showbox_top .swiper-button-prev:after{font-size: 14px;color: #a0a0a0;}
	.porder_showbox_top .swiper-button-next.swiper-button-disabled,.porder_showbox_top .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.noxpox{position: relative;}
	.noxpox .swiper-button-next,.noxpox .swiper-button-prev{width: 25px;height: 80px;text-align: center;line-height: 80px;background: none;border: 1px solid #e7e7e7;top: -134px;}
	.noxpox .swiper-button-next{right: 0px;}
	.noxpox .swiper-button-prev{left: 0px;}
	.noxpox .swiper-button-next:after,.noxpox .swiper-button-prev:after{font-size: 14px;color: #a0a0a0;}
	.noxpox .swiper-button-next:hover,.noxpox .swiper-button-prev:hover{background: #004fa2;}
	.noxpox .swiper-button-next:hover:after,.noxpox .swiper-button-prev:hover:after{font-size: 14px;color: #fff;}
	.noxpox .swiper-button-next.swiper-button-disabled,.noxpox .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.news_list{padding: 2em 0;}
	.news_listbox{display: flex;flex-wrap: wrap;}
	.news_listbox>div{width: 31.3%;margin-right: 3%;margin-bottom: 2em;}
	.news_listbox>div:nth-child(3n+3){margin-right: 0;}
	.news_listbox>div a{display: flex;justify-content: center;align-items: center;height: 190px;overflow: hidden;}
	.news_listbox>div img{max-width: 100%;}
	.news_listbox>div:hover img{transform: scale(1.2);}
	.news_listbox>div h3{font-size: 18px;color: #252322;line-height: 2em;font-weight: 400;}
	.news_listbox>div p{font-size: 12px;color: #252322;line-height: 1.5em;}
	
	.news_fanhui{padding: 2em 7%;}
	.news_fanhui .news_title>a{display: block;padding: 0.2em 1.5em;background: #004fa2;font-size: 14px;color: #fff;}
	.news_show{padding: 0 7%;}
	.news_show .row{}
	.news_show .row>h1{font-size: 21px;color: #000000;text-align: center;line-height: 2em;}
	.news_show .row>p{font-size: 12px;color: #2b2b2b;text-align: center;padding-bottom: 1em;}
	.news_show .row>div{font-size: 14px;line-height: 2em;color: #282828;padding: 2em 0;}
	.news_show .row>div p{font-size: 14px;line-height: 2em;color: #282828;}
	
	.paeg{padding: 3em 0;}
	.paeg .row>p{text-align: left;}
	
	/* 分页带代码 */
	.page{text-align: center;}
	.page .pagination>.disabled>span,.page .pagination>li>a,.page .pagination>li>span {border: 1px solid #dcdcde;font-size: 14px;margin: 0 3px;color: #8f8f8f;padding: 4px 10px;border: 1px solid #dcdcdc;}
	.page .pagination>.active>a,.page .pagination>.active>span,.page .pagination>.active>a:hover,.page .pagination>.active>span:hover,.page .pagination>.active>a:focus,.page .pagination>.active>span:focus{
		background-color: #004fa2;padding: 4px 10px;color: #FFFFFF;border: 1px solid #dcdcde;
	}
	.page .pagination li{position: relative;}
	.page .pagination li:nth-child(1) a:after,.page .pagination li:nth-child(1) span:after{content: "<<";background-color: #FFFFFF;display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0%;padding-top: 4px;}
	.page .pagination li:last-child a:after,.page .pagination li:last-child span:after{content: ">>";background-color: #FFFFFF;display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0%;padding-top: 4px;}
	.page .pagination li:nth-child(1) a:hover:after,.page .pagination li:nth-child(1) span:hover:after{background-color: #F5F5F5;}
	.page .pagination li:last-child a:hover:after,.page .pagination li:last-child span:hover:after{background-color: #F5F5F5;}
	/* 分页带代码 */
	
}
@media screen and (min-width:992px){
	
}
@media screen and (min-width:1200px){
	
}
@media screen and (min-width:1440px){
	/* ______________________index_________________________________ */
	.container-fluid{}
	.row{padding: 0 7%;box-sizing: border-box;}
	
	.Rotation_nei{position: relative;width: 100%;}
	.Rotation_nei img{width: 100%;}
	.Rotation_nei div{height: 100px;background-color: rgba(0, 0, 0, 0.8);}
	
	.loc_title{display: flex;justify-content: space-between;padding: 3em 7%;border-bottom: 1px solid #f2f2f2;margin-bottom: 1em;}
	.loc_title h3 span{font-size: 30px;color: #282828;text-transform: uppercase;}
	.loc_title h3{font-size: 24px;color: #282828;display: flex;}
	.loc_title ul{display: flex;align-items: center;}
	.loc_title ul a{color: #737373;}
	
	.index_nav{position: fixed;z-index: 100;width: 100%;top: 0;left: 0;padding: 20px 0;}
	.index_nav .row{height: 100%;display: flex;align-items: center;}
	.index_nav .logo{width: 17%;}
	.index_nav .logo a{display: flex;align-content: center;}
	.index_nav .logo img{height: 50px;}
	.index_nav .ul_li{height: 100%;text-align: right;width: 57%;padding-right: 2.4%;}
	.index_nav .ul_li a{display: inline-block;margin-left: 3.5%;height: 100%;width: fit-content;font-size: 1.1em;color: #ffffff;
	-webkit-transition:all .1s ease-in-out 0s;
	-moz-transition:all .1s ease-in-out 0s;
	-ms-transition:all .1s ease-in-out 0s;
	-o-transition:all .1s ease-in-out 0s;
	transition:all .1s ease-in-out 0s;}
	.index_nav .ul_li a:hover/* ,.index_nav .ul_li .active */{color: #666;}
	.index_nav form{padding: 0 2.4%;border-left: 1px solid rgb(255 255 255 / 10%);height: 100%;width: 14%;display: flex;align-items: center;}
	.index_nav form div{border: 1px solid #ffffff;border-radius: 50px;display: flex;align-items: center;padding: 0 9px;overflow: hidden;}
	.index_nav form div input{border: none;background: none;width: 75%;padding: 3px;color: #ffffff;}
	.index_nav form span{display: inline-block;width: 15px;height: 17px;background: url(../img/magnifier.png) no-repeat;background-size: contain;}
	.index_nav h3{width: 12%;font-size: 17px;color: #ffffff;padding-left: 28px;background: url(../img/Telephone.png)no-repeat left;background-size: 18px 18px;}
	.backtop-show{background-color: rgba(0, 0, 0, 0.8);padding: 10px 0;}
	.backtop-show .logo img{height: 50px;}
	
	.banner{width: 100%;height: 100%;position: relative;overflow: hidden;margin: 0 auto;}
	.banner .swiper-container{width: 100%;height: 100%;}
	.banner .swiper-slide{height: 100%;width: 100%;text-align: center;}
	.banner img{float: left;list-style: none;position: relative;width: 100%;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 1em;}
	.banner .swiper-pagination-bullet {width: 10px;height: 10px;border-radius: 0;background: #fff;opacity: 1;}
	.banner .swiper-pagination-bullet-active {background: #ff271f;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {bottom: 3em;left: 0;width: 100%;}
	
	.about{padding: 8em 0 6em 0;position: relative;}
	.about .row{}
	.about .row>h1{font-size: 48px;color: #2f2725;padding-bottom: 1em;}
	.about .row>a{display: block;width: 240px;text-align: center;background: #004fa2;font-size: 14px;color: #fff;padding: 3px 0;margin: 4em 0 8em 0;}
	.about .row .index_about{font-size: 14px;line-height: 1.6em;color: #777777;width: 47%;}
	.about .row ul{background: rgb(0 79 162 / 80%);padding:  30px 2%;display: flex;}
	.about .row ul li{width: 25%;text-align: center;position: relative;}
	.about .row ul li h1{font-size: 72px;color: #fff;position: relative;width: fit-content;margin: 0 auto;font-weight: 400;}
	.about .row ul li span{font-size: 12px;color: #fff;position: absolute;top: -2px;right: -29px;}
	.about .row ul li:nth-child(n+3) span{font-size: 21px;}
	.about .row ul li p{font-size: 16px;color: #ffffff;}
	.about_name{display: flex;justify-content: space-between;position: absolute;bottom: -8.5em;left: 0;width: 100%;padding: 0 6.233%;}
	.about_name div{width: 33%;padding: 126px 0 35px 30px;}
	.about_name div p{font-size: 25px;color: #ffffff;}
	
	.index_title{display: flex;justify-content: space-between;}
	.index_title span{font-size: 45px;color: #282828;text-transform: uppercase;}
	.index_title h3{font-size: 36px;color: #282828;display: flex;}
	.index_title a{display: inline-block;border: 1px solid #d4d4d4;border-radius: 5px;text-align: center;font-size: 14px;color: #777777;height: 40px;line-height: 40px;padding: 0 37px;}
	
	.porder{padding: 14em 0 0 0;}
	.porder .ul_li{padding: 36px 0;border-top: 1px solid #f2f2f2;margin-top: 36px;}
	.porder .ul_li .row{display: flex;}
	.porder .ul_li a{width: 20%;display: flex;align-items: center;justify-content: space-around;padding: 1em 0;}
	.porder .ul_li a:hover{background: #004fa2;}
	.porder .ul_li a img{max-width: 100%;margin-right: 1.5em;}
	.porder .ul_li a h4{font-size: 20px;color: #333333;}
	.porder .ul_li a:hover h4,.porder .ul_li a:hover span{color: #fff;}
	.porder .ul_li a span{font-size: 10px;color: #333333;display: block;text-transform: uppercase;padding-top: 5px;}
	.porder .demo1 {width: 70px;height: 70px;overflow: hidden;margin: 0px;padding: 0px;transition: all ease-in-out .2s;}
	.porder .demo1 .del{width: 70px;height: 70px;position: relative;}
	.porder .ul_li a:hover .del{left:-70px;border-right:0px solid transparent;-webkit-filter:drop-shadow(70px 0 0px #fff);filter:drop-shadow( 70px 0 0px #fff);}
	.porder .swiper-container,.porder .swiper-slide{width: 100%;height: 700px;}
	.porder .swiper-slide a{width: 100%;height: 100%;display: block;}
	.porder .swiper-button-next,.porder .swiper-button-prev{bottom: 0px;top: auto;width: 86px;height: 86px;text-align: center;line-height: 86px;background: rgb(255 255 255 / 50%);}
	.porder .swiper-button-next{left: 87px;}
	.porder .swiper-button-prev{left: 0px;}
	.porder .swiper-button-next:after,.porder .swiper-button-prev:after{font-size: 21px;color: #fff;}
	.porder .swiper-button-next:hover,.porder .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
	.porder .swiper-button-next.swiper-button-disabled,.porder .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.news{padding: 5em 0 2em 0;}
	.news_title{display: flex;justify-content: space-between;}
	.news_title span{font-size: 45px;color: #282828;text-transform: uppercase;}
	.news_title h3{font-size: 36px;color: #282828;display: flex;}
	.news_title ul{display: flex;align-items: center;}
	.news_title li{position: relative;padding: 0 19px;}
	.news_title li a{font-size: 16px;color: #2f2725;}
	.news_title li a::after{content: "";display: block;height: 100%;width: 1px;background: #989695;position: absolute;top: 0;right: 0px;}
	.news_title li:nth-child(2) a::after{display: none;}
	.news_title ul>a{display: inline-block;border: 1px solid #d4d4d4;border-radius: 5px;text-align: center;font-size: 14px;color: #777777;height: 40px;line-height: 40px;padding: 0 37px;margin-left: 1em;}
	.news_swiper{padding: 36px 0;border-top: 1px solid #f2f2f2;margin-top: 36px;}
	.news_swiper .swiper-container{width: 100%;overflow: inherit;}
	.news_swiper .swiper-slide div{width: 100%;height: 310px;text-align: center;overflow: hidden;}
	.news_swiper .swiper-slide div img{width: 100%;}
	.news_swiper .swiper-slide:hover img{transform: scale(1.2);}
	.news_swiper .swiper-slide h3{font-size: 18px;color: #282828;line-height: 3em;}
	.news_swiper .swiper-slide p{font-size: 14px;color: #252322;line-height: 24px;}
	.news_porder{position: relative;height: 33px;margin-top: 65px;}
	.news_porder .swiper-button-next,.news_porder .swiper-button-prev{bottom: 0px;top: auto;width: 121.5px;height: 33px;text-align: center;line-height: 33px;background: #004fa2;}
	.news_porder .swiper-button-next{left: 121.5px;}
	.news_porder .swiper-button-prev{left: 0px;}
	.news_porder .swiper-button-next:after,.news_porder .swiper-button-prev:after{font-size: 18px;color: #fff;}
	.news_porder .swiper-button-next:hover,.news_porder .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
	.news_porder .swiper-button-next.swiper-button-disabled,.news_porder .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.imggocheng{padding: 2em 0 10em 0;}
	.imggocheng_swiper{padding: 36px 7%;border-top: 1px solid #f2f2f2;margin-top: 36px;height: 547px;display: flex;}
	.imggocheng_swiper .swiper-container {width: 50%;margin-left: auto;margin-right: auto;}
	.imggocheng_swiper .swiper-slide {background-size: cover;background-position: center;}
	.imggocheng_swiper .gallery-top {height: 100%;}
	.imggocheng_swiper .gallery-thumbs {height: 100%;box-sizing: border-box;padding: 0;}
	.imggocheng_swiper .gallery-thumbs .swiper-slide {opacity: 1;height: calc((100% - 1px) / 2);width: 50%;}
	.imggocheng_swiper .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
	.imggocheng_swiper .gallery-thumbs .swiper-slide div{width: 100%;height: 100%;background: rgb(0 2 5 / 60%);}
	.imggocheng_swiper .gallery-thumbs .swiper-slide-thumb-active div{background: rgb(0,0,0,0);}
	
	.imggocheng_fx{position: relative;height: 33px;margin-top: 533px;}
	.imggocheng_fx .swiper-button-next,.imggocheng_fx .swiper-button-prev{bottom: 0px;top: auto;width: 121.5px;height: 33px;text-align: center;line-height: 33px;background: #004fa2;}
	.imggocheng_fx .swiper-button-next{left: 121.5px;}
	.imggocheng_fx .swiper-button-prev{left: 0px;}
	.imggocheng_fx .swiper-button-next:after,.imggocheng_fx .swiper-button-prev:after{font-size: 18px;color: #fff;}
	.imggocheng_fx .swiper-button-next:hover,.imggocheng_fx .swiper-button-prev:hover{background: rgb(0 79 162 / 50%);}
	.imggocheng_fx .swiper-button-next.swiper-button-disabled,.imggocheng_fx .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.jion{padding: 8em 0 10em;}
	.jion_title span{font-size: 45px;color: #fff;text-transform: uppercase;}
	.jion_title h3{font-size: 36px;color: #fff;display: flex;}
	.jion_box{display: flex;margin-top: 8em;}
	.jion_box>div{width: 17%;border-right: 1px solid #8e97a3;text-align: center;height: 620px;display: flex;flex-direction: column;align-items: center;}
	.jion_box>div:hover{width: 20%;}
	.jion_box>div em{display: flex;height: 55px;width:100%;margin-bottom: 2em;align-items: flex-end;justify-content: center;}
	.jion_box>div img{max-height: 100%;}
	.jion_box>div>span{display:block;width: 100%;height:150px;}
	.jion_box>div h1{font-size: 26px;color: #fff;}
	.jion_box>div p{text-transform: uppercase;font-size: 12px;color: #fff;line-height: 2em;}
	.jion_box>div .content{font-size: 14px;color: #fff;text-align: left;margin: 0 auto;width: fit-content;}
	
	.footer_po{background: #004fa2;padding: 5.5em 0;}
	.footer_po .row{display: flex;justify-content: space-between;}
	.footer_po .left{width: 35%;}
	.footer_po .left>img{height: 60px;}
	.footer_po .left ul{display: flex;margin-top: 2.2em;}
	.footer_po .left li{text-align: center;overflow: hidden;margin-right: 2em;}
	.footer_po .left li img{max-width: 100%;}
	.footer_po .left li p{line-height: 2em;font-size: 14px;color: #8da4ca;}
	.footer_po .left h1{font-size: 20px;color: #eff2f7;padding-left: 45px;background: url(../img/Telephone.png) no-repeat left;line-height: 2em;margin-top: 1em;}
	.footer_po .left div{padding-left: 45px;background: url(../img/landmark.png) no-repeat left;background-position: 0;font-size: 12px;color: #eff2f7;line-height: 2em;}
	.footer_po .right{width: 65%;padding-top: 65px;}
	.footer_po .right ul{width: 80%;margin-left: auto;display: flex;}
	.footer_po .right ul li{width: 20%;}
	.footer_po .right ul h3{font-size: 16px;color: #9bb1c9;border-bottom: 1px solid #1f63aa;padding-bottom: 1em;margin-bottom: 1em;}
	.footer_po .right ul a{display: block;font-size: 14px;color: #9bb1c9;margin-bottom: 1em;}
	.footer_te{display: flex;justify-content: space-between;align-items: center;background: #014892;padding: 2em 7%;}
	.footer_te p{color: #fff;font-size: 14px;}
	
	/* ______________________neiye_________________________________ */
	.about_p1{padding: 3em 0 2em 0;}
	.about_p1 .row>h3{font-size: 30px;color: #2f2725;text-align: center;}
	.about_p1 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
	.about_p1 .row .content{font-size: 14px;line-height: 1.6em;color: #777777;}
	.about_p1 .row .content p{font-size: 14px;line-height: 1.6em;color: #777777;}
	.about_p1 .row .content img{max-width: 100%;}
	.about_p2{padding: 3em 0 2em 0;}
	.about_p2 .row>h3{font-size: 30px;color: #2f2725;text-align: center;}
	.about_p2 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
	.about_p2 ul{width: 100%;overflow: hidden;margin-bottom: 3em;}
	.about_p2 li{display: flex;margin-bottom: 2em;}
	.about_p2 li div{width: 50%;height: 434px;padding: 2em;font-size: 16px;color: #000000;line-height: 3em;background: #edeff4;}
	.about_p3{padding: 4em 0;background: #f6f7f9;position: relative;}
	.about_p3 .row>h3{font-size: 30px;color: #2f2725;text-align: center;}
	.about_p3 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
	.about_p3_swiper{width: 100%;padding: 0 6em;position: relative;}
	.about_p3_swiper .swiper-container{width: 100%;}
	.about_p3_swiper .swiper-slide{overflow: hidden;text-align: center;}
	.about_p3_swiper .swiper-slide div{height: 320px;margin-bottom: 1em;}
	.about_p3_swiper .swiper-slide img{max-width: 100%;max-height: 100%;}
	.about_p3_swiper .swiper-slide p{font-size: 16px;color: #000000;}
	
	.about_p3_swiper .swiper-button-next,.about_p3_swiper .swiper-button-prev{background: none;}
	.about_p3_swiper .swiper-button-next{right: 0px;}
	.about_p3_swiper .swiper-button-prev{left: 0px;}
	.about_p3_swiper .swiper-button-next:after{font-size: 32px;color: #000;content: '\003e';}
	.about_p3_swiper .swiper-button-prev:after{font-size: 32px;color: #000;content: '\003c';}
	.about_p3_swiper .swiper-button-next.swiper-button-disabled,.about_p3_swiper .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.about_p4{padding: 5em 0;}
	.about_p4 .row>h3{font-size: 30px;color: #2f2725;text-align: center;}
	.about_p4 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
	.about_p4 ul{width: 100%;display: flex;justify-content: space-between;}
	.about_p4 ul li{width: 16%;}
	.about_p4 ul li:hover{transform: translateY(-2em);}
	.about_p4 ul li .top{height: 385px;width: 100%;}
	.about_p4 ul li .top div{font-size: 14px;line-height: 24px;color: #fff;background: rgb(0 2 5 / 60%);width: 100%;height: 100%;
	display: flex;align-items: center;flex-direction: column;justify-content: flex-end;padding-bottom: 3em;}
	.about_p4 ul li:hover .top div{background: none;}
	.about_p4 ul li .bottom{background: #edeff4;padding: 1em 0;}
	.about_p4 ul li:hover .bottom{background: #004fa2;}
	.about_p4 ul li .bottom h6{font-size: 18px;color: #282828;line-height: 2em;text-align: center;}
	.about_p4 ul li .bottom p{font-size: 12px;color: #282828;line-height: 1em;text-align: center;}
	.about_p4 ul li:hover .bottom h6,.about_p4 ul li:hover .bottom p{color: #fff;}
	
	.message_list{padding: 100px 0 150px 0;}
	.message_list .row>h3{font-size: 24px;color: #515050;text-align: center;}
	.message_list .row>h1{font-size: 36px;color: #515050;text-align: center;line-height: 2em;}
	.message_list .row>p{font-size: 20px;color: #595c63;text-align: center;}
	.message_list ul{display: flex;margin-top: 100px;}
	.message_list li{width: 50%;}
	.message_list .left h6{font-size: 24px;color: #221815;padding-left: 50px;background: url(../img/lx3.png) no-repeat left;background-position: 0 0;margin-bottom: 1em;}
	.message_list .left p{font-size: 30px;color: #221815;line-height: 2em;}
	.message_list .left .content{font-size: 14px;color: #282828;line-height: 24px;padding-left: 50px;margin-bottom: 2.5em;}
	.message_list .left .content p{font-size: 14px;color: #282828;line-height: 24px;}
	.BaiDuAPI{width: 100%;height: 273px;}
	.message_list .right{padding-top: 90px;padding-left: 4em;}
	.message_list form{width: 100%;box-sizing: border-box;}
	.message_list form>.di{display: flex;justify-content: space-between}
	.message_list input{width: 32%;border: none;background:none;outline: none;margin: 0 0 2em 0;border-bottom: 1px solid #d5d5d5;padding: 5px 0 20px 0;color: #282828;}
	.message_list input::-webkit-input-placeholder {color: #606061;}
	.message_list textarea::-webkit-input-placeholder {color: #606061;}
	.message_list form textarea{width: 100%;border: none;background:none;outline: none;margin: 1em 0 5em 0;border-bottom: 1px solid #d5d5d5;height: 200px;padding: 1em 0 10px 0;}
	.mess_button{background-color: #004fa2;font-size: 12px;color: #FFFFFF;width: 236px;height: 38px;line-height: 38px;text-align: center;}
	.mess_button input{border: none;outline: none;width: 100%;height: 100%;background:none;padding: 0;color: #fff;}
	/* weixinajdk2 */
	.weixinajdk2{z-index:9999;width:100%;height:100%;position:fixed;bottom: 0;display:flex;justify-content: center;align-items: center;}
	.weixinajdk2 h1{font-size: 30px;font-weight: 600;line-height: 50px;text-align: center;}
	.weixinajdk2>div{padding: 48px 30px;background-color: #FFFFFF;border: 10px solid;}
	.weixinajdk2 form>input{background: #FFFFFF;width: 317px;padding: 2px 0;text-align: center;opacity: 1;    color: #222222;}
	.weixinajdk2 input{width: 112px;padding: 22px 0;text-align: center;background: #c87f3e;letter-spacing: 2px;color: #FFFFFF;border: none;}
	.ipm input{background: #dbdbdb;border: none;}
	.weixinajdk2 .ipcdd input{width: 317px;border: none;font-size: 24px;}
	/* weixinajdk2 */
	
	.case{width: 100%;height: 821px;margin: 4em 0 3em 0;}
	.case .rowco{width: 100%;height: 100%;padding: 0 7%;}
	.case .swiper-container {width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
	.case .swiper-slide {text-align: center;font-size: 18px;background: #fff;height: calc((100% - 65px) / 3);width: 100%;}
	.case .swiper-slide a{display: block;position: relative;width: 100%;height: 100%;background: rgb(0 0 0/70%);overflow: hidden;}
	.case .swiper-slide a p{font-size: 14px;color: #fff;background: rgb(0 79 162 / 50%);padding: 0 5px;text-align: center;position: absolute;bottom: -42px;left: 0;width: 100%;height: 42px;line-height: 42px;}
	.case .swiper-slide:hover a{background: none;}
	.case .swiper-slide:hover a p{bottom: 0;}
	.case .swiper-pagination-bullet{width: 4em;height: 0.4em;border-radius: inherit;}
	.case .swiper-pagination-bullet-active {opacity: 1;background: #004fa2;}
	
	.jod{}
	.jod_p1{padding: 5em 0;}
	.jod_p1>h3{font-size: 30px;color: #2f2725;text-align: center;}
	.jod_p1>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
	.jod_p1 ul{display: flex;justify-content: space-evenly;}
	.jod_p1 li{width: 18%;height: 150px;padding-top: 105px;}
	.jod_p1 li div{font-size: 14px;color: #333333;line-height: 24px;text-align: center;}
	
	.jod_p2{display: flex;background: #ebedef;}
	.jod_p2 .left{padding: 5em 0 5em 7%;width: 60%;}
	.jod_p2 .left ul{display: flex;flex-wrap: wrap;}
	.jod_p2 .left li{width: 30%;padding-top: 95px;margin-bottom: 2em;text-align: center;color: #777777;}
	.jod_p2 .left li h2{font-size: 26px;}
	.jod_p2 .left li h5{font-size: 12px;line-height: 3em;padding-bottom: 1em;}
	.jod_p2 .left li p{font-size: 14px;}
	.jod_p2 .right{width: 40%;}
	
	.jod_p3{padding: 5em 0;}
	.jod_p3 .row>h3{font-size: 30px;color: #2f2725;text-align: center;}
	.jod_p3 .row>p{font-size: 14px;color: #777777;margin-bottom: 3em;text-align: center;}
	.jod_p3 ul{display: flex;justify-content: center;}
	.jod_p3 li{width: 111px;text-align: center;margin-right: 90px;position: relative;}
	.jod_p3 li::after{content: "\003E";font-size: 3em;color: #464646;position: absolute;right: -58px;top: 27px;}
	.jod_p3 li:nth-child(7):after{content: none;}
	.jod_p3 li:nth-child(7){margin: 0;}
	.jod_p3 li div{border: 1px solid #464646;width: 111px;height: 111px;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
	.jod_p3 li p{font-size: 20px;color: #464646;line-height: 3em;}
	
	.porder_list{padding-bottom: 4em;}
	.porder_list .ul_li{padding: 36px 0;background: #f6f7f9;margin-top: -1em;}
	.porder_list .ul_li .row{display: flex;}
	.porder_list .ul_li a{width: 20%;display: flex;align-items: center;justify-content: center;padding: 1em 0;}
	.porder_list .ul_li a:hover,.porder_list .ul_li .active{background: #004fa2;}
	.porder_list .ul_li a img{max-width: 100%;margin-right: 1.5em;}
	.porder_list .ul_li a h4{font-size: 20px;color: #333333;}
	.porder_list .ul_li a:hover h4,.porder_list .ul_li a:hover span,.porder_list .ul_li .active h4,.porder_list .ul_li .active span{color: #fff;}
	.porder_list .ul_li a span{font-size: 10px;color: #333333;display: block;text-transform: uppercase;padding-top: 5px;}
	.porder_list .demo1 {width: 70px;height: 70px;overflow: hidden;margin: 0px 1em 0 0;padding: 0px;transition: all ease-in-out .2s;}
	.porder_list .demo1 .del{width: 70px;height: 70px;position: relative;}
	.porder_list .ul_li a:hover .del,.porder_list .ul_li .active .del{left:-70px;border-right:0px solid transparent;-webkit-filter:drop-shadow(70px 0 0px #fff);filter:drop-shadow( 70px 0 0px #fff);}
	.porder_list_box{display: flex;padding-top: 75px;display: flex;flex-wrap: wrap;}
	.porder_list_box>div{width: 32%;margin-right: 2%;border: 1px solid #bfbfbf;padding: 1em 2em;margin-bottom: 3em;}
	.porder_list_box>div:nth-child(3n+3){margin-right: 0;}
	.porder_list_box>div>a{display: flex;justify-content: center;align-items: center;width: 100%;height: 326px;overflow: hidden;}
	.porder_list_box>div img{max-width: 100%;max-height: 100%;}
	.porder_list_box>div:hover img{transform: scale(1.3);}
	.porder_list_box>div div{display: flex;justify-content: space-between;position: relative;overflow: hidden;}
	.porder_list_box>div div h6{display: block;width: 70%;padding-top: 1em;}
	.porder_list_box>div div h6 p{font-size: 12px;color: #2b2b2b;line-height: 1.5em;}
	.porder_list_box>div div a{display: block;width: 20%;height: 35px;line-height: 35px;font-size: 12px;color: #fff;background: #004fa2;text-align: center;margin-top: 1em;
	position: absolute;right: -30em;top: 0em;}
	.porder_list_box>div:hover div a{right: 0em;}
	
	.porder_show{padding: 40px 10% 70px 10%;}
	.porder_erjiname{display: flex;justify-content: space-between;align-items: center;}
	.porder_erjiname h3{color: #282828;border-left: 5px solid #004fa2;padding-left: 0.7em;}
	.porder_erjiname h3 p{font-size: 20px;color: #282828;line-height: 18px;}
	.porder_erjiname h3 p:nth-child(2){font-size: 10px;padding-top: 0.5em;}
	.porder_erjiname a{display: block;font-size: 12px;color: #fff;background: #004fa2;text-align: center;padding: 0.5em 1.2em;}
	.porder_showbox{display: flex;margin-top: 3em;}
	.porder_showbox .left{width: 55%;}
	.porder_showbox .right{width: 45%;padding-left: 5%;}
	.porder_showbox .right h2{font-size: 24px;color: #282828;font-weight: 800;padding-bottom: 1em;}
	.porder_showbox .right div{overflow: hidden;box-sizing: border-box;line-height: 25px;font-size: 12px;line-height: 25px;color: #333333;font-weight: 500;}
	.porder_showbox .right div p{font-size: 12px;line-height: 25px;color: #282828;}
	.porder_showbox .right div img{max-width: 100%;}
	
	.porder_showgegnduo{padding-top: 4em;}
	.porder_showgegnduo .porder_erjiname{padding-bottom: 2em;}
	.porder_showgegnduo .porder_erjiname h3{width: 150px;}
	.porder_showgegnduo hr{display: block;height: 1px;width: 90%;background: #f3f3f3;}
	.porder_showgegnduo .swiper-container{width: 100%;}
	.porder_showgegnduo .swiper-slide{height: 249px;}
	.porder_showgegnduo .swiper-slide a{display: flex;justify-content: center;align-items: center;width: 100%;height: 0%;flex-direction: column;background: rgb(0 79 162 / 50%);
	color: #fff;overflow: hidden;}
	.porder_showgegnduo .swiper-slide:hover a{height: 100%;}
	.porder_showgegnduo .swiper-slide span{display: block;border: 1px solid #fff;color: #fff;border-radius: 50%;width: 1.5em;height: 1.5em;text-align: center;line-height: 1.4em;font-size: 18px;}
	.porder_showgegnduo .swiper-slide p{font-size: 18px;color: #fff;line-height: 2em;}
	.porder_showbox .swiper-container {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
	.porder_showbox .swiper-slide {background-size: cover;background-position: center;}
	.porder_showbox .gallery-top {height: 495px;width: 100%;}
	.porder_showbox .gallery-thumbs {height: 113px;box-sizing: border-box;padding-top: 25px;}
	.porder_showbox .gallery-thumbs .swiper-slide {width: 25%;height: 100%;opacity: 0.4;}
	.porder_showbox .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
	.porder_showbox_top{position: relative;}
	.porder_showbox_top .swiper-button-next,.porder_showbox_top .swiper-button-prev{background: none;border: none;top: -40px;}
	.porder_showbox_top .swiper-button-next{right: 0px;}
	.porder_showbox_top .swiper-button-prev{left: 0px;}
	.porder_showbox_top .swiper-button-next:after,.porder_showbox_top .swiper-button-prev:after{font-size: 14px;color: #a0a0a0;}
	.porder_showbox_top .swiper-button-next.swiper-button-disabled,.porder_showbox_top .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.noxpox{position: relative;}
	.noxpox .swiper-button-next,.noxpox .swiper-button-prev{width: 35px;height: 110px;text-align: center;line-height: 110px;background: none;border: 1px solid #e7e7e7;top: -154px;}
	.noxpox .swiper-button-next{right: 0px;}
	.noxpox .swiper-button-prev{left: 0px;}
	.noxpox .swiper-button-next:after,.noxpox .swiper-button-prev:after{font-size: 14px;color: #a0a0a0;}
	.noxpox .swiper-button-next:hover,.noxpox .swiper-button-prev:hover{background: #004fa2;}
	.noxpox .swiper-button-next:hover:after,.noxpox .swiper-button-prev:hover:after{font-size: 14px;color: #fff;}
	.noxpox .swiper-button-next.swiper-button-disabled,.noxpox .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
	
	.news_list{padding: 4em 0;}
	.news_listbox{display: flex;flex-wrap: wrap;}
	.news_listbox>div{width: 31.3%;margin-right: 3%;margin-bottom: 2em;}
	.news_listbox>div:nth-child(3n+3){margin-right: 0;}
	.news_listbox>div a{display: flex;justify-content: center;align-items: center;height: 320px;overflow: hidden;}
	.news_listbox>div img{max-width: 100%;}
	.news_listbox>div:hover img{transform: scale(1.2);}
	.news_listbox>div h3{font-size: 24px;color: #252322;line-height: 2.5em;font-weight: 400;}
	.news_listbox>div p{font-size: 14px;color: #777777;line-height: 1.5em;}
	
	.news_fanhui{padding: 3em 14%;}
	.news_fanhui .news_title>a{display: block;padding: 0.2em 1.5em;background: #004fa2;font-size: 14px;color: #fff;}
	.news_show{padding: 0 14%;}
	.news_show .row{}
	.news_show .row>h1{font-size: 24px;color: #000000;text-align: center;line-height: 2em;}
	.news_show .row>p{font-size: 14px;color: #2b2b2b;text-align: center;padding-bottom: 1em;}
	.news_show .row>div{font-size: 14px;line-height: 2em;color: #282828;padding: 2em 0;}
	.news_show .row>div p{font-size: 14px;line-height: 2em;color: #282828;}
	
	.paeg{padding: 3em 0;}
	.paeg .row>p{text-align: left;}
	
	/* 分页带代码 */
	.page{text-align: center;}
	.page .pagination>.disabled>span,.page .pagination>li>a,.page .pagination>li>span {border: 1px solid #dcdcde;font-size: 14px;margin: 0 3px;color: #8f8f8f;padding: 4px 10px;border: 1px solid #dcdcdc;}
	.page .pagination>.active>a,.page .pagination>.active>span,.page .pagination>.active>a:hover,.page .pagination>.active>span:hover,.page .pagination>.active>a:focus,.page .pagination>.active>span:focus{
		background-color: #004fa2;padding: 4px 10px;color: #FFFFFF;border: 1px solid #dcdcde;
	}
	.page .pagination li{position: relative;}
	.page .pagination li:nth-child(1) a:after,.page .pagination li:nth-child(1) span:after{content: "<<";background-color: #FFFFFF;display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0%;padding-top: 4px;}
	.page .pagination li:last-child a:after,.page .pagination li:last-child span:after{content: ">>";background-color: #FFFFFF;display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0%;padding-top: 4px;}
	.page .pagination li:nth-child(1) a:hover:after,.page .pagination li:nth-child(1) span:hover:after{background-color: #F5F5F5;}
	.page .pagination li:last-child a:hover:after,.page .pagination li:last-child span:hover:after{background-color: #F5F5F5;}
	/* 分页带代码 */
}
@media screen and (min-width:1620px){
	.index_nav{position: fixed;z-index: 100;width: 100%;top: 0;left: 0;padding: 20px 0;}
	.index_nav .row{height: 100%;display: flex;align-items: center;}
	.index_nav .logo{width: 17%;}
	.index_nav .logo a{display: flex;align-content: center;}
	.index_nav .logo img{height: 60px;}
	.index_nav .ul_li{height: 100%;text-align: right;width: 57%;padding-right: 2.4%;}
	.index_nav .ul_li a{display: inline-block;margin-left: 4.5%;height: 100%;width: fit-content;font-size: 1.2em;color: #ffffff;
	-webkit-transition:all .1s ease-in-out 0s;
	-moz-transition:all .1s ease-in-out 0s;
	-ms-transition:all .1s ease-in-out 0s;
	-o-transition:all .1s ease-in-out 0s;
	transition:all .1s ease-in-out 0s;}
	.index_nav .ul_li a:hover/* ,.index_nav .ul_li .active */{color: #666;}
	.index_nav form{padding: 0 2.4%;border-left: 1px solid rgb(255 255 255 / 10%);height: 100%;width: 14%;display: flex;align-items: center;}
	.index_nav form div{border: 1px solid #ffffff;border-radius: 50px;display: flex;align-items: center;padding: 0 9px;overflow: hidden;}
	.index_nav form div input{border: none;background: none;width: 80%;padding: 3px;color: #ffffff;}
	.index_nav form span{display: inline-block;width: 15px;height: 17px;background: url(../img/magnifier.png) no-repeat;background-size: contain;}
	.index_nav h3{width: 12%;font-size: 21px;color: #ffffff;padding-left: 28px;background: url(../img/Telephone.png)no-repeat left;background-size: 23px 23px;}
	.backtop-show{background-color: rgba(0, 0, 0, 0.8);padding: 10px 0;}
	.backtop-show .logo img{height: 100%;}
	
	
}