@charset "utf-8";
/* basic css */
body {
	font-family:"Microsoft YaHei";
	font-size:1.3em;
	}
body,
div,
ul,
li,
a,
p,
h2,
h3,
h4,
span,
img,pre {
	margin:0;
	padding:0;
	}
li {
	list-style:none;
	}
img {
	border:none;
	}
a {
	text-decoration:none;
	}
/*index css*/
.bg1 {
	background:url(../images/bg_1.jpg) no-repeat;
	background-size:cover;
	}
.bg2 {
	background:url(../images/bg_2.jpg) no-repeat;
	background-size:cover;
	}
.bg3 {
	background:url(../images/bg_3.jpg) no-repeat;
	background-size:cover;
	}
.border-an {
	display:block;
	margin:48px auto;
	width:160px;
	height:52px;
	line-height:52px;
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	}
.center-block {
	margin:0 auto;
	width:48px;
	height:120px;
	box-sizing:border-box;
	}
.center-block a {
	color:#fff;
	}
.position-rel {
	position:relative;
	}
.border-ra {
	display:block;
	margin-top:12px;
	width:40px;
	height:52px;
	border-radius:20px;
	border:5px solid #fff;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:3px;
	}	
.down-arrows-op {
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:8px;
	transform:rotate(45deg);
	box-sizing:border-box;
	animation:fade-in 1.8s infinite;
	-webkit-animation:fade-in 1.8s infinite;
	-ms--animation:fade-in 1.8s infinite;
	}
.down-arrows-so {
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	top:72px;
	left:8px;
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
	transform:rotate(45deg);
	box-sizing:border-box;
	animation:fade-in-so 2s;
	-webkit-animation:fade-in-so 2s;
	}
@keyframes fade-in {
	0% {
		top:40px;
		border-bottom:5px solid rgba(255,255,255,0);
		border-right:5px solid rgba(255,255,255,0);
		}
	100% {
		top:52px;
		border-bottom:5px solid rgba(255,255,255,.6);
		border-right:5px solid rgba(255,255,255,.6);
		}
	}
@keyframes fade-in-so {
	0% {
		border-bottom:5px solid rgba(255,255,255,0);
		border-right:5px solid rgba(255,255,255,0);
		}
	70% {
		border-bottom:5px solid rgba(255,255,255,0);
		border-right:5px solid rgba(255,255,255,0);
		}
	100% {
		border-bottom:5px solid rgba(255,255,255,.9);
		border-right:5px solid rgba(255,255,255,.9);
		}
	}
.partner-list {
	margin:24px auto;
	padding:24px 16px;
	width:780px;
	overflow:hidden;
	}
.partner-list li {
	float:left;
	width:175px;
	height:48px;
	margin-right:26px;
	border-radius:8px;
	background:#fff;
	}
.partner-list li:last-child {
	margin-right:0;
	}
.partner-list li img {
	width:100%;
	height:auto;
	}
/* top css */
.padding-t88 {
	padding-top:88px;
	}
.top {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	overflow:hidden;
	z-index:9999;
	}
.logo1 {
	display:inline-block;
	width:240px;
	height:40px;
	margin-top:24px;
	margin-bottom:24px;
	margin-left:16px;
	}
.logo1 img {
	width:240px;
	height:40px;
	}
.narrow-icon {
	float:right;
	width:32px;
	height:28px;
	margin-top:30px;
	margin-right:16px;
	padding-top:5px;
	border-radius:4px;
	box-sizing:border-box;
	background:#c6ddfb;
	display:none;
	}
.narrow-icon span {
	display:block;
	width:72%;
	height:2px;
	border-radius:4px;
	margin:3px auto 0 auto;
	background:#4897fc;
	}
.menu-list {
	float:right;
	height:80px;
	line-height:72px;
	}
.menu-list li {
	float:left;
	}
.menu-list li a {
	display:block;
	font-size:0.9em;
	padding:10px 24px;
	text-decoration:none;
	color:#7a7a7a;
	}	
.menu-list li a:hover {
	color:#000;
	}	
	

.clear {
	clear:both;
	}


/* im css */
.item-im {
	width:100%;
	padding-bottom:52px;
	color:#393937;
	background:#fbfbfb url(../images/bg_5.jpg) no-repeat center bottom;
	}
.item-im h2,.item-about h2,.job-list h2 {
	display:block;
	width:80%;
	margin:0 auto;
	font-size:40px;
	text-align:center;
	padding-top:120px;
	padding-bottom:30px;
	font-weight:bold;
	}	
.border-bottom2 {
	display:block;
	margin:8px auto;
	width:60px;
	height:12px;
	border-radius:8px;
	background:#393937;
	}
