/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
body{padding-top: 7vw;}
/*布局*/
.wp {    margin: 0 auto;
    max-width: 1300px;}

/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    z-index: 9999;
    background: #fff;
    /*top: 40px;*/
    top:0px;
    width: 100%;
    left: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.header .top{

}
.logo{
    overflow: hidden;
	padding:15px 0;
    float: left;
	width:30%;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.tel1{
    float: right;
}
.tel1 .icon{
    float: left;
	padding-top:30px;
    overflow: hidden;
    margin-right: 0.83vw;
}
.tel1 .icon img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.tel1 .txt{
    overflow: hidden;
    padding-top: 0.73vw;
    font-size: 0.83vw;
    color:#323232;
    line-height: 1.14;
}
.tel1 .txt .phone{
    font-weight: bold;
    font-size: 1.46vw;
    color:#D20302;
}
.nav{ background:#FFF; float:right; width:65%}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
    float: left;
    width: 12.5%;
    line-height: 106px;
    text-align: center;
    position: relative;
}
.nav li::after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top: 0.42vw;
    width: 1px;
    height: 1.77vw;
    background:rgba(255, 255, 255, 0.5);
}
.nav li:last-child::after{
    display: none;
}
.nav .v1{
    display: block;
    font-size: 16px;
    color:#333333;
}
.nav li.on,.nav li:hover{
    background-color: #c40000;
    border-right-color: #c40000;
	color:#ffffff;
}
.nav li.on .v1,.nav li:hover .v1{ color:#FFF}
.nav li.on::after,.nav li:hover::after{
    display: none;
}
.nav .sub{
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    display: none;
    background-color: #C40000;
}
.nav .sub a{
    display: block;
    width:50%;
    float:left;
    text-align: center;
    color:#fff;
    font-size: 14px;
    line-height: 35px;
}
.nav .sub a:hover{
    opacity: .5;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 55px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #C40000;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*手机浮动*/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:25%;height:53px;line-height:53px;display:block;float:left;position:relative;}
#floatBottom a.kf1{background:url(../images/kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(../images/kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(../images/kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(../images/kf4.png) no-repeat center center;}
#floatBottom .ewm{width:90px;height:90px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

/*******************************
    -------[=公用]-------
********************************/
.banner .item img{
    display: block;
    width: 100%;
}
.banner .slick-dots{position:absolute;bottom:30px;left:0;right:0;text-align:center;z-index:3;}
.banner .slick-dots li{display:inline-block;margin:0 5px;}
.banner .slick-dots button{width:6px;height:6px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;}
.banner .slick-dots li.slick-active button{background:#ca1318;width: 6px;border-radius:3px;}
.banner  .slick-prev{
    position: absolute;
    top: 50%;
    left: 11%;
    width:34px;
    height:64px;
    background: url(../images/icon1.png) no-repeat;
    background-size: cover;
    font-size: 0;
    border:none;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}
.banner  .slick-next{
    position: absolute;
    top: 50%;
    right: 11%;
    width:34px;
    height:64px;
    background: url(../images/icon2.png) no-repeat;
    background-size: cover;
    font-size: 0;
    border:none;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}
.g-tit1{
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.46vw;
	 margin-top: 1.46vw;
}
.g-tit1 .cn{
    color:#C50100;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}
.g-tit1 .en{
    font-size: 18px;
    color:#9B9B9B;
    line-height: 1.2;
     text-transform: uppercase;
     padding-top: 5px;
}
.g-tit1 .cn::after{
    content:'';
    display: block;
    position: absolute;
    left: -132px;
    top: 50% ;
    width: 112px;
    height: 10px;
    background: url(../images/icon3.png) no-repeat;
    transform: translateY(-50%);
    background-size: cover;
}
.g-tit1 .cn::before{
    content:'';
    display: block;
    position: absolute;
    right: -132px;
    top: 50% ;
    width: 112px;
    height: 10px;
    background: url(../images/icon4.png) no-repeat;
    transform: translateY(-50%);
    background-size: cover;
}



/**1page**/
.row-1{
    overflow: hidden;
    padding: 0vw 0 2vw;
}

.txt_a{
    max-width: 1300px;
    height: 60px;
    margin: 0 auto;
}
.txt_a h3{
    float: left;
    font-size: 15px;
    line-height: 60px;
    /* margin: 0 6px; */
    font-weight: bold;
    width: 12.5%;
    text-align: center;
}
.txt_a h3 a:hover{
	color: #c40000;
}

.m-box1{
    overflow: hidden;
}
.m-box1 .l{
    width: 16vw;
    margin-right: 0.3vw;
    background-color: #F0F0F0;
}
.m-box1 .r{
    float: none;
    overflow: hidden;
}
.g-tit2{
    overflow: hidden;
    background: url(../images/pic1.jpg) no-repeat;
    text-align: center;
    font-size: 0.52vw;
    color:#fff;
    padding: 0.89vw 0 0.99vw;
    background-size: cover;
}
.g-tit2 .tit{
    font-size: 1.88vw;
    font-weight: bold;
    line-height: 1.3;
}

.tab2{
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.tab2.ok{
    height: auto;
    visibility: visible;
}
.ul-list1{
    padding: 1.56vw 1.04vw 0.16vw;
}
.ul-list1 li{
    margin-bottom: 1.09vw;
}
.ul-list1 a{
    display: block;
    font-size: 0.83vw;
    color:#343434;
    line-height: 2.6vw;
    text-align: center;
    background:#fff;
    transition:all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-list1 li.on a,
.ul-list1 li:hover a{
    background-color: #C40000;
    color:#fff;
}
.ul-list2{
    overflow: hidden;
    margin:0 -0.52vw;
}
.ul-list2 .li{
    width: 33.333%;
    float: left;
    margin-bottom: 1.04vw;
}
.ul-list2 .con{
    display: block;
    margin:0 0.5vw;
    overflow: hidden;
}
.ul-list2 .con .pic{
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 100%;
}
.ul-list2 .con img{
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border:1px solid #E3E3E3;
}
.ul-list2 .tit{
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    background-color: #C50100;
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;
    transition: all .5s;
}
.ul-list2 .li:hover .tit{
    bottom: 0;
}
.tel1 .more{
    display: block;
    margin:0 auto;
    width:7.81vw;
    height:1.56vw;
    text-align: center;
    line-height: 1.56vw;
    background:#C50100;
    border-radius:0.78vw;
    font-size: 0.83vw;
    color:#FFFFFF;
}
.tel1.sty1{
    float: none;
    background:#676767;
    padding-left: 1.51vw;
    overflow: hidden;
    padding:1.04vw;
}
.tel1.sty1 .icon{
    line-height: 6.25vw;
}
.tel1.sty1 .txt{
    color:#fff;
    padding-top: 1.09vw;
}
.tel1.sty1 .txt .phone{
    font-size: 1.56vw;
    color:#fff;
}
/*2 page**/
.row-2{
    padding: 33px 0 54px;
    overflow: hidden;
    background: url(../images/pic4.jpg) no-repeat center;
    background-size: cover;
	width: 100%;
}

.row-2 .txt{
    float: right;
    color:#fff;
    font-size: 0.94vw;
    line-height: 1.6;
    max-width: 33.75vw;
}
.row-2 .txt .tit{
    font-size: 1.98vw;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 23px;
}
/**3 page**/
.row-3{
    padding: 25px 0 0;
}
.row-3 .g-tit1{
    margin-bottom: 1.77vw;
}
.ul-tab1{
    overflow: hidden;
    text-align: center;
    margin-bottom: 3.65vw;
}
.ul-tab1 li{
    display: inline-block;
    font-size: 0;
}
.ul-tab1 li a{
    display: block;
    width:10.42vw;
    height:3.13vw;
    background:#676767;
    border-radius:0.42vw;
    text-align: center;
    font-size: 1.04vw;
    color:#FFFFFF;
    line-height: 3.13vw;
    font-weight: bold;
    margin:0 2vw;
}
.ul-tab1 li.on a
,.ul-tab1 li:hover a{
    background-color: #C40000;
    color:#fff;
}
.tab1{
    overflow: hidden;
}
.tab1 .pic{
    width: 50%;
    float: left;
    height: 31.25vw;
}
.tab1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab1 .txt{
    overflow: hidden;
    background: url(../images/pic6.jpg) no-repeat;
    height: 31.25vw;
    padding: 3.91vw 4.43vw 0;
    position: relative;
}
.tab1 .tit{
    margin-bottom: 4vw;
}
.tab1 .tit .en{
    text-transform: uppercase;
    color:#323232;
    font-size: 1.67vw;
    letter-spacing: -1px;
}
.tab1 .tit .cn{
    font-size: 2.19vw;
    color:#C40000;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
}
.tab1 .desc{
    font-size: 0.94vw;
    color:#323232;
    max-width: 25.31vw;
}
.tab1 .txt .nub{
    position: absolute;
    bottom:0;
    right: 15.63vw;
    text-align: center;
}
.tab1 .txt .nub p{
    font-size: 9.38vw;
    line-height: 1.1;
    display: block;
    color:rgba(103,103,103,.2);
}
.tab1 .txt .nub i{
    width: 100%;
    height: 2.08vw;
    display: block;
    margin:0 auto;
    z-index: 9;
    position: relative;
    top:-80px;
    background: #f2f2f2 url(../images/icon5.png) no-repeat center center;
    background-size: contain;
}
/**4page**/
.m-about{
    background: url(../images/pic7.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 3.4vw;
    padding-bottom: 5.6vw;
}
.m-about .g-tit1{
    margin-bottom: 2.5vw;
}
.m-about .g-tit1 .cn{
    color:#fff;
}
.m-about .g-tit1 .cn::before{
    background-image: url(../images/icon11.png);
}
.m-about .g-tit1 .cn::after{
    background-image: url(../images/icon12.png);
}
.m-about .txt{
    color:#fff;
    text-align: center;
}
.m-about .txt .tit{
    font-size: 1.56vw;
    color:#FFFFFF;
    margin-bottom: 2.4vw;
}
.m-about .txt .desc{
    font-size: 15px;
    line-height: 1.7;
    max-width: 51vw;
    margin:0 auto 2.6vw;
}
.slider{
    background-color: #fff;
    padding: 1.56vw;
}
.ul-list3{
    margin:0 -0.63vw;
}
.ul-list3 .con{
    display: block;
    margin:0 0.63vw;
    overflow: hidden;
}
.ul-list3 .con .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.ul-list3 .con .pic img{
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.m-about .link a{
    display: inline-block;
    width:7.08vw;
    height:2.08vw;
    line-height: 1.98vw;
    font-size: 0.73vw;
    border:0.05vw solid #fff;
    color:#fff;
    transition:all .3s;
    margin:0 0.94vw;
}
.m-about .link a.a1,
.m-about .link a:hover{
    background-color: #C40000;
    border-color: #C40000;
}
.row-4 .slider{
    margin-top: -9.38vw;
}
.ul-list3 .slick-prev{
    position: absolute;
    top: 50%;
    left: -80px;
    width:40px;
    height:40px;
    background: url(../images/icon6.png) no-repeat;
    background-size: cover;
    font-size: 0;
    border: none;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}
.ul-list3 .slick-next{
    position: absolute;
    top: 50%;
    right: -80px;
    width:40px;
    height:40px;
    background: url(../images/icon7.png) no-repeat;
    background-size: cover;
    font-size: 0;
    border: none;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}
/**6 page**/
.row-5{
    padding-top: 3vw;
    overflow: hidden;
}
.ul-tab2{
    overflow: hidden;
    text-align: center;
    margin-bottom: 3vw;
}
.ul-tab2 li{
    display: inline-block;
    font-size: 0;
}
.ul-tab2 li a{
    display: block;
    width:140px;
    height:40px;
    text-align: center;
    font-size: 16px;
    color:#2D2D2D;
    line-height: 38px;
    font-weight: bold;
    margin:0 5px;
    border:1px solid #b2b2b4;
}
.ul-tab2 li.on a{
    background-color: #C40000;
    color:#fff;
    border-color: #C40000;
}
.ul-news{
    overflow: hidden;
     margin: 0 -30px;
}
.ul-news li{
    margin-bottom: 26px;
}
.ul-news .con{
    display: block;
    margin: 0 30px;
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 3px solid #E3E3E3;
}
.ul-news .time{
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color:#323232;
    text-align: center;
}
.ul-news .time .day{
    width:64px;
    height:58px;
    text-align: center;
    line-height: 58px;
    color:#fff;
    font-size: 38px;
    margin-bottom: 1px;
    background-color: #C40000;
}
.ul-news .txt{
    overflow: hidden;
}
.ul-news .txt .tit{
    font-size: 18px;
    color:#323232;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	    text-align: left;
}
.ul-news li:hover .tit{
    color:#C40000;
}
.ul-news .txt .desc{
    font-size: 14px;
    color:#989898;
    line-height: 1.8;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
	    text-align: left;
}
.ul-news .slick-slide>div:last-child .con{
    border-bottom: none;
}
.footer{
    padding: 37px 0;
    overflow: hidden;
    background-color: #343434;
}
.fd-form{
    float: right;
    width: 27.92vw;
    margin-left: 0vw;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 0.83vw;
}
.fd-form .item .inp-box{
    width: 49%;
    margin-right: 2%;
    float: left;
    height:49px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 0.73vw;
    font-size: 0.73vw;
}
.fd-form .item .inp::placeholder{
    color:#7b7b7b;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #fff;
    height: 4.69vw;
    overflow: hidden;
    width: 100%;
    padding: 0.73vw;
}
.fd-form .item.tj .inp-box{
    width: 7.08vw;
}
.fd-form .item.tj .yanzheng{
    float: left;
    margin-right: 0.31vw;
}
.fd-form .item button{
    display: block;
	height:49px;
    text-align: center;
    line-height: 49px;
    color:#fff;
    width: 100%;
    float: right;
    overflow: hidden;
    background-color: #2d8dc6;
	border:none;
}
.fd-about{
overflow: hidden;
    border-right: 0.05vw solid #272727;
    padding-bottom: 1.56vw;
    float: left;
    width: 54%;
}
.fd-about .tel{
    overflow: hidden;
    margin-bottom: .8vw;
}
.fd-about .tel .icon{
    float: left;
    margin-right: 0.73vw;
    width: 2.5vw;
    height: 2.5vw;
}
.fd-about .tel .tag{
    float: left;
    font-size: 0.78vw;
    color:#FFFFFF;
    padding-top: 0.31vw;
    margin-right: 0.68vw;
}
.fd-about .tel .tag .en{
    font-size: 0.63vw;
    letter-spacing: 0.05vw;
    text-transform: uppercase;
}
.fd-about .tel  .phone{
overflow: hidden;
    font-size: 1.88vw;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.5vw;
    float: left;
}
.fd-about .add{
    overflow: hidden;
}
.fd-about .add p{
    margin-right: 2vw;
    float: left;
    font-size: 0.78vw;
    color:#FFFFFF;
    line-height: 2;
    min-width: 10vw;
}
.fd-about .add p:nth-child(even){
    margin-right: 0;
}

.copy{
    margin-top:10px;
    border-top:1px solid #fff;
     font-size: 0.78vw;
    color:rgba(255,255,255,.4);
    line-height: 2;
        margin-right: 50px;
}
.copy a{
    font-size: 0.78vw;
    color:rgba(255,255,255,.4);
    line-height: 2;
    margin-right: 5px;
}


/**底部友情链接**/
.ft-links{
    background-color: #191919;
    overflow: hidden;
    padding: 10px 0;
}

.ft-links  .icon{
    float: left;
    width:2.86vw;
    height:2.86vw;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2.14vw;
}
.ft-links .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.ft-links .links{
    overflow: hidden;
}
.ft-links .links a{
    display: inline-block;
    font-size: 0.78vw;
    color:#fff;
    line-height: 1.8;
    margin:0 0.4vw 0 0;
}
.ft-links .links a:hover{
    opacity:.7;
}
.ft-links .links a:nth-child(8n){
    margin-right: 0;
}
@media only screen and (max-width: 1500px) {
     .ft-links .links a,.ft-links .links a:nth-child(8n){margin-right: 3vw;}
     .ul-news .txt .tit{font-size: 16px;margin-bottom: 6px;}
     .tab1 .desc{max-width: none;}
         .ul-news .con{border-bottom: 1px solid #E3E3E3;}

}
@media only screen and (max-width: 1020px) {
    .tel1{display: none;}
    .nav{
        position: fixed; float:none; width:100%;
    }
    .menuBtn{display: block;}
    body{padding-top: 90px;}
    .logo{ width: 220px;max-width: none; padding:10px 0}
    .nav{
        position: fixed;
        top: 99px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%; 
        z-index: 99;
        overflow: hidden;
        transition:all .3s;
        background: none;
    }
    .nav.on{
        margin-left: 0;
    }
    .nav ul{
        width: 200px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 15px 0;
        background-color: #fff;
    }
    .nav .bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .nav li{float: none;padding: 0;height: auto;width: auto;}
    .nav li.on .v1, .nav li:hover .v1{border-color: transparent;color:#fff;}
     .nav li:hover{
        background-color: transparent;
    }
    .nav li:hover .v1{
        color:#333;
    }
    .nav li i{display: block;width: 40px;height: 40px;background-position: center center;position: absolute;
        right: 0;
        top: 0;
        background: url(../images/icon22.png) no-repeat center center;
      }
    .nav li .v1{line-height: 40px;padding:0 0 0 10px;text-align: left;color:#333;}
    .nav li .sub{position: static;}
    .nav .wp{width: 100%;padding: 0;}
    .wp{width: auto;padding: 0 15px;}
    .nav .sub a{text-align: left;padding-left: 20px;}
     .m-box1 .l{width: auto;float: none;margin-right: 0;}
    .fd-form{width: auto;float: none;margin-left: 0;margin-bottom: 30px;}
    .fd-about .tit .tag{float: none;margin-bottom: 15px;}
    .fd-about{padding-bottom: 0;}
    .footer{padding: 30px 0;}
    .links .icon{float: none;margin-right: 0;text-align: center;}
    .links{line-height: 2;padding-bottom: 15px;}
    .links .link a::after{display: none;}
    .fd-form .tit{text-align: center;}
    .ul-list7 .top .day{font-size: 30px;}
    .ul-list4 .pic,.ul-list4 li:nth-child(even) .pic{width: 100%;float: none;}
    .row-2 .txt{max-width: 100%;}
    .row-2 .txt .tit{font-size: 20px;}
    .row-2 .txt{font-size: 14px;}
    .ul-list2 li{margin-bottom: 10px;}
    .m-txtimg1 .txt{padding-right: 0;}
     .fd-form{width: auto;float: none;margin-left: 0;margin-bottom: 10px;}
    .fd-about .tit .tag{float: none;margin-bottom: 15px;}
    .fd-about{padding-bottom: 0;}
    .footer{padding: 30px 0;}
    .links .icon{float: none;margin-right: 0;text-align: center;}
    .links{line-height: 2;padding-bottom: 15px;}
    .links .link a::after{display: none;}
    .fd-form .tit{text-align: center;}
    .tab1 .tit .en{font-size: 28px;}
    .tab1 .tit .cn{font-size: 24px;}
    .tab1 .desc{font-size: 14px;}
    .tab1 .txt .nub p{font-size: 150px;}
    .g-tit1 .cn{font-size: 30px;}
    .fd-about .tel .phone{font-size: 24px;line-height: 48px;}
    .tab1 .txt .nub{right: 0;}
     .m-box1 .l{width: auto;float: none;margin-right: 0;background: transparent;}
    .m-txtimg1 .img{float: none;width: auto;text-align: center;margin-bottom: 10px;}
    .row-5{margin-bottom: 0;}
    .ul-list4 li:last-child{box-shadow: none;}
    .ul-list7 .top .day{font-size: 30px;}
    .ul-list4 .pic,.ul-list4 li:nth-child(even) .pic{width: 100%;float: none;}
    .tab1 .pic{float: none;width: auto;}
    .tab1 .txt{width: auto;float: none;padding: 30px;}
    .tab1 .desc{max-width: 100%;}
    .ul-list1 li{width: 25%;float: left;}
    .ul-list1 li a{margin:0 5px;font-size: 12px;line-height: 3; background:#dddddd}
    .ul-list1{margin:15px -5px 0;overflow: hidden;padding: 0;}
    .ul-tab1 li.on .show{max-width: 100%;}
    .ul-tab1 .tit{font-size: 20px;}
    .row-2 .txt{max-width: 100%;}
    .row-2 .txt .tit{font-size: 20px;}
    .row-2 .txt{font-size: 14px;}
    .ul-list2 li{margin-bottom: 10px;}
    .m-txtimg1 .txt{padding-right: 0;}
    .m-about .txt .desc{max-width: 100%;}
    .m-about .link a,.ul-tab1 li a{width: 100px;height: 38px;line-height: 36px;font-size: 14px;}
    .fd-form .item .inp-box,.fd-form .item a{height: 49px;line-height: 49px;}
    .fd-form .item textarea{height: 120px;}
    .fd-form .item.tj .inp-box{width: 80px;}
    .fd-about .add p{display: block;margin-right: 0;float: none;}
    .fd-about .tel .tag{display: none;}
    .fd-about .tel .icon{width: 48px;height: 48px;margin-right: 15px;}
    .g-tit1 .cn{font-size: 28px;}
    .g-tit1{padding-bottom: 15px;}
    .m-about .txt .tit{font-size: 18px;}
    .m-about .txt .desc{font-size: 14px;margin-bottom: 20px;}
    .ft-links .icon{float: none;width: 50px;height: 50px;margin:0 auto 15px;}
    .tab1 .txt .nub i{display: none;}
    .g-tit2 .tit{font-size: 20px;}
    .g-tit1 .en{font-size: 14px;}
    #floatBottom{display: block;}
    body{padding-bottom: 53px;}
    .fd-about{padding-right: 0;border-right: none;}
    .fd-about .tel .tag{display: none;}
    .ft-links .links a{font-size: 12px;}
    .ft-links .links a, .ft-links .links a:nth-child(8n){margin-right: 4.3vw;}
    .ul-news .txt .desc{line-height: 1.6;}
}

@media screen and (max-width:768px){
	.txt_a {
	    max-width: 1300px;
	    height: 60px;
	    margin: 0 auto;
	    display: none;
	}
	
	
    .nav li i{display:none;}

    .nav .sub{
    display:none;
    }
    /*.nav .sub a{
        display: block;
        float:left;
        text-align: center;
        color:#fff;
        font-size: 14px;
        line-height: 35px;
    }*/
}

@media only screen and (max-width: 767px) {
    .ul-tab2 li a{width: 100px;font-size: 12px;}
    .fd-form .item{margin-bottom: 15px;}
    .fd-form .item.tj .inp-box{margin-bottom: 15px;}
    .fd-form .item a{float: none;clear:left;width: auto;}
    .slider{padding: 15px;}
    .ul-list3 .slick-next,.ul-list3 .slick-prev{display: none!important;}
    .row-2 .txt{float: none;text-align: center;}
    .ul-list1 li{width: 33.333%;}
    .m-box1 .l{background-color: transparent;}
    .g-tit1 .cn{font-size: 22px;}
    .tab1 .txt{padding: 15px;}
    .ul-list2 .tit{display: none;}
    .banner .slick-dots li.slick-active button{width: 4px;}
    .g-tit1{padding-top: 30px;}
    .row-3{padding-top: 0;}
    .ul-tab1 li a{border-radius: 0;}
    .ul-news{padding-top: 15px;}
    .ul-news li{margin-bottom: 15px;}
    .g-tit2{padding: 15px 0;}
     .tab1 .pic{height: 300px;}
    .tab1 .txt{height: 300px;}
}

/*Common For Max 480*/
@media only screen and (max-width: 479px) {
    .g-tit1 .cn{font-size: 20px;}
    .tab1 .tit .cn{font-size: 18px;}
    .tab1 .tit .en{font-size: 20px;}
    .ul-news .time{margin-right: 10px;}
    .ul-news .txt .desc{line-height: 1.4; font-size:12px;}
    .ul-news .time .day{font-size: 24px;width: 50px;height: 50px;line-height: 50px;}
    .banner .slick-dots{bottom:5px;}
   .ul-tab1 li,.ul-tab2 li{width: 33.333%;float: left;display: block;margin:0;}
     .ul-tab1 li a{width: auto;margin:0;}
    
    .copy, .copy a{display: block;margin-right: 0;text-align: center;}
    .row-2 .txt .tit{font-size: 18px;}
    .ft-links .links a, .ft-links .links a:nth-child(8n){margin-right: 0;width: 25%;text-align: center;margin:0;display: block;float: left;}
    .tab1 .pic{height: auto;}
    .tab1 .txt{height: auto;}
}

