@charset "utf-8";

/* CSS Document */

html,
body,
div,
input,
ul,
ol,
li,
dl,
dt,
dd,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-family: Arial, Helvetica, sans-serif;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
}

button {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

fieldset,
img {
    border: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #4d4d4d;
    background-color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

input,
select {
    outline: none;
    border: none;
    -webkit-appearance: none;
}

.h90 {
    width: 100%;
    height: 90px;
    background-color: #fff;
}

.bg {
    width: 100%;
    background: url(../images/bg.png);
}

.bg2 {
    width: 100%;
    background: url(../images/bg2.png);
}


/*header*/

.top_wrap {
    width: 100%;
    height: 70px;
    background-color: #232222;
    box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
}

.top_nav {
    width: 1280px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.top_logo {
    float: left;
    width: 120px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.top_logo img {
    display: block;
    width: 100%;
}

.top_name {
    position: absolute;
    left: -75px;
    color: #fff;
    font-size: 26px;
    height: 70px;
    line-height: 70px;
}

.top_login {
    position: absolute;
    right: -34px;
    color: #fff;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
}

.top_login a {
    color: #fff;
}

.nav {
    float: right;
    width: 920px;
    overflow: hidden;
}

.nav ul {
    width: 100%;
    overflow: hidden;
}

.nav ul li {
    float: left;
    height: 70px;
    line-height: 70px;
}

.nav ul li a {
    display: block;
    padding: 0 20px;
    height: 66px;
    color: #fff;
    font-size: 18px;
}

.nav ul li a.active {
    border-bottom: 4px solid #ffe751;
}


/*banner*/

.swiper_wrap {
    width: 100%;
    height: 760px;
    overflow: hidden;
    position: relative;
}

.swiper_box {
    width: 100%;
    height: 760px;
    overflow: hidden;
}

.swiper_box .swiper_ul li {
    width: 100%;
    height: 760px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    overflow: hidden;
}

.swiper_ul li a {
    display: block;
    width: 100%;
    height: 760px;
}

.pagination {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    overflow: hidden;
}

.pagination span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: url(../images/circle.png) no-repeat;
}

.pagination span.active {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/circle2.png) no-repeat;
}


/*滑动banner*/

.swiper-container {
    width: 100%;
    height: 100%;
    height: 760px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -webkit-transition-property: transform;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    z-index: 1;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-container .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.swiper-container-horizontal .pagination {
    width: 100%;
    left: 0;
    bottom: 10px;
}

.pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.pagination.swiper-pagination-hidden {
    opacity: 0
}

.pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.pagination .swiper-pagination-bullet {
    margin: 0 5px;
    cursor: pointer
}

.pagination .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.pagination .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.pagination .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}


/*footer*/

.footer {
    width: 100%;
    height: 240px;
    background-color: #3a3533;
}

.footer_cont {
    width: 1280px;
    margin: 0 auto;
}

.footer_cont .foot_first {
    padding-top: 70px;
    height: 70px;
}

.foot_first .foot_nav {
    float: left;
}

.foot_nav li {
    float: left;
    line-height: 32px;
    font-size: 18px;
    margin-right: 45px;
}

.foot_nav li a {
    display: block;
    line-height: 32px;
    color: #fefefe;
}

.foot_nav li a img {
    float: left;
    margin-right: 10px;
}

.foot_nav ul li a span {
    float: left;
    display: inline-block;
    line-height: 32px;
    color: #fefefe;
    font-size: 18px;
}

.foot_kefu {
    float: right;
    background: url(../images/kehu.png) no-repeat;
    color: #fff;
    text-indent: 50px;
    font-size: 12px;
}

.foot_first .foot_logo {
    float: right;
    width: 410px;
}

.foot_logo .foot_yidon {
    float: left;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
    height: 47px;
}

.foot_yidon .foot_wx {
    position: relative;
    width: 182px;
}

.foot_wx i {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    height: 22px;
    line-height: 22px;
    width: 1px;
    background-color: #fefefe;
}

.foot_wx a {
    float: left;
    width: 60px;
    height: 47px;
    display: block;
    margin-left: 20px;
    position: relative;
}

.foot_wx .foot_weixin {
    width: 60px;
    height: 47px;
    background: url(../images/weixin.png) no-repeat;
}

.foot_wx .foot_weixin:hover {
    width: 60px;
    height: 47px;
    background: url(../images/weixin_hover.png) no-repeat;
}

.foot_wx .foot_weibo {
    width: 60px;
    height: 47px;
    background: url(../images/weibo.png) no-repeat;
}

.foot_wx .foot_weibo:hover {
    width: 60px;
    height: 47px;
    background: url(../images/weibo_hover.png) no-repeat;
}

.foot_yidon .wx_box,
.foot_yidon .wb_box {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 60px;
    box-shadow: 0px 0px 10px #666;
    right: 0px;
    display: none;
    z-index: 10;
}

.foot_yidon .wx_box .wx_img,
.foot_yidon .wx_box .wb_img {
    width: 200px;
    height: 200px;
    display: block;
}

.foot_logo .tgo {
    float: right;
    padding-left: 70px;
    overflow: hidden;
}

.footer_cont .foot_list {
    width: 100%;
    overflow: hidden;
}

.foot_list .foot_time {
    float: left;
    height: 45px;
}

.foot_list .foot_time img {
    display: inline-block;
    float: left;
}

.foot_list .foot_time span {
    display: inline-block;
    float: left;
    line-height: 45px;
    font-size: 16px;
    color: #fefefe;
}

.foot_list .foot_time span.time {
    padding-left: 5px;
}

.foot_list .foot_time span.kefu {
    padding-left: 40px;
}

.foot_list .foot_time .line {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    height: 22px;
    line-height: 22px;
    width: 1px;
    background-color: #fefefe;
}

.foot_list .foot_cpt {
    height: 35px;
    padding-top: 10px;
    color: #fefefe;
    font-size: 16px;
    float: right;
}

.foot_list .foot_beian a {
    height: 35px;
    padding-top: 10px;
    color: #fefefe;
    font-size: 16px;
    float: right;
    margin-right: 60px;
}

@media screen and (min-width: 1441px) {}

@media screen and (max-width: 769px) {
    /*header*/
    .top_nav {
        width: 100%;
    }
    .top_logo {
        display: none;
    }
    .nav {
        float: left;
    }
    /*滑动banner*/
    .swiper-container {
        height: 320px;
    }
    /*首页内容部分*/
    .w1280 {
        width: 100%;
        overflow: hidden;
    }
    .content01 {
        width: 100%;
        overflow: hidden;
        padding: 0px 0 20px 0;
    }
}