﻿@charset "utf-8";
/*统一重置样式表*/
html{height:100%;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;}
body{background:#fff;font-family:"微软雅黑",Arial , Helvetica, Tahoma;font-size:16px;margin:0 auto;position: relative;}
body, h1, h2, h3, h4, h5, h6,form,section,div,p,input,ul,li,span,form,img{margin:0px;padding:0px}
h1, h2, h3, h4, h5, h6{font-weight:normal}
ul,li{list-style:none}
a{color:#000}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
img{border:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select: none;-ms-user-select:none;user-select:none;}
/* .clearfix:after{content:"";display:block;height:0;line-height:0; padding:0; margin:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;} */
/* .textone{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} */
/* .textMult{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;} */
.resImg{display: block;max-width:1920px;min-width: 1400px;height:230px;margin:0 auto;}
.border{border-bottom:1px solid #e9e9e9;width:100%;}
.box-bg{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    background: url('./images/box_bg.png') no-repeat;
    background-size: 100% 100%;
}
.box{   
	max-width: 1920px;
    min-width: 1400px;
    margin: auto;
}
/* 主题样式 */
.banner_box {
	width: 100%;
	margin: auto;
	height: 500px;
	background: url('./images/banner.png') no-repeat;
	background-size: 100% 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}
/*内容页底层css*/
.navBar{height:54px;background:#f5f5f5;}
.navBar ul{width:1160px;margin:0 auto;padding-left:40px;}
.navBar ul li{float:left;width:152px;height:54px;line-height:54px;text-align: center;font-size:20px;color:#555;}
.navBar ul li.active{background:#BF9F62;color:#fff !important;}
.navBar ul li a{color:#555;}
.navBar ul li.active a{color:#fff;}
.pos{width: 1400px;margin:0 auto;background:url(images/pos.png) no-repeat left center;color:#999;text-indent:30px;height:24px;line-height:24px;}
.pos a{color:#999;}
.essay{border:1px solid #e9e9e9;width:1400px;margin:0 auto;margin-bottom: 40px; box-sizing: border-box;padding: 40px 0;}
.conTitle{font-size:26px;color:#333;text-align: center;margin-bottom:40px;}
.conText{padding-top:30px;border-top:1px solid #e9e9e9;margin:0 auto;color:#000;line-height:36px;text-indent:2em;font-size:18px;}
.conText p{color:#666;line-height:2;text-indent:2em;margin-bottom:20px;}
.conTimes{margin:0 320px 0 10px;}
.FSmall,.fBig{font-size:14px;margin:0 5px;}



  
  .form-container {
    width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
  }

  .form-row {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 50px;
    border-bottom: 1px solid #e9e9e9;
    gap: 20px 40px;
   }
  
  .form-group {
    /* margin-bottom: 15px; */
  }
  
  .form-group label {
    display: block;
    margin-bottom: 10px;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 200px;
    box-sizing: border-box;
    height: 36px;
    border: 1px solid #e5e5e5;
    line-height: 36px;
    text-indent: 5px;
    font-size: 16px;
    border-radius: 5px;
  }

  .form-group input.applicantName{
    width: 300px;
  }

  .form-group textarea.appTextarea {
    padding: 5px 0;
    height: 200px;
    width: 600px;
  }
  
  .form-group input[type="file"] {
    padding: 5px 0;
    width: 600px;
    height: 200px;
  }

  .required {
    color: red;
}

.form-group-submit{
    padding-top: 40px;
    display: flex;
  align-items: center;
  justify-content: center;
}

button {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    background: #009ee5;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #009ee5;
    cursor: pointer;
  }
  
  button:hover {
    background: #009ee5;
  }

  
  #resetButton {
    border:1px solid #e5e5e5;
    background: #fff;
    margin-left: 50px;
    color: #333;
  }