@charset "utf-8";
/* -------------------------------- 

Primary style

-------------------------------- */

.list-pagination {   color: #333;line-height:/*60px*/8vw; height:/*60px*/8vw; }
.list-pagination a {   color: #333 }
.fyz2 { font-size: 0.8rem}.fyz1 { font-size: 0.8rem}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 似乎要重置，不然有问题？											   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* { margin:0px; padding:0px; list-style:none;}
html, body { height:100%;}
a { text-decoration:none;}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

html, body {
  /* you need to set this to assign to the main element a min height of 100% */

}

body {
  font-size: 100%;
  font-family: "Titillium Web", sans-serif;
  color: #4e6361;
  background-color: #fafafa;
}

a {
  text-decoration: none;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  background-color: #fff;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-69.3333vw);
  -moz-transform: translateX(-69.3333vw);
  -ms-transform: translateX(-69.3333vw);
  -o-transform: translateX(-69.3333vw);
  transform: translateX(-69.3333vw);
/*  -69.3333vw
  260*/
}
@media only screen and (min-width: 768px) {
/*  .cd-main-content {
    padding-top:17.6vw;66px
  }*/
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: red; /* 修改部分 */
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow:0 6px 5px rgba(0,0,0,.1)
}


header .home { width:5.8666vw;/*22px*/ height:5.8666vw;/*22px*/ position:absolute; top:50%; left:5.0666vw;/*19px*/ margin-top:-2.9333vw;/*-11px*/}
header .home img { width:100%; height:100%;}

header .logo { position:absolute; top:50%; left:50%; width:61.3333vw;/*460*/ height:10.6666vw;/*80*/ margin-left:-30.6666vw;/*-230*/ margin-top:-5.3333vw;/*-40*/ text-align:center;}
header .logo img { height:100%;}


header.t1 { height:50px;}
header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-69.3333vw);
  -moz-transform: translateX(-69.3333vw);
  -ms-transform: translateX(-69.3333vw);
  -o-transform: translateX(-69.3333vw);
  transform: translateX(-69.3333vw);
  
}
header.is-fixed {
  position: fixed;
}
@media only screen and (min-width: 768px) {
/*  header {
    height:17.6vw;66px
  }*/
}

#cd-logo {
  display: block;
  float: left;
  margin: 12px 0 0 20px;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 22px 0 0 30px;
  }
}

#cd-top-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width:100%;
  /*display: none;*/
}

/* 修改部分--标题名 */
#cd-top-nav .t1 { color:#fff; font-size:13px; width:100%; height:40px; line-height:40px; text-align:center; font-weight:normal; position:relative;}
#cd-top-nav .t1 a { display:block;}
#cd-top-nav .logo {}
#cd-top-nav .logo img { position:absolute; left:20px; top:50%; transform: translate(0,-50%); height:36px;}
#cd-top-nav ul {
  height: 100%;
  padding-top: 18px;
}
#cd-top-nav li {
  display: inline-block;
  margin-right: 1em;
}
#cd-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}
#cd-top-nav a.current {
  background-color: #242e30;
}
.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {

/* 修改部分 */
  #cd-top-nav { display: block;}
  #cd-top-nav .t1 { height:70px; line-height:70px;}
  #cd-top-nav .logo img { height:56px;}
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top:18.6666vw;/*140*/
  height:10.6666vw;/*80*/
  width:10.6666vw;/*80*/
  /*background-color:#fff; 修改部分--导航按钮*/
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  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%);
  width: 5.8666vw;/*22px*/
  height: 0.5333vw;/*4px*/
  background-color:#fff /*a9a9a9*/;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 1.8666vw;/*7px*/
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 1.8666vw;/*7px*/
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #fff;/*a9a9a9*/
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 40px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}*/

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 69.3333vw;/*520*/
  background-color: #1d4e9c; /*修改部分*/
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
/*  margin: 20 0 32;*/
  margin: 2.6666vw 0 4.2666vw;
}
#cd-lateral-nav .sub-menu {
  /*padding: 0 10px 20px 15px;*/
  display: none; font-weight:normal;
}
#cd-lateral-nav .sub-menu a {
  background:url(../images/t99.gif) no-repeat 5.3333vw center #2564c7; /*40*/ /*修改部分 icon 和 子类展开背景颜色*/
  background-size:1.0666vw 2.1333vw ;/*8 16*/
}
#cd-lateral-nav .sub-menu a:hover {
  background:url(../images/t99.gif) no-repeat 5.3333vw center rgba(255,255,255,0.15);/*40*/   /*修改部分 icon 和 子类鼠标经过背景颜色*/
  color:rgba(255,255,255,0.9);
  background-size:1.0666vw 2.1333vw ;/*8 16*/
}
#cd-lateral-nav a {  /* 修改部分 字1*/
  display: block;
  line-height: 2.8em; /* ------------------------------------------------------------------------------------行高------------------------------------------------------------------------------------ */
  padding: 0 4.2666vw 0 8.5333vw;  /*32  64*/
  color:rgba(255,255,255,1);
}
#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
 /* font-weight: 600;*/
  
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a:hover {
  background-color:rgba(255,255,255,.3); /*修改部分 子类 鼠标经过背景颜色*/
}
#cd-lateral-nav .item-has-children > a:visited {
  transform:rotate(90deg);
  background-color:rgba(255,255,255,0.9);
  background:url(../images/t99.gif) no-repeat right center ;/*修改部分 icon*/
  background-size:1.0666vw 2.1333vw ;/*8 16*/
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 3.7333vw;/*28*/
  width: 1.8666vw;/*14*/
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../images/t98.gif") no-repeat center center; /* 修改部分 ionc旋转*/
  background-size: 1.8666vw 3.7333vw ;/*7px 14px*/
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
  padding: 0 32px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  float: left;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  background-size: 128px 64px;
  background-color: #FFF;
  margin-right: .5em;
  border-radius: 0.25em;
}
#cd-lateral-nav .socials a.cd-twitter {
  background-position: 0 0;
}
#cd-lateral-nav .socials a.cd-github {
  background-position: -32px 0;
}
#cd-lateral-nav .socials a.cd-facebook {
  background-position: -64px 0;
}
#cd-lateral-nav .socials a.cd-google {
  background-position: -96px 0;
}
.no-touch #cd-lateral-nav .socials a:hover {
  background-color: #4e6361;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
  background-position: 0 -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-github {
  background-position: -32px -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
  background-position: -64px -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-google {
  background-position: -96px -32px;
}



/*修改部分 添加*/

.nav--t1 { font-size:3.7333vw;/*14px*/ color:#fff;/* font-weight:bold;*/} /* 单独没子类*/
.nav--t1 a { color:#fff;}
.nav--t1 a:hover { color:#fff; background:rgba(255,255,255,.3);} 