



/* banner样式 */



.index .banner {

    margin-top:60px;

}

/* 系统 */



.xitong {

    width: 100%;

}



.xitong ul {

    overflow: hidden;

}



.xitong ul li {

    float: left;

    width: 33.3%;

    height: auto;

    position: relative;

    overflow: hidden;
	font-size:0px;

}



.xitong ul li img {

    width: 100%;

    cursor: pointer;

    transition: all 0.6s;

}



.xitong ul li .fade {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background: url(../image/head_tmbg.png) repeat;

    display: none;
	padding-top: 20%;
	line-height:40px;
}



.xitong ul li .fade p {

    color: #fff;

    font-size: 28px;

    text-align: center;

}



.innerbox:hover .fade {

    display: block;

    transition: all 0.6s;

}



.innerbox:hover img {

    transform: scale(1.1);

}





/* 视频 */



.video-bg {

    width: 100%;

    height: 800px;

    background: #3f3b3a;

}



.video-cont .title {

    font-size: 20px;

    padding: 30px 0 10px;

    color: #fff;

}





/* 发展史 */



.index .video-cont .video {

    height: 700px;

    padding-bottom: 50px;

    position: relative;



}



.index  .video-cont .video video {

    width: 100%;

    height: 700px;

    display: inline-block;

    vertical-align: baseline;

}



.index  .video .video-img {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-96%);

    width: 76px;

    height: 76px;

    z-index: 999;

    background: url(../icon/video.png) no-repeat;

    background-size: 100% 100%;

    cursor: pointer;

}
/* 发展史开始 */

.fzs {
    height: 547px;
    width: 100%;
    background: url(../image/fzs_bg.jpg) center no-repeat;
    background-size:cover;
}

.fzs .title h2 {
    width: 584px;
    margin: 0 auto;
    padding-top: 50px;
}

.fzs .title h2 img {
    width: 584px;
    height: 38px;
    /* background: url(../image/fz_title.png) center no-repeat; */
}

.fzs .title p {
    text-align: center;
    font-size: 26px;
    color: #666;
    margin-bottom: 40px;
}

.fzs-inner {
    display: flex;
    justify-content: space-between;
    display: table;
}
.fzs-inner .fzs-item {
    display: table-cell;
    width: 22%;
}
.fzs-inner .fzs-time {
    text-align: center;
    margin-bottom: 40px;
    width: 160px;

}

.fzs-inner .fzs-item .fzs-time p {
    font-size: 28px;
    color: #333;
    font-weight: 600;
}

