/**
 * Created by Psk on 2016/08/08..
 */
@charset "UTF-8";
html,body{
    color: #333;
    background: #222;
    font-size: 16px;
    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}
table{
    border-collapse: collapse;
}
td{
    border:1px solid;
    padding: 5px 10px;
}
p{
    margin: 3px auto;
}
a{
    text-decoration: none;
}
ul{
    font-size: 0;
    margin: 0;
    padding: 0;
}
li{
    display: inline-block;
}
img{
    border: none;
}


.container{
    width: 1200px;
    margin: 0 auto;
}


.top{
    width: 100%;
    height: 70px;
    background: #f0f0f0;
    position: fixed;
    top: 0;
    z-index: 10;
}
.top-box{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.top-box .logo{
    width: 200px;
    height: 50px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.top-box .notice-img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 25px;
    right: 5px;
    transform: rotate(180deg);
}
.top-box .roll{
    width: 600px;
    height: 20px;
    font-size: 14px;
    position: absolute;
    top: 25px;
    right: 30px;
}
.nav{
    width: 100%;
    height: 50px;
    background: #00439f;
    text-align: center;
    position: fixed;
    top: 70px;
    z-index: 9;
}
.nav ul{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.nav ul li{
    line-height: 50px;
    width: 150px;
    height: 50px;
    font-size: 16px;
    position: relative;
    z-index: 9;
    background: #00439f;
}
.nav .item{
    color: #FFF;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.nav .item:hover{
    color: #021d41;
}
.nav .nav-second{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 5;
}
.nav .nav-about{
    width: 150px;
    height: 160px;
    position: absolute;
    top: -110px;
    left: 825px;
    background: #00439f;
    transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
}
.nav .nav-product{
    width: 150px;
    min-height: 40px;
    position: absolute;
    top: -270px;
    left: 225px;
    background: #00439f;
    transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
}
.nav .second-item{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #00439f;
    color: #FFF;
    font-size: 16px;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.nav .second-item:hover{
    color: #021d41;
}



.page-image{
    width: 100%;
    height: 20vw;
}
.page-image img{
    width: 100%;
    height: 100%;
}
.breadcrumb{
    width: 100%;
    height: 50px;
    background: #FFF;
}
.breadcrumb div{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
}
.breadcrumb div i{
    font-weight: normal;
    margin: 0 10px;
    color: #666;
}
.breadcrumb div a{
    font-weight: normal;
    color: #666;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.breadcrumb div a:hover{
    color: #000;
}

/*---------------------首页------------------------*/

.banner {
    width: 100%;
    height: 20vw;
    overflow: hidden;
    position: relative;
}

.banner-box {
    width: 500%;
    height: 20vw;
    position: absolute;
    top:0;
    left: 0;
    transition: left 0.5s;
    -moz-transition: left 0.5s;
    -webkit-transition: left 0.5s;
}

.banner-box img  {
    float: left;
    width: 100vw;
    height: 20vw;
}
.banner-next,
.banner-pre{
    width: 66px;
    height: 66px;
    border-radius: 33px;
    background: rgba(0,0,0,.1);
    position: absolute;
    top: 40%;
    right: 30px;
    cursor: pointer;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.banner-pre{
    transform: rotate(180deg);
    left: 30px;
}
.banner-next:hover,
.banner-pre:hover{
    background: rgba(0,0,0,.3);
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(162,162,162,0.8);
    cursor: pointer;
}

.img-btn-list > span.current {
    background: rgba(255,255,255,0.8);
}

.home-company{
    width: 100%;
    background: #f8f8f8;
}
.home-company .content{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}
.home-company .content img{
    width: 400px;
    height: 100px;
    margin: 20px auto;
}
.home-company .content .title{
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}
.home-company .content .title-s{
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}
.home-company .content p{
    text-indent: 36px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    text-align: left;
}
.home-company .content .more{
    width: 100%;
    line-height: 30px;
    text-align: right;
}
.home-company .content .more a{
    color: #105abf;
    font-size: 16px;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.home-company .content .more a:hover{
    color: #032b61;
}
.home-contact{
    width: 100%;
    background: #FFF;
}
.home-contact .content{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.home-contact .content .title{
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}
.home-contact .content .title-s{
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}
.home-contact .content .wx{
    width: 300px;
    text-align: center;
    float: right;
}
.home-contact .content .wx img{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.home-contact .content .wx div{
    font-size: 18px;
}
.home-contact .content .item{
    width: 900px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}
.home-contact .content .item img{
    width: 26px;
    height: 26px;
    padding: 17px;
    float: left;
}
.home-contact .content .item div{
    float: left;
}


/*----------------------联系我们-----------------------------*/
.contact-box{
    width: 100%;
    padding: 50px 0;
    background: #FFF;
}
.contact-box ul{
    width: 1200px;
    margin: 0 auto;
    height: 300px;
}
.contact-box li{
    width: 20%;
    height: 200px;
    margin: 30px 2.5%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    float: left;
}
.contact-box li img{
    width: 40px;
    height: 40px;
    padding: 15px;
    border-radius: 35px;
    border: 1px solid #CCC;
}
.contact-box li h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin: 10px 0;
}
#contact-map{
    width: 1000px;
    height: 500px;
    margin: 0 auto;
}

/*-----------------------------------------------*/

/*-----------------------荣誉资质-------------------------*/
.certificate-box{
    width: 100%;
    padding: 50px 0;
    background: #FFF;
}
.certificate-box ul{
    width: 1200px;
    margin: 0 auto;
}
.certificate-box ul li{
    width: 250px;
    height: 400px;
    margin: 0 25px;
    text-align: center;
}
.certificate-box ul li img{
    width: 250px;
    height: 320px;
    border: 1px solid #EEE;
    transition: -webkit-box-shadow 0.3s;
    -moz-transition: -webkit-box-shadow 0.3s; /* Firefox 4 */
    -webkit-transition: -webkit-box-shadow 0.3s; /* Safari 和 Chrome */
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.3s; /* Safari 和 Chrome */
}
.certificate-box ul li img:hover{
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.2);
    box-shadow: 0 3px 30px rgba(0,0,0,0.2);
}
.certificate-box ul li div{
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*-----------------------------------------------*/

/*-----------------------行业应用-------------------------*/
.apply-box{
    width: 100%;
    padding: 50px 0;
    background: #FFF;
}
.apply-box ul{
    width: 1200px;
    margin: 0 auto;
}
.apply-box ul li{
    width: 240px;
    height: 300px;
    margin: 0 30px;
    text-align: center;
}
.apply-box ul li img{
    width: 240px;
    height: 180px;
    border: 1px solid #EEE;
    transition: -webkit-box-shadow 0.3s;
    -moz-transition: -webkit-box-shadow 0.3s; /* Firefox 4 */
    -webkit-transition: -webkit-box-shadow 0.3s; /* Safari 和 Chrome */
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.3s; /* Safari 和 Chrome */
}
.apply-box ul li img:hover{
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.3);
    box-shadow: 0 3px 30px rgba(0,0,0,0.3);
    cursor: pointer;
}
.apply-box ul li div{
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.apply-box .content{
    width: 1200px;
    margin: 0 auto;
}
/*-----------------------------------------------*/


/*-----------------------新闻中心-------------------------*/
.news-box{
    width: 100%;
    padding: 50px 0;
    background: #FFF;
}
.news-list{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.news-item{
    width: 1150px;
    height: 120px;
    margin: 0 25px;
    position: relative;
    border-bottom: 1px solid #EEE;
}
.news-item img{
    width: 160px;
    height: 90px;
    border: 1px solid #CCC;
    position: absolute;
    top: 14px;
    left: 0;
}
.news-item .i1{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 180px;
}
.news-item .i2{
    width: 800px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    position: absolute;
    top: 45px;
    left: 180px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-item .i3{
    line-height: 30px;
    font-size: 14px;
    columns: #666;
    position: absolute;
    top: 15px;
    right: 0;
}
.news-item a{
    line-height: 25px;
    font-size: 15px;
    position: absolute;
    top: 80px;
    right: 0;
    color: #4a88ef;
}
.news-item a:hover{
    text-decoration: underline;
}
/*-----------------------------------------------*/


/*------------------------下载中心--------------------------*/
.download-box{
    width: 100%;
    padding: 50px 0;
    background: #FFF;
    min-height: 500px;
}
.download-box .select-box{
    width: 350px;
    height: 50px;
    padding: 0 50px;
    border: 1px solid #CCC;
    transition: border 0.3s;
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    line-height: 50px;
    font-size: 16px;
    outline: none;
}
.download-box .select-box:hover{
    border: 1px solid #666;
}
.download-box .select-box:focus{
    border: 1px solid #666;
}
.download-box .select-box option{
    line-height: 50px;
    font-size: 16px;
}
.download-box .search-box{
    float: right;
    position: relative;
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.download-box .search-box input{
    width: 250px;
    height: 50px;
    padding: 0 125px 0 25px;
    outline: none;
    border: 1px solid #CCC;
    transition: border 0.3s;
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.download-box .search-box input:hover{
    border: 1px solid #666;
}
.download-box .search-box input:focus{
    border: 1px solid #666;
}
.download-box .search-box div{
    width: 100px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    background: #f5f5f5;
}
.download-box .search-box div:hover{
    cursor: pointer;
    text-decoration: underline;
}

.download-box .list-box{
    width: 1150px;
    padding: 50px 25px;
    line-height: 50px;
    font-size: 16px;
}
.download-box .style0{
    background: #f0f0f0;
}
.download-box .style1{
    background: #FFF;
}
.download-box .list-item{
    width: 1150px;
    height: 50px;
    position: relative;
}
.download-box .list-item .i1{
    width: 600px;
    padding: 0 25px;
    color: #0f5fcd;
    font-weight: bold;
    letter-spacing: 2px;
    float: left;
}
.download-box .list-item .i2{
    width: 100px;
    text-align: center;
    float: left;
}
.download-box .list-item .i3{
    width: 150px;
    text-align: center;
    float: right;
}
.download-box .list-item .i4{
    width: 60px;
    padding: 0 25px;
    height: 50px;
    text-align: center;
    float: right;
    text-align: right;
    position: relative;
    color: #0f5fcd;
    font-weight: bold;
}
.download-box .list-item .i4 img{
    width: 24px;
    height: 24px;
    padding: 13px;
    position: absolute;
    top: 0;
    right: 50px;
}
.download-box .list-item .i4:hover{
    text-decoration: underline;
    cursor: pointer;
}

/*------------------------------------------------------------*/


/*--------------------------产品中心------------------------------*/
.product-box{
    width: 100%;
    min-height: 700px;
    background: #f0f0f0;
}
.product-sidebar{
    width: 230px;
    background: #FFF;
    float: left;
    margin-top: 30px;
}
.product-sidebar .item{
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEE;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #FFF;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.product-sidebar .selected{
    color: #FFF;
    background: #00439f;
}
.product-sidebar li:hover{
    color: #FFF;
    background: #00439f;
}

.product-list{
    width: 920px;
    min-height: 600px;
    margin-left: 280px;
    padding-top: 15px;
}
.product-list li{
    width: 200px;
    height: 250px;
    margin: 15px;
    background: #FFF;
    transition: -webkit-box-shadow 0.3s;
    -moz-transition: -webkit-box-shadow 0.3s; /* Firefox 4 */
    -webkit-transition: -webkit-box-shadow 0.3s; /* Safari 和 Chrome */
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.3s; /* Safari 和 Chrome */
}
.product-list li:hover{
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.2);
    box-shadow: 0 3px 30px rgba(0,0,0,0.2);
}
.product-list li img{
    width: 200px;
    height: 200px;
}
.product-list li div{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

/*---------------------------------------------------------*/

/*------------------------产品页------------------------*/
.product-show{
    width: 1200px;
    height: 300px;
    background: #FFF;
    position: relative;
}
.product-show img{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 25px;
    left: 75px;
}
.product-show .title{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    left: 380px;
}
.product-show .price{
    font-size: 15px;
    position: absolute;
    top: 90px;
    left: 380px;
    color: #0f5fcd;
}
.product-show .download{
    position: absolute;
    top: 150px;
    left: 370px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #0f5fcd;
}
.product-show .download:hover,
.product-show .price:hover{
    cursor: pointer;
    text-decoration: underline;
}
.product-show .download img{
    width: 24px;
    height: 24px;
    padding: 13px;
    position: absolute;
    left: 0;
    top: 0;
}
.product-show .prev{
    position: absolute;
    top: 230px;
    color: #888;
    font-size: 14px;
    left: 380px;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.product-show .next{
    position: absolute;
    top: 255px;
    color: #888;
    font-size: 14px;
    left: 380px;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.product-show .prev:hover,
.product-show .next:hover{
    color: #333;
}
.product-show video{
    width: 400px;
    height: 240px;
    position: absolute;
    top: 28px;
    right: 50px;
    background: #111;
    border: 2px solid #111;
}

.product-info{
    width: 1200px;
    min-height: 700px;
    margin: 40px 0;
    background: #FFF;
}
.product-info .title{
    width: 1200px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.product-info .content{
    width: 1120px;
    margin: 40px;
}
/*---------------------------------------------------------*/


/*------------------------底部------------------------*/

footer{
    width: 100%;
    height: 100px;
    padding: 20px 0;
}
footer .foot-nav{
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #CCC;
}
footer .foot-nav a,
footer .copyright a{
    color: #CCC;
    margin: 0 10px;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
footer .foot-nav a:hover,
footer .copyright a:hover{
    color: #FFF;
}
footer .copyright{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #CCC;
}