@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
body{
	/* width: 100%;
	height: 4554px; */
	background-color: #eceef1;
	/* text-align:center; */
}
.nav {
	width: 100%;
	height: 127px;
/*	display: inline;*/
	background-color: #FFFFFF;
	margin: 0;
    padding: 0;
}
ol,ul,li{
	list-style: none;
}
.logo1 {
	margin-left: 35px;
	margin-top: 26px;
	float: left;
	width: 366px;
	height: 89px;
}
.logo2 {
	margin-top: 15px;
	margin-left: 87px;
	float: left;
	width: 366px;
	height: 89px;
	font-size: 30px;
}
.list {
	margin-left: 17px;
	width: 572px;
	display: inline;
}
.list li { 
	float: left;
	margin-left: 60px;
	margin-top: 45px;
	font-size: 22px;
	font-family: 黑体;
	list-style: none;
}
.list a {
	font-family: 黑体;
	text-decoration: none;
	color: #333333;
}
.about {
	width: 89px;
	display: flex;
	flex-direction: column;
	text-align: center;
	
}                                                                              
.about:hover .red {
	display: block;
/*	color: red;*/
}
.about a:hover {
	color: red;
}
.red {
	width: 89px;
	height: 2px;
	margin-top: 10px;
	background-color: red;
	display: none;
}
.search {
	height: 30px;
	/* margin-left:  149px;
	margin-top: 53px; */
	float: left;
}
.search input {
	width: 202px;
	height: 26px;
	border-radius: 10px;
	border: 2px solid #EEEEEF;
	background: #EEEEEF;
	
}
.search button {
	width: 15px;
	height: 15px;
	border: none;
	background: none;
	margin-left: -32px;
}
.banner {
	width: 100%;
	height: 505px;
	float: left;
	margin-top: -6px;
	background-image: url("../images/banner.png");
	background-repeat: no-repeat;

}

/*定位*/
.fixed {
	position: fixed;
	left: 50%;
	margin-left: 868px;
	top: 50%;
	width: 50px;
	height: 150px;
}
.fixed li {
	width: 79px;
	height: 79px;
	margin-top: 3px;
	position: relative;
	list-style: none;
	background-color: #FFFFFF;
	opacity: 0.7;
}
.fixed img {
	position: absolute;
	left: 50%;
	top: 50%;
}
.chat img{
	
	width: 37px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
}
.r-tel img{
	width: 28px;
	height: 32px;
	margin-top: -16px;
	margin-left: -14px;
}
.up img {
	width: 34px;
	height: 18px;
	margin-top: -9px;
	margin-left: -17px;
}
/*企业简介*/
.jianjie {
	width:100%;
	height:650px;
	float: left;
	position: relative;
}
.title1 {
	width: 462px;
	height: 68px;
	/* margin-left: 729px; */
	padding-top: 56px;
/*	margin-top:40px;*/
	position: relative;
}
.left{
	width: 140px;
	height: 68px;
	float: left;
/*	margin-top: 56px;*/
}
.right {
	width: 140px;
	height: 68px;
	float: left;
/*	margin-top: 56px;*/
}
.words{
	width: 164px;
	height: 36px;
	float: left;
/*	margin-top: 56px;*/
	
}
h1 {
	font-size: 40px;
}
.box {
	width: 1200px;
	height: 400px;
	margin: auto;
	margin-top: 33px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px #b8b6b7;
	text-align: left;
}
.box p {
	margin: auto;
	margin-left: 39px;
	margin-right: 39px;
	text-indent: 2em;
	font-size: 26px;
	line-height: 43px;
	color: black;
}

