/*首页*/
.navfixed{
  padding-top: 125px;
}
.nav-top{
  margin-top: 28px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;
}
.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.nav .navbar-logo {
    height: 60px;
    margin: 32px 0;
    padding: 0px;
    display: block;
}
.nav .navbar-logo img {
  max-height: 59px;
}
.version{
  position: fixed;
  right: 9%;
  background: #8b8e90;
  color: #fff;
  line-height: 150%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.version a{
  color: #fff;
  padding: 0 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.version :hover{
  transition: all 1s ease-in-out;
  background: #335aff;
  padding: 0 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;  
}

.version-sm{
  float: right;
  background: #8b8e90;
  color: #fff;
  line-height: 150%;
  border-radius: 8px;
  margin: 34px 8px 0 4px;
}
.version-sm a{
  color: #fff;
  padding: 8px;
  border-radius: 8px;
}
.version-sm :hover{
  transition: all 1s ease-in-out;
  background: #335aff;
  padding: 8px;
  border-radius: 8px;
}

.margin-top-30{
  margin-top: 30px;
}

.main-3 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.main-3 ul li{
	float: left;
	background: #fff;
}
.main-3 ul li img{
	border-bottom:5px solid #da251c;	

}
.main-3 ul li h2{
	margin: 15px 0px;
	font-size: 38px;
	color: #da251c;
	text-align: center;
	font-weight: 800;
	font-style: italic;
}
.main-3 ul li h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #da251c;
	text-align: center;
	font-weight: 800;
	letter-spacing: 2px;
}

/* 更多按钮 */
.more {
  background: url(../images/more.png) no-repeat 0px 0px;
  width: 100px;
  height: 120px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin-top: 1%;
  clear: both;
}
.more-center{
  margin: 0 auto;
}
.more:hover {
  background: url(../images/more-hover.png) no-repeat 3px 3px;
  border-color: #b6b6b6;
}

/* default.html */
.index-about {
  padding: 2% 0px;
  position: relative;
  color: #fff;
}
.index-about img {
  margin: 1% 0;
  width: 100%;
  border: 1px solid #fff;
}
.index-about .about_cont h3,
.index-about .about_cont p {
  text-align: left;
  width: 100%;
}

.logo a{
  background-size: 100%;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:57px; 
}
.icon-1 {
  position: relative;
  overflow: hidden;
}
.icon-1 img{
  width: 28px;
  padding: 0 2px;
}
.icon-1 ul{
  float: right;
}
.icon-1 ul li{
  padding:0 4px;
  float: left;
  list-style: none;
}


/* 超小设备（手机，小于 768px） */
  @media (max-width: 767px) {
  .navbar-fixed-top {
      padding-top:0;
    }
  .nav .navbar-logo {
    margin: 0;
  }
  .navfixed{
    padding-top: 97px;
    }
  .nav-top {
    margin: 8px 0;
    }
  .logo {
    width:120px; 
    float:left;
    padding:0; 
    }
  .logo a{
    width: 234px;
    height: 96px;
    background:url(../images/logo.png) no-repeat;
    }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #fff;
    width: 100%;
    }
    .navbar {
      min-height: 60px;
    }
    .navbar-toggle {
        margin-top: 28px;
    }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2c4fe5;
    height: auto;
    }
  }

/* 小型设备（平板电脑，768px 起） */
  @media (max-width: 991px) and (min-width: 768px)  {
    .index-about .about_cont h3,
    .index-about .about_cont p {
      text-align: center;
      padding-bottom: 0px;
    }

  .logo {
    width:120px; 
    float:left;
    padding-top: 3px;
    }

  .logo a{
    width: 120px;
    height: 57px;
    background:url(../images/logo.png) no-repeat;
    background-size: 100%;
    }
    .navbar-nav {
      font-size: 14px;
    }
    .nav .navbar-logo {
    margin: 12px 0;
    }
    .nav-top {
    margin: 28px 0 0 0;
    }    
    .navbar-fixed-top {
      padding: 0;
    }
    .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 14px;
    }
  }

