* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    user-select: none!important;
}

html,
body {
    font-family: "寰蒋闆呴粦";
}

a {
    text-decoration: none;
    color: #36383c;
}

ul li {
    list-style-type: none;
}

video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel { width: calc(100% + 30px); } 

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.nav {
    width: 100%;
    position: relative;
    z-index: 2;
}

.nav-box {
    width: 1000px;
    margin: 0px auto;
}

.nav .left {
    float: left;
}

.nav .left img {
    width: 100%;
    margin-top: 10px;
}

.nav .right {
    float: right;
    width: 55%;
    height: 65px;
    line-height: 65px;
    display: flex;
}

.nav .right>li {
    text-align: center;
    flex: 1;
    cursor: pointer;
}

.nav .right>li a {
    display: block;
    width: 90%;
    margin: 0px auto;
    position: relative;
}

.nav li a .bottom_line {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 60%;
    height: 0;
    background-color: #ff4e00;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    left: 50%;
    margin-left: -30%;
}

.navbar-nav li.active .bottom_line,
.nav.navbar-nav li:hover .bottom_line {
    height: 5px;
}

.cp-nav-detail,
.jj-nav-detail {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #ffffff;
    display: none;
    top: 80px;
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.cp-nav-detail .left-content,
.jj-nav-detail .left-content {
    background: #fff;
    width: 100%;
    margin-bottom: 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.cp-nav-detail .left-content li,
.jj-nav-detail .left-content li {
    flex: auto;
    flex-shrink: 1;
    text-align: left;
    line-height: 50px;
	margin-right: 1%;
    border-bottom: 1px solid #e8e9ea;
    margin-top: 10px;
    display: flex;
    background: #eff0f1;
    max-width: 24%; 
    min-width: 14%;
}

.cp-nav-detail .left-content li a,
.jj-nav-detail .left-content li a {
    /* padding-left: 5%; */
    /* width: 100%; */
    /* height: 100%; */
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    flex-shrink: 1;
	text-align: center;
	font-weight: bold;
	background: #eff0f1;
	color: #e6720e;
	border-left: 2px solid #e6720e;
	font-size: 16px;
}

.cp-nav-detail .left-content li.active,
.jj-nav-detail .left-content li.active {
    border-bottom: none;
}

.cp-nav-detail .left-content li.active a,
.jj-nav-detail .left-content li.active a {
    /* background: #eff0f1; */
    color: #e6720e;
    /* width: 100%; */
    /* padding-left: 5%; */
    /* display: block; */
    border-left: 2px solid #e6720e;
    font-size: 16px;
}

.cp-nav-detail .right-content,
.jj-nav-detail .right-content {
    background: #ffffff;
    float: right;
    width: 60%;
    text-align: left;
    padding-left: 50px;
}

.cp-nav-detail .right-content .right-item,
.jj-nav-detail .right-content .right-item {
    display: none;
}

.cp-nav-detail .box {
    width: 1140px;
    margin: 0px auto;
}

.right-content h2 {
    color: #36383c;
    padding-bottom: 28px;
    border-bottom: 1px solid #b0b0b0;
    font-size: 24px;
}

.right-content .list {}

.right-content .list h3 {
    font-size: 20px;
    font-weight: bold;
}

.right-content .list li {
    line-height: 40px;
}

.right-content .list li a {
    color: #36383c;
    font-size: 16px;
}

.right-content .list li.active a {
    color: #e6720e;
}

@media only screen and (max-width:1000px) {

    .navbar-nav li.active .bottom_line,
    .nav.navbar-nav li:hover .bottom_line {
        display: none;
    }
}
