@charset "utf-8";
#zoomcon table {
    max-width: 730pt !important
}

#zoomtitl em {
    font-size: 20pt !important;
}


/* CSS Document */

*+html * {
    padding: 0;
    margin: 0;
}

* {
    margin: 0px;
    padding: 0px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

*html .clear {
    height: 1%;
}

.cl {
    clear: both;
}

img {
    border: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table {
    padding: 0;
    margin: 0;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    border: 0px;
}

button {
    cursor: pointer;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
}

body {
    background: url(../images/bg.jpg) no-repeat center top;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "宋体,微软雅黑";
}

.body {
    background: url(../images/bg.jpg) no-repeat center top;
    width: 100%;
    height: 100%;
}

.content {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.content_fff {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    /* position: relative; */
}

.con {
    width: 998px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
}

.header {
    height: 314px;
    width: 100%;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}



.content_bg {
    background: #fff url(../images/cont_Bg_03.png) repeat-y;
    width: 998px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    border-top: none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.Btext {
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.Btext16 {
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
}

.Btext18 {
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
}

.p10_div {
    padding: 0px 15px 15px 15px;
}

.p10_div2 {
    padding: 0px 0px 0px 15px;
}

.p10_div1 {
    padding: 0px 15px 0px 15px;
}

.m10_div {
    margin-left: 17px;
}


/*****文字排版******/

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.t2 {
    text-indent: 2em;
}

.lh150 {
    line-height: 150%
}

.lh180 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}


/****定位****/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

*html .clearfix {
    height: 1%
}

.vm {
    vertical-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.abs-right {
    position: absolute;
    right: 0;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}


/******长度 高度*******/

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.w800 {
    width: 800px;
}

.w {
    width: 100%
}

.h50 {
    height: 50px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h200 {
    height: 200px;
}

.h {
    height: 100%
}


/******边距*******/

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml5 {
    margin-left: 5px;
}

.ml11 {
    margin-left: 11px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.mr100 {
    margin-right: 100px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl50 {
    padding-left: 50px;
}

.pl100 {
    padding-left: 100px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr50 {
    padding-right: 50px;
}

.pr100 {
    padding-right: 100px;
}


/*------------------top样式------------------------*/

.top_T {
    background: url(../images/top_t_02.jpg) repeat-x;
    height: 30px;
    width: 100%;
}

.top_T .content {
    display: flex;
    justify-content: space-between;
}

.top_T_left {
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
}

.top_T_right {
    height: 30px;
    line-height: 30px;
}

.top_T_right .login {
    width: auto;
}

.top_T_div {
    width: 235px;
    height: 31px;
    position: absolute;
    z-index: 0;
    float: left;
    background: #fff;
    opacity: 0.01;
    -moz-opacity: 0.01;
    filter: alpha(opacity=1);
    /*IE*/
    -moz-opacity: 0.01;
    /*MOZ , FF*/
    opacity: 0.01;
    /*CSS3, FF1.5*/
    right: 10px;
    left: 0p;
    
}

.zwyx {
    width: 88px;
    height: 29px;
    line-height: 29px;
}

.App.fl {
    display: none;
}

.App {
    width: 95px;
    /*background:url(../images/scx_03.jpg) no-repeat right center;*/
    height: 29px;
    margin-right: 10px;
}

.sdbz {
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #d7d7d7;
}

.sdbz ul li {
    width: auto;
    float: left;
    margin-right: 10px;
}

.sdbz ul li img {
    float: left;
    width: 10px;
    height: 11px;
    margin: 10px 3px 0px 0px;
}

.nav_icon_red {
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    margin-left: 7px;
}

.nav_icon_white {
    float: left;
    width: 24px;
    height: 24px;
    display: none;
    margin-top: 10px;
    margin-left: 7px;
}

.red_icon {
    width: 1px;
    height: 15px;
    border-left: 1px solid #a20107;
    background: #bf5154;
    float: right;
    margin-top: 18px;
    margin-left: 5px;
}

.navLi:hover .nav_icon_red {
    display: none;
}

.navLi:hover .nav_icon_white {
    display: block;
}

.login {
    width: 655px;
    height: 30px;
}

.login ul li {
    width: auto;
    line-height: 30px;
    padding: 0px 5px;
    background: url(../images/scx_03.jpg) no-repeat right center;
    float: left;
}

.login li.wu {
    background: none;
}

.login li.IPV6style {
    background: #bc2423;
    color: #fff;
    border-radius: 0 16px 16px 0;
    padding: 0px 10px;
    margin: 2px 0;
    height: 24px;
    line-height: 24px;
}

.top_maindiv {
    height: 313px;
}

.header_main {
    height: 230px;
    width: 100%;
    position: relative;
}

.nav ul li.onfocus .sub-nav {
    display: block;
}

.logo {
    width: 50%;
    height: 98px;
}

.header_main_r {
    width: 45%;
    height: 230px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}

.weibo {
    height: 27px;
}

.top_cont {
    position: absolute;
    z-index: 2;
    top: 0px;
}

.top_cont1 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.logoo {
    width: 45%;
    height: 79px;
    margin-top: 40px;
    position: absolute;
    z-index: 9999;
    top: 0;
    text-align: right;
}

.logoo2 {
    width: 396px;
    height: 110px;
    margin-top: 70px;
    position: absolute;
    left: 118px;
    z-index: 9;
    top: 0;
    text-align: right;
}

.logoo3 {
    width: 45%;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    right: 0;
}

.nav {
    width: 100%;
    height: 54px;
    background: url(../images/nav_03.jpg) repeat-x;
    overflow: hidden;
}

.nav ul li.navLi {
    width: 110px;
    height: 54px;
    float: left;
    font-size: 15px;
}

.nav ul li.navLi a.theA {
    width: 107px;
    height: 50px;
    display: inline-block;
    color: #fffbfd;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 2px;
    bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 3px;
}

.nav ul li.onfocus a.theA {
    color: #3f7aac;
    z-index: 2;
    position: relative;
}

.nav ul li.navLi a.theB {
    width: 107px;
    height: 50px;
    display: inline-block;
    color: #fffbfd;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-top: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 3px;
}

.nav ul li.onfocus a.theB {
    color: #b70b09;
    z-index: 2;
    background: #ffffff;
}

.nav ul li.navLi .sub-nav {
    width: 996px;
    height: 410px;
    display: none;
    position: absolute;
    top: 54px;
    right: 0px;
    z-index: 99999;
    border: 3px solid #ccc;
    background: #fff;
    border-top: none;
    overflow: hidden;
}

.nav ul li.onfocus .sub-nav {
    display: block;
}

.sub-navzfld {
    background: url(../images/zfldbg.png) no-repeat;
    width: 993px;
    height: 366px;
}


/*--------------------------bottom样式--------------------------------------------*/

.bottom_link {
    background: url(../images/lmtt_6.jpg) repeat-x;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.div_ul {
    width: 385px;
    height: 16px;
    margin: 0 auto;
    padding-top: 10px;
}

.div_w {
    width: 80px;
    line-height: 16px;
    float: left;
    border-right: 1px solid #bb2224;
}

.div_w a,
.bottom_jwz a,
.bottom_jwz a:nav_icon,
.div_w a:hover {
    color: #bb2224;
}

.bottom_jwz {
    width: 80px;
    line-height: 16px;
    float: left;
}



.xxjs {
    height: auto;
    line-height: 25px;
    font-size: 12px;
}

.link {
    width: 100%;
    height: 45px;
    background: #ededed;
}

.link ul {
    margin-left: 28px;
    float: left;
}

.link ul li {
    float: left;
    width: auto;
    margin-right: 30px;
    line-height: 30px;
    font-size: 12px;
    background: url(../images/sharewith.jpg) no-repeat;
    padding: 0px 14px;
    margin-top: 8px;
    min-width: 180px;
    text-align: center;
    font-size: 14px
}

.link ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.link div {
    float: left;
    width: auto;
    margin-right: 20px;
    line-height: 27px;
    border: 1px solid #bebebe;
    margin-top: 8px;
}


/*--------------------------分享样式--------------------------------------------*/

.fxifom {
    top: 303px;
    height: 550px;
    position: absolute;
    right: 65px;
    width: auto;
}

.gwds_tools_24 a {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.gov_weixin_share {
    position: fixed;
    width: 81px;
    font-size: 12px;
    top: 60px;
    right: 32px;
    z-index: 11;
}

.gov_weixin_share .fixed {
    width: 81px;
}

.gov_weixin_share .fixed p {
    margin: 3px;
    padding: 0;
    line-height: 18px;
}

.gov_wx,
.gov_wx a {
    color: #b20000;
}

.gov_fx,
.gov_fx a {
    color: #ff6600;
}

.gov_ewm {
    width: 81px;
    height: 100px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.gov_zwwb {
    width: 81px;
    height: 90px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.gov_ewm img {
    padding: 10px 0px 0px 7px;
}

.gov_zwwb img {
    padding: 10px 0px 3px 13px;
}

.gov_ewm span,
.gov_zwwb span {
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #000;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.gov_zwwb span a {
    color: #000;
}

.gov_fxtp {
    width: 83px;
    background: #eeeeee;
    position: relative;
    float: left;
}


/*--------------------------当前位置样式--------------------------------------------*/

.dqwz {
    background: url(../images/lmtt_1.jpg) no-repeat left 15px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #000;
    padding-left: 20px;
    width: 98%;
    overflow: hidden;
}

.dqwz a {
    color: #000;
    font-size: 12px;
}

.dqwz a:hover {
    color: red;
}

.trbg1 {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.trbg {
    height: 33px;
    line-height: 33px;
    background: url(../images/lybsfw_43.jpg) repeat-x;
}

.cel {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}

.w1 {
    width: 95px;
}

.jz {
    text-align: center;
    float: left;
}

.w2 {
    width: 60px;
}

.w3 {
    width: 50px;
}

.w4 {
    width: 125px;
    background: #1e7bc8;
    color: #fff;
}

.w5 {
    width: 185px;
}

.w5 span {
    color: #c80000;
}

.w6 {
    width: 180px;
    background: url(../images/dian.jpg) no-repeat 5px center;
    padding-left: 15px;
    float: left;
}

.w7 {
    width: 177px;
}

.w8 {
    width: 135px;
}

.w9 {
    width: 135px;
}

.w9 span {
    color: #c80000;
}

.bjc {
    color: red;
}

.tbboder {
    border: 1px solid #CECECE;
}

.li-title {
    border: 1px solid #CECECE;
    margin: 6px 1px 1px 1px;
    width: 969px;
    height: 13px;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0px;
    text-align: left;
    text-indent: 10px;
    float: left;
}

.li-8 {
    border: 1px solid #CECECE;
    margin: 6px 1px 1px 1px;
    width: 239px;
    height: 13px;
    padding: 7px 0px;
    text-align: left;
    text-indent: 10px;
    float: left;
}


/*pc手机app页*/

.Andoroid {
    width: 204px;
    height: 78px;
    float: left;
    margin: 445px 375px 0 0;
    background: red;
}

.IPbody {
    /*background:url(../images/Iphone.jpg) no-repeat center top; */
    background: url(../images/iphone_bg2.jpg) no-repeat center top !important;
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
}

.Iphone {
    /*width: 415px;*/
    height: 78px;
    float: right;
    margin: 445px 150px 0 0;
    background: url(../images/iphones_03.jpg) no-repeat;
}

.Iphone_li {
    width: 214px;
    height: 78px;
    float: left;
}

.Iphonebox {
    width: 265px;
    height: 224px;
    float: left;
}

.jiant {
    width: 40px;
    height: 32px;
    position: absolute;
    top: -30px;
    margin-left: 100px;
}

.jiant1 {
    width: 40px;
    height: 32px;
    position: absolute;
    top: -32px;
    margin-left: 80px;
}

.bgk {
    width: 254px;
    height: 238px;
    border: 2px solid #bfc6cc;
    background: #fff;
}

.bgka {
    height: 238px;
}

.bgka img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.bgk p {
    font-size: 14px;
    color: #757373;
    width: 80%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

.bgk p span,
.bgk p span a {
    color: #c32c1c;
    font-weight: bold;
}

.bgk img {
    width: 100px;
    height: 99px;
    margin: 0 auto;
    text-align: center;
    margin: 10px 0 0 70px;
}

.Iphonebox_div {
    position: relative;
    /*display:none;*/
    margin: 0px 120px 0 0;
    float: right;
    width: 500px;
    height: 300px;
}

.Andeoroid_ku {
    width: 214px;
    height: 245px;
    border: 2px solid #bfc6cc;
    background: #fff;
    float: right;
    line-height: 65px;
    text-align: center;
    color: #c32c1c;
    font-weight: bold;
    position: absolute;
    right: 30px;
}

.search {
    height: 30px;
    width: auto;
    overflow: hidden;
    float: right;
}

.search span {
    float: left;
    line-height: 30px;
    padding-right: 5px;
}

.search input {
    width: 277px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: url(../images/search_03.jpg) no-repeat;
    text-indent: 2em;
    color: #686868;
}

.search button {
    float: left;
    width: 24px;
    height: 23px;
    cursor: pointer;
    width: 58px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border: none;
    background: #bc2423;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tianqi_left {
    height: 30px;
    margin-left: 5px;
}

.bdimgshare-bg {
    display: none;
}

.bdimgshare-content.bdsharebuttonbox.bdshare-button-style0-16 {
    display: none;
}

#content_textAndZc {
    display: flex;
}

#zoomcon {
    width: 100%;
    /* border-right: 2px solid #f0f0f0; */
    border: none;
    padding-right: 10px;
    margin-top: 15px;
}

#zoomsubtitl {
    width: 20%;
    margin-top: 50px;
    color: red;
    padding: 0 40px;
    display: none;
}

#zoomsubtitl .zcjdTitle {
    font-size: 20px;
}

#zoomsubtitl .zcjdCon a {
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
    color: red;
}

#zoomtitl span {
    font-size: 20pt!important;
}

.ygdBox {
    z-index: 999;
}
.w480{
    padding-right: 5px;
    padding-left: 5px;
    width: 480px;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 7px;
    float: left;
}

.headers{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
/*新版底部*/
.foot * {
    margin: 0;
    padding: 0;
  }
  
  .foot li {
    list-style: none;
  }
  
  .foot .container,
  .foot .container2 {
    width: 1200px;
    margin: 0 auto;
  }
  
  .foot .clearfix::after,
  .foot .container2::after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }
.foot {
    width: 100%;
    padding: 15px 0 15px 0;
    background: rgb(177, 0, 1);
    font-size: 14px;
    min-width: 1200px;
  }
  
  .foot .ftleft {
    width: 630px;
  }
  
  .foot .ftleft *,
  .foot .ftleft {
    font-size: 14px;
  }
  
  .foot .ftmid {
    width: 360px;
    margin-top: 54px;
    margin-left: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .foot .ftmid,
  .foot .ftleft,
  .foot .ftright {
    float: left;
  
    text-align: left;
  }
  
  .foot .ftright {
    float: right;
    margin-top: 35px;
  }
  
  .foot .ftleft a {
    display: inline-block;
    line-height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    padding: 0 16px;
  }
  
  .foot .ftleft .p1 a + a {
    border-left: 2px solid #fff;
  }
  
  .foot .ftleft a:first-child {
    padding-left: 0;
  }
  
  .foot .ftleft .p1,
  .foot .ftleft .p2,
  .foot .ftleft .p3,
  .foot .ftleft .p4 {
    margin-bottom: 14px;
    color: #fff;
  }
  
  .ftmid img {
    margin-top: 20px;
    margin-left: 0px;
    vertical-align: middle;
  }
  
  .foot .ftright li {
    width: 144px;
    height: 48px;
    line-height: 48px;
    /* text-align: center; */
    background: #d65352;
    float: left;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .foot .ftright li a,
  .ftright li {
    color: #fff;
    font-size: 16px;
  }
  
  .foot .ftright li:hover .scindex_ftrwm {
    display: block;
  }
  
  .foot .scindex_ftrwm {
    display: none;
    position: absolute;
    left: 0;
    top: -148px;
  }
  
  .foot .scindex_ftrwm img {
    width: 144px;
    max-width: unset;
    position: relative;
  }
  
  .foot .ftright > div {
    margin-bottom: 15px;
  }
  
  .foot .ftright div li:nth-child(2) {
    margin-left: 17px;
  }
  
  .foot .ftright li img {
    margin-right: 16px;
    vertical-align: middle;
  }
  
  .foot .ftleft .p4 a {
    padding: 0;
  }
  
  .foot .changepcbtn span {
    color: #fff;
    display: inline-block;
    padding: 15px 5px 5px 5px;
    position: relative;
    display: none;
  }
  
  .foot .changepcbtn span + span::after {
    height: 20px;
    content: "|";
    left: -3px;
    position: absolute;
  }
  
  /* .foot .changepcbtn span.phone.active { */
  /* position: fixed;
      display: inline-block;
      width: 200px;
      height: 200px;
      line-height: 90px;
      left: 0px;
      bottom: 200px;
      font-size: 0px;
      text-align: center;
      background-size: 100% 100%;
      box-sizing: border-box;*/
  /* } */
  
  .foot .changepcbtn span.phone.active {
    position: fixed;
    display: inline-block;
    width: 90px;
    height: 135px;
    line-height: 90px;
    left: 10px;
    bottom: 200px;
    font-size: 0px;
    text-align: center;
    background-size: 100% auto;
    box-sizing: border-box;
  }
  
  .foot .changepcbtn span.phone img {
    display: none;
  }
  
  .foot .changepcbtn span.phone.active img {
    display: block;
    width: 100%;
  }
/*改版*/
@media (max-width: 820px) {
    html{
        font-size: 14px;
    }
    .header,.content {
        width: 100%;
        /* padding-top: 15%; */
    }
    .login ul li:nth-child(1),.login ul li:nth-child(2),.login ul li:nth-child(5),.login ul li:nth-child(7){
        display: none;
    }
    .tianqi_left{
        display: none;
    }
    .top_T_right{
        margin: 0 auto;
    }
    .fog__img{
        width: 100%;
    }
    .logoo2 {
       position: relative;
        margin: 20px auto 0;
        clear: both;
        float: none;
        left: 0px;
        display: block;
        text-align: center;
        width: 100%;
        top: 0 !important; 
      }
      .logoo2 img {
        width: 80%;
        height: auto;
        margin-left: -1%;
        max-width: 350px;
      }
      .logoo3{
        width: auto;
        position: relative;
        margin: 0 auto;
        display: flex;
      }
      .header_main{
        height: 55px;
      }
      
      #searchButton,.search,.search input.fl,.searchForm{
        float: unset;
      }
      .searchForm{
        margin: 0 auto;
      }
      .nav ul li.navLi a.theB {
        font-size: 16px;
      }
    
      .nav ul li.navLi a {
        width: auto !important;
      }
    
      .nav ul li.navLi {
        float: unset;
        display: inline-block;
        margin-top: 0px;
        width: auto !important;
        height: 54px;
        padding: 0 5px;
      }
    
      .nav ul {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        height: 54px;
        font-size: 0px;
      }
      .search input{
        width: 200px;
      }
      .wei_yh13heis{
        width: 100%!important;
      }
     .icons_qk {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        display: flex;
        justify-content: center;
      }
      .jicuo,.dwjg{
        height: 80px!important;
        width: 100px!important;
      }
      #toolbarSwitch{
        display: none;
      }
    
}
