@charset "utf-8";
html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    font-size: 16px;
    width:100%;
    max-width: 1920px;
    font-family: Microsoft Yahei, Helvetica, Arial, Verdana, sans-ser;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins,
a {
    text-decoration: none;
}

html, body, .container, .wrap {
    margin: 0 auto;
}

.container {
    position: relative;
}

.mo{
    display: none;
}

.nav {
    position: fixed;
    top: 60px;
    right: 0px;
    padding-right: 35px;
    background: rgba(128, 128, 128, 0.8);
    z-index: 1499;
}

.nav a {
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-bottom: 3px solid transparent;
}

.nav .active {
    opacity: .8;
    border-bottom: 3px solid #fff;
}

.sTop img {
    width: 100%;
}

.s2 {
    text-align: center;
}

.s1 {
    padding: 70px 0;
}

.s1 .wrap {
    width: 65%;
}

.s1 .wrap:after {
    content: '';
    display: block;
    clear: both;
}

.left, .right {
    width: 45%;
}

.left {
    float: left;
}

.left .leftT {
    margin-bottom: 25px;
}

.left .leftT h2 {
    color: #E77816;
}

.left .leftT h2 i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    width: 30px;
    height: 35px;
    background: url("../img/linian.png") no-repeat;
}

.left .leftT p, .left .leftB span {
    color: #6d6d6d;
}

.right {
    float: right;
}

.right p {
    line-height: 1.5;
    margin-bottom: 20px;
    text-indent: 2em;
}

.s2 p img {
    width: 40%;
}

.s2 img {
    width: 100%;
}

.s2 figcaption {
    display: none;
}

.s3 .wrap {
    width: 80%;
    padding-top: 50px;
}

.s3 .wrap h2 {
    color: #E77816;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid #E77816;
}

.s3 .wrap .local:after {
    content: '';
    display: block;
    clear: both;
}

.s3 .wrap .local figure {
    width: 30%;
    float: left;
    padding: 0 18px 20px;
}

.s3 .wrap .local figure figcaption {
    font-size: 14px;
    text-align: center;
}

.s3 .wrap .local figure a{
    display: block;
}

.s3 .wrap .local figure img {
    width: 100%;
}

.s3 .localT h2 {
    width: 10%;
}

.s3 .localB h2 {
    width: 14%;
}


.s3 .localB {
    overflow-y: hidden;
}

.s3 .show{
    height:auto!important;
}

.s3 .more{
    color:#E77816;
    cursor:pointer;
    border:1px solid #E77816;
    padding:5px;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.s4 .wrap{
    width: 80%;
    padding-top: 50px;
}

.s4 .wrap h2 {
    color: #E77816;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid #E77816;
}

.s4 .localV h2{
    width: 12%;
}

.s4 .video{
    width: 50%;
    height: auto;
    margin: 0 auto 80px;
}
.foot {
    padding: 20px 0;
    background-color: #BDBDBD;
}

.foot .wrap {
    width: 40%;
}

.foot p {
    color: #fff;
}
