@charset "utf-8"; 

/*鍐呴〉banner*/
.inner_banner{
    height: 300px;
    width: 100%;
    background-size: cover;
    text-align: center;
}
.inner_banner h3{
    color: #fff;
    font-weight: normal;
    font-size: 40px;
    padding-top: 90px;
}
.inner_banner p.bread{
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}
.inner_banner p.bread a:hover{
    color: rgba(255, 255, 255, 1);
}
.inner_banner.banner_about{
    background-image: url(../images/banner_about.jpg);
}
.inner_banner.banner_contact{
    background-image: url(../images/banner_contact.jpg);
}
.inner_banner.banner_service{
    background-image: url(../images/banner_service.jpg);
}
.inner_banner.banner_product{
    background-image: url(../images/banner_product.jpg);
}
.inner_banner.banner_case{
    background-image: url(../images/banner_case.jpg);
}
.inner_banner.banner_video{
    background-image: url(../images/banner_video.jpg);
}

/*鍐呴〉浜岀骇瀵艰埅*/
.search.inner li{
    display: inline-block;
}
.search.inner li a{
    display: block;
    padding: 0 22px;
    background: ;
    line-height: 60px;
    font-size: 15px;
}
.search.inner li a.current,
.search.inner li a:hover{
    color: #fff;
    background: #145593;
}

/*缈婚〉-绠€鏄撴牱寮?/
.pagelist{
    width: 100%;
    text-align: center;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
    width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: #145593;
    color: #fff;
}

/*鍐呴〉姝ｆ枃閮ㄥ垎-缁煎悎*/
.inner_content{     background: #f2f2f2;
    padding: 40px 0;
}
.inner_content .container{
    width: 1120px;
    min-height: 120px;
    background: #fff;
    padding: 30px;
}

/*鍐呴〉-鏂囧瓧*/
.inner_content .container .text,
.inner_content .container .text p,
.inner_content .container .text span{
    font-size: 14px;
    color: #333;
    line-height: 1.8em;
    text-align: justify;
}
.inner_content .container .text a{
    color: inherit;
}
.inner_content .container .text img{
    max-width: 100%;
}
.inner_content .container .text table,
.inner_content .container .text table tr th, 
.inner_content .container .text table tr td { 
    border:1px solid #999; 
}
.inner_content .container .text table { 
    width: 100%;
    border-collapse: collapse;
}


/*鍐呴〉-浜у搧鍒楄〃*/
.list_pro .list_box .item{
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 20px;
}
.list_pro .list_box .item:nth-child(3n){
    margin-right: 0;
}
.list_pro .list_box .item .pro_cover{
    overflow: hidden;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%;
}
.list_pro .list_box .item .pro_cover:after{
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(20,85,147,.6);
    opacity: 0;
    transform: translateY(100px);
    transition: all ease 0.4s;
}
.list_pro .list_box .item:hover .pro_cover:after{
    opacity: 1;
    transform: translateY(0);
}
.list_pro .list_box .item .pro_cover img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.4s;
}
.list_pro .list_box .item:hover .pro_cover img{
    transform: scale(1.3);
}
.list_pro .list_box .item .pro_cover i{
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 2px #fff solid;
    width: 44px;
    height: 44px;
    z-index: 3;
    left: 50%;
    margin-left: -22px;
    top: 50%;
    margin-top: -22px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    transition: all ease 0.4s;
    transform: translateY(-50px);
}
.list_pro .list_box .item:hover .pro_cover i{
    opacity: 1;
    transform: translateY(0);
}
.list_pro .list_box .item .tit p{
    text-align: center;
    line-height: 3.2em;
    border: 1px #eaeaea solid;
    border-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 32px);
    padding: 0 15px;
}
.list_pro .list_box .item:hover .tit p{
    color: #145593;
}

/*鍐呴〉-浜у搧璇︾粏*/
.detail_pro .line_1 .pro_profile{
    text-align: left;
    width: 500px;
    height: 492px;
    position: relative;
}
.detail_pro .line_1 .pro_profile h3{
    font-size: 30px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}
.detail_pro .line_1 .pro_profile ul li{
    line-height: 2em;
}
.detail_pro .line_1 .pro_profile .btn a{
    display: block;
    width: 150px;
    text-align: center;
    line-height: 44px;
    margin-top: 40px;
    color: #fff;
    margin-right: 15px;
}
.detail_pro .line_1 .pro_profile .btn a.btn_1{
    background: #145593;
}
.detail_pro .line_1 .pro_profile .btn a.btn_2{
    background: #fd9831;
}
.detail_pro .line_1 .pro_profile .btn a:hover{
    background: #333;
}
.detail_pro .line_1 .pro_profile .page_change{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    border-top: 1px #eaeaea solid;
    padding-top: 10px;
}
.detail_pro .line_1 .pro_profile .page_change p{
    line-height: 25px;
}
.detail_pro .line_2 > p{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    background: #f2f2f2;
}
.detail_pro .line_2 > p span{
    line-height: 36px;
    display: block;
    width: 120px;
    background: #333;
    text-align: center;
    color: #fff;
}
.detail_pro .line_2 .detail_box,
.detail_pro .line_2 .detail_box p,
.detail_pro .line_2 .detail_box span{
    line-height: 1.8em;
    text-align: justify;
}
.detail_pro .line_2 .detail_box a{
    color: inherit;
}

/*鍐呴〉-妗堜緥璇︾粏*/
.case_detail h3.tit{
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 5px;
}
.case_detail p.descri{
    width: 100%;
    text-align: center;
    line-height: 3em;
    margin-bottom: 20px;
    border-bottom: 3px #eee solid;
}

