@charset "UTF-8";

.banner img{
    width: 100%;
}
.page{
    margin: 50px 0 60px;
}
.left-gray{
    padding: 0;
}
.left-nav-li{
    padding: 0 25px;
    background: url(../img/arrow.png) 235px center no-repeat;
}
.left-nav-li:hover,.left-nav-li:focus,.active-nav-li,.active-nav-li:hover,.active-nav-li:focus{
    background-color: #ffffff;
}
.left-nav-li:hover a,.left-nav-li:focus a,.active-nav-li:hover a,.active-nav-li:focus a{
    color: #333;
}
.left-nav-ul{
    border-bottom: 7px solid #eaeaea;
}
.product-title{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    height: 40px;
    line-height: 40px;
}
.page-t{
    display: inline-block;
    font-size: 20px;
    color: #1d7ad9;
    padding-bottom: 10px;
    border-bottom: 2px solid #fad143;
}
.left-contact{
    margin-top: 25px;
    border: 1px solid #e5e5e5;
}
.page-nav-bg{
    width: 100%;
}
.left-text{
    padding: 20px 15px;
    line-height: 1.8;
}
.left-text-t{
    font-size: 17px;
    color: #1d7ad9;
    margin-bottom: 10px;
}
/*案例栏目页*/
.product-text{
    padding: 25px 0;
    border-bottom: 1px dashed #b2b2b2;
}
.page-img{
    overflow: hidden;
    width: 315px;
    height: 197px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.product-pic{
    width: 100%;
    margin-right: 10px;
    float: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.page-img:hover .product-pic{
    -webkit-transform: scale(1.12,1.12);
    -moz-transform: scale(1.12,1.12);
    -ms-transform: scale(1.12,1.12);
    -o-transform: scale(1.12,1.12);
    transform: scale(1.12,1.12);
}
.text-block{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    float: right;
}
.text-block-span{
    color: #333;
    font-size: 16px;
}
.text-block-p{
    width: 510px;
    text-align: justify;
    line-height: 1.6;
    margin: 15px 0 16px;
    height: 110px;
    overflow: hidden;
}
.news-div-a{
    font-size: 18px;
    color: #1d7ad9;
}
.news-div-a:hover,.news-div-a:focus{
    color: #fad143;
}
/*案例内页*/
.page-cont-t{
    line-height: 2;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b2b2b2;
    text-align: center;
}
.page-cont-h3{
    font-size: 18px;
    color: #1d7ad9;
    margin-bottom: 10px;
}
.page-cont-span{
    padding: 0 10px;
}
.related{
    margin: 30px 0;
}
.related-t{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1d7ad9;
    color: #1d7ad9;
    margin-bottom: 30px;
}
.related-img{
    width: 262px;
    height: 163px;
    overflow: hidden;
}
.related-img img{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.related-img:hover img{
    -webkit-transform: scale(1.12,1.12);
    -moz-transform: scale(1.12,1.12);
    -ms-transform: scale(1.12,1.12);
    -o-transform: scale(1.12,1.12);
    transform: scale(1.12,1.12);
}
.related-p{
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.related-div:hover .related-p{
    color: #1d7ad9;
}
/*常见问题内页*/
.relate-ul{
    margin: 10px 0;
}
.relate-li{
    height: 32px;
    line-height: 32px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    list-style: url(../img/arrow.png) inside;
}
.relate-time{
    padding-right: 20px;
}
.relate-a:hover,.relate-a:focus{
    color: #1d7ad9;
}
/*联系我们*/
.contact-cont{
    padding-top: 30px;
}
.contact-text-h3{
    color: #1d7ad9;
    margin-bottom: 20px;
}
.contact-text,.contact-img{
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.contact-text{
    line-height: 2.5;
}
.contact-p{
    padding-left: 20px;
}
/*荣誉资质*/
.honor-li{
    margin-bottom: 20px;
}
.honor-li img{
    width: 100%;
}
.honor-li-p{
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
}
/*在线留言*/
.online-div{
    width: 600px;
    margin: 50px auto;
}
.online-t{
    font-size: 16px;
    color: #1d7ad9;
    margin-bottom: 5px;
}
.form-input{
    width: 450px;
}
.form-label{
    text-align: left;
    margin-right: 10px;
}
.code-input{
    width: 100px;
}
.btn-ok{
    padding: 4px 20px;
    border-radius: 3px;
}
.btn-reset{
    padding: 4px 20px;
    font-size: 16px;
    border: 1px solid #fad143;
    color: #fff;
    background: #fad143;
    border-radius: 3px;
    margin-left: 10px;
}
.btn-reset:hover,.btn-reset:focus{
    background: #f5c626;
    border: 1px solid #f5c626;
}
/*新闻中心*/
.test-li{
    padding: 30px 0;
    border-bottom: 1px dashed #b2b2b2;
}
.test-time{
    width: 150px;
    height: 120px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: #76afe9;
    color: #fff;
    text-align: center;
}
.test-time-lg{
    font-size: 45px;
    padding-top: 12px;
}
.test-div{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 80%;
}
.test-div-p{
    line-height: 1.8;
    height: 75px;
    overflow:hidden;
    margin-top: 20px;
}
.test-check{
    color: #fad143;
}
.test-check:hover,.test-check:focus{
    color: #fad143;
    text-decoration: underline;
}
.active-test .test-time,.active-test:hover .test-time{
    background: #1d7ad9;
}
.test-t{
    font-size: 16px;
    color: #333;
}
.active-test .test-t{
    color: #1d7ad9;
}
/*人才招聘*/
.hr-div{
    height: 56px;
    line-height: 56px;
    background: #1d7ad9;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.hr{
    margin-bottom: 50px;
}
.hr-li{
    height: 56px;
    line-height: 56px;
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1px;
}
.hr-cont{
    line-height: 2;
    padding: 30px 10px;
    display: none;
}
.hr-cont-t{
    font-size: 16px;
    color: #333;
}
.icons{
    cursor: pointer;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.rotate180{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
/*产品内页*/
.p-nav-p{
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    background: #1d7ad9;
    text-align: center;
}
.p-nav-l{
    border: 1px solid #e5e5e5;
}
.p-related-div{
    padding: 10px;
}
.p-related-div .related-div{
    margin: 8px 0;
}
.p-related-div .related-img{
    width: 240px;
    height: 150px;
}
.unslider{overflow:auto;margin:0;padding:0}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{float:none;width:100%}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{display: none}

/*图片轮播*/
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
    overflow: hidden;
}
#slider3 img{
    width: 100%;
}
.rslides_tabs {
    list-style: none;
    background: #fff;
    max-width: 1200px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
    cursor: pointer;
}
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 0;
    height: auto;
    background: transparent;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .active a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}
.rslides_tabs img{
    border: 1px solid #e5e5e5;
}
.rslides_tabs .active img{
    border: 1px solid #1d7ad9;
}
/*左右按钮*/
.slider-img{
    position: relative;
}
.unslider-nav ol {
    display: none;
}
.left-slider{
    width: 420px;
}
.p-page-text-h3{
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.p-page-text-p2{
    height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
}
.p-page-text{
    display: inline-block;
    width: 400px;
}
.p-page-text-p{
    margin-bottom: 15px;
    line-height: 1.8;
}
#share{
    margin: 20px 0;
}
.qq-a{
    padding: 8px 20px;
    font-size: 20px;
    color: #fff;
    background: #1d7ad9;
}
.qq-a:hover,.qq-a:focus{
    color: #fff;
    background: #287ac1;
}
#tab {  overflow:hidden;  zoom:1;  border-bottom: 1px solid #e5e5e5; }
#tab li {
    padding: 15px 30px;
    cursor:pointer;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    display: inline-block;
    font-size: 16px;
    color: #333;
}
#tab li.current {  color:#fff;  background:#1d7ad9;  }
.content-div {  display:none;  padding: 40px 10px 10px; line-height: 1.8; }
.content-div p{  margin-bottom: 20px;  }

.p-page-tabs{
    margin: 50px 0;
}
.words{
    padding: 15px 30px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    display: inline-block;
    font-size: 16px;
    color:#fff;
    background:#1d7ad9;
}
.online-div-t{
    border-bottom: 1px solid #e5e5e5;
}