body,
html,
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
@font-face {
    font-family: 'myFont'; 
    src: url(../font/PingFangSC-Regular.ttf);
    font-weight: normal;
    font-style: normal;
  }
body,html {
	min-width: 1100px;
	font-family: myFont, sans-serif;
}
.clear:after {
	display: block;
	clear: both;
	content: "";
}

header {
	width: 100%;
	height: 70px;
	background: #fff;
}

header>div {
	width: 60%;
	height: 70px;
	margin: 0 auto;
}

header>div>.logo {
	float: left;
	height: 70px;
}

header>div>.logo>img {
	width: 120px;
	height: 34px;
	display: block;
	padding: 18px 0;
}

header>div>ul {
	float: right;
	height: 80px;
}

header>div>ul>li {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 70px;
	margin-right: 40px;
	float: left;
}

header>div>ul>li:last-child {
	margin-right: 0;
}

.bottomcolor {
	border-bottom: 1px solid #D9392A;
}

.swiper-container {
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
}

.swiper-container img {
	display: block;
	margin: 0 auto;
	width: 1000%;
}

.swiper-slide>.img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 550px;
}

.intro {
	width: 100%;
	height: 350px;
	background: url(../images/bg.png) no-repeat;
	background-size: 100% 100%;
}

.message {
	width: 60%;
	height: 350px;
	margin: 0 auto;
}

.title {
	padding-top: 15px;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.eg {
	padding-top: 5px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.line {
	padding-top: 3px;
	font-size: 24px;
	color: #333;
	text-align: center;
}

.intro>.message>.detail {
	font-size: 17px;
	color: gray;
	text-align: center;
	line-height: 30px;
}

.intro>.message>.knowmore {
	margin: 35px auto;
	width: 55%;
	text-align: center;
	height: 50px;
	border: 1px solid #EAA99E;
	border-radius: 30px;
	background: #EFE6E4;
	line-height: 50px;
	font-size: 20px;
	color: #EAA99E;
}

.case {
	width: 100%;
	height: auto;
	background: #F4F7F9;
}

.casemessage {
	width: 60%;
	margin: 0 auto;
}

.casephoto {
	width: 100%;
	/*height: 440px;*/
	padding-top: 10px;
}

.casephoto2 {
	width: 100%;
	/*height: 180px;*/
	padding: 10px 0;
}

.pos1 {
	float: left;
	width: 50%;
	height: 100%;
}

.pos1>img {
	width: 99%;
	height: 100%;
}

.pos2 {
	float: left;
	width: 25%;
	height: 50%;
}

.pos2>img {
	width: 98%;
	height: 95%;
}

.pos3 {
	float: left;
	width: 25%;
	height: 100%;
}

.pos3>img {
	width: 96%;
	height: 100%;
}

.hint {
	padding: 15px 0;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.hint>img {
	width: 100%;
	height: 100%;
}

.footer {
	width: 100%;
	height: 300px;
	background: url(../images/bg2.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.footer>div{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}
.footer>div>a{
	color: #fff;
}


.hide {
	display: none;
}

.banner {
	width: 100%;
	height: 200px;
}

.banner>img {
	width: 100%;
	height: 100%;
}

.consult {
	padding: 20px 0;
	width: 65%;
	margin: 0 auto;
}

.consult2 {
	padding: 30px 0 60px 0;
	width: 85%;
	margin: 0 auto;
}

.notice {
	padding-top: 10px;
	height: 60px;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 20px;
	line-height: 60px;
}

.notice>div:first-child {
	float: left;
}

.notice>div:nth-child(2) {
	float: right;
}

.textcontent {
	padding: 10px 0;
	color: gray;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.hint2 {
	width: 40px;
	height: 40px;
	float: right;
	margin: -80px 200px 0 0;
}

.hint2>img {
	width: 100%;
	height: 100%;
}

.hint3 {
	width: 40px;
	height: 40px;
	float: left;
	margin: -80px 0px 0 200px;
}

.hint3>img {
	width: 100%;
	height: 100%;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.product {
	padding: 10px 0;
}

.brief {
	width: 33%;
	float: left;
}

.brief:hover {
	margin-top: -15px;
}

.brief>img {
	width: 95%;
	height: 100%;
	border: 8px solid #f8f8f8;
}

.brief>div {
	width: 100%;
	padding: 4px 0;
	color: #333;
	font-size: 18px;
	text-align: center;
}

.project {
	width: 65%;
	margin: 0 auto;
}

.projectcon {
	float: left;
	padding-top: 15px;
	width: 40%;
	margin-right: 25%;
}

.projectcon>div:first-child,
.projectcon>div:nth-child(3) {
	color: #333;
	font-size: 20px;
}

.projectcon>div:nth-child(2),
.projectcon>div:nth-child(4) {
	padding: 30px 0;
	color: gray;
	font-size: 15px;
}

.projectphoto {
	width: 35%;
	position: relative;
	float: right;
}

.projectphoto>img {
	width: 100%;
}

.explain {
	position: absolute;
	top: 5%;
	left: 8%;
	font-size: 20px;
	color: #fff;
}

.explain2 {
	position: absolute;
	top: 45%;
	left: 8%;
	font-size: 20px;
	color: #fff;
}

.aboutme {
	padding-top: 10px;
	height: 60px;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 20px;
	line-height: 60px;
}

.yans {
	color: #D9392A !important;
}

.aboutme li {
	float: left;
	position: relative;
	margin-right: 40px;
}

.jian {
	padding-bottom: 80px;
}
h3{
	font-weight: normal;
}
.aboutme li>span:first-child {
	position: absolute;
	left:-15px;
	top:28px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #D9392A;
}

.tab-box>div {
	padding-top: 20px;
}

.record {
	padding-top: 20px;
	width: 45%;
	float: left;
}

.record li {
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: gray;
}

.record li>div {
	float: left;
}

.record li>div:first-child {
	width: 20px;
	height: 24px;
	margin-right: 15px;
}

.record li>div:nth-child(2) {
	margin-top: -5px;
}

.record li img {
	width: 100%;
	height: 100%;
}

.information {
	padding-top: 20px;
	margin-left: 3%;
	width: 50%;
	float: left;
}

.username:first-child {
	float: left;
	width: 48%;
}

.username:last-child {
	float: right;
	width: 48%;
}

.username>input {
	padding-left: 2%;
	width: 98%;
	height: 32px;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.leave {
	width: 95%;
	padding: 15px;
	font-size: 18px;
	color: #333;
}

.submit {
	margin-top: 15px;
	width: 100%;
	background: #040725;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}