@charset "utf-8";
/* CSS Document */

.header-hd{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #333;
    color: #fff;
}
.header-hd a{
    background: url(../image/xing.png) no-repeat left center;
    padding-left: 20px;
    background-size: 14px 14px;
    margin: 0 10px;
}
.header-bd {
    height: 138px;
    border-bottom: 1px solid #e4e4e4;
}
.header-bd .logo,
.header-bd .logo a{
    display: block;
    height: 138px;
    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{
    background: url(../image/call.png) no-repeat left center;
    padding-left: 60px;
    font-size: 16px;
    color: #cc1921;
    margin-top: 40px;
}
.header-bd .call p{
    font-size: 24px;
    color: #cc1921;
}
.navbar{
    height: 50px;
}
#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{
    color: #000;
    line-height: 50px;
    display: block;
    font-size: 16px;
}
.navbar li.on a,
.navbar li a:hover{
    background: #005bac;
    color: #fff;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:100%; background-color:#005bac;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px;}
.nav li ul li a{ font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap;padding: 0 ;text-align: center;border: none;}
.nav li ul li a:hover{ color:#fff;background-color:#022545;}
.nav .on ul li a{background-color:#005bac;color:#fff;}
.nav .on ul li a:hover{background-color:#022545;}

/*搜索*/
.i-search{
    height: 160px;
    background: url(../image/searchbg.png) no-repeat center;
}
.i-search .w{
    padding: 60px 40px 0;
    font-size: 16px; 
    color: #fff;
}
.i-search .top-keyword{
    width: 800px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.i-search .top-keyword a{
    padding: 0 8px;
}
.i-search .search form{
    width: 200px;
    height: 30px;
    background: #fff;
}
.i-search .search form .key{
    border: none;
    outline: none;
    background: none;
    line-height: 30px;
    vertical-align: top;
    padding: 0 10px;
    width: 168px;
    color: #999;
    font-size: 13px;
}
.i-search .search form .pointer{
    border: none;
    background: url(../image/s.png) no-repeat center;
    width: 21px;
    height: 20px;
    margin-top: 5px;
    outline: none;
}
/* 产品 */
.i-product{
    padding-bottom: 45px;
}
.i-product .bd{
    height: 500px;
}
.i-product .bd li{
    width: 400px;
    height: 250px;
    border: 1px solid #01b1ee;
    overflow: hidden;
}
.i-product .bd .slideBox:nth-child(1n+4){
    display: none;
}
.i-product .bd .slideBox:last-child{
    display: block;
}
.i-product .bd li:first-child{
    background: #01b1ee;
    padding: 30px 35px 0;
}
.i-product .bd .slideBox:last-child li{
}
.i-product .bd li:first-child i{

    font-size: 28px;
    font-family: 'arial';
    margin-top: 2px;

}
.i-product .bd .img{
    position: relative;
    width: 398px;
    height: 248px;
}
.i-product .bd .img>img{
    width: 100%;
    display: block;
}
.i-product .bd .img .tit{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 249px;
    background: rgba(115,115,115,0.8);
    opacity: 0;
    transition: all 0.5s;
    padding: 52px 10px 0;
}
.i-product .bd li:hover .tit{
    transition: all 0.5s;
    opacity: 1;
}
.i-product .bd li h3{
    color: #fff;
    font-size: 19px;
}
.i-product .bd li p{
    color: #fff;
    margin: 18px 0;
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.i-product .bd li span,
.i-product .bd li .link{
    font-size: 16px;
    color: #fff;
}
.i-product .bd li .tit .link{
    display: inline-block;
    background: url(../image/psearch.png) no-repeat center;
    padding-top: 35px;
    width: 55px;
}

.i-product .hd{
    padding: 50px 0 0;
}
.i-product .hd li{
    display: inline-block;
}
.i-product .hd li:nth-child(1n+7){
	display:none;
}
.i-product .hd li:last-child{
    display: inline-block;
}
.i-product .hd li a{

    display: block;
    width: 174px;
    border: 1px solid #01b1ee;
    margin: 0 8px;
    line-height: 45px;
    font-size: 15px;
    color: #01b1ee;
    padding: 0 10px;
}
.i-product .hd li.on a,
.i-product .hd li a:hover{
    background: #01b1ee;
    color: #fff;
}

.i-product .bd .li1 h2{
    font-size: 30px;
    color: #fff;
    line-height: 1.8;
}
.i-product .bd .li1 h4{
    font-size: 16px;
    color: #fff;
    margin-bottom: 45px;
}
.i-product .bd .li1 span{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    padding-left: 9px;
}
.i-product .bd .li1 i{
    display: block;
    color: #fff;
}

/* honor */
.i-honor{
    height: 600px;
    background: url(../image/honor.jpg) no-repeat center;
    padding-top: 50px;
    overflow: hidden;
}
.i-honor-hd{
    width: 500px;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    color: #005bac;
    margin-bottom: 50px;
}
.i-honor-hd h1{
    font-family: 'arial';
    line-height: 40px;
}
.i-honor-hd p{
    font-size: 22px;
    line-height: 40px;
}
.i-honor-bd li{
    width: 380px !important;
    height: 260px;
    border: 6px solid #01b1ee;
    margin: 0 10px;
}
.i-honor-bd li img{
    width: 368px;
}
.i-honor-bd .hd{
    margin-top: 50px;
}
.i-honor-bd .hd a{
    margin: 0 10px;
}

/* 案例展示 */
.i-case{
    height: 760px;
    padding-top: 45px;
}
.i-box-hd{
    position: relative;
    color: #005bac;
  	margin-bottom: 40px;
}
.i-box-hd p{
    font-size: 22px;
    color: #005bac;
}
.i-box-hd a{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #666;
    font-size: 14px;
    font-weight: 700;
}
.i-case-bd li{
    width: 368px;
    height: 261px;
    margin-right: 48px;
    margin-bottom: 28px;
    border: 5px solid #01b1ee;
}
.i-case-bd li:nth-child(3n){
	margin-right: 0;
}
.i-case-bd li img{
    width: 100%;
}
/* about */
.i-about{
    height: 570px;
    padding-top: 45px;
    background: #efeef1;
}
.i-about-bd {
    width: 1200px;
    height: 350px;
    background: #01b1ee;
    margin-top: 35px;
}
.i-about-bd .item-hd{
    width: 50%;
    padding: 40px 60px 0 30px ;
}
.i-about-bd .item-hd .con{
    height: 210px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}
.i-about-bd .item-hd .con p{
    text-indent: 2em;
}
.i-about-bd .item-hd .link{
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}
.i-about-bd .item-bd{
    width: 50%;
}
.i-about-ft{
    position: relative;
    height: 180px;
}
.i-about-ft .tempWrap{
    position: absolute;
    left: 100px;
    top: -90px !important;
    border: 2px solid #01b1ee !important;
}
.i-about-ft ul{
    position: absolute;
    left: 100px;
    width: 1000px;
    height: 220px;
    padding-top: 22px !important;
    background: #fff;
}
.i-about-ft li{
    width: 220px;
    margin: 0 14px;
}
.i-about-ft li img{
    border: 2px solid #01b1ee;
}
.i-about-ft li p{
    margin-top: 10px;
    color: #005bac;
    font-size: 18px;
}
.i-about-ft>a{
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 40px;
    margin-top: -30px;
}
.i-about-ft .sPrev{
    left: 0;
    background: url(../image/sprev.jpg) no-repeat center;
}
.i-about-ft .sNext{
    right: 0;
    background: url(../image/snext.jpg) no-repeat center;
}


/* news */
.i-news{
    height: 540px;
    padding-top: 50px;
}
.i-news .item-hd{
    height: 50px;
    padding-top: 15px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 39px;
}
.i-news .item-hd h3{
height: 35px;
    display: inline-block;
    font-size: 16px;
    padding-left: 33px;
    font-weight: 600;
    line-height: 20px;
}
.i-news .item-hd a{
    font-size: 14px;
    font-weight: 700;
    color: #212121;
}
.i-news li h3{
    font-size: 16px;
    color: #272727;
}
.i-news li p{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #5d5d5d;
    font-size: 14px;
}
.i-news-hd{
    width: 820px;
}
.i-news-hd .item-hd h3{
    background: url(../image/n1.png) no-repeat left top;
}
.i-news-hd .item-hd h3:hover{
    color: #005bac;
    background: url(../image/n1b.png) no-repeat left top;
    border-bottom: 1px solid #005bac;
}
.i-news-hd li{
    height: 110px;
    margin-bottom: 12px;
    background: #eaeaea;
}
.i-news-hd li img{
    border: 1px solid #005bac;
    margin-right: 40px;
}
.i-news-hd li .con{
    width: 510px;
    padding-top: 10px;
}
.i-news-hd li .con h3{
    line-height: 30px;
}
.i-news-bd {
    width: 334px;
}
.i-news-bd .item-hd h3{
    background: url(../image/n2.png) no-repeat left top;
}
.i-news-bd .item-hd h3:hover{
    color: #005bac;
    background: url(../image/n2b.png) no-repeat left top;
    border-bottom: 1px solid #005bac;
}
.i-news-bd li{
    height: 132px;
    border-bottom: 1px dashed #eaeaea;
    padding-top: 28px;
}
.i-news-bd li h3{
    padding-left: 35px;
    background: url(../image/wen.jpg) no-repeat left center;
    line-height: 20px;
    margin-bottom: 15px;
}
.i-news-bd li p{
    padding-left: 35px;
    background: url(../image/da.jpg) no-repeat left top;
}
.i-news-bd li:first-child{
    height: 104px;
    padding: 0;
}




/* footer */
.footer{
    padding-top: 45px;
    padding-bottom: 30px;
    background: #333;
}
.footer li{
    background: url(../image/linef.png) no-repeat left center;
    min-height: 140px;
}
.footer li:first-child{
    background: none;
}
.footer li>h3{
    font-size: 24px;
    color: #fff;
    font-family: 'arial';
    color: #fff;
}
.footer-hd li{
    width: 400px;
    padding-left: 50px;
}
.footer-hd li img{
    max-height: 120px;
    margin-top: 30px;
    margin-left: 50px;
}
.footer .con *,
.footer dl *{
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}
.footer dl dd{
    display: inline-block;
    padding: 0 30px;
}
.footer-bd{
    margin-top: 20px;
    line-height: 25px;
}
.footer-bd *{
    color: #fff;
}

.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: #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.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: #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;}


.inner-pic-show{
    margin: 80px 0 0 0;
}
.inner-pic-show .tit{
    font-size: 26px;
    color: #305dc3;
    text-align: center;
    line-height:45px;
    font-weight: bold;

}
.inner-pic-show .time{
    font-size: 14px;
    text-align: center;
    color: #888;
    border-bottom: 2px solid #ccc;
    padding:0 0 30px 0;
}
.inner-pic-show .time span{
    margin:0 5px 0 0 ;
}
.inner-pic-show .img{
    text-align: center;
    margin:50px 0 0 0;
}
.inner-pic-show .img img{
    max-width: 100%;
}
.inner-pic-show .con{
    font-size: 13px;
}
.inner-pic-show .con p{
    line-height:24px !important;
    margin:20px 0 0 0!important;
}
.inner-pic-show .con a{
    font-size: 13px !important;
    color: #305dc3!important;
}

.bshare-custom {
    margin:10px 0 0 0;
}
.inner_img-item .con{
    margin:0 0 10px 0;
}
.inner_img-item .con h4{
    padding:15px 0;
    transition: .36s;
    font-size: 14px;
    text-align: center;
}
.inner_img-item:hover .con h4{
    background: #305dc3;
    color: #fff;
    padding:15px;
}