@charset "utf-8";
/* CSS Document */
*{
    box-sizing: border-box;
}
.i-header-hd{
    height: 30px;
    background-color: #1e468e;
    color: #fff;
    line-height: 30px;
}
.i-header-hd h6{
    line-height: 30px;
}
.i-header-bd{
    height: 120px;
}
.i-logo,
.i-logo a{
	height: 120px;
	display: block;
	font-size: 0;
}
.i-logo a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.i-logo img{
	max-height: 100%;
}
.i-call{
    background: url(../image/icall.jpg) no-repeat left center;
    font-size: 16px;
    padding-left: 66px;
    line-height: 1.2;
    background-size: 56px;
    padding-top: 5px;
    margin-top: 26px;
}
.i-call p{
    font-family: "宋体";
    font-size: 36px;
    color: #1e468e;
    font-weight: 600;
}
.navbar{
    height: 60px;
    border-top: 1px solid #dfdfdf;
}
#nav_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li{
    line-height: 59px;
	flex: 1 1 auto;
    text-align: center;
}
.navbar li:hover,
.navbar li.on{
    background-color: #1e468e;
    color: #fff;
}
.navbar li a{
    font-size: 16px;
    display: block;
}

/*=====下拉菜单====*/
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:100%; background-color:#1e468e;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px;padding:0;text-align:center;}
.nav li ul li a{ font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap;}
.nav li ul li a:hover{ color:#fff;background-color:rgba(0,0,0,.1);}
.nav .on ul li a{background-color:#1e468e;color:#fff;}
.nav .on ul li a:hover{background-color:rgba(0,0,0,.1);}

.form_text{
    width: 291px;
    height: 35px;
    background-color:#e6e6e6;
    border: none;
    padding-left: 50px;
    color: #9a9a9a;
    font-weight: normal;
	outline: none;
}
.submit{
    width: 70px;
    height: 35px;
    background: url(../image/search.png) no-repeat center;
    background-color: #1e468e;
    border: none;
    margin-right: 11px;
	outline: none;
}
.i-hotwords{
    line-height: 1.4;
    color: #999;
}
.i-hotwords p{
    font-size: 13px;
    color: #1e468e;
    font-weight: 600;
}
.i-hotwords a{
    color: #999;
}

.i-product{
    height: 610px;
}
.i-product-hd{
    width: 220px;
    border: 1px solid #1e468e;
    position: relative;
    top: -87px;
  	z-index:999;
}
.i-product-hd .item-img{
    height: 129px;
    background:url(../image/product-title.jpg) no-repeat center;
    position: relative;
    color: #fff;
    font-size: 18px;
    padding-top: 87px;
    padding-left: 17px;
}
.i-product-hd .item-text{
    padding: 17px 20px;
    height: 497px;
    overflow: hidden;
}
.i-product-hd .item-text h3{
    background-color: #1e468e;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
    height: 32px;
    width: 180px;
    font-size: 14px;
    overflow: hidden;
    padding: 0 10px;
}
.i-product-hd .item-text h3:hover{
    text-decoration: underline;
}
.i-product-hd .item-text h3 a{
	display: block;
}
.i-product-hd .item-text .item-li{
    width: 180px;
    margin-bottom: 8px;
}
.i-product-hd .item-text .item-li li{
    border: 1px solid #1e468e;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 8px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    color: #353535;
    font-size: 12px;
}
.i-product-hd .item-text .item-li li a{
	display: block;
}
.i-product-hd .item-text .item-li li:first-child{
    margin-top: 8px;
}
.i-product-hd .item-text .item-li li:hover{
	background: #3479f5;
	border-color: #3479f5;
	color: #fff;
}
.i-product-bd{
    width: 950px;
    padding-top: 30px;
}
.i-product-bd .item-text{
    height: 35px;
    margin-bottom: 23px;
}
.i-product-bd .item-img{
    background-color: #e4e9f1;
    border: 1px solid #f9f9f9;
    padding: 15px;
}
.i-product-bd .item-img-hd li{
    width: 350px;
    height: 350px;
    margin-right: 35px;
}
.i-product-bd .item-img-hd li img{
    height: 300px;
    width: 100%;
}
.i-product-bd .item-img-hd li .item-title{
    height: 50px;
    background: url(../image/line.jpg) no-repeat 17px center;
    background-color: #3479f5;
}
.i-product-bd .item-img-hd li .item-title .item-name{
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
    line-height: 1;
    margin-top: 10px;
}
.i-product-bd .item-img-hd li .item-title .item-name p{
	width:200px;
}
.i-product-bd .item-img-hd li .item-title .item-link{
    width: 88px;
    height: 34px;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    color: #3479f5;
    font-size: 14px;
    margin-right: 21px;
    margin-top: 8px;
}
.i-product-bd .item-img-hd li:nth-child(2){
    margin-right: 0;
}
.i-product-bd .item-img-bd{

}
.i-product-bd .item-img-bd li{
    width: 296px;
    margin-right: 14px;
	margin-bottom: 15px;
	position: relative;
}
.i-product-bd .item-img-bd li:nth-child(3n){
    margin-right: 0;
}
.i-product-bd .item-img-bd li:nth-of-type(1n+4){
	margin-bottom: 0;
}
.i-product-bd .item-img-bd li img{
	width: 100%;
}
.i-product-bd .item-img-bd p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background: rgba(0,0,0,.7);
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
	transition: all .3s;
	overflow: hidden;
}
.i-product-bd .item-img-bd li:hover p{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.i-case{
    height: 362px;
    background: url(../image/case.jpg) no-repeat center;
    padding-top: 57px;
}
.i-case-hd{
    margin-bottom:16px;
}
.i-case-bd {
    position: relative;
    height: 195px;
}
.i-case-bd .tempWrap{
    width: 1043px;
    margin: 0 auto;
}
.i-case-bd ul{
    width: 1043px;
    margin:  0 auto;
    height: 195px;
    overflow: hidden;
}
.i-case-bd li{
    width: 240px;
    height: 195px;
    margin-right: 27px;
}
.i-case-bd .prev{
    left: 0;
}
.i-case-bd .prev,
.i-case-bd .next{
    font-size: 60px;
    color:#1e468e;
    text-decoration: none;
    position: absolute;
    top: 13px;
}
.i-case-bd .next{
    right: 0;
}
.i-case-bd li img{
    width: 240px;
    height:161px;
    border: 2px solid #fff;
}
.i-case-bd p{
    font-size:18px;
    color: #272727;
}
.i-worried{
    height: 649px;
    background: url(../image/hezuo_02.jpg) no-repeat center;
}
.i-advantage{
    padding-bottom: 50px;
}
.i-advantage-hd{
    height: 195px;
    margin-bottom: 15px;
    background: url(../image/advantage.png) no-repeat center;
}
.i-advantage-bd li{
    height: 350px;
}
.i-advantage-bd li img{
    width: 600px;
    height: 350px;
}
.i-advantage-bd li .con{
    height: 350px;
    overflow: hidden;
    padding-top: 30px;
    padding-left: 23px;
}
.i-advantage-bd li .con .item-hd{
    background: url(../image/icon1.png) no-repeat left center;
    padding-left: 105px;
}
.i-advantage-bd li:nth-child(2) .item-hd{
    background: url(../image/icon02.png) no-repeat left center;
}
.i-advantage-bd li:nth-child(3) .item-hd{
    background: url(../image/icon3.png) no-repeat left center;
}
.i-advantage-bd li:nth-child(4) .item-hd{
    background: url(../image/icon4.png) no-repeat left center;
}
.i-advantage-bd li .con .item-hd h2{
    font-weight: normal;
    color: #ea0606;
}
.i-advantage-bd li .con .item-hd h2 span{
    font-size: 36px;
    color: #1e468e;
    padding-right: 8px;
}
.i-advantage-bd li .con .item-hd p{
	font-size: 14px;
    color: #999;
    line-height: 1;
    margin-top: 9px;
}
.i-advantage-bd li .con .item-bd{
	margin-top: 29px;
    padding-left: 15px;
    padding-right: 36px;
}
.i-advantage-bd li .con .item-bd p{
	padding-left: 33px;
    background: url(../image/icon.png) no-repeat left 5px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 29px;
    color: #444;
    font-family: arial;
}
.i-about{
    height: 590px;
    background: url(../image/about.jpg) no-repeat center;
    padding-top: 22px;
    padding-left: 56px;
}
.i-about-hd{
    width: 440px;
    height: 420px;
}
.i-about-hd .i-about-call{
    font-size: 16px;
    color: #ea0606;
    background: url(../image/i-about-call.png) no-repeat left center;
    line-height: 1.4;
    padding-left: 88px;
    margin-top: 42px;
    margin-left: 48px;
    padding-top: 5px;
}
.i-about-hd .i-about-call p{
    font-size: 36px;
}
.i-about-bd{
    margin-left: 47px;
    color: #fff;
    width: 620px;
}
.i-about-bd h3{
    font-weight: normal;
    margin-bottom: 23px;
    font-size: 22px;
}
.i-about-bd h3:before{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 10px;
}
.i-about-bd .con{
    font-size: 13px;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
}
.i-about-bd .link{
    display: block;
    width: 115px;
    line-height: 30px;
    border: 1px solid #fff;
    margin-bottom: 24px;
    margin-top: 18px;
    font-size: 12px;
    font-family: arial;
}
.i-about-bd img{
    width: 100%;
    height: 287px;
    border: 2px solid #fff;
    margin-top: 6px;
}
.i-news{
    padding-top: 66px;
    padding-bottom: 40px;
}
.i-news-hd{
    width: 600px;
}
.i-news-bd{
    width: 528px;
}
.i-news .item-hd{
    width: 600px;
    height: 40px;
    background: #274d92;
    line-height: 40px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.i-news .item-hd h2{
    font-weight: normal;
    color: #fff;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
}
.i-news .item-hd h2 a{
	display: block;
}
.i-news .item-hd .right{
    font-size: 12px;
    color: #fff;
}
.i-news .item-hd .right:hover{
	color: #eb0404;
}
.i-news h2:hover {
/*    background: url(../image/blue.png) no-repeat center;
    color: #fff; */
}
.i-news-hd .item-bd img{

    width: 225px;
    height: 150px;
}
.i-news-bd .item-hd{
    width: 528px;
}
.i-news .item-bd{
    margin-bottom: 20px;
}
.i-news-hd .item-bd .item-text{
    width: 365px;
}
.i-news-hd .item-bd .item-text h5{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.i-news-hd .item-bd .item-text:hover h5{
	color: #005EAE;
}
.i-news-hd .item-bd .item-text .con{
overflow: hidden;
    margin-bottom: 20px;
    font-size: 13px;
    color: #888;
    line-height: 24px;
    height: 72px;
    margin-top: 12px;
}
.i-news-hd .item-bd .item-text .link{
    display: block;
    width: 100px;
    line-height: 27px;
    border: 1px solid #a5a1a1;
    background: #a5a1a1;
    color: #fff;
}
.i-news-hd .item-ft li{
    width: 290px;
    height: 37px;
    border-bottom: 1px dashed #e2e2e2;
    background: url(../image/kuai.jpg) no-repeat 5px center;
    margin-right: 20px;
    padding-left: 18px;
    line-height: 37px;
}
.i-news-hd .item-ft li a{

    display: block;
    font-size: 13px;
}
.i-news-hd .item-ft li:nth-child(2n){
    margin-right: 0;
}
.i-news-bd .item-bd li{
    height: 131px;
    margin-bottom: 19px;
    border-bottom: 1px dashed #a2a2a2;
}
.i-news-bd .item-bd li h5{
	background: url(../image/wen.jpg) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.i-news-bd .item-bd li:hover h5{
	color: #274d92;
}
.i-news-bd .item-bd li h6{
    background: url(../image/da.jpg) no-repeat left top;
    padding-left: 30px;
    overflow: hidden;
    font-size: 13px;
    color: #999;
    line-height: 24px;
    height: 72px;
}
.i-area{
    background: #e4e4e4;
}
.footer{
}
.i-footer-hd{
    height: 60px;
    background-color: #274d92;
}
.i-footer-hd ul{
    display: block;
}
.i-footer-hd li{
    display: inline-block;
    line-height: 60px;
    padding: 0 38px;
    color: #fff;
}
.i-footer-hd li a{
    font-size: 18px;
}
.i-footer-bd{
    padding: 20px 0;
}
.i-footer-bd .item-text{
    line-height: 2;
}
.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;
    overflow: hidden;
}
.img-item .img img{
    width:100%;
    height:auto;
  	max-height:162px;
}
.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;
}

.footer{
    line-height:72px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ddd;
    overflow: hidden;
}


@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;}

