@charset "UTF-8";



* {

    margin: 0;

    padding: 0;

    font-family: Arial, Microsoft YaHei, sans-serif;

}



body {

    overflow-x: hidden;

}



ul li {

    list-style: none;

}



a {

    text-decoration: none;

}



img {

    display: block;

    border: none;

}



/*导航电话号码字体*/



@font-face {

    font-family: "DIN Medium";

    src: url("../new_font/DIN Medium.woff2") format("woff2"),

        url("../new_font/DIN Medium.woff") format("woff"),

        url("../new_font/DIN Medium.ttf") format("truetype"),

        url("../new_font/DIN Medium.eot") format("embedded-opentype"),

        url("../new_font/DIN Medium.svg") format("svg");

    font-weight: normal;

    font-style: normal;

}





/*导航开始*/



/*导航结束*/



/*站点地图*/

body {

    background: url(../new_img/website_bg.jpg) bottom center no-repeat;

    background-size: 100%;

}



.website-banner {

    width: 100%;

}



.website-banner img {

    width: 100%;

}



.website {

    width: 1200px;

    margin: 0 auto;

    position: relative;

    padding-bottom: 250px;

    padding-top: 120px;

}



.second-nav {

    position: absolute;

    left: 50%;

    top: -35px;

    width: 1200px;

    height: 70px;

    margin-left: -600px;

    font-size: 16px;

    color: #333;

    background: #fff;

    letter-spacing: 1px;

    -webkit-box-shadow: 0px 16px 18px -4px #e1e1e1;

    box-shadow: 0px 16px 18px -4px #e1e1e1;

}



.second-nav ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    text-align: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    height: 70px;

    margin: 0 auto;

}

.second-nav ul a {

    color: #000;
    display: block;
    height: 20px;
    margin: 25px 0;

}

.second-nav ul li {

    text-align: center;

    width: 400px;

    line-height: 20px;

    display: inline-block;

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    /* Firefox */

    -webkit-box-sizing: border-box;

    /* Safari */

    border-left: 1px solid #d8d8d8;

    cursor: pointer;



}



.selected {

    color: #f9c152;

}



.website-con {

    overflow: hidden;

}



.website-nav {

    width: 250px;

    float: left;

}



.nav-con {

    width: 950px;

    float: right;

}

.nav-con h5 {

    width: 880px;

    height: auto;

    border: none;

    font-weight: normal;

    display: block;

    padding: 20px 15px;

    line-height: 25px;

    font-size: 14px;

    text-indent: 2em;

    color: #666;

    letter-spacing: 1px;

}



.website-nav a {

    display: block;

    cursor: pointer;

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    color: #333;

    padding-left: 41px;

}

.nav-con a:nth-child(1) {

    display: block;

}



.nav-con > div {

    padding: 15px 20px 20px;

    background: #f7f7f7;

    margin-top: 30px;

}



.nav-con > div:nth-child(1) {

    margin-top: 15px;

}

.nav-con2 > div {

    padding: 15px 20px 20px;

    background: #f7f7f7;

    margin-top: 15px;

    display: none;

}



.nav-con2 > div:nth-child(1) {

    display: block;

}



.nav-con p {

    font-size: 16px;

    color: #333;

    height: 35px;

    border-bottom: 1px solid #dfdfdf;

}



.nav-con a {

    font-size: 14px;

    color: #666;

    display: block;

    height: 14px;

    line-height: 14px;

}



.nav-con ul li {

    display: inline-block;

    width: 100px;

    border-right: 1px solid #666;

    margin-right: 20px;

    height: 14px;

    line-height: 14px;

    margin-top: 30px;

}



.nav-con ul li:nth-last-child(1) {

    border: none;

}



.navicon {

    background: url(../new_img/website_nav.png) left center no-repeat;

    color: #f9c152 !important;

}
