﻿@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.ufml{font-family:"微软雅黑";}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    transition: all 0.3s ease;
}
.biaoge {
    text-align: center;
    border: 1px solid #B8B8B8;
}
.index-header.homeHead{position:fixed;}
.homeHead:after{
    width: 100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -95px;
    top: -100%;
    left: 0;
    display: inline;
    height: 95px;
    height:100%;
    background: #fff;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
}
.homeHead.activeHead:after{top:0;}
.index-header.activeHead .navbar-default .navbar-nav > li > a{color:#000;}
.activeHead .navbar-default .navbar-nav > li.on > a, 
.activeHead .navbar-default .navbar-nav > li > a:hover, 
.index-header.activeHead  .navbar-default .navbar-nav > li.on > a, 
.index-header.activeHead .navbar-default .navbar-nav > li > a:hover,
.index-header.activeHead .navbar-default .navbar-nav > li:hover:before{color:#3bb3c3 ;}
.activeHead .navbar-nav > li.sea .hed-input{background:url(../Images/ico_sea2.png) 10px center no-repeat}
/* header */
/* header{box-shadow:0 2px 3px 1px #ddd;padding-bottom:5px;} */
/* .index-header{border-bottom:1px solid #abb5bc;} */
/* .navbar-nav > li.last{width:67px;font-size:0;background:url(../Images/ico_01.png) center no-repeat;}
.navbar-nav > li.last a{display:inline-block;width:50%;font-size:0!important;} */
/* header{position:absolute;width:100%;z-index:100;border-bottom:1px solid #515d73;} */
.navbar-nav > li.last{margin-left:20px;padding:5px 0;margin-top: 5px;}
.navbar-nav > li.last a{
    width:150px;
    height:34px;
    padding-left:27px!important;
    border-radius:34px;
    background:#c10000 url(../Images/ico_tel.png) 10px center no-repeat!important;
    color:#fff!important;
    font-size:16px!important;
}
.navbar-default{border:0;background:none;margin-bottom:0;font-family: "Microsoft YaHei";}
.navbar-brand{height:auto;padding:20px 10px 20px 15px;color:#fff!important;}
.navbar-brand > img{margin-right:1.5rem;}
.navbar-right{margin-top:28px;}
.navbar-default .navbar-nav > li > a{color:#000;font-size:16px;}
.navbar-default .navbar-nav > li > a:hover{color:#014b9d;}
.navbar-toggle{margin-top:28px;}
.text{text-align:left;overflow:hidden;}
.text embed{max-width:100%;}
/* banner */
.banner-img{
	position: absolute;
    top: 50%;
    width: 100%;
    transform:translateY(-50%);
}
.colorInfo{width: 80px;
    height: 55px;}


.dtable {
    display: table;
    height: 100%;
}
.dtcell {
    display: table-cell;
    vertical-align: middle;
}
.active .pro-text h3,.active .pro-text p,.active .pro-link{
	-webkit-animation: down-in 500ms;
    -moz-animation: down-in 500ms;
    -ms-animation: down-in 500ms;
    -o-animation: down-in 500ms;
    animation: down-in 500ms;
    animation-fill-mode: both;
}
.active .pro-text h3{
    animation-delay: 200ms;
}
.active .pro-text p{
    animation-delay: 500ms;
}
.active .pro-link{
    animation-delay: 800ms;
}
/* index */
.swiper-slide img{width:100%;}
.prevbox,.nextbox{
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: transparent;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top:50%;
    -webkit-transition: background .5s,opacity .3s,transform .5s;
    -moz-transition: background .5s,opacity .3s,transform .5s;
    transition: background .5s,opacity .3s,transform .5s;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:99;
}
.prevbox{left:15px;}
.nextbox{right:15px;}

.prevbox .ban-prev,.nextbox .ban-next{
    display:block;
    width: 54px;
    height: 54px;
    -webkit-transition: background .5s,opacity .3s,transform .5s;
    -moz-transition: background .5s,opacity .3s,transform .5s;
    transition: background .5s,opacity .3s,transform .5s;
    cursor: pointer;
    position:relative;
}
.prevbox .ban-prev:after{
    display:block;
    width:54px;
    height:54px;
    background:url(../Images/ico_prev.png) center no-repeat;
    content: '';
    position:absolute;
    top:0;
    left:0;
}
.nextbox .ban-next:after{
    display:block;
    width:54px;
    height:54px;
    background:url(../Images/ico_next.png) center center no-repeat;
    content: '';
    position:absolute;
    top:0;
    left:0;
}
.nextbox:hover,.prevbox:hover {
    opacity: 1;
    background: #f26228;
    color: #fff;
    border-color: #f26228;
    animation: pulse .5s ease-out forwards;
}
.prevbox .ban-prev:hover::after{
    -webkit-animation: toRightFromRight .5s forwards;
    -moz-animation: toRightFromRight .5s forwards;
    animation: toRightFromRight .5s forwards;
}
.nextbox .ban-next:hover::after{
    -webkit-animation: toRightFromLeft .5s forwards;
    -moz-animation: toRightFromLeft .5s forwards;
    animation: toRightFromLeft .5s forwards;
}

.foucs{position:relative;}
.foucs .fouct-txt-box{
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
    text-align:center;
    color:#fff;
    font-size:18px;
    line-height:35px;
}
.foucs .fouct-txt-box .ban-move-box{overflow:hidden;}
.foucs .fouct-txt-box .ban-move-box .ban-move-st{
    animation-fill-mode: forwards;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    overflow:hidden;
}
.on.foucs .fouct-txt-box .ban-move-box .ban-move-st{
    -webkit-animation-name: maskUpIn; */
    animation-name: maskUpIn;
    animation-duration: 0.4s;
    animation-delay: 0.65s;
}
.downpage{
    position:absolute;
    bottom:30px;
    left:50%;
    width:51px;
    height:51px;
    background:url(../Images/ico_updown.png);
    margin-left:-25px;
    z-index:10;
    cursor:pointer;
}


.ban-down-txt{width:80%;margin:0 auto;text-align:left;}
.ban-down-txt h3{font-size:40px;color:#fff;}
.ban_btn{
    display:inline-block;
    padding:5px 20px;
    font-size:16px;
    color:#000;
    background:#fff;
    margin-top:20px;
}
.ban_btn:hover{color:#fff;background:#007dbb;}

.banpagination{
    text-align:center;
    position:absolute;
    bottom:30px;
    left:0;
    width:100%;
}
.banpagination span{
    display:inline-block;
    width:28px;
    height:28px;
    border-radius:50%;
    border:1px solid transparent;
    position:relative;
    vertical-align:top;
    z-index:8;
    background:transparent;
}
.banpagination span:after{
    position:absolute;
    top:50%;
    left:50%;
    width:8px;
    height:8px;
    border-radius:8px;
    background:#d4d4d4;
    content:'';
    margin:-4px 0 0 -4px;
}
.banpagination span.swiper-pagination-bullet-active{
    border-color:#f26228;
}
.banpagination span.swiper-pagination-bullet-active:after{
    background:#f26228;
}
.banner .pagenum {
    color: #fff;
    font-family: "arial black";
    font-size: 34px;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
    position: absolute;
    z-index: 2;
    right: 30px;
    left: auto;
    bottom: 20px;
    width: auto;
}
.bannerImgBox{
    width:100%;
/*     height:0;
padding-top:941px; */
    position:relative;
}
.bannerImgBox .bannerImg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.ban-txt{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5;
    text-align:center;
    color:#fff;
}
.ban-txt>div{width:100%;}
.ban-txt h3{font-size:48px;font-weight:500;margin-bottom:30px;}
.ban-txt h4{font-size:28px;}
.bann-move-p{
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.bann-move-p:before{
    content: '';
    background: #f26228;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(105%);
    -webkit-transform: translateY(105%);
    animation-delay:0.1s;
}
h3 .bann-move-p:before{animation-delay:0.1s;}
h4 .bann-move-p:before{animation-delay:1.2s;}
.swiper-slide-active .bann-move-p:before{
    -webkit-animation-name: maskUp;
    animation-name: maskUp;
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.swiper-slide-active h3 .bann-move-p:before{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.swiper-slide-active h4 .bann-move-p:before{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.ban-move-s{
    display: inline-block;
    position: relative;
    z-index: 1;
    animation-fill-mode: forwards;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.swiper-slide-active .ban-move-s{
    -webkit-animation-name: maskUpIn;
    animation-name: maskUpIn;
}
.swiper-slide-active h3 .ban-move-s{
    animation-duration: 0.4s;
    animation-delay: 0.65s;
}
.swiper-slide-active h4 .ban-move-s{
    animation-duration: 0.65s;
    animation-delay: 1.4s;
}
.banner .swiper-pagination-custom{
    color: #fff;
    font-family: "arial black";
    font-size:34px;
    padding-bottom:3px;
    border-bottom:3px solid #fff;
    position: absolute;
    z-index: 2;
    right: 30px;
    left:auto;
    bottom: 20px;
    width:auto;
}

/* main */
@font-face{
    font-family:'MicrosoftYaHeiLight';
    src:url('../Fonts/MicrosoftYaHeiLight.eot');
    src:url('../Fonts/MicrosoftYaHeiLight.eot?#iefix')format('embedded-opentype'),
    url('../Fonts/MicrosoftYaHeiLight.woff')format('woff'),
    url('../Fonts/MicrosoftYaHeiLight.ttf')format('truetype');
    font-weight:normal;
    font-style:normal;
}
body,html{font-family:"MicrosoftYaHeiLight";}
.navbar-nav > li.sea .hed-input{
    width:40px;
    height:24px;
    background:url(../Images/ico_sea.png) 10px center no-repeat;
    border-color:transparent;
    color:#f00;
    box-shadow:none;
    margin-top:0px;
}
.navbar-nav > li.sea .hed-input.stxton{background:none;}
.navbar-nav > li.sea{position: relative;}
.index-header .navbar-default .navbar-nav > li.sea:before{
    display:block;
    width:0;
    height:14px;
    border-left:1px solid #ccc;
    content:'';
    position:absolute;
    left:-15px;
    top:12px;
}
.line-s1{max-width:500px;margin:0 auto;border-bottom:1px solid #c2c2c2;margin-top:0px;margin-bottom:25px;}
.line-s1 span{
    display:block;
    width:64px;
    height:5px;
    background:#e2e2e2;
    margin:0 auto -3px;
}
.ban-a{font-size:22px;color:#fff!important;}
.l{
    display: inline-block;
    font-size:16px!important;
    margin:0 10px;
    vertical-align: middle;
}
.ban-a2{
    display:inline-block;
    line-height:40px;
    font-size:18px!important;
    color:#fff!important;
    margin:30px 60px 0;
    transition:opacity 0.3s;
}
/* .ban-a2:hover{opacity: 1;} */
.section-1{
    padding:80px 15px 110px;
    background:url(../Images/index_bg01.jpg) center bottom no-repeat;
    text-align:center;
}
.section-1 h4{color:#555;margin-top:0;margin-bottom:25px;}
.section-1 p{font-size:15px;color:#888;}
.more-s1{text-align:center;margin-top:80px;}
.more-s1 a{
    display:inline-block;
    width: 235px;
    height:45px;
    line-height:45px;
    background:#3bb3c3;
    color:#fff;
    border-radius:45px;
    font-size:22px;
    font-family:'Microsoft YaHei';
}
.more-s1 a span{font-size:16px;font-weight:bold;}
.section-2{padding:60px 0 70px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#fdfdfd;}
.index-tit{text-align:center;}
.index-tit h2{font-size:36px;font-family:"Microsoft YaHei";font-weight:bold;margin:0 0 25px;}
.index-tit h2 span{display:inline-block;padding:0 5px 22px;border-bottom:2px solid #3bb3c3;}
.index-tit p{font-size:18px;}
.index-tit .more-s2{margin-top:32px;}
.more-s2 a{display:inline-block;padding:8px 45px;border-radius:36px;font-size:22px;font-family:"Microsoft YaHei";border:1px solid #cfcfcf;color:#000;background:#fff;}
.index-pro-tgroup{margin-top:60px;}
.index-pro-titem{height:140px;text-align:center;}
.index-pro-titem{border-left:1px solid #e5e5e5;}
.index-pro-titem .index-pro-tlist{display:inline-block;text-align:left;}
.index-pro-tico{font-size:20px;margin-bottom:15px;}
.index-pro-tico i{display:inline-block;width:45px;height:32px;vertical-align:middle;}
.index-pro-tlist ul li{
    line-height:30px;
    position: relative;
    padding-left:24px;
}
.index-pro-tlist ul li:after{
    display:block;
    width:6px;
    height: 6px;
    border-radius:6px;
    border:1px solid #888;
    content: '';
    position:absolute;
    left:10px;
    top:12px;
}
.index-pro-tlist ul li a{color:#888;}
.index-case-wrap.row{
    margin-right:-10px;
    margin-left:-10px;
    margin-top:60px;
}
.index-case-wrap.row > div{
    padding-right:10px;
    padding-left:10px;
}
.index-case-box{position:relative;}
.index-case-box .index-case-tit{
    position:absolute;
    right:15px;
    bottom:0px;
    left:15px;
    z-index:3;
    color:#fff;
}
.index-case-box .index-case-tit h3{font-size: 18px;}
.index-case-box .index-case-tit p{line-height:24px;font-size:14px;}
.section-3{padding:55px 0;}
.index-case-date{font-size:12px;font-family:Arial;display:none;}
.index-case-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#3bb3c3;opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;}
.index-case-box:hover .index-case-bg{opacity: 0.87;}
#indexCase{margin-top:60px;}
.caseSwpage{margin-top:30px;text-align:center;}
.caseSwpage .swiper-pagination-bullet{background:#555;border-color:#555;}
.caseSwpage .swiper-pagination-bullet-active{background:#3bb3c3;border-color:#3bb3c3;}
.section-4{padding:30px 0 80px;}
.index-news-row{margin-top:60px;}
.index-news-box{background:#fbfcfd;min-height:535px;padding-bottom:15px;}
.index-news-box img{max-height:351px;}
.index-news-txt{padding:20px 20px 0;}
.index-news-ltit{font-size:18px;}
.index-news-ldate{margin:15px 0;font-size:13px;font-family:Arial;color:#888;overflow:hidden;}
.index-news-ldate span{display:inline-block;position:relative;}
.line-s3{float: left;width:100%;border-bottom:1px solid #ddd;}
.index-news-ldate .line-s3{
    width:1000px;
    position:absolute;
    top:50%;
    left:100%;
    margin-left:20px;
}
.index-news-ldate .line-s3:after{
    display:block;
    width:8px;
    height:8px;
    border-radius:5px;
    border:1px solid #ccc;
    content:'';
    position:absolute;
    top:-4px;
    left:-8px;
}
.index-news-lp{line-height:30px;height:60px;overflow:hidden;}
.index-news-rtit{text-align:center;margin:15px 0;position:relative;}
.index-news-rtit span{
    display:inline-block;
    padding:4px 10px;
    background:#3bb3c3;
    color:#fff;
    font-size:18px;
    position:relative;
    z-index:3;
}
.index-news-rtit .line-s4{
    display:block;
    border-bottom:1px solid #ddd;
    position:absolute;
    top:50%;
    right:0;
    left:0;
    z-index:2;
}
.index-rnews-ul{padding:0 20px;}
.index-rnews-ul li{
    padding:8px 3px 6px;
    border-bottom:2px solid transparent;
    line-height:20px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.index-rnews-ul li a{color:#555;text-decoration:none;}
.index-rnews-ul li a i{
    display:inline-block;
    width:7px;
    height:7px;
    border-radius:7px;
    border:1px solid #888;
    vertical-align:middle;
    margin-right:5px;
    margin-bottom:3px;
}
.index-rnews-ul li:hover{border-bottom-color:#3bb3c3;}
.index-rnews-ul li:hover a{color:#3bb3c3;}
.index-rnews-ul li:hover a i{border-color:#3bb3c3;}
.footer-main{background:#1b1b1b;padding:40px 0 0;color:#fff;}
.ftnav dt{font-size:18px;color:#fff;margin-bottom:10px;font-family:"Microsoft YaHei";font-weight:500;}
.ftnav dd{line-height:30px;color:#fff;}
.ftnav dd a{color:#fff;}
.ftnav dd a:hover{opacity:0.8;}
.ft-add{max-width:270px;}
.ftnav dd a.ft-pop{
    display:block;
    width:180px;
    height:34px;
    line-height:34px;
    text-align:center;
    font-size:22px;
    color:#fff;
    background:#068495;
    border-radius:34px;
    margin-top:20px;
    opacity:1;
}
.yqlink{padding:22px 0 15px;border-top:1px solid #666;}
.yqlink-l{color:#ebebeb;display:inline-block;padding-bottom:30px;background:url(../Images/ico_ftl.png) left bottom no-repeat;line-height:16px;}
.yqlink-w a{color:#ebebeb;display:inline-block;padding-right:5px;margin-right:5px;border-right:1px solid #ebebeb;line-height:16px;margin-bottom:5px;}
.icp{text-align:center;padding:10px;background:#004559;color:#c9e5e9;}
.inner-focus .ban-txt h3{font-size:30px;}
.inner-focus .ban-txt h4{font-size:16px;line-height:30px;max-width:790px;margin:0 auto;}
.case-main{padding:56px 0 0;}
.case-tab{padding:40px 0 52px;font-size:0;text-align:center;}
.case-tab a{display:inline-block;padding:6px 22px;border-radius:4px;font-size:16px;margin:0 3px;}
.case-tab a.on,.case-tab a:hover{
    background:#3bb3c3;
    color:#fff;
}
.case-item{
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 2.3s;
    margin-bottom:30px;
}
.case-group .case-item:nth-child(4n+1) {
    animation-delay: 0.4s;
}
.case-group .case-item:nth-child(4n+2) {
    animation-delay: 0.8s;
}
.case-group .case-item:nth-child(4n+3) {
    animation-delay: 1.2s;
}
.case-group .case-item:nth-child(4n+4) {
    animation-delay: 1.6s;
}
.case-group .case-item .caseImgadm {
    position: relative;
    width: 100%;
    padding-top: 71.5%;
    overflow: hidden;
}
.case-group .case-item .caseImgadm>a {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.9);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: .3s;
    transition: .3s;
}
.caseImgadm a .viewmore {
    position: absolute;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.viewline {
    display: inline-block;
    width: 100px !important;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 51%;
    margin-left: -50px;
    transition: all 0.6s ease 0s !important;
    top: 43%;
}
.viewlinet {
    top: 57% !important;
}
.viewtxt {
    position: absolute;
    top: 46%;
    color: #fff;
    left: 50%;
    margin-left: -19px;
}
.caseImgadm>a:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.caseImgadm a:hover .viewmore {
    opacity: 0.7;
}
.caseImgadm a:hover .viewmore .viewline {
    width: 10px !important;
    margin-left: -3px;
}
.case-group .case-item h4{margin-top:28px;margin-bottom:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.case_m_bot{padding-bottom:15px;}
.case_m_bot .ufl{color:#000;}
.case-item a{color:#000;}
.case-more{
    display:block;
    width:35px;
    height:11px;
    background:url(../Images/ico_jt.png);
    margin-top:5px;
}
.case-more-btn{text-align:center;margin:30px 0 130px;}
.case-more-btn a{
    display:inline-block;
    width:190px;
    height:45px;
    line-height:40px;
    border:2px solid #068495;
    border-radius:45px;
    color:#068495;
    font-size:18px;
}
.case-more-btn a span{font-size:14px;}
.case-det-right{background:#068495;position:relative;}
.case-details .case-det-top.row{margin:0 0 30px;}
.case-details .case-det-top.row > div{padding:0;}
.case-det-right{padding:50px 0 0 85px;}
.case-det-txt dt{
    font-size:20px;
    color:#fff;
    margin-bottom:15px;
}
.case-det-txt dd{
    font-size:18px;
    color:#fff;
    padding:5px 0;
}
.case-det-txt dd i{
    display:inline-block;
    width:20px;
    height:25px;
    vertical-align:middle;
    margin-right:8px;
}
.case-det-txt dd i.cdt-1{
    background:url(../Images/ico_caa.png) center no-repeat;
}
.case-det-txt dd i.cdt-2{
    background:url(../Images/ico_cab.png) center no-repeat;
}
.case-det-txt dd i.cdt-3{
    background:url(../Images/ico_cac.png) center no-repeat;
}
.case-det-rimg{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    background:#e9e9e9;
    padding:24px 70px 24px 85px;
}
.case-det-rimg .swiper-container{}
.casePrev,.caseNext{
    height:40px;
    line-height:40px;
    font-size:36px;
    font-weight:bold;
    color:#4f5151;
    position:absolute;
    top:50%;
    margin-top:-20px;
    cursor: pointer;
}
.casePrev{left:35px;}
.caseNext{right:25px;}
.pagepage{line-height:30px;margin:40px 0 80px;color:#555;font-family:"Microsoft YaHei";}
.tit-s4{font-size:24px;font-weight:bold;color:#3bb3c3;text-align:left;font-family:"Microsoft YaHei";padding-bottom:10px;border-bottom:1px solid #3bb3c3;margin-bottom:34px;}
.products-main{padding:40px 0 0;}
.pro-slide{margin-bottom:30px;}
.pro-slide-top{border:1px solid #e3e3e3;}
.pro-slide-t{
    background:#fff;
    display:inline-block;
    padding:5px;
    transform:translate(-10px,-50%);
}
.pro-slide-t .sz36{
    font-size:36px;
    color:#000;
    font-family:"Microsoft YaHei";
    font-weight:bold;
    vertical-align:middle;
}
.pro-slide-t .sz14{
    color:#888;
    text-transform:uppercase;
    margin-left:6px;
    vertical-align:middle;
}
.pro-snbox{margin-top:-20px;}
.pro-slide-group{padding:0 18px;margin-bottom:0;margin-top:10px;}
.pro-slide-group dt{
    font-size:16px;
    padding-left:30px;
    background:#888;
    line-height:40px;
    color:#fff;
    font-weight:500;
}
.pro-slide-group dd{
    padding:0 30px;
    font-size:16px;
    line-height:50px;
}
.pro-slide-group dd + dd{border-top:1px dotted #888;}
.pro-slide-mct{
    padding-left: 45px;
    height:50px;
    line-height:50px;
    border:1px solid #e3e3e3;
    font-size:20px;
}
.pro-slide-mc{margin-top:10px;}
.pro-slide-mct i{display:inline-block;width:30px;height:30px;vertical-align:middle;margin-right:6px;margin-bottom:3px;}
.pro-slide-mct i.pro-mc-1{background:url(../Images/ico_08.png) center no-repeat;}
.pro-slide-mct i.pro-mc-2{background:url(../Images/ico_09.png) center no-repeat;}
.pro-slide-mct i.pro-mc-3{background:url(../Images/ico_10.png) center no-repeat;}
.pro-slide-mct a{
    color:#000;
    display:inline-block;
    line-height:50px;
    border-top:4px solid #3bb3c3;
    margin-top:-3px;
}
.proDet-tt{overflow:hidden;text-align:center;margin-top:0;}
.proDet-tt span{display:inline-block;padding:0 10px;position:relative;}
.proDet-tt span:after,.proDet-tt span:before{
    display:block;
    width:1000px;
    border-bottom:1px solid #e3e3e3;
    content:'';
    position:absolute;
    top:50%;
}
.proDet-tt span:after{left:100%;}
.proDet-tt span:before{right:100%;}
.jg-main{padding:30px 0 0;}
.jg-tit{font-size:36px;font-weight:bold;color:#000;font-family:"Microsoft YaHei";padding-bottom:10px;border-bottom:1px solid #ccc;}
.jg-main .case-tab{text-align:left;padding:12px 0;}
.jg-list{margin:0px 0 50px;}
.jg-list ul li{
    float: left;
    height:0;
    overflow:hidden;
    position:relative;
}
.jg-list ul li.jg-item-1{
    width: 61%;
    padding-top:41%;
}
.jg-list ul li.jg-item-2{
    width: 39%;
    padding-top:20.5%;
}
.jg-list ul li.jg-item-3{
    width: 39%;
    padding-top:20.5%;
}
.jg-list ul li.jg-item-4{
    width: 50%;
    padding-top:16%;
}
.jg-list ul li.jg-item-5{
    width: 50%;
    padding-top:16%;
}
.jg-list ul li.jg-item-6{
    width: 23%;
    padding-top:16%;
}
.jg-list ul li.jg-item-7{
    width: 50.5%;
    padding-top:16%;
}
.jg-img-box{
    position:absolute;
    top:5px;
    right:5px;
    bottom:5px;
    left:5px;
    overflow:hidden;
}
.jg-img-box img{width:100%;height:100%;transition:all 0.5s;}
.jg-img-box:hover img{transform:scale(1.1);}
.jg-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    opacity:0;
    transition:all 0.3s;
}
.jg-list ul li a:hover .jg-text{opacity:1;}
.jg-text h5{font-size:22px;color:#fff;padding:20px 25px;border-bottom:1px solid #fff;white-space:nowrap;}
.jg-ico{display:inline-block;width:18px;height:18px;background:url(../Images/ico_jg.png);}
.jgDetxt{padding-top:30px;}
.about-main{padding-top:70px;}
.index-tit p.p2{font-size:15px;color:#888;}
.ab-pg1{margin-top:90px;text-align:center;margin-bottom:60px;}
.ab-pico{height:84px;margin-bottom:35px;}
.ab-pico-1{background:url(../Images/ico_ab_01.png) center no-repeat;}
.ab-pico-2{background:url(../Images/ico_ab_02.png) center no-repeat;}
.ab-pico-3{background:url(../Images/ico_ab_03.png) center no-repeat;}
.ab-pico-4{background:url(../Images/ico_ab_04.png) center no-repeat;}
.ab-pg1 h5{font-size:22px;margin-bottom:15px;}
.ab-pg1 p{font-size:15px;line-height:30px;color:#555;max-width:250px;margin:0 auto;}
.about-ry{padding:80px 0 150px;background:url(../Images/con_bg.jpg) center no-repeat;background-size:cover;}
.about-rymb{padding:0 80px;margin-top:90px;position:relative;}
.abPrev,.abNext,.abPrev2,.abNext2{
    width:33px;
    height:66px;
    position:absolute;
    top:50%;
    margin-top:-33px;
    cursor:pointer;
}
.abPrev,.abPrev2{
    background:url(../Images/ico_prev.png) no-repeat;
    background-size:cover;
    left:0;
}
.abNext,.abNext2{
    background:url(../Images/ico_next.png) no-repeat;
    background-size:cover;
    right:0;
}
.aboutWh{
    padding:95px 0 70px;
}
.whtit{
    font-size:84px;
    color:#f7f5f6;
    text-transform:uppercase;
    font-family:Arial;
    font-weight:bold;
    margin-top:40px;
    position:relative;
    line-height:70px;
}
.whtit span{
    position:absolute;
    bottom:0;
    left:0;
    font-size:36px;
    color:#000;
    font-weight:bold;
    line-height:50px;
}
.aboutWh .whxt h4{margin:22px 0;font-size:19px;}
.aboutWh .whxt p{font-size:15px;line-height:30px;}
.whpax{text-align: center;margin-top:30px;}
.whpax .swiper-pagination-bullet{
    background:#464646;
}
.whpax .swiper-pagination-bullet-active{background:#c10000;}
.about-part{padding:90px 0 80px;background:url(../Images/con_bg2.jpg) center no-repeat;background-size:cover;color:#fff;}
.ab-parmx{padding:0 50px;position:relative;margin-top:90px;}
.parico{margin-bottom:-11px;}
.paritem h4{max-width:90%;margin:0 auto;font-size:16px;line-height:30px;margin-top:25px;min-height:200px;}
.parico{text-align:center;}
.parico span{display:inline-block;width:20px;height:20px;border-radius:100%;border:1px solid #fff;}
.parico span i{display:inline-block;width:12px;height:12px;border-radius:100%;background:#fff;}
.abpatps{border-bottom:1px solid #fff;position:relative;margin:0 30px 30px;}
.abpatps:after,.abpatps:before{
    display:block;
    width:8px;
    height: 8px;
    border-radius:8px;
    border:1px solid #fff;
    content:'';
    position:absolute;
    top:-4px;
}
.abpatps:after{left:100%;}
.abpatps:before{right:100%;}
.about-xy{padding:75px 0 60px;}
.ab-xyico{height:87px;margin-bottom:30px;}
.xyico-1{background:url(../Images/ico_con_01.png) center no-repeat; background-size:auto 100%;}
.xyico-2{background:url(../Images/ico_con_02.png) center no-repeat; background-size:auto 100%;}
.xyico-3{background:url(../Images/ico_con_03.png) center no-repeat; background-size:auto 100%;}
.pronews{padding-top:40px;margin-bottom:50px;border-top:1px solid #ccc;}
.pronews-gb{margin-top: 25px;}
.pronews-gb li{
    line-height:30px;
    position:relative;
    padding-left:10px;
    position:relative;
}
.pronews-gb li:after{
    display:block;
    width:4px;
    height:4px;
    background:#a3a3a3;
    content:'';
    position:absolute;
    left:0;
    top:13px;
}
.content-wrap{padding:150px 0 110px;background:url(../Images/abimg.jpg) center no-repeat;background-size: cover;}
.news-list{margin:50px 0;}
.news-list ul li{padding:12px;margin-bottom:20px;}
.news-list ul li:hover{background:#f4f4f4;}
.news-list ul li table{table-layout: fixed;width:100%;}
.news-list ul li table .news-limg{width:30%;}
.news-list ul li table tr td{position:relative;}
.news-list ul li table tr td h5{font-size:16px;font-weight:bold;margin:0 0 10px 25px;}
.news-list ul li table tr td h5 a{color:#000;}
.news-sm{padding-left:25px;font-size:12px;color:#6c6c6c;font-family:"Microsoft YaHei";line-height:30px;}
.news-txt{position:absolute;right:0;bottom:0;left:0;margin-bottom:0;}
.news-txt a{display:block;line-height:30px;padding:0 25PX;}
.news-ddt{text-align:center;}
.news-ddt h3{font-weight:bold;margin-bottom: 10px;}
.news-ddb{margin-bottom:35px;}
.netujian .ts{
    font-size:24px;
    font-weight:bold;
    color:#3bb3c3;
    font-family:"Microsoft YaHei";
    padding-bottom: 10px;
    border-bottom:1px solid #eee;
    text-align:left;
    margin-bottom:30px;
}
.ntjli{position:relative;margin-bottom:60px;}
.ntjli .ntjname{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    padding:0 15px;
    line-height:38px;
    font-size:16px;
    color:#fff;
    text-align:left;
    background:rgba(0,0,0,0.18);
}
.pages{text-align:center;margin-top:50px;margin-bottom:50px;}
.pages a,.pages span{
    display:inline-block;
    padding:5px 12px;
    border:1px solid #5c5c5c;
    margin:0 3px;
}
.pages a.prev:after{content:'<'}
.pages a.next:after{content: ">"}
.pages span.current{background:#3bb3c3;color:#fff;border-color:#3bb3c3;}
.news-limgbox{
    width:100%;
    padding-top:62%;
    position:relative;
    overflow:hidden;
}
.news-limgbox a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.ft-add dd i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../Images/ico_add.png) no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}
.ft-add dd i.ft-ico-1 {
    background-position: 0 5px;
}
.ft-add dd i.ft-ico-2 {
    background-position: 0 -24px;
}
.ft-add dd i.ft-ico-3 {
    background-position: 0 -58px;
}
.ft-add dd i.ft-ico-4 {
    background-position: 0 -86px;
}

.productlist{margin-top:30px;}
.masonry{margin:0 -30px;}
.masonry li{float: left;width:25%;padding:10px 30px;}
.masonry li .proboxc{padding:6px;transition: all 0.3s;}
.masonry li:hover .proboxc{box-shadow: 0px 0px 10px 2px #333;background:#fff;}
.masonry li .proboxc h5 span{color: #106099;line-height: 24px;font-size: 14px;}
.masonry li .proboxc h5 a{line-height:24px;}
.masonry li .proboxc p{line-height: 24px;font-size: 14px;}
.masonry li .proboxc p a{color: #5f5f5f;}
.masonry li .proimgcx{
    display:block;
    height:0;
    padding-top:60%;
    overflow:hidden;
    position:relative;
}
.masonry li .proimgcx a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.masonry li img{max-width:100%;max-height:100%;margin:0 auto;}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.case-tab2{font-size:0;padding-top:12px;border-top:1px solid #ccc;}
.case-tab2 a{
    font-size:14px;
    vertical-align:middle;
}
.case-tab2 .on{color:#3bb3c3;}
.case-tab2 a:hover{color:#3bb3c3;}
.case-tab2 span{
    font-size:12px;
    vertical-align:middle;
    margin:0 10px;
}

.sqform {
    padding: 25px 50px;
}
.sqform h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
.sqinput {
    margin-bottom: 15px;
}
.sqinput label {
    display: inline-block;
    width: 80px;
    font-weight: normal;
}
.sqinput input {
    width: 300px;
    height: 30px;
    border: 1px solid #ccc;
    margin-right: 5px;
}
.sqinput span.red {
    color: #f00;
}
.sqinput textarea {
    width: 450px;
    min-height: 80px;
    border: 1px solid #ccc;
    vertical-align: top;
}
.sqbtn {
    margin-top: 45px;
}
.sqbtn input {
    height: 42px;
    padding: 0 28px;
    font-size: 16px;
    color: #fff;
    background: #00a1e9;
    border: 0;
    cursor: pointer;
}
.hmbantxtcms,.hmbantbox{display:inline-block;opacity:0.2;transition:opacity 0.3s;}
.hmbantxtcms:hover,.hmbantbox:hover{opacity:1;}