/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px;line-height: 1;}
p{text-align: justify;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999; 
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
/*css common*/
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.nodisplay{display: none;}
@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../font/MYRIADPRO-REGULAR.OTF"); 
}
@font-face {
    font-family: "MyriadPro-Bold";
    src: url("../font/MYRIADPRO-REGULAR.OTF"); 
}
@font-face {
    font-family: "MyriadPro-Light";
    src: url("../font/MyriadPro-Light.otf"); 
}
.inner {max-width: 1200px;margin: 0 auto;}
/*.web .main-frame .right{min-height: 900px;}*/
#totop{
    z-index: 99;
    display: block;
    position: fixed;
    display: none;
}
@media only screen and (min-width:769px){
    #totop{
        right: 60px;
        bottom: 62px;
    }
}
@media only screen and (max-width:768px){
    #totop{
        right: 30px;
        bottom: 30px;
    }
}
#kvslider1,#mobile_kvslider1{display: none;}
#kvslider1 .kv-txt-wrap{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#kvslider1 .kv-txt-wrap .kv-txt-table{width: 80%;margin: 0px auto;}
#kvslider1 .kv-txt-wrap .kv-txt-table td{padding: 5px 0px;}
#kvslider1 .kv-txt-wrap .kv-txt-table td p{
    line-height: 1.2em;
    font-family: "MyriadPro-Light";
}
#kvslider1 .kv-txt-wrap .kv-txt-table td.td-item-left p{text-align: left;}
#kvslider1 .kv-txt-wrap .kv-txt-table td.td-item-center{padding-top: 0px;}
#kvslider1 .kv-txt-wrap .kv-txt-table td.td-item-center p{text-align: center;}
#kvslider1 .kv-txt-wrap .kv-txt-table td.td-item-right p{text-align: right;}

#mobile_kvslider1 .kv-txt-wrap{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 5%;
}
#mobile_kvslider1 .kv-txt-wrap .kv-txt-table{width:100%;margin: 0px auto;}
#mobile_kvslider1 .kv-txt-wrap .kv-txt-table td{padding: 5px 0px;}
#mobile_kvslider1 .kv-txt-wrap .kv-txt-table td p{line-height: 1.2em; font-family: "MyriadPro-Light";}
#mobile_kvslider1 .kv-txt-wrap .kv-txt-table td.td-item-left p{text-align: left;}
#mobile_kvslider1 .kv-txt-wrap .kv-txt-table td.td-item-right p{text-align: right;}
.mobile{
    display: none;
}
.web{
    display: block;
}
/* mobile 公用部分 */

/* kv */

.mobile li img {width: 100%;}
.mobile .bx-wrapper{position: relative;}
.mobile .bx-pager {
    bottom: 20px;
    font-size: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color:transparent;
}
.mobile .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 6px;
}

.mobile .bx-pager .bx-pager-item .bx-pager-link {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 12px;
    overflow: hidden;
    text-indent: -99em;
    width: 12px;
}

.mobile .bx-pager .bx-pager-item .bx-pager-link.active {
    background-color: #fff;
    background-image: none;
}

