html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 14px;
    font-family: "微软雅黑";
    min-width: 1349px;
    min-height: 100%;
    position: relative;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
em{
    font-style: normal;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.op1{
    opacity: 1!important;
}

.wh{
    width: 100%;
    height: 100%;
}
.bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.db{
    display: block;
}
.st{
    font-family: "宋体";
}
.pr{
    position: relative;
}
.pb{
    position: absolute;
}
.oh{
    overflow: hidden;
}
.mid{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.clamp_2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.clamp_3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.clamp_4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.clamp_5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.clamp_6{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.th{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* top_box */
.top_box{
    width: 100%;
    height: 30px;
    background: #808080;
    box-sizing: border-box;
    overflow: hidden;
}
.top_box_con{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.top_box_con h5{
    color: #bababa;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 0;
    line-height: 30px;
}
.top_box_con ul{
    height: 30px;
    float: right;
    margin-bottom: 0;
}
.top_box_con ul li{
    float: left;
    font-size: 12px;
    box-sizing: border-box;
    margin-left: 30px;
    line-height: 30px;
}
.top_box_con ul li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.top_box_con ul li a{
    color: #bababa;
    transition: .3s;
}
.top_box_con ul li a:hover{
    color: #fff;
}

/* top_box */

/*header*/
#header{
    width: 100%;
    height: 125px;
    background-color: #ffffff;
    position: relative;
    z-index: 999;
}
.head_main{
    width: 1200px;
    height: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.logo{
    width: 374px;
    height: 125px;
    float: left;
    overflow: hidden;
}
.logo a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.logo a img{
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.head_nav{
    width: 762px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.head_nav ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head_nav ul li{
    font-size: 18px;
    line-height: 125px;
}
.head_nav ul li a{
    color: #333333;
}
.head_nav ul li a:hover{
    color: #f5a11d;
    font-weight: 600;
}


/*header*/

/*banner*/
.banner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner .bd,
.banner .bd ul,
.banner .bd ul li{
    width: 100%;
    height: 100%;
}
.banner .bd ul li a{
    height: 100%;
    display: block;
}
.banner .bd ul li a img{
    width: 100%;
    height: 100%;
}
.banner .hd{
    width: 1200px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 26px;
    margin: auto;
}
.banner .hd ul{
    width: 100%;
    height: 14px;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.banner .hd ul li{
    width: 14px;
    height: 14px;
    border-radius: 45px;
    border: 1px solid transparent;
    margin: 0 12px;
    position: relative;
    opacity: 0.5;
    transition: .3s;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}
.banner .hd ul li a{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 45px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}
.banner .hd ul li.on{
    border-color: #fff;
    opacity: 1;
}
.ban_btn{
    width: 1300px;
    height: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.ban_btn > a{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    color: #ffffff !important;
    display: block;
    font-family: "宋体";
    font-size: 33px;
    line-height: 65px;
    text-align: center;
    position: absolute;
    top: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.ban_btn > a.prev{
    left: 0;
}
.ban_btn > a.next{
    right: 0;
}
.ban_btn > a:hover{
    background: rgba(245, 161, 29,.8);
    color: #ffffff!important;
}

.ban_tel{
    width: 1200px;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.ban_tel span{
    background-image: url('../images/ban_tel.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 18px;
    padding-left: 40px;
}
.ban_tel b{
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-family: "宋体";
    font-weight: bold;
}

/*banner*/

/* case */
.case{
    width: 100%;
    height: auto;
    background: #eeeeee;
    overflow: hidden;
}
.case h3{
    background-image: url('../images/tit_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #212121;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}
.case_main{
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.case_main .bd{
    width: 100%;
    height: 800px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.case_main .bd ul{
    width: 475px;
    height: 100%;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
}
.case_main .bd ul:last-child{
    margin-right: 0;
}
.case_main .bd ul li{
    width: 475px;
    height: 390px;
    box-sizing: border-box;
    background: #eeeeee;
    float: left;
    padding: 4px;
    overflow: hidden;
}
.case_main .bd ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.case_main .bd ul li *{
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.case_main .bd ul li:hover i{
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}
.case_mb{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 10px;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
}
.case_mb h5{
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 6px;
    text-align: center;
}
.case_mb p{
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}

/* case */

/* product*/
.product{
    width: 100%;
    height: 1196px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.product_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product_main h3{
    background-image: url('../images/tit_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #212121;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}
.prod_lists{
    width: 100%;
    height: 920px;
    overflow: hidden;
    margin-bottom: 52px;
}
.prod_lists ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.prod_lists ul li{
    width: 395px;
    height: 455px;
    float: left;
    margin-right: 7px;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative;
}
.prod_lists ul li:nth-child(3n){
    margin-right: 0;
}
.prod_lists ul li em{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.prod_mob{
    width: 230px;
    height: 137px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    padding: 0 10px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9;
}
.prod_mob h5{
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 36px;
    margin-bottom: 10px;
    text-align: center;
}
.prod_mob p{
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}
.prod_more{
    width: 152px;
    height: 42px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.prod_more a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #b1b1b1;
    color: #777777!important;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.prod_more a:hover{
    background: #f5a11d;
    border-color: #f5a11d;
    color: #ffffff!important;
}
.prod_lists ul li *{
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.prod_lists ul li:hover em{
    opacity: 1;
}
.prod_lists ul li:hover .prod_mob{
    background: rgba(0, 0, 0, 0);
}
.prod_lists ul li:hover i{
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

/* product */

/* process */
.process{
    width: 100%;
    height: 446px;
    position: relative;
    overflow: hidden;
}
.process_main{
    width: 1200px;
    height: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.process_main h3{
    color: #232323;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 24px;
}
.process_main > span{
    width: 100%;
    color: #676767;
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 40px;
    text-align: center;
}
.process_list{
    width: 100%;
    height: 126px;
    overflow: hidden;
    margin-bottom: 46px;
}
.process_list ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.process_list ul li{
    width: 120px;
    height: 126px;
    border-radius: 90%;
    box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #c6c6c6;
    float: left;
    overflow: hidden;
}
.process_list ul li i{
    width: 100%;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-top: 24px;
    margin-bottom: 26px;
}
.process_list ul li span{
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.process_list ul li:hover{
    background: #f5a11d;
    border-color: #f5a11d;
}
.process_list ul li:hover i{
    filter: brightness(999);
    -webkit-filter: brightness(999);
}
.process_list ul li:hover span{
    color: #ffffff;
}

.process_main > p{
    width: 100%;
    height: 62px;
    margin-bottom: 0;
    overflow: hidden;
}
.process_main > p > em{
    width: 450px;
    height: 62px;
    border-radius: 45px;
    background: #f5a11d;
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 62px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

/* process */

/* about_num */
.about_num{
    width: 100%;
    height: 158px;
    background: #f7f7f7;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 999999;
}
.about_num ul{
    width: 1200px;
    height: auto;
    box-sizing: border-box;
    margin: 46px auto 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.about_num ul li{
    height: auto;
    color: #333333;
    overflow: hidden;
    text-align: center;
}
.about_num ul li p{
    height: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin-bottom: 10px;
}
.about_num ul li p strong{
    display: block;
    font-size: 46px;
    font-weight: bold;
    font-family: "宋体";
    line-height: 42px;
}
.about_num ul li p b{
    height: 18px;
    color: #f5a11d;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 22px;
}
.about_num ul li span{
    color: #777777;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

/* about_num */

/* about */
.about{
    width: 100%;
    height: 547px;
    background-image: url('../images/about_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.about_main{
    width: 1200px;
    height: 547px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.abo_bg{
    width: 1098px;
    height: 547px;
    background-image: url('../images/abo_bg.png');
    background-position: left top;
    background-repeat: repeat;
    display: block;
    position: absolute;
    top: 0;
    left: -360px;
}
.about_main h3{
    width: 100%;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    margin-top: 84px;
    margin-bottom: 22px;
    position: relative;
    z-index: 9;
}
.about_main h3 >span{
    font-weight: 500;
}
.about_main > strong{
    background: linear-gradient(#fff, #fff) left bottom/53px 3px no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    padding-bottom: 28px;
    position: relative;
    z-index: 9;
}
.about_main > p{
    width: 540px;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    position: relative;
    z-index: 9;
    margin-bottom: 60px;
}
.about_button{
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.about_button > a{
    width: 140px;
    height: 50px;
    background: #f5a11d;
    color: #ffffff!important;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.about_button > a:hover{
    background: #f5b045;
}
.about_button > em{
    background-image: url('../images/ban_tel.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    padding-left: 38px;
    margin-left: 26px;
    line-height: 50px;
}
.about_button > span{
    color: #ffffff;
    font-size: 28px;
    float: left;
    line-height: 50px;
}

/* about */

/* base */
.base{
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.base_main{
    width: 1200px;
    height: 230px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.base_tab{
    width: 222px;
    height: 230px;
    float: left;
    overflow: hidden;
}
.base_tab ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.base_tab ul li{
    width: 100%;
    height: 50%;
    background: #333333 linear-gradient(#f5a11d, #f5a11d) left/0% 100% no-repeat;
    overflow: hidden;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.base_tab ul li::after{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.base_tab ul li:hover,
.base_tab ul li.on{
    background: #333333 linear-gradient(#f5a11d, #f5a11d) left/100% 100% no-repeat;
}
.base_tab ul li h5{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 40px;
    margin-bottom: 6px;
    text-align: center;
}
.base_tab ul li span{
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
}

.base_content{
    width: 972px;
    height: 230px;
    float: right;
    position: relative;
}
.base_content ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}
.base_content ul.active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transition-delay: .1s;
    transform: none;
    transition-duration: .8s;
}
.base_content ul li{
    width: 320px;
    height: 230px;
    float: left;
    overflow: hidden;
    margin-right: 6px;
    position: relative;
}
.base_content ul li:last-child{
    margin-right: 0;
}
.base_content ul li span{
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
}
.base_content ul li *{
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.base_content ul li:hover i{
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

/* base */

/* news */
.news{
    width: 100%;
    height: 403px;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}
.news_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.news_main h3{
    background-image: url('../images/tit_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #212121;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 56px;
    margin-bottom: 65px;
    text-align: center;
}
.news_content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_top{
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-bottom: 28px;
}
.news_top ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.news_top ul li{
    width: 570px;
    height: 110px;
    overflow: hidden;
}
.news_top ul li:nth-child(odd){
    float: left;
}
.news_top ul li:nth-child(even){
    float: right;
}
.new_img{
    width: 150px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.new_info{
    width: 400px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.new_info h5{
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 12px;
    margin-bottom: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.new_info p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
}
.news_top ul li:hover .new_info h5{
    color: #f5a11d;
}

.news_bot{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_bot ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.news_bot ul li{
    width: 570px;
    height: auto;
    box-sizing: border-box;
    background-image: url('../images/lx.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    overflow: hidden;
    margin-bottom: 14px;
}
.news_bot ul li:nth-child(odd){
    float: left;
}
.news_bot ul li:nth-child(even){
    float: right;
}
.news_bot ul li span{
    max-width: 380px;
    color: #333333;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 14px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.news_bot ul li em{
    color: #999999;
    display: block;
    font-size: 14px;
    float: right;
    line-height: 14px;
}
.news_bot ul li:hover span{
    color: #f5a11d;
}

/* news */

/* footer */
#footer{
    width: 100%;
    height: 352px;
    background: #222222;
    position: relative;
    overflow: hidden;
}
.footer_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer_info{
    width: 316px;
    height: 100%;
    float: left;
    margin-right: 68px;
    overflow: hidden;
}
.footer_info h5{
    background-image: url('../images/f1.png');
    background-position: 2px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 44px;
    margin-bottom: 20px;
    padding-left: 38px;
}
.foot_p{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-top: 1px solid #5c5c5c;
    padding-top: 28px;
    overflow: hidden;
}
.foot_p > p{
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    color: #ffffff;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 2px;
}
.f_opa{
    opacity: 0.5;
}
.foot_p p b{
    font-weight: 500;
}
.foot_p p a{
    color: #ffffff!important;
}

.foot_map {
    width: 540px;
    height: 255px;
    float: left;
    margin-top: 40px;
    overflow: hidden;
}

.footer_erweima{
    width: 220px;
    height: 100%;
    background: linear-gradient(#5c5c5c, #5c5c5c) left/1px 255px no-repeat;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
}
.footer_erweima h5{
    width: 128px;
    background-image: url('../images/f1.png');
    background-position: 2px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 44px auto 30px;
    padding-left: 38px;
}
.footer_erweima img{
    width: 128px;
    height: 128px;
    display: block;
    margin: 0 auto 20px;
}
.footer_erweima span{
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

/* footer_copy */
.footer_copy{
    width: 100%;
    height: 50px;
    background: #000000;
    overflow: hidden;
}
.footer_copy p{
    width: 1200px;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    opacity: 0.4;
    overflow: hidden;
    margin: 0 auto;
}
.footer_copy p b{
    font-weight: 500;
}
.footer_copy p span a{
    color: #ffffff;
}


/* float */
/* #float{
    width: 157px;
    height: 356px;
    background: #f5a11d;
    z-index: 999999999999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: .6s cubic-bezier(0.25, 0.1, 0.11, 0.77);
}
.float_logo{
    width: 100%;
    height: 60px;
    background: #f8bd61;
    overflow: hidden;
    position: relative;
}
.float_logo img{
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    filter: brightness(9999999);
    -webkit-filter: brightness(9999999);
}

.float_ewm{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.float_ewm img{
    width: 114px;
    display: block;
    margin: 30px auto 6px;    
}
.float_ewm em{
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    opacity: 0.5;
    margin-bottom: 24px;
}
#float > span{
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6px;
    text-align: center;
}
#float > b{
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: "宋体";
    line-height: 18px;
    text-align: center;
}
.returnBtn{
    width: 100%;
    height: 40px;
    background-color: #f8bd61;
    background-image: url('../images/fl_top.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
} */


#float{
    width: 112px;
    height: 171px;
    background: #f5a11d;
    z-index: 999999999999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: .6s cubic-bezier(0.25, 0.1, 0.11, 0.77);
}
.float_ewm{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.float_ewm img{
    width: 100%;
    height: 112px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    padding: 5px;
}
#float span{
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin: 8px 0 6px;
    text-align: center;
    opacity: .5;
}
#float b{
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    font-family: "宋体";
    text-align: center;
}




