@charset "utf-8";
*{ margin:0; padding:0;}

.container-main-title .main-titles{
    font-size: 30px;
    color: #333;
    font-weight: 500;
    font-family: '微软雅黑';
    margin: 0;
    padding-bottom: 32px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #e7eaf1;
}
.container-main-title .main-border{
    width: 30px;
    border-bottom: 2px solid #ed1b23;
    margin: -2px auto 30px !important;
}
.portfolio img{
    width: 100%;
}
    /*分页样式*/

.page_info {
    text-align: center;
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.page_list a {
    display: inline-block;
    color: #8c8c8c;
    border: 1px solid #ffffff;
    background: #f8f8f8;
    text-align: center;
    padding: 7px 10px;
    margin: 0px 1px;
    /* font-weight: bold; */
    width: 38px;
    height: 38px;
    border-radius: 5px;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #ed1b23;
    background: #ed1b23;
}

.page_list a.on {
    color: #E5E5E5;
    /*border:1px solid #E6C16A;*/
    background: #ed1b23;
}
/*about.php*/
/*公司简介*/
.index-about-top strong{
	font-size: 55px;
	color: #fff;
}

.index-about-top div{
	display: inline-block;
}
.index-about-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.index-about-top div span {
    font-size: 18px;
    display: block;
    color: #fff;
}
.index-about{
	position: relative;
	padding-top: 0px;
	margin-top: 50px;
	background: none;
}
.index-about-img{
	display: block;
	margin: 0 auto;
}
.about-lx div{
	float: left;
	line-height: 144.3px;
	width: 50%;
	text-align: center;
	background: #0B67C5;
}
.about-lx div a{
	font-size: 20px;
	color: #fff;
}
.index-about p{
	font-size: 14px;
	line-height: 28px;
    margin: 0 0 0px;
    text-indent: 2em;
    color: #666;

}
.index-about h3{
	color: #14428e;
	font-size: 24px;
}
.about-lx img{
    width: 100%;
}

/*董事长简介*/
.index-about-dsz p{
	text-indent: 0em;
}
.about-dsz {
	margin-top: 20px;
}
.about-dsz span {
	font-size:20px;
}
.about-dsz-js{
	margin-top:20px;
}
.about-dsz-bg img{
	width: 90%;
}


/*发展历程*/
.home-history {
    padding:0 0 60px;
    background: url(../images/lichengbg.jpg) no-repeat center/cover;
    color:red;
    overflow: hidden;
    margin-bottom: 50px;
}
.home-history-container{
    height: 480px;
    overflow: hidden;
    padding: 10px 25px;
}
.home-history .about-culture-title{
    margin: 20px 0 50px;
}
.time-list .swiper-slide-time{
    height: 80px !important;
}
.time-list li{
	/*float: left;*/
	/*margin: 30px 0;*/
    border-left: 2px solid #fff;
    height: 175px !important;
}
.time-list span{
    margin-left: 30px;
    color: #fff;
}
.home-history .home-history-timeaxis ul li.swiper-slide:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    /*left: 50%;*/
    margin-left: -8px;
}

.home-history .home-history-timeaxis ul li.swiper-slide-time:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: none;
    /*border:1px solid #fff;*/
    position: absolute;
    top: 0;
    margin-left: -12px;
}
/*.home-history .home-history-timeaxis ul li.active:before{
    background: #ed1b23;
}
.home-history .home-history-timeaxis ul li.active span{
    color: #ed1b23;
}*/
.home-history .home-history-timeaxis ul li div:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 20px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -3.5%;
    top: 5%;
}
.home-history .home-history-timeaxis ul.swiper-wrapper:before {
    position: relative;
    display: block;
    content: "";
    background: #FFFFFF;
    height: 10000px;
    width: 2px;
    position: absolute;
    top: -500px;
    left: 0;
}
.home-history .home-history-timeaxis ul li div{
    border: 1px solid #fff;
    position: absolute;
    left: 10.9%;
    top: 0;
    width: 50%;
    border-radius: 0px 10px 10px 10px;
}
.home-history .home-history-timeaxis ul li p{
    padding: 30px;
    color: #fff;
}