/* 中型设备（台式电脑，992px 起） */
  @media (min-width: 992px) {

  .logo a{
    width: 234px;
    height: 96px;
    background:url(../images/logo.png) no-repeat;
    background-size: 100%;
    }
    .navbar-nav {
      font-size: 14px;
    }
    .nav-top {
    margin: 47px 47px 0 0;
    }
    .nav .navbar-logo {
    margin: 12px 0;
    height: 90px;
    }
  }

/* 大型设备（大台式电脑，1200px 起） */
  @media (min-width: 1200px) {
  .logo {
    height:57px; 
    float:left;
    }
  .logo a{
    height: 65px;
    width:500px; 
    background:url(../images/name.png) no-repeat;
    background-position-y: 7px;
    }
    .nav .navbar-logo {
    margin: 7px 0;
    height: 70px;
    }
    .nav-top {
    margin: 32px 0 0 0;
    }    
  }

/* 产品展示 */
.index-product {
  position: relative;
  padding-top: 10%;
  color: #fff;
  background: url(../images/bg-1.png) no-repeat top right;
  background-size: 80%;
  background-position-y: 0;
}
.index-product-title{
  position: relative;
  background: #335aff;
}
.index-product-title p{
  padding: 24px 0 24px 32px;
  margin: 0;
  font-size: 32px;
  color: #fff;
  letter-spacing: 5px;
  line-height: 100%;
}
.index-product-title span{
  font-size: 16px;
  letter-spacing: 4px;
  color: #ffffff52;
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .index-product-title p{
    font-size: 18px;
    letter-spacing: 0;
  }
  .index-product-title span{
    font-size: 10px;
    letter-spacing: 0;
    line-height: 50%;
  }
  .content h2{
    font-size: 18px;
  }
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .index-product-title p{
    font-size: 24px;
    letter-spacing: 2px;
  }
  .index-product-title span{
    letter-spacing: 0;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .index-product-title p{
    font-size: 32px;
    letter-spacing: 0.5px;
  }
  .index-product-title span{
    letter-spacing: 0;
  }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {

}

.thumbnail-index-product{
  background: #fff;
  color: #000;
}

.thumbnail-index-product:hover{
  background: #fff;
  color: #000;
  transition: all 0.4s ease-in-out;
  transform: scale(1.05);
  box-shadow: 11px 12px 20px 1px #0808082e;
  z-index: 2;
  position: absolute;
}
.content{
  padding: 12px;
}
.thumbnail-index-product img{
  width: 100%;
}

/* 应用领域 */
.index-application {
  position: relative;
  margin: 12% 0 3% 0;
  color: #fff;
  clear: both;
}
.index-application h2{
  text-align: center;
  color: #335aff;
  font-weight: bolder;
}
.index-application h2 span{
  color: #335aff54;
  letter-spacing: 0;
}
.index-application p{
  text-align: center;
  color: #000;
  font-size: 20px;
}
.index-application-1{
  background:#335aff; 
  margin-bottom: 30px;
}
.index-application-1 :hover{
  transition: all 0.4s ease-in-out;
  background:#335aff99; 
}
.index-application-1 img {
  width: 100%;
  opacity: 0.6;
}
.index-application-text{
  position: absolute;
  z-index: 3;
  text-align: center;
}

.index-application-text h2{
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  padding: 12px 0;
}
.index-application-text p{
  font-size: 12px;
  color: #fff;
  padding:12px;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .index-application-text{
    padding: 17% 0;
    width: 86%;
  }
  .index-application-text p{
    height: 58px;
  }
  .index-application-text h2{
    font-size: 18px;
    height: 100px;
  }  
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .index-application-text{
    padding: 27% 0;
    width: 92%;
  }
  .index-application-text p{
    height: 60px;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .index-application-text{
    padding: 20% 0;
    width: 88%;
  }
  .index-application-text p{
    height: 45px;
  }
  .index-application-text h2{
    font-size: 22px;
  }
}
/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
  .index-application-text{
    padding: 33% 0;
    width: 90%;
  }
  .index-application-text p{
    height: 58px;
  }
  .index-application-text h2{
    font-size: 14px;
    height: 54px;
  }
}

/* 铝材定制合作流程 */
.index-customized {
  position: relative;
  margin: 3% 0;
}
.index-customized h2 {
  text-align: center;
  color: #000;
  font-weight: bolder;
}
.index-customized h2 span {
  color: #335aff;
}
.index-customized p {
  text-align: center;
}
.index-customized-list{
  border-radius: 50%;
  background: #fff;
  width: 12.5%;
  float: left;
  height: 142px;
}
.index-customized-list :hover{
  transition: all 0.4s ease-in-out;
  transform: scale(1.05);
  text-shadow: 11px 12px 20px 1px #0808082e;
}
.index-customized-list-icon{
  margin: 18px 8px 0 8px;
  text-align: center;
}
.index-customized-list-icon img{
  width: 80px;
  height: 80px;
}
.index-customized-list-title{
  background: url(../customized/bg-line.png) no-repeat top center;
  margin: 0 18px 18px 18px;
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
}
.index-customized h3 {
  text-align: center;
  font-size: 19px;
  color: #00000080;
  line-height: 150%;
}
.index-customized-h3{
  padding-top: 13%; 
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .index-customized {
    background: none;
  }
  .index-customized-list{
    width: 44%;
    height: 100%;
    margin: 0 3% 15px 3%;
  }
  .index-customized-list-icon img{
    width: 60px;
    height: 60px;
  }
  .index-customized-list-title{
    letter-spacing: 0;
    font-size: 12px;
    margin: 0 4px 18px 4px;
  }
  .index-customized {
    background: url(../customized/bg-m.png) no-repeat bottom center;
    background-size: 840px;
    background-position-y:543px; 
  }  
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .index-customized {
    background: none;
  }
  .index-customized-list{
    width: 25%;
    height: 180px;
    margin-bottom: 15px;
  }
  .index-customized-list-icon img{
    margin-top: 18px;
    width: 80px;
    height: 80px;
  }
  .index-customized-list-title{
    letter-spacing: 0;
    margin: 0 4px 18px 4px;
  }
  .index-customized {
    background: url(../customized/bg-m.png) no-repeat bottom center;
    background-size: 840px;
    background-position-y:404px; 
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .index-customized {
    background: url(../customized/bg-m.png) no-repeat bottom center;
    background-size: 840px;
    background-position-y:168px; 
  }
  .index-customized h3 {
    padding-top: 20px;
  }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
  .index-customized {
    background: url(../customized/bg.png) no-repeat bottom center;
    background-size: 1020px;
    background-position-y:157px; 
  }
  .index-customized h3 {
    padding-top: 12px;
  }
}


/*信赖之选*/
.index-choice{
  position:relative;
  margin: 3% 0;
  background: url(../choice/bg.png) no-repeat top right;
  background-position-y:100px;
}
.frame{
  width: 80%;
}
.index-choice-content{
  padding: 28px;
  background: #fff;
  position:relative;
  margin: 3% 0;
  width: 90%;
  box-shadow: 11px 12px 20px 1px #0808082e;
  margin: 0 auto;
  text-align: center;
}
.index-choice-content h2{
  color:#335aff;
  font-weight: bolder;
}
.index-choice-content h2 span{
  color:#000;
  font-weight: normal;
}
.index-choice-content p{
  font-size: 14px;
  text-align: left;
}
.num{  
  float: left;
  width: 100px;
  height: 77px;
  background: url(../choice/bg-num.png) no-repeat top center;
  background-size: 80px;
  font-size: 46px;
  text-align: center;
}
.num-title{
  text-align: left;
}
.index-choice-content img{
  width: 100%;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .index-choice-content h2{
    font-size: 16px;
  }
  .num {
      width: 67px;
      background-size: 67px;
      background-position-y: 9px;
      padding-top: 9px;
      font-size: 37px;
  }
  .index-choice {
      background-size: 180px;
  }
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .index-choice {
      background-size: 360px;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {

}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {

}

/*工厂实景+作业视频*/
.index-factory{
  position:relative;
  margin: 3% 0;
  background: url(../factory/bg.jpg) repeat-y top right;
  background-position-y:100px;  
  padding-top: 3%;
}
.index-factory h2{
  text-align: center;
  color: #335aff;
  font-weight: bolder;
  padding-bottom: 12px;
}
.index-factory h2 span {
    color: #335aff54;
    letter-spacing: 0;
}
.index-factory img{
  width: 100%;
}
.index-factory p{
  text-align: center;
  margin-top: 8px;
}
.index-factory a{
  color: #000;
}
.index-factory a:hover{
  color: #ff294c;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .index-factory{
    background-position-x: 40px;
  }
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .index-factory{
    background-position-x: 100px;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .index-factory{
    background-position-x: 140px;
  }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
  .index-factory{
    background-position-x: 280px;
  }
}


/* 合作伙伴 */
.index-partner{
  position:relative;
  margin: 3% 0;
}
.index-partner h2{
  text-align: center;
  color: #335aff;
  font-weight: bolder;
  padding-bottom: 12px;
}
.index-partner h2 span {
    color: #335aff54;
    letter-spacing: 0;
}
.thank{
  border:1px solid #cccccc;
  padding: 12px 12px 12px 52px;
  font-size: 18px;
  color: #00000080;
  background: #fff;
  text-align: center;
  margin: 3% 0 0 0;
}
.index-partner-thumbnail{
  background: #fff;
  margin: 12px 0 0 0; 
  padding: 20px 4px 4px 4px;
}
.index-partner-thumbnail img{
  width: 100%;
}
.index-partner p{
  text-align: center;
  margin-top: 8px;
}
/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .thank{
    padding: 12px 12px 12px 14px;
  }
  .index-partner p{
    font-size: 12px;
    height: 51px;
  }  
}

/* 联系我们 */
.index-contact{
  position:relative;
  background: url(../contact/bg.jpg) no-repeat;
  background-position-y: 80px;
  padding-top: 3%;
}
.index-contact h2{
  color: #fff;
  font-weight: bolder;
}
.index-contact h2 span {
    color: #ffffff80;
    letter-spacing: 0;
}
.index-contact-content{
  margin: 80px 0 40px 0;
}
.index-contact-content h3{
  color: #fff;
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.75);
  line-height: 130%;
  font-size: 22px;
}
.index-contact-content h3 span{
  color: #ff294c;
}
.index-contact-content p{
  color: #fff;
  line-height: 180%;
}
.index-contact-content p a{
  color: #fff;
}
.index-contact-content p :hover{
  color: #ff294c;
}
.index-contact img{
  position: absolute;
  width: 100%;
  left: -12px;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .index-contact{
    background: url(../contact/bg-s.jpg) no-repeat;
    background-position-y: 180px;
  }
  .index-contact img {
      position:relative; 
      width: 100%;
  }
  .index-contact-content {
      margin: -20px 0 0 0;
      padding-bottom: 40px;
  }
  .index-contact-content h3{
    letter-spacing: 0;
  }
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .index-contact{
    background: url(../contact/bg-s.jpg) no-repeat;
    background-position-y: 180px;
  }
  .index-contact img {
      position:relative; 
      width: 100%;
  }
  .index-contact-content {
      margin: -60px 0 0 80px;
      padding-bottom: 40px;
  }
}

/* 新闻 */
.index-news{
  position:relative;
  padding: 7% 0 3% 0;
}
.index-news h2{
  text-align: center;
  color: #2c4fe5;
  font-weight: bolder;
  padding-top: 20%;
}
.index-news h2 span {
  color: #2c4fe580;
  letter-spacing: 0;
}
.index-news-content{
  padding: 24px;
  border: 8px solid #2c4fe5;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .index-news h2{
    padding-top: 50%;
  }
}

/* footer */
.index-footer {
  background: #2c4fe5; 
  border-top: 8px solid #151b2a;
  margin-top: 3%;
  padding: 3% 0;
  color: #fff;
}
.index-footer a{
  color: #fff;
}
.index-footer a:hover{
  color: #ff294c;
}
.index-footer-1 p{
    padding-left: 10px;
    font-size: 16px;
    font-weight: bolder;
}
.index-footer-2{
  margin-top: 14px;
}
.index-footer-2 p{
  line-height: 180%;
}
.index-footer-2 p span{
  line-height: 180%;
  text-decoration
}

.index-footer-3{
  margin-top: 14px;
}
.index-footer-3 img{
  width: 100px;
  padding:4px;
  background: #fff;
}


/*profile.html*/
.profile {
  position: relative;
  margin: 3% 0;
  clear: both;
}
.profile-menu{
  margin-top: 3%;
}
.profile-menu ul{
  text-align: center;
}
.profile-menu ul li{
  float: left;
  font-size: 16px;
  width: 23%;
  list-style: none;
  border: 1px solid #00000010;
  margin: 1%;
  padding: 8px 4px;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 499px) {
  .profile-menu ul li{
    width: 90%;
  }
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 500px)  {
  .profile-menu ul li{
    width: 48%;
  }
}

.profile-menu a{
  color: #00000080;
}
.profile-menu a:hover{
  color: #000;
}
.profile h2{
  text-align: center;
  color: #335aff;
  font-weight: bolder;
}
.profile h2 span{
  color: #335aff54;
  letter-spacing: 0;
}
.profile p{
  color: #00000080;
  line-height: 180%;
  padding-top: 24px;
  word-wrap: break-word;
}
.profile img{
  width: 100%;
}
.profile-culture{
  margin-bottom: 30px;
}
.profile-culture ul li{
  color: #335aff;
  padding-top:12px; 
}
.profile-culture h3 span{
  font-weight: bolder;
}
.profile-sales{
  margin:0 0 30px 0;
}
.profile-sales p{
  font-size: 18px;
  border-bottom: 1px solid #00000010;
  padding-bottom: 12px;
  line-height: 180%;
}
.profile-sales table{
  width: 100%;
}
.profile-sales td{
  padding:4px;
  border: 1px solid #00000020;
}


/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
  .profile p {
    line-height: 130%;
    padding: 0 0 4px 0;
  }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
  .profile p {
    line-height: 180%;
    padding: 0 0 4px 0;
  }
}

/*honor.html*/
.honor {
  position: relative;
  margin: 3% 0;
  clear: both;
}
.honor-menu{
  margin-top: 3%;
}
.honor-menu ul{
  text-align: center;
}
.honor-menu ul li{
  float: left;
  font-size: 16px;
  width: 48%;
  list-style: none;
  border: 1px solid #00000010;
  margin: 1%;
  padding: 8px 4px;
}
.honor-menu a{
  color: #00000080;
}
.honor-menu a:hover{
  color: #000;
}

.honor h2{
  margin-bottom: 3%;
  text-align: center;
  color: #335aff;
  font-weight: bolder;
}
.honor h2 span{
  color: #335aff54;
  letter-spacing: 0;
}
.honor p{
  text-align: justify;
  color: #00000080;
  line-height: 180%;
  padding-top: 24px;
}
.honor img{
  width: 100%;
}

.thumbnail-honor{
  background: #fff;
  color: #000;
  margin-bottom: 30px;
}

.thumbnail-honor:hover{
  background: #fff;
  color: #000;
  transition: all 0.4s ease-in-out;
  transform: scale(1.05);
  box-shadow: 11px 12px 20px 1px #0808082e;
}
/*process.html*/
.process {
  position: relative;
  margin: 3% 0;
  clear: both;
}
.process h2{
  margin-bottom: 3%;
  text-align: center;
  color: #335aff;
  font-weight: bolder;
}
.process h2 span{
  color: #335aff54;
  letter-spacing: 0;
}
.process p{
  text-align: justify;
  color: #00000080;
  line-height: 180%;
  padding: 4px;
}
.process img{
  width: 100%;
}
.thumbnail-process{
  background: #fff;
  color: #000;
  margin-bottom: 30px;
}
.thumbnail-process p{
  text-align: center;
}
.thumbnail-process:hover{
  background: #fff;
  color: #000;
  transition: all 0.4s ease-in-out;
  transform: scale(1.05);
  box-shadow: 11px 12px 20px 1px #0808082e;
}
.thumbnail-process img{
  width: 100%;
}


/*product.html*/
.product {
  position: relative;
  margin: 3% 0;
  clear: both;
}
.product h2{
  text-align: center;
  color: #335aff;
  font-weight: bolder;
}
.product h2 span{
  color: #335aff54;
  letter-spacing: 0;
}

.product table{
  width: 100%;
  margin: 3% 0;
}
.product td{
  padding:4px;
  border: 1px solid #00000020;
}

.product p{
  text-align: justify;
  color: #00000080;
  line-height: 180%;
  padding: 4px;
}
.product img{
  width: 100%;
}
.thumbnail-product{
  background: #fff;
  color: #000;
  margin: 12px 0 30px 0;
}
.thumbnail-product p{
  text-align: center;
}
.thumbnail-product:hover{
  background: #fff;
  color: #000;
  transition: all 0.4s ease-in-out;
  transform: scale(1.05);
  box-shadow: 11px 12px 20px 1px #0808082e;
}
.thumbnail-product img{
  width: 100%;
}

/*contact.html*/
.contact {
  position: relative;
  margin: 3% 0;
  clear: both;
}
.contact h2{
  text-align: center;
  color: #335aff;
  font-weight: bolder;
}
.contact h2 span{
  color: #335aff54;
  letter-spacing: 0;
}
.contact p{
  padding: 3% 0 3% 32px;
  line-height: 200%;
  font-size: 16px;
}

.contact-title{
  position: relative;
  background: #335aff;
}
.contact-title h3{
  padding: 28px;  
  color: #fff;  
  font-size: 20px;
  line-height: 150%;
}
.contact-title p{
  padding: 0 12px 28px 32px;
  margin: 0;
  font-size: 32px;
  color: #fff;
  line-height: 100%;
}
.contact-title span{
  font-size: 14px;
  letter-spacing: 0;
  color: #ffffff52;
  line-height: 12px;
}
/*news.html*/
.news{
  position:relative;
  margin: 3% 0;
}
.news h2{
  text-align: center;
  color: #2c4fe5;
  font-weight: bolder;
  padding-bottom: 1%;
}
.news h2 span {
  color: #2c4fe580;
  letter-spacing: 0;
}
.news img{
  width: 100%;
}
.news-content{
  text-align: justify;
  line-height: 180%;
  padding: 14px;
  border: 8px solid #2c4fe5;
  margin-bottom: 28px;
}
.more-news {
  background: url(../images/more.png) no-repeat 0px 0px;
  width: 100px;
  height: 120px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin-top: 1%;
  clear: both;
  position: absolute; 
  right: 2%; 
  top:67%;"
}
.more-news:hover {
  background: url(../images/more-hover.png) no-repeat 3px 3px;
  border-color: #b6b6b6;
}
.news-detail{
  position:relative;
  margin: 3% 0;
}
.news-detail h2{
  text-align: center;
}
.news-detail p{
  text-align: justify;
  font-size: 16px;
  line-height: 180%;
  margin: 12px 0;
}
.news-detail img{
  width: 100%;
}

/* 超小设备（手机，小于 768px） */
@media (max-width: 767px) {
  .more-news {
    top:75%;"
  }
}
/* 小型设备（平板电脑，768px 起） */
@media (max-width: 991px) and (min-width: 768px)  {
  .more-news {
    top:65%;"
  }
}