.sec0{
	background-repeat: no-repeat;
	background-image: url(../images/contact_sec1_bg.jpg);
	background-position: center top;
	background-size: auto 100%;
	-webkit-transition: background-size 1s;
	transition: background-size 1s;
	height: 345px;
	padding-top: 140px;
}
.sec0:hover{
	background-size: auto 105%;
}
.sec0 h1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec0.actived h1{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.sec0 .inner{
	width: 1235px;
}
.sec1{
	position: relative;
	margin-top: -5%;
}
.sec1 .inner{
	width: 1235px;
}
.sec1 .flex-box{
	box-shadow: 0 2px 4px rgba(4,0,0,0.15);
	background-color: #fff;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
}
.sec1.actived .flex-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 0.5s 0.5s,opacity 0.5s 0.5s;
	transition: transform 0.5s 0.5s,opacity 0.5s 0.5s;
}
.sec1 .left{
	position: relative;
	width: 66%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-left: 5.1%;
	padding-right: 9.88%;
	padding-top: 4.05%;
	padding-bottom: 3.64%;
}
.sec1 .left h3{
	font-size: 24px;
	color: #777;
	font-weight: bold;
	margin-bottom: 6.19%;
}
.sec1 .left ul{
	width: 100%;
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 .left li{
	margin-bottom: 3.97%;
	font-size: 16px;
	width: 46.5%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	position: relative;
	overflow: hidden;
}
.sec1 .left li:nth-child(6),.sec1 .left li:nth-child(7){
	margin-bottom: 0;
}
.sec1 .left li:nth-child(5){
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 0;
	width: 100%;
}
.sec1 .left li:nth-child(6){
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 7%;
}
.sec1 .left li:nth-child(7){
	-webkit-display: block;
	display: block;
	width: auto;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.sec1 .left li::after{
	position: absolute;
	left: 1em;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #ff6900;
	content: "";
	-webkit-transition: width 0.75s;
	transition: width 0.75s;
}
.sec1 .left li:last-child::after{
	display: none;
}
.sec1 .left li:hover::after{
	width: 100%;
}
.sec1 .left li input{
	border-bottom: 1px solid #777;
	padding: 0.875em 0;
	font-size: inherit;
	color: #777;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
.sec1 .left li span{
	font-size: inherit;
	color: #ed6900;
	display: block;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 1em;
}
.sec1 .left li a{
	display: block;
	font-size: 14px;
	color: #fff;
	background-color: #666666;
	width: 7em;
	text-align: center;
	height: 2.64em;
	line-height: 2.64;
}
.sec1 .left .tip-box{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
}
.sec1 .left .tip-box.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sec1 .left .tip-box img{
	width: 44px;
}
.sec1 .left .tip-box p{
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin: 3.1% 0 8.34%;
}
.sec1 .left .tip-box a{
	display: block;
	font-size: 14px;
	color: #333;
	border: 1px solid #333;
	width: 7em;
	height: 2.57em;
	line-height: calc(2.57em - 2px);
	-webkit-transition: color 0.5s,border-color 0.5s,background-color 0.5s;
	transition: color 0.5s,border-color 0.5s,background-color 0.5s;
}
.sec1 .left .tip-box a:hover{
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.sec1 .right{
	background-color: #ff6900;
	width: 34%;
}
.sec1 .right ul{
	padding: 0 14.286%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.sec1 .right li{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 16% 0;
	width: 100%;
	white-space: nowrap;
}
.sec1 .right li:last-child{
	border-bottom: 0 none;
}
.sec1 .right img{
	vertical-align: top;
	margin-right: 5%;
	width: 7%;
}
.sec1 .right .text{
	display: inline-block;
}
.sec1 .right p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 7%;
}
.sec1 .right h5{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.sec1 .right h5 span{
  	font-family: "DIN-Medium";
  	font-size: 1.077em;
}



.sec2{
	padding: 5.2% 0 6.77%;
}
.sec2 .inner{
	width: 1356px;
}
.sec2 .map{
	margin-bottom: 5.16%;
}
.sec2 h3{
	font-size: 22px;
	color: #ed6900;
	font-weight: bold;
	margin-bottom: 2.655%;
}
.sec2 .title h3{
	margin-bottom: 0;
}
.sec2 h4{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #ff6900;
	padding: 0.6875em 1em;
}
.sec2 .title{
	position: relative;
}
.sec2 .company-box,.sec2 .area-box{
	margin-bottom: 4%;
}
.sec2 .company-box:last-child,.sec2 .area-box:last-child{
	margin-bottom: 0;
}
.sec2 .slide-box ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 1%;
}
.sec2 .slide-box li{
	width: 20.5%;
	margin-right: 6%;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	padding: 1% 0;
}
.sec2 .slide-box li:nth-child(4n){
	margin-right: 0;
}
.sec2 .slide-box li:last-child{
	margin-right: 0;
}
.sec2 .noslide .slide-box li{
	cursor: default;
	border-bottom: 0 none;
}
.sec2 .slide-box li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 1px;
	background-color: #ff6900;
	display: block;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.sec2 .noslide .slide-box li::before{
	display: none;
}
.sec2 .slide-box li:hover::before{
	width: 100%;
}
.sec2 .slide-box li .text{
	margin-bottom: 5%;
	display: none;
}
.sec2 .slide-box li .text:last-child{
	margin-bottom: 0;
}
.sec2 .slide-box li .text.inline-box{
	display: inline-block;
	vertical-align: top;
}
.sec2 .slide-box li .text.inline-box.half{
	width: 80%;
}
.sec2 .slide-box li .text.inline-box.half:nth-child(odd){
	margin-right: -60%;
}
.sec2 .slide-box h5{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	font-weight: 500;
	padding: 0.25em 0;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	padding-left: 1.125em;
}
.sec2 .slide-box li.slidedown h5{
	color: #ff6900;
}
.sec2 .noslide .slide-box h5{
	padding-left: 0;
	font-size: 18px;
}
.sec2 .slide-box h5::after{
	display: inline-block;
	vertical-align: baseline;
	content: "\f107";
  	font-family: 'FontAwesome';
  	-webkit-transition: transform 0.5s;
  	transition: transform 0.5s;
	margin-left: -0.75em;
}
.sec2 .noslide .slide-box h5::after{
	display: none;
}
.sec2 .slide-box li.slidedown h5::after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec2 .slide-box h5 span{
	display: inline-block;
	vertical-align: top;
	padding-right: 1.25em;
}
.sec2 .slide-box h5 i{
	font-style: normal;
}
.sec2 .slide-box p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding-left: 3em;
	margin-left: 1.2857em;
}
.sec2 .noslide .slide-box p{
	padding-left: 4em;
	margin-left: 0;
	font-size: 16px;
}
.sec2 .slide-box p.name{
	padding-left: 0;
}
.sec2 .slide-box p span{
	display: inline-block;
	vertical-align: baseline;
	width: 3em;
	margin-left: -3em;
}
.sec2 .noslide .slide-box p span{
	width: 4em;
	margin-left: -4em;
}
@media only screen and (max-width:1400px) {
	.sec1 .right h5{
		font-size: 24px;
	}
	.sec2 .slide-box h5{
		font-size: 14px;
	}
	.sec2 .slide-box p{
		font-size: 12px;
	}
}
@media only screen and (max-width:1280px) {
	.sec1 .right h5{
		font-size: 20px;
	}
}
@media only screen and (max-width:1220px) {
	.sec2 .slide-box h5{
		font-size: 13px;
	}
}
@media only screen and (max-width:1130px) {
	.sec2 .slide-box h5{
		font-size: 12px;
	}
}

@media only screen and (max-width:1045px) {
	.sec2 .slide-box h5{
		font-size: 11px;
	}
}



@media only screen and (max-width:1023px) {
	.sec0{
		height: 10rem;
		padding: 0 0.6875rem;
		padding-top: 3rem;
	}
	.sec0 h1{
		font-size: 1.5rem;
	}
	.sec1{
		margin-top: -3rem;
	}
	.sec1 .left{
		width: 100%;
		padding-top: 2rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-bottom: 2rem;
	}
	.sec1 .left h3{
		font-size: 0.9375rem;
		margin-bottom: 6.19%;
	}
	.sec1 .left li{
		font-size: 0.6875rem;
	}
	.sec1 .left li a{
		font-size: 0.5625rem;
	}
	.sec1 .left .tip-box img{
		width: 2.75rem;
	}
	.sec1 .left .tip-box p{
		font-size: 0.75rem;
	}
	.sec1 .left .tip-box a{
		font-size: 0.5625rem;
	}
	.sec1 .right{
		width: 100%;
	}
	.sec1 .right li{
		padding: 10% 0;
	}
	.sec1 .right p{
		font-size: 0.75rem;
		margin-bottom: 5%;
	}
	.sec1 .right h5{
		font-size: 1rem;
	}



	.sec2{
		padding: 2.5rem 0 5rem;
	}
	.sec2 .map{
		margin-bottom: 2.5rem;
	}
	.sec2 h3{
		font-size: 0.875rem;
		margin-bottom: 1rem;
	}
	.sec2 h4{
		font-size: 0.75rem;
	}
	.sec2 .company-box,.sec2 .area-box{
		margin-bottom: 2rem;
	}
	.sec2 .slide-box ul{
		padding-top: 0.5rem;
	}
	.sec2 .slide-box li{
		width: 48%;
		padding: 0.5rem 0;
		margin-right: 4%;
	}
	.sec2 .slide-box li:nth-child(even){
		margin-right: 0;
	}
	.sec2 .slide-box li .text.inline-box.half{
		width: 80%;
	}
	.sec2 .slide-box li .text.inline-box.half:nth-child(odd){
		margin-right: -60%;
	}
	.sec2 .slide-box h5{
		font-size: 0.6875rem;
		padding-left: 1em;
	}
	.sec2 .noslide .slide-box h5{
		font-size: 0.875rem;
	}
	.sec2 .slide-box p{
		font-size: 0.5625rem;
		margin-left: 1.334em;
		padding-left: 3.5em;
	}
	.sec2 .noslide .slide-box p{
		font-size: 0.625rem;
	}
	.sec2 .slide-box p span{
		width: 3.5em;
		margin-left: -3.5em;
	}
}