@charset "utf-8";
/* CSS Document */


.header{
    height:90px;
    transition:all .3s;
}
.logo{
    overflow:hidden;
    margin:10px 0 0 0;
}

.top-menu{
    padding:0;
}
.top-menu .item{
    float:left;
    width:97px;
    position:relative;
}
.top-menu .item h6{
    line-height:90px;
}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    color: #555;
    font-size:15px;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 9px;
    padding:0 0 0 5px;
    color: #777;
}
.top-menu .item h6 a:hover{
    color: #000;
}
.top-menu .item h6 a:hover span{
    color: #444;
}
.top-menu .item ul{
    position:absolute;
    top:110px;
    z-index:9999;
    background:#fff;
    left:-20px;
    width:137px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:85px;
}
.top-menu .item li{
    height:36px;
    overflow:hidden;
}
.top-menu .item li:first-child{
    border-top:3px solid #7b7b7b;
}
.top-menu .item li a{
    display:block;
    line-height:36px;
    font-size:12px;
    padding:0 20px;
    color: #666;
}
.top-menu .item li:first-child a{
    line-height:33px;
}
.top-menu .item li a:hover{
    background: #f2f2f2;
    color: #333;
}
.tit-box h4{
    font-size: 26px;
    margin:0 0 10px 0;
    font-weight: bold;
    color:#333;
}
.tit-box p{
    font-size: 14px;
    color: #B7B7B7;
    text-transform: uppercase;
}


.tit-menu{
    margin:25px 0 30px 0;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 4px 10px;
}
.tit-menu ul li + li{
    border-left: 1px solid #eee;
}
.tit-menu ul li a{
    display: inline-block;
    padding: 10px 26px;
    line-height: 12px;
    font-size: 12px;
}
.tit-menu ul li a:hover{
    background: #1a4464;
    color: #fff;
}

.header-on{
    height:60px;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    background: #fff;
    box-shadow:0 2px 6px rgba(0, 0, 0, .15);
    z-index:9999;
}
.header-on .item h6{
    line-height:60px;
}

.header-on .item ul{
    top:80px;
}
.header-on .item:hover ul{
    top:55px;
}
.header-on .item h6 a{
    font-size: 14px;
}
.header-on .logo{
    height:40px;
}
.header-on .logo img{
    height:100%;
    width:auto;
}


.img-item{
    background: #fff;
    margin: 15px 0;
    box-shadow: 0 22px 40px rgba(0,0,0,.16);
}
.img-item a{
    display: block;
    overflow: hidden;
}
.img-item .img{
    position: relative;
}
.img-item .img img{
    width:100%;
    height:auto;
}
.img-item .img:before {
    position: absolute;
    content: "";
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
}
.img-item:hover .img:before {
    opacity: .8;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 20px;
}
.img-item .img:after {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 46px;
    background: url(../image/ico-1.jpg) center center no-repeat;
    right: 35px;
    bottom: -40px;
    transition: all .3s ease-in-out 0s;
    z-index: 3;
}
.img-item:hover .img:after{
    bottom:10px;
}
.img-item .con{
    padding: 15px;
    position: relative;

}
.img-item .con:before {
    z-index: 4;
    background: #fff;
    position: absolute;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out 0s;
}
.img-item:hover .con:before {
    top: -10px;
}
.img-item .con h4 {
    position: relative;
    top: 0;
    transition: all .3s ease-in-out 0s;
    margin-bottom: 15px;
    font-size: 15px;
    color: #262626;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.img-item:hover .con h4{
    top:-10px;
    color: #0072d4;
}
.img-item .con p {
    position: relative;
    top: 0;
    font-size: 12px;
    color: #6e6e6e;
    height: 20px;
    transition: all .3s ease-in-out 0s;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 12px;
    overflow: hidden;
}
.img-item:hover .con p{
    top:-10px;
}
.img-item .con p b{
    color:red;
    padding:0 2px;
    font-size: 13px;
    font-family: Arial;
}
.img-item .con p span{
    color: #eb2e09;
    margin:0 3px 0 0;
}
.img-item .con .more {
    display: block;
    position: absolute;
    height: 40px;
    background: #0072d4;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    transition: all .3s ease-in-out 0s;

}
.img-item:hover .con .more {
    bottom: 0;
}
.img-item .con .more:after {
    content: "";
    display: block;
    background: url(../image/ico-2.png) no-repeat;
    width: 16px;
    height: 7px;
    margin-top: 16px;
    background-position: 0 -7px;
    display: inline-block;
}
.more-box {
    margin: 50px 0 70px;
    text-align: center;
}
.more-box a {
    display: inline-block;
    box-shadow: 0 22px 40px rgba(0,0,0,.16);
    height: 50px;
    background: #fff;
    width: 260px;
    max-width: 100%;
}
.more-box a:before {
    content: "";
    display: block;
    background: url(../image/ico-3.png) no-repeat;
    width: 80px;
    height: 43px;
    display: inline-block;
    margin-top: 2px;
    transition: all ease-out .3s;
}

