@charset "UTF-8";
.case_list {
	margin-top: 40px;
}

/*demand*/
.demand-logo-list {
	font-size: 0;
}
.demand-logo-one {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.demand-logo-one-img, .demand-logo-one-desc {
	position: relative;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: center;
}
.demand-logo-one-img {
	z-index: 1;
}
.demand-logo-one-desc {
	z-index: 2;
	background-color: #fff;
}
.demand-logo-one-img img, .demand-logo-one-desc img {
	width: 100%;
	height: auto;
}
/*.demand-logo动画效果*/
.demand-logo-one-img-1 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-o-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	opacity: 0;
}
.demand-logo-one-img-1.move {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.demand-logo-one-img-2 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-o-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	opacity: 0;
}
.demand-logo-one-img-2.move {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.demand-logo-one-img-3 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-o-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	opacity: 0;
}
.demand-logo-one-img-3.move {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.demand-logo-one-img-4 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-o-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	opacity: 0;
}
.demand-logo-one-img-4.move {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.demand-logo-one-desc-1 img {
	-o-transition: 1.5s .6s;
	-moz-transition: 1.5s .6s;
	transition: 1.5s .6s;
	opacity: 0;
}
.demand-logo-one-desc-1.move img {
	opacity: 1;
}
.demand-logo-one-desc-2 img {
	-o-transition: 1.5s .6s;
	-moz-transition: 1.5s .6s;
	transition: 1.5s .6s;
	opacity: 0;
}
.demand-logo-one-desc-2.move img {
	opacity: 1;
}
.demand-logo-one-desc-3 img {
	-o-transition: 1.5s .6s;
	-moz-transition: 1.5s .6s;
	transition: 1.5s .6s;
	opacity: 0;
}
.demand-logo-one-desc-3.move img {
	opacity: 1;
}
.demand-logo-one-desc-4 img {
	-o-transition: 1.5s .6s;
	-moz-transition: 1.5s .6s;
	transition: 1.5s .6s;
	opacity: 0;
}
.demand-logo-one-desc-4.move img {
	opacity: 1;
}
.demand {
	/*lft del 
	margin-bottom: 150px;*/
}
.demand_txt {
	text-align: center;
	color: #777777;
	margin-top: 40px;
	margin-bottom: 35px;
}
.demand_txt1 {
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
}
.demand_txt2 {
	font-size: 12px;
	margin-top: 5px;
}
.demand_con {
	position: relative;
	padding-bottom: 20px;
	font-size: 14px;
	color: #777;
	background: #f8f8f8;
}
.demand_con .row {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:30px;
	background: #2a2a2a;
}
.demand_left {
}
.demand_left.col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.demand_right.col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.demand_right {
	position: relative;
	opacity: 0;
	-o-transition: opacity .7s .1s;
	-moz-transition: opacity .7s .1s;
	transition: opacity .7s .1s;
}
.demand_left .row {
	margin-left: 0;
	margin-right: 0;
}
.demand_left .row .col-sm-12, .demand_left .row .col-md-6, .demand_left .row .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}
.demand_reminder {
	font-size: 16px;
	color: #777777;
	margin-bottom: 30px;
}
.demand_form .row {
	margin-left: -5px;
	margin-right: -5px;
}
.demand_form .col-md-6, .demand_form .col-lg-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.demand_ipt input {
	width: 100%;
	background: #fff;
	border: 1px solid #e8e8e8;
	height: 50px;
	line-height: 24px;
	padding: 13px 10px;
}
.demand_ipt textarea {
	width: 100%;
	height: 95px;
	border: 1px solid #e8e8e8;
	margin-top: 20px;
	padding: 10.5px 10px;
	resize: none
}
.demand_ipt input::-webkit-input-placeholder, .demand_ipt textarea::-webkit-input-placeholder { /* WebKit browsers */
font-size:14px;
color:#777777;
}
.demand_ipt input:-moz-placeholder, .demand_ipt textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
font-size:14px;
color:#777777;
}
.demand_ipt input::-moz-placeholder, .demand_ipt textarea:-moz-placeholder { /* Mozilla Firefox 19+ */
font-size:14px;
color:#777777;
}
.demand_ipt input:-ms-input-placeholder, .demand_ipt textarea:-moz-placeholder { /* Internet Explorer 10+ */
font-size:14px;
color:#777777;
}
.formtips {
	color: #e00012;
}