.item-im p.biaoti {
	width:50%;
	margin:20px auto 0 auto;
	font-size:0.9em;
	line-height:1.5em;
	text-align:center;
	font-style:italic;
	}	
.item-im p.newspaper {
	width:80%;
	margin:24px auto 0 auto;
	font-size:0.9em;
	line-height:2em;
	columns:3;
	-webkit-columns:3;
	-moz-columns:3;
	-ms-columns:3;
	-o-columns:3;
	column-gap:48px;
	overflow:hidden;
	}
.item-im p.newspaper img {
	display:block;
	width:100%;
	height:auto;
	margin:16px auto;
	border-radius:8px;
	}
/* footer css */	
.footer {
	width:100%;
	padding:20px 0;
	text-align:center;
	font-size:0.7em;
	color:#939393;
	background:#fff;
	}
.footer-index {
	position:absolute;
	left:0;
	bottom:85px;
	}
/* about css */	
.item-about {
	width:100%;
	padding-bottom:52px;
	color:#393937;
	background:url(../images/bg_6.jpg) no-repeat 0 0;
	background-size:cover;
	}	
.col-2 {
	width:80%;
	margin:0 auto;
	overflow:hidden;
	}
.col-2 div {
	float:left;
	margin:16px 48px 0 0;
	padding:20px 24px;
	width:48%;
	border-radius:16px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.6);
	}
.col-2 div:last-child {
	margin-right:0;
	}

.newspaper3 {
	font-size:0.9em;
	line-height:2em;
}
.design-list li {
	margin-top:20px;
	padding:0 18px 0 168px;
	font-size:0.9em;
	height:124px;
	line-height:124px;
	border-radius:8px;
	background:#fff;
	position:relative;
	}
.design-list li img {
	display:block;
	width:134px;
	height:88px;
	position:absolute;
	top:18px;
	left:18px;
	}
/* job css */	
.job-list {
	width:100%;
	padding-bottom:52px;
	color:#393937;
	background:#6ea0f8 url(../images/bg_7.jpg) no-repeat center bottom;
	}	
.job-center {
	width:70%;
	margin:0 auto;
	}
.job-center li {
	margin-top:16px;
	padding:16px 16px 16px 0;
	border-radius:16px;
	background:rgba(255,255,255,0.6);
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
	}
.job-center li pre {
	font-family:"Microsoft YaHei";
	font-size:0.8em;
	line-height:2em;
	padding:0 12px;
	white-space: pre-wrap;       
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;      
	white-space: -o-pre-wrap;    
	word-wrap: break-word;
	}
.job-center li a {
	display:block;
	padding:8px 24px;
	text-decoration:none;
	color:#fff;
	position:absolute;
	right:59px;
	bottom:62px;
	background:#579cd5;
	}
/* case css */
.item {
	width:100%;
	height:730px;
	text-align:center;
	color:#fff;
	}
.item h2 {
	font-size:40px;
	padding-top:120px;
	padding-bottom:30px;
	font-weight:bold;
	}	
.bg-case {
	background:url(../images/bg_2.jpg) no-repeat 0 0;
	background-size:cover;
	}
.border-bottom {
	display:block;
	margin:8px auto;
	width:60px;
	height:12px;
	border-radius:8px;
	background:#fff;
	}	
.case-list {
	width:980px;
	margin:20px auto;
	}
.case-list h4 {
	line-height:52px;
	color:#fff;
	}
.case-list li {
	float:left;
	width:236px;
	margin-right:12px;
	background:rgba(255,255,255,0.3);
	position:relative;
	}
.case-list li:last-child {
	margin-right:0;
	}
.case-list li p.wh {
	margin:16px auto;
	width:204px;
	height:154px;
	overflow:hidden;
	}
.case-list li:hover {
	background:#5f94f0;
	}
.case-list li img {
	display:block;
	width:204px;
	height:154px;
	transition:all 0.6s;
	}
.case-list li img:hover {
	transform:scale(1.4);
	}
.show-info {
	height:72px;
	}
.show-info p {
	width:236px;
	height:0;
	margin:0 auto;
	background:#5f94f0;
	position:absolute;
	left:0;
	bottom:0;
	display:none;
	}
.show-info:hover p {
	height:72px;
	display:block;
	}
.clear {
	clear:both;
	}
.border-an-martb {
	display:block;
	margin:10px auto;
	width:160px;
	height:52px;
	line-height:52px;
	color:#fff;
	text-decoration:none;
	}
.div-w7 {
	width:72%;
	margin:24px auto 0 auto;
	}
.div-w7 p.newspaper4 {
	font-size:0.9em;
	line-height:2em;
	columns:2;
	-webkit-columns:2;
	-moz-columns:2;
	-ms-columns:2;
	-o-columns:2;
	column-gap:48px;
	overflow:hidden;
	}