.fzs-inner .fzs-item .fzs-time span {
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

.fzs .fzs-img {
    position: relative;
}

.fzs .fzs-img .yimg {
    width: 160px;
    height: 160px;
    border: 8px solid #ffaf29;
    border-radius: 50%;
    transition: all 0.3s;
}
.fzs .fzs-img .yimg  img{
    width: 160px;
    height: 160px;
}
.fzs .fzs-img .yimg:hover {
    transform: rotate(360deg);
}

.fzs-img .fzs-line {
    width: 95px;
    height: 26px;
    background: url(../image/link_line.png) center no-repeat;
    top: 80px;
    left: 169px;
    position: absolute;
    background-size: cover;
}

.fzs-item:last-child .fzs-line {
    display: none;
}

/* 发展史结束 */



.icon-bg {

    width: 100%;

    background: #3f3b3a;

}



.icon-bg ul {
    overflow: hidden;
    padding: 40px 10px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-around;
    -webkit-box-pack: space-around;
    /* 12版 */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}



.icon-bg ul li a {
    float: left;
    height: 162px;
    box-sizing: content-box;
    margin-right: 158px;

}
.icon-bg ul li:last-child  a{
    margin-right: 0px;
}


.icon-bg ul li img {

    width: 110px;

    height: 110px;

}
.yicon-bg ul {
    overflow: hidden;
    padding: 40px 10px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-around;
    -webkit-box-pack: space-around;
    /* 12版 */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.yicon-bg ul li{
	width:16.6666%;
	text-align:center;
}

.yicon-bg ul li a {
    float: left;
    height: 162px;
    box-sizing: content-box;
    margin-right: 0px;

}
.yicon-bg ul li:last-child  a{
    margin-right: 0px;
}


.yicon-bg ul li img {

    width: 110px;

    height: 110px;

}

.icon-bg ul li p {

    font-size: 18px;

    line-height: 48px;

    box-sizing: content-box;

    color: #ffaf29;

    text-align: center;

}



.product-bg {

    background: #fff;

}



.product {

    padding: 60px 0 40px;

}



.product .title span {

    font-size: 32px;

    color: #333;

}



.title-header {

    position: relative;

}



.product .title text {

    color: #ffaf29;

    font-size: 24px;

    margin-left: 2px;

}



.index-pro .tab {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}



.index-pro .tab a {

    /*width: 60px;*/
    text-align: center;
    padding: 4px 10px;
    float: left;
    font-size: 16px;
    border: #999;
    color: #999;
    border: 1px solid #999;
    margin-right: 16px;
    border-radius: 18px;
    cursor: pointer;

}
.product .tab a:hover{
    background: #ffaf29;

    color: #fff;

    border: 1px solid #ffaf29;
}


.product .tab a.current {

    background: #ffaf29;

    color: #fff;

    border: 1px solid #ffaf29;

}



.list {

    width: 1200px;

    margin: 30px auto 0;

    overflow: hidden;

}



.list li {

    width: 24%;

    height: 350px;

    float: left;

    margin: 0 15px 15px 0;

    position: relative;

    overflow: hidden;

    transition: all .2s linear;

    box-sizing: content-box;

}

.list li:nth-child(3){

    margin-right: 0;

}

.list li:nth-child(7){

    margin-right: 0;

}

.list li:nth-child(11){

    margin-right: 0;

}



.list li .wrapbox .img {

    width: 230px;

    height: 223px;

    margin: 0 auto;

    padding: 39px 0;

}



.list li .wrapbox .img img {

    width: 100%;

    height: 223px;

}



.list li .wrapbox p {

    font-size: 18px;

    color: #333;

    height: 50px;

    line-height: 50px;

    text-align: center;

    overflow: hidden;

    text-overflow:ellipsis;

    white-space: nowrap;

}



.list li:hover {

    transform: translate3d(0, -2px, 0);

    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);

}



.list li:hover p {

    background: #ffaf29;

    color: #fff;

    text-align: left;

    padding-left: 10px;

}



.product .more {

    color: #666;

    font-size: 20px;

    width: 260px;

    border: 1px solid #ccc;

    border-radius: 3px;

    margin: 20px auto;

    padding: 10px;

    text-align: center;

    display: block;

}
.product .more:hover {
    background:#f2f2f2
}

/* 案例 */

.anli-bg {

    width: 100%;

    height: 824px;

    background: url(../image/anli-bg.jpg)

}



.anli {

    width: 100%;

    height: 854px;

}



.anli-box {

    /* width: 300%; */

    height: 100%;

    overflow: hidden;

}



.anli-cont .anli-item {

    width:33%;

    height: 824px;

    /* border-left:1px solid #ccc; */
    float: left;
    position: relative;
    /*border-left: 1px solid rgba(0, 0, 0, .06);*/

    transition: .1s ease-in-out ;

    -webkit-transition: .1s ease-in-out;

    -moz-transition: .1s ease-in-out;

    -ms-transition: .1s ease-in-out ;

    -o-transition: .1s ease-in-out;

    transform: translateY(0%);

    -moz-transform: translateY(0%);

    -ms-transform: translateY(0%);

    -o-transform: translateY(0%);

    -webkit-transform: translateY(0%);

    visibility: visible;

}



.anli-cont .anli-item:first-child {

    border: none;

}



.anli-cont .anli-item a {

    display: block;

    position: absolute;

    top: 50%;

    left: 15px;

    right: 15px;

    height: 150px;

    margin-top: -75px;

    text-align: center;

    transition: .1s ease-in-out;

    -moz-transition: .1s ease-in-out;

    -ms-transition: .1s ease-in-out;

    -o-transition: .1s ease-in-out;

    -webkit-transition: .1s ease-in-out;

}



.anli-cont .anli-item a img {

    width: 100%;

    height: 318px;

    position: absolute;

    left: 0;

    bottom: 110%;

    visibility: hidden;

    z-index: 999;

    opacity: 0;

    transition: .1s ease-in-out;

    -moz-transition: .1s ease-in-out;

    -ms-transition: .1s ease-in-out;

    -o-transition: .1s ease-in-out;

    -webkit-transition: .1s ease-in-out;

}



.anli-cont .anli-item:hover {

    background: rgba(255, 255, 255, 0.8);

}



.anli-cont .anli-item:hover a {

    transform: translateY(50px);

    -moz-transform: translateY(50px);

    -ms-transform: translateY(50px);

    -o-transform: translateY(50px);

    -webkit-transform: translateY(50px);

}



.anli-cont .anli-item:hover a img {

    visibility: visible;

    opacity: 1;

}



.anli-cont .anli-item:hover a b {

    color: #333;

}

.anli-cont .anli-item:hover a p,

.anli-cont .anli-item:hover a span {

    color: #333;

}



.anli-cont .anli-item:hover a i {

    font-size: 160px;

    opacity: 0;

}



.anli-cont .anli-item a i {

    display: block;

    position: absolute;

    width: 100%;

    bottom: 100%;

    color: #a8a8a8;

    font-size: 60px;

    line-height: 1;

    font-style: normal;

    font-family: Times;

    transition: .1s ease-in-out;

    -moz-transition: .1s ease-in-out;

    -ms-transition: .1s ease-in-out;

    -o-transition: .1s ease-in-out;

    -webkit-transition: .1s ease-in-out;

    background: url(../image/a.png) center center no-repeat;

    width: 100%;

    height: 63px;

    display: block;

    margin-top: 160px;

}



.anli-cont .anli-item a .a2 {

    background: url(../image/b.png) center center no-repeat;

    width: 100%;

    height: 63px;

    display: block;

    margin-top: 160px;

}



.anli-cont .anli-item a .a3 {

    background: url(../image/c.png) center center no-repeat;

    width: 100%;

    height: 63px;

    display: block;

    margin-top: 160px;

}



.anli-cont .anli-item a b {

    display: block;

    font-size: 26px;

    padding: 30px 0;

    color: #fff;

    text-align: center;

}



.anli-cont .anli-item a b:after {

    display: block;

    content: '';

    margin: 0 auto;

    width: 30px;

    padding-top: 15px;

    border-bottom: 1px solid #fff;

}

.anli-cont .anli-item:hover a b:after{
    border-bottom: 1px solid #333;
}

.anli-cont .anli-item a p {

    color: #e5e5e5;

    padding: 0 20px;

    line-height: 30px;

    color: #e5e5e5;

    word-wrap: break-word;

    word-break: break-all;

    font-size: 20px;

    text-align: center;

}



.anli-cont .anli-item a span {

    display: block;

    font-family: Times;

    color: #e5e5e5;

    letter-spacing: 1px;

    margin-top: 20px;

    font-size: 18px;

    text-align: center;

}



.kf {

    height: auto;
    position: relative;
	font-size:0px;
}



.kf img {

    width: 100%;

    height: 660px;

}
.kf .textbox{
    position: absolute;
    width:552px;
    height: 242px;
    margin:auto;
    left:0;
    right:0;
    border:4px solid #fff;
    font-size:60px;
    line-height:104px;
    color:#fff;
    text-align:center;
    top:205px;
}


.contact-bg {

    background: url(../image/contact2.jpg) no-repeat center top;
    height: 553px;

}



.contact {

    overflow: hidden;

}



.contact .tit {

    float: left;

    margin-top: 183px;

    font-size:32px;

    color: #fff;

    line-height: 52px;

}



.contact-input {

    width: 270px;

    height: 420px;

    background: #fff;

    float: right;

    margin-top: 60px;

    border-radius: 5px;

    padding: 14px 32px;

}



.contact-input .title {

    margin-bottom: 26px;

}



.contact-input h3 {

    font-size: 22px;

    color: #333;

    text-align: center;

    line-height: 42px;

}



.contact-input .line {

    width: 115px;

    margin: 0 auto;

    border: 2px solid #ffaf29;

}



.from-item span {

    font-size: 16px;

    color: #404040;
    display:block;
}



.from-item {

    color: #404040;

}



.from-item input {

    height: 24px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 10px;
    color: #404040;
    font-size: 14px;
    width:96%;
    margin:10px 0;
    outline-color: #ffaf29;
}

.from-item input:focus {
    border-radius: 3px;

 }

.zixun textarea {

    width: 96%;

    height: 86px;

    margin: 10px 0;

    border: 1px solid #ccc;

    border-radius: 3px;

    resize: none;
    font-size: 14px;
    padding-left: 10px;

    padding-top: 6px;

    color: #404040;
    outline-color: #ffaf29;
}

.zixun textarea:focus {
    border-radius:3px;
 }

.from-item .sub {

    width: 220px;

    height: 50px;

    margin: 20px auto;

    background: #ffaf29;

    color: #ffffff;

    margin-left: 20px;

    font-size: 18px;
    border: none;
    outline: none;

}

.from-item .sub:focus{
    outline: none;
}

/* 侧边悬浮 */
.rightBar {
    width: 50px;
    position: fixed;
    right: 10px;
    top: 48%;
    margin-top: -100px;
    z-index: 30000;
}

.rightBar .xlink {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #222;
    margin: 1px 0 0 0;
    position: relative;
    left: 0;
    top: 0;
    transition: all linear .2s;
}

.rightBar .xlink .img {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    padding: 8px 0;
}

.rightBar .xlink .lChi {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 50px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s
}

.rightBar .xlink .lChi .ar {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px
}

.rightBar .xlink .lChi .txt {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px;
    background: url(../image/optBg.png) repeat;
}

.rightBar .xlink:hover {
    background: #ffaf29;
}

.rightBar .xlink:hover .lChi {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.rightBar .xlink:hover .wxgzh, .rightBar .xlink:hover .chis {
    display: block
}

.rightBar .first {
    cursor: default;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rightBar .last {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
}

.rightBar .wxgzh {
    display: none;
    position: absolute;
    top: -11px;
    left: -150px;
    width: 140px;
    height: 180px;
    /*height: 258px;*/
    background: #ffaf29;
}
.rightBar .wxgzh p{
    color:#fff;
    text-align: center;
}
.rightBar .mgt {
    margin-top: 8px
}

.rightBar_img {
    width: 50px;
    display: none;
    position: absolute;
    left: 0;
    top: -56px;
}

.rightBar_img2 {
    display: block;
    position: absolute;
    left: -23px;
    top: -60px;
    width: 73px;
}

.rightBar:hover .rightBar_img {
    display: block
}

.rightBar:hover .rightBar_img2 {
    display: none
}




/* 左边悬浮框 */
.xfbox{
    left: 1px;
    right: auto;
    top: auto;
    bottom: 1px;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
    position: fixed;
    width: 240px;
    border-radius: 3px;
    z-index: 3;
}
.xfbox .contain{
    color: #000;
    border-radius: 5px;
    background-color: #ededed;
}
#newBridge  .nb-nodeboard-top {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: #ffaf29;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.nb-head-title {
    float: left;
    font-size: 14px;
    color: #fff;
    margin-left: 12px;
    line-height: 35px;
}
.nb-nodeboard-close {
    display: inline-block;
    float: right;
    height: 20px;
    width: 20px;
    margin-top:9px;
    cursor: pointer;
    background:url(../icon/close.png) center center no-repeat;
    background-size: contain;
    margin-right: 16px;
}
.form {
   margin: 10px;
}
.form .area textarea{
    width: 96%;
    height: 80px;
    border-radius: 6px;
    resize: none;
    padding-left: 10px;
    padding-top: 6px;
    color: #000;
    font-size: 12px;
    border: none;
    line-height: 22px;

}
.form .area textarea:focus{
    outline-color:#ffaf29;
}
.nb-nodeboard-name {
    height: 35px;
    /* width: 221px; */
    line-height: 30px;
    margin: 5px auto 0;
    _margin: 7px 0 0 -10px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}
.nb-nodeboard-icon {
    width: 14px;
    height:14px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    vertical-align:middle;
    border-right: 1px solid #fff;
    margin-left: 10px;
}
#newBridge .xm {
    background: #fff url(../icon/xi1.png)  center center no-repeat;
    background-size:contain;
}
#newBridge .tel {
    background: #fff url(../icon/xi2.png)  center center no-repeat;
    background-size:contain;
}
#newBridge .email {
    background: #fff url(../icon/xi3.png)  center center no-repeat;
    background-size:contain;
}
#newBridge .address {
    background: #fff url(../icon/xi4.png)  center center no-repeat;
    background-size:contain;
}
.nb-nodeboard-input {
    margin: 0;
    width:80%;
    height: 35px;
    line-height: 30px;
    _overflow: hidden;
    border: none;
    display: inline-block;
    padding-left: 10px;
    color: #000;

}
.nb-nodeboard-input:focus{
    outline-color: #ffaf29;
}

.nb-nodeboard-send {
    width: 202px;
    margin: 12px auto 0 0px;
    padding-bottom: 18px;
    _margin-left: 10px;
}
.nb-nodeboard-send-btn {
    height: 35px;
    width: 90px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #ffaf29;
    outline: none;
    border: none;
}
