/*global start*/
html {
  color: #000;
  font: 400 13.9167px/1.5em 'Helvetica Neue', 'Hiragino Sans GB',
    'Microsoft YaHei', '\9ED1\4F53', Arial, sans-serif;
  height: 100%;
}
html,
input,
button,
select,
textarea {
  padding: 0;
  border: 0;
  font: 400 13.9167px/1.5em 'Helvetica Neue', 'Hiragino Sans GB',
    'Microsoft YaHei', '\9ED1\4F53', Arial, sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

section {
  line-height: normal;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

* + html input,
* + html textarea,
* + html select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

legend {
  color: #000;
}

a:focus,
input[type='button'][type='summit']:focus {
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.inlineBlock {
  display: inline-block;
}

.borderBox {
  box-sizing: border-box;
}

.radius-5 {
  border-radius: 5px;
}

.overflow {
  overflow: hidden;
}

.center {
  text-align: center;
}

.vCenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bold {
  font-weight: bold;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.ul-hide > ul {
  display: none;
}

.noword {
  line-height: 999em;
}

.hide,
.hidding {
  display: none;
}

.overflow-y {
  overflow-y: auto;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
  clear: both;
}

.border-box {
  box-sizing: border-box;
}

.aH158 a {
  display: block;
  width: 100%;
  height: 158px;
}

.aH200 a {
  display: block;
  width: 100%;
  height: 200px;
}

.aWH100 a {
  display: block;
  width: 100%;
  height: 100%;
}

.imgWH100 img {
  width: 100%;
  height: 100%;
}

.imgW100 img {
  width: 100%;
}

.imgH100 img {
  height: 100%;
}

.maxH581 {
  max-height: 581px;
}

.whAuto {
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  min-height: none !important;
  min-width: none !important;
  max-height: none !important;
  max-width: none !important;
}

.hAuto img {
  height: auto !important;
  max-height: none !important;
}

.wh135x135 img {
  width: 135px !important;
  height: 135px !important;
}

.wh130x130 img {
  width: 130px !important;
  height: 130px !important;
}

.wh200x110 img {
  width: 200px !important;
  height: 110px !important;
}

.WH100 {
  width: 100%;
  height: 100%;
}

.w230 {
  width: 230px !important;
}

.w300 {
  width: 300px !important;
}

.w340 {
  width: 340px !important;
}

.w470 {
  width: 470px !important;
}

.w510 {
  width: 510px !important;
}

.w620 {
  width: 620px !important;
}

.w700 {
  width: 700px !important;
}

.w875 {
  width: 875px !important;
}

.w850 {
  width: 850px !important;
}

.w1200 {
  width: 1200px !important;
  margin: 0 auto;
}

.h600 {
  height: 600px;
}

.a-num3 a {
  display: inline-block;
  width: calc(100% / 3);
}

.a-num4 a {
  display: inline-block;
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
}
.a-num4 a:not(:nth-child(4n + 1)) {
  margin-left: 10px;
}

.a-num5 a {
  display: inline-block;
  width: calc(100% / 5);
}

.a-num6 a {
  display: inline-block;
  width: calc(100% / 6);
}

.a-num7 a {
  display: inline-block;
  width: calc(100% / 7);
}

.a-num8 a {
  display: inline-block;
  width: calc(100% / 8);
}

.a-num9 a {
  display: inline-block;
  width: calc(100% / 9);
}

.a-num10 a {
  display: inline-block;
  width: calc(100% / 10);
}

.a-num11 a {
  display: inline-block;
  padding: 0px 12px;
}

.ul-num2 > ul {
  display: inline-block;
  box-sizing: border-box;
  width: calc((100% - 20px) / 2);
}
.ul-num2 > ul:not(:nth-child(2n + 1)):not(:first-child) {
  margin-left: 20px;
}

.div-num2 > div {
  display: inline-block;
  box-sizing: border-box;
  width: calc((100% - 20px) / 2);
}
.div-num2 > div:not(:nth-child(2n + 1)):not(:first-child) {
  margin: 0px 0px 20px 20px;
}

.li-num2 li:not(:first-child) {
  display: inline-block;
  line-height: normal;
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
}
.li-num2 li:not(:nth-child(2n + 2)):not(:first-child) {
  margin-left: 10px;
}

.li-num3 li:not(:first-child) {
  display: inline-block;
  line-height: normal;
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
}
.li-num3 li:not(:nth-child(3n + 2)):not(:first-child) {
  margin-left: 10px;
}

.li-num4 li:not(:first-child) {
  display: inline-block;
  line-height: normal;
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
}
.li-num4 li:not(:nth-child(4n + 2)):not(:first-child) {
  margin-left: 10px;
}

.li-num5 li:not(:first-child) {
  display: inline-block;
  line-height: normal;
  width: calc((100% - 40px) / 5);
  margin-bottom: 10px;
}
.li-num5 li:not(:nth-child(5n + 2)):not(:first-child) {
  margin-left: 10px;
}

.li-num6 li:not(:first-child) {
  display: inline-block;
  line-height: normal;
  width: calc((100% - 50px) / 6);
  margin-bottom: 10px;
}
.li-num6 li:not(:nth-child(6n + 2)):not(:first-child) {
  margin-left: 10px;
}

.li-num7 li:not(:first-child) {
  display: inline-block;
  line-height: normal;
  width: calc((100% - 60px) / 7);
  margin-bottom: 10px;
}
.li-num7 li:not(:nth-child(7n + 2)):not(:first-child) {
  margin-left: 10px;
}

.li-num10 li:not(:first-child) {
  display: inline-block;
  line-height: normal;
  width: calc((100% - 90px) / 10);
  margin-bottom: 10px;
}
.li-num10 li:not(:nth-child(10n + 2)):not(:first-child) {
  margin-left: 10px;
}

.li-num26 li:not(:first-child) {
  display: inline-block;
  line-height: normal;
  width: calc((100% - 250px) / 26);
  margin-bottom: 10px;
}
.li-num26 li:not(:nth-child(26n + 2)):not(:first-child) {
  margin-left: 10px;
}

.li-num26 li:not(:first-child) > a {
  font-size: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mg-0 {
  margin: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-295 {
  padding-bottom: 295px !important;
}

.pd-0 {
  padding: 0 !important;
}

.pd-10 {
  padding: 10px !important;
}

.pd-20 {
  padding: 20px !important;
}

.pd-0-0-10-0 {
  padding: 0 0 10px 0 !important;
}

.pd-10-10-0-10 {
  padding: 10px 10px 0 10px !important;
}

.pd-10-0 {
  padding: 10px 0px !important;
}

.pd-20-0 {
  padding: 20px 0px !important;
}

.pd-0-20 {
  padding: 0px 20px !important;
}

.pd-10-20 {
  padding: 10px 20px !important;
}

body {
  background-color: white;
}

#wrap {
  font-size: 0;
  width: 100%;
}
/*global end*/

/*banner start*/
#wrap .p_banner {
  width: 875px;
  height: 417px;
}
#wrap .p_banner .prev {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5) url('../images/arrow4.png') no-repeat 42px
    center;
  border-radius: 50%;
}
#wrap .p_banner .next {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5) url('../images/arrow5.png') no-repeat 15px
    center;
  border-radius: 50%;
}

.tkSwiper {
  width: 300px;
  height: 182px;
}
/*banner end*/

/*header start*/
#wrap .p_header {
  width: 1200px;
  height: 70px;
  padding: 25px 0;
  margin: 0 auto;
  line-height: normal;
}
#wrap .p_header .logo {
  width: 290px;
  height: 60px;
  float: left;
  margin: 5px 60px 0 0;
}
#wrap .p_header .logo > img {
  width: 100%;
  display: block;
}
#wrap .p_header .search {
  height: 43px;
  float: left;
  margin-top: 13.5px;
}
#wrap .p_header .search .input {
  width: 502px;
  height: 43px;
  float: left;
}
#wrap .p_header .search .input > input {
  width: 418px;
  height: 100%;
  outline: none;
  border: 2px solid #08b4d9;
  text-indent: 10px;
  box-sizing: border-box;
}
#wrap .p_header .search .input .s-btn {
  width: 80px;
  height: 43px;
  outline: none;
  vertical-align: top;
  cursor: pointer;
  background-color: #08b4d9;
  color: white;
  font-size: 16px;
}
#wrap .p_header .search .question {
  width: 95px;
  height: 41px;
  outline: none;
  border: 1px solid #c2c2c2;
  background-color: #f2f2f2;
  float: left;
  margin-left: 12px;
  text-align: center;
  line-height: 41px;
  font-size: 16px;
  color: #393939;
}

