﻿/*浏览器滚动条*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button:vertical {
  display: none;
}
::-webkit-scrollbar-track:vertical {
  background-color: black;
}
::-webkit-scrollbar-track-piece {
  background: #F0F0F0;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #8E8E8E;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #3B3B3B;
}
::-webkit-scrollbar-corner:vertical {
  background-color: #535353;
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #FF6E00;
}
/*大屏*/
.main {
  min-height: 340px;
  min-width: 1200px;
  cursor: pointer;
}
.color_10 {
  background: #000;
}
/*动画*/
@-webkit-keyframes entrance {
  0% {
    top: 10%;
    opacity: 0.1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-moz-keyframes entrance {
  0% {
    top: 10%;
    opacity: 0.1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-o-keyframes entrance {
  0% {
    top: 10%;
    opacity: 0.1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-ms-keyframes entrance {
  0% {
    top: 10%;
    opacity: 0.1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
/*每列*/
.list_1 {
  width: 12.5%;
  height: 100%;
  float: left;
  display: block;
  overflow: hidden;
}
a.an {
  background: #3d58b4 !important;
  cursor: pointer;
}
a.an.lastan {
  background: none !important;
  color: #3d58b4;
}
a.an:not(.lastan):hover {
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.color_2 a.an {
  background: #185f8e !important;
}
.color_4 a.an {
  background: #185f8e !important;
}
.color_5 a.an {
  background: #f6b37f !important;
}
/*颜色*/
.text {
  cursor: pointer;
  top: 200px;
  position: relative;
  clear: both;
  margin-top: -50px;
}
.back .text {
  top: 178px;
}
a.an {
  top: 35%;
  position: relative;
}
.ico1 {
  height: 50px;
}
.color_1 {
  background: url(../image/bg1.png) no-repeat center;
}
.color_2 {
  background: url(../image/bg2.png) no-repeat center;
}
.color_3 {
  background: url(../image/bg1.png) no-repeat center;
}
.color_4 {
  background: url(../image/bg2.png) no-repeat center;
}
.color_5 {
  background: url(../image/bg1.png) no-repeat center;
}
.color_6 {
  background: url(../image/bg2.png) no-repeat center;
}
.text {
  height: 40px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
  color: #FFF;
  font-size: 16px;
}
a.an {
  width: 140px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  text-align: center;
  font-size: 14px;
  background: #40c666;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: color, background-color 0.2s, 0.2s linear;
  -o-transition: color, background-color 0.2s, 0.2s linear;
  -moz-transition: color, background-color 0.2s, 0.2s linear;
  -ms-transition: color, background-color 0.2s, 0.2s linear;
  transition: color, background-color 0.2s, 0.2s linear;
}
a:hover.an {
  text-decoration: underline;
  background: #000;
  text-decoration: none;
  -webkit-transition: color, background-color 0.2s, 0.2s linear;
  -o-transition: color, background-color 0.2s, 0.2s linear;
  -ms-transition: color, background-color 0.2s, 0.2s linear;
}
/*动画*/
.rotateBox {
  overflow: hidden;
  height: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 600px;
  -moz-perspective: 600px;
  -o-perspective: 600px;
  -ms-perspective: 1000px;
}
.transBox {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
.transBox .list_1 {
  position: absolute;
  height: 500px;
}
.transBox .front {
  left: 2px;
  top: 0;
  z-index: 100;
}
.transBox .back {
  left: 200px;
  top: 0;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: 65px;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(180deg);
  
  
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
	M11=0.7660444431189777, M12=-0.6427876096865394, M21=0.6427876096865398,
	M22=0.7660444431189779)";
}
.transBox .backed {
  left: 200px;
  top: 0;
  position: absolute;
}
.rotateBox:hover .back {
  height: 534px;
  width: 120%;
  left: 226px;
  top: -37px;
}
.rotateBox:hover .list_1:nth-child(0) {
  left: 200%;
}
.rotateBox:hover .transBox {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: perspective(1600px) rotateY(-90deg);
  -o-transform: perspective(1600px) rotateY(-90deg);
  -ms-transform: perspective(1000px) rotateY(-190deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
}
.icon_entrance {
  -webkit-animation: 1s entrance forwards;
  -moz-animation: 1s entrance forwards;
  -o-animation: 1s entrance forwards;
  -ms-animation: 1s entrance forwards;
}
.ico {
  top: 10%;
  opacity: 0;
}
/*右侧浮动*/
.side {
  position: fixed;
  width: 54px;
  height: 275px;
  right: 0;
  top: 214px;
  z-index: 100;
}
.side ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
}
.side ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.2s;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
}
.side ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.2s;
}
.side ul li .sidetop:hover {
  background: #ae1c1c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.side ul li img {
  float: left;
}
.w_wrap {
  min-width: 1200px;
  background: url(http://nczsxh.com/images/indexbg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.w_navbg {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*background: url(../images/bga.png) 50.5% center;*/
  
}
.logoimg {
  position: absolute;
  top: 22px;
  left: 10px;
  z-index: 10;
}
.w_nav {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 100;
  position: relative;
}
.w_nav ul {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.w_nav ul li {
  width: 15.58%;
  /*height: 460px;*/
  float: left;
  margin-right: 1px;
}
.navtop {
  position: relative;
  z-index: 100;
  height: 0;
  transition: all 1s;
}
.wxx {
  padding-top: 10px;
}
.wxx.wxx1 span:hover {
  color: #2398E2;
}
.wxx span {
  cursor: pointer;
  padding: 0 5px;
}
.wxx span.active {
  color: white;
}
.wxx span:hover {
  color: white;
}
.w_cont {
  width: 1200px;
  overflow: hidden;
  clear: both;
  margin: 2px auto;
  position: relative;
  padding-left: 20px ;
  padding-right: 20px ;
  box-sizing: border-box;
  background: white;
  top: -2px;
}
.w_cont .onecont {
	overflow: hidden;
  margin-top: 30px;
}
.w_cont_left {
  width: 814px;
  float: left;

  position: relative;
}
.xian {
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 25%;
}
.lefttitle {
  position: relative;
  height: 46px;
}
.leftnews {
  overflow: hidden;
}
.leftnews dl {
  margin-top: 20px;
}
.leftnews dl dt {
  margin-right: 30px;
  float: left;
}
.leftnews dl dd {
  float: right;
}
.leftnews dl dd ul li {
  list-style: disc;
  width: 403px;
  height: 43px;
  line-height: 43px;
  color: #474455;
  font-size: 14px;
}
.leftnews dl dd ul li:hover {
  cursor: pointer;
  color: #3687bc;
  background: url(http://nczsxh.com/images/index_dian.png) repeat-x bottom bbottom;
}
.leftnews dl dd ul li span {
  float: right;
}
.w_cont_right {
  position: relative;
  z-index: 10;
  float: right;
  overflow: hidden;
}
.w_cont_right .loginfrom {
  margin-top: 10px;
}
.w_cont_right .loginfrom li {
  margin-bottom: 6px;
}
.w_cont_right .loginfrom li.userzc {
  position: relative;
  top: -5px;
}
.w_cont_right .loginfrom li input,
.w_cont_right .loginfrom li select,
.w_cont_right .loginfrom li option {
  width: 100%;
  border: none;
  height: 30px;
  outline: none;
  background: rgba(183, 218, 255, 0.5);
  line-height: 30px;
  color: #474455;
  padding-left: 12px;
}
.w_cont_right .loginfrom li a {
  float: right;
  cursor: pointer;
}
.w_cont_right .loginfrom li button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  color: white;
  font-size: 20px;
  background: #3687bc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.w_cont_right .loginfrom li .yzm {
  width: 228px;
  height: 30px;
  position: relative;
  top:2px;
}
.w_cont_right .loginfrom li .yzimg {
  position: relative;
  top: 1px;
}
.funlist {
  clear: both;
}
.funlist img {
  cursor: pointer;
  margin-right: 7px;
}
.funlist img:last-child {
  margin-right: 0;
}
.color_a {
  background: #2398E2;
}
.color_b {
  background: #2398E2;
}
.color_c {
  background: #2398E2;
}
.color_d {
  background: #2398E2;
}
.color_e {
  background: #2398E2;
}
.color_f {
  background: #2398E2;
}
.downwheel {
  height: 100px;
  text-align: center;
}
.zhezhaotiao {
  width: 100%;
  height: 63px;
  background: #2398E2;
  position: absolute;
  bottom: 0;
  display: none;
}
.advertising {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.advertising > div {
  overflow: hidden;
}
.advertising img {
  float: right;
}
.advertising .closeadv {
  width: 100%;
}
.openadv {
  transition: all 0.5s;
  position: absolute;
  bottom: 42px;
  right: 25px;
}
.closeadv {
  transition: all 0.5s;
  position: absolute;
  right: -100%;
  bottom: 0%;
  opacity: 0;
  overflow: hidden;
}
.advbtn {
  cursor: pointer;
}
.advbtn1 {
  cursor: pointer;
}
.w_footer {
  width: 100%;
  height: 286px;
  background: #2398e2;
}
.w_footer .w_footbox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.w_foot_top_ul {
  height: 80px;
  border-bottom: 1px solid #9bc3de;
}
.w_foot_top_ul li {
  float: left;
  color: #ffffff;
  line-height: 80px;
}
.tzggcon .tconth .cont_leftlt{
	width:575px;
	}
.cont_leftlth{
	float:right;
	}
.cont_leftlt .leftnewsth dl dd .aboutjbth li{
	width:535px;
	}
.leftnewsth dl{
	overflow:hidden;
	}



/*页脚*/

.w_footer {
  width: 100%;
  height: 286px;
  background: #3687bc;
}
.w_footer .w_footbox {
  height: 80px;
  border-bottom: 1px solid #9bc3de;
  margin: 0 auto;
}
.w_footer .w_footbox ul {
  width: 1200px;
  margin: 0 auto;
}
.w_foot_top_ul {
  height: 80px;
}
.w_foot_top_ul li {
  float: left;
  color: #ffffff;
  line-height: 80px;
  padding: 0 30px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.w_foot_top_ul li a {
  color: #FFFFFF;
}
.w_foot_top_ul li img {
  position: absolute;
  right: 0;
  top: 34px;
}
.footdom {
  width: 1200px;
  margin: 0 auto;
}
.footdom > div {
  float: left;
}
.footdom .foota {
  margin-top: 34px;
}
.footdom .footb {
  width: 700px;
  color: white;
}
.footdom .footb ul {
  margin: 60px auto 0;
}
.footdom .footb ul li {
  padding-left: 100px;
  height: 22px;
  line-height: 22px;
}
.footdom .footc {
  margin-top: 33px;
  text-align: center;
  color: white;
  font-size: 14px;
}
.footdom .footc img {
  padding-bottom: 10px;
  display: block;
}

.tanchuceng{
	height: 120px;
	width: 100%;
	position: relative;
}
.tanchucengbg{
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}
.tanchucengcont{
	margin: 0 auto;
	background: white;
	height: 100%; 
	width: 1200px;
}
.tanchuceng  ul{
	margin: 0 auto;
	position: relative;
	z-index: 100;
	padding-top: 38px;
}
.tanchuceng  ul li{
	width: 128px;
	height: 43px;
	float: left;
	background: #84828b;
	font-size: 18px;
	color: white;
	margin-left: 18px;
	line-height: 43px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #84828b;
}
.tanchuceng  ul li:hover,.tanchuceng  ul li.active{
	background: #e1e1e2;
	color: black;
}
.tanchucenga .tanchucengbg{
	background: rgba(240,118,57,0.3);
}
.tanchucenga ul li{
	width: 128px;
	height: 43px;
	float: left;
	font-size: 18px;
	color: white;
	margin-left: 18px;
	line-height: 43px;
	cursor: pointer;
	text-align: center;
	background: #f6b17f;
	border: 1px solid #f6b17f;
}
.tanchucenga ul li:hover,.tanchucenga ul li.active{
	background: #fdebe2;
}
#triangle-up {
	    position: absolute;
	    top: 58px;
	    left: 47%;
	    display: none;
	    width: 0;
	    height: 0;
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-bottom: 5px solid white;
}
.w_nav ul li.active #triangle-up{
	display: block;
}

.indextitle{
	position: relative;
	height: 30px;
}
.indextitle-cont a{
	  float: none;
    line-height: 46px;
    font-size: 24px;
    color: #474455;
    display: block;
    font-family: '微软雅黑';
    text-align: center;
    position: absolute;
    left: 45%;
    top: -25px;
}
.indextitle-xian{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: #474455;
}
    
    
.w_cont_righta{
	float: right;
	height: 275px;
	width: 318px;
}
.w_cont_righta img{
	margin-top: 25px;
}
.w_cont_righta ul{
	float: right;
	margin-top: 24px;
}
.w_cont_righta ul li{
	  float: left;
		color: #474455;
		font-size: 14px;
		padding: 0 10px;
		position: relative;
    top: -10px;
    cursor: pointer;
    color: #c8c8cb;
}
.w_cont_righta ul li a{
	color: #c8c8cb;
}
.wdian{
	color: #000000;
}

.index_gczsnav{
	width: 100%;
}
.index_gczsnav li{
 position: relative;
  float: left;
  width: 14.1%;
  font-size: 15px;
  margin: 16px 0 40px;
  text-align: center;
  color: #474455;
  border-right: 1px  solid #474455;
}
.index_gczsnav li:last-child{
	border: none;
}
.index_gczsnav li img{
	position: absolute;
	bottom: -16px;
  left: 46%;
  display: none;
}
.index_gczsnav li:hover{
	cursor: pointer;
}
.index_gczsnav li.active{
	color: #3687bc;
}
.index_gczsnav li.active img{
	display: block;
}
.index_gczsimg{
	margin-top: 30px;
}
.index_gczsimg li{
		float: left;
		text-align: center;
		overflow: hidden;
		width: 33.33%;
}
.index_gczsimg li img{
	display: block;
	margin: 0 auto 10px;
}
.wordbox.indexword1{
	background: url(http://nczsxh.com/images/indextit1.png) no-repeat center;
}
.wordbox.indexword2{
	background: url(../image/indextit2.png) no-repeat center;
}
.wordbox.indexword3{
	background: url(../image/indextit3.png) no-repeat center;
}
.wordbox.indexword3 a{
	margin: -4px;
	margin-left: 60px;
}
.imgcont{
	clear: both;
}
/* .imgcont img{
	cursor: pointer;
	border: 1px solid #f8f8f8 ;
} */
.imgcont img{
	border: 1px solid #f8f8f8 ;
}
.lbanner{
	width:1160px;
	height:169px;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
	}
.lbanner ul{
	position:absolute;
	left:0;
	top:0;
	}
.lbanner ul li img,.lbanner ul li{
	margin:0;
	padding:0;
	width:1160px;
	height:169px;
	}



     
      * {
        margin: 0px;
        padding: 0px;
      }
      
      .toubu {
        width: 100%;
        height: 63px;
        margin: 0 auto;
        background:#337fb1;
     
        
      }
      
      .toubu ul {
        list-style: none;
        width: 85%;
        margin: 0 auto;
       
        
      }
      
      .toubu ul li {
        float: left;
        width: 14%;
        font-size: 18px;
        line-height: 63px;
        text-align: center;
        position: relative;
        z-index: 999;
       
      }
      
      .toubu ul li a {
        text-decoration: none;
        color: #fff;
        display: block;
      }
      
      .toubu ul li a:hover {
        color: #FFF;
      }
      
      .toubu ul li ul {
        position: absolute;
        display: none;
      
      }
      
      .toubu ul li ul li {
        width:100%;
        float: none;
        line-height: 50px;
        text-align: center;
    
      }
      
      .toubu ul li ul li a {
        dispaly:block;
        width: 100%;
      }
      
      .toubu ul li ul li a:hover {
        background-color: #295b7b;
      }
      
      .toubu ul li:hover ul {
        display: block;
      }
      .toubu .xhj {
         background:#68aedc;
         width:176px;
      }    





