*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
}
.clear{
    clear: both;
}
.fadeContent{
    display: none;
}
.threeDots{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;  
}
body {
    background: #FFFFFF;
    font-size: 12px;
    font-family: "å®‹ä½“";
}

/* åŽ†å²æ•°æ®ä¸­çš„å›¾ç‰‡å¤ªå¤§ï¼Œç»Ÿä¸€ç¼©å° 2019-12-9 13:37:03 */
.about_right .con_con p img{ 
max-width:95% ;
height:auto !important;
}
/*
.about_right .con_con p.jsfc-img img{
    width:45% !important; 
    height:auto !important;
}
*/

/* é¡¶éƒ¨æ ·å¼ */
.header,.content{
    position: relative;
    width:80%;
    max-width: 1000px;
    margin: 0 auto;
}
.logo{
    width:42%;
    max-width: 420px;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 9;
}
.header img,.logo img{
    width:100%;
}
.header_top{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 10px 34px 0 0;
    height: 24px;
    line-height: 24px;
    font-family: "å¾®è½¯é›…é»‘";
    color: #fff;
}
.header_top a {
    font-size: 12px;
    color: #fff;
}
.header_top a:hover{
    color:#ff0000;
}

.nav{
    width:100%;
    margin-top: -3px; 
}
.nav li{
    width:10%;
    float: left;
    height: 40px;
    background: #0154ad;
    position: relative;
    cursor: pointer;
}
.active{
    border: 1px #0d7aa6 solid;
    background: url(../img/nav_bg.jpg) left top no-repeat;  
}
.nav li p{
    text-align: center;
    width:100%;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    color: #fefefe;
    height: 40px;
    line-height: 40px;
    border: 1px #0154ad solid;
    overflow: hidden;
}
.nav li p a{color: #fefefe;}
.nav  li .nav_down a {
    display: block;
    width:100%;
    color: #333;
    text-align: center;
    font-family: "å¾®è½¯é›…é»‘";
    height: 32px;
    line-height: 32px;
    border: 1px #fff solid;
    background: #fff;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    font-size: 14px;
}
.nav  li .nav_down a:hover {
    background: #b2d7e7;
    color: #222;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.nav li .nav_down {
    position: absolute;
    left: 0;
    top: 39px;
    z-index: 9999;
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: 1px #b4bbc4 solid;
    overflow: hidden;
}
.nav li:hover .nav_down{
    display: block;
}
.nav li:hover p{
    border: 1px #0d7aa6 solid;
    background: url(../img/nav_bg.jpg) left top no-repeat;  
}
.nav_box{
    background: url("../img/nav_bg_03.jpg") repeat-x;
    height: 35px;
    margin-bottom: 20px;
}
.nav_date{
    float: left;
    line-height: 34px;
    padding: 0 0 0 5px;
    color: #373737;
}
.nav_weather{
    float: right;
    margin-top: 5px;
}
/* åº•éƒ¨æ ·å¼ */
.footer_bg {
    background: #fafafa;
    border-top: 2px #e1e1e1 solid;
    padding: 28px 0 0 0;
}
.footer {
    width:80%;
    max-width: 1000px;
    height: 110px;
    margin: 0 auto;
}
.footer .footer_left {
    float: left;
    /*background: url("../img/home_img_80.jpg") 8px top no-repeat; 
    padding: 6px 0 0 86px;*/
}
.footer .footer_left p {
  /*  border-left: 1px #295879 solid;*/
    padding: 0 0 0 22px;
    line-height: 24px;
    color: #302f2f;
    margin-bottom: 20px;
}
.footer .footer_left p a {
    color: #302f2f;
}
.footer .footer_right {
    float: right;
    padding: 10px 15px 0 0;
    line-height: 22px;
    color: #302f2f;
}
/* é¦–é¡µ */
.con_left1 {
    float: left;
    width:50%;
}
.con_right1 {
    float: right;
    width: 48%;
}
/* é¦–é¡µè½®æ’­å›¾ */
.home_box1,.home_box2{
    margin-bottom: 20px;
}
.bannerImgs{
    width: 100%;
    position: relative;
}
.slider{
    width: 100%;
    position: absolute;
    top:0px;
    left:0px;
    cursor: pointer;
    transition: all 2s linear;
    opacity: 0;
}
.show{
    z-index:100;
    opacity: 1;
}
.slider img{
    width:100%;
}
.slider p{
    width:100%;
    position: absolute;
    bottom: 3px;
    left:0px;
    height: 30px;
    line-height: 31px;
    background-color: rgba(30,21,16,.7);
    color: #ffffff;
    z-index: 0;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    padding-left: 5px;
}
.slider p span{
    display: inline-block;
    width:56%;
}
.dotsBlock{
    position: absolute;
    bottom: 5px;
    right:5px;
    z-index: 10000;
}
.dots{
    display: inline-block;
    cursor: pointer;
    width: 20px;height: 20px;
    line-height: 18px;
    background-color: #7d7e7e;
    color: #ffffff;
    border:1px solid #8e8b8a;
    text-align: center;
    font-family: Verdana;

}
.dots_active{
    color: #000000;
    border:1px solid #ffffff;
    background-color: #ffffff;
}

/* é¦–é¡µæ•™è‚²æ•™å­¦*/
.hb_con1 {
    background: #fcfcfc;
    border: #b5d9ff solid;
    border-width: 0 1px 1px 1px;
}
.home_list1 li p {
    float: left;
    width: 78%;
    padding-top: 1px;
    background: url(../img/home_img_23.jpg) 5px 13px no-repeat;
    padding-left: 18px;
}
.hb_con1 .home_list1 {
    padding-bottom: 11px;
}
/* é¦–é¡µæ•™å¸ˆé£ŽèŒƒ */
.con_left2{
    width:70.5%;
    float: left;
}
.home_box4 {
    float: left;
    width: 48%;
    margin-bottom: 20px;
}
.hb4_img {
    margin-bottom: 20px;
}
.hb4_img img{
    width:100%;
}
.hb_tit1 {
    height: 40px;
    border: 1px #b5d9ff solid;
    background: #f2fafc;
}
.hb_tit1 b {
    float: left;
    background: url(../img/home_img_03.png) no-repeat;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 9px 0 0 14px;
}
.hb_tit1 span {
    float: right;
    padding: 0 28px 0 0;
    height: 38px;
    line-height: 38px;
}
.hb_tit1 span a {
    color: #666;
    display: block;
}
.hb_con3 {
    background: #fcfcfc;
    border: #b5d9ff solid;
    border-width: 0 1px 1px 1px;
    height: 294px;
}
.home_list1 {
    padding: 8px 14px 0 14px;
}
.home_list1 li {
    height: 35px;
    line-height: 34px;
}
.hb_con3 .home_list1 li p {
    width: 67%;
    background: none;
    padding: 0;
}
.home_list1 li p a {
    color: #302f2f;
    font-family: "å®‹ä½“";
}
.home_list1 li span {
    float: right;
    color: #302f2f;
}
.home_box5 {
    float: right;
    width: 48%;
    margin-bottom: 20px;
}
/* é¦–é¡µæ•™å­¦åŒº */
.home_box6 {
    float: left;
    width: 85%;
    margin-bottom: 20px;
}
.hb_tit3 {
    height: 38px;
    border: 1px #b5d9ff solid;
    background: #f2fafc;
}
.hb_tit3 b {
    float: left;
    background: url(../img/home_img_04_03.png) no-repeat;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #0a79a3;
    margin: 9px 0 0 14px;
}
.hb_con4 {
    background: #fcfcfc;
    border: #b5d9ff solid;
    border-width: 0 1px 1px 1px;
    padding: 29px 4px;
}
.home_list3 li {
    float: left;
    margin: 0 1%;
    width: 18%;
}
.home_list3 li img {
    width: 100%;
    border: 1px #b7b7b7 solid;
    vertical-align: bottom;
}
.home_list3 li p {
    padding: 10px 0 0 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.home_list3 li p a {
    color: #525252;
    font-weight: bold;
}
/* å­¦é™¢åŠ¨æ€ */
.con_right2{
    width:27.5%;
    float: right;
}
.home_box3 {
    margin-bottom: 20px;
}
.hb_tit2 {
    height: 45px;
    background: url(../img/home_img_15.jpg) no-repeat;
    background-size: 100% 100%;
}
.hb_tit2 b {
    float: left;
    background: #e5effc;
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    font-size: 14px;
    color: #0154ad;
    margin: 11px 0 0 19px;
}
.hb_tit2 span {
    float: right;
    padding: 11px 18px 0 0;
    height: 34px;
    line-height: 34px;
}
.hb_tit2 span a {
    color: #fff;
    display: block;
}
.hb_con2 {
    background: #e5effc;
    border: #b5d9ff solid;
    border-width: 0 1px 1px 1px;
    padding-bottom: 20px;
}
.home_list2 {
    padding: 10px 14px 19px 14px;
}
.home_list2 dt {
    height: 106px;
    color: #888;
    line-height: 22px;
    padding: 0 6px;
    border-bottom: 1px #888 dashed;
    margin-bottom: 7px;
}
.home_list2 dt b {
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "å¾®è½¯é›…é»‘";
}
.home_list2 dt a {
    line-height: 32px;
    font-size: 14px;
    color: #3b3b3b;
    font-family: "å®‹ä½“";
}
.home_list2 dt p {
    height: 66px;
    overflow: hidden;
}
.home_list2 dd {
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
}
.home_list2 dd p {
    float: left;
    width: 76%;
    padding-top: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "å¾®è½¯é›…é»‘";
}
.home_list2 dd p a {
    color: #302f2f;
    font-family: "å®‹ä½“";
}
.home_list2 dd span {
    float: right;
    width:23%;
    color: #302f2f;
    text-align: right;
}

/* é¦–é¡µå­¦é™¢è§†é¢‘ */
.home_box7 {
    margin-bottom: 20px;
}
.hb_tit4 {
    height: 38px;
    border: 1px #b5d9ff solid;
    border-radius: 5px 5px 0 0;
    background: #f2fafc;
}
.hb_tit4 b {
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 12px;
    font-size: 16px;
    color: #0a79a3;
}
.hb_tit4 span {
    float: right;
    padding: 0 28px 0 0;
    height: 38px;
    line-height: 38px;
}
.hb_tit4 span a {
    color: #666;
    display: block;
}
.hb_con5 {
    background: #fcfcfc;
    border: #b5d9ff solid;
    border-width: 0 1px 1px 1px;
}
.home_list4 {
    padding: 14px 10px;
}
.home_list4 dt {
    width: 100%;
    margin-bottom: 2px;
    position: relative;
}
.home_list4 dt a img{
    width: 100%;
}
.home_list4 dd {
    height: 30px;
    line-height: 30px;
    border-top: 1px #dedede dashed;
    background: url(../img/home_img_36.jpg) 4px 10px no-repeat;
    padding-left: 32px;
    width: 100%; 
}
.home_list4 dd a,.home_list5 li a {
    color: #302f2f;
    font-family: "å®‹ä½“";
}
.home_box8 {
    margin-bottom: 15px;
}
.hb_con6 {
    background: #fcfcfc;
    border: #b5d9ff solid;
    border-width: 0 1px 1px 1px;
    height: 174px;
}
.home_list5 {
    padding: 10px 10px 0 10px;
}
.home_list5 li {
    height: 30px;
    line-height: 30px;
    border-top: 1px #c8c8c8 dashed;
    width:100%;
    padding: 0 6px;
}
.home_list5 li:first-child {
    border-top: 0;
}
/*  è”ç³»æˆ‘ä»¬  */
.home_box9 {
    margin-bottom: 20px;
}

.home_weixin {
    margin-bottom: 20px;
    width: 25%;
}

.hb9_left {
    /* float: left; */
    /* width: 51%; */
    margin: 18px 0 0 5px;
	text-align: center;
}
.hb9_img {
    /* padding: 5px 0 0 0; */
    width: 100%;
}

.hb9_xz{
    padding: 11% 0 0 0;
}
.hb9_xz select {
    height: 26px;
    padding: 2px 0 2px 3px;
    border: 1px #bcbcbc solid;
    background: #fff;
    width: 100%;
    line-height: 20px;
}

.hb9_right {
    /* float: right; */
    /* width: 55%; */
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 16px;
    color: #302f2f;
    line-height: 22px;
    text-align: center;
    padding: 0 0 0 5px;
}

.hb9_img img,.hb9_right img {
    width: 50%;
}
/* é¦–é¡µæ•™å­¦å¹³å° */
.home_box10 {
    overflow: hidden;
    background: #f5f5f5;
    padding: 2% 15px;
    margin-bottom: 30px;
}
.home_box10 .hb10_h {
    background: url(../img/home_img_60.jpg) top repeat-x;
    height: 25px;
}
.home_box10 ul {
    width: 100%;
}
.home_box10 ul li {
    float: left;
    width: 30.75%;
    margin-right: 3%;
}
.home_box10 ul li:last-child{
    margin-right: 0%;
}
.home_box10 ul li a {
    display: block;
    font-size: 14px;
    font-family: "å¾®è½¯é›…é»‘";
}
.home_box10 ul li a img{
    /* border: 1px #d1d7db solid; */
    width:100%;
}
/* äºŒçº§åˆ—è¡¨é¡µ */
.about_left {
    float: left;
    width: 23%;
}
.subnav {
    width:100%;
    background: url("../img/about_03.jpg") no-repeat 0% 0%;
    background-size: 100%;
    min-height: 350px;
    padding: 62px 8px 30px 8px;
}
.left_nav li {
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 6px;
}
.left_nav li p {
    background: url("../img/anav_13.jpg") repeat-x;
    height: 27px;
    line-height: 26px;
    border: 1px #f3f3f3 solid;
}
.left_nav li p a {
    background: url("../img/about_09.png") 8% no-repeat;
    display: block;
    height: 27px;
    color: #0056b8;
    padding-left: 15%;
    font-weight: bold;
}

.left_nav li dl{
    display: none;
}
.left_nav li dl dd {
    margin-top: 4px;
}
.left_nav li dl dd a {
    padding-left: 15%;
    font-weight: bold;
    color: #7b7b7b;
    height: 26px;
    line-height: 26px;
    background: #efefef;
    display: block;
}
.left_nav li dl dd a:hover {
    color: #333;
}
.left_nav li dl dd.jingguo a {
    color: #0056b8;
}

.hb10_about{
    background: none;
    padding: 0px;
}
.hb10_about ul li{
    width:100%;
}
.about_right {
    float: right;
    width: 76%;
    border: 1px #eeeeee solid;
}
.about_tit {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px #eee solid;
    background: url(../img/about_06.jpg) repeat-x;
}
.about_tit b {
    float: left;
    background: url(../img/about_07.png) left no-repeat;
    height: 32px;
    margin-left: 10px;
    padding-left: 12px;
    font-size: 14px;
    color: #797979;
}
.about_box {
    padding:0px 20px 20px;
}
.about_block{
    padding-top: 20px;
}
.atit {
    height: 27px;
    line-height: 26px;
    border-bottom: 4px #dcdcdc solid;
    background: url(../img/about_10.jpg) left 6px no-repeat;
    padding: 0 0 0 10px;
    margin: 0px 0 12px 0;
}
.atit a {
    font-size: 14px;
    color: #515151;
    font-weight: bold;
}
.ac_left {
    float: left;
    width: 44.8%;
    border: 1px #a3a3a3 solid;
}
.ac_left img {
    width: 100%;
}
.ac_right {
    float: right;
    width: 50%;
    line-height: 25px;
    height: 213px;
    color: #302f2f;
    overflow: hidden;
}
.ac_right h1 {
    font-size: 14px;
    color: #3b3b3b;
    margin-bottom: 10px;
}
.ac_right h1 a{
    color: #3b3b3b;
}
.ac_right p{
    text-indent:2em;

}
.h50{
    height: 50px;
}
/* äºŒçº§è½®æ’­åˆ—è¡¨é¡µ*/
.ac_left_banner{
    width:350px;
    height: 230px;
    float: left;
}
.ac_right_con{
    float: right;
    width: calc(100% - 350px);
    height: 268px;
    overflow: hidden;
}
.about_list dt b{
    display: block;
}
.about_list dt {
    height: 40%;
    color: #656565;
    line-height: 22px;
    border-bottom: 1px #d9d9d9 dashed;
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.about_list dt a {
    line-height: 22px;
    font-size: 14px;
    color: #3b3b3b;
    font-family: "å®‹ä½“";
}
.about_list dt p {
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  
}
.about_list dd {
    width: 100%;
}
.about_list dd a {
    color: #302f2f;
    font-family: "å®‹ä½“";
    background: url(../img/about_20.jpg) 2px 4px no-repeat;
    padding-left: 12px;
    line-height: 24px;
}
/* ä¸‰çº§å†…å®¹é¡µ */
.con_tit1 {
    text-align: center;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 18px;
    color: #000;
    font-weight: normal;
    padding: 10px 0 14px 0;
    line-height: 28px;
}
.con_tit2 {
    line-height: 22px;
    color: #7c7c7c;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 28px;
}
.con_tit2 span {
    padding-right: 30px;
}
.con_con {
    line-height: 24px;
    color: #666666;
    padding: 0 20px;
}
.con_con1 {
    line-height: 24px;
    color: #666666;
    padding: 0 20px;
}
.con_con1 p{
   text-indent: 1.5rem;
}
 
.con_download{position:relative;width:100%;margin-top: 20px;}
.con_download_title{font-size:14px;cursor: pointer;font-weight: normal;display: inline;}
.con_download_title span{display:none;font-size: 12px;color: #0056b8;}
.con_download_box{display:none;position:relative;width:100%;left:0%;top: 10px;height: 300px;padding: 20px;box-shadow: 0 0 20px -10px #dddddd;}
.con_download_close{
  position: absolute;
  width: 20px;height: 20px;
  top: 0px;right: 0px;
  border-radius: 50%;
  background: url(../img/x.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  border: 1px solid #dddddd;
}
.con_download_list{
	overflow-y:  auto;
	height: 100%;
  margin: 0 auto;
}
.con_download_list::-webkit-scrollbar  
{  
    width: 3px;  
    height: 3px;  
    background-color: #F5F5F5;  
}
.con_download_list::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 2px;  
    background-color: #f6f6f6;  
}
.con_download_list::-webkit-scrollbar-thumb  
{  
    border-radius: 2px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #f6f6f6;  
}
.con_download_item a{display:block;}
/* å­¦é™¢é¢†å¯¼æ ·å¼ */
.about_xyld{
    font-size: 1em;
    border: 1px solid #00bbec;
    font-family: inherit;
    color: #333333;
    padding: 32px 26px 32px 20px;
    margin-bottom: 20px;
    background-color: #efefef;  
    position: relative;
}
.xyld_tit{
    position: absolute;
    top:-14px;
    left: 18px;
}
.blue_block{
    box-sizing: border-box;
    font-size: 1em;
    font-family: inherit;
    border-color: #00bbec;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    padding: 3px 8px;
    background-color: #00bbec;
}
/* ä¸‰çº§åˆ—è¡¨é¡µ */
.reform_list{
    padding: 20px 0px;
}
.reform_list li {
    background: url(../img/about_20.jpg) left top no-repeat;
    padding: 3px 0 0 12px;
}
.reform_list li div {
    border-top: 1px #bababa dashed;
    height: 36px;
    line-height: 36px;
}
.reform_list li div p {
    height: 36px;
    width: 75%;
    float: left;
    font-family: "å¾®è½¯é›…é»‘";
}
.reform_list li div p a {
    color: #333434;
    font-family: "å®‹ä½“";
}
.reform_list li div span {
    float: right;
    width:25%;
    text-align: right;
    color: #333434;
}
/* åˆ†é¡µæŒ‰é’® */
.page {
    background: url(../img/page_bg_03.jpg) top no-repeat;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.page span{
    cursor: pointer;
}
.page a {
    color: #333434;
    margin: 0 2px;
    display: inline-block;
}
/* æ•™è‚²æ•™å­¦è½®æ’­å›¾ */
.slideBox{ width:337px; height:221px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#7d7e7e; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:337px; height:221px;display:block;  }
.slideBox .bd p{
  width:100%;
  position: absolute;
  bottom: 3px;
  left:0px;
  height: 30px;
  line-height: 31px;
  background-color: rgba(30,21,16,.7);
  color: #ffffff;
  z-index: 0;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  padding-left: 5px;
}
.slideBox .bd p span{
  display: inline-block;
  width:80%;
}
@media screen and (max-width:991px){
    body{
        font-size: 10px;
    }
    .nav li p,.nav  li .nav_down a {
        font-size: 9px;
    } 
    .slider p{
        font-size: 12px;
    }
    .ac_left_banner,.ac_right_con{
      width:100%;
  }
}
@media screen and (max-width:767px){
    .header,.content,.home_box4,.home_box5,.con_left1,.con_right1,.con_left2,.con_right2,.about_right,.ac_right,.ac_left{
        width:100%;
    }

    .ac_right p{
        line-height: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;  
    }

    .footer .footer_right {
        float: left;
    } 
    .home_box9 {
        padding:5% 10% 0;
    } 
    .home_box10 ul li {
        width:48.5%;
        margin-bottom: 5px;
    }
    .home_box10 ul li:nth-child(2n){
        margin-right: 0%;
    }
    /* åŽ»æŽ‰å·¦ä¾§å¯¼èˆªæ  */
    .about_left{
        display:none;
    }
}
@media screen and (max-width:424px){
    .nav li{
        width:20%;
    }
    .logo {
        top:12%;
    }
}
/* åŽ»æŽ‰å¤©æ°” */
@media screen and (max-width:399px){
    .header .nav_weather {
       display: none;
    }  
}
@media screen and (max-width:380px){
  .ac_left_banner{height: auto;}
  .slideBox{ width:100%; height: calc(100% * 221/337)};
}