input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

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

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}



.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;overflow:hidden;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);overflow:hidden;}






/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}







/*<!--{* 关于我们 *}-->*/
.hh5{background:url(../images/hbg5.png) no-repeat center top;background-size: 100% 100%;padding: 60px 0 60px;margin-top:3%;}

.hh5_con{width:80%;margin:0 auto;max-width:1000px;margin-top:3%;color:#ffffff;font-size:15px;line-height:2;text-align:center}

.mm2{border-radius:10px;text-align:center;font-size:16px;margin-top:3%;display:block;width:110px;color:#ffffff;margin:0 auto;border:1px solid #01458e;margin-top:3%;background:#01458e;height:39px;line-height:39px;}
.mm2 a{text-align:center;color:#ffffff;font-size:16px;display:block;text-transform:uppercase;}

.ttt1x {
    text-align: center;
}

.ttt1x h3 {
    font-size: 40px;
    color: #FFF;
    font-weight: normal;
    background: url(../images/ttt1x_bg.png) no-repeat center center;
}

.ttt1x p {
    font-family: "Arial";
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
}








/*产品展示*/



.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 40px;
    color: #000000;
    font-weight: normal;
    background: url(../images/ttt1_bg.png) no-repeat center center;
}

.ttt1 p {
    font-family: "Arial";
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.cp_list1{
    padding: 8vh 0 3vh;
    margin: 0 -2vw;
}
.cp_list1 li{
    float: left;
    margin: 0 2vw;
}
.cp_list1 li+li{
    /*margin-left: 4vw;*/
}
.cp_list1 li a.img{
    display: block;
    text-align: center;
}
.cp_list1 li a.img img{
    width: 100%;
}
.cp_list1 li a.img h3{
    color: #333333;
    font:500 1vw/1.2em "Microsoft YaHei";
    padding: 1.5vw 0 0;
}
.cp_list1 li:hover a.img h3{
    color: #01458e;
}
.cp_list1 .slick-prev,
.cp_list1 .slick-next{
     background: url(../images/jahjh.png) no-repeat left center;
     position: absolute;
     top: calc( 50% - 45px);
     width: 24px;
     height: 46px;
     z-index: 999;
     outline: none;
     border: none;
     font-size: 0;
}
.cp_list1 .slick-prev{
    left: -24px;
}
.cp_list1 .slick-next{
    right:  -24px;transform: scale(-1); 
}






/*多页签*/
.promenu{
    margin:0 auto;margin-top:3%;
    overflow: hidden;display: flex;justify-content: center;align-items: center;
}
.promenu li{
    float: left;
    overflow: hidden;background:#e5e5e5;flex-direction: column;margin:0 10px;padding:5px 15px;
}
.promenu li a{
    display: block;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition: all 0.4s linear;
    font-size: 16px;
    color: #000;
}
.promenu li.on a{
    color: #fff;
}
.promenu li.on{background:#01458e;color: #fff;}


.b1b_index{
    width: 100%;
    margin:0 auto;
    overflow: hidden;margin-top:3%;display: block;
}
.b1b_index li{
    float: left;
    overflow: hidden;margin-bottom: 35px; margin: 0px 10px 25px;width: calc(25% - 20px);
}
.b1b_index li .b1img1{
   width: 100%;
   height: auto;
   overflow: hidden;position:relative;
}
.b1b_index li .b1img1 .tm{position:absolute;width:100%;height:100%;top:0px;background:url(../images/tm.png) center;display:none}
.b1b_index li .b1img1:hover .tm{display:block}
.b1b_index li .b1img1 img{width: 100%;height: 100%;border:1px solid #dcdcdc;}
.b1b_index li:hover .b1img1 img{border:1px solid #01458e;}
.b1b_index li h4{
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    color: #333333;
   text-align: center;width:100%;
}

.b1b_index li:hover h4{color:#01458e}





















@media (max-width:768px) {
        .ttt1 h3 {
        font-size: 24px;background-size:100%;
    }
    .ttt1 p {
        font-size: 15px;
    }
    
       .ttt1x h3 {
        font-size: 24px;background-size:100%;
    }
    .ttt1x p {
        font-size: 15px;
    } 
}




@media (max-width:450px) {
    .c1_index {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .ttt1 h3 {
        font-size: 24px;
    }
    .ttt1 p {
        font-size: 15px;
    }
    
       .ttt1x h3 {
        font-size: 24px;
    }
    .ttt1x p {
        font-size: 15px;
    } 
    
    
    .prolist {
        margin-top: 15px!important;
    }
    .proimg li {
        margin-bottom: 15px!important;
    }
    .prolist li a {
        font-size: 14px!important;
    }
    .procont {
        margin-top: 15px!important;
    }
    .proimg li h3 a {
        font-size: 13px!important;
        line-height: 40px!important;
    }
    .c1_index a.promore {
        width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        margin: 15px auto!important;
    }
}














/*公用样式*/












@media (max-width: 768px){

.promenu{display:flex;margin-top:10px;justify-content:center;align-items:center;justify-content:center;}
.promenu li{
    float: left;
    overflow: hidden;background:#f0f0f0;margin:0 8px 10px;padding:5px 25px;
}
.promenu li a{
    display: block;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition: all 0.4s linear;
    font-size: 14px;
    color: #666666;
}
.b1b_index li{
    float: left;
    overflow: hidden;margin-bottom: 35px; margin: 0px 10px 25px;width: calc(50% - 20px);
}

}







@media (max-width: 640px){
.promenu li{
    float: left;
    overflow: hidden;background:#f0f0f0;margin:0 11px 10px;padding:5px 19px;
}
}





@media (max-width: 425px){
.promenu li{
    float: left;
    overflow: hidden;background:#f0f0f0;margin:0 11px 10px;padding:5px 9px;width:42%
}
}





/*热门关键词*/
#formsearch{float:right;background:url(../images/sou.png) no-repeat center;width:236px;height:28px;margin-top:15px;}
.hotSearch{float:left;height:60px;line-height:60px;font-weight:normal;color:#2c2c2c;font-size:12px;}
.hotSearch a{margin-right:6px;color:#2c2c2c;font-size:12px;}


#formsearch input{height:28px;background:none;border:none;line-height:28px;outline:none;width:145px;}
#formsearch input#keyword{height:28px;line-height:28px;padding-left:14px;color:#2c2c2c;}
#formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:none;color:#fff;border:none;cursor:pointer;font-size:0px;}
#formsearch input::placeholder{color:#2c2c2c;}



@media (max-width: 1024px){
.souso{
display:none;
}
}






































.proimg li a.img img {
    width: 100%;
    height: auto;
    transition: all 0.6s
}

.proimg li h3 {
    text-align: center;
}

.proimg li h3 a {
    font-weight: normal;
    line-height: 50px;
    background: #fff;
    display: block;
    font-size: 16px;
    color: #333;
}

.proimg li a.img {
    display: block;
    overflow: hidden
}

.proimg li a.img img:hover {
    transition: all 0.6s;
    transform: scale(1.2)
}

.c1_index a.promore {
    display: block;
    position: relative;
    width: 204px;
    height: 58px;
    background: url(../images/morebg.jpg) no-repeat center;
    line-height: 58px;
    text-align: center;
    margin: 40px auto;
    color: #ffffff;
    font-size: 16px;
}


/*c2_index*/

.c2_index {
    position: relative;
    padding: 2.30208333% 0;
    background: url(../images/c2_bg.jpg) no-repeat center center;
    background-size: cover;    overflow: hidden;    background-attachment: fixed;
}

.c22_left {
    position: relative;
}

.c22_left h3 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    background: url(../images/about_h3_bg.jpg) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.c22_left h3 span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding-left: 20px;
}

.c22_left .abb_txt {
    color: #fff;
    font-size: 15px;
    line-height: 2.0;
    margin-bottom: 20px;
}

.abbmore {
    width: 46px;
    height: 46px;
    background: url(../images/abbmore_img.png) no-repeat center center;
    display: block;
    margin-left: 0;
    position: relative;
    padding-left: 170%;
}
.abbmore:hover{
     background: url(../images/abbmore_img1.png) no-repeat center center;
}
.abbmore::before {
    position: absolute;
    left: -5px;
    top: 20px;
    width: 45%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    content: "";
}

.c22_right img {
    max-width: 100%;
}


/*c3_index*/

.c3_index {
    position: relative;
    padding: 55px 0;
    border-bottom: 1px solid #efefef;
}

.c33_list {
    position: relative;
    display: flex;
    justify-content: center;
}

.c33_list li {
    position: relative;
    transition: all .3s;
    // width: 33.333%;
    // float: left;
}

.c33_list li+li {
    margin-left: 2%;
}

.c33_list li a.img {
    display: block;
}

.c33_list li a.img img {
    width: 100%;
}

.c33_list li .sbg {
    position: absolute;
    right: 0px;
    width: 100%;
    bottom: 20px;
    padding: 10%;
    text-align: right;
}

.c33_list li .sbg h3 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.c33_list li .sbg span {
    display: block;
    font-family: "Arial";
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.c33_list li:hover .sbg span{
    opacity: 0;
}


.c33_list li .sbg i {
    background: url(../images/adsmore_img.png) no-repeat center center;
    display: block;
    opacity: 0;
    transition: all .5s;
    width: 39px;
    float: right;
    height: 0;
}

.c33_list li:hover .sbg i {
    opacity: 1;
    height: 28px;
}

@media (max-width:768px) {
    .c3_index {
        padding: 20px 0;
    }
    .c33_list {
        flex-wrap: wrap;
    }
    .c33_list li {
        width: 46%;
        margin-bottom: 10px;
    }
}

@media (max-width:450px) {
    .c33_list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .c33_list li+li {
        margin-left: 0;
    }
}

.c4_index {
    position: relative;
    padding: 2.30208333% 0;
}

.c44_list {
    position: relative;
    padding-top: 3.30208333%;
}

.c44_list li {
    float: left;
    margin: 0 17px;
}

.c44_list li a.img {
    display: block;
     position: relative;
}

.c44_list li img {
    width: 100%;
}

.slick-track{
    padding-bottom: 30px;
}
.c44_list li a.img h3 {
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    color: #666666;
    line-height: 2.5;
    padding: 10px 0;
    opacity: 0;
    display: none;
}

.slick-center{
    box-shadow: 0 0 30px rgba(217,217,217,.5);
}

.slick-center a.img h3 {
    opacity: 1!important;
    display: block!important;
}

.c44_list .slick-prev,
.c44_list .slick-next {
    display: none!important;
}

.c44_list .slick-dots {
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 3%;
}

.c44_list .slick-dots li {
    display: inline-block;
    float: none;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: url(../images/hui.png) no-repeat center center;
    cursor: pointer;
}

.c44_list .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.c44_list .slick-dots li.slick-active {
    background: url(../images/blue.png) no-repeat center center;
}

@media (max-width:992px) {
    .c44_list li {
        float: left;
        margin: 0 20px;
    }
}

@media (max-width:768px) {
    .c44_list li {
        float: left;
        margin: 0 15px;
    }
}

@media (max-width:480px) {
    .c44_list li {
        float: left;
        margin: 0 5px;
    }
}


/*新闻资讯*/

.wrap-new {
    background: #f5f5f5;
    padding: 3% 0;
}

.newtitle {
    font-size: 30px;
    color: #333;
    padding-bottom: 40px;
    position: relative;
    font-weight: normal;
}

.newtitle a {
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 14px;
    color: #999;
    padding-right: 20px;
    transition: all .3s;
}

.newtitle a::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 13px;
    width: 13px;
    color: #fff;
    background: #cbcdd2;
    text-align: center;
    font-size: 14px;
    font-family: '宋体';
}

.newtitle a:hover {
    color: #02458c;
}

.xy-news {
    width: 36%;
    position: relative;
}

.xy-news .slick-slide a {
    display: block;
}

.newcon h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: 500;
}

.xy-news .slick-arrow {
    position: absolute;
    z-index: 9999;
    background: none;
    border: 1px solid #cbcdd2;
    font-size: 0;
    width: 30px;
    height: 30px;
    outline: none;
    transition: all .5s;
}

.xy-news .slick-prev {
    top: -17%;
    right: 29px;
    background: url(../images/toparrow.png) no-repeat center center;
    transform: rotate(-90deg);
}

.xy-news .slick-prev:hover {
    background: url(../images/tophover.png) no-repeat center center #02458c;
    border-color: #02458c;
    transform: rotate(-90deg);
}

.xy-news .slick-next {
    top: -17%;
    right: 0;
    background: url(../images/botarrow.png) no-repeat center center;
    transform: rotate(-90deg);
}

.xy-news .slick-next:hover {
    background: url(../images/bothover.png) no-repeat center center #02458c;
    border-color: #02458c;
    transform: rotate(-90deg);
}

.xy-news .slick-slide {
    position: relative;
    border: none;
}

.xy-news .slick-slide a::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 102px;
    background: #02458c;
    z-index: 0;
    transition: all .3s;
}

.xy-news .slick-slide a:hover::before {
    width: 100%;
}

.newcon {
    padding: 20px 0;
    position: relative;
    transition: all .3s;
    padding-left: 10px;
}

.xy-news .slick-slide a:hover .newcon {
    color: #fff;
}

.xy-news .slick-slide a:hover .newcon h3,
.xy-news .slick-slide a:hover .newcon span {
    color: #fff;
}

.xy-meiti {
    width: 60%;
}

.xy-meiti ul li {
    display: block;
    float: left;
    width: 46.5%;
}

.xy-meiti ul li:nth-child(1) {
    margin-right: 7%;
}

.xy-meiti ul li .img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 248px;
    position: relative;
    overflow: hidden;
}

.xy-meiti ul li .img em {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    background-size: contain !important; -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media (max-width:750px){
    .xy-meiti ul li .img em{
        background-repeat: no-repeat!important;
    }
    .xy-meiti ul li .img{
        padding-bottom: 124px;
    }
}


.xy-meiti ul li:hover .img em {
    left: 0%; -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-wzcon {
    background: #fff;
    padding: 30px 38px 40px 38px;
}

.newcon span,
.new-wzcon span {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    display: block;
}

.newcon span {
    color: #666;
    padding-bottom: 6px;
}

.xy-meiti ul li h3 {
    font-size: 17px;
    color: #333;
    line-height: 28px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: 500;
}

.xy-meiti ul li:hover .new-wzcon h3 {
    color: #000000;
}

.xy-meiti ul li img {
    max-width: 100%;
}

.partner-list {
    padding: 48px 0;
}

.partner-list .slick-slide {
    margin: 0 10px;
}

.partner-list img {
    display: block;
    width: 100%;
    border: 3px solid #f5f5f5;
    transition: all .5s;
    text-align: center;
}

.partner-list img:hover {
    border-color: #02458c;
}

@media (max-width: 992px) {
    .newcon {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .xy-news {
        width: 100%;
    }
    .newcon {
        padding: 20px 0;
        padding-left: 10px;
    }
    .newcon h3 {
        font-size: 16px;
    }
    .partner-list {
        padding: 20px 0;
    }
    .wrap-new {
        padding: 10% 0;
    }
    .xy-meiti {
        width: 100%;
    }
    .new-wzcon {
        padding: 20px 18px 20px 18px;
    }
    .xy-meiti ul li:nth-child(1) {
        margin-right: 5%;
    }
    .newtitle {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .xy-news .slick-next,
    .xy-news .slick-prev {
        top: -12%;
    }
}


/*页面底部*/

#footer {
    position: relative;
    padding: 2.30208333% 0;
    background: url(../images/foot.jpg) no-repeat;
    background-size: 100% 100%;
}

.nav_foot {
    line-height: 24px;
}

.copyright {
    line-height: 24px;
    width: 33%;
    margin-left: 102px;
    font-size: 14px;
    color: #e8e7e7;
    position: relative;
}

.copyright::before {
    width: 1px;
    height: 160px;
    background: rgba(255, 255, 255, 0.1);
    left: -20%;
    top: 0px;
    content: "";
    position: absolute;
}

.copyright a {
    color: #e8e7e7
}

.copyright .bott {
    margin-bottom: 18px
}

.botcont {
    width: 35%;
    color: #e8e8e8;
    font-size: 14px;
    line-height: 24px;
}

.bott {
    color: #ffffff;
    margin-bottom: 10px
}

.bott h1 {
    font-size: 24px
}

.bott h2 {
    padding-top: 8px
}

.botcode {
    padding: 15px 15px 0;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}

@media (max-width:1200px) {
    .bott h1 {
        font-size: 22px;
    }
}

@media (max-width:1024px) {
    .bott h1 {
        font-size: 22px;
    }
    .c1_index {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width:992px) {
    .bott h1 {
        font-size: 20px;
    }
    .botcont {
        width: 50%;
    }
    .copyright {
        width: 42%;
        padding-left: 30px;
        margin-left: 30px;
    }
    .botcode {
        display: none;
    }
    .copyright::before {
        display: none;
    }
}

@media (max-width:992px) and (min-width:768px) {
    #footer .container {
        width: 768px;
    }
}

@media (max-width:768px) {
    .bott h1 {
        font-size: 18px;
    }
    .botcont {
        width: 100%;
        margin-bottom: 10px;
    }
    .copyright {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .botcode {
        width: 100%;
        display: block;
    }
}



.foot1{
    background: #1b1b1b;
        padding: 90px 0;
}
.links {
    width: 66%;
    line-height: 38px;
    font-size: 12px;
    text-indent: 20px;
    cursor: pointer;
    position: relative;
    margin-top: 26px;
}
.xy-contact{
     color: rgba(255,255,255,.6);
     font:500 12px/24px "Microsoft YaHei";
     width: 20%;
    font-size: 12px;
}
.links span {
    position: relative;
    display: block;
    border: 1px solid #8a8a8a;
}

.links span::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 86%;
    background: url(../images/linkbg.png) no-repeat;
    height: 8px;
    width: 6px;
}

.lin-btn {
    display: none;
    background: #fff;
}

.lin-btn a {
    color: #666;
}

.lin-btn a:hover {
    color: #02458c;
}
.xymob-seaerch-wz{
    display: none;
}
/*foot_nav*/
.xy-footnav {
    width: calc( 65% - 100px);
}
  .xy-tl-nav .xy-tl-title {
    position: relative;
    margin-bottom: 18px;
    color: #ffffff;
    font: 400 16px/30px "Microsoft YaHei"; }
  .xy-tl-nav dl {
    width: 15%;
    float: left;
    margin-left: 1%;
    }
    .xy-tl-nav dl:last-child {
      /* width: 8%; */
      }
  .xy-tl-nav dd a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 25px; }
    .xy-tl-nav dd a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .xy-tl-nav .xy-tl-box {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 25px; }
    .xy-tl-nav .xy-tl-box img {
      display: inline-block;
      margin-right: 15px; }
  .xy-tl-nav .xy-tl-ewm {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px; }
    .xy-tl-nav .xy-tl-ewm img {
      max-width: 100%; }
  @media (max-width: 768px) {
    .foot1 {
      padding: 20px 0; } }

.d_erm{
    width: 200px;
    text-align: center;
     color: rgba(255, 255, 255, 0.6);
     font:500 12px/50px "微软雅黑";
}
.d_erm img{
    max-width: 100%;
}
.foot2{
    background: #000000;
    padding: 1vw 0;
}
.foot2,.foot2 a{
  color: rgba(255,255,255,.6);
  font:500 12px/24px "微软雅黑";
}
 @media (max-width: 996px){
    .foot1{
        display: none;
    }
}

.zyqy{
    text-align: right;
}
@media (max-width: 996px){
    .zyqy{
        text-align: left;
    }
}



.icon-qq:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/aa1.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}
.icon-phone:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/aa2.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}
.icon-ewm:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/aa3.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}
.icon-top1:after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/aa4.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}



/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #434343;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 0;
}

.footer ul li.active {
  background: #da251c;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(../images/a11.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(../images/a2.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(../images/a3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-share{ background: url(../images/a4.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone:before{font-size:0;}




/*share css style*/
#mobile_share {
  position: fixed;
  right: 0;
  bottom: 90px;
  width: 123px;
  z-index: 99999;
  background: #fff;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mobile_share h2.title {
  text-align: center;
  line-height: 30px;
  height: 30px;
  background: #717577;
  color: #fff;
  font-size: 14px;
}

#mobile_share .share_item {
  padding: 8px;
  background: #fff;
  border: 1px solid #f1f1f1;
}

#mobile_share .share_item li {
  display: block;
  overflow: hidden;
  margin: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 8px;
}

#mobile_share.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.share-link {
  display: block;
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  line-height: 32px;
  font-size: 12px;
  padding-left: inherit;
}

.share-link i {
  background: url(../images/share_icon.png) no-repeat;
  background-size: 200px 32px;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 20px;
  float: left;
}

.share-link span {
  display: inline-block;
}

.share-weibo i {
  background-position: 0 0;
}

.share-renren i {
  background-position: -42px 0;
}

.share-douban i {
  background-position: -84px 0;
}

.share-qweibo i {
  background-position: -126px 0;
}

.share-qzone i {
  background-position: -168px 0;
}

.share-weixin {
  display: block;
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  line-height: 32px;
  font-size: 12px;
  padding-left: inherit;
}

.share-weixin i {
  background: url(../images/share_icon2.png) no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 20px;
  float: left;
}

.share-weixin span {
  display: inline-block;
}







