.content .small_nav {
  padding-top: 100px;
  padding-left: 27px;
  padding-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #676767;
}

@media only all and (max-width: 1024px) {
  .content .small_nav {
    padding-top: 75px;
  }
}

@media only all and (max-width: 414px) {
  .content .small_nav {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

.content .small_nav a {
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.content .small_nav a:hover {
  color: #2b68b0;
}

.content .small_nav i {
  font-size: 12px;
  color: #fff;
}

.content .small_nav span {
  color: #fff;
  font-size: 12px;
}

.content .contentss {
  width: 1460px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 70px;
}

@media only all and (max-width: 1440px) {
  .content .contentss {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .contentss {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .contentss {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .contentss {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.content .contentss .left_nav {
  width: 13.7%;
}

@media only all and (max-width: 1440px) {
  .content .contentss .left_nav {
    width: 16%;
  }
}

@media only all and (max-width: 1280px) {
  .content .contentss .left_nav {
    width: 18%;
  }
}

@media only all and (max-width: 768px) {
  .content .contentss .left_nav {
    display: none;
  }
}

.content .contentss .left_nav .item .titss {
  height: 81px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  cursor: pointer;
}

@media only all and (max-width: 1024px) {
  .content .contentss .left_nav .item .titss {
    height: 70px;
  }
}

.content .contentss .left_nav .item .titss .one {
  position: relative;
  width: 27%;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.content .contentss .left_nav .item .titss .one img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0;
}

.content .contentss .left_nav .item .titss .one img.hides {
  opacity: 0;
}

.content .contentss .left_nav .item .titss .two {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media only all and (max-width: 1024px) {
  .content .contentss .left_nav .item .titss .two {
    font-size: 14px;
  }
}

.content .contentss .left_nav .item .titss .three {
  width: 13%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.content .contentss .left_nav .item .titss:hover .one img.shows {
  opacity: 0;
}

.content .contentss .left_nav .item .titss:hover .one img.hides {
  opacity: 1;
}

.content .contentss .left_nav .item .titss:hover .two {
  color: #2b68b0;
}

.content .contentss .left_nav .item .titss:hover .three {
  color: #2b68b0;
}

.content .contentss .left_nav .item .titss.active .one img.shows {
  opacity: 0;
}

.content .contentss .left_nav .item .titss.active .one img.hides {
  opacity: 1;
}

.content .contentss .left_nav .item .titss.active .two {
  color: #2b68b0;
}

.content .contentss .left_nav .item .titss.active .three {
  color: #2b68b0;
}

.content .contentss .left_nav .item .conss {
  width: 100%;
  padding-left: 55px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only all and (max-width: 1024px) {
  .content .contentss .left_nav .item .conss {
    padding-left: 36px;
    padding-bottom: 10px;
  }
}

.content .contentss .left_nav .item .conss a {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media only all and (max-width: 1024px) {
  .content .contentss .left_nav .item .conss a {
    line-height: 24px;
    font-size: 12px;
    padding-left: 10px;
  }
}

.content .contentss .left_nav .item .conss a.active {
  color: #fff;
  background: #2b68b0;
}

.content .contentss .left_nav .item .conss a:hover {
  color: #fff;
  background: #2b68b0;
}

.content .contentss .left_nav .item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.content .contentss .right_con {
  width: 75.3%;
  font-size: 14px;
}

@media only all and (max-width: 1440px) {
  .content .contentss .right_con {
    width: 79.5%;
  }
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con {
    font-size: 12px;
  }
}

@media only all and (max-width: 768px) {
  .content .contentss .right_con {
    width: 100%;
  }
}

.content .contentss .right_con .title_s {
  font-size: 24px;
  color: #00449b;
  margin-bottom: 30px;
  text-align: center;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .title_s {
    font-size: 22px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .title_s {
    margin-bottom: 15px;
  }
}

.content .contentss .right_con .text {
  margin-bottom: 37px;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .text {
    margin-bottom: 15px;
  }
}

.content .contentss .right_con .img1 {
  width: 100%;
  margin-bottom: 60px;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .img1 {
    margin-bottom: 15px;
  }
}

.content .contentss .right_con .flexible {
  border-top: 1px solid #e5e5e5;
}

.content .contentss .right_con .flexible:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.content .contentss .right_con .flexible .tit_s {
  text-align: center;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 36px;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .flexible .tit_s {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.content .contentss .right_con .flexible .tit_s .round {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #00449b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  vertical-align: middle;
}


/*更多详情*/
.content .contentss .right_con .flexible .tit_s1 {
  text-align: center;
  cursor: pointer;
  padding-bottom: 0px;
  display: block;
}

.content .contentss .right_con .flexible .tit_s1:hover {
  opacity: 0.7;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .flexible .tit_s1 {
  }
}















.content .contentss .right_con .flexible .tit_s .round1 {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #00449b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  vertical-align: middle;
}



.content .contentss .right_con .flexible .tit_s .texts {
  display: inline-block;
  margin-left: 17px;
  font-size: 16px;
  width: 25%;
  text-align: left;
  vertical-align: middle;
  color: #333;
}



@media only all and (max-width: 1024px) {
  .content .contentss .right_con .flexible .tit_s .texts {
    font-size: 16px;
    margin-left: 10px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .flexible .tit_s .texts {
    width: 35%;
  }
}

.content .contentss .right_con .flexible .con_s {
  margin-bottom: 36px;
  line-height: 30px;
  width: 100%;
  color: #000;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .flexible .con_s {
    line-height: 24px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .flexible .con_s {
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .flexible .con_s .img2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .flexible .con_s .img2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .flexible .con_s .img2 .introduct_s {
  color: #666;
  margin-top: 10px;
}

@media only all and (max-width: 1440px) {
  .content .contentss .right_con .flexible .con_s .img2 .img6 {
    width: 100%;
  }
}

.content .contentss .right_con .flexible .con_s pre {
  margin-top: 30px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .flexible .con_s pre {
    margin-top: 10px;
  }
}

.content .contentss .right_con .flexible .con_s .img3 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
  color: #666;
  font-size: 0;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .flexible .con_s .img3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .flexible .con_s .img3 .item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 30%;
  margin-right: 3%;
  font-size: 14px;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .flexible .con_s .img3 .item {
    font-size: 12px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .flexible .con_s .img3 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .flexible .con_s .img3 .item img {
  width: 100%;
}

.content .contentss .right_con .correlation {
  margin-top: 57px;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .correlation {
    margin-top: 15px;
  }
}

.content .contentss .right_con .correlation .correlation_tit {
  font-size: 16px;
  margin-bottom: 27px;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .correlation .correlation_tit {
    font-size: 16px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .correlation .correlation_tit {
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .correlation .correlation_con {
  font-size: 0;
}

.content .contentss .right_con .correlation .correlation_con .items {
  border: 1px solid #e5e5e5;
  margin-right: 2.7%;
  width: 31.5%;
  display: inline-block;
  height: 360px;
  padding-top: 9px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

@media only all and (max-width: 1440px) {
  .content .contentss .right_con .correlation .correlation_con .items {
    height: 350px;
  }
}

@media only all and (max-width: 1280px) {
  .content .contentss .right_con .correlation .correlation_con .items {
    height: 300px;
  }
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .correlation .correlation_con .items {
    height: 230px;
  }
}

@media only all and (max-width: 768px) {
  .content .contentss .right_con .correlation .correlation_con .items {
    height: 250px;
  }
}

@media only all and (max-width: 640px) {
  .content .contentss .right_con .correlation .correlation_con .items {
    height: 230px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .correlation .correlation_con .items {
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .correlation .correlation_con .items:last-child {
  margin-right: 0px;
}

.content .contentss .right_con .correlation .correlation_con .items img {
  width: 100%;
}

.content .contentss .right_con .correlation .correlation_con .items .text11 {
  font-size: 14px;
  color: #333;
  margin-top: 25px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .correlation .correlation_con .items .text11 {
    font-size: 12px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .correlation .correlation_con .items .text11 {
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .rests .rests_tit {
  margin-top: 55px;
  margin-bottom: 35px;
  font-size: 16px;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .rests .rests_tit {
    font-size: 16px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .rests .rests_tit {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .rests .rests_con a {
  padding: 20px 0;
  font-size: 14px;
  display: block;
  border-top: 1px solid #e5e5e5;
  color: #333;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .rests .rests_con a {
    font-size: 12px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .rests .rests_con a {
    padding: 10px 0;
  }
}

.content .contentss .right_con .rests .rests_con a:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.content .contentss .right_con .rests .rests_con a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=../map/polymer.css.map */





.content .contentss .right_con .item2 {
  margin-top: 50px;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .item2 {
    margin-top: 20px;
  }
}

.content .contentss .right_con .item2 .item_tit {
  font-size: 16px;
  margin-bottom: 40px;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .item2 .item_tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.content .contentss .right_con .item2 .item_con .list {
  background: #fbfbfb;
  padding: 20px 40px;
  margin-bottom: 10px;
}

@media only all and (max-width: 1280px) {
  .content .contentss .right_con .item2 .item_con .list {
    padding: 20px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .item2 .item_con .list {
    padding: 8px;
  }
}

.content .contentss .right_con .item2 .item_con .list .left {
  width: 55%;
  font-size: 14px;
  margin-top: 15px;
}

@media only all and (max-width: 1280px) {
  .content .contentss .right_con .item2 .item_con .list .left {
    width: 54%;
  }
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .item2 .item_con .list .left {
    font-size: 12px;
    margin-top: 2px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .item2 .item_con .list .left {
    width: 100%;
    margin-bottom: 10px;
  }
}

.content .contentss .right_con .item2 .item_con .list .right {
  font-size: 0;
}

.content .contentss .right_con .item2 .item_con .list .right .watch {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 160px;
  background: #00449b;
  color: #fff;
  font-size: 14px;
  -webkit-box-sizing: boder-box;
  -moz-box-sizing: boder-box;
  box-sizing: boder-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #00449b;
  margin-right: 18px;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .item2 .item_con .list .right .watch {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 110px;
    margin-right: 10px;
  }
}

.content .contentss .right_con .item2 .item_con .list .right .watch:hover {
  background: #fff;
  color: #00449b;
}

.content .contentss .right_con .item2 .item_con .list .right .download {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 160px;
  background: #fff;
  color: #00449b;
  font-size: 14px;
  -webkit-box-sizing: boder-box;
  -moz-box-sizing: boder-box;
  box-sizing: boder-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #00449b;
}

@media only all and (max-width: 1024px) {
  .content .contentss .right_con .item2 .item_con .list .right .download {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 110px;
  }
}

.content .contentss .right_con .item2 .item_con .list .right .download:hover {
  background: #00449b;
  color: #fff;
}

@media only all and (max-width: 414px) {
  .content .contentss .right_con .item2 .item_con .list .right {
    float: left;
  }
}

.content .contentss .right_con .item2 .more {
  text-align: center;
  margin-top: 20px;
}

.content .contentss .right_con .item2 .more a .round {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  background: #00449b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content .contentss .right_con .item2 .more a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.content .contentss .right_con .item2 .more a .text {
  font-size: 14px;
  color: #00449b;
}



.content .contentss .right_con .item2 .more a:hover {
  opacity: 0.7;
}