/**
 
 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com
 
 */

body {
	background: #FFF;
}


/** 首页 */


/*导航部分*/

.nav {
	width: 100%;
	height: 100px;
	background: #FFF;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	transition: 0.3s
}

.nav.index {
	background: rgba(0,0,0,0.65);
}

.nav.scroll {
	background: #FFF;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
	transition: 0.3s
}

.nav .layui-container {
	position: relative;
	transition: all 400ms ease-out;
}

.nav .nav-logo {
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 100px;
}

.nav .nav-list {
	height: 100px;
	
}
.nav .layui-nav {
	width: 100%;
	position: absolute;
	top: 80px;
	right: 0;
	color: #000;
	background: transparent;
	overflow: hidden;
}
.layui-nav .layui-this:after{
	display: none;
}

.nav .layui-nav .layui-nav-item {
	float: right;
}

.nav .layui-nav * {
	font-size: 18px;
}

.nav .layui-nav .layui-nav-item a {
	padding: 0 0;
	color: #fff;
	width: 124px;
	height: 50px;
	margin: 25px 14px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	font-size: 17px;
}
.layui-nav-bar{
	display: none;
}
.nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
	background: #469DFF;	
	border-radius: 10px;
}


/*轮播*/

#banner img {
	min-width: 100%;
	height: 898px;
}

#banner .panel {
	width: 890px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -445px;
	text-align: center;
	color:#fff;
}

#banner .panel p {
	color: #FFFFFF;
	font-size: 30px;
}

#banner .panel p.title {
	color: #FFFFFF;
	font-size: 100px;
	margin: 40px 0;
}
.title-ul{
	text-align: center;
}
.title-ul li{
	display: inline-block;
	font-size: 30px;
	margin-right: 30px;
}
.title-wy{
	width: 40px;
	height: 40px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	line-height: 40px;
	display: inline-block;
	margin-right: 15px;
}
.title-ny{
	width: 19px;
	height: 19px;
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
}
.title-btn{
	width: 206px;
	height: 55px;
	background: #FFFFFF;
	border: 1px solid #707070;
	border-radius: 28px;
	color: #469DFF;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	margin: 35px auto 0;
}
/*主体—产品*/

.main-product {
	padding-top: 90px;
	padding-bottom: 130px;
}

.main-product p {
	font-size: 16px;
	color: #ababab;
	line-height: 28px;
}

.main-product p.title,
.main-service p.title {
	color: #469DFF;
	font-size: 40px;
	text-align: center;
	line-height: 160px;
}

.main-product p.title span,
.main-service p.title span {
	color: #2db5a3;
}

.main-product .content {
	border: 1px solid #DEDEDE;
	padding: 30px 25px 0 25px;
	text-align: center;
	transition: 0.3s;
}

.main-product .content p.label {
	font-size: 20px;
	color: #000;
	margin: 30px 0;
}

.main-product .content a {
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #469DFF;
	border-radius: 19px;
	color:#469DFF;
	font-size:16px;
	display: inline-block;
	margin: 50px 0 25px;
}

.main-product .content:hover {
	box-shadow: 0 0 3px 3px #EEE;
	transition: 0.3s;
}

.main-product .content img {
	transition: 2s;
}

.main-product .content img:hover {
	transform: rotateY(180deg);
}


/*主体-服务*/
.main-service .layui-container{
	padding-bottom: 198px;
}
.main-service .layui-col-sm4{
	background: #FFFFFF;
}
.content-head img{
	width: 100%;
	height: 289px;
	vertical-align: top;
}
.content-title{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	padding-top:120px;
	text-align: center;
	color:#fff;
	font-size:20px;
}
.content-title p{
	font-size:35px;
	margin-bottom: 20px;
}
.content-body{
	border: 1px solid #707070;
	border-top:0;
	height: 240px;
	padding: 60px 36px 0;
	font-size: 16px;
	color:#999;
}
.main-service {
	background: #f8f8f8;
}

.main-service .content,.content-head {
	position: relative;
}

.main-service .content .content-left {
	width: 50%;
}

.main-service .content .content-left img {
	width: 100%;
}

.main-service .content .content-right {
	box-sizing: border-box;
	background: #FFF;
	padding: 58px 40px 0 48px;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	overflow: hidden;
}

