﻿@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: Microsoft YaHei, 黑体, Verdana, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    color: #333;
    text-transform: uppercase
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
    ansition: all 0.3s;
}

input:focus,
select:focus,
option:focus,
textarea:focus {
    outline: none;
}

textarea,
input[type=date],
input[type=number] {
    resize: none;
    border: none;
}

button:hover,
input[class*=b]:hover {
    cursor: pointer;
}

i,
u {
    font-style: normal;
    font-weight: normal;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}
.red{color:#f30;}
.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.rel {
    position: relative;
}

.min_w {
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


.nav {
    /* width: 1620px;
    margin: 0 auto; */
    height: 128px;
    background: #fff;
}

.logo {
    padding-left: 10%
}

.top_meau {
    display: none;
    margin-top: 45px;
    margin-right: 2%;
}

.foot {
    display: none;
}

/*导航菜单*/
#ceng {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
}

#close {
    width: 10%;
    padding: .5rem 2%;
    float: left;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
}

.type {
    width: 100%;
    background: #EDB400;
    height: 100%;
    float: right;
}

.type ul {
    padding-top: 20%;
}

.type ul li a {
    color: #fff;
    display: block;
    line-height: 1rem;
    text-align: center;
    display: block;
    font-size: .35rem;
    transition: color 0.2s ease 0s;
    width: 100%;
}

.logo img {
    width: 100%;
    margin-top: 26px;
}

.dh {
    margin-top: 50px;
    margin-left: 6%;
}

.dh li {
    float: left;

}

.dh li a {
    display: block;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    padding: 0 21px;
    border-radius: 50px;
    color: #3D3D3D;
    margin-right: 19px;
    position: relative;
}

