body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: "微软雅黑";
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

tr,
td,
dd,
dl,
dt {
    margin: 0;
    padding: 0;
    font-style: normal;
}

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

table,
td,
tr,
th {
    font-size: 14px;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
}

ul,
li {
    list-style: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.contect_img ul li:hover p,
.nav ul li a:hover,
.nav ul li.hover a {
    color: #4f6808
}

.yuyue {
    width: 130px;
    height: 40px;
    margin: 35px 0 0 5px;
    line-height: 40px;
    background: url(../images/btn-tel.png) no-repeat -10px -10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-indent: 29px;
    cursor: pointer;
}

.yuyue a {
    color: #fff;
}

.footer {
    padding: 50px 0;
    overflow: hidden;
}

.footer-main {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
}

.footer-left {
    float: left;
    width: 30%;
    font-size: 26px;
    font-weight: bold;
    height: 30px;
    text-align: left;
}

.footer-mid{
    float: left;
    width: 40%;
    text-align: center;
}

.footer-right {
    float: left;
    width: 30%;
    text-align: right;
}

.last {
    background: #262626;
    color: #fff;
}

.logo {
    font-size: 26px;
    font-weight: bold;
    line-height: 76px;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 7px #d4d1d1;
}

.header .logo>img {
    width: 200px;
    padding: 15px 0
}

.nav {
    position: relative;
    z-index: 9999;
}

.nav li {
    position: relative;
    width: 75px;
    height: 77px;
    margin: 0 10px;
    float: left;
}

.nav li:last-child {
    margin-right: 0
}

.nav li a.tit {
    display: inline-block;
    width: 100%;
    padding: 22px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.nav li a.tit:before {
    content: "";
    width: 0;
    height: 2px;
    background: #4f6808;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 340ms;
    -webkit-transition: 340ms;
    -ms-transition: 340ms;
    -o-transition: 340ms;
    -moz-transition: 340ms;
}

.nav li:hover a:before,
.nav li.hover a:before {
    width: 100%;
}

.header .subnav {
    padding: 10px 0;
    width: 800px;
}

.header .subnav a {
    display: inline-block;
    float: left;
    margin: 0 12px;
    font-size: 14px;
    line-height: 2;
    color: #333;
    padding: 0 !important;
}

.header .subnav a:hover {
    color: #4f6808;
}

.header .nav-bg {
    position: absolute;
    left: 0;
    top: 78px;
    z-index: 1;
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.7);
}

.dn {
    display: none;
}

.nav li:hover a {
    text-decoration: none;
}

.footer .nav li {
    height: 30px;
}

.ssubNav1 {
    padding: 20px;
    cursor: pointer;
    color: #fff;
    cursor: pointer;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out s;
    -moz-transition: all 0.4s ease-in-out s;
    transition: all 0.4s ease-in-out 0s;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #4f6808;
    display: none;
}

.navline {
    left: 30px;
    width: 24px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.navline1 {
    transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out s;
    -moz-transition: all 0.4s ease-in-out s;
    transition: all 0.4s ease-in-out 0s;
}

.navline2 {
    background-color: transparent;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out s;
    -moz-transition: all 0.2s ease-in-out s;
    transition: all 0.2s ease-in-out 0s;
}

.navline3 {
    transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out s;
    -moz-transition: all 0.4s ease-in-out s;
    transition: all 0.4s ease-in-out 0s
}

.title {
    text-align: center;
    padding: 20px 0
}

.title h1 {
    font-size: 30px;
}

.title span {
    font-size: 18px;
    color: #181818
}


.contect1 p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 93%;
    margin: 0 auto
}

.contect_img {
    margin: 20px 0
}

.contect_img ul li {
    width: 40%;
    float: left;
    text-align: center;
    margin: 5%
}

.contect_img ul li p {
    margin-top: 20px
}

.contect_img ul li a {
    overflow: hidden;
}

.contect_img ul li .img_border {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contect_img ul li .img_border img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.contect_img ul li .img_border img:hover {
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.5);
}

.contect2 {
    /* background: url(../images/bg.jpg) center center no-repeat;
    background-attachment: fixed; */
    height: 300px;
}

.contect2 .title h1,
.contect2 .title span {
    color: #fff
}

.contect2 .contect2_box {
    position: relative;
    height: 100%
}

.contect2 .contect2_top {
    position: absolute;
    top: 20px
}

.contect2 .contect2_bottom {
    position: absolute;
    bottom: 15px;
    width: 100%;
    right: 0;
}

.contect2_bottom ul li {
    width: 48%;
    margin: 1%;
    float: left;
    text-align: center;
}

.qu_top {
    width: 126px;
    height: 126px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 130px;
    margin: 0 auto 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.qu_pa {
    padding: 18px 0;
}

.qu_top span {
    color: #b6b4b1;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.contect2_bottom ul li p {
    color: #fff;
    font-size: 18px;
}

.contect2_bottom ul li:hover .qu_top {
    background-color: rgba(79, 104, 8, 0.8);
}

.scroll {
    cursor: pointer;
    background: url(../images/shang.png) no-repeat center;
    width: 37px;
    height: 41px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



/*首页banner*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    padding-top: 62px;
}

.flexslider {
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 48px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    /* background: url(../images/arr.png) no-repeat; */
    text-indent: -999em
}

.flex-direction-nav .flex-prev {
    left: -50px;
    background-position: 0 0
}

.flex-direction-nav .flex-next {
    right: -50px;
    background-position: -132px 0
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}


/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 50
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #4f6808;
}

.flex-control-paging li a.flex-active {
    background: #4f6808;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.flex_text {
    position: absolute;
    top: 0;
    z-index: 500px;
    width: 420px;
    height: 200px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.flex_text p {
    color: #fff;
    text-align: center;
    font-size: 36px;
    letter-spacing: 14px;
    margin-top: 30px;
}

body .flexslider .flex_text>img {
    max-width: 100%;
    width: auto;
    text-align: center;
    margin: auto;
}

body .flexslider .flex_text p img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

body .flexslider .flex_text p img:first-child {
    margin-right: 20px;
}

body .flexslider .flex_text p img:last-child {
    margin-left: 5px;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}