a {
    text-decoration: none;
    color: #fff;
}
html, body {
	position: relative;
    width: 100%;
    min-width: 1200px;
}
.backToTop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 40px;
    bottom: 50px;
    z-index: 99999;
    transition: height ease .5s;
    -moz-transition: height ease .5s;
    -webkit-transition: height ease .5s;
    -o-transition: height ease .5s;
    background-image: url(../image/backToTop/secondStyle/05.png);
    background-size: 100% 100%;
}
.backToTop.onTop {
    height: 0;
}
.head {
	width: 100%;
	background-color: rgb(246, 247, 247);
}
.headBg {
	max-width: 1200px;
	margin: 0 auto;
	height: 90px;
	background: url(../image/index/hdbj.png) no-repeat;
	background-size: 145% 100%;
	background-position-x: center;
	overflow: hidden;
}
.headIcon {
	height: 59px;
	width: 300px;
	margin: 20px 0 0 0;
	background: url(../image/index/headBgL.png) no-repeat;
	background-size: 100% 100%;
}
.navBox {
	position: absolute;
	top: 90px;
	z-index: 9999;
	width: 100%;
	height: 40px;
	background-color: rgb(38, 61, 89);
}
.nav {
	max-width: 1200px;
	height: 40px;
	margin: 0 auto;
	color: #fbfcfe;
}
.navUl {
	margin: 0 auto;
	height: 100%;
	text-align: center;
}
.navLi {
    position: relative;
	display: inline-block;
	width: 120px;
	vertical-align: top;
	margin: 0 10px;
	text-align: center;
	line-height: 40px;
}
.navLi a.active {
    background-color: rgb(246, 124, 1);
}
.navLi a {
    display: block;
    height: 40px;
}
.navLi a:hover {
	background-color: #f87c00;
}
.secondaryNavUl {
    display: none;
    width: 100%;
}
.secondaryNavUl span {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    left:55px;
    top:-10px; 
    border-width: 5px;
    border-style: solid;
    font-size: 0;    
    border-color: transparent transparent rgb(38, 61, 89) transparent;
}
.secondaryNavUl li {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    overflow: hidden;
}
.secondaryNavUl .secondaryNavLi1 {
    height: 50px;
}
.secondaryNavUl .secondaryNavLi1 a {
    margin-top: 10px;
}
.secondaryNavUl li a:hover {
    background-color: #f87c00;
}
.secondaryNavUl li a {
    position: relative;
    display: block;
    width: 100%;
    background-color: rgb(38, 61, 89);
}
* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "微软雅黑";
}
a {
	display: block;
}
ul,
li {
	list-style: none;
}
.container {
	width: 100%;
	height: 100%;
}
.row {
	max-width: 1200px;
	height: 348px;
	margin: 0 auto;
}
.col-4 {
    float: left;
    display: inline-block;
    width: 352px;
}
.col-6 {
	float: left;
	display: inline-block;
	width: 555px;
    margin: 0 25px 0 20px;
}
.col-6>div {
    margin-right: 10px;
}
.col-8 {
    float: left;
    display: inline-block;
    width: 810px;
    margin-left: 20px;
}
.rightCol {
	margin-right: 0;
	margin: 0 20px 0 25px;
	float: right;
}
.columnHeigth {
	width: 100%;
	height: 348px;
}
.indexTopSlide {
	width: 100%;
	height: 450px;
	position: relative;
	margin-top: 24px;
}
.indexTopSlide>ul>li, .indexSwitchGroup>ul>li {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
}
.indexTopSlide>ul>li:nth-child(1), .indexSwitchGroup>ul>li:nth-child(1)  {
	opacity: 1;
	filter: alpha(opacity:100);
}
.indexTopSlide>ul>li>img {
	width: 100%;
	height: 450px;
}
.indexTopSlideBtnBox {
	position: absolute;
	bottom: 10px;
	right: 40px;
}
.indexTopSlideBtnBox>a {
	float: left;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    font-size: 12px;
    font-family: 'Verdana';
    text-align: center;
    line-height: 15px;
}
.indexTopSlideBtnBox>.active {
	background: #fff;
	filter: alpha(opacity=100);
    opacity: 1;
}
.indexSwitchGroup {
	width: 555px;
	height: 362px;
	position: relative;
}
.indexSwitchGroup>ul>li>img {
	width: 540px;
	height: 320px;
	margin: 10px 6px 0 6px;
}
.column {
    width: 555px;
}
.columnRightImg {
	display: inline-block;
	width: 405px;
}
.column > a {
	display: block;
	cursor: pointer;
}
.index .columnRow {
    border-style: dotted;
    border-color: rgb(169,169,169);
    border-width: 1px;
    border-right: none;
    border-top: none;
    border-left: none;
}
.columnRow {
	height: 46px;
    vertical-align: bottom;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    padding: 3px 5px;
    line-height: 40px;
    color: #000;
    background-color: #fff;
    border-style: dashed;
    border-color: #e5e5e5;
    border-width: 1px;
    border-right: none;
    border-top: none;
    border-left: none;
    width:100%
}
.columnHead {
    padding: 0;
	display: block;
	height: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	border: none;
	background-size: 100% 100%;
}
.columnRow:hover {
	color: #ff7f00;
}
.columnRow > span {
	display: inline-block;	
	height: 23px;
	line-height: 23px;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}