#wrap .p_header .cooperation {
  float: left;
  height: 43px;
  font-size: 16px;
  margin: 13.5px 15px;
}
#wrap .p_header .cooperation .title {
  color: #999;
}
#wrap .p_header .cooperation .phone {
  color: #08b4d9;
  font-size: 20px;
}

#wrap .p_header .h-icon {
  width: 52px;
  height: 52px;
  display: inline-block;
  margin-top: 9px;
}
#wrap .p_header .h-icon img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

#wrap .p_header1 {
  width: 100%;
  overflow: hidden;
}
#wrap .p_header1 > a {
  float: left;
  width: 164px;
  height: 100px;
}
#wrap .p_header1 > a > img {
  width: 164px;
  height: 100%;
}
#wrap .p_header1 > .p_mark {
  float: right;
  width: calc(100% - 204px);
  margin: 0px 20px;
}
/*header end*/

/*nav start*/
#wrap .p_nav {
  min-width: 1200px;
  background-color: #353a3e;
}
#wrap .p_nav > div {
  width: 1200px;
  margin: 0 auto;
}
#wrap .p_nav > div > ul {
  height: 42px;
}
#wrap .p_nav > div > ul > li {
  width: 110px;
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
}
#wrap .p_nav > div > ul > li > a {
  height: 100%;
  display: block;
}
#wrap .p_nav > div > ul > li > a > span {
  width: 100%;
  height: 16px;
  display: inline-block;
  margin-top: 13px;
  border-right: 1px solid white;
  font-size: 16px;
  line-height: 16px;
  color: white;
}
#wrap .p_nav > div > ul > li.more {
  position: relative;
}
#wrap .p_nav > div > ul > li.more:hover .m-list {
  display: block;
}
#wrap .p_nav ul li.more:hover .m-word:after {
  background: url(../images/arrow2.png) no-repeat;
}
#wrap .p_nav > div > ul > li.more > .m-word {
  color: #666;
  font-size: 12px;
}
#wrap .p_nav > div > ul > li.more > .m-word > span {
  margin: 13px 3px 3px 3px;
}
#wrap .p_nav > div > ul > li.more > .m-word:after {
  width: 13px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 18px;
  content: '';
  background: url(../images/arrow1.png) no-repeat;
}
#wrap .p_nav > div > ul > li.more > .m-list {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 4px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 9999;
  background-color: #353a3e;
}
#wrap .p_nav > div > ul > li.more > .m-list > p {
  height: 42px;
}
#wrap .p_nav > div > ul > li.more > .m-list > p:hover {
  background: #08b4d9;
}
#wrap .p_nav > div > ul > li.more > .m-list > p > a {
  height: 100%;
  display: block;
  outline: none;
}
#wrap .p_nav > div > ul > li.more > .m-list > p > a > span {
  width: 100%;
  height: 16px;
  display: inline-block;
  border-right: none;
  margin-top: 13px;
  font-size: 16px;
  line-height: 16px;
  color: white;
}
#wrap .p_nav > div > ul > li.go-other {
  width: auto;
  margin-right: 12px;
  float: right;
}
#wrap .p_nav > div > ul > li.go-other > a {
  height: 100%;
  display: block;
  border: none;
  outline: none;
  margin: 0 9px 0 0;
  font-size: 14px;
  line-height: 42px;
  color: white;
}
/* #wrap .p_nav>div>ul>li.go-other>a:before {
  width: 16px;
  height: 24px;
  display: inline-block;
  margin: 9px 12px 0 0;
  content: '';
  background: url(../images/tel-icon.png) no-repeat;
  vertical-align: top;
} */

#wrap .p_nav1 {
  height: 50px;
  border-top: 2px solid #08b4d9;
  background-color: #fafafa;
  z-index: 9;
}
#wrap .p_nav1 .on {
  background-color: #08b4d9;
  color: #fff;
}
#wrap .p_nav1 nav {
  width: 100%;
  height: 100%;
}
#wrap .p_nav1 nav > a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#wrap .p_nav1 nav > a:hover {
  background-color: #08b4d9;
  color: #fff;
}
/*nav end*/