/* 导航 main nav */
.mobile .nav{margin-top: 45px;margin-bottom: 50px;}
.mobile .nav ul li .sub-nav{display: none;padding-left: 2%;}
.mobile .nav ul li.active .sub-nav{display: block;}
.mobile .nav ul li a{
    color: #666666;
    display: block;
    text-align: left;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
/*
修改left_nav 字的颜色和大小
*/
.mobile .nav ul li a.main-nav{font-size: 17px;border-bottom-color: #CFCFCF;padding-left: 6%;} 
.mobile .nav ul li a.sub-nav{font-size: 18px;width: 92%;margin: 0px auto;border-bottom-color: #909090;} 
.mobile .nav ul li a.sub-nav.last{width: 100%;border-bottom-color:#CFCFCF;padding-left: 6%;}
.mobile .nav ul li a.sub-nav.active{color: #EE7800;}

.mobile .nav ul li.active .main-nav{background-color: #EE7800;color: #fff;border-bottom-color: transparent;}


.mobile .more{text-align: right;}
.mobile .more a{
    display: inline-block;
    font-size: 16px;
    color: #e3740e;
    padding-right: 30px;
    background:url("../images/mobile_more.png") right center no-repeat; 
}
.mobile .back{text-align: left;}
.mobile .back a{
    display: inline-block;
    font-size: 16px;
    color: #e3740e;
    padding-right: 30px;
    background:url("../images/mobile_back.png") right center no-repeat; 
}
/*css 网页端头部*/
#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
}
#header .inner{
    width: 1116px;
}
#header .top{
    height: 50px;
    /*line-height: 50px;*/
    background-color: #212121;
}
#header .top .rss{
    display: block;
    float: left;
    margin-right: 9px;
    width: 24px;
    height: 24px;
    margin-top: 13px;
}
#header .top .rss img{vertical-align: top;}
#header .top .wechat{
    position: relative;
    display: block;
    margin-right: 9px;
    width: 27px;
    height: 22px;
    float: left;
    margin-top: 14px;
}
#header .top .wechat img{vertical-align: top;}
#header .top .wechat .qr{
    position: absolute;
    top: 35px;
    right: 0;
    display: none;
}
#header .top .wechat:hover .qr{
    display: block;
    z-index: 2;
}
#header .top .language-box{
    width: 99px;
    height: 26px;
    line-height: 24px;
    float: left;
    position: relative;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    margin-top: 12px;
}
#header .top .language-box .now{
    color: #bcbcbc;
    font-size: 12px;
    padding-left: 34px;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/header_language_icon1.png);
    background-position: 8px center;
}
#header .top .language-box .language-sub{
    position: absolute;
    left: -1px;
    top: 25px;
    width: 99px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    display: none;
    z-index: 2;
}
#header .top .language-box .language-sub a{
    font-family: "微软雅黑";
    font-size: 12px;
    display: block;
    height: 28px;
    line-height: 28px;
    color: #bcbcbc;
    background-repeat: no-repeat;
    background-position: 6px center;
    padding-left: 34px;
}
#header .top .language-box .language-sub a.language-zn{background-image: url("../images/header_language_icon2.png");}
#header .top .language-box .language-sub a.language-jp{background-image: url("../images/header_language_icon3.png");}
#header .top .language-box .language-sub a.language-en{background-image: url("../images/header_language_icon4.png");}
#header .top .search-box{
    position: relative;
    float: right;
    margin-top: 16px;
    width: 18px;
    height: 18px;
}
#header .top .search-box .btn{
    width: 18px;
    height: 18px;
    display: block;
    padding: 0px;
    margin: 0px;
}
#header .top .search-box .search-bar{
    width: 0px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 0;
    overflow: hidden;
    z-index: 2;
}
#header .top .search-box .search-bar input{
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    width: 302px;
}
#header .top .search-box .search-bar .search-btn{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 5px;
}
#header .top .nav-box{
    float: right;
    font-size: 0;
    margin-right: 28px;
    line-height: 1;
    margin-bottom: 0px;
}
#header .top .nav-box li{
    display: inline-block;
    margin-left: 3px;
    text-align: center;
    position: relative;
}
#header .top .nav-box li .first{
    height: 50px;
    line-height: 50px;
    color: #bcbcbc;
    font-size: 16px;
    display: block;
    padding: 0 10px;
}
#header .top .nav-box li.active .first{
    color: #fff;
    background-color: #ee7700;
}
#header .top .nav-box li.line1 .first{
    width: 162px;
}
#header .top .nav-box li.line2 .first{
    width: 130px;
}
#header .top .nav-box li .first span{
    font-size: 15px;
    margin-left: 10px;
}
#header .top .nav-box li .sub-nav{
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: url("../images/shadow.png");
    display: none;
}
#header .top .nav-box li:hover .sub-nav{
    display: block;
    z-index: 2;
}
#header .top .nav-box li .sub-nav a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #bcbcbc;
}
#header .bottom{
    background-color: #fff;
}
#header .bottom.fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#header .bottom .inner{
    height: 62px;
    position: relative;
    padding-top: 10px;
}
#header .bottom .logo{
    display: block;
    width: 184px;
    height: 63px;
    position: absolute;
    left: 0;
    top: 0px;
}
#header .bottom .nav{
    margin-left: 275px;
}
#header .bottom .nav a{
    font-size: 16px;
    color: #595757;
    text-align: center;
    border-left: 1px solid #ddd;
    height: 43px;
    line-height: 43px;
    width: 154px;
    display: inline-block;
}
#header .bottom .nav a.last{
    border-right: 1px solid #ddd;
}
#header .bottom .nav a:hover,#header .bottom .nav a.active{
    color: #ee7700;
}
/*css 网页端底部*/
#footer{
    background-color: #212121;
    height: 224px;
    padding-top: 50px;
}
#footer .inner{
    width: 1000px;
}
#footer .top{
    font-size: 0;
    margin-bottom: 30px;
}
#footer .top a{
    display: inline-block;
    width: 25%;
    font-size: 14px;
    color: #aaa;
    border-left: 1px solid #6f6a6a;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