.main-service .content .content-right p {
	color: #adadad;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-service .content .content-right p.label {
	font-size: 16px;
	color: #4a4a4a;
}

.main-service .content .content-right span {
	display: block;
	width: 50px;
	height: 2px;
	background: #2cb6a1;
	margin-bottom: 23px;
}

.main-service .content .content-right:hover {
	box-shadow: 2px 2px 2px #EEE;
	transition: 0.3s;
}

.main-service .service-more {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.main-service .service-more a {
	padding: 10px 62px;
	font-size: 23px;
	line-height: 46px;
	color: #FFF;
	background: #7fd3c6;
	border-radius: 3px;
}


/*底部*/

.footer {
	padding-bottom: 70px;
	background: #5e6664;
}

.footer .footer-web {
	padding-top: 50px;
	padding-bottom: 63px;
}

.footer .footer-web a {
	color: #a5aaa9;
	line-height: 22px;
	margin-right: 20px;
	transition: 0.3s;
}

.footer .footer-web a:hover {
	color: #dce1e0;
	transition: 0.3s;
}

.footer .footer-contact {
	color: #FFF;
}

.footer .footer-contact .contact-top {
	padding-top: 20px;
	line-height: 30px;
}

.footer .footer-contact .contact-bottom {
	line-height: 35px;
}


/** 产品 */

.banner {
	height: 420px;
}

.banner.product {
	background: url("../img/index2.png") no-repeat center top;
	background-size: cover;
}

.main.product {
	padding: 30px 0 75px 0;
}

.main.product .content {
	padding: 50px 0;
	border-bottom: 1px solid #e8e8e8;
}

.main.product .content .content-img {
	text-align: center;
}

.main.product .content .content-img img {
	max-width: 100%;
}

.main.product .content .label {
	color: #565656;
	font-size: 30px;
	line-height: 78px;
	margin-top: 32px;
}

.main.product .content .detail {
	font-size: 16px;
	line-height: 28px;
	color: #d7d7d7;
	padding-bottom: 30px;
}

.main.product .content a {
	color: #a0d2cc;
	font-size: 16px;
	line-height: 38px;
	padding: 10px 11px 10px 23px;
	border: 1px solid #a0d2cc;
	border-radius: 3px;
}


/** 动态 */

.banner.news {
	background: url('../img/index2.png') no-repeat center top;
	background-size: cover;
}

.banner .title {
	padding-top: 170px;
}

.banner .title.active {
	padding-top: 160px;
	transition: 1.5s;
	width: 1350px;
	margin: 0 auto;
}

.banner .title p {
	color: #fff;
	font-size: 65px;
}

.banner .title p.en {
	font-size: 30px;
	margin-top: 50px;
}

.main-news {
	padding: 40px 0 65px 0;
	background: #f8f8f8;
}
.layui-new-fr{
	width: 300px;
	background: #fff;
	margin-left: 30px;
}
.layui-new-fl{
	width: calc(100% - 330px);
	background: #fff;
}
.layui-fl{
	float: left;
}
.layui-card-body{
	padding: 0;
}
.main-news .layui-card{
	padding: 13px 0 0;
	margin: 0;
	box-shadow: none;
}
.main-news .layui-card-header{
	height: 44px;
	line-height: 44px;
	color: #469DFF;
	padding-left: 10px;
	position: relative;
	border-bottom-color: #999;
}
.main-news .layui-card-header span{
	display: inline-block;
	width: 100px;
	height: 4px;
	background: #469DFF;
	position: absolute;
	left:0;
	bottom: -1px;
}
.main-news .layui-zx{
	padding: 30px 30px 0;
}
.layui-zx .layui-col-md3{
	padding: 0 10px;
}
.main-news .layui-col-md3 img{
	display: block;
	margin: 0 auto 5px;
	width: 220px;
	height: 150px;
}
.main-news .layui-col-md3 p{
	line-height: 31px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #1F1F1F;
}
.new-ul li{
	padding: 30px 40px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #1F1F1F;
	border-bottom: 1px dashed #707070;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new-ul li:last-child{
	border:0;
}
.new-ul-foot{
	padding: 27px 35px;
	font-size:20px;
	color:#1F1F1F;
	text-align: right;
}
.new-ul-foot span{
	line-height: 30px;
	display: inline-block;
	height: 30px;
	width: 50px;
	cursor: pointer;
	text-align: center;
}
.new-ul-this{
background: #469DFF;
border-radius: 3px;
}
.layui-shaky{
	min-height: 620px;
}
.layui-shaky-ul{
	padding: 20px;
}
.layui-shaky li{
	padding: 10px 0;
	font-size:18px;
	color:#1F1F1F;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.layui-shaky li span{
	margin-right: 10px;
	color:#999
}
.layui-shaky li:nth-child(1) span{
	color:#FE2D46;
}
.layui-shaky li:nth-child(2) span{
	color:#FF6600;
}
.layui-shaky li:nth-child(3) span{
	color:#FAA90E;
}
/*动态详情页*/

.main-newsdate {
	margin-top: 80px;
	text-align: center;
}

.main-newsdate .news {
	text-align: left;
	line-height: 104px;
}

.main-newsdate h1 {
	padding-top: 6px;
}

.main-newsdate .pushtime {
	color: #686868;
	font-size: 18px;
	line-height: 82px;
}

.main-newsdate .introTop {
	padding-bottom: 28px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

.main-newsdate .introBott {
	font-size: 18px;
	line-height: 42px;
	text-align: justify;
	padding: 40px 0 102px 0;
}

.main-newsdate img {
	max-width: 100%;
}


/** 案例 */

.banner.case {
	background: url('../img/index3.png') no-repeat center top;
	background-size: cover;
}

.main-case {
	padding: 40px 0;
	background: #f8f8f8;
}
.main-case .layui-card{
	background: #fff;
	padding: 0 15px 100px;
}
.case-title{
	padding: 35px 0;
	color:#469DFF;
	font-size:20px;
	text-align: center;
	position: relative;
}
.case-title-line{
	width: 580px;
	height: 1px;
	background: #999999;
	position: absolute;
	top:45px;
}
.case-title-fl{
	left: 0;
}
.case-title-fr{
	right: 0;
}
.layui-case-item{
	margin: 162px 10px 0;
	position: relative;
	height: 260px;
	background: #D2E7FF;
	border-radius: 10px;
	padding: 45px 25px;
	font-size: 16px;
	line-height: 27px;
	color: #999999;
}
.layui-case-item>img{
	position: absolute;
	width: 129px;
	height: 129px;
	border-radius: 50%;
	top:-89px;
	left:50%;
	margin-left: -64.5px;
}
.layui-case-item>p{
	color:#469DFF;
	font-size:20px;
	margin: 25px 0 30px;
	text-align: center;
}
.main-case .content {
	width: 48%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px;
	border-bottom: 2px solid #c9c9c9;
}

.main-case .content.even {
	margin-left: 2%;
}

.main-case .content .case-img {
	border: 1px solid #e2e2e2;
	overflow: hidden;
}

.main-case .content .case-img img {
	width: 100%;
	transition: 2s;
}

.main-case .content .case-img img:hover {
	transform: scale(1.2, 1.2);
	transition: 2s;
}

.main-case .content p.lable {
	padding-top: 13px;
	font-size: 30px;
	line-height: 76px;
}

.main-case .content p {
	font-size: 18px;
	line-height: 32px;
	color: #505050;
}

.main-case #casePage .layui-laypage {
	display: block;
	text-align: center;
	margin-top: 100px;
}

.main-case #casePage .layui-laypage a,
.main-case #casePage .layui-laypage span {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 3px;
	color: #e3e3e3;
}


