﻿@charset "utf-8";
@import "home.m.css" screen and (max-width: 1200px);
@font-face {
  font-family: 'lsfont';  /* project id 752944 */
  src: url('../fonts/font_752944_qrtrow6zlm.eot');
  src: url('../fonts/font_752944_qrtrow6zlm.eot') format('embedded-opentype'),
  url('../fonts/font_752944_qrtrow6zlm.woff2') format('woff2'),
  url('../fonts/font_752944_qrtrow6zlm.woff') format('woff'),
  url('../fonts/font_752944_qrtrow6zlm.ttf') format('truetype'),
  url('../fonts/font_752944_qrtrow6zlm.svg') format('svg');
}
@media only screen and (min-width:1201px) {
.iconfont {
	font-family: "lsfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.lsfont {
	font-family: "lsfont" !important;
	font-size: 12px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.modify_form label {
	width: 240px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 10px;
	display: inline-block;
    box-shadow: 3px 3px 15px rgba(0,0,0,.22);
}

.modify_form input {
	width: 100%;
	display: block;
	border: 0;
	height: 60px;
	line-height: 60px;
	text-indent: 15px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}

.modify_submit {
	display: inline-block;
	float: left;
	width: 198px;
	background-color: #e36226;
	text-align: center;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #ddd;
	border: 1px solid #e36226;
    box-shadow: 3px 3px 15px rgba(0,0,0,.22);
}

.modify_submit:hover {
	color: #fff;
	background-color: rgb(20, 160, 150);
	border: 1px solid rgb(20, 160, 150);
}

.modify_submit:hover span {
	color: #fff;
}

.modify_submit:hover span:before {
	color: #fff;
}

.modify_submit span {
	padding-left: 30px;
	position: relative;
	color: #f8f8f8;
	font-size: 16px;
}

.modify_submit span:before {
	content: "\e639";
	font-family: "lsfont";
	left: 0;
	font-size: 26px;
	color: #f8f8f8;
	position: absolute;
}

.modify_offer ul {
	margin: 40px 0 0;
}

.modify_offer li {
	width: 280px;
	height: 128px;
	float: left;
	margin-right: 26px;
	background-color: #12aa9c;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.22);
	box-shadow: 3px 3px 15px rgba(0,0,0,.22);
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;

	background: linear-gradient(-45deg, #12aa9c, #f90, #12aa9c, #f90);
	background-size: 800% 800%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;

	display: flex;
	display: -webkit-flex;
	display: -moz-flex;

	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
}

.modify_offer li.activity {
	background-color: #f80;
	color: #fff;
}

.modify_offer li.activity a {
	color: #fff;
}

.modify_offer li.none {
	margin-right: 0;
}

.modify_offer li div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;

	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;

	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;

}

.modify_offer li canvas {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.modify_offer li label {
	font-size: 28px;
	z-index: 1;
	font-weight: bold;
	display: block;
}

.modify_offer li p {
	font-size: 16px;
	margin-top: 10px;
	z-index: 1;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
/*
.modify_offer li:before,
.modify_offer li:after {
	position: absolute;
	height: 100%;
	background-color: #e36226;
	content: "";
	opacity: 0;
	top: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.modify_offer li:before {
	left: 0;
	width: 0;
}

.modify_offer li:after {
	right: 0;
	width: 0;
}

.modify_offer li:hover:before,
.modify_offer li:hover:after {
	width: 50%;
	opacity: 1;
}

.modify_offer li:hover {
	color: #fff;
}
*/
.safehome {
}

.modify_title {
	text-align: center;
	padding: 30px 0 15px;
}

.modify_title h3 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin: 30px;
}

.modify_title b {
	color: #d00;
}

.modify_title p {
	font-size: 16px;
	color: #666666;
	margin: 30px;
}

.modify_slide {
	width: 1200px;
	height: 817px;
}

.modify_slide .swiper-slide {
	height: 600px;
	display: block;
}

.modify_slide .swiper-slide:after {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
}

.modify_slide .swiper-pagination {
	width: 1200px;
	background-color: #fff;
	padding: 10px 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
}
.modify_slide .swiper-pagination-bullet {
	width: 190px;
	height: 190px;
	border-radius: 0;
	margin: 0px!important;
	opacity: 1;
	position: relative;
}

.modify_slide .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}

.modify_slide .swiper-pagination-bullet-active:before {
	background: rgba(0,0,0,.5);
}

.modify_slide .swiper-pagination-bullet p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	text-align: center;
	font-size: 26px;
	color: #fff;
	bottom: 0px;
	line-height: 180px;
}

.modify_slide .swiper-pagination span img {
	width: 100%;
	height: 100%;
}

.modify_ban {
	width: 600px;
	height: 240px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 180px;
	z-index: 1;
	text-align: center;
}

.modify_ban p {
	font-size: 18px;
	color: #fff;
	margin: 20px 0;
}

.modify_ban a {
	display: block;
	width: 200px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	background-color: #fff;
	color: #e36226;
	border-radius: 35px;
	margin: 10px auto;
}

.modify_ban a:hover {
	background-color: #f3f3f3;
	color: rgb(20, 160, 150);
	box-shadow: 3px 3px 5px rgba(0,0,0,.5)
}

.modify_item {
	width: 100%;
	float: left;
}

.modify_item li {
	margin-bottom: 12px;
	float: left;
	margin-left: 10px;
}

.modify_item li .modify_img img {
	width: 388px;
	height: 283px;
}

.modify_case h3 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.modify_case p span {
	font-size: 12px;
	color: #282828;
	float: right;
	padding-right: 20px;
	position: relative;
}

.modify_case p span:after {
	content: "\e616";
	font-family: 'lsfont';
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #282828;
}

.modify_align {
	width: 400px;
	float: left;
	margin: 0 12px;
}

.modify_more {
	display: block;
	width: 270px;
	background-color: #e36226;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #f8f8f8;
	margin: 60px auto 0;
}

.modify_more span {
	padding-right: 20px;
	position: relative;
}

.modify_more span:after {
	content: "\e730";
	font-family: 'lsfont';
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #f8f8f8;
}

.modify_more:hover {
	background-color: rgb(20, 160, 150);
}

.modify_more:hover span,.modify_more:hover span:after {
	color: #fff;
}

.modify_team {
	width: 100%;
	margin: 30px 0 0;
	background-size: cover;
}

.modify_team li {
	float: left;
}

.modify_team .modify_three:hover .modify_txt {
	left: 7%;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transform: all 0.25s ease-in-out;
}

.modify_three {
	width: 400px;
	position: relative;
}

.modify_three img {
	max-width: 100%;
}

.modify_txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 90%;
	left: 5%;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transform: all 0.25s ease-in-out;
}

