/*初始化*/

@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
	outline: none;
	font-family: 微软雅黑;
}

:focus {
	outline: 0
}

a {
	color: #333;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

body {
	background-color: #FFF;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
i {
	font-weight: normal;
	font-style: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

code,
kbd,
samp,
tt {
	font-size: 100%
}

input,
button,
textarea,
select {
	*font-size: 100%
}

body {
	line-height: 1.5
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline
}

:link,
 :visited,
ins {
	text-decoration: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*头部*/

.top {
	width: 100%;
	min-width: 1200px;
	height: 200px;
	background: url(../images/bj01.jpg) no-repeat center;
	background-size: 100% 100%;
}

.top_jz {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	height: 100px;
}

.logo {
	width: 70%;
}

.logo img {
	width: 50%;
	height: auto;

}

.lxdh {
	width: 30%;
	margin-top: 25px;
}

.lxdh_tb {
	width: 50%;
	height:50px;
}

.lxdh_tb img {
	width:50px;
	height:50px;
	display:block;
	float:right;
}

.lxdh_wz {
	width: 50%;
	height:50px;
	
	padding-left:12px;
	box-sizing:border-box;
	
}
.lxdh_wz h1{
	width: 100%;
	color: #525252;
	font-size: 18px;
	line-height:18px;
	font-weight: 400;
	margin-bottom:8px;
}
.lxdh_wz h2 {
	color: #000;
	font-weight:600;
	font-size: 24px;
	line-height: 24px;
	
}


/*导航*/

nav {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	position: absolute;
	z-index: 9999;
}

.dhjz {
	width: 1200px;
	margin: 0 auto;
}

.dh_01 {
	float: left;
	width: 12.5%;
	text-align: center;
	line-height: 60px;
}

.dh_01:hover a {
	background: url(../images/dhbj.png) no-repeat center;
	color: #FFF !important;
}

.active {
	background: url(../images/dhbj.png) no-repeat center;
	color: #FFF !important;
}

.dhjz a {
	font-size: 18px;
	color: #464646;
	padding: 30px;
}

.dhjz_02 {
	width: 100%;
	padding-top: 19px;
	padding-bottom: 10px;
	display: none;
}

.dh_01:hover .dhjz_02 {
	display: block;
}

.dh_02 {
	line-height: 45px;
}

.dhjz_02 a {
	font-size: 16px;
	color: #fff;
	padding: 12px 43px;
}

.dh_01:hover .dh_02_hover {
	background: rgba(125, 98, 71, .6);
	color: #eee;
}

.dh_02:hover {
	background: #000;
}


/*轮播*/

.swiper-container {
	width: 100%;
	min-width: 1200px;
	height: 600px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}


/*产品展示*/

.cp {
	width: 100%;
	min-width: 1200px;
	height: 640px;
	background: url(../images/bj02.jpg) no-repeat;
}

.cp_jz {
	width: 1200px;
	margin: 0 auto;
}

.cp_bt {
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 45px;
	padding: 50px 0 20px 0;
	background: url(../images/btxs.png) no-repeat center;
}

.cp_bt h1 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
}

.cp_bt p {
	font-size: 20px;
	color: #808080;
}

.cpxq_01 {
	width: 100%;
	height: 330px;
}

.cpxq {
	width: 380px;
	height: 330px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #f5e6c0;
	border: 1px solid #ccc;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.cpxq:hover {
	box-shadow: 0 0 20px #86212F;
	transform: translateY(5px);
}

.cpxq_bt {
	width: 94%;
	margin: 0 3%;
}

.cpxq_bt h3 {
	margin: 10px 0;
	font-size: 18px;
	color: #333;
	float: left;
}

.cpxq_bt h4 {
	margin-left: 100px;
	margin: 17px 5px 5px 0;
	font-size: 14px;
	color: #666;
	float: right;
}

.cpxq_bt .chaochu {
	width: 350px;
	height: 190px;
	overflow: hidden;
}

.cpxq_bt img {
	border: 1px solid #ccc;
	padding: 2px;
	cursor: pointer;
	transition: all 0.6s;
	    width: 350px;
    height: 190px;
    box-sizing: border-box;
}

.cpxq_bt p {
	font-size: 14px;
	color: #555;
	;
	line-height: 20px;
	padding-top: 5px;
}

.cpxq:hover .cpxq_bt p {
	color: #666666;
}

.cpxq:hover .cpxq_bt img {
	transform: scale(1.1);
}

.cpxq:hover h4 {
	color: #666666;
}

.ckgd {
	width: 150px;
	height: 40px;
	margin: 0 auto;
	background: #e3873e;
	margin-top:40px;
	border-radius: 5px;
}

.ckgd p {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}

.ckgd:hover {
	background: #d4b18d;
}

.ckgd:hover p {
	color: #666666;
}


/*合作案例*/

.hz {
	width: 100%;
	min-width: 1200px;
	height: 770px;
	background: url(../images/bj03.jpg) no-repeat;
}

.hzjz {
	width: 1200px;
	margin: 0 auto;
}

.bodyCon08 {
	margin-top: 0px;
}

.bodyCon08 .students {
	margin: 0 auto;
	width: 1200px;
	height: 450px;
	position: relative;
}

.bodyCon08 .students p.PP {
	width: 510px;
	height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 300px;
}

#four_flash {
	position: relative;
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
}

#four_flash .flashBg {
	width: 1080px;
	height: 450px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 450px;
	position: absolute;
	top: 15;
	left: 0;
}

#four_flash .flashBg ul.mobile li {
	float: left;
	width: 240px;
	height: 450px;
	margin: 0 15px;
	color: #666;
	background: #f8edd0;
}