/** 关于 */

.banner.about {
	background: url('../img/index4.png') no-repeat center top;
	background-size: cover;
}

.main-about {
	padding-bottom: 130px;
}

.main-about ul.aboutab {
	padding: 90px 0;
	text-align: center;
}

.main-about ul.aboutab li {
	display: inline-block;
	padding: 0 22px;
	margin-left: 10px;
	font-size: 20px;
	line-height: 50px;
	color: #999;
	background: #E1EFFE;
	border-radius: 3px;
	cursor: pointer;
}

.main-about ul.aboutab li:first-child {
	margin-left: 0;
}

.main-about ul.aboutab li.layui-this,
.main-about ul.aboutab li:hover {
	color: #fff;
	background: #469DFF;
	transition: 0.3s;
}

.main-about .tabJob,
.main-about .tabCour {
	display: none;
}


/*公司简介*/
.layui-fl{
	float: left;
}
.tabIntro-fl{
	width: calc(100% - 780px);
	margin-right: 170px;
}
.tabIntro-fl-title{
	font-size:28px;
	color: #1F1F1F;
	font-family: Source Han Sans CN;
	font-weight: 500;
	padding: 20px 0 15px;
	border-bottom: 2px solid #469DFF;
}
.tabIntro-fl-body{
	padding: 25px 0;
	font-size:20px;
	color:#999;
	line-height: 34px;
}
.tabIntro-fr{
	width: 610px;
}
.tabIntro-fr>img{
	width: 100%;
}
.layui-tabIntro{
	padding: 100px 23px 50px;
}
.layui-tabIntro .layui-col-md4{
	padding: 0 50px;
	text-align: center;
	font-size:20px;
	color:#999;
}
.layui-tabIntro .layui-col-md4 img{
	width: 335px;
	height: 335px;
}
.layui-tabIntro .layui-col-md4 p{
	font-size:28px;
	color:#1F1F1F;
	margin: 40px 0 30px;
}
/*招贤纳士*/