.modify_txt h1 {
	font-size: 28px;
	color: #fff;
}

.modify_txt h1 span {
	font-size: 16px;
}

.modify_txt p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin: 20px 0;
}

.modify_txt a {
	display: block;
	width: 120px;
	line-height: 38px;
	height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	background-color: #12aa9c;
	border: 1px solid #12aa9c;
}

.modify_txt a:hover {
	color: #12aa9c;
	background-color: transparent;
}

.modify_much {
	background-color: #fff;
	padding-bottom: 100px;
}

.much_main {
	padding: 20px 60px 60px;
	background-color: #fff;
	box-shadow: 0 0 100px rgba(0,0,0,.1);
}

.much_main label {
	font-size: 28px;
	color: #333;
	text-align: center;
	padding-bottom: 50px;
	    display: block;
}

.much_main label span {
	color: #d70000;
}

.much_form {
	width: 380px;
	float: left;
}

.much_form input {
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	text-indent: 10px;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
}

.much_form p span {
	font-size: 14px;
	color: #ff9900;
}

.much_form .area {
	position: relative;
}

.much_form .area i {
	position: absolute;
	right: 10px;
	top: 0;
	font-style: normal;
	display: block;
	line-height: 50px;
	font-size: 16px;
}

.much_form .huxing {
	width: 120px;
	float: left;
	margin-right: 10px;
}

.much_form .huxing.none {
	margin-right: 0;
	width: 120px;
}

.much_form .huxing .layui-form-select dl {
	top: 49px;
	padding: 0;
}

.much_form .huxing .layui-form-select dl dd.layui-this {
	background-color: #12aa9c;
}

.much_form .uname {
	width: 185px;
	float: left;
	margin-right: 10px;
}

.much_form .tel {
	width: 185px;
	float: left;
}

.much_submit {
	display: block;
	background-color: #e36226;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #f8f8f8;
	margin: 10px 0;
	border: 1px solid #e36226;
}

.much_submit:hover {
	color: #fff;
	background-color: rgb(20, 160, 150);
	border: 1px solid rgb(20, 160, 150);
}

.much_submit:hover span {
	color: #fff;
}

.much_submit:hover span:before {
	color: #fff;
}

.much_submit span {
	padding-left: 30px;
	position: relative;
	color: #fff;
	font-size: 18px;
}

.much_submit span:before {
	content: "\e639";
	font-family: "lsfont";
	left: 0;
	font-size: 26px;
	color: #fff;
	position: absolute;
}

.much_r {
	width: 580px;
	float: left;
	margin-left: 50px;
	padding-left: 50px;
	position: relative;
}