#footer .top a:hover{color: #fff;}
#footer .top a.last{
    border-right: 1px solid #6f6a6a;
}
#footer .middle{
    margin-bottom: 30px;
}
#footer .middle .left{
    width: 418px;
    height: 40px;
    float: left;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}
#footer .middle .left a{
    font-size: 15px;
    color: #555;
    padding: 0 12px;
    display: inline-block;
    margin-top: 13px;
    height: 14px;
    line-height: 14px;
    border-right: 1px #555 solid;
}
#footer .middle .left a.last{border-right: none;}
#footer .middle .left a:hover{color: #ee7700;}
#footer .middle .right{
    width: 540px;
    height: 40px;
    line-height: 40px;
    float: right;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0;
}
#footer .middle .right input{
    width: 468px;
    height: 40px;
    line-height: 40px;
    padding-left: 54px;
    padding-right: 10px;
    background-image: url(../images/footer_icon1.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    color: #696969;
}
#footer .middle .right a{
    font-size: 16px;
    color: #fff;
    background-color: #5f5f5f;
    text-align: center;
    display: inline-block;
    width: 68px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #5f5f5f;
}
#footer .middle .right a:hover{
    background-color: #e6e6e6;
    color: #333;
    border-color: #adadad;
}
#footer .bottom{
    text-align: right;
    font-size: 15px;
    color: #aaa;
}
/*css 手机端头部*/
#menubar-shadow-box{
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}
#header2{padding: 10px 0px;}
.bodybox #header2 {
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.098);
    left: 0;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}
#header2 .navbar {
    background: rgba(0, 0, 0, 0) url("../images/nav_icon.png") no-repeat scroll center center;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    cursor: pointer;
}
#header2 .menubar {
    background-color: #000;
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    z-index: 9;
    display: none;
}
#header2 .menubar li h3 a {
    display: block;
    font-size: 22px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #d2d2d2;
    font-family: "MyriadPro-Regular";
}
#header2 .menubar li h3.active a{color: #ee7800;}
#header2 .menubar li h3 a i {
    background: rgba(0, 0, 0, 0) url("../images/mobile_menu_down.png") no-repeat scroll center center;
    display:inline-block;
    height: 7px;
    margin-left: 15px;
    width: 15px;
    position: relative;
    bottom: 4px;
}
#header2 .menubar .box {
    display: none;
    background-color: #353535;
}
#header2 .menubar .box a {
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 46px;
    text-align: center;
}
#header2 .menubar li .pd {
    background-color: #000;
    border-top: 1px solid #fff;
    height: 50px;
    position: relative;
}
#header2 .isearch .img span {
    line-height: 30px;
    color: #fff;
}
#header2 .ipt_b2 {
    width: 30px;
}
#header2 .ipt_t2 {
    color: #ccc;
    width: 172px;
}
#header2 .isearch_foot {
    right: 0;
    top: 0;
}
#header2 .isearch_hover {
    left: 80%;
}
#header2 .isearch_hover .isearch_foot {
    width: 220px;
}
#header2 .isearch {
    display: block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
}
#header2 .isearch .img {
    background: rgba(0, 0, 0, 0) url("../images/mobile_search.png") no-repeat scroll right center;
    cursor: pointer;
    display: block;
    height: 48px;
    line-height: 48px;
    padding-right: 35px;
    font-size: 22px;
    color: #d2d2d2;
}
#header2 .isearch_foot {
    background-color: #fff;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 10px;
    transition: width 0.5s ease 0s;
    width: 0;
}
#header2 .ipt_t2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 38px 0 10px;
    width: 172px;
    position: relative;
    top: -10px;
}
#header2 .ipt_b2 {
    background: rgba(0, 0, 0, 0) url("../images/mobile_search1.png") no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
}
/*css 手机端底部*/
#footer2{margin-top: 35px;}
#footer2 .boardcast{background-color: #E2E2E2;padding: 12px 0px;}
#footer2 .boardcast ul li{float: left;width: 33.3%;text-align: center;position: relative;}
#footer2 .boardcast ul li.last a{border-right: none;}
#footer2 .boardcast ul li a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 36px;
    border-right: 1px #3B3B3B solid;
    white-space:nowrap;
}
#footer2 .boardcast ul li a img{width: 30px;vertical-align: middle;}
#footer2 .boardcast ul li .box{
    position: absolute;
    bottom: 50px;
    background-color: #F5F5F5;
    border: 1px #E6E6E6 solid;
    border-bottom: none;
    padding-bottom: 10px;
    display: none;
    width: 100%;
    min-width: 105px;
}
#footer2 .boardcast ul li .box a{text-align: left;border-right: none;padding: 10px 0px 0px 15px;}
#footer2 .boardcast ul li .box a img{margin-right: 5px;width: 30px;}