/*menu start*/
.p_menu {
  height: 60px;
  padding-top: 20px;
  box-sizing: border-box;
}
.p_menu .t1 {
  display: inline-block;
  margin-right: 8px;
  font-size: 24px;
  color: #333;
}
.p_menu .t2 {
  display: inline-block;
  font-size: 14px;
  color: #c9c9c9;
  text-transform: capitalize;
  vertical-align: bottom;
}
.p_menu .link {
  float: right;
  padding-top: 10px;
}
.p_menu .link > li {
  display: inline-block;
  width: 94px;
}
.p_menu .link > li:not(:first-child) {
  border-left: 1px solid #c9c9c9;
}
.p_menu .link > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #888888;
  text-align: center;
}
/*menu end*/

/*Breadcrumbs start*/
#wrap .p_breads {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  line-height: 70px;
}
#wrap .p_breads > a {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
}
#wrap .p_breads > span {
  margin: 0;
  color: #989898;
  font-size: 14px;
}
#wrap .p_breads > em {
  color: #08b4d9;
  font-size: 14px;
}
#wrap .p_breads > em > a {
  color: #08b4d9;
}
/*Breadcrumbs end*/

/*sidebar start*/
.p-fixed {
  position: fixed;
  top: 0;
  margin: 0;
  z-index: 999;
}
#wrap .a-right {
  display: inline-block;
}
#wrap .p_sidebar {
  vertical-align: top;
  display: inline-block;
  background-color: white;
  position: relative;
}
#wrap .p_sidebar h3 {
  height: 18px;
  padding: 10px 0 22px 22px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  line-height: 18px;
  font-size: 18px;
}
#wrap .p_sidebar h3:before {
  width: 5px;
  height: 26px;
  border-radius: 2.5px;
  background-color: #ee584d;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
}
#wrap .p_sidebar h3 a {
  float: right;
  font-size: 14px;
  color: #999;
}
#wrap .p_sidebar .a-item {
  padding: 10px 10px 10px 18px;
  position: relative;
  border-bottom: 1px dotted #dedede;
}
#wrap .p_sidebar .a-item:before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #08b4d9;
  content: '';
  position: absolute;
  left: 1px;
  top: 20px;
}
#wrap .p_sidebar .a-item .a-words {
  font-size: 16px;
  line-height: 24px;
}
#wrap .p_sidebar .a-item .a-answer {
  padding-top: 6px;
  font-size: 12px;
  color: #999;
}
#wrap .p_sidebar .d-box2 {
  width: 300px;
  position: absolute;
}
#wrap .p_sidebar .d-box2 .d-img {
  height: 168px;
  width: 100%;
  display: block;
}
#wrap .p_sidebar .d-box2 .d-words {
  border: 1px solid #d9d9d9;
  padding-bottom: 30px;
  background: #fff;
}
#wrap .p_sidebar .d-box2 .d-words .p1 {
  font-size: 18px;
  height: 18px;
  padding: 20px 0;
  color: #393939;
  text-align: center;
}
#wrap .p_sidebar .d-box2 .d-words .p2 {
  font-size: 14px;
  color: #888;
  text-align: center;
}
#wrap .p_sidebar .d-box2 .d-words .p2 span {
  color: #ff301b;
  font-size: 28px;
  font-weight: 600;
}

#wrap .p_sidebar1 {
  width: 100%;
  background: #f4f4f4;
  display: inline-block;
  vertical-align: top;
}
#wrap .p_sidebar1 .title {
  margin: 0px 15px;
}
#wrap .p_dropDown {
  padding: 15px;
  overflow: hidden;
}
#wrap .p_dropDown .s1 {
  float: left;
  width: 100px;
  height: 40px;
  padding-left: 5px;
  outline: none;
}
#wrap .p_dropDown .s2 {
  float: right;
  width: calc(100% - 110px);
  height: 40px;
  padding-left: 5px;
  outline: none;
}
/*sidebar end*/

/*main start*/
#wrap #main {
  margin: 0 25px;
  display: inline-block;
}
#wrap #main1 {
  margin-right: 25px;
  display: inline-block;
}
/*main end*/

/* footer fixed ads */
.receive-onebyone {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88;
  height: 84px;
  text-align: center;
  background-color: rgba(31, 31, 31, 0.74);
}
.receive-onebyone .receive-main {
  display: inline-block;
}
.receive-onebyone .receive-tips-text {
  float: left;
  height: 100%;
  line-height: 84px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
.receive-onebyone .receive-tips-text .mark {
  color: #ff4339;
  font-size: 32px;
  font-weight: 600;
}
.receive-onebyone .receive-input-content {
  float: left;
  position: relative;
  margin-top: 16px;
  margin-left: 47px;
  height: 52px;
  width: 434px;
  font-size: 0;
  letter-spacing: 0;
  font-weight: 200;
}
.receive-onebyone .receive-tel {
  float: left;
  box-sizing: border-box;
  padding-left: 46px;
  width: 295px;
  height: 100%;
  border: 0;
  border-radius: 27px 0 0 27px;
  outline: none;
  font-size: 20px;
}
.receive-onebyone .receive-tel::-webkit-input-placeholder {
  color: #ccc;
}
.receive-onebyone .phone-icon {
  position: absolute;
  top: 16px;
  left: 25px;
  width: 12px;
  height: 20px;
}
.receive-onebyone .receive-btn {
  float: left;
  box-sizing: border-box;
  height: 100%;
  width: 139px;
  border: 0;
  border-radius: 0 27px 27px 0;
  font-size: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 100, 51, 1) 0%,
    rgba(255, 63, 58, 1) 100%
  );
  color: #fff;
  cursor: pointer;
}
.receive-btn:active {
  background: rgba(255, 63, 58, 1);
}
.receive-onebyone .receive-btn:focus {
  outline: none;
}

