/* reset */
html, body, div, p, iframe,
span, b, i, em, strong, a,
h1, h2, h3, h4, h5, h6, p, form, label,
dl, dt, dd, ol, ul, li,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html{
    width: 100%;
    min-width: 1400px;
}
body{
    font-family: "microsoft YaHei";
    font-size: 12px;
    min-width: 1400px;
}
ol, ul, li{
    list-style: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
input{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: #fff;
}
img{
    border: 0;
}
a{
    text-decoration: none;
    color: #000;
}
i, em{
    font-style: normal;
}
.cl:after,.cl:before{
    content: " ";
    display: table;
    height: 0;
    visibility:hidden;
}
.cl:after{
    clear: both;
}
.cl{
    *zoom: 1;
}
.clear{
    width: 100%;
    height: 0;
    clear: both;
}
/* common */
a:hover{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none;
}
.space30{
    width: 100%;
    height: 30px;
}
.ico{
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.page-more{
    width: 240px;
    height: 62px;
    background-image: url(../img/more.png);
    background-repeat: no-repeat;
    display: block;
    margin: 55px auto;
}
.gotop{
    width: 71px;
    height: 71px;
    background-image: url(../img/gotop.png);
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.ptit{
    color: #30302f;
    font-size: 34px;
    text-align: center;
}
.ptxt{
    color: #464b50;
    font-size: 19px;
    text-align: center;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header{
    width: 100%;
    height: 60px;
    background-color: #E8F3F9;
    box-shadow: 0 0 10px #32739c;
}
.header .logo{
    width: 178px;
    height: 41px;
    float: left;
    margin-top: 9px;
    background: url(../img/logo.png);
    margin-right: 50px;
}
.header .nav{
    height: 60px;
}
.header .nav>li {
    width: 114px;
    height: 60px;
    float: left;
    position: relative;
}
.header .nav-btn{
    width: 114px;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    color: #1E4D97;
    display: block;
    text-align: center;
}
.header .linebtm{
    height: 3px;
    width: 114px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
}

.header .sub-nav li{
    background-color: #fff;
    height: 50px;
    width: 114px;
    padding: 0 10px;
   /* filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#8c000000',endColorstr='#8c000000');*/
}
.header .sub-nav a{
    display: block;
    border-bottom: 1px solid #ddd;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.header .sub-nav a:hover{
    color: #ff7f01;
}
.header .sub-nav {

    width: 130px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    position: absolute;
    left: 0;
    top: 60px;
    overflow: hidden;
    display: none;
}
.header .sub-nav li:last-child a{
    border-bottom: none;
}
.header .nav li:hover .sub-nav{
    display: block;
}
.header .nav-box{
    position: relative;
    float: left;
    /*width: 800px;*/
    height: 60px;
}


/*index*/
.index .header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.index .sec1{
    background: url(../img/p1/s1_bg.jpg) center center;
    height: 100vh;
    min-width: 1200px;
    position: relative;
}
.index .s1_1{
    width: 102px;
    height: 132px;
    background: url(../img/p1/s1_1.png);
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -51px;
}
.index .s1_2{
    width: 660px;
    height: 116px;
    background: url(../img/p1/s1_2.png);
    position: absolute;
    top: 311px;
    left: 50%;
    margin-left: -330px;
}
.index .s1_3{
    width: 124px;
}
.index .s1_3 .rd{
    width: 124px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    background: url(../img/p1/s1_3.png);
    color: #fff;
    font-size: 40px;
}
.index .s1_3 p{
    font-size: 22px;
    text-align: center;
    height: 110px;
    line-height: 110px;
    color: #fff;
}
.index .c1{
    position: absolute;
    bottom: 50px;
    left: 150px;
}
.index .c2{
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -62px;
}
.index .c3{
    position: absolute;
    bottom: 50px;
    right: 150px;
}
.index .sec2{
    padding-top: 70px;
}
.index .ptit{
    margin-bottom: 30px;
}

.index .sec2-ul{
    width: 1280px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 690px;
}
.index .sec2-ul li{
    width: 240px; 
    float: left;
    margin: 50px 80px 50px 0;
}
.index .sec2-ul .ico{
    width: 90px;
    height: 80px;
    display: block;
    margin: 0 auto; 
}
.index .sec2-ul .p1{
    font-size: 18px;
    line-height: 120px;
    color: #444444;
    text-align: center;
}
.index .sec2-ul .p2{
    font-size: 14px;
    line-height: 24px;
    color: #95a1a6;
}
.index .sec2-ul .ico1{
    background-position: 13px 5px;
}
.index .sec2-ul .ico2{
    background-position: -110px 5px;
}
.index .sec2-ul .ico3{
    background-position: -237px 9px;
}
.index .sec2-ul .ico4{
    background-position: -348px 6px;
}
.index .sec2-ul .ico5{
    background-position: -466px 7px;
}
.index .sec2-ul .ico6{
    background-position: -590px 5px;
}
.index .sec2-ul .ico7{
    background-position: -717px 7px;
}
.index .sec2-ul .ico8{
    background-position: -828px 3px;
}

.index .sec3{
    background: url(../img/p1/s3_bg.jpg) center center;
    height: 455px; 
    padding-top: 90px;
}

.index .sec3 .wrapper{
    height: 455px; 
}
.index .sec3 .ptit{
    color: #fff;
}
.index .sec3 .s3_1,
.index .sec3 .s3_2,
.index .sec3 .s3_3,
.index .sec3 .s3_4{
    width: 198px;
    height: 198px;
    position: absolute;
    bottom: 120px;
}
.index .sec3 .s3_1{
    left: 0;
    background: url(../img/p1/s3_1.png);
}
.index .sec3 .s3_2{
    left: 340px;
    background: url(../img/p1/s3_2.png);
}
.index .sec3 .s3_3{
    right: 340px;
    background: url(../img/p1/s3_3.png);
}
.index .sec3 .s3_4{
    right: 0;
    background: url(../img/p1/s3_4.png);
}
.index .sec4{
    height: 863px;
    position: relative;
}
.index .sec4 .p1{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
}
.index .sec4 .p2{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
}
.index .sec4 .p2 em{
    font-size: 70px;
}
.index .swipe-box{
    position: relative;
    width: 100%;
    height: 863px;
}
.index .swipe-box .swiper{
    width: 100%;
    height: 863px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.index .page-box {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 355px;
    left: 0; 
    z-index: 10;
}
.index .page {
    width: 90px;
    height: 90px;
    display: block;
}
.index .prev {
    background-position: 0 -120px;
    float: left;
    margin-left: 80px;
}
.index .next {
    background-position: -120px -120px;
    float: right;
    margin-right: 80px;
}
.index .prev:hover{
    background-position: -240px -121px;
}
.index .next:hover{
    background-position: -360px -121px;
}
/*.index .sec5{
    height: 801px;
}*/

.index .sec5 a{
    display: inline-block;
    width: 33.33333%;
    height: auto;
    position: relative;
    float: left;
}
.index .sec5 img{

    width: 100%;
    height: auto;
    display: block;
}
.index .sec5 .shadow{
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index .sec5>a:hover .shadow{

    opacity: 1;
}
.index .sec5 .tit{

    color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 20px;
    margin: 20% 0 20px;
    text-align: center;
}
.index .sec5 .txt{

    color: #fff;
    font-size: 16px;
    line-height: 25px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.index .sec6{
    height: 860px;
    background-color: #f0f0f0;
    padding-top: 80px;
}
.index .sec6 .box{
    width: 1200px;
    height: 650px;
    position: relative;
}
.index .sec6 .line1{
    width: 600px;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #d9d9d9;
}
.index .sec6 .line2{
    width: 850px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    bottom: 130px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
.index .sec6 .p1{
    font-size: 18px;
    color: #3f3f3f;
    margin-bottom: 5px;
}
.index .sec6 .p2{
    font-size: 13px;
    color: #a8a8a8;
    line-height: 20px;
    text-align: justify;
}

.index .sec6 .block-box{
    width: 310px;
    height: 70px;
    padding: 30px 35px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
}
.index .sec6 .ico{
    width: 82px;
    height: 70px;
    margin-right: 18px;
    float: left;
}
.index .sec6 .ico1{
    background-position: -479px -116px;
}
.index .sec6 .ico2{
    background-position: -589px -120px;
}
.index .sec6 .ico3{
    background-position: -715px -117px;
}
.index .sec6 .txt-box{
    width: 210px;
    float: left;
}
.index .sec6 .bb1,
.index .sec6 .bb2{
    left: 50%;
    margin-left: -191px;
    top: 0;
}
.index .sec6 .bb2{
    top: 224px;
}
.index .sec6 .bb3,
.index .sec6 .bb4,
.index .sec6 .bb5{
    bottom: 0;
}
.index .sec6 .bb3{
    left: 0;
}
.index .sec6 .bb4{
    left: 50%;
    margin-left: -191px;
}
.index .sec6 .bb5{
    right: 0;
}
.index .sec7{
    padding-top: 70px;
    padding-bottom: 105px;
    background-color: #257fb9;
}
.index .sec7 .ptit{
    color: #fff;
}
.index .sec7 .ptit em{
    font-size: 70px;
    margin-bottom: 70px;
}
.index .sec7 a{
    width: 196px;
    height: 150px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.index .sec7 .pic{
    width: 1210px;
}
.index .footer{
    background-color: #323a46;
    padding-top: 70px;

}
.index .footer .ptit{
    color: #fff;
    margin-bottom: 100px;
}
.index .footer .cont-box{
    height: 190px;
    width: 1205px;
    margin-bottom: 80px;
}
.index .footer .div{
    width: 400px;
    height: 190px;
    float: left;
}
.index .footer .div2{
    border-left: 1px dashed #494e57;
    border-right: 1px dashed #494e57;
}
.index .footer .ico{
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.index .footer .ico1{
    background-position: -840px -120px;
}
.index .footer .ico2{
    background-position: 0 -240px;
}
.index .footer .ico3{
    background-position: -120px -240px;
}
.index .footer .div p{
    font-size: 20px;
    width: 200px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 55px;
}
.index .footer .div1 p{
    margin-top: 40px;
}
.index .footer .btmp{
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


/*list*/
.list .sec1{
    background: url(../img/p2/s1_bg.jpg) center 100%;
    height: 377px;   
}
.list .sec2{
    height: 100px;
    background-color: #fafbfb;
    box-shadow: 0 0 20px #dce0e5;
    margin-bottom: 20px;
}
.nav-slide-box{
    height: 100px;
    width: 1076px;
    overflow: hidden;
    margin: 0 auto;
}
.list .nav-slide {
    height: 100px;
    width: auto;
}
.list .nav-slide li{
    width: 154px;
    height: 100px;
    float: left;
}
/*.list .nav-slide li{
    height: 100px;
    float: left;
}*/
.list .nav-slide li.sel{
    background-color: #46a0db;
}
.list .nav-slide a{
    color: #181818;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    border-right: 1px solid #e8eef2;
    /*padding: 0 55px; */
    width: 100%;
    margin-top: 36px;
    display: block;
    text-align: center;
}
/*.list .nav-slide a{
    color: #181818;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    border-right: 1px solid #e8eef2;
    padding: 0 55px;
    margin-top: 36px;
    display: block;
    text-align: center;
}*/

.list .nav-slide li.sel a{
    color: #fff;
    border-right:none;
}
.list .sec2 .navarr{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 27px;
}
.list .sec2 .navprev{
    left: 0;
    background-position: -240px -240px;
}
.list .sec2 .navnext{
    right: 0;
    background-position: -360px -240px;
}



.sec3 .product-list{
    width: 1220px;
}
.sec3 .product-list a{
    display: block;
    width: 386px;
    height: 388px;
    border: 1px solid #d7dde0;
    box-shadow: 0 0 10px #d7dde0;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}
.sec3 .product-list img{
    display: block;
    width: 386px;
    height: 258px;
}
.sec3 .product-list .txt-box{
    background-color: #fff;
    width: 336px;
    padding: 20px 25px 0;
    height: 160px;
}
.sec3 .product-list .tit{
    color: #3c3c3c;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.sec3 .product-list .txt{
    color: #b8b8b8;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}