#four_flash .flashBg ul.mobile li:hover {
	color: #fff;
}

#four_flash .flashBg ul.mobile li img {
	width: 240px;
	height: 300px;
	display: block;
	margin: 0 auto;
}

#four_flash .flashBg ul.mobile li dd {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	width: 220px;
	margin: 0 10px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #6C6E85;
}

#four_flash .flashBg ul.mobile li p {
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 210px;
	margin: 0 15px;
	line-height: 20px;
	margin-top: 10px;
}

#four_flash .but_left {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 136px;
	left: 0px;
}

#four_flash .but_right {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 136px;
	right: 0px;
}


/*关于我们*/

.f3-about {
	width: 100%;
	min-width: 1200px;
	height: 520px;
	background: url(../images/bj04.jpg) no-repeat;
}

.f3-tit {
	width: 1200px;
	margin: 0 auto;
}

.f3-about ul {
	width: 1200px;
	margin: 0 auto;
}

.f3-about ul li {
	width: 380px;
	height: 290px;
	margin: 0 30px 30px 0;
	float: left;
	overflow: hidden;
	position: relative;
}

.f3-about ul li:nth-child(3n) {
	margin-right: 0;
}

.f3-about ul li img {
	width: 100%;
	height: 100%;
	transition: 0.8s;
}

.f3-about ul li .f3-textbox {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(239, 221, 175, .8);
	transition: 0.8s;
}

.f3-about ul li:hover img {
	transform: scale(1.15);
}

.f3-about ul li:hover .f3-textbox {
	top: 0;
}

.f3-about ul li .f3-textbox h4 {
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #872230;
	font-size: 20px;
}

.f3-about ul li .f3-textbox p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	color: #333333;
	width: 90%;
	height: 230px;
	margin: 20px 5% 0 5%;
	overflow: hidden;
}


/*新闻中心*/

.xw {
	width: 100%;
	min-width: 1200px;
	height: 622px;
	background: url(../images/bj05.jpg) no-repeat;
}

.xwjz {
	width: 1100px;
	margin: 0 auto;
}

.xwxq {
	width: 530px;
	margin: 0 10px;
	height: 380px;
	background: #f8edd0;
}

.xw_bt {
	width: 90%;
	margin: 10px 5%;
	height: 35px;
	border-bottom: 1px solid #666;
}

.xw_bt h2 {
	width: 90px;
	padding-left: 10px;
	font-size: 18px;
	color: #fff;
	background: url(../images/dhbj_01.png) no-repeat center;
}

