@charset "UTF-8";
/*
* @Author: DoDo
* @Date:   2020-06-11 08:19:23
* @Last Modified by:   DoDo
* @Last Modified time: 2020-11-26 13:52:32
*/

/*.chang-gray{
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
  
    filter: gray;
}
*/


body { font-family: "微软雅黑", Arial,Helvetica, sans-serif; overflow-x: hidden; padding-top: 100px; }
body.pt0 { padding-top: 0; }

body.on { overflow: hidden; }

img { max-width: 100%; }

a { outline: none; }

@media screen and (min-width: 1440px) { .w1400.container { width: 1400px; } }
@media screen and (min-width: 1366px) { .container { width: 1200px; padding-left: 0; padding-right: 0; } }
.f0 { font-size: 0; }

.bg-f5 { background: #f5f5f5; }

/*============================= public =============================*/
.header { position: fixed; left: 0; top: 0; right: 0; z-index: 110; background: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.header .a-logo { position: absolute; left: 3.125%; top: 50%; transform: translateY(-50%); }
.header .a-logo img { max-height: 70px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.nav-list { display: flex; justify-content: center; }
.nav-list li { margin: 0 25px; }
.nav-list li a { position: relative; display: block; line-height: 100px; font-size: 18px; color: #333; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.nav-list li a::after { content: " "; position: absolute; left: 50%; right: 50%; bottom: 0; height: 3px; background: rgb(0, 121, 254); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.nav-list li a.on { color: rgb(0, 121, 254); }
.nav-list li a.on::after { left: 0; right: 0; }

.header-right { position: absolute; right: 0; top: 0; display: flex; height: 100px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.header-login, .header-phone { display: flex; justify-content: center; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.header-phone{  align-items: center; }
.header-login { display: flex; background: #1b407c; font-size: 16px; color: #fff; }
.header-login a { display: flex; align-items: center; justify-content: center; color: #fff; width: 70px; text-align: center; }
.header-login a:first-child { background: #d91935; }

.header-phone { background: rgb(0, 121, 254); color: #fff; font-size: 24px; font-weight: bold; min-width: 316px; padding: 0 30px; }
.header-phone img { margin-right: 15px; }

.header-bream { width: 86px; position: relative; cursor: pointer; display: none; }
.header-bream span { position: absolute; left: 25%; right: 25%; top: 50%; display: block; height: 2px; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; background-color: #fff; border-radius: 2px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header-bream::before, .header-bream:after { content: " "; position: absolute; left: 25%; right: 25%; height: 2px; background-color: #fff; border-radius: 2px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header-bream::before { top: 33%; }
.header-bream::after { bottom: 33%; }

.header-bream.on span { filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.header-bream.on::before { top: 47%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.header-bream.on::after { bottom: 47%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.bsTop { width: 100% !important; }

.bsFrameDiv > div { width: 100% !important; height: 208px !important; }
.bsFrameDiv > div img { width: 168px !important; height: 168px !important; }

.return-top { width: 80px; height: 40px; line-height: 40px; background: #d91935; color: #fff; position: fixed; right: 0; bottom: 5%; z-index: 10; cursor: pointer; display: none; }

.footer { padding-top: 50px; padding-bottom: 44px; background: #1b407c; }
.footer .footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.footer .footer-top::before, .footer .footer-top::after { display: none; }
.footer .footer-left { width: 66%; }
.footer .footer-right { width: 27.14%; }

.footer-address { font-size: 16px; color: #fff; line-height: 36px; margin-top: 20px; }
.footer-address span { margin-right: 40px; }

.footer-copy { display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 14px; line-height: 24px; color: #fff; margin-top: 33px; }
.footer-copy span { display: inline-block; line-height: 24px; }
.footer-copy span a { color: #fff; }

.footer-share .bshare-custom a { display: inline-block; padding: 0; margin: 0 0 0 10px; width: 32px; height: 32px; border-radius: 50%; background-position: center; background-size: cover; background-color: rgba(255, 255, 255, 0.1); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.footer-share .bshare-custom a.bshare-weixin { background-image: url("../images/fs-icon1.png"); }
.footer-share .bshare-custom a.bshare-qqim { background-image: url("../images/fs-icon2.png"); }
.footer-share .bshare-custom a.bshare-sinaminiblog { background-image: url("../images/fs-icon3.png"); margin-left: 0; }
.footer-share .bshare-custom a:hover { opacity: 1; background-color: #d91935; }

.footer-link { position: relative; width: 100%; z-index: 10; }
.footer-link .div-title { width: 100%; height: 56px; line-height: 56px; border: solid 1px rgba(255, 255, 255, 0.1); padding-right: 42px; padding-left: 12px; background: url("../images/icon-arrow.png") no-repeat scroll right 16px center transparent; font-size: 14px; color: #333; background-color: #fff; }
.footer-link .footer-link-list { position: absolute; left: 0; right: 0; bottom: 100%; background: #fff; padding: 10px 0; max-height: 180px; border-radius: 5px; overflow: auto; visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; transform: translateY(10px); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.footer-link .footer-link-list li a { display: block; font-size: 14px; line-height: 34px; color: #333; padding: 0 20px; }
.footer-link .footer-link-list li a:hover { background: #d91935; color: #fff; }
.footer-link:hover .footer-link-list { visibility: visible; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: translateY(0); }

.footer-select { appearance: none; -moz-appearance: none; -webkit-appearance: none; width: 100%; max-width: 100%; height: 56px; line-height: 42px; border: solid 1px #dbdbdb; padding-right: 68px; padding-left: 20px; background: url("../images/icon-arrow.png") no-repeat scroll right 20px center transparent; font-size: 16px; color: #333; background-color: #fff; border-radius: 5px; display: none; }
.footer-select option { color: #333; }
.footer-select::-ms-expand { display: none; }

.pages a, .pages strong { display: inline-block; width: 40px; height: 40px; line-height: 40px; padding: 0 10px; background: #fff; border-radius: 40px; font-size: 14px; color: #666; margin: 0 10px; font-weight: normal; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.pages a:first-child, .pages a:last-child, .pages strong:first-child, .pages strong:last-child { width: 120px; }
.pages a:hover, .pages strong { background: rgb(0, 121, 254); color: #fff; }

/*============================= index =============================*/
.banner-owl .owl-dots { position: absolute; left: 0; right: 0; bottom: 3.4%; z-index: 20; line-height: normal; font-size: 0; text-align: center; }
.banner-owl .owl-dots button.owl-dot { width: 30px; height: 6px; border-radius: 6px; margin: 0 7px; background: #fff; }
.banner-owl .owl-dots button.owl-dot:first-child { margin-top: 0; }
.banner-owl .owl-dots button.owl-dot.active { background: #d91935; }

.banner-01 { height: calc(100vh - 100px); background-size: cover; background-repeat: no-repeat; background-position: center; }
.banner-01 .span-bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; background-size: cover; background-repeat: no-repeat; background-position: center; display: none; }
.banner-01::before { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background: rgba(0, 0, 0, 0.1); }
.banner-01 .div-word { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; padding: 15.5% 20% 0; display: flex; flex-direction: column; color: #fff; visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; transform: translateY(10%); -webkit-transition: all 1s ease .3s; -moz-transition: all 1s ease .3s; -o-transition: all 1s ease .3s; transition: all 1s ease .3s; }
.banner-01 .div-word .div-cn { font-size: 48px; line-height: 58px; font-weight: bold; text-shadow: rgba(0, 0, 0, 0.3) 3px 4px 5px; }
.banner-01 .div-word .div-en { font-size: 22px; color: #fff; font-family: "Arial"; margin-top: 8px; line-height: 32px; text-shadow: rgba(0, 0, 0, 0.3) 3px 4px 5px; }

.active .banner-01 .div-word { visibility: visible; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: translateY(0); }

.banner-scroll { position: absolute; left: 3.125%; bottom: 3.4%; z-index: 20; width: 32px; height: 50px; background-position: center; background-repeat: no-repeat; background-size: cover; }

.banner-scroll img { animation: banner_scroll 1.2s infinite linear; -moz-animation: banner_scroll 1.2s infinite linear; /* Firefox */ -webkit-animation: banner_scroll 1.2s infinite linear; /* Safari and Chrome */ -o-animation: banner_scroll 1.2s infinite linear; /* Opera */ }

@keyframes banner_scroll { 0% { transform: translateY(0); }
  25% { transform: translateY(-2px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(3px); }
  100% { transform: translateY(0); } }
.index-news { display: flex; justify-content: space-between; padding: 80px 3.125%; }

.index-news-left { width: 63.33%; }

.index-title { display: flex; justify-content: space-between; align-items: center; }
.index-title .b1, .index-title .b2 { font-size: 24px; line-height: 1; color: #333; }
.index-title .b1 { border-left: 4px solid rgb(0, 121, 254); padding-left: 14px; }
.index-title .b2 { padding-left: 30px; background-position: left center; background-repeat: no-repeat; background-image: url("../images/icon-06.png"); margin-left: 40px; cursor: pointer; }
.index-title .b2:first-child { margin-left: 0; }
.index-title .b2.on { color: rgb(0, 121, 254); background-image: url("../images/icon-06h.png"); }
.index-title .a-more { font-size: 16px; color: #333; }
.index-title .a-more bdo { color: #d91935; }

.index-news-right { width: 34.55%; }

.index-news-cont { display: flex; margin-top: 30px; background: #fff; }

.index-news-owl { width: 64%; }
.index-news-owl .owl-dots { position: absolute; right: 30px; bottom: 25px; z-index: 20; line-height: normal; font-size: 0; text-align: center; }
.index-news-owl .owl-dots button.owl-dot { width: 12px; height: 12px; border-radius: 12px; border: 2px solid #fff; margin: 0 5px; }
.index-news-owl .owl-dots button.owl-dot:first-child { margin-top: 0; }
.index-news-owl .owl-dots button.owl-dot.active { border-color: #d91935; background: #d91935; }

.index-news-listcont { width: 36%; padding: 20px 30px 0; }

.index-news-a1 { height: 480px; }
.index-news-a1 .span-img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }
.index-news-a1 .span-title { position: absolute; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.4); font-size: 20px; color: #fff; font-weight: bold; padding: 0 130px 0 30px; line-height: 60px; }

.index-news-a2 { display: flex; justify-content: space-between; padding-bottom: 10px; padding-top: 8px; }
.index-news-a2 .span-img { width: 38%; border-radius: 10px; }
.index-news-a2 .span-img img { display: block; border-radius: 10px; }
.index-news-a2 .span-cont { width: 56%; }
.index-news-a2 .span-cont .bdo-title { width: 100%; font-size: 16px; line-height: 30px; color: #333; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.index-news-a2 .span-cont .bdo-date { padding-left: 25px; font-size: 14px; line-height: 16px; color: #999; background-position: left center; background-repeat: no-repeat; background-image: url("../images/icon-07.png"); margin-top: 11px; }

.index-news-list li { display: flex; border-top: 1px dashed #e5e5e5; }
.index-news-list li:first-child { border-top: none; }
.index-news-list li a { display: inline-block; max-width: 100%; font-size: 16px; color: #333; line-height: 56px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index-news-list li .span-new { display: inline-block; width: 56px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; font-family: "Arail"; color: #fff; background-image: url("../images/bg-02.png"); text-transform: uppercase; padding: 0 11px 0 5px; font-weight: bold; margin-right: 10px; }
.index-news-list li .span-01 { font-size: 16px; color: #d91935; margin-right: 5px; }

.index-news-list2 { margin-top: 30px; display: none; }
.index-news-list2:first-child { display: block; }
.index-news-list2 li { position: relative; padding: 0 20px; background: #fff; margin-top: 10px; }
.index-news-list2 li:first-child { margin-top: 0; }
.index-news-list2 li a { display: inline-block; max-width: 100%; padding-right: 120px; font-size: 16px; color: #333; line-height: 60px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index-news-list2 li .span-new { display: inline-block; width: 56px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; font-family: "Arail"; color: #fff; background-image: url("../images/bg-02.png"); text-transform: uppercase; padding: 0 11px 0 5px; font-weight: bold; margin-right: 10px; }
.index-news-list2 li .span-01 { font-size: 16px; color: #d91935; margin-right: 5px; }
.index-news-list2 li .span-date { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 16px; color: #999; font-family: "Arail"; }

.index-rule { padding: 80px 0; }
.index-rule > .span-bg { position: absolute; left: 0; right: 0; top: 0; bottom: 360px; }
.index-rule .row { padding-top: 60px; }
.index-rule > .container { position: relative; z-index: 3; }

.index-title2 { font-size: 30px; color: #333; font-weight: bold; line-height: 1; padding-bottom: 24px; background: url("../images/line-01.jpg") center bottom no-repeat; }
.index-title2.white { color: #fff; }

.index-rule-01 { background: #fff; margin-top: 20px; }

.index-rule-a1 { position: relative; }
.index-rule-a1::after { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(23, 40, 67, 0.6); }
.index-rule-a1 .span-img { padding-top: 63.637%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }
.index-rule-a1 .span-cont { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size: 24px; color: #fff; font-weight: bold; }
.index-rule-a1 .span-cont .bdo-title { margin-top: 33px; }

.index-rule-list { padding: 35px 30px; }
.index-rule-list li { margin-top: 20px; }
.index-rule-list li:first-child { margin-top: 0; }
.index-rule-list li a { display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; line-height: 26px; color: #333; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.index-rule-list li a span { color: #d91935; margin-right: 8px; }

.index-sorts { display: flex; }

.index-sorts-01 { position: relative; width: 50%; padding: 96px 0; overflow: hidden; }
.index-sorts-01::after { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; background: rgba(0, 0, 0, 0.4); }
.index-sorts-01 .span-bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }

.index-sorts-cont { position: relative; z-index: 3; font-size: 16px; line-height: 30px; color: #fff; width: 530px; max-width: 80%; margin: 24px auto 0; }
.index-sorts-cont .div-des { margin-top: 24px; text-align: center; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.index-sorts-cont .a-more { width: 190px; height: 50px; line-height: 50px; background: rgb(0, 121, 254); font-size: 16px; color: #fff; margin-top: 20px; border-radius: 5px; display: flex; justify-content: center; align-items: center; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.index-sorts-cont .a-more img { margin-left: 30px; }

/*============================= 02_政策法规 =============================*/
.banner-inside { padding-top: 18.918%; background-size: cover; background-repeat: no-repeat; background-position: center; }

.public-bream { position: relative; z-index: 2; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.public-bream a { display: inline-block; font-size: 16px; color: #333; line-height: 60px; padding: 0 50px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.public-bream a.on, .public-bream a:hover { background: rgb(0, 121, 254); color: #fff; }

.public-main { padding-top: 60px; padding-bottom: 60px; }
.public-main.ling { padding-top: 0; }

.rule-list { margin-bottom: 10px; }

.rule-01 { padding: 30px 0 30px 30px; background: #fff; margin-bottom: 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.rule-01 .a-img { width: 16.79%; height: 140px; display: flex; justify-content: center; align-items: center; }
.rule-01 .a-img img { max-width: 100%; max-height: 100%; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.rule-01 .div-cont { width: 52.97%; }
.rule-01 .div-title span { display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 18px; line-height: 28px; font-weight: bold; color: #333; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.rule-01 .div-des { font-size: 16px; line-height: 30px; color: #666; margin-top: 18px; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.rule-01 .div-date { width: 19.84%; text-align: center; font-size: 14px; line-height: 24px; color: #999; font-family: Arial; background: url("../images/line-02.jpg") left center no-repeat; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.rule-01 .div-date .b1 { font-size: 48px; line-height: 58px; margin-bottom: 2px; color: #d91935; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.safety-list { margin-bottom: 40px; }
.safety-list li { padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid #e5e5e5; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.safety-list li .container { display: flex; align-items: center; justify-content: space-between; }
.safety-list li .container::before, .safety-list li .container::after { display: none; }
.safety-list li .a-img { width: 34.28%; }
.safety-list li .a-img img { max-height: 260px; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }
.safety-list li .div-cont { width: 62.857%; }
.safety-list li .div-title a { display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 22px; line-height: 32px; color: #333; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.safety-list li .div-date { padding-left: 25px; background: url("../images/icon-08.png") left center no-repeat; font-size: 14px; line-height: 24px; margin-top: 14px; }
.safety-list li .div-des { font-size: 16px; color: #666; line-height: 30px; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top: 28px; }
.safety-list li .div-more { margin-top: 48px; }
.safety-list li .div-more a { display: inline-block; font-size: 16px; line-height: 26px; color: #666; padding-right: 56px; background-position: right center; background-repeat: no-repeat; background-image: url("../images/icon-09.png"); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

/*============================= 04_专题报道 =============================*/
.report-a1 { background: #fff; margin-bottom: 30px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.report-a1 .span-img .bdo-img { padding-top: 59.094%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }
.report-a1 .span-cont { padding: 27px 30px 24px; }
.report-a1 .bdo-date { font-size: 14px; line-height: 24px; font-family: "Arial"; color: #999; padding-left: 25px; background: url("../images/icon-08.png") left center no-repeat; }
.report-a1 .bdo-title { font-size: 22px; line-height: 32px; color: #333; margin-top: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.report-a1 .bdo-des { font-size: 16px; color: #666; line-height: 30px; margin-top: 8px; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.report-a1 .bdo-more { font-size: 16px; line-height: 26px; color: #666; margin-top: 17px; padding-right: 57px; background-repeat: no-repeat; background-position: right center; background-image: url("../images/icon-09.png"); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.news-list { margin-bottom: 40px; }
.news-list li { display: flex; justify-content: space-between; align-items: center; background: #fff; margin-top: 30px; padding: 30px 50px 30px 30px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-list li:first-child { margin-top: 0; }
.news-list li .div-date { width: 8.33%; height: 125px; display: flex; justify-content: center; flex-direction: column; align-items: center; text-align: center; font-size: 14px; font-family: Arial; color: #999; line-height: 24px; border: 1px solid #e5e5e5; border-radius: 5px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-list li .div-date .b1 { font-size: 48px; color: #d91935; line-height: 48px; margin-bottom: 7px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-list li .div-cont { width: 88.63%; }
.news-list li .div-title a { display: inline-block; max-width: 100%; font-size: 18px; line-height: 28px; color: #333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-list li .div-des { font-size: 16px; line-height: 30px; color: #666; margin-top: 18px; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

/*============================= 06_文章详情页 =============================*/
.news-art { padding-top: 56px; padding-bottom: 55px; }

.news-title { padding-bottom: 25px; text-align: center; border-bottom: 1px solid #e5e5e5; }
.news-title .div-tit { font-size: 24px; line-height: 34px; color: #333; }
.news-title .div-info { font-size: 0; margin-top: 22px; }
.news-title .div-info .span-01, .news-title .div-info .span-share { display: inline-block; font-size: 14px; line-height: 24px; color: #666; padding-left: 26px; background-repeat: no-repeat; background-position: left center; margin: 0 14px; }
.news-title .div-info .span-share { padding-left: 0; }
.news-title .div-info .span-share bdo { display: flex; align-items: center; }
.news-title .div-info .span-share .bshare-custom { position: relative; top: -2px; }
.news-title .div-info .span-share .bshare-custom a { display: inline-block; padding: 0; margin: 0 0 0 20px; width: 16px; height: 16px; background-position: center; background-size: cover; background-repeat: no-repeat; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-title .div-info .span-share .bshare-custom a.bshare-sinaminiblog { background-image: url("../images/icon-12.png"); margin-left: 10px; }
.news-title .div-info .span-share .bshare-custom a.bshare-qzone { background-image: url("../images/icon-13.png"); }
.news-title .div-info .span-share .bshare-custom a.bshare-weixin { background-image: url("../images/icon-14.png"); }
.news-title .div-info .span-share .bshare-custom a:hover { opacity: 1; background-color: #d91935; }

.news-art-des { font-size: 16px; line-height: 36px; color: #666; margin-top: 30px; padding-bottom: 30px; }

.news-page { padding-top: 36px; border-top: 1px solid #e5e5e5; }
.news-page .div-01 { padding-right: 230px; font-size: 0; }
.news-page .div-01 a { display: inline-block; max-width: 100%; font-size: 16px; line-height: 28px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-page .a-return { position: absolute; right: 0; top: 4px; display: flex; align-items: center; justify-content: center; width: 156px; height: 46px; background: rgb(0, 121, 254); font-size: 16px; color: #fff; line-height: 46px; border-radius: 5px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-page .a-return img { margin-left: 15px; }

/*============================= 07_关于我们 =============================*/
.about-art-des { font-size: 16px; line-height: 36px; color: #333; }

/*# sourceMappingURL=style.css.map */


/* ================ 13_登录_账号登录 ================ */
.w1270{
  width: 1270px;
  max-width: 100% !important;
}
.login-main { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column;   background-size: cover; background-repeat: no-repeat; background-position: center; }
.login-main .header{
  position: absolute;
  background: none;
  min-height: 100px;
  box-shadow: none;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.login-main .header-phone{
  background: none;
}

.login-main .footer { position: absolute; left: 0; right: 0; bottom: 20px; padding-top: 20px; padding-bottom: 0; background: none; display: flex; border-top: 1px solid rgba(255,255,255,.2); }
.login-main .footer .container{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.login-main .footer .container::before,
.login-main .footer .container::after{
  display: none;
}
.login-main .footer .div-word{ color: #fff; }
.login-main .footer .footer-share .bshare-custom a{ margin-left: 10px; }
.login-main .footer .footer-share .bshare-custom a.bshare-weixin { background-image: url("../images/fs-icon1.png"); margin-left: 0; }
.login-main .footer .footer-share .bshare-custom a.bshare-sinaminiblog { background-image: url("../images/fs-icon2.png"); }
.login-main .footer .footer-share .bshare-custom a.bshare-qqim { background-image: url("../images/fs-icon3.png"); }

.login-title { font-size: 36px; color: #fff; line-height: 46px; }

.login-des { font-size: 16px; line-height: 26px; color: #fff; margin-top: 8px; }

.login-cont {width: 520px;
    padding: 60px;
    background: #fff;
    border-radius: 5px;
    height: 480px;
    /* background: url(./trans.png) repeat; */
    background: #fff;
    position: relative;
    font-size: 12px;
    color: #666;
    width: 700px;
    border-radius: 20px; }
.login-cont .div-title { font-size: 24px; line-height: 26px; color: #333; }
.login-cont .div-title .mg-icon { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.login-cont .div-des { display: flex; justify-content: space-between; font-size: 14px; line-height: 24px; margin-top: 20px; }
.login-cont .div-des span a { color: rgb(0, 121, 254); font-weight: bold; }
.login-cont .div-des a{ color: #666; }
.login-cont .div-des a:hover{ color: rgb(0, 121, 254); }
.login-cont .div-des.ling{ justify-content: center; }

.login-form li { margin-top: 10px; }
.login-form .div-01 { position: relative; padding-left: 50px; border: 1px solid #ccc; border-radius: 5px; overflow: hidden;margin: 15px auto }
.login-form .div-01 .span-icon { position: absolute; left: 0; top: 0; width: 50px; height: 42px; background: #e5eff8; display: flex; justify-content: center; align-items: center; }
.login-form .div-01 .put-01 { border: none; background: none; outline: none; width: 100%; font-size: 14px; color: #333; line-height: 30px; padding: 6px 20px; }
.login-form .div-01 .put-01:placeholder { color: #666; }
.login-form .div-01 .put-02 { border: none; background: none; outline: none; width: 60%; font-size: 14px; color: #333; line-height: 30px; padding: 10px 20px; }
.login-form .div-01 .put-02:placeholder { color: #666; }
.login-form .div-01 .can-yzm { position: absolute; right: 0; top: 0; width: 120px; height: 50px; justify-content: center; align-items: center; }
.login-form .div-01 .but-yzm { border: none; outline: none; position: absolute; right: 0; top: 0; width: 130px; height: 42px;line-height:42px; background: rgb(0, 121, 254); font-size: 14px; color: #fff; }
.login-form .div-02 { display: flex; align-items: center; justify-content: space-between; }
.login-form .div-02 .a-01 { font-size: 16px; color: #666; }
.login-form .div-02 .a-01:hover { color: rgb(0, 121, 254); }
.login-form .div-02 .a-02 { font-size: 14px; color: #999; }
.login-form .div-02 .a-02:hover { color: rgb(0, 121, 254); }
.login-form .but-01 { border: none; outline: none; width: 100%; height: 46px; font-size: 16px; color: #fff; background: rgb(0, 121, 254); border-radius: 5px; }
.login-form .div-03 { display: flex; align-items: center; flex-wrap: wrap; }
.login-form .div-03 .span-01 { position: relative; top: 2px; margin-right: 5px; font-weight: normal; }
.login-form .div-03 .span-01 bdo { display: inline-block; width: 15px; height: 15px; background: url("../images/bg-14.png"); }
.login-form .div-03 .span-01 input { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: pointer; }
.login-form .div-03 .span-01 input:checked + bdo { background: url("../images/bg-14h.png"); }
.login-form .div-03 .span-blue { cursor: pointer; color: #0099cc; }

.xieyi-tc { position: fixed; left: 50%; top: 50%; z-index: 10; transform: translate(-50%, -50%); width: 900px; max-width: 90%; background: #fff; border-radius: 5px; overflow: hidden; padding-bottom: 30px; display: none; }
.xieyi-tc .div-title { position: relative; font-size: 14px; color: #333; line-height: 30px; padding: 10px 76px 10px 30px; background: #f5f5f5; }
.xieyi-tc .div-title img { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; }
.xieyi-tc .div-word { height: 40vh; overflow: auto; padding: 5px 30px; font-size: 14px; line-height: 30px; color: #333; }
.xieyi-tc .but-01 { border: none; outline: none; width: 120px; height: 40px; background: #0099cc; border-radius: 5px; color: #fff; font-size: 16px; margin-top: 30px; }



.comfirm {
    background: rgb(0, 121, 254);
    border: 1px solid rgb(0, 121, 254);
}

.cancel {
    background: #d91935;
    border: 1px solid #d91935;
}

.but-01 {
    color: #fff;
    width: 47.82%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 15px;
}

.btns-group {
  padding-left: 30px;
  padding-right: 30px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}






#cover {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height: 100%;
    filter: alpha(opacity=60);  /*设置透明度为60%*/
    opacity: 0.6;  /*非IE浏览器下设置透明度为60%*/
    z-index: 200;
}


.login-close {
    top: 164px;
}

.register-close {
    top: 15px;
}

._hide {
    display: none;
}

.search {
    right: 0;
    left: unset !important;
}

.company-li {
    height: 36px;
    line-height: 36px;
    width: 100%;
}

input[type="radio"] {
    height: 18px;
    width: 30px;
    vertical-align: middle;
    margin: 0px;
    margin-bottom: 2px;
}

.comfirm {
    background: rgb(0, 121, 254);
    border: 1px solid rgb(0, 121, 254);
}

.cancel {
    background: #e98f36;
    border: 1px solid #e98f36;
}

.but-01 {
    color: #fff;
    width: 45%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 15px;
}

.btns-group {
    text-align: center;
    margin-top: 15px;
}

.company-ul {
   width:650px;
    height: 485px;
    overflow-y: auto;
}

.company-box {
    position: fixed;
    padding: 0 0 20px 10px;
    top: 93px;
    left: 33%;
    z-index: 1000;
    height:550px;
}

.title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

.s-div-01 {
    position: relative;
    border: 2px solid #eff9fc;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 15px;
}

.s-put-01 {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #333;
    line-height: 20px;
    padding: 10px 40px 10px 20px;
}

.s-span-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #e5f5fa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
} 













.public-tc-mc{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0,0,0,.6);
  display: none;
}
.company-ul {
    padding: 0 30px 30px 30px;
    height: 300px;
    overflow-y: auto;
    margin-top: 25px;
}
.company-ul li label{
  font-weight: normal;
  /*background: url('../images/icon-16.png') left center no-repeat;*/
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin-top: 10px;
}
.company-ul li label input{
  margin-right: 10px;
}
.company-ul li:first-child{
  margin-top: 0;
}

.company-box {
    position: fixed;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    border-radius: 5px;
    margin-top: 0;
    padding-bottom: 30px;
    overflow: hidden;
}
.company-box .span-close{
  cursor: pointer;
}

.title {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: 800;
    color: rgb(0, 121, 254);
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
}

.s-div-01 {
    position: relative;
    border: 2px solid #eff9fc;
    border-radius: 5px;
    overflow: hidden;
    margin: 30px 30px 0;
}

.s-put-01 {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #333;
    line-height: 20px;
    padding: 10px 40px 10px 20px;
}

.s-span-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #e5eff8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.d-flex{
	display:flex;
	justify-content:space-between
}
.d-flex div{
	width:45%;
}
.inputHeight{
    border: none;
    background: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 6px 0 6px 60px;	
}
.inputBorder{
	position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin:5px auto
}

.inputBorder .span-icon{
	position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 42px;
    background: #e5eff8;
    display: flex;
    justify-content: center;
    align-items: center
}
.registerBtn{
	width:400px!important;
	margin:0 auto;
}
.inputBorder .but-yzm{
	    border: none;
	    outline: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width:110px;
	    height: 42px;
	    line-height: 42px;
	    background: rgb(0, 121, 254);
	    font-size: 14px;
	    color: #fff
}
.span-icon img{
	width:20px;
	height:20px;
}
