*{ margin:0px; padding:0px; box-sizing: border-box; }
html{min-width: 1350px;}
body{font-family:微软雅黑;}
ul{list-style:none;}
li{list-style: none;}
a{ text-decoration:none;font-size:14px;}
img{border:none;}
.container{width: 1200px; margin: 0 auto;}
.clearfix{zoom:1;}
.clearfix:after{display:block;clear:both;content:"";}
.fl{float: left;}
.fr{float: right;}

/* 共同标题 */
    .common-tit{
        width: 100%;
        text-align:center;
        margin-bottom:40px;
    }
    .common-tit .name{
        font-size:27px;
        color:#202020;
        font-weight:700;
        // margin-bottom:15px;
    }
    .common-tit img{
        margin-bottom:10px;
    }
    .common-tit .eng{
        font-size:16px;
        color:#666;
    }
    .common-tit .desc{
        color: #545454;
        font-size:16px;
        margin-top:25px;
    }
    .common-tit .desc a{
        color: #545454;
        font-size:17px;
        padding:7px;
    }
    .common-tit .desc a:hover{
        color:#063a65;
    }
/* 共同标题 */

/* logo导航 */
    .header{
        width: 100%;
		min-width: 1350px;
        height: 90px;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 24%);
        box-sizing: border-box;
        position: fixed;
        top:0;
        z-index:999;
        background:rgba(255,255,255,0.7);
    }
    .header .header-con{
        max-width: 1500px;
        margin:0 auto;
    }
    .header-con .lo-me{
        width: 100%;
        height: 90px;
    }

    .header-con .lo-me .logo-wz{
        width: 35%;
        height: 100%;
    }
    .header-con .lo-me .logo-wz img{
        width: 100%;
    }
    .header-con .lo-me .logo-wz .logo-wz-top{
        width: 100%;
        height: 100%;
    }
    .lo-me .logo-wz .logo-wz-top .zw{
        font-size:26px;
        font-weight: 700;
        color:#333;
    }
    .lo-me .logo-wz .logo-wz-top .yw{
        color:#666;
        font-size:14px;
        letter-spacing:1px;
    }

    .header-con .lo-me .menu-ul{
        width: 60%;
        height: 100%;
        display: flex;
        overflow: inherit;
    }
    .header-con .lo-me .menu-ul .menu-list{
        flex:1;
        text-align: center;
        position:relative;
    }
    .header-con .lo-me .menu-ul .menu-list .li-a{
        color:#333;
        font-size:16px;
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height:90px;
    }
    .header-con .lo-me .menu-ul .menu-list .li-a:hover{
        color:#063a65;
        border-bottom:2px solid #063a65;
    }

    .slide-con{
        position:absolute;
        left:0;
        top:90px;
        display:none;
        overflow:hidden;
        z-index: 10;
        width:100%;
        border:1px solid #ddd;
        border-bottom:none;
        border-radius: 5px;
    }
    .slide-ul .slide-li #slide-a{
        display:inline-block;
        width: 100%;
        padding:15px 0;
        box-sizing: border-box;
        color:#333;
        font-size:13px;
        background:#fff;
        border-bottom:1px solid #ddd;
    }
    .slide-ul .slide-li #slide-a:hover {
        background:#063a65;
        color:#fff;
    }
/* logo导航 */

/* 轮播图 */
    .banner{
        position: relative;
    }
    .banner .banner-container{
        width: 100%;
    }
    .banner .swiper-container .swiper-slide{
        width: 100%;
    }
    .banner .swiper-container .swiper-slide img{
        width: 100%;
    }
/* 轮播图 */