/*footer start*/
#wrap .p_footer {
  width: 100%;
  height: auto;
  min-width: 1200px;
  margin-top: 70px;
  padding: 35px 0 15px 0;
  border-top: 1px solid #efefef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #08b3d9;
  font-size: 0;
}
#wrap .p_footer .d-box3 .d-words {
  display: inline-block;
  width: 351px;
  position: relative;
}
#wrap .p_footer .d-box3 .d-words .go-a {
  top: 58px;
}
#wrap .p_footer .d-box3 .d-words .go-a,
#wrap .p_footer .d-box3 .d-words .go-i {
  position: absolute;
  width: 183px;
  height: 60px;
  left: 0;
  bottom: 22px;
  outline: none;
}
#wrap .p_footer .d-box3 .f-link {
  display: inline-block;
  vertical-align: top;
  width: 674px;
  margin-left: 170px;
  color: white;
}
#wrap .p_footer .d-box3 .f-link .f1 {
  font-size: 16px;
  padding-bottom: 20px;
}
#wrap .p_footer .d-box3 .f-link .f2 a {
  font-size: 16px;
  color: white;
  line-height: 40px;
  margin-right: 5px;
}
#wrap .p_footer .other {
  margin-top: 60px;
}
#wrap .p_footer .other p {
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 24px;
}
#wrap .p_footer .other p > a {
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 24px;
}
#wrap .p_footer .address p {
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 24px;
}
#wrap .p_footer .links {
  width: 100%;
}
#wrap .p_footer .links .tab {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  cursor: default;
  border: 1px solid #fff !important;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 4px;
}
#wrap .p_footer .links .tab:hover {
  background: #000;
}
#wrap .p_footer .links .page {
  overflow: hidden;
  display: none;
}
#wrap .p_footer .links .page li {
  float: left;
  margin-right: 30px;
}
#wrap .p_footer .links .page .link {
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
}
/*footer end*/
/*GoTop start*/
.p_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 50px;
  height: 50px;
  z-index: 99;
}
.p_top a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  background: url(../images/top.png) no-repeat;
}
/*GoTop end*/

/*layer start*/
#wrap .p_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
#wrap .p_layer .d-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#wrap .p_layer .d-wrap .d-img img {
  display: block;
}
#wrap .p_layer .d-wrap .d-close {
  margin-top: 30px;
}
#wrap .p_layer .d-wrap .d-close img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
/*layer end*/

/*title start*/
#wrap .p_title {
  height: 18px;
  padding: 10px 0 22px 22px;
  position: relative;
  line-height: 18px;
  font-size: 18px;
}
#wrap .p_title > a {
  float: right;
  font-size: 14px;
  color: #999;
}
#wrap .p_title:before {
  width: 5px;
  height: 26px;
  border-radius: 2.5px;
  background-color: #ee584d;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
}

#wrap .p_title1 {
  min-height: 61px;
  padding: 10px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
#wrap .p_title1 a {
  border-radius: 4px;
  padding: 0px 15px;
  margin: 0px 1px;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
}
#wrap .p_title1 a:hover {
  background-color: #08b4d9;
  color: #fff;
}
#wrap .p_title1 .on {
  background-color: #08b4d9;
  color: #fff;
}

#wrap .p_title2 {
  font-size: 18px;
  height: 51px;
  line-height: 51px;
  padding: 10px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}

#wrap .p_title3 {
  font-size: 16px;
  color: #636363;
  background: #ecedec;
  padding: 20px 40px;
}

#wrap .p_title4 {
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
#wrap .p_title4 + .more {
  height: 40px;
  line-height: 40px;
  float: right;
  font-size: 14px;
  color: #999;
}

#wrap .p_title5 {
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 !important;
  margin: 0px 10px 10px 10px !important;
}
#wrap .p_title5 > .t1 {
  display: inline-block;
  font-size: 18px;
  color: #333;
  float: left;
}
#wrap .p_title5 > .t2 {
  display: inline-block;
  font-size: 12px;
  color: #989898;
  float: right;
}

#wrap .p_title6 {
  font-size: 18px;
  color: #333;
  text-indent: 0px;
}
#wrap .p_title6 > a {
  float: right;
  font-size: 14px;
  color: #333;
}

#wrap .p_title7 {
  height: 18px;
  padding: 10px 0 22px 22px;
  position: relative;
  line-height: 18px;
  font-size: 18px;
  color: #08b4d9;
}
#wrap .p_title7 > a {
  float: right;
  font-size: 14px;
  color: #999;
}
#wrap .p_title7:before {
  width: 5px;
  height: 26px;
  border-radius: 2.5px;
  background-color: #08b4d9;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
}

#wrap .p_title8 {
  background: #fafafa;
  height: 50px;
  line-height: 50px;
}
#wrap .p_title8 .title {
  display: block;
  width: 130px;
  height: 50px;
  background: #08b4d9;
  float: left;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
#wrap .p_title8 .more {
  display: block;
  width: 80px;
  height: 50px;
  float: right;
  font-size: 14px;
  color: #999;
  text-align: center;
}
/*title end*/
/*list start*/
#wrap .p_list {
  box-sizing: border-box;
  padding: 0px 20px;
  background-color: #fafafa;
}
#wrap .p_list .c-more {
  height: 60px;
}
#wrap .p_list .c-more > a {
  width: 100%;
  display: inline-block;
  line-height: 60px;
  font-size: 14px;
  text-align: center;
  color: #999;
}
#wrap .p_list > li:not(.c-more) {
  height: 70px;
}
#wrap .p_list > li:not(.c-more) > a {
  width: 500px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 70px;
  font-size: 16px;
  color: #333;
}
#wrap .p_list > li:not(.c-more) > strong {
  width: 80px;
  float: right;
  line-height: 70px;
  text-align: right;
  font-size: 12px;
  color: #999;
}
#wrap .p_list > li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

#wrap .p_list1 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 18px;
  background-color: #fafafa;
}
#wrap .p_list1 .item {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px 0px 5px 18px;
  position: relative;
}
#wrap .p_list1 .item:before {
  position: absolute;
  content: '';
  left: 1px;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: #08b4d9;
  border-radius: 50%;
}
#wrap .p_list1 .item a {
  max-width: 80%;
  display: inline-block;
  outline: none;
  line-height: 24px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .p_list1 .item em {
  max-width: 10%;
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  float: right;
}
#wrap .p_list1 .item span {
  max-width: 10%;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  float: right;
}
#wrap .p_list1 .reply {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 18px;
  background-color: #f4f4f4;
}
#wrap .p_list1 .reply .title {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#wrap .p_list1 .reply .title span {
  font-size: 12px;
}
#wrap .p_list1 .reply .title .head {
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
#wrap .p_list1 .reply .title .head > img {
  width: 25px;
  height: 25px;
  display: inline-block;
}
#wrap .p_list1 .reply .title > p {
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  text-indent: 20px;
}
#wrap .p_list1 .reply .title .name {
  margin-left: 10px;
  color: #666;
}
#wrap .p_list1 .reply .title .time {
  color: #999;
}
#wrap .p_list1 .reply .words {
  font-size: 14px;
  line-height: 28px;
  margin-left: 35px;
}

