﻿.clear:after{
    display: block;
    content: '';
    clear: both;
}
/*header*/

.navlogo:after{
    display: block;
    content: '';
    clear: both;
}

.navlogo img{
    float: left;
    margin: 17px 0;
}
.tel{
    float:right;
    margin-top: 25px;
}
.tel small{
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    background: #018ccd url("../images/tel.png") no-repeat 16px center;
    box-sizing: border-box;
    padding-left:46px;
    text-align: left;
}

.tel p{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    color: #1a1a1a;
}


.navtext>ul:after{
    display:block;
    content: '';
    clear: both;
}
.navtextbg{
    background: #f5f5f5;
    border-top: 2px solid #e6e6e6;
}


.navtext>ul>li{
    float:left;
    width: 133px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 500ms 0s all;
    -moz-transition: 500ms 0s all;
    -ms-transition: 500ms 0s all;
    -o-transition: 500ms 0s all;
    transition: 500ms 0s all;
    background: url("../images/navline.png") no-repeat right center;
}
.navtext>ul>li:last-child{
    background: none;
}

.navtext>ul>li>a{
    display: block;
    text-align: center;
    font-size:16px;
    line-height: 70px;
    color: #434343;
    -webkit-transition: 500ms 0s all;
    -moz-transition: 500ms 0s all;
    -ms-transition: 500ms 0s all;
    -o-transition: 500ms 0s all;
    transition: 500ms 0s all;
}
.navtext>ul>li>a:hover{
    background: #018ccd;
    color: #fff;
}





/*main*/
/*热搜页面*/
#main{
    background: url("../images/companybg.jpg") no-repeat center top ;
}

.searchbg{
    line-height: 78px;
    overflow: hidden;
}
.searchbg span{
    font-size: 16px;
    color: #fff;
    float:left;
    font-weight: bold;
    padding-left: 54px;
}
.searchbg ul{
    float:left;
}
.searchbg ul li{
    float:left;
}
.searchbg ul li a{
    font-size: 14px;
    color: #ffffff;
    margin-right: 15px;
}
.searchborder{
    background: #fff;
    float: right;
    position: relative;
    right: 76px;
    top: 22px;
    border:1px solid #bebebe;
    width: 282px;
    height: 35px;
    line-height: 35px;
}
.searchborder input[type=text]{
    color: #3b3a3a;
    width: 233px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    background: rgba(221, 221, 221, 0);
    padding-left: 10px;
}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: 0px;
    width: 40px;
    height: 36px;
    right: -1px;
    background: url("../images/search1.png") no-repeat center;
}
.searchborder input[type=text]:focus,.nav input[type=submit]:focus{
    outline: none;
}
/*company*/
.companybg{
    padding-top:60px;
    padding-bottom: 30px;
}
.companybg>img{
    float:left;
}
.company{
    width: 580px;
    float:right;
}
.company h2{
    font-size: 24px;
    color: #3c3c3c;
}
.company small{
    font-size: 12px;
    color: #979797;
    text-transform: uppercase;
}
.company b{
    display: block;
    width: 42px;
    height: 2px;
    background: #018ccd;
    margin-bottom: 20px;
    margin-top: 7px;
}
.company p{
    color: #646464;
    line-height: 32px;
    font-size: 16px;
}
.more{
    display: block;
    width: 194px;
    height: 43px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 43px;
    background: #018ccd;
    border:1px solid #018ccd;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    margin-top: 35px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.more:hover{
    box-shadow: 0 0 10px #808080;
    background:none;
    color: #018ccd;
}

