  html {
      height: 100%;
    }
    body {
      background: rgba(174, 173, 171, 0.2);
      padding: 0;
      text-align: center;
      font-family: 'open sans';
      position: relative;
      margin: 0;
      height: 100%;
      -webkit-font-smoothing: antialiased;
      text-align:left;
    }
    
    .wrapper {
    	height: 100% !important;
    	/* height: 100%; */
    	margin: 0 auto; 
    	overflow: hidden;
    }
    
    a {
      text-decoration: none;
    }
    
    
    h1, h2 {
      width: 100%;
      float: left;
    }
    h1 {
      margin-top: 100px;
      color: #000;
      margin-bottom: 5px;
      font-size: 70px;
      letter-spacing: -4px;
      font-weight: 100;
    }
    h1 span {
      font-size: 26px;
      margin: 0 5px;
      text-transform: capitalize;
      background: rgba(0,0,0,0.85);
      display: inline-block;
      color: #6D461D;
      border-radius: 5px 5px;
      -webkit-border-radius: 5px 5px;
      -moz-border-radius: 5px 5px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
      padding: 3px 10px;
    }
    h2 {
      color: #6D461D;
      font-weight: 100;
      margin-top: 0;
      margin-bottom: 10px;
    }
    
    .pointer {
      color: #9b59b6;
      font-family: 'Pacifico', cursive;
      font-size: 30px;
      margin-top: 15px;
    }
    code {
      margin: 20px 1%;
      float: left;
      width: 48%;
      height: 105px;
      background: rgba(0,0,0,0.1);
      border: rgba(0,0,0,0.05) 5px solid;
      border-radius: 5px;
      padding:5px;
      color: white;
      text-align: center;
      font-size: 15px;
      margin-top: 25px;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
    code.html {
      color: #7EC9E6;
    }
    code.js {
      color: #FFAD00;
    }

    .main {
      float: left;
      width: 100%;
      margin: 0 auto;
    }
    
    /*.main h1 {
      padding:150px 50px;
      float: left;
      width: 100%;
      font-size: 45px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-weight: 100;
      color: white;
      margin: 0;
    }
   
    .main h1.demo1 {
      background: #1ABC9C;
    }*/
    
    .reload.bell {
      font-size: 12px;
      padding: 20px;
      width: 45px;
      text-align: center;
      height: 47px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }
    
    .reload.bell #notification {
      font-size: 25px;
      line-height: 140%;
    }
    
    .reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
    }
    .reload:hover{
      background: #444;
    }
    .btn {
      width: 200px;
      color: rgb(255, 255, 255);
      border: 4px solid rgb(0, 0, 0);
      background: rgba(3, 3, 3, 0.75);
    }
    .clear {
      width: auto;
    }
    .btn:hover, .btn:hover {
      background: #444;
    }
    .btns {
      width: 410px;
      margin: 50px auto;
    }
    .credit {
      text-align: center;
      color: rgba(0,0,0,0.5);
      padding: 10px;
      width: 410px;
      clear: both;
    }
    .credit a {
      color: rgba(0,0,0,0.85);
      text-decoration: none;
      font-weight: bold;
      text-align: center;
    }
    
    .back {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      display: block;
      padding: 7px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: rgba(255, 255, 255, 0.25);
      font-weight: bold;
      font-size: 13px;
      color: #000;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
    }
    .back:hover {
      color: black;
      background: rgba(255, 255, 255, 0.5);
    }
    
    header {
      position: relative;
      z-index: 10;
    }
    .main section .page_container {
      position: relative;
      top: 25%;
      margin: 0 auto 0;
      max-width: 950px;
      z-index: 3;
    }
    .main section  {
      overflow: hidden;
    }
    
    .main section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    }
    
  
    /*.main section.page1 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 15px;
      font-size: 70px;
      color: black;
    }
    .main section.page1 h2 {
      color: rgba(0,0,0,0.85);
      text-align: center;
      width: 435px;
      line-height: 160%;
    }
    .main section .page_container .btns {
      clear: both;
      float: left;
      text-align: center;
      width: 435px;
    }
    .main section .page_container .btns a{
      text-align: center;
    }*/
  
    .main section.page2 > img {
      position: absolute;
      top: -300px;
      left: 50%;
      margin-left: -1095px;
    }
    .main section.page2 .page_container {
      margin-top: 240px;
      overflow: hidden;
    }
    /*.main section.page2 h1 {
      text-align: center;
      padding: 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
      color: white;
    }
    .main section.page2 h2 {
      color: rgba(255,255,255,0.85);
      text-align: center;
      line-height: 160%;
      font-weight: 100;
    }
    .viewing-page-2 .back{
      background: rgba(0, 0, 0, 0.25);
      color: #FFF;
      }*/
  
    .main section.page3 #homeNumber{
      color:#F4AA2F;
    }

    /*.main section.page3 .page_container {
      overflow: hidden;
      width: 500px;
      right: -285px;
    }
    .main section.page3 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 0;
      font-size: 70px;
      letter-spacing: -1px;
      color: black;
    }
    .main section.page3 h2 {
      color: rgba(0,0,0,0.85);
      text-align: left;
      line-height: 160%;
      font-weight: 100;
      font-size: 21px;
    }*/
    
  
    .main section.page4  .index-body{
      /* width:100%;
      height:432px;
      background-color: pink; */
      /* background: url(../images/index/massegeBg.png) no-repeat; */
     
    }
  
    .main section.page4 .index-body .show-box{
      margin-top:194px;
      width:100%;
      height:606px;
      /* background-color: pink; */
      overflow: hidden;
    }
    .main section.page4 .index-body .show-box .projectAct-TitleIcon{
      width: 100%;
    }
    .main section.page4 .index-body .show-box .projectAct-TitleIcon p{
      background: url(../images/index/projectRoashow.png) no-repeat;
      width: 379px;
      height: 82px;
      margin: 28px auto 0 auto;
      background-size: 100%;
    }
    .main section.page4 .index-body .show-box .project-show{
      margin:0 83px;
      /* background-color:white; */
    }
    .main section.page4 .index-body .show-box .project-show .show-left{
      width:488px;
      height:155px;
      /* background-color:yellow; */
      /* margin-left:639px; */
      margin-left:550px;
    }
    .main section.page4 .index-body .show-box .project-show .show-left .show-line{
      width:483px;
      height:1px;
      background-color:#F7F7F7;
      margin-top:25px;
    }
    .main section.page4 .index-body .show-box .project-show .show-left p{
      font-size:20px;
      color:rgba(51, 51, 51, 1);
      font-weight: 600;
      /* background-color:red; */
    
      margin-top: 29px;
      cursor: pointer;
    }
    .main section.page4 .index-body .show-box .project-show .show-left .word-box{
      /* margin-top:40px; */
    
      font-size: 14px;
      color: rgba(153, 153, 153, 1);
      /* background-color:pink; */
      height:211px;
      line-height:22px;
      word-wrap:break-word; 
      word-break:break-all;
      cursor: pointer;
      
    }
    .main section.page4 .index-body .show-box .project-show .show-left small{
      margin-top:16px;
      font-size:15px;
      color:rgba(153, 153, 153, 1);
      /* height:12px; */
      /* background-color: green; */
    }
    /* .main section.page4 .index-body .show-box .project-show  .roadBtn{
      margin-left:924px;
      border:none;
      border:1px solid #999999;
      width:100px;
      height:40px;
      background-color:white;
      color:#333;
      margin-top: 37px;
      position: absolute;
      right: 262px;
    } */
    





