@charset "UTF-8";
.fl {
    float: left;
}

.fr {
    float: right;
}

.tou {
    background: #f8f8f8;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #333333;
}

.tou .k1 {
    color: #999999;
}

.tou .k1 a {
    color: #333333;
}

.tou1 .logo {
    line-height: 120px;
}

.tou1 .logoz {
    margin-top: 35px;
    margin-left: 22px;
    padding-left: 28px;
    background: url(../img/su.png) no-repeat 0 50%;
}

.tou1 .logoz p {
    color: #ff7d0b;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
}

.tou1 .logoz p:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.tou1 .dh {
    padding-right: 50px;
    margin-top: 36px;
    line-height: 1.4;
    text-align: right;
    background: url(../img/dh.png) no-repeat right 50%;
}

.tou1 .dh p {
    font-size: 14px;
    color: #333333;
}

.tou1 .dh p:nth-child(1) {
    color: #fc6b00;
    font-size:20px;
    font-family: arial;
    margin-left:0px;
    text-align: left;
    margin-bottom: 5px;
}

.tou1 .dh p:nth-child(2) {
    color: #fc6b00;
    font-family: arial;
    font-size: 28px;
    line-height:initial;
    margin-top: 5px;
}

.ss {
    height: 60px;
    background: #f8f8f8;
}

.ss .gj {
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.ss .gj a {
    font-weight: 500;
    color: #333;
    padding-left: 18px;
}

.ss #formsearch {
    background: url(../img/ss.png) no-repeat 0 50%;
    margin-top: 8px;
}

.ss #formsearch input {
    border: none;
    background: none;
    line-height: 44px;
    height: 44px;
}

.ss #formsearch input#keyword {
    text-indent: 17px;
    width: 284px;
    float: left;
    font-size: 14px;
}

.ss #formsearch input#keyword::-webkit-input-placeholder {
    color: #ccc;
}

.ss #formsearch input#s_btn {
    float: right;
    width: 68px;
    font-size: 0;
}

h2.bt {
    font-size: 32px;
    color: #333333;
    text-align: center;
    line-height: 1;
    padding-bottom: 24px;
    background: url(../img/h-x.png) no-repeat 50% bottom;
}

@media (max-width: 500px) {
    h2.bt {
        font-size: 24px;
    }
}

.c1 {
    margin-top: 45px;
}

@media (max-width: 768px) {
    .c1 {
        margin-top: 40px;
    }
}

.c1 .list2 {
    margin-top: 60px;
    display: flex;
    margin-left: -9px;
    margin-right: -9px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .c1 .list2 {
        margin-top: 30px;
    }
}

.c1 .list2 li {
    width: calc(100% / 4);
    padding: 0 9px;
}

