* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: " MicrosoftYaHei";
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}
.Details1{
    padding: 80px;
}
.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;
}

.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;
}

.Details2{
    width: 100%;
}
.Details2 h1{
    text-align: center;
}
.Details2 .Details5{
    text-align: center;
}
.Details8{
    font-size: 24px;
    font-weight: bold;
}
.Details3{
    margin-top: 10px;
    width: 100%;
}
.Details3 li{
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
}
.Details6{
    font-size: 16px;
}
.Details6 li{
    height:24px;
    line-height: 24px;
}
.Details9{
    text-align: center;
}
.Details10{
    display: inline-block;
    width: 19%;
    margin: 0.5%;
}
.Details10 img{
    width: 100%;
}
.Details10 p{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.tag_total{
    display: block;
    width: 100%;
}
.tag_total{
    margin-left: 20px;
}
#newsList{
    display: block;
    margin-left: 40px;
}
#newsList li{
    line-height: 40px;
    font-size: 14px;
}
#newsList li img{
    height: 30px;
}
.pro_detail{
        padding: 20px;
        margin: 0 auto;
        width: 1310px;
    }
    /*.pro_detail_top{
        padding: 40px;
    }*/
    .pro_detail_top_right{
        width: 50%;
        display: inline-block;
        float: right;
    }
    .pro_detail_top_right h1{
        margin-left: 50px;
        font-weight: bold;
    }
    .pro_detail_top_right p{
        margin-left: 50px;
        font-size: 16px;
    }
    .pro_detail_top_right button{
        margin-top: 60px;
        margin-left: 50px;
        background: rgb(1, 117, 194);
        width: 150px;
        border: 1px solid rgb(1, 117, 194);
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        transition: all .36s ease;
    }
    .pro_detail_top_right button:hover{
        background: #fff;
        color: rgb(1, 117, 194);
    }
    .pro_detail_top_left{
        width: 50%;
        display: inline-block;
        float: left;
    }
    .pro_detail_top_left img{
        width: 100%;
    }
    .pro_detail_bottom{
        margin-top: 40px;
        /*padding: 10px;*/
    }
    .pro_detail_bottom_top{
        border-bottom: 1px #cfcfcf solid;
    }
    .pro_detail_bottom_title{
        border-bottom: 2px solid #f60;
        background: rgb(1, 117, 194);
        width:calc((100% - 4px)/3); 
        text-align: center;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .pro_detail_bottom_content{
        width: 80%;
        margin-left: 10%;

    }
    .pro_detail_bottom_content_title{
        border-bottom: 1px #0175c2 solid;
    }
    .pro_detail_bottom_content_title p{
        padding: 40px 0;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 21px;
        color: #0175c2;
    }
    .pro_detail_bottom_content_content{
        margin-top: 40px;
    }
    .pro_about a{
        color: #707070;
    }
    .pro_about{
        color:#595959;
        font-size: 14px;
    }
    .pro_up{
        width: 50%;
        float: left;
        text-align: left;
    }
    .pro_down{
        width: 50%;
        float: right;
        text-align: right;
    }
    .clear{
        clear: both;
    }