.dh li .on {
    color: #fff;
    background: linear-gradient(to right, #FCE600, #EBA800);
    box-shadow: 0px 0px 10px -2px #F2C000
}

.dh li a:hover {
    color: #fff;
    background: linear-gradient(to right, #FCE600, #EBA800);
    box-shadow: 0px 0px 10px -2px #F2C000;
    transition: 0.3s
}

.dh li a::after {
    content: "·";
    position: absolute;
    color: #B1B1B1;
    font-size: 25px;
    right: -13px;
    top: 0
}

.dh li:last-child a::after {
    display: none;
}

.ss {
    margin-top: 8px;
    margin-left: 20px;
}

.banner {
    width: 100%;
    height: 750px;
}

.banner .swiper-container {
    width: 100%;
    height: 750px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.tou {
    text-align: center;
    padding-top: 100px
}

.tou h3 {
    font-size: 36px;
    line-height: 36px;
}

.tou div {
    width: 216px;
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
}

.tou div::after {
    content: "";
    width: 216px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.tou div p {
    width: 162px;
    margin: 0 auto;
    background: #fff;
    font-family: "Microsoft new tai lue";
    position: relative;
    z-index: 99;
    text-transform: uppercase
}

.zyfw {
    background: url(../images/d1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.zy_lb {
    margin-top: 56px;
    overflow: hidden;
}

.zy_lb li {
    width: 222px;
    height: 339px;
    float: left;
    overflow: hidden;
    margin-right: 22px;
    /* background: #EEB300; */
}

.zy_lb li:nth-child(5) {
    margin: 0;
}

.zy_t {
    width: 100%;
    height: 228px;

}

.zy_lb li:hover .zy_w {
    transform: translateY(-104px);
    background: #EEB300;
}

.zy_w {
    text-align: center;
    padding: 0 18px;
    transition: linear 0.5s;
    padding-bottom: 26px;
    background: #F1F1F1;
}

.zy_w h3 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 24px;
    color: #757575;
    padding-top: 28px
}

.zy_lb li:hover .zy_w h3 {
    color: #fff
}

.zy_w i {
    display: block;
    width: 65px;
    height: 1px;
    background: #B4B4B4;
    margin: 12px auto;
}

.zy_lb li:hover .zy_w i {
    background: #fff;
}

.zy_w span {
    font-size: 18px;
    color: #404040
}

.zy_lb li:hover .zy_w span {
    color: #fff
}

.zy_w p {
    margin-top: 20px;
    color: #fff;
    line-height: 26px;
}

.zy_w a {
    font-size: 12px;
    color: #fff;
}

.mo {
    display: block;
    width: 130px;
    height: 43px;
    background: linear-gradient(to right, #FCE600, #EBA800);
    box-shadow: 0px 0px 10px -2px #F2C000;
    text-align: center;
    line-height: 43px;
    border-radius: 50px;
    margin: 60px auto;
    color: #fff;
    font-size: 15px
}

.yzc {
    background: #FAFAFA;
    overflow: hidden;
}

.yz_lb {
    margin-top: 68px;
}

.yz_lb li {
    width: 24.8%;
    height: 554px;
    float: left;
    border: 1px solid #EDEDED;
    text-align: center;
    overflow: hidden;
}

.yz_lb li img {
    width: 100%;
}

.jd_z {
    height: 100%;
    transition: 0.3s
}

.yz_lb li:hover .jd_z {
    background: #EEB300;
}

.yz_lb li:hover .jd_z h3 {
    color: #fff;
}

.yz_lb li:hover .jd_z p {
    color: #fff;
}

.yz_lb li:hover .jd_z a {
    color: #fff;
}

.jd_z h3 {
    font-size: 24px;
    font-weight: normal;
    color: #3D3D3D;
    padding-top: 34px;
}

.jd_z p {
    font-size: 15px;
    color: #3D3D3D;
    margin-top: 20px;
    margin-bottom: 15px;
}

.jd_z a {
    font-size: 12px;
}

.w_t {
    padding-top: 80px
}

.w_t .t_wz p {
    font-size: 24px;
    color: #BDBDBD;
    font-family: "Microsoft new tai lue";
    text-transform: uppercase
}

.w_t .t_wz h3 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 16px;
}

.w_t .mo {
    margin: 0;
    margin-top: 24px;
}
.w_lb{
    margin-top: 50px;
    padding-bottom: 54px;
    overflow: hidden;
}
.w_lb li{
    width: 50%;
}
.w_lb li:nth-child(1){
    margin-top: 60px;
}

.w_lb li img{
    width: 100%;
}
.s_k div{
    width: 345px;
    height: 270px;
}
.w_lb li div h3{
    color: #323232
}
.w_lb li div p{
    color: #808080
}
.s_k div:nth-child(2){
    background: #F6F6F6;
}
.s_k div:nth-child(2) h3{
    color: #EEB300
}
.s_k div:nth-child(2) p{
    color: #EEB300
}
.x_k div:nth-child(1){
    background: #EEB300;
}
.x_k div:nth-child(1) h3{
    color:#fff;
}
.x_k div:nth-child(1) p{
    color: #fff;
}
.x_k div{
    width: 345px;
    height: 270px;
}
.s_k h3{
    width: 108px;
    height: 28px;
    padding: 52px 0 0 41px;
    margin: 40px 0 0 108px;
}
.x_k h3{
    width: 108px;
    height: 28px;
    padding: 45px 0 0 41px;
    margin: 40px 0 0 108px;
}
.x_k p{
    width: 268px;
    margin: 0 auto
}
.s_k p{
    width: 268px;
    margin: 0 auto
}

.picFocus {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hj_z {
    width: 336px;
}

.picFocus .hd {
    width: 100%;
    padding-top: 19px;
    overflow: hidden;
}

.picFocus .hd ul {
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    width: 16.6%;
    height: 116px;
    float: left;
    text-align: center;
    position: relative;
}

.picFocus .hd ul li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.picFocus .hd ul li .zzc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EEB300;
    opacity: 0.5;
    display: none
}

.picFocus .hd ul .on .zzc {
    display: block
}


.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd {
    width: 858px;
    height: 504px;
    background: #D19803;
}

.picFocus .bd ul {
    width: 744px;
}

.picFocus .bd img {
    width: 744px;
    height: 504px;
    display: block;
}

.sb_b h3 {
    font-size: 36px;
    line-height: 36px;
}

.sb_b p {
    font-size: 18px;
    font-family: "Microsoft new tai lue";
    color: #BDBDBD;
    text-transform: uppercase;
    margin-top: 16px;
}

.xb_b {
    margin-top: 100px;
}

.xb_b h3 {
    font-weight: normal;
    font-size: 18px;
    color: #3D3D3D;
}

.xb_b p {
    font-size: 16px;
    font-family: "Microsoft new tai lue";
    color: #BDBDBD;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 24px;
}

.xb_b i {
    display: block;
    width: 40px;
    height: 3px;
    background: #727272;
    margin-top: 26px;
}

.xb_b .xm {
    display: block;
    color: #fff;
    width: 106px;
    height: 45px;
    background: linear-gradient(to right, #FCE600, #EBA800);
    box-shadow: 0px 0px 10px -2px #F2C000;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    margin-top: 90px;
}

.about {
    height: 518px;
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 71px;
    margin-top: 48px;
}

.gy {
    width: 831px;
    height: 390px;
    background: #fff;
    padding-top: 52px;
    padding-left: 36px;
}

.g_t h3 {
    font-size: 28px;
    line-height: 28px;
}

.g_t p {
    font-family: "Microsoft new tai lue";
    color: #BDBDBD;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 14px;
}

.gy .zw {
    margin-top: 46px;
    font-family: "Microsoft new tai lue";
    font-size: 17px;
    color: #7D7D7D;
    line-height: 34px;
    height: 136px;
    overflow: hidden;
    width: 516px;
}

.abm {
    display: block;
    background: linear-gradient(to right, #FCE600, #EBA800);
    box-shadow: 0px 0px 10px -2px #F2C000;
    width: 108px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: 22px;
}

.sp {
    width: 628px;
    height: 369px;
    position: absolute;
    right: 0px;
    top: 35px;
}

.sp img {
    width: 100%;
}


.awq {
    margin: 0 auto;
    text-align: center;
}

.aso {
    display: inline-block;
    width: 507px;
    height: 43px;
    background: linear-gradient(to right, #FCE600, #EBA800);
    box-shadow: 0px 0px 10px -2px #F2C000;
    text-align: center;
    line-height: 43px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin: 52px 13px 0 13px;
}

.asi {
    display: inline-block;
    width: 130px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 50px;
    color: #666666;
    font-size: 15px;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    margin: 52px 13px 0 13px
}

.sz_lb {
    margin-top: 52px;
}

.sz_lb li {
    width: 284px;
    height: 310px;
    float: left;
    border-bottom: 1px solid #c6c6c6;
    text-align: center;
    margin-right: 18px;
}
.sz_lb li:nth-child(4n){
    margin: 0;
}

.sz_lb li img {
    width: 100%;
}


.jia {
    float: right;
    background: #ECAA00;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
}
.xtt {
    margin: 20px 0;
}
.pcd{
    height: 550px;
    background: url(../images/pcd.jpg) no-repeat center;
    background-size: cover;
    padding-top: 76px;
}
.pz_t h3{
    font-size: 33px;
    font-weight: normal;
    line-height: 33px;
}
.pz_t p{
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase
}
.pc_z{
    width: 80%;
}
.lx{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid #A4A4A4
}
.lx p{
    line-height: 50px;
    font-size: 16px;
    
}
.bq{
    line-height: 32px;
    margin-top: 26px;
}
.pc_m{
    margin-left: 62px;
    text-align: center;
    margin-top: 106px;
    float: left;
}
.pc_m p{
    margin-top: 18px;
}
.pc_y{
    width: 41%; 
}
.pc_y .py_t{
    text-align: right;
    margin-bottom: 36px;
}
.pc_y .py_t h3{
    font-size: 33px;
    line-height: 33px;
    font-weight: normal;
}
.pc_y .py_t p{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}
.pc_y input{
    width: 450px;
    height: 49px;
    border: 1px solid #D4D4D4;
    padding-left: 36px;
    border-radius: 50px;
    margin-bottom: 11px;
}
.pc_y textarea{
    width: 450px;
    height: 60px;
    border: 1px solid #D4D4D4;
    padding-left: 36px;
    padding-top: 26px;
    border-radius: 30px;
    margin-bottom: 24x
}
.pc_y .tj{
    width: 488px;
    height: 59px;
    padding: 0;
    background: #F0B900;
    font-size: 20px;
    margin-top: 23px;
    color: #fff;
}
.bot_top{
    position: absolute;
    bottom: 85px;
    right: 76px;
    text-align: center
}
.bot_top p{
    font-size: 18px;
    margin-top: 16px;
}
.sjh{
    display: none       
}

.ej_ba{
    width: 100%;
    /* height: 600px; */
}
.ej_t{
    padding: 60px 0;
    overflow: hidden;
}
.mbx{
    line-height: 48px;
    padding-left: 22px;
    background: url(../images/fz.png) no-repeat left center
}
.ej_nr img{
    margin-bottom: 162px;
    margin-top: 88px;
}
.fen a{
    width: 133px;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    font-size: 18px;
    border: 1px solid #D3D3D3;
    border-radius: 50px;
}
.fen .on{
    background: linear-gradient(to right, #FCE600, #EBA800);
    box-shadow: 0px 0px 10px -2px #F2C000;
    color: #fff;
}
.xh_j dl dd{
    float: left;
    margin-top: 51px;
    width: 47%;
}
.xh_j dl dd:nth-child(2n){
    float: right;
}
.page{
    margin: 62px 0;
    float: right;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
}
.page a{
    display: inline-block;
    line-height: 48px;
    padding: 0 18px;
    border-left: 1px solid #D5D5D5
}
.xt_lb li{
    /* width: 300px; */
    /* height: 600px; */
    float: left;
}
.xt_lb li div{
    width: 300px;
    height: 300px;
    float: left;
    text-align: center;
    background: #FBF5E5;
}
.xt_lb li div img{
    width: 100%;
    height: 100%;
}
.xt_lb li div:hover{
    background: #ECAA00;
}
.xt_lb li div h3{
    padding-top: 50px;
    font-size: 22px
}
.xt_lb li div p{
    margin-top: 25px;
    color: #676767;
    font-size: 15px;
}
.xt_lb li div:hover p{
    color: #fff
}
.xt_lb li .wzb{
    padding: 0 15px;
    width: 270px;
}
.xt_lb li .wzb .xha{
    margin-top: 30px;
    display: inline-block;
    text-decoration: underline;
    color: #FCE600
}
.xt_lb li div:hover a{
    color: #fff
}
.xt_lb li div:hover .xha{
    color: #fff;
}
.zf_lb li{
    float: left;
    width: 48%;
    height: 349px;
    margin-bottom: 52px;
}
.zf_lb li .z_y{
    width: 194px;
    height: 100%;
    background: #F5F5F5;
    text-align: center;
    padding: 0 20px;
}
.zf_lb li .z_y h3{
    font-weight: normal;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 18px;
    padding-top: 16px;
    color: #757575
}
.zf_lb li:hover .z_y h3{
    color: #fff;
}
.zf_lb li .z_y span{
    font-weight: bold;
    font-size: 32px;
    padding-top: 66px;
    display: inline-block;
    color: #757575
}
.zf_lb li:hover .z_y span{
    color: #fff;
}
.zf_lb li .z_y i{
    width: 46px;
    height: 2px;
    display: block;
    background: #FFC205;
    margin: 28px auto
}
.zf_lb li:hover .z_y i{
    background: #fff;
}
.zf_lb li .z_y p{
    line-height: 26px;
    font-size: 16px;
    color: #757575
}
.zf_lb li:hover .z_y p{
    color: #fff
}
.zf_lb li:hover .z_y{
    background: #FFC205;
}
.zf_lb li:nth-child(2n){
    float: right;
}
.yz_f li{
    position: relative;
    margin-bottom: 54px;
}
.yz_f li .yz_a{
    width: 45%;
    padding: 0 8.2%;
    background:rgba(236,170,0,0.8);
    float: right;
    text-align: center;
    position: absolute;
    right: 0;
    top: 58px;
    border-radius: 20px;
    padding-bottom: 58px;
}
.yz_f li .yz_z{
    position: absolute;
    left: 0;
    top: 58px;
}
.yz_f li .yz_a h3{
    padding-top: 96px;
    color: #fff;
    font-size: 28px;
}
.yz_f li .yz_a p{
    margin-top: 50px;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}
.yz_f li .yz_a .mor{
    margin-top: 86px;
    display: inline-block;
    text-decoration: underline;
    color: #fff
}
.sjtp{
    position: absolute;
    left: 50%;
    transform: translateX(-50%)!important;
    width: 1.2rem;
}
.zgb{
    /*padding-bottom: 105px;*/
    overflow: hidden;
}
.dtu{
    width: 100%;
    /*height: 752px;*/
    /*background: #000;*/
}
.lxwb{   
    /*height: 752px;*/
    background: linear-gradient(to right,#EFB400, #F9D900);
    /*padding-left: 26px;*/
    padding:30px;
    color: #fff
}
.lxwb h3{
    padding-top: 46px;
    font-size: 20px
}
.lxwb h4{
    font-size: 16px;
}
.lxwb .p1{
    font-size: 16px;
    line-height: 40px
}
.lxwb .p2{
    font-size: 14px;
    line-height: 36px;
}
.sjtp img{
    width: 100%;
}
.smzk{
    width: 264px;
    margin: 0 auto;
    margin-top: 46px;
}
.smzk p{
    font-size: 16px;
    margin-top: 31px;
}
.mm_lb li{
    padding: 23px 20px;
    box-shadow: 0px 0px 10px -3px #595959;
    overflow: hidden;
    margin-bottom: 50px
}
.mm_lb li:hover{
    background: #ECAC00;
}
.mm_lb li img{width: 3.5rem;height: 2.2rem;}
.mm_lb li .ywz{
    width: 63%;
    margin-left: 28px
}
.mm_lb li:hover .ywz h3{
    color: #fff;
}
.mm_lb li:hover .ywz h3 i{
    color: #fff;
}
.mm_lb li:hover .ywz h3 span{
    color: #fff;
}

.ywz h3{
    font-size: 24px;
    padding-top: 24px;
}
.ywz h3 i{
    font-size: 18px;
    color: #595959
}
.ywz h3 span{
    color: #9A9A9A;
    font-size: 14px;
}
.ywz p{
    font-size: 15px;
    line-height: 26px;
    margin-top: 28px;
}
.mm_lb li:hover .ywz p{
    color: #fff;
}
.ywz .mr{
    display: block;
    width: 80px;
    height: 30px;
    border: 1px solid #898989;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #898989;
    margin-top: 32px;
}
.mm_lb li:hover .ywz .mr{
    background: #fff;
    color: #898989
}
@media only screen and (max-width:1440px) {
    .logo {
        padding-left: 2%;
    }

    .dh {
        margin-left: 50px;
    }

    .dh li a {
        padding: 0 8px;
    }

    .jd_z h3 {
        padding-top: 26px;
    }

    .jd_z p {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .yz_lb li {
        height: 427px;

    }

    .picFocus .hj_z {
        width: 298px;
    }
    .sz_lb li {

        margin-right: 6px;
    }
}

@media only screen and (max-width:1750px) and (min-width: 1680px){
    .dh li a{
        padding: 0 18px;
    }
}
@media only screen and (max-width:1690px) and (min-width: 1440px){
    .logo {
        padding-left: 2%;
    }

    .dh {
        margin-left: 52px;
    }
    .dh li a{
        padding: 0 12px
    }
}

@media only screen and (max-width: 1440px) {

    .logo {
        padding-left: 2%;
    }

    .dh {
        margin-left: 30px;
    }

    .dh li a {
        padding: 0 6px;
    }

    .jd_z h3 {
        padding-top: 26px;
    }

    .jd_z p {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .yz_lb li {
        height: 427px;

    }

    .picFocus .hj_z {
        width: 298px;
    }

    .sz_lb li {

        margin-right: 6px;
    }
}

@media only screen and (max-width: 1396px) {
    .s_k div {
        width: 295px;
        height: 270px;
    }

    .x_k div {
        width: 295px;
        height: 270px;
    }
    .logo {
        padding-left: 0;
    }

    .dh {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 1217px){
    .cl{
        width: 100%;
    }
    .logo {
        padding-left: 0;
    }

    .dh {
        margin-left: 0px;
    }
    .dh li a {
        padding: 0 4px;
    }
}

@media only screen and (max-width:1200px) {
    .nav {
        width: 98%;
        padding: 0 1%
    }
    .mm_lb li .ywz{
        width: 63%;
        margin-left: 28px
    }
    .container {
        width: 98%;
        padding: 0 1%
    }

    .bot_nav li a {
        display: block;
    }

    .top_meau {
        display: block;
        /* margin-right: 2%; */
    }
    .mm_lb li .ywz{
        width: 80%;
        margin-left: 28px
    }
    .logo {
        padding-left: 10px;
    }

    .dh {
        display: none
    }

    .dh ul li a {
        margin-right: 10px;
        padding: 0 10px
    }

    .dh ul li a::after {
        right: -7px
    }

    .ss {
        margin-left: 0
    }

    .banner {
        width: 100%;
        height: 462px;
    }

    .banner .swiper-container {
        height: 462px;
    }
    .zf_lb li{
        width: 49%;
    }
   
}
@media only screen and (max-width:750px) {
    .nav{
        height: 1.28rem;
    }
    .logo{
        width: 50%;
        position: absolute;
        left: 0.36rem;
        top: 50%;
        transform: translateY(-50%)
    }
    .logo img{
        margin: 0;
    }
    .xt_lb li .wzb .xha{
        margin-top: 0.15rem
    }
    .xt_lb li div h3{
        padding-top: 0.2rem
    }
    .top_meau{
        width: 10%;
        margin: 0;
        position: absolute;
        right: 0.36rem;
        top: 50%;
        transform: translateY(-50%)
    }
    .pcd{
        display: none;
    }
    .lxwb{
        width: auto;
    }
    .dtu{
        width: auto;
        height: auto;
    }
    .banner{
        width: 100%;
        height: 4.78rem !important;
    }
    .swiper-container{
        width: 100%;
        height: 4.78rem !important;
    }
    .swiper-container img{
        height: 100%;
    }
    .tou {
        padding-top: 0.6rem;

    }
    .tou div{
        width: 2.3rem;
        /* left: 0; */
    }
    .tou div::after{
        width: 2.3rem;
    }
    .tou h3{
        font-size: 0.36rem
    }
    .tou div p{
        font-size: 0.2rem;
        width: 1.62rem;
        margin-top: 0.1rem
    }
    .mm_lb li{
        text-align: center
    }
    .mm_lb li img{
       float: none
    }
    .zy_lb li {
        margin-right: 12px;
    }
    .s_k div{
        width: 286px;
    }
    .x_k div{
        width: 286px;
    }
    .yz_lb{
        padding: 0 0.33rem;
        margin-top: 0.1rem
    }
    .yz_lb li{
        width: 3.2rem;
        height: 4.52rem;
    }
    .yz_lb li h3{
        font-size: 0.24rem;
        padding-top: 0
    }
    .yz_lb li p{
        font-size: 0.2rem;
        margin:0;
    }
    .yz_lb li a{
        font-size: 0.2rem;
        margin-top: 0;
    }
    .yz_lb li:nth-child(2n){
        float: right;
    }
    .mo{
        width: 1.28rem;
        height: 0.43rem;
        line-height: 0.43rem;
        font-size: 0..2rem;
        margin: 0.62rem auto
    }
    
    .w_t .t_wz p{
        font-size: 0.2rem
    }
    .w_t .t_wz h3{
        font-size: 0.33rem;
        line-height: 0.33rem;
        margin-top: 0px;
    }
    .dis{
        display: none
    }
    .s_k div{
        width: 1.6rem;
        height: 1.45rem;
    }
    .x_k div{
        width: 1.6rem;
        height: 1.45rem;
    }
    .w_lb{
        padding: 0;
        margin-top: 0.2rem
    }
    .w_lb li p{
        display: none;
    }
    .w_lb li h3{
        width: 0.9rem;
        height: 0.2rem;
        font-size: 0.2rem;
        padding: 0.4rem 0 0 0.39rem;
        background-size: 60% !important;
        margin: 0.4rem auto
    }
    .w_lb li:nth-child(1){
        margin-top: 0.33rem
    }
    .sz_lb{
        width: 90%;
        /* padding: 0 0.33rem; */
        margin-top: 0.22rem
    }
    .sz_lb li{
        width: 3.28rem;
        height: 3.57rem;
        margin-top: 0.2rem
    }
    .sz_lb li:nth-child(2n){
        margin: 0;
        margin-top: 0.2rem
    }
    .xtt{
        font-size: 0.2rem;
        margin: 0.1rem;
    }
    .aso {
        margin: 0.22rem 0.13rem 0 0.13rem
    }
    
    .asi {
        margin: 0.22rem 0.13rem 0 0.13rem
    }
    .jia{
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem
    }
    .zy_lb{
        height: 3.9rem;
        overflow: hidden;
        padding: 0 0.33rem
    }
    .zy_lb li{
        width: 2.12rem;
        height: 3.22rem;
    }
    .zy_lb li:nth-child(4),.zy_lb li:nth-child(5){
        display: none 
    }
    .zy_lb li img{
        width: 100%;
    }
    .zy_lb li h3{
        font-size: 0.22rem;
        padding-top: 0.22rem;
        line-height: 0.22rem    
    }
    .zy_lb li i{
        margin: 0 auto;
    }
    .zy_lb li span{
        font-size: 0.2rem
    }
    .zy_t{
        height: auto;
    }
    .about {
        height: 6.65rem;
        background: url(../images/bg2.jpg) no-repeat center;
        background-size: cover;
        padding-top: 0.76rem;
        margin-top: 48px;
    }
    .about .wz{
        width: 7.17rem;
        height: 4.44em;
    }
    .ej_ba{
        height: auto;
    }
    .ej_nr{
        font-size: 0.2rem
    }
    .ej_nr img{
        margin-bottom: 1.62rem;
        margin-top: 0.88rem;
    }
    .fen a{
        width: 1.33rem;
        display: inline-block;
        line-height: 0.48rem;
        font-size: 0.2rem
    }
    .ej_t{
        padding: 0.3rem 0;
        overflow: hidden;
    }
    .mbx{
        line-height: 0.4rem;
        font-size: 0.2rem;
        padding-left: 0.33rem
    }
    .page{
        margin: 0.6rem 0;
        float: right;
        border: 1px solid #D5D5D5;
        border-radius: 5px;
    }
    .page a{
        display: inline-block;
        line-height: 0.48rem;
        padding: 0 0.12rem;
        border-left: 1px solid #D5D5D5
    }
    .yz_f li .yz_a{
        width: 85%;
        float: right;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }
    .yz_f li .yz_z{
        position: absolute;
        left: 0;
        top: 0;
    }
    .yz_f li .yz_a h3{
        padding-top: 0.96rem;
        color: #fff;
        font-size: 0.3rem;
    }
    .yz_f li .yz_a p{
        margin-top: 0.58rem;
        font-size: 0.2rem;
        color: #fff;
        line-height: 0.45rem;
    }
    .yz_f li .yz_a .mor{
        margin-top: 0.46rem;
        display: inline-block;
        text-decoration: underline;
        color: #fff
    }
    .yz_f li img{
        width: 100%;
    }
    .foot{
        display: block
    }
  
    .sz_lb li:nth-child(2n){
        float: right;
    }
    .zf_lb{
        width: 90%;
        margin: 0 auto;
    }
    .zf_lb li{
        height: auto;
    }
    .zf_lb li img{
        width: 100%;
    }
    .zf_lb li .z_y{
        width: auto;
        padding-bottom: 0.2rem
    }
    .zf_lb li .z_y h3{
        padding-top: 0.6rem
    }
    .zf_lb li .z_y i{
        margin: 0.28rem auto;
    }
    .zf_lb li .z_y p{
        font-size: 0.2rem;
        line-height: 0.3rem
    }
    .xt_lb li{
        width: 50%;
        height: auto;
    }
    
    .gy {
        width: 6.2rem;
        height: 4.44rem;
        background: #fff;
        padding-top: 0.52rem;
        padding-left: 0.36rem;
        float: right;
    }

    .g_t h3 {
        font-size: 0.28rem;
        line-height: 0.28rem;
    }

    .g_t p {
        font-family: "Microsoft new tai lue";
        color: #BDBDBD;
        text-transform: uppercase;
        font-size: 0.2rem;
        margin-top: 0.14rem;
    }

    .gy .zw {
        margin-top: 0.36rem;
        font-family: "Microsoft new tai lue";
        font-size: 0.17rem;
        color: #7D7D7D;
        line-height: 0.34rem;
        overflow: hidden;
        width: auto;
        height: 1.36rem
    }

    .abm {
        display: block;
        background: linear-gradient(to right, #FCE600, #EBA800);
        box-shadow: 0px 0px 10px -2px #F2C000;
        width: 1.05rem;
        height: 0.45rem;
        line-height: 0.45rem;
        text-align: center;
        margin-top: 0.6rem;
        color: #fff;
        border-radius: 50px;
        font-size: 0.2rem
    }

    .sp {
        width: 4.46rem;
        height: 2.6rem;
        position: absolute;
        right: 0.38rem;
        top: 3.25rem;
    }
    .aso {
    
        width: 1.3rem;
        height: 0.43rem;
        line-height: 0.43rem
    
    }

    .asi {
        width: 1.3rem;
        height: 0.43rem;
        line-height: 0.43rem
    }
    .swiper-wrapper{
        height: 5.05rem !important;
    }
    .pagination {
        position: absolute;
        z-index: 20;
        left: 10px;
        bottom: 10px;
      }
      .swiper-pagination-switch {
        display: inline-block;
        width: 0.46rem;
        height: 0.04rem;
        background: #555;
        margin-right: 5px;
        opacity: 0.8;
        border: 1px solid #fff;
        cursor: pointer;
      }
      .swiper-active-switch {
        background: #ECAC00;
      }
      .lxwb h3{
        padding-top: 0.46rem;
        font-size: 0.2rem
    }
    .lxwb h4{
        font-size: 0.2rem;
    }
    .lxwb .p1{
        font-size: 0.2rem;
        line-height: 0.4rem
    }
    .lxwb .p2{
        font-size: 0.2rem;
        line-height: 0.36rem;
    }
    .sjtp img{
        width: 100%;
    }
    .smzk{
        width: 4.4rem;
        margin: 0 auto;
        margin-top: 0.46rem;
    }
    .smzk p{
        font-size: 0.2rem;
        margin-top: 0.3rem;
    }
    .foot {
        display: block;
        width: 100%;
        height: 1.44rem;
        background-color: #ecab00;
        position: fixed;
        left: 0;
        bottom: 0;
        /*padding-bottom: 0.4rem;*/

    }

    .foot ul {
        display: flex;
        padding: 0 0.34rem;
    }

    .foot ul li {
        display: inline-block;
        width: 25%;
        text-align: center;

    }

    .foot ul li a {
        width: 100%;
        height: 100%;
        font-size: 0.24rem;
        color: #ffffff;
    }

    .footera {
        width: 0.48rem;
        height: 0.48rem;
        display: block;
        margin: 0.28rem auto 0;
    }

    .foot_middle {
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        left: 50%;
        margin-left: -0.6rem;
        top: -0.6rem;
    }
    .xt_lb li{
        width: 100%;
    }
    .xt_lb li div{
        width: 50%;
        height: 157px;
        float: left;
        overflow: hidden;
    }
    .xt_lb li div h3{
        margin-top: 0.3rem
    }
    .xt_lb li div p{
        margin-top: 0.15rem;
        font-size: 0.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 0.4rem;
    }
    .xt_lb li .wzb{
        width: 40%;
        padding: 0 5%
    }
    .cbl{
        display: none;
    }
    
}


.dh li:last-child a{
    margin: 0;
}

.ss {
    margin-top: 8px;
    text-align: center;
    position: relative;
    height: 50px;
    width: 75px;
}
.ss:hover .suk {
    display: block
}
.suk{
    width: 255px;
    height: 60px;
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
}
.suk form{
    height: 30px;
    width: 250px;
    background: #000;
    z-index: 9999;
    border: 1px solid #eee
}
.suk input{
    width: 200px;
    height: 30px;
    float: left;
    border: 0;
}
.suk button{
    width: 50px;
    height: 30px;
    display: inline-block;
    float: right;
    float: left;
    border: 0;
    background: linear-gradient(to right, #FCE600, #EBA800);
    color: #fff;
}

.dh li:last-child a{
    margin: 0;
}

.ss {
    margin-top: 8px;
    text-align: center;
    position: relative;
    height: 50px;
    width: 75px;
}
.ss:hover .suk {
    display: block
}
.suk{
    width: 255px;
    height: 60px;
    display: none;
    position: absolute;
    top: 30px; 
    right: 0;
    z-index: 9999;
}
.suk form{
    height: 30px;
    width: 252px;
    background: #000;   
    border: 1px solid #eee;
    overflow: hidden;
}
.suk input{
    width: 200px;
    height: 30px;
    float: left;
    border: 0;
}
.suk button{
    width: 52px;
    height: 30px;
    display: inline-block;
    float: right;
    float: left;
    border: 0;
    background: linear-gradient(to right, #FCE600, #EBA800);
    color: #fff;
}

.cbl{
    width: 70px;
    height: 164px;
    position: fixed;
    right: 0;
    top: 560px;
    z-index: 999;
}
.cbl div{
    height: 82px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center
}
.cbl .sm:hover{ background: linear-gradient(to right, #FCE600, #EBA800);color: #fff}
.cbl .sm span{
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
}
.cbl .sm span img{
    position: absolute;
    top: 20px;
    left: 5px;
}
.cbl .sm .t2{
    display: none
}
.cbl .sm:hover .t2{
    display: block
}
.cbl .dm{
    width: 238px;
    height: 238px;
    display: none;
    text-align: center
}
.cbl .dm p{
    color: #000;
    margin-top: 15px;
}
.cbl .dm img{
    margin-top: 30px;
}
.cbl .sm:hover .dm{
    display: block
}
.cbl .sm{
    position: relative;
}
.cbl .sm div{
    position: absolute;
    right: 70px;
    top: 0;
}
.cbl .sm .dha{
    width: 238px;
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(to right, #EBA800, #FCE600  );
    display: none;
    line-height: 80px;
}
.cbl .sm:hover .dha{
    display: block;
    border: 0
}
@media only screen and (min-width: 320px) and (max-width: 769px) {
.home_news{
		float: none;
		width: 98%;
		margin: 0 1%;
	}
.home_news li{
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	width: 98%;
	float: left;
	padding-left: 1%;
}
.home_news_pt a{
	color: #F2C000;
    font-size: 16px;
}
.home_news_pt span{
	color: #F2C000;
    font-size: 16px;
    float: right;
}
.home_news_pt,.home_news_p{
	margin-bottom: 10px;
}
.fen a { }
.zy_w {
    text-align: center;
    transition: linear 0.5s;
    padding-bottom: 26px;
    background: #F1F1F1;
}
.zy_w a {
    font-size: 0.2rem;
    color: #404040;
}
.mm_lb li{
    padding: 3px 0px;
    box-shadow: 0px 0px 10px -3px #595959;
    overflow: hidden;
    margin-bottom: 50px
}
.mm_lb li:hover{
    background: #ECAC00;
}
.mm_lb li .ywz{
        width: 90%;
        margin-left: 10px
    }
.ywz h3{
    font-size: 0.25rem;
    padding-top: 24px;
}
.ywz h3 i{
    font-size: 0.12rem;
    color: #595959
}
.ywz h3 span{
    color: #9A9A9A;
    font-size: 0.2rem;
}
.ywz p{
    font-size: 0.2rem;
}
}