* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", "simsun", "sans-serif", "Hiragino Sans GB", "STHeiti", Arial;
  background-color: #fff;
  font-size: 85%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
  font-style: normal;
}
table,
td,
tr {
  border: none;
  border-collapse: collapse;
}
ul,
li,
ol {
  list-style: none;
}
img,
fieldset {
  border: medium none;
  display: block;
}
img {
  vertical-align: left;
}
a {
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #b30000;
  text-decoration: underline;
}
a.ani {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clear {
  clear: both;
  width: 1px;
  overflow: hidden;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  content: ".";
}
.hidden {
  display: none;
}
.pull-left,
.fl {
  float: left;
}
.pull-right,
.fr {
  float: right;
}
.fdn {
  font-size: 0;
  text-indent: -999em;
  line-height: 0;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
h1 {
  display: block;
  font-size: 0;
  line-height: 0px;
  text-indent: -999em;
}
/*
    省略号css：
    panA:
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    panB:
    height:px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
*************************************************    
    半透黑色背景（且兼容ie）
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
*/
/*margin*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.wrap {
  background: url(images/bg.jpg) no-repeat center top;
}
.banner,
.banner img {
  width: 1200px;
  margin: 0 auto;
}
.col,
.col1,
.col2,
.col3,
.col4,
.col5 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.flex_SpaceBetween {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.banner {
  position: relative;
  z-index: 2;
}
.bg {
  width: 100%;
  background-position-y: 0;
  background-size: 100%;
  position: relative;
  z-index: 5;
  margin-top: -245px;
}
.container {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.container .navBox {
  width: 35.875rem /* 574/16 */;
  height: 89.9375rem /* 1439/16 */;
  background: url(images/nav-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -50rem;
  top: 0;
  z-index: 5;
}
.container .navBox .navTitle div {
  position: absolute;
  width: 5.625rem /* 90/16 */;
  height: 6.1875rem /* 99/16 */;
}
.container .navBox .navTitle div:nth-child(1) {
  top: 15.3125rem /* 245/16 */;
  left: 11.75rem /* 188/16 */;
}
.container .navBox .navTitle div:nth-child(2) {
  top: 30.5rem /* 488/16 */;
  left: 13.5rem /* 216/16 */;
}
.container .navBox .navTitle div:nth-child(3) {
  top: 45.6875rem /* 731/16 */;
  left: 9.9375rem /* 159/16 */;
}
.container .navBox .navTitle div:nth-child(4) {
  top: 60.875rem /* 974/16 */;
  left: 12.1875rem /* 195/16 */;
}
.container .navBox .navTitle div:nth-child(5) {
  top: 76.0625rem /* 1217/16 */;
  left: 9.1875rem /* 147/16 */;
}
.container .content {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  margin-right: 0;
  box-sizing: border-box;
  top: 60px;
}
.container .content .item-con_list {
  display: none;
  position: relative;
  padding-bottom: 13.4375rem /* 215/16 */;
}
.container .content .item-con_list .list {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: center;
}
.container .content .item-con_list .list .txt {
  width: 486px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 14px 14px;
  float: left;
}
.container .content .item-con_list .list .txt .box {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  display: block;
  overflow: hidden;
  padding: 22px 30px;
  box-sizing: border-box;
}
.container .content .item-con_list .list .txt p {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #323232;
}
.container .content .item-con_list .list .txt p a {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.container .content .item-con_list .list .txt p.dec {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  height: 85px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  margin-top: 18px;
}
.container .content .item-con_list .list .img {
  width: 458px;
  height: 258px;
  display: block;
  overflow: hidden;
  float: right;
}
.container .content .item-con_list .list .img img {
  width: 100%;
  height: 100%;
}
.container .content .item-con_list .listBox {
  width: 960px;
  display: block;
  overflow: hidden;
  z-index: 2;
  margin-left: 20rem;
  background: url(images/item1.png) no-repeat bottom right;
  margin-top: 85px;
  padding: 0 41px 124px;
}
.container .content .item-con_list .yunImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 537px;
  height: 225px;
}
.container .content .item-con_list .list:nth-child(odd) {
  padding-bottom: 30px;
}
.container .content .item-con_list .list:nth-child(odd) .txt {
  float: left;
}
.container .content .item-con_list .list:nth-child(odd) .img {
  float: right;
}
.container .content .item-con_list .list:nth-child(even) {
  padding-bottom: 150px;
}
.container .content .item-con_list .list:nth-child(even) .txt {
  float: right;
}
.container .content .item-con_list .list:nth-child(even) .img {
  float: left;
}
.container .content .item-con_list .list:nth-child(2) .listBox {
  background: url(images/item2.png) no-repeat bottom left;
  margin-top: 0;
}
.container .content .item-con_list .list:nth-child(3) .listBox {
  background: url(images/item3.png) no-repeat bottom right;
  margin-top: 0;
}
.container .content .item-con_list .list:nth-child(4) .listBox {
  background: url(images/item4.png) no-repeat bottom left;
  margin-top: 0;
}
.container .content .item-con_list .list:nth-child(5) .listBox {
  background: url(images/item1.png) no-repeat bottom right;
}
.container .content .item-con_list .list:nth-child(6) .listBox {
  background: url(images/item2.png) no-repeat bottom left;
  margin-top: 0;
}
.container .content .item-con_list .list:nth-child(7) .listBox {
  background: url(images/item3.png) no-repeat bottom right;
  margin-top: 0;
}
.container .content .item-con_list .list:nth-child(8) .listBox {
  background: url(images/item4.png) no-repeat bottom left;
  margin-top: 0;
}
.container .content .item-con_list .list:nth-child(9) .listBox {
  background: url(images/item1.png) no-repeat bottom right;
}
.container .content .item-con_list .list:nth-child(10) .listBox {
  background: url(images/item2.png) no-repeat bottom left;
  margin-top: 0;
}
.more {
  width: 152px;
  height: 38px;
  background: url(images/more.png) no-repeat;
  font-size: 0;
  bottom: 11.0625rem /* 177/16 */;
  position: absolute;
  display: block;
  overflow: hidden;
  left: -1rem;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 1360px) {
  .container .content .item-con_list .listBox {
    margin-left: 15rem;
    padding: 0 41px 100px;
  }
}
@media screen and (max-width: 1300px) {
  .container .navBox {
    left: 0;
    margin-left: -5rem;
  }
}
@media screen and (max-width: 1282px) {
  .container .content .item-con_list .listBox {
    clear: both;
    width: 30.375rem /* 486/16 */;
    background-size: 100%!important;
  }
  .container .content .item-con_list .list .txt,
  .container .content .item-con_list .list .img {
    float: none!important;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .wrap {
    width: 100%;
    height: auto;
  }
  .banner,
  .banner img {
    width: 100%;
    height: auto;
  }
  .bg {
    margin-top: -6.875rem /* 110/16 */;
  }
  .bg .container {
    width: 100%;
    height: auto;
  }
  .bg .container .navBox {
    width: 50%;
    margin-left: -2.2rem;
    left: 0;
    position: inherit;
    background-size: 100% 100%;
    height: 37.0625rem;
  }
  .bg .container .navBox .navTitle div {
    width: 2.8125rem /* 90/16 */;
    height: 3.09375rem /* 99/16 */;
  }
  .bg .container .navBox .navTitle div img {
    width: 100%;
    height: 100%;
  }
  .bg .container .navBox .navTitle div:nth-child(1) {
    top: 6rem;
    left: 1rem;
  }
  .bg .container .navBox .navTitle div:nth-child(2) {
    top: 12rem;
    left: 1.7rem;
  }
  .bg .container .navBox .navTitle div:nth-child(3) {
    top: 18.2rem;
    left: 0.7rem;
  }
  .bg .container .navBox .navTitle div:nth-child(4) {
    top: 24.5rem;
    left: 1.2rem;
  }
  .bg .container .navBox .navTitle div:nth-child(5) {
    top: 30.7rem;
    left: 0.6rem;
  }
  .bg .container .content {
    width: 75%;
    height: auto;
    position: absolute;
    right: 50%;
    top: 6rem;
    margin-right: -11rem;
  }
  .bg .container .content .item-con_list {
    padding-bottom: 4.375rem /* 70/16 */;
    margin-bottom: 4.375rem /* 70/16 */;
  }
  .bg .container .content .list {
    padding: 0!important;
    position: relative;
    background: none!important;
    margin-bottom: 0.9375rem /* 30/16 */;
  }
  .bg .container .content .list .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: none;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .bg .container .content .list .txt .box {
    border: none;
    padding: 0.625rem 0.7rem;
  }
  .bg .container .content .list .txt .box p {
    font-size: 0.9375rem /* 30/16 */;
    line-height: 1.5rem;
    color: #fff;
  }
  .bg .container .content .list .txt .box p a {
    height: 3rem;
    color: #fff;
  }
  .bg .container .content .list .txt .box p.dec {
    display: none;
  }
  .bg .container .content .list .img {
    float: none;
    width: 100%;
    height: auto;
  }
  .bg .container .content .listBox {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    margin-top: 0;
    float: inherit;
  }
  .bg .container .content .yunImg {
    display: none;
  }
  .more {
    bottom: 0;
    width: 8rem;
    background-size: 100% 100%;
    left: -4rem;
  }
}
@media screen and (max-width: 360px) {
  .bg .container .content {
    margin-right: -10.5rem;
  }
  .bg .container .content .list .txt p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 320px) {
  .bg .container .content {
    width: 70%;
    right: 0;
    margin-right: 10px;
  }
  .bg .container .content .list .txt p {
    font-size: 12px;
  }
  .bg .container .content .list .img {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .banner,
  .banner img,
  .container {
    width: 100%;
    height: auto;
  }
  .container .navBox {
    margin-left: -8rem;
  }
  .container .content {
    right: 0;
    margin-right: 0;
  }
  .container .content .item-con_list .list:nth-child(even) {
    padding-bottom: 30px;
  }
  .container .content .item-con_list .listBox {
    background: none!important;
    padding: 0 41px 60px;
    width: 35rem;
  }
  .container .content .item-con_list .list .img {
    height: auto;
  }
}