.xw_bt h4 {
	font-size: 12px;
	color: #666;
	padding: 10px 5px 0 0;
}

.xw_bt h4:hover {
	color: #eee;
}

.xw_nr {
	width: 90%;
	margin: 10px 5%;
	height: 95px;
	border-bottom: 1px #ccc dashed;
}

.xw_nr:hover p {
	color: #999999;
}

.xw_tp {
	width: 120px;
	height: 85px;
}

.xw_tp img {
	width: 100%;
	height: auto;
}

.xw_wz {
	width: 340px;
	height: 85px;
	overflow:hidden;
}

.xw_sj {
	width: 340px;
	height: 36px;
}

.xw_sj h1 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height:36px;
}

.xw_nr:hover h1 {
	color: #e3873e;
}

.xw_sj h3 {
	font-size: 12px;
	color: #333;
	margin-top: 8px;
	margin-right: 5px;
}

.xw_nr:hover h3 {
	color: #999;
}

.xw_wz p {
	font-size: 14px;
	color: #333;
	line-height:22px;
}


/*底部*/

.db {
	width: 100%;
	min-width: 1200px;
	height: 326px;
	background: url(../images/bj06.jpg) no-repeat;
}

.db_01 {
	width: 100%;
	min-width: 1200px;
	height: 326px;
	background: url(../images/bj07.jpg) no-repeat;
}

.dbjz {
	width: 1100px;
	margin: 0 auto;
}

.db_top {
	width: 100%;
	height: 200px;
	padding: 25px 0;
}

.db_top_01 {
	width: 33.3333%;
	height: 200px;
	padding-top: 10px;
	background: url(../images/weizhi.png) no-repeat center;
}

.db_top_01 p {
	font-size: 14px;
	width: 60%;
	padding: 40px 0 0 60px;
	color: #333;
	text-align: left;
	line-height: 25px;
}

.db_top_01 span {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}

.db_top_02 {
	width: 33.3333%;
	height: 200px;
	padding-top: 10px;
}

.db_top_02 img {
	width: 120px;
	height: 120px;
	padding: 10px 0 0 120px;
}

.db_top_02 p {
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 5px;
}

.db_top_03 {
	width: 33.3333%;
	height: 200px;
	padding-top: 20px;
}

.db_top_03 p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.db_b {
	width: 100%;
}

.db_b p {
	font-size: 14px;
	color: #808080;
	text-align: center;
	line-height: 30px;
}

.db_b p a {
	color: #808080;
}

.db_b p a:hover {
	color: #BF9D46;
}


/*内页*/

.page {
	text-align: center;
	padding: 10px 0;
	margin: 30px auto;
	clear: both;
}

.page a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	margin: 0 3px;
	border: 1px solid #ccc;
}

.page a:hover {
	border: 1px solid #BA946F;
	background-color: #BA946F;
	color: #fff;
}

.page-on {
	border: 1px solid #BA946F;
	background-color: #BA946F;
	color: #fff;
}

.list {
	width: 1200px;
	height: auto;
	margin: 30px auto 30px;
	z-index: 999;
	position: relative;
	overflow: hidden;
}

.listz {
	width: 290px;
	border-radius: 10px;
	background: #fff;
	height: auto;
}

.listz h1 {
	color: #fff;
	background: #BA946F;
	padding: 25px 0;
	text-align: center;
	font-size: 20px;
	border-radius: 10px 10px 0 0;
}

.listz h2 {
	padding: 10px 15px 20px;
	border: 1px solid #CCCCCC;
	border-top: none;
}

.listz h2 li {
	list-style: none;
	border-bottom: #f5f3f3 solid 1px;
	margin-bottom: 5px;
	font-family: "����";
	text-indent: 10px;
	font-size: 14px;
}

.listz h2 li>a {
	display: block;
	border-radius: 5px;
	padding: 15px 0 10px;
}

.listz h2 li>a:hover,
.listz h2 li>a.active {
	background: #BF9D46;
	color: #fff !important;
}

.listz h2 .pull-right {
	margin-right: 15px;
}