.design-list1 li {
	float:left;
	width:23%;
	height:320px;
	line-height:1.6em;
	margin-top:20px;
	margin-left:16px;
	padding:0 16px;
	font-size:0.8em;
	text-align:center;
	border-radius:8px;
	background:#fff;
	box-sizing:border-box;
	}
.design-list1 li img,.design-list2 li img,.design-list3 li img {
	display:block;
	margin:16px auto;
	width:70%;
	height:auto;
	}
.design-list2 li {
	float:left;
	width:23%;
	height:200px;
	line-height:1.6em;
	margin-top:20px;
	margin-left:16px;
	margin-bottom:85px;
	padding:0 16px;
	font-size:0.8em;
	text-align:center;
	border-radius:8px;
	background:#fff;
	box-sizing:border-box;
	}
.design-list3 li {
	float:left;
	width:23%;
	height:240px;
	line-height:1.6em;
	margin-top:20px;
	margin-left:16px;
	margin-bottom:85px;
	padding:0 16px;
	font-size:0.8em;
	text-align:center;
	border-radius:8px;
	background:#fff;
	box-sizing:border-box;
	}
@media screen and (max-width: 768px) {
.div-w7 {
	width:90%;
	margin:24px auto 0 auto;
	}
.div-w7 p.newspaper4 {
	font-size:0.9em;
	line-height:2em;
	columns:1;
	-webkit-columns:1;
	-moz-columns:1;
	-ms-columns:1;
	-o-columns:1;
	column-gap:0;
	}
.design-list1 li {
	width:43%;
	height:320px;
	line-height:1.6em;
	margin-top:16px;
	margin-left:34px;
	padding:0 8px;
	font-size:0.8em;
	border-radius:6px;
	}
.design-list2 li {
	width:42%;
	height:200px;
	line-height:1.6em;
	margin-top:16px;
	margin-left:34px;
	margin-bottom:16px;
	padding:0 8px;
	font-size:0.8em;
	border-radius:6px;
	}
.item-im p.newspaper {
	width:90%;
	}
.narrow-icon {
	display:block;
	}
.partner-list {
	width:94%;
	overflow:hidden;
	}
.partner-list li {
	float:left;
	width:23%;
	height:48px;
	margin-right:0;
	margin-left:12px;
	}
.menu-list {
	width:100%;
	height:auto;
	line-height:28px;
	margin-top:2px;
	padding:8px 0;
	background:#4897fc;
	box-shadow:1px 1px 3px #E7E7E7;
	display:none;
	}
.menu-list li {
	float:none;
	text-align:center;
	}
.menu-list li a {
	font-size:0.8em;
	color:#fff;
	}
.item-im p.newspaper {
	columns:2;
	-webkit-columns:2;
	-moz-columns:2;
	-ms-columns:2;
	-o-columns:2;
	column-gap:32px;
	}
.col-2 div {
	width:100%;
	margin-right:0;
	}
.job-center li a {
	padding:6px 16px;
	font-size:0.7em;
	left:50%;
	right:auto;
	margin-left:-42px;
	bottom:16px;
	}
.job-center {
	width:90%;
	margin:0 auto;
	}
.item-im h2,.item-about h2,.job-list h2 {
	font-size:30px;
	padding-top:30px;
	padding-bottom:12px;
	}	
.border-bottom2 {
	height:8px;
	}
.job-center li {
	padding-bottom:60px;
	border-radius:6px;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
	}
.job-center li pre {
	font-family:"Microsoft YaHei";
	font-size:0.8em;
	line-height:1.6em;
	padding:0 12px;
	white-space: pre-wrap;       
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;      
	white-space: -o-pre-wrap;    
	word-wrap: break-word;
	}
.footer {
	font-size:0.5em;
	}
.item {
	height:auto;
	}
.case-list {
	width:90%;
	margin:20px auto 0 auto;
	padding-bottom:30px;
	overflow:hidden;
	}
.case-list li {
	width:48%;
	margin-left:10px;
	margin-right:0;
	margin-bottom:12px;
	}
.case-list li p.wh {
	margin:16px auto;
	width:80%;
	}
.case-list li img {
	width:100%;
	height:auto;
	}
.show-info p {
	width:100%;
	}
.border-an-martb {
	margin:0 auto;
	padding:8px 0;
	width:100%;
	height:auto;
	line-height:auto;
	}
	
}

