*{outline:none!important;}
.g_bg {background-position: center;background-size: cover;background-repeat: no-repeat  }


.pcNav{position: fixed;left: 0;top: 0; width: 100%; background: #fff;box-shadow: 0 0 2px #dfdfdf; z-index: 999; transition: .4s all ease}
.pcNav.active{border-color:#eaeaea;background: rgba(255,255,255,.85)}
.n-pcNav{background: #fff;}
.n-pro .pcNav{background:rgba(0,0,0,.5)}
.pcNav-b{display: flex;justify-content: space-between;align-items: center;}
.pcNav-l{}
.pcNav-l img{   transition: .4s all ease}
.pcNav-l a:nth-child(2){display: none}
.pcNav.active .pcNav-l a:nth-child(1){display: none}
.pcNav.active .pcNav-l a:nth-child(2){display: block}

.pcNav-r{  margin-left: 40px; position: relative;display: flex;align-items: center;z-index: 9}
.pcNav-r .pcNav-r-search{position: relative;padding-left: 10px;margin-left: 40px;}
.pcNav-r i{color: #004098; font-size: 20px; transition: .4s all ease}
.pcNav-r.active i{color: #525252; }
.pcNav-r i:hover{color: #004098;transition: .4s all ease }
.pcNav-r input{ height: 30px; line-height: 30px; font-size: 14px; color: #333; border: 0; border-bottom: 1px solid #fff;box-shadow:  0 0 2px #dfdfdf;
    position: absolute;right: 0;top: 50%; transform: translateY(-50%); white-space: nowrap;width: 0; opacity: 0;padding: 0;transition: .4s all ease;overflow: hidden}
.pcNav-r a{font-size: 18px; color: #fff;font-family: SONGJIAN;font-weight: 600}
.pcNav-r .pcNav-r-search:hover input{width: 180px;opacity: 1; right: 100%; padding: 0 20px; transition: .4s all ease}
.pcNav-r .pcNav-r-search:hover a{width: 140px;opacity: 1; right: 100%; padding: 0 10px; transition: .4s all ease}
/*.pcNav.active .pcNav-r i{color: #003b95}*/
/*.pcNav.active .pcNav-r a{color: #003b95;border-bottom: 1px solid #003b95;}*/

.pcNav-c{ width: calc(100% - 160px);   display: flex;justify-content: flex-end;align-items: center;position: relative}
.pcNav .g_w{position: relative}
.h-nav1{display: flex;position: relative;z-index: 9}
.h-nav1 > li {width: 110px; display: flex;align-items: center;position: relative}
.h-nav1 > li:nth-child(1){margin-left: 0}
.h-nav1 > li > a{ width: 100%; height: 100px; line-height: 100px;display: block; text-align: center; color: #000;font-size: 18px;text-transform: uppercase; position: relative;transition: .4s all ease}
.h-nav1 > li > a:after{display: none; content: '';position: absolute;left: 50%;bottom: 0; transform: translateX(-50%); background: #00358c;width: 0;height: 9px;transition: .4s all ease}
.pcNav_dow .h-nav1 > li > a{height: 80px;line-height: 80px;}
.pcNav_dow .pcNav-l img{ transition: .4s all ease}
.pcNav.active .h-nav1 > li > a{ color: #525252}
.pcNav.active .h-nav1 > li > a:after{background: #00358c}
.h-nav1 > li.active > a{color: #fff;background: #00358c}
.h-nav1 > li.active > a:after{width: 62px}
.h-nav1 > li:hover > a{color: #fff;background: #00358c;transition: .4s all ease}
.h-nav1 > li:hover > a:after{width: 62px;transition: .4s all ease}
.pcNav.active .h-nav1 > li.active > a{color: #00358c}
.pcNav.active .h-nav1 > li.active > a:after{width: 100%}
.pcNav.active .h-nav1 > li:hover > a{color: #00358c;transition: .4s all ease}
.pcNav.active .h-nav1 > li:hover > a:after{width: 100%;transition: .4s all ease}
.h-nav1 > li:hover  .h-nav2{display: block}
.pcNav_u1_2{display: none; position: absolute;left:50%;top: 100%;  opacity: 0; z-index: 9;overflow: hidden;
    animation: navU .5s ease forwards;
    -webkit-animation: navU .5s ease forwards;
}
.pcNav_u1_2 li { font-size: 0;margin-top: 2px;background: rgba(0,35,140,.8);}
.pcNav_u1_2 li>a{ display: block; width: 246px; height: 36px;transition: .4s all ease;line-height: 36px; font-size: 15px; color: #fff;text-align: center;font-weight: bold; }
.pcNav_u1_2L{display: inline-block; vertical-align: text-top;}
.pcNav_u1_2R{display:inline-block ;width: 400px; margin-left: 20px; vertical-align: text-top;}
.pcNav_u1_2 li:hover>a{background: #fff;color: #00358c; border: 1px solid #00358c;transition: .4s all ease}
.h-nav1 > li:hover .pcNav_u1_2{display: block}
.h-right ul li:hover .h-right-hover{display: block}
@keyframes navU
{
    0% {
        opacity: 0;
        transform: translate(-50%, -20px);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
@-webkit-keyframes navU {
    0% {
        opacity: 0;
        transform: translate(-50%, -20px);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.i-banner-swiper{padding:0 10px;}
.i-banner{padding-top: 29.8%;background-size: cover;background-position: center}

.i_con{}
.i_con .con1{display: flex; justify-content:space-between; padding: 0 10px;}
.i_con .con1 .con-l{width:61.7%;margin-top: 10px; }
.i-about{display: flex;height: 100%}
.i-about .video{width:43.4%;position: relative;display: block}
.i-about .video video{position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);max-width: 100%;max-height: 100%;z-index: 2}
.i-about .video .g_bg{position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);width: 100%;height: 100%;z-index: 9}
.i-about .text{width:56.6%;   height: 100%; padding: 16px 24px 10px 24px;border: 1px solid #dcdcdc; }
.i-about .text span{font-size: 16px;color: #19256f}
.i-about .text span:before{content: '';width: 5px; height: 20px; background: #efae1c;display: inline-block;vertical-align: middle;margin-right: 4px;}
.i-about .text p{text-indent: 2em; color: rgba(0,0,0,.8);line-height: 22px;margin-top: 12px;}
.i-about .text a{display: block; margin-top: 24px; width: 120px; height: 36px;line-height: 34px;text-align: center;border: 1px solid #e5e5e5;color: rgba(0,0,0,.4)}
.i-about .text a:hover{background: #19256f;color: #fff;border-color: #19256f}
.i_con .con1 .con-r{width:calc(100% - 61.7% - 10px);margin-left: 10px; margin-top: 10px;}
.i-honor{height: 100%}
.i-honor .list{ height: calc(100% - 42px); padding: 40px 0;border: 1px solid #dcdcdc; border-top: 0;display: flex;justify-content: center}
.i-honor .item{width: 33.33%;text-align: center;padding: 0 6px;;transition: .6s all ease}
.i-honor .item span{display: block;margin-top: 10px;;transition: .6s all ease}
.i-honor .item:hover{transform: translateY(-10px);transition: .6s all ease}
.i-honor .item:hover span{color: #00358c;transition: .6s all ease}

.i-title{display: block;width: 100%;background: #00358c;color: #fff;font-size: 16px; height:42px;line-height: 42px;text-align: center }

.i_con .con2{display: flex; justify-content:space-between; padding: 0 10px;}
.i_con .con2 .con-l{width:61.7%;margin-top: 10px; }
.i-news{padding: 10px;border: 1px solid #dcdcdc;}
.i-news-a{background: #eeedee}
.i-news-a a{ display: inline-block; width: 256px; max-width: 48%; height: 40px; color: #000;font-size: 16px; line-height: 40px;text-align: center;position: relative;}
.i-news-a a:after{opacity: 0; content: '';width: 21px; height: 10px; background: url("../images/icon1.png") no-repeat;position: absolute;left: 50%;top: 100%;transform: translateX(-50%);}
.i-news-a a.active{background: #00358c;color: #fff;}
.i-news-a a.active:after{opacity: 1;}
.i-news-tabCon{display: none}
.i-news-tabCon.active{display: block}
.i-news-top{margin-top: 20px;}
.i-news-top a{display: flex}
.i-news-top .img{width: 50%;overflow: hidden}
.i-news-top .g_bg{padding-top: 59.8%;}
.i-news-top .text{width: 50%;padding-left: 30px;}
.i-news-top .text h4{font-size: 16px; color: #efae1c;margin-top: 10px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.i-news-top .text span{font-size: 12px; color: #bbbbbb;margin-top: 4px;display: block}
.i-news-top .text p{font-size: 14px; color: #737373;margin-top: 20px;line-height: 23px;text-align: justify }
.i-news-top .text i{font-size: 12px; color: #525252;margin-top: 16px; display: block;font-style: normal }
.i-news-top .text i:hover{color: #efae1c;transition: .4s all ease}
.i-news-list{margin-top: 20px;border-top: 1px solid #e5e5e5}
.i-news-list ul {display: flex;justify-content: space-between;flex-wrap: wrap}
/*.i-news-list ul li{width: 48%;margin-top: 14px;}*/
.i-news-list ul li{width: 100%;margin-top: 14px;}
.i-news-list ul li a{position: relative;padding-left: 12px;display: flex}
.i-news-list ul li a:before{content: '';width: 5px; height: 5px;background: #bfbfbf;border-radius: 50%;display: block;position: absolute;left: 0;top: 8px;transition: .4s all ease}
.i-news-list ul li a span:nth-child(1){width: calc(100% - 84px);color: #262626;font-size: 16px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;transition: .4s all ease}
.i-news-list ul li a span:nth-child(2){width: 84px; text-align: right; color: #262626;opacity: .82;transition: .4s all ease}
.i-news-list ul li:hover a span{color: #efae1c; opacity: 1; transition: .4s all ease}
.i-news-list ul li:hover a:before{background: #efae1c;transition: .4s all ease}

.i_con .con2 .con-r{width:calc(100% - 61.7% - 10px);margin-left: 10px; margin-top: 10px;}
.i-dj{height: 100%}
.i-dj .con{padding: 10px;border: 1px solid #dcdcdc; border-top: 0;height: calc(100% - 42px);}
.i-dj .con ul{}
.i-dj .con ul li {margin-top: 12px;}
.i-dj .con ul li a{display: flex}
.i-dj .con ul li:nth-child(1) a{display: block}
.i-dj .con ul li a{padding-left:12px;position: relative; }
.i-dj .con ul li h4{ width: calc(100% - 84PX); color: #262626; font-size: 16px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: .4s all ease}
.i-dj .con ul li:nth-child(1) h4{width: 100%;color: #efae1c;}
.i-dj .con ul li span{ width: 84px; font-size: 14px; color: #bbbbbb;display: block}
.i-dj .con ul li:nth-child(1) span{margin-top: 4px;}
.i-dj .con ul li p{height: 69px; font-size: 14px; color: #737373;line-height: 23px;text-align: justify;margin-top: 4px; overflow: hidden }
.i-dj .con ul a:before{content: '';width: 5px; height: 5px;background: #bfbfbf;border-radius: 50%;display: block;position: absolute;left: 0;top: 8px;transition: .4s all ease}

.i-dj .con ul li:hover a span{color: #efae1c; opacity: 1; transition: .4s all ease}
.i-dj .con ul li:hover a:before{background: #efae1c;transition: .4s all ease}
.i-dj .con ul li:hover h4{color: #efae1c;transition: .4s all ease}

.i_con .con3{margin-top: 18px;padding: 0 10px;display: flex;align-items: stretch}
.i_con .con3 .i-title{width: 49px;padding: 10px;height: auto;line-height: 24px;display: flex;align-items: center}
.i-case{ width: calc(100% - 49px); padding:16px;border: 1px solid #dcdcdc;;border-left: 0; }
.i-case .item{}
.i-case .item .img{overflow: hidden}
.i-case .item .g_bg{padding-top: 62.8%;}
.i-case .item .text{padding:10px;font-size:14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #dee5f0;color: #000;transition: .4s all ease}
.i-case .swiper-con{position: relative}
.i-case .swiper-button-prev{width: 31px; height: 31px; background: url("../images/icon2.png") no-repeat;}
.i-case .swiper-button-next{width: 31px; height: 31px; background: url("../images/icon3.png") no-repeat;}
.i-case .item:hover .text{background: #efae1c;color: #fff;transition: .4s all ease}

.i_con .con4{padding: 10px;margin-top: 32px;}
.i_con .con4 .swiper-con{padding:70px 10px;background: #f8f8fa;text-align: center }
.i_con .con4 .swiper-con .item{padding: 0 10px;}

footer{}
.f_top{background: #19256f;padding: 30px 0 40px 0}
.f_top .g_w{display: flex;justify-content: space-between}
.f_top_l{width: calc(100% - 280px);}
.f_top_l ul{display: flex;justify-content: space-between}
.f_top_l ul li a{display: block;color: #fff;opacity: .68;margin-bottom: 10px;}
.f_top_l ul li a span{font-size: 16px;margin-bottom: 20px;}
.f_top_r{width: 180px;}
.f_bottom{background: #020c4e;padding: 10px 0}
.f_bottom .g_w{display: flex;justify-content: space-between;color: #fff}
.f_bottom .g_w span{margin-right: 10px;}
.f_bottom .g_w a{color: #fff}
.search{}
.search input{display: inline-block;vertical-align: middle}
.search input:nth-child(1){width: 134px; height: 29px; line-height: 29px;padding: 0 16px;background: #fff;border: 0;border-radius: 6px;}
.search input:nth-child(2){width: 31px; height: 31px; background: url("../images/icon4.png") no-repeat; background-size: 100% 100%; border: 0}
.code{margin-top: 18px; text-align: center}

.n-banner{padding: 0 10px;}
.n-banner .g_bg{padding-top: 29.8%;}
.n-top{padding: 0 10px;}
.n-nav{background: #00358c}
.n-nav a{width: 198px;height: 55px; display: inline-block; text-align: center;line-height: 55px;font-size: 18px; color: #fff;transition: .4s all ease}
.n-nav a:hover{background: #efae1c;transition: .4s all ease}
.n-nav a.active{background: #efae1c}
.n-breadcrumb{text-align: right;padding-top: 14px;}
.n-breadcrumb a{color: #181717;opacity:.74 }
.n-breadcrumb i{color: #181717}
.n-breadcrumb a:hover{opacity: 1;color: #efae1c}
.n-breadcrumb a:hover i{opacity: 1;color: #efae1c}

.n-title{display: flex;align-items: center}
.n-title:before{ content: '';display: inline-block;vertical-align: middle; margin-right: 14px; width: 10px; height: 42px; background: #efae1c}
.n-title b{font-size: 30px;color: #00358c;}
.n-title2{border-bottom: 1px solid #b2afb0}
.n-title2 span{font-size: 26px; line-height: 26px; color: #00358c}
.n-title2:after{ margin-top: 10px; width: 188px; height: 7px; background: #efae1c; display: block; transform: translateY(1px); content: ''}


.n_about1{}
.n_about1 .con1{padding: 80px 10px 0 10px;}
.n_about1 .con1 .text{font-size: 16px;line-height: 34px;margin-top: 40px;}
.n_about1 .con1 .num{display:flex;margin-top: 40px;}
.n_about1 .con1 .num .item{text-align: center;width: 33.3%;padding: 0 10px;}
.n_about1 .con1 .num .item b{font-size: 50px; font-family: Arial;color: #efae1c;line-height: 50px;}
.n_about1 .con1 .num .item span{font-size: 24px; color: #efae1c;margin-left: 4px;}
.n_about1 .con1 .num .item p{font-size: 16px; color: #000000;margin-top: 6px;}
.n_about1 .con2{margin-top: 50px;padding: 0 10px;}
.n_about1 .con2 .item{display: flex;margin-top: 30px;}
.n_about1 .con2 .item .con-l{display: flex;align-items: center;justify-content: center;text-align: center;width: 308px; min-height: 174px; background: #efae1c;color: #00358c}
.n_about1 .con2 .item .con-l b{font-size: 64px; }
.n_about1 .con2 .item .con-r{ width: calc(100% - 309px); min-height: 174px; padding: 40px 20px 20px 20px; background: #f5f7fa;line-height: 34px; font-size: 16px;}
.n_about1 .con3{margin-top: 60px;padding: 0 10px;}
.n_about1 .con3 .con-view{display: flex;align-items: center;margin-top: 46px;}
.n_about1 .con3 .con-l{width: 51%}
.n_about1 .con3 .con-r{width: 49%;padding-left: 60px;font-size: 16px;}
.n_about1 .con3 .con-r p{margin-top: 30px;}
.n_about1 .con4{padding:  0 10px;margin-top: 46px;}
.n_about1 .con4 .con-view{padding: 40px 10px;height: 500px;background: url("../images/n-about1-2.jpg") no-repeat;background-size: cover;background-position: center}
.n_about1 .con4 .con-view .text{line-height: 56px; font-size: 16px;}

.n_about2{}
.n_about2 .con1{padding: 50px 0 80px 0}
.n_about2 .swiper-con{position: relative;margin-top: 70px;}
.n_about2 .swiper-con .swiper-wrapper{align-items: flex-end}
.n_about2 .swiper-con .swiper-slide{display: flex;align-items: flex-end}
.n_about2 .swiper-con .item{width: 100%;padding: 0 30px;}
.n_about2 .swiper-con .item .img{padding-top: 64%;position: relative;}
.n_about2 .swiper-con .item .img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 100%;max-height: 100%;}
.n_about2 .swiper-con .item .text{font-size: 16px;text-align: center;margin-top: 10px;padding-bottom: 12px;}
.n_about2 .swiper-con .item .line{ display: block; width: 1px;height: 38px;background: #000;margin: 0 auto}
.n_about2 .swiper-con .item .spot{ display: block; width: 18px;height: 18px;background: #efae1c; border-radius: 50%; margin: 0 auto;position: relative;z-index: 9}
.n_about2 .swiper-con .item b{font-size: 36px; color: #00358c;line-height: 36px;margin-top: 26px;text-align: center;display: block}
.n_about2 .swiper-con .swiper-button-prev{ opacity: 1!important; width:50px;height: 50px; left: 0; top: auto; bottom: 70px; transform: translateY(50%); background: url("../images/icon5.png") no-repeat;background-size: 100% 100% }
.n_about2 .swiper-con .swiper-button-next{ opacity: 1!important; width:50px;height: 50px; right: 0; top: auto; bottom: 70px; transform: translateY(50%); background: url("../images/icon6.png") no-repeat;background-size: 100% 100% }
.n_about2 .swiper-con:after{position: absolute;left: 0;bottom: 70px;width: 100%;height: 1px; background: #000; display: block; content: ''}

.n_about3{}
.n_about3 .con1{padding: 50px 0 80px 0}
.n_about3 .con1 .text{margin-top: 30px;font-size: 16px;line-height:26px;text-align: justify }

.n_yw{}
.n_yw .con1{padding: 50px 10px}
.n-yw-top{display: flex;align-items: flex-end}
.n-yw-nav{ padding:0 40px ; display: flex; justify-content: space-between; width: calc(100% - 144px);border-bottom: 1px solid #bfbfbf}
.n-yw-nav a{padding:0 8px 10px 8px; color: #060505; font-size: 18px;transition: .4s all ease;position: relative}
.n-yw-nav a:after{content: ''; width: 100%;height: 4px; position: absolute; left: 50%;bottom: 0; transform: translate(-50%,1px);background: #efae1c;opacity: 0;transition: .4s all ease}
.n-yw-nav a:hover{color: #00358c;transition: .4s all ease}
.n-yw-nav a:hover:after{opacity: 1;transition: .4s all ease}
.n-yw-nav a.active{color: #00358c;transition: .4s all ease}
.n-yw-nav a.active:after{opacity: 1;transition: .4s all ease}
.n_yw .n-title2{margin-top: 50px;}
.n_yw .list{display: flex; flex-wrap: wrap; justify-content: center;padding: 0 30px;}
.n_yw .list .item{margin-top: 40px; width: 20%;text-align: center}
.n_yw .list .item i{ display: inline-block; width: 98px; height: 98px; line-height: 95px; text-align: center;font-size: 50px; border-radius: 50%;background: #edf1f7;color: #00358c}
.n_yw .list .item span{margin-top: 12px;font-size: 20px;text-align: center;display: block;color: #00358c;}
.n_yw .text{margin-top: 54px;}
.n_yw .text>b{font-size: 18px;color: #00358c;padding-bottom: 14px;display: block}
.n_yw .text p{font-size: 16px; position: relative; padding-left: 28px;line-height: 36px;}
.n_yw .text p:before{ content: ''; position: absolute;left: 0;top: 14px; width: 7px; height: 7px; transform: rotate(45deg);background: #00358c;}
.n_yw .list .item i.icon-feiji{font-size: 40px;}
.n_yw .list .item i.icon-haohuajiaoche_limousine{font-size: 80px;}
.n_yw .list .item i:hover{background: #00358c;color: #fff;transition: .4s all ease}

.n_yw3{}
.n_yw3 .con1{padding: 0 10px;margin-top: 46px;}
.n_yw3 .con2{padding: 0 10px; margin-top: 60px;}
.n_yw3_view1{margin-top: 56px; display: flex; align-items: center}
.n_yw3_view1 .img{width: 48%}
.n_yw3_view1 .n_yw3_text{width: 52%;padding-left: 40px;}
.n_yw3_view1 .n_yw3_text span{display: block;font-size: 24px;color: #00358c}
.n_yw3_view1 .n_yw3_text p{display: block;font-size: 16px;line-height: 34px;margin-top: 16px;}
.n_yw3_view2{margin-top: 68px;padding-bottom: 40px;}
.n_yw3_view2 b{font-size: 18px;color: #00358c}
.n_yw3_view2 p{font-size: 16px; line-height: 34px;}

.n_yw4{}
.n_yw4 .con1{padding: 0 10px;margin-top: 40px;}
.n_yw4 .con2{margin-top: 60px;padding-bottom: 40px;}
.n_yw4 .n_yw4_view1{margin-top: 40px;}
.n_yw4 .n_yw4_view1 b{margin-top: 40px;font-size: 18px;color: #00358c;}
.n_yw4 .n_yw4_view1 .n_yw4_list{display: flex}
.n_yw4 .n_yw4_view1 .n_yw4_list .item{margin-top: 70px;width:16.66%; text-align: center;position: relative }
.n_yw4 .n_yw4_view1 .n_yw4_list .item:before{ content: ''; width: 50%; height: 1px; position: absolute;left: 0;top: 48px;background: #bfbfbf}
.n_yw4 .n_yw4_view1 .n_yw4_list .item:after{ content: ''; width: 50%; height: 1px; position: absolute;right: 0;top: 48px;background: #bfbfbf}
.n_yw4 .n_yw4_view1 .n_yw4_list .item i{position: relative; z-index: 9; display: inline-block; width: 98px; height: 98px;line-height: 98px; font-size: 50px; text-align: center;color: #fff;
    border: 1px solid #00358c;border-radius: 50%;background: #004098;transition: .4s all ease}
.n_yw4 .n_yw4_view1 .n_yw4_list .item:hover i{background: #fff; color: #00358c;transition: .4s all ease}
.n_yw4 .n_yw4_view1 .n_yw4_list .item span{display: block;font-size: 20px; margin-top: 10px;color: #00358c}
.n_yw4 .n_yw4_view1 .n_yw4_list .item:nth-child(1):before{display: none}
.n_yw4 .n_yw4_view1 .n_yw4_list .item:nth-child(6):after{display: none}
.n_yw4_view2{margin-top: 40px;}
.n_yw4_view2 b{font-size: 18px;color: #00358c;}
.n_yw4_view2 .n_yw4_list2{display: flex;justify-content: center}
.n_yw4_view2 .n_yw4_list2 .item{width: 33.33%;margin-top: 30px;padding: 0 30px}
.n_yw4_view2 .n_yw4_list2 .item span{display: block;background: #edf1f7;color: #00358c;font-size: 18px; width: 100%; height: 103px; line-height: 103px;text-align: center}


.n_yw5{}
.n_yw5 .con1{padding: 0 10px;margin-top: 40px;}
.n_yw5 .con2{margin-top: 60px; padding: 0 10px; padding-bottom: 60px;}
.n_yw5_view1{margin-top: 20px;}
.n_yw5_view1 b{display: block;font-size: 18px;color: #00358c}
.n_yw5_view1 p{ font-size: 16px;line-height: 24px; margin-top: 10px;}
.n_yw5_view1 .n_yw5_list{display: flex;justify-content: space-between}
.n_yw5_view1 .n_yw5_list .item{margin-top: 30px;text-align: center;padding: 0 10px;  }
.n_yw5_view1 .n_yw5_list .item i{width: 98px; height: 98px; display: inline-block; line-height: 96px; text-align: center; background: #00358c; color: #fff;font-size: 54px; border-radius: 50%;
    border: 1px solid #00358c; transition: .4s all ease}
.n_yw5_view1 .n_yw5_list .item span{display: block;margin-top: 10px;font-size: 18px;color: #00358c}
.n_yw5_view1 .n_yw5_list .item:hover i{background: none; color: #00358c;transition: .4s all ease}

.n_yw6 .con2{padding: 0 10px;margin-bottom: 40px;}
.n_yw6_view1{margin-top: 50px;}
.n_yw6_view1 b{font-size: 23px;color: #00358c}
.n_yw6_list{display: flex;flex-wrap: wrap}
.n_yw6_list .item{width: 16%; margin-right: 4%; margin-top: 40px;display: flex;align-items: center;background: #edf1f7;position: relative}
.n_yw6_list .item span{display: block;width: 100%;height: 50px; font-size: 16px; line-height: 50px;text-align: center ;position: relative;z-index: 9;transition: .4s all ease}
.n_yw6_list .item:before{ content: ''; position: absolute;width: 3px; height: 100%;background: #00358c;z-index: 2;transition: .4s all ease}
.n_yw6_list .item:hover:before{width: 100%;transition: .4s all ease}
.n_yw6_list .item:hover span{color: #fff;transition: .4s all ease}
.n_yw6_table{margin-top: 40px;}
.n_yw6_table b{font-size: 18px;color: #00358c}
.n_yw6_tr{display: flex;font-size: 16px;text-align: center}
.n_yw6_th{padding-bottom: 20px;}
.n_yw6_th:nth-child(1){width: 20%}
.n_yw6_th:nth-child(2){width: 40%}
.n_yw6_th:nth-child(3){width: 40%}
.n_yw6_td{padding: 16px 10px;background: #edf1f7;text-align: center;border-bottom: 2px solid #fff; border-right: 2px solid #fff}
.n_yw6_td:nth-child(1){width: 20%}
.n_yw6_td:nth-child(2){width: 40%}
.n_yw6_td:nth-child(3){width: 40%}

.n_yw7 .con2{padding: 0 10px;}
.n_yw7_img{padding: 80px 0;text-align: center}

.n_yw8 .con2{padding: 0 10px;margin-bottom: 40px;}
.n_yw8_view1{margin-top: 60px;}
.n_yw8_view1 b{font-size: 23px; color: #00358c;}
.n_yw8_list{display: flex;justify-content: space-between}
.n_yw8_list .item{text-align: center;margin-top: 50px;}
.n_yw8_list .item .iconfont{ display: inline-block; font-size: 54px; width: 98px; height: 98px; line-height: 98px; text-align: center; border-radius: 50%;background: #edf1f7;color: #00358c;transition: .4s all ease}
.n_yw8_list .item:hover .iconfont{background: #00358c;color: #fff;transition: .4s all ease}
.n_yw8_list .item span{display: block;font-size: 20px;margin-top: 14px;}
.n_yw8_list .item .icon{ display: block; margin: 40px 38px 0 38px; width: 10px; height: 18px; background: url("../images/icon7.png") no-repeat;background-size: 100% 100%}

.n_yw9 .con2{padding: 0 10px;margin-bottom: 40px;}
.n_yw9_text{}
.n_yw9_text b{font-size: 23px;margin-top: 40px;color: #00358c;display: block}
.n_yw9_text p{font-size: 16px;line-height: 34px;color: #020101}


.n_yw11_list .item{display: flex;margin-top: 12px; }
.n_yw11_list .item:nth-child(2n){ flex-direction:row-reverse}
.n_yw11_list .text{  width: 50%;padding: 40px;background: #edf1f7;transition: .4s all ease;}
.n_yw11_list .text b{font-size: 23px; color: #00358c;transition: .4s all ease;}
.n_yw11_list .text p{font-size: 16px; line-height: 26px;margin-top: 22px;transition: .4s all ease;}
.n_yw11_list .img{width: 50%;overflow: hidden}
.n_yw11_list .g_bg{padding-top: 36.3%;height: 100%;transition: .8s all ease;}
.n_yw11_list .item:hover .g_bg{transition: .8s all ease;transform: scale(1.1);}
.n_yw11_list .item:hover .text{transition: .4s all ease;background: #00358c;}
.n_yw11_list .item:hover .text b{transition: .4s all ease;color: #fff;}
.n_yw11_list .item:hover .text p{transition: .4s all ease;color: #fff;}


.n_wh1{}
.n_wh1 .con1{margin-top: 46px;padding: 0 10px;}
.n_wh1 .list{margin-top: 30px;}
.n_wh1 .list .item{padding: 24px 0;border-bottom: 1px dashed #cac8c9;transition: .4s all ease}
.n_wh1 .list .item h4{font-size: 20px;color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: .4s all ease}
.n_wh1 .list .item p{font-size: 16px; line-height: 26px; color: #000;margin-top: 14px;height: 52px; overflow: hidden}
.n_wh1 .list .item span{display: block; margin-top:10px; line-height: 16px; color: #000;opacity: .47}
.n_wh1 .list .item:hover h4{color: #00358c;transition: .4s all ease}

.n_wh3{}
.n_wh3 .con1{margin-top: 46px;padding: 0 10px;}
.n_wh3 .video{margin: 46px 0;position: relative}
.n_wh3 .video video{width: 100%}
.n_wh3 .video .g_bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 9}

.n_wh2{}
.n_wh2 .con1{margin-top: 46px;padding: 0 10px;}
.n_wh2 .img{margin: 64px 0 70px 0;text-align: center}
.n_wh2 .img b{font-size: 30px;color: #00358c;}
.n_wh2 .img img{margin-top: 90px;}

.n_xm{}
.n_xm .con1{margin-top: 46px;padding: 0 10px;}
.n_xm .i-case{border: 0;margin: 0;padding: 0;width: 100%}
.n_xm .list{display: flex;flex-wrap: wrap}
.n_xm .list .item{width: 24%;margin-right: 1.333%;margin-top: 40px;}
.n_xm .list .item:nth-child(4n){margin-right: 0}

.n_xm_d{}
.n_xm_d .con1{padding: 0 10px; margin: 46px 0;}
.n_xm_d .con1 .n_xm_con{margin-top: 50px;}
.n_xm_con .title{display: block; padding-left: 10px; padding-bottom: 17px; position: relative; font-size: 26px; color: #00358c;border-bottom: 1px solid #b2afb0}
.n_xm_con .title:after{content: ''; display: block; position: absolute;left:0 ;bottom: 0; width: 130px; height: 7px; background: #efae1c;transform: translateY(1px)}
.n_xm_con p{font-size: 16px; line-height: 34px;padding:30px 16px; }


.n_news1{}
.n_news1 .con1{margin-top: 46px;padding: 0 10px;}
.n_news1 .con1 .top{margin-top: 26px;}
.n_news1 .con1 .top a{display: flex;align-items: stretch}
.n_news1 .con1 .top a .img{width: 55%; overflow: hidden}
.n_news1 .con1 .top a .g_bg{padding-top: 59%; height: 100%; transition: .4s all ease}
.n_news1 .con1 .top a .text{width: 45%;padding: 56px 34px; background: #f2f5f9}
.n_news1 .con1 .top a .text h4{color: #efae1c;line-height: 28px}
.n_news1 .con1 .top a .text span{display: block;color: #bbbbbb;font-size: 16px;margin-top: 18px;}
.n_news1 .con1 .top a .text p{display: block;color: #737373;font-size: 16px;line-height: 30px;margin-top: 34px;}
.n_news1 .con1 .top a .text b{display: flex;align-items: center; color: #525252;font-size: 16px; margin-top: 34px;font-weight: 400}
.n_news1 .con1 .top a .text b i{font-style: normal;font-size: 24px;margin-left: 10px;line-height: 18px;transform: translateY(-2px)}
.n_news1 .con1 .top:hover .g_bg{transform: scale(1.06);transition: .8s all ease}
.n_news1 .list{padding-top: 18px;overflow: hidden}
.n_news1 .list .item{margin-top: 12px;}
.n_news1 .list .item a{display: flex;padding: 0 20px 0 30px; height: 58px; align-items: center; position: relative;background: #f2f5f9}
.n_news1 .list .item a span{width: 90px;display:inline-block;position: relative;z-index: 9;font-size: 16px; color: #000;opacity: .73;transition: .4s all ease }
.n_news1 .list .item a h4{width: calc(100% - 90px);padding-right: 10px; color: #000; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative;z-index: 9;transition: .4s all ease }
.n_news1 .list .item a:before{content: '';position: absolute;left: 0;top: 0;width: 6px; height: 100%; background: #00358c;transition: .4s all ease}
.n_news1 .list .item:hover a:before{width: 100%;transition: .4s all ease}
.n_news1 .list .item:hover a h4{color: #fff;transition: .4s all ease}
.n_news1 .list .item:hover a span{color: #fff;transition: .4s all ease}

.n_news_d{}
.n_news_d .con1{margin-top: 80px;padding: 0 10px}
.n_news_d .con1 .top{padding-bottom: 20px; border-bottom: 1px solid #d8d7d8}
.n_news_d .con1 .top h4{font-size: 18px;line-height: 28px;text-align: center}
.n_news_d .con1 .top span {display: flex;align-items: center;justify-content: center;margin-top: 20px; text-align: center; color: #b6b6b6}
.n_news_d .con1 .top span img{margin-right:6px; }
.n_news_d .con1 .text{ margin-top: 50px; font-size: 16px; line-height: 48px;padding-bottom: 60px;border-bottom: 1px solid #d8d7d8}
.n_news_d .con1 .n_news_d_a{display: flex; justify-content: space-between; padding: 34px 0}
.n_news_d .con1 .n_news_d_a a{width: 48%;color: #000000;opacity: .72;font-size: 18px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.n_news_d .con1 .n_news_d_a a:hover{color: #efae1c;opacity: 1}

.n_contact2 .con1{margin-top: 16px;padding: 0 10px;}
.n_contact2 .table{margin-top: 38px; padding-bottom: 100px;overflow: auto}
.n_contact2 .table ul{min-width: 600px;}
.n_contact2 .table .tr{ margin-top: 2px; cursor: pointer; display: flex; align-items: center; height: 56px;transition: .4s all ease}
.n_contact2 .table ul li:nth-child(1) .tr {background: #00358c;color: #fff}
.n_contact2 .table ul li:nth-child(1) .tr span:nth-child(5):after{display: none}
.n_contact2 .table ul li:nth-child(1) .tr span:nth-child(5):after{display: none}
.n_contact2 .table ul li .tr{background: #eceff6}
.n_contact2 .table .tr span{width: 20%;text-align: center ;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 6px;}
.n_contact2 .table .table-con {padding: 26px;background: #f2f2f2;display: none}
.n_contact2 .table .table-top p{display: flex}
.n_contact2 .table .table-top span{display: inline-block;width: 25%;text-align: center; line-height: 24px;margin-top: 8px;}
.n_contact2 .table ul li.active .tr{background:#00358c!important; color: #fff}
.n_contact2 .table ul li.active .tr span:nth-child(5):after{opacity: 1;}
.n_contact2 .table ul li.active .table-con{display: block;}
.n_contact2 .table .table-view{display: flex;justify-content: space-between}
.n_contact2 .table .table-text{width: 31%;line-height: 28px;text-align: justify}
.n_contact2 .table .table-text .title{color: #00358c;padding-bottom: 20px;display: block}
.n_contact2 .table .table-bottom{margin-top: 36px;}
.n_contact2 .table .table-bottom span{color: #00358c;margin-right: 50px;}


.n_contact1 .con1{margin-top: 20px;padding: 0 10px;}
.n_contact1 .map{margin-top: 26px;position: relative}
.n_contact1 .my-map { margin: 0 auto; width: 100%; height: 475px; } .my-map .icon { background: url(../images/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.n_contact1 .amap-container{height: 100%;}
.n_contact1 .myinfowindow{width: 240px;min-height: 50px;}
.n_contact1 .myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.n_contact1 .myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
.n_contact1 .con1 .top{display: flex;align-items: center;justify-content: space-between}
.n_contact1 .con1 .code{width: 180px;text-align: center}
.n_contact1 .con1 .code span{display: block;}
.n_contact1 .con1 .text{width: calc(70% - 180px); margin-top: 20px; padding: 30px 20px;color: #fff;font-size: 16px;background:rgba(0,53,140,.88); }
.n_contact1 .con1 .text > div{margin-top: 10px;padding-left: 26px;position: relative}
.n_contact1 .con1 .text i{ position: absolute;left: 0;top: -2px;}
.n_contact1 .con1 .text i.icon-dianhua1{font-size: 22px;left: -2px;top: -4px;}
.n_contact1 .con1 .text span{display: block;}
.n_contact1 .con2{display: flex;margin: 80px 0;}
.n_contact1 .con2 .con-l{width: 478px;text-align: center}
.n_contact1 .con2 .con-r{width: calc(100% - 478px);}
.n_contact1 .con2 .form-row{display: flex;justify-content: space-between}
.n_contact1 .con2 .form-row input{margin-bottom: 30px; width: 48%; height: 44px; line-height: 42px; border: 1px solid #e1e1e1;padding: 0 12px;background: none}
.n_contact1 .con2 textarea{ display: block; margin-bottom: 30px; width: 100%; height: 70px; border: 1px solid #e1e1e1;padding:12px;background: none}
.n_contact1 .con2 .submit{width: 222px; height: 36px; line-height: 36px; text-align: center; background: #00358c;color: #fff;font-size: 16px;border: 0}


@media (max-width: 1800px) {

}

@media (max-width: 1700px) {

}

@media (max-width:1440px) {


}

@media (max-width:1350px) {

}

@media (max-width:1280px) {

}

@media (max-width:1220px) {
    .webNav{display: block}
    .pcNav{display: none}
    .g_w{padding: 0 4%}
    .g_body{padding-top: 70px;}
    .f_top_l{display: none}
    .f_top_r{margin: 0 auto}
    .n-nav{display: none}
    .n_about1 .con1{padding-top: 40px;}
    .n_about1 .con1 .text{margin-top: 20px;}
    .n_about1 .con1 .num .item b{font-size: 40px;}
    .n_about1 .con1 .num .item span{font-size: 20px;}
    .n_about1 .con2 .item .con-l b{font-size: 54px;}

    .n_about2 .con1{padding: 40px 0 50px 0}
    .n_about2 .swiper-con{margin-top: 30px;}
    .n_about2 .swiper-con .item{padding: 0 20px;}
    .n_about2 .swiper-con .item .text{font-size: 14px;}
    .n_about2 .swiper-con .item b{font-size: 30px;line-height: 30px;}
    .n_about2 .swiper-con .swiper-button-prev{width: 40px;height: 40px;bottom: 64px;}
    .n_about2 .swiper-con .swiper-button-next{width: 40px;height: 40px;bottom: 64px;}
    .n_about2 .swiper-con:after{bottom: 64px;}

    .n_about3 .con1{padding: 40px 0 50px 0}
    .n_about3 .con1 .text{font-size: 14px;line-height:26px; }

    .n-yw-top{display: none}
    .n-yw-nav a{font-size: 14px;}
    .n_yw .list .item span{font-size: 16px;}

    .n_yw4 .con2{margin-top: 40px;}
    .n_yw4 .n_yw4_view1 .n_yw4_list .item span{font-size: 16px;}
    .n_yw4 .n_yw4_view1 .n_yw4_list .item{margin-top: 40px;padding: 0 10px;}
    .n_yw4 .n_yw4_view1 .n_yw4_list .item i{width: 80px; height: 80px; font-size: 40px;line-height: 80px;}
    .n_yw4_view2 .n_yw4_list2 .item span{font-size: 16px;}

    .n_yw5 .con1{margin-top: 0}
    .n_yw5 .con2{margin-top: 40px; padding-bottom: 40px;}
    .n_yw5_view1 .n_yw5_list .item span{font-size: 16px;}

    .n_yw6_view1 b{font-size: 20px;}
    .n_yw6_view1{margin-top: 40px;}
    .n_yw6_list .item{width: 18%;margin-right: 2%}
    .n_yw6_list .item span{font-size: 14px;}
    .n_yw6_th b{font-size: 18px}
    .n_yw6_tr{font-size: 14px;}

    .n_yw8_list .item .iconfont{width: 60px; height:60px; line-height: 60px; font-size: 30px; }
    .n_yw8_list .item .icon{margin: 20px 20px 0 20px;}
    .n_yw8_list .item span{font-size: 16px;}

    .n_wh1 .list .item h4{font-size: 18px;}

    .n_wh2 .img{margin: 40px 0}
    .n_wh2 .img b{font-size: 24px;}
    .n_wh2 .img img{margin-top: 60px;}

    .n_xm .list .item{width: 32%;margin-right: 2%}
    .n_xm .list .item:nth-child(4n){margin-right: 2%}
    .n_xm .list .item:nth-child(3n){margin-right: 0}

    .n_xm_con .title{font-size: 22px;}
    .n_xm_d .con1 .n_xm_con{margin-top: 30px;}

    .n_news1 .con1 .top a .text{padding: 30px;}

    .n_news_d .con1{margin-top: 60px;}
    .n_news_d .con1 .text{margin-top: 30px;padding-bottom: 30px;}
    .n_news_d .con1 .n_news_d_a{padding: 20px 0}
}

@media (max-width:1024px) {
    .i_con .con1{display: block}
    .i_con .con1 .con-l{width: 100%}
    .i_con .con1 .con-r{width: 100%;margin-left: 0}
    .i_con .con2{display: block}
    .i_con .con2 .con-l{width: 100%}
    .i_con .con2 .con-r{width: 100%;margin-left: 0}
    .f_bottom .g_w{display: block;text-align: center}
    .f_bottom .g_w a{display: block}
    .f_bottom .g_w span{display: block}
    .n_yw .list .item{width: 25%}
    .n_news1 .con1 .top a .text{padding: 20px;}
    .n_news1 .con1 .top a .text h4{font-size: 16px;}
    .n_news1 .con1 .top a .text span{font-size: 14px;margin-top: 10px;}
    .n_news1 .con1 .top a .text p{font-size: 14px;margin-top: 10px;}
    .n_news1 .con1 .top a .text b{font-size: 14px;margin-top: 10px;}
    .n_news1 .list .item a h4{font-size: 14px;}
    .n_news1 .list .item a span{font-size: 14px;}
    .n_news1 .list .item a{height: 46px;}
}

@media (max-width:998px){
    .n_yw .list .item{width: 33%}
    .n_yw8_list .item span{font-size: 14px;}
    .n_yw8_list .item .icon{margin: 20px 10px 10px 10px}

    .n_contact1 .con1 .text{position: relative;transform: translate(0);padding: 20px;}
    .n_contact1 .my-map{height: 300px;}
    .n_contact1 .con2{margin: 40px 0;display: block}
    .n_contact1 .con2 .con-l{width: 100%}
    .n_contact1 .con2 .con-r{width: 100%;margin-top: 30px;}
}

@media (max-width:768px) {
    .i-about{display: block}
    .i-about .video{width: 100%;padding-top: 56.25%}
    .i-about .text{width: 100%;padding: 16px;    border: 1px solid #dcdcdc;}
    .i-news-top a{display: block}
    .i-news-top .img{width: 100%}
    .i-news-top .text{width: 100%;padding-left: 0}
    .i-news-top .text p{margin-top: 10px;}
    .i-news-list ul li{width: 100%}
    .i-honor .item span{font-size: 12px}

    .n-title b{font-size: 20px;}
    .n-title:before{height: 30px;}
    .n_about1 .con1{padding: 20px 0 0 0}
    .n_about1 .con1 .text{font-size: 14px;line-height: 24px;}
    .n_about1 .con1 .num{margin-top: 20px;}
    .n_about1 .con1 .num .item{padding: 0 4px;}
    .n_about1 .con1 .num .item b{font-size: 24px;}
    .n_about1 .con1 .num .item span{font-size: 16px;}
    .n_about1 .con1 .num .item p{font-size: 14px;}
    .n-title2 span{font-size: 20px;}
    .n-title2:after{width: 140px;height: 6px;}
    .n_about1 .con2{margin-top: 30px;padding: 0}
    .n_about1 .con2 .item{display: block}
    .n_about1 .con2 .item .con-l{min-height: 0;padding: 20px 10px;width: 100%}
    .n_about1 .con2 .item .con-l b{font-size: 30px;}
    .n_about1 .con2 .item .con-r{width: 100%;padding: 20px; font-size: 14px;line-height: 24px;min-height: 0}

    .n_about1 .con3{padding: 0;margin-top: 30px; }
    .n_about1 .con3 .con-view{display: block}
    .n_about1 .con3 .con-r{padding-left: 0;width: 100%;font-size: 14px;}
    .n_about1 .con3 .con-l{padding-left: 0;width: 100%}
    .n_about1 .con3 .con-r p{margin-top: 16px;}

    .n_about1 .con4{padding: 0}
    .n_about1 .con4 .con-view{padding: 20px;padding-bottom: 100px;height: auto}
    .n_about1 .con4 .con-view .text{line-height: 24px;font-size: 14px;}

    .n_about2 .con1{padding: 40px 0}
    .n_about2 .swiper-con{margin-top: 30px;}

    .n_about3 .con1{padding: 40px 0 }
    .n_about3 .con1 .text{margin-top: 20px}

    .n_yw .con1{padding: 40px 0}
    .n_yw .n-title2{margin-top: 0;}
    .n_yw .list{padding: 0}
    /*.n_yw1 .list .item{width: 50%}*/
    .n_yw .list .item{margin-top: 20px;}
    .n_yw .list .item i{width: 60px; height: 60px; line-height: 60px; font-size: 30px;}
    .n_yw .list .item i.icon-feiji{font-size: 20px;}
    .n_yw .list .item i.icon-haohuajiaoche_limousine{font-size: 60px;}
    .n_yw .text>b{font-size: 16px;}
    .n_yw .text p{font-size: 14px;line-height: 30px;}

    .n_yw3_view1{margin-top: 40px;display: block}
    .n_yw3_view1 .img{width: 100%;text-align: center}
    .n_yw3_view1 .n_yw3_text{padding-left: 0;margin-top: 30px;width: 100%}
    .n_yw3_view1 .n_yw3_text span{font-size: 20px;}
    .n_yw3_view1 .n_yw3_text p{font-size: 14px;}

    .n_yw3_view2{margin-top: 40px;}
    .n_yw3_view2 b{font-size: 16px;}
    .n_yw3_view2 p{font-size: 14px;line-height: 30px;}
    .n_yw4 .n_yw4_view1 .n_yw4_list{flex-wrap: wrap}
    .n_yw4 .n_yw4_view1 .n_yw4_list .item{width: 33.33%}
    .n_yw4 .n_yw4_view1 .n_yw4_list .item i{font-size: 30px;width: 60px; height: 60px;line-height: 60px;}
    .n_yw4 .n_yw4_view1 .n_yw4_list .item:after{top: 30px;}
    .n_yw4 .n_yw4_view1 .n_yw4_list .item:before{top: 30px;}
    .n_yw4 .n_yw4_view1 .n_yw4_list .item span{font-size: 14px;}
    .n_yw4_view2 .n_yw4_list2{display: block;}
    .n_yw4_view2 .n_yw4_list2 .item{padding:0;width: 100%;margin-top: 10px;}
    .n_yw4_view2 .n_yw4_list2 .item span{font-size: 14px; height: 90px; line-height: 90px;}

    .n_yw5_view1 .n_yw5_list{flex-wrap: wrap}
    .n_yw5_view1 .n_yw5_list .item{width: 50%}
    .n_yw5_view1 .n_yw5_list .item i{width: 60px; height: 60px; line-height: 60px;font-size: 30px;}
    .n_yw5_view1 .n_yw5_list .item span{font-size: 14px;}

    .n_yw6_view1 b{font-size: 18px;}
    .n_yw6_th{padding-bottom: 10px;}
    .n_yw6_list .item{width: 31.3%;margin-right: 2%;margin-top: 20px;}
    .n_yw6_td{padding: 10px;}
    .n_yw6_table{margin-top: 20px;}
    .n_yw6_th b{font-size: 16px;}

    .n_yw7_img{padding: 40px 0}

    .n_yw8_view1{margin-top: 40px;}
    .n_yw8_list{flex-wrap: wrap;justify-content: flex-start}
    .n_yw8_list .item{max-width: 90px;}
    .n_yw8_view1 b{font-size: 18px;}
    .n_yw8_list .item{margin-top: 30px;}

    .n_yw9_text b{font-size: 18px;margin-top:20px; }
    .n_yw9_text p{font-size: 14px;line-height: 30px;}

    .n_yw11_list .item{display: block}
    .n_yw11_list .text{width: 100%}
    .n_yw11_list .img{width: 100%}
    .n_yw11_list .item .text b{font-size: 18px;}
    .n_yw11_list .item .text p{font-size: 14px;}
    .n_yw11_list .text{padding: 20px;}
    .n_yw11_list .item .text p{margin-top: 16px;}

    .n_wh1 .list .item{padding: 14px 0;}
    .n_wh1 .list .item h4{font-size: 16px;}
    .n_wh1 .list .item p{font-size: 14px;}
    .n_wh1 .list .item span{font-size: 12px;margin-top: 10px;}

    .n_wh3 .con1{margin-top: 40px;}
    .n_wh3 .video{margin: 30px 0;}

    .n_wh2 .con1{margin-top: 40px;}
    .n_wh2 .img b{font-size: 18px;}
    .n_wh2 .img img{margin-top: 30px;}

    .n_xm .con1{margin-top: 40px;}

    .n_xm .list .item{width: 49%;margin-right: 2%}
    .n_xm .list .item:nth-child(4n){margin-right: 2%}
    .n_xm .list .item:nth-child(3n){margin-right: 2%}
    .n_xm .list .item:nth-child(2n){margin-right:0}

    .n_xm_con .title{font-size: 18px;}
    .n_xm_d .con1 .n_xm_con{margin-top: 20px;}
    .n_xm_con p{font-size: 14px;line-height: 30px;padding: 10px;}

    .n_news1 .con1 .top a{display: block}
    .n_news1 .con1 .top a .img{width: 100%;}
    .n_news1 .con1 .top a .text{width: 100%;padding: 14px}
    .n_news1 .con1 .top a .text h4{line-height: 26px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
    .n_news1 .list .item a{padding: 0 10px;}
    .n_news1 .list .item a span{width: 80px;}
    .n_news1 .list .item a h4{width: calc(100% - 80px);}

    .n_news_d .con1{margin-top: 40px;}
    .n_news_d .con1 .text{font-size: 14px;margin-top: 20px;line-height: 28px;}
    .n_news_d .con1 .n_news_d_a{display: block}
    .n_news_d .con1 .n_news_d_a a{font-size: 14px;margin: 6px 0;display: block}
    .n_news_d .con1 .top span{margin-top: 10px;}

    .n_contact2 .table .table-con{padding: 14px;}
    .n_contact2 .table .table-view{display: block}
    .n_contact2 .table .tr{height: 46px;}
    .n_contact2 .table .table-text{width: 100%;margin-top: 20px;}
    .n_contact2 .table .table-text .title{padding-bottom: 4px;}
    .n_contact2 .table .table-bottom span{display: block}
    .n_contact2 .table .table-bottom{margin-top: 20px;}
    .n_contact2 .table{margin-top: 20px;padding-bottom: 40px;}

    .n_contact1 .con1 .top{display: block}
    .n_contact1 .con1 .text{ width: 100%; position: relative;transform: translate(0);padding: 14px;font-size: 14px;}
    .n_contact1 .con1 .code{margin: 20px auto 0 auto}
    .n_contact1 .my-map{height: 200px;}
    .n_contact1 .con2{margin: 30px 0;display: block}
    .n_contact1 .con2 .con-l{width: 100%}
    .n_contact1 .con2 .con-r{width: 100%;margin-top: 20px;}
    .n_contact1 .con2 .form-row{display: block}
    .n_contact1 .con2 .form-row input{ width: 100%; height: 40px; line-height: 38px;margin-bottom: 10px;}
    .n_contact1 .con2 .form-row textarea{ margin-bottom: 10px;}
}

@media (max-width:600px){

}

@media (max-width:500px){
    .i_con .con1{padding: 0}
    .i_con .con2{padding: 0}
    .i_con .con3{padding: 0}
    .i_con .con4{padding: 0}

    .n_xm .list .item{width: 100%;margin-right: 0;margin-top: 20px;}
    .n_xm .list .item:nth-child(4n){margin-right: 0}
    .n_xm .list .item:nth-child(3n){margin-right: 0}
}