/* jquery轮播图样式 */
    /* .main section.page4 .index-body .show-box .mod18 {
			width: 677px;
			margin-top:-177px !important;
		}

		.main section.page4 .index-body .show-box .mod18 .btn {
			position: absolute;
			cursor: pointer;
			z-index: 99;
			font-size: 50px;
			font-weight: bold;
		}

		.main section.page4 .index-body .show-box .mod18 .prev {
			left: 700px;
			background: url(./images/vimg/prevBtn.png) no-repeat;
		}

		.main section.page4 .index-body .show-box .mod18 #prev,
		.main section.page4 .index-body .show-box .mod18 #next {
			top: 290px;
			width: 10px;
			height: 16px;
			position: absolute;
		}

		.main section.page4 .index-body .show-box .mod18 #prevTop {
			background: url(./images/vimg/prevBtnTop.png) 0 0 no-repeat;
		}

		.main section.page4 .index-body .show-box .mod18 #nextTop {
			background: url(./images/vimg/nextBtnTop.png) 0 0 no-repeat;
		}

		.main section.page4 .index-body .show-box .mod18 .next {
			right: 600px;
			background: url(/images/vimg/nextBtn.png) no-repeat;
		}

		.main section.page4 .index-body .show-box .mod18 li {
			float: left;
		}

		.main section.page4 .index-body .show-box .mod18 .cf li {
			position: relative;
			color: #fff;
		}

		.main section.page4 .index-body .show-box .mod18 .cf a {
			display: block;
			width: 526px;
			height: 377px;
			position: absolute;
			color: #fff;
		}

		.main section.page4 .index-body .show-box #picBox .cf img {
			width: 200px;
			height: 200px
		}

		.main section.page4 .index-body .show-box .mod18 .cf li span {
			display: block;
			width: 486px;
			position: absolute;
			left: 75px;
			bottom: 0;
			padding: 10px 20px;
			line-height: 22px;
			text-align: left;
			background: rgba(0, 0, 0, 0.6);
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
		}

		.main section.page4 .index-body .show-box .mod18 .picBox {
			width: 200px;
			height: 200px;
			padding-left: 75px;
			padding-right: 76px;
			position: relative;
			overflow: hidden;
			background: #0D0D0D;
			padding-top: 40px;
		}

		.main section.page4 .index-body .show-box .mod18 .picBox ul {
			height: 377px;
			position: absolute;
			left: 0;
		}

		.main section.page4 .index-body .show-box .mod18 .picBox li {
			padding-left: 75px;
			padding-right: 1px;
			width: 526px;
			height: 377px;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox {
			width: 642px;
			height: 100px;
			margin: 0 auto;
			position: relative;
			padding-top: 15px;
      overflow: hidden;
      background-color: red;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox ul {
			height: 88px;
			position: absolute;
			padding-left: 12px;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox li {
			width: 127px;
			height: 77px;
			cursor: pointer;
			position: relative;
			padding: 5px 0 0 0;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox li i {
			display: none;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox li a {
			display: block;
			width: 108px;
			height: 77px;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox img {
			border: 3px solid #fff;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox .on img {
			border: 3px solid #CECDCC;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox .on {
			background: url(../images/img_bg.jpg) center top no-repeat;
		}

		.main section.page4 .index-body .show-box .mod18 .listBox .on i {
			display: block;
		} */




  
    .main section.page6 {
      background: #FFFFFF url(../images/index/massegeBg.png) no-repeat;
      background-size: 100%;
      background-position: 50% 45%;
    }
    .main section.page6 .example-TitleIcon p{
      background: url('../images/index/partybuilding1.png') no-repeat;
      width: 379px;
      height: 100px;
      margin: 212px auto 0 auto;
      background-size: 100%;

    }
    .main section.page6 .div{
      width:100%;
      padding:0 7%;
    }
    .main section.page6 .party-box{
      width: auto;
      overflow:hidden;
      height:417px;
      margin: 0 auto;
      background-color:white;
      box-shadow: 0px 7px 19px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow:0px 7px 19px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:0px 7px 19px 2px rgba(0, 0, 0, 0.1);
    
    }

    .main section.page6 .party-box .part-left{
      width:22%;
      height:260px;
      /* background-color:skyblue; */
      float:left;
      margin-top:61px;
      margin-left:58px;

    }
    .main section.page6 .party-box .part-left .img-box{
      /* width:356px; */
      width:356px;
      height:167px;
      /* background-color:rgb(76, 230, 109); */
      cursor:pointer;
    }
    .main section.page6 .party-box .part-left .img-box>img{
     width:100%;
     height:100%
    }
    .main section.page6 .party-box .part-left .partyword-box{
      width:100%;
      height:83px;
      /* background-color:yellow; */
      margin-top:14px;
      cursor:pointer;
    }
    .main section.page6 .party-box .part-left .partyword-box>.partyword-title{
      color:#F6A930;
      font-size:18px;
      line-height:18px;
      height:18px;
      width:365px;
      z-index:2;
      /* background-color:pink; */
    }
    .main section.page6 .party-box .part-left .partyword-box>.partyword-date{
      font-size:12px;
      line-height:12px;
      height:12px;
      /* background-color:white; */
      margin-top:8px;
      color:#999999;
    }
    .main section.page6 .party-box .part-left .partyword-box>.partyword-content{
      width:356px;
      height:33px;
      /* background-color:lightblue; */
      margin-top:20px;
      font-size:12px;
      line-height:20px;
      color:#999999;
    }
    .main section.page6 .party-box .party-right{
      /* width:667px; */
      width:54%;
      height:297px;
      /* background-color: lightslategray; */
      float:left;
      /* margin-top:26px;
      margin-left:230px; */
      margin-top: -290px;
      margin-left: 457px;
    }

    .main section.page6 .party-box .party-right>.partyright-item{
      width:667px;
      height:98px;
      border-bottom:1px solid #F7F7F7;
      overflow: hidden;
      position:relative;
      cursor:pointer;
    }
    .main section.page6 .party-box .party-right>.partyright-item>.partyright-title{
      font-size:18px;
      width:500px;
      height:18px;
      line-height:18px;
      margin-top:32px;
      color:#333333;
      /* background-color:purple; */
    }
    .main section.page6 .party-box .party-right>.partyright-item>.partyright-content{
      width:504px;
      height:12px;
      line-height:12px;
      margin-top:14px;
      color:#999999;
    }
    .main section.page6 .party-box .party-right>.partyright-item>.partyright-date{
      width:75px;
      height:10px;
      line-height:10px;
      /* background-color:yellow; */
      font-size:10px;
      /* position:absolute;
      right:0;
      bottom:44px; */
      position:absolute;
      top:44px;
      right:2px;
      color:#999999
    }
    .main section.page6 .party-box .partybtn-box{
      display:flex;
      justify-content:center;
      margin-top:349px;
    }
    .main section.page6 .party-box .partybtn-box #partybuildingBtn{
      width:90px;
      height:36px;
      background-color: white;
      border:none;
      border:1px solid #999999;
      color:#333;
    }
    

/*自定义样式*/
/*公共部分  开始*/
.index-header{
	position: relative;
	margin: 0;
	z-index: 10;
}
.index-body{
	margin-top: -194px;
	z-index: 1;
}
.swiper-container{
	width: 100%;
  height: 100%;
/* margin-left: 17px; */
	/* top: -8px; */
}
.loopCase{
  width: 100%;
  height: 100%;
  margin-left: 17px;
}
/*公共部分  结束*/