#footer2 .boardcast ul li .wechat-img{width: 80%;position: absolute;bottom: 50px;left: 10%;display: none;}

#footer2 .footer-bottom{background-color: #3B3B3B;}
#footer2 .footer-bottom .footer-nav a{text-align: center;}
#footer2 .footer-bottom .footer-nav-1 a{display: block;font-size: 16px;color: #fff;padding: 13px 0px;height: 46px;line-height: 46px;}
#footer2 .footer-bottom .footer-nav-2{
    background-color: #fff;
    border-radius: 5px;
    margin: 40px 0px;
    text-align: center;
    padding: 17px 0px;
}
#footer2 .footer-bottom .footer-nav-2 a{
    display: inline-block;
    color: #3b3b3b;
    height: 20px;
    line-height: 20px;
}
#footer2 .footer-bottom .footer-nav-2 a.last{border-right: none;}

/* 响应式部分 */

@media only screen and (min-width:381px){
    #footer2 .footer-bottom .footer-nav-2 a{font-size: 12px;padding: 0px 10px;border-right: 1px #3B3B3B solid;}
}
@media only screen and (min-width:451px){
    #footer2 .footer-bottom .footer-nav-2 a{font-size: 16px;}
}
@media only screen and (max-width:380px){
    #footer2 .footer-bottom .footer-nav-2 a{display: block;font-size:16px;margin-bottom: 15px; }
    #footer2 .footer-bottom .footer-nav-2 a.last{margin-bottom: 0px;}
}

