/* 联系我们 */
.banner-sub {
	width: 100%;
	height: auto;
	position: relative;
}
.banner-sub img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner-sub .submenu {
    position: absolute;
    bottom: 0;
    width: 1200px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 80px;
    background: rgba(255, 255, 255, 0.96);
}
.banner-sub .submenu ul {
    display: flex;
    justify-content: center;
}
.banner-sub .submenu ul li {
    float: left;
    padding: 0 15px;
    margin: 0 15px;
    position: relative;
}
.banner-sub .submenu ul li:hover:after, .banner-sub .submenu ul li.cur:after {
    width: 60%;
    height: 2px;
}
.banner-sub .submenu ul li:after {
    content: "";
    width: 0;
    background-color: #ec6900;
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translateX(-50%);
    transition: all .5s;
}
.banner-sub .submenu ul li a {
    font-size: 18px;
}
.section-sub {
	padding: 20px 0;
	padding-bottom: 60px;
}
.content {
    width: 100%;
    height: auto;
}
.warp {
    width: 1200px;
    display: block;
    margin: 0 auto;
}
.title_h3 {
    width: 100%;
    padding-top: 100px;
    margin-bottom: 30px;
}
.title_h3 h3 {
    font-size: 34px;
    color: #000000;
    line-height: 34px;
    text-align: center;
    position: relative;
}
.title_h3 p {
    font-size: 15px;
    font-weight: 400;
    color:#e8ebef4a;
    line-height: 22px;
    text-align: center;
    margin-top: 30px;
}
.f2_form {
    width: 84%;
    padding-top: 50px;
    margin: 0 auto 10px auto;
    background: #121212;
    padding-bottom: 20px;
}
.f2_form .layui-form {
    width: 90%;
    margin: 10px auto 50px auto;
}
.f2_form .layui-form .f2_div_input {
    width: 100%;
}
.fix:before, .fix:after, .clear {
    display: table;
    clear: both;
    content: '';
}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.f2_form .layui-form .f2_div_input .f2_input {
    width: 49.1%;
    float: left;
    margin-right: 1.8%;
    position: relative;
    background: #e8ebef4a;
    margin-bottom: 20px;
}
.f2_form .layui-form .f2_div_input .f2_input:nth-child(2n) {
    margin-right: 0;
}
.f2_form .layui-form .f2_div_input .f2_input label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    font-size: 16px;
    font-weight: 400;
    color:#f4d19b;
    line-height: 30px;
}
.f2_form .layui-form .f2_div_input .f2_input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    color: #FB0D1B;
    right: 27px;
}
.f2_form .layui-form .f2_div_input .f2_input input {
    height: 64px;
    width: 72.5%;
    background: url(/static/images/f2_icon4.png) no-repeat center left 30px;
    border: 0;
    padding-left: 106px;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 400;
    color:#fbbd61;
}
.f2_form .layui-form .f2_div_input .f2_input:nth-child(2) input {
    padding-left: 125px;
    background: url(/static/images/f2_icon1.png) no-repeat center left 30px;
}
.f2_form .layui-form .f2_div_input .f2_input:nth-child(3) input {
    background: url(/static/images/f2_icon5.png) no-repeat center left 30px;
}
.f2_form .layui-form .f2_div_input .f2_input:nth-child(4) input {
    background: url(/static/images/f2_icon2.png) no-repeat center left 30px;
}
.f2_form .layui-form .f2_tearme {
    width: 100%;
    position: relative;
    background: #e8ebef4a;
}
.f2_form .layui-form .f2_tearme label {
    position: absolute;
    top: 24px;
    left: 60px;
    font-size: 16px;
    font-weight: 400;
    color:#f4d19b;
    line-height: 30px;
}
.f2_form .layui-form .f2_tearme textarea {
    width: 84.5%;
    height: 200px;
    background: url(/static/images/f2_icon3.png) no-repeat top 32px left 30px;
    font-size: 16px;
    font-weight: 400;
    color:#fbbd61;
    border: 0;
    padding: 30px;
    padding-left: 140px;
    overflow: hidden;
    resize: none;
}
.f2_form .layui-form .f2_buttom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.f2_form .layui-form .f2_buttom input {
    width: 240px;
    height: 64px;
    background: #DDB260;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
}
input[type="button"], input[type="submit"] {
    cursor: pointer;
}
.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
input, select, textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: none;
    line-height: normal !important;
    border-radius: 0;
}
.f2_list {
    width: 1200px;
    padding: 30px 0;
    border: 1px solid #EAEAEA;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: -150px;
}
.f2_list ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}
.f2_list ul li {
    width: 25%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 26px;
}
.f2_list ul li .f2_list_img {
    width: 35px;
    margin-bottom: 30px;
}
.f2_list ul li .f2_list_img img {
    width: 100%;
}
.f2_list ul li .f2_list_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.f2_list ul li .f2_list_text p {
    font-size: 16px;
    font-weight: 400;
    color:#333;
    line-height: 33px;
    margin-bottom: 10px;
}
.f2_list ul li .f2_list_text h3, .f2_list ul li .f2_list_text h3 a {
    font-size: 20px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    width: 100%;
}

.ncontent34box {
    width: 1200px;
    margin: 0 auto;
}
.ncontent34box {
    padding-bottom: 60px;
}
.ncontent34box .pea {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    color: #666666;
    padding-top: 55px;
}
.ncontent34box .list {
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #e6f2ff;
    overflow: hidden;
}
.ncontent34box .conl {
	width: 45%;
    float: left;
}
.ncontent34box .list h3 {
    font-size: 20px;
    color: #333;
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 10px;
}
.ncontent34box .list p {
    color: #333;
    padding-bottom: 5px;
    font-size: 16px;
    padding-left: 40px;
}
.ncontent34box .conl p:nth-child(2) span {
    background: url(/static/images/iconnew.png) no-repeat -96px -318px;
}
.ncontent34box .conl p:nth-child(3) span {
    background: url(/static/images/iconnew.png) no-repeat -158px -318px;
}
.ncontent34box .conl p:nth-child(4) span {
    background: url(/static/images/iconnew.png) no-repeat -188px -318px;
}
.ncontent34box .conl p:nth-child(5) span {
    background: url(/static/images/iconnew.png) no-repeat -217px -318px;
}
.ncontent34box .conl p:nth-child(6) span {
    background: url(/static/images/iconnew.png) no-repeat -288px -318px;
}
.ncontent34box .list span {
    display: inline-block;
    width: 27px;
    vertical-align: middle;
    height: 27px;
    margin-right: 7px;
}
.ncontent34box .list .imgdiv {
	width: 50%;
    float: right;
    margin: 20px;
}
/* 联系我们end */

/* 联系我们 通用 */
.banner {
  height: 6rem;
  background: url(/static/images/contact.jpg) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.banner-bd {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-bd p:nth-of-type(1) {
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 2;
  background: linear-gradient(95.65deg, #ffffff -22.5%, #ffffff 96.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner-bd p:nth-of-type(2) {
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.overview-content {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.overview-content-bd {
  display: flex;
}
.overview-content-bd__ld {
  width: 3rem;
  background: rgba(217, 217, 217, 0.16);
  padding: 0.2rem;
}
.overview-content-bd__rd {
  flex: 1;
  margin-left: 0.4rem;
}

.iw_poi_content{
  font-size: 14px;
}