.columnRowTitle {
	outline: 0;
	width: 75%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	font-size: 16px;
    margin: 10px 0px 10px 0;
}
.columnRowDate {
	float: right;
	width: 86px;
	text-align: center;
	font-size: 14px;
    margin: 10px 10px 0 0;
}
.ZSJYContianer .columnRowTitle {
    color: #000;
}
.ZSJYContianer .columnRow {
    color: rgb(102, 102, 102);
}
.ZSJYContianer .columnRow:hover {
    color: rgb(246, 124, 1);
}
.IndexCol2ImgBox {
	float: right;
	width: 165px;
    height: 263px;
}
.IndexCol2Img {
	width: 165px;
    height: 107px;
    float: right;
    margin-top: 50px;
}
.IndexCol2ImgT {
	background: url(../image/index/llxx.png) no-repeat;
	background-size: 100% 100%;
}
.IndexCol2ImgB {
	background: url(../image/index/xds.jpg) no-repeat;
	background-size: 100% 100%;
}
.indexBottomSlideHead {
    margin-top: 30px;
    max-width: 1200px;
    height: 40px;
    background-color: #f67c01;
}
.indexBottomSlideHeadTitle {
    height: 100%;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    padding-left: 20px;
    text-align: center;
    line-height: 40px;
}
.indexBottomSlideBox {
    max-width: 1200px;
    height: 172px;
    overflow: hidden;
}
.indexBottomSlideBox>ul {
    width: 1840px;
    height: 189px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.indexBottomSlideBox>ul>li {
    display: inline-block;
    width: 230px;
    height: 172px;
    margin: 0 10px;
}
.indexBottomSlideBox>ul>li>a {
    width: 230px;
    height: 172px;
    background-size: 100% 100%; 
}
.bottom {
    width: 100%;
    background-color: #0e3a59;
    overflow: hidden;
}
.bottomContent {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
    text-align: center;
}
.bottomContent>ul>li {
    display: block;
    font-size: 14px;
}
.bottomContent>ul>li>a {
    display: inline-block;
    font-family: "宋体";
    color: rgb(169, 169, 169);
}
.bottomContent>ul>li>a.bottomContentATitle {
    font-family: '微软雅黑'; 
    font-size: 16px; 
    margin: 20px 0 10px 0; 
    color: #fff;
}
li.bottomContentRow1>a {
    margin: 0 20px;
}
li.bottomContentRow2>a {
    margin: 0 10px;
}
li.bottomContentRow3>a {
    margin: 0 30px;
}
li.bottomContentRow4 {
    margin-top: 10px;
}
li.bottomContentRow4>a {
    display: inline-block;
}
li.bottmContentQR {
    margin-top: 20px;
}
li.bottmContentQR>a {
    margin: 0 20px;
}
li.bottmContentQR>a>span {
    display: block;
}
span.bottmContentQRImgL {
    width: 76px;
    height: 76px;
    background-image: url(../image/index/chengnanxianfeng.png);
    background-size: 100% 100%;
}
span.bottmContentQRName {
    margin-top: 10px;
}
span.bottmContentQRImgR {
    width: 76px;
    height: 76px;
    background-image: url(../image/index/chengnanchuanmei.png);
    background-size: 100% 100%;
}
li.bottmContentNav {
    margin-top: 20px;
}
li.bottmContentNav>a {
    margin: 0 10px;
}
li.bottmContentNav>a.bottmContentNavLine {
    width: 1px;
    height: 16px;
    border-right: 1px solid #4d4d4d;
}
a.bottmContentLine {
    width: 1px;
    height: 16px;
    border-right: 1px solid #4d4d4d;
}
a.bottomContentRow4Href:hover {
    color: #fff;
}
.JWZXBottomRow {
    height: 320px;
}
.JWZXBottomLHead {
    width: 100%;
    height: 40px;
    color: rgb(246, 124, 1);
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px 0;
}
.JWZXBottomL {
    margin-top: 40px;
}
.JWZXBottomLRow>span {
    color: rgb(0, 0, 0);
    font-family: '微软雅黑',
    font-size: 16px;
    text-align: left;
    display: block;
    height: 36px;
    line-height: 36px;
    word-break: normal;
    white-space: pre-wrap;
}
.JWZXBottomLCol {
    width: 460px;
    margin-top: 30px;
}
.JWZXBottomLCol>a {
    display: block;
    float: left;
    width: 217px;
    height: 65px;
    margin: 5px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: rgb(246, 124, 1);;
    -moz-box-shadow: rgba(48, 119, 156, 0.635) 3px 3px 2px; /* 老的 Firefox */
    box-shadow: rgba(48, 119, 156, 0.635) 3px 3px 2px;
}
.ZSJYContainerHead {
    max-width: 1200px;
    margin: 20px auto 50px;
    height: 56px;
}
.ZSJYContainerHeadBox{
    width: 370px;
    height: 100%;
    margin: 0 auto;
}
.ZSJYContainerHeadBox>span {
    display: inline-block;
    float: left;
    width: 183px;
    height: 52px;
    border: 1px solid rgb(246, 124, 1);
    line-height: 52px;
    color: rgb(246, 124, 1);
    font-size: 24px;
    text-align: center;
}
.ZSJYContainerHeadBox>span.active {
    background-color: rgb(246, 124, 1);
    color: #fff;
}
.ZSJYRigthSpanBox {
    overflow: hidden;
    width: 177px;
    padding-left: 1px;
}
.ZSJYRigthSpanBox>p {
    display: block;
    font-size: 12px;
    color: #000;
    height: 30px;
    line-height: 30px;
    text-align: left;
    word-break: normal;
    white-space: pre-wrap;
}
.ZSJYRigthSpanInner {
    position: absolute;
    display: block;
    font-size: 20px;
    left: 20px;
    height: 36px;
    line-height: 36px;
    color: rgb(222,222,222);
}
.ZSJYRigthSpanBox>span {
    position: relative;
    display: inline-block;
    float: left;
    width: 177px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: rgb(222,222,222);
    background-color: rgb(246, 124, 1);
    margin-top: 1px;
}
#ZSJYRollList .columnRow {
    border-bottom: 1px solid #000;
}
.ZSJYRow1 .columnRow span {
    margin-right: 5px;
}
.CNDJCol8 .column {
    display: inline-block;
    float: left;
    width: 510px;
    margin: -10px 0 0 50px;
}
.CNDJCol8 .column .columnRow {
    height: 46px;
    padding: 0;
}
.CNDJCol8 .column4 {
    display: inline-block;
    float: left;
    width: 249px;
    height: 269px;
    background-size: 100% 100%;
}
.CNDJBottomRCol {
    width: 352px;
}
.CNDJBottomRCol>a {
    display: inline-block;
    float: left;
    width: 154px;
    height: 45px;
    margin: 10px 10px 0 5px;
    line-height: 45px;
    text-align: center;
    color: rgb(241, 58, 58);
    font-size: 16px;
    background-color: #fff;
    border: 1px solid rgb(241, 58, 58);
}
.XSGZBottomLeftImg {
    display: block;
    margin-top: 40px;
    width: 541px;
    height: 246px;
    line-height: 246px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: 110%;
}
.XSGZBottomLeftImg>img {
    width: 551px;
    height: 246px;
    margin: 0;
    transition: margin-left ease .5s;
    -moz-transition: margin-left ease .5s;
    -webkit-transition: margin-left ease .5s;
    -o-transition: margin-left ease .5s;
}
.XSGZBottomLeftImg>img:hover {
    margin-left: -10px;
}
div.XSGZColumnHead {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #dadada;
}
div.XSGZColumnHead>div {
    display: inline-block; 
    vertical-align: bottom;   
}
.XSGZColumnHeadIcon {
    width: 5px;
    height: 16px;
    margin: 18.5px 5px;
    background: #1e50ae;
}
.XSGZColumnHeadTitle {
    height: 53px;
    line-height: 53px;
    font-size: 22px;
    font-weight: 700;
    color: rgb(246, 124, 1);;
}
.XSGZColumnHeadMore {
    display: inline-block;
    float: right;
    width: 60px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 15px;
    vertical-align: bottom; 
    font-weight: 500;
    color: rgb(102, 102, 102);;
}
a.XSGZColumnRow {
    display: block;
    height: 53px;
    line-height: 53px;
    margin: 0 20px;
}
a.XSGZColumnRow:hover {
	color: #ff7f00;
}
a.XSGZColumnRow>span {
    vertical-align: bottom;
}
.XSGZColumnRowDate {
    display: inline-block;
    color: rgb(102, 102, 102);
    font-size: 14px;
    height: 53px;
    width: 81px;
    text-align: center;
    line-height: 53px;
}
.XSGZColumnRow .XSGZColumnRowLineBox {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 53px;
}
.XSGZColumnRowLine {
    position: absolute;
    width: 1px;
    left: 17px;
    height: 100%;
    background: #dadada;
}
.XSGZColumnRowCircleBig {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 7.5px;
    top: 18px;
    border-radius: 50%;
    background: #f4f4f4;
    
}
.XSGZColumnRowCircle {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 10.5px;
    top: 21px;
    border-radius: 50%;
    background: #bababa;
}
.XSGZColumnRowTitle {
    width: 350px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    height: 53px;
    text-align: left;
    line-height: 53px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.XSGZContianer .col-6 {
    margin: 0;
}
.detailContainer {
    max-width: 945px;
    margin: 0 auto;
    margin-top: 100px;
}
.detailContainerHead {
    width: 100%;
    height: 40px;
}
.JGSZRow {
    display: block;
    width: 100%;
    overflow: hidden;
}
.JGSZRow1Bg {
    width: 1129px;
    height: 812px;
    margin: 0 auto;
    background-image: url(../image/gaikuang/jigoujiegoushutu.png);
    background-size: 100% 100%;
}
.JGSZBottomTableTitle {
    width: 470px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    box-shadow: 6px 6px 6px rgba(48,119,156, 0.635);
    margin: 0 auto;
    background-color: rgb(48, 119, 156);
    font-size: 20px;
}
.JGSZBottomTableHead {
    display: inline-block;
    float: left;
    background: #0e3a59;
    color: #fff;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 10px 5px;
    box-shadow: 3px 3px 3px rgba(48,119,156, 0.635);
}
.JGSZBottomTableContentL {
    width: 250px;
    display: inline-block;
    float: left;
}
.JGSZBottomTableContentL div {
    width: 230px;
    height: 80px;
    font-family: SimSun;
    line-height: 80px;
    text-align: center;
    color: #fff;
    margin-bottom: 1px;
    background-color: rgb(74, 148, 189);
    transition: height ease .5s;
    -moz-transition: height ease .5s;
    -webkit-transition: height ease .5s;
    -o-transition: height ease .5s;
}
.JGSZBottomTableContentL div.JGSZActive {
    height: 120px;
    background-color: rgba(246, 124, 1, 0.83);
}