* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: unset;
  font-family: "微软雅黑";
  box-sizing: border-box;
}
/*常量*/
/*特殊类*/
.middle {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}
/**/
.container {
  width: 100%; min-height:1000px; height:auto;
  font-size: 18px;
  overflow: hidden;
}
.container .shade.active {
  display: block;
  position: fixed;
  top: 0;
  width: 1920px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.container .shade.active .close_btn {
  position: fixed;
  top: 25px;
  left: 1535px;
  z-index: 99;
  cursor: pointer;
}
.container .shade.active .img_box {
  position: relative;
  top: 0;
  left: 0;
  margin: 50px 360px 0;
  width: 1200px;
  height: 650px;
  overflow: scroll;
  overflow-x: hidden;
}
.container .shade.active .img_box img {
  display: block;
}
.container .shade.active .en_box {
  position: relative;
  width: 1200px;
  height: 177px;
  margin: 0 360px;
  padding: 40px 0;
  box-sizing: border-box;
  background: #eeeeee;
}
.container .shade.active .en_box p {
  font-size: 18px;
  text-align: center;
}
.container .shade.active .en_box #en_btn {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 220px;
  height: 40px;
  margin: 20px auto;
  border-radius: 20px;
  background: #006f7c;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.container .shade {
  display: none;
}
.container .banner {
	 width:100%;
	 height:768px;
	 background:url("../images/banner.jpg") center no-repeat;
}


.container .banner .ban_btn {
  width: 1200px;
  height:768px; margin:0 auto;
  
}
.container .banner .ban_btn img{cursor: pointer; margin:370px 0 0 750px;}


.container .banner .ban_btn img {
  width: 300px;
}
.container .a_box {
  padding: 80px 0;
  width: 1200px;
  margin: 0 auto;
}
.container .a_box .a_title {
  width: 730px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #006f7c;
}
.container .a_box .a_title .title_content {
  position: relative;
  top: -12px;
  left: 0;
  width: 510px;
  height: 110px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.container .a_box .a_title .title_content h3 {
  font-size: 48px;
  color: #444bcb;
}
.container .a_box .a_title .title_content p {
  font-size: 30px;
  margin-top: 43px;
}
.container .a_box .a_content {
  position: relative;
  width: 1200px;
  margin: 70px 0;
  overflow: hidden;
}
.container .a_box .a_content .sw_content {
  position: relative;
  float: left;
  width: 500px;
  height: 380px;
  overflow: hidden;
}
.container .a_box .a_content .a_p {
  position: relative;
  float: left;
  width: 650px;
  margin-left: 50px;
}
.container .a_box .a_content .a_p p {
  font-size: 18px;
  line-height: 36px;
}
.container .a_box .a_content .a_p p span {
  font-weight: bold;
}
.container .a_box .a_content .a_p .inscribe {
  text-align: end;
}
.container .b_box {
  width: 100%;
  height: 703px;
  background: url(../images/b_bg.jpg) center no-repeat;
}
.container .b_box .b_btn {
  display: block;
  width: 1200px;
  height: 703px;
  margin: 0 auto ;
  
}
.container .b_box .b_btn img{
  width: 711px;
  height: 70px;
  margin: 550px 0 0 270px;
  cursor: pointer; 
}
.container .c_box {
  padding: 60px 0 10px 0;
  width: 1200px;
  margin: 0 auto;
}
.container .c_box .c_title {
  width: 730px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #006f7c;
}
.container .c_box .c_title .title_content {
  position: relative;
  top: -11px;
  left: 0;
  width: 640px;
  height: 110px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.container .c_box .c_title .title_content h3 {
  font-size: 48px;
  color: #444bcb;
}
.container .c_box .c_title .title_content p {
  font-size: 30px;
  margin-top: 46px;
}
.container .c_box .c_content {
  position: relative;
  margin: 70px 0;
  text-align: center;
}
.container .c_box .c_content h4 {
  font-size: 24px;
}
.container .c_box .c_content p {
  font-size: 15px;
}
.container .c_box .c_content .c_list {
  position: relative;
  overflow: hidden;
}
.container .c_box .c_content .c_list li {
  position: relative;
  float: left;
  width: 215px;
  margin-right: 31px;
}
.container .c_box .c_content .c_list li img {
  display: block;
}
.container .c_box .c_content .c_list li .c_l_content {
  padding: 30px 0;
  background: #eeeeee;
}
.container .c_box .c_content .c_list li .c_l_content h4 {
  position: relative;
  left: 0;
  top: 0;
  width: 120px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px dashed #a0a0a0;
  font-size: 24px;
}
.container .c_box .c_content .c_list li .c_l_content > p {
  margin: 10px 0 20px;
  height: 40px;
}
.container .c_box .c_content .c_list li .c_l_content .c_btn {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 112px;
  margin: 0 auto;
}
.container .c_box .c_content .c_list li:last-child {
  margin-right: 0;
}
.container .d_box {
  width: 100%;
  height: 1211px;
  background: url(../images/d_bg.jpg) center no-repeat;
}
.container .d_box .d_content {
  position: relative;
  top: 550px;
  left: 0;
  width: 1200px;
  height: 535px;
  margin: 0 auto;
  background: url(../images/d_form_bg.png) no-repeat;
  overflow: hidden; 
}
.container .d_box .d_content form {
  position: relative;
  top: 260px;
  left: 580px;
  width: 370px;
}
.container .d_box .d_content form input {
  display: block;
  position: relative;
  background: white;
  width: 370px;
  height: 46px;
  margin: 10px 0;
  border: none;
  border-radius: 23px;
  line-height: 45px;
  text-indent: 20px;
  color: #555;
}
.container .d_box .d_content .fo_btn {
  /* border: 1px solid #f00; */
  display: block;
  position: relative;
  top: -199px;
  left: 404px;
  width: 173px;
  height: 173px;
  background: url(../images/d_btn.png) no-repeat;
  cursor: pointer;
}
.container .e_box {
  position: relative;
  padding: 50px 0;
}
.container .e_box .e_title {
  display: block;
  position: relative;
  width: 1200px;
  left: 0;
  top: 0;
  margin: 10px auto;
}
.container .e_box .e_title h3 {
  font-size: 60px;
  color: #000;
  text-align: center;
}
.container .e_box .e_title h3 span {
  color: #df1212;
}
.container .e_box .e_title img {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin: 20px auto;
}
.container .e_box .e_content {
  position: relative;
  width: 1200px;
  padding: 40px 0 0;
  margin: 40px auto;
}
/*# sourceMappingURL=style.css.map */