/*第一屏*/
.section1{
    position: relative;
}
/*文字*/
.section1 .section1-pc .carousel-indicators {
    bottom: 90px;
}
.section1 .section1-pc .carousel-caption{
    bottom: 50%;
    margin: 0 0 -100px 0;
    padding: 0;
    text-align: left;
}
.section1 .section1-pc .carousel-caption h2{
    color: #9ab6ca;
    font-size: 24px;
    margin: 0 0 20px 0;
}
.section1 .section1-pc .carousel-caption h1{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0 ;
}
.section1 .section1-pc .carousel-caption .bor{
    width: 500px;
    height: 2px ;
    margin: 25px 0 20px 0;
    background-color: #2e5a79;
}
.section1 .section1-pc .carousel-caption .h2{
    color: #fff;
    margin: 0;
    font-size: 24px;
}
/*圆点*/
.section1 .section1-pc .carousel-indicators li {
    width: 40px;
    height: 3px;
    margin:0 2px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*当前*/
.section1 .section1-pc .carousel-indicators .active{
    width: 40px;
    height: 3px;
    margin:0 2px;
    background-color: #bf9e5b;
    border: 1px solid #bf9e5b;
}
/*箭头*/
.section1 .section1-pc  .scroll {
    position:absolute;
    bottom: 10px;
    width: 35px;
    height: 35px;
    left: 50%;
    margin-left: -17px;
    -webkit-animation:4s arrow infinite ease;
    animation:4s arrow infinite ease;
    z-index: 2;
}
@-webkit-keyframes arrow {
    0%,100% {
        bottom:20px;
    }
    50% {
        bottom:35px;
    }
}
@keyframes arrow {
    0%,100% {
        bottom:20px;
    }
    50% {
        bottom:35px;
    }
}


/*第二屏*/
.section2{
    padding: 118px 0 0 0 ;
    background-image: url("../images/pic21.jpg");
    background-size: 100% 100%;
    position: relative;
}
.section2 .section2-pc .tit-t{
    overflow: hidden;
    margin: 40px 0 0 0;
}
.section2 .section2-pc .tit-t .sp-t{
    overflow: hidden;
    font-size: 30px;
    color: #333;
    width: 700px;
    margin: auto;
    font-weight: bold;
}
.section2 .section2-pc .tit-t .sp-t span{
    display: block;
    overflow: hidden;
    width: 210px;
    height: 2px;
    margin: 20px 0;
    background-color: #b6babc;
}
.section2 .section2-pc .tit-t h4{
    font-size: 16px;
    color: #666;
    margin:15px 0 0 0;
}
.section2 .section2-pc .fs-76{
    overflow: hidden;
    width: 1140px;
    margin-left: -570px;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 1;
    font-size: 76px;
    color: #e9ecf1;
    font-weight: bold;
    text-align: center;
}
.section2 .section2-pc .ul-box{
    overflow: hidden;
    margin: 40px 0 0 0;
    position: relative;
    z-index: 3;
}
.section2 .section2-pc .ul-box ul{

}
.section2 .section2-pc .ul-box ul li{
    display: block;
    float: left;
    width: 33.333333%;
    overflow: hidden;
    padding:10px;
}
.section2 .section2-pc .ul-box ul li .li-t{
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 25px;
}
.section2 .section2-pc .ul-box ul li .li-t h1{
    color: #114a74;
    font-size: 72px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    display: none;
}
.section2 .section2-pc .ul-box ul li .li-t h2{
    font-size: 28px;
    color: #333;
    margin: 99px 0 25px 0 ;
}
.section2 .section2-pc .ul-box ul li .li-t h4{
    color: #999;
    margin: 0 0 62px 0;
    line-height: 30px;
	text-indent:2em;
}
.section2 .section2-pc .ul-box ul li .li-t .bor{
    width: 100%;
    height: 2px;
    margin: 25px 0 35px 0;
    background-color: #114a74;
    display: none;
}
.section2 .section2-pc .ul-box ul li .li:hover{
    box-shadow: 0 0 8px 2px #eee;
    background-color: #fafafa;
}
.section2 .section2-pc .ul-box ul li .li:hover h1{
    display: block;
}
.section2 .section2-pc .ul-box ul li .li:hover h2{
    color: #114a74;
    margin: 0 0 25px 0 ;
}
.section2 .section2-pc .ul-box ul li .li:hover h4{
    margin: 0 0 0 0;
}
.section2 .section2-pc .ul-box ul li .li:hover .bor{
    display: block;
}
.section2 .section2-pc .ul-box ul li .li-i{
    margin: 150px 0 0px;
}
.section2 .section2-pc .ul-box ul li .li-i img{
    min-width: 100%;
    height: auto;
}
.section2 .section2-pc .ul-box ul li  .li-it{
    margin-top: -70px;
}

/*第三屏*/
.section3{
    padding: 118px 0 0 0 ;
    background-color: #f1f1f1;
    position: relative;
}
.section3 .section3-pc .tit-t{
    overflow: hidden;
    margin: 40px 0 0 0;
}
.section3 .section3-pc .tit-t .sp-t{
    overflow: hidden;
    font-size: 30px;
    color: #333;
    width: 700px;
    margin: auto;
    font-weight: bold;
}
.section3 .section3-pc .tit-t .sp-t span{
    display: block;
    overflow: hidden;
    width: 210px;
    height: 2px;
    margin: 20px 0;
    background-color: #b6babc;
}
.section3 .section3-pc .tit-t h4{
    font-size: 16px;
    color: #666;
    margin:15px 0 0 0;
}
.section3 .section3-pc .ul-box{
    overflow: hidden;
    margin: 40px 0 0 0;
}
.section3 .section3-pc .ul1{
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.section3 .section3-pc .ul1 li{
    display: inline-block;
    width: 200px;
    height: 45px;
    line-height: 43px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-left: -1px;
}
.section3 .section3-pc .ul1 li a{
    display: block;
    overflow: hidden;
    color: #333;
}
.section3 .section3-pc .ul1 .this a{
    color: #fff;
    background-color: #0f4872;
}
.section3 .section3-pc .ul2{
    overflow: hidden;
    margin: 50px -5px 0;
    position: relative;
    z-index: 3;
}
.section3 .section3-pc .ul2 li{
    display: block;
    width: 100%;
    overflow: hidden;
    display: none;
}
.section3 .section3-pc .ul2 li .li{
    float: left;
    overflow: hidden;
    /*width: 25%;*/
    position: relative;
    cursor: pointer;
    padding: 0;
    height:344px;
}
.section3 .section3-pc .ul2 li .li .li-sp{
    position: relative;
    z-index: 1;
}
.section3 .section3-pc .ul2 li .li .li-sp h2{
    font-size: 28px;
    color: #527dac;
    margin:80px 0 0 0;
}
.section3 .section3-pc .ul2 li .li .li-sp .h2{
    color: #fff;
    margin: 15px 0 0 0;
}
.section3 .section3-pc .ul2 li .li .li-i{
    position: relative;
    z-index: 1;
    width: 80%;
    height: 262px;
    line-height: 262px;
    margin:60px auto 30px;
    text-align: center;
}
.section3 .section3-pc .ul2 li .li .li-i img{
    max-width: 100%;
    max-height: 262px;
}
.section3 .section3-pc .ul2 li .li .list-pa{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 5px;
}
.section3 .section3-pc .ul2 li .li .list-pa img{
    width: 100%;
    height: auto;
}
/*滑动显示*/
.section3 .section3-pc .ul2 li .show-t{
    position: absolute;
    top: -507px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: left;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.section3 .section3-pc .ul2 li .show-t .show-td{
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    padding:  0 40px ;
    background-color: #bf9e5b;
}
.section3 .section3-pc .ul2 li .show-t .show-td h2{
    font-size: 28px;
    margin:80px 0 0 0;
}
.section3 .section3-pc .ul2 li .show-t .show-td .bor{
    width: 50px;
    height: 5px;
    margin: 20px 0 50px 0;
    background-color: rgba(255,255,255,.5);
}
.section3 .section3-pc .ul2 li .show-t .show-td h4{
    line-height: 30px;
    text-align: justify;
}
.section3 .section3-pc .ul2 li .show-t .show-td img{
    position: absolute;
    bottom: 40px;
}
.section3 .section3-pc .ul2 li .li:hover .show-t{
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*第四屏*/
.section4{
    padding: 118px 0 0 0 ;
    position: relative;
}
.section4 .section4-pc .tit-t{
    overflow: hidden;
    margin: 40px 0 0 0;
}
.section4 .section4-pc .tit-t .sp-t{
    overflow: hidden;
    font-size: 30px;
    color: #333;
    width: 700px;
    margin: auto;
    font-weight: bold;
}
.section4 .section4-pc .tit-t .sp-t span{
    display: block;
    overflow: hidden;
    width: 210px;
    height: 2px;
    margin: 20px 0;
    background-color: #b6babc;
}
.section4 .section4-pc .tit-t h4{
    font-size: 16px;
    color: #666;
    margin:15px 0 0 0;
}
.section4 .section4-pc .list-box{
    overflow: hidden;
    margin: 55px 0 0 0;
}
.section4 .section4-pc .list-box .list-l{
    overflow: hidden;
    padding-right: 30px;
}
.section4 .list-box .list-l .list-ls{
    overflow: hidden;
    padding: 60px;
    background-color: #f1f1f1;
}
.section4 .section4-pc .list-box .list-l h2{
    font-size: 28px;
    color: #999;
    margin: 0 0 25px 0;
}
.section4 .section4-pc .list-box .list-l h3{
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section4 .section4-pc .list-box .list-l h4{
    color: #666;
    margin: 0;
    text-align: justify;
    line-height: 30px;
}
.section4 .section4-pc .list-box .list-l .list-i{
    overflow: hidden;
    width: 100%;
    height: 210px;
    margin: 20px 0 0 0;
}
.section4 .section4-pc .list-box .list-l .list-i img{
    max-width: 100%;
    height: auto;
}
.section4 .section4-pc .list-box .list-l a{
    display: block;
    overflow: hidden;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin: 40px 0 0 0;
    background-color: #0f4872;
}
.section4 .section4-pc .list-box .list-r{
    overflow: hidden;
    padding-left: 30px;
}
.section4 .section4-pc .list-box .list-r ul{

}
.section4 .section4-pc .list-box .list-r ul li{
    display: block;
    overflow: hidden;
    padding: 0 5px;
}
.section4 .section4-pc .list-box .list-r ul li a{
    display: block;
    overflow: hidden;
    padding:45px 20px ;
    border-bottom: 1px solid #ddd;
}
.section4 .section4-pc .list-box .list-r ul li h3{
    overflow: hidden;
    margin: 0 0 22px 0;
    color: #333;
}
.section4 .section4-pc .list-box .list-r ul li h3 .sp1{
    font-weight: bold;
    margin-right: 15px;
}
.section4 .section4-pc .list-box .list-r ul li h3 .sp2{
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section4 .section4-pc .list-box .list-r ul li h3 .sp3{
    color: #999;
}
.section4 .section4-pc .list-box .list-r ul li h4{
    overflow: hidden;
    text-align: justify;
    line-height: 30px;
    color: #666;
    margin: 0;
}
.section4 .section4-pc .list-box .list-r ul li h4 .sp1{
    width: 75%;
    overflow: hidden;
    margin-left: 25px;
}
.section4 .section4-pc .list-box .list-r ul li h4 .sp2{
    color: #999;
    margin: 15px 0 0 0;
}
.section4 .section4-pc .list-box .list-r ul li a:hover{
    background-color: #0f4872;
    box-shadow: 0 0 8px 2px #eee;
}
.section4 .section4-pc .list-box .list-r ul li a:hover h3,.section4 .section4-pc .list-box .list-r ul li a:hover h3 .sp3,.section4 .section4-pc .list-box .list-r ul li a:hover h4,.section4 .section4-pc .list-box .list-r ul li a:hover h4 .sp2{
    color: #fff;
}


/*第五屏*/
.section5{
    padding: 118px 0 0 0;
    position: relative;
    background-image: url("../images/pic29.jpg");
    background-size: 100% 100%;
}
.section5 .section5-pc .tit-t{
    overflow: hidden;
    margin: 40px 0 0 0;
}
.section5 .section5-pc .tit-t .sp-t{
    overflow: hidden;
    font-size: 30px;
    color: #fff;
    width: 700px;
    margin: auto;
    font-weight: bold;
}
.section5 .section5-pc .tit-t .sp-t span{
    display: block;
    overflow: hidden;
    width: 210px;
    height: 2px;
    margin: 20px 0;
    background-color: #b6babc;
}
.section5 .section5-pc .tit-t h4{
    font-size: 16px;
    color: #fff;
    margin:15px 0 0 0;
}
.section5 .section5-pc ul{
    overflow: hidden;
    margin: 125px 0 0;
}
.section5 .section5-pc ul li{
    display: block;
    float: left;
    overflow: hidden;
    width: 25%;
    padding: 5px 10px;
    margin-bottom: 40px;
}
.section5 .section5-pc ul li a{
    display: block;
    overflow: hidden;
    box-shadow: -1px 1px 5px #ccc,1px 1px 5px #ccc,1px 1px 1px #ccc;
}
.section5 .section5-pc ul li .li-i{
    overflow: hidden;
    height: 323px;
}
.section5 .section5-pc ul li .li-i img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.section5 .section5-pc ul li:hover .li-i img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.section5 .section5-pc ul li .li-sp{
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
	min-height:146px;
}
.section5 .section5-pc ul li .li-sp h3{
    margin:5px 0 15px 0;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section5 .section5-pc ul li .li-sp h4{
    margin: 0;
    text-align: justify;
    line-height: 30px;
    color: #666;
}
.section5 .section5-pc ul li:hover .li-sp{
    background-color: rgba(23,76,115,1);
    /*23,76,115*/
}
.section5 .section5-pc ul li:hover .li-sp h3{
    color: #fff;
}
.section5 .section5-pc ul li:hover .li-sp h4{
    color: #fff;
}

	.section6 #map{
	width:100%;
	height:600px;
}


/*电脑*/
@media screen and (max-width:1919px) {
    .section3 .section3-pc .ul2 li .li .li-i {
        height: 245px;
        line-height: 245px;
        margin: 20px auto 30px;
    }
    .section3 .section3-pc .ul2 li .li .li-i img{
        max-height: 245px;
    }
    .section5 .section5-pc ul li .li-i{
        height: 273px;
    }
	.section6 #map{
	width:100%;
	height:600px;
}
.section3 .section3-pc .ul2 li .li{
    height:344px;
}

}
@media screen and (max-width:1680px) {
    .section3 .section3-pc .ul2 li .li .li-i {
        height: 234px;
        line-height: 234px;
    }
    .section3 .section3-pc .ul2 li .li .li-i img{
        max-height: 234px;
    }
    .section5 .section5-pc ul li .li-i{
        height: 259px;
    }
	.section3 .section3-pc .ul2 li .li{
    height:301px;
}
}
@media screen and (max-width:1600px) {
    .section2 .section2-pc .ul-box {
        margin: 20px 0 0 0;
    }
    .section2 .section2-pc .ul-box ul li .li-t h1 {
        font-size: 32px;
        margin: 10px 0 0 0;
    }
    .section2 .section2-pc .ul-box ul li .li-t h2 {
        font-size: 24px;
        margin: 45px 0 25px 0;
    }
    .section2 .section2-pc .ul-box ul li .li-t {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .section2 .section2-pc .ul-box ul li .li-i {
        margin: 20px 0 0;
    }
    .section3 .section3-pc .ul2 li .li .li-i {
        height: 180px;
        line-height: 180px;
    }
    .section3 .section3-pc .ul2 li .li .li-i img{
        max-height: 180px;
    }
    .section4 .section4-pc .tit-t{
        display: none;
    }
    .section5 .section5-pc ul li .li-i{
        height: 230px;
    }
	.section6 #map{
	height:500px;
}
	.section3 .section3-pc .ul2 li .li{
    height:287px;
}

}
@media screen and (max-width:1440px) {

    .section3 .section3-pc .ul2 li .li .li-i {
        height: 160px;
        line-height: 160px;
    }
    .section3 .section3-pc .ul2 li .li .li-i img{
        max-height: 160px;
    }
    .section5 .section5-pc ul {
        margin: 20px 0 0;
    }
    .section5 .section5-pc ul li .li-i{
        height: 217px;
    }
		.section6 #map{
	height:500px;
}
	.section3 .section3-pc .ul2 li .li{
    height:258px;
}

}
@media screen and (max-width:1366px) {
    .section2 .section2-pc .tit-t {
        display: none;
    }
    .section4 .section4-pc .list-box {
        margin: 30px 0 0 0;
    }
    .section4 .section4-pc .list-box .list-l .list-ls {
        padding: 20px;
    }
    .section4 .section4-pc .list-box .list-l h3 {
        margin: 0 0 15px 0;
    }
    .section4 .section4-pc .list-box .list-l a{
        margin: 20px 0 0 0;
    }
    .section4 .section4-pc .list-box .list-r ul li a {
        padding: 26px 20px;
    }
	.section6 #map{
		height:380px;
	}
	.footer .foot {
    padding: 50px 0 40px 0;
	}
	.footer .cop {
		height: 65px;
		line-height: 65px;
	}
	
		.section3 .section3-pc .ul2 li .li{
    height:245px;
}
}
@media screen and (max-width:1360px) {
    .section5 .section5-pc .tit-t {
        display: none;
    }
		.section3 .section3-pc .ul2 li .li{
    height:244px;
}
		
}
@media screen and (max-width:1280px) {
    .section2 .section2-pc .ul-box {
        margin: 0 0 0 0;
    }
    .section2 .section2-pc .ul-box ul li .li-t h2 {
        margin: 45px 0 15px 0;
    }
    .section2 .section2-pc .ul-box ul li:hover .li-t h2 {
        margin-bottom:15px ;
    }
    .section2 .section2-pc .ul-box ul li .li-i {
        margin: 0 0 0;
    }
    .section3 .section3-pc .ul2 li .li .li-i {
        height: 140px;
        line-height: 140px;
    }
    .section3 .section3-pc .ul2 li .li .li-i img{
        max-height: 140px;
    }
    .section4 .section4-pc .list-box {
        margin: 5px 0 0 0;
    }
		.section6 #map{
		height:360px;
	}
	.footer .foot {
    padding: 30px 0 20px 0;
	}
	.footer .cop {
		height: 55px;
		line-height: 55px;
	}
			    .section3 .section3-pc .tit-t{
      
    }
		.section3 .section3-pc .ul2 li .li{
    height:230px;
}
}
@media screen and (max-width:1200px) {

}
/*平板*/
/*768--1200*/
@media screen and (max-width:1199px) {
    .section2 .section2-pc .ul-box {
        margin: 10px 0 0 0;
    }
    .section2 .section2-pc .ul-box ul li .li-t h1 {
        font-size: 24px;
    }
    .section2 .section2-pc .ul-box ul li .li-t h2 {
        margin: 36px 0 15px 0;
        font-size: 18px;
    }
    .section2 .section2-pc .ul-box ul li .li-t h4{
        font-size: 14px;
        margin: 0 0 22px 0;
    }
    .section2 .section2-pc .ul-box ul li .li-t .bor {
        margin: 5px 0 15px 0;
    }
    .section2 .section2-pc .ul-box ul li .li-i {
        margin: 30px 0;
    }
    .section3 .section3-pc .ul2 li .li .li-sp h2 {
        font-size: 14px;
        color: #527dac;
        margin: 20px 0 0 0;
    }
    .section3 .section3-pc .ul2 li .li .li-sp .h2{
        margin: 10px 0 0 0;
    }
    .section3 .section3-pc .ul2 li .li .li-i {
        height: 117px;
        line-height: 117px;
        margin: 10px auto 30px;
    }
    .section3 .section3-pc .ul2 li .li .li-i img{
        max-height: 117px;
    }
    .section4 .section4-pc .list-box .list-l{
        display: none;
    }
    .section4 .section4-pc .list-box .list-r ul li a {
        padding: 20px 20px;
    }
    .section4 .section4-pc .list-box .list-r {
        width: 100%;
    }
    .section5 .section5-pc  .tit-t {
        display: block;
    }
    .section5 .section5-pc ul {
        margin: 20px 0 0;
    }
    .section5 .section5-pc ul li .li-i{
        height: 112px;
    }
    .section5 .section5-pc ul li .li-sp h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
    .section5 .section5-pc ul li .li-sp h4 {
        line-height: 20px;
        font-size: 14px;
    }

}
@media screen and (max-width:970px) {
    .section3 .section3-pc .ul2 li .li{
        float: left;
        overflow: hidden;
        /*width: 25%;*/
        position: relative;
        cursor: pointer;
        padding: 0;
        height:220px;
    }
}

/*手机*/
/*第一屏*/
@media screen and (max-width:767px) {
    .section1-tel{
        overflow: hidden;
        padding: 50px 0 0 0 ;
    }
    .section1-tel .swiper-container-horizontal>.swiper-pagination-bullets,.section1-tel .swiper-pagination-custom,.section1-tel .swiper-pagination-fraction {
        bottom: 15px;
        left: 0;
        width: 100%;
    }
    .section1-tel .swiper-container {
        height: 100%;
    }
    .section1-tel .swiper-slide{
        height: 100%;
    }
    .section1-tel .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .section1-tel .swiper-pagination-bullet {
        display: inline-block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        opacity: 1;
        width: 40px;
        height: 3px;
        margin:0 2px;
        border: 1px solid #fff;
        background-color: #fff;
    }
    .section1-tel .swiper-pagination-bullet-active {
        opacity: 1;
        margin:0 2px;
        background-color: #bf9e5b;
        border: 1px solid #bf9e5b;
    }
    .section2{
        padding: 0;
    }
    .section2-tel{
        overflow: hidden;
        padding-bottom: 15px;
    }
    .section2-tel .tit-t{
        overflow: hidden;
        margin: 30px 0 0 0;
        display: block;
    }
    .section2-tel .tit-t .sp-t{
        overflow: hidden;
        font-size: 18px;
        color: #333;
        width: 290px;
        margin: auto;
        font-weight: bold;
    }
    .section2-tel .tit-t .sp-t span{
        display: block;
        overflow: hidden;
        width: 60px;
        height: 2px;
        margin: 11px 0;
        background-color: #b6babc;
    }
    .section2-tel .tit-t h4{
        font-size: 16px;
        color: #666;
        margin:10px 0 0 0;
    }
    .section2-tel .show-t{
        overflow: hidden;
        margin: 30px 0 0 0;
    }
    .section2-tel .show-t .sp-i{
        overflow: hidden;
    }
    .section2-tel .show-t .sp-i img{
        width: 50%;
        height: auto;
    }
    .section2-tel .show-t ul{

    }
    .section2-tel .show-t ul li{
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .section2-tel .show-t ul li h4{
        margin: 0 0 10px 0;
        color: #114a74;
        font-size: 16px;
    }
    .section2-tel .show-t ul li h4 .sp2{
        margin: 0;
    }
    .section2-tel .show-t ul li h5{
        margin: 0;
        color: #666;
        line-height: 20px;
        text-align: justify;
    }
    .section3{
        padding: 0;
    }
    .section3-tel{
        overflow: hidden;
    padding-bottom: 15px;
    }
    .section3-tel .tit-t{
        overflow: hidden;
        margin: 30px 0 0 0;
        display: block;
    }
    .section3-tel .tit-t .sp-t{
        overflow: hidden;
        font-size: 18px;
        color: #333;
        width: 290px;
        margin: auto;
        font-weight: bold;
    }
    .section3-tel .tit-t .sp-t span{
        display: block;
        overflow: hidden;
        width: 60px;
        height: 2px;
        margin: 11px 0;
        background-color: #b6babc;
    }
    .section3-tel .tit-t h4{
        font-size: 16px;
        color: #666;
        margin:10px 0 0 0;
    }
    .section3-tel .show-t{
        overflow: hidden;
        margin: 30px 0 0 0;
    }
    .section3-tel .show-t ul{
        margin: 0 -7px;
    }
    .section3-tel .show-t ul li{
        display: block;
        float: left;
        width: 50%;
        overflow: hidden;
        padding: 0 7px;
        margin-bottom: 15px;
    }
    .section3-tel .show-t ul li .li-i{
        overflow: hidden;
		height:130px;
    }
    .section3-tel .show-t ul li .li-i img{
        width: 100%;
        height: auto;
    }
    .section3-tel .show-t ul li .li-sp{
        overflow: hidden;
        color: #333;
      white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
	margin:8px 0 0 0;
    }

    .section4{
        padding: 0;
    }
    .section4-tel{
        overflow: hidden;
        padding-bottom: 15px;
    }
    .section4-tel .tit-t{
        overflow: hidden;
        margin: 30px 0 0 0;
        display: block;
    }
    .section4-tel .tit-t .sp-t{
        overflow: hidden;
        font-size: 18px;
        color: #333;
        width: 290px;
        margin: auto;
        font-weight: bold;
    }
    .section4-tel .tit-t .sp-t span{
        display: block;
        overflow: hidden;
        width: 60px;
        height: 2px;
        margin: 11px 0;
        background-color: #b6babc;
    }
    .section4-tel .tit-t h4{
        font-size: 16px;
        color: #666;
        margin:10px 0 0 0;
    }
    .section4-tel .show-t{
        overflow: hidden;
        margin: 30px 0 0 0;
    }
    .section4-tel .show-t ul{

    }
    .section4-tel .show-t ul li{
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddddd;
    }
    .section4-tel .show-t ul li h4{
        overflow: hidden;
        margin: 0 0 10px 0;
        color: #333;
        font-size: 16px;
    }
    .section4-tel .show-t ul li h4 .sp1{
        font-weight: bold;
        margin-right: 10px;
    }
    .section4-tel .show-t ul li h4 .sp2{
        width: 75%;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .section4-tel .show-t ul li h4 .sp3{
        color: #999;
    }
    .section4-tel .show-t ul li h5{
        overflow: hidden;
        text-align: justify;
        line-height: 20px;
        color: #666;
        margin: 0;
    }
    .section4-tel .show-t ul li h5 .sp1{
        width: 75%;
        overflow: hidden;
        margin-left: 20px;
    }
    .section4-tel .show-t ul li h5 .sp2{
        color: #999;
        margin: 15px 0 0 0;
    }

    .section5{
        padding: 0;
        background-image: none;
        background-color: #f1f1f1;
    }
    .section5-tel{
        overflow: hidden;
        padding-bottom: 15px;
    }
    .section5-tel .tit-t{
        overflow: hidden;
        margin: 30px 0 0 0;
        display: block;
    }
    .section5-tel .tit-t .sp-t{
        overflow: hidden;
        font-size: 18px;
        color: #333;
        width: 290px;
        margin: auto;
        font-weight: bold;
    }
    .section5-tel .tit-t .sp-t span{
        display: block;
        overflow: hidden;
        width: 60px;
        height: 2px;
        margin: 11px 0;
        background-color: #b6babc;
    }
    .section5-tel .tit-t h4{
        font-size: 16px;
        color: #666;
        margin:10px 0 0 0;
    }
    .section5-tel .show-t{
        overflow: hidden;
        margin: 30px 0 0 0;
    }
    .section5-tel .show-t ul{
        margin: 0 -7px;
    }
    .section5-tel .show-t ul li{
        display: block;
        float: left;
        width: 50%;
        overflow: hidden;
        padding: 0 7px;
        margin-bottom: 15px;
    }
    .section5-tel .show-t ul li .li-i{
        overflow: hidden;
    }
    .section5-tel .show-t ul li .li-i img{
        width: 100%;
        height: auto;
    }
    .section5-tel .show-t ul li .li-sp{
        overflow: hidden;
        color: #333;
        margin: 10px 0 0 0;
        text-align: justify;
    }
}


/*手机*/
/*320--414*/
@media screen and (max-width:414px) {
    .section3-tel .show-t ul li .li-i{
        height: 130px;

    }
    .section3-tel .show-t ul li .li-i img{
       
    }
    .section5-tel .show-t ul li .li-i{
        height: 131px;
    }

}
@media screen and (max-width:375px) {
    .section3-tel .show-t ul li .li-i{
        height: 116px;
 
    }
    .section3-tel .show-t ul li .li-i img{

    }
    .section5-tel .show-t ul li .li-i{
        height: 117px;
    }
}
@media screen and (max-width:360px) {
    .section3-tel .show-t ul li .li-i{
        height: 111px;

    }
    .section3-tel .show-t ul li .li-i img{
    
    }
    .section5-tel .show-t ul li .li-i{
        height: 111px;
    }

}
@media screen and (max-width:320px) {
    .section3-tel .show-t ul li .li-i{

    height: 97px;
    }
    .section3-tel .show-t ul li .li-i img{

    }
    .section3-tel .show-t ul li .li-sp{
        font-size: 12px;
    }
    .section5-tel .show-t ul li .li-sp {
        font-size: 11px;
    }
    .section5-tel .show-t ul li .li-i{
        height: 97px;
    }
}



































/*案例*/
.case-box{
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 0 ;
}
.case-box ul{

}
.case-box ul li{
    display: block;
    float: left;
    overflow: hidden;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.case-box ul li .li-i{
    overflow: hidden;
    height: 310px;
}
.case-box ul li .li-i img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.case-box ul li:hover .li-i img{
    -webkit-transform: scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.case-box ul li .li-sp{
    overflow: hidden;
    padding: 20px;
    background-color: #f4f4f4;
}
.case-box ul li .li-sp h3{
    margin:5px 0 15px 0;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.case-box ul li .li-sp h4{
    margin: 0;
    text-align: justify;
    line-height: 30px;
    color: #666;
}
.case-box ul li:hover .li-sp{
    background-color: rgba(23,76,115,1);
    /*23,76,115*/
}
.case-box ul li:hover .li-sp h3{
    color: #fff;
}
.case-box ul li:hover .li-sp h4{
    color: #fff;
}
/*电脑*/
@media screen and (max-width:1919px) {
    .case-box ul li .li-i{
        height: 267px;
    }
}
@media screen and (max-width:1680px) {
    .case-box ul li .li-i{
        height: 253px;
    }
}
@media screen and (max-width:1600px) {
    .case-box ul li .li-i{
        height: 224px;
    }
}
@media screen and (max-width:1440px) {
    .case-box ul li .li-i{
        height: 211px;
    }
}
@media screen and (max-width:1366px) {
    .case-box ul li .li-i{
        height: 210px;
    }
}
@media screen and (max-width:1360px) {
    .case-box ul li .li-i{
        height: 196px;
    }
}
@media screen and (max-width:1280px) {
    .case-box ul li .li-i{
        height: 182px;
    }
}
@media screen and (max-width:1200px) {
    .case-box ul li .li-i{
        height: 182px;
    }
}
/*平板*/
/*768--1200*/
@media screen and (max-width:1199px) {
    .case-box ul li{
        width: 33.3333333%;
    }
    .case-box ul li .li-sp h3 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .case-box ul li .li-sp h4 {
        line-height: 20px;
        font-size: 14px;
    }
    .case-box ul li .li-i{
        height: 149px;
    }
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .case-box ul{
        padding: 0 7px;
    }
    .case-box ul li{
        width: 50%;
        padding: 0 7px;
        margin-bottom: 15px;
    }
    .case-box ul li .li-i{
        height: 129px;
    }
    .case-box ul li .li-sp{
        padding: 10px;
    }
    .case-box ul li .li-sp h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:414px) {
    .case-box {
        padding: 30px 0 0 0;
    }
    .case-box ul li .li-i{
        height: 132px;
    }
}
@media screen and (max-width:375px) {
    .case-box ul li .li-i{
        height: 118px;
    }
}
@media screen and (max-width:360px) {
    .case-box ul li .li-i{
        height: 113px;
    }
}
@media screen and (max-width:320px) {
    .case-box ul li .li-i{
        height: 99px;
    }
}
/*详情*/
.case-show{
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 0 ;
}
.case-show .tit-t{
    overflow: hidden;
    margin: 0 0 40px 0 ;
}
.case-show .tit-t h2{
    font-size: 28px;
    color: #333;
    margin: 0;
}
.case-show .tit-t h4{
    font-size: 16px;
    color: #999;
    margin:15px 0 0 0;
}
.case-show .tit-t h4 span{
    margin: 0 10px;
}
.case-show .show-t{
    overflow: hidden;
}
.case-show .show-t img{
    max-width: 80%!important;
    height: auto;
}
.case-show .show-t .sp-t{
    overflow: hidden;
    margin: 40px 0 0 0;
}
.case-show .show-t p{
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .case-show .tit-t{
        margin: 0 0 20px 0;
    }
    .case-show .tit-t h2{
        font-size: 18px;
    }
    .case-show .tit-t h4{
        font-size: 13px;
        line-height: 20px;
        margin:10px 0 0 0;
    }
    .case-show .show-t .sp-t {
        margin: 20px 0 0 0;
    }
    .case-show .show-t p {
        line-height: 25px;
        font-size: 14px;
    }
}
@media screen and (max-width:414px) {
    .case-show {
        padding: 30px 0 0 0;
    }
}


/*产品*/
.product-box{
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 0 ;
}
.product-box ul{

}
.product-box ul li{
    display: block;
    float: left;
    overflow: hidden;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.product-box ul li .li-i{
    overflow: hidden;
    height: 310px;
}
.product-box ul li .li-i img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.product-box ul li:hover .li-i img{
    -webkit-transform: scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.product-box ul li .li-sp{
    overflow: hidden;
    padding: 20px;
    background-color: #f4f4f4;
}
.product-box ul li .li-sp h3{
    margin:5px 0 15px 0;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.product-box ul li .li-sp h4{
    margin: 0;
    line-height: 30px;
    color: #666;
}
.product-box ul li:hover .li-sp{
    /*background-color: rgba(23,76,115,1);*/
    /*174C73*/
}
.product-box ul li:hover .li-sp h3{
    color: #174C73;
}
.product-box ul li:hover .li-sp h4{
    color: #174C73;
}
/*电脑*/
@media screen and (max-width:1919px) {
    .product-box ul li .li-i{
        height: 267px;
    }
}
@media screen and (max-width:1680px) {
    .product-box ul li .li-i{
        height: 253px;
    }
}
@media screen and (max-width:1600px) {
    .product-box ul li .li-i{
        height: 224px;
    }
}
@media screen and (max-width:1440px) {
    .product-box ul li .li-i{
        height: 211px;
    }
}
@media screen and (max-width:1366px) {
    .product-box ul li .li-i{
        height: 210px;
    }
}
@media screen and (max-width:1360px) {
    .product-box ul li .li-i{
        height: 196px;
    }
}
@media screen and (max-width:1280px) {
    .product-box ul li .li-i{
        height: 182px;
    }
}
@media screen and (max-width:1200px) {
    .product-box ul li .li-i{
        height: 182px;
    }
}
/*平板*/
/*768--1200*/
@media screen and (max-width:1199px) {
    .product-box ul li{
        width: 33.3333333%;
    }
    .product-box ul li .li-sp h3 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .product-box ul li .li-sp h4 {
        line-height: 20px;
        font-size: 14px;
    }
    .product-box ul li .li-i{
        height: 149px;
    }
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .product-box ul{
        padding: 0 7px;
    }
    .product-box ul li{
        width: 50%;
        padding: 0 7px;
        margin-bottom: 15px;
    }
    .product-box ul li .li-i{
        height: 129px;
    }
    .product-box ul li .li-sp{
        padding: 10px;
    }
    .product-box ul li .li-sp h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:414px) {
    .product-box {
        padding: 30px 0 0 0;
    }
    .product-box ul li .li-i{
        height: 132px;
    }
}
@media screen and (max-width:375px) {
    .product-box ul li .li-i{
        height: 118px;
    }
}
@media screen and (max-width:360px) {
    .product-box ul li .li-i{
        height: 113px;
    }
}
@media screen and (max-width:320px) {
    .product-box ul li .li-i{
        height: 99px;
    }
}
/*详情*/
.product-show{
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 0 ;
}
.product-show .tit-t{
    overflow: hidden;
    margin: 0 0 40px 0 ;
}
.product-show .tit-t h2{
    font-size: 28px;
    color: #333;
    margin: 0;
}
.product-show .tit-t h4{
    font-size: 16px;
    color: #999;
    margin:15px 0 0 0;
}
.product-show .tit-t h4 span{
    margin: 0 10px;
}
.product-show .show-t{
    overflow: hidden;
}
.product-show .show-t img{
    max-width: 80%!important;
    height: auto;
}
.product-show .show-t .sp-t{
    overflow: hidden;
    margin: 40px 0 0 0;
}
.product-show .show-t p{
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .product-show .tit-t{
        margin: 0 0 20px 0;
    }
    .product-show .tit-t h2{
        font-size: 18px;
    }
    .product-show .tit-t h4{
        font-size: 13px;
        line-height: 20px;
        margin:10px 0 0 0;
    }
    .product-show .show-t .sp-t {
        margin: 20px 0 0 0;
    }
    .product-show .show-t p {
        line-height: 25px;
        font-size: 14px;
    }
}
@media screen and (max-width:414px) {
    .product-show {
        padding: 30px 0 0 0;
    }
}



/*新闻*/
.news-box{
    overflow: hidden;
    position: relative;
    padding: 10px 0 0 0 ;
}
.news-box ul{

}
.news-box ul li{
    display: block;
    float: left;
    overflow: hidden;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.news-box ul li a{
    display: block;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #ddd;
}
.news-box ul li .li-i{
    overflow: hidden;
    height: 209px;
}
.news-box ul li .li-i img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.news-box ul li:hover .li-i img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.news-box ul li .li-sp{
    overflow: hidden;
    padding: 20px 0 0 0;
}
.news-box ul li .li-sp h3{
    margin:5px 0 15px 0;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.news-box ul li .li-sp h4{
    margin: 0;
    line-height: 30px;
    color: #666;
}
.news-box ul li .li-sp h5{
    margin: 25px 0 0 0;
    padding: 20px 0 12px 0;
    color: #999;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
}
.news-box ul li .li-sp h5 .sp1{

}
.news-box ul li .li-sp h5 .sp2{

}
/*电脑*/
@media screen and (max-width:1919px) {
    .news-box ul li .li-i{
        height: 179px;
    }
}
@media screen and (max-width:1680px) {
    .news-box ul li .li-i{
        height: 169px;
    }
}
@media screen and (max-width:1600px) {
    .news-box ul li .li-i{
        height: 149px;
    }
}
@media screen and (max-width:1440px) {
    .news-box ul li .  li-i{
        height: 140px;
    }
}
@media screen and (max-width:1366px) {
    .news-box ul li .li-i{
        height: 139px;
    }
}
@media screen and (max-width:1360px) {
    .news-box ul li .li-i{
        height: 129px;
    }
}
@media screen and (max-width:1280px) {
    .news-box ul li .li-i{
        height: 119px;
    }
}
@media screen and (max-width:1200px) {
    .news-box ul li .li-i{
        height: 119px;
    }
}
/*平板*/
/*768--1200*/
@media screen and (max-width:1199px) {
    .news-box ul li{
        width: 33.3333333%;
    }
    .news-box ul li .li-sp h3 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .news-box ul li .li-sp h4 {
        line-height: 20px;
        font-size: 14px;
    }
    .news-box ul li .li-i{
        height: 96px;
    }
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .news-box{
        padding: 50px 0 0 0 ;
    }
    .news-box ul{
        padding: 0 7px;
    }
    .news-box ul li{
        width: 50%;
        padding: 0 7px;
        margin-bottom: 15px;
    }
    .news-box ul li .li-i{
        height: 81px;
    }
    .news-box ul li .li-sp{
        padding: 10px;
    }
    .news-box ul li .li-sp h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:414px) {
    .news-box {
        padding: 30px 0 0 0;
    }
    .news-box ul li .li-i{
        height: 84px;
    }
    .news-box ul li .li-sp h4{
        margin: 0;
        line-height: 20px;
        color: #666;
    }
    .news-box ul li .li-sp h5{
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
        line-height: 20px;
    }
}
@media screen and (max-width:375px) {
    .news-box ul li .li-i{
        height: 74px;
    }
}
@media screen and (max-width:360px) {
    .news-box ul li .li-i{
        height: 70px;
    }
}
@media screen and (max-width:320px) {
    .news-box ul li .li-i{
        height: 60px;
    }
}
/*详情*/
.news-show{
    overflow: hidden;
    position: relative;
    padding: 10px 0 0 0 ;
}
.news-show .tit-t{
    overflow: hidden;
    margin: 0 0 40px 0 ;
}
.news-show .tit-t h2{
    font-size: 28px;
    color: #333;
    margin: 0;
}
.news-show .tit-t h4{
    font-size: 16px;
    color: #999;
    margin:15px 0 0 0;
}
.news-show .tit-t h4 span{
    margin: 0 10px;
}
.news-show .show-t{
    overflow: hidden;
}
.news-show .show-t img{
    max-width: 80%!important;
    height: auto;
}
.news-show .show-t .sp-t{
    overflow: hidden;
    margin: 0 0 40px 0;
}
.news-show .show-t p{
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .news-show{
        padding: 50px 0 0 0 ;
    }
    .news-show .tit-t{
        margin: 0 0 20px 0;
    }
    .news-show .tit-t h2{
        font-size: 18px;
    }
    .news-show .tit-t h4{
        font-size: 13px;
        line-height: 20px;
        margin:10px 0 0 0;
    }
    .news-show .show-t .sp-t {
        margin: 20px 0 0 0;
    }
    .news-show .show-t p {
        line-height: 25px;
        font-size: 14px;
    }
}
@media screen and (max-width:414px) {
    .news-show {
        padding: 30px 0 0 0;
    }
}


/*服务*/
.service-box{
    overflow: hidden;
    padding: 90px  0 100px 0 ;
}
.service-box .tit-t{
    overflow: hidden;
    margin-bottom: 25px;
}
.service-box .tit-t h2{
    color: #134e79;
    margin: 0;
}
.service-box .tit-t h4{
    color: #999;
    margin: 15px 0 0 0;
}
.service-box .list-box{
    overflow: hidden;
}
.service-box .list-box .list-l{
    overflow: hidden;
    width: 50%;
    color: #fff;
    min-height: 365px;
    padding: 40px 50px 25px 45px ;
    background-color: #007cba;
}
.service-box .list-box .list-l h3{
    margin: 30px 0 0 0;
}
.service-box .list-box .list-l .ov-h{
    overflow: hidden;
    margin: 20px 0 0 0;
}
.service-box .list-box .list-l .bor{
    float: right;
    width: 60px;
    height: 2px;
    background-color: #fff;
}
.service-box .list-box .list-l h4{
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
	text-indent:2em;
}
.service-box .list-box .list-r{
    color: #333;
    background-color: #eee;
}
.service-box .list-box .list-r .bor{
    float: left;
    background-color: #d0d0d0;
}
.service-box .list-box .list-r h4{
    color: #666;
}
.service-box2{
    overflow: hidden;
    padding: 96px 0 130px 0;
    color: #fff;
    background-image: url("../images/pic9.jpg");
    background-attachment: fixed;
    background-position: 50% 0%;
    position: relative;
    background-size: cover;
}
.service-box2 .show-t{
    overflow: hidden;
    padding-left: 50px;
}
.service-box2 .show-t .sp-t{
    overflow: hidden;
    color: #eaeaea;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
}
.service-box2 .show-t .sp-d{
    overflow: hidden;
    font-size: 40px;
}
.service-box2 .show-t .ov-h{
    overflow: hidden;
    margin: 20px 0 0 0;
}
.service-box2 .show-t .bor{
    float: left;
    width: 60px;
    height: 2px;
    background-color: #fff;
}
.service-box2 .show-t h4{
    width: 60%;
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
	text-indent:2em;
    margin: 20px 0 0 0;
}
.service-box3{
    overflow: hidden;
    padding: 90px  0 20px 0 ;
}
.service-box3 .show-t{
    overflow: hidden;
}
.service-box3 .show-t .list-l{
    overflow: hidden;
    width: 25%;
}
.service-box3 .show-t .list-l img{
    width: 100%;
    height: auto;
}
.service-box3 .show-t .list-r{
    width: 75%;
    overflow: hidden;
}
.service-box3 .show-t .list-r .sp-t{
    color: #eaeaea;
    font-size: 60px;
    font-weight: bold;
    margin: 40px 0 15px 0;
    padding-left: 50px;
}
.service-box3 .show-t .list-r .sp-d{
    overflow: hidden;
    background-color: #eee;
    padding:60px 50px 69px;
    margin: 0;
}
.service-box3 .show-t .list-r h1{
    color: #26597e;
    margin: 0;
}
.service-box3 .show-t .ov-h{
    overflow: hidden;
    margin: 20px 0 0 0;
}
.service-box3 .show-t .bor{
    float: left;
    width: 60px;
    height: 2px;
    background-color: #26597e;
}
.service-box3 .show-t h4{
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    margin: 20px 0 0 0;
}
/*平板*/
/*768--1200*/
@media screen and (max-width:1199px) {
    .service-box .list-box .list-l {
        min-height: 394px;
    }
    .service-box3 .show-t .list-r{
        width:100%;
        overflow: hidden;
    }
    .service-box3 .show-t .list-r .sp-t {
        font-size: 56px;
        text-align: center;
        margin: 0 ;
        padding-left: 0;
    }
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .service-box .list-box .list-l,.service-box .list-box .list-r{
        width: 100%;
        min-height: 100%;
    }
    .service-box2 .show-t {
        padding-left: 15px;
    }
    .service-box2 .show-t h4 {
        width: 100%;
    }
    .service-box3 .show-t .list-r .sp-d {
        padding: 60px 20px 69px;
    }
}
@media screen and (max-width:414px) {
    .service-box {
        padding: 30px 0 30px 0;
    }
    .service-box .tit-t h2 {
        font-size: 18px;
    }
    .service-box .tit-t h4 {
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .service-box .list-box .list-l {
        overflow: hidden;
        padding: 30px 15px 15px 15px;
    }
    .service-box .list-box .list-l h3 {
        margin: 20px 0 0 0;
        font-size: 16px;
    }
    .service-box .list-box .list-l h4 {
        font-size: 14px;
        line-height: 25px;
    }
    .service-box2 {
        padding: 30px 0 30px 0;
    }
    .service-box2 .show-t .sp-t {
        font-size: 30px;
    }
    .service-box2 .show-t .sp-d {
        font-size: 24px;
    }
    .service-box2 .show-t h4 {
        font-size: 14px;
        line-height: 25px;
    }
    .service-box3 {
        padding: 30px 0 0 0;
    }
    .service-box3 .show-t .list-r .sp-t {
        font-size: 24px;
        text-align: center;
        margin: 0 0 10px 0;
        padding-left: 0;
    }
    .service-box3 .show-t .list-r .sp-d {
        padding: 20px 20px 30px;
    }
    .service-box3 .show-t .list-r h1 {
        font-size: 24px;
    }
    .service-box3 .show-t h4 {
        font-size: 14px;
        line-height: 25px;
    }
}


/*联系*/
.contact-box{
    overflow: hidden;
    padding: 90px 0 100px 0;
}
.contact-box .list-l{
    overflow: hidden;
    padding-right: 30px;
}
.contact-box .list-l img{
    width: 100%;
    height: auto;
}
.contact-box .list-r{
    overflow: hidden;
    padding-left: 50px;
}
.contact-box .list-r .sp-t{
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.contact-box .list-r .sp-t h2{
    font-size: 28px;
    color: #184d73;
    margin: 0 0 10px 0;
}
.contact-box .list-r .sp-t h4{
    font-size: 16px;
    margin: 0;
    color: #666;
}
.contact-box .list-r .sp-d{
    overflow: hidden;
}
.contact-box .list-r .sp-d h4{
    font-size: 16px;
    color: #333;
    margin: 15px 0 0 0;
}
.contact-box .list-r .sp-i{
    overflow: hidden;
    margin: 30px 0 0 0;
}
.contact-box .list-r .sp-i img{
    height: 100px;
}
.contact-box .list-r .sp-i .sp-it{
    padding-top: 18px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
}
.contact-map{
    overflow: hidden;
    position: relative;
}
.contact-map img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:414px) {
    .contact-box {
        padding: 30px 0;
    }
    .contact-box .list-r {
        padding-left:15px;
    }
    .contact-box .list-r .sp-t h2 {
        font-size: 24px;
    }
    .contact-box .list-r .sp-d h4 {
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .contact-box .list-r .sp-i {
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width:360px) {
    .contact-box {
        padding: 30px 0;
    }
    .contact-box .list-r {
        padding-left:15px;
    }
    .contact-box .list-r .sp-t h2 {
        font-size: 20px;
    }
    .contact-box .list-r .sp-t h4 {
        font-size: 14px;
    }
    .contact-box .list-r .sp-d h4 {
        font-size: 13px;
        margin: 10px 0 0 0;
    }
    .contact-box .list-r .sp-i {
        margin: 20px 0 0 0;
    }
    .contact-box .list-r .sp-i .sp-it {
        padding-top: 25px;
        font-size: 14px;
        line-height: 25px;
    }
}
@media screen and (max-width:320px) {
    .contact-box {
        padding: 30px 0;
    }
    .contact-box .list-r {
        padding-left:15px;
    }
    .contact-box .list-r .sp-t h2 {
        font-size: 18px;
    }
    .contact-box .list-r .sp-t h4 {
        font-size: 13px;
    }
    .contact-box .list-r .sp-d h4 {
        font-size: 12px;
        margin: 10px 0 0 0;
    }
}


/*下载中心*/
.download-box{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: -70px 0 40px 0;
}
.download-box .tit-t {
    overflow: hidden;
    height: 110px;
    padding: 35px 25px 0;
    background-color: #fff;
    -webkit-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.download-box .tit-t h2{
    margin: 0;
}
.download-box .tit-t select{
    height: 45px;
    line-height: 43px;
    padding: 0 50px 0 10px;
    font-size: 18px;
    border: 1px solid #dcdcdc;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:transparent;
    cursor: pointer;
    background: url("../images/icon6.png") right 10px center no-repeat;
}
select::-ms-expand { display: none; }
.download-box .tit-t input{
    width: 120px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    background-color: #1a5077;
    border: none;
}
.download-box .list-box{
    margin: 10px 0 0 0;
    overflow: hidden;
    color: #666;
}
.download-box .list-box .list-t{
    overflow: hidden;
    height: 60px;
    line-height: 59px;
    font-size: 18px;
    border: 1px solid #ddd;
    background-color: #fafafa;
}
.download-box .list-box .list{
    overflow: hidden;
    height: 50px;
    line-height: 49px;
    font-size: 16px;
    border: 1px solid #ddd;
    margin-top: -1px;
}
.download-box .list-box .list .list-s{
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 15px
}
.download-box .list-box .list:hover .list-s{
    color: #0f4973;
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .download-box {
        margin: 0 0 15px 0;
    }
    .download-box .tit-t {
        height: auto;
        padding: 30px 25px 0;
    }
    .download-box .tit-t h2 {
        margin: 0 0 20px 0;
        font-size: 24px;
    }
    .download-box .tit-t select{
        height: 35px;
        line-height: 33px;
        padding: 0 50px 0 10px;
        font-size: 14px;
    }
    .download-box .tit-t input{
        height: 35px;
        font-size: 16px;
        margin: 15px 0 10px 0;
    }
    .download-box .list-box .list-t{
        font-size: 16px;
    }
    .download-box .list-box .list{
        font-size: 14px;
    }
    .download-box .list-box .list-t div,.download-box .list-box .list div{
        padding: 0;
    }
}
@media screen and (max-width:320px) {
    .download-box .tit-t h2 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .download-box .tit-t select{
        padding: 0 35px 0 10px;
    }
    .download-box .tit-t input{
        margin: 15px 0 10px 0;
    }
    .download-box .list-box .list-t{
        font-size: 14px;
    }
    .download-box .list-box .list{
        font-size: 13px;
    }
    .download-box .list-box .list-t div,.download-box .list-box .list div{
        padding: 0;
    }
}


/*关于*/
.about-box{
    overflow: hidden;
    padding: 60px 0 100px 0;
}
.about-box .tit-t{
    overflow: hidden;
}
.about-box .tit-t .sp-t{
    font-size: 80px;
    color: #f2f2f2;
    font-weight: bold;
}
.about-box .tit-t h2{
    font-size: 28px;
    color: #0f4872;
    margin: 10px 0 0 0;
}
.about-box .show-t{
    overflow: hidden;
}
.about-box .show-t .list-h4{
    padding: 30px 0 0 0;
}
.about-box .show-t h4{
    color: #333;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}
.about-box .show-t .list-i{
    overflow: hidden;
    padding: 30px 0 0 0;
}
.about-box .show-t .list-i ul{

}
.about-box .show-t .list-i ul li{
    display: block;
    overflow: hidden;
    width: 25%;
    height: 190px;
    float: left;
}
.about-box .show-t .list-i ul li img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.about-box .show-t .list-i ul li:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.about-box2{
    overflow: hidden;
    padding: 60px 0 100px 0;
    background-color: #f1f1f1;
}
.about-box2 .list-l{
    overflow: hidden;
    padding-top: 50px;
}
.about-box2 .list-l img{
    width: 90%;
    height: auto;
}
.about-box2 .list-r{
    overflow: hidden;
}
.about-box2 .list-r .sp-t{
    font-size: 80px;
    color: #eaeaea;
    font-weight: bold;
}
.about-box2 .list-r h2{
    font-size: 28px;
    color: #0f4872;
    margin: 10px 0 20px 0;
}
.about-box2 .list-r h4{
    color: #333;
    text-align: justify;
    line-height: 20px;
    font-size: 16px;
}
.about-box2 .list-r .h4{
    line-height: 30px;
    margin: 10px 0 30px 0;
}
.about-box2 .list-r h4 span{
    color: #0f4872;
}
.about-box3{
    overflow: hidden;
    padding: 60px 0 0 0;
}
.about-box3 .container{
    overflow: hidden;
}
.about-box3 .tit-t{
    overflow: hidden;
}
.about-box3 .tit-t h2{
    color: #0f4872;
    margin: 0 0 0 0;
}
.about-box3 .tit-t h4{
    color: #666;
    margin: 15px 0 0 0;
}
.about-box3 .picScroll-left{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 60px auto 0;
}
.about-box3 .picScroll-left .bd .picList{
    overflow:hidden;
}
.about-box3 .picScroll-left .bd ul li{
    width:25%;
    float:left;
    display:inline;
    overflow:hidden;
    text-align:center;
    background-color: white;
}
.about-box3 .picScroll-left .bd ul li .pic{
    overflow: hidden;
    height: 347px;
}
.about-box3 .picScroll-left .bd ul li .pic img{
    display:block;
    margin: auto ;
    width: 100%;
    height: auto;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}
.about-box3 .picScroll-left .bd ul li:hover .pic img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}
.about-box3 .swiper-container{
    margin: 20px 0 0 0 ;
}
/*电脑*/
@media screen and (max-width:1919px) {
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 303px;
    }
}
@media screen and (max-width:1680px) {
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 288px;
    }
}
@media screen and (max-width:1600px) {
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 259px;
    }
}
@media screen and (max-width:1440px) {
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 246px;
    }
}
@media screen and (max-width:1366px) {
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 245px;
    }
}
@media screen and (max-width:1360px) {
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 230px;
    }
}
@media screen and (max-width:1280px) {
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 177px;
    }
}
@media screen and (max-width:1200px) {
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 177px;
    }
}
/*平板*/
/*768--1200*/
@media screen and (max-width:1199px) {
    .about-box .show-t .list-i ul li{
        height: 156px;
    }
}
/*手机*/
/*320--767*/
@media screen and (max-width:767px) {
    .about-box .show-t .list-i ul li{
        width: 50%;
        height: 110px;
    }
    .about-box .tit-t .sp-t {
        font-size: 30px;
    }
    .about-box .tit-t h2 {
        font-size: 24px;
    }
    .about-box .show-t .list-h4 {
        padding: 10px 0 0 0;
    }
    .about-box .show-t h4 {
        line-height: 25px;
        font-size: 14px;
    }
    .about-box2 .list-r .sp-t {
        font-size: 30px;
    }
    .about-box2 .list-r h2 {
        font-size: 24px;
    }
    .about-box2 .list-r .h4 {
        line-height: 25px;
    }
    .about-box2 .list-r h4 {
        line-height: 20px;
        font-size: 14px;
    }
    .about-box .show-t .list-i ul li{
        height: 114px;
    }
    .about-box3 .picScroll-left .bd ul li .pic{
        height: 67px;
    }
}
@media screen and (max-width:414px) {
    .about-box {
        overflow: hidden;
        padding: 30px 0 30px 0;
    }
    .about-box .show-t .list-i {
        padding: 10px 0 0 0;
    }
    .about-box .show-t .list-i ul li{
        height: 128px;
    }
    .about-box2 {
        padding: 30px 0 30px 0;
    }
    .about-box3 {
        padding: 30px 0 0 0;
    }
    .about-box3 .tit-t h2 {
        font-size: 24px;
    }
    .about-box3 .tit-t h4 {
        font-size: 14px;
    }
    .about-box3 .swiper-container .swiper-slide{
        height: 150px;
    }
}
@media screen and (max-width:375px) {
    .about-box .show-t .list-i ul li{
        height: 115px;
    }
    .about-box3 .swiper-container .swiper-slide{
        height: 136px;
    }
}
@media screen and (max-width:360px) {
    .about-box .show-t .list-i ul li{
        height: 110px;
    }
    .about-box3 .swiper-container .swiper-slide{
        height: 131px;
    }
}
@media screen and (max-width:320px) {
    .about-box .show-t .list-i ul li{
        height: 96px;
    }
    .about-box3 .swiper-container .swiper-slide{
        height: 116px;
    }
}

.section3 .section3-pc .ul2 li .li .show-td h5{
	height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
		margin:0;
			text-align:left;
				padding:14px 15px;
					    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.section3 .section3-pc .ul2 li .li .show-td .h6{
	position:absolute;
	width:100%;
	bottom:-54px;
	height:54px;
	margin:0 ;
	padding:10px 15px 2px 15px;
	line-height:20px;
	text-align:justify;
	font-size:13;
		    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.section3 .section3-pc .ul2 li .li .show-td .h6 h6{

	margin:0 0 8px 0;
    line-height: 20px;

}
.section3 .section3-pc .ul2 li .li:hover  .show-td h5{
	height:auto;
		margin:0 0 44px 0;

		    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.section3 .section3-pc .ul2 li .li:hover .show-td .h6{
	height:auto;
	bottom:0;
	    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}





@media screen and (max-width:1199px) {
.section3 .section3-pc .ul2 li .li .show-td .h6 h6{
	overflow:hidden;
	white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.section3 .section3-pc .ul2 li .li:hover .show-td h6{
	height:auto;
	bottom:0;
	    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

}











.service-box4{
    overflow: hidden;
    padding: 90px  0 20px 0 ;
}
.service-box4 .tit-t{
    overflow: hidden;
    margin-bottom: 25px;
}
.service-box4 .tit-t h2{
    color: #134e79;
    margin: 0;
}
.service-box4 .tit-t h4{
    color: #999;
    margin: 15px 0 0 0;
}

.service-box4 .picScroll-left{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.service-box4 .picScroll-left .bd .picList{
    overflow:hidden;
}
.service-box4 .picScroll-left .bd ul li{
    width:25%;
    float:left;
    display:inline;
    overflow:hidden;
    text-align:center;
    background-color: white;
}
.service-box4 .picScroll-left .bd ul li .pic{
    overflow: hidden;
    width: 275px;
    margin: auto;
    height: 200px;
}
.service-box4 .picScroll-left .bd ul li .pic img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}
.service-box4 .picScroll-left .bd ul li .pic:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}




.service-box5{
    overflow: hidden;
    padding: 30px 0 10px 0;
}
.service-box5 .tit-t{
    overflow: hidden;
    margin-bottom: 25px;
}
.service-box5 .tit-t h2{
    color: #134e79;
    margin: 0;
    font-size: 24px;
}
.service-box5 .tit-t h4{
    color: #999;
    margin: 15px 0 0 0;
}
.service-box5 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .3;
}
.service-box5 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0f4872;
}
.service-box5 .swiper-slide{
    overflow: hidden;
}
@media screen and (max-width:414px) {
    .service-box5 .swiper-slide{
        height: 280px;
    }
}
@media screen and (max-width:375px) {
    .service-box5 .swiper-slide{
        height: 251px;
    }
}
@media screen and (max-width:360px) {
    .service-box5 .swiper-slide{
        height: 240px;
    }
}
@media screen and (max-width:320px) {
    .service-box5 .swiper-slide{
        height: 211px;
    }
}


































































