@charset "utf-8";

/* CSS Document */


/*=====================通用样式定义========================*/
body, th, td {
    font-family: 'PT Sans','Microsoft YaHei','Hiragino Sans GB','宋体';
    color: #333;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
}

form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a,button{
    cursor: pointer;
}
input,
select {
    border: 0 none;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
}
button{
    background: none;
    border: none;
}
table,
td {
    font-size: 16px;
    padding: 0;
    border-collapse: collapse;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

.center{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
/* 通用浮动属性 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.clear1 {
    clear: both;
    line-height: 0;
    height: 0;
}
.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    height: 0;
}

/*文字对齐方式*/

.tc {
    text-align: center;
}

.ind {
    text-indent: 2em;
}


/*常用方法*/

.b {
    font-weight: bold;
}

.w80{
    width: 80px;
}
.w165{
    width: 165px;
}
/* 默认链接颜色 */

p {
    color: #333;
}

a {
    color: #333;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*清除链接虚框*/

:focus {
    outline: none;
}


/*针对Firfox*/

a,
area {
    blr: expression(this.onFocus=this.blur())
}



@font-face{
    font-family: 'PT Sans';
    src: url("//static-en.iprcc.org.cn/iprcc-org/font/PTsans.woff2") format("woff2"),
       url("//static-en.iprcc.org.cn/iprcc-org/font/PTsans.woff") format("woff"),
       url("//static-en.iprcc.org.cn/iprcc-org/font/PTsans.ttf") format("truetype"),
       url("//static-en.iprcc.org.cn/iprcc-org/font/PTsans.eot") format("embedded-opentype"),
       url("//static-en.iprcc.org.cn/iprcc-org/font/PTsans.svg") format("svg");
}

@font-face{
    font-family: 'PT Sans Bold';
    src: url("//static-en.iprcc.org.cn/iprcc-org/font/PTSans-Bold.woff2") format("woff2"),
       url("//static-en.iprcc.org.cn/iprcc-org/font/PTSans-Bold.woff") format("woff"),
       url("//static-en.iprcc.org.cn/iprcc-org/font/PTSans-Bold.ttf") format("truetype"),
       url("//static-en.iprcc.org.cn/iprcc-org/font/PTSans-Bold.eot") format("embedded-opentype"),
       url("//static-en.iprcc.org.cn/iprcc-org/font/PTSans-Bold.svg") format("svg");
}
@charset "UTF-8";
@font-face {
  /*font-family: 'Roboto';*/
  /*src: url('http://topic.visitbeijing.com.cn/site/font/robot/Roboto-Light.ttf');*/
  /*src: url("../Roboto-Light.ttf"); */
}
h5,p,a{
    word-break: break-word;
}
body, th, td {
  font-size: 12px;
  font-family: 'PT Sans', 'Roboto','Arial','Microsoft YaHei';
  color: #333; }

.center {
  width: 1400px;
  height: auto !important;
  position: relative;
  margin: 0 auto;
  text-align: left !important; }
input::-webkit-input-placeholder{
    color:#ffffff;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ffffff;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ffffff;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ffffff;
}
/*导航*/
.header-down {
  text-align: center;
  height: 50px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
  background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/linkBG.png) no-repeat center;
  background: rgba(21, 87, 203, 0.9);
}

.nav {
  /*width: 1290px;*/
  display: inline-block;
  margin: 0 auto;
  text-align: center; }

.nav .nLi {
  float: left;
  position: relative;
  height: 50px;
  line-height: 50px; }
  
.nav .nLi:hover h3 a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 100%;
  height: 10px;
  border-radius: 6px;
  z-index: 10;
  background: #1866ED; }
  
.nav .nLi0:hover h3 a:after{
    display: none;
}
.nav .nLi0:after {
    display: none;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  height: 6px;
  border-radius: 6px;
  width: 60%;
  background: #DD900A; }

/*.nav .nLi0:hover:after {*/
  /*width: 40%;*/
/*  background: #DD900A; }*/

.nav .nLi:hover .sub {
  top: 52px; }

.nav .nLi h3 {
  float: left;
  padding: 0 40px;
  font-size: 16px;
  height: 100%; }

.nav .nLi h3 a {
  display: block;
  position: relative;
  /*padding: 0px 10px;*/
  height: 18px;
  color: #F2F2F2;
  font-weight: 700;
  font-family: 'PT Sans Bold';
  height: 100%; }

.nav li span {
  float: left;
  width: 1px;
  height: 18px;
  background: #568DFF;
  margin-top: 16px; }

.nav .sub {
    left: 50%;
    transform: translateX(-50%);
  display: none;
  width: 100%;
  top: 52px;
  position: absolute;
  background: #fff;
  line-height: 26px;
  padding: 15px 2px;
  overflow: hidden;
  border: 0px solid #fff;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 16px;
  z-index: 100;
  margin-top: -7px;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }

.nav .sub.sub1 {
  width: 195px; }

.nav .sub.sub2 {
  width: 180px; }

.nav .sub.sub3 {
  width: 230px; }

.nav .sub.sub4 {
  width: 250px; }

.nav .sub.sub5 {
  width: 230px; }

.nav .sub.sub6 {
  width: 230px; }

.nav .sub.sub7 {
  width: 270px; }

.nav .sub.sub8 {
  width: 130px; }

.nav .sub li {
  line-height: 30px;
  /*white-space: nowrap;*/
  zoom: 1;
  text-align: center; }

.nav .sub li:hover {
  background: #E9EDF5; }

.nav .sub a {
  display: block;
  line-height: 26px;
  text-align: left;
  padding: 5px 15px;
  font-weight: 400;
  color: #262626; }

/*焦点图s*/
#foucsBoxCC {
  width: 1400px;
  height: 500px;
  border-radius: 3px;
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding: 0; }

#foucsBoxCC .imgCon {
  width: 1400px;
  height: 500px;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  overflow: hidden; }
  
#foucsBoxCC .imgCon li {
  float: left;
  width: 1400px;
  height: 500px;
  overflow: hidden;
  position: relative; }

#foucsBoxCC .imgCon li img {
  border: 0;
  width: 100%;
  min-height: 100%;
}

#foucsBoxCC .imgCon li .imgTitle {
  width: 1360px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  z-index: 20;
  padding-left: 40px;
  background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/Gradient.png) left top repeat; }

#foucsBoxCC .imgCon li .imgTitle .imgB {
  position: absolute;
  bottom: 22px;
  left: 40px; }

#foucsBoxCC .imgCon li .imgTitle a {
  display: block;
  width: 1060px;
  line-height: 30px;
  font-size: 30px;
  line-height: 30px;
  height: 63px;
  color: #fff;
  font-weight: 200;
  zoom: 1;
  overflow: hidden; }

#foucsBoxCC .imgCon li .imgTitle span {
  display: block;
  width: 1080px;
  max-height: 50px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  zoom: 1;
  overflow: hidden; }

#foucsBoxCC .showPage {
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  width: 340px;
  height: 60px; }

#foucsBoxCC .foucs {
  position: absolute;
  right: 70px;
  bottom: 40px;
  z-index: 30;
  height: 30px; }

#foucsBoxCC .foucs a {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: rgba(255, 183, 59, 0.4);
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%; }

#foucsBoxCC .foucs a.selected {
  background: #FFB73B;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -5px;
  font-size: 20px; }

#foucsBoxCC .foucsButton {
  width: 130px;
  height: 500px;
  position: absolute;
  z-index: 4;
  top: 0; }

#foucsBoxCC .foucsButton span {
  display: inline;
  width: 130px;
  height: 500px;
  cursor: pointer;
  overflow: hidden;
  background-size: 17px 34px;
  position: relative;
  z-index: 10; }

#foucsBoxCC .foucsButton img {
  display: none;
  cursor: pointer;
  border-width: 0px;
  vertical-align: middle;
  width: 100px;
  height: 56px; }

#foucsBoxCC .lBtn {
  left: 0; }

#foucsBoxCC .lBtn span {
  float: left;
  background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/left.png) 50px 200px no-repeat;
  background-size: 17px 34px; }

#foucsBoxCC .lBtn span:hover {
  opacity: .8; }

#foucsBoxCC .lBtn img {
  float: left; }

#foucsBoxCC .rBtn {
  right: 0; }

#foucsBoxCC .rBtn span {
  float: right;
  background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/right.png) 50px 200px no-repeat;
  background-size: 17px 34px; }

