@charset "utf-8";
/* CSS Document */

@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;

    font-size:18px;
    line-height: 1.7;
    color:#3d3536;
    text-indent:0em;
    white-space:normal;
    overflow-wrap:break-word;
    word-wrap: break-word;
}

/* -------------------------------- */

/*-------------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:990px;
  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;
}
/* -------------------------------- */

/* ------------detail---------------- */


.part.nav {
    height: 45px;
    background-color: #172352;
}
.part {
    display: block;
    width: 100%;
}
.part.nav .items {
    overflow: hidden;
}
.w-1000 {
    width: 1000px;
    margin: 0 auto;
    
}
.part.nav .items a {
    text-decoration: none;
    color: #fff;
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 30px;
}




.sitenav {
      width: 100%;
      height: 45px;
      background-color: #172352;
      cursor: auto;
      overflow: hidden;
}
  .sitenav .cd-logo{
      padding-top: 5px;
  }





.banner {
    
    height: 650px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.ban1{background: url("../img/ban1.jpg") no-repeat center top;}
.ban2{background: url("../img/ban2.jpg") no-repeat center top;}
.ban3{background: url("../img/ban3.jpg") no-repeat center top;}
.ban4{background: url("../img/ban4.jpg") no-repeat center top;}
.ban5{background: url("../img/ban5.jpg") no-repeat center top;}
.ban6{background: url("../img/ban6.jpg") no-repeat center top;}
.ban7{background: url("../img/ban7.jpg") no-repeat center top;}
.ban8{background: url("../img/ban8.jpg") no-repeat center top;}
.ban9{background: url("../img/ban9.jpg") no-repeat center top;}
.ban10{background: url("../img/ban10.jpg") no-repeat center top;}



  /*.banner h1{
        position: absolute;
        left: 50%;
        top: 30%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-30%);
        -moz-transform: translateX(-50%) translateY(-30%);
        -ms-transform: translateX(-50%) translateY(-30%);
        -o-transform: translateX(-50%) translateY(-30%);
        transform: translateX(-50%) translateY(-30%);
        max-width: 1100px;
        text-align: center;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        color: white;
        font-size: 90px;
        font-size:9rem;
        line-height:80px;
        line-height:8rem;
        font-weight:bold;
  }*/
  .banner h1{
        position: absolute;
        left: 50%;
        margin-left:-495px;
        top:20%;
        
        width: 990px;
        text-align: center;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        color: white;
        font-size: 90px;
        font-size:9rem;
        line-height:86px;
        line-height:8.6rem;
        font-weight:bold;




  }
.title{
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  margin-top: 50px;
  overflow: hidden;
  float: left;
  background: #000000;
}
  
   .tit1_01{background: url("../img/p1_01.png") no-repeat left center;}
   .tit1_02{background: url("../img/p1_02.png") no-repeat left center;}
   .tit1_03{background: url("../img/p1_03.png") no-repeat left center; height: 125px;}

   .tit2_01{background: url("../img/p2_01.png") no-repeat left center;}
   .tit2_02{background: url("../img/p2_02.png") no-repeat left center;}

   .tit3_01{background: url("../img/p3_01.png") no-repeat left center;height: 125px;}
   .tit3_02{background: url("../img/p3_02.png") no-repeat left center;height: 125px;}
   .tit3_03{background: url("../img/p3_03.png") no-repeat left center;height: 125px;}
   .tit3_04{background: url("../img/p3_04.png") no-repeat left center;}

   .tit4_01{background: url("../img/p4_01.png") no-repeat left center;}
   .tit4_02{background: url("../img/p4_02.png") no-repeat left center;height: 125px;}
   .tit4_03{background: url("../img/p4_03.png") no-repeat left center;}
   .tit4_04{background: url("../img/p4_04.png") no-repeat left center;height: 125px;}

   .tit5_01{background: url("../img/p5_01.png") no-repeat left center;}
   .tit5_02{background: url("../img/p5_02.png") no-repeat left center;}
   .tit5_03{background: url("../img/p5_03.png") no-repeat left center;}

   .tit6_01{background: url("../img/p6_01.png") no-repeat left center;}
   .tit6_02{background: url("../img/p6_02.png") no-repeat left center;}
   .tit6_03{background: url("../img/p6_03.png") no-repeat left center;height: 125px;}
   .tit6_04{background: url("../img/p6_04.png") no-repeat left center;}

   .tit7_01{background: url("../img/p7_01.png") no-repeat left center;}
   .tit7_02{background: url("../img/p7_02.png") no-repeat left center;}
   .tit7_03{background: url("../img/p7_03.png") no-repeat left center;}

   .tit8_01{background: url("../img/p8_01.png") no-repeat left center;height: 125px;}
   .tit8_02{background: url("../img/p8_02.png") no-repeat left center;height: 125px;}
   .tit8_03{background: url("../img/p8_03.png") no-repeat left center;}
   .tit8_04{background: url("../img/p8_04.png") no-repeat left center;}

   .tit9_01{background: url("../img/p9_01.png") no-repeat left center;}
   .tit9_02{background: url("../img/p9_02.png") no-repeat left center;height: 162px;}

   .tit10_01{background: url("../img/p10_01.png") no-repeat left center;}
   .tit10_02{background: url("../img/p10_02.png") no-repeat left center;}
   .tit10_03{background: url("../img/p10_03.png") no-repeat left center;height: 125px;}
   .tit10_04{background: url("../img/p10_04.png") no-repeat left center;}









.picture img{
  display: block;
  margin:0 auto;
  margin-bottom: 30px;
  margin-top: 20px;
  overflow: hidden;
}

p.strong{
  font-weight: bold;
  margin-top: 70px;
}

p.strong2{
  font-weight: bold;
  margin-top: 70px;
  text-align: center;
}
p .strong3{
  font-weight: bold;
  margin-top: 70px;
  text-align: center;
}
p .strong4 {
  font-style: italic;
  color: #0000ff;
  text-decoration:underline;
}



/*-----------------------------------*/
.wrap {
    width: 100%;
    height:755px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #ffffff url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/zt/img/47029a4e79_back01.jpg) no-repeat top center;
    overflow: hidden;
}

  .wrap .container {
      width: 90%;
      max-width:1000px;
      margin: 0 auto;
      position: relative;
      height: 100%;

  }

    .wrap .container  .neirong {
      width: 1600px;
      height: 280px;
      margin: 0 auto;
      position: absolute;
      bottom: 12px;
      padding-left: 15px;     
      z-index: 90000;
    }

    .wrap .container .years{
        width:640px;height:240px;background:url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/zt/img/f7c6035be2_word.png) no-repeat top left;position:absolute; 
        top:8%;
        left:3%;
        animation:textShake 1s 1s linear infinite;
        -moz-animation:textShake 1s 1s linear infinite;
        -o-animation:textShake 1s 1s linear infinite; 
        -webkit-animation:textShake 1s 1s linear infinite;
    }
    @keyframes textShake{ 
      0%{top:8%;}
      50%{top:7%;}
      75%{top:9%;}
    }
    @-moz-keyframes textShake{  
      0%{top:8%;}
      50%{top:7%;}
      75%{top:9%;}
    }
    @-o-keyframes textShake{  
       0%{top:8%;}
      50%{top:7%;}
      75%{top:9%;}
    }
    @-webkit-keyframes textShake{ 
       0%{top:8%;}
      50%{top:7%;}
      75%{top:9%;}
    }

/*-------------尾部-----------------*/
.m-ft {
  line-height: 50px;
  border-top: 1px solid #e3e3e3;
  color: #626262;
  text-align: center;
  background-color: #f5f5f5;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-top: 30px;

}
  .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: 20px;
  }