.more-box a:hover:before{
    background-position: 0 -40px;
}




/********
      关于我们
*******/

.about-wrap{
    background: url("../image/bg1.jpg") no-repeat center fixed;
    background-size: cover;
    padding:150px 0 120px;
}

.about-img{
    position: relative;
    right: -40px;
    top: -30px;
    z-index: 2;
    box-shadow: 0 22px 40px rgba(0,0,0,.16);
}
.about-img img{
    width: 100%;
    height: auto;
}
.about-con{
    background: #fff;
    padding: 40px 40px 40px 100px;
    min-height: 320px;
    position: relative;
    left: -40px;
    z-index: 1;
}
.about-con .tit h4{
    font-size: 20px;
    color: #1a4464;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.about-con .tit p{
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #7c7c7c;
}
.about-con .con{
    margin: 0 0 26px;
    font-size: 13px;
    color: #7c7c7c;
    line-height: 22px;
    height: 173px;
    overflow: hidden;
}
.about-con .con a{
    color: red;
}
.about-con .more a{
    display: block;
    height: 40px;
    width: 160px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 38px;
    color: #898989;
}
.about-con .more a:hover{
    background:#1a4464;
    color: #fff;
    border: 1px solid #1a4464;
}

.case-wrap{
    background: #edf3f5;
    padding:60px 0;
    margin:50px 0 0 0;
}


/********
      我们的优势
*******/


.ys-body{
    margin:30px 0 0 0;
}
.ys-body li{
    border-bottom: 1px solid #eee;
    padding:20px 0;
}
.ys-con,.ys-img{
    padding:20px 0;
}
.ys-img img{
    width:100%;
}
.ys-con h4{
    font-size: 20px;
    font-weight: 700;
    margin:6px 0 15px;
    color:#1a4464;
}
.ys-con h4 span{
    font-family: Arial;
    font-size:30px;
    position: relative;
    top:5px;
    padding:0 10px 0 0;
}

.ys-con p{
    font-size: 13px;
    line-height:24px;
    height:72px;
    overflow: hidden;
    color: #666;
}
.ys-con a{
    display: block;
    display: block;
    height: 40px;
    width: 120px;
    background:#ddd;
    text-align: center;
    line-height: 38px;
    color: #666;
    margin:50px 0 0 0;
    font-size: 14px;
}
.ys-con a:hover{
    background:#1a4464;
    color: #fff;
}
.ban1 img{
    width:100%;
}


/********
      案例
*******/

.case-wrap li{
    margin:15px 0;
}

.case-item{
    background: #fff;
    position: relative;
}