/*圆圈扩散*/
@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.3;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.5;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.containers {
    position: relative;
    left: -20px;
}
/* 保持大小不变的小圆圈  */
.dot {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 12px;
    top: 9px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 2px solid red;
    border-radius: 20px;
    z-index: 2;
    background: #ed1b23;
}
/* 产生动画（向外扩散变大）的圆圈  */
.pulse {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -5px;
    top: -8px;
    border: 6px solid #ed1b23;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 1s ease-out;
    -moz-animation: warn 1s ease-out;
    animation: warn 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/*企业文化*/
.about-culture{
    background: url(../images/beijin.jpg) no-repeat center/cover;

}
.about-culture span{
    display: block;
    color:#fff;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 10px;
}
.about-culture p{
    text-align: center;
    color:#fff;
    font-size: 14px;
    height: 90px;
}
.about-culture img{
    margin: 0 auto;
    display: block;
}
.about-culture img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}
.about-culture-title{
    margin: 20px 0 50px;
}
.about-culture-title .main-title{
    color: #fff;
    text-align: center;
    padding-top:30px;
}
.about-culture-title .main-border{
    margin: -2px auto 0px;
}
/*荣誉资质*/
.home-honor{

}

.home-honor-container{
    position: relative;
    padding: 0px 40px 30px;
}
.home-honor-container .honor-swiper-container{
    cursor: move;
}
.honor-swiper-container .swiper-slide{
    width: 16.6%;
}
.honor-swiper-container .swiper-slide img{
    width: 100%;
    border:1px solid #eee;
    cursor: pointer;
}
.honor-swiper-button-prev,.honor-swiper-button-next{
    width: 30px;
    height: auto;
    top: 0px;
    bottom: 60px;
    margin-top:0;
    background: #fff;
    text-align: center;
    transition: .3s;
}
.home-honor-container:hover .honor-swiper-button-prev i,.home-honor-container:hover .honor-swiper-button-next i{
    font-size: 60px;
    color: #1070ad;
}
.home-honor-container:hover .honor-swiper-button-prev,.home-honor-container:hover .honor-swiper-button-next{
    background: #fff;
}
.honor-swiper-button-prev:hover,.honor-swiper-button-next:hover{
    background: #fff;
}
.honor-swiper-button-prev i,.honor-swiper-button-next i{
    top: 50%;
    position: relative;
    margin-top:-30px;
    font-size: 36px;
    color: rgba(255,255,255,.1);
    transition: .3s;
}
.honor-swiper-button-prev{
    left: -10px;
}
.honor-swiper-button-next{
    right: -10px;
}
.honor-swiper-pagination{
    text-align: center;
    width: 100%;
    left: 0;
    padding-top: 16px;
}
.swiper-pagination-bullet{
    margin:0 6px;
    width: 14px;
    height: 14px;
    outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1070ad;
}

/*product.php*/
/*产品中心*/
.product-center{
    margin: 50px 0;
}
.product-center-list .product-list{
    text-align: center;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    margin: 0 auto;
}
.product-center #search{
    margin-top: -80px;
}
.product-list1{
    background:#ed1b23;
}
.product-list2{
    background: url(../images/product-list01.jpg) no-repeat center/cover;
}
.product-list3{
    background: url(../images/product-list02.jpg) no-repeat center/cover;
}
.product-list4{
    background: url(../images/product-list03.jpg) no-repeat center/cover;
}
.product-list5{
    background: url(../images/product-list05.jpg) no-repeat center/cover;
}
.product-list6{
    background: url(../images/product-list04.jpg) no-repeat center/cover;
}
.product-list p{
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 40%;
}

.product-center-product{
    margin-top: 50px;
}
.home-case{
    overflow: hidden;
    padding-bottom: 2%;
    box-shadow: 0 5px 10px rgba(0,0,0,.06);
    background: #f6f6f6;
}
.home-case-container{
    /*margin:30px auto;*/
}
.home-case-item{
    float: left;
    width: 24%;
    height: 210px;
    overflow: hidden;
    margin:2% 0.5% 0.3%;
    box-shadow: 0 5px 5px rgba(0,0,0,.02);
}
.home-case-item a{
    display: block;
    position: relative;
}
.home-case-item img{
    width:100%;
}
.home-case-text{
    position: absolute;
    width: 100%;
    height: 210px;
    top: 0;
    background: rgba(36, 91, 166,.8);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 2.4;
    overflow: hidden;
    transition: .5s;
    transform: scale(0,0);
}
.home-case-item a:hover .home-case-text{
    transform: scale(1,1);
}
.home-case-text .home-case-title{
    color: #fff;
    margin-bottom: 4px;
    vertical-align: top;
    margin-top:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}