/*留言面板*/
.liuyan li{
    float:left;
}
.liuyan li a{
    display: block;
    width: 400px;
    height: 270px;
    background: #018ccd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:18px;
    text-align: center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.liuyan li a:hover{
    background: #015ea6;
}
.liuyanhover{
    background: #015ea6!important;
}
.liuyanhover i{
    background: #01579a!important;
}

.liuyan li a i{
    display: block;
    width:100%;
    height: 87px;
    background: #017eb9;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.liuyan li a i img{
    margin-top: 13px;
}
.liuyan li a:hover i{
    background: #01579a;
}
.liuyan li a b{
    display: block;
    width: 60px;
    height: 1px;
    margin:15px auto;
    background: #72b9ef;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.liuyan li a:hover b{
    background: #4b98d3;
}
.liuyan li a h4{
    font-size: 24px;
    margin-top: 18px;
    font-weight: normal;
}
.liuyan li a p{
    font-size: 12px;
    line-height: 28px;
}

/*product*/
.title{
    text-align: center;
    padding-top:30px;
    padding-bottom:30px;
}
.title h2{
    font-size: 26px;
    color: #3c3c3c;
}
.title b{
    display: block;
    width: 48px;
    height: 4px;
    background: #ffb400;
    margin:5px auto;
}
.title p{
    font-size: 16px;
    color: #545454;
}
/*产品分类*/
.pro_fl{
    margin-bottom: 30px;
}
.pro_fl div{
    width: 157px;
    height: 82px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #018ccd;
    text-align: center;
    color: #fff;
    float:left;
    padding-top: 20px;
}
.pro_fl div h5{
    font-size: 20px;
}
.pro_fl div p{
    text-transform: uppercase;
    font-size: 12px;
}
.pro_fl ul{
    float:right;
    width: 1043px;
    height: 82px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:5px;
    border:1px solid #bfbfbf;
}
.pro_fl ul li{
    float:left;
    margin-top: 10px;
}
.pro_fl ul li a{
    width: 180px;
    font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #6a6a6a;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    background: url("../images/jt.png") no-repeat 10px center;
    padding-left: 30px;
}
.pro_fl ul li a:hover {
    color: #018ccd;
    background: url("../images/jts.png") no-repeat 10px center;

}

/*产品展示*/

.product ul li{
    float:left;
    width: 380px;
    margin-right: 30px;
}
.product ul li:nth-child(3n){
    margin-right: 0;
}
.product ul li a:first-child{
    display:block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:3px solid #018ccd;
    position: relative;
    width: 380px;
    height: 380px;
    overflow: hidden;
}
.product ul li a img{
    position: absolute;
    top:50%;
    left:50%;
    max-width: 100%;
    height:100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.propic{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 68px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding-left:2px;
    padding-right: 2px;
    background: url("../images/probg.png") no-repeat center bottom;
}

.propic h4{
    color: #fff;
    float:left;
    font-size: 22px;
    margin-top: 30px;
}
.propic h4 small{
    float:left;
    margin-left: 8px;
    margin-top: 7px;
    font-size: 23px;
}
.propic div{
    float:right;
}
.propic div span{
    font-size: 20px;
    text-align: right;
    display: block;
    width: 100%;
    margin-top: 12px;
}
.propic div h5{
    font-size: 22px;
    text-align: right;
}

.product ul li a>p{
    font-size: 16px;
    color: #6a6a6a;
    text-align: center;
    line-height: 64px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.product ul li a:hover>p{
    color: #018ccd;
}

/*proside*/

.proside>div:first-child{
    background: #0774bc;
    padding-top: 18px;
    box-sizing: border-box;
    height: 82px;
    text-align: center;
}
.proside>div:first-child h5{   font-size: 22px;
    font-weight: bold;
    color: #ffffff;
 
}
.proside>div:first-child span{ font-size:10px;text-transform:uppercase;color: #ffffff;}

.prolist{
    box-sizing: border-box;
    border:3px solid #0774bc;
    width: 243px;

}
.prolist ul li{
    line-height: 50px;

}
.prolist>ul>li>a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    color: #666666;
    padding-right: 18px;
    border-bottom:1px dashed #e8e8e8;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}
.leave2 a:hover{
    background: #ddd;
    color: #0774bc;
}

.leave2 a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left:45px;
    color: #848484;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
    font-size: 14px;
}
.side_contact{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 18px;
}
.side_contact h4{
    font-size: 20px;
    color: #0774bc;
    text-align: center;
}
.side_contact p{
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    line-height: 25px;
}
.pro_contain{
    width: 930px;
}
.pro_show:after{
    display: block;
    content: '';
    clear: both;
}
.pro_show li{
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
    margin-right: 21px;
    margin-bottom: 30px;
}
.pro_show li:nth-child(3n){
    margin-right:0;
}
.pro_show li a b{
    display: block;
    width: 294px;
    height:197px;
    position: relative;
    overflow: hidden;
}
.pro_show li a b img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pro_show li a p{
    display: block;
    width: 294px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
    background: #dcdcdc;
    line-height: 30px;
}
.pro_show li a:hover p{
    color: #FFFFFF;
    background: #ff8a00;
}

/*banner2*/
.banner2{
    background: url("../images/banner2.jpg") no-repeat center;
    height: 244px;
    margin-top: 40px;
}
.banner2 .mycontainer{
    font-size: 18px;
    color: #343434;
    padding-left: 80px;
    padding-top: 163px;
}
.banner2 span{
    font-size: 24px;
    font-weight: bold;
    color: #ffb400;
}

/*优势*/
.advantage{
    background: #f5f5f5;
}
.adv ul li:after{
    display: block;
    content: '';
    clear:both;
}
.adv ul li {
    border-bottom:1px dashed #a6a6a6;
    padding-top:30px;
    padding-bottom:30px;
}
.adv ul li:last-child{
    border-bottom:0;
}
.adv ul li:nth-child(odd) div{
    float:left;
}
.adv ul li:nth-child(odd) img{
    float:right;
}
.adv ul li:nth-child(even) div{
    float:right;
}
.adv ul li:nth-child(even) img{
    float:left;
}
.adv ul li div{
    width: 575px;
}

.adv ul li div h2{
    font-size: 18px;
    color: #2a2a2a;
    padding-top: 75px;
}
.adv ul li div h2 span{
    color: #ffb400;
}
.adv ul li div small{
    color: #aeaeae;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}
.adv ul li div p{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 35px;
    margin-top: 25px;
}
.adv ul li div p i{
    color: #018ccd;
    font-style: normal;
}
.adv ul li:first-child div{ background: url("../images/adv01.png") no-repeat top left;}
.adv ul li:nth-child(2) div{ background: url("../images/adv02.png") no-repeat top right;}
.adv ul li:nth-child(3) div{ background: url("../images/adv03.png") no-repeat top left;}

/*加盟代理*/
.join{
    padding-top: 80px;
    padding-bottom: 40px;
}
.join div{
    float:left;
    width: 430px;
}
.join img{
    float:right;
}
.join div h2{
    font-size: 32px;
    color: #464646;
    border-bottom:1px dashed #dddddd;
    margin-bottom: 40px;
}
.join div h2 span{
    color: #dddddd;
    text-transform: uppercase;
}
.join div h3{
    font-size: 24px;
    color: #484848;
}
.join div small{
    font-size: 18px;
    color: #484848;
}
.join div p{
    font-size: 16px;
    color: #484848;
    margin-top: 35px;
    margin-bottom: 25px;
}
.join div a{
    background: #ffb400;
    border:1px solid #ffb400;
}
.join div a:hover{
    color: #ffb400;
}

/*案例中心*/
.case{
    position: relative;
}
.caselist{
    display: block;
    width: 100%;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.caselist b{
    display: block;
    width: 100%;
    height: 296px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.caselist b img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.caselist:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.07);
    -moz-transform: translate(-50%,-50%) scale(1.07);
    -ms-transform: translate(-50%,-50%) scale(1.07);
    -o-transform: translate(-50%,-50%) scale(1.07);
    transform: translate(-50%,-50%) scale(1.07);
}
.caselist>div{
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 15px;
}
.caselist>div h5{
    font-size: 16px;
    color: #626262;
    padding-top:8px;
    font-weight: normal;
    line-height:35px;
    background: url("../images/add.png") no-repeat right center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.caselist>div p{
    font-size: 14px;
    color: #979797;
    line-height: 30px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.caselist:hover b{
    border:1px solid #018ccd;
    border-bottom:0;
}
.caselist:hover h5{
    color: #fff;
    background: url("../images/adds.png") no-repeat right center;
}
.caselist:hover p{
    color: #fff;
}
.caselist:hover>div{
    background:#018ccd;
}
.case-button-next{
    width: 50px!important;
    height: 50px!important;
    right: -60px !important;
    background-image:url("../images/jt_r.png")!important;
    background-size: 100% 100%!important;
}
.case-button-prev{
    width: 50px!important;
    height: 50px!important;
    left: -60px !important;
    background-image:url("../images/jt_l.png")!important;
    background-size: 100% 100%!important;
 }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:1!important;
}
.case-button-next.swiper-button-disabled{ background-image: url("../images/jt_rs.png") !important;}
.case-button-prev.swiper-button-disabled{ background-image: url("../images/jt_ls.png") !important;}

/*企业荣誉*/
.honorbg{
    background: url("../images/honorbg.jpg") no-repeat center;
    margin-top: 47px;
    padding-top:30px;
    height: 470px;
}
.honorbg h3{
    background: url("../images/honor.png") no-repeat left center;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    padding-left: 80px;
    margin-bottom: 45px;
    line-height: 61px;
}
.honorbg h3 span{
    font-size:14px;
    text-transform: uppercase;
}
.honor{
    position: relative;
}
.honor-button-next{
    width: 50px!important;
    height: 50px!important;
    right: -60px !important;
    background-image:url("../images/hjt_r.png")!important;
    background-size: 100% 100%!important;
}
.honor-button-prev{
    width: 50px!important;
    height: 50px!important;
    left: -60px !important;
    background-image:url("../images/hjt_l.png")!important;
    background-size: 100% 100%!important;
}
.honorlist{
    display: block;
    width: 100%;
    height: 277px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #fff;
}
.honorlist b{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    overflow: hidden;
}
.honorlist b img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}

/*新闻中心*/
.news{
    margin-bottom: 55px;
}
.news_l{
    float:left;
    width: 580px;
    height: 412px;
    border-bottom:1px dashed #d4d4d4;
}
.news_l a{
    display: block;
}
.news_l a div{
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 23px;
}
.news_l a div h4{
    font-weight: normal;
    font-size: 18px;
    float:left;
    color: #303030;
    border-left:3px solid #018ccd;
    padding-left: 20px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_l a div small{
    float:right;
    font-size: 12px;
    color: #979797;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_l a p{
    font-size: 14px;
    color: #838383;
    line-height: 28px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_l a:hover p{  color: #018ccd;}
.news_l a:hover div h4{  color: #018ccd;}
.news_l a:hover div small{  color: #018ccd;}
.news_r{
    float:right;
    width: 576px;
}
.news_r ul li{
    margin-bottom: 25px;
}
.news_r ul li:last-child{
    margin-bottom:0;
}
.news_r ul li a{
    display: block;
}
.news_r ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.date{
    float:left;
    background: #656565;
    width: 84px;
    height: 84px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:10px;
    text-align: right;
    color: #fff;
    padding-top: 9px;
}
.date span{
    font-size: 24px;
}
.date small{
    font-size: 14px;
}
.date b{
    display: block;
    width: 14px;
    height: 2px;
    background: #ffb400;
    margin-left: 57px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.news_text{
    float:left;
    width: 492px;
    height: 84px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px;
    background: #f8f8f8;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_r a:hover .news_text{
    background: #018ccd;
}
.news_text h5{
    font-size: 14px;
    color: #424242;
    font-weight: normal;
    margin-bottom: 8px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_text p{
    font-size: 12px;
    color: #6c6c6c;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_r a:hover .news_text h5{   color: #fff;}
.news_r a:hover .news_text p{   color: #fff;}
/*footer*/
.footer_top_bg{    background: #343235;    padding-top: 85px;padding-bottom:45px;}
.footer_bottom_bg{    background: #454545;}
.footer_top>div>h4{
    font-size: 18px;
    color: #cecccc;
    margin-bottom: 33px;
    font-weight: normal;
}

.footer_t_l{
    float:left;
    width: 468px;
}
.footer_t_l img{
    margin-bottom: 33px;
}
.footer_t_l p{
    font-size: 16px;
    float:left;
    color: #a6a6a6;
    width:100%;
    margin-bottom: 25px;
}
.footer_t_l p:nth-of-type(1){    width: 204px;}
.footer_t_l p:nth-of-type(2){    width: 204px;}


.footer_t_m{
    width: 536px;
    float:left;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left:1px solid #5d5a5f;
    border-right:1px solid #5d5a5f;
}
.footer_t_m p{
    font-size: 14px;
    color: #ffffff;
    padding-left: 40px;
    line-height: 31px;
    margin-bottom:13px;
}
.footer_t_m ul li{
    float:left;
    margin-bottom: 23px;
}
.footer_t_m ul li a{
    display: block;
    width: 154px;
    color: #a6a6a6;
    font-size: 16px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.footer_t_m ul li a:hover{
    color: #018ccd;
}
.footer_t_r{
    float:right;
    width: 195px;
    box-sizing: border-box;
    text-align: center;
}

.footer_t_r img{
    width: 100px;
    height: 100px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:2px solid #ffffff;
}

.footer_bottom{
    height: 30px;
    line-height: 30px;
}
.footer_bottom p{
    color: #a0a0a0;
    font-size:14px;
    float:left;
}
.footer_bottom p a{
    color: #a0a0a0;
    font-size:14px;
}
notempty a{
    color: #a0a0a0;
    font-size:14px;
}
.login{
    float:right;
}
.login a{
    font-size:14px;
    color: #a0a0a0;
    float:left;
}