.much_r:before {
	content: "";
	width: 1px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 330px;
}

.much_r .c8 {
	margin: 20px 0 0;
	background-color: #f7f8f9;
	font-size: 16px;
	color: #333;
	line-height: 55px;
	text-align: center;
	display: block;
	padding-bottom: 0!important;
}

.slide-item {
	position: relative;
	float: left;
	color: #000;
	font-size: 0;
	text-align: center;
	width: 180px;
	height: 260px;
	cursor: pointer;
	margin-right: 20px;
}

.slide-item.none {
	margin-right: 0;
}

.slide-item .item-bg {
	width: 100%;
	height: 100%
}

.slide-item .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.slide-item .mask .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #161a1d;
	opacity: 0.4;
	filter: alpha(opacity=20);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
	transition: all .4s cubic-bezier(.4,0,.2,1)
}

.slide-item .mask .slide_txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	bottom: 0;
	transition: all .4s cubic-bezier(.4,0,.2,1)
}

.slide-item .mask .slide_txt .item-img-panel {
	position: relative;
	width: 68px;
	height: 68px;
	display: inline-block
}

.slide-item .mask .slide_txt .item-img-panel i {
	font-size: 70px;
	color: #fff;
}

.slide-item .mask .slide_txt .item-title {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-top: 60px;
	transition: all .4s cubic-bezier(.4,0,.2,1)
}

.slide-item:hover .bg {
	background: rgba(18, 170, 156, .3);
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80))
}

.slide-item:hover .slide_txt {
	top: 50px
}