.main-about .tabJob .content {
	padding: 0 0 40px 20px;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #65d0c5;
	margin-top: 90px;
}

.main-about .tabJob .content:first-child {
	margin-top: 10px;
}

.main-about .tabJob .content p {
	font-size: 18px;
	line-height: 40px;
}

.main-about .tabJob .content p.title {
	font-size: 24px;
	color: #545454;
	line-height: 60px;
}

.main-about .tabJob .content ol {
	padding-left: 20px;
	list-style-type: none;
	counter-reset: sectioncounter;
}

.main-about .tabJob .content ol li {
	color: #8d8d8d;
	font-size: 16px;
	line-height: 30px;
}

.main-about .tabJob .content ol li:before {
	content: counter(sectioncounter) "、";
	counter-increment: sectioncounter;
}


/*发展历程*/

.main-about .tabCour p.title {
	text-align: center;
}

.main-about .tabCour .timeline {
	position: relative;
	padding: 46px 0;
}

.main-about .tabCour .timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	width: 2px;
	background-color: #e2e2e2;
	left: 50%;
}

.main-about .tabCour .timeline li {
	position: relative;
	height: 140px;
	
}
.main-about .tabCour .timeline li .cour-img {
	position: absolute;
	width: 200px;
	top:70px;
	left:50%;
	margin-left: -100px;
}
.time-span-fl{
	text-align: left;
}
.time-span-fr{
	text-align: right;
}
.time-yuan{
	width: 15px;
	height: 15px;
	background: #999999;
	border-radius: 50%;
	position: absolute;
	top:50%;
	margin-top: -7.5px;
	left:50%;
	margin-left: -6.5px;
}
.time-span{
	display: inline-block;
    width: 100px;
    text-align: center;
    color:#999;
    font-size:20px;
}
.main-about .tabCour .timeline li .cour-panel {
	position: absolute;
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding: 25px 15px;
	font-size:19px;
	color:#1F1F1F;
	line-height: 30px;
	top:15px;
}
.main-about .tabCour .timeline li .cour-panel-fr{
	padding-left: 60px;
	left:50%;
	margin-left: 55px;
}
.main-about .tabCour .timeline li .cour-panel-fl{
	padding-right: 60px;
	right:50%;
	margin-right: 55px;
	
}
.main-about .tabCour .timeline li .cour-panel1{
	background-image: url('../img/time3.png');
	top:41.8px;
}
.main-about .tabCour .timeline li .cour-panel2{
	background-image: url('../img/time4.png');
}
.main-about .tabCour .timeline li .cour-panel3{
	background-image: url('../img/time5.png');
}
.main-about .tabCour .timeline li .cour-panel4{
	background-image: url('../img/time6.png');
}
.main-about .tabCour .timeline li .cour-panel5{
	background-image: url('../img/time7.png');
}
.main-about .tabCour .timeline li .cour-panel p.label {
	font-size: 18px;
	color: #000;
}