#wrap .p_list2 {
  width: 100%;
  line-height: normal;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 10px 10px 0px 10px;
  overflow: hidden;
}
#wrap .p_list2 .p_title {
  border-bottom: 1px solid #d9d9d9;
}
#wrap .p_list2 > li:not(:first-child) > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
#wrap .p_list2 > li:not(:first-child) img {
  width: 100%;
  height: 100%;
}
#wrap .p_list2 > li:not(:first-child) p {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  margin: auto;
}

#wrap .p_list3 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 10px 10px 30px 10px;
  overflow: hidden;
}

#wrap .p_list4 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#wrap .p_list4 .item {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px 0px 5px 0px;
  position: relative;
}
/*#wrap .p_list4 .item:before {
  position: absolute;
  content: '';
  left: 1px;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: #08b4d9;
  border-radius: 50%;
}*/
#wrap .p_list4 .item a {
  max-width: 80%;
  display: inline-block;
  outline: none;
  line-height: 24px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .p_list4 .item em {
  max-width: 10%;
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  float: right;
}
#wrap .p_list4 .item span {
  max-width: 10%;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  float: right;
}
#wrap .p_list4 .reply {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 0px;
  background-color: #f4f4f4;
}
#wrap .p_list4 .reply .title {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#wrap .p_list4 .reply .title .head {
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
#wrap .p_list4 .reply .title .head > img {
  width: 25px;
  height: 25px;
  display: inline-block;
}
#wrap .p_list4 .reply .title > p {
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
}
#wrap .p_list4 .reply .title .name {
  color: #666;
}
#wrap .p_list4 .reply .title .time {
  color: #999;
}
#wrap .p_list4 .reply .words {
  font-size: 14px;
  line-height: 20px;
  margin-left: 35px;
  margin-top: 5px;
}

#wrap .p_list5 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 10px 10px 0px 10px;
  /*overflow: hidden;*/
}
#wrap .p_list5 .p_title {
  border-bottom: 1px solid #d9d9d9;
}
#wrap .p_list5 > li:not(:first-child) {
  display: inline-block;
  line-height: normal;
}
#wrap .p_list5 > li:not(:first-child):hover {
  background: #ededed;
}
#wrap .p_list5 > li:not(:first-child) > a {
  width: 100%;
  display: inline-block;
}
#wrap .p_list5 > li:not(:first-child) img {
  width: 40px;
  height: 40px;
  margin: 10px;
  float: left;
}
#wrap .p_list5 > li:not(:first-child) div {
  overflow: hidden;
  margin: 10px 0px;
  box-sizing: border-box;
}
#wrap .p_list5 > li:not(:first-child) span {
  height: 20px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  text-align: left;
  color: #474747;
}
#wrap .p_list5 > li:not(:first-child) strong {
  height: 20px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999;
  vertical-align: top;
}

#wrap .p_list6 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 10px;
  overflow: hidden;
}
#wrap .p_list6 .p_title {
  border-bottom: 1px solid #d9d9d9;
}
#wrap .p_list6 > li:not(:first-child) {
  display: inline-block;
  line-height: normal;
}
#wrap .p_list6 > li:not(:first-child) > a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  text-indent: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#wrap .p_list6 > li:not(:first-child) > a:hover {
  color: #08b4d9;
}

#wrap .p_list7 .more {
  float: right;
  font-size: 14px;
  line-height: 2.5;
}
#wrap .p_list7 > li:first-child {
  margin: 10px 0px;
}
#wrap .p_list7 > li:not(:first-child) > a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

#wrap .p_list8 {
  position: relative;
}
#wrap .p_list8 li > p {
  font-size: 12px;
  text-indent: 15px;
  color: #999;
}
#wrap .p_list8 li {
  padding: 0px 10px;
  box-sizing: border-box;
  line-height: 30px;
}
#wrap .p_list8 li > a {
  display: block;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#wrap .p_list9 {
  display: none;
  width: 100%;
  max-height: calc(100% - 35px);
  padding: 15px 15px 0px 15px;
  box-sizing: border-box;
  overflow-y: auto;
  position: absolute;
  top: 35px;
  left: 0px;
}
#wrap .p_list9 li {
  height: 60px;
  margin-bottom: 20px;
}
#wrap .p_list9 li > a {
  display: inline-block;
  width: 100%;
  height: 60px;
}
#wrap .p_list9 .head {
  float: left;
}
#wrap .p_list9 .head > img {
  width: 60px;
  height: 60px;
}
#wrap .p_list9 .p1 {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-indent: 10px;
}
#wrap .p_list9 .p2 {
  line-height: 30px;
  font-size: 12px;
  color: #888;
  text-indent: 10px;
}

#wrap .p_list10 {
  /*max-height: 888px;*/
  padding: 0px 20px;
}
#wrap .p_list10 li {
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #d9d9d9;
}
#wrap .p_list10 li:last-child {
  border: none;
}
#wrap .p_list10 li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333;
}
#wrap .p_list10 li p {
  line-height: 30px;
  font-size: 12px;
  color: #999;
}

#wrap .p_list11 li {
  display: inline-block;
  padding: 15px 0px 20px 0px;
  box-sizing: border-box;
  width: calc((100% - 20px) / 2);
}
#wrap .p_list11 li:nth-child(even) {
  margin-right: 20px;
}
#wrap .p_list11 li .head {
  display: inline-block;
  width: 120px;
  height: 90px;
  margin-right: 10px;
  vertical-align: top;
}
#wrap .p_list11 li .head > img {
  width: 100%;
  height: 100%;
}
#wrap .p_list11 li .info {
  display: inline-block;
  width: calc(100% - 140px);
  height: 90px;
  vertical-align: top;
  position: relative;
}
#wrap .p_list11 li .info p {
  line-height: 24px;
  width: 100%;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#wrap .p_list11 li .info span {
  margin-top: 32px;
  vertical-align: bottom;
  font-size: 12px;
  color: #999;
  position: absolute;
  bottom: 0;
}
#wrap .p_list11 li .info .s1 {
  left: 0;
}
#wrap .p_list11 li .info .s1 > img {
  margin-right: 5px;
}
#wrap .p_list11 li .info .s2 {
  right: 0;
}

