<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===========================header=============================*/

@font-face{ font-family:DisneyEnglish; src:url(../font/DISNEYENGLISH-BOLD.OTF);}
@font-face{ font-family:DisneyEnglish_m; src:url(../font/DISNEYENGLISH-MEDIUM.OTF);}

#header{width:100%;z-index: 999999999;height: 54px;background-size:cover !important;position: relative;}
#logo{display: block;position: absolute;left: 1.5rem;top: 10px;}
#logo img{height: 34px;border: none;}
body{width:100%;padding-bottom: 0;}



@font-face {
  font-family: roboto_m; 
  src: url(../fonts/ROBOTO-MEDIUM-12.TTF);
}
@font-face {
  font-family: roboto_l; 
  src: url(../fonts/ROBOTO-LIGHT-10.TTF);
}

.img_zd{position:relative;width: 100%;}
.img_zd .img_hezi{padding-bottom: 64% !important;}
.img_zd img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}



.nav_btn{position: absolute;margin-top: 6px;right: 1rem;width: 40px !important;height: 40px !important;border-radius:3px;transition: 0.5s;cursor: pointer;border:none;padding: 0;outline: none;background: none;}
.line{position: relative;display: block;width: 26px;height: 2px;margin: 1px auto 0;background: #2c2c2c;border-radius:3px;}
.line:before,.line:after{content: '';width: 100%;height: 2px;left: 0;position: absolute;background: #2c2c2c;border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.3s,0s;}
.line:before{transition-property: bottom,transform;bottom: 8px;}
.line:after{transition-property: top,transform;top: 8px;}
.nav_btn_active{right: 240px;position: fixed; z-index:999; top:0; border-radius:0;}
.nav_btn_active span {background-color: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.nav_btn_active span:after,.nav_btn_active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s; -ms-transition-delay: 0s,.3s; -o-transition-delay: 0s,.3s; transition-delay: 0s,.3s}
.nav_btn_active span:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.nav_btn_active span:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}


.header-nav {
 display: block;
 width: 240px;
 position: fixed;
 top: 0;
 right: 0;
 opacity: 0;
 transition: 0.5s;
 text-align: left;
 transform: translateX(240px);
 visibility: hidden\9;
 height: 100vh;
 overflow: auto;
 bottom: 0;
 z-index: 1090;
 background: #f8f8f8;
 }
.header-nav-active {opacity: 1; display:block;transform: translateX(0);}
.am-offcanvas-content{ padding:0;}
#aside_nav .am-offcanvas-bar{ width: 252px; background: #f4f4f4;}
#nav .am-list &gt; li{background: none;border-color:rgba(0,0,0,.06);padding: 0;box-shadow:none !important;border-bottom: 1px solid #dedede;position: relative;}
#nav .am-list &gt; li a{padding:0;padding-left:2rem;font-size:14px;color: #333;line-height: 50px;display: block;width: calc(100% - 60px);}
#nav .am-list &gt; li&gt;i{position:absolute;right:0;width: 40px;height: 50px;top:0; background:url(../images/xiangyou.svg) center no-repeat}
#nav .am-fr[class*="am-icon-"]{ color:#999 !important;}
#nav .am-list &gt; li ul{padding:0;display: none;}
#nav .am-list &gt; li ul li{padding:0 2rem;line-height: 3.5rem;display: block;border:0;}
#nav .am-list &gt; li ul li{}
#nav .am-list &gt; li ul li:last-child{ border:none;}
#nav .am-list &gt; li ul li a{font-size:12px;display:block;padding:0;color: #666;text-decoration: none;line-height: 36px;}
#nav .am-fr[class*="am-icon-"]{ color: #eee;}
#nav .doc-oc-demo3{ width:50px;}
#nav .am-list &gt; li ul{padding-bottom: 15px;}
.am-offcanvas-bar::after{ background:none;}
#index_nav_bar li{}
#index_nav_bar li a{ display: block; height: 5rem; line-height: 5rem; text-align: center; color: #fff; font-size: 14px;}
.am-pureview{ z-index:10000; }
#header .mask {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.4);display: none;}

.am-control-nav{bottom: 1.5rem !important;line-height: 8px;}
.am-control-nav li a{background: none;border-radius: 5px;}
.am-slider-default .am-control-nav li a{
    border: none;
    background: rgba(0,0,0,0.25);
    box-shadow: none;
}
.am-control-nav li a.am-active{background-color: rgba(0,0,0,0.5) !important;box-shadow:none;}
.am-slider-default .am-control-nav li a:hover{ background: #e62129;}
.am-slider-default{ background: none;}
.am-slider-default .am-direction-nav a:before{ color: #fff;  }
.am-slider-default .am-direction-nav a.am-next:before{}

#n_banner{ overflow:hidden; height:120px;}
#n_banner img{ height:120px; width:100%; object-fit:cover}
.n_container{padding: 2rem 0 0;min-height: 80vh;}


/*===================footer==========================*/
#footer_box{ padding: 0px;  z-index:999; position:relative;}
#footer_box .copyright{color:#797b7d; display:block; font-size: 13px;}
#footer{ position:fixed; bottom:0; left:0; width:100%;}
#footer ul{background: #0d4da1;padding: 0 0;}
#footer li{display: block;border-right: #0a65c7 1px solid;}
#footer li a{display: block;color: #fff;font-size: 12px;height: 50px;line-height: 50px;}
#footer li img{opacity: 1;}
#footer li a .j_iconfont{color: #929293;display: inline-block;margin-right: 10px;}
#footer li:last-child a{ border: none;} 


#copyright{ font-size: 12px; line-height: 20px; color: #818181; text-align: center;}
#copyright a{color: #818181;}


#gotop{position:fixed;z-index:90;bottom: 9rem;right: 46px;box-sizing:border-box;text-align:center;cursor:pointer;-moz-transition:all .5s;-webkit-transition:all .5s;width: 35px;height:45px;}
#gotop { cursor: pointer; }
.aico { background: url(../images/aicos.png);}	
.dt-arrow .aico { position: absolute; left: 0; top: 0; width: 37px; height: 19px; animation: hide-dt-f 3s infinite; }
.dt-arrow { position: relative; width: 37px; height: 44px; }
.dt-arrow:before { content: ""; position: absolute; left: 18px; top: 0; bottom: 0; width: 1px; background: #a0a0a0; }
@keyframes hide-dt-f{
	0%{ opacity: 1; transform: translateY(-10px); }
	100%{ opacity: 0; transform: translateY(-150%); }
}
#gotop{ right:0; transform:scale(0.7)}


#s_main_box{position:relative;padding-bottom: 0;}

/*banner*/

#mode_coop{ margin-bottom: 20px;}
#mode_coop ul{ margin:0 -5px;}
#mode_coop ul li{ padding:5px; margin-bottom:10px; }
#mode_coop ul li .img{ width:100%;display:block; padding:0 6px;background:#fff; border:1px solid #eee; height: 100%; text-align:center;  text-align: -webkit-center;}
#mode_coop ul li .img a{ display: block; text-align: center;height: 72px;  display: table-cell; vertical-align: middle;}
#mode_coop ul li .img a img{ max-width: 100%; max-height: 100%; height: auto;}
#mode_coop ul li h5{ font-size:13px; color:#666; text-align: center; line-height:30px;}


#mode_case1 ul{  margin:0 -5px;}
#mode_case1 li{ margin-bottom:5px;}
#mode_case1 li a{  display: block; margin: 5px; vertical-align:middle; text-align:center;  }
#mode_case1 li a img{  width: 100%; height:100%; overflow: hidden;  }
#mode_case1 ul li h5{ background:#eaebed; color:#222; font-size: 14px; text-align: center; padding: 12px 10px;  }  



#mode_case2{ margin-bottom:30px;}
#mode_case2 ul li{ font-size:0; margin-bottom:15px;}
#mode_case2 ul li a{ display:block; width:100%; height:100%; background:#edecf1; overflow:hidden;}
#mode_case2 ul li .img{width: 44%;float:left;overflow:hidden;}
#mode_case2 ul li .img img{transition:ease-in-out 2s;-moz-transition:ease-in-out 2s;-ms-transition:ease-in-out 2s;-o-transition:ease-in-out 2s;-webkit-transition:ease-in-out 2s;height: 108px;}
#mode_case2 ul li .txt{width: 56%;float:left;padding: 0 15px;height: 108px;}
#mode_case2 ul li .txt h5{font-size:15px;color:#090909;padding-top: 13px;margin-bottom:0;font-weight:100;}
#mode_case2 ul li .txt h5:hover{ color:#e1582c;}
#mode_case2 ul li .txt i{display:block;width:18px;height: 2px;background: #1384e2;margin-top:8px;margin-bottom:12px;}
#mode_case2 ul li .txt span{ font-size:12px; color:#808080;display:block; margin-bottom:16px; line-height:18px; height:36px; overflow:hidden;}
#mode_case2 ul li .txt p{ font-size:12px; color:#76767d; line-height:24px; height:72px; overflow:hidden;}
#mode_case2 ul li .txt .btn{ display:block; width:72px; height:30px; line-height:30px;text-align:center;background:#fff; font-size:12px; color:#2f2f2f; border-radius:30px; margin-top:25px; transition:.3s; -webkit-transition:.3s;}
#mode_case2 ul li .txt .btn:hover{ background:#e1582c; color:#fff;}



#mode_pro1{ margin-bottom:30px;}
#mode_pro1 ul li{ font-size:0; margin-bottom:15px; border:1px solid #edecf1;}
#mode_pro1 ul li a{ display:block; width:100%; height:100%; background:#edecf1; overflow:hidden;}
#mode_pro1 ul li .img_mid{width: 44%;height:110px;float:left;overflow:hidden;display:table;background:#fff;}
#mode_pro1 ul li .img_mid div{ display:table-cell; height:110px; vertical-align:middle; text-align:center;}
#mode_pro1 ul li .img_mid img{width: 100%;height: 100%;}
#mode_pro1 ul li .txt{width: 56%;height:110px;float:left;padding:0 10px;display:table;}
#mode_pro1 ul li .txt div{ display:table-cell; vertical-align:middle; height:110px;}
#mode_pro1 ul li .txt h5{ font-size:15px; color:#1c1b1b; font-weight:100; margin-bottom:8px;}
#mode_pro1 ul li .txt h5:hover{ color:#e1582c;}
#mode_pro1 ul li .txt p{ font-size:12px; color:#646464; line-height:18px; height:36px; overflow:hidden;}
#mode_pro1 ul li .txt span{font-size:11px;color: #1384e2;text-transform:lowercase;display:inline-block;margin-top:10px;font-weight:100;position:relative;text-transform:uppercase;}
#mode_pro1 ul li .txt span:before{content:"";width:3px;height:10px;display: inline-block;background: #1384e2;margin-right:5px;}


#mode_pro2 ul{  margin: 0 -5px;}
#mode_pro2 li{ border: none; margin: 0; margin-bottom:5px; }
#mode_pro2 li a{  display: block; margin:5px; background:#eaebed; padding:3px;  }
#mode_pro2 li .img_mid{  display: table; width: 100%; overflow: hidden; box-sizing: border-box; background:#fff; }
#mode_pro2 li .img_mid div{display:table-cell;width:100%;height: 110px;vertical-align:middle;text-align:center;}
#mode_pro2 li .img_mid img{width: 100%;height: 100%;}
#mode_pro2 ul li h5{ margin:0; font-size:14px; color:#222; font-weight:300; text-align:center; line-height:40px;}


#mode_news6{ margin-top:30px; margin-bottom:30px;}
#mode_news6 ul{}
#mode_news6 ul li{ background:#f3f3f4; margin-bottom:18px;}
#mode_news6 ul li .img{ width:100%; position:relative;}
#mode_news6 ul li .img img{ width:100%; transition:2s; -webkit-transition:2s; -moz-transition:2s; -ms-transition:2s;-o-transition:2s;}
#mode_news6 ul li .txt{ width:100%; padding:20px 10px;}
#mode_news6 ul li .txt h5{ font-size:15px; color:#252525; margin-bottom:8px;}
#mode_news6 ul li .txt p{ font-size:12px; color:#848484; line-height:18px; height:36px; overflow:hidden;}
#mode_news6 ul li .txt span{ position:relative; display:block; font-size:12px; color:#aeaeae; font-family:arial; height:20px; line-height:20px; margin-top:10px;}
#mode_news6 ul li .txt h5:hover{ color:#e1582c;}


#mode_team1{ margin-bottom:20px;} 
#mode_team1 ul{  margin:0 -5px;}
#mode_team1 li{ margin-bottom:5px;}
#mode_team1 li a{display: block;margin: 5px;vertical-align:middle;background: #f9f9f9;}
#mode_team1 li a img{  width: 100%; overflow: hidden;  }
#mode_team1 ul li .txt{ padding: 15px 10px;}
#mode_team1 ul li h5{color:#222;font-size: 14px;margin-bottom:5px;line-height: 20px;text-align: left;} 
#mode_team1 ul li p{ font-size:12px; color:#848484; line-height:18px; overflow:hidden;}


#mode_licheng1{ margin-bottom:30px;}
#mode_licheng1 ul{}
#mode_licheng1 ul li{ overflow:hidden; margin-bottom:20px;}
#mode_licheng1 ul li .img{ width:40%; height:90px; float:left; overflow:hidden; display:table; border:3px solid #ddd;}
#mode_licheng1 ul li .img img{ width:100%; height:100%;}
#mode_licheng1 ul li .txt{ width:60%; height:90px; float:left; padding:0 10px; display:table;}
#mode_licheng1 ul li .txt div{ display:table-cell; vertical-align:middle; height:90px;}
#mode_licheng1 ul li .txt p{ font-size:12px; color:#777879; line-height:18px; max-height:72px; overflow:hidden;}
#mode_licheng1 ul li span{font-size:18px;color: #696969;display:block;border-bottom: 1px solid #f3f3f3;margin-bottom:15px;padding-bottom:5px;}


#mode_licheng2{}
#mode_licheng2 .n_gczs_slide{ border-left:1px solid #e9e9e9; margin-left: 10px;}
#mode_licheng2 .swiper-slide{ margin-left: -12px;}
#mode_licheng2 .swiper-slide{ width:100%; padding-bottom:15px; padding-left:20px;}
#mode_licheng2 .swiper-slide h5{font-size:20px;color:#535354;margin-bottom:0;position:relative;left:-20px;padding-left:30px;}
#mode_licheng2 .swiper-slide h5:before{ content: url(../images/icon_gzzs.png); position:absolute; left:0; top:0; display:inline-block;}
#mode_licheng2 .swiper-slide h5 span{ font-size:16px;}
#mode_licheng2 .n_gczs_slide .ar_article{margin-right:0;padding-left: 10px;}


#mode_zizhi1{margin: 1rem 0;}
#mode_zizhi1 ul{ position: relative;  margin: -5px;}
#mode_zizhi1 li{ display:block; position: relative;  }
#mode_zizhi1 li a{display: block; padding: 0; padding-bottom: 1rem; margin:5px;  position: relative;}
#mode_zizhi1 li a .img_mid{  width: 100%; height:150px; display:table; background: #edecf1;}
#mode_zizhi1 li a .img_mid div{ display:table-cell; vertical-align:middle; text-align:center; width: 100%; height:150px; }
#mode_zizhi1 li a .img_mid img{ max-height:90%; max-width:90%; margin:0; display: inline-block;}
#mode_zizhi1 li a h5{margin:0 10px;padding-top:10px;text-align: center;color:#212734;font-size: 13px;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;font-weight: normal;}


#mode_zizhi2{ margin-bottom: 3rem;}
#mode_zizhi2 ul{ position: relative;  margin: -5px;}
#mode_zizhi2 li{ display:block; position: relative;  }
#mode_zizhi2 li a{display: block; padding: 0; padding-bottom: 1rem; margin:5px;  position: relative;}
#mode_zizhi2 li a .img_mid{  width: 100%; height:150px; display:table; background: #edecf1;}
#mode_zizhi2 li a .img_mid div{ display:table-cell; vertical-align:middle; text-align:center; width: 100%; height:150px; }
#mode_zizhi2 li a .img_mid img{ max-height:90%; max-width:90%; margin:0; display: inline-block;}
#mode_zizhi2 li a h5{ margin:0 10px; padding-top:10px; text-align: center; color:#212734; font-size: 13px; white-space: nowrap;overflow:hidden;text-overflow: ellipsis;  }



#tt_xq{ text-align:center; border-bottom:1px solid #dfe0e0; padding-bottom:10px; margin-bottom:25px; position:relative;}
#tt_xq:after{ content:""; width:80px; height:3px; background:#1384e2; display:block; bottom:-2px; left:50%; margin-left:-40px; position:absolute;}
#tt_xq h3{text-align:center;font-size:18px;color:#2d3134;margin-bottom: 0.5rem;}
#tt_xq p{ font-size:12px; color:#a2a4a5;}

#mode_news_xq1{}
#mode_news_xq1 .con{ min-height:300px;}



#mode_news_xq1{}
#mode_news_xq1 .img{ text-align:center;}
#mode_news_xq1 .tt{ font-size:20px; color:#3a3c3d; border-bottom:1px solid #ebebeb; padding:20px 0 10px; margin-bottom:20px;}
#mode_news_xq1 .tt span{ font-size:15px; color:#7e7e7f; border-left:1px solid #999; padding-left:10px; margin-left:10px;}

/*====人力资源====*/
.n_talent{padding: 0 0 0 0;}
.n_talent ul{float:left;position: relative; width: 100%;margin-bottom:5%;}
.n_talent ul li{float:left;width: 100%;height: auto;margin: 0 0 1rem 0;text-align: left;cursor:pointer;overflow:hidden;background-color: #f9f9f9;box-sizing:border-box;border-radius: 3px;padding: 0 5%;position: relative;}
.n_talent ul li .con{float:left;width: 100%;height: auto;position:relative;z-index:1;}
.n_talent ul li h6{}
.n_talent ul li h6 span{display:inline-block;font-size:11px;margin-bottom:20px;color: #8f8f8f;font-weight: normal;}
.n_talent ul li h2{font-size: 14px;color: #444;line-height: 28px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 70%;}
.n_talent ul li .more{ position:absolute; right:5%; top:50%; margin-top:-14px; width:72px; height:28px; line-height:28px; border:#d0d1d3 1px solid; box-sizing:border-box; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; text-align:center; font-size:12px; color:#8c8c8c}
.n_talent .ar_title{border-bottom: #f0f0f0 2px solid;padding-bottom: 0;margin-bottom: 40px;margin-top: 50px;}
.n_talent .ar_title h3{font-size: 22px;color: #424242;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top: 15px;}
.n_talent .ar_title h6 span{position:relative;font-size: 12px;color: #7e8080;display:inline-block;height: 50px;line-height: 50px;font-weight:normal;}
.n_talent .ar_title h6 span i{position:absolute;left:0;bottom: -2px;width:100%;height:2px;background-color: #0350aa;}

#mode_ziliao1{ overflow:hidden; }
#mode_ziliao1 ul{ margin-bottom:20px; overflow:hidden;}
#mode_ziliao1 ul li{ width:100%; height:90px; float:left; border-radius:5px; border:1px solid #e5e5e5; padding-top:20px; position:relative;  margin-top:10px;}
#mode_ziliao1 ul li a:before{content:"";width:100%;height:100%;display:block;border-radius:5px;position:absolute;left:0;top:0;transition:.3s;-webkit-transition:.3s;transform:scale(1.03,1.08);opacity:0;}
#mode_ziliao1 ul li .txt{margin-left: 15px;width:210px;float:left;position:relative;}
#mode_ziliao1 ul li .txt p{ font-size:14px; color:#242425; line-height:20px; height:20px; overflow:hidden;}
#mode_ziliao1 ul li .txt span{ font-size:12px; color:#97989b; margin-top:5px; display:block;}
#mode_ziliao1 ul li .btn{display:block;width: 30px;height: 30px;float:right;margin-right: 15px;margin-top: 8px;transition:.3s;-webkit-transition:.3s;background:url(../images/n_xiazai_ico.png) center no-repeat;background-size: 30px;}



#mode_zhaopin1{  }
#mode_zhaopin1 ul{ margin:0 -5px;}
#mode_zhaopin1 li{ width:50%; float:left;}
#mode_zhaopin1 li a{ margin: 5px; display:block; border:1px solid #d1d5d6; background:#f7f8fa;  height: 145px;} 
#mode_zhaopin1 li h5{ padding-top: 30px; display:block; text-align:center; font-size:18px; color:#222223; margin-bottom:5px;}
#mode_zhaopin1 li span{ color:#908f8f; font-size:14px; text-align:center; display:block; }
#mode_zhaopin1 li strong{ color:#908f8f; font-size:14px; text-align:center; display:block;}
#mode_zhaopin1 li .btn{ width:80px; height:28px; line-height:28px; display:block; background:#1384e2; color:#fff; font-size:13px; border-radius:3px; text-align:center; margin:0 auto; margin-top:10px;}


.n_zhaopin .lwy .slider-nav{margin: 0 -0.5rem;padding: 0;margin-bottom: 2rem;}
.n_zhaopin .lwy .slider-nav .miso-prev,
.n_zhaopin .lwy .slider-nav .miso-next{width:12px;height:21px;margin-top:  -1rem;}
.n_zhaopin .lwy .slider-nav .miso-prev{background:url(../images/left01.png) center no-repeat;background-size:100% 100%;left: 0;}
.n_zhaopin .lwy .slider-nav .miso-next{background:url(../images/right01.png) center no-repeat;background-size:100% 100%;right: 0;}
.n_zhaopin .lwy{padding: 0;}
.n_zhaopin .lwy .slider-nav .slick-slide{ padding:0 0.5rem}
.n_zhaopin .lwy .slider-nav .slick-slide .miso{margin: 0 0;padding: 1.5rem 0.5rem;text-align:center;}
.n_zhaopin .lwy .slider-nav .slick-slide .miso h5{font-size: 14px;color:#010101;margin-bottom:10px;}
.n_zhaopin .lwy .slider-nav .slick-slide .miso h6{font-size: 11px;color:#acacac;text-transform:uppercase;font-weight: normal;line-height: 18px;height: 36px;overflow: hidden;}
.n_zhaopin .lwy .slider-nav .slick-slide.slick-current .miso{background: #ffd800;}
.n_zhaopin .lwy .slider-nav .slick-slide.slick-current .miso h5{ color:#fff}
.n_zhaopin .lwy .slider-for{padding: 0;}

#mode_lianxi1{}
#mode_lianxi1 .tt{height:40px;font-size: 16px;border-bottom:1px dashed #bdbdbd;margin-bottom:20px;}
#mode_lianxi1 .map { border: 1px solid #e5e7eb; overflow: hidden; background:#fff; margin-top:30px;}


#mode_video1{}
#mode_video1 ul{}
#mode_video1 ul li{ margin-bottom:20px; position:relative;}
#mode_video1 ul li video{position:relative; border:2px solid #ddd; font-size:0; object-fit: fill}
#mode_video1 ul li h5{ font-size:15px; color:#777; text-align:center; padding-top:3px;}



.am-pagination-select .am-pagination-select select{ color: #666666 !important; text-align: center;  background: none; font-size: 14px; border: 1px solid #dedede;}
.am-pagination-select &gt; li &gt; a{ color: #666666 !important; background: none; font-size: 14px; border: 1px solid #dedede;}
.am-pagination-select &gt; li &gt; a:hover{ background: none; border: 1px solid #dedede; }

@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}

.w94, .w1200{width:94%;margin:0 auto;}

#banner{margin-bottom: 0;}

.am-direction-nav{ display:none}

.container00 .am-titlebar-default{margin:0;background: #f3f5f7;border:  #e7e8e9 1px solid;margin-bottom:1.5rem;}
.container00 .am-titlebar-default .am-titlebar-title{background: #1f59d6;padding:0 2rem;font-size:1.25rem;color:#fff;font-weight:normal;}
.container00 .am-titlebar-default .am-titlebar-title:before{ display:none}
.container00 .am-titlebar-default .am-titlebar-nav a{font-size:1rem;color: #6c6b6b;margin-right:1rem;text-transform:uppercase;}


/*新闻一*/  
#mode_news1 ul{  margin:0 -5px;}
#mode_news1 li{ margin-bottom:5px;}
#mode_news1 li a{display: block;margin: 5px;vertical-align:middle;background: #f9f9f9;}
#mode_news1 li a img{width: 100%;height: 110px;overflow: hidden;}
#mode_news1 ul li .txt{ padding: 12px 10px;}
#mode_news1 ul li h5{color:#222;font-size: 14px;margin-bottom:8px;line-height: 20px;height: 40px;white-space: normal;} 
#mode_news1 ul li p{font-size:12px;color:#848484;line-height:18px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
#mode_news1 ul li span{ position:relative; display:block; font-size:12px; color:#aeaeae; font-family:arial; height:20px; line-height:20px; margin-top:6px;}


#mode_news2{ margin-bottom:20px;}
#mode_news2 ul{ margin-top:-15px;}
#mode_news2 ul li{ font-size:0; padding:15px 0; border-bottom:1px dashed #eee; overflow:hidden;}
#mode_news2 ul li a{ display:block; width:100%; height:100%;overflow:hidden;}
#mode_news2 ul li .img{width: 44%;height: 110px;float:left;overflow:hidden;display:table;padding-right: 15px;}
#mode_news2 ul li .img img{ width:100%; height:100%;}
#mode_news2 ul li .txt{height: 110px;}
#mode_news2 ul li .txt div{ height:100px;}
#mode_news2 ul li .txt h5{font-size:15px;color:#1c1b1b;font-weight:100;margin-bottom:5px;padding-top: 12px;}
#mode_news2 ul li .txt h5:hover{ color:#3568df;}
#mode_news2 ul li .txt p{ font-size:12px; color:#646464; line-height:18px; height:36px; overflow:hidden;}
#mode_news2 ul li .txt span{ font-size:11px;  color:#999; display:inline-block; margin-top:10px; font-weight:100; text-transform:uppercase; }

#mode_news3{ margin-bottom:30px;}
#mode_news3 ul{margin-top:-15px;}
#mode_news3 ul li{ font-size:0; padding:15px 0; border-bottom:1px solid #eee; }
#mode_news3 ul li a{ display:block; width:100%;overflow:hidden;}
#mode_news3 ul li .tt{ overflow:hidden;}
#mode_news3 ul li h5{ font-size:15px; color:#1c1b1b; font-weight:100; margin-bottom:8px; width:250px; float:left; position:relative;}
#mode_news3 ul li h5:before{content:"";width:3px;height:10px;display: inline-block;background: #7a7a7a;margin-right:5px;}
#mode_news3 ul li h5:hover{ color:#3568df;}
#mode_news3 ul li p{ font-size:12px; color:#646464; line-height:18px; max-height:36px; overflow:hidden;}
#mode_news3 ul li span{ font-size:11px; color:#999; float:right; text-transform:uppercase; font-weight:100; }


#mode_news4{ margin-bottom:30px;}
#mode_news4 ul{margin-top:-15px;}
#mode_news4 ul li{ font-size:0; padding:15px 0; border-bottom:1px dashed #eee; }
#mode_news4 ul li a{ display:block; width:100%;overflow:hidden;}
#mode_news4 ul li h5{ font-size:13px; color:#1c1b1b; font-weight:100; width:250px; float:left; position:relative;}
#mode_news4 ul li h5:before{content:"·";color: #7a7a7a;display: inline-block;margin-right:5px;font-weight: bold;}
#mode_news4 ul li h5:hover{ color:#3568df;}
#mode_news4 ul li span{ font-size:11px; color:#999; float:right; text-transform:uppercase; font-weight:100; }


.n_jishu .fl01{padding: 3rem 0 2rem;background:#f7f7f9;margin-top: -2.5rem;}
.n_jishu .fl02{padding: 3rem 0 1rem;}
.n_jishu .fl02 ul{margin-bottom: 0;}
.n_jishu .fl02 ul li{ margin-bottom:19px; overflow:hidden}
.n_jishu .fl02 ul li .time{float:left;width:180px;height:175px;background:#f7f7f9;border:#e2e4e7 1px solid;padding:48px 0 0 55px;position:relative;display:  none;}
.n_jishu .fl02 ul li .time:before{ content:""; position:absolute; width:65px; height:1px; background:#bcbcbc; left:55px; top:122px;}
.n_jishu .fl02 ul li .time:after{ content:""; position:absolute; width:0; height:3px; background:#c30d23; right:58px; top:122px; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.n_jishu .fl02 ul li:hover .time:after{ left:55px; width:65px;}
.n_jishu .fl02 ul li .time h3{ font-size:28px; color:#2d2d2e; margin-bottom:12px;}
.n_jishu .fl02 ul li .time h5{ font-size:14px; color:#a7a8aa}
.n_jishu .fl02 ul li .con{float:left;width: 100%;height: auto;border-bottom: #e2e4e7 1px solid;padding: 1rem 0;}
.n_jishu .fl02 ul li .con h5,.n_jishu .fl02 ul li .con h5 a{font-size: 1.25rem;color:#242424;padding: 0;}
.n_jishu .fl02 ul li .con h6{ margin:0; font-size:0.875rem; color:#999; font-weight:normal; margin-bottom:1rem}
.n_jishu .fl02 ul li .con h5 a:hover{ color:#c30d23}
.n_jishu .fl02 ul li .con p{line-height: 1.5rem;font-size: 0.875rem;color:#848486;height: 3rem;overflow:hidden;margin: 1rem 0 0;}
.n_jishu .fl02 ul li .con .more a{ font-size:12px; color:#848486; text-decoration:underline; text-transform:uppercase}
.n_jishu .fl02 ul li .con .more a:hover{ color:#c30d23}


#s_case{padding: 3rem 0 3rem;}
#s_case{ overflow:hidden;}
#s_case .content{}
#s_case ul{margin: -0.5rem;float: left;margin-bottom: 1rem;}
#s_case li{width: 50%;position:relative;display:block;overflow:hidden;float:left;padding: 0 0.5rem;box-sizing: border-box;margin-bottom:1rem;}
#s_case li a{ display:block;}
#s_case li .pic_box{ position:relative; background:#000; }
#s_case li img{width: 100%;height: 100%;display:block;}
#s_case li .img{  }
#s_case li .icon_play{ position:absolute; left:0; top:0; width:380px; height:260px; background:url(../images/bnt_play.png) center no-repeat;} 
#s_case li h1{position:absolute;z-index:3;left: 0.5rem;right: 0.5rem;bottom: 0;overflow:hidden;height: 35px;line-height: 35px;padding:0 20px;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;color:#fff;font-size: 1rem;text-align:center;display:block;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#AA000000', endColorstr='#AA000000');background: rgba(0,0,0,0.3);}
#s_case li:hover h1{}
#s_case li .video{ position:absolute; width:100%; height:100%; line-height:100%; left:0; top:0; text-align:center}
#s_case li .video img{vertical-align:middle;display:inline-block;width: 28px;hei;height: 28px;}
.table{display:table;table-layout: fixed;text-align:center;width:100%;height:100%;}
.table_cell{ display:table-cell; vertical-align:middle}




.product_detail .am-panel{border:#e5e5e5 1px solid;margin-top: 20px;}

/*====合作留言====*/
.j_form .label { display: block; margin-bottom: 1.5rem;}
.j_form .h_x{ color: #f00;}
.j_form .label strong{ font-weight:normal; display:block; padding-bottom: .5rem;  color:#666666;     font-size:14px;    }
.j_form .label input{display: block;width: 100%;background: #ffffff;padding:7px 10px;border:1px solid #d7d4d4;color:#797979;font-size:14px;text-align: left;font-weight: normal;}
.j_form .label button{ display: block; width: 100%; background: #f6f6f7; padding:0px 10px; height: 38px; border:1px solid  #d7d4d4; color:#797979;  text-align: left;   font-size:14px; font-weight: normal;  }
.j_form textarea{display: block;width: 100%;background: #ffffff;padding:10px 10px;border:1px solid  #d7d4d4;color:#797979;text-align: left;font-size:14px;font-weight: normal;}
.j_form input[type="submit"]{width: 100%;margin: 1rem auto;font-size: 14px;height: 40px;line-height: 40px;padding: 0;background: #1384e2;display: block;color: #fff;opacity: 1;border: none;width: 100%;text-align: center;}
.yzm_box {  position:relative;  margin-left:0; border:none; margin-top: 0px; margin-bottom: 10px; padding-right: 120px;}
.yzm_box strong{ }
.yzm_box input{ display: block; width: 100%;  }
.yzm_box img{ position:absolute; bottom: 0; right: 0;}

#footer_box{padding: 0px;z-index: 99999;position:relative;}
#footer_box .copyright{color:#797b7d; display:block; font-size: 13px;}
#footer{position: relative;bottom:0;left:0;width:100%;}
#footer ul{padding: 0 0;font-size: 0;}
#footer li{display: inline-block;width: 33.333333%;text-align: center;}
#footer li a{display: block;color: #fff;font-size: 14px;height: 50px;line-height: 50px;}
#footer li img{opacity: 1;vertical-align: middle; margin:-3px 8px 0 0}
#footer li a .j_iconfont{color: #929293;display: inline-block;margin-top: -2px;margin-right: 5px;vertical-align: top;}
#footer li:last-child a{ border: none;} 

.banquan{padding: 0 0 4px;background-size: cover;margin-bottom: 0;text-align: center;background: #eaedf1;}
.banquan p,.banquan p a{font-size: 12px;color: #7e7e7e;line-height: 22px;padding: 10px 0;}
.banquan p a:hover{ color:#fff}


/*代码开始区*/

.m{ width:94%; margin:0 3%}


.banner{ overflow:hidden; position:relative}
.banner ul li a{display:block;}
.banner .top{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0}
.banner .top img{display:inline-block;margin-top: -2rem;max-width: 55%;}
.banner .miso-prev,.banner .miso-next{width: 20px;height: 45px;background-size: 100% 100% !important;}
.banner .miso-prev{ background:url(../images/left.png) center no-repeat; left:5%}
.banner .miso-next{ background:url(../images/right.png) center no-repeat; right:5%}


footer{ padding-bottom:42px}
footer .w1200{ padding:18px 0; background:#f3f3f3; text-align:center}
footer .w1200 ul { font-size:0}
footer .w1200 ul li{ display:inline-block; padding:0 17px}
footer .w1200 ul li a{ display:inline-block; width:130px; line-height:45px; background:#fff; border:#e3e3e3 1px solid; font-size:16px; color:#4d4d4d; transition:.6s}




/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_header .MainMenu{ top:0; position:relative}

.n_banner1{ height:360px}

.container01{background:url(../images/container01_bg.jpg) center top no-repeat;padding: 3rem 0 3rem;position:relative;border-bottom:#f0f7ff 2px solid;overflow: hidden;}
#mainBody{ position:absolute; top:0; right:0; bottom:0; left:0; z-index:0}
.cloud{position:absolute;bottom:200px;left:0px;width:100%;height:590px;background:url(../images/cloud.png) no-repeat;z-index:1;opacity:0.8;}     
#cloud2{z-index:3;}

.title00{text-align:center;margin-bottom: 2rem;}
.title00 .tit_con{ display:inline-block; text-align:right}
.title00 h3{font-size: 20px;color:#29292a;padding: 0px 0 0px;font-weight: bold;}
.title00 h4{font-size: 20px;color:#0d4da1;font-family:DisneyEnglish;text-transform: capitalize;}
.title00 .tit_ico{display:inline-block;vertical-align:top;margin-left: 12px;}
.title00 .tit_ico img{height: 50px;}

.container01 .w1200{ position:relative; z-index:1}
.container01 .miso_hd ul{font-size:0;margin-bottom: 1rem;border-top-left-radius:20px;border-top-right-radius:20px;overflow: hidden;padding-bottom: 6px;}
.container01 .miso_hd ul .miso-list{overflow:visible;background: #fff;}
.container01 .miso_hd ul li{ display:inline-block; width:25%; border-right:#ebebeb 1px solid}
.container01 .miso_hd ul li a{display:block;height: 67px;position:relative;cursor: pointer;}
.container01 .miso_hd ul li a:before{ content:""; position:absolute; top:0; width:0; transition:.6s; height:3px; left:50%}
.container01 .miso_hd ul li a:after{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-top:#ff8533 6px solid;bottom:-6px;left:50%;margin-left: -6px;display:none;}
.container01 .miso_hd ul li a h4{height: 26px;}
.container01 .miso_hd ul li a h4 img{display:inline-block;height: 18px;}
.container01 .miso_hd ul li a h4 img.img2{  display:none}
.container01 .miso_hd ul li a h5{font-size: 13px;color:#4e4e4e;}
.container01 .miso_hd ul li.miso-current{ background:#ff8533}
.container01 .miso_hd ul li.miso-current h5{ color:#fff}
.container01 .miso_hd ul li.miso-current a h4 img.img1{ display:none}
.container01 .miso_hd ul li.miso-current a h4 img.img2{ display:inline-block}
.container01 .miso_hd ul li.miso-current a:after{ display:block;}

.container01 .miso_bd .miso-list{ padding-bottom:20px}
.container01 .miso_bd .left{ width:50%; padding-right:1.5px}
.container01 .miso_bd .left .img, .container01 .miso_bd .left .img img{width: 100%;height: 180px;overflow:hidden;position:relative;object-fit: cover;}
.container01 .miso_bd .left .img .con{position:absolute;left: 0;bottom:0;background:#0d4da1;width: auto;}
.container01 .miso_bd .left .img .con .box_table{padding: 5px 10px;text-align:left;width: auto;}
.container01 .miso_bd .left .img .con h4{font-size:18px;line-height:22px;color:#f4f086;font-family:DisneyEnglish;text-transform:capitalize;margin-bottom:10px;display: none;}
.container01 .miso_bd .left .img .con h3{font-size: 13px;color:#f4f086;display: inline-block;}
.container01 .miso_bd .right{width: 50%;padding-left: 1.5px;}

.container01 .miso_bd .right ul li{margin-bottom: 2px;}
.container01 .miso_bd .right ul li a{ display:block; position:relative; font-size:0}
.container01 .miso_bd .right ul li .con{display:inline-block;background:#f4f086;position: absolute;bottom: 0;left: 0;width: auto;}
.container01 .miso_bd .right ul li .con:after{content:"";position:absolute;top:50%;border-bottom:transparent 6px solid;border-top:transparent 6px solid;border-left:#f4f086 8px solid;right:-8px;margin-top:-6px;display: none;}
.container01 .miso_bd .right ul li .con .box_table{padding: 5px 10px;text-align:left;width: auto;}
.container01 .miso_bd .right ul li .con h4{font-size:18px;line-height:22px;color:#424242;font-family:DisneyEnglish;text-transform:capitalize;margin-bottom:10px;display: none;}
.container01 .miso_bd .right ul li .con h3{font-size: 13px;color:#424242;display: inline-block;}
.container01 .miso_bd .right ul li .img, .container01 .miso_bd .right ul li .img img{display:inline-block;width: 100%;height: 89px;vertical-align: top;overflow:hidden;object-fit: cover;}



.container01 .miso_bd .right ul li:nth-child(1) .con{ float:left}
.container01 .miso_bd .right ul li:nth-child(2) .con{background:#ff8533;left: auto;right: 0;}
.container01 .miso_bd .right ul li:nth-child(2) .con h4, .container01 .miso_bd .right ul li:nth-child(2) .con h3{ color:#fff}
.container01 .miso_bd .right ul li:nth-child(2) .con:after{content:"";position:absolute;top:50%;border-bottom:transparent 6px solid;border-top:transparent 6px solid;border-left:none;right: auto;border-right: #ff8533 8px solid;left:-8px;margin-top:-6px;}
.container01 .miso_bd .more a{ margin-left:480px; display:inline-block; width:50px; height:50px; background:#ff8533 url(../images/jia.png) center no-repeat; border-radius:0; text-align:center; line-height:50px; transition:.6s}

.w1600{ max-width:1610px; margin:0 auto}

.container02{padding: 3rem 0;}
.container02 .title00{}
.container02 .title00 .tit_con{}
.container02 .title00 .tit_ico{ margin:0 12px 0 0}
.container02 .p{ font-size:14px; color:#000000; opacity:0.64; margin:1.25rem 0 3.25rem}
.container02 .miso_hd{ margin-bottom:2rem}
.container02 .miso_hd ul .miso-list{ padding-bottom:6px;}
.container02 .miso_hd ul li a{display:block;background:#f7f8fb;line-height: 45px;text-align:center;font-size:16px;color:#353535;position:relative;}
.container02 .miso_hd ul li a:after{content:"";position:absolute;border-left:transparent 4px solid;border-right:transparent 4px solid;border-top:#0d4da1 6px solid;bottom:-6px;left:50%;margin-left: -6px;display:none;}
.container02 .miso_hd ul li.miso-current a{ background:#0d4da1; color:#fff}
.container02 .miso_hd ul li.miso-current a:after{ display:block}

.container02 .right ul li.on a{ border-bottom:#0d4da1 1px solid; color:#0d4da1}
.container02 .right ul li:hover a{ color:#0d4da1}
.container02 .content ul{}
.container02 .content .miso-list{}
.container02 .content ul li{ margin-bottom: 1rem;}
.container02 .content ul li a{display:block;position:relative;}
.container02 .content ul li .img .img_hezi{padding-bottom: 80% !important;}
.container02 .content ul li .img{width: 150px;overflow:hidden;float: left;}
.container02 .content ul li a .con{width: calc(100% - 150px);background: #f2f3f7;position:absolute;z-index:1;right: 0;bottom:0;top:0;height:100%;transition:.6s;padding: 0 14px;}
.container02 .content ul li a .con:after{content:"";position:absolute;top:50%;border-bottom: transparent 12px solid;border-top: transparent 12px solid;border-left: #FFF 16px solid;right: -16px;margin-top: -12px;transition: 0.6s;}
.container02 .content ul li a .con .box_table{ text-align:left}
.container02 .content ul li a .con h5{font-size: 14px;line-height: 20px;height: 40px;color:#000000;transition:.6s;}
.container02 .content ul li a .con p{font-size: 12px;line-height: 16px;height: 32px;color:#252121;opacity:0.7;transition:.6s;margin: 4px 0 4px;overflow: hidden;}
.container02 .content ul li a .con span{display:inline-block;font-size: 12px;color: #191919;transition:.6s;text-align:center;}
.container02 .content ul li:nth-child(1) .con{}
.container02 .content ul li:nth-child(2) .img{}
.container02 .content ul .more001{margin-top:2rem;line-height: 36px;}
.container02 .content ul .more001 .anniu_con{display:inline-block;margin: 0 1rem;position: relative;z-index: 1;}
.container02 .content ul .more001 .anniu_con img{height: 24px;display: inline-block;margin: 6px 0;}

.container02 .content .miso-prev, .container02 .content .miso-next{width: 26px;height: 26px;top: auto;bottom: -8px;background-size: cover !important;}
.container02 .content .miso-prev{background:url(../images/left02.png) center no-repeat;left: 50%;margin-left: -90px;}
.container02 .content .miso-next{background:url(../images/right02.png) center no-repeat;right: 50%;margin-right: -90px;}

.container03{background:url(../images/container03_bg.jpg) center no-repeat;background-attachment:fixed;padding: 3rem 0;}
.container03 ul{font-size:0;margin: 0;background: #fff;border-radius: 10px;padding: 20px 10px;padding-bottom: 30px;}
.container03 ul li.miso-slide{display:inline-block;width:33.333333%;padding: 0 10px;border-right: #f5f5f5 1px solid;}
.container03 ul li a{display:block;background:#fff;border-radius: 0;padding: 0;text-align:center;position:relative;overflow:hidden;transition:.6s;}
.container03 ul li a:before{ content:""; position:absolute; bottom:0; height:0; left:0; right:0; transition:.6s}
.container03 ul li a:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background: #0d4da1;right: 22px;top: 34px;transition:.6s;display: none;}
.container03 ul li .img{display:inline-block;width: 100%;overflow:hidden;height: 0;padding-bottom: 100%;position: relative;}
.container03 ul li .img img{width: 100%;overflow:hidden;height: 100%;position: absolute;object-fit: cover;}

.container03 ul li .img .img_hezi{padding-bottom: 132% !important;}
.container03 ul li .con{padding: 18px 0 0;position:relative;}
.container03 ul li .con h3{font-size: 14px;color:#424141;font-weight:bold;transition:.6s;}
.container03 ul li .con h5{font-size: 12px;color:#ff8533;margin: 7px 0 4px;position:relative;transition:.6s;font-weight: normal;}
.container03 ul li .con h6:before{content:"";width:12px;height:1px;background:#898989;position:absolute;left:50%;margin-left:-6px;bottom: -10px;transition:.6s;}
.container03 ul li .con h5 font{ color:#0d4da1; font-weight:bold; transition:.6s; font-family:DisneyEnglish;}
.container03 ul li .con p{text-align:left;font-size:12px;line-height: 18px;height: 54px;color: #191919;transition: .7s;overflow:hidden;opacity: 0.6;padding: 0 15px;}
.container03 ul li .con h6{font-size: 12px;color:#898989;height:16px;opacity:1;position: relative;margin-bottom: 20px;}

.container03 ul li:nth-child(3n-2) a:after{ background:#ff8533}
.container03 ul li:nth-child(3n) a:after{ background:#e6e26c}

.container03 ul .miso-dots{padding:10px 0;margin: 20px 0 6px;display: none !important;}
.container03 ul .miso-dots li{width:8px;height:8px;border-radius:50%;border: #dadada 1px solid;}
.container03 ul .miso-dots li.miso-active{ border:#0d4da1 solid 1px}

.container03 .content ul .miso-list{}
.container03 .content .miso-prev, .container03 .content .miso-next{width: 40px;height: 40px;background-size: cover !important;top: 60%;}
.container03 .content .miso-prev{background:url(../images/left03.png) center no-repeat;left: 8px;}
.container03 .content .miso-next{background:url(../images/right03.png) center no-repeat;right: 8px;}

.container03 .more001 a{ background:#fff; color:#0d4da1; margin-top:2rem}

.container04{padding: 3rem 0;}

.container04 ul{ font-size:0; margin:0 -5px}
.container04 ul li{display:inline-block;width: 50%;padding:0 5px;margin-bottom:10px;}
.container04 ul li a{ display:block; overflow:hidden; border-radius:4px; position:relative}
.container04 ul li .img, .container04 ul li .img img{width:100%;overflow:hidden;border-radius: 2px;}
.container04 ul li .img .img_hezi{ padding-bottom:45% !important}
.container04 ul li .img:after{ content:""; position:absolute; background:url(../images/yinying.png) center no-repeat; height:85px; left:0; right:0; bottom:0; z-index:1; transition:.6s; transform:translateY(50px)}
.container04 ul li:nth-child(1), .container04 ul li:nth-child(2){ width:50%}
.container04 ul li:nth-child(1) .img, .container04 ul li:nth-child(2) .img, .container04 ul li:nth-child(1) .img img, .container04 ul li:nth-child(2) .img img{width:100%;}
.container04 ul li h5{left:0;right:0;line-height: 40px;text-align:center;font-size: 14px;color: #333;z-index:2;transition:.6s;}
.container04 .miso-prev, .container04 .miso-next{ width:55px; height:55px; }
.container04 .miso-prev{ background:url(../images/left04.png) center no-repeat; left:-100px}
.container04 .miso-next{ background:url(../images/right04.png) center no-repeat; right:-100px}

.container05{}
.container05 .left{ width:460px; padding:130px 0 0}
.container05 .left h3{ margin-bottom:42px}
.container05 .left p{ font-size:12px; line-height:24px; color:#3f3e2b; opacity:.85}

.container05 .right{width:718px;padding:132px 0 0;position: relative;}
.container05 .right ul{ font-size:0}
.container05 .right ul li{display:inline-block;width:130px;font-size:12px;color:#37361c;background: url(../images/line_bg1.png) right top no-repeat;text-align:right;padding-right:14px;height:89px;padding-top:35px; position:relative}
.container05 .right ul li:before{content:"";position:absolute;width:1px;height:50px;background:#c9c45b;right: 3px;bottom:0;}
.container05 .right ul li h6{ line-height:14px; margin-bottom:8px}

.container05 .right ul li h4 big{ font-size:29px; color:#0d4da1; font-family:DisneyEnglish; margin-right:2px}
.container05 .right ul li h4 span{ display:inline-block; line-height:12px;}
.container05 .right ul li:nth-child(1){margin-top: 128px;}
.container05 .right ul li:nth-child(2){margin-top: 70px;height: 110px;}
.container05 .right ul li:nth-child(3){margin-top: 32px;height: 110px;}
.container05 .right ul li:nth-child(4){margin-top: -6px;height: 110px;}
.container05 .right ul li:nth-child(5){ margin-top:30px;}

.video_box{position:absolute;width:360px;text-align:center;right: -140px;top: 39px;font-size: 16px;color: #403f1b;font-weight: bold;letter-spacing: 4px;line-height: 92px;}
.video_box span{ display:inline-block; line-height:92px; vertical-align:top
}
.video_center{display:inline-block;border-radius:50%;position: relative;width: 92px;height: 92px;background: #0d4da1;padding: 9px;margin: 0 21px;}
.video_center:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background: rgba(13,77,61,0.1);border-radius: 50%;transform: scale(1);animation:bianda 3s infinite;}
.video_center:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background: rgba(13,77,61,0.5);border-radius: 50%;transform: scale(1);animation:bianda 3s infinite;animation-delay: 1s;z-index: 1;}
.video_center .img, .video_center .img&gt;img{position:relative;display:block;font-size:1rem;color:#fff;line-height:1.125rem;padding: 0;text-align: center;border-radius: 50%;width: 74px;height: 74px;z-index: 10;background: #000;}
.video_center .img .top{position:absolute;top:0;right:0;bottom:0;left:0;z-index: 10;}
.video_center .img&gt;img{opacity:0.8;}

@keyframes bianda
{
    0 {transform: scale(1); opacity:1}
	100% {transform: scale(1.5); opacity:0}
}
 
/*Safari 和 Chrome:*/
@-webkit-keyframes bianda
{
    0 {transform: scale(1.5);}
    50% {transform: scale(1.45);}
	100% {transform: scale(1.5);}
}

/*浪*/
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    margin: auto;
    height:120px;
    z-index:0;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px
}

.bgTop {
    z-index: 15;
    opacity: 0.9;
}

.bgMiddle {
    z-index: 10;
    opacity: 1;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

footer{ position:relative; background:#0d4da1}

footer .fl01{ padding:60px 0 36px; text-align:center}
footer .fl01 ul{ display:inline-block; text-align:center; border:#5894e2 1px solid; line-height:44px; font-size:0; margin-top:30px; border-radius:22px; padding:0 40px}
footer .fl01 ul li{ font-size:14px; color:#fff; font-weight:bold; margin:0 8px; display:inline-block}

footer .fl02 .left h3{ font-size:18px; color:#f4f086; margin-bottom:32px; position:relative}
footer .fl02 .left h3:before{ content:""; position:absolute; width:36px; height:3px; background:#fff; left:0; bottom:-20px}
footer .fl02 .left h3 font{ font-family:DisneyEnglish_m; text-transform:capitalize}
footer .fl02 .left p{ font-size:14px; line-height:30px; color:#fff}
footer .fl02 .right ul li{ margin-left:24px; display:inline-block; text-align:center}
footer .fl02 .right ul li h3 img{ width:90px; height:90px;}
footer .fl02 .right ul li h5{ font-size:12px; line-height:40px; color:#fff}
footer .fl03{ padding:20px 0 40px; text-align:center}
footer .fl03 p, footer .fl03 p a{ font-size:12px; color:#b1cdf2; transition:.36s; line-height:30px;}
 
/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_banner{height: 150px;}
.n_banner h3{font-size: 52px;color: rgba(233,100,0,0.3);font-weight:bold;text-transform: uppercase;text-align: left;}
.n_banner h6{font-size: 24px;color: #182955;text-align: left;margin: -40px 0 0;padding: 0 30px;}

.position{float: right;line-height: 78px;color: #666666;padding-left: 24px;background: url(../images/position.png) left 30px no-repeat;font-size: 12px;}
.position i{display: inline-block;height: 60px;line-height: 58px;width: 10px;text-align:  center;font-size: 12px;color: #939393;font-weight: bold;margin: 0 4px;}
.position a{font-size: 12px;color: #939393;display: inline-block;line-height: 78px;vertical-align:  top;}
.position span{font-size: 12px;font-style:normal;display: inline-block;vertical-align: top;}
.position .span{color: #5b5b5b;}
.position span{color: #ff8533;}
.position a:hover{color: #c19d78;}
.mianbao{height: 78px;line-height: 78px;background: #fff;border-bottom: #eeeff1 2px solid;padding-bottom: 110px;}

.al_select{float: left;}
.al_select ul{font-size:0;text-align:center;}
.al_select ul li{display:inline-block;position:relative;font-size: 15px;color: #474747;margin-right: -1px;}
.al_select ul li:before{content: "";position: absolute;left: 0;bottom:0;width:0;height: 100%;transition:0.6s;visibility:hidden;opacity:0;width: 0;}
.al_select ul li:after{content:"";position:absolute;border-left: transparent 6px solid;border-right: transparent 6px solid;border-top:#1d60b9 8px solid;left: 50%;margin-left: -6px;opacity: 0;visibility: hidden;transition: .6s;}
.al_select ul li a{font-size: 16px;color: #3d3d3d;display:block;position: relative;border-top: none;border-bottom: none;padding: 0 30px;min-width: 124px;}
.al_select ul li a span{ position:relative; display:inline-block}
.al_select ul li a span:after{content:"";position:absolute;width: 6px;height: 6px;border-radius:50%;border:#fff 1px solid;left: -12px;top: 26px;}

.al_select ul li a:hover,.al_select ul li.on a{ color: #fff;}
.al_select ul li:hover:before, .al_select ul li.on:before{width:100%;visibility:visible;opacity:1;background:#1d60b9;}
.al_select ul li.on:after, .al_select ul li:hover:after{ opacity:1; visibility:visible}

.n_about{padding: 0 0 3rem;}

.n_title h3{font-size: 20px;color:#1d60b9;font-weight:bold;margin-bottom: 4px;text-align: center;}
.n_title h4{font-size: 12px;color:#c7cacf;font-weight:bold;text-transform:uppercase;text-align: center;}

.n_wenhua .fl01 .content .img&gt;img{
  position:relative;
  z-index: 2;
  /* box-shadow: 0px 17px 42px 0px 
  rgba(244, 240, 134, 0.35); */
  border-radius: 50%;
  }
.n_wenhua .fl01 .content .img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background: #f4f086;border-radius: 50%;transform: scale(1);animation:bianda 3s infinite;display: none;}
.n_wenhua .fl01 .content .img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background: #f4f086;border-radius: 50%;transform: scale(1);animation:bianda 3s infinite;animation-delay: 1s;z-index: 1;display: none;}

.n_wenhua .fl01 .content .img .line{content:"";width: 0;height:1px;background:#ff8533;display:block;z-index: 0;transform-origin: left top;top: 225px;left: 50%;position:absolute;transform:scale(0);transition:.5s 0s;z-index:2;display: none;}
.n_wenhua .fl01 .content .img.on .line01{transform: rotate(0) scale(1);width: 200px;}
.n_wenhua .fl01 .content .img.on .line01:after{content:"";width:8px;height:8px;position:absolute;right: -10px;top: -4px;background:#ff8533;border-radius:50%;}
.n_wenhua .fl01 .content .img.on .line02{transform: rotate(-90deg) scale(1);width: 200px;top: 100px;}
.n_wenhua .fl01 .content .img.on .line02:after{content:"";width:8px;height:8px;position:absolute;right: -10px;top: -4px;background:#ff8533;border-radius:50%;}
.n_wenhua .fl01 .content .img.on .line03{transform: rotate(-180deg) rotateX(180deg) scale(1);width: 246px;left: 112px;top: 135px;}

.n_wenhua .fl01 .content .img .line03{background:url(../images/line03.png) center no-repeat;width: 0;height: 61px;}
.n_wenhua .fl01 .content .img.on .line03:after{content:"";width:8px;height:8px;position:absolute;right: -10px; background:#ff8533; top: -4px;border-radius:50%;}
.n_wenhua .fl01 .content .img.on .line{transition:2s .5s ease-out;}

.n_wenhua .fl01{padding: 0 0 3rem;}
.n_wenhua .fl01 .content{position:relative;text-align:center;margin: 2.5rem 0 0;}
.n_wenhua .fl01 .content .img{display:inline-block;width: 150px;height: 150px;position: relative;}
.n_wenhua .fl01 .content .img01{margin-top: 1rem;}
.n_wenhua .fl01 .content .img .box{text-align:left;margin-bottom: 1rem;}
.n_wenhua .fl01 .content .img .box h5{font-size: 12px;line-height: 23px;color:#252121;white-space: normal;}
.n_wenhua .fl01 .content .img .box01{width: 100%;padding:10px 0 0;}
.n_wenhua .fl01 .content .img .box02{left: auto;width: 100%;padding: 0;}
.n_wenhua .fl01 .content .img .box02 h3{display:inline-block;vertical-align: top;}
.n_wenhua .fl01 .content .img .box02 h5{display: block;}
.n_wenhua .fl01 .content .img .box03{padding: 0;}
.n_wenhua .fl01 .content .img .box03 h3{vertical-align: top;margin-bottom: 5px;}
.n_wenhua .fl01 .content .img .box h3 img{ max-width:4rem; max-height:3rem}


.n_wenhua .fl02{padding: 3rem 0;background:url(../images/fl02_bg.jpg) center top no-repeat;background-size: cover;}
.n_title_box{text-align:center;margin-bottom: 2rem;}
.n_title_box .n_title{display:inline-block;text-align: center;}
.n_title_box .n_title h3{ color:#555325}
.n_title_box .n_title h4{ color:#aeac62;}
.n_title_box .limian{ display:inline-block; vertical-align:top; margin-left:15px;}
.n_title_box .limian img{width: 195px;display: none;}
.n_wenhua .fl02 .content{margin: 0;}
.n_wenhua .fl02 .content ul {font-size:0;margin: 0;border-radius: 10px;overflow: hidden;}
.n_wenhua .fl02 .content ul li{display:inline-block;width: 50%;text-align:center;padding: 2rem 1rem;background: rgba(255,255,255,1);vertical-align: top;}
.n_wenhua .fl02 .content ul li h2{height: 33px;}
.n_wenhua .fl02 .content ul li h2 img{ height:20px}
.n_wenhua .fl02 .content ul li h3{font-size: 18px;color:#5d5d5d;font-weight:bold;margin-bottom: 25px;position:relative;}
.n_wenhua .fl02 .content ul li h3:before{content:"";position:absolute;width:22px;height: 2px;background:#0d4da1;left:50%;bottom: -13px;margin-left:-11px;}
.n_wenhua .fl02 .content ul li h5{font-size: 13px;color:#5d5d5d;margin-bottom:10px;}
.n_wenhua .fl02 .content ul li h6{font-size:12px;line-height: 16px;color:#5d5d5d;opacity:0.4;height: 48px;vertical-align: top;}

.n_banxue{padding: 0 0 3rem;overflow: hidden;}
.n_banxue .n_title{margin-bottom: 2rem;}
.n_banxue ul .miso-list{}
.n_banxue ul li .box .img{border-radius: 4px;}
.n_banxue ul li .box .img, .n_banxue ul li .box .img img{width:100%;overflow:hidden;position:relative;}
.n_banxue ul li .box .img:after{content:"";border: #f3f3f3 3px solid;position:absolute;top:0;right:0;bottom:0;left:0;}
.n_banxue ul li .box .left{width: 100%;padding: 18px 0 0;margin-bottom: 2rem;float: none;}
.n_banxue ul li .box .left h3{font-size: 18px;line-height: 28px;color:#525354;font-weight:bold;padding-left: 20px;position:relative;transition:.6s;overflow: hidden;}
.n_banxue ul li .box .left h3:after{content:"";position:absolute;top: 10px;bottom: 10px;width:5px;background:#0d4da1;left: 0;}
.n_banxue ul li .box .right{width: 100%;background:#f4f086;position:relative;padding: 25px 18px;transition:.6s;border-radius:10px;float: none;}
.n_banxue ul li .box .right .top{
    margin-bottom: 1rem;
}
.n_banxue ul li .box .right .top .shuliang{float:right;font-size: 13px;color:#0d4da1;}
.n_banxue ul li .box .right .top .shuliang big{font-size: 22px;font-weight:bold;}
.n_banxue ul li .box .right .bottom{height: auto !important;}
.n_banxue ul li .box .right .bottom p{font-size: 12px;line-height: 24px;color:#393939;text-align: justify;}
.n_banxue ul .miso-dots{left:730px;top: 320px;width:auto;bottom: auto;}
.n_banxue ul .miso-dots li{display:inline-block;width: 10px;height: 10px;border:#393939 1px solid;border-radius:50%;}
.n_banxue ul .miso-dots li.miso-active{ border:#0d4da1 1px solid; background:#0d4da1}

.nicescroll-rails:before{ content:""; position:absolute; top:0; bottom:0; width:1px; left:2px; background-color:#a3a04d; border-radius:3px; overflow:hidden; cursor:pointer;}
.n_banxue ul li.miso-current .box .right{}
.n_banxue ul li.miso-current .box .left h3{ top:0}

.n_huanjing_detail{padding: 0 0 3rem;}
.n_huanjing_detail .n_title01{margin-bottom: 2rem;}
.n_huanjing_detail .n_title01 h3{font-size: 18px;color:#404040;font-weight:bold;margin-bottom:10px;}
.n_huanjing_detail .n_title01 h4{ font-size:14px; color:#404040; line-height:28px; opacity:.7}
.n_huanjing_detail .n_title01 .con p{ line-height:20px}

.lwy{ padding:0 0}
.lwy .miso_hd{padding: 0 0;float: none;}
.lwy .miso_bd{width: 100%;float: none;}

.lwy .miso_bd{margin-bottom: 16px;}
.lwy .miso_bd .miso-list{ overflow:visible}
.lwy .miso_bd li .img, .lwy .miso_bd li .img img{width: 100%;overflow:hidden;border-radius:4px;object-fit: cover;box-shadow: -8px 30px 27px 0px rgba(44, 44, 44, 0.19);}
.lwy .miso_bd li .img:after{ content:""; border:#fff 5px solid; position:absolute; top:0; right:0; bottom:0; left:0; border-radius:4px}


.lwy .miso_hd{margin: 0 -5px;}
.lwy .miso_hd li{display:inline-block;padding: 0 5px;}
.lwy .miso_hd li .img{width:100%;height: 100%;overflow:hidden;position:relative;border-radius: 0;padding: 0;border-radius: 4px;}
.lwy .miso_hd li .img img{width:100%;height: 100%;overflow:hidden;border-radius: 0;}
.lwy .miso_hd li .img:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute;border-radius: 0;transition:0.36s;border: #0d4da1 2px solid; opacity:0}
.lwy .miso_hd li.miso-current .img:after{ opacity:1}
.lwy .miso_hd .miso-prev, .lwy .miso_hd .miso-next{width:40px;height:40px;z-index:1000;background-size:cover !important;transition:0.6s;left: 50%;margin-left: -1.25rem;}
.lwy .miso_hd .miso-prev{top: 14px;background: url(../images/left05.png) center no-repeat;}
.lwy .miso_hd .miso-next{top: auto;bottom: 0;background:url(../images/right05.png) center no-repeat;transform: translate(0, 0);-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);}

.lwy .miso_hd .miso-prev:hover{ background:url(../images/left05_on.png) center no-repeat}
.lwy .miso_hd .miso-next:hover{ background:url(../images/right05_on.png) center no-repeat}

.n_huanjing{padding: 0 0 3rem;margin-top: 35px;}
.n_huanjing ul{font-size:0;margin:0 -5px;margin-bottom: 2rem;}
.n_huanjing ul li{display:inline-block;width: 50%;padding:0 5px;margin-bottom:20px;}
.n_huanjing ul li a{ display:block; overflow:hidden; border-radius:4px; position:relative}
.n_huanjing ul li .img, .n_huanjing ul li .img img{width:100%;overflow:hidden;border-radius:4px;}
.n_huanjing ul li h5{line-height: 35px;text-align:center;font-size: 14px;color:#404040;z-index:2;transition:.6s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}


.page {margin:0px auto 0px auto;text-align: center;font-size: 0;}

.page .box{display:inherit;width:100%;}
.page a{padding: 0 5px;/* width: 32px; *//* height: 32px; */line-height: 30px;display:inline-block;border:1px solid #dedede;margin: 0px 3px;color: #404040;font-size: 12px;/* border-radius: 50%; */background: #fff;vertical-align: top;transition:0.36s;}
.page a svg{font-size:20px;width: 14px;height: 14px;fill:#000000;vertical-align:middle;margin-top: -3px;}
.page .on{background: #f4f086;border: 1px solid #f4f086;}

.page a font{  font-size: 14px; font-family: "SimSun"; color: rgb( 68, 68, 68 );}
.page span{ background:#f4f086; color:#fff !important;border:1px solid #f4f086;}
.page a:hover{background: #f4f086;text-decoration:none;border: 1px solid #f4f086;}
.page a:hover font{ }
.page a.u_bnt{ transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari 和 Chrome */-o-transition: all 1s; /* Opera */} 
.fangye01,.fangye02{ display:inline-block}
.fangye01 svg{ transform:rotate(180deg); vertical-align:middle}
.fangye02 svg{ vertical-align:middle}

.n_huanjing ul li .img .red-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: 300ms; -webkit-transition: 300ms; }
.n_huanjing ul li .img .red-bg{background:rgba(0,0,0,0.5);}
.n_huanjing ul li .img .line { display: block; background: #fff; position: absolute; top: 50%; left: 50%; opacity: 0; visibility: hidden; transition: 400ms; -webkit-transition: 400ms; }

.n_huanjing ul li .img .line_1 { width: 34px; height: 1px; margin: -1px 0px 0px -17px; transform: translateX(-34px); -webkit-transform: translateX(-34px); }
.n_huanjing ul li .img .line_2 { width: 1px; height: 34px; margin: -17px 0px 0px -1px; transform: translateY(34px); -webkit-transform: translateY(34px); }

.n_lingdao{ padding:0 0 3rem}
.n_lingdao ul{font-size:0;margin: 0 -5px;margin-bottom:20px;}
.n_lingdao ul li{display:inline-block;width: 50%;padding: 0 5px;text-align:center;margin-bottom:30px;}
.n_lingdao ul li .img, .n_lingdao ul li .img img{width: 100%;overflow:hidden;}
.n_lingdao ul li .img .img_hezi{padding-bottom: 132% !important;}
.n_lingdao ul li .img .top{ position:absolute; top:0; right:0; bottom:0; left:0; transform:translateY(100%); transition:0.6s}
.n_lingdao ul li .img .top span{display:inline-block;width:120px;line-height: 30px;height: 32px;border-radius:19px;border: rgba(138,135,44,0.4) 1px solid;font-size:14px;color: #595616;margin-top: 20px;transition:0.6s;}
.n_lingdao ul li .img .top h6 svg{transition:0.6s;fill: #595616;}
.n_lingdao ul li .con{height: 100px;border:#e5e5e5 1px solid;border-top:none;padding:0 15px;}
.n_lingdao ul li .con h3{font-size: 16px;color:#010101;}
.n_lingdao ul li .con h6{font-size: 12px;color:#969696;line-height: 20px;margin: 3px 0;}
.n_lingdao ul li .con p{font-size: 12px;color:#0d4da1;}


.n_shizi{padding: 0 0 3rem;}
.n_shizi ul{font-size:0;margin: 0 -5px;margin-bottom: 2rem;}
.n_shizi ul li{display:inline-block;width: 50%;padding: 0 5px;margin-bottom: 1.25rem;}
.n_shizi ul li a{display:block;background:#fff;border-radius: 10px;padding: 22px 0 0;text-align:center;position:relative;overflow:hidden;transition:.6s;height: 288px;}
.n_shizi ul li a .bg01{content:"";position:absolute;bottom:0;left:0;right:0;top: 0;transition:.6s;border: #dcdcdc 1px solid;border-radius: 10px;}
.n_shizi ul li a .bg{ content:""; position:absolute; bottom:0; height:0; left:0; right:0; transition:.6s}
.n_shizi ul li a:before{content:"";position:absolute;bottom:0;height: 130px;background:#fafbfc;left:0;right:0;transition:.6s;z-index: 0;}
.n_shizi ul li a:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background: #0d4da1;right: 10px;top: 10px;transition:.6s;}
.n_shizi ul li .img, .n_shizi ul li .img img{display:inline-block;width: 120px;height: 120px;border-radius:50%;overflow:hidden;position: relative;object-fit: cover;}
.n_shizi ul li .con{padding: 34px 10px 0;position:relative;}
.n_shizi ul li .con h3{font-size: 16px;color:#424141;font-weight:bold;transition:.6s;}
.n_shizi ul li .con h5{font-size: 12px;color:#ff8533;margin: 12px 0 23px;position:relative;transition:.6s;z-index: 1;overflow: inherit;display: none;}
.n_shizi ul li .con h5:before{content:"";width:12px;height:1px;background: #ff8534;position:absolute;left:50%;margin-left:-6px;bottom: -12px;transition:.6s;}
.n_shizi ul li .con h5 font{ color:#0d4da1; font-weight:bold; transition:.6s; font-family:DisneyEnglish;}
.n_shizi ul li .con p{text-align:left;font-size: 11px;line-height: 20px;height: 40px;color: #999;transition:.6s;overflow: hidden;opacity: 1;}
.n_shizi ul li .con h6{font-size: 12px;color:#898989;height:16px;opacity:1;overflow:hidden;margin: 8px 0;}

.n_shizi ul li:nth-child(3n-2) a:after{ background:#ff8533}

.n_shizi ul li:nth-child(3n) a:after{ background:#e6e26c}

.n_shizi_detail{padding: 0 0 3rem;}
.n_shizi_detail ul li .img:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background: #fff;right: 10px;top: 10px;transition:.6s;}
.n_shizi_detail ul li .img, .n_shizi_detail ul li .img img{display:inline-block;width: 160px;border-radius: 10px;overflow:hidden;position:relative;object-fit: cover;}
.n_shizi_detail ul li .left{width: 100%;text-align: center;}
.n_shizi_detail ul li .right{width: 100%;padding: 20px 0 0;}
.n_shizi_detail ul li .right .top{margin-bottom: 22px;border-bottom:#e1e1e1 1px solid;padding-bottom: 15px;}
.n_shizi_detail ul li .right .top h3{  display:inline-block}
.n_shizi_detail ul li .right .top h3 big{font-size: 16px;color:#424141;font-weight:bold;}
.n_shizi_detail ul li .right .top h3 font{font-size: 12px;color:#0d4da1;margin: 0 14px;}
.n_shizi_detail ul li .right .top h3 span{font-size: 12px;color:#444444;}
.n_shizi_detail ul li .right p{font-size: 12px;line-height: 24px;color:#727171;}
.n_shizi_detail ul li .right .top .aniu{ display:inline-block; margin-left:8px}
.n_shizi_detail ul li .right .top .aniu a{ display:inline-block; width:40px; height:40px; transition:.36s}
.n_shizi_detail ul li .right .top .aniu.anniu_left a{background:url(../images/left06.png) center no-repeat}
.n_shizi_detail ul li .right .top .aniu.anniu_right a{background:url(../images/right06.png) center no-repeat}
.n_shizi_detail ul li .right .top .aniu.anniu_left a:hover{background:url(../images/left06_on.png) center no-repeat}
.n_shizi_detail ul li .right .top .aniu.anniu_right a:hover{background:url(../images/right06_on.png) center no-repeat}

.n_shizi_detail ul li .right .top .right_con{ font-size:0}

.n_contact{padding: 0;}

.n_contact .left{padding: 1rem 0 0;width: 100%;text-align: center;}
.n_contact .left .title{border-bottom:#e5e5e5 1px solid;margin-bottom: 20px;}
.n_contact .left .title h4{font-size: 16px;color:#0d4da1;}
.n_contact .left .title h3{font-size: 24px;color:#3f3f3f;font-weight:bold;letter-spacing:2px;padding: 5px 0 14px;}
.n_contact .left .con h5{font-size: 16px;color:#0d4da1;margin-bottom:8px;}
.n_contact .left .con p{font-size: 13px;color:#4b4b4b;line-height: 26px;}
.n_contact .left ul{margin-top: 2rem;}
.n_contact .left ul li{margin: 0 5px;display:inline-block;text-align:center;}
.n_contact .left ul li h3 img{width: 110px;height: 110px;border:#e5e5e5 1px solid;}
.n_contact .left ul li h5{ font-size:14px; line-height:40px; color:#7a7a7a}

.n_contact .right .img{position:relative;margin-bottom: 2rem;}
.n_contact .right .img img{ box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.07); border-radius: 10px;}
.n_contact .right .img a{display:inline-block;width:100px;height:100px;line-height:100px;text-align:center;border-radius:50%;background:#f4f086;left: 50%;position:absolute;top:50%;margin-top:-50px;font-size:14px;color:#2e2d0c;transition:.6s;margin-left: -50px;}


.n_yuandi{padding: 0 0 3rem;}
.n_yuandi ul{font-size:0;margin: 0 -5px;margin-bottom:30px;}
.n_yuandi ul li{display:inline-block;width: 50%;padding: 0 5px;margin-bottom: 1rem;}
.n_yuandi ul li .img, .n_yuandi ul li .img img{width:100%;overflow:hidden;background:#000;}
.n_yuandi ul li .img .time{position:absolute;width: 40px;height: 40px;border-radius:50%;background:#ff8533;right: 6px;bottom: 6px;transition:.6s;}
.n_yuandi ul li .img .time h3{font-size: 16px;color:#fff;font-weight:bold;height: 16px;}
.n_yuandi ul li .img .time h6{font-size: 10px;color:#fff;text-transform:uppercase;}

.n_yuandi ul li .con{background:#fff;padding: 15px;}
.n_yuandi ul li .con h5{font-size: 14px;line-height:20px;height:20px;color:#242424;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.n_yuandi ul li .con p{font-size: 12px;line-height:20px;color:#242424;opacity:0.6;height:40px;margin: 8px 0 12px;overflow: hidden;}
.n_yuandi ul li .con span{display:inline-block;width: 80px;height: 24px;line-height: 22px;border:#d7dddf 1px solid;border-radius:15px;font-size:12px;color:#242424;text-align:center;transition:.6s;}

.n_news{padding: 0 0 3rem;}
.n_news ul{margin-bottom: 2rem;}
.n_news ul li{ margin-bottom:16px}
.n_news ul li a{display:block;height: 120px;border:#e5e5e5 1px solid;transition:.6s;}
.n_news ul li a .time{width: 60px;height: 118px;border-right:#e5e5e5 1px solid;transition:0.6s;position: relative;}
.n_news ul li a .time:before{content:"";position:absolute;top: -1px; width:0;bottom: 1px;right: -1px;background:#0d4da1; transition:0.6s}
.n_news ul li a .time .box_table{text-align:left;padding: 0 0 0 1rem;position: relative;}
.n_news ul li a .time h4{font-size: 16px;color:#3f3f3f;position:relative;margin-bottom: 20px;transition:0.6s;}
.n_news ul li a .time h4:before{content:"";position:absolute;bottom: -10px;width:1.875rem;left:0;height:1px;background:#0d4da1;transition:0.6s;}
.n_news ul li a .time h4:after{ content:""; position:absolute; bottom:-1rem; left:0; width:0; height:1px; background:#fff;transition:0.6s}
.n_news ul li a .time h6{ font-size:0.875rem; color:#cbcbcb; position:relative; transition:0.6s}
.n_news ul li a .con{width: calc(100% - 60px);height: 118px;}
.n_news ul li a .con .box_table{text-align:left;padding: 0 1.5rem;}
.n_news ul li a .con h5{font-size: 14px;line-height: 20px;height: 40px;color:#3b3b3b;margin-bottom: 5px;transition:0.6s;overflow:hidden;white-space: normal;text-overflow:ellipsis;}
.n_news ul li a .con p{font-size: 12px;line-height: 20px;height: 40px;overflow:hidden;color:#7f7f82;}

.n_news01{padding: 0 0 3rem;}
.n_news01 ul{margin-bottom: 2rem;}
.n_news01 ul li{ margin-bottom:20px}
.n_news01 ul li a{padding: 0;transition:.6s;position:relative;display: block;}
.n_news01 ul li a .img, .n_news01 ul li a .img img{width: 100%;overflow:hidden;}
.n_news01 ul li a h5{font-size: 16px;max-height: 48px;line-height: 24px;color: #000000;position:relative;margin-bottom: 8px;overflow: hidden;text-overflow:ellipsis;white-space: normal;transition:0.6s;font-weight: bold;}
.n_news01 ul li a .con{width: 100%;padding: 1.5rem 1.5rem;float: right;border: #eeeeee 1px solid;}
.n_news01 ul li a .con .box_table{ text-align:left}
.n_news01 ul li a p{font-size: 12px;color: #252121;line-height: 20px;height: 40px;margin: 12px 0;position:relative;overflow: hidden;opacity: 0.7;}
.n_news01 ul li a h6{font-size: 12px;color: #252121;overflow: hidden;position:relative;opacity: .5;}
.n_news01 ul li a span{transition:0.6s;margin-right: 50px;}
.n_news01 ul li a font{display:inline-block;height: 26px;line-height: 26px;background: #ff8533;border-radius: 2px;text-align: center;font-size: 12px;color: #fff;padding: 0 15px;}


.n_join {padding: 0 0 3rem;}

.n_join ul {
	margin-bottom: 2rem;
}

.n_join ul li {
	overflow: hidden;
	margin-bottom: 18px;
	background: #ffff;
	padding: 20px 0 0;
	display: block;
}

.n_join ul li .a {
}

.n_join ul li .top {
	position: relative;
	line-height: 50px;
	padding: 0 44px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 10px;
}

.n_join ul li .top i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
	width: 22px;
	height: 22px;
	background: url(../images/jia1.png) center no-repeat;
	cursor: pointer;
	background-size: cover !important;
}

.n_join ul li .top h5 {
	font-size: 14px;
	color: #414141;
	float: left;
	width: 94%;
	position: relative;
	line-height: 20px;
	white-space: normal;
}

.n_join ul li .top:before {
	content: "";
	position: absolute;
	background: url(../images/n_join_icon01.png) center no-repeat;
	width: 18px;
	height: 18px;
	left: 12px;
	top: 0px;
	background-size: cover;
}

.n_join01 ul li .top:before {
	content: "";
	position: absolute;
	background: url(../images/n_join_icon03.png) center no-repeat;
	width: 26px;
	height: 26px;
	left: 44px;
	top: 3px;
}

.n_join ul li .ar_article {
	padding: 0px 44px 14px;
	margin: 0;
	width: 100%;
	position: relative;
}

.n_join ul li .ar_article:before {
	content: "";
	position: absolute;
	background: url(../images/n_join_icon02.png) center no-repeat;
	width: 18px;
	height: 18px;
	left: 12px;
	top: 5px;
	background-size: cover;
}

.n_join01 ul li .ar_article:before {
	content: "";
	position: absolute;
	background: url(../images/n_join_icon04.png) center no-repeat;
	width: 26px;
	height: 26px;
	left: 44px;
	top: 14px;
}

.n_join ul li .ar_article .height {
	height: 48px;
	overflow: hidden;
	transition: 0.6s;
}

.n_join ul li .ar_article p {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0;
	color: #8b8b8b;
	padding-bottom: 0;
}

.n_join ul li.current .ar_article .height {
	height: auto
}

.n_join ul li.current .top i {
	background: url(../images/jian.png) center no-repeat;
}


.n_zaixian{padding: 0 0 3rem;}
.n_zaixian .form01{overflow:hidden;width: 100%;}
.n_zaixian .form01 .form_box{margin: 0 -12px;}
.n_zaixian .form01 .form_box .box{float:left;width: 100%;padding: 0 12px;margin-bottom: 12px;}
.n_zaixian .form01 .form_box .box .label{width: 100px;line-height: 50px;background: #e3e4ea;float:left;text-align:  center;font-size: 14px;color: #373737;}
.n_zaixian .form01 .form_box .con{border: #e3e4ea 1px solid;background:none;height: 50px;line-height: 48px;float:  left;width: calc(100% - 100px);margin-left: -1px;position:relative;}
.n_zaixian .form01 .form_box .con input{height: 48px;width:100%;padding:0 10px;font-size: 14px;border: none;color: #3e3e3e;}
.n_zaixian .form01 .form_box .button{background: #ff8533;width: 100%;margin: 0 auto;margin-top: 0;cursor: pointer;transition:0.6s;border-radius: 5px;}
.n_zaixian .form01 .form_box .button input{display:block;width:100%;height: 50px;background:none;border:none;font-size: 16px;color:#fff;cursor: pointer;}
.n_zaixian .form01 .form_box .con .yzm{position:absolute;right:2px;top: 0px;}
.n_zaixian .form01 .form_box .con textarea{width:100%;height:100%;padding: 16px 10px;border:none;outline:none;resize:none;font-size: 16px;color: #3e3e3e;}
.n_zaixian .form01 .form_box .button:hover{ opacity:0.6}

.n_zaixian .title{margin-bottom: 26px;text-align:center;}
.n_zaixian .title h3{font-size: 18px;color: #414141;font-weight:bold;}
.n_zaixian .title h3 font{font-size: 16px;color: #0d4da1;text-transform:uppercase;margin-left: 6px;}
.n_zaixian .title h6{ font-size:16px; line-height:24px; margin-top:10px; color:#737373}

.filter-disabled{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;box-sizing:border-box}.filter-box{position:relative;box-sizing:border-box}.filter-box select{display:none;box-sizing:border-box}.filter-text{height:100%;overflow:hidden;position:relative;cursor:pointer;padding: 0 30px 0 0;background:#fff;box-sizing:border-box;border-radius: 20px;width: 100%;display: inline-block;height: 48px !important;}.filter-text input{font-size:14px;box-sizing:border-box}.filter-text .filter-title{width:100%;height:36px;line-height:36px;border:0;background-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0;cursor:pointer;box-sizing:border-box}.filter-list{display:none;width:100%;max-height:260px;background-color:#fff;font-size:14px;position:absolute;top: 48px;left:0;z-index:99;border:1px solid #e6e6e6;overflow:auto;box-sizing:border-box;}.filter-list li.filter-null a{color:#d2d2d2;box-sizing:border-box}.filter-list li a{display:block;padding:0 10px;line-height: 28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;box-sizing:border-box;}.filter-list li a:hover{color:#2b2b2b}.filter-list li:hover{background-color:#f2f2f2}.filter-list li.filter-selected{background-color:#f2f2f2}.filter-list li.filter-selected a{display:block;color:#2b2b2b}.filter-list li.filter-disabled{background-color:#fff}.filter-list li.filter-disabled a{display:block;color:#d2d2d2;box-sizing:border-box}.filter-list li.filter-disabled:hover a{cursor:not-allowed !important;background-color:#fff}.filter-disabled .icon{position:absolute;box-sizing:border-box}.icon-filter-arrow{width: 11px;height: 7px;background-repeat:no-repeat;background-image:url(../images/icon_arrow_down_x2.png);right: 14px;top: 20px;position:absolute;background-size: 100%;}.icon-filter-arrow.filter-show{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.filter-list::-webkit-scrollbar{width:4px;height:4px}.filter-list::-webkit-scrollbar-track{background:#fff}.filter-list::-webkit-scrollbar-thumb{background:#CBCBCB}

.n_xianshang{padding: 0 0 3rem;}

.n_xianshang .content{background:url(../images/web_bg.png) center no-repeat;text-align:center;padding: 32px 0 0;background-size: 100% auto;min-height: 300px;}
.n_xianshang .content ul{}
.n_xianshang .content ul li{margin: 0 15px;display:inline-block;text-align:center;}
.n_xianshang .content ul li h3 img{width: 114px;height: 114px;border:#e5e5e5 1px solid;}
.n_xianshang .content ul li h5{font-size: 13px;line-height: 32px;color: #0056c1;}

.n_news_detail{padding: 2rem 0 3rem;background:#f8f8f8;margin-top: -2rem;}
.n_news_detail .ar_title{ border-bottom:#f5f5f5 1px solid; margin-bottom:32px; padding-bottom:32px; text-align:center;  font-size:24px; line-height:36px;}
.n_news_detail .ar_title h3{font-size: 24px;color: #363636;font-weight:bold;margin-bottom: 5px; position:relative}
.n_news_detail .ar_title h6{ position:relative}
.n_news_detail .ar_title h6 span{color: #aeaeae;font-size: 12px; margin:0 14px;}


.n_news_detail .ar_title h6:after{content:"";position:absolute;width:44px;height:3px;background:#ff2f2f;bottom: -34px;left: 50%;margin-left: -22px;}
.n_news_detail .left{width: 100%;}
.n_news_detail .left .news_title{border-bottom: #d3d3d3 1px solid;margin-bottom: 25px;padding-bottom: 6px;}

.n_news_detail .left .news_title h3{font-size: 20px;line-height: 34px;color: #2d2d2d;font-weight: bold;}
.n_news_detail .left .news_title h6{ margin:15px 0}
.n_news_detail .left .news_title h6 span{font-size: 12px;margin-right: 24px;color: #7a7a7a;}
.n_news_detail .left .news_title h6 span img{ margin:-3px 0.5rem 0 0}
.n_news_detail .left .ar_article{}
.fanye001{text-align:center;padding: 45px 20px 0;}
.fanye001 a{display:inline-block;position: relative;}
.fanye001 img{margin:0 15px;vertical-align: top;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;opacity: 0.4;transition:0.6s;}

#right_news{float:right;width: 380px;display: none;}
#right_news .title{height: 50px;line-height: 50px;margin-bottom: 15px;}
#right_news .title h3{font-size: 18px;font-weight: bold;color: #4e4e4e;}
#right_news .title h3 small{font-weight: normal;margin-left:10px;font-size: 18px;color: #e9881f;text-transform: uppercase;}
#right_news .fanye001 a{display: block;font-size: 16px;color: #4e4e4e;line-height: 38px;}
#right_news .pic_box{ width: 220px; height: 115px; overflow: hidden; margin: 20px 0;}
#right_news .pic_box img{ display: block; width: 220px; height: 115px;}
#right_news .content{background: #fff;padding: 22px 32px 40px;}
#right_news li{border-bottom: #969696 1px dotted;padding: 20px 0;}
#right_news li .text_box{padding-left: 0;box-sizing: border-box;}
#right_news li .text_box a font{font-size: 15px;color: #2d2d2d;line-height: 26px;max-height: 52px;overflow: hidden;transition: 0.36s;}
#right_news li .text_box a h6{font-size: 16px;color: #c7c7c7;font-weight:bold;margin-bottom: 10px;}
#right_news li .text_box a:hover{color: #e9881f;}

.n_ziliao{ padding:0 0 3rem}
.n_ziliao ul{font-size:0;margin: 0;margin-bottom: 2rem;}
.n_ziliao ul li{display:inline-block;width: 100%;padding: 0;line-height: 40px;margin-bottom: 1.25rem;}
.n_ziliao ul li a{ display:block; border-bottom:#e5e5e5 1px solid; cursor:pointer}
.n_ziliao ul li .left{width: calc(100% - 50px);position:relative;}
.n_ziliao ul li .left:before{ content:""; position:absolute; right:0; width:0; transition:.6s; top:0; height:100%}
.n_ziliao ul li .left h5{font-size: 14px;color:#4e4e4e;position:relative;padding-left: 12px;line-height: inherit;}
.n_ziliao ul li .left h5:before{content:"";position:absolute;width: 5px;height: 5px;background:#0d4da1;border-radius:50%;margin-top: -2px;top: 50%;left: 0;}
.n_ziliao ul li .right{width: 50px;text-align:center;position:relative;transition: .6s;}
.n_ziliao ul li .right:before{content:"";position:absolute;width:1px;height: 16px;background:#000000;opacity:0.2;left:0;top:50%;margin-top: -8px;}
.n_ziliao ul li .right img{height: 1.5rem;vertical-align: middle;margin: -3px 0 0;}



.container00{ padding:3rem 0}
.container00 p{ font-size:13px; line-height:24px; color:#3f3e2b; margin-bottom:2rem}

.more001{ text-align:center}
.more001 a{display:inline-block;width:100px;height:36px;line-height:36px;border-radius:3px;background:#0d4da1;font-size:13px;color:#fff;vertical-align: top;}

.container051{ background:#f5f6f8; padding:3rem 0}
.container051 .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.container051 .top img{display:inline-block;top: -20px;position:relative;}
.container051 .img{ position:relative; text-align:center}
.container051 .img h5{ position:absolute; left:0; right:0; bottom:0; line-height:32px; background:#0d4da1; font-family:13px; color:#fff}

.container06{padding: 3rem 0 0;background:#eaedf1;}
.title01{ text-align:center; margin-bottom:2rem}
.title01 h4{font-size: 20px;color:#29292a;padding: 0px 0 0px;}
.title01 h3{font-size: 20px;color:#0d4da1;font-family:DisneyEnglish;text-transform: capitalize;}


.container06 .form01{overflow:hidden;width: 100%;}
.container06 .form01 .form_box{margin: 0 -12px;}
.container06 .form01 .form_box .box{float:left;width: 100%;padding: 0 12px;margin-bottom: 10px;}
.container06 .form01 .form_box .box .label{width: 102px;height: 44px;line-height: 44px;background: #fff;float:left;text-align:  center;font-size: 14px;color: #373737;}
.container06 .form01 .form_box .box .label img{width: 14px;margin-right: 8px;top: 2px;position: relative;}
.container06 .form01 .form_box .con{background:none;height: 44px;line-height: 44px;float:  left;width: calc(100% - 102px);margin-left: -1px;position:relative;background: #fff;}
.container06 .form01 .form_box .con input{height: 44px;width:100%;padding:0 10px;font-size: 14px;border: none;color: #3e3e3e;}
.container06 .form01 .form_box .button{background: #0d4da1;width: 100%;height: 45px;line-height: 45px;margin: 0 auto;margin-top: 0;cursor: pointer;transition:0.6s;border-radius: 5px;}
.container06 .form01 .form_box .button input{display:block;width:100%;line-height: 45px;background:none;border:none;font-size: 14px;color:#fff;cursor: pointer;}
.container06 .form01 .form_box .con textarea{width:100%;height:100%;padding: 16px 10px;border:none;outline:none;resize:none;font-size: 16px;color: #3e3e3e;}

.vwrap {display: none;z-index: 1040000;width: 100%;position: fixed;}
.vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); overflow: hidden; }
.vwrap .videobox {z-index: 1200;width: 1000px;height: 560px;background-color: #fff;position: fixed;left: 50%;top: 50%;margin-top: -280px;margin-left: -500px;object-fit: cover;}
.vwrap .videobox #videobox { width: 100%; display: inline-block; height: 100%; background:#000; }
#videobox_wrapper { height: 100%!important; }
.vwrap .close { z-index: 999; width: 31px; height: 31px; cursor: pointer; position: absolute; top: 0px; right: -42px; }
.vwrap .close i { display: block; width: 31px; height: 31px; background: url(../images/close_i1.png) no-repeat 50% 50%; -webkit-transition: 400ms; transition: 400ms; }
.vwrap .close:hover i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
#videobox_display_button,#videocontainer_display_button { background: none no-repeat!important; }
.jwplayer .jwicon { opacity: 0.8; filter: alpha(opacity=80); cursor: pointer;  }
.jwplayer .jwicon:hover { opacity: 1; filter: alpha(opacity=100); }
.jwlogo, .jwclick { display: none!important; }
.jwdisplayIcon{ background:  none no-repeat!important;}

.vwrap .videobox{width:94%;height: 200px;left: 3%;margin-left: 0;margin-top: -122px;}
.vwrap .close{right: 0;top: -35px;}
.vwrap .videobox video{}

a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/


#show_team { display: block;}
#show_team .team_article{ display: block;}
#show_team .left{border-radius: 5px;text-align: center;margin-bottom: 2rem;}
#show_team .left .top{ display:none}
#show_team .left .xiayige{display:inline-block;vertical-align: top;padding: 6rem 0;}
#show_team .left .xiayige img{ height:2rem}

#show_team .left .pop_img{display:inline-block;margin: 0 2rem;}
#show_team .left .pop_img img{z-index: 1;width: 136px;height: 181px;object-fit: cover;}
#show_team .left .img{}
#show_team .right{width: 100%;text-align: center;}
#show_team .right h1{display: block;font-size: 14px;margin-bottom: 20px;color: #fff;text-align: center;}
#show_team .right h1 span{color: #fff;font-size: 18px;font-weight: bold;}
#show_team .right h2{  padding-top: 20px;  margin-bottom: 6px; font-size: 14px; color: #213a7d;}
#show_team .right .ar_article p{color: #747474;font-size: 12px;line-height: 24px;margin-bottom: 0;}
#show_team .jj_scoll{position:relative;width: 103%;padding: 0 3% 0 0;height: 195px;overflow: scroll;overflow-x:hidden;margin-bottom: 0;}
#show_team .jj_scoll{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-x: hidden;-webkit-tap-highlight-color: transparent;text-align: left;}
#show_team .jj_scoll::-webkit-scrollbar{width:3px;height:3px;background-color:transparent;}
#show_team .jj_scoll::-webkit-scrollbar-track{border-radius:0;background-color:transparent;}
#show_team .jj_scoll::-webkit-scrollbar-thumb{border-radius:0;width:3px;height:3px;background-color:#0d4da1;}
#show_team .jj_scoll p{ font-size:14px; line-height:28px; color:#747474; margin-bottom:0}
#show_team .right .peo_name{margin-bottom: 2rem;}
#show_team .right .peo_name h3{font-size: 16px;color: #010101;margin: 0 6px 0 0;display: block;padding-bottom: 10px;}
#show_team .right .peo_name h5{font-size: 12px;color: #0d4da1;display: block;}

#page_show_box{position:fixed;z-index: 99999999;top:0;left:0;display:none;height:100%;width:100%;}
#page_show_box .bg_box{ position:fixed; z-index:9994; top:0px; display:none;  height:100%; width:100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');background:rgba(0,0,0,0.7);}
#page_show_box .box{position:absolute;width: 94%;z-index:9999;left: 3%;top: 50%;transform: translateY(-50%);}
#bnt_close{position: absolute;top: 20px;width: 13px;height: 12px;right: 30px;}
#bnt_close img{display:block;position: inherit;z-index: 1;width: 100%;cursor: pointer;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
#page_show_box #page_ar{ position:relative; }
#page_show_box #page_ar .ar_box{border-radius: 0;padding: 37px 24px;background: #fff;position:relative;box-sizing: border-box;-webkit-animation-duration: 1.2s;animation-duration: 1.2s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;-webkit-animation-name: anim-close-2;animation-name: anim-close-2;border-radius: 6px;}
.tc1 .tc.act{display: block; }
#page_show_box #page_ar .ar_box.on{-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform:scale(1);}
#page_show_box #page_ar .ar_box .p{  line-height:30px; font-size:14px; color:#686a6a; max-height:540px; text-align:justify; overflow: hidden;}
#page_show_box #page_ar .ar_box .title{ font-size:18px; color:#686a6a; display:block; margin-bottom:10px;}
#page_show_box #page_ar #ar_content{ height:90px; overflow:hidden;}

#bnt_close img:hover{ transform:rotate(360deg)}

#adimage .box{ position:absolute; top:12px; right:10px}

.container00{ padding-bottom:0;}
    
    .container00 ul{display: block;grid-template-columns: repeat(1,1fr);gap: 1.5rem 1.5rem;}
    .container00 ul li{
    width: 100%;
    margin-bottom: 20px;
}
    .container00 ul li .con{border:1px solid #e5e5e5;padding:1.875rem 2.5rem;transition:.5s;}
    .container00 ul li h5{ font-size:1.125rem;}
    .container00 ul li p{font-size: .875rem;color: rgb(127, 127, 130);line-height: 1.5rem;/* height:3rem; */margin:1.25rem 0 1rem;}
    .container00 ul li span{ font-size:1rem; font-weight:bold; color:#999;}
    .container00 ul li:hover .con{border-color: rgb(13, 77, 161);
  box-shadow: 2.404px 22.874px 65px 0px rgba(210, 212, 214, 0.85);}
  </pre></body></html>