#foucsBoxCC .rBtn span:hover {
  opacity: .8; }

#foucsBoxCC .rBtn img {
  float: right; }

/*焦点图*/
.box {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1400px;
  overflow: hidden;
  position: relative; }
  .box .heads {
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/banner01.png) center no-repeat;
    height: 499px;
    padding-top: 1px; }
    .box .heads .header {
      position: absolute;
      width: 100%;
      height: 60px;
      left: 0px;
      top: 0px;
      background: rgba(255, 255, 255, 0.05); }
      .box .heads .header .fl {
        height: 60px;
        left: 260px;
        top: 13px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 60px;
        color: #FFFFFF; }
      .box .heads .header .fr.search {
        padding-top: 12.5px;
        position: relative; }
        .box .heads .header .fr.search .input {
          box-sizing: border-box;
          width: 200px;
          height: 35px;
          line-height: 35px;
          padding-right: 50px;
          border: none;
          background: #3783FC;
          border: 1px solid #2A6AE3;
          box-sizing: border-box;
          border-radius: 100px;
          font-size: 14px;
          color: #ffffff;
          margin-right: 10px;
          text-indent: 14px; }
        .box .heads .header .fr.search span {
          top: 23.5px;
          left: 173px;
          width: 13px;
          height: 13px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/search.png) center no-repeat;
          background-size: 100%;
          cursor: pointer;
          position: absolute; }
        .box .heads .header .fr.search .eng {
          width: 90px;
          height: 35px;
          top: 13px;
          background: #3783FC;
          border-radius: 100px;
          text-align: center;
          font-size: 14px;
          line-height: 35px;
          color: #FFFFFF; }
        .box .heads .header .fr.search .email {
          width: 50px;
          height: 35px;
          border-radius: 100px;
          background: #3783FC;
          margin-left: 10px; }
          .box .heads .header .fr.search .email i {
            width: 21px;
            height: 15px;
            display: block;
            background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/mail.png) center no-repeat;
            background-size: 100%;
            margin: 0 auto;
            margin-top: 10px; }
    .box .heads .bannerTit {
      margin: 0 auto;
      margin-top: 120px;
      width: 416px;
      height: 100px;
      background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/tit_new_in.svg) center no-repeat;
      background-size: 100%; }
    .box .heads {
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/banner01.png) bottom center no-repeat;
        height: 349px;}
    .box .part1 .part0 {
        margin-top: -140px;
    }
    .box .heads .bannerTit{
        margin-top: 85px;
    }
  .box .part1 {
    height: 1269px;
    padding-top: 1px;
    position: relative;
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/BG_1.png) center no-repeat; }
    .box .part1 .part0 {
      position: relative; }
    .box .part1 .news-report {
      margin-top: 40px; }
      .box .part1 .news-report .news {
        width: 870px;
        padding-left: 40px;
        padding-right: 40px;
        height: 550px;
        position: relative;
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/bg1-1.png) top center no-repeat; 
        background-size: 100% auto;}
        .box .part1 .news-report .news .head {
          padding-top: 30px;
          padding-bottom: 30px; }
          .box .part1 .news-report .news .head h4 {
            width: 129px;
            height: 30px;
            background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/news_en.png) center no-repeat;
            background-size: 100%; }
          .box .part1 .news-report .news .head a.more {
            width: 70px;
            height: 30px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            box-sizing: border-box;
            border-radius: 100px;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            color: #FFFFFF;
            font-style: italic; }
        .box .part1 .news-report .news .tops h5 {
          font-weight: 400;
          font-size: 30px;
          line-height: 35px;
          overflow: hidden;
          max-height: 70px;
          padding-bottom: 5px;
          margin-bottom: 17px;
          min-height: 70px;
          color: #FFFFFF; }
          
          .box .part1 .news-report .news .tops h6 {
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          overflow: hidden;
          max-height: 40px;
          margin-bottom: 20px;
          min-height: 40px;
          color: #FFFFFF; }
          .box .part2 .slideTxtBox1 .bd ul.bd1 li .text p,.box .part2 .slideTxtBox1 .bd ul.bd2 li .text p,
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .text p,.box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .text p{
              color: #7D7D7D!important;
          }
        .box .part1 .news-report .news .tops p {
            width: 800px;
            font-size: 14px;
            line-height: 23px;
            max-height: 46px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-top: 5px;
            margin-bottom: 18px;
            color: #BCDDFF;
            display: none;
          }
        .box .part1 .news-report .news .bottoms {
          height: 248px;
          margin-top: 34px;
          /*position: absolute;*/
          /*bottom: 7px;*/
          /*left: 40px; */
        }
          .box .part1 .news-report .news .bottoms ul {
            width: 110%; }
            .box .part1 .news-report .news .bottoms ul li {
              width: 270px;
              float: left;
              margin-right: 30px; }
              .box .part1 .news-report .news .bottoms ul li .pics {
                display: block;
                width: 100%;
                height: 180px;
                overflow: hidden;
                margin-bottom: 10px;
                border-radius: 3px; }
                .box .part1 .news-report .news .bottoms ul li .pics img {
                  height: 100%;
                  min-width: 180px;
                  width:100%;}
              .box .part1 .news-report .news .bottoms ul li p {
                font-size: 16px;
                line-height: 20px;
                font-weight: 400;
                height: 60px;
                overflow: hidden;
                color: #262626; }
                .box .part1 .news-report .news .bottoms ul li p a{
                    color: #262626;
                }
      .box .part1 .news-report .report {
        position: relative;
        width: 400px;
        height: 550px;
        overflow: hidden;
        border: 1px solid #DFDFDF;
        box-sizing: border-box;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
        border-radius: 3px; }
        .box .part1 .news-report .report .head {
          height: 95px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/gonggao_en.png) left center no-repeat;
          background-size: auto 100%; }
          .box .part1 .news-report .report .head a.more {
            float: right;
            width: 70px;
            height: 30px;
            background: #0065CE;
            box-sizing: border-box;
            border-radius: 100px;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            color: #FFFFFF;
            font-style: italic;
            margin-right: 30px;
            margin-top: 35px; }
        .box .part1 .news-report .report ul li {
          border-top: 1px solid #E4F2EC;
          padding-top: 14px;
          padding-left: 30px;
          padding-right: 20px;
          padding-bottom: 10px;
          position: relative; }
          .box .part1 .news-report .report ul li p {
            font-size: 16px;
            line-height: 20px;
            max-height: 40px;
            width: 350px;
            font-weight: 400;
            overflow: hidden; }
            .box .part1 .news-report .report ul li p a {
              color: #262626; }
          .box .part1 .news-report .report ul li span {
            font-size: 12px;
            line-height: 25px;
            height: 25px;
            color: #999999; }
        .box .part1 .news-report .report ul li:before {
          content: '';
          position: absolute;
          top: 19px;
          left: 0;
          width: 10px;
          height: 20px;
          background: #E5F0EA; }
        .box .part1 .news-report .report ul .li1 {
          padding-top: 19px; }
          .box .part1 .news-report .report ul .li1 p {
            font-weight: 400;
            font-size: 30px;
            line-height: 35px;
            max-height: 70px; }
        .box .part1 .news-report .report ul .li1:before {
          top: 24px; }
  .box .part2 {
    height: 550px;
    position: relative;
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/bg2-2.png) center no-repeat; }
    .box .part2 .slideTxtBox1 {
      width: 1400px;
      overflow: hidden;
      position: relative; }
    .box .part2 .slideTxtBox1 .hd {
      height: 140px;
      /*width: 1200px;*/
      line-height: 140px;
      /*overflow: hidden;*/
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -600px;
      z-index: 100; }
    .box .part2 .slideTxtBox1 .hd ul {
      width: 110%;
      white-space: nowrap;
      margin: 0 auto; }
    .box .part2 .slideTxtBox1 .hd ul li {
        opacity: .8;
        /*letter-spacing: -0.5px;*/
      float: left;
      cursor: pointer;
      font-size: 20px;
      font-weight: 400;
      color: #0065CE;
      font-style: italic;
      margin-right: 45px;
      text-align: center;
     }
    .box .part2 .slideTxtBox1 .hd ul li.exp {
      margin-right: 0; }
    .box .part2 .slideTxtBox1 .hd ul li.on {
      text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      opacity: 1;
      font-weight: 700; }
    .box .part2 .slideTxtBox1 .hd ul li:hover {
      text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      font-weight: 700; }
    .box .part2 .hd .prev, .box .part2 .hd .next {
      width: 17px;
      height: 34px;
      position: absolute;
      left: -50px;
      top: 51px;
      overflow: hidden;
      cursor: pointer;
      background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/left001.png) center no-repeat;
      background-size: 100%; }
    .box .part2 .hd .next {
      background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/right001.png) center no-repeat;
      background-size: 100%;
      right: -50px;
      left: auto; }
    .box .part2 .hd .prevStop {
      background-position: -60px 0; }
    .box .part2 .hd .nextStop {
      background-position: -60px -50px; }
    .box .part2 .slideTxtBox1 .bd ul li .head h4{
        font-weight: 400;
    }
    /*.box .part2 .slideTxtBox1 .hd ul li {*/
    /*  text-indent: -10000px; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li1 {*/
    /*  width: 144px;*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/ResearchTrends.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li2 {*/
    /*  width: 230px;*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/PovertyReductionTraining.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li3 {*/
    /*  width: 167px;*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/ExchangeActivities.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li4 {*/
    /*  width: 175px;*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/ForeignCooperation.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li5 {*/
    /*  width: 249px;*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/ForeignInvestmentProjects.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li1.on {*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/ResearchTrends_b.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li2.on {*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/PovertyReductionTraining_b.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li3.on {*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/ExchangeActivities_b.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li4.on {*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/ForeignCooperation_b.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    /*.box .part2 .slideTxtBox1 .hd ul li.li5.on {*/
    /*  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/ForeignInvestmentProjects_b.png) center no-repeat;*/
    /*  background-size: 100% auto; }*/
    .box .part2 .slideTxtBox1 .bd {
      position: relative; }
    .box .part2 .slideTxtBox1 .bd ul {
      padding-top: 140px;
      padding-bottom: 80px;
      height: 330px; }
     .box .part2 .slideTxtBox1 .bd ul li .text h5 a{
         word-break: break-word;
     }
    .box .part2 .slideTxtBox1 .bd ul.bd1 {
      background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/Group_469.png) -310px 0 no-repeat;
      width: 110%; }
      .box .part2 .slideTxtBox1 .bd ul.bd1 li {
        width: 440px;
        height: 330px;
        margin-right: 40px;
        float: left;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        background: #ffffff; }
        .box .part2 .slideTxtBox1 .bd ul.bd1 li .head {
          height: 80px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/title_BG.png) left center no-repeat;
          background-size: auto 100%; }
          .box .part2 .slideTxtBox1 .bd ul.bd1 li .head h4 {
            font-size: 16px;
            line-height: 20px;
            color: #0065CE;
            max-width: 245px;
            font-style: italic;
            margin-left: 28px;
            margin-top: 33px; }
            .box .part2 .slideTxtBox1 .bd ul.bd04 li.li01 h4 {
                width: 335px;
                margin-left: 15px; }
        .box .part2 .slideTxtBox1 .bd ul.bd04 li.li02 h4 {
            width: 220px; }
          .box .part2 .slideTxtBox1 .bd ul.bd1 li .head a.more {
            width: 64px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background: #0065CE;
            border-radius: 100px;
            margin-right: 26px;
            margin-top: 32px;
            font-size: 14px;
            color: #FFFFFF;
            font-style: italic; }
        .box .part2 .slideTxtBox1 .bd ul.bd04.bd4 li.li0 .text,.box .part2 .slideTxtBox1 .bd ul.bd2 li .text{
            margin-top: 13px;
        }
        .box .part2 .slideTxtBox1 .bd ul.bd1 li .text {
          margin-top: -7px;
          padding-left: 30px;
          padding-right: 30px; }
          .box .part2 .slideTxtBox1 .bd ul.bd1 li .text h5 {
            font-weight: 400;
            font-size: 30px;
            line-height: 40px;
            max-height: 120px;
            overflow: hidden;
            margin-bottom: 10px; }
            .box .part2 .slideTxtBox1 .bd ul.bd1 li .text h5 a {
              color: #262626; }
          .box .part2 .slideTxtBox1 .bd ul.bd1 li .text p {
            font-size: 14px;
            line-height: 20px;
            color: #262626;
            max-height: 80px;
            overflow: hidden;
            font-weight: 400;
            padding-right: 20px; }
        .box .part2 .slideTxtBox1 .bd ul.bd1 li .text1 {
          margin-top: -7px; }
          .box .part2 .slideTxtBox1 .bd ul.bd1 li .text1 a {
            display: block;
            height: 200px;
            overflow: hidden; }
            .box .part2 .slideTxtBox1 .bd ul.bd1 li .text1 a img {
              height: 100%;
              min-width: 100%; }
          .box .part2 .slideTxtBox1 .bd ul.bd1 li .text1 h5 {
            width: 400px;
            height: 25px;
            overflow: hidden;
            margin-left: 20px;
            margin-top: 15px;
            color: #262626;
            font-weight: 400;
            font-size: 16px;
            line-height: 25px; }
    .box .part2 .slideTxtBox1 .bd ul.bd2 {
      background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/Group_469.png) -210px 0 no-repeat;
      width: 110%; }
      .box .part2 .slideTxtBox1 .bd ul.bd2 li {
        width: 680px;
        height: 330px;
        margin-right: 40px;
        float: left;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        background: #ffffff;
        padding-left: 200px;
        box-sizing: border-box;
        position: relative; }
        .box .part2 .slideTxtBox1 .bd ul.bd2 li a.pic {
          width: 200px;
          height: 330px;
          overflow: hidden;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 100; }
          .box .part2 .slideTxtBox1 .bd ul.bd2 li a.pic img {
            height: 100%;
            min-width: 100%; }
        .box .part2 .slideTxtBox1 .bd ul.bd2 li .head {
          height: 80px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/title_BG.png) left center no-repeat;
          background-size: auto 100%; }
          .box .part2 .slideTxtBox1 .bd ul.bd2 li .head h4 {
            font-size: 16px;
            line-height: 20px;
            color: #0065CE;
            font-style: italic;
            margin-left: 28px;
            margin-top: 33px; }
          .box .part2 .slideTxtBox1 .bd ul.bd2 li .head a.more {
            width: 64px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background: #0065CE;
            border-radius: 100px;
            margin-right: 26px;
            margin-top: 32px;
            font-size: 14px;
            color: #FFFFFF;
            font-style: italic; }
        .box .part2 .slideTxtBox1 .bd ul.bd2 li .text {
          margin-top: -7px;
          padding-left: 30px;
          padding-right: 30px; }
          .box .part2 .slideTxtBox1 .bd ul.bd2 li .text h5 {
            font-weight: 400;
            font-size: 30px;
            line-height: 40px;
            max-height: 120px;
            overflow: hidden;
            margin-bottom: 10px; }
            .box .part2 .slideTxtBox1 .bd ul.bd2 li .text h5 a {
              color: #262626; }
          .box .part2 .slideTxtBox1 .bd ul.bd2 li .text p {
            color: #262626;
            max-height: 80px;
            overflow: hidden;
            padding-right: 20px;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px; }
    .box .part2 .slideTxtBox1 .bd ul.bd3 {
      background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/Group_469.png) -10px 0 no-repeat;
      width: 110%; }
      .box .part2 .slideTxtBox1 .bd ul.bd3 li {
        width: 260px;
        height: 330px;
        margin-right: 25px;
        float: left;
        filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.15));
        border-radius: 3px;
        box-sizing: border-box;
        overflow: hidden; }
        .box .part2 .slideTxtBox1 .bd ul.bd3 li img {
          height: 100%;
          min-width: 100%; }
    .box .part2 .slideTxtBox1 .bd ul.bd04 {
      background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/Group_469.png) 210px 0 no-repeat; }
      .box .part2 .slideTxtBox1 .bd ul.bd04 li.li01 .text {
        margin-top: 20px; }
      .box .part2 .slideTxtBox1 .bd ul.bd04 li.li01 h4 {
        width: 335px;
        margin-left: 15px; }
      .box .part2 .slideTxtBox1 .bd ul.bd04 li.li02 .text {
        margin-top: 20px; }
      .box .part2 .slideTxtBox1 .bd ul.bd04 li.li02 h4 {
        width: 220px; }
    .box .part2 .slideTxtBox1 .bd ul.bd4 {
      background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/Group_469.png) 410px 0 no-repeat;
      width: 110%; }
      .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 {
        width: 880px;
        height: 330px;
        margin-right: 40px;
        float: left;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/Partner_icon_1.png) 713px 262px no-repeat #ffffff;
        background-size: 120px 44px;
        padding-left: 400px;
        box-sizing: border-box;
        position: relative; }
        .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 a.pic {
          width: 400px;
          height: 330px;
          overflow: hidden;
          position: absolute;
          left: 0;
          top: 0; }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 a.pic img {
            height: 100%;
            min-width: 100%; }
        .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .head {
          height: 80px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/title_BG.png) left center no-repeat;
          background-size: auto 100%; }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .head h4 {
            font-size: 16px;
            line-height: 20px;
            color: #0065CE;
            font-style: italic;
            margin-left: 28px;
            margin-top: 33px; }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .head a.more {
            width: 64px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background: #0065CE;
            border-radius: 100px;
            margin-right: 26px;
            margin-top: 32px;
            font-size: 14px;
            color: #FFFFFF;
            font-style: italic; }
        .box .part2 .slideTxtBox1 .bd ul.bd04 li.li0,.box .part2 .slideTxtBox1 .bd ul.bd04 li.li1{
            background: #ffffff!important;
        }
        .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .text {
          margin-top: -7px;
          padding-left: 30px;
          padding-right: 30px; }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .text h5 {
            font-weight: 400;
            font-size: 30px;
            line-height: 40px;
            max-height: 120px;
            overflow: hidden;
            margin-bottom: 10px; }
            .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .text h5 a {
              color: #262626; }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .text p {
            color: #262626;
            max-height: 80px;
            overflow: hidden;
            padding-right: 20px;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px; }
      .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 {
        width: 480px;
        height: 330px;
        float: left;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/Partner_icon_2.png) 319px 260px no-repeat #ffffff;
        background-size: 120px 44px; }
        .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .head {
          height: 80px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/title_BG.png) left center no-repeat;
          background-size: auto 100%; }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .head h4 {
            font-size: 16px;
            line-height: 20px;
            color: #0065CE;
            font-style: italic;
            margin-left: 28px;
            margin-top: 33px;
            width: 230px; }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .head a.more {
            width: 64px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background: #0065CE;
            border-radius: 100px;
            margin-right: 26px;
            margin-top: 32px;
            font-size: 14px;
            color: #FFFFFF;
            font-style: italic; }
        .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .text {
          margin-top: -7px;
          padding-left: 30px;
          padding-right: 30px; }
          .box .part2 .slideTxtBox1 .bd ul.bd4.bd04 li.li1 .text{
            margin-top: 13px;

          }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .text h5 {
            font-weight: 400;
            font-size: 30px;
            line-height: 40px;
            max-height: 120px;
            overflow: hidden;
            margin-bottom: 10px; }
            .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .text h5 a {
              color: #262626; }
          .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .text p {
            color: #262626;
            max-height: 80px;
            overflow: hidden;
            padding-right: 20px;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px; }
  .box .part3 {
    padding: 50px 0;
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/BG_3.png) center no-repeat; }
    .box .part3 a {
      text-align: center;
      display: block;
      /*height: 140px;*/
      /*overflow: hidden; */
    }
     .box .part3 a img{
        /*box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);*/
        border-radius: 3px;
        height: 140px;
      }
  .box .part4 {
    height: 600px;
    position: relative;
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/BG_4.png) center no-repeat; }
    .box .part4 .video-info .video {
      width: 500px;
      position: relative; }
      .box .part4 .video-info .video .head {
        padding-top: 40px;
        padding-bottom: 30px; }
        .box .part4 .video-info .video .head h4 {
          width: 294px;
          height: 60px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/3g/index/v_head_en.png) center no-repeat;
          background-size: 100%; }
        .box .part4 .video-info .video .head a.more {
          font-style: italic;
          width: 70px;
          height: 30px;
          box-sizing: border-box;
          border-radius: 100px;
          font-size: 14px;
          line-height: 30px;
          text-align: center;
          color: #FFFFFF;
          background: #0065CE; }
      .box .part4 .video-info .video .inner {
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        min-height: 300px; }
        .box .part4 .video-info .video .inner .fl {
          background: #FFFFFF;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
          border-radius: 3px; }
        .box .part4 .video-info .video .inner a.pic {
          display: block;
          width: 500px;
          height: 333px;
          overflow: hidden;
          position: relative;
          border-radius: 3px 3px 0px 0px; }
          .box .part4 .video-info .video .inner a.pic img {
            height: 100%;
            min-width: 100%; }
            
        .box .part4 .video-info .video .inner a.pic:before {
          position: absolute;
          content: '';
          width: 50px;
          height: 50px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/video.png) center no-repeat;
          background-size: 100%;
          left: 20px;
          bottom: 17px; }
        .box .part4 .video-info .video .inner p{
            padding: 17px 20px;
            font-weight: 400;
            font-size: 20px;
            line-height: 30px;
            max-height: 60px;
            overflow: hidden;
            color: #262626;
        }
        .box .part4 .video-info .video .inner .inner0 {
          width: 300px;
          padding-top: 50px;
          height: 350px;
          position: relative; }
          .box .part4 .video-info .video .inner .inner0 a:before {
            width: 25px;
            height: 25px;
            left: 15px;
            bottom: 15px; }
          .box .part4 .video-info .video .inner .inner0 p {
            width: 250px;
            font-weight: 400;
            font-size: 30px;
            line-height: 40px;
            color: #262626;
            max-height: 280px;
            overflow: hidden;
            margin-left: 30px; }
          .box .part4 .video-info .video .inner .inner0 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 20px;
            color: #000000;
            position: absolute;
            left: 30px;
            bottom: 20px; }
    .box .part4 .video-info .info {
      position: relative;
      width: 730px;
      /*height: 550px;*/
      overflow: hidden;
      box-sizing: border-box; }
      .box .part4 .video-info .info .head {
        padding-top: 40px;
        padding-bottom: 30px; }
        .box .part4 .video-info .info .head h4 {
          width: 265px;
          height: 60px;
          background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/info_en.png) center no-repeat;
          background-size: 100%; }
        .box .part4 .video-info .info .head a.more {
          font-style: italic;
          width: 70px;
          height: 30px;
          box-sizing: border-box;
          border-radius: 100px;
          font-size: 14px;
          line-height: 30px;
          text-align: center;
          color: #FFFFFF;
          background: #0065CE; }
      .box .part4 .video-info .info ul li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 20px; }
        .box .part4 .video-info .info ul li p {
          font-weight: 400;
          font-size: 18px;
          line-height: 25px;
          max-height: 75px;
          width: 660px;
          overflow: hidden; }
          .box .part4 .video-info .info ul li p a {
            color: #262626; }
        .box .part4 .video-info .info ul li span {
          font-size: 14px;
          line-height: 20px;
          max-height: 60px;
          color: #262626;
          margin-top: 10px;
          overflow: hidden;
          display: block; }
      .box .part4 .video-info .info ul li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: #A4BECA; }
      .box .part4 .video-info .info ul .li1 {
        margin-bottom: 30px; }
        .box .part4 .video-info .info ul .li1 p {
          font-weight: 400;
          font-size: 40px;
          line-height: 45px;
          max-height: 90px;
          overflow: hidden; }
  .box .part5 {
    height: 490px;
    position: relative;
    z-index: 11;
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/BG_5.png) center no-repeat; }
    .box .part5 .head {
      padding-top: 60px;
      padding-bottom: 30px; }
      .box .part5 .head h4 {
        width: 216px;
        height: 30px;
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/zlzx_en.png) center no-repeat;
        background-size: 100%; }
      .box .part5 .head a.more {
        width: 70px;
        height: 30px;
        box-sizing: border-box;
        border-radius: 100px;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        background: #0065CE;
        font-style: italic; }
    .box .part5 ul {
      width: 110%; }
      .box .part5 ul li {
        float: left;
        margin-right: 76px;
        width: 219px;
        height: 293px; }
        .box .part5 ul li img {
          width: 100%;
          height: 100%; }
  .box .part6 {
    height: 480px;
    position: relative;
    z-index: 10;
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/BG_6.png) top center no-repeat; }
    .box .part6 .head {
      padding-top: 60px;
      padding-bottom: 30px; }
      .box .part6 .head h4 {
        width: 134px;
        height: 30px;
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/sjzx_en.png) center no-repeat;
        background-size: 100%; }
    .box .part6 ul {
      width: 110%; }
      .box .part6 ul li {
        float: left;
        margin-right: 3px;
        width: 170px;
        text-align: center; }
        .box .part6 ul li img {
          width: 100%;
          height: 170px; }
        .box .part6 ul li p {
          font-family: 'PT Sans','Roboto';
          font-weight: 100;
          font-size: 50px;
          line-height: 50px;
          color: #0065CE;
          margin-top: 11px;
          margin-bottom: 5px;
          height: 50px; }
          .box .part6 ul li p i {
            font-style: normal;
            font-size: 18px; }
        .box .part6 ul li span {
          display: block;
          font-style: italic;
          font-size: 14px;
          line-height: 18px;
          text-align: center;
          color: #262626;
          transform: matrix(1, 0, 0.02, 1, 0, 0); }
  .box .part7 {
    height: 120px;
    position: relative;
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/BG_7.png) center no-repeat;
    background-size: 100% 100%; }
    .box .part7 .partner {
      position: relative;
      height: 120px; }
    .box .part7 .partner span{
        width: 450px;
        height: 74px;
        margin-top: 23px;
        border-radius: 10px;
    }
    .box .part7 .partner span.sp2{
        margin: 23px 20px;
    }
    .box .part7 .partner span.sp1{
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/foot01.png) left center no-repeat;
    }
    .box .part7 .partner span.sp2{
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/foot02.png) left center no-repeat;
    }
    .box .part7 .partner span.sp3{
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/foot03.png) left center no-repeat;
    }
    
      
      
      
      /*.box .part7 .partner .lefts {*/
      /*  position: absolute;*/
      /*  left: 0;*/
      /*  top: 40px; }*/
      /*.box .part7 .partner .i1 {*/
      /*  float: left;*/
      /*  width: 1px;*/
      /*  height: 40px;*/
      /*  background: #4486EE; }*/
      /*.box .part7 .partner .sp1 {*/
      /*  float: left;*/
      /*  line-height: 40px;*/
      /*  font-size: 20px;*/
      /*  color: #68A5E5;*/
      /*  margin: 0 40px;*/
      /*  font-weight: bold;*/
      /*  color: #68A5E5;*/
      /*  font-style: italic; }*/
      /*.box .part7 .partner .rights {*/
      /*  position: absolute;*/
      /*  left: 191px;*/
      /*  top: 0;*/
      /*  overflow: hidden; }*/
      /*  .box .part7 .partner .rights ul {*/
      /*    font-style: italic;*/
      /*    width: 110%;*/
      /*    border-bottom: 1px solid #4486EE; }*/
      /*    .box .part7 .partner .rights ul li {*/
      /*      float: left;*/
      /*      width: 250px;*/
      /*      margin-right: 50px; }*/
      /*      .box .part7 .partner .rights ul li h6 {*/
      /*        font-weight: bold;*/
      /*        margin-top: 34px;*/
      /*        font-size: 22px;*/
      /*        line-height: 30px;*/
      /*        color: #FFFFFF; }*/
      /*      .box .part7 .partner .rights ul li p {*/
      /*        font-weight: 400;*/
      /*        font-size: 14px;*/
      /*        line-height: 16px;*/
      /*        color: #A9CEF4;*/
      /*        margin-bottom: 24px; }*/
      /*.box .part7 .partner .rights1 {*/
      /*  position: absolute;*/
      /*  top: auto;*/
      /*  bottom: 15px; }*/
      /*  .box .part7 .partner .rights1 ul {*/
      /*    border: 0 none; }*/
      /*    .box .part7 .partner .rights1 ul li {*/
      /*      width: 180px;*/
      /*      margin-right: 45px; }*/
      /*  .box .part7 .partner .rights1 ul li h6 {*/
      /*    font-size: 16px;*/
      /*    line-height: 20px;*/
      /*    margin-bottom: 2px;*/
      /*    margin-top: 25px; }*/
  .box .wb {
    width: 30px;
    height: 110px;
    box-sizing: border-box;
    border-radius: 3px;
    position: fixed;
    bottom: 265px;
    z-index: 2000;
    left: 50%;
    margin-left: 720px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #262626;

    /*width: 30px;*/
    /*height: 110px;*/
    /*padding: 0 5px;*/
    /*padding-top: 33px;*/
    /*box-sizing: border-box;*/
    /*background: url("//static-en.iprcc.org.cn/iprcc-org/images/pc/index/wb.png") center 11px no-repeat #F1F1F0;*/
    /*background-size: 18px 14px;*/
    /*border-radius: 3px;*/
    /*position: fixed;*/
    /*bottom: 245px;*/
    /*z-index: 1000;*/
    /*left: 50%;*/
    /*margin-left: 720px;*/
    /*font-size: 14px;*/
    /*line-height: 16px;*/
    /*text-align: center;*/
    /*color: #262626; */
      
     }
    .box .wb a{
        cursor: pointer;
        position: relative;
        z-index: 1500;
        display: block;
        height: 100%;
        padding: 0 5px;
        padding-top: 33px;
        box-sizing: border-box;
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/wb.png) center 11px no-repeat #F1F1F0;
        background-size: 18px 14px;
    }
    .box .wb img {
        display: none;
         width: 380px;
        height: 220px;
        position: absolute;
        top: 0;
        left: -380px;
        background: #F1F1F0;
        border-radius: 3px 0 0 3px;
        z-index: 1001;
    }
    .box .wb i {
        font-style: normal;
        white-space: nowrap;
      display: block; transform: rotate(90deg);}
    .box .wb:hover img{
        display: block;
    }
  .box .wx {
    width: 30px;
    height: 125px;
    box-sizing: border-box;
    border-radius: 3px;
    position: fixed;
    bottom: 100px;
    z-index: 1000;
    left: 50%;
    margin-left: 720px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #262626; }
    .box .wx i {
        font-style: normal;
        white-space: nowrap;
      display: block; transform: rotate(90deg);}
    .box .wx img{
        display: none;
        width: 380px;
        height: 220px;
        position: absolute;
        top: 0;
        left: -380px;
        background: #F1F1F0;
        border-radius: 3px 0 0 3px;
        z-index: 10;
    }
    .box .wx:hover img{
        display: block;
    }
    .box .wx span{
        cursor: pointer;
        position: relative;
        z-index: 20;
        display: block;
        height: 100%;
        padding: 0 5px;
        padding-top: 33px;
        box-sizing: border-box;
        background: url("//static-en.iprcc.org.cn/iprcc-org/images/pc/index/wx.png") center 11px no-repeat #F1F1F0;
        background-size: 18px 14px;
    }
    
    .box .wb:hover a,.box .wx:hover span{
        background-color: #f8f8f8;
    }

/*footer*/
.footer {
  height: 40px;
  background: #F2F4F8;
  padding: 22px 0; }

.footer span {
  color: #9BA4B6;
  font-size: 14px;
  line-height: 25px;
  margin-right: 12px; }

.footer span a {
  color: #9BA4B6;
  font-size: 14px; }

.footer img.sydw {
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.footer img.cnzz {
  width: 50px;
  height: 12px;
  vertical-align: unset; }

@media screen and (max-width: 1370px) {
  body {
    min-width: 1250px; }
  .center {
    width: 1200px !important; }
  .box .heads {
    background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/banner01.png) bottom center no-repeat;
    height: 349px;}
  .box .part1 .part0 {
    margin-top: -140px;
  }
    .box .heads .bannerTit{
        margin-top: 85px;
    }
  /*.nav {*/
  /*  width: 1130px; }*/
  .nav .nLi h3 {
    font-size: 16px;
    padding: 0 30px; }
  .box {
    min-width: 1200px; }
  #foucsBoxCC {
    width: 1200px; }
    #foucsBoxCC .imgCon {
      width: 1200px; }
      #foucsBoxCC .imgCon li {
        width: 1200px; }
  #foucsBoxCC .imgCon li .imgTitle a,
  #foucsBoxCC .imgCon li .imgTitle span{
    width: 880px;
  }
  .box .part1 .news-report .news {
    width: 770px;
    padding-left: 30px;
    padding-right: 30px; }
    .box .part1 .news-report .news .tops p{
        width: 770px;
    }
  .box .part1 .news-report .news .bottoms {
      bottom: 10px;
    left: 30px; }
  .box .part1 .news-report .news .bottoms ul li {
    width: 240px;
    margin-right: 25px; }
  .box .part1 .news-report .news .bottoms ul li .pics {
    margin-bottom: 8px; }
  .box .part1 .news-report .report {
    width: 330px; }
  .box .part1 .news-report .report .head a.more {
    margin-right: 20px; }
  .box .part1 .news-report .report ul li p {
    width: 280px; }
  .box .part2 .slideTxtBox1 {
    width: 1200px; }
  .box .part2 .slideTxtBox1 .hd {
    left: 0;
    width: 1200px;
    margin-left: 0;
    padding-left: 40px;
    box-sizing: border-box;
   }
  .box .part2 .slideTxtBox1 .hd ul li {
    margin-right: 18px; }
  .box .part2 .hd .prev{
    left: 0;
  }
  .box .part2 .hd .next{
    right: 0;
  }
  .box .part2 .slideTxtBox1 .bd ul.bd1 li {
    width: 380px;
    margin-right: 30px; }
  .box .part2 .slideTxtBox1 .bd ul.bd1 {
    background-position: -300px 0; }
  .box .part2 .slideTxtBox1 .bd ul.bd2 {
    background-position: -160px 0; }
  .box .part2 .slideTxtBox1 .bd ul.bd3 {
    background-position: -10px 0; }
  .box .part2 .slideTxtBox1 .bd ul.bd04 {
    background-position: 145px 0; }
  .box .part2 .slideTxtBox1 .bd ul.bd4 {
    background-position: 280px 0; }
  .box .part2 .slideTxtBox1 .bd ul.bd2 li {
    width: 590px; }
  .box .part2 .slideTxtBox1 .bd ul.bd3 li {
    width: 230px;
    margin-right: 12px; }
  .box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01{
        width: 474px!important;
        height: 110px;
    }
  .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 {
    width: 780px;
    padding-left: 300px;
    background-position: 613px 262px; }
  .box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 a.pic {
    width: 300px; }
  .box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 {
    width: 380px;
    background-position: 219px 262px; }

    .box .part2 .slideTxtBox1 .bd ul.bd1 li .text h5,.box .part2 .slideTxtBox1 .bd ul.bd2 li .text h5,.box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .text h5,.box .part2 .slideTxtBox1 .bd ul.bd4 li.li0 .text h5,.box .part2 .slideTxtBox1 .bd ul.bd4 li.li1 .text h5{
      font-weight: 700;
      font-size: 20px;
      line-height: 25px;
      max-height: 75px;
    }
  /*.box .part4 .video-info .video {*/
  /*  width: 780px; }*/
  /*.box .part4 .video-info .video .inner {*/
  /*  height: 333px; }*/
  /*.box .part4 .video-info .video .inner .inner0 {*/
  /*  width: 280px;*/
  /*  height: 260px;*/
  /*  padding-top: 30px; }*/
  /*.box .part4 .video-info .video .inner .inner0 p {*/
  /*  width: 230px;*/
  /*  font-size: 25px;*/
  /*  max-height: 240px; }*/
  /*.box .part4 .video-info .video .inner a.pic {*/
  /*  width: 500px;*/
  /*  height: 333px; }*/
  /*.box .part4 .video-info .video .inner a.pic:before {*/
  /*  bottom: 20px; }*/
  /*.box .part4 .video-info .video .inner .inner0 span {*/
  /*  bottom: -30px; }*/
  .box .part4 .video-info .info {
    width: 630px; }
  .box .part4 .video-info .info ul .li1 {
    margin-bottom: 20px; }
  .box .part5 ul li {
    width: 219px;
    height: 293px;
    margin-right: 26px; }
  .box .part6 ul li {
    width: 150px;
    margin-right: 0; }
  .box .part6 ul li img {
    height: 150px; }
  .box .part6 ul li p {
    font-weight: 200;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -3px; }
    
    .box .part7 .partner span{
        width: 390px;
    }
   .box .part7 .partner span.sp2{
        margin: 23px 15px;
    }
    .box .part7 .partner span.sp1{
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/foot1.png) left center no-repeat;
    }
    .box .part7 .partner span.sp2{
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/foot2.png) left center no-repeat;
    }
    .box .part7 .partner span.sp3{
        background: url(//static-en.iprcc.org.cn/iprcc-org/images/pc/index/foot3.png) left center no-repeat;
    }
  .box .part7 .partner .rights ul li {
    width: 230px;
    margin-right: 29px; }
  .box .part7 .partner .rights1 ul li {
    width: 180px; }
  .box .wx, .box .wb {
    margin-left: 610px; } }