#wrap .p_list12 li {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0px;
  box-sizing: border-box;
  overflow: hidden;
}
#wrap .p_list12 li .head {
  float: left;
  width: 100px;
  height: 100px;
}
#wrap .p_list12 li .head1 {
  float: left;
  width: 120px;
  height: 90px;
}
#wrap .p_list12 li .head > img {
  width: 100px;
  height: 100px;
}
#wrap .p_list12 li .head1 > img {
  width: 120px;
  height: 90px;
}
#wrap .p_list12 li .info {
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#wrap .p_list12 li .title {
  font-size: 20px;
  white-space: normal;
  margin-bottom: 8px;
}
#wrap .p_list12 li .title a {
  display: block;
  line-height: 25px;
  color: #333;
}
#wrap .p_list12 li .bottom {
  height: 15px;
  font-size: 12px;
  color: #999;
}
#wrap .p_list12 li .bottom .look {
  color: #999;
  float: left;
}
#wrap .p_list12 li .bottom .look > img {
  margin-right: 5px;
}
#wrap .p_list12 li .bottom .date {
  float: right;
}
#wrap .p_list12 li .info .l {
  float: left;
  margin-bottom: 10px;
}
#wrap .p_list12 li .info .l > a {
  font-size: 18px;
  color: #333;
  vertical-align: top;
}
#wrap .p_list12 li .info .l > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
  text-align: center;
}
#wrap .p_list12 li .info .l > span > img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
#wrap .p_list12 li .info .r {
  float: right;
}
#wrap .p_list12 li .info .r > a {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-left: 10px;
}
#wrap .p_list12 li .info > p {
  line-height: 22px;
  font-size: 14px;
  color: #999;
}
#wrap .p_list12 li .info > .address {
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrap .p_list12 li .info > .brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#wrap .p_list13 .video {
  display: inline-block;
  width: 100%;
  height: 85px;
  position: relative;
}
#wrap .p_list13 .video .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
#wrap .p_list13 .video .play {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#wrap .p_list13 .head {
  width: 100%;
  line-height: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #434343;
  font-size: 12px;
}

#wrap .p_list14 > li > a > .title {
  margin-top: 5px;
  font-size: 12px;
  color: #333;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#wrap .p_list14 > li > a > .plays {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  padding: 0 10px;
}
#wrap .p_list14 > li:not(:first-child) > a {
  overflow: hidden;
  display: block;
  height: 170px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
}
#wrap .p_list14 > li:not(:first-child) > a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.4s;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
}
#wrap .p_list14 > li:not(:first-child) > a > img {
  width: 100%;
  height: 110px;
}

#wrap .p_list15 > li {
  text-indent: 10px;
}
#wrap .p_list15 .school {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
#wrap .p_list15 .school:hover {
  color: #08b4d9;
}
#wrap .p_list15 .pop {
  display: block;
  font-size: 14px;
  color: #999;
}
/*list end*/

/*li start*/
.p_li {
  height: 63px;
}
.p_li .head {
  float: left;
  width: 63px;
  height: 63px;
}
.p_li .info {
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.p_li .info .t {
  height: 31.5px;
  line-height: 31.5px;
  font-size: 16px;
}
.p_li .info .t > a {
  font-size: 18px;
  color: #333;
  vertical-align: top;
}
.p_li .info .t > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
  text-align: center;
}
.p_li .info .t > span > img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.p_li .info .b {
  height: 31.5px;
  line-height: 31.5px;
}
.p_li .info .b > a {
  line-height: 31.5px;
  font-size: 12px;
  color: #999;
  margin-right: 5px;
}

.p_li1 {
  height: 140px;
  padding: 20px 0px;
  box-sizing: border-box;
}
.p_li1 .zp {
  float: left;
  width: 110px;
  height: 100px;
}
.p_li1 .info {
  height: 100px;
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.p_li1 .info .text {
  height: 70px;
  line-height: 22px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p_li1 .info .b {
  height: 25px;
  line-height: 25px;
}
.p_li1 .info .b .l {
  float: left;
  height: 100%;
}
.p_li1 .info .b .l img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
}
.p_li1 .info .b .l > a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: top;
  font-size: 14px;
  color: #999;
}
.p_li1 .info .b .r {
  height: 100%;
  float: right;
}
.p_li1 .info .b .r > span {
  font-size: 14px;
  color: red;
  margin-right: 5px;
}
.p_li1 .info .b .r > span > img {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
}
.p_li1 .info .b .r > a {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}

.p_li2 {
  padding: 20px 0px;
  box-sizing: border-box;
}
.p_li2 .zp {
  display: block;
  width: 110px;
  height: 100px;
}
.p_li2 .info {
  box-sizing: border-box;
  overflow: hidden;
}
.p_li2 .info .text {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.p_li2 .info > ul {
  height: 100px;
  box-sizing: border-box;
  overflow: hidden;
}
.p_li2 .info .b {
  height: 40px;
  line-height: 40px;
}
.p_li2 .info .b .l {
  float: left;
  height: 100%;
}
.p_li2 .info .b .l img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: bottom;
  border-radius: 50%;
}
.p_li2 .info .b .l > a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #999;
  vertical-align: bottom;
}
.p_li2 .info .b .r {
  height: 100%;
  float: right;
}
.p_li2 .info .b .r > span {
  font-size: 14px;
  color: red;
  margin-right: 5px;
  vertical-align: middle;
}
.p_li2 .info .b .r > span > img {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
}
.p_li2 .info .b .r > a {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
  vertical-align: middle;
}

.p_li3 {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.p_li3 > a {
  display: inline-block;
  height: 100%;
  line-height: 30px;
  font-size: 16px;
}
.p_li3 > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-left: 3px;
}

