/* head 三级菜单 */
.dropdown-menu li{
    position: relative;
}
.dropdown-menu li ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: #d9d9d9;
    display: none;
    width: 160px;
    padding: 0;
}
.dropdown-menu li ul.en {
    width: 260px;
}
.dropdown-menu li ul li {
    height: 32px;
    line-height: 32px;
}
.dropdown-menu li ul li a {
    text-decoration: none;
    display: block;
    padding-left: 40px;
    color: #5a5a5a;
}
.dropdown-menu li:hover ul {
    display: block;
}
.dropdown-menu li ul li:hover a{
    background: #f1f1f1;
    color: #10428b;
    display: block;
}
/* 左侧三级 */
.left_nav_ul ul {
    padding: 0;
    margin-top: 0px;
    /*display: none;*/
}
.left_nav_ul ul li {
    height: 40px;
    line-height: 40px;
    padding-left:18px;
}
.bxslider .more{
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 278px;
    height: 122px;
    padding: 35px 0 0 45px;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 22px;
}
.bxslider .more a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    font-size: 13px;
    background: #1f4186;
    margin-top: 18px;
    
}
.second-nav {
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.second-nav li +li {
    border-left: 1px solid ;
}
.second-nav li{
    /*height: 15px;*/
    padding: 0 12px;
    
}

.jc_about .btn {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border-radius: 0;
    color: black;
    border-color: #999999;
}
.about_contents {
    line-height: 30px;
    font-size: 14px;
}
.jc_about img {
    width: 100%;
}
}