.home-case-text-box{
    position: absolute;
    top: 50%;
    width: 100%;
    
    margin-top: -39.5px;
    transition: .5s;
}
.home-case-item a:hover .home-case-text-box{
    top: 50%;
    margin-top: -43px;
}
.home-case-text .home-case-view{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border:1px solid #fff;
    width: 80px;
    line-height: 30px;
    vertical-align: top;
    transition: .5s;
}
.home-case-item a:hover .home-case-view{
    margin-top: 0;
}
.home-case-view:hover{
    background:rgba(28,60,126,.8);
    width:100px;
}
.home-case-more{
    text-align: center;
}
.home-case-more a{
    display: inline-block;
    text-align: center;
    width: 150px;
    line-height: 35px;
    font-size: 16px;
    margin: 15px auto 10px;
    border: 1px #c8c8c8 solid;
    transition: 0.4s;
}
.home-case-more a:hover{
    background:#1c3c7e;
    border-color:1c3c7e;
    color: #fff;
}
/* 必要布局样式css */
.module-tab-nav img{
    margin-top: 25px;
}
.module-banner {
    background: #fff;
    padding: 80px 0 0;
}

.module-banner-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.module-banner-head {
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.module-banner-head em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
}

.module-banner-head span {
    font-size: 16px;
    opacity: .6;
}

.module-banner-tab-list {
    float: left;
    width: 280px;
}

.module-banner-tab-list .module-tab-nav li:nth-child(1) {
    background: #454545;
}

.module-banner-tab-list .module-tab-nav li:nth-child(2) {
    background: #3b3b3b;
}

.module-banner-tab-list .module-tab-nav li:nth-child(3) {
    background: #333333;
}

.module-banner-tab-list .module-tab-nav li:nth-child(4) {
    background: #2b2b2b;
}

.module-banner-tab-list .module-tab-nav li:nth-child(5) {
    background: #212121;
}

.module-banner-tab-list .module-tab-nav li:nth-child(6) {
    background: #1a1a1a;
}