.p_li4 {
  height: 60px;
}
.p_li4 > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.p_li4 .img {
  width: 40px;
  height: 40px;
  margin: 10px;
  float: left;
}
.p_li4 .info {
  overflow: hidden;
  margin: 10px 0px;
  box-sizing: border-box;
}
.p_li4 .info .t {
  height: 20px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  text-align: left;
  color: #474747;
}
.p_li4 .info .b {
  height: 20px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999;
  vertical-align: top;
}
/*li end*/

/*button start*/
#wrap .p_button {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 0px;
  cursor: pointer;
  margin: 0 auto;
  background: #08b3d9;
  color: #fff;
}
#wrap .p_button > a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
#wrap .p_button1 {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 20px 0px;
  margin: 0 auto;
}
#wrap .p_button1 > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #999;
}
/*button end*/

/*mark start*/
#wrap .p_mark {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: left;
  padding: 20px 0px;
}
/*mark end*/

/*link start*/
#wrap .p_link {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 40px 20px 40px;
  background: #ecedec;
}
#wrap .p_link li {
  display: inline-block;
  width: calc(100% / 6);
  padding: 10px 0px;
}
#wrap .p_link li > a {
  display: block;
  padding: 0px 2px;
  font-size: 14px;
  color: #939393;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*link end*/
/*line start*/
.l_color1 {
  border-color: #d9d9d9;
}
.l_color2 {
  border-color: #61bea7;
}
.l_color3 {
  border-color: #c9c9c9;
}
.l_color4 {
  border-color: #e6e6e6;
}
.l_color5 {
  border-color: #9178af;
}
.l_color6 {
  border-color: #a78871;
}
.l_width1 {
  border-width: 1px;
}
.l_width2 {
  border-width: 2px;
}
.l_top {
  border-top-style: solid;
}
.l_right {
  border-right-style: solid;
}
.l_bottom {
  border-bottom-style: solid;
}
.l_left {
  border-left-style: solid;
}
.l_border {
  border-style: solid;
}

.d_bottom {
  border-bottom-style: dotted !important;
}
/*line end*/
/*background start*/
.p_BGfafafa {
  background: #fafafa;
}
.p_hoverBGededed:hover {
  background: #ededed;
}
/*background end*/

/*before start*/
.p_before:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #08b4d9;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.p_before1:before {
  content: '';
  display: inline-block;
  border-right: 1px solid #d9d9d9;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
}
.p_before2:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto 0;
  height: 50%;
  width: 1px;
  background: #e6e6e6;
}
.p_after2:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto 0;
  height: 50%;
  width: 1px;
  background: #e6e6e6;
}
.p_before3:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #434343;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.p_before4:before {
  content: '回看';
  color: #fff;
  display: block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 5px;
  right: -30px;
  transform: rotate(45deg);
}
/*before end*/
/*tabs start*/
.p_linkage {
  height: 555px;
  position: relative;
}
.p_tabs {
  height: 35px;
  background: #fff;
}
.p_tabs .active {
  background: #f4f4f4;
  border-top: 2px solid #61bea7;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: none;
}
.p_tabs .noactive {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.p_tabs > a {
  display: inline-block;
  position: relative;
  width: calc(100% / 3);
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #4e4e4e;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
}

.p_tabs1 {
  height: 45px;
  background: #fbfbfb;
}
.p_tabs1 .active {
  background: #fff;
  border-top: 2px solid #61bea7;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: none;
}
.p_tabs1 > a {
  display: inline-block;
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #4e4e4e;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
}

.p_tabs2 {
  height: 60px;
  line-height: 60px;
}
.p_tabs2 .active {
  color: #08b4d9;
  border-bottom: 2px solid #08b4d9;
}
.p_tabs2 > a {
  color: #666;
  font-size: 16px;
  margin: 0px 25px;
}

.p_pages > ul {
  display: none;
}
/*tabs end*/
/*position start*/
.p_relative {
  position: relative;
}
/*position end*/
/*fontsize start*/
.p_a16 a {
  font-size: 16px !important;
}
/*fontsize end*/
/*textalign start*/
.p_ac a {
  text-align: center !important;
}
/*textalign end*/
/*lineHeight start*/
.lh-24 {
  line-height: 24px !important;
}
/*lineHeight end*/

/*translate start*/
.p_translate {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}
.p_translate:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.p_translate .down {
  font-size: 12px;
  color: #989898;
}
.p_translate .down > a {
  width: auto;
  height: auto;
  margin: 0;
  color: red;
}
.p_translate .text {
  margin: 5px 0px;
  font-size: 14px;
}
/*translate end*/
/*fontSzie start*/
.size12 {
  font-size: 12px !important;
}
.size14 {
  font-size: 14px !important;
}
.size16 {
  font-size: 16px !important;
}
.aSize16 a {
  font-size: 16px !important;
}
/*fontSize end*/
/*stars start*/
.p_stars {
  display: inline-block;
  width: 96px;
  height: 15px;
  text-align: left;
  background: url(../images/stars1.png) no-repeat center/cover;
}
.p_stars span,
.p_stars img {
  vertical-align: top;
}
.p_stars .stars0 {
  width: 96px;
  height: 15px;
}
.p_stars .stars1 {
  display: inline-block;
  width: 20%;
  height: 100%;
  overflow: hidden;
}
.p_stars .stars2 {
  display: inline-block;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.p_stars .stars3 {
  display: inline-block;
  width: 60%;
  height: 100%;
  overflow: hidden;
}
.p_stars .stars4 {
  display: inline-block;
  width: 80%;
  height: 100%;
  overflow: hidden;
}
.p_stars .stars5 {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*starts end*/
/*active start*/
.p_Fcolor {
  color: #08b4d9;
}
/*active end*/
/*color start*/
.c_999 {
  color: #999;
}
/*color end*/
/*show big picture start*/
.BP-container {
  width: 1200px;
  background: #fff;
  margin: auto;
  font-size: 0;
}
.BP-container a {
  box-shadow: 1px 1px 1px 1px #f1f1f1;
  position: relative;
  box-sizing: border-box;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
.BP-container a:hover {
  box-shadow: 2px 2px 2px 0px #ccc;
}
.BP-container a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.BP-layer {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
}
.BP-layer .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #777;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 3;
}
.BP-layer .close:hover {
  opacity: 0.8;
}
.BP-layer .close:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: '';
  width: 3px;
  height: 20px;
  background: #fff;
  transform: rotate(-45deg);
}
.BP-layer .close:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: '';
  width: 3px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
.BP-layer .prev {
  width: 45px;
  height: 60px;
  border-radius: 5px;
  background: #777;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 3;
}
.BP-layer .prev:hover {
  opacity: 0.8;
}
.BP-layer .prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-right: transparent;
  border-bottom: transparent;
  transform: rotate(-45deg);
}
.BP-layer .next {
  width: 45px;
  height: 60px;
  border-radius: 5px;
  background: #777;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 3;
}
.BP-layer .next:hover {
  opacity: 0.8;
}
.BP-layer .next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-right: transparent;
  border-bottom: transparent;
  transform: rotate(135deg);
}
.BP-layer img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.BP-bounce-right {
  animation: right 1s;
  -moz-animation: right 1s; /* Firefox */
  -webkit-animation: right 1s; /* Safari and Chrome */
  -o-animation: right 1s; /* Opera */
}
@keyframes right {
  from {
    left: -100px;
  }
  to {
    left: 0px;
  }
}

