.main{
	width: 1200px;
	margin: 0 auto;
    position: relative;
}
.head{
    z-index: 8;
    left: 0;
    width: 100%;
    background: #e8f4ff;
}
.nav-top-box{
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.nav-top-box a{
    color: #333;
    margin: 0 5px;
}
.nav-top-box .on{
    color: #006dba;
    font-weight: 700
}
.main-meau-box{
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}
.logo{
	float: left;
    margin-top: 20px;
}
.meau-box{
    background: #1a71c8;
    height: 60px;
    border-bottom: 1px solid #2598e9;
}
.meau{
    margin: 0 auto;
    width: 1200px;
}
.meau li{
    float: left;
    margin: 0 0 0 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 58px;
    
}
.meau .on{
    background: #2598e9;
}
.meau .on a{
    color: #fff;
}
.meau .on a:hover{
    color: #fff
}
.meau a{
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}
.meau a:hover{
	color: #58e2fd;
	text-decoration: none;
}
.meau .active a{
	color: #a4ffff;
    font-weight: 700
}
.news-box{
    margin: 60px 0
}
.title{
	font-size: 24px;
	color: #fff;
    background: #006dba;
    width: 180px;
    height: 50px;
    line-height: 50px;
	text-align: center;
    font-weight: 700
}
.service-main-box{
    padding: 30px 0
}
.service-box{
    background: #f6f6f6;
    padding: 60px 0 ;
}
.service-list{
    margin-left: -40px;
    overflow: hidden;
    margin-bottom: 30px
}
.service-list li{
    background: #fff;
    width: 578px;
    float: left;
    height: 160px;
    margin-top: 40px;
    margin-left: 40px;
    border: 1px solid #eee;
}
.service-list .content{
    float: right;
    width: 420px;
    padding-right: 40px;
}
.service-list img{
    margin: 50px 0 0 40px;
}
.service-list .head-title{
    font-size: 22px;
    font-weight: 700;
    color: #006dba;
    margin-top: 30px;
}
.service-list .text{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}
.news-list{
    padding: 50px 0 0;
    overflow: hidden;
    margin-left: -15px;
}
.news-list li{
    float: left;
    width: 375px;
}
.news-list p{
    margin-top: 16px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}
.news-list .date{
    margin-top: 10px;
    color: #999;
    font-size: 14px;

}
.news-list p a{
    color: #333;
}
.news-list p a:hover{
    color: #006dba;
    text-decoration: none
}
.news-list-content{
        width: 960px;
    float: left;
    margin-left: 20px;
}
.news-list-content h3{
        height: 25px;
    overflow: hidden;
    font-size: 18px;
    margin-top: 26px;
}
.news-list-content h3 a{
    color: #333;
    text-decoration: none;
}
.news-list-content h3 a:hover{
    color: #08c
}
.news-list-content p{
    height: 58px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-top: 12px
}
.news-list-img{
    float: left;
    width: 130px;
    height: 130px;
}
.news-list-img img{
    width: 130px;
    height: 130px;
    border-radius: 50%
}
.news-list li{
    transition: all 0.3s linear 0s;
}
.news-list li:hover{
	transform: translate(0,-8px);
}
.news-name{
	font-size: 20px;
	margin: 10px 0 0
}
.news-name a{
	color: #161616
}
.news-name a:hover{
	color: #fc643b
}
.news-more-btn{
	margin: 70px auto 0;
	font-size: 30px;
	display: block;
	border: 1px solid #fc643b;
	border-radius: 4px;
	width: 276px;
	height: 72px;
	color: #fc643b;
	text-align: center;
	line-height: 72px;
	font-weight: 700
}
.news-more-btn:hover{
	background: #fc643b;
	color: #fff;
	text-decoration: none;
}
.news-pic-box{
    width: 600px;
    height: 400px;
    margin: 30px 0 0;
    float: left;
}
.news-list-box{
    width: 560px;
    float: right;
    margin: 10px 0 0;
}
.news-all-box{
     margin: 10px 0 0;
}
.news-all-box li{
    padding: 20px;
    margin-top: 20px;
    transition: all 0.2s linear 0s;
    border-bottom: 1px solid #e9e9e9;
}
.news-list-box li{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    transition: all 0.2s linear 0s;
}
.news-list-box li:hover,.news-all-box li:hover{
    transform: translate(0,-10px);
}
.news-list-box .date,.news-all-box .date{
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}
.news-all-box .content{
    float: right;
    width: 770px;
}
.news-list-box h4,.news-all-box h4{
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-all-box h4{
    font-weight: 700;
    font-size: 20px;
}
.news-list-box h4 a,.news-all-box h4 a{
    color: #333;
}
.news-list-box h4 a:hover,.news-all-box h4 a:hover{
    text-decoration: none;
}
.news-list-box li:hover h4 a,.news-all-box li:hover h4 a{
    color: #0762cb
}
.news-list-box p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px
}
.news-all-box .bd{
    color: #666;
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
    height: 46px;
    overflow: hidden;
}



.news-date-box{
    width: 126px;
    height: 160px;
    background: #e1f0ff;
    border-radius: 10px;
    float: left;
    text-align: center;
}
.carousel-box{
    float: right;
    width: 310px;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    margin: 155px 20px 0 0  ;
}
.news-date-box i{
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin: 40px 0 20px;
}
.box-top p{
        color: #666;
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
    
    margin-top: 4px;
}
.box-top p a{
    color: #666;
}
.box-top p a:hover,.box-top h4 a:hover{
    text-decoration: none;
}
.news-title{
    font-size: 38px;
    color: #1b1b1b;
    text-align: left;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.product-list li{
	float: left;
    width: 318px;
    height: 310px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.product-list li:hover{
	cursor: pointer;
	box-shadow: 0px 5px 8px #ddd;
}
.product-img{
	margin-top: 100px;
}
.product-name{
	margin-top: 20px;
	color: #8a8a8a;
	font-size: 24px;
}
.pagination-box{
    text-align: center;
    margin: 30px 0
}
.foot{
    background: #282c35;
    clear: both;
    color: #fff;
    text-align: center;
    padding: 40px 0
}
.foot-logo{
    text-align: center;
    padding: 40px 0 0
}
.foot-content{
    line-height:26px
}
.foot-content a{
    color: #e8f4ff;
}
.service-header-title{
        font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 70px 0 20px;
}
.service-body{    
    overflow: hidden;
    margin: 20px 0 0;
}
.service-body .header-title{
    color: #333;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin: 150px 0 0;

}
.service-body .conter{
        margin: 16px 10px;
    line-height:30px;
    font-size: 16px;
    color: #666;
    height: 109px;
    padding: 0 30px
}
.service-body li{
    width: 348px;
    height: 337px;
    float: left;
    margin: 0 26px;
}
.subscribe-box{
	float: left;
    margin-top: 80px;
    color: #fff;
    margin-right: 89px;
}
.subscribe-box h4{
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    border-bottom: 1px solid #6b6b6b;
    line-height: 36px;
}
.subscribe-box p{
    line-height: 24px;
}
.subscribe-box .submit-ipt{
	border-radius: 4px;
	width: 210px;
	height: 40px;
	padding: 0 5px;
	background: #fff;
}
.subscribe-box .submit-btn{
    display: inline-block;
    border-radius: 4px;
    width: 86px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #002765;
    font-size: 16px;
    vertical-align: -1px;
}
.subscribe-box .submit-btn:hover{
	background: #f90;
	text-decoration: none;
}
.copyright-box{
	float: left;
    color: #fff;
    margin: 120px 0 0 130px;
}
.share-box{
	float: right;
	margin: 120px 0 0 0;
}
.banner-text-box{
    width: 1200px;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -520px;
}
.banner-text-box .el-carousel__indicators,.banner-text-box .el-carousel__arrow {
    display: none;
}
.swiper-container {
  width: 100%;
  height: 807px;
  background: url(../images/main-slider-1-1.jpg) center 0;
}
.swiper-container img{
    opacity: 1

}
.swiper-pagination-bullet{
	background: #fff
}
.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news-list li{
    margin: 0 15px 30px;
}
.narrative-panels__content{
    position: absolute;
    top: 260px;
    left: 50%;
    z-index: 2222;
    width: 690px;
    margin-left: -680px;
    text-align: center;
}
.language-box{
    float: right;
    border: 1px solid #1a71c8;
    border-radius: 30px;
    margin-top: 40px;
    overflow: hidden;
}
.language-box a{
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    float: left;
}
.language-box a:hover{
    text-decoration: none;
}
.language-box .on{
    background: #1a71c8;
    color: #fff;
}
.banner-box{
}
.banner-pic-a{
    height: 731px;
    background: url(../images/banner-1.jpg) center 0
}
.banner-pic-b{
    height: 731px;
    background: url(../images/banner-2.jpg) center 0
}

.news-detail-content p{
    line-height: 30px;
    margin-bottom: 10px
}
.welcome-one__right-text-1 {
    color: #3a3a3a;
    font-weight: 300;
    margin: 0;
    line-height: 34px;
    font-size: 16px;
    width: 540px;
    float: left;
    margin-right: 68px;
}
.about-main-box{
    background: url(../images/about-bg.jpg) center 0;
    height: 810px;
}
.all-main-box{
    position: relative;
    top: -46px;
    z-index: 9
}
.all-main-box .all-box{
    width: 1200px;
    background: #fff;
    z-index: 2;
    border-top: 4px solid #0762cb;
    box-shadow: 0 15px 15px #ddd;
    min-height: 640px;
}
.about-main-more{
    background: #0762cb;
    height: 170px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2
}
.about-main-more .content{
    width: 820px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 170px;
    margin: 0 auto;
}
.about-main-more .content a{
    color: #fff;
    transition: all 0.2s linear 0s;
}
.about-main-more .content a:hover{
    text-decoration: none;
    transform: translate(0,-10px);
    color: #daebff
}
.about-main-more img{
    vertical-align: middle;
    margin-left: 10px;
}
.welcome-one__right-text-1 p{
    padding-top: 30px
}
.header-title{
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.header-title span{
    display: block;
    border-bottom: 2px solid #0762cb;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    float: left;
}


.list-bd{
        height: 66px;
    overflow: hidden;
    line-height: 24px;
}
.teams-box{
    padding: 30px;
}

.nav-bar-box a{
    color: #0762cb
}
.news-content-box{
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    line-height: 36px;
}
.news-content-box p{
    margin-bottom: 50px;
    text-indent: 2em
}
.news-content-box .date{
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 10px 0 20px;
}
.news-content-box .head-title{
    text-align: center;
    font-size: 30px;
    font-weight: 700;

}
.read-more{
    display: block;
    color: #0960bd;
    height: 28px;
    line-height: 28px;
    width: 74px;
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
    border: 1px solid #0960bd;
    float: right;
    border-radius: 30px
}
.read-more:hover{
    color: #fff;
    background: #0960bd;
    border: 1px solid #0960bd;
    text-decoration: none;
}
.mode img{
    display: block;
}
.
.time{
    text-align: center;
    margin: 10px 0 30px;
}
.team-box{
    background: url(../images/team-bg.jpg) center 0;
    height: 712px;
    overflow: hidden;
}
.team-box .head-title{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 50px 0;
}
.about-box{
    padding: 50px 10px 0;
    color: #666;
    font-size: 16px;
    float: left;
    width: 650px;
    line-height: 30px;
}
.about-box p{
    margin-bottom: 20px;
}
.contact-list{
    overflow: hidden;
    margin-top: 20px
}
.contact-list li{
    float: left;
    width: 46%;
    margin: 0 10px;
    border:1px solid #ddd;
    padding: 10px 10px 0;
    height: 50px;
    border-radius: 4px;
        line-height: 48px;
        text-align: left;
}
.team-list{
    margin-left: -25px;
}
.team-list li{
        float: left;
    width: 280px;
    height: 410px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 0 25px;
}
.teams-box li{
        float: left;
    width: 320px;
    height: 370px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 90px 11px 20px 20px;
    border: 1px solid #ddedfe;
}
.team-list img{
    margin-top: 40px
}
.teams-box img{
    left: 90px
}
.team-list h4{
    margin-top: 30px;
    color: #0180cd;
    font-size: 24px;
    font-weight: 700;
}
.team-list p{
    color: #666;
    margin-top: 10px;
    font-size: 14px;
    padding: 0 50px;
    line-height: 24px;
}
.team-list span,.teams-box span{
    display: block;
    margin-top: 10px;
    color: #0762cb
}
.teams-box .content{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 48px 0;
    height: 147px;
}
.form-box{
    margin-top: 50px
}
.banner-a{
    background: url(../images/banner-a.jpg) center 0;
    height: 410px
}
.banner-b{
    background: url(../images/banner-b.jpg) center 0;
    height: 410px
}
.banner-c{
    background: url(../images/banner-c.jpg) center 0;
    height: 410px
}
.banner-d{
    background: url(../images/banner-d.jpg) center 0;
    height: 410px
}
.banner-e{
    background: url(../images/banner-e.jpg) center 0;
    height: 410px
}
.common-box{
    padding: 60px 0;
    overflow: hidden;
}
.common-box .content{
    float: left;
    width: 870px;
    font-size: 16px;
    color: #333;
    margin-left: 70px;
}
.common-box .content1{
        float: right;
    width: 580px;
}
.common-box .text{
    margin:0 0 40px 0;
    line-height: 36px;
}
.common-box img{
}
.common-box .img-box{
    float: right;
    margin: 60px 0 0
}
.common-box .team-list{
    padding: 40px 0
}
.common-box .team-list li{
    border: 1px solid #ddd;
    height: 420px;
    margin-bottom: 40px
}
.left-side-box{
    background: url(../images/left-side-box.jpg);
    width: 252px;
    height: 531px;
    float: left;
}
.left-side-box a{
    display: block;
    margin: 40px -40px 0 40px;
    height: 46px;
    line-height: 46px;
    background: #0c93dd;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}
.left-side-box a:hover{
    text-decoration: none;
}
.team-common-list{
    padding: 20px;
}
.team-common-list li{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.team-common-list img{
    float: left;
    margin-right: 20px;
}
.team-common-list h4 {
    margin-top: 30px;
    color: #0180cd;
    font-size: 24px;
    font-weight: 700;
}
.team-common-list h6 {
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}
.team-common-list p {
    color: #666;
    margin-top: 10px;
    font-size: 14px;
    padding: 0 50px;
    line-height: 24px;
}
.service-main-box .el-tabs__item{
    font-size: 16px;
}
.service-main-box .service-content{
    padding: 30px;
    line-height: 36px;
    float: left;
    width: 680px;
    margin-right: 20px;
    /* border: 1px solid #ddd; */
}
.service-main-box p{
    margin-bottom: 20px;
}
.service-main-box .img-box{
    margin-top: 20px
}
.team-box .header-title{
    margin: 80px 0 60px
}
.team-box .header-title span{
    color: #fff;
    border-bottom: 2px solid #dd770d;
}
.team-box .read-more{
    border: 1px solid #fff;
        color: #fff;
}
.team-list h6 {
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}
.ellipsis{
        height: 40px;
    overflow: hidden;
}