.slide-item .mask .slide_txt .item-title {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.slide-item:hover .slide_txt .item-img-panel,.slide-item:hover .slide_txt .item-title {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.slide-item:hover .slide_txt .item-title {
	margin-top: 30px
}

.modify_growth {
	padding: 0px 0 70px;
	background-color: #f7f8f9;
}

.modify_growth ul {
	/*
	box-shadow: 0 0 100px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 9px 32px rgba(202,202,202,.6);
    -moz-box-shadow: 0 9px 32px rgba(202,202,202,.6);
    box-shadow: 0 9px 32px rgba(202,202,202,.6);
    border: solid 1px rgba(202,202,202,.24);
    box-sizing:border-box;
    */
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
}

.modify_growth li {
	width: 230px;
	height: 230px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background: #fff;
	box-shadow: 5px 5px 0 rgba(0,0,0,.2);
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
}

.modify_growth li:hover {
	box-shadow: 5px 5px 0 #e36226;
}

.modify_growth li:before {
	content: '';
	position: absolute;
	width: 230px;
	height: 230px;
	left: 0px;
	top: 0%;
	background: #ec6c63;
	border-radius: 50%;
	transition: all .5s;
	transform: scale(0);
	opacity: 0;
	z-index: -1;
}

.modify_growth li:hover:before {
	transform: scale(2);
	opacity: 1;
}

.modify_growth li span {
	font-family: "iconfont" !important;
	font-size: 60px;
	font-weight: 200;
	color: #777;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modify_growth li label {
	font-size: 24px;
	font-weight: normal;
	color: #777;
}

.modify_growth li:hover span,
.modify_growth li:hover label {
	color: #fff;
}

.modify_growth li em {
	content: '';
	background: rgba(0,0,0,.2);
	width: 60%;
	height: 1px;
	margin: 9px 0;
}

.modify_growth li:hover em {
	background: rgba(255,255,255,.2);
}

.container .home-rz {
	width: 100%;
	height: 360px
}

.container .home-rz ul {
	padding: 0;
	width: inherit;
	height: 360px;
	overflow: hidden;
	position: relative
}

.container .home-rz ul li {
	width: 700px;
	position: absolute;
	top: 0;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.container .home-rz ul li .left {
	width: 600px;
	height: inherit;
	overflow: hidden;
	position: relative;
	float: left
}

.container .home-rz ul li .left .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.container .home-rz ul li .left .shadow .title {
	width: 310px;
	height: 70px;
	color: #fff;
	line-height: 2;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 130px;
	left: 120px;
	border: 1px solid #fff;
	padding: 10px 20px;
}

.container .home-rz ul li .left .shadow .button {
	background: transparent;
	color: #fff;
	position: absolute;
	top: 210px;
	left: 240px
}

.container .home-rz ul li .left .shadow .button:hover {
	background: rgba(255,255,255,0.2)
}

.container .home-rz ul li .left img {
	z-index: -1;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.container .home-rz ul li .right {
	width: 100px;
	height: 360px;
	float: left;
	position: relative;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.container .home-rz ul li .right .title {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	position: absolute;
	top: 115px;
	left: 50px;
	font-size: 24px;
	-webkit-writing-mode: tb-lr;
	-ms-writing-mode: tb-lr;
	color: #212628;
}

.container .home-rz ul li .right .sub-title {
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	position: absolute;
	top: 115px;
	font-size: 14px;
	left: 27px
}

.container .home-rz ul li .right::before {
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 48%;
	left: -10px;
	width: 0;
	height: 0;
	border-right-width: 10px;
	border-right-style: solid;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: transparent;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: transparent
}

.container .home-rz ul li:nth-child(odd) .right {
	background: #ddd;
}

.container .home-rz ul li:nth-child(odd) .right::before {
	border-right-color: #ddd;
}

.container .home-rz ul li:nth-child(even) .right {
	background: #f7f8f9;
}

.container .home-rz ul li:nth-child(even) .right::before {
	border-right-color: #f7f8f9;
}

.container .home-rz ul li:hover .left .shadow {
	background-color: rgba(0,0,0,0.6)
}

.container .home-rz ul li:hover .left .shadow img {
	transform: scale(1.2, 1.2)
}

.container .home-rz ul li:hover .right {
	background-color: #e36226;
	color: #fff
}

.container .home-rz ul li:hover .right::before {
	border-right-color: #e36226
}

.container .home-rz ul li:hover .right .title {
	color: #fff
}

.container .home-rz ul li:hover .right .sub-title {
	color: #fafafa
}

.modify_news {
	padding-bottom: 60px;
}

.modify_news li {
	width: 367px;
	float: left;
	margin-right: 30px;
	transform: translateY(0);
	transition: all .3s ease-in-out;
	box-shadow: 3px 3px 9px rgba(0,0,0,.22);
}

.modify_news li:hover {
	transform: translateY(-5px);
	box-shadow: 3px 3px 30px rgba(0,0,0,.22);
}

.modify_news li.none {
	margin-right: 0;
}

.modify_news li a.modify_href {
	padding: 15px;
	display: block;
}

.modify_news li h3 {
	font-size: 18px;
	color: #666666;
	margin: 15px 0;
}

.modify_news li time {
	font-size: 18px;
	color: #666;
}

.comHover01,
.subComHover01 {
	position: relative;
	display: block;
}

.comHover01:after,
.comHover01:before,
.subComHover01:after,
.subComHover01:before {
	background-color: #000;
	content: "";
	display: block;
	position: absolute;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	z-index: 10;
}

.comHover01:after {
	height: 1px;
	left: 0;
	top: 0;
	width: 0;
}

.comHover01:before {
	bottom: 0;
	height: 1px;
	right: 0;
	width: 0;
}

.subComHover01:after {
	bottom: 0;
	height: 0;
	left: 0;
	width: 1px;
}

.subComHover01:before {
	height: 0;
	right: 0;
	top: 0;
	width: 1px;
}

.comHover01:hover:after,.comHover01:hover:before {
	width: 100%;
}

.comHover01:hover .subComHover01:after,
.comHover01:hover .subComHover01:before {
	height: 100%;
}

.modify_img {
	overflow: hidden;
	position: relative;
}

.index_designer li.item {
	position: relative;
	width: 380px;
	height: 390px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
}

.index_designer li.item a img {
	width: 390px;
}

.index_designer li.item.none {
	margin-right: 0;
}

.index_designer li.item:hover .con {
	bottom: 0
}

.index_designer li.item .con {
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
	bottom: -100%;
	background: #e2a284;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	text-align: center;
	color: #fff
}

.index_designer li.item .con p {
	font-size: 16px;
	margin-top: 10px;
}

.index_designer li.item .con .tit {
	margin-top: 95px;
	font-size: 24px
}

.index_designer li.item img {
	max-width: 100%;
}

.index_designer li.item .con .des {
	font-size: 14px;
	margin: 20px 0;
	line-height: 2;
	padding: 0 30px;
}

.index_designer li.item .con .btn {
	border: solid 1px #fff;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 7px 40px;
	margin-top: 10px
}

.index_designer li.form {
	width: 390px;
	float: left;
	position: relative;
	height: 390px;
}

.form_form {
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
}

.form_form label {
	font-size: 26px;
	color: #fff;
	margin: 50px 0 30px;
	text-align: center;
	display: block;
}

.form_form input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	margin-bottom: 15px;
	text-indent: 10px;
	font-size: 14px;
	color: #666;
}

.form_submit {
	display: block;
	line-height: 45px;
	background-color: #e36226;
	border: 1px solid #e36226;
	font-size: 18px;
	color: #f8f8f8;
	text-align: center;
}

.form_submit:hover {
	color: #fff;
	background-color: rgb(20, 160, 150);
	border: 1px solid rgb(20, 160, 150);
}



}