

/*蓝边、黑字*/
.title{width: 300px; margin:0 auto; overflow: hidden; text-align: center; line-height: 30px;}
.title:after,.title:before{content:" ";display: inline-block; width: 30px; height: 4px; margin:30px 10px; background-color:#1895DC;}
.title .zhong{ font-size:24px; font-weight: bold;}
/*白边、白字*/
.wtitle{width: 300px; margin:0 auto; padding: 30px 0px; overflow: hidden; text-align: center; line-height: 30px;}
.wtitle:after,.wtitle:before{content:" ";display: inline-block; width: 30px; height: 4px; margin:30px 10px; background-color:#FFFFFF;}
.wtitle .zhong{ font-size:24px; font-weight: bold;}
.wtitle .zhong,.wtitle .ying{color: #FFFFFF;}

/* 资讯滚动css */
.scrollBox{ width:1200px; padding:10px;border-top:1px solid #fff; position:relative; overflow:hidden; zoom:1;}
.scrollBox .piclist{ overflow:hidden; zoom:1;}
.scrollBox .piclist li{float:left; display:inline; width:386px; height: 378px; background:#fff;  margin-right:18px; }
.scrollBox .piclist li:hover i {background: #0084CC;}
.scrollBox .piclist li a {position: relative; width: 386px; height: 350px; display: block; border:2px solid #198FD3;  border-radius: 8px; }
.scrollBox .piclist li a > img{height: 270px; width: 100%; border-top-left-radius: 6px; border-top-right-radius: 6px;}
.scrollBox .piclist li span{display:block; width: 370px; height:40px; line-height:40px; padding: 10px;text-align:center; font-size: 18px; color: #333; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.scrollBox .piclist li i{display: block; position: absolute; transform:translate(-50%, 0%); left: 50%; width: 160px; height: 36px; background-color: #BFBFBF; border-radius: 15px; z-index: 200;}
.scrollBox .piclist li i img {position: relative; width: 48px; height: 24px ; margin: 7px 0 0 56px;}
.scrollBox .pageBtn {overflow:hidden; position: relative;  height: 30px; line-height: 30px; width: 100%;  }
.scrollBox .pageBtn .list {position: absolute; height: 100%; margin-top:20px; left: 50%; transform:translate(-50%, 0%)!important;}
.scrollBox .pageBtn .list li{ background-color: #e0e0e0; border-radius: 3px; float:left; display:inline; width:48px;height:8px; cursor:pointer;margin:0 5px;line-height:10000px;overflow:hidden; }
.scrollBox .pageBtn .list li.on{background-color: #1895DC;}

/*关于我们*/
.about-cen {width: 750px; margin: 0 auto; color: #FFFFFF; text-indent: 30px; text-space: 1px;}
.about-cen p {line-height: 28px;}
.about-btn{position: absolute; bottom: 64px;left: 50%; transform: translate(-50%); width: 125px; line-height: 36px; border: 2px solid #FFFFFF; border-radius: 15px; text-align: center;}
.about-btn a{ font-size: 14px; color: #FFFFFF; display: block; width: 100%; height: 100%;}

/*新闻动态*/
.news-info{width: 100%; overflow: hidden;}
.news{display:inline-block; width: 500px; margin: 0 48px; overflow: hidden; float: left;}
.news .img{border-radius: 8px; overflow: hidden; height: 200px;}
.news .img img{position: relative; width: 100%; height: 100%;}
.news .new-title{padding: 20px 0; overflow: hidden;}
.news .new-title .new-time{ width: 80px; display: inline-block; float: left; height: 60px; padding: 10px; border: 2px solid #198FD3; background: #F3F4F6; border-radius: 8px; text-align: center;}
.news .new-title .new-time .date{font-size: 36px; font-weight: bold; line-height: 40px;}
.news .new-title .new-time .year{font-size: 12px;}
.news .new-title .new-cont{padding-left:20px; display: inline-block; float: left; width: 360px;}
.news .new-title .new-cont a .n-tle{font-size: 14px; line-height: 30px; color: #6E6D6D;}
.news .new-title .new-cont a:nth-child(1) .n-tle{font-size: 18px; line-height: 30px; color: #000000;}
/*.news .new-title .new-cont .n-cont{padding: 3px 0px; line-height: 24px; font-size: 14px; text-space: 1px; color: #6E6D6D;}*/
.news-btn{width: 125px; margin: 10px auto; line-height: 36px; border: 2px solid #ccc; border-radius: 15px; text-align: center; cursor: pointer;}
.news-btn a{ font-size: 14px; color: #ccc;}

/*产品介绍*/
.product{display: flex; flex-wrap:wrap;}
.product .pro-seed{display: flex; width: 80%; height: 200px; background-color: #FFFFFF;}
.product .pro-seed .pro-seed-seed{flex: 1; background-color: #FFFFFF; cursor:pointer; transition:transform 0.25s ease;}
.product .pro-seed .pro-seed-seed:hover{transform:scale(1.25,1.25); box-shadow: 1px 2px 5px rgba(0,0,0,0.25);}
.product .pro-seed .pro-seed-seed .pro-img{display: inline-block; width: 50%; height: 200px; overflow: hidden;}
.product .pro-seed .pro-seed-seed .pro-img img{width: 100%; height: 100%;}
.product .pro-seed .pro-seed-seed .pro-cont{display: inline-block;width: 50%; height: 200px; overflow: hidden;}
.product .pro-seed .pro-seed-seed .pro-cont .pro-cont-tle{margin: 0px 20px; padding: 30px 0px 10px; border-bottom:1px solid #CCCCCC; font-size: 18px;}
.product .pro-seed .pro-seed-seed .pro-cont .pro-cont-cont{margin: 0px 20px; padding: 10px 0px; height: 60px; line-height: 25px; overflow: hidden; font-size: 16px; color: #999999;}
.product .pro-more{width: 20%; height: 200px; background-color: #56acdc; font-size: 24px; color: #FFFFFF; text-align: center; cursor:pointer; line-height: 200px; transition:transform 0.25s ease;}
.product .pro-more:hover{transform:scale(1.25,1.25); box-shadow: 1px 2px 5px rgba(0,0,0,0.25);}
.product .pro-slogan{width: 20%; height: 200px; background-color: #FFFFFF; font-size: 24px; color: #FFFFFF; text-align: center; cursor:pointer; line-height: 30px; transition:transform 0.25s ease;}
.product .pro-slogan:hover{transform:scale(1.25,1.25); box-shadow: 1px 2px 5px rgba(0,0,0,0.25);}
.product .pro-slogan p{font-size:18px; font-weight: bold; color: #1895DC;}

/*服务宗旨*/
.tenet{display: flex; padding: 0px 30px;}
.tenet .seed{position: relative; background-color: #FFFFFF; margin: 0 10px; border: 1px solid #ccc; flex: 1;}
.tenet .seed .seed-tle{margin: 20px; padding: 50px 0px 30px; border-bottom: 1px solid #ccc; text-align: center; font-size: 24px; line-height: 30px; font-weight: 500; color: #1895DC;}
.tenet .seed .seed-cont{padding: 30px 28px 50px; color: #000000; font-size: 16px; font-weight: 400; line-height: 30px;}
.tenet .seed .seed-btm{position: absolute; width: 100px; height: 5px;margin: 0 auto; bottom: -2px; left: 50%; margin-left: -50px; background-color: #1895DC; border-radius: 3px;margin-bottom: -2px;}
.tenet-bg{position: absolute; width: 100%; height: 360px; top:60px; left:0px; background-color: #1895DC; z-index: -10;}

/*英伦领队*/
.team{display: flex; justify-content:space-between;}
.team .t-seed .t-headimg{width: 200px; height: 200px; border-radius: 50%; overflow: hidden; border: 2px solid #0E8BEE;}
.team .t-seed .t-name{text-align: center; font-size: 20px; line-height: 30px; font-weight: 600; padding: 10px 0px; color: #000000;}
.team .t-seed .t-company{width:200px; text-align: center; font-size: 16px; padding: 10px 0px; overflow: hidden; color: #828181;}
.team-btn{width: 125px; margin: 10px auto; line-height: 36px; border: 2px solid #ccc; border-radius: 15px; text-align: center; cursor: pointer;}
.team-btn a{ font-size: 14px; color: #ccc;}

/*联系我们*/
.contact{display: flex; margin: .8rem auto .3rem;}
.contact .c-seed{flex:1; vertical-align: middle;}
.contact .c-seed .c-icon{ height: 88px;position: relative; margin: 0 auto; text-align: center; overflow: hidden;}
.contact .c-seed .c-tle{text-align: center; font-size: 18px; line-height: 20px; padding: 5px 0px;}
.contact .c-seed .c-cont{text-align: center; font-size: 18px; line-height: 20px; padding: 5px 0px;}

.contact img{position: absolute; bottom: 1px;left: 50%; transform: translate(-50%);}
.team .t-seed img{width: 100%; height: 100%;}

/*底部*/
.link{background-color: #7C7C7C; color: #FFFFFF; line-height: 30px;}
.link .l-tle{padding: 40px 0px 20px; text-align: center; font-size: 18px; }
.link .l-cont{display: flex; flex-wrap:wrap; padding: 10px 0px 30px; font-size: 18px;}
.link .l-cont .link-container{flex: 1; text-align: center;}
.link .l-cont a{padding: 0px 15px; color: #FFFFFF; line-height: 30px;}
.link .l-cont a:hover{color: #00dfff;}
.copyright{background-color: #272727; padding: 40px 0px; text-align: center; color: #FFFFFF; font-size: 18px;}
.copyright .copy-cont{line-height: 30px;}

