@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
Primary style

/*-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size:62.5%;
  font-family: "Roboto", Helvetica, arial, 'Microsoft YaHei',"微软雅黑",sans-serif;
  color: #3d3536;
  background-color: white;
}

body, html {
  /* important */
  height: 100%;
  font-size: 62.5%
}

a {
  color: #ffffff;
  text-decoration: none;
}

p {
    display: block;
    margin: 1em 0 1em 0;
}

/* -------------------------------- */

/*-------------cd-container-------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width:1000px;
  margin: 0 auto;

}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.header-fix{
   position: fixed;
   top: 0 ;
   width: 100%;
   left: 50%;
      background-color: white;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%) ;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%) ;
    z-index: 999;
}

.background-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    zoom: 1;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -webkit-opacity: .2;
    opacity: .2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
/* -------------------------------- */

/* ------------BlueNav---------------- */

.sitenav {
      width: 100%;
      height: 45px;
      background-color: #0070c0;
      cursor: auto;
}

   .cd-site-nav {
          width: auto;
          height: auto;
          background: none;
          margin:0 auto;
          cursor: auto;
    }
    .cd-site-nav ul {
          max-width: 1000px;
          overflow: hidden;
          height: 45px;
          margin:0 auto;
          line-height: 45px;
          text-align: center;
    }

    .cd-site-nav li {
      display: inline-block;
    }/* display: inline-blockÊ¹liÒÀ´ÎÅÅÁÐ*/
      
    .cd-site-nav a {
      display: inline-block;
      height: auto;
      line-height: normal;
      background: transparent;
      padding: .3em 1.7em;
      border-top: none;
      color:#ffffff;
      text-transform: uppercase;
      font-weight:normal;
      font-size: 14px;
      font-size: 1.4rem;
    }

@media only screen and (max-width: 768px) {
    .sitenav{
       display: none;
   }   
}
/* ------------BlueNav---------------- */


/* ------------WhiteNav---------------- */

.cd-header {
    max-width: 1000px;
    height: 50px;
    margin:0 auto;
    z-index: 2;
 }

  .cd-header #cd-logo {
      float: left;
      margin: auto 0;
  }
    .cd-header #cd-logo img {
       display: block;
    }

 .cd-main-nav {
    float: right;
    margin-right: 0;
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
    .cd-main-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 52px;
        z-index: 999;
    }

      .cd-main-nav li {
          display: inline-block;
          margin-left: 1em;
      }/* display: inline-blockÊ¹liÒÀ´ÎÅÅÁÐ*/
    
        .cd-main-nav a {
            display: inline-block;
            height: auto;
            line-height: normal;
            background: transparent;
            padding: .6em 1em;
            border-top: none;
            color: #404040;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 20px;
            font-size: 2rem;
        }


@media only screen and (max-width: 768px) {

  .header{
      position: fixed;
      top: 0;
      width: 100%;
      left: 50%;
      background-color: white;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%) ;
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%) ;
      z-index: 999;
  }
    .header .cd-header {
        width: 100%;
        height: 50px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        z-index: 2;
    }
      .header .cd-header #cd-logo {
          margin: auto 0 0 2%;
      }    

  .cd-main-nav {
      float: right;
      margin-right: 3%;
      width: 44px;
      height: 100%;
      background: url("../img/more.png") no-repeat center center;
      background-size: 44px 44px;
      cursor: pointer;
  }

    .cd-main-nav ul {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        display: none;
  }

     .cd-main-nav ul.is-visible {
         display: block;
      }
     .cd-main-nav li {
        display: block;
        margin-left: 0;
    }
    .cd-main-nav a {
        display: block;
        height: 50px;
        line-height: 30px;
        padding-left: 4%;
        background: #0070c0;
        border-top: 1px solid #005a9b;
        color: #ffffff;
    }  

}
/* ------------WhiteNav---------------- */



.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}
 

/* ------------cd-bg-1---------------- */
.cd-scrolling-bg {
    position: relative;
    min-height: 100%;
    z-index: 2;
}

.cd-bg-1 {
    background-image: url("../img/fc643569e3_bannerbg1920.jpg");
    background-position: 0 0;
    background-size: 100% 100%;
    color: #3d3536;
}
  .cd-bg-1 .updown{
      width: 32px;
      height: 32px;
      position: absolute;
      left: 50%;
      bottom: 3%;
      right: auto;
      -webkit-transform: translateX(-50%) ;
      -moz-transform: translateX(-50%) ;
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("../img/down.png");
      background-position: 0 0;
      background-size: 100% 100%;
  }
  .cd-scrolling-bg h1, .cd-scrolling-bg h2 {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      max-width: 1100px;
      text-align: center;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      color: white;
      font-size: 54px;
      font-size:5.4rem;
      line-height: 64px;
      line-height: 6.4rem;
      font-weight:bold;
  }

