@charset "utf-8";

/*header*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

body {
    color: #555;
    font: 14px/1.8 '微软雅黑', '黑体', '宋体', Candara, tahoma, Srial, helvetica, sans-serif
}

a {
    color: #555;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.cl {
    clear: both;
}

html {
    overflow-x: hidden;
}

.bor_radius {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

img {
    max-width: 100%;
    height: auto;
    float: left;
    border: 0;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*头部公用*/
/*首页头部*/
.warp {
    position: relative;
    /* z-index:1000;*/
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    width: 100%;
}

.logo {
    position: relative;
    z-index: 900;
    width: 252px;
    height: 65px;
    margin-top: 18px;
    margin-bottom: 17px;
    vertical-align: middle;
}

/*公共导航*/

/*手机导航*/
.height_wap {
    width: 100%;
    height: 66px;
    float: left;
}

header {
    width: 100%;
    height: 66px;
    float: left;
    padding: 10px 15px;
    background: #fff;
    top: 0;
    z-index: 10000;
    border-bottom: 1px #eee solid;
}

header .ion-ios-navicon {
    height: 4px;
    width: 24px;
    background: #70ad47;
    position: relative;
    right: 0px;
    top: 28px;
    cursor: pointer;
    display: inline-block
}

header .ion-ios-navicon:after,
header .ion-ios-navicon:before {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    background: inherit
}

header .ion-ios-navicon:before {
    bottom: 14px
}

header .ion-ios-navicon:after {
    bottom: 7px
}

.lg_wap {
    width: 60px;
    margin-right: 10px;
    float: right;
    padding-top: 7px;
}

.lg_wap a {
    padding: 0 5px;
}

#bg {
    max-width: 600px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #000;
}

#bg>img {
    height: 100%;
    width: 100%;
    border: 0;
}

#bgimg {
    width: 100%;
    height: 100%;
    min-height: 100%;
    float: left;
}

logo {
    width: auto;
    height: 45px;
    float: left;

}

logo img {
    width: auto;
    height: 100%;
    float: left;
}


/*栏目标题及公共*/
.nav-box {
    width: 100%;
    float: left;
    height: 130px;
}

.flex-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 130px;
    line-height: 130px;
    position: relative;
}

.left-nav {
    position: absolute;
    left: 0;
}

.right-nav {
    position: absolute;
    right: 0;
}

.left-nav ul li a:hover,
.right-nav ul li a:hover {
    color: #70ad47
}

.left-nav ul li a,
.right-nav ul li a {
    font-size: 16px;
}

.left-nav ul li,
.right-nav ul li {
    display: inline-block;
    position: relative;
}

.left-nav ul li:not(:last-child) {
    margin-right: 30px;
}

.right-nav ul li:not(:last-child) {
    margin-right: 30px;
}

.bottom-dw {
    background: url("../img/dh.png");
    width: 122px;
    height: 22px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -65px;
    z-index: 11;
}

.center-box {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -56px;
}

.iny1 {
    position: absolute;
    color: #70ad47;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.flex-box li a~i {
    opacity: 0;
    transition: all 1s;
    /*-webkit-transform: translateY(45px);*/
    /*transform: translateY(45px);*/
}

.i-active i {
    opacity: 1 !important;
    /*-webkit-transform: translateY(0px)!important;*/
    /*transform: translateY(0px)!important;*/
}

.flex-box li a:hover~i {
    opacity: 1;
    /*-webkit-transform: translateY(0px);*/
    /*transform: translateY(0px);*/
}

.i-active a {
    color: #70ad47
}

.flex-box li a {
    position: relative;
    z-index: 10;
}

/*end*/

/*底部样式*/
.foot-box {
    width: 100%;
    float: left;
    background: #232323
}

.foota {
    background: #f4f4f2;
    padding: 80px 0;
}

.ft-s {
    font-size: 15px;
    color: #555555;
    font-weight: bold;
}

.container img {
    float: none;
}

.foota>.container>.row>.col-md-4>p:first-of-type {
    color: #ed7d31;
    font-size: 16px;
}

.foota>.container>.row>.col-md-4>p:first-of-type>b {
    font-weight: normal;
    font-size: 24px;
}

.ft-hr {
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px 0 30px;
    background: #70ad47;
}

.son-md li {
    display: block;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
}

.son-md2 .col-md-6 {
    padding: 0 7px;
}

.son-md2 img {
    width: 100%;
}

.pht-3 {
    margin: 0 -5px
}

.pht-3 .col-md-4 {
    padding: 0 5px
}

.ft-right-a {
    width: 100%;
}

.ft-right-a::after {
    display: block;
    content: '';
    clear: both;
}

.ft-right-a a {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 20px;
    color: #888888;
    font-size: 14px;
    line-height: 16px;
    transition: all .3s;
}

.ft-right-a a:hover {
    color: #70ad47;
    font-size: 16px;
}

.footb {
    padding: 15px 0;
    background: #eeeeee;
    text-align: center;
}

.footb>span {
    color: #777777;
    font-size: 14px;
    margin-right: 10px;
}

.footb>span>a:hover {
    color: #000
}

/*end*/

/*wap底部*/
.wap-foot {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #232323;
}

.wap-foot .col-xs-4>i {
    color: #fff;
    position: relative;
    top: 2px
}

.wap-foot .col-xs-4>a {
    display: block;
    color: #fff;
    position: relative;
    top: -4px
}

.foota3 {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #333;
    z-index: 100;
    padding-bottom: 0px;
    float: left
}

.foota3 li {
    display: inline-block;
    float: left;
    width: 33.333333%
}

.foota3 a {
    text-align: center;
    display: block;
    color: #fff;
    padding-top: 3px
}

.foota3 a p {
    position: relative;
    top: -8px
}

.foota3 i {
    display: inline-block;
    font-size: 16px;
    color: #fff
}

/*end*/

@media screen and (max-width: 1200px) {

    .left-nav ul li:not(:last-child),
    .right-nav ul li:not(:last-child) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}