@media (max-width: 993px) {
    .c1 .list2 li {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .c1 .list2 li {
        width: calc(100% / 2);
    }
}

.c1 .list2 li a {
    padding: 0px 0px 20px 0px;
    background: #f8f8f8;
    display: block;
}

@media (max-width: 700px) {
    .c1 .list2 li a {
        padding-bottom: 20px;
    }
}

.c1 .list2 li .img {
    overflow: hidden;
    border:1px #f8f8f8 solid;
}

.c1 .list2 li .img img {
    width: 100%;
    transition-duration: .3s;
}

.c1 .list2 li:hover .img img {
    transform: scale(1.1);
}

.c1 .list2 li dd {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    line-height: 72px;
    font-size: 18px;
    color: #333333;
}

@media (max-width: 993px) {
    .c1 .list2 li dd {
        line-height: 50px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .c1 .list2 li dd {
        line-height: 40px;
    }
}

.c1 .list2 li .ck {
    margin: 7px auto 0;
    background: url(../img/ck1.png) no-repeat 50%;
    width: 40px;
    height: 40px;
}

@media (max-width: 993px) {
    .c1 .list2 li .ck {
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }
}

.c1 .list2 li:hover dd {
    color: #fc6b00;
    font-weight: 600;
}

.c1 .list2 li:hover .ck {
    background: url(../img/ck1h.png) no-repeat 50%;
}

@media (max-width: 993px) {
    .c1 .list2 li:hover .ck {
        background-size: 100% 100%;
    }
}

.c2 {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .c2 {
        margin-top: 20px;
    }
}

.c2 .dao1 {
    margin-top: 40px;
    /* background: url(../img/dao1.png) repeat-x 50% 0; */
}

@media (max-width: 768px) {
    .c2 .dao1 {
        margin-top: 20px;
    }
}

.c2 .dao1 .list2 {
    text-align: center;
}

.c2 .dao1 .list2 li {
    display: inline-block;
    margin: 0 -1px;
    line-height: 64px;
    font-size: 18px;
    width: 12.76%;
    height: 75px;
}

@media (max-width: 1370px) {
    .c2 .dao1 .list2 li {
        width: 19%;
    }
}

@media (max-width: 993px) {
    .c2 .dao1 .list2 li {
        font-size: 14px;
    }
}

.c2 .dao1 .list2 li a {
    color: #383535;
}

.c2 .dao1 .list2 li.on {
    background: url(../img/nav1h.png) no-repeat 50% 0;
}
.c2 .dao1 .list2 li a:hover {
    color: #ffa83bfc;
}

.c2 .list3 {
    margin-top: 20px;
}

.c2 .list3 li {
    padding: 0 7px;
    margin-bottom: 13px;
}

.c2 .list3 li a {
    display: block;
}

.c2 .list3 li .img {
    overflow: hidden;
    border:1px #ccc solid;
    border-bottom:none;
}

.c2 .list3 li .img img {
    width: 100%;
    transition-duration: .3s;
}

.c2 .list3 li:hover .img img {
    transform: scale(1.1);
}

.c2 .list3 li h3 {
    line-height: 50px;
    font-size: 16px;
    position: relative;
    text-align: center;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border:1px #ccc solid;
    border-top:none;
}

.c2 .list3 li h3:after {
    content: '';
    display: block;
    background: #f8f8f8;
    width: 26%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 78%;
    position: absolute;
}

.c2 .list3 li:hover h3 {
    background: #fc6b00;
    color: #fff;
}

.c2 .list3 li:hover h3:after {
    background: #fff;
}

.c3 {
    margin-top: 40px;
    background: url(../img/c3.png) no-repeat 50% 0;
    padding-top: 65px;
    padding-bottom: 40px;
}

@media (max-width: 1024px) {
    .c3 {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.c3 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .c3 .content {
        display: block;
    }
}

.c3 .content h2 {
    display: none;
}

@media (max-width: 1024px) {
    .c3 .content h2 {
        margin-bottom: 30px;
        display: block;
    }
}

.c3 .content .c3-1 {
    width: 31.8%;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .c3 .content .c3-1 {
        display: none;
        width: 100%;
    }
}

.c3 .content .c3-1 h3 img {
    max-width: 100%;
}

.c3 .content .c3-1 .zi {
    font-size: 22px;
    color: #e8e8e8;
    margin-top: 30px;
}

.c3 .content .c3-1 .zi p {
    font-size: 14px;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 6.5px;
}

.c3 .content .list2 {
    width: 57%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .c3 .content .list2 {
        width: 100%;
    }
}

.c3 .content .list2 li {
    transition-duration: .3s;
    width: 43%;
    margin: 0 3.5% 30px;
    text-align: center;
    padding: 1.5625vw 1.4vw;
}

@media (max-width: 500px) {
    .c3 .content .list2 li {
        padding: 0;
    }
}

.c3 .content .list2 li .img {
    line-height: 64px;
    height: 64px;
}

.c3 .content .list2 li h3 {
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    background: url(../img/xian.png) no-repeat 50% 100%;
}

.c3 .content .list2 li dd {
    margin-top: 24px;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
}

.c3 .content .list2 li:hover {
    box-shadow: 0 0 20px 0 rgba(252, 112, 8, 0.06);
    background: #fff;
}

.c4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .c4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.c4 .content {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .c4 .content {
        margin-top: 30px;
    }
}

.c4 .content .list2 {
    display: flex;
    flex-wrap: wrap;
}

.c4 .content .list2 li {
    width: calc(100% / 5 - 20px);
    transition-duration: .3s;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-left:10px;
    margin-right:10px;
}

@media (max-width: 1024px) {
    .c4 .content .list2 li {
        width: calc(100% / 4 - 20px);
    }
}

@media (max-width: 768px) {
    .c4 .content .list2 li {
        width: calc(100% / 3 - 20px);
    }
}

.c4 .content .list2 li a img {
    width:60%;
    margin-left:20%;
    transition-duration: .3s;
}

@media (max-width: 640px) {
    .c4 .content .list2 li a img {
        width:100%;
        margin-left:0px;
    }
}

.c4 .content .list2 li:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}

.c5 {
    background: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 993px) {
    .c5 {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .c5 {
        padding-top: 40px;
    }
}

.c5 h2.bt {
    background: url(../img/h-x1.png) no-repeat 50% 100%;
}

.c5 .content {
    margin-top: 50px;
    margin-left: -9px;
    margin-right: -9px;
}

.c5 .content .c5x {
    padding: 0 9px;
    float: left;
    width:33.33%;
}

@media (max-width: 993px) {
    .c5 .content .c5x {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .c5 .content .c5x {
        width:100%;
    }
}

.c5 .content .c5x .tu {
    position: relative;
    overflow: hidden;
}

.c5 .content .c5x .tu img {
    width: 100%;
    transition-duration: .3s;
}

.c5 .content .c5x .tu:hover img {
    transform: scale(1.1);
}

.c5 .content .c5x .tu:after {
    content: attr(num);
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: absolute;
}

.c5 .content .c5x .list2 {
    padding: 5px 10px 6px;
    background: #fff;
}

.c5 .content .c5x .list2 li {
    line-height: 36px;
    font-size: 14px;
}

.c5 .content .c5x .list2 li a {
    color: #333333;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:60%;
    float:left;
}
.c5 .content .c5x .list2 li span {
    color: #333333;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:80px;
    float:right;
}


.c5 .content .c5x .list2 li a:hover {
    color: #fc6b00;
}

.c6 {
    margin-top: 80px;
    margin-bottom: 90px;
}

@media (max-width: 768px) {
    .c6 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.c6 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c6 .c6-1 {
    width: 54%;
}
.c6 .c6-1 img {
    width: 100%!important;
    height:380px;
}
@media (max-width: 768px) {
    .c6 .c6-1 {
        width: 100%;
    }
    .c6 .c6-1 img {
        height:auto;
    }
}

.c6 .c6-2 {
    width: 46%;
}

@media (max-width: 768px) {
    .c6 .content {
        display: block;
    }
    .c6 .c6-2 {
        width: 100%;
        margin-top: 30px;
    }
}

.c6 .c6-2 .c6-2-top {
    width:100%;
    height:45%;
}

.c6 .c6-2 .c6-2-top .nr {
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  	padding-left: 10px;
}

.c6 .c6-2 .c6-2-bottom {
    clear: both;
    display: block;
    width:100%;
    height:50%;
    margin-top:10px;
}

.c6 .c6-2 .c6-2-bottom .tp {
    margin:0px 10px;
    border:1px #eee solid;
}

.c6 .c6-2 .c6-2-bottom .tp .tp-img img{
    height:155px;
}

.c6 .c6-2 .c6-2-bottom .tp p{
    height:38px;
    text-align:center;
    line-height:38px;
    font-size:16px;
    letter-spacing: 1px;
    color:rgba(0, 0, 0, 1);
}

.c6 .c6-2 .c6-2-bottom .tp p:hover {
    color:rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    .c6 .c6-2 .c6-2-bottom .tp .tp-img img{
        height:300px;
    }
}

@media (max-width: 375px) {
    .c6 .c6-2 .c6-2-bottom .tp .tp-img img{
        height:200px;
    }
}

.c6 .c6-3  a.ck {
    display: block;
    text-transform: uppercase;
    color: #fff;
    width: 198px;
    line-height: 48px;
    font-size: 14px;
    font-family: arial;
    background: #fc6b00;
    margin:2vw auto;
    text-align: center;
}

.c6 .c6-3  a.ck:hover {
    box-shadow: 0 0 10px 0 rgba(252, 107, 0, 0.7);
}

.link {
    background: #373737;
    padding: 1vw 0;
}

.link span {
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #2c2c2c;
    display: inline-block;
}

.link a {
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #aaaaaa;
    background: #4d4d4d;
    padding:0px 10px;
    margin-bottom:5px;
    font-size: 16px;
}

.foot {
    background: #333333;
    border-bottom: 1px solid #404040;
}

.foot .content {
    padding: 1vw 0;
}

.foot .foot1 {
    float: right;
}

@media (max-width: 1200px) {
    .foot .foot1 {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.foot .foot1 a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #9d9d9d;
    line-height: 31px;
    font-size: 16px;
}

.foot .foot1 a:bth-child(1):before {
    padding-left: 0;
}

.foot .foot1 a:hover {
    color: #fff;
}

.foot .foot1 a:before {
    content: "·";
    padding-right: 16px;
    padding-left: 16px;
}

.foot .foot2 {
    float: left;
}

@media (max-width: 1200px) {
    .foot .foot2 {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 20px;
    }
}

.foot .foot2 p {
    line-height: 31px;
    font-size: 14px;
    color: #9d9d9d;
    vertical-align: top;
    font-size: 16px;
}

.ban {
    line-height: 34px;
    padding-bottom: 1vw;
    padding-top: 0.9vw;
    color: #9d9d9d;
    font-size: 12px;
    background: #333333;
}

@media (max-width: 768px) {
    .ban {
        line-height: 24px;
    }
}
.ban1 {
    text-align:center;
}
.ban a {
    color: #9d9d9d;
    font-size: 16px;
}
.ban span {
    color: #9d9d9d;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .ban .ban1 {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .ban .ban2 {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .ban a {
        color: #9d9d9d;
        font-size: 14px;
    }
    .ban span {
        color: #9d9d9d;
        font-size: 14px;
    }
}

/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #333;
  border-top:#222 solid 2px;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #da251c;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: block;
  vertical-align: middle;
  margin-right: 5px;
  margin: 0 auto;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(../img/a1.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(../img/a2.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(../img/a3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(../img/a4.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}
.footer ul li a{border-right:1px solid #fff;}
.footer ul li:last-child a{border-right:none;}
