@charset "utf-8";
/* CSS Document */
@font-face { font-family: 'OPPO'; src: url(../font/%E6%B1%89%E4%BB%AA%E5%A4%A7%E9%BB%91%E7%AE%80.ttf); }
body { margin: 0; padding: 0; font-size: 14px; font-family: "微软雅黑"; -webkit-font-smoothing: antialiased; - webkit-text-size-adjust: 100%;
background: #fff; }
a, article, body, canvas, div, em, figcaption, figure, footer, h1, h2, hgroup, input, li, ol, p, section, small, span, ul { padding: 0; margin: 0 }
div, form, img, ul, ol, li, p, dl, dt, dd { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font- family: '\5FAE\8F6F\96C5\9ED1';
}
*, *:before, *:after { box-sizing: border-box; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
fieldset, img, input { border: 0 none; }
table { border-collapse: collapse; border-spacing: 0; }
ul, li { list-style: none; }
i { font-style: normal; }
fieldset, img { border: 0px; }
textarea { resize: vertical }
input, textarea, select, option, button { outline: none; }
a { text-decoration: none; color: #333; blr:exPRession(this.onFocus=this.blur ());
-webkit-tap-highlight-color: rgba(0,0,0,0); }
.left { float: left; }
.right { float: right; }
a:focus { outline: 0; }
a:hover { text-decoration: none; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.clear:after { content: ""; display: block; visibility: hidden; height: 0; clear: both; }
.main { width: 80%; display: block; overflow: hidden; margin: 0 auto }

.header { width: 100%; z-index: 999; height: 70px; padding: 10px 8%; }

/*右侧*/
.header .nav { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; height: 100%; line-height: 60px; display: block; }
.header .navbar_nav li { float: left; position: relative; display: block; }
.header .navbar_nav li:after { content: ""; width: 0; height: 2px; background: #fff; position: absolute; bottom: 0; left: 0; transition: all 0.5s ease 0s; }
.header .navbar_nav li:hover:after { width: 100%; }
.header .navbar_nav li a { text-decoration: none; height: 100%; padding: 0 30px; display: block; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; color: #fff; font-size: 16px; }
.header .navbar_nav li:hover a {/* color: orangered;*/ }
.header .navbar_nav li.dropdown { display: inherit; position: relative; }
.header .navbar_nav li.dropdown .jt { width: 20px; height: 20px; background: url(i/top.png) no-repeat; background-size: 100% 100%; display: block; }
.header .navbar_nav li.dropdown .dropdown_menu { display: none; position: absolute; top: 60px; width: 100%; background: #fff; box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); width: 140%; left: -20%; }
.header .navbar_nav li.dropdown .dropdown_menu a { font-size: 14px; color: #666; padding: 0 10px; line-height: 40px; text-align: center; background: #fff; margin-bottom: 2px; }
.header .navbar_nav li.dropdown:hover .dropdown_menu { display: block; background: #f3f3f3; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.header .navbar_nav li.dropdown:hover .dropdown_menu a { color: #666; }
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover { color: #fff; background: #a16d61; }
/*白色背景的头部*/
.header.on { background: #fff; border-bottom: 1px solid #ccc; }
.header.on .left .img1 { display: none; }
.header.on .left .img2 { display: block; }
.header.on .navbar_nav li a { color: #333; }
.header.on .navbar_nav li:hover a { color: orangered; }
#navToggle { display: none; }
.m_nav { position: fixed; top: 0px; box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); width: 100%; height: 100%; background: #fff; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; z-index: 1000; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; top: 0; transform: translateX(100%); }
.m_nav.open { transform: translateX(0); }
.m_nav .top { height: 60px; padding: 20px; box-sizing: border-box; }
.m_nav .top .closed { width: 30px; height: 30px; vertical-align: middle; float: right; cursor: pointer; }
.m_nav .logo { width: 100%; margin: 0 auto; }
.m_nav .logo img { height: 50px; display: block; margin: 30px auto; }
.m_nav .ul { margin-top: 30px; }
.m_nav .ul li {padding: 0 20px;border-bottom: 1px solid #f5f5f5;transform: translateY(0);-webkit-transform: translateY(100%);transform: translateY(100%);-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;opacity: 0;display: block;overflow: hidden;}
.m_nav.open .ul li { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
.m_nav .ul li:nth-child(1) { -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(2) { -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(3) { -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(4) { -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(5) { -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(6) { -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(7) { -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li a { display: block; text-decoration: none; color: #333; font-size: 16px; height: 50px; line-height: 50px; width: 100%; }
.m_nav .ul li .dropdown_menu { display: none; }
.m_nav .ul li.dropdown.active .dropdown_menu { display: block; }
.m_nav .ul li .dropdown_menu a { display: block; height: 50px; line-height: 50px; padding: 0 40px; box-sizing: border-box; border-bottom: 1px solid #f5f5f5; }
.m_nav .ul li .dropdown_menu a:last-child { border: none; }

.navBar { width: 80%;/* display: block; */ margin: 5px auto; height: 70px; }
.nav { width: 60%; float: right }
.nav a { color: #333; }
.logo { margin-top: 13px; }
.nav h3 { font-size: 0.9vw; font-weight: normal; }
.tt { line-height: 20px; }
.nav .m { float: left; position: relative; z-index: 3; line-height: 80px; width: 14%; }
.nav h3 a { display: block; text-align: center; }
.nav h3 a:hover, .nav h3 a.on, .navBar ul li a.current { color: #023793; }
.nav .sub { display: none; position: absolute; left: 0; z-index: 3; width: 100%;/* border: 1px solid #E6E4E3; */ border-top: 0; background-color: #fff; }
.nav .sub li { text-align: center; margin-bottom: -1px; }
.nav .sub li a { display: block; height: 40px; line-height: 40px; color: #023793; font-size: 0.8vw; }
.nav .sub li a:hover { background-color: #023793; color: #fff }
.nav .block { height: 8px; width: 120px; background: #003f6a; position: absolute; left: 0; top: 42px; overflow: hidden; }
.p1 { font-size: 16px; }
.p2 { font-size: 12px; }
.logo { float: left; width: 20%; }
.banner { position: relative; overflow: hidden; width: 100%; z-index: 1; clear: both; }
.slides { position: relative; }
.slides li img { display: block; width: 100% \9; max-width: 100%; height: auto; }
.flex-control-nav { position: absolute; bottom: 20px; z-index: 2;/* width: 5%; */ margin: 0 auto; display: block; clear: both; padding: 15px 30px; border-radius: 30px; margin-left: 47.2%; overflow: hidden; text-align: center; background-color: rgba(2,55,147,0.3); }
.flex-control-nav li { display: inline-block; width: 10px; height: 10px; margin: 0 7px; *display:inline;
zoom: 1; }
.flex-control-nav a { display: inline-block; width: 12px; height: 12px; line-height: 40px; border-radius: 100px; overflow: hidden; cursor: pointer; background-color: #023793; }
.flex-control-nav .flex-active { background-position: 0 0; background-color: #fff }
.top2 { display: none; }
.about_home_left { background: url(../images/bj1.jpg) no-repeat 50% 0; /*height: 551px; */ width: 100%; margin-top: 30px; margin-bottom: 20px }
.about_home_main { width: 50%;/* margin-left: 10% */ float: left }
.about_home_title h3 { font-size: 1.9vw; color: #000; float: left; margin-right: 30px; font-weight: bold }
.about_home_right img { display: none; }
.about_home_right { float: right; width: 47%; background: url(../images/img2.jpg) no-repeat 50% 0; height: 820px }
.about_home_t { font-size: 1vw; color: #333; line-height: 2vw; width: 90%; margin-top: 3vh; background: url(../images/his-icon1.png) no-repeat left 0; padding-top: 1vh; margin-bottom: 5vh }
.moer a { color: #fff; width: 150px; background-color: #777777; height: 40px; line-height: 40px; text-align: center; border-radius: 30px; display: block; font-size: 14px }
.moer a:hover { background-color: #023793; color: #fff }
.about_home_title { padding-top: 4vh; display: block; overflow: hidden }
.about_home_main h4 { font-size: 1.3vw; color: #929394; }
.bj2 { background: url(../images/bj2.png) no-repeat; height: 119px; z-index: 9999; }
.cx_title { font-size: 24px; color: #fff; line-height: 100px; float: left; width: 10%; }
.form { width: 80%; margin-left: 6%; float: left; margin-top: 32px }
.form_ny { display: block; overflow: hidden; margin-top: 30px; }
.form label { font-size: 16px; color: #444; margin-left: 5%; }
.form .tt { vertical-align: top; font-size: 14px; color: #444; }
.form .input1 { width: 25%; height: 40px; line-height: 30px; font-size: 16px; margin-right: 20px; outline: none; padding-left: 10px; color: #777; background-color: #f1f1f1; }
.form span { color: #666; margin-right: 30px; }
.form .button { width: 100px; height: 35px; background-color: #023793; line-height: 35px; color: #fff; cursor: pointer; outline: none; margin-left: 5%; font-size: 15px }
.swiper-container { width: 100%; }
.swiper-slide { background-size: cover; background-position: center; }
.swiper-slide-thumb-active { }
.gallery-top { height: auto; width: 80%; margin-top: 50px; }
.gallery-thumbs { width: 100% }
.thumbs { width: 20%; margin-right: 5%; }
.gallery-thumbs .swiper-slide img { float: left; margin-left: 20%; margin-right: 5% }
.gallery-thumbs .swiper-slide .tab_t h3 { font-size: 22px; }
.gallery-thumbs .swiper-slide .tab_t h4 { font-size: 16px; }
.gallery-top .swiper-slide ul { margin-right: -3%; }
.gallery-top .swiper-slide ul li { width: 22%; float: left; margin-right: 3%; }
.gallery-top .swiper-slide img { margin-right: 10px; width: 100% }
.gallery-top .swiper-slide p { font-size: 16px; color: #333; line-height: 50px }
.gallery-thumbs .swiper-slide { padding: 20px 0; opacity: 1; border: 1px solid #f1f1f1; box-shadow: 2px 3px 5px #f1f1f1; border-radius: 10px;cursor:pointer }
.gallery-thumbs .swiper-slide-thumb-active { opacity: 1; background-color: #023793; color: #fff; box-shadow: 2px 3px 5px #f1f1f1; }
.gallery-thumbs .swiper-slide-thumb-active img { filter: grayscale(100%) brightness(500%); }
.tab { width: 80%; margin: 0 auto; position: relative; }
.gallery-top> { }
.info { text-align: center; color: aliceblue; font-size: 30px; }
.gallery-top .swiper-wrapper .swiper-slide { height: auto; }
.title { text-align: center; margin: 40px 0 30px 0 }
.title h3 { font-size: 2rem; color: #000; }
.title h4 { font-size: 1.3rem; color: #999999; }
.news_bj { background: url(../images/news_bj.jpg) no-repeat 50% 0; margin-top: 1rem; display: block; overflow: hidden; margin-bottom: 5rem }
.news_menu { margin-top: 50px; text-align: center }
.news_menu a { padding: 5px 10px; background-color:#023793; color: #fff; margin-left: 10px; display: inline-block; float: !important
}
.news_menu a:hover { background-color: #023793; }
.new { margin-top: 4rem; }
.news_main_t { display: block; overflow: hidden; }
.news_l { width: 100%;/* padding: 0 20px; */ float: left; }
.news_l .new_img { width: 100%; overflow: hidden; }
.time { font-size: 14px; color: #999; float: right; width: 20%; text-align: right; }
.time1 { font-size: 0.8rem; color: #999; width: 20%; }
.news_l h2 { font-size: 18px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 10px 0 10px 0; width: 80% }
.news_l p { font-size: 0.85rem; width: 80%; color: #999999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 24px; margin-bottom: 1.5rem; margin-top: 1rem; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.news_l a:hover p { margin-left: 10px; }
.news_r { width: 47%;/* margin-right: 20px; */ float: right; }
.news_main:first-child { margin-top: 0; }
.news_main { border-top: 1px solid #f1f1f1; padding-top: 20px; margin-top: 25px; display: block; overflow: hidden }
.news_main a { display: block; overflow: hidden }
.news_main_t h2 { font-size: 18px; color: #666666; width: 80%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_main_t h2 em { width: 5px; height: 5px; border-radius: 50px; background-color: #ccc; display: block; float: left; margin-top: 8px; margin-right: 15px; }
.news_main_l p { font-size: 14px; color: #999; line-height: 28px; margin: 18px 0 0 20px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; height: 50px; overflow: hidden }
.news_main a:hover .news_main_l p { margin-left: 30px; }
.more { display: block; overflow: hidden; }
.more2 { width: 90px; height: 28px; line-height: 28px; text-align: center; background-color: #023793; color: #fff; display: inline-block; font-size: 0.8rem; border-radius: 20px }
.news_l a:hover .more2 { background-color: #023793; }
.more_r { float: right; }
.ml { margin-left: 20px; margin-top: 1.5rem }
.bj6 { background-color: #121212; }
.footer1 { display: block; overflow: hidden; }
.footer_l { width: 65%; float: left; margin-bottom: 20px }
.footer_l .foot_nav1 { padding-top: 40px; padding-bottom: 25px }
.footer_l p { font-size: 14px; color: #9c9b9b; line-height: 24px }
.footer_l p a { color: #9c9b9b; margin-right: 2% }
.footer_r { width: 35%; float: right; margin-top: 30px; padding-bottom: 20px }
.footer_r .foot_1 { text-align: left; font-size: 14px; color: #fff; float: right; margin-right: 1%; line-height: 30px; }
.footer_r .foot_1 em { font-size: 30px; font-style: normal }
.footer_r .foot_2 { float: right; }
.footer_r .foot_2  img{width:150px}
.footer_r .foot_2 p { text-align: center; line-height: 30px; color: #818080; }
.footer2 { border-top: 1px solid #2d2d2d; font-size: 12px; text-align: center; line-height: 70px; color: #5d5c5c; }
.foot, .toolbar, .backtop { display: none; }
/* 右侧浮动在线客服 */
.commonposition { _position: absolute; _top: expression(documentElement.scrollTop + 200 + "px");
position: fixed; top: 31.6%; right: 0px; z-index: 999999; }
.commonposition a { display: block; width: 45px; height: 45px; position: relative; background-color: #023793; background-image: url(../images/icon.png); background-repeat: no-repeat; margin-top: 1px; }
.commonposition a span { display: none; position: absolute; right: 0px; top: 0px; /*height: 45px;*/ padding-left: 50px; color: #fff; line-height: 45px; font-size: 14px; background-color: #121212; }
.commonposition a.HomeQQ { background-position: -4px 0px; }
.commonposition a.HomeQQ1 { background-position: -4px 0px; }
.commonposition a.Homedianhua { background-position: -4px -102px; }
.commonposition a.Homeweixin { background-position: -4px -153px; }
.commonposition a.Hometop { background-position: -4px -205px; background-color: #121212; }
.commonposition a span.QQbggray { background-position: -4px 0px; background-repeat: no-repeat; width: 200px; padding-left: 0; color: #fff }
.commonposition a span.QQbggray1 { background-position: -4px 0px; background-image: url(../images/icon.png); background-repeat: no-repeat; width: 90px; }
.commonposition a span.weixinerweima { right: 45px; padding: 0px; }
.commonposition a span.dianhuabggray { background-position: -4px -102px; background-image: url(../images/icon.png); background-repeat: no-repeat; width: 200px; }
.bj3 { background-color: #272727; padding: 10px 0; display: block; overflow: hidden; margin-top: 60px }
.bj3 p { font-size: 14px; color: #fff; line-height: 24px }
.bj3 p a { color: #fff; margin-right: 2% }
.mySwiper { width: 50%; float: left; overflow: hidden }
.mySwiper img { background-position: center; width: 100% }
.bu { float: right; }
.sb-search { min-width: 36px; float: right; overflow: hidden; }
.sb-search-input { outline: none; background: #023793;/* width: 100%; */ height: 45px; margin: 0; z-index: 10; padding: 0 45px 0 10px; font-family: inherit; font-size: 14px; color: #fff; }
 .sb-search-input::-webkit-input-placeholder {
 color: #666;
}
 .sb-search-input:-moz-placeholder {
 color: #666;
}
 .sb-search-input::-moz-placeholder {
 color: #666;
}
 .sb-search-input:-ms-input-placeholder {
 color: #666;
}
.sb-icon-search, .sb-search-submit { width: 45px; height: 45px; display: block; position: absolute; right: 0; top: 0; padding: 0; margin: 0; line-height: 45px; text-align: center; cursor: pointer; }
.sb-search-submit { background: #fff; /* IE needs this */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */ filter: alpha(opacity=0); /* IE 5-7 */ opacity: 0; color: transparent; border: none; outline: none; z-index: -1; }
.sb-icon-search { color: #fff; background: url(../images/ser.png) no-repeat; z-index: 90; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; }
.banner_ny img { width: 100%; }
.subnav_bj { width: 100%; height: 60px; background-color: #f1f1f1; line-height: 60px; text-align: center }
.subnav a { padding: 0 1.5%; font-size: 15px; color: #000; font-weight: bold; display: inline-block; }
.subnav a:hover, .subnav a.on2 { background-color: #023793; color: #fff }
.youshi_bj { background: url(../images/bj3.jpg) no-repeat; height: 100vh; padding-top: 8vh; }
.youshi { width: 30%; float: left; margin: 5px 1.6% 5px 1.6%; border: 1px solid #fff; box-shadow: 0px 0px 5px #ccc; -moz-box-shadow: 0px 0px 5px #ccc; -webkit-box-shadow: 0px 0px 5px #ccc; background-color: #fff; /*height: 52vh;*/ margin-bottom: 8vh;padding-bottom:30px }
.youshi img { text-align: center; margin: 15px auto; display: block; width: 90% }
.youshi h3 { font-size: 20px; color: #fff; background-color: #023793; width: 150px; height: 40px; line-height: 40px; border-radius: 20px; margin: 4vh auto; text-align: center }
.youshi p { font-size: 15px; color: #333; line-height: 30px; width: 80%; margin: 0 auto; }
.youshi p i { font-size: 40px; margin-right: 2%; vertical-align: bottom; color: #023793 }
.xg_main p { width: 100%; display: block; overflow: hidden }
.xg_main p span { padding: 10px 3%; margin: 4%; font-size: 16px; color: #000; float: left; background-color: #fff; box-shadow: 0px 0px 5px #ccc; -moz-box-shadow: 0px 0px 5px #ccc; -webkit-box-shadow: 0px 0px 5px #ccc; }
.xg_main { width: 80%; margin: 3rem auto; }
.xq_r { float: right; }
.news_container { width: 47%; float: left; }
.foot_nav { float: left; margin-right: 8%; color: #fff; text-align: center; width: 10% }
.foot_nav h3 a { font-size: 1rem; margin-bottom: 10px; color: #f1f1f1; display: block }
.foot_nav p a { font-size: 0.8rem; line-height: 2rem; color: #f1f1f1; }
.foot_nav p a:hover { color: #bd2121; }
.wrapper-menu { display: none; }
.zz_bj2 { width: 100%; height: 950px; overflow: hidden; display: block; background: url(../images/zz_bj2.jpg) no-repeat 50% 0; }
.zz_bj2 h2 { font-size: 50px; color: #023793; padding-top: 150px; font-family: 'OPPO'; font-style: italic; }
.zz_bj2 p { font-size: 16px; color: #616161; line-height: 47px; text-align: left; width: 716px; margin: 210px 0 0 35%; }
.rz_left { width: 50%; float: left; margin-top: 30px }
.rz_left img { width: 100%; }
.rz_right { width: 50%; float: right; position: relative; margin-top: 30px }
.rz_right img { width: 100%; }
.rz_img { position: absolute; }
.rz_t { position: absolute; width: 100% }
.rz_t ul { margin-top: 6vh; margin-left: 13% }
.rz_t ul li { display: block; overflow: hidden; margin-bottom: 5vh }
.rz_t ul li img { float: left; width: 15%; }
.rz_t ul li .rz_tt { float: left; margin-left: 3%; width: 75% }
.rz_t ul li .rz_tt h3 { font-size: 1.3vw; color: #023793; font-weight: bold; margin-bottom: 8px; }
.rz_t ul li .rz_tt p { font-size: 0.9vw; color: #333; line-height: 2.5vh }
.bj4 { background: url(../images/bj4.jpg) no-repeat 50% 0; height: 756px; display: block; overflow: hidden; margin-top: 3rem; margin-bottom: 30px }
.px { margin: 320px 30% 0 5%; }
.px p { font-size: 1rem; color: #666666; line-height: 2.2rem; }
.lc_tu img { width: 85%; margin: 4rem auto 5rem auto; text-align: center; display: block }
.lc_tu1 { display: none; }
.title5 { height: 110px; padding: 30px 0; margin-left: 5%; margin-right: 30%; margin-top: 70px; float: right; text-align: right; }
.title5 h2 { font-size: 2rem; color: #333; }
#fullPage { display: none; background: black; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 19930428; }
#fullPage img { display: block; width: 100%; }
#canvas { width: 100%; height: 100%; background: none; display: block; }
.px_t ul { margin-right: -4%; margin-top: 70px }
.px_t ul li { width: 16%; background-color: #023793; padding: 35px 0 20px 0; float: left; margin-right: 4% }
.px_t ul li .px_p1 { font-family: 'OPPO'; font-style: italic; font-size: 60px; text-align: center; color: #fff; }
.px_t ul li .px_p2 { font-size: 1vw; padding-top: 10px; text-align: center; color: #fff; }
.wh_img { width: 70%; }
.wh_img img { width: 100%; }
.wh_t { width: 27%; }
.w_l { float: left; }
.w_r { float: right; }
.wh_t img { width: 60%; margin-top: 5vh; margin-bottom: 4vh }
.wh_t h3 { font-size: 30px; color: #333; font-weight: bold }
.wh_t h4 { font-size: 24px; color: #333; }
.wh_t1 { text-align: right; width: 27% }
.wh_t1 img { width: 60%; margin-top: 5vh; margin-bottom: 4vh }
.wh_t1 h3 { font-size: 30px; color: #333; font-weight: bold }
.wh_t1 h4 { font-size: 24px; color: #333; }
.wh_t .num { text-align: right; margin-top: 6vh }
.wh_t .num img { width: 30%; }
.wh_t1 .num { text-align: left; margin-top: 6vh }
.wh_t1 .num img { width: 30%; }
.wh { display: block; overflow: hidden; margin-top: 50px }
.mb { margin-bottom: 50px; }
.zz { display: block; overflow: hidden; }
.zz ul { margin-right: -3%; }
.zz ul li { width: 22%; margin-right: 3%; float: left; margin-top: 50px }
.zz ul li img { width: 100%; }
/* 分页 */
.page_n { text-align: center; font-size: 12px; font-family: '\5b8b\4f53'; clear: both; margin-top: 5vh; margin-bottom: 5vh }
.page_n a { display: inline-block; margin: 0 5px; height: 35px; line-height: 35px; padding: 0 14px; border: #a3a3a3 solid 1px; color: #a3a3a3; }
.page_n i { width: 0; height: 0; line-height: 0; display: block; border-width: 5px; border-style: solid; Filter: Chroma(color=color); position: absolute; top: 12px; }
.page_n .first { padding-left: 20px !important; position: relative; }
.page_n .last { padding-right: 20px !important; position: relative; }
.page_n .first i { border-color: transparent #a3a3a3 transparent transparent; left: 5px; }
.page_n .last i { border-color: transparent transparent transparent #a3a3a3; right: 5px; }
.page_n a:hover { color: #a3a3a3; border: #a3a3a3 solid 1px; text-decoration: none; }
.page_n .on { color: #FFF !important; border: #a3a3a3 solid 1px; background: #a3a3a3; }
.zzjg { margin: 30px auto 80px auto; display: block; text-align: center; }
.down_title {font-size: 1.1vw;color: #000;line-height:50px;height: 60px;}
dl { border-top: solid 1px #ddd; margin: 50px auto }
dt { clear: both; text-align: center; font-weight: bold; }
dd { float: left; text-align: center; height: 90px; /* line-height: 50px; */padding-top: 5px;border-bottom: solid 1px #ddd; width: 14.2%; font-size: 1vw; color: #333 }
.down_x { padding: 5px 15px; background-color: #023793; color: #fff; border-radius: 5px; }
.con_p { font-family: 'OPPO'; font-size: 40px }
.contact { margin: 60px 0; display: block; overflow: hidden }
.contact_l { width: 50%; float: left; }
.contact_l h3 { font-size: 40px; color: #000000; padding-bottom: 20px }
.contact_l img { width: 100%; }
.contact_r { width: 45%; float: right; }
.contact_r h3 { font-size: 24px; color: #333; }
.contact_r p { font-size: 30px; color: #023793; margin-bottom: 50px; line-height: 60px; font-weight: bold }
.contact_r img { margin-top: 10px; }
.join { background: url(../images/bj6.jpg) center center no-repeat; background-size: cover; }
.joinList { padding-top: 40px; }
.joinList .swiper-slide { width: 32%; position: relative; height: 380px; margin-right: 2%; margin-bottom: 25px; background: #f1f1f1; cursor: pointer; padding: 4% 3%; border-radius: 30px 0px 30px 0px; }
.joinList .swiper-slide:nth-child(3n) { margin-right: 0%; }
.joinList { height: 0px; overflow: hidden; }
.joinList .swiper-wrapper { flex-wrap: wrap; }
.joinList.active { height: auto; padding-bottom: 50px; }
.jboxs { padding-bottom: 50px; }
.joinList .swiper-slide .title11 { font-size: 22px; line-height: 1.4; position: relative; margin-bottom: 15px; padding-bottom: 10px; min-height: 46px; font-weight: bold; }
.joinList .swiper-slide .title11::after { width: 15%; height: 2px; position: absolute; left: 0px; bottom: 0px; content: ''; background: #023793; -webkit-transition: all .5s; }
.joinList .swiper-slide:hover .title11 { color: #023793; }
.joinList .swiper-slide:hover .title11::after { width: 100%; }
.joinList .swiper-slide .des { width: 100%; height: auto; position: relative; line-height: 2; height: 200px; overflow: hidden; }
.join_xq { background: #fff; padding: 5%; }
.join_xq p { font-size: 16px; color: #333; line-height: 34px }
.tj { margin-bottom: 7vh; }
.tj ul { margin-right: -3.3%; margin-top: 3vh }
.tj ul li { width: 30%; float: left; margin-right: 3.3%; }
.tj ul li .tj_title {font-size: 0.9vw;margin-top: 1vh;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tj ul li .tj_title1 { font-size: 0.9vw; margin-top: 1vh; color: #333; text-align: center }
.tj ul li :hover .tj_title1, .tj ul li :hover .tj_title { color: #023793 }
.tj ul li .tj_img {
width:100%%; display: block; overflow: hidden }
.tj ul li .tj_img img { width: 100%; transition: .2s transform; transform: translateZ(0); }
.tj ul li :hover .tj_img img { transform: scale(1.1, 1.1); transition: .4s transform; }
.tj ul li p { font-size: 0.85vw; color: #666; margin: 2vh 0 5vh 0; -webkit-line-clamp: 2; line-height: 3vh; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tj ul li .time2 { font-size: 1.5vw; color: #999 }
.tj ul li:hover .mo { color: #e70012; }
.tj_x ul li { border-bottom: 1px solid #eee; padding-bottom: 4vh; display: block; overflow: hidden; margin-top: 5vh }
.tj_x ul { margin-bottom: 4vh; clear: both; display: block; overflow: hidden }
/* 新闻详情  */
.pic_list_xq { display: block; overflow: hidden; margin-top: 5vh; margin-bottom: 2vh }
.pic_list_xq img, .pic_list_xq p img { text-align: center;/* display: block; */ margin: 0 auto; padding: 10px 0;/* float: left; */ }
.pic_list_xq h2 { font-size: 1.4vw; text-align: center; color: #333; line-height: 1.5rem; padding: 0 0 1.5rem 0 }
.pic_list_xq h3 { font-size: 0.8rem; color: #999; text-align: center; line-height: 60px; border-top: 1px solid #f3f3f3; }
.pic_list_details { margin-top: 15px; padding-top: 30px; border-top: 1px solid #eee; padding-top: 5vh }
.pic_list_details p { font-size: 0.9vw; color: #666; text-indent: 2em; text-align: left; line-height: 28px; }
.pic_list_details h5 { font-size: 18px; color: #007cc2; text-indent: 1.5em; padding: 15px 0 10px 0; font-weight: bold }
.pic_list_details img { max-width: 80%; margin: 0.8vh auto; display: block }
.page_text { border-top: #b6b6b6 dotted 1px; border-bottom: #b6b6b6 dotted 1px; font-size: 14px; padding: 10px 0px; margin-top: 3rem; color: #333; margin-bottom: 3rem }
.page_text p { line-height: 30px; height: 30px; overflow: hidden; font-weight: bold; }
.page_text p a { color: #666; font-weight: normal; }
.page_text p a:hover { color: #008cd6; }
.time1 { font-size: 0.8vw; margin-bottom: 6vh; margin: 0 auto; text-align: center; }
.time1 img { vertical-align: middle; }
.time1 span { vertical-align: middle; padding-left: 5px; color: #666;/* float: left; */ }
.zy_list { border-top: 1px solid #ddd; margin: 50px 0 }
.zy_list li a { font-size: 16px; border-bottom: 1px solid #ddd; padding: 20px 10px; color: #333; display: block; overflow: hidden }
.zy_list li span { width: 60%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.zy_list li i { width: 20%; float: right; text-align: right }
.zy_list li a:hover { background-color: #023793; color: #fff; }
.fw_bj { background: url(../images/pic21.jpg) no-repeat 50% 0; height: 50vh; margin: 8vh 0; background-size: 100% }
.fw_l { float: left; background-color: rgba(255,255,255,0.5); font-weight: bold; color: #000; padding: 50px 20px; text-align: center; margin: 14vh 10% 0 15%; }
.fw_l h3 { font-size: 1.2vw; font-weight: bold; padding-bottom: 5px }
.fw_l p { font-size: 1vw; }
.fw_r { float: left; width: 40% }
.fw_r h3 { font-size: 24px; color: #000; font-weight: bold; margin-top: 5vh }
.fw_bo { margin: 15vh auto; }
.bus-cell-text { width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; flex-direction: column; background-color: #f8f8f8; }
.bus-list { flex-wrap: wrap; display: flex; margin-top: 5vh; margin-bottom: 3vh; margin-right: -3.3%; }
.content { padding-bottom: 35px;/*overflow: hidden;*/ }
.bus-cell { cursor: pointer; position: relative; margin-right: 3.3%; margin-bottom: 30px; overflow: hidden; width: 30%; }
.bus-cell-hover { height: 162px; background-color: #2849a3; color: #FFFFFF; position: absolute; bottom: 0; transition: all .5s; z-index: 100; transform: translateY(100%); opacity: 0; }
.bus-cell img { width: 100% }
.bus-cell-hover-arr { padding: 10px 25px; border-radius: 4px; border: 1px solid #FFFFFF; margin-top: 20px; }
.f22 { font-size: 20px; font-weight: bold }
.c9 { font-size: 14px; color: #999; }
.content1 img { max-width: 100%; }
.tabs2 div { justify-content: center; }
.second-title { display: none; z-index: 9; background: #fff; position: absolute; box-shadow: 0px 2px 5px #CCCCCC; width: 245px; box-sizing: border-box; }
.second-title div { text-align: center; border-bottom: 1px solid #eeeeee; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0 14px; }
.second-title div:hover { background-color: #27439f; color: #ffffff; }
.second-title div:last-of-type { border: none; }
.am-modal-active { transform: translateY(0) !important; -webkit-transform: translateY(0) !important; transform: translateY(0) !important; opacity: 1; }
.am-modal-out { -webkit-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.xq_q { margin-top: 5vh; margin-bottom: 4vh; display: block; overflow: hidden }
.cs_xq_l { float: left; width: 50%; padding: 5vh 5% }
.cs_img { position: absolute; width: 85% }
.cs_img img { width: 100%; }
.cs_xq1 { position: relative; }
.cs_xq_l h3 { font-size: 1.2vw; color: #000; font-weight: bold; margin-bottom: 30px }
.cs_xq_l h4 { font-size: 1.2vw; color: #fff; font-weight: bold; margin-bottom: 3vh; padding: 10px 30px; border-radius: 30px; background-color: #023793; display: inline-block }
.cs_xq_l p { font-size: 0.9vw; color: #333; line-height: 3.2vh; }
#pro_div1 { overflow: hidden; position: relative; width: 100%; display: block; height: 55vh; margin-top: 20px }
#pro_div1 .mr_frBtnL { position: absolute; left: 42%; top: 45vh; width: 40px; height: 40px; cursor: pointer; margin-top: 10px }
#pro_div1 .mr_frBtnR { position: absolute; right: 42%; top: 45vh; width: 40px; height: 40px; cursor: pointer; margin-top: 10px }
#pro_list1 { width: 100%; }
#pro_list1 ul li { float: left; position: relative; width: 31.5%; margin-right: 40px; }
#pro_list1 ul li img { width: 100%; }
#pro_list1 ul li p { text-align: center; padding-top: 3vh; font-size: 16px; color: #666666 }
.cs_r { width: 50%; float: left; }
.cs_r img { width: 100%; }
.cr_tabs { overflow: hidden; width: 100%; margin-top: 10vh; padding: 0; list-style: none; background-color: #717171; height: 60px; line-height: 60px; }
.cr_tabs li { float: left; width: 20% }
.cr_tabs a { float: left; position: relative;/* padding: 0 10px; */ width: 100%; text-align: center; height: 60px; line-height: 60px; text-transform: uppercase; text-decoration: none; color: #fff; border-bottom: 0px solid #3D3D3D; font-size: 18px; border-bottom-color: #777\9; filter: alpha(opacity = 30); }
.cr_tabs a:hover, .cr_tabs a:focus { background-color: #023793 }
.cr_tabs a:focus { outline: 0; }
.cr_tabs .current { z-index: 3; background-color: #023793 }
.gj_nav{padding:20px 3%; border:1px solid  #eee; margin-bottom:5vh; display:block}
.gj_nav a{margin-right:3%; font-size:16px}
.gj_nav a:hover, .gj_nav  .on1{color:#023793;}
.gj_tabs { overflow: hidden; width: 100%; margin-top: 10vh; padding: 0; list-style: none; background-color: #717171; height: 60px; line-height: 60px; }
.gj_tabs li { float: left; width: 16.6666% }
.gj_tabs a { float: left; position: relative;/* padding: 0 10px; */ width: 100%; text-align: center; height: 60px; line-height: 60px; text-transform: uppercase; text-decoration: none; color: #fff; border-bottom: 0px solid #3D3D3D; font-size: 18px; border-bottom-color: #777\9; filter: alpha(opacity = 30); }
.gj_tabs a:hover, .gj_tabs a:focus { background-color: #023793 }
.gj_tabs a:focus { outline: 0; }
.gj_tabs .current { z-index: 3; background-color: #023793 }
.content { margin-top: 5vh; display: block; overflow: hidden }
.content ul { margin-right: -2%; }
.content ul li { width: 23%; margin-right: 2%; float: left; margin-bottom: 2vh }
.content ul li img { width: 100%; height: 100%; }
.content ul li p { text-align: center; font-size: 15px; padding-top: 10px; color: #333; }
.gj_con ul { margin-right: -2%; }
.gj_con ul li { width: 23%; margin-right: 2%; float: left; margin-bottom: 2vh; border:1px solid #eee; border-radius:30px; text-align:center }
.gj_con ul li img { width: 60%; height: 100%;  padding:30px 0 20px 0}
.gj_con ul li p { text-align: center; font-size: 15px; padding-top:0; line-height:50px; color: #333; background-color:#e2e2e1; border-bottom-left-radius:30px;border-bottom-right-radius:30px }
.jsfw { border: 1px dashed #ddd; padding: 0vh 0 3vh 0; margin-top: 5vh }
.al ul { margin-right: -3.3%; }
.al ul li { width: 30%; margin-right: 3.3%; float: left; margin-bottom: 2vh }
.al ul li img { width: 100%; height: 100%; }
.al ul li p { text-align: center; font-size: 15px; padding-top: 10px; color: #333; }


.sub_diy_mian {width: 100%;}
.sub_diy_mian .topic {color: #0052a4;font-size: 26px;margin-top: 60px;margin-bottom: 20px;}
.sub_diy_mian .form1 {width: 100%;overflow: hidden;}
.sub_diy_mian .form1 .form_left .box {overflow: hidden;height: 30px;line-height: 30px;margin-bottom: 10px; width: 100%;}
.sub_diy_mian .form1 .form_left .box select {float: left;width: 118px;height: 30px;color: #fff;background: #005bac;border: none;outline: none;font-size: 14px; text-align: center;padding-left: 10px;}
.sub_diy_mian .form1 .form_left .box input {display: block;float: left;font-size: 14px;height: 30px;line-height: 30px;border: 0;outline: none;background: #e6e6e6;width: 85%;padding: 0 10px;margin-left: 10px;}
.sub_diy_mian .form1 .form_left .box span {display: block; float: left;width: 12%;height: 30px;text-align: center;color: #fff;background: #005bac;font-size: 14px;}
.sub_diy_mian .form1 .form_left {width: 82%; float: left;}
.sub_diy_mian .form1 .button {float: right; height: 70px;width: 18%;line-height: 70px;text-align: center;color: #fff;outline: none;border: 0;background: #808080;font-size: 18px;cursor: pointer;transition: background-color 0.3s ease;}
.sub_diy_mian .form1 .button:focus {background: #005bac;font-size: 18px;cursor: pointer;}




.sub_diy_mian .intro {line-height: 18px;color: #808080; font-size: 12px;margin-top: 10px;}
.sub_diy_mian table { border-collapse: collapse;border: 0px solid #d9d9d9;margin-top: 35px;font-size: 14px;width: 100%;margin-bottom: 50px;font-size: inherit; font: 100%; border:1px solid #333;}
.sub_diy_mian table tr td { height: 40px; line-height: 40px;}
.sub_diy_mian table tr td.th {text-align: center;width: 120px;background: #fafafa;border:1px solid #333;}
.sub_diy_mian table tr td.td {background: #fafafa;padding-left: 20px;border:1px solid #333;}
.sub_diy_mian table tr td.td1 {background: #fafafa;padding-left: 20px;border:1px solid #333; color: #f70247;}
.sub_diy_mian table tr td a { color: #be0010;margin-right: 15px; display: block; font-weight: bold;}
.pop {  display: none;  width: 40%;  position: absolute;  top:100%;  left:30%; background-color: #fff; border: 1px solid #000; border-radius: 30px; padding: 2%;}
.pop-top{  height:40px;  width:90%;  border-bottom: 1px #E5E5E5 solid; margin: 0 auto; padding-bottom: 1%;}
.pop-top h2{  float: left; font-size: 20px; line-height: 40px;}
.pop-top span{  float: right;  cursor: pointer;font-size: 18px;line-height: 40px; }
.pop .cimg{width: 90%; margin: 0 auto; padding-top: 3%;}
.pop .cimg img{width: 100%; height: auto;}

.xzve_l{overflow: hidden; border-radius: 20px; border: 1px solid #9b9b9b; background-color: #083a91; width: 48%; float: left;color: #fff; padding: 3% 0;}
.xzve_l h2{font-size: 30px; text-align: center;}
.xzve_l p{font-size: 14px; text-align: center;}
.xzve_r{overflow: hidden; border-radius: 20px; border: 1px solid #9b9b9b; background-color: #083a91;width: 48%;float: right; color: #fff; padding: 3% 0;}
.xzve_r h2{font-size: 30px; text-align: center;}
.xzve_r p{font-size: 14px; text-align: center;}



 @media screen and ( max-width:1920px ) {
.pop {  display: none;  width: 40%;  position: absolute;  top:45%;  left:30%; background-color: #fff; border: 1px solid #000; border-radius: 30px; padding: 2%;}
}

 @media screen and ( max-width:1680px ) {
.pop {  display: none;  width: 40%;  position: absolute;  top:90%;  left:30%; background-color: #fff; border: 1px solid #000; border-radius: 30px; padding: 2%;}
}

 @media screen and ( max-width:1700px ) {
.xg_main pspan { padding: 10px 3%; margin: 2%; }
.zz_bj2 p { margin: 210px 0 0 30%; }
}
@media screen and ( max-width:1450px ) {
.form { margin-left: 8%; }
.form .input1 { width: 22%; }
.xg_main p span { padding: 10px 1.5%; margin: 2%; }
}
@media screen and ( max-width:780px ) {
.sub_diy_mian {width: 100%;}
.sub_diy_mian .topic {color: #0052a4;font-size: 26px;margin-top: 20px;margin-bottom: 20px;}
.sub_diy_mian .form1 {width: 100%;overflow: hidden;}
.sub_diy_mian .form1 .form_left .box {overflow: hidden;height: 30px;line-height: 30px;margin-bottom: 10px; width: 100%;}
.sub_diy_mian .form1 .form_left .box select {float: left;width: 118px;height: 30px;color: #fff;background: #005bac;border: none;outline: none;font-size: 14px; text-align: center;padding-left: 10px;}
.sub_diy_mian .form1 .form_left .box input {display: block;float: left;font-size: 14px;height: 30px;line-height: 30px;border: 0;outline: none;background: #e6e6e6;width: 71%;padding: 0 10px;margin-left: 10px;}
.sub_diy_mian .form1 .form_left .box span {display: block; float: left;width: 24%;height: 30px;text-align: center;color: #fff;background: #005bac;font-size: 14px;}
.sub_diy_mian .form1 .form_left {width: 80%; float: left;}
.sub_diy_mian .form1 .button {float: right; height: 70px;width: 20%;line-height: 70px;text-align: center;color: #fff;outline: none;border: 0;background: #808080;font-size: 18px;cursor: pointer;}
.sub_diy_mian .intro {line-height: 18px;color: #808080; font-size: 12px;margin-top: 10px;}
.sub_diy_mian table { border-collapse: collapse;border: 0px solid #d9d9d9;margin-top: 35px;font-size: 14px;width: 100%;margin-bottom: 50px;font-size: inherit; font: 100%; border:1px solid #333;}
.sub_diy_mian table tr td { height: 40px; line-height: 40px;}
.sub_diy_mian table tr td.th {text-align: center;width: 120px;background: #fafafa;border:1px solid #333;}
.sub_diy_mian table tr td.td {background: #fafafa;padding-left: 20px;border:1px solid #333;}
.sub_diy_mian table tr td.td1 {background: #fafafa;padding-left: 20px;border:1px solid #333; color: #f70247;}
.sub_diy_mian table tr td a { color: #be0010;margin-right: 15px; display: block; font-weight: bold;}
.pop {  display: none;  width: 80%;  position: absolute;  top:25%;  left:10%; background-color: #fff; border: 1px solid #000; border-radius: 30px; padding: 2% 2% 5% 2%;}
.pop-top{  height:40px;  width:90%;  border-bottom: 1px #E5E5E5 solid; margin: 0 auto; padding-bottom: 1%;}
.pop-top h2{  float: left; font-size: 20px; line-height: 40px;}
.pop-top span{  float: right;  cursor: pointer;font-size: 18px;line-height: 40px; }
.pop .cimg{width: 90%; margin: 0 auto; padding-top: 3%;}
.pop .cimg img{width: 100%; height: auto;}

	
/*左侧logo*/
.header .left { width: 12%; }
.header .left a img { height: 30px; margin-top: 15px;/* width: 100%; */ }
.header .left .img2 { display: none; }
.header { padding: 0 10px; height: 45px }
.header #navToggle { height: 100%; padding: 0 15px; margin-right: -15px; display: inline-block; float: right; }
.header #navToggle span { position: relative; width: 25px; height: 1px; margin-top: 19px; }
.header #navToggle span:before, .header #navToggle span:after { content: ''; position: relative; width: 100%; height: 1px; left: 0; }
.header #navToggle span, .header #navToggle span:before, .header #navToggle span:after { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; display: block; background: #023793; }
.header #navToggle span:before { top: 8px; }
.header #navToggle span:after { bottom: 10px; }
.header #navToggle.open span:before { top: 10px; -webkit-transform: translateY(-11px) rotate(-45deg); -moz-transform: translateY(-11px) rotate(-45deg); -ms-transform: translateY(-11px) rotate(-45deg); -o-transform: translateY(-11px) rotate(-45deg); transform: translateY(-11px) rotate(-45deg); }
.header #navToggle.open span:after { bottom: 12px; -webkit-transform: translateY(10px) rotate(45deg); -moz-transform: translateY(10px) rotate(45deg); -ms-transform: translateY(10px) rotate(45deg); -o-transform: translateY(10px) rotate(45deg); transform: translateY(10px) rotate(45deg); }
.header #navToggle.open span { background: none; }
.header #navToggle.open span:before, .header #navToggle.open span:after { background: #4f4f4f; }
.header .nav { display: none; }

.navBar { display: none; }
.news_bj { background: url(../images/news_bj.jpg) no-repeat 50% 0; background-size: 100%; margin-top: 0 }
.news_r { width: 100%;/* margin-right: 20px; */ float: none; margin: 0 auto; }
.news_l { width: 100%;/* padding: 0 20px; */ float: none; margin: 0 auto 2rem auto; }
.news_menu { float: none; margin-top: 3rem; }
.news_l .new_img img { width: 100% }
.top1, .ba1, .fd, .bj3, .bj6 { display: none; }
.top2 { display: block; overflow: hidden; }
.ba2 { display: block; }
.hidden { display: none; }
.logo1 { padding-right: 0; padding-left: 10px; margin-top: 12px }
.logo1 img { float: left; width: 25%; }
.logo1 .menu { float: right; margin-bottom: 10px; margin-top: 4px; }
.logo1 .menu a { display: block; }
.logo1 .menu a img { width: 70%; }
.tc_twonav .black_bg { background: rgba(0,0,0,.5); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 998; }
.tc_twonav .back_scz { position: fixed; left: 0; top: 0; width: 15%; height: 100%; z-index: 999; background-size: 40% auto; }
.tc_twonav .right_nav { position: fixed; background: #fff; left: 15%; top: 0; width: 85%; height: 100%; z-index: 999; }
.tc_twonav .right_nav ul li a { height: 3rem; line-height: 3rem; width: 100%; border-bottom: 1px solid #ddd; display: block; text-align: center; font-size: 1rem; color: #333; }
.main { width: 95%; display: block; overflow: hidden; margin: 0 auto }
/*底部*/
.foot {padding: 20px 10px 60px 10px;color: #fff;font-size: 13px;text-align: center;line-height: 30px;display: block;background-color: #222;margin-top: 20px;}
.foot img { vertical-align: middle; padding-right: 10px }
.toolbar { height: 45px; background: #023793; position: fixed; width: 100%; bottom: 0; left: 0; display: block; z-index: 999999 }
.toolbar ul li { float: left; width: 50%; }
.toolbar ul li a { display: block; width: 100%; height: 45px; padding-top: 25px; text-align: center; font-size: 14px; color: #fff; background-size: 18%; background-repeat: no-repeat; background-position: center 5px; border-right: #fff solid 1px; position: relative; }
.toolbar ul li .tooldh { background-image: url(../images/a3.png); }
.toolbar ul li .tooldt { background-image: url(../images/a4.png); }
.toolbar ul li .toolfx { background-image: url(../images/a2.png); }
.toolbar ul li .toolly { background-image: url(../images/a1.png); border: 0 none; }
.toolbar .fenxiang { position: absolute; width: 100%; height: 25px; top: -35px; left: 0; background: #CCC; padding: 5px 0 5px 20%; }
.toolbar .fenxiang a { float: none !important; }
.about_home_left { background: url(../images/bj1-1.jpg) no-repeat 50% 0; height: 10vh; width: 100%; margin-top: 30px; margin-bottom: 20px; background-size: cover; }
.about_home_title h3 { font-size: 6vw; }
.about_home_main { width: 100%;/* margin-left: 10% */ }
.about_home_main h4 { font-size: 4.5vw; }
.about_home_t { line-height: 6vw; width: 100%; margin-top: 0px; padding-top: 20px; margin-bottom: 20px; font-size: 3.3vw }
.moer a { width: 101px; height: 30px; line-height: 30px; }
.about_home_title { padding-top: 30px; }
.gallery-top .swiper-slide ul { margin-right: 0; }
.gallery-top .swiper-slide ul li { width: 100%; float: left; margin-right: 0; }
.gallery-thumbs .swiper-slide img { float: none; margin-left: 20%; margin-right: 5%; width: 55%; }
.gallery-thumbs .swiper-slide .tab_t h3 { font-size: 4.5vw; text-align: center }
.gallery-thumbs .swiper-slide .tab_t h4 { display: none }
.tab { width: 95%; }
.gallery-top { height: auto; width: 95%; margin-top: 30px; }
.bj2 { background: #023793; height: auto; z-index: 9999; }
.cx_title { font-size: 20px; color: #fff; line-height: normal; text-align: center; float: left; width: 100%; padding: 15px 0; }
.form { margin-left: 8%; margin-top: 0 }
.form label { font-size: 16px; color: #fff; margin-left: 5%; margin: 10px 0; float: left; line-height: 35px }
.form .input1 {height: 35px;line-height: 35px;}
.form .input1 { width: 62%; margin: 10px 0; float: left;font-size:14px }
.form .button { width: 130px; height: 35px; background-color: #fff; line-height: 35px; color: #000; cursor: pointer; outline: none; font-size: 16px; margin: 20px auto; display: block; }
.bu { margin: 0; display: block; overflow: hidden; width: 100%; }
.mySwiper { width: 100%; float: left; overflow: hidden; margin-top: 30px }
.news_container { width: 100%; float: none; }
.time { width: 40%; }
.news_main_t h2 { width: 60%; }
.new { margin-top: 3rem; }
.youshi {width: 96%;height: auto;padding-bottom: 10px;}
.youshi_bj { height: auto; }
.youshi { margin-bottom: 4vh; }
.wrapper-menu { position: relative; height: 3rem; position: relative; overflow: hidden; background-color: #f1f1f1;/* border-bottom: 1px solid #e3e3e3; */ }
.wrapper-menu .scroller { position: absolute; }
.wrapper-menu .scroller li { height: 3rem; color: #333; float: left; line-height: 3rem; font-size: .4rem;
text-align: center; background: url(../images/d1.png) no-repeat right center; }
.wrapper-menu .scroller li a { display: block; line-height: 3rem; font-size: 1rem; color: #333; padding: 0 0.6rem }
.wrapper-menu .scroller li.cur a { background-color: #023793; color: #fff }
.youshi_bj { padding-top: 5vh; }
.wrapper-menu { display: block; }
.subnav_bj { display: none; }
.zz_bj2 { width: 100%; overflow: hidden; display: block; background: url(../images/zz_bj3.jpg) no-repeat; background-size: 100%; margin-top: 1.5rem; height: auto }
.zz_bj2 p {font-size: 1rem;color: #616161;line-height: 1.8rem;text-align: center;width: 80%;margin: 0 auto;margin-top: 10vh;padding-bottom: 20vh}
.zz_bj2 h2 { font-size: 40px; color: #023793; padding-top: 30px; font-family: 'OPPO'; font-style: italic; }
.rz_left { width: 100%; float: none; }
.rz_right { width: 100%; float: none; position: initial; }
.rz_img { position: unset; display: none; }
.rz_t { position: inherit; width: 100%; border: 1px dashed #ccc; border-radius: 30px }
.rz_t ul { margin-top: 0; margin-left: 0; padding: 40px 20px 0 20px }
.rz_t ul li img { width: 20%; }
.rz_t ul li .rz_tt h3 { font-size: 16px; }
.rz_t ul li .rz_tt p { font-size: 14px; }
.bj4 { margin-top: 0; }
.px { margin: 0 5% 0 5%; }
.px_t ul { margin-right: -5%; margin-top: 20px }
.px_t ul li { width: 45%; padding: 15px 0 5px 0; margin-right: 5%; margin-bottom: 20px }
.px_t ul li .px_p1 { font-size: 50px; }
.px_t ul li .px_p2 { padding-top: 0; font-size: 14px }
.bj4 { background: none; height: auto; display: block; overflow: hidden; margin-top: 3rem; margin-bottom: 30px; }
.title5 { height: auto; padding: 10px 0 20px 0; margin-left: 0; margin-right: 0; margin-top: 0; float: none; text-align: center; }
.wh_img { width: 100%; }
.wh_t { width: 80%; margin-right: 10%; }
.wh_t .num { margin-top: 0vh; }
.wh_t1 { text-align: left; width: 80%; margin-left: 10%; }
.wh_t1 .num { text-align: right; margin-top: 0; }
.wh { margin-top: 30px; }
.wh_t img { width: 50%; margin-top: 3vh; margin-bottom: 2vh; }
.zz ul { margin-right: -5%; }
.zz ul li { width: 45%; margin-right: 5%; float: left; margin-top: 30px }
.zzjg img { width: 100%; }
dd { float: left; text-align: center; height: 80px; line-height: unset; border-bottom: solid 1px #ddd; width: 33%; padding: 10px 0; font-size: 14px; color: #333; }
.down_title {line-height: 20px;font-size: 14px;height:40px}
.contact_l { width: 100%; float: none; }
.contact_r { width: 100%; float: none; margin-top: 30px }
.contact { margin: 60px 0 0 0; }
.joinList .swiper-slide { width: 100%; height: auto; padding: 20px 15px; border-radius: 20px 0px 20px 0px; }
.joinList .swiper-slide .title { font-size: 18px; }
.join_xq img { width: 100%; }
.tj ul { margin-right: 0; margin-top: 3vh }
.tj ul li { width: 100%; float: none; margin-right: 0; }
.tj ul li .tj_title { font-size: 4vw; }
.tj ul li p { font-size: 3.5vw; margin: 2vh 0 3vh 0; }
.tj ul li .time2 { font-size: 6vw; }
.pic_list_xq h2 {font-size: 5vw;padding-bottom: 10px;}
.pic_list_details p { font-size: 4vw; }
.pic_list_details img { width: 100%; margin: 0.8vh auto; display: block }
.pic_list_xq { display: block; overflow: hidden; margin-top: 3vh; margin-bottom: 0 }
.zy_list li i { width: 30%; }
.fw_bj { background: none; height: auto; margin: 5vh 0; background-size: auto; }
.fw_t { background: url(../images/pic22.png) no-repeat; background-size: 100%; height: 28vh }
.fw_l { float: left; background-color: rgba(255,255,255,0.5); font-weight: bold; color: #000; padding: 50px 20px; text-align: center; margin: 4vh 12% 0 13%; }
.fw_l h3 { font-size: 4vw; }
.fw_l p { font-size: 3.5vw; }
.fw_rr { background: url(../images/pic23.jpg) no-repeat; height: 30vh; background-size: cover; width: 100%; }
.fw_r { width: 100%; }
.fw_r h3 { font-size: 20px; color: #000; font-weight: bold; margin-top: 2vh; padding-left: 10px; }
.fw_bo { margin: 4vh auto; }
.bus-cell img { width: 100%; }
.bus-cell { margin-bottom: 30px; margin-right: 0; }
.tabs-list { margin-top: -0; overflow: scroll; }
.content { padding-bottom: 10px; }
.bus-cell { margin-bottom: 30px; margin-right: 0; width: 100% }
#pro_list1 ul li { float: left; position: relative; width: 100%; margin-right: 0 }
#pro_div1 .mr_frBtnL { left: 22%; }
#pro_div1 .mr_frBtnR { right: 22%; }
.cs_xq_l { float: left; width: 100%; padding: 50px 5%; border: 1px solid #ddd; border-bottom: 5px solid #ddd; }
.cs_img { display: none; }
.cs_r { width: 100%; float: left; margin-top: 3vh; }
.tabs a { float: left; padding:0 10%;position: relative;/* padding: 0 10px; */ width: 100%; text-align: center; height: 60px; line-height: 20px; padding-top: 10px; text-transform: uppercase; text-decoration: none; color: #fff; border-bottom: 0px solid #3D3D3D; font-size: 14px; border-bottom-color: #777\9; filter: alpha(opacity = 30); }
.content ul { margin-right: 0; }
.content ul li { width: 100%; margin-right: 0%; float: left; margin-bottom: 2vh }
.al ul { margin-right: 0; }
.al ul li { width: 100%; margin-right: 0%; float: left; margin-bottom: 2vh }
.tabs { overflow: hidden; width: 100%; margin-top: 5vh; }
.gj_nav a{margin-right: 5%;font-size:16px}
.cs_xq_l h4 {font-size: 4.5vw;}
.cs_xq_l p { font-size: 4vw;}
.youshi h3 {font-size: 18px;height: 35px;line-height: 35px;}
.title5 h2 {font-size: 1.5rem;}
.time1 {font-size: 0.8rem;margin-bottom: 6vh;margin: 0 auto;text-align: center;width: 40%;}
.title h3 {font-size: 1.6rem;}
.title h4 { font-size: 1rem; }
.title {text-align: center;margin: 20px 0 30px 0;}
.dis{display:none}
}
