@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  /*去除移动端特有的点击高亮效果*/ }

body {
  font-family: 'MicroSoft YaHei'; }

body, html {
  }

a, a:hover {
  color: #666;
  text-decoration: none; }

ul {
  list-style: none; }
.element::-webkit-scrollbar {display:none}
h2, h3 {
  font-weight: normal; }

.cleartfix::before,
.cleartfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden; }

input, textarea, button {
  /*清除文本框获取焦点时默认的边框阴影*/
  outline: none;
  border: none;
  background-color: transparent; }


/*placeholder的兼容问题*/
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
}
	

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.header {
  width: 100%;
  background-color: #FFF;
  height: 68px;
  line-height: 68px; }

.nav {
  width: 1200px;
  margin: 0 auto;
  height: 68px; }
  .nav-item {
    display: inline-block; }
  .nav-item:first-child {
    width: 15%;
    text-align: center;
    float: left;
    height: 52px;
    margin-top: 8px; }
    .nav-item:first-child img {
      height: 52px; }
  .nav .nav-list {
    width: 50%;
    float: right; }
    .nav .nav-list .nav-item-cont {
      float: left;
      width: 16.6%;
      text-align: center;
      font-size: 14px;
      color: #5f5f5f; }
    .nav .nav-list .nav-item-cont.active {
      background-color: #206bd1;
      color: #FFF; }

.main {
  width: 100%;
  padding-bottom:50px;
  background-color: #FFF; }
  .main .banner {
    width: 100%;
    position:relative;
    height: 350px; }
    .main .banner .bannerImg {
      width: 100%;
      height: 100%; }
      .banner	.title-item:first-child{
	padding-top: 28px;
	font-size: 22px;
	color: #333; font-weight:700;
} 
.banner	.title-item:last-child{
	font-size: 18px;
	color: rgb(150,150,150);
} 
.banner .title-item{
	padding-left:43px
}
  .main .contact {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    top: 0;
    left: 0;
    right: 0; }
    .banner .title{
	position: absolute;
	width: 1200px;
	height:107px ;
	    font-family: auto;
	background-color:#FFF;
	left:0;
	right: 0;
	bottom:0;
	margin: auto;
	border-bottom: 1px solid rgb(230,230,230);
}
    .main .contact .title {
      text-align: center;
      height:107px;
     display: flex;
    border-bottom: 1px solid rgb(230,230,230);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
       }
      .main .contact .title-item:first-child {
        font-size: 22px;
       color: #333; font-weight:700; }
      .main .contact .title-item:last-child {
        padding-top: 5px;
        font-size: 18px;
        color: #969696; 
}
    .main .contact .contactUs {
      padding: 70px 30px 68px; }
      .main .contact .contactUs .companyInfo {
        float: left;
        margin-left:15px;
        width: 30%; }
        .main .contact .contactUs .companyInfo .companyName-item {
          font-size: 24px;
          font-weight:700;
          color: #444444; }
        .main .contact .contactUs .companyInfo .companyName-item:last-child {
          font-size: 13.5px;
          padding-top: 5px;
          font-weight:700;
          color: #999; }
        .main .contact .contactUs .companyInfo .info {
          margin-top: 22px;
          color: #333;
          font-size: 16px; }
          .main .contact .contactUs .companyInfo .info-item {
            line-height: 232%; }
      .main .contact .contactUs .inputInfo {
        float: right;
        color: #444444;
        width: 55%; }
        .main .contact .contactUs .inputInfo .name, .main .contact .contactUs .inputInfo .phone {
          background-color: #f6f6f6;
          border-radius: 10px;
          width: 45%;
          height: 50px;
          padding-left: 20px;
          font-size: 16px; }
        .main .contact .contactUs .inputInfo .phone {
          float: right; }
        .main .contact .contactUs .inputInfo .contText {
          background-color: #f6f6f6;
          border-radius: 10px;
          font-size: 16px;
          width: 96%;
          margin-top: 30px;
          margin-bottom: 30px;
          padding: 2%;
          line-height: 150%; }
        .main .contact .contactUs .inputInfo .btn {
          padding: 12px 82px;
          background-color: #206bd1;
          border-radius: 5px;
          color: #FFF;
          font-size: 18px; }

.footer {
  background-color: #f5f5f5; }
  .footer .container {
    width: 1200px;
    margin: auto; }
  .footer .footerLogo, .footer .company, .footer .case, .footer .connection {
    float: left;
    margin: 60px auto;
    position: relative; }
  .footer .company:before, .footer .case:before, .footer .connection:before {
    content: "";
    display: block;
    width: 1px;
    height: 140px;
    background-color: #ebebeb;
    position: absolute;
    left: 0; }
  .footer .footerLogo {
    width: 300px;
    text-align: center; }
    .footer .footerLogo .logoImg {
      height: 100%; }
  .footer .company {
    width: 140px;
    padding-left: 80px; }
  .footer .case {
    width: 170px;
    padding-left: 80px; }
  .footer .company .title, .footer .case .title, .footer .connection .title {
    margin-bottom: 20px; }
  .footer .company .cont-item, .footer .case .cont-item, .footer .connection .cont-item {
    display: block;
    line-height: 26px; }
  .footer .connection {
    width: 350px;
    padding-left: 80px; }
  .footer .record {
    text-align: center;
    padding: 20px 0;
    background-color: #FFF;
    color: #6a6a6a; }

.btn-tip {
  height: 80px;
  line-height: 80px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  position: fixed;
  left: 45%;
  top: 45%;
  z-index: 99;
  display: none; }

/*# sourceMappingURL=contact.css.map */