#footer2 .footer-bottom .footer-search{text-align: center;background-color: #fff;border-radius: 5px;margin: 25px auto;}
#footer2 .footer-bottom .footer-search table{width: 100%;}
#footer2 .footer-bottom .footer-search table td{height: 50px;text-align: right;}
#footer2 .footer-bottom .footer-search .search-input{
    font-size: 14px;
    color: #9d9d9d;
    width: 100%;
    padding-left: 10px;
}
#footer2 .footer-bottom .footer-search .real-submit-btn{display: none;}
#footer2 .footer-bottom .footer-search .fake-submit-btn{
    display: inline-block;
    min-width: 130px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #ffffff;
    background-color: #5F5F5F;
    border-radius: 5px;
    margin-right: 2px;
}
#footer2 .footer-bottom .copy-right{
    font-size: 16px;
    line-height: 26px;
    color: #ececec;
    text-align: center;
    padding-bottom: 25px;
}
/*css 手机端导航栏*/
#nav{
    width: 240px;
    height: 100%;
    position: fixed;
    left: -240px;
    top: 0;
    padding-top: 45px;
    overflow: scroll;
    display: none;
    box-shadow: 0px 9px 10px rgba(0,0,0,0.2);
    z-index: 12;
    background-color: #fff;
}
#nav .icon-box{
    text-align: center;
    position: relative;
}
#nav .icon-box img{
    width: 42px;
    margin: 0 5px;
}
#nav .icon-box .qr{
    width: 140px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 50px;
    display: none;
}
#nav .icon-box .weixin{
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-image: url(../images/nav_wx.png);
    background-size: 100% auto;
    background-position: center top;
}
#nav .icon-box .weixin.active{
    background-position: center bottom;
}
#nav ul{
    margin-bottom: 21px;
}
#nav .level1{
    height: 50px;
    line-height: 50px;
}
#nav .level1 a{
    padding-left: 24px;
    display: block;
    font-size: 1.8rem;
    color: #0091db;
    position: relative;
    letter-spacing: 2px;
}
#nav .level1.active a{
    color: #fff;
    background-color: #0091da;
}
#nav .level1 a span{
    width: 30px;
    height: 30px;
    background-image: url(../images/nav_icon.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px;
}
#nav .sub-nav{
    display: none;
}
#nav .sub-nav a{
    padding-left: 24px;
    display: block;
    font-size: 1.8rem;
    color: #444;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
}
@media only screen and (max-width:1440px){

}
@media only screen and (max-width:1366px){

}
@media only screen and (max-width:1280px){

}
@media only screen and (max-width:1180px){

}
@media only screen and (max-width:1024px){
    html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
    html,body,p{font-family: PingFang SC Light Regular,微软雅黑 Light,STHeitiSC-Light,微软雅黑,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans;}
    #main{
        width: 100%;
        padding-bottom: 0;
        background-color: #fff;
    }
    #nav{
        padding-top: 90px;
    }

}
@media only screen and (min-width:769px){
    #main{padding-top: 112px;}
    #footer,#header{
        display: block;
        min-width: 1116px;
    }
    .web{min-width: 1116px;}
    #header2,#nav,#footer2{
        display: none;
    }
}
@media only screen and (max-width:768px){
    #footer,#header{
        display: none;
    }
    #header2,#nav,#footer2{
        display: block;
    }
    .mobile-fixwidth{width: 100%;padding: 0px 35px;}
    .mobile{
        display: block;
    }
    .web{
        display: none;
    }
}
@media only screen and (max-width:640px){
    .mobile-fixwidth{width: 100%;padding: 0px 25px;}
}
@media only screen and (max-width:588px){
    .mobile-fixwidth{width: 100%;padding: 0px 10px;}

}
@media only screen and (max-width:550px){

}
@media only screen and (max-width:414px){
    #main{
        padding-top: 0px;
    }
    #nav{
        padding-top: 60px;
    }
}
@media only screen and (min-width:381px){
    #footer2 .boardcast ul li a img{margin-right: 5%;}
}

@media only screen and (max-width:380px){

}
@media only screen and (max-width:320px){
    #nav .level1 a{
        font-size: 1.8rem;
    }
}

#slide-nav.fix{position: fixed;top: 110px;z-index: 2;background-color: #fff;}