.imgs-show-all {
	margin-top: 190px;
	font-size: 0;
	overflow: hidden;
}
.imgs-show-pc {
	margin-bottom: 154px;
}
.imgs-show-one {
	padding-bottom: 140px;
	border-bottom: 30px solid #ededed;
	margin-bottom: 110px;
	text-align: center;
}
.imgs-show-one:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.imgs-show-one-in {
	display: inline-block;
	width: 1430px;
}
.imgs-show-one-in img {
	max-width: 100%;
	height: auto;
	box-shadow: 0px 1px 12px 2px rgba(0,0,0,0.1);
	cursor: pointer;
	margin-top: 6px;
	border-radius: 3px;
}
.imgs-show-pad, .imgs-show-pad-img, .imgs-show-title {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.imgs-show-phone {
	margin-top: 310px;
	margin-left: 190px;
}
.is-pad-view {
	position: absolute;
	top: 4.94%;
	left: 6.4%;
}
.imgs-show-phone .is-pad-view {
	left: 4.2%;
	top: 10.8%;
}
.is-pad-view img {
	max-width: 100%;
	height: auto;
}
.imgs-show-m-in {
	/*padding-left: 150px;*/
	padding-left: 8%;
	margin: 0 auto;
	width: 1430px;
}
.imgs-show-title {
	display: table;
	position: absolute;
	top: 1px;
	left: calc(100% + 60px);
}
.imgs-show-title h3 {
	margin: 0;
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 22px;
	font-family: gothicb;
	color: #333;
}
.imgs-show-title p.desc {
	margin: 0;
	line-height: 16px;
	font-size: 16px;
	color: #000;
}
.imgs-show-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 28px;
	height: 3px;
	background: #d61a32;
}
 @media (min-width: 768px) {
.case_list ul li {
	margin-bottom: 50px;
}
.case_txt {
	margin-top: 25px;
	font-size: 14px;
}
.case_list {
	margin-top: 60px;
}
.case_list > ul.row {
	margin-right: -20px;
	margin-left: -20px;
}
.case_list > ul li.col-sm-4 {
	padding-left: 20px;
	padding-right: 20px;
}
.case-left, .case-right {
	float: left;
}
.demand_txt {
	text-align: center;
	color: #777777;
	margin-top: 103px;
	margin-bottom: 103px;
}
.demand_txt2 {
	font-size: 16px;
}
.demand_txt1 {
	font-size: 36px;
	margin-bottom: 30px;
}
.demand_con > .row {
	margin-left: 0px;
	margin-right: 0px;
}
.demand_left.col-sm-12, .demand_left.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.demand_right.col-sm-12, .demand_right.col-md-12 {
	padding-left: 40px;
	padding-right: 40px;
}
.demand_reminder {
	font-size: 25px;
}
}
@media (min-width:992px) {
.case_list {
	margin-top: 80px;
}
.case-right {
	float: right;
}
.demand_con>.row {
	margin-left: 0px;
	margin-right: 0px;
}
.demand_left.col-md-12 {
	padding-lefT: 0px;
	padding-right: 0px;
}
.demand_right.col-md-12 {
	padding-lefT: 80px;
	padding-right: 80px;
}


.demand_txt1 {
	font-size: 40px;
}
}
@media (min-width:1200px) {
.demand_con {
	padding-bottom: 0;
}
.demand_warp {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
}
@media (min-width: 993px) and (max-width:1120px) {
.demand_left .row {
	margin-left: 0px;
	margin-right: 0px;
}
.demand_right.col-md-12 {
	padding-lefT: 80px;
	padding-right: 80px;
}
}
 @media (min-width: 993px) and (max-width:1200px) {
.demand_left img.img-responsive {
	display: block;
	width: 100%;
	height: auto
}
}
@media (min-width:1200px) and (max-width: 1439px) {
.demand_con>.row {
	margin-left: -30px;
	margin-right: 0px;
}
.demand_left.col-lg-6 {
	width: 60%;
}
.demand_right.col-lg-6 {
	width: 40%
}
/*.send input {height:40px;line-height:40px;margin-top:20px;}*/
.demand_ipt input {
	height: 40px;
	padding: 7px 10px;
}
.demand_con {
	padding-bottom: 0;
}
.demand_left.col-lg-6 {
	padding-lefT: 30px;
	padding-right: 30px;
}
.demand_right.col-lg-6 {
	padding-lefT: 30px;
	padding-right: 60px;
}
.demand_warp {
	padding-lefT: 30px;
	padding-right: 60px;
}
.demand_reminder {
	font-size: 22px;
	margin-bottom: 20px;
}
}
@media (min-width: 1440px)and (max-width:1769px) {
.demand_con>.row {
	margin-left: -30px;
	margin-right: 0px;
}
/*.send input{margin-top:20px;height:45px;line-height:45px;}*/
.demand_ipt input {
	height: 45px;
	padding: 10.5px 10px;
}
.demand_ipt textarea {
	height: 80px;
	margin-top: 15px
}
.demand_txt1 {
	font-size: 45px;
}
.demand_left.col-lg-6 {
	padding-lefT: 30px;
	padding-right: 30px;
}
.demand_right.col-lg-6 {
	padding-lefT: 30px;
	padding-right: 60px;
}
.demand_warp {
	padding-lefT: 30px;
	padding-right: 60px;
}

}

 @media (min-width: 768px) and (max-width: 1199px) {
/*.demand_con{padding-bottom:80px;}*/
}
 @media (min-width: 768px) {
.demand .demand-m {
	display: none;
}
}

 @media (max-width: 992px) {
.demand_txt {
	margin-top: 80px;
}
.wechat-list {
	width: 25%;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
}
 @media (max-width: 768px) {
.demand_left {
	display: none;
}
.demand_txt {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 48px;
	text-align: left;
}
.demand .demand_txt {
	padding-right: 0px;
	padding-left: 0px;
}
.demand .demand_txt1, .demand .demand_txt2, .demand .demand_reminder {
	display: none;
}
.demand .demand-m {
	display: block;
}
.demand .demand-m p {
	margin: 0;
}
.demand .demand-m p.p-1 {
	line-height: 80px;
	line-height: 1.066667rem;
	font-size: 56px;
	font-size: 0.746667rem;
	font-weight: bold;
	text-align: left;
}
.demand .demand-m p.p-2 {
	font-size: 12px;
	color: #999;
}
.demand_ipt input {
	height: 45px;
	padding: 10.5px 10px;
}
.demand_form .demand_ipt:nth-child(1) {
	margin-bottom: 15px;
}
.demand_ipt textarea {
	margin-top: 15px;
}
.demand_reminder {
	margin-bottom: 25px;
	text-align: center
}
.demand_con {
	background: none;
}
.send input {
	font-size: 16px;
}
.demand_txt2 {
	margin-top: 0;
}
.send {
	margin-bottom: 28px;
}
}

 @media (max-width: 480px) {
.demand_txt1 {
	font-size: 18px;
}
}
@media (max-width: 320px) {
.demand_txt1 {
	font-size: 16px;
}
.demand_txt2 {
	font-size: 10px;
}
}
@media (min-width: 1770px) {
.demand_reminder {
	margin-bottom: 30px;
}
.demand_con>.row {
	margin-left: -40px;
	margin-right: 0px;
}
.demand_left.col-lg-6 {
	padding-lefT: 40px;
	padding-right: 40px;
}
.demand_right.col-lg-6 {
	padding-lefT: 40px;
	padding-right: 80px;
}
.demand_warp {
	padding-lefT: 40px;
	padding-right: 80px;
}
}
@media (max-width: 1199px) {
.demand_reminder {
	margin-top: 30px;
}
}
.dImage_warp {
	overflow: hidden;
}
.demand_txt1, .demand_txt2, .demand_img1, .demand_img2, .demand_img3, .demand_img4 {
	opacity: 0;
}
.demand.cur .demand_img1 {
	-webkit-animation: animation1 0.8s 0.2s ease both;
	-o-animation: animation1 0.8s 0.2s ease both;
	animation: animation1 0.8s 0.2s ease both;
	-moz-animation: animation1 0.8s 0.2s ease both;
}
.demand.cur .demand_img4 {
	-webkit-animation: animation4 0.8s 0.2s ease both;
	-o-animation: animation4 0.8s 0.2s ease both;
	animation: animation4 0.8s 0.2s ease both;
	-moz-animation: animation4 0.8s 0.2s ease both;
}
.demand.cur .demand_img2 {
	-webkit-animation: animation2 0.8s 0.4s ease both;
	-o-animation: animation2 0.8s 0.4s ease both;
	animation: animation2 0.8s 0.4s ease both;
	-moz-animation: animation2 0.8s 0.4s ease both;
}
.demand.cur .demand_img3 {
	-webkit-animation: animation3 0.8s 0.4s ease both;
	-o-animation: animation3 0.8s 0.4s ease both;
	animation: animation3 0.8s 0.4s ease both;
	-moz-animation: animation3 0.4s 0.6s ease both;
}