.module-banner-tab-list ul li {
    color: #fff;
    width: 280px;
    height: 130px;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.module-banner-tab-list ul li p {
    margin: 0;
    line-height: 20px;
    color: #fff;
}

.module-banner-tab-list ul li i {
    width: 40px;
    height: 70px;
    display: none;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
    opacity: 1;
    height: 140px;
    background-image: -webkit-linear-gradient(left, #14428e 0%, #14428e 100%);
    background-image: -moz-linear-gradient(left, #14428e 0%, #14428e 100%);
    background-image: -moz-linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-image: -o-linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-image: linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-repeat: repeat;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on .icon {
    display: inline-block;
}

/*.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
    background-image: -webkit-linear-gradient(left, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -moz-linear-gradient(left, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -moz-linear-gradient(to right, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -o-linear-gradient(to right, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: linear-gradient(to right, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-repeat: repeat;
}*/
.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
    background-image: -webkit-linear-gradient(left, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -moz-linear-gradient(left, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -moz-linear-gradient(to right, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -o-linear-gradient(to right, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: linear-gradient(to right, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-repeat: repeat;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
    opacity: 1;
    height: 140px;
    background-image: -webkit-linear-gradient(left, #14428e 0%, #14428e 100%);
    background-image: -moz-linear-gradient(left, #14428e 0%, #14428e 100%);
    background-image: -moz-linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-image: -o-linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-image: linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-repeat: repeat;
}

.icon-warehouse01 {
    background: url(../images/item001.svg) no-repeat center bottom;
}

.icon-warehouse02 {
    background: url(../images/item002.svg) no-repeat center bottom;
}

.icon-warehouse03 {
    background: url(../images/item003.svg) no-repeat center bottom;
}

.icon-warehouse04 {
    background: url(../images/item004.svg) no-repeat center bottom;
}

.icon-warehouse05 {
    background: url(../images/item005.svg) no-repeat center bottom;
}

.icon-warehouse06 {
    background: url(../images/item006.svg) no-repeat center bottom;
}

.module-banner-tab-list-box {
    float: right;
    width: 920px;
    height: 460px;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

.module-tab-box-ma {
    width: 890px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
}

.module-tab-title h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.module-tab-title h4:before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #108cee;
    margin-bottom: -2px;
    margin-right: 8px;
}

.module-tab-title p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.module-tab-text {
    margin: 20px 0;
}

.module-tab-text h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.module-tab-text h4:before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #108cee;
    margin-bottom: -2px;
    margin-right: 8px;
}

.module-tab-text ul li {
    width: 33%;
    float: left;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
    color: #a2a2a2;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}

.icon-bdm {
    background: url(../images/icon-item008-1.svg) no-repeat center;
    background-size: cover;
}

.module-tab-text ul li:hover a {
    color: #08acee;
}

.module-tab-link {
    position: relative;
}

.module-tab-link:after {
    content: '';
    width: 8px;
    height: 8px;
    float: right;
    margin: 15px 20px 0 0;
    transform: rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
}

.module-tab-text ul .module-tab-link:hover:after {
    border-color: #108cee
}

.module-tab-text .module-tab-link+.module-tab-link {
    width: calc(33% - 20px);
    margin-left: 20px;
}

.icon-bds {
    background: url(../images/icon-item009-1.svg) no-repeat center;
    background-size: cover;
}

.icon-bdx {
    background: url(../images/icon-item010-1.svg) no-repeat center;
    background-size: cover;
}

.module-tab-more a {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    background: #108cee;
    text-align: center;
    width: 160px;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-tab-more a:hover {
    background: #41a6f7
}

.module-tab-case li {
    float: left;
    margin-right: 20px;
}

.module-tab-case li i {
    width: 60px;
    height: 60px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    display: inline-block;
}

.icon-case01 {
     background: url(../images/case001.png) no-repeat center;
     background-size: contain;
 }

.icon-case02 {
    background: url(../images/case002.png) no-repeat center;
    background-size: contain;
}

.icon-case03 {
    background: url(../images/case003.png) no-repeat center;
    background-size: contain;
}

.icon-case04 {
    background: url(../images/case004.png) no-repeat center;
    background-size: contain;
}

.icon-case05 {
    background: url(../images/case005.png) no-repeat center;
    background-size: contain;
}

.icon-case06 {
    background: url(../images/case006.png) no-repeat center;
    background-size: contain;
}

.module-tab-case li span {
    color: #666;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 24px;
}

/*news list*/
.news-body{
    margin-top: 50px;
    margin-bottom: 50px;
}

.n-list-menu{
    float: left;
    width: 200px;
}
.n-list-menu li a{
    display: block;
    line-height: 50px;
    padding-left:26px;
    font-size: 18px;
    color: #4c4c4c;
    transition: .3s;
    position: relative;
}
.n-list-menu li a:hover{
    color: #14428e;
}
.n-list-menu li a.active,.n-list-menu li a:hover{
    color: #14428e;
}
.n-list-menu li a:before{
    transition: .3s;
    content: "";
    display: block;
    border-left: 2px solid #14428e;
    border-color: transparent;
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
}
.n-list-menu li a.active:before,.n-list-menu li a:hover:before{
    border-color: #14428e;
}
.n-list{
/*    width: 985px;
    float: right;*/
}
.n-item{
    height: 158px;
}
.n-item *{
    transition:.3s;
}
.n-item a{
    display: block;
    height: 100%;
    box-shadow: -3px 2.6px 12px 0 rgba(0,0,0,0);
}
.n-item + .n-item{
    margin-top: 20px;
}

.n-item-img{
    width: 260px;
    height: 100%;
    float: left;
    overflow:hidden;
    transition: .3s;
}
.n-item-img img{
    width: 100%;
}
.n-item-content{
    /*padding-left: 229px;*/
    height: 100%;
    border:1px solid #e5e5e5;
    background: url(../images/news/n-v.png) 900px 68px/auto no-repeat;
}
.n-item-time{
    color: #a8a8a8;
    width: 100px;
    float: left;
    padding-top: 45px;
}
.n-item-time span{
    display: block;
    line-height: 1.16;
    text-align: center;
    transition:0s;
}
.n-item-time span:nth-of-type(1){
    font-size: 38px;
    font-weight: bold;
}
.n-item-time span:nth-of-type(2){
    font-size: 12px;
}
.n-item-text{
    float: left;
}
.n-item-text h3{
    font-size: 18px;
    width: 550px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
    position: relative;
    margin-bottom: 6px;
    color: #525252;
}
.n-item-text h3:after{
    content:"";
    display: block;
    width:750px;
    height:1px;
    background: #a8a8a8;
    position: absolute;
    bottom: 0;
    left: 0;
    transition:.3s;
}
.n-item-text p{
    font-size: 14px;
    line-height: 31px;
    width: 750px;
    color: #333;
    word-break: break-all;
}
.n-item a:hover{
    background: #14428e;
    box-shadow: -3px 2.6px 12px 0 rgba(0,0,0,.16);
}
.n-item a:hover .n-item-img img{
    transform: scale(1.1,1.1);
}
.n-item a:hover .n-item-content{
    border-color: #14428e;
}
.n-item a:hover .n-item-text h3:after{
    background: #fff;
}
.n-item a:hover *{
    color: #fff;
}
.n-list-page{
    text-align: center;
    margin-bottom: 40px;
}
.n-list-page a{
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #e5e5e5;
    background-position:center;
    background-size:auto;
    background-repeat:no-repeat;
    border-radius: 7px;
    transition:.3s;
}
.n-list-page a + a{
    margin-left: 5px;
}
.n-list-page a.p-first{
    background-image: url(../images/news/p-first.png);
}
.n-list-page a.p-prev{
    background-image: url(../images/news/p-prev.png);
}
.n-list-page a.p-next{
    background-image: url(../images/news/p-next.png);
}
.n-list-page a.p-last{
    background-image: url(../images/news/p-last.png);
}
.n-list-page a:hover,.n-list-page a.active{
    color: #fff;
    background-color: #14428e;
}
.n-list-page a.p-first:hover{
    background-image: url(../images/news/p-first-h.png);
}
.n-list-page a.p-prev:hover{
    background-image: url(../images/news/p-prev-h.png);
}
.n-list-page a.p-next:hover{
    background-image: url(../images/news/p-next-h.png);
}
.n-list-page a.p-last:hover{
    background-image: url(../images/news/p-last-h.png);
}
/*news list end*/

/*合作伙伴*/
.partner-container{
    margin-top: 50px;
    margin-bottom: 50px;
}
.customer em{
    display: block;
    font-size: 18px;
    color: #14428e;
    margin: 60px 0 20px;
    font-style: normal;
}
.customer span{
    display: block;
    font-size: 26px;
    color: #333;
}
.customer img{
    display: block;
}
.customer p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.customer-line{
    width: 200px;
    border:1.5px solid #14428e;
    margin: 15px 0 30px;
}
.custom .index_tit,.free .index_tit{
    margin-top: 60px;
}
.custom .kh_show{
    width: 1050px;
    margin: 20px auto 0;
}

.kh_show ul{
    /*background:url(/templates/default/images/user_ul_bg.png) no-repeat;*/
}
.kh_show ul li{
    float: left;
    width: 170px;
    border: 1px solid #eee;
    overflow: hidden;
}
.kh_show ul li img{
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.kh_show ul li:hover img{
    transform:scale(1.18);
}


/*联系我们*/
.serve-content {
    position: relative;
}
.serve-content .container-main-title{
    margin: 50px 0;
}

.serve-content-box {
    width: 1200px;
    margin: 0 auto;
}

.serve-content-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 124px;
    padding-bottom: 15px;
}

.serve-content-text {
    width: 184px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    background: url(../images/icon-line.jpg) repeat-x left center;
}

.serve-content-text em {
    display: inline-block;
    padding: 0 10px;
    background: #FFF;
    font-size: 14px;
    color: #777;
    font-style: normal;
}



.serve-content-list {
    float: left;
    width: 270px;
    height: 348px;
}

.serve-content-info {
    width: 640px;
    height: 337px;
    float: left;
    margin: 0 10px;
    position: relative;
}


.serve-content-middle {
    overflow: hidden;
}

.serve-content-list ul li {
    display: block;
    width: 266px;
    padding: 37px 0;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    margin-bottom: 10px;
    cursor: pointer;
}

.serve-content-list ul .on {
    background: #FFF;
    border: 2px solid #14428e;
}

.serve-content-list ul li span {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 72px;
    margin-right: 15px;
    overflow: hidden;
}

.serve-content-list ul li span img {
    display: block;
    float: left;
}

.serve-content-list ul li p {
    display: block;
    overflow: hidden;
    line-height: 28px;
    color: #333;
    font-size: 18px;
}

.serve-content-list ul .on p {
    color: #14428e;
}

.serve-content-list ul .on span img {
    margin-top: -28px;
}

.serve-content-info ul {
    width: 640px;
    height: 337px;
    position: absolute;
    left: 0;
    top: 0;
}

.serve-image-img {
}

.serve-image-box {
    background: url(../images/cclarity-bg.png);
    width: 640px;
    height: 195px;
    padding: 30px 150px;
    position: absolute;
    top: 72px;
    left: 0;
}

.serve-image-comm1 {
    width: 48px;
    height: 29px;
    position: absolute;
    left: 80px;
    top: 28px;
}

.serve-image-comm2 {
    width: 48px;
    height: 29px;
    position: absolute;
    right: 95px;
    bottom: 35px;
}

.serve-image-info {
    width: 322px;
    height: 99px;
}
.serve-image-info strong img{
    float: left;
    margin-left:50px;
    display: block;
    width: 30%
}
.serve-image-info-title {
    overflow: hidden;
}

.serve-image-info-title span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.serve-image-info-title span img {
    display: block;
    float: left;
}

.serve-image-info-title p {
    line-height: 32px;
    display: block;
    float: left;
    font-size: 22px;
    color: #fff;
}

.serve-image-info strong {
    display: block;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    padding-top: 14px;
}