.pull-right {
	float: right !important;
}

.listy {
	width: 850px;
	border-radius: 10px;
	/*background: #fff;*/
	/*margin: 0 auto;*/
	height: auto;
	padding: 0 20px 40px;
	overflow: hidden;
}

.listy_title {
	height: 70px;
	line-height: 70px;
	background: url(../images/title_line.png) no-repeat left bottom;
	font-size: 24px;
	color: #BA946F;
}

.listy_title span {
	text-align: right;
	float: right;
	color: #999;
	font-size: 15px;
	padding-top: 10px;
}

.listy_title span a {
	color: #999;
	font-size: 14px;
}

.listy_title span a:hover {
	color: #BA946F !important;
}


/* �������� */

.list_zzry {
	width: 850px;
	overflow: hidden;
	margin: 20px 0;
}

.list_zzry li {
	width: 260x;
	height: 210px;
	float: left;
	margin: 0 10px 10px;
}

.list_zzry li img {
	width: 260px;
	height: 170px;
	display: block;
	border: #cccccc 1px solid;
}

.list_zzry li p {
	width: 260px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #333;
	margin-top: 10px;
}


/*��������*/

.list_xwzx {
	width: 850px;
	margin-top: 20px;
}

.list_xwzx0 {
	width: 1120px;
}

.list_xwzx li {
	border: 1px #dedede solid;
	height: 190px;
	clear: both;
	margin-bottom: 24px;
}

.list_xwzx li:hover {
	border: 1px #d5d5d5 solid;
}

.list_xwzx li .xinwtp {
	width: 258px;
	height: 170px;
	padding: 10px;
	text-align: center;
	float: left;
	border-right: 1px #dedede solid;
}

.list_xwzx li .xinwtp a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.list_xwzx li .xinwtp img {
	width:auto;
	height: 170px;
}

.list_xwzx li .newzee {
	width: 505px;
	float: left;
	padding-top: 15px;
	overflow: hidden;
	margin-left: 30px;
}

.list_xwzx0 li .newzee {
	width: 755px;
}

.list_xwzx li .newzee .newttw a {
	font-size: 18px;
	color: #111;
}

.list_xwzx li .newzee .newttw em {
	font-size: 18px;
	color: #111;
	padding-right: 12px;
	font-family: "����";
	font-weight: bold;
}

.list_xwzx li .newzee .newttw a:hover {
	color: #154c64;
	text-decoration: underline;
}

.list_xwzx li .newzee .newttw a em {
	font-style: normal;
	color: red;
}

.list_xwzx li .newzee .nrxianl {
	font-size: 14px;
	color: #6d6d6d;
	line-height: 26px;
	height: 70px;
	overflow: hidden;
	margin: 15px 0;
}

.list_xwzx li .newzee .nrxianl p {
	font-size: 14px;
}

.list_xwzx li .newzee .nrxianl a {
	color: #6d6d6d;
}

.list_xwzx li .newzee .nrxianl:hover {}

.list_xwzx li .newzee .xwgd a {
	width: 100px;
	height: 30px;
	background: url(../images/list_more.png) no-repeat center center;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #878787;
	cursor: pointer;
	display: block;
}

.list_xwzx li:hover .xwgd a {
	width: 100px;
	height: 30px;
	background: url(../images/list_more_on.png) no-repeat center center;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	cursor: pointer;
	display: block;
}


/* ������� */

.list_shzr {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}

.list_shzr img {
	max-width: 100%;
}

.list_shzr .row {
	border-bottom: #dbcccc dotted 1px;
	padding: 15px 0;
	overflow: hidden;
}

.news_list_date {
	border-right: #ccc solid 1px;
	padding: 10px 10px 10px 0;
	color: #868686;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: right;
}

.col-lg-2 {
	width: 11%;
	float: left;
}

.news_list_date strong {
	font-size: 24px;
	font-weight: bolder;
	color: #ccc;
	display: block;
}

.col-lg-10 {
	width: 85%;
	float: right;
	color: #868686;
}

.list_shzr a {
	font-size: 18px;
	transition: all 300ms;
}

