@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color:#000;
}
body{
	overflow-x:hidden ;
}
li,
dl,
ul,
ol {
	list-style: none;
}

i {
	font-style: normal;
}

html,
body {
	width: 100%;
	height: 100%;
}

.container {
	/*min-height: 5000px;*/
}

.header {
	width: 100%;
	height: 100%;
	background: url('../img/top1.jpg')no-repeat;
	background-size: cover;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:30;
}

.model {
	width: 100%;
	height:100%;
	background: rgba(20, 40, 40, 0.5);
}

@keyframes animation2 {
	from {
		top: 100%;
	}
	to {
		top: 23%;
	}
}

@keyframes animation3 {
	from {
		top: 100%;
		opacity: 0;
	}
	to {
		top: 55%;
		opacity: 1;
	}
}

.logo01 {
	width: 20%;
	position: absolute;
	left: 40%;
	top:23%;
	animation-timing-function: linear;
	-webkit-animation: animation2 1s linear;
	-moz-animation: animation2 1s linear;
	-o-animation: animation2 1s linear;
	-ms-animation: animation2 1s linear;
	animation: animation2 1s linear;
}

.text {
	position: absolute;
	color: #fff;
	top: 55%;
	width: 100%;
	text-align: center;
	letter-spacing: 6px;
	-webkit-animation: animation3 1s linear;
	-moz-animation: animation3 1s linear;
	-o-animation: animation3 1s linear;
	-ms-animation: animation3 1s linear;
	animation: animation3 1s linear;
}

.textTop {
	font-size: 60px;
	font-weight: 600;
}

.textBottom {
	font-size: 24px;
	margin-top: 30px;
	height: 90px;
	line-height: 90px;
	border-top: 1px solid #fff;
	width: 30%;
	margin-left: 35%;
	letter-spacing: 20px;
	text-align: center;
}

.slip {
	width: 30px;
	height: 40px;
	border-radius: 15px;
	border: 1px solid #fff;
	left: 49%;
	top:90%;
	padding-top: 5px;
	position:fixed;
	z-index: 900;
}

@keyframes animation1 {
	from {
		bottom: 30px;
	}
	to {
		bottom: 24px;
	}
}

.k {
	width: 0px;
	height: 3px;
	border: 1px solid #fff;
	margin-left: 14px;
	position: absolute;
	animation-name: animation1;
	animation-duration: 2s;
	animation-timing-function: linear;
	-webkit-animation: animation1 1s linear infinite;
	-moz-animation: animation1 1s linear infinite;
	-o-animation: animation1 1s linear infinite;
	-ms-animation: animation1 1s linear infinite;
	animation: animation1 1s linear infinite;
}

.clear {
	clear: both;
}

/*---------------------新闻提要*/

