/* 清除浮动 */
/* 圆角 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #cccccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
.nopage {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}
.nopage .in_container_1200 {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 25px 0px 50px;
  background-color: #fff;
}
.nopage .in_container_1200 ul {
  *zoom: 1;
  zoom: 1;
}
.nopage .in_container_1200 ul:after {
  content: " ";
  clear: both;
  display: table;
}
.nopage .in_container_1200 ul > li {
  width: 50%;
  box-sizing: border-box;
}
.nopage .in_container_1200 ul > li:nth-of-type(1) {
  float: left;
  padding-left: 10%;
}
.nopage .in_container_1200 ul > li:nth-of-type(1) img {
  width: 100%;
  max-width: 430px;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) {
  float: right;
  padding-left: 5%;
  padding-right: 10%;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) h3 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin: 25px 0 25px;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > div.btn {
  *zoom: 1;
  zoom: 1;
  padding: 0 5%;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > div.btn:after {
  content: " ";
  clear: both;
  display: table;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > div.btn > a {
  width: 45%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > div.btn > a:nth-of-type(1) {
  color: #fff;
  float: left;
  background: -webkit-linear-gradient(90deg, #fe7648, #ff450b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(90deg, #fe7648, #ff450b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(90deg, #fe7648, #ff450b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(90deg, #fe7648, #ff450b);
  /* 标准的语法 */
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > div.btn > a:nth-of-type(2) {
  color: #ff4101;
  float: right;
  border: 1px solid #ff4910;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > p {
  margin-top: 35px;
  font-size: 18px;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > ol {
  width: 100%;
  *zoom: 1;
  zoom: 1;
  margin: 0 -1.6%;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > ol:after {
  content: " ";
  clear: both;
  display: table;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > ol li {
  float: left;
  margin: 10px 1.6% 0;
  width: 30.13%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > ol li:hover {
  border: 1px solid #ff4910;
}
.nopage .in_container_1200 ul > li:nth-of-type(2) > ol li:hover a {
  color: #ff4101 !important;
}
@media (max-width: 1015px) {
  .nopage .in_container_1200 ul > li:nth-of-type(1) {
    padding-left: 5%;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) {
    padding-right: 5%;
  }
}
@media (max-width: 950px) {
  .nopage .in_container_1200 ul > li:nth-of-type(1) {
    padding-top: 2%;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) h3 {
    font-size: 28px;
    margin: 20px 0 20px;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) > div.btn > a {
    font-size: 16px;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) > p {
    margin-top: 28px;
  }
}
@media (max-width: 790px) {
  .nopage .in_container_1200 ul > li {
    width: 100%;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(1) {
    padding-left: 0%;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(1) img {
    display: block;
    margin: 0 auto;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) {
    margin-top: 45px;
    padding: 0 18%;
  }
}
@media (max-width: 650px) {
  .nopage .in_container_1200 ul > li:nth-of-type(1) {
    padding: 0 8%;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) {
    padding: 0 12%;
  }
}
@media (max-width: 480px) {
  .nopage .in_container_1200 ul > li:nth-of-type(1) {
    padding: 0 8%;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) {
    margin-top: 35px;
    padding: 0 10%;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) h3 {
    font-size: 26px;
  }
}
@media (max-width: 380px) {
  .nopage .in_container_1200 ul > li:nth-of-type(1) {
    padding: 0 8%;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) h3 {
    font-size: 22px;
    margin: 20px 0 15px;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) > div.btn > a {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }
  .nopage .in_container_1200 ul > li:nth-of-type(2) > p {
    font-size: 16px;
    margin-top: 25px;
  }
}
