﻿
/* CSS Document */

.header-hd{
    height: 40px;
    background: #999;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
}
.header-hd li{
    display: inline-block;
}
.header-hd li a{
    display: block;
    line-height: 12px;
    border-right: 1px solid #fff;
    padding: 0 15px;
}
.header-hd li:last-child a{
    border: none;
}

.header-bd{
    height: 118px;
}
.header-bd .logo,
.header-bd .logo a{
    display: block;
    height: 118px;
    font-size: 0;
}
.header-bd .logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-bd .logo img{
    max-height: 100%;
}
.header-bd .call{
    padding-left: 75px;
    font-size: 16px;
    color: #666;
    background: url(../image/call.png) no-repeat left center;
    background-size: 58px;
    margin-top: 30px;
}
.header-bd .call p{
    font-size: 30px;
    font-weight: bold;
    color: #ea7827;
    line-height: 31px;
}


.navbar{
    height: 80px;
    background: #285c9a;
    border-radius: 0;
    margin: 0;
    border: none;
}
#nav_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar li{
    position: relative;
    flex: 1 1 auto;
    text-align: center;
}
.navbar li a{
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: 80px;
}
.navbar li.on a,
.navbar li a:hover{
    color: #f17525;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:132px; background-color:#285c9a;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px;margin-top: 0;}
.nav li ul li a{ font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap;padding: 0 ;text-align: center;}
.nav li ul li a:hover{ color:#fff;background-color:#f17525;}
.nav .on ul li a{background-color:#285c9a;color:#fff;}
.nav .on ul li a:hover{background-color:#f17525;}


/*
    search
*/

.i-search{
    height: 200px;
    background: #285c9a;
}
.i-search .w{
    display: flex;
    justify-content: space-between;
}
.i-search-hd{
    width: 620px;
    background: url(../image/searchline.png) no-repeat right center;
    height: 200px;
    padding-top: 40px;
}
.i-search-hd h3,
.i-search-hd h4{
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
}
.i-search-hd h3{
    color: #fb732b;
}
.i-search-hd p{
    font-size: 12px;
    color: #fff;
    font-family: arial;
    margin-top: 15px;
}

.i-search-bd{
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    padding-top: 14px;
}
.i-search-bd .item-hd{
    margin: 30px 0 20px;
    line-height: 25px;
}
.i-search-bd form{
    width: 400px;
}
.i-search-bd .search-key{
    width: 330px;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    color: #999;
    line-height: 36px;
    border: 1px solid #fff;
    outline: none;
    float: left;
}
.i-search-bd .search-button{
    height: 38px;
    width: 70px;
    background: url(../image/searchbtn.png) no-repeat center #fff;
    border: none;
    float: right;
}
/*
    分类
*/
.i-promenu{
    padding: 80px 0 60px;
}
.i-promenu li{
    width: 270px;
    height: 140px;
    background: #f2f2f2;
    margin-right: 40px;
    padding-top: 44px;
}
.i-promenu li:last-child{
    margin-right: 0;
}

.i-promenu li img{
    margin: 0 15px 0 25px;
}
.i-promenu li h3{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 27px;
}
.i-promenu li p{
    color: #666;
    font-size: 14px;
}
.i-promenu li:hover h3{
    color: #285c9a;
}

/*
    头部
*/
.box-hd{
    border-bottom: 2px solid #bfbfbf;
    font-size: 16px;
    color: #333;
    height: 72px;
    line-height: 70px;
}
.box-hd a{
    color: #fb732b;
    line-height: 71px;
}
.box-hd h2{
    font-weight: bold;
    line-height: 70px;
    color: #fb732b;
}
.box-hd h2 span{
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}

/*
    poduct
*/
.i-product{
    padding-bottom: 60px;
}
.i-product-bd li{
    width: 378px;
    background: #f2f2f2;
    padding: 10px;
    margin-right: 33px;
    margin-top: 30px;
}
.i-product-bd li .img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.i-product-bd li .img .img-hov{
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 80px 20px 0;
    transition: all .3s;
}
.i-product-bd li .img .img-hov h5{
    font-size: 18px;
    color: #fff;
}
.i-product-bd li .img .img-hov p{
    font-size: 15px;
    color: #fb732b;
    line-height: 30px;
    margin-top: 5px;
}
.i-product-bd li span{
    display: block;
    line-height: 36px;
    border-bottom: 2px solid #cccccc;
    color: #333;
    font-size: 15px;
    padding-right: 3px;
}
.i-product-bd li:hover .img .img-hov{
    top: 0;
    transition: all .3s;
}
.i-product-bd li:hover span{
    border-color: #fb732b;
    color: #285c9a;
}

/*
    ban
*/
.i-ban1 img{
    width: 100%;
    height: auto;
}


/*
    优势
*/
.i-advantage {
    padding: 60px 0 70px 0;
}
.i-advantage .item-hd{
    width: 610px;
    color: #666;
}
.i-advantage-bd li{
    margin-top: 60px;
}
.i-advantage .item-hd h3{
    font-size: 30px;
    border-bottom: 1px solid #999999;
    line-height: 80px;
    font-weight: normal;
}
.i-advantage .item-hd h3 i{
    font-size: 48px;
    color: #e97c2a;
    float: left;
}

.i-advantage .item-hd p{
    font-size: 22px;
    text-transform: uppercase;
    margin: 10px 0;
}
.i-advantage .item-hd span{
    font-size: 16px;
}

/*
    special
*/
.i-specialpro-hd{
    margin-top: 90px;
    margin-bottom: 30px;
}
.i-specialpro-hd .box-hd{
    position: relative;
}
.i-specialpro-hd .box-hd img{
    position: absolute;
    right: 100px;
    bottom: 0;
}

.i-specialpro-bd{
    height: 398px;
    background: url(../image/spebg.jpg) no-repeat center;
    padding-top: 26px;
    overflow: hidden;
}
.i-specialpro-bd li{
    width: 275px !important;
    height: 348px;
    position: relative;
    margin-right: 27px;
}
.i-specialpro-bd li .item-hd{
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    height: 214px;
    background: url(../image/speli.png) no-repeat center;
    z-index: 10;
    padding: 34px 10px;
}
.i-specialpro-bd li .item-hd h3{
    font-size: 18px;
    color: #333;
    display: block;
    margin: 0 auto;
    line-height: 30px;
}
.i-specialpro-bd li .item-hd h3:before{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #0050b1;
}
.i-specialpro-bd li .item-hd p{
    font-size: 14px;
    color: #666;
    height: 46px;
    overflow: hidden;
    margin-top: 3px;
}
.i-specialpro-bd li .item-bd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 9;
}
.i-specialpro-bd li .item-bd img{
    width: 100%;
    display: block;
}


/*
    案例
*/
.i-case{
    padding: 70px 0 80px;
}
.i-case .box-hd{
    margin-bottom: 35px;
}
.i-case-bd li{
    width: 300px;
    position: relative;
    overflow: hidden;
    margin-right: 9px;
    margin-bottom: 20px;
}
.i-case-bd li img{
    width: 100%;
    height: 100%;
    display: block;
}
.i-case-bd li .hov{
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 80px 20px 0;
    transition: all .3s;
}

.i-case-bd li .hov h3{
    font-size: 18px;
    color: #fff;
}
.i-case-bd li .hov p{
    font-size: 15px;
    color: #fb732b;
    line-height: 30px;
    margin-top: 5px;
}

.i-case-bd li:hover .hov{
    top: 0;
}

.i-case-bd li:first-child{
    width: 560px;
    height: 420px;
    margin-right: 22px;
}
.i-case-bd li:first-child .hov{
    top: -420px;
    padding: 187px;
}
.i-case-bd li:first-child:hover .hov{
    top: 0;
}

/*
    关于我们
*/
.i-about{
    height: 415px;
    padding-top: 65px;
    background: url(../image/about.jpg) no-repeat center;
}
.i-about-hd{
    width: 440px;
}
.i-about-hd img{
    width: 100%;
    display: block;
}

.i-about-bd{    
    width: 760px;
    padding: 12px 34px;
    height: 290px;
    background: rgba(0,0,0,.3);
}
.i-about-bd .item-hd h3{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.i-about-bd .item-hd h3 i{
    font-size: 30px;
    color: #fb732b;
    margin-right: 8px;
}
.i-about-bd .item-hd h3 i b{
    font-size: 42px;
}

.i-about-bd .item-hd p{
    font-size: 18px;
    color: #fb732b;
}
.i-about-bd .item-hd span{
    font-size: 14px;
    color: #fff;
}
.i-about-bd .item-bd{    
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    height: 150px;
    overflow: hidden;
    margin-top: 14px;
}


/*
    news
*/
.i-news{
    padding: 65px 0 50px;
}
.i-news .box-hd{
    margin-bottom: 35px;
}
.i-news-bd .item-hd{
    width: 780px;
}
.i-news-bd .item-bd{
    width: 365px;
}
.i-news-bd .item-hd,
.i-news-bd .item-bd .item-text-bd{
    border: 1px dotted #d0d0d0;
    padding: 15px;
}
.i-news-bd .item-hd li img{
    margin-right: 20px;
}
.i-news-bd .item-hd li h4{
    font-size: 20px;
    color: #fb732b;
}
.i-news-bd .item-hd li p{
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    margin: 11px 0;
}
.i-news-bd .item-hd li i{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #fb732b;
}
.i-news-bd .item-hd li:nth-child(1n+2) img,
.i-news-bd .item-hd li:nth-child(1n+2) p,
.i-news-bd .item-hd li:nth-child(1n+2) i{
    display: none;
}
.i-news-bd .item-hd li:nth-child(1n+2) h4{
    line-height: 73px;
    border-bottom: 1px dotted #bfbfbf;
    font-size: 18px;
    color: #666;
}
.i-news-bd .item-hd li:nth-child(1n+2) h4 span{
    font-size: 16px;
}
.i-news-bd .item-hd li:nth-child(1) h4 span{
    display: none;
}
.i-news-bd .item-hd li:hover h4{
    color: #0050b1;
}

.i-news-bd .item-bd .item-text-hd{
    font-size: 20px;
    color: #0050b1;
    height: 37px;
    line-height: 30px;
}
.i-news-bd .item-bd .item-text-hd span{
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}
.i-news-bd .item-bd .item-text-bd li{
    margin-bottom: 42px;
}
.i-news-bd .item-bd .item-text-bd li h4{
    height: 40px;
    background: url(../image/t.png) no-repeat left center;
    padding-left: 48px;
    margin-bottom: 5px;
    line-height: 40px;
    font-size: 18px;
    color: #fb732b;
}
.i-news-bd .item-bd .item-text-bd li p{
    height: 40px;
    background: url(../image/d.png) no-repeat left center;
    padding-left: 48px;
    line-height: 40px;
    font-size: 14px;
}
.i-news-bd .item-bd .item-text-bd li:last-child{
    margin-bottom: 0;
}

/*
    area
*/
.i-area{
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
}
.i-area span{
    display: inline-block;
    background: #fb732b;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
}
.i-area a{
    padding-left: 15px;
    font-size: 13px;
}



/*
    footer
*/
.footer{
    background: #353535;
    color: #fff;
    padding-top: 10px;
}
.footer-hd{
    background: url(../image/footerhd.png) no-repeat center;
    line-height: 60px;
    height: 60px;
}
.footer-hd li{
    display: inline-block;
}
.footer-hd li a{
    display: block;
    font-size: 14px;
    padding: 0 20px;
}
.footer-bd{
    padding: 40px 0;
}
.footer-bd li{
    width: 400px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    float: left;
}
.footer-bd li img{
    max-width: 100%;
    height: auto;
}
.footer-ft{
    background: #292929;
    text-align: center;
    line-height: 20px;
    padding: 20px 0;
}




.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: #0072d4;
    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: #005eae;
    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: 20px 0 50px;
    font-size: 13px;
    color: #7c7c7c;
    line-height: 22px;
    height: 66px;
    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:#0072d4;
    color: #fff;
    border: 1px solid #0072d4;
}

.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:#005eae;
}
.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:#0072d4;
    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:#005eae;
    border: 1px solid #005eae;
    color: #fff;
}

.contact-wrap{
    background: url("../image/bg3.jpg") 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: #005eae;
    border:none;
    margin:23px 0 0 0;
}







/*===== 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;}

