﻿@charset "utf-8";
/*公共样式*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: all .2s;
}
body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-size: 14px;
    background: url("../images/bodybg.png") left top repeat-x;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a,
a:visited {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #f3a80d;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container,
.menu {
    max-width: 1200px;
    margin: 0 auto;
}
.headbox {
    padding: 20px 0;
}
.logo {
    display: block;
    float: left;
}
.logo img {
    display: block;
    height: 80px;
}
.toptel {
    float: right;
    font-size: 22px;
    color: #f3a80d;
    padding-left: 32px;
    background: url("../images/toptel.png") left center no-repeat;
    margin-bottom: 15px;
}
.nav {
    clear: both;
    background: url("../images/menubg.png") left top no-repeat;
    height: 44px;
    width: 880px;
    padding-left: 20px;
}
.menu > li {
    float: left;
    position: relative;
    transition: width .2s;
}
.menu > li > a {
    display: block;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    padding: 0 22px;
}
.menu > li:hover,
.menu > li.active {
    background: #e1970d;
}
.submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    background-color: #e1970d;
    padding: 10px 0;
    z-index: 99;
    text-align: center;
    display: none;
    transition: none .2s;
}
.submenu a {
    display: block;
    color: #fff;
    line-height: 34px;
    padding: 0 10px;
}
.submenu a:hover {
    background-color: #f3a80d;
}
.device {
    width: 100%;
    height: 340px;
    position: relative;
}
.swiper-container {
    height: 100%;
    width: 100%;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index: 1;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #000;
    margin: 0 6px;
    cursor: pointer;
    opacity: .2;
    filter: alpha(opacity=20);
}
.swiper-active-switch {
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.side-l {
    float: left;
    width: 300px;
}
.sidebox {
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.sidebox .scon {
    padding: 12px 15px;
}
.conbg {
    padding-top: 30px;
    background: url("../images/conbg.gif") left top repeat-x;
}
.s-tt {
    line-height: 40px;
    padding: 0 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ececec;
}
.s-tt h2 {
    display: inline-block;
    padding-left: 23px;
    font-size: 16px;
    background: url("../images/s-ttbg.png") left center no-repeat;
}
.more {
    float: right;
    color: #999 !important;
    background: url("../images/more.png") right center no-repeat;
    padding-right: 20px;
}
.s-news li {
    padding-left: 13px;
    background: url("../images/s-newsbg.png") left center no-repeat;
    line-height: 30px;
}
.s-news li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.s-lx li {
    padding: 2px 0;
    overflow: hidden;
}
.s-lx li em {
    float: left;
    width: 45px;
}
.s-lx li span {
    display: block;
    margin-left: 45px;
}
.page-r {
    margin-left: 320px;
}
.ptt {
    line-height: 42px;
    margin-bottom: 15px;
    background: url("../images/ptt-bg2.png") left center repeat-x;
    border: 1px solid #ececec;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    padding-right: 15px;
}
.ptt h2 {
    float: left;
    width: 102px;
    background: url("../images/ptt-bg.png") left center no-repeat;
    font-size: 16px;
    color: #fff;
    padding-left: 17px;
}
.aboutcon {
    padding-bottom: 20px;
}
.aboutcon img {
    float: left;
    display: block;
    height: 120px;
    margin: 0 15px 10px 0;
    border: 5px solid #ececec;
}
.aboutcon  p {
    text-indent: 2em;
}
.gsfcbox {
    margin: 0 -6px;
    position: relative;
    height: 220px;
}
.gsfcbox .tp {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.gsfcbox .tp img {
    display: block;
    height: 100%;
    min-width: 100%;
}
.gsfcbox a {
    display: block;
    margin: 0 6px;
}
.gsfcbox h2 {
    line-height: 36px;
    text-align: center;
}
.footer {
    background-color: #f4f4f4;
    color: #999;
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
}
.f-menu {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
}
.f-menu a,
.f-menu span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
}
.f-menu a {
    padding: 0 10px;
}
.copy span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.s-menu li {
    line-height: 30px;
    padding: 0 20px;
}
.s-menu li a {
    padding-left: 17px;
    background: url("../images/s-menubg.png") left center no-repeat;
}
.n-list li {
    padding-left: 17px;
    background: url("../images/s-menubg.png") left center no-repeat;
    line-height: 40px;
    border-bottom: 1px dashed #ececec;
    overflow: hidden;
}
.n-list li a {
    float: left;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.n-list li span {
    float: right;
    color: #999;
}
.pagenav {
    text-align: center;
    margin: 30px 0 10px 0;
}
.pagenav a:hover {
    border: #f3a80d 1px solid;
    background-color: #f3a80d;
    color: #fff;
}
.pagenav a:active {
    border: #D79A3E 1px solid;
    color: #fff;
}
.pagenav a,
.pagenav span {
    border: #ececec 1px solid;
    padding: 2px 10px;
    margin: 0 2px 0 0;
    display: inline-block;
}
.pagenav span.current {
    border: #f3a80d 1px solid;
    background-color: #f3a80d;
    color: #fff;
}
.pagenav span.disabled {
    border: #f3f3f3 1px solid;
    background-color: #f5f5f5;
    color: #999;
}
.dsfc {
    margin: 0 -10px;
    overflow: hidden;
}
.dsfc a {
    float: left;
    width: 268px;
    height: 208px;
    margin: 0 10px 20px;
    padding: 5px;
    border: 1px solid #ececec;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.dsfc .tp {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.dsfc .tp img {
    display: block;
    height: 100%;
    min-width: 100%;
}
.viewpic {
    position: relative;
    height: 500px;
    text-align: center;
    overflow: hidden;
}
.viewpic img {
    display: inline-block;
    height: 100%;
    max-width: 90%;
}
.viewpic .arrow-left,
.viewpic .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 99;
}
.viewpic .arrow-left {
    background: url("../images/left.png") center no-repeat;
    left: 0;
}
.viewpic .arrow-right {
    background: url("../images/right.png") center no-repeat;
    right: 0;
}
.map {
    float: left;
    width: 300px;
    border: 2px solid #f3a80d;
}
.map img {
    display: block;
    width: 100%;
}
.contact {
    float: left;
    padding-left: 30px;
}
.contact li {
    padding: 2px 0;
}
.honor.dsfc .tp img {
    min-width: auto;
    width: 100%;
}
.xqtt {
    text-align: center;
    line-height: 36px;
    font-size: 28px;
}
.xqinfo {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ececec;
}
.xqinfo span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #999;
    font-size: 13px;
    margin-top: 20px;
}
.xqcon {
    padding: 20px 0;
}
.xqcon img {
    max-width: 100%;
}
.pagecon img {
    max-width: 100%;
}
@media screen and (max-width: 1100px) {
    .container {
        width: 96%;
    }
    .headbox {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }
    .headbox .fr {
        flex: 1;
    }
    .logo img {
        height: 65px;
    }
    .toptel {
        font-size: 16px;
        background-size: 14px;
        padding-left: 20px;
        margin-bottom: 5px;
    }
    .nav {
        width: 40px;
        height: 40px;
        background: none;
        float: right;
    }
    .nav i {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        background: url("../images/m-nav.png") #f3a80d center no-repeat;
        background-size: 24px;
        padding: 0;
        border-radius: 5px;
        z-index: 99;
    }
    .nav i.on {
        background: url("../images/m-close.png") #f3a80d center no-repeat;
        background-size: 18px;
    }
    .menu {
        position: fixed;
        right: -240px;
        width: 240px;
        top: 89px;
        bottom: 0;
        background-color: #e1970d;
        z-index: 9;
        padding: 10px 0;
        transition: .2s all;
        overflow-y: auto;
    }
    .menu.active {
        right: 0;
    }
    .menu > li {
        float: none;
    }
    .menu > li > a {
        line-height: 32px;
    }
    .submenu {
        position: relative;
        display: block;
        top: 0;
        padding: 0 40px;
        text-align: left;
    }
    .submenu a {
        opacity: .7;
        background: url("../images/m-sublibg.png") left center no-repeat;
        background-size: 10px;
        padding-left: 15px;
        line-height: 30px;
    }
    .device {
        height: 260px;
    }
    .device .swiper-slide {
        background-size: auto 100% !important;
    }
    .side-l {
        width: 250px;
    }
    .page-r {
        margin-left: 270px;
    }
    .s-tt h2 {
        background: url("../images/s-ttbg-m.png") left center no-repeat;
        background-size: 14px;
    }
    .more {
        background: url("../images/more.png") right center no-repeat;
        background-size: 14px;
    }
    .viewpic {
        height: 320px;
    }
    .s-menu li a {
        background: url("../images/s-menubg-m.png") left center no-repeat;
        background-size: 10px;
    }
    .viewpic .arrow-left, .viewpic .arrow-right {
        background-size: 30px;
    }
    .ptt {
        line-height: 36px;
        background-size: auto 100%;
    }
    .ptt h2 {
        background-size: auto 100%;
        padding-left: 10px;
    }
    .dsfc {
        margin: 0;
    }
    .dsfc a {
        width: calc((100% - 64px)/2);
    }
    .pagenav a, .pagenav span {
        margin-bottom: 8px;
    }

}
@media screen and (max-width: 769px) {
    .device {
        height: 200px;
        background-size: auto 100% !important;
    }
    .side-l,
    .page-r {
        width: 100%;
        margin: 0;
    }
    .n-list li a {
        max-width: 60%;
    }
    .conbg {
        padding-top: 15px;
    }
}
@media screen and (max-width: 600px) {
    .device {
        height: 150px;
    }
    .dsfc a {
        height: 140px;
    }
}