/*导航栏开始*/



.container{
    margin: 0 auto;
}


/*导航栏结束*/



@media (min-width: 1024px) {

  
    .container{
        /*width: 1200px !important;*/
    }
    .select_small {
        display:none;
    }
}
@media (min-width: 1200px) {
    .nav li{
        width:103px;
    }
    .container{
        width: 1200px !important;
    }
    .select_small {
        display:none;
    }
}
@media (max-width: 992px) {
    .nav li{
        width:100%;
    }
    .nav_title{
        display: block;
        margin: 16px 0px 11px 0px;
        font-size: 20px;
     }
     .nav_title b{
        padding-right: 48px;
     } 
}
@media (max-width: 768px) {
    body{
        /*min-width: 767px;*/
    }
    .nav li{
        width:100%;
    }
    .nav_title{
        display: block;
        margin: 16px 0px 11px 0px;
        font-size: 20px;
     }
     .nav_title b{
        padding-right: 48px;
     }             
}
 @media screen and (min-width: 769px) and (max-width: 1023px) {
    .foot_number img{
        width:80%;
    }
    .foot_search img{
        width:60%;
    }
    #search_code {
        margin: 40px auto 40px auto;
    }
    .container{
        /*width: 1024px !important;*/
    }
    #nav_en_sm{
    font-size:8px;
    -webkit-transform:scale(0.7);
        width: 103px;
    }

    /*
    .select_small {
            display:none !important;
        }*/
}

/* 下面链接区域*/
@media screen and (max-width:768px) {
    .select_big {
        display:none;
    }
    .bt_huge{
        font-size: 48px;
        text-align:  center;
        font-weight: 600;
        max-width: 1000px;
        text-transform:uppercase;
        word-break:break-all;
        margin: 0 auto;
    }
    .bt_big{
        font-size: 40px;
        text-align:  center;
        max-width: 1000px;
        text-transform:uppercase;
        margin: 0 auto;
        word-break:break-all;
        font-weight: 600;
    }
    .bt_md{
        font-size: 36px;
        text-align:  center;
        max-width: 900px;
        text-transform:uppercase;
        margin: 0 auto;
        word-break:break-all;
        font-weight: 600;
    }
    .bt_normal{
        font-size: 32px;
        text-align:  center;
        max-width: 900px;
        text-transform:uppercase;
        margin: 0 auto;
        font-weight: 600;
        word-break:break-all;
    }
    .bt_sm{
        font-size: 28px;
        text-align:  center;
        max-width: 900px;
        text-transform:uppercase;
        margin: 0 auto;
        word-break:break-all;
        font-weight: 600;
    }
    .zw_huge{
        font-size: 22px;
        max-width: 900px;
        margin: 0 auto;
        text-align:  center;
    }
    .zw_big{
        font-size: 20px;
        max-width: 900px;
        margin: 0 auto;
        text-align:  center;    
        word-wrap:break-word;  
        word-break:break-all;
    }
    .zw_md{
        max-width: 900px;
        font-size: 18px;
        margin: 0 auto;
        text-align:  center;
    }
    .zw_normal{
        max-width: 900px;
        font-size: 16px;
        margin: 0 auto;
        text-align:  center;
    }
    .zw_sm{
        font-size: 14px;
        max-width: 900px;
        margin: 0 auto;
        text-align:  center;
    }
    .zw_ssm{
        font-size: 12px;
        max-width: 900px;
        margin: 0 auto;
        text-align:  center;
    }
}
@media screen and (min-width:769px) {
    .select_small {
        display:none;
    }
    .bt_huge{
    font-size: 96px;
    text-align:  center;
    font-weight: 600;
    max-width: 1000px;
    text-transform:uppercase;
    margin: 0 auto;
    }
    .bt_big{
        font-size: 72px;
        text-align:  center;
        max-width: 1000px;
        text-transform:uppercase;
        margin: 0 auto;
        font-weight: 600;
    }
    .bt_md{
        font-size: 48px;
        text-align:  center;
        max-width: 900px;
        text-transform:uppercase;
        margin: 0 auto;
        font-weight: 600;
    }
    .bt_normal{
        font-size: 40px;
        text-align:  center;
        max-width: 900px;
        text-transform:uppercase;
        margin: 0 auto;
        font-weight: 600;
    }
    .bt_sm{
        font-size: 36px;
        text-align:  center;
        max-width: 900px;
        text-transform:uppercase;
        margin: 0 auto;
        font-weight: 600;
    }
    .zw_huge{
        font-size: 30px;
        max-width: 900px;
        margin: 0 auto;
        text-align:  center;
    }
    .zw_big{
        font-size: 24px;
        max-width: 900px;
        margin: 0 auto;
        text-align:  center;    
        word-wrap:break-word;  
        word-break:break-all;
    }
    .zw_md{
        max-width: 900px;
        font-size: 20px;
        margin: 0 auto;
        line-height: 1.6;
        text-align:  center;
    }
    .zw_normal{
        max-width: 900px;
        font-size: 18px;
        margin: 0 auto;
        text-align:  center;
        line-height: 1.6;
    }
    .zw_sm{
        font-size: 16px;
        max-width: 900px;
        margin: 0 auto;
        text-align:  center;
    }
    .zw_ssm{
        font-size: 14px;
        max-width: 900px;
        margin: 0 auto;
        text-align:  center;
    }
}
.select_all {
    background-color:#f5f5f5;
}
.select {
    background-color: #f5f5f5;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 10px 0 0 0;
}
.select1 {
    display:flex;
    max-width:1024px;
    margin:0 auto;
}
.select1_1 {
    width:20%;
}
.select_small {
    padding-top:20px;
    margin-top: 10px;
}
h4>a {
    display:inline-block;
    width:100%;
    height:100%;
    color:#333 !important;
    opacity:0.8;
}
h4>a:hover {
    text-decoration:none;
    opacity:1;
}
.select a {
    color: #666;
    font-size: 12px;
}
.select a:hover {
    color:#333;
}
.select p {
    margin-bottom:0;
    line-height:22px;
}
.s_title {
    color:#333;
    font-size:12px;
    font-weight:bold;
    margin-top:20px;
}
.panel_select {
    border:0;
    border-bottom:1px solid #e3e3e3;
    margin-top:0 !important;
}
.panel-body>p {
        line-height: 30px;
}
.group_select {
    border:0;
    margin-bottom:0;
}
.panel-collapse{
    background-color: #f2f2f2;
    padding-left:1px;
}
.panel-heading {
    padding:0;
    padding-left:1px;
    height:38px;
    background-color:#f5f5f5 !important;
}
h4 {
    line-height: 37px;
}
.more {
    max-width:1054px;
    margin:30px auto;
    margin-bottom:0;
    padding-bottom:30px;
}
.more:after {
    content:"";
    display:block;
    clear:both;
}
.more a {
    color:#0070c9;
}
.more a:hover {
    color:#333;
}
.more_1 a {
    color:#666 !important;
}
.more_1 .col-md-4 a {
    padding-left:6px;
}
.more_1 {
    display:flex;
}
.more p {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom:5px;
    margin-bottom:6px;
}
.more>p {
    font-size:12px;
}

