#__bs_notify__ {
  display: none !important;
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
.mian {
  width: 100%;
  display: table;
  min-height: 100vh;
  background: #e8e8e8 url("../images/home2.jpeg") top center no-repeat;
  /*max-width: 1000px;*/
  padding-bottom: 80px;
}
.mian .logo{
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    max-width:850px;
    margin-left:auto;
    margin-right:auto
}

.mian .logo img{
    width: 78px;
    height: auto;
}

.mian .title {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.mian .title img {
  max-width: 96%;
}
.mian .form {
  width: 100%;
  padding-bottom: 15px;
}
.mian .form .form-col {
  width: 350px;
  height: 295px;
  background: rgba(255,255,255,0.6);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
  -webkit-box-shadow: 0 2px 6px rgba(51,51,51,0.2);
          box-shadow: 0 2px 6px rgba(51,51,51,0.2);
  text-align: center;
  padding: 40px 0;
}
.mian .form .form-col .form-input {
  width: 85%;
  display: table;
  min-height: 100px;
  margin: 0 auto;
}
.mian .form .form-col .form-input .form-input-box {
  width: 100%;
  height: 36px;
  border: 1px solid #b2bfc2;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #fff;
  margin-bottom: 15px;
}
.mian .form .form-col .form-input .form-input-box .form-input-img {
  width: 52px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mian .form .form-col .form-input .form-input-box .form-input-txt {
  width: -webkit-calc(100% - 52px);
  width: calc(100% - 52px);
}
.mian .form .form-col .form-input .form-input-box .form-input-txt input {
  width: 100%;
  height: 36px;
  border: none;
  font-size: 14px;
  background: none;
  color: #444;
  padding-left: 5px;
}
.mian .form .form-col .form-input .form-input-button {
  width: 100%;
}
.mian .form .form-col .form-input .form-input-button button {
  width: 100%;
  height: 36px;
  background-color: #128bd6;
  color: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-size: 16px;
}
.mian .form .form-col .form-input .form-input-note {
  width: 100%;
  padding-top: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #2493d9;
  text-align: left;
}
.mian .introduce {
  width: 100%;
  text-align: center;
}
.mian .introduce .introduce-col {
  width: 100%;
  max-width: 815px;
  border: 1px solid #8a8a8a;
  min-height: 100px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 25px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 15px 40px;
}
.mian .introduce .introduce-col .introduce-title {
  width: 100%;
  height: 60px;
  border-bottom: 6px solid #3784d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mian .introduce .introduce-col .introduce-title .introduce-title-img {
  width: 66px;
  height: 60px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mian .introduce .introduce-col .introduce-title .introduce-title-img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #174fbf;
}
.mian .introduce .introduce-col .introduce-title .introduce-title-txt {
  margin: 0;
  padding-left: 12px;
  color: #3784d1;
  font-size: 18px;
}
.mian .introduce .introduce-col .introduce-inform {
  width: 100%;
  display: table;
  min-height: 100px;
  padding-top: 30px;
}
.mian .introduce .introduce-col .introduce-inform .introduce-inform-box {
  width: 100%;
  display: table;
  min-height: 60px;
  text-align: left;
}
.mian .introduce .introduce-col .introduce-inform .introduce-inform-box h4 {
  line-height: 26px;
  font-size: 16px;
  color: #3784d1;
}
.mian .introduce .introduce-col .introduce-inform .introduce-inform-box p {
  line-height: 22px;
  font-size: 14px;
  color: #444;
  text-align: justify;
}
.mian .query {
  width: 100%;
  display: table;
  width: 100%;
  text-align: center;
}
.mian .query .query-col {
  width: 100%;
  max-width: 815px;
  border: 1px solid #8a8a8a;
  min-height: 100px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 25px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 15px 40px;
}
.mian .query .query-col .query-title {
  width: 100%;
  height: 60px;
  border-bottom: 6px solid #3784d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mian .query .query-col .query-title .query-title-img {
  width: 66px;
  height: 60px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mian .query .query-col .query-title .query-title-img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #174fbf;
}
.mian .query .query-col .query-title .query-title-txt {
  margin: 0;
  padding-left: 12px;
  color: #3784d1;
  font-size: 18px;
}
.mian .query .query-inform {
  width: 100%;
  display: table;
  text-align: left;
  padding: 10px 0;
  padding-top: 30px;
}
.mian .query .query-inform p {
  line-height: 22px;
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}
.mian .return {
  width: 100%;
  text-align: center;
  margin-top: 45px;
  position: relative;
  height: 56px;
}
.mian .return:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #4e91d4;
}
.mian .return span {
  display: inline-block;
  height: 56px;
  background-color: #e8e8e8;
  padding: 0 15px;
  line-height: 56px;
  font-size: 24px;
  color: #3784d1;
  position: relative;
  z-index: 9;
}


footer{
	background: #272727;
	padding: 0;
}
footer .contact{
	/* display: flex;
	flex-wrap: wrap;
	height: 154px; */
	padding: 54px 0 44px;
	border-bottom: 1px solid rgba(255,255,255,.18);
}
footer .contact .item{
	display: flex;
	align-items: center;
	color: #848484;
	font-size: 14px;
	height: 57px;
}
footer .contact .item:not(:first-child){
	padding-top: 9px;
}
footer .contact .item img{
	margin-right: 12px;
	height: 100%;
}
footer .contact .item:first-child{
	font-size: 23px;
	color: #fff;
	line-height: 32px;
}

footer .copyright
{
	padding-bottom: 15px;
}

footer .copyright .container .row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .copyright span
{
	display: block;
	font-size: 14px;
	color: #848484;
	padding-top: 15px;
}

footer .copyright span:nth-child(2){
	margin-left: 40px;
}

footer .copyright span:nth-child(3){
	margin-left: 10px;
}

footer .copyright span a
{
	color: #848484;}

footer .copyright span a:hover
{
	color: #848484;
	text-decoration: none;
}

/*# sourceMappingURL=css.css.map */
