@charset "utf-8";
/* CSS Document */
section .container{
	width:1400px;
}

/***************banner*****************/
.banner .btns {
    position: absolute;
    left: 0;
    bottom: 5.8%;
    width: 100%;
    z-index: 3;
    text-align: center;
    font-size: 0;
}
.banner .btns{
    position: absolute;
    left: 0;
    bottom: 5.8%;
    width: 100%;
    z-index: 3;
    text-align: center;
    font-size: 0;
}
.banner .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 18px;
    height: 18px;
    background-color: transparent;
    position: relative;
    margin: 0 10px;
    transform: rotate(-90deg);
}
.banner .btns .init,
.banner .btns .hover{
    opacity: 0;
    filter: alpha(opacity=0);

}
.banner .btns .swiper-pagination-bullet .hover{
    stroke-dasharray:314 0;
    stroke: none;
}
.banner .btns .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: rgba(255,255,255,.6);
    transform: translate(-50%,-50%);
    border-radius: 100%;
}
.banner .btns .swiper-pagination-bullet-active:before{
    background-color: #69af33;
    width: 4px;
    height: 4px;
}
.banner .btns .swiper-pagination-bullet-active .init,
.banner .btns .swiper-pagination-bullet-active .hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner .btns .swiper-pagination-bullet-active .hover{
    stroke: #fff;
    animation: circle-chart-fill 5s reverse;
}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 314; }
}
/**************公司简介****************/
.aboutsection{
	padding-top: 110px;
	margin-bottom: 114px;
}
.aboutsection .left {
    padding-left: 40px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}
.aboutsection .left .title {
    font-family: Arial,Helvetica,"sans-serif";
    font-size: 36px;
    line-height: 38px;
    color: #3c3c3c;
    margin-bottom: 8px;
}
.aboutsection .left .text {
    font-size: 20px;
    line-height: 40px;
    color: #3c3c3c;
    margin-bottom: 76px;
}
.aboutsection .left .content {
    font-size: 16px;
    line-height: 32px;
    height: 285px;
    overflow-y: auto;
    color: #666666;
    text-align: justify;
}
.aboutsection .left .btn {
    background:#00386a;
    transition: all .3s;
    width: 180px;
	border-radius: 50px;
}
.aboutsection .left .btn a {
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-right: 34px;
    background: url(../images/jiantou-r2.png) no-repeat 130px center;
    transition: all .3s;
}
.aboutsection .left .btn:hover{
    background:#65ab38;
}

.aboutsection .right {
    width: 50%;
    float: left;
    padding-top: 160px;
    position: relative;
}
.aboutsection .right .v-box {
    width: 400px;
    height: 500px;
    position: absolute;
    left: 262px;
    top: 0;
    cursor: pointer;
}
.aboutsection .right .v-box img {
    width: 100%;
}
.aboutsection .right .v-box .v-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all .3s;
}
.aboutsection .right .v-box .v-mask img {
    width: 17.5%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: .8;
    transition: all .3s;
}
.aboutsection .right .v-box .line {
    width: 17.5%;
    height: 4px;
    background: #00bedc;
    position: absolute;
    right: 0;
    transform: translateX(50%);
    top: 85.4%;
}
.aboutsection .right .bg {
    margin-left: 100px;
}
/****************产品中心***************/
.product{
	background:#f5f6f8;
	padding:70px 0;
}
.product .left {
    box-sizing: border-box;
    width: 45%;
    float: left;
}
.product .right {
    width: 50%;
    float: right;
}
.product .right .title {
    font-family: Arial,Helvetica,"sans-serif";
    font-size: 36px;
    line-height: 38px;
    color: #3c3c3c;
    margin-bottom: 8px;
}
.product .right .text {
    font-size: 20px;
    line-height: 40px;
    color: #3c3c3c;
    margin-bottom: 35px;
}
.product .right .content {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: justify;
	margin-bottom: 30px;
}
.product .right .btn {
    background:#00386a;
    transition: all .3s;
    width: 180px;
	border-radius: 50px;
}
.product .right .btn a {
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-right: 34px;
    background: url(../images/jiantou-r2.png) no-repeat 130px center;
    transition: all .3s;
	
}
.product .right .btn:hover{
    background:#65ab38;
}
/***************新闻中心***************/
.news{
	padding-top: 94px;
    padding-bottom: 146px;
}
.ntitle{
	position:relative;
}
.ntitle .title {
    font-family: Arial,Helvetica,"sans-serif";
    font-size: 36px;
    line-height: 38px;
    color: #3c3c3c;
    margin-bottom: 8px;
}
.ntitle .text {
    font-size: 20px;
    line-height: 40px;
    color: #3c3c3c;
    margin-bottom: 35px;
}
.ntitle a{
	position: absolute;
    bottom: 10px;
    right: 0;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #aec1d0;
}
.ntitle a img {
    vertical-align: top;
    margin-left: 16px;
}
.ntitle a:hover{
	margin-right:5px;
}
.i-news-con{
    width: 100%;
    border: 1px solid #e5e5e5;
}
.i-news-con .i-news-le-li {
    float: left;
    width: 25%;
    border-right: 1px solid #e5e5e5;
    padding: 20px 20px 42px 20px;
}
.i-news-con .i-news-le-li .i-news-le-li-h1 {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #a6a6a6;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-news-con .i-news-le-li .i-news-le-li-t {
    width: 100%;
    margin-top: 24px;
    height: 60px;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.i-news-con .i-news-le-li .i-news-le-li-p {
    width: 100%;
    margin-top: 16px;
    line-height: 24px;
    height: 144px;
    font-size: 14px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.i-news-con .i-news-le-li .i-news-le-li-time {
    width: 100%;
    line-height: 24px;
    margin-top: 32px;
    font-size: 14px;
    color: #a6a6a6;
}
.i-news-con .i-news-le-li:hover {
    background: #00386a;
}
.i-news-con .i-news-le-li:hover .i-news-le-li-h1 {
    color: #fff;
}
.i-news-con .i-news-le-li:hover .i-news-le-li-t {
    color: #fff;
}
.i-news-con .i-news-le-li:hover .i-news-le-li-p {
    color: #fff;
}
.i-news-con .i-news-le-li:hover .i-news-le-li-time {
    color: #fff;
}

