.list_shzr span {
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
	/* display: inline; */
}

.list_shzr .row:hover a {
	color: #555;
}

.list_shzr .row:hover span {
	color: #BA946F;
}


/* ��ϵ���� */

.lxwm {
	width: 1120px;
	border-radius: 10px;
	background: #fff;
	height: auto;
	padding: 20px 40px;
	overflow: hidden;
}

.lxwm_con {
	margin-top: 30px;
	overflow: hidden;
	color: #666;
}

.lxwm_z {
	width: 310px;
	height: 600px;
	font-size: 14px;
}

.lxwm_z p {
	padding: 10px 0;
	line-height: 24px;
}

.lxwm_y {
	width: 700px;
	height: 600px;
}


/* ��������������ҳ */

.lb_list {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.lb_list_s {
	text-align: center;
	height: 90px;
	line-height: 40px;
	font-size: 26px;
	margin-bottom: 10px;
	border-bottom: #999 1px dotted;
}

.lb_list_s em {
	font-size: 13px;
	color: #666;
}

.list_nr {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
	line-height: 28px;
	font-size: 13px;
}


/* �����ͻ� */

.hzkh {
	width: 1120px;
	border-radius: 10px;
	background: #fff;
	height: auto;
	padding: 20px 40px;
	overflow: hidden;
}

.hzkh_con {
	margin-top: 30px;
	overflow: hidden;
	color: #666;
}

.left a,
.right a {
	font-size: 16px;
}

.left a:hover,
.right a:hover {
	color: #BA946F;
}


/*案例*/

.list_case {
	width: 850px;
	margin-top: 20px;
}

.list_case ul {
	display: block;
}

.list_case ul li {
	width: 380px;
	height: 330px;
	float: left;
	padding: 10px;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.list_case ul li .f2-anli-tit {
	width: 100%;
	height: 30px;
	/*line-height: 30px;*/
	font-size: 18px;
	color: #333;
}

.list_case ul li .f2-anli-tit span {
	float: right;
	margin-top: 5px;
}

.list_case ul li .f2-anli-tit span a {
	color: #999;
	font-size: 12px;
}

.list_case ul li .f2-anli-tit span a:hover {
	color: #00A1E9;
}

.list_case ul li .f2-anli-imgbox {
	width: 100%;
	height: 200px;
	padding: 3px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.list_case ul li .f2-anli-imgbox img {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.list_case ul li p {
	width: 100%;
	height: 80px;
	line-height: 27px;
	overflow: hidden;
	font-size: 14px;
}

.list_case ul li:hover {
	box-shadow: 0 0 30px #fff;
}

.list_case ul li:hover p {
	color: #00A1E9;
}

.list_case ul li:hover img {
	transform: scale(1.15);
}


/*在线留言*/

form {
	width: 94%;
	margin: 0 3%;
	padding-top: 20px;
	height: 490px;
}

.eq-title {
	text-align: center;
	font-size: 30px;
	color: #da251d;
	font-weight: normal;
	margin-bottom: 30px
}

.eq-title span {
	padding: 10px 20px;
	border-bottom: 1px solid #333;
	font-size: 24px;
	color: #333;
}

form input[type="text"] {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	width: 300px;
	float: left;
	height: 64px;
	line-height: 64px;
	padding: 0 40px;
	margin-bottom: 40px;
}

form input[type="text"]:nth-child(2n) {
	float: right;
}

form textarea {
	resize: none;
	width: 100%;
	height: 160px;
	padding: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

form input.active {
	box-shadow: 0 2px 2px 0 rgba(218, 37, 29, 0.16), 0 0 0 1px rgba(218, 37, 29, 0.08)
}

form input[type="submit"] {
	width: 100%;
	height: 50px;
	background-color: #BA946F;
	color: #fff;
	margin: 37px 0;
	cursor: pointer;
}

form textarea,
form input {
	border: 0;
	font-size: 14px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	transition: all ease .4s;
}

form textarea:hover,
form input:hover {
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

form input[type="submit"]:hover {
	background-color: #BF9D46;
}