﻿body,
html,
ul,
li,
p {
  padding: 0;
  margin: 0;

  text-align: center;
}

body {
  min-width: 1200px;
}

.btn{
  cursor: pointer;
}

.full_box1 {
  background: url('../images/12.28bg_01.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

.full_box2 {
  background: url('../images/12.28bg_02.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

.full_box3 {
  background: url('../images/12.28bg_03.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

.full_box4 {
  background: url('../images/12.28bg_04.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

.full_box5 {
  background: url('../images/12.28bg_05.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

.full_box6 {
  background: url('../images/12.28bg_06.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

.full_box7 {
  background: url('../images/12.28bg_07.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.full_box7 .smallBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.countDownBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  font-size: 26px;
  color: #fff;
}
.contDown {
  padding-left: 60px;
}
.pop-dialog {
  cursor: pointer;
}

.navTop {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}

/* 弹框 */
#commonModal {
  display: none;
  width: 685px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000000;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#commonModal .topImg {
  display: block;
  margin: 0 auto;
  width: 575px;
  height: 199px;
}
#commonModal2 {
  display: none;
  width: 685px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000000;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#commonModal2 .topImg {
  display: block;
  margin: 0 auto;
  width: 575px;
  height: 199px;
}
.modalform {
  position: relative;
  top: -1px;
  width: 575px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modalform2 {
  position: relative;
  top: -1px;
  width: 575px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #B5B5B5;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B5B5B5;

}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B5B5B5;

}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B5B5B5;
}

.tel {
  margin: 0 auto 11px;
  box-sizing: border-box;
  display: block;
  background-color: transparent;
  border: 2px solid #E1E1E1;
  border-radius: 80px;
  padding: 17px 20px 17px 19px;
  color: #B5B5B5;
  font-size: 20px;
  outline: none;
  -webkit-appearance: none;
  text-align: left;
  width: 70%;
}

.delete {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.btn-common {
  cursor: pointer;
  width: 70%;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 20px;
  border: none;
  display: block;
  margin: 9px auto 0px;
  font-weight: bold;
  background-image: linear-gradient(to right,#FF9D26, #F9574A);
  /* Firefox 16+, IE10, Opera 12.50+ */
  box-shadow: 0px 2px 3px #FFCF67;
  -moz-box-shadow: 0px 2px 3px #FFCF67;
  -webkit-box-shadow: 0px 2px 3px #FFCF67;
  outline: none;
}
.btn1,.btn2 {
  cursor: pointer;
}
.deleteModal {
  cursor: pointer;
}
.bodyDisabledScroll {
  overflow: hidden;
}
#background {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: black;
  z-index: 999999;
  opacity: 0.6;
  filter: alpha(opacity=0.6);
}

#background2 {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: black;
  z-index: 999999;
  opacity: 0.6;
  filter: alpha(opacity=0.6);
}

/* 关于我们 */
.in_about{ width:100%; height:400px; margin:0 auto; background:url(../images/bg_gsjj.jpg) center bottom no-repeat; padding-top:70px; padding-bottom:85px; font-family:微软雅黑;}
.in_about .main{ width:1200px; height:auto; margin:0 auto}
.in_about .main .leftimg{ display:block; float:left}
.in_about .main .leftimg img{}

.in_about .main .righttxt{
	width: 560px;
    height: auto;
    display: block; float:right
	}
.in_about .main .righttxt .tx1{
	font-size: 32px;
    color: #004fab;
    font-weight: bold;
    line-height: 45px;
	text-align:left;
	}
.in_about .main .righttxt .tx2{
	font-size: 21px;
    color: #444444;
    line-height: 40px;
	font-weight:500;
	text-align:left;
	
	}
.in_about .main .righttxt .dec{
	width: 50px;
	height: 5px;
	display: block;
	background: #004fab;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.in_about .main .righttxt .tx3{
	height: 190px;
	display: block;
	overflow: hidden;
	text-align:left;
	line-height:35px;
	}
.in_about .main .righttxt .txt3 *{font-size:17px;line-height: 34px;color:#333333;text-align:justify;}

.in_about .main .righttxt .more{ margin-top:24px}
.in_about .main .righttxt .more ul li{ float:left; margin-right:20px}
.in_about .main .righttxt .more ul li a{ line-height:45px;padding:10px 30px; background:#004fab; color:#ffffff; font-size:16px;border-radius: 23px;}
.in_about .main .righttxt .more ul li.lia{
	height: 45px;
    background:#ff0101;
    border-radius: 23px;
    font-size: 21px;
    color: #ffffff;
    line-height: 45px;
    padding: 0 20px;
    font-family: arial;
	}

.end{ width:100%; height:75px; background:#1b54e3; text-align:center; color:#ebeef5; line-height:75px;font-family:微软雅黑;}
.end a{color:#ebeef5; text-decoration:none;font-family:微软雅黑;}