/* 新闻资讯 */
    .news{
        width: 100%;
        padding:40px 0 40px;
    }
    .news .news-con{
        max-width: 1350px;
        margin:0 auto;
        overflow:hidden;
    }
    .news .news-con .img-le{
        width: 45%;
        height: 380px;
    }
    .news .news-con .img-le img{
        width: 100%;
        height: 100%;
    }
    .news .news-con .news-ul{
        width: 53%;
    }
    .news .news-con .news-ul .news-li{
        width: 100%;
        height: 80px;
        margin-bottom:20px;
    }
    .news .news-con .news-ul .news-li a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .news .news-con .news-ul .news-li a:hover .time{
        background:#063a65;
        color:#fff;
    }
    .news .news-con .news-ul .news-li .time{
        width: 80px;
        height: 80px;
        border:1px solid #063a65;
        box-sizing:border-box;
        text-align:center;
        color:#063a65;
        transition:all 0.5s;
    }
    .news .news-con .news-ul .news-li .time .day{
        font-size: 30px;
        font-weight:700;
        margin-top:7px;
    }
    .news .news-con .news-ul .news-li .time .year{
        font-size: 14px;
    }
    .news .news-con .news-ul .news-li .news-con{
        width: 615px;
        height: 80px;
        border-bottom:1px dashed #999;
    }
    .news .news-con .news-ul .news-li a:hover .news-con .name{
        color:#063a65;
        font-weight:700;
    }
    .news .news-con .news-ul .news-li .news-con .name{
        font-size: 17px;
        color: #333;
        font-weight: 500;
        margin-bottom:3px;
        overflow:hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .news .news-con .news-ul .news-li .news-con .desc{
        font-size: 13px;
        color: #999;
        line-height:25px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
/* 新闻资讯 */

/* 产品中心 */
    .service{
        width: 100%;
    }
    .service .ser-ul{
        width: 100%;
        display: flex;
        overflow: inherit;
    }
    .service .ser-ul .ser-li{
        flex:1;
        // width: 33.333%;
        background:#063a65;
        opacity: 0.9;
        text-align:center;
        padding:30px 0 25px;
    }
    .service .ser-ul .ser-li a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .service .ser-ul .active{
        opacity:1
    }
    .service .ser-ul .ser-li img{
        width: 70px;
        margin-bottom:10px;
    }
    .service .ser-ul .ser-li .name{
        font-size: 16px;
        color: #fff;
    }
    .service .ser-con-ul{
        width: 100%;
    }
    .service .ser-con-ul .ser-con-li{
        width: 100%;
        display: none;
		position: relative;
    }
    .service .ser-con-ul .ser-con-li img{
        width: 100%;
    }

	.classInfo {
		position: absolute;
		width: 30%;
		right: 10%;
		top: 50%;
	}
	.classInfo p {
		font-size: 20px;
		color: #fff;
		line-height: 1.7em;
	}
	.classInfo .title {
		margin-bottom: 15px;
		font-size: 28px;
	}
/* 产品中心 */

/* 关于我们 */
    .demeanor{
        width: 100%;
        padding:50px 0 0;
    }
    .demeanor .dem-con{
        overflow:hidden;
        padding:0px 0 50px;
    }
    .demeanor .dem-con .dem-ul{
        max-width: 1350px;
        margin:0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .demeanor .dem-con .dem-ul .dem-li{
        width: 31%;
        transition:all 0.5s;
    }
    .demeanor .dem-con .dem-ul .dem-li img{
        width: 100%;
    }
    .demeanor .dem-con .dem-ul .dem-li .li-con{
        padding-top:20px;
    }
    .demeanor .dem-con .dem-ul .dem-li .li-con .name{
        font-size: 25px;
        color:#333;
        // font-weight:600;
        margin-bottom:5px;
        letter-spacing:3px;
    }
    .demeanor .dem-con .dem-ul .dem-li .li-con .eng{
        font-size: 20px;
        color:#c8c6c6;
        font-weight:700;
        margin-bottom:12px;
        transition:all 0.5s;
    }
    .demeanor .dem-con .dem-ul .dem-li .li-con .desc{
        font-size: 16px;
        height: 60px;
        line-height:30px;
        overflow:hidden;
        color:#333;
        text-align:justify;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin-bottom:16px;
    }
    .demeanor .dem-con .dem-ul .dem-li .li-con div{
        color:#333;
        font-size:14px;
    }
    .demeanor .dem-con .dem-ul .dem-li:hover{
        transform: translateY(-10px);
    }
    .demeanor .dem-con .dem-ul .dem-li:hover .name{
        color:#063a65;
    }
    .demeanor .dem-con .dem-ul .dem-li:hover .eng{
        color:#063a65;
    }
    .demeanor .dem-con .dem-ul .dem-li:hover .desc{
        color:#063a65;
    }
    .demeanor .dem-con .dem-ul .dem-li:hover .li-con div{
        color:#063a65;
    }
/* 关于我们 */

/* 底部 */
    .footer{
        width: 100%;
        background:#303030;
        background-size: 100% 100%;
        padding-top:30px;
    }
    .footer .footer-con{
        max-width: 1400px;
        margin:0 auto;
        overflow:hidden;
    }
    .footer .footer-con .fo-top{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer .footer-con .fo-top .top-li{
        width: 32%;
    }
    .footer .footer-con .fo-top .top-li:first-child{
        width: 42%;
    }
    .footer .footer-con .fo-top .top-li:last-child{
        width: 20%;
    }
    .footer .footer-con .fo-top .top-li dl{
        float: left;
        width: 33.33%;
    }
    .footer .footer-con .fo-top .top-li dl dt a{
        font-size: 18px;
        color: #e5e5e5;
        font-weight: 400;
        line-height: 41px;
    }
    .footer .footer-con .fo-top .top-li dl dd a{
        display: inline-block;
        box-sizing:border-box;
        font-size: 14px;
        color: #e5e5e5;
        line-height: 30px;
        padding-left: 13px;
        background: url(../image/bg_ftsj.png) no-repeat left 10px;
    }
    .footer .footer-con .fo-top .top-li dl dd a:hover{
        font-weight:700;
    }
    .footer .footer-con .fo-top .top-li .name{
        font-size: 18px;
        color: #e5e5e5;
        font-weight: 400;
        line-height: 41px;
    }
    .footer .footer-con .fo-top .top-li .desc{
        width: 100%;
        display: inline-block;
        box-sizing:border-box;
        font-size: 14px;
        color: #e5e5e5;
        line-height: 30px;
        padding-left: 13px;
        background: url(../image/bg_ftsj.png) no-repeat left 10px;
    }
    .footer .footer-con .fo-top .top-li img{
        width: 100px;
    }
    .footer .fo-bottom{
        width: 100%;
        height: 40px;
        line-height:40px;
        text-align:center;
        font-size:14px;
        color:#ededed;
        margin-top:20px;
        background:#063a65;
        overflow:hidden;
    }
    .footer .fo-bottom a{
        font-size:14px;
        color:#ededed;
    }
/* 底部 */

/* 空白页 */
    .kby{
        width: 100%;
        padding-bottom:50px;
    }
    .kby .kby-img{
        width: 100%;
        height: 580px;
        background:url(/Index/Tpl/PC/Index/images/kby-img.jpg) center center no-repeat;
        overflow:hidden;
    }
    .kby .kby-img .gy{
        font-size:33px;
        color:#fff;
        font-weight:700;
        margin-bottom:20px;
        margin-top:270px;
    }
    .kby .kby-img .wz{
        font-size:18px;
        color:#fff;
    }
    .kby .kby-img .wz a{
        font-size:18px;
        color:#fff;
    }

    .kby .kby-btn{
        width: 100%;
        margin-top:30px;
        margin-bottom:30px;
        border-bottom:1px solid #ccc;
    }
    .kby .kby-btn .kby-btn-ul{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .kby .kby-btn .kby-btn-ul .kby-btn-list{
        width: 181px;
        height: 55px;
        border-right:1px solid #ccc;
        box-sizing:border-box;
    }
    .kby .kby-btn .kby-btn-ul .kby-btn-list a{
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height:55px;
        text-align:center;
        color:#333;
        font-size:16px;
    }
    .kby .kby-btn .kby-btn-ul .active{
        background:#063A65;
    }
    .kby .kby-btn .kby-btn-ul .active a{
        color:#fff;
    }
    .kby .kby-btn .kby-btn-ul .kby-btn-list:hover{
        background:#063A65;
    }
    .kby .kby-btn .kby-btn-ul .kby-btn-list:hover a{
        color:#fff;
    }
/* 空白页 */