@charset "UTF-8";
.indexOne p {
  position: relative;
  margin-top: 20px;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 16px;
  line-height: 30px;
}
.indexOne p span{
     font-size: 20px;
    font-weight: bold;
    color: #0095DA;
}
/*indexTwo start*/
.indexTwo {
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
.indexTwoCon dl {
  float: left;
  width: 130px;
  margin-left: 10px;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  text-align: center;
}
.indexTwoCon dl dt {
  font-weight: bolder;
  background-color: #ffffff;
  /*    color: #0095DA;*/
  color: #232323;
  font-size: 16px;
  line-height: 40px;
  border-top: 5px solid #0095DA;
  border-bottom: 2px solid #f0f0f0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.indexTwoCon dl dd {
  font-size: 14px;
  margin-top: 1px;
  padding: 10px 0;
  line-height: 20px;
  font-weight: normal;
  background-color: #ffffff;
}
.indexTwoCon dl dd:hover {
  background-color: #787878;
}
.indexTwoCon dl dd:hover a {
  text-decoration: none;
  color: #ffffff;
}
.indexTwoCon dl dd a {
  display: block;
  text-decoration: none;
  color: #232323;
}
/*indexTwo end*/
/*indexThreeCon start*/
.indexThree{
  margin-top: 80px;
  background-color: #f0f0f0;
}
.indexThreeCon {
  padding-bottom: 80px;
}
.indexThreeCon ul li {
  float: left;
  width: 30%;
  margin-left: 2.5%;
  list-style: none;
  text-align: center;
}
.indexThreeCon ul li div {
  height: 190px;
  overflow: hidden;
  background-color: #333333;
}
.indexThreeCon ul li div img {
  vertical-align: middle;
}
.indexThreeCon ul li a {
  display: block;
  line-height: 80px;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #232323;
}
/*indexThreeCon end*/
/*indexFour start*/
.indexFour {
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
/*indexFour end*/
/*indexFive start*/
.indexFive {
  padding-bottom: 80px;
	text-align: center;
}
/*indexFive end*/
/*indexSix start*/
.indexSix {
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
.indexSixCon dl {
  float: left;
  width: 450px;
  padding: 20px 10px;
  margin-left: 20px;
  margin-top: 20px;
  background-color: #ffffff;
}
.indexSixCon dl dt {
  float: left;
  width: 120px;
}
.indexSixCon dl dt img {
  display: block;
  width: 120px;
  height: 120px;
}
.indexSixCon dl dd {
  float: left;
  margin-left: 15px;
  width: 315px;
}
.indexSixCon dl dd a {
  text-decoration: none;
}
.indexSixCon dl dd a:hover h3 {
  color: #232323;
  text-decoration: underline;
}
.indexSixCon dl dd a h3 {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #232323;
  text-decoration: none;
}
.indexSixCon dl dd a:hover h5 {
  color: #898989;
  text-decoration: underline;
}
.indexSixCon dl dd h5 {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #898989;
  text-decoration: none;
}
.indexSixCon dl dd a:hover p {
  color: #232323;
  text-decoration: underline;
}
.indexSixCon dl dd p {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #232323;
  text-decoration: none;
}
/*indexSix end*/
@media only screen and (min-width:768px) and (max-width:1024px) {
  /*-----------------------第二媒体开始------------------*/
  
  /*indexSix start*/
  .indexSix {
    padding-bottom: 80px;
    background-color: #f0f0f0;
  }
  .indexSixCon dl {
    float: left;
    width: 320px;
    padding: 20px 10px;
    margin-left: 20px;
    margin-top: 20px;
    background-color: #ffffff;
  }
  .indexSixCon dl dt {
    float: left;
    width: 80px;
  }
  .indexSixCon dl dt img {
    display: block;
    width: 80px;
    height: 80px;
  }
  .indexSixCon dl dd {
    float: left;
    margin-left: 15px;
    width: 225px;
  }
  .indexSixCon dl dd h3 {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
  .indexSixCon dl dd h5 {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 12px;
    font-weight: normal;
    color: #898989;
    line-height: 16px;
  }
  .indexSixCon dl dd p {
    height: 60px;
    overflow: hidden;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 12px;
    font-weight: normal;
    color: #232323;
    line-height: 20px;
  }
  /*indexSix end*/
  /*-----------------------第二媒体结束------------------*/
}
@media only screen and (max-width:767px) {
  /*-----------------------第三媒体开始------------------*/
  
  /*indexTwo start*/
  .indexTwo {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f0f0f0;
  }
  .indexTwoCon dl {
    float: left;
    width: 3rem;
    margin-top: 0.6rem;
    margin-left: 0.6rem;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    text-align: center;
  }
  .indexTwoCon dl dt {
    font-weight: bolder;
    background-color: #ffffff;
    /*    color: #0095DA;*/
    color: #232323;
    font-size: 0.4rem;
    line-height: 1rem;
    border-top: 5px solid #0095DA;
    border-bottom: 2px solid #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .indexTwoCon dl dd {
    font-size: 0.35rem;
    margin-top: 1px;
    padding: 0.25rem 0;
    line-height: 0.6rem;
    font-weight: normal;
    background-color: #ffffff;
  }
  .indexTwoCon dl dd:hover {
    background-color: #787878;
  }
  .indexTwoCon dl dd:hover a {
    text-decoration: none;
    color: #ffffff;
  }
  .indexTwoCon dl dd a {
    display: block;
    text-decoration: none;
    color: #232323;
  }
  /*indexTwo end*/
  /*indexThreeCon start*/
  .indexThreeCon {
    padding-bottom: 1.5rem;
  }
  .indexThreeCon ul li {
    float: left;
    width: 45%;
    margin-left: 3%;
    list-style: none;
    text-align: center;
  }
  .indexThreeCon ul li div {
    height: 4rem;
    overflow: hidden;
    background-color: #333333;
  }
  .indexThreeCon ul li div img {
    vertical-align: middle;
  }
  .indexThreeCon ul li a {
    display: block;
    line-height: 2rem;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.4rem;
    font-weight: bold;
    text-decoration: none;
    color: #232323;
  }
  /*indexThreeCon end*/
  /*indexFour start*/
.indexFour {
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
}
/*indexFour end*/
/*indexFive start*/
.indexFive {
  padding-bottom: 1.5rem;
}
/*indexFive end*/
  /*indexSix start*/
  .indexSix {
    padding-bottom: 1rem;
    background-color: #f0f0f0;
  }
  .indexSixCon dl {
    float: none;
    width: 14rem;
    padding: 0.5rem 0.5rem;
    margin-left: 0;
    margin-top: 0.5rem;
    background-color: #ffffff;
  }
  .indexSixCon dl dt {
    float: left;
    width: 2rem;
  }
  .indexSixCon dl dt img {
    display: block;
    width: 2rem;
    height: 2rem;
    max-width: 80px;
    max-height: 80px;
  }
  .indexSixCon dl dd {
    float: left;
    margin-left: 0.5rem;
    width: 11rem;
  }
  .indexSixCon dl dd h3 {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.6rem;
  }
  .indexSixCon dl dd h5 {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.3rem;
    font-weight: normal;
    color: #898989;
    line-height: 0.8rem;
  }
  .indexSixCon dl dd p {
    height: 1.5rem;
    overflow: hidden;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.3rem;
    font-weight: normal;
    color: #232323;
    line-height: 0.5rem;
  }
  /*indexSix end*/
  /*-----------------------第三媒体结束------------------*/
}