﻿body,html,ul,li,h1,h2,h3,h4,h5,h6,p,ol,table{
    margin: 0;
    padding: 0;
    font-size: 12px;
    border: 0;
    font-family: "Microsoft YaHei";

}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #898989;
}
img{
    width: 100%;
}
body{
    min-width: 1200px;
    background: #fff;
}
.clearfloat:after {
    content: "";
    display: block;
    clear: both;
}
input,select,textarea{
    outline: none;
}

/*
头部
*/
.top{
    width: 1200px;
    min-width: 1200px;
    padding: 15px 0;
    margin: 0 auto;
}
.left-logo{
    width: 160px;
    float: left;
}
.left-logo a{
    display: block;
    height: 85px;
    text-align: center;
}
.left-logo a img{
    vertical-align: middle;
    margin-top: 5px;
    width: 123px;
    height: 100px;
}
.right-daohang{
    float: left;
    width: 976px;
    min-width: 65%;
    margin-top: 45px;
}
.right-daohang ul{
    float: right;
    position: relative;
}
.right-daohang ul li{
    float: left;
    margin-right: 58px;
    line-height: 30px;
    position: relative;
    text-align: center;
}
.right-daohang ul li:last-child{
    margin-right: 0;
}
.right-daohang ul li a{
    font-size: 16px;
    display: inline-block;
}
.right-daohang .dis-none{
    display: none;
    position: absolute;
    width: 289px;
    left: -113px;
    color: #898989;
    font-size: 14px;
    z-index: 10;
    text-align: center;
}
.right-daohang .dis-none a{
    font-size: 15px !important;
    /*font-weight: bold;*/
}
.right-daohang .dh-act .dis-none a{
    border-bottom: 0;
}
.right-daohang .dh-act .dis-none a:hover{
    color: #f7ab00;
}
.right-daohang .dh-act a{
    border-bottom: 2px solid #f7ab00;
}
.right-daohang .dh-act .dis-none{
    display: block;
}
.right-daohang  .dis-block{
    display: block;
}

/*
banner
*/
.banner{
    /*height: 485px;*/
    position: relative;
    overflow: hidden;
}
.banner ul{
    position: relative;
    z-index: 1;
}
.banner ul li{
    height: 560px;
    background: url("../images/newbanner.png") 50% 0px no-repeat;
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
}
/*.banner .swiper-slide{
    position:relative;
    height:0;
    padding-bottom:32%;
}
.banner .swiper-slide a>img{
    transform: translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     -o-tranform:translate(-50%,-50%);
     -webkit-transform:translate(-50%,-50%);
     -moz-transform:translate(-50%,-50%);
    position:absolute;
    top:50%;
    left:50%;
}*/
.swiper-button-prev{
    background-image: url("../images/swiper_button_004.png") !important;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 0 0;
    width: 35px !important;
    height: 48px !important;
}
.swiper-button-next{
    background-image: url("../images/swiper_button_004.png") !important;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: -35px 0;
    width: 35px !important;
    height: 48px !important;
}
.swiper-pagination-bullet{
    width: 25px !important;
    height: 5px !important;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}
.swiper-pagination-bullet-active{
    background: #8ec31f !important;
}

/*
内页title
*/
.in-contain{
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 14px;
    color: #505050;
}
.in-contain p,
.in-contain span{
    font-size: 14px;
}
.modular .title{
    text-align: center;
}
.modular .title i{
    display: inline-block;
    background-image: url("../images/ny-fgx_03.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 175px;
    height: 13px;
}
.modular .title h4{
    font-size: 20px;
    font-weight: 100;
    color: #231815;
    margin-top: 10px;
}

/*
flex
*/
.flex-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.flex-adjust {
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -webkit-flex: 1.0;
    flex: 1;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*
footer
*/
footer .footer-line{
    height: 5px;
    width: 100%;
    background: #8ec31f;
    margin-bottom: 5px;
}
footer .contain{
    background: #8ec31f;
    padding: 60px 0;
}
footer .wid>article{
    /*width: 398px;*/
    width: 32%;
    float: left;
    text-align: center;
    /*border-right: 2px solid #fff;*/
    padding: 25px 0;
}
footer .wid>article:first-child{
    text-align: right;
    padding-right: 20px;
}
footer .wid>article:last-child{
    border-right: 0;
}
footer .contain .left img{
    width: 50%;
}
footer .contain .right img{
    width: 16%;
}
footer .contain .center>article{
    padding: 0 20px;
}
footer .contain .center>article,
footer .contain .center>article a{
    color: #fff;
}
footer .contain .center>article a{
    margin-right: 6px;
}
footer .contain .center p{
    text-align: left;
    line-height: 25px;
}
footer .wid{
    /*width: 1200px;*/
    /*min-width: 1200px;*/
    /*margin: 0 auto;*/
}
footer .contain .right .rr>img,
footer .contain .right .rr>p{
    float: left;
}
footer .contain .right .rr>p{
    text-align: left;
    margin-left: 10px;
}
footer .contain .right .rr>p span{
    display: block;
    color: #fff;
    line-height: 20px;
}
footer .contain .right .rr>p span:first-child{
    font-size: 14px;
}
footer .contain .right>article{
    padding: 0 20px;
}
.mar-bottom25{
    margin-bottom: 25px;
}
.white-line{
    float: left;
    width: 2px;
    height: 300px;
    background: #fff;
}

/* 导航点击选中后的样式 */
.on a{border-bottom: 2px solid #f7ab00;}