@-moz-keyframes right {
  from {
    left: -100px;
  }
  to {
    left: 0px;
  }
}

@-webkit-keyframes right {
  from {
    left: -100px;
  }
  to {
    left: 0px;
  }
}

@-o-keyframes right {
  from {
    left: -100px;
  }
  to {
    left: 0px;
  }
}
.BP-bounce-left {
  animation: left 1s;
  -moz-animation: left 1s; /* Firefox */
  -webkit-animation: left 1s; /* Safari and Chrome */
  -o-animation: left 1s; /* Opera */
}
@keyframes left {
  from {
    right: -100px;
  }
  to {
    right: 0px;
  }
}

@-moz-keyframes left {
  from {
    right: -100px;
  }
  to {
    right: 0px;
  }
}

@-webkit-keyframes left {
  from {
    right: -100px;
  }
  to {
    right: 0px;
  }
}

@-o-keyframes left {
  from {
    right: -100px;
  }
  to {
    right: 0px;
  }
}
/*show big picture end*/
/*img center start*/
.p_imgCenter {
  position: relative;
}
.p_imgCenter img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/*img center end*/

/*falls start*/
.p_falls {
  height: 1000px;
  font-size: 0;
  box-sizing: border-box;
  position: relative;
  padding-right: 10px;
}
.p_falls img {
  width: 100%;
  display: block;
}
.p_falls > li > a {
  display: block;
  width: 100%;
}
.p_falls > li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 30px) / 3);
  margin: 10px 0px 0px 10px;
  box-sizing: border-box;
}
.p_falls > li:not(:nth-child(3n + 1)) {
  margin-left: 10px;
}
/*falls end*/
/*bubble start*/
.p_bubble {
  position: relative;
}
.p_bubble .layer {
  opacity: 0;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s; /* Firefox 4 */
  -webkit-transition: opacity 0.5s; /* Safari 和 Chrome */
  -o-transition: opacity 0.5s; /* Opera */
}
.p_bubble .layer:before {
  opacity: 0;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: 25px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ededed;
  bottom: 100%;
}
.p_bubble:hover .layer {
  display: block;
  z-index: 999;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  margin: auto;
  background: #ededed;
  padding: 10px;
  max-width: 300px;
  color: #333;
  font-size: 14px;
  opacity: 1;
}
.p_bubble:hover .layer:before {
  opacity: 1;
}
/*bubble end*/
/*live start*/
.p_live > li:not(:first-child) {
  height: 170px;
}
.p_live > li:not(:first-child) img {
  width: 100%;
  height: 100%;
}
.p_live .pre {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p_live .pre .bottom {
  width: 100%;
  height: 26px;
  line-height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
.p_live .pre .bottom .title {
  font-size: 12px;
  color: #f2f2f2;
}
.p_live .pre .bottom .people {
  float: left;
  font-size: 12px;
  color: #f2f2f2;
}
.p_live .pre .bottom .praise {
  float: right;
  font-size: 12px;
  color: #f2f2f2;
}
.p_live .pre .bottom .comment {
  display: block;
  font-size: 12px;
  color: #f2f2f2;
  overflow: hidden;
  text-align: right;
  padding-right: 10px;
}
.p_live .pre.back:before {
  content: '回看';
  color: #fff;
  display: block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 5px;
  right: -30px;
  transform: rotate(45deg);
}
.p_live .pre.trailer:before {
  content: '预告';
  color: #fff;
  display: block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  background: rgba(6, 162, 227, 0.9);
  position: absolute;
  top: 5px;
  right: -30px;
  transform: rotate(45deg);
}
.p_live .link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin: 15px 0px;
}

.p_live .head {
  display: inline-block;
  height: 42px;
  overflow: hidden;
}
.p_live .head .h {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0px 10px;
}
.p_live .head .name {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  vertical-align: top;
}
.p_live .info {
  float: right;
  margin-right: 10px;
  height: 42px;
}
.p_live .info span {
  line-height: 42px;
  font-size: 14px;
  color: #5f5f5f;
  margin-left: 20px;
}

.p_liveDetails {
  padding: 10px 25px;
  overflow: hidden;
}
.p_liveDetails .col-1 {
  width: 300px;
  float: left;
}
.p_liveDetails .col-1 p {
  width: 300px;
  min-height: 30px;
  line-height: 22px;
  font-size: 15px;
}
.p_liveDetails .col-2 {
  width: 480px;
  float: right;
}
.p_liveDetails .col-2 p {
  width: 480px;
  min-height: 30px;
  line-height: 22px;
  font-size: 15px;
}
/*live end*/
/*moreLink start*/
.p_moreLink {
  height: 210px;
  overflow: hidden;
}
/*moreLink end*/

/*tempStyle start*/
.t_label {
  height: 35px;
  line-height: 35px;
}
.t_label p {
  display: inline;
  padding: 5px 10px;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 12px;
  color: #505050;
  margin-right: 10px;
}
.t_opt {
  position: relative;
  top: -18px;
  left: 8px;
}
.t_zjwd {
  color: #08b4d9;
  font-size: 16px;
  position: relative;
  top: -10px;
  left: 20px;
}
/*tempStyle end*/