﻿.consul_title {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 60px;
}

.consul_title span {
	font-size: 32px;
	color: #0068B7;
	font-family: arial, "微软雅黑";
	line-height: 90px;
}

.consul_title a {
	font-size: 16px;
	color: #666;
	font-weight: 700;
}

.message_box {
	width: 1122px;
	margin: auto;
	border: solid 1px #ccc;
	padding-top: 10px;
	margin-bottom: 70px;
}

.message,
.message_text {
	overflow: hidden;
	margin-bottom: 20px;
}

.message_input,
.message_name,
.message_text textarea {
	float: left;
}

.message input {
	border: solid 1px #ccc;
	width: 984px;
	height: 58px;
}

.message a,
.message_text a {
	line-height: 60px;
	font-size: 16px;
	color: #666;
	margin-left: 32px;
}

.message_name {
	width: 112px;
}

.message_text textarea {
	border: solid 1px #ccc;
	width: 984px;
	height: 360px;
	resize: none;
}

.message_submit {
	overflow: hidden;
	margin-left: 300px;
	margin-bottom: 20px;
}

.message_submit div {
	float: left;
}

.message_sub input,
.message_res input,
.message_suben input,
.message_resen input {
	width: 158px;
	background: black;
	height: 42px;
	line-height: 42px;
	color: white;
	font-size: 14px;
	color: black;
	cursor: pointer;
	text-indent: -200px;
}

.message_sub,
.message_suben {
	margin-right: 30px;
}

.message_sub input {
	background-image: url(/templets/longyixin/img/tijiao.jpg);
	background-repeat: no-repeat;
}

.message_res input {
	background-image: url(/templets/longyixin/img/qingkong.jpg);
	background-repeat: no-repeat;
}

.message_suben input {
	background-image: url(/templets/longyixin/img/tijiao_en.jpg);
	background-repeat: no-repeat;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.message_resen input {
	background-image: url(/templets/longyixin/img/qingkong_en.jpg);
	background-repeat: no-repeat;
}

.message_yzm {
	margin-left: 20px;
}

.message_yzm input {
	width: 72px;
	height: 40px;
	border: solid 1px #ccc;
	text-align: center;
	line-height: 42px;
	color: #666;
	background-color: initial
}

.rbq {
	padding-left: 6px;
}

.rbq span {
	font-size: 12px;
	color: #ccc;
}

.rbq a {
	color: #d7a761;
	text-decoration: underline;
}

.message_left p {
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

.yzm_img img {
	height: 42px;
}

.about_title h2 {
	box-sizing: border-box;
	font-family: "Source Han Sans SC Light", "Microsoft Yahei", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 36px;
	color: #0068B7;
	margin: 0px 0px 15px;
	font-size: 28px;
}

.about_text div {
	font-family: arial, "微软雅黑";
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 16px;
}

.about {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}

.curture_title {
	margin-bottom: 50px;
}

.curture_title h2 {
	text-align: center;
	font-family: "Source Han Sans SC Light", "Microsoft Yahei", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 36px;
	color: #0068B7;
	margin: 0px 0px 15px;
	font-size: 28px;
}

.curture_title a {
	color: #333;
	font-size: 14px;
}

.curture_title div {
	text-align: center;
}

.curture {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 70px;
}

.curture_container {
	position: relative;
}

.curture_con {
	width: 900px;
	margin: auto;
	overflow: hidden;
}

.curture_box img {
	width: 900px;
	max-height: 500px;
}

.ctrl_left {
	width: 22px;
	height: 44px;
	position: absolute;
	left: 80px;
	top: 228px;
	cursor: pointer;
	background-image: url(../img/curture1_icon.jpg);
	background-repeat: no-repeat;
}

.ctrl_right {
	width: 22px;
	height: 44px;
	position: absolute;
	right: 80px;
	top: 228px;
	cursor: pointer;
	background-image: url(../img/curture2_icon.jpg);
	background-repeat: no-repeat;
}

.ctrl_left:hover {
	background-image: url(../img/curture11_icon.jpg);
	background-repeat: no-repeat;
}

.ctrl_right:hover {
	background-image: url(../img/curture22_icon.jpg);
	background-repeat: no-repeat;
}

.join {
	width: 1100px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 80px;
	min-height: 300px;
}



















