/*
-----------------[首页]--------------*/
.sl-list1{
    margin: 0 -30px;
    overflow: hidden;
}
.sl-list1 li{
    float: left;
    width: 33.33%;
    margin-bottom: 32px;
}
.sl-list1 .con{
    display: block;
    margin: 0 30px;
}
.sl-list1 .pic{
    height: 0;
    overflow: hidden;
    padding-top: 83%;
    position: relative;
}
.sl-list1 .pic .img{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.sl-list1 li .con:hover .pic .img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
.index-row2{
    padding: 35px 0;
    background-color: #004098;
}
.m-txt1{
    float: left;
    width: 50%;
    color: #fff;
    font-size: 14px;
    padding-right: 38px;
   
}
.m-txt1 h4{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 35px;
}
.m-txt1 .txt{
    height: 270px;
    margin-bottom: 6px;
    overflow: hidden;
}
.m-txt1 p{
    line-height: 2.14em;
    text-indent: 2em;
}
.m-txt1 .more{
    display: block;
    width: 100px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background-color: #004ea2;
}
.m-txt1 .more:hover{
    color: #004098;
    background-color: #fff;
}
.sl-list2{overflow: hidden;}
.sl-list2 li{
    position: relative;
    float: left;
    width: 50%;
    height: 184px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.sl-list2 li a{
    display: block;
    height: 100%;
    padding: 35px 20px 35px 40px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.sl-list2 li:hover{
    z-index: 2;
    -moz-box-shadow:0px 0px 10px #aaa; 
    -webkit-box-shadow:0px 0px 10px #aaa; 
    box-shadow:0px 0px 10px #aaa;
}
.sl-list2 .ico{
    display: block;
    width: 38px;
    height: 32px;
    margin-left: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.sl-list2 h4{
    font-size: 18px;
    color: #474747;
    font-weight: normal;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 13px;
}
.sl-list2 p{
    font-size: 12px;
    color: #828282;
    line-height: 1.5em;
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.sl-list3{
    overflow: hidden;
    margin: 0 -32px;
}
.sl-list3 li{
    float: left;
     margin-bottom:30px;
    width: 33.3%;

}
.sl-list3 .con{
    display: block;
    margin: 0 32px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    background-color: #f1f1f1;
}
.sl-list3 .con img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}


.sl-list8{
    overflow: hidden;
    margin: 0 -14px;
}
.sl-list8 li{
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
.sl-list8 .con{
    height: 370px;
    display: block;
    margin: 0 14px;
    border: 1px solid #d2d2d2;
}
.sl-list8 .pic{
    height: 197px;
    overflow: hidden;
}
.sl-list8 .pic .img{
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.sl-list8 .txt{
    padding: 12px 15px;
}
.sl-list8 h4{
    font-size: 16px;
    color: #444;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.sl-list8 .txt p{
    font-size: 12px;
    color: #8b8b8b;
    line-height: 2em;
    height: 6em;
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.sl-list8 .more{
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #363636;
}
.sl-list8 li:hover .pic .img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
.sl-list8 li h4:hover ,.sl-list8 li .more:hover{
    color: #004098;
}
.m-map1{
    height: 360px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}



/*
-----------------[产品列表]--------------*/
.sl-list4{
    overflow: hidden;
    margin-bottom: 200px;
}
.sl-list4 li{
    float: left;
    width: 33.33%;
}
.sl-list4 .con{
    height: 254px;
    display: block;
    margin: 0 7px 36px;
    padding: 41px 30px 0;
    text-align: center;
    border: 1px solid #d9d9db;
    background-color: #f8f8fa;
}
.sl-list4 .ico{
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 25px;
}
.sl-list4 h4{
    font-size: 16px;
    line-height: 1.4em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
    margin-bottom: 25px;
}
.sl-list4 .txt{
    font-size: 14px;
    color: #a8a7a7;
    line-height: 1.7em;
}
.sl-list4 li:hover .con{
    color: #fff;
    background-color: #0e4194;
}
.sl-list4 li:hover h4{color: #fff;}
.sl-list4 li:hover .txt{color: #fff;}
.sl-list4 .l1 .ico{
    background: url(../images/ico-pro01.png) center center no-repeat;
}
.sl-list4 .l1:hover .ico{
    background: url(../images/ico-pro02.png) center center no-repeat;
}


/*
-----------------[产品中心]--------------*/
.row-pro1{
    height: 400px;
    background-color: #eee;
}
.row-pro1 .wp{
    height: 100%;
}
.row-pro1 .txt{
    width: 50%;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 0;
    color: #4b4b4b;
}
.row-pro1 .txt .con{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 2em;
}
.row-pro1 .txt:after{
    content: '';
    font-size: 0;
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.row-pro1 .pic{
    width: 50%;
    float: right;
    height: 100%;
    line-height: 400px;
    text-align: center;
}
.row-pro1 .pic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.row-pro2{
    background-color: #fff;
}
.row-pro2 .txt{
    float: right;
}
.row-pro2 .pic{
    float: left;
}

/*
-----------------[发展历程]--------------*/
.sl-list5{
    position: relative;
    width: 990px;
    margin: 0 auto 40px;
}
.sl-list5:after{
    content: '';
    position: absolute;
    top: 0;
    left: 195px;
    width: 2px;
    height: 100%;
    background-color: #e5e5e5;
}
.sl-list5 .item{
    padding: 28px 0;
    overflow: hidden;
}
.sl-list5 .con{
    float: left;
    width: 195px;
    height: 93px;
    text-align: right;
    padding-right: 38px;
}
.sl-list5 .con .num{
    font-size: 36px;
    color: #0e4194;
}
.sl-list5 .item1 .con .num{
    color: #50af31;
}
.sl-list5 .con .date{
    font-size: 24px;
    color: #929292;
}
.sl-list5 .txt{
    position: relative;
    height: 93px;
    font-size: 16px;
    line-height: 1.88em;
    padding: 14px;
    color: #606060;
    margin-left: 250px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.sl-list5 .txt:after{
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -9px;
    content: '';
    width: 24px;
    height: 19px;
    background: url(../images/ico08.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.sl-list5 .txt:before{
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    left: -61px;
    width: 12px;
    height: 12px;
    background: url(../images/ico09.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.sl-list5 .item1 .txt:before{
    background: url(../images/ico10.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.sl-list5 .txt p{
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}



/*
-----------------[关于我们]--------------*/
.m-about1{
    margin: 48px 0 480px;
    overflow: hidden;
}
.m-about1 .pic{
    float: left;
}
.m-about1 .pic img{
    display: block;
}
.m-about1 .txt{
    padding-left: 40px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #a09c9c;
}

/*
-----------------[企业文化]--------------*/
.m-culture{
    overflow: hidden;
    margin: 25px 0 300px;
}
.m-culture .pic{
    float: right;
}
.m-culture .pic img{
    display: block;
}
.m-culture .txt{
    padding: 0 30px;
    font-size: 14px;
    color: #a09c9c;
}
.m-culture .txt .sp1{
    color: #0e4194;
}
.m-culture .txt p{margin-bottom: 27px;}


/*
-----------------[团队介绍]--------------*/
.sl-list6{
    overflow: hidden;
    margin: 21px -13px 200px;
}
.sl-list6 li{
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
.sl-list6 .con{
    height: 368px;
    display: block;
    margin: 0 13px;
    padding: 25px;
    border: 1px solid #dcdcdc;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.sl-list6 .con:hover{
    -moz-box-shadow:-1px 5px 10px #ccc; 
    -webkit-box-shadow:-1px 5px 10px #ccc; 
    box-shadow:-1px 5px 10px #ccc;
}
.sl-list6 .pic{
    width: 210px;
    height: 210px;
    margin: 0 auto 13px;
    border-radius: 50%;
    overflow: hidden;
}
.sl-list6 .txt{
    font-size: 18px;
    color: #272727;
    text-align: center;
}
.sl-list6 .txt p{
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.m-pop{
    display: none;
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
}
.m-pop .box{
    position: absolute;
    width: 1018px;
    height: 608px;
    left: 50%;
    top: 50%;
    margin-left: -509px;
    margin-top: -304px;
    background-color: #fff;
    border-radius: 20px;
    padding: 35px 75px;
}
.m-pop .close{
    position: absolute;
    top: 8px;right: 8px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(../images/ico05.png) center center no-repeat;
}
.m-pop .infor{
    overflow: hidden;
    margin-bottom: 20px;
}
.m-pop .infor .pic{
    float: left;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.m-pop .infor .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.m-pop .infor .con{
    float: left;
    margin-left: 34px;
    font-size: 14px;
    color: #4f4f4f;
    padding-top: 36px;
}

.m-pop .infor .name{
    font-size: 18px;
    margin-bottom: 20px;
}
.m-pop .txt{
    height: 400px;
    overflow-y: auto;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 48px;
}
.m-pop .txt .p1{
    padding-left: 14px;
    background: url(../images/ico06.png) 4px  24px no-repeat;
}

/*
-----------------[新闻资讯详细]--------------*/
.m-news1{
    margin: 25px 0 50px;
    font-size: 14px;
    color: #6c6c6c;
}
.m-news1 .tit{
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 18px;
}
.m-news1 .subtit{
    margin-bottom: 30px;
    text-align: center;
}
.m-news1 p{
    line-height: 2.14em;
}
.m-news1 .img{
    display: block;
    margin: 20px auto 33px;
}
.m-news1 .back{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto 35px;
    background-color: #0e4194;
}
.m-news1 .back:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


/*
-----------------[新闻资讯列表]--------------*/
.m-tit1{
    padding: 30px 0;
    border-bottom: 2px solid #e5e5e5;
}
.m-tit1 .so-box{
    position: relative;
    width: 500px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
}
.m-tit1 .so-box .txt{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 120px 0 43px;
    font-size: 14px;
    color: #333;
    background: url(../images/ico07.png) 13px center no-repeat;
}
.m-tit1 .so-box .btn{
    position: absolute;
    top: 0;right: 0;
    bottom: 0;
    width: 118px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    background-color: #0e4194;
}
.m-tit1 .so-box .btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.sl-list7{
    margin: 30px 0 50px;
}
.sl-list7 li{
    margin-bottom: 30px;
}
.sl-list7 .date{
    float: left;
    margin: 0 25px 0 17px;
    width: 100px;
    height: 140px;
    color: #424242;
    text-align: center;
    border: 1px solid #dcdcdc;
}
.sl-list7 .date .sp1{
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #dcdcdc;
}
.sl-list7 .date .sp2{
    display: block;
    height: 89px;
    line-height: 89px;
    font-size: 30px;
}
.sl-list7 .con{
    margin-left: 142px;
}
.sl-list7 h4{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sl-list7 h4 a{
    color: #242323;
}
.sl-list7 h4 a:hover{
    color: #0e4194;
}
.sl-list7 .tp{
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}
.sl-list7 .tp em{
    color: #0e4194;
}
.sl-list7 .txt{
    font-size: 14px;
    color: #858585;
    line-height: 1.3em;
    margin-bottom: 7px;
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.sl-list7 .more{
    display: block;
    width: 127px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #4e4e4e;
    text-align: center;
    border: 1px solid #0e4194;
}
.sl-list7 .more:hover{
    color: #fff;
    background-color: #0e4194;
    border-color: #0e4194;
}


/*
-----------------[加入我们]--------------*/
.row-join1 .g-tit2{margin-bottom: 57px;}
.row-join1 .img{
    margin-bottom: 68px;
}
.row-join1 .img img{
    display: block; width: 100%;
}

.sl-list9{
    width: 900px;
    margin: 0 auto;
}
.sl-list9 li{
    display: block;
    border-radius: 1px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.sl-list9 h4{
    font-size: 14px;
    color: #0f0f10;
    height: 40px;
    line-height: 39px;
    padding: 0 18px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
    background:  url(../images/ico17.png) 98% center no-repeat;
}
.sl-list9 .open h4{
    background:  url(../images/ico18.png) 98% center no-repeat;
}
.sl-list9 .txt{
    padding: 15px 20px;
    font-size: 14px;
    color: #777879;
    line-height: 2.14em;
    display: none;
}
.row-join2 .g-tit2{
    margin-bottom: 0;
}
.m-addr{
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
}
.m-addr:last-child{
    border: none;
}
.m-addr .txt{
    float: left;
    width: 41%;
    font-size: 14px;
    color: #414142;
    line-height: 2.14em;
    padding-left: 45px;
}
.m-addr .con{
    margin-top: 30px;
}
.m-addr .con p{
    padding-left: 38px;
}
.m-addr .con .p1{
    background: url(../images/ico19.png) left center no-repeat;
}
.m-addr .con .p2{
    background: url(../images/ico20.png) left center no-repeat;
}
.m-addr .con .p3{
    background: url(../images/ico21.png) left center no-repeat;
}
.m-map{
    float: right;
    width: 59%;
    height: 330px;
} 
.row-join3{padding-bottom: 40px;}



/*
-----------------[新闻资讯]--------------*/
.row-a1{
    overflow: hidden;
    margin-top: -245px;
}
.row-a1 .g-tit3{margin-bottom: 130px;}
.row-a1 .col-l{
    width: 810px;
    float: left;
}
.row-a1 .col-r{
    width: 284px;
    float: right;
}
.slick-list1{margin: 0 -20px 20px;}
.slick-list1 .item{
    display: block;
    margin: 0 20px;
    border: 1px solid #bfbfbf;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.slick-list1 .item .pic{
    height: 0;
    position: relative;
    padding-top: 74%;
    overflow: hidden;
}
.slick-list1 .item .pic .img{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.slick-list1 .item .txt{
    font-size: 16px;
    color: #282828;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.slick-list1 .item:hover{
    border: 1px solid #0e4194;
}
.slick-list1 .item:hover .txt{
    color: #fafafa;
    background-color: #0e4194;
}
.slick-list1 .item:hover .pic .img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
.slick-list1 .slick-dots{
    position: absolute;
    left: 25px;top: -110px;
}
.slick-list1 .slick-dots li{
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
}
.slick-list1 .slick-dots li.slick-active{background-color: #0e4194;}
.slick-list2{margin-top: -194px;}
.slick-list2 .item{
    padding-top: 26px;
    overflow: hidden;
}
.slick-list2 .item .con{
    font-size: 14px;
    color: #4c4c4c;
    height: 275px;
    padding: 0 22px 22px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
}
.slick-list2 .item .more{
    display: block; 
    width: 137px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: -26px auto 28px;
    background-color: #0e4194;
}
.slick-list2 .item .con h4{
    font-size: 18px;
    color: #0d0c0c;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}
.slick-list2 .item .con p{
    line-height: 1.7em;
}
.row-a2{margin-bottom: 20px;overflow: hidden;}
.row-a2 .g-tit3{
    margin-bottom: 65px;
}
.row-a2 .col-r{
    float: right;
    width: 39%;
}
.row-a2 .col-r .mpic img{
    display: block;
    width: 100%;
    height: auto;
}
.row-a2 .col-l{
    float: left;
    width: 54%;
}
.slick-list3{margin: 0 -3px 30px;}
.slick-list3 .item{
    margin: 0 3px;
}
.slick-list3 .item .pic{
    position: relative;
    height: 0;
    padding-top: 89%;
    overflow: hidden;
}
.slick-list3 .item .pic img{
    display: block;
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.slick-list3 .item:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
.slick-list3 .slick-dots{
    position: absolute;
    left: 5px;top: -35px;
}
.slick-list3 .slick-dots li{
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #aeaeae;
}
.slick-list3 .slick-dots li.slick-active{background-color: #0e4194;border: 1px solid #0e4194;}


.slick-list5 .txt{
    font-size: 14px;
    color: #6d6d6d;
}
.slick-list5 .txt p{
    line-height: 2.57em;
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.slick-list5 .item .more{
    display: block;
    width: 133px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    background-color: #0e4194;
}
.slick-list5 .item .more:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.slick-list5 .txt h4{
    font-size: 24px;
    color: #000;
    line-height: 1em;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.sl-list10{
    overflow: hidden;
    margin: 0 -3px 30px;
}
.sl-list10 li{
    float: left;
    width: 25%;
}
.sl-list10 .con{
    margin: 0 3px;
}
.sl-list10 .pic{
    height: 140px;
}
.sl-list10 .pic img{
    display: block;
    width: 100%;
    height: 100%;
}


/*
-----------------[关爱健康]--------------*/
.row-a3 .g-tit3{
    text-align: right;
    margin-bottom: 62px;
}

.slick-list4{
    margin: 0 -13px 66px;
}
.slick-list4 .item{
    margin: 0 13px;
    position: relative;
    border: 1px solid #d2d2d2;
}
.slick-list4 .item .pic{
    height: 0;
    position: relative;
    padding-top: 103%;
    overflow: hidden;
}
.slick-list4 .item .pic img{
    display: block;
    position: absolute;
    top: 0;left: 0;
    width: 100%;height: 100%;
}
.slick-list4 .item .txt1{
    font-size: 16px;
    color: #646464;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #eee;
}
.slick-list4 .item .con{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    padding: 20px 35px;
    background-color: rgba(14,65,148,.7);
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.slick-list4 .item .con h4{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 36px;
}
.slick-list4 .item .con h4 span{
    display: inline-block;
    height: 53px;
    line-height: 51px;
    border-bottom: 2px solid #fff;
}
.slick-list4 .item .con .txt2{
    line-height: 1.71em;
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.slick-list4 .item .con .more{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;

}
.slick-list4 .item:hover .con{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.slick-list4 .slick-dots{
    position: absolute;
    right: 5px;top: -40px;
}
.slick-list4 .slick-dots li{
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #aeaeae;
}
.slick-list4 .slick-dots li.slick-active{background-color: #0e4194;border: 1px solid #0e4194;}


/*分页*/
 .pageNavi {
    text-align: right;
    margin-bottom: 25px;
}
.pageNavi a {
    margin-left: 14px;
    min-width: 29px;
    display: inline-block;
    color: #656363;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #D2D2D2;
}
 .pageNavi .prev,
 .pageNavi .next {
    min-width: 68px;
}
.pageNavi .disabled {
    color: #bbb;
    cursor: default;
}


