/*鍐呴〉-鏂伴椈鍒楄〃*/
.inner_content .news_list .news_list_box li{
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inner_content .news_list .news_list_box li:last-child{
    margin-bottom: 30px;
}
.inner_content .news_list .news_list_box li a{
    display: block;
    padding: 6px 0px 15px;
}
.inner_content .news_list .news_list_box li:hover a{
    background: #145593;
    color: #fff;
}
.inner_content .news_list .date{
    width: 10%;
    text-align: center;
    color: #666;
    position: relative;
    transition: all ease 0.4s;
}
.inner_content .news_list li:hover .date{
    color: #fff;
}
.inner_content .news_list .date:after{
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 15%;
    background: #eaeaea;
}
.inner_content .news_list .date .sss{
    display: block;
    font-size: 54px;
}
.inner_content .news_list .date .ee{
}
.inner_content .news_list li a div.fl{
    width: 86%;
    padding-left: 22px;
}
.inner_content .news_list li a p.tit{
    margin-top: 12px;
    font-size: 18px;
}
.inner_content .news_list li a p.descri{
    margin-top: 10px;
    line-height: 1.6em;
    color: #666;
    transition: all ease 0.4s;
}
.inner_content .news_list li:hover a p.descri{
    color: #fff;
}

/*鍐呴〉-鏂伴椈璇︽儏*/
.news_detail h3{
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 20px;
}
.news_detail p.date{
    border-top: 1px #eaeaea dashed;
    border-bottom: 1px #eaeaea dashed;
    line-height: 2.2em;
    text-align: center;
    margin-bottom: 15px;
    color: #666;
}
.news_detail .change_page_news{
    border-top: 1px #eaeaea solid;
    margin-top: 20px;
}
.news_detail .change_page_news p{
    width: 48%;
    margin: 24px 0 0;
    color: #666;
}
.news_detail .change_page_news p:last-child{
    text-align: right;
}
.news_detail .change_page_news p a:hover{
    color: #145593;
}
.news_detail .fenx{
    margin-top: 10px;
}

/*鍐呴〉-瑙嗛鍒楄〃*/
.list_video .list_box .item {
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 20px;
}
.list_video .list_box .item:nth-child(3n){
    margin-right: 0;
}
.list_video .list_box .item a{
    display: block;
    position: relative;
}
.list_video .list_box .item a > span{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
}
.list_video .list_box .item span img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.list_video .list_box .item a p.tit {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    /*background: rgba(0, 0, 0, 0.6);*/
    left: 0;
    top: 0;
    color: #fff;
}
.list_video .list_box .item a p.tit i{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 22px;
}
.list_video .list_box .item a p.tit span{
    display: block;
    max-width: calc(100% - 100px);
    text-align: center;
    margin: 0 auto;
    border: 1px rgba(255,255,255,.6) solid;
    line-height: 3em;
    border-radius: 3em;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}


.list-3{margin:-20px 0 0 -20px}

.list-3 li{float:left;width:33.333333%}

.list-3 li a{display:block;margin:20px 0 0 20px;text-align: center;}

.list-3 li .img-center{border:1px solid #ddd; overflow: hidden;height:260px;line-height:260px;}

.list-3 li .text{line-height:40px;position:relative; padding: 0 150px;  font-size: 16px;}

.list-3 li .text p{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;z-index:1;transition:all 0.5s}
.list-3 li a:hover .img-center img{ transform: scale(1.1); }
.list-3 li .text p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.img-center{text-align:center;font-size:0}

.img-center img{display:inline-block;width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:middle;transition:all 0.5s}

/*鑱旂郴鎴戜滑*/
.inner_content.contact ul{
    position: relative;
    padding-left: 30px;
}
.inner_content.contact li.com_name{
    font-size: 22px;
    margin-bottom: 15px;
}
.inner_content.contact li.intro{
    width: 70%;
}
.inner_content.contact li.qrcode{
    position: absolute;
    right: 30px;
    top: 0;
    padding: 10px 10px 0;
    border: 1px #eaeaea solid;
}
.inner_content.contact li.qrcode img{
    width: 130px;
}
.inner_content.contact li.qrcode p{
    line-height: 3em;
}
.inner_content.contact .fa-circle.fa-stack-2x{
    font-size: 1.8em;
    color: #145593;
}
.inner_content.contact .fa-stack-1x{
    font-size: 12px;
}
.inner_content.contact .fa-map-marker.fa-stack-1x{
    font-size: 14px;
}
.iframe_map{
    width: 100%;
    height: 460px;
    border: 1px #eee solid;
    margin-top: 20px;
}

/*鐣欒█*/
.liuyanbox input{
    line-height: 44px;
    border: none;
    padding: 0 16px;
    background: #eee;
    display: block;
    float: left;
    width: calc(32% - 40px);
    margin-right: 2%;
    margin-top: 30px;
}
.liuyanbox input:nth-child(3){
    margin-right: 0;
}
.liuyanbox textarea{
    float: left;
    width: calc(100% - 40px);
    padding: 8px;
    resize: none;
    border: none;
    background: #eee;
    margin-top: 20px;
    height: 120px;
}
#msgLeft_Btn_div{
    float: left;
}
#msgLeft_Btn{
    display: block;
    background: #145593;
    color: #fff;
    margin-top: 20px;
    line-height: 44px;
    width: 160px;
    text-align: center;
    cursor: pointer;
}
#msgLeft_Btn:hover{
    background: #333;
}