* {
    box-sizing: border-box;
    font-family: 'PingFangSC-Regular', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', sans-serif;
}
@font-face{
    font-family: 'title';
    src: url('../images/shoukesong.ttf');

}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
    margin: 0;
    padding: 0;
}

body{
    font-size: 16px;
    color: #333;
}

body {
    background: url('../images/bottombg.jpg') #f9fbfd center bottom no-repeat;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    /*color: #bb1d23;*/
    cursor: pointer;
}

img {
    border: 0px;
    vertical-align: top;
}

em, i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

input, textarea, button, select {
    outline: none;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

.container{
    width: 1300px;
    margin: 0 auto;
}
.mt{
    height:90px;
    line-height:90px;
    border-bottom: 1px solid #bd3538;
}
.mt span{
    float: left;
    height:90px;
    line-height: 90px;
    position: relative;
    font-family: title;
    font-size: 30px;
    color: #bd3538;
}
.mt ul{
    float: right;
    font-size: 20px;
    font-weight: bold;
}
.mt ul li{
    display: inline;
    margin-right: 50px;
}
.mt ul li a{
    position: relative;
}
.mt ul li.cur a{
    
    color: #bd3538;
}
.mt ul li.cur a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: rgba(189,53,56,0.2);
}

.bgtop{
    background: url('../images/topbg.jpg') center top no-repeat;
}

.logo a{
    display: block;
    margin: 0 auto;
    height: 263px;
    width: 100%;
}

.listbg{
    background: url('../images/listbg.png') center  top 40px no-repeat;
    padding: 0 30px;
}
.listbg-cont{
    border-top: 4px solid #bd3538;
    background: #fcf3e5;
    padding: 16px 70px 50px;
}

.pictextlist li{
    border-bottom: 1px solid #e2dace;
    padding-bottom: 30px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 2;
    overflow: hidden;
}
.pictextlist li:last-child{
    border-bottom: 0;
}
.pictextlist li img{
    width: 205px;
    height: 137px;
    margin-right: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pictextlist li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.pictextlist li .text{
    width: 100%;
}
.pictextlist li strong{
    font-size: 20px;
    line-height: 1.5;
    display: block;
    color: #000;

}
.pictextlist li p{

    margin-top: 10px;
    text-indent: 2em;
    
}
.pictextlist li span{
    display: block;
}
.piclist{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.piclist li{
    width: 353px;
    height:300px;
    margin-top: 30px;
    margin-right: 20px;
}
.piclist li:nth-child(3n){
    margin-right: 0;
}
.piclist li a{
    position: relative;
}
.piclist li img{
    width: 100%;
    height:234px;
}
.piclist li  span{
    display: block;
    line-height: 2;
    margin-top: 10px;
}

.page{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 32px;
    font-size: 18px;
    text-align: center;
}
.page li{
    display: inline-block;
    vertical-align: top;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 0;
    overflow: hidden;
}
.page li a{
    display: block;
    min-width: 32px;
    height: 32px;
    padding:0 12px;
}
.page li span{
    float: left;
}
.page li.cur a{
    background: #d8594d;
    color: #fff;
}

.path{
    font-size: 16px;
    margin-bottom: 17px;
    padding:0 30px;
    text-transform: uppercase;
}
.path a:first-child{
    background: url("../images/home.png") left top no-repeat;
    padding-left: 30px;
}
.path a:last-child{
    color: #bd3538;
}

.cont h1{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    font-size: 35px;
    text-align: center;
    line-height: 1.5;
   
}
.cont h1 small{
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}
.detail{
    font-size: 16px;
    line-height:28px;
    padding-bottom: 40px;
}
.detail p{
    margin-top: 20px;
}
.detail img{
    max-width: 667px;
    display: block;
    margin:20px auto;
}
video{
    margin:20px auto;
    display: block;
}

.footer{
    margin-top: 30px;
    height:130px;
    text-align: left;
    font-size: 14px;
    line-height:27px;
}
.footer .container{
    position: relative;
    padding:30px 0 0 430px;
}
.footer .dangzheng{
    position: absolute;
    left: 345px;
    top:22px;
}