@media screen and (max-width:768px) {
    .more_1 {
        display:block;
    }
    .c_20162 {
        text-align:left !important;
    }
    .select {
       /* width: 95%;*/
    margin: 0 auto;
    }
}
/*.chuizhijuzhong{
    -webkit-display:flex;
        display:flex;
        -webkit-align-items:center;
        align-items:center;
        -webkit-justify-content:center;
        justify-content:center;
}*/
.chuizhijuzhong{
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.heisea a {
    color: #000;
    /*font-size: 20px;*/
    font-weight: 500;
}
.heisea a:hover {
    color:#000;
    /*text-decoration:none;*/
}
.baisea a {
    color: #fff;
    /*font-size: 20px;*/
    font-weight: 500;
}
.baisea a:hover {
    color:#ffffff;
}
.lansea a {
    color: #0063b2;
    /*font-size: 20px;*/
    font-weight: 500;
}
.lansea a:hover {
    color:#0089f7;
}
.lvse a {
    color: #04874c;
    /*font-size: 20px;*/
    font-weight: 500;
}
.lvse a:hover {
    color:#04874c;
}
.huangsea a {
    color: #ffff00;
    /*font-size: 20px;*/
    font-weight: 500;
}
.huangsea a:hover {
    color:#ffff00;
}
.a_right_mrg{
    margin-right: 40px;
}
.white{
    color: #ffffff;
}
.black{
    color: #000000;
}
.lansezi{
    color: #0063b2;
}
.lvse{
    color: #04874c;
}
.lvsezhuti{
    color: #279b85;
}
.huangzi{
    color: #f39821;
}
.tm_10{
    margin: 10px auto 0 auto !important;
}
.daxie{
    text-transform:uppercase;
    
}
.dq_left{
    text-align: left !important;
}
.dq_right{
    text-align: right !important;
}

.mrg_bottom_10{
    margin-bottom: 10px;
}
.mrg_bottom_20{
    margin-bottom: 20px;
}