@media only screen and (max-width: 768px) {
    .cd-bg-1 {
        background-image: url("../img/ac5e8dd423_bannerbg750.jpg");
        background-position: 0 0;
        background-size: 100%;
        padding: 6em 1em;
        line-height:1.6rem;
        z-index: 2;
        color: #3d3536;
    }
      .cd-scrolling-bg h1, .cd-scrolling-bg h2 {
          position: absolute;
          left: 30%;
          top: 50%;
          bottom: auto;
          right: auto;
          -webkit-transform: translateX(-20%) translateY(-50%);
          -moz-transform: translateX(-20%) translateY(-50%);
          -ms-transform: translateX(-20%) translateY(-50%);
          -o-transform: translateX(-20%) translateY(-50%);
          transform: translateX(-20%) translateY(-50%);

          font-size:38px;
          font-size:3.8rem;
          font-weight:bold;
          line-height:4.4rem;
      }
}

@media only screen and (min-width:1300px) {

      .cd-scrolling-bg h1, .cd-scrolling-bg h2 {
          font-size:65px;
          font-size: 6.5rem;
          font-weight:bold;
          line-height:7.6rem;
      }
}
/* ------------cd-bg-1---------------- */


/* ------------cd-color-1---------------- */
.cd-color-1 {
    background-color: #ffffff;
    overflow: hidden;
    min-height: auto;
}

  .cd-color-1 .editor-note{
      width: 164px;
      height: 42px;
      margin-top:4rem;
      margin-bottom:3rem;
  }

  .cd-scrolling-bg p{
      font-size:18px;
      line-height: 1.7;
      color:#3d3536;
      text-indent:0em;
      white-space:normal;
      overflow-wrap:break-word;
      word-wrap: break-word;
  }

  .cd-color-1 .headline a{
      font-size:48px;
      line-height:60px;
      color: #1872c1;
      text-indent:0em;
      text-align:center;
      display: block;


  }

  .cd-color-1 .headline a.lit{
      font-size:20px;
      font-size:2rem;
      text-align:right;

  }
@media only screen and (max-width: 768px) {

  .cd-scrolling-bg p {
    font-size: 1.8rem;
    color:#3d3536;
    font-weight: normal;
    line-height: 1.4;
    text-indent:0em;     
  }

  .cd-color-1 .headline a{
      font-size:3rem;
      line-height:3.8rem;
  }

  .cd-color-1 .headline a.lit{
      font-size:20px;
      font-size:2rem;
      text-align:right;
  }
}
/* ------------cd-color-1---------------- */


/* ------------video-------------------*/
.video{

  height: inherit;
  position: relative;
  margin: 0 auto;
}
/*.video .space {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}*/
.video .vedioin {
  height: inherit;
}
.video .BeltAndRoad-dimensions{
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden;
}
    /*对插件另外的样式修改：*/

    .video .vjs-poster{background-size: cover;}

    .video-js {
      width: 100%;
      height: 100%;
      border:0px;
      margin:0px;
      padding:0px;
    }
    .video-js .vjs-big-play-button {
      display: none;
    }
     .vedioin_phone{
     display: none;
  }
  .vedioin_pc{
     display: block;
  }

@media only screen and (max-width: 768px) {
  .video{
    width: 100%;
  }
  .vedioin_phone{
     display: block;
  }
  .vedioin_pc{
     display: none;
  }
  .video .vjs-poster{
    width: 100%;
    height: 100%;
    background-size:cover;

  }
}

@media only screen and (min-width: 768px) {
  .vedioin_phone{
     display: none;
  }
  .vedioin_pc{
     display: block;
  }
}
/* ------------video-------------------*/

/* ------------cd-fixed-bg-------------------*/
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    overflow: hidden;
    z-index: 1;
}
  .fixed-text-content{
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      max-width: 1100px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      text-align: center;
      font-size: 54px;
      font-size:5.4rem;
      line-height: 64px;
      line-height: 6.4rem;
      font-weight:bold;    
      color: #ffffff;
      z-index: 99;
  }

  .fixed-text-content h1,.fixed-text-content h2 {
      
  }

.fixed-bg-img{  
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      display: block;
  }

  .fixed-bg-img .section-bg-fixed{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      bottom: 0;
      right: 0
      margin-left:0;
      z-index: -1
  }

       .fixed-bg-img .section-bg-fixed img{
         object-fit:cover;
       }