.message_wrapper.alert {
    border-radius: 4px;
    padding: 15px;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.message_wrapper {
    margin: 10px 0;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.message_wrapper button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.message_wrapper .close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.message_wrapper button {
    text-transform: none;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    display: none;
}

.message_wrapper .sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.message_wrapper .alert > ul {
    margin-bottom: 0;
    margin-top: 0;
}
.message_wrapper .list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.message_wrapper .alert-success {
    color: #3c763d;
}
.message_wrapper .list-unstyled {
    list-style: outside none none;
    text-align: center;
}
.message_wrapper .message_wrapper .glyphicon {
    padding: 0 10px 0 0;
    top: 2px;
}
.message_wrapper .glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 0.5;
    position: relative;
    top: 1px;
}


/* admin edit link */

.admin-edit-link{
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 15px;
    font-size: 14px;
    color: #666;
}
.admin-edit-link:hover{color:#333}

@media only screen and (max-width:1024px){
    .admin-edit-link{display: none;}
}
@media only screen and (min-width:1025px){
    .admin-edit-link{
        display: block;
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #E7E6E4;
        border-radius: 8px;
    }
}

.menu-edit-link{
    display: block;
    width: 60px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    background-color: #E7E6E4;
    border-radius: 8px;
    color: #666 !important;
    font-size: 14px !important;
    padding: 0 !important;
    background-image: none !important;
}

#slide-nav .menu-edit-link-li{
    border: 0px;
    text-align: left;
    margin-top: 15px;
    padding-left: 10px;
}

/*左侧 menu*/
.web .main-frame .left{
    position: absolute;
    left: 0;
    top: 0;
}
.web .main-frame .left li{
    width: 260px;
    border-top: 1px solid #cfcfcf;
    list-style: none;
}
.web .main-frame .left li a{
    font-size: 15px;
    color: #78787a;
    display: block;
    width: 269px;
    height: 46px;
    line-height: 45px;
    padding-left:15px;
    background-image:url(/skin/bundles/frontend/images/event_icon.jpg); background-repeat:no-repeat; background-position:right center;
}
.web .main-frame .left li a.sub{
    display: none;
    font-size: 13px;
    line-height:34px; height:34px;
}
.web .main-frame .left li.last a{
    height: 46px;
}
.web .main-frame .left li.active a,.web .main-frame .left li a:hover{
    color: #fff;
    background-image: url(/skin/bundles/frontend/images/aboutsungrow_web_left_triangle.png);
    background-repeat: no-repeat;
}
.web .main-frame .left li.active a.sub{
    display: block;
    position:relative;
    color: #78787a;
    background-position: 11px bottom;
    border-bottom: 1px #CFCFCF solid;
    margin-left:30px; 
    height:34px; 
    line-height:34px;
    padding-left:0;
    width:229px;
    background-image: none;
}
.web .main-frame .left li.last{border-bottom: 1px solid #cfcfcf;}
.web .main-frame .left li.active a.sub.active,.web .main-frame .left li.active a.sub:hover{
    color: #ee7700;
}
.web .main-frame .left li.active a.sub.active i,.web .main-frame .left li.active a.sub:hover i{
    position:absolute; right:-7px; background:url(/skin/bundles/frontend/images/pgsubnavbg.jpg) no-repeat;  top:10.5px; width:7px; height:13px; background-position:center;
}

.mobile .nav li a{
    font-size: 17px;
    color: #78787a;
    display: block;
    width: auto;
    height: 46px;
    line-height: 45px;
    padding-left:20px;
}
.mobile .nav li a.main-nav{background-image: none;}
.mobile .mobile-fixwidth li a.sub{
    display: none;
    font-size: 13px;
    height:34px;
}
.mobile .nav li.last a{
    height: 47px;
}


/*new header*/
img{ max-width:100%;}
.menu_box{ float:right; margin-right:46px;}
.menu_box ul{ border-right:1px solid #e8e8e8;}
.menu_box li{ float:left; /*width:131px;*/ width:162px;}
.menu_box li a{letter-spacing:-0.6px;white-space:nowrap; display:block; height:42px; text-align:center; border-left:1px solid #e8e8e8; font-size:16px; line-height:42px;box-sizing:border-box; color:#595757;}
.menu_box li.curr a,.menu_box li a:hover{color:#ee7800;}
.menu_box li{ position:relative; z-index:8;}
.menu_box li .box{ display:none; position:absolute; left:0px; top:42px; right:0px; width:100%; }
.menu_box li:hover .box{ display:block;}
.menu_box li .box a{ height:40px; line-height:40px; font-size:14px; border:none;  text-align:center; display:block;background:url(/skin/bundles/frontend/images/shadow.png) repeat; color:#bcbcbc;}
.menu_box li .box a:hover{ background-color:#000;}

.menu_box a i{ display:inline-block;zoom:1;*display:inline; *margin-top:-14px; margin-left:9px; background:url(/skin/bundles/frontend/images/menuico.png) no-repeat 0 0; width:9px; height:9px;}
#header .top .nav-box li .sub-nav a{ font-size:14px;}
#header .top .nav-box li.line2 .first{ width: 160px;}

#header .top .nav-box li{ margin-left:0;z-index:10;}
#header .top .nav-box li .sub-nav a:hover{ background-color:#000;}
#header .top .nav-box li:hover{ background-color:#4d4d4d;}
#header .top .search-box .search-bar{ z-index:999;}
#header .bottom .menu_box li.active a{ color:#ee7700;}
#header .top .language-box{background:url(/skin/bundles/frontend/images/gqtb.png) no-repeat; background-position:right 2px center;}
#footer .middle .left a{
    font-size: 15px;
    color: #555;
    padding: 0 12px;
    display: inline-block;
    margin-top: 13px;
    height: 14px;
    line-height: 14px;
    border-right: 1px #555 solid;
}
#footer .middle .left a:hover{ color:#ee7700;}
#footer .middle .left a.last{ border-right:none;}
#footer .top a:hover{color: #fff;}