/*大图*/
 .hero-v3-section {
     padding: 10px 10px 10px 10px;
     border-radius: 6px 6px 0 0;
     background: #ffffff;
}
 .hero-v3-section .hero-v3-fullimg {
     position: relative;
     overflow: hidden;
     color: #ffffff;
}
 .hero-v3-section .hero-v3-fullimg .large-hero-img {
     overflow: hidden;
     position: relative;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     height: 440px;
     overflow: hidden;
     border-radius: 3px;
}
 .hero-v3-section .hero-v3-fullimg .large-hero-img img{
     width: 100%;
     min-height: 100%;
}
 .hero-v3-section .hero-v3-fullimg .large-hero-img .hero-cover-img, .hero-v3-section .hero-v3-fullimg .large-hero-img .cover {
     height: 440px;
}
 .hero-v3-section .hero-v3-fullimg .img-gradient {
     background: transparent;
}
 .hero-v3-section .hero-v3-content-wrapper {
     text-align: left;
     color: #ffffff;
     padding: 15px 10px 15px 40px;
    position: absolute;
    bottom: 25px;
    height: 90px;
    overflow: hidden;
    width: 810px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
 .hero-v3-section .hero-v3-content-wrapper .imgB {
    height: 90px;
    overflow: hidden;}

 .hero-v3-section .hero-v3-content-wrapper a {
  display: block;
    max-height: 90px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    zoom: 1;
    padding-bottom: 10px;
    overflow: hidden; }

 .hero-v3-section .hero-v3-content-wrapper span {
  display: block;
  max-height: 50px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  zoom: 1;
  overflow: hidden; }

/*== End 大图 ==*/
/*3小图*/
 .hero_v5_highlight .hero-v3-smallimg-section, .hero_v3_highlight .hero-v3-smallimg-section {
     display: block;
     width: 100%;
     background-color: #ffffff;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-item, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-item {
     display: block;
     position: relative;
     overflow: hidden;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg {
     width: 100%;
     height: 220px;
     overflow: hidden;
     position: relative;
     background-repeat: no-repeat;
     background-position: top center;
     background-size: cover;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg .hero-cover-img, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg .hero-cover-img {
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: left center;
     object-position: left center;
     width: 100%;
     min-height: 220px;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-content, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-content {
     position: absolute;
     height: auto;
     left: 0;
     right: 0;
     bottom: 0px;
     color: #ffffff;
     z-index: 1;
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
     transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hammer, .hero_v3_highlight .hero-v3-smallimg-section .hammer {
     color: #ffffff;
     margin: 0px 0px 8px 0px;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-small-title, .hero_v3_highlight .hero-v3-smallimg-section .hero-small-title {
     font-size: 16px;
     line-height: 20px;
     font-weight: bold;
     letter-spacing: 1.05px;
     color: #ffffff;
     margin: 0px 0px 5px 0px;
     /*text-transform: uppercase;*/
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     min-height: 60px;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-small-title a, .hero_v3_highlight .hero-v3-smallimg-section .hero-small-title a {
     color: #ffffff;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-small-title a:hover, .hero_v3_highlight .hero-v3-smallimg-section .hero-small-title a:hover {
     color: #ffffff;
     text-decoration: underline;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-small-blurb-text, .hero_v3_highlight .hero-v3-smallimg-section .hero-small-blurb-text {
     font-size: 14px;
     line-height: 18px;
     font-weight: normal;
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 4;
     color: #ffffff;
}
 .hero_v5_highlight .hero-v3-smallimg-section .right-btn, .hero_v3_highlight .hero-v3-smallimg-section .right-btn {
     right: 0px;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-content, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-content {
     bottom: -85px;
     height: 120px;
     padding: 20px;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(50%, black), to(black));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, black 50%, black 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-content:hover, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-content:hover {
     bottom: 0px;
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.2)), to(black));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, black 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#000000',GradientType=0 );
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-content:hover .hero-small-title, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-content:hover .hero-small-title {
     min-height: 26px;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-content:hover .hero-small-blurb-text, .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-content:hover .hero-btn, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-content:hover .hero-small-blurb-text, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-content:hover .hero-btn {
     display: block;
     display: -webkit-box;
}
 .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-content .hero-small-blurb-text, .hero_v5_highlight .hero-v3-smallimg-section .hero-smallimg-content .hero-btn, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-content .hero-small-blurb-text, .hero_v3_highlight .hero-v3-smallimg-section .hero-smallimg-content .hero-btn {
     display: none;
}
 .hero-v3-inverse .hero-v3-smallimg-section .hero-smallimg-content, .hero-v3-inverse .hero-v3-smallimg-section .hero-smallimg-content:hover {
     bottom: -100px;
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.2)), to(black));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, black 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#000000',GradientType=0 );
}
 .hero-v3-inverse .hero-v3-smallimg-section .hero-small-title {
     font-size: 20px;
     line-height: 24px;
}
 .gridlayout .remove-padding-grid{
     padding-left: 0px;
     padding-right: 0px;
     clear: both;
     overflow: hidden;
     z-index: 100;
     padding: 0 10px;
     background: #ffffff;
     border-radius: 0 0 6px 6px;
     padding-bottom: 10px;
}
 .gridlayout .carousal_container{
     width: 110%;
}
 .gridlayout .col-lg-4{
     width: 455px;
     height: 220px;
     border-radius: 3px;
     overflow: hidden;
     float: left;
     margin-right: 8px;
}
/*end 3小图*/
@media screen and (max-width: 1370px){
    .gridlayout .col-lg-4{
        width: 388px;
    }
}
.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01{
    width: 545px;
    height: 110px;
    background: #ffffff;
    filter: unset;
    position: relative;
}

.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01:after{
    position: absolute;
    content:'';
    left: 30px;
    bottom:0px;
    width: 50px;
    height: 2px;
    background: #F5F5F5;
}

.box .part2 .slideTxtBox1 .bd ul.bd3 li:nth-child(6):after{
    height: 0px;
    display: none;
}

.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01 .lis {
     padding-left: 30px;
     padding-right: 24px;
     position: relative;
    box-sizing: border-box;
    margin-top: 30px;
}
.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01 .lis p {
     font-size: 16px;
     line-height: 25px;
     /*width: 350px;*/
     overflow: hidden;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01 .lis p a {
     color: #262626;
}
.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01 .lis span {
     font-size: 12px;
     line-height: 25px;
     height: 25px;
     color: #999999;
}

.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01 .lis:after{
     content: '';
    position: absolute;
    top: -15px;
    left: 30px;
    width: 50px;
    height: 2px;
    background: #F5F5F5;
}
.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01 .lis:first-child:after{
    display: none;
}
.box .part2 .slideTxtBox1 .bd ul.bd3 li.lis01 .li1 p {
     font-weight: bold;
     /*max-height: 75px;*/
     font-size: 18px;
    line-height: 25px;
    color: #262626;
    overflow: hidden;
}
.partVideo{
    height: 560px;
    min-width: 1400px;
    position: relative;
    background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/new_503.png) center no-repeat; 
}
.bigT{
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid #BAE2F4;
}
.bigT h4{
    width: 175px;
    height: 30px;
    background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/videoCollect.png) left center no-repeat;
    background-size: 100% auto;
}
.txtScroll-left,.tempWrap{ 
    width: 100%!important;
    position:relative;
}
.txtScroll-left .tempWrap {
    overflow: hidden;
}
.txtScroll-left .hd{ 
    overflow:hidden;  
    position: absolute;
    right: 0;
    top: -42px;
}
.txtScroll-left .hd ul{ 
    float:right; 
    overflow:hidden; 
    zoom:1;  
}
.txtScroll-left .hd ul li{ 
    text-align: center;
    font-weight: 100;
    float: left;
    margin-right: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #0065CE;
    font-style: italic;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 9px;
}
.txtScroll-left .hd ul li.on{
    font-weight: bold;
    border-bottom: 4px solid #0065CE;
}
.txtScroll-left .bd{ 
    padding-top: 28px!important;
 }
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left .bd ul li{ 
    position: relative;
}
.txtScroll-left .bd ul li span{ color:#999;  }

.infoList1 a.more {
    width: 70px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #0065CE;
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: italic;
}
.infoList1 .list{
    width: 500px;
}
.infoList1 .list a {
  display: block;
  width: 100%;
  height: 333px;
  overflow: hidden;
  position: relative;
  border-radius: 3px; 
}
.infoList1 .list a img {
    height: 100%;
    min-width: 100%; }
.infoList1 .list a:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/video.png) center no-repeat;
  background-size: 100%;
  left: 20px;
  bottom: 17px; }
.infoList1 .list p {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 50px;
  margin-top: 14px;
  line-height: 25px;
  font-size: 20px;
  color: #262626; 
}
.infoList1 .info{
    width: 808px;
    margin-left: 92px;
}
.infoList1 .info ul li {
    position:relative;
    margin-bottom: 25px;
}
.infoList1 .info ul li p {
    font-size:20px;
    line-height:25px;
    max-height:50px;
    overflow:hidden;
}
.infoList1 .info ul li p a {
    color: #262626;
}
.infoList1 .info ul li span {
    font-size:14px;
    line-height:25px;
    max-height:50px;
    color:#4D4D4D;
    margin-top:10px;
    overflow:hidden;
    display:block;
     display: none;
}

.infoList1 .info ul .li1 {
    margin-bottom:23px;
}
.infoList1 .info ul .li1 p {
    /*font-weight:bold;*/
    font-size:30px;
    line-height:35px;
    max-height: 70px;
    overflow:hidden;
}
.infoList1 .info ul li.li1 p a {
    color:#000000;
}
.infoList2 .innerList{
    width: 808px;
    margin-left: 92px;
}
.infoList2 .info2{
  width: 375px;
}
.infoList2 .info2 a.link {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 3px; 
}
.infoList2 .info2 a img {
    height: 100%;
    min-width: 100%; }
.infoList2 .info2 a.link:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/video.png) center no-repeat;
  background-size: 100%;
  left: 20px;
  bottom: 17px; }
.infoList2 .info2 p {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 0;
  font-size: 20px;
  border-bottom: 1px solid #CEDEE5;
}
.infoList2 .info2 p a{
  max-height: 50px;
  display: block;
  color: #262626; 
  overflow: hidden;
  line-height: 25px;
}
.infoList3 .box{
    width: 110%;
}
.infoList3 .box .list{
    width: 420px;
    margin-right: 70px;
}
.infoList3 .box .list a{
    height: 280px;
}

.infoList3 .list p{
    max-height: 75px;
}

@media screen and (max-width: 1370px){
    .partVideo{
        min-width: 1200px;
    }
    .center {
        width: 1200px !important;
    }
    .infoList1 .info{
        width: 606px;
    }
    .infoList2 .info2{
      width: 300px;
    }
    .infoList2 .innerList{
        width: 650px;
        margin-left: 50px;
    }
    .infoList3 .box .list{
        width: 360px;
        margin-right: 60px;
    }
    .infoList3 .box .list a{
        height: 240px;
    }
    
    
}
.partGlobal{
    height: 470px;
    margin-top: 10px;
    min-width: 1400px;
    position: relative;
    background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/new_470.png) center no-repeat; 
}

    .partGlobal .head {
      padding-top: 60px;
      padding-bottom: 30px; }
      .partGlobal .head h4 {
        width: 176px;
          height: 30px;
          background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/info.png) left center no-repeat; 
          background-size: 100% auto; }
      .partGlobal .head a.more {
        width: 70px;
        height: 30px;
        box-sizing: border-box;
        border-radius: 100px;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        background: #0065CE; }
.partGlobal .info{
    width: 630px;
    position: relative;
}
.partGlobal .info:before{
    content: '';
    position: absolute;
    right: -67px;
    width: 0;
    height: 100%;
    border-right: 1px dashed #000000;
}
.partGlobal .info ul li {
    position:relative;
    margin-bottom: 16px;
}
.partGlobal .info ul li p {
    font-size:20px;
    line-height:30px;
    max-height:30px;
    overflow:hidden;
}
.partGlobal .info ul li p a {
    color:#000000;
}
.partGlobal .info ul li span {
    font-size:14px;
    line-height:25px;
    max-height:50px;
    color:#4D4D4D;
    margin-top:10px;
    overflow:hidden;
    display:block;
}

.partGlobal .info ul .li1 {
    margin-bottom:33px;
}
.partGlobal .info ul .li1 p {
    font-weight:bold;
    font-size:25px;
    line-height:30px;
    overflow:hidden;
    max-height: 60px;
}
.partGlobal .info ul li.li1 p a {
    color:#000000;
}
.partGlobal .infoList{
    width: 630px;
}
.partGlobal .infoList p{
    margin-bottom: 16px;
}
.partGlobal .infoList p a{
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    color: #000000;
}



@media screen and (max-width: 1370px){
    .partGlobal{
        min-width: 1200px;
    }
    .center {
        width: 1200px !important;
    }
    
    .partGlobal .info,.partGlobal .infoList{
        width: 530px;
    }
    .partGlobal .info:before{
        right: -71px;
    }
}
.partGlobal{
    height: 470px;
    margin-top: 10px;
    min-width: 1400px;
    position: relative;
    background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/new_470.png) center no-repeat; 
}

    .partGlobal .head {
      padding-top: 60px;
      padding-bottom: 30px; }
      .partGlobal .head h4 {
        width: 176px;
          height: 30px;
          background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/info.png) left center no-repeat; 
          background-size: 100% auto; }
      .partGlobal .head a.more {
        width: 70px;
        height: 30px;
        box-sizing: border-box;
        border-radius: 100px;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        background: #0065CE; }
.partGlobal .info{
    width: 630px;
    position: relative;
}
.partGlobal .info:before{
    content: '';
    position: absolute;
    right: -67px;
    width: 0;
    height: 100%;
    border-right: 1px dashed #000000;
}
.partGlobal .info ul li {
    position:relative;
    margin-bottom: 16px;
}
.partGlobal .info ul li p {
    font-size:20px;
    line-height:30px;
    max-height:30px;
    overflow:hidden;
}
.partGlobal .info ul li p a {
    color:#000000;
}
.partGlobal .info ul li span {
    font-size:14px;
    line-height:25px;
    max-height:50px;
    color:#4D4D4D;
    margin-top:10px;
    overflow:hidden;
    display:block;
}

.partGlobal .info ul .li1 {
    margin-bottom:33px;
}
.partGlobal .info ul .li1 p {
    font-weight:bold;
    font-size:25px;
    line-height:30px;
    overflow:hidden;
    max-height: 60px;
}
.partGlobal .info ul li.li1 p a {
    color:#000000;
}
.partGlobal .infoList{
    width: 630px;
}
.partGlobal .infoList p{
    margin-bottom: 16px;
}
.partGlobal .infoList p a{
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    color: #000000;
}



@media screen and (max-width: 1370px){
    .partGlobal{
        min-width: 1200px;
    }
    .center {
        width: 1200px !important;
    }
    
    .partGlobal .info,.partGlobal .infoList{
        width: 530px;
    }
    .partGlobal .info:before{
        right: -71px;
    }
}
.partGlobal{
    height: 470px;
    margin-top: 10px;
    min-width: 1400px;
    position: relative;
    background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/new_470.png) center no-repeat; 
}

    .partGlobal .head {
      padding-top: 60px;
      padding-bottom: 30px; }
      .partGlobal .head h4 {
        width: 176px;
          height: 30px;
          background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/info.png) left center no-repeat; 
          background-size: 100% auto; }
      .partGlobal .head a.more {
        width: 70px;
        height: 30px;
        box-sizing: border-box;
        border-radius: 100px;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        background: #0065CE; }
.partGlobal .info{
    width: 630px;
    position: relative;
}
.partGlobal .info:before{
    content: '';
    position: absolute;
    right: -67px;
    width: 0;
    height: 100%;
    border-right: 1px dashed #000000;
}
.partGlobal .info ul li {
    position:relative;
    margin-bottom: 16px;
}
.partGlobal .info ul li p {
    font-size:20px;
    line-height:30px;
    max-height:30px;
    overflow:hidden;
}
.partGlobal .info ul li p a {
    color:#000000;
}
.partGlobal .info ul li span {
    font-size:14px;
    line-height:25px;
    max-height:50px;
    color:#4D4D4D;
    margin-top:10px;
    overflow:hidden;
    display:block;
}

.partGlobal .info ul .li1 {
    margin-bottom:33px;
}
.partGlobal .info ul .li1 p {
    font-weight:bold;
    font-size:25px;
    line-height:30px;
    overflow:hidden;
    max-height: 60px;
}
.partGlobal .info ul li.li1 p a {
    color:#000000;
}
.partGlobal .infoList{
    width: 630px;
}
.partGlobal .infoList p{
    margin-bottom: 16px;
}
.partGlobal .infoList p a{
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    color: #000000;
}



@media screen and (max-width: 1370px){
    .partGlobal{
        min-width: 1200px;
    }
    .center {
        width: 1200px !important;
    }
    
    .partGlobal .info,.partGlobal .infoList{
        width: 530px;
    }
    .partGlobal .info:before{
        right: -71px;
    }
}
.partGlobal{
    height: 470px;
    margin-top: 10px;
    min-width: 1400px;
    position: relative;
    background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/new_470.png) center no-repeat; 
}

    .partGlobal .head {
      padding-top: 60px;
      padding-bottom: 30px; }
      .partGlobal .head h4 {
        width: 470px;
          height: 30px;
          background: url(https://static-en.iprcc.org.cn/iprcc-org/images/pc/index/global1.png) left center no-repeat; 
          background-size: 100% auto; }
      .partGlobal .head a.more {
        width: 70px;
        height: 30px;
        box-sizing: border-box;
        border-radius: 100px;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        font-style: italic;
        background: #0065CE; }
.partGlobal .info{
    width: 630px;
    position: relative;
}
.partGlobal .info:before{
    content: '';
    position: absolute;
    right: -67px;
    width: 0;
    height: 100%;
    border-right: 1px dashed #000000;
}
.partGlobal .info ul li {
    position:relative;
    margin-bottom: 20px;
}
.partGlobal .info ul li p {
    font-size:20px;
    line-height:30px;
    max-height:60px;
    overflow:hidden;
}
.partGlobal .info ul li p a {
    color:#262626;
}
.partGlobal .info ul li span {
    font-size:14px;
    line-height:25px;
    max-height:50px;
    color:#4D4D4D;
    margin-top:10px;
    overflow:hidden;
    display:none;
}

.partGlobal .info ul .li1 p {
    font-weight:normal;
    font-size:30px;
    line-height:35px;
    overflow:hidden;
    max-height: 105px;
}
.partGlobal .info ul li.li1 p a {
    color:#262626;
}
.partGlobal .infoList{
    width: 630px;
}
.partGlobal .infoList p{
    margin-bottom: 20px;
}
.partGlobal .infoList p a{
    font-size: 20px;
    line-height: 25px;
    height: auto;
    max-height: 50px;
    overflow: hidden;
    display: block;
    color: #262626;
}



@media screen and (max-width: 1370px){
    .partGlobal{
        min-width: 1200px;
    }
    .center {
        width: 1200px !important;
    }
    
    .partGlobal .info,.partGlobal .infoList{
        width: 530px;
    }
    .partGlobal .info:before{
        right: -71px;
    }
}
/*footer*/
.footer {
    height:40px;
    line-height: 40px;
    background: #F2F4F8;
    padding: 22px 0;
    min-width: 1400px;
}
.footer p{
    color: #9BA4B6;
    display: inline-block;
}
.footer span {
    color: #9BA4B6;
    font-size: 14px;
    line-height: 25px;
    margin-right: 12px;
}

.footer span a {
    color: #9BA4B6;
    font-size: 14px;
}
.footer .fl a:hover{
    text-decoration: underline;
}
.footer img.sydw {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.footer img.cnzz {
    width: 50px;
    height: 12px;
    vertical-align: unset;
}

@media screen and (max-width: 1366px) {
    
    .footer {
        min-width: 1200px;
    }
}
