* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: " MicrosoftYaHei";
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    padding: 10px;
}

.header_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header_nav ul {
    display: flex;
    margin-left: 15px;
}

.header_nav ul li a {
    font-size: 16px;
    color: #333333;
    margin-left: 35px;
}

.banner>img {
    width: 100%;
    height: 100%;
}

.news {
    position: absolute;
    top: 250px;
    left: 650px;
    left: 580px;
    width: 300px;
    text-align: center;
}

.news .p1 {
    font-size: 36px;
    color: #fff;
}

.news .line {
    height: 2px;
    width: 30px;
    background-color: #fff;
    margin: 10px auto;
}

.news .p2 {
    font-size: 18px;
    color: #fff;
}

.banner_nav {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.nav_con {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.banner_nav_list ul {
    display: flex;
}

.banner_nav_list ul li {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
}

.banner_nav_list ul li a {
    padding: 0px 30px;
    font-size: 15px;
    color: #333;
}

.banner_nav_list .over {
    color: #0175c2
}

.dingwei {
    display: flex;
    align-items: center;
}

.dingwei_text {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    margin-left: 2px;
}

.dingwei_text span a:hover {
    color: rgb(1, 117, 194);
}

.main {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.content_info {
    padding: 30px;
}

.content {
    display: flex;
    /*padding: 30px;*/
    width: 1310px;
    margin: 0 auto;
    margin-top: 30px;

}

.content_img img {
    transition: 0.6s linear 0s;
    width: 100%;
    height: 100%;
}

.content_img {
    width: 639px;
    height: 438px;
    overflow: hidden;
}

.content_img:hover img {
    transform: scale(1.1);
}

.info_title {
    font-size: 26px;
    color: #000;
}

.info_Englist {
    font-size: 16px;
    color: #000;
}

.p_line {
    width: 100px;
    height: 2px;
    background-color: rgba(0, 160, 80, 1);
    margin-top: 20px;
}

.info_con {
    margin-top: 20px;
    line-height: 1.8;
    width: 610px;
}

.info_con p {
    font-size: 16px;
    color: #595959;
}

.w_fline {
    width: 98%;
    height: 1px;
    background-color: #ccc;
    margin: 40px auto;
}