@media only screen and (max-width: 768px) {
  .cd-fixed-bg .fixed-text-content{
      z-index: 10;
      min-width:100%;
      width:100%;
      margin: 0 auto;
      padding: 6em 1em;
      display: block;
  }

  .cd-fixed-bg .fixed-text-content h1, .cd-fixed-bg .fixed-text-content h2 {
        position: absolute;
        font-size:40px;
        font-size: 4rem;
        line-height: 4.4rem;
        font-weight:bold;
        display: block;
        left: 30%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-20%) translateY(-50%);
        -moz-transform: translateX(-20%) translateY(-50%);
        -ms-transform: translateX(-20%) translateY(-50%);
        -o-transform: translateX(-20%) translateY(-50%);
        transform: translateX(-20%) translateY(-50%);
    }
      .cd-fixed-bg .fixed-bg-img img{
         width: 100%;
         height: 100%;
      }

}

  

@media only screen and (min-width: 768px) {
  .fixed-bg-img{
    clip: rect(0,auto,auto,0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
  
@media only screen and (min-width:1300px) {

  .cd-fixed-bg .fixed-text-content h1, .cd-fixed-bg .fixed-text-content h2 {
      font-size:65px;
      font-size: 6.5rem;
      font-weight:bold;
      line-height:7.6rem;
  }
}

/* ------------cd-fixed-bg-------------------*/


/* ------------story------------------*/
.story{
    overflow-x: hidden;
    display: block;
    position: relative;
}

  .story .story-content{
      margin: 0 auto;
      max-width: 1400px;
      
      padding: 0px 30px;
      font-size: 20px;
      line-height: 1.7;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
      font-size: 18px;
      position:relative;
      z-index: 99;
  }

    .story-content .story-content-side{
        margin-left:  50%;
        background:rgba(255,255,255,.8);
        padding: 10px 20px 10px 20px;
    }

    .story-content .story-content-side.left-side{
       margin-right: 50%;
        margin-left:  0%;
    }

      .story-content .story-content-side p{
         margin-top: 0px
      }

      .story-content .story-content-side p a{
         color: #ff0000;
         margin-top: 0px;

      }

      .story-content .story-content-side .people-title{
         text-align: center;
         display: block;

      }



  .story .story-bg{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
  }

    .story-bg .story-bg-content{
        position: fixed;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }  
    
   /*----yinhao------*/
    .quoteHolder{
        width: 100%;
        position: relative;
    }
      .quoteHolder div {
          position: absolute;
          top: -4px;
      }
      .quoteHolder h1 {
          font-family: Times,serif;;
          font-style: normal;
          font-weight: normal;
          speak: none;
          font-size: 80px;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          margin: 0;
          padding: 0;
      }
      .quoteHolder p {
          font-family: Times,serif;
          font-size: 32px;
          font-size:3.2rem;
          font-style: italic;
          font-weight: normal;
          padding-left: 50px;
          line-height: 1.3;
       }

@media only screen and (min-width: 768px) {
    .story .story-bg{
        clip: rect(0,auto,auto,0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }

    
}
 
@media (max-width:1100px) {
 .story .story-content{
     padding: 0px 0px;
  }

   .story-content .story-content-side{
      margin-left:  0;
      background:rgba(255,255,255,.8);
      padding: 10px 20px 10px 20px;
    }

    .story-content .story-content-side.left-side{
      margin-left:  0;
      margin-right:  0;
    }
}

@media (max-width:768px) {
   .story-content .story-content-side{   
      padding: 20px 20px;
    }
}

/* ------------story------------------*/


/* ------------m-ft------------------*/
.m-ft {
  line-height: 50px;
  border-top: 1px solid #e3e3e3;
  color: #626262;
  text-align: center;
  background-color: #f5f5f5;
}
  .m-ft .cp{
    display: none;
  }
  .m-ft a{
    color: #626262;
    font-size: 16px;

  }
  .m-ft a:hover{
    text-decoration: none;
  }
  .m-ft span{
    padding: 0 12px;
    font-size: 16px;
  }
  .m-ft p{
    color: #626262;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .m-ft-phone{
      padding: 0;
      color: #626262;
      overflow: hidden;
      background-color: #333;
  }
    .m-ft-phone .cp-phone {
        text-align: center;
        font-size: 12px;
        color: #999;
        background-color: #333;
        height: 40px;
        line-height: 40px;
    }


    .m-ft-phone .g-wp-phone p {
        margin-top:0;
    }
    .m-ft-phone a{
        width: 33.33333%;
        display: block;
        float: left;
        text-align: center;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        color: #aaa;
        vertical-align:center;
    }
  .m-ft-phone .fnav-phone{background-color: #444;overflow: hidden;}

@media (max-width:768px) {
   .m-ft-phone{   
      display: block;
    }
    .m-ft{   
      display:none;
    }
}
@media (min-width:768px) {
   .m-ft-phone{   
      display: none;
    }
    .m-ft{   
      display:block;
    }
}

/* ------------m-ft------------------*/