body {
    min-width: 1280px;
}

.w1200_auto {
    width: 1200px;
    margin: auto;
}

.flex {
    display: flex;
}

.header {
    width: 100%;
    height: 70px;
    min-width: 1200px;
    z-index: 999;
    background-color: #fff;
    box-shadow: rgba(84, 12, 6, 0.15) 0px 0px 10px 0px;
}

.header .logo {
    margin-left: 40px;
    float: left;
    margin-top: 10px;
}

.header nav {
    float: right;
    display: flex;
    height: 100%;
}

.header nav>ul {
    display: flex;
}
.header nav .parent{
    color: #1b1b1d;
    margin: 0 10px;
}
.header nav .parent>a {
    display: block;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    line-height: 70px;
    font-size: 14px;
}
.header nav .parent>a:hover{
     border-bottom: 2px solid #ff0000;
     color: #ff0000;
}
.header nav .parent.current{
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
}
/*.header nav .parent.current::before{*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 12px;*/
/*    width: 40px;*/
/*    left: 0px;*/
/*    right: 0;*/
/*    margin: auto;*/
/*	height: 2px;*/
/*	background-color: #ff0000;*/
/*}*/
 
.header nav .parent .son {
    opacity: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 0;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.9);
}
.header nav .parent .son.cur{
    height: 48px;
    opacity: 1;
    z-index: 2;
}
.header nav .parent .son.cur .nav-second li{
    display: block;
}
.header nav .parent .son .nav-second{
    position: absolute;
    padding-right: 445px;
    right: 0;
    height: 0;
    /* left: 0; */
    /* margin: auto; */
    line-height: 48px;
    /* width: 1200px; */
    /* padding-left: 330px; */
}
.header nav .parent .son .nav-second li{
    float: left;
    font-size: 14px;
    color: #777777;
    margin-right: 38px;
    display: none;
}
.header nav .search {
    line-height: 70px;
    position: relative;
    margin-left: 50px;
}

.header nav .search input {
    border: 1px solid #ccc;
    border-radius: 15px;
    height: 30px;
    padding: 5px 10px;
}

.header nav .search i {
    width: 15px;
    height: 15px;
    background: url('/static/images/sy_ss_icon.png') no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header nav .search button{
    display: block;
    width: 36px;
    height: 31px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: none;
    margin: auto;
    cursor: pointer;
}
.header nav .tel {
    line-height: 37px;
    color: #1b1b1d;
    font-size: 14px;
    position: relative;
    width: 165px;
    height: 37px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-top: 15px;
    margin-left: 23px;
    margin-right: 40px;
}

.header nav .tel i {
    width: 15px;
    height: 15px;
    background: url('/static/images/sy_dh_icon.png') no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header nav .tel span {
    padding-left: 42px;
}



footer .model-07{
    background: url('/static/images/sy_ditu_img.png')no-repeat center center;
    height: 397px;
    padding-top: 68px;
}
footer .model-07 .row-01{
    height: 259px;
}
footer .model-07 .col-01 img{
    display: block;
    margin-bottom: 35px;
}
footer .model-07 .col-01{
    width: 320px;
    margin-right: 50px;
}
footer .model-07 .col-01 p{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 19px;
}
footer .model-07 .col-02{
    margin-top: 15px;
}
footer .model-07 .col-02 li{
    float: left;
    color: #ffffff;
    margin-right: 40px;
    width: 105px;
}
footer .model-07 .col-02 li h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 26px;
}
footer .model-07 .col-02 li h3{
    font-size: 14px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
footer .model-07 .col-02 li:nth-of-type(3){
    display: none;
}
footer .model-07 .col-02 li:nth-last-of-type(1){
    margin-right: 0;
}
footer .model-07 .row-02{
    color: #ffffff;
    position: relative;
}
footer .model-07 .row-02 h2{
    font-size: 14px;
}
footer .model-07 .row-02 .line{
    height: 1px;
    width: 1115px;
    background-color: #555555;
    position: absolute;
    top: 7px;
    right: 0;
}
footer .model-07 .row-02 .links{
    margin-top: 15px;
    color: #bcbcbc;
}
footer .model-07 .row-02 .links a{
    font-size: 14px;
}
footer .copyright{
    width: 100%;
    height: 36px;
    background-color: #151515;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #bcbcbc;
}

.pagination-wrapper {
    clear: both;
    padding: 1em 0 2em 0;
    text-align: center;
}

.pagination {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 01px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    list-style: none;
    display: inline;
    float: left;
    line-height: 1em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination li {
    display: inline-block;
    padding: .5em .8em;
}
.pagination li:nth-last-child(1){
    padding: 0em .8em;
}
.pagination li:nth-last-child(2){
    padding: 0.2em .8em;
}

.pagination li a:link {
    background: #fff;
    color: #4C78A5;
}

.pagination li a:hover {
    text-decoration: none;
}

.pagination li a:link:hover {
    color: #000;
}

.pagination li.thisclass {
    background-color: #ae0009;
    color: #fff;
}

.pagination li.thisclass a {
    color: #fff;
}

.pagination li:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.paginationli:last-child {
    border-radius: 0 3px 3px 0;
}

.pagination .pageinfo {
    color: #444;
    line-height: 24px;
}
