@charset "UTF-8";

.top-bar {
    height: 30px;
    line-height: 30px;
    background: #000000;
    padding: 0 50px;
    color: #c7c7c7;
}
.top-bar ul li {
    position: relative;
    float: left;
    margin-left: 14px;
}
.top-bar ul li:first-child {
    padding-right: 14px;
    padding-left: 14px;
    cursor: pointer;
}
.top-bar ul li:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    border-right: 1px solid #808080;
}
.top-bar ul li .down-cont {
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    text-align: center;
    padding: 10px 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.top-bar ul li:hover .down-cont {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.top-bar ul li .down-cont a {
    display: block;
}
.top-bar ul li .icon-down {
    width: 11px;
    height: 30px;
    background: url(/img/icon-head-top.png) no-repeat center;
    vertical-align: top;
    margin-left: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.top-bar ul li:hover .icon-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



/*轮播*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-button-prev {
    display: none;
}
.bottom-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 10;
}

.ups-icon-videoplay {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
}

.ups-icon-videoplay:before {
    font-family: "upsicons";
    content: "\e680";
    font-size: 28px;
    color: white;
}

.stop-status.ups-icon-videoplay:before {
    content: "\e681";
}

#banner .swiper-pagination {
    position: relative;
    display: inline-block;
    height: 29px;
    vertical-align: middle;
}

#banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    box-sizing: border-box;
    margin: 0 10px;
    vertical-align: middle;
    opacity: .7;
}

#banner .swiper-pagination-bullet-active {
    background: #1e54a3;
    opacity: 1;
}  



/*首页*/
.index-product .item {
    position: relative;
    float: left;
    width: 33.3333%;
    overflow: hidden;
}
.index-product .item ~ .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #eee;
    z-index: 2;
}
.index-product .item .cont {
    position: absolute;
    left: 62.5%;
    top: 0;
    height: 100%;
}
.index-product .item .cont h4 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.index-product .item .cont p {
    font-size: 16px;
    color: #666;
}
.index-product .item .cont .icon-more {
    margin-top: 35px;
    width: 32px;
    height: 32px;
    background: url(/img/icon-more1.png) no-repeat center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-product .item .box:hover .cont .icon-more {
    background-image: url(/img/icon-more2.png);
}
.index-product .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-product .item .bg-hover {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-product .item:hover .bg-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index-product .item .pic-img {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-product .item:hover .pic-img {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
.index-design {
    position: relative;
    height: 620px;
}
.index-design .pic {
    position: absolute;
    right: 50%;
    top: 102px;
    z-index: 2;
    margin-right: -135px;
}
.index-design .item {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.index-design .item img {
    position: relative;
    left: 50%;
    margin-left: -480px;
    max-width: none;
}
.index-design .item .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 33%;
    background: #f6f6f6;
}
.index-design .item .cont h3 {
    position: relative;
    font-size: 30px;
    color: #333;
}
.index-design .item .cont h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: -18px;
    width: 30px;
    height: 6px;
    background: #1e54a3;
}
.index-design .item .cont p {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.com-more {
    display: inline-block;
    width: 140px;
    line-height: 42px;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
    text-align: center;
    border-radius: 21px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.com-more .icon-com-more {
    display: inline-block;
    margin-left: 15px;
    width: 8px;
    height: 9px;
    background: url(/img/icon-more-r.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.com-more .icon-com-more.white {
    background: url(/img/icon-more-r-on.png) no-repeat center;
}
.com-more:hover .icon-com-more {
    background: url(/img/icon-more-r-on.png) no-repeat center;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.com-more:hover {
    color: #fff!important;
    background: #1e54a2;
    border-color: #1e54a2!important;
}
.index-design .item .cont .com-more {
    margin-top: 95px;
}
.index-about {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    height: 560px;
    /*background: url(/img/index-about.jpg) no-repeat center;*/
    text-align: center;
    overflow: hidden;
}
.index-about img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    max-width: none;
    -webkit-transition: 10s;
    -o-transition: 10s;
    transition: 10s;
}
.index-about.visible img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.index-about h3 {
    font-size: 20px;
    color: #fff;
    position: relative;
    font-weight: bold;
}
.index-about .gp {
    font-size: 16px;
    color: #fff;
    position: relative;
}
.index-about .gp span {
    font-size: 18px;
}
.index-about .des {
    margin-top: 30px;
    font-size: 16px;
    color: #c7c7c7;
    position: relative;
}
.index-about .com-more {
    position: relative;
    margin-top: 110px;
    border-color: #1e54a3;
    color: #fff;
    background: #1e54a3;
}
.index-news {
    padding: 100px 0;
}
.index-news .pic {
    width: 540px;
    height: 360px;
    overflow: hidden;
    margin-right: 60px;
}
.index-news .pic img {
    width: 100%;
    height: 100%;
}
.news-content-lhkj {
    padding-top: 5px;
    overflow: hidden;
}
.news-content-lhkj .tit {
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}
.news-content-lhkj .tit h3 {
    display: inline-block;
    font-size: 20px;
    color: #0054a3;
    font-weight: bold;
    line-height: 1.1;
}
.news-content-lhkj .tit h3 span {
    font-weight: normal;
    color: #cccccc;
    font-size: 16px;
}
.news-content-lhkj .tit .com-more {
    margin-top: 5px;
    border-color: #cccccc;
    color: #cccccc;
    width: 100px;
    line-height: 30px;
}
.news-content-lhkj .news-item-one {
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #eeeeee;
}
.news-content-lhkj .news-item-one p {
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}
.news-content-lhkj .news-item-one h4 {
    font-size: 16px;
    color: #333;
}
.news-list-lhkj {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}
.news-list-lhkj li {
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}
.news-content-lhkj .news-item-one h4 a,
.news-list-lhkj li a {
    color: #333;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.news-list-lhkj li a {
    margin-left: 24px;
}
.news-content-lhkj .news-item-one h4 a:hover,
.news-list-lhkj li a:hover {
    color: #0054a3;
}


.select-content {
    padding: 100px 0;
}
.select-content .item {
    float: left;
    width: 50%;
    overflow: hidden;
}
.select-content .item .box {
    position: relative;
}
.select-content .item .box .cont {
    position: absolute;
    left:   12.5%;
    top: 50px;
}
.select-content .item .box .cont h4 {
    font-size: 20px;
    color: #666;
    font-weight: bold;
}
.select-content .item .box .cont p {
    margin-top: 10px;
    color: #999999;
}
.select-content .item .box .cont.white h4,
.select-content .item .box .cont.white p {
    color: #fff;
}

.copyright {
    line-height: 40px;
    background: #000;
}
.copyright .fr a {
    display: inline-block;
    margin-left: 15px;
}
.icon-link {

}


/*关于*/
.page-cate {
    padding: 70px 0;
    text-align: center;
}
.page-cate a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin: 0 50px;
    padding-bottom: 5px;
}
.page-cate a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #000;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}
.page-cate a:hover:before,
.page-cate a.on:before{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.page-cate a:hover,
.page-cate a.on {
    color: #333;
}
.page-cate a.on {
    font-weight: bold;
}

.about-intro {
    position: relative;
    background: #f6f6f6;
}
.about-intro .item {
    float: left;
    width: 50%;
    position: relative;
}
.about-intro .item.pic img {
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -480px;
}
.about-intro .item .pic-des {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #0054a3;
    background: rgba(0, 84, 163, .94);
    text-align: left;
	padding-left:10px;
}
.about-intro .item .pic-des li {
    display: inline-block;
    color: #fff;
    font-size: 0;
    padding-top: 35px;
    text-align: left;
}
.about-intro .item .pic-des li ~ li {
    margin-left: 50px;
}
.about-intro .item .pic-des li h5 {
    color: #cbd5e4;
    font-size: 14px;
}
.about-intro .item .pic-des li p {
    font-size: 36px;
    line-height: 1.2;
}
.about-intro .item.cont {
    padding-top: 12px;
    width: 600px;
    padding-left: 80px;
}
.about-intro .cont h3 {
    padding-bottom: 20px;
    font-size: 24px;
    color: #000;
    border-bottom: 4px solid #000;
    line-height: 1;
}
.about-intro .cont .des {
    padding-top: 10px;
}
.about-intro .cont .des p {
    margin-top: 20px;
    line-height: 26px;
}
.about-honor {
    padding: 125px 0;
}
.about-honor .intro {
    position: relative;
    padding-top: 55px;
    width: 320px;
    height: 480px;
    background: url(/img/honor-pic.jpg) no-repeat center;
    background-size: cover;
    padding-left: 20px;
}
.about-honor .intro h3 {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 24px;
    border-bottom: 4px solid #fff;
    color: #fff;
}
.about-honor .intro .des {
    color: #e6e7e9;
    padding-top: 20px;
    line-height: 34px;  
}
.com-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 2;
}
.com-arrow a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
    margin-left: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-arrow a:hover {
    opacity: .9;
    /*background-color: #1e54a3;*/
}
.com-arrow a.prev {
    background-image: url(/img/icon-arrow-l.png);
}
.com-arrow a.next {
    background-image: url(/img/icon-arrow-r.png);
}
.honor-list {
    position: relative;
    float: right;
    width: 840px;
    height: 480px;
    border: 1px solid #a0a0a0;
}
.honor-list:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    border-left: 3px solid #fff;
    z-index: 2;
}
.honor-list .item {
    float: left;
    width: 33.3333%;
    border-left: none;
    text-align: center;
    height: 480px;
}
.honor-list .item ~ .item {
    border-left: 1px solid #a0a0a0;
}
.honor-list .item .pic {
    padding: 0 30px;
    height: 376px;
    line-height: 376px;
    font-size: 0;
}
.honor-list .item h5 {
    height: 102px;
    background: #f5f5f5;
    font-size: 16px;
    padding: 0 40px;
}

.about-develop {
    padding-top: 95px;
    padding-bottom: 60px;
    height: 720px;
    background: url(/img/develop-bg.jpg) no-repeat center;
    background-size: cover;
}
.page-title {
    text-align: center;
}
.com-page-tit {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
.page-title h3,
.com-page-tit h3 {
    display: inline-block;
    font-size: 18px;
    color: #333;
    border-bottom: 4px solid #000;
    padding-bottom: 5px;
    font-weight: bold;
}
.develop-content {
    margin-top: 75px;
}
.develop-year {
    background: url(/img/line.png) no-repeat center 70px;
}
.develop-year .content {
    width: 1340px;
    overflow: hidden;
    padding-bottom: 30px;
}
.develop-year .gallery-thumbs {
    overflow:visible;
}
.develop-year .gallery-thumbs .swiper-slide {
    position: relative;
    font-size: 30px;
    color: #fff;
    float: left;
    width: 33.3333%;
    text-align: center;
}
.develop-year .gallery-thumbs .swiper-slide:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    width: 7px;
    height: 16px;
    margin-left: -3.5px;
    background: #000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.develop-year .gallery-thumbs .swiper-slide.swiper-slide-active {
    color: #333;
}
.develop-year .gallery-thumbs .swiper-slide.swiper-slide-active:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.develop-pic {
    width: 1000px;
    margin-top: 64px;
    height: 320px;
}
.develop-pic .item {
    width: 100%;
    float: left;
    background: #fff;
}
.develop-pic .item .cont {
    float: left;
    overflow: hidden;
    width: 300px;
    padding: 40px;
}
.develop-pic .item .cont h4 {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
}
.develop-pic .item .cont .des {
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}
.develop-pic .item .pic {
    float: right;
    width: 620px;
}
.develop-pic .item .pic img {
    height: 100%:;
}
.about-market {
    padding-top: 70px;
    padding-bottom: 65px;
    text-align: center;
}
.about-market ul {
    margin-top: 70px;
}
.about-market ul li h5 {
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ajax-more {
    display: block;
    margin: 20px auto 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: solid 1px #d5d5d5;
    font-size: 16px;
    color: #666;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.ajax-more:hover {
    width: 150px;
    color: #fff;
    background: #1e54a3;
    border-color: #1e54a3;
}


.about-ln {
    position: relative;
}
.about-ln:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    background: url(/img/about-ln-bg.jpg) no-repeat center bottom;
}
.about-ln .item {
    position: relative;
    float: left;
    width: 360px;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.about-ln .item ~ .item {
    margin-left: 60px;
}
.about-ln .item .cont {
    padding-top: 22px;
    height: 240px;
}
.about-ln .item .cont .icon-w {
    display: inline-block;
    height: 54px;
}
.about-ln .item .cont .icon-w img {
    vertical-align: bottom;
}
.about-ln .item .cont h5 {
    margin-top: 25px;
    font-size: 20px;
    color: #333;
}
.about-ln .item .cont p {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
}
.about-team {
    padding-top: 60px;
    padding-bottom: 84px;
}
.team-list {
    position: relative;
    margin-top: 60px;
}
.team-show .item {
    position: relative;
}
.team-show .item h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 60px;
    padding-left: 50px;
    color: #fff;
    font-size: 18px;
    background: #000;
    width: 100%;
    background: rgba(0, 0, 0, 0.7)
}
.team-show .item h5 span {
    display: inline-block;
    margin-right: 20px;
}
.team-list .com-arrow a {
    width: 60px;
    line-height: 60px;
    height: 60px;
}
.tech-content {
    font-size: 0;
}
.tech-content .item {
    height: 420px;
    background: #f6f6f6;
}
.tech-content .item .pic,
.tech-content .item .cont {
    float: left;
    width: 50%;
}
.tech-content .item:nth-child(2n) .pic,
.tech-content .item:nth-child(2n) .cont {
    float: right;
}
.tech-content .item .cont {
    width: 600px;
    height: 420px;
}
.tech-content .item .pic img {
    position: relative;
    left: 50%;
    margin-left: -480px;
    max-width: none;
}
.tech-content .item:nth-child(2n+1) .cont {
    padding-left: 125px;
}
.tech-content .item:nth-child(2n) .cont {
    padding-right: 125px;
}
.tech-content .item .cont h3 {
    font-size: 24px;
    color: #333;
    line-height: 1;
}
.tech-content .item .cont p {
    font-size: 16px;
    margin-top: 35px;
}
.com-foot-more {
    padding-top: 100px;
    padding-bottom: 100px;
}
.com-foot-more .box {
    position: relative;
    overflow: hidden;
}
.com-foot-more .box .cont {
    position: absolute;
    left: 124px;
    top: 85px;
}
.com-foot-more .box .cont h3 {
    color: #fff;
    font-size: 24px;
}
.com-foot-more .box .cont p {
    color: #fff;
    font-size: 16px;
}
.com-page-more {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/img/icon-more.png) no-repeat center;
}
.com-foot-more .box .cont .com-page-more {
    margin-top: 30px;
}
.design-list .item {
    position: relative;
}
.design-list .item .pic,
.design-list .item .cont {
    float: left;
    width: 50%;
    overflow: hidden;
}
.design-list .item:nth-child(2) {
    background: url(/img/design-3.jpg) no-repeat center;
    background-size: cover;
}
.design-list .item:nth-child(2) .pic {
    float: right;
}
.design-list .item .cont {
    position: absolute;
    top: 0;
    height: 100%;
    width: 600px;
    left: 50%;
    padding-left: 170px;
}
.design-list .item:nth-child(2) .cont {
    margin-left: -600px;
    padding-left: 0;
    padding-right: 100px;
}
.design-list .item .cont h3 {
    font-size: 30px;
    color: #000;
    line-height: 1.5;
}
.design-list .item .cont h3 span,
.design-list .item .cont p {
    display: block;
    font-size: 16px;
    color: #666;
}
.design-list .item .cont p {
    margin-top: 28px;
    line-height: 30px;
}
.design-list .item:nth-child(2) .cont h3,
.design-list .item:nth-child(2) .cont h3 span {
    color: #fff;
}
.design-list .item:nth-child(2) .cont p {
    color: #b6b6b7;
}
.design-quality {
    text-align: center;
}
.design-quality h3 {
    padding: 75px 0;
    font-size: 30px;
    color: #000;
}
.quality-content .item {
    float: left;
    width: 50%;
    background: #eee;
}
.quality-content .item .pic {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}
.quality-content .item .cont {
    width: 30%;
    overflow: hidden;
    padding: 10% 10% 0;
    text-align: left;
}
.quality-content .item:nth-child(3) .pic,
.quality-content .item:nth-child(4) .pic {
    float: right;
}
.quality-content .item .cont h4 {
    font-size: 24px;
    color: #000;
}
.quality-content .item .cont p {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
    line-height: 28px;
}

.lhkh-company {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
}
.lhkh-company .tit h3 {
    font-size: 30px;
    color: #000;
    line-height: 1;
}
.lhkh-company .tit p {
    margin-top: 20px;
    color: #999;
}
.lhkh-company ul {
    margin-top: 70px;
}
.lhkh-company ul li h5 {
    font-size: 18px;
    color: #333;
    line-height: 60px;
}
.service-content .left {
    width: 800px;
}
.service-content .right {
    width: 400px;
    position: relative;
    overflow: hidden;
}
.service-content .left .item {
    float: left;
    position: relative;
    overflow: hidden;
}
.service-content .left .item .cont {
    position: absolute;
    left: 50px;
    top: 70px;
}
.service-content .right .cont {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.service-content .cont h3 {
    font-size: 24px;
    color: #000;    
}
.service-content .cont.white h3 {
    color: #fff;
    font-weight: 300;
}
.service-content .cont.white p {
    color: #d4d4d4;
    font-weight: 300;
    font-family: "Microsoft Yahei Light";
}
.service-content .cont p {
    font-size: 16px;
}
.service-content .cont h3 span {
    /*font-family: "DINNextLTPro Bold";*/
}
.service-content .left .item .cont p {
    margin-top: 5px;
}
.service-content .left .item .cont p.tel {
    font-size: 30px;
    color: #255ca7;
    margin-top: 20px;
}
.service-content .left .item .cont p.tel .icon-tel {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/img/telphone.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}
.service-content .right .cont p {
    margin-top: 10px;
    line-height: 1.3;
}
.service-content .right .cont p span {
    color: #000;
    font-size: 20px;
    /*font-family: "DINNextLTPro Bold";*/
}
.view-center {
    margin-bottom: 110px;
    border: 1px solid #eeeeee;
    font-size: 0;
    text-align: center;
}
.view-center .item {
    position: relative;
    
    display: inline-block;
    width: 33.3333%;
    height: 300px;
}
.view-center .item ~ .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #eee;
}
.view-center .item h5 {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
}
.view-center .item .more {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1;
    border-bottom: 1px solid #666;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.view-center .item:hover .more {
    color: #1e54a3;
    border-color: #1e54a3;
}
.view-center .item .box {
    padding-top: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-wrap {
    padding-bottom: 90px;
}
.faq-content li {
    float: left;
    width: 43.33%;
    padding-right: 75px;
}
.faq-content li a {
    display: inline-block;
    width: 100%;
    line-height: 64px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.faq-wrap .more {
    display: block;
    margin: 80px auto 0;
    width: 150px;
    line-height: 40px;
    border: 1px solid #1e54a3;
    text-align: center;
    color: #1e54a3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-wrap .more:hover {
    background: #1e54a3;
    color: #fff;
}
.service-foot-more {
    padding: 120px 0;
}
.service-foot-more .item {
    float: left;
    position: relative;
    overflow: hidden;
}
.service-foot-more .item .cont {
    position: absolute;
    left: 60px;
    top: 60px;
    color: #fff;
}
.service-foot-more .item .cont h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.service-foot-more .item .cont p {
    font-size: 16px;
    color: #dedede;
}
.service-foot-more .item .cont p a {
    display: inline-block;
    color: #fff;
}
.service-foot-more .item .cont p a:hover {
    color: #1e54a3;
}

.contact-info {
    padding-top: 105px;
    padding-bottom: 115px;
    text-align: center;
}
.contact-info h3 {
    margin-bottom: 95px;
    font-size: 30px;
    color: #333;
}
.contact-list li {
    position: relative;
    float: left;
    width: 33.3333%;
}
.contact-list li ~ li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 62px;
    border-left: 1px solid #e5e5e5;
}
.contact-list li h5 {
    font-size: 16px;
    color: #999;
}
.contact-list li p {
    font-size: 30px;
    color: #000;
}
.contact-list li p.font-min {
    font-size: 18px;
    line-height: 52px;
    font-weight: bold;
}
.map-list .item {
    height: 280px;
    background: #f6f6f6;
}
.map-list .item ~ .item {
    margin-top: 10px;
}
.map-list .item .pic {
    float: left;
    width: 50%;
    overflow: hidden;
}
.map-list .item .cont {
    float: left;
    width: 600px;
    overflow: hidden;
    padding-left: 115px;
    padding-top: 50px;
}
.map-list .item:nth-child(2n) .pic {
    float: right;
}
.map-list .item:nth-child(2n) .cont {
    padding-left: 0;
    float: right;
}
.map-list .item .pic img {
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -480px;
}
.map-list .item .cont h4 {
    font-size: 24px;
    color: #333333;
    line-height: 1;
}
.map-list .item .cont .des {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}
.map-list .item .cont .link {
    display: inline-block;
    width: 114px;
    line-height: 40px;
    background: #1e54a3;
    color: #fff;
    text-align: center;
    margin-top: 45px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.map-list .item .cont .link:hover {
    opacity: .9;
}




/*新闻列表 风格-gr01*/
.newslist-gr01 {
    margin-left: -15px;
    margin-right: -15px;
}
.newslist-gr01 li {
    padding: 0 15px;
    float: left;
    width: 33.3333%;
    margin-bottom: 60px;
}
.newslist-gr01 li .box {
    position: relative;
    background: #f6f6f6;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.newslist-gr01 li .box .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    line-height: 30px;
    color: #fff;
    background: #000;
    font-size: 16px;
}
.newslist-gr01 li .box .pic {
    height: 260px;
    line-height: 260px;
    font-size: 0;
}
.newslist-gr01 li .box .pic img {
    height: 260px;
    width: 100%;
}
.newslist-gr01 li .box .cont {
    padding: 40px 35px 30px;
    height: 270px;
}
.newslist-gr01 li .box .cont h4 {
    font-size: 16px;
    color: #333;
}
.newslist-gr01 li .box .cont p {
    margin-top: 15px;
    color: #999;
    height: 72px;
}
.newslist-gr01 li .box .cont .more {
    display: inline-block;
    margin-top: 45px;
    width: 220px;
    line-height: 40px;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newslist-gr01 li .box:hover .cont .more {
    background: #1e54a3;
    color: #fff;
    border-color: #1e54a3;
}
.newslist-gr01 li .box .cont .more .icon-more {
    position: relative;
    top: -2px;
    margin-left: 27px;
    width: 56px;
    height: 9px;
    background: url(/img/icon-news-more.png) no-repeat -56px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newslist-gr01 li .box:hover .cont .more .icon-more {
    background-position: 0 0;
}


/*服务详情页*/
.page-content .left {
    width: 207px;
    border: 1px solid #eee;
    background: #fff;
}
.left-cate-item {
    padding: 20px 20px 20px;
    border-top: 1px solid #eee;
}
.left-cate-item:first-child {
    border-top: none;
}
.left-cate-item .tit {
    font-size: 18px;
    color: #333;
    /*margin-bottom: 14px;*/
}
.left-cate-item .tit.on a {
    color: #1e54a2;
}
.left-cate-item ul li a {
    position: relative;
    display: block;
    padding-left: 27px;
    line-height: 36px;
    font-size: 16px;
}
.left-cate-item ul li.on a,
.left-cate-item ul li a:hover  {
    color: #1e54a2;
}
.left-cate-item ul li a:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #898989;
}
.page-content .right {
    padding: 40px;
    width: 900px;
    min-height: 800px;
    border: 1px solid #eee;
    background: #fff;
}
.page-content .right .big-tit {
    font-size: 26px;
    color: #333;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.page-content .right .cont {
    line-height: 1.8;
}


/*下载*/
.fileList li{height:42px;line-height:42px;border-bottom:1px dotted #e0e0e0;padding: 0 5px;}
.fileList li a{display:block;height:42px;background:url(/img/downa.png) no-repeat left center;padding-left:40px;font-size:14px;float:left;width:700px;}
.fileList li a:hover {
  color: #1e54a2;
}
.fileList li a i{font-style:normal;padding-left:10px;}
.fileList li span{float:right;min-width: 100px;}
.fileList li span .down {font-style: normal;}


.video-list li {
    text-align: center;
    width: 48.33%;
}
.video-list li .pic {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.video-list2 li .pic {
    height: 300px;
    background: #f5f5f5;
}
.video-list2 li .pic iframe {
    width: 100%;
    height: 300px;
}
.video-list li .tit {
    padding-top: 20px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.video-list li .box:hover .tit,
.com-title2 .more:hover {
    color: #1e54a2;
}
.page-content .right .cont .video-list {
    margin-right: -10px;
    margin-left: -10px;
}
.page-content .right .cont .video-list li {
    margin-bottom: 10px;
}
.page-content .right .cont .video-list li .tit {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
}
.page-content .right .cont .page-list {
    margin-top: 50px;
    margin-bottom: 20px;
}