@media screen and (max-width: 420px) {
body {
	font-size:0.9em;
	}
.padd-lr {
	padding:0 40px;
	}
.border-an {
/*	margin:24px auto;*/
	width:120px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:1.2em;
	}
.border-ra {
	width:24px;
	height:40px;
	border-radius:12px;
	border:5px solid #fff;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-12px;
	margin-top:0;
	}	
.down-arrows-op {
	width:20px;
	height:20px;
	left:50%;
	margin-left:-10px;
	}
.down-arrows-so {
	width:20px;
	height:20px;
	top:58px;
	left:50%;
	margin-left:-10px;
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
	}
@keyframes fade-in {
	0% {
		top:26px;
		border-bottom:5px solid rgba(255,255,255,0);
		border-right:5px solid rgba(255,255,255,0);
		}
	100% {
		top:42px;
		border-bottom:5px solid rgba(255,255,255,.6);
		border-right:5px solid rgba(255,255,255,.6);
		}
	}
.partner-list {
	margin:24px auto;
	padding:24px 16px;
	width:90%;
	overflow:hidden;
	}
.partner-list li {
	float:left;
	width:40%;
	height:auto;
	margin-left:24px;
	margin-right:0;
	margin-bottom:12px;
	}
.col-2 {
	width:90%;
	}
.col-2 div {
	padding:16px;
	}
.div-w7 {
	margin:12px auto 0 auto;
	padding-bottom:16px;
	}
.div-w7 p.newspaper4 {
	font-size:0.7em;
	line-height:1.8em;
	}
.newspaper3 {
	font-size:0.7em;
	line-height:1.8em;
	}
.design-list li {
	font-size:0.7em;
	padding:24px 16px 0 108px;
	height:108px;
	line-height:24px;
	box-sizing:border-box;
	word-break:break-all;
	}
.design-list li img {
	width:85px;
	height:56px;
	top:24px;
	left:12px;
	}
.design-list1 li {
	width:43%;
	height:230px;
	line-height:1.4em;
	margin-top:16px;
	margin-left:18px;
	padding:0 8px;
	font-size:0.6em;
	border-radius:6px;
	}
.design-list1 li img {
	margin:8px auto;
	width:70%;
	}
.design-list2 li {
	width:42%;
	height:128px;
	line-height:1.6em;
	margin-top:8px;
	margin-left:18px;
	margin-bottom:16px;
	}
.item-im {
	padding-bottom:0;
	}
.item-im p.newspaper {
	width:90%;
	margin:8px auto 0 auto;
	font-size:0.7em;
	line-height:1.8em;
	columns:1;
	-webkit-columns:1;
	-moz-columns:1;
	-ms-columns:1;
	-o-columns:1;
	column-gap:0;
	}
.item-im p.newspaper img {
	display:block;
	width:100%;
	height:auto;
	margin:16px auto;
	border-radius:8px;
	}
.item-im h2,.item-about h2,.job-list h2 {
	margin:0 auto;
	font-size:1.4em;
	}	
.item-im p.biaoti {
	width:80%;
	font-size:0.7em;
	line-height:1.6em;
	}	
.padding-t88 {
	padding-top:68px;
	}

.logo1 {
	width:192px;
	height:32px;
	margin-top:18px;
	margin-bottom:18px;
	}
.logo1 img {
	width:199px;
	height:32px;
	}
.narrow-icon {
	margin-top:20px;
	}
.case-list {
	padding-bottom:84px;
	}
.case-list li {
	width:46%;
	}
.case-list li p.wh {
	height:auto;
	}
.case-list h4 {
	font-size:0.8em;
	line-height:1.6em;
	}
.show-info {
	height:42px;
	}
.show-info p {
	width:100%;
	font-size:0.8em;
	}
.show-info:hover p {
	height:42px;
	}
.border-an-martb {
	margin:0 auto;
	width:100%;
	height:22px;
	line-height:22px;
	}
.item h2 {
	font-size:1.4em;
	padding-top:60px;
	padding-bottom:20px;
	font-weight:bold;
	}	
.border-bottom {
	width:60px;
	margin-top:0;
	height:8px;
	background:#fff;
	}
.case-list li p.wh {
	margin-bottom:8px;
	}
.footer-index {
	bottom:64px;
	}
}
@media screen and (max-width: 375px) {
.case-list {
	padding-bottom:18px;
	}
.partner-list li {
	margin-left:20px;
	}
.job-center li pre {
	font-size:0.7em;
	line-height:1.8em;
	}
	}
@media screen and (max-width: 320px) {
.logo1 img {
	width:159px;
	height:25px;
	margin-top:4px;
	}
.item h2 {
	font-size:1.3em;
	padding-top:28px;
	}
.border-bottom {
	width:32px;
	height:4px;
	border-radius:3px;
	}
.show-info {
	height:32px;
	}
.show-info:hover p {
	height:32px;
	}
.case-list {
	padding-bottom:14px;
	}
.footer-index {
	bottom:62px;
	}
	}