.case-item .img{
    width:300px;
    height:240px;
    overflow: hidden;
    position: relative;
}
.case-item .img:before{
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #fff;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .4s ease-in-out 0s;
}
.case-item .img:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .4s ease-in-out 0s;
    border: 0 solid #fff;
}
.case-item .img img{
    width:100%;
    height:100%;
}
.case-item .con{
    padding:15px;
    overflow: hidden;
}
.case-item .con h4{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #262626;
    margin: 20px 0;
}
.case-item .con p{
    color: #6e6e6e;
    font-size: 12px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.case-item .con .more{
    margin-top: 25px;
    display: block;
    height: 40px;
    width: 120px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    transition: all .3s ease-in-out 0s;
}
.case-item .con .more span{
    text-transform: uppercase;
    opacity: 0;
    width: 0;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    line-height: 38px;
    vertical-align: middle;
    transition: all .3s ease-in-out 0s;
    font-size: 14px;
}
.case-item .con .more:after{
    content: "";
    background: url(../image/ico-4.png) no-repeat;
    width: 16px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
}

.case-item:hover .img:before{
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: .8;
}
.case-item:hover .img:after{
    border: 10px solid #fff;
}
.case-item:hover .con h4{
    color:#0072d4;
}
.case-item:hover .con .more{
    border: 1px solid #0072d4;
    background: #0072d4;
}
.case-item:hover .con .more span{
    width: auto;
    opacity: 1;
    margin-right: 10px;
}
.case-item:hover .con .more:after{
    background-position: 0 -7px;
}


/********
      新闻
*******/

.news-wrap{
    background: url("../image/bg2.jpg") no-repeat top;
    min-height: 400px;
}
.news{
    background: #fff;
    margin:250px 0 0 0;
    min-height:300px;
    padding:50px 15px 90px;
}
.news-item{
    position: relative;
}
.news-con{

}

.news-con .time{
    font-size:32px;
    color: #B0B0B0;
    font-family: Arial;
}
.news-con .time span{
    font-size: 14px;
    color: #bfbfbf;
    padding:0 0 0 20px;
}
.news-con h4{
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size:16px;
    color: #1a1a1a;
    overflow: hidden;
    margin:15px 0 0 0;
}
.news-con p{
    line-height: 24px;
    font-size: 13px;
    color: #9d9d9d;
    height:72px;
    overflow: hidden;
}
.news-con .more{
    font-size: 14px;
    color: #b3b3b3;
    padding:60px 0 0 0;
}


.news-item .news-img img{
    width:100%;
}
.news-img{
    position: absolute;
    left:0;
    top:10px;
    transition:all .3s ease-in-out 0s;
    opacity:0;
}
.news-img .img{
    position: relative;
}
.news-img .img:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    border:1px solid rgba(255,255,255,.8);
    transition: all .4s ease-in-out 0s;
}
.news-item:hover .news-con{
    display: none;
}
.news-item:hover .news-img{
    opacity:1;
    top:0;
}
.news-item:hover .news-img .img:before{
    left:10px;
    top:10px;
    right:10px;
    bottom: 10px;
}

.news-more a{
    width:25%;
    height:44px;
    border: 1px solid #ddd;
    display: block;
    margin:0 auto 100px;
    color: #999;
    text-align: center;
    line-height:44px;
    font-size:14px;
}
.news-more a:hover{
    background:#1a4464;
    border: 1px solid #1a4464;
    color: #fff;
}

.contact-wrap{
    background: url("../image/bg3.png") no-repeat center;
    min-height:400px;
    margin:50px 0 0 0;
}
.contact{
    position: relative;
    top:-60px;
}
.contact-con,.msn-con{
    padding:30px 30px 60px;
    height:350px;
}
.tit-box1 h4{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height:1.7;
}
.tit-box1 p{
    color: #999;
    font-size: 14px;
}
.tit-box2 h4{
    color: #fff;
}
.tit-box2 p{
    color: #fff;
}
.contact-con ul{
    padding:30px 0 0 0;
}
.contact-con ul li{
    height:36px;
    line-height:36px;
    font-size: 14px;
}
.contact-con ul li i{
    display: inline-block;
    width:30px;
    position: relative;
    top:-3px;
}

.modal-body{
    padding:15px 0 0 0;
}
.modal-body .input-group{
    width:100%;
}
.index-myform .input-group span{
    border-radius:0;
}
.index-myform .input-group input{
    border-radius: 0;
}
.index-myform button{
    width:130px;
    height:40px;
    line-height:40px;
    background: #fff;
    font-size: 16px;
    color: #1a4464;
    border:none;
    margin:23px 0 0 0;
}

.footer{
    height:72px;
    line-height:72px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ddd;
}


@media (min-width:768px){

}







/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}

