/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: ' ';
    color: #333;
}

a {
    color: #fff;
}

a:hover {
    color: #f60;
    text-decoration: none;
}

:hover {
    transition: all .3s ease;
}

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 1200px;
    margin: 0 auto;
}

input,
textarea,
select {
    outline: none
}

.head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
}

.logo {
    width: 15%;
    float: left;
}

.logo img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.menu {
    width: 70%;
    float: right;
    text-align: center;
}

.menu ul li {
    float: none;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    line-height: 60px;
}

.menu ul li dl {
    width: 180%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background-color: rgba(50, 50, 50, 0.6);
    display: none;
    height: 0;
}

.menu ul li dl dd {
    line-height: 50px;
    text-indent: 1rem;
    text-align: left;
}

.menu ul li dl dd a {
    color: #fff;
}

.menu ul li:hover dl {
    display: block;
    height: auto;
    transition: all 0.5s;
}

.menu ul li:hover::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #F8B62C;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.menu ul li dl dd:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.tell {
    width: 15%;
    float: right;
    line-height: 60px;
}

.con {
    width: 100%;
    padding: 60px 0;
}

.foot {
    width: 100%;
    background-color: #3E3A39;
}

.nav {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.nav ul li {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background-color: #F5F7FA;
    text-align: center;
    margin: 0;
}

.nav ul li a {
    color: #000;
    font-size: 16px;
}

.nav ul li.on {
    background-color: #F8B62C;
}

.nav ul li.on a {
    color: #fff;
}

.weizhi {
    height: 40px;
    line-height: 40px;
    background: url(../images/title03.png) no-repeat;
    font-size: 14px;
}

.inside {
    margin-top: 20px;
    min-height: 400px;
}

.inside_left {
    width: 220px;
    float: left;
}

.inside_left .side_a dl dt {
    border-bottom: 3px solid #ddd;
    display: block;
    height: 40px;
    color: #324483;
    font-weight: bold;
    line-height: 40px;
    font-size: 18px;
}

.inside_left .side_a dl dd {
    height: 36px;
    line-height: 36px;
    border-bottom: #ddd solid 1px;
}

.inside_left .side_a dl dd a {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    background: url(../images/about-cn3_19.jpg) 15px center no-repeat;
}

.inside_left .side_a dl dd a:hover {
    background: #324483;
    color: #fff;
}

.inside_left .side_a dl .hover a {
    background: #324483;
    color: #fff;
}

.lianxi {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.inside_right {
    width: calc(100% - 240px);
    float: right;
}

.inside_con {
    padding: 10px 0;
}

.rj {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    display: none;
}

.rj a {
    background: none !important;
}

.update_side_a dl dd:hover .rj {
    display: block;
}

.planlist {
    margin: 60px 0;
}

.planlist .pic {
    width: 49%;
}

.lf {
    float: left;
}

.rt {
    float: right;
}


/*common end*/