.main-about .tabCour .timeline li .cour-panel p {
	width: 300px;
}
.main-about .tabCour p.time-foot{
	text-align: center;
}
@media screen and (max-width: 480px) {
	.main-service .content .content-right {
		padding: 10px 10px 0 10px;
	}
	.main-service .content .content-right p {
		line-height: 24px;
	}
	.main-news .content .news-panel p.read-push {
		font-size: 12px;
	}
	.main-case .content {
		padding-top: 60px;
	}
	.main-case .content p.lable {
		padding-top: 10px;
		font-size: 18px;
		line-height: 48px;
	}
	.main-case .content p {
		font-size: 12px;
		line-height: 20px;
		color: #505050;
	}
	.main-about ul.aboutab {
		padding: 70px 0;
	}
	.main-about ul.aboutab li {
		padding: 0 15px;
		font-size: 16px;
		box-sizing: border-box;
	}
	.main-about .tabIntro .content .img {
		width: 100%;
	}
	.main-about .tabIntro .content .panel {
		width: 100%;
	}
	.main-about .tabIntro .content .panel.p_block {
		display: none;
	}
	.main-about .tabIntro .p_hidden {
		display: block;
	}
	.main-news #newsPage .layui-laypage a,
	.main-news #newsPage .layui-laypage span,
	.main-case #casePage .layui-laypage a,
	.main-case #casePage .layui-laypage span {
		padding: 0 12px;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		margin-right: 4px;
	}
}


/*小屏幕*/

@media screen and (min-width: 768px) {
	.nav {
		max-height: 100px;
	}
	.nav.index {
		background: rgba(0,0,0,0.65);
	}
	.nav .nav-list button {
		display: none;
	}
	.nav .layui-nav {
		width: auto;
		position: absolute;
		top: 0;
		padding: 0 5px;
		border-radius: 0;
		margin: 0;
	}
	.main-product p.title,
	.main-service p.title {
		font-size: 40px;
		line-height: 180px;
	}
	.main.product .content .content-img {
		text-align: left;
	}
	.main-news .content .news-panel strong a {
		font-size: 20px;
		line-height: 30px;
	}
	.main-news .content .news-panel p.read-push {
		padding-top: 0;
		position: absolute;
		bottom: 40px;
	}
	.main-newsdate .pushtime {
		line-height: 142px;
	}
	.main-case .content {
		width: 45%;
	}
	.main-case .content.even {
		margin-left: 9%;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.main.product .content div.right {
		padding-left: 20px;
	}
	.main-service .content .content-right {
		padding: 10px 10px 0 15px;
	}
	.main-service .content .content-right span {
		margin-bottom: 20px;
	}
	.main-service .content .content-right p {
		line-height: 28px;
	}
	.main.product .content .label {
		line-height: 40px;
		margin-top: 0;
	}
	.main.product .content .detail {
		padding-bottom: 10px;
	}
}


/*大屏幕*/

@media screen and (min-width: 992px) {
	.main.product .content {
		padding: 100px 0;
	}
	.main.product .content div.right {
		padding-left: 0;
	}
	.main-news .content .news-img {
		width: 20%;
	}
	.main-news .content .news-panel {
		width: 80%;
	}
	.main-case .content {
		width: 31%;
	}
	.main-case .content.even {
		margin-left: 0;
	}
	.main-case .content.center {
		margin-right: 3%;
		margin-left: 3%;
	}
}


/*超大屏幕*/

@media screen and (min-width: 1200px) {
	.main-news .content .news-img {
		width: 35%;
	}
	.main-news .content .news-panel {
		width: 65%;
	}
	.main-news .content:nth-child(odd) {
		padding-right: 20px;
	}
	.main-news .content:nth-child(even) {
		padding-left: 20px;
	}
}

@media screen and (min-width: 1300px) {
	.layui-container {
		width: 1350px;
		padding: 0;
	}
	.layui-col-sm4{
		width: calc((100% - 98px ) / 3);
	}
	.layui-col-smmargin{
		margin: 0 46px;
	}
	.nav .nav-logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	.layui-col-space80 {
		margin: -40px;
	}
	.layui-col-space80>* {
		padding: 40px;
	}
}