/*企业文化*/
.culture {
	float: left;
	background-image: url("../images/bg1.png");
	width: 100%;
	height: 790px;
	background-repeat: no-repeat;
	background-position: center;
}
.box2 {
	width: 996.97px;
	height: 569px;
	margin: auto;
	margin-top: 31px;
	background-color: #e3e3e5;
	border-radius: 10px;
	opacity: 0.7;
}
.box2-h{
	width: 890px;
	height: 2px;
	background-color: #323232;
}
.box2-s1{
	width: 2px;
	height: 245px;
	margin-left: 80px;
	margin-right: 73px;
	background-color: #323232;
}
.box2-s2{
	width: 2px;
	height: 245px;
	
	background-color: #323232;
}
.box2 p {
	font-family: 黑体;
	font-size: 29.97px;
}
.linefeed{
	display: flex;
	flex-wrap: wrap; 
	padding-top: 47px;
	padding-left: 52px;
}
.line{
	width: 84px;
	height: 2px; 
	margin-top: 10px;
	margin-bottom: 13px;
	background-color: red;
	
}
.target,
.purpose,
.concept,
.mission{
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.purpose img,
.concept img,
.mission img {
	margin-bottom: 16px;
}
.target {
	width: 351px;
	height: 212px;
	text-align: center;
}
.purpose {
	width: 380px;
	height: 212px;
	text-align: center;
}
.concept{
	width: 351px;
	height: 186px;
	margin-top: 54px;
}
.mission {
	width: 380px;
	height: 186px;
	margin-top: 54px;
}

/*成功案例*/
.cases {
	width: 100%;
	height: 935px;
	float: left;
	/* position:relative; */
}
.case {
	width: 100%;
	height: 640px;
	
	/* margin-left: 40px;
	margin-top: 40px; */
}
.list2 {
	list-style: none;
}
.list2 li{
	width: 500px;
	height: 640px;
	float: left;
	margin-left: 100px;
	margin-top:40px;
	background-color: #f7f8f9;
	box-shadow: 5px 5px 10px #cdccce;
	
}
.box3{
	margin-top: 22px;
	margin-left: 66px;
}
.zuo{
	width: 41px;
	float: left;
	margin-right: 36px;
	font-size: 24px;
	font-family: 黑体;
	
}
.zuo img {
	margin-top: 20px;
	
}
.case-tu{
	width: 325px;
	height: 597px;
	float: left;
}

/*合作伙伴*/
.bg2{
	width: 100%;
	height: 700px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	background-image: url("../images/bg2.png");
	background-repeat: no-repeat;
	background-position: center;
	
}
.partners1{
	margin-left: 46px;
}
.partners2{
	margin-left: 245px;
}
.square {
	width: 258px;
	height: 150px;
	margin-left: 100px;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	opacity: 0.8;
	box-shadow: 5px 5px 10px #9aafc4;
	border-radius: 20px;
}
.square span{
    font-size: 30px;
    font-weight: bold;
}
.square >img {
	transform: rotate(-45deg);
	
}

/*底部*/
.footer {
	width: 100%;
	height: 400px;
	float:left;
	background-color: #757e86;
}
.QR {
	width: 228px;
	height: 228px;
	float: left;
	margin-left: 228px;
	margin-top: 49px;
}
.footer-r{
	width: 1000px;
	float: left;
	padding-top:45px;
	margin-left: 280px;
}
.footer h3{
	margin-bottom: 21px;
	font-size: 30px;
	color: white;
}
.line2{
	width: 690px;
	height: 2px;
	margin-bottom: 6px;
	background-color: white;
}
.address img {
	width: 24px;
	height: 34px;
	margin-right: 18px;
}
.address,
.emile,
.tel{
	width: 800px;
	height: 34px;
	font-size: 24px;
	margin-bottom: 40px;
	color: white;
}
.emile img{
	width: 32px;
	height: 22px;
	margin-right: 13px;
}
.tel img{
	width: 21px;
	height: 27px;
	margin-right: 21px;
}
.container{
	width: 100%;
	float:left;
	text-align:center;
	align-items: center;
	margin: 0 auto;
}
.container p{
	font-size: 16px;
	color:white;
}
.container span{
	font-size: 16px;
}
img{
	border: 0;
	vertical-align: middle;
}
#mrq{
	width:1600px;
	margin:20px auto;
	/* border:1px solid #000; */
	padding:2px;
	/* position: absolute; */
}
#Marquee_x{
	overflow: hidden;
	width:1600px;
	margin-top: 50px;
}
#Marquee_x ul li ,#Marquee_x ul li div{
	float:left;
	/* line-height:25px; */
	overflow: hidden;
}
#Marquee_x ul li div{
	float:left;
	line-height: 25px;
	height:640px;
	width:400px;
	overflow: hidden;
}
#Marquee_x ul li div img{
	border:1px solid #dadada;
	width:320px;
	height: 600px;
	display: block;
	margin-left: 50px;
}
#Marquee_x ul li div span{
	display: block;
	/* text-align: center; */
	margin-left: 50px;
	margin-top: 10px;
	font-style:normal;
	font-size: 20px/30px "\5B8B\4F53",Arial, Helvetica, sans-serif;
}
#Marquee_x ul li div a{
	color:#000000;text-decoration: none;
}
#Marquee_x ul li div a:hover{
	color:#BA2636;text-decoration: underline;
}
/* .marlist{
	list-style: none;
}
.marlist li{
	display: inline;
	float:left;
} */