.textNews {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 100px;
}
.textNews h2 i{
	width:8%;
	left:46%;
}
h2 {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom:50px;
	min-height:50px;
}
h2 i{
	position: absolute;
	/*left:47%;*/
	height:0;
	border:2.5px solid #f00;
	top:50px;
}
.newscon li {
	float: left;
	width: 30%;
	margin-right: 3%;
	height: 130px;
	margin-bottom: 50px;
}
.newscon a{
	color:#000;
}
.ttitle {
	font-size: 18px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-left: 5px solid #f00;
	margin: 20px 10px 20px 0;
	text-indent: 10px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsText {
	font-size: 14px;
	line-height: 24px;
	height: 70px;
 	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/*图片新闻*/
.picNews {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}
.picNewcon{
	min-height:200px; 
	overflow: hidden;
}
.picNewcon li {
	float: left;
	min-height:300px;
	/*height: 250px;*/
	background-size: auto 100%;
	position: relative;
	font-size:0;
}
.picNewcon li img{
	width:100%;
}

.picNewcon .one{
	width: 50%;
}

.picNewcon .one .ptitle{
	width: 96%;
	padding: 2%;
}
.picNewcon .two {
	width: 25%;
}

.picNewcon .two .ptitle{
	width: 92%;
	padding: 4%;
}
.ptitle {
	height:6%;
	background: rgba(16, 85, 189, 0.9);
	position: absolute;
	bottom: 0px;
	color: #fff;
	display: none;
	font-size:14px;
}

.ptitle span {
	position: absolute;
	bottom: 0;
	display: none;
}


/*------------产品*/
.product h2 i{
	width:4%;
	left:48%;
}
.product {
	margin-top: 100px;
}

.pList {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
}

.pList li {
	float: left;
	width: 33%;
	text-align: center;
	border-right: 1px solid #000;
}

.pList li:nth-of-type(3) {
	border: none;
}

.carCon {
	width: 100%;
	height: 450px;
	position: relative;
}

.car1,
.car2,
.car3,
.car4 {
	position: absolute;
}
.car1 {
	background: url('../img/car1.png') no-repeat;
	background-size: 100% auto;
	top: 30%;
	left: -100%;
	min-height: 300px;
	width: 50%;
	z-index: 8;
}

.car2 {
	background: url('../img/car2.png') no-repeat;
	background-size: 100% auto;
	top: 15%;
	left: -100%;
	width: 40%;
	height: 380px;
	z-index: 6;
}

.car3 {
	background: url('../img/car3.png') no-repeat;
	background-size: 100% auto;
	top: 15%;
	left: -100%;
	width: 40%;
	height: 300px;
}

.car4 {
	background: url('../img/car4.png') no-repeat;
	background-size: 100% auto;
	top: 15%;
	right: -100%;
	width: 50%;
	height: 450px;
}

.cartext {
	position: absolute;
	top: 63%;
	left: 70%;
	font-size: 16px;
}


/*//信息部分*/

.info {
	height: 240px;
	width: 80%;
	background: url('../img/bb1.jpg') no-repeat;
	background-attachment: fixed;
	background-size:100% ;
	display: flex;
	padding: 30px 10% 30px 10%;
	/*margin-top:100px;*/
}

.info dl {
	float: left;
	width: 30%;
	flex: 4;
}

.info dt img {
	width: 120px;
}

.info dd {
	color: #fff;
	font-size: 60px;
}

.info dd span {
	font-size: 14px;
	display: inline-block;
	display: none;
	transform: translateY(-30px);
}


/*//成就部分*/

.achi {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	min-height: 600px;
	/*margin-top:100px;*/
}

.aleft,
.acenter,
.aright {
	width: 33%;
	min-height: 600px;
	position:relative;
	float: left;
}


.acenter img {
	width:100%;
}

.aleft li,
.aright li {
	height: 20%;
	width: 60%;
	background: url('../img/j.png') no-repeat;
	margin-top: 5%;
	background-size:100% auto;
	text-align: center;
	padding: 10px 0;
	line-height: 50px;
	position:absolute;
	top:100%;
	z-index:8;
	width:60%;
	padding-left:5%;
	padding-right:5%;
}
.aright li {
	right:0;
	
}
.aleft li .year,
.aright li .year {
	color: #caa141;
	font-size: 26px;
}

.aleft li .name,
.aright li .name {
	color: #bc7119;
	font-size: 20px;
	margin: 5px 0;
	line-height:25px;
}

.aleft li .from,
.aright li .from {
	color: #9d6017;
	font-size: 12px;
}

.aleft li:nth-of-type(1) {
	margin-left: 20%;
}

.aleft li:nth-of-type(3) {
	margin-left: 20%;
}


.aright li:nth-of-type(1) {
	margin-right: 20%;
}

.aright li:nth-of-type(3) {
	margin-right: 20%;
}




/*//下面的banner部分*/

.banner {
	width: 100%;
	min-height: 500px;
	background: url('../img/bb2.jpg')no-repeat;
	background-attachment: fixed;
	font-size: 24px;
	color: #fff;
	/*text-align:center;*/
	background-size: 100% auto;
	position: relative;
	margin-top:140px;
}

.banner img {
	height: 200px;
	position: relative;
	margin-top: 5%;
	;
}

.kcon {
	position: absolute;
	top:70%;
	left: 48%;
	width: 100px;
	height: 30px;
}

.last {
	width: 40px;
	height: 30px;
	float: left;
}
.next img,.last img{
	width:100%;
	margin:0;
	padding:0;
}
.next {
	width: 40px;
	height: 30px;
	float: right;
}

.btext {
	margin-top: 3%;
	width: 100%;
	/*margin-left:20%;*/
	font-size: 18px;
	text-align: center;
}


/*//真实案例部分*/
.case h2 i{
	width:6%;
	left:47%;
}
.case {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	min-height: 300px;
	overflow: hidden;
	margin-top:100px;
}

.case dl {
	float: left;
	min-height: 200px;
	color: #000;
	width: 28%;
	margin-left: 5%;
}

.case dt {
	width: 100%;
	min-height:200px;
	position: relative;
	margin:0;
	padding:0;
	font-size:0;
}

.case dt img {
	width: 100%;
}

.case dd {
	margin-top: 20px;
}

.case dd span {
	border-left: 4px solid #f00;
	text-indent: 10px;
}

.case dl span {
	display: block;
}

.caseModel {
	height: 18%;
	width: 80%;
	padding: 5% 10%;
	background: rgba(20, 88, 190, 0.8);
	position: absolute;
	color: #fff;
	display: none;
	bottom:0;
	font-size:14px;
}

.caseModel b {
	font-size: 24px;
}
.outLink{
	position:fixed;
	padding:15px 0;
	width:40px;
	bottom:22%;
	right:0%;
	background-color:#e60012;
	color:#fff;
	text-align:center;
	border-radius:2px;
}




