/*padding*/
.pd60 {
    padding: 60px 0
}

.pr40 {
    padding-right: 40px
}

.pl40 {
    padding-left: 40px;
}

.pt50 {
    padding-top: 50px;
}

/*------*/
/*margin*/
.mt50 {
    margin-top: 50px;
}


/*------------*/
.commentW {
    width: 1200px;
    margin: 0 auto;
}
.commentW.mb50{
    margin-bottom: 50px;
}
/*commenNav*/
.commenNav {
    height: 58px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;

}

.currentPage {
    background: url("../images/js-icon-wz.png") no-repeat 0px 20px;
    padding-left: 20px;
}

.commenNav>img {
    display: inline-block;
    float: left;
}

.commenNav .letUl li {
    float: left;
    height: 58px;
    font-size: 14px;
    line-height: 58px;
    padding: 0 5px;
    color: #999;
}

.commenNav .letUl li>span {
    font-size: 12px;
}

.commenNav .letUl li>a {
    color: #999;
}

.commenNav .letUl li.active>a {
    color: #333;
}

.commenNav .rightUl ul li {
    float: left;
    font-size: 14px;
    line-height: 58px;
    margin: 0 20px;
    color: #999;
}

.commenNav .rightUl ul>li a {
    color: #333;
    display: block;
    height: 58px;
}

.commenNav .rightUl ul>li.active a {
    color: #cb0003;
    border-bottom: 2px solid #cb0003;
    margin-bottom: -1px;
}

.commenNav .rightUl p {
    color: #a3a3a3;
    padding-top: 20px;
}

/*--------*/
.topBar {
    padding: 40px 0;
    box-sizing: border-box;
	background:#FFF;
}

.navLine {
    padding: 0 24px;
}

.navLine>span {
    display: block;
    width: 1px;
    background-color: #dcdcdc;

    height: 59px;
    margin-top: 5px;
}

.tag {
    padding-top: 10px;
}

.search {
    padding-top: 15px;
    width: 255px;
}

.search>input {
    float: left;
    height: 36px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    width: 219px;
}

.search>button {
    border: none;
    float: left;
    width: 36px;
    height: 36px;
    background: url("../images/searchBtn.png");
    margin-left: -2px;
    cursor: pointer;
    outline: none;
}

/*导航样式*/
.menueBox {
    background: #f6f6f6;
}

.menueBox ul {
    margin-left: -44px;
    background: #f6f6f6;
}

.menueBox ul>li {
    position: relative;
    padding: 20px 41px;
    float: left;
    font-size: 18px;
}

.menueBox ul>li:hover ul {
    display: block;
}

.menueBox ul>li a {
    color: #333333;
}

.menueBox ul>li:hover {
    background: rgba(238, 238, 238);
    background: #eeeeee;
}

.menueBox ul>li.active {
    background: rgba(238, 238, 238);
}

.menueBox ul>li a:hover {
    color: #cc0001;
}

.menueBox ul>li>ul {
    display: none;
    position: absolute;
    left: 44px;
    right: 0px;
    top: 62px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;

}

.menueBox ul>li>ul>li {
    float: none;
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
    background: #f2f2f2;
    margin-left: 1px;
}

.menueBox ul>li>ul>li>a {
    display: block;
}

/*banner*/
.out {
    100%;
    height: 600px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.out .img li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.out .num {
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 0px;
    text-align: center;
    width: 100%;
}

.out .num li {
    width: 20px;
    height: 20px;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px;
    cursor: pointer;
}

.out .num li.active {
    background: #a00
}

.out .btn {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    display: none;
    cursor: pointer;
}

.out:hover .btn {
    display: block;
}

.out .left {
    left: 0
}

.out .right {
    right: 0;
}

/*indexNewInfo*/
.indexNewInfo {
    background: url("../images/bg-1.jpg") no-repeat;
    background-size: 100% 100%;
	padding-top:30px;
    padding-bottom: 33px;
}

.commentW>h2 {
    text-align: center;
    font-size: 30px;
    padding-top: 30px;
	padding-bottom:65px;
}

.commentW>p {
    text-align: center;
    color: #999999;
    font-size: 16px;

    padding-bottom: 38px;
}

/*newInfoBox*/
.newInfoBox {
    background: #fff;
    padding: 30px;
}

.newInfoBoxL {
    width: 500px;
}

.newInfoBoxL img {
    width: 100%;
}

.imgInfo {
    padding-top: 28px;
}

.imgInfo>h2 {
    font-size: 24px;
    padding-bottom: 17px;
}

.imgInfo>p {
    color: #999;
}
.imgInfo p a {color:#DB0005;}

/*newInfoBoxR*/
.newInfoBoxR {
    width: 580px;

}

/*tabMenue*/
.tabMenue {
    padding-bottom: 10px;
}

.tabMenue ul {
    margin-left: -14px;
}

.tabMenue ul li {
    font-size: 18px;
    float: left;
    padding-right: 13px;
    color: #333;
    ;
    cursor: pointer;
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
}

.tabMenue ul li.linebg {
    background: url("../images/linebg.png") right 3px no-repeat;
}

.tabMenue ul li span:hover {
    color: #cc0001;
    font-weight: bold;

}

.tabMenue ul li.active {
    color: #cc0001;
    font-weight: bold;
}

.tabMenue a {
    float: right;
    color: #999;
}

.tabMenue a:hover {
    color: #cc0001;
}

/*indexNewList*/
.indexNewList {}

.indexNewList ul li {
    padding-top: 17px;
}

.indexNewList .data {
    width: 80px;
    height: 80px;
    background: #fafafa;
    box-sizing: border-box;
    padding: 16px;
}

.indexNewList .data dt {
    font-size: 24px;
    color: #707070;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.data dd {
    font-size: 12px;
    color: #707070;
}

.indexNewList ul li .newInfo {
    width: 468px;
}

.indexNewList ul li .newInfo h2 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #343434;
}

.indexNewList ul li .newInfo p {
    font-size: 14px;
    color: #999;
}

.indexNewList ul li:hover .newInfo h2 {
    color: #cc0001;
    font-weight: bold;
}

/*zhaShang*/
.zhaShang {
    background: #faf8f9;
    padding-top: 50px;
}

.zInfo {
    height: 654px;
    background: url('../images/bg-22.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.zInfoList {
    width: 249px;
    padding-top: 86px;
    padding-left: 20px;
}

.zInfoList.rightPart ul {
    padding-right: 20px;
}

.zInfoList ul li {
    height: 138px;
    padding-top: 20px;
    margin-bottom: 23px;
    box-sizing: border-box;
    overflow: hidden;
}

.zInfoList a {
    color: #999;
}

.zInfoList a h2 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    color: #333;
}

.zInfoList a h2.rH2 {
    text-align: right;
}

.zInfoList a p {
    font-size: 12px;
}

.zInfoList a:hover h2 {
    color: #cc0001;
}

/*checkMore*/
.checkMore {
    text-align: center;
    padding-bottom: 40px;
}

.checkMore a {
    display: inline-block;
    width: 155px;
    height: 40px;
    border-radius: 30px;
    background: #cc0001;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.checkMore a:hover {
    text-shadow: 0 0 2px rgba(93, 0, 1, 0.7);
}

/*paiMai*/
.paiMai {
    padding-top: 20px;
    background: url("../images/bg-3.jpg") no-repeat;
    width: 100% 100%;
    color: #fff;

}

.paiMai .commentW p {
    color: #edeeff;
}

/*paiMai ul*/
.paiMai ul {
    padding-bottom: 43px;
}

.paiMai ul li {
    padding: 25px;
    background: #fff;
    width: 590px;
    box-sizing: border-box;
    color: #999;
    margin-bottom: 15px;
}

.paiMai ul li img {
    float: left;
    width: 200px;
    height: 121px;
}

.paiInfo {
    width: 313px;
    float: right;
}

.paiInfo h2 {
    color: #333;
    font-weight: normal;
    font-size: 18px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.paiMai .commentW .paiInfo p {
    color: #999;
    padding-top: 18px;
}

.paiMai .commentW .paiInfo p a {
    font-weight: bold;
    color: #cc0001;
}

/*gongCheng*/
.gongCheng {
    background: url("../images/bg-4.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 29px;
}

.gcInfo {
    position: relative;
}

.gcInfo>img {
    width: 600px;
    height: 500px;
    float: left;
}

.gcInfo>.gcInfoCon {
    width: 660px;
    height: 422px;
    background: #fff;
    margin-left: -60px;
    float: left;
    margin-top: 15px;
    padding: 58px 66px;
    box-sizing: border-box;
}

.gcInfoCon h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
}

.gcInfoCon h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #cc0001;
}

.gcInfoCon p {
    color: #949494;
    padding-top: 20px;
    position: relative;
}

.gcInfoCon a {
    margin-top: 40px;
    display: inline-block;
    width: 139px;
    height: 40px;
    background: #cc0001;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.pagebutx{
text-align: center;margin-top:30px;margin-bottom:30px;
}

.pagebut {
    text-align: right;
}

.pagebut.pagebutT {
    text-align: center;
}

.pagebut span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.pagebut.pagebutT span {
    background: #f1f1f1;
}

.pagebut span.clickStyle {
    background: #cc0001;
    color: #fff;
}

/*vidioBox*/
.vidioBox {
    background: #f6f7f9 url("../images/bg-5.jpg") no-repeat;
    padding-top: 30px;
    padding-bottom: 32px;
}

.hasBgPart {
    height: 396px;
    background-size: 100% 100%;
}

.vidioBox h2 {
    color: #fff;
}

.vidioBox>p {
    color: #fff;
}

/*vidioList*/
.vidioList {
    background: #fff;
}

.vidioList ul {
    padding: 20px 0 20px;
	margin-bottom:40px;
}

.vidioList ul li {
    width: 542px;
    float: left;
    padding-left: 40px;
    padding-top: 20px;
}

.vidioList ul li a {
    display: block;
    position: relative;
}

.vidioList ul li a>img {
    width: 540px;
    height: 338px;
}

.vidioList ul li a>span {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    z-index: 1;
}

.vidioList ul li a p {
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.vidioList ul li a .iconJt {
    height: 10px;
    background: url("../images/icon-jt.png") no-repeat;
}

.vidioList ul li a:hover .iconJt {
    height: 10px;
    background: url("../images/icon-jt2.png") no-repeat;
}

/*toubiao*/
.toubiao {
    background: url("../images/bg-6.jpg") no-repeat;
    padding: 48px 0 73px 0;
    padding-bottom: 40px;
    background-size: 100% 100%;
}

ul.tbUl {
    margin-left: -20px;
}

ul.tbUl li {
    background: #fff;
    padding: 35px;
    width: 590px;
    margin-left: 20px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
}

ul.tbUl li a {
    display: block;
    overflow: hidden;
    color: #999;


}

ul.tbUl li a h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    background: url("../images/icon-jt.png") 370px 5px no-repeat;
}

ul.tbUl li a h2 span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 321px;
    height: 30px;
}

ul.tbUl li:hover a h2 {
    background: url("../images/icon-jt3.png") 370px 5px no-repeat;
}

.subInfo {
    padding-top: 10px;
}

.subInfo span {
    display: inline-block;
    padding-left: 20px;
    height: 30px;
    margin-right: 33px;
}

.subInfo span.bgAdress {
    background: url("../images/icon-wz.png") 0px 5px no-repeat;
}

.subInfo span.clock {
    background: url("../images/icon-sj.png") 0px 5px no-repeat;
}

/*foot*/
.foot {
    background: url("../images/bg-7.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 44px;
}

.footL {
    width: 700px;
    border-right: 1px solid #9195a1;
    margin-bottom: 70px;
}

.footL dl {
    margin-right: 80px;
}

.footL dl dt {
    color: #9195a1;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
    margin-bottom: 8px;
}

.footL dl dt::after {
    content: "";
    width: 32px;
    height: 1px;
    background: #9195a1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footL dl dd a {
    color: #9195a1;
    font-size: 12px;
    line-height: 30px;
}

.footL dl dd a:hover {
    color: #b5bbca;
}

.footR {
    width: 412px;
}

.addressInfo {
    width: 260px;
    font-size: 14px;
    color: #9195a1;
}

.addressInfo h3 {
    padding-bottom: 13px;
    padding-top: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.addressInfo dl {
    margin-top: 12px;
}

.addressInfo dl dt,
.addressInfo dl dd {
    float: left;
}

.gzh img {
    width: 120px;
    height: 120px;
    display: block;
    margin-top: 9px;
}

.gzh p {
    color: #dedfe3;
    text-align: center;
    padding-top: 10px;
}

/*slidBar*/
.slidBar {
    position: fixed;
    right: 20px;
    bottom: 350px;
}

.slidBar ul li {
    width: 48px;
    height: 48px;
    background: #cd0001;
    text-align: center;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 1px;
    position: relative;
    font-size: 12px;
}

.slidBar ul li>img {
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all .5s;
    display: block;
}

.slidBar ul li:hover>img {
    left: 100px;
    display: none;
}

.slidBar ul li span,
.slidBar ul li a {
    display: inline-block;
    width: 24px;
    height: 48px;
    line-height: 18px;
    padding-top: : 5px;
    box-sizing: border-box;
    margin-top: 5px;
    display: none;
    position: absolute;
    left: 10px;
    top: 0px;
}

.slidBar ul li:hover span,
.slidBar ul li:hover a {
    display: block;
    color: #fff;
}

.gzhImg {
    position: absolute;
    left: -140px;
    display: none;
}

.gzhImg>img {
    width: 120px;
    height: 120px;
}

/*集团介绍*/
.jsBanner {
    /*height: 350px;*/
	overflow:hidden
}

.jsBanner img {
	width: auto;
	height: auto;
}

/*jsPartOne*/
.jsPartOne {
    background: url("../images/js-bg-1.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
    padding-bottom: 30px
}

.jsPartOnL {
    width: 611px;
}

.jsBigTitle h2 {
    font-size: 36px;
    font-weight: 500;
    color: #333;
}

.jsBigTitle p {
    color: #a3a3a3;
    font-size: 18px;
    padding-top: 15px;
}

.jsBigTitle span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #832825;
    margin: 25px 0;
}

.jsMainInfo p {
    color: #a3a3a3;
    line-height: 30px;
	font-size:16px;
}

.jsOtherInfo {
    padding-top: 37px;
    margin-left: -58px;
}

.jsOtherInfo dl {
    text-align: left;
    float: left;
    padding-left: 55px;
}

.jsOtherInfo dl dt {
    font-size: 36px;
    color: #c32b28;
    font-weight: bold;
}

.jsOtherInfo dl dt span {
    font-size: 14px;
    color: #a3a3a3;
}

.jsOtherInfo dl dd {
    color: #a3a3a3;
    font-size: 14px;
}

.jsPartOnR {
    width: 530px;
}

.jsPartOnR img {
    width: 100%;
}

/*jsJiaGou*/
.jsJiaGou {
    background: #f9f9f9 url("../images/js-bg-2.jpg") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.jsJiaGou h2,
.gqJieGou h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.jsJiaGou>img {
    width: 1200px;
    height: 462px;
}

/*gqJieGou*/
.gqJieGou {
    background: #f0f0f0;
    padding-bottom: 50px;
}

/*pinZhi*/
.pinZhi {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 70px;
}

.pinZhi h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.pinZhi p {
    color: #a7a7a7;
}

/*pinZhiImgList*/
ul.pinZhiImgList {
    margin-left: -26px;
}

ul.pinZhiImgList li {
    width: 280px;
    height: 360px;
    position: relative;
    overflow: hidden;
    margin-left: 26px;
    float: left;
}

ul.pinZhiImgList li>img {
    width: 100%;
    height: 100%;
}

ul.pinZhiImgList li .imgInfo {
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: 10px;
    color: #fff;
    top: 180px;
}

ul.pinZhiImgList li .imgInfo>h2 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-bottom: 0;
}

ul.pinZhiImgList li .imgInfo p {
    font-size: 14px;
    color: #fff;
}

ul.pinZhiImgList li .imgInfo span {
    width: 40px;
    height: 1px;
    background: #fff;
    display: inline-block;
}

/*js_project*/
.projectBoxItem {
    background: #f1f1f1;
}

.js_project {
    background: #f8f8f8 url("../images/js-bg-4.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
    padding-bottom: 60px;
}

.proImg {
    width: 550px;
}

.proImg>img {
    width: 100%;
    height: 338px;
}

.projectBoxItem .proImg>img {
    width: 100%;
    height: 314px;
}

.proInfo {
    width: 590px;
}

.proInfo p {
	font-size:16px;
	line-height:30px;
   
}

.proInfo h2 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    padding-top: 50px;
}

.projectBoxItem h2 {
    font-weight: bold;
}

.line {
    width: 54px;
    height: 3px;
    background: #c51313;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
}

.projectBoxItem {
    position: relative;
}

.projectBoxItem .line {
    margin: 25px 0px 10px;
}

.projectBoxItem p {
    color: #989898;
    height: 90px;
    overflow: hidden;
}

.projectBoxItem a {
    position: absolute;
    display: block;
    width: 142px;
    height: 40px;
    background: #cc0001;
    color: #fff;
    line-height: 40px;
    text-align: center;
    bottom: 30px;
}

.proInfo {
    line-height: 30px;
    color: #707070;
}

.subLine {
    height: 1px;
    background: #e1e1e1;
    margin: 50px 0;
}
.subLine2 {
    height: 1px;
    background: #e1e1e1;
    margin: 50px 0;
}

/*js_guihua*/
.js_guihua {
    background: url("../images/js-bg-5.jpg") no-repeat;
    color: #fff;
}

.js_guihua h2 {
    font-size: 30px;
}

.js_guihua p {
    padding-top: 14px;
    line-height: 30px;
    color: #fff;
}

.btnBox {
    text-align: center;
	padding-bottom:50px;

}

.btnBox a {
    display: inline-block;
    margin: 0px 15px 0px 15px;
    background: #fff;
    color: #cc0001;
    width: 135px;
    height: 40px;
    border-right: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    font-weight: bold;
}

.btnBox a.active {
    background: #cc0001 url("../images/jtAA.png") no-repeat 100px 15px;
    color: #fff;
}

/*新闻动态*/
.scoolNews {
    background: #f9f9f9;position: relative;
}

.scrooNewOutBox {
    width: 1200px;
    overflow: hidden;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.scrooNewOutBox ul.imgUlbox{
	height: 477px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.scrooNewOutBox ul.imgUlbox li{
	float: left;
}
/*newList*/
.newList {
    padding-top: 20px;
}

.newList ul li {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.newList ul li a {
    color: #6f6f6f;
    padding: 25px 0;
    display: block;
}

.newList ul li a:hover .newInfo h2 {
    color: #d10605;
}

.newList ul li .dataBox {
    background: #f1f1f1;
    width: 114px;
    height: 114px;
    float: left;
}

.newList ul li .dataBox dl {
    padding: 20px;
    text-align: center;
}

.newList ul li .dataBox dt {
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    padding-top: 10px;

}

.dataBox dd {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.newInfo {
    float: left;
    width: 1060px;
    margin-left: 20px;
}

.newInfo h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    padding-bottom: 10px;
}

.laiYuan {
    fonts: 12px;
    position: relative;
    padding-left: 20px;
	margin-bottom:10px;
    color: #a6a6a6;
}

.laiYuan::after {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background-color: #cc0001;
    position: absolute;
    left: 0;
    top: 0px;
}

.newInfo p {
    font-size: 12px;
    
    color: #686868;
}

/*新闻公告*/
.outDiv {
    height: 350px;
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
}

.outDiv ul.changeInfo li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


.ggImg {
    width: 580px;
}

.ggImg img {
    width: 100%;
    height: 100%;
}

.ggInfo {
    width: 614px;
    padding: 60px 44px 50px;
    box-sizing: border-box;
}

.ggInfo h2 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 34px;
}

.ggInfo p {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 24px;
}

.ggInfo p a {
    color: #c90103
}

.outDiv ul.ulNum {
    position: absolute;
    z-index: 2;
    left: 580px;
    right: 0;
    text-align: center;
    bottom: 20px;
    font-size: 0;
}

.outDiv ul.ulNum li {
    display: inline-block;
    width: 50px;
    height: 5px;
    background: #b5b5b5;
    margin: 0 5px;
    cursor: pointer;
}

.outDiv ul.ulNum li.active {
    background: #ca0300;
}

/*精品工程*/
ul.gcList {
    margin-left: -30px;
    padding-bottom: 40px;
}

ul.gcList li {
    float: left;
    margin-left: 25px;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin-top: 37px;
}

ul.gcList li>img {
    width: 380px;
    height: 280px;
}

ul.gcList li>h2 {
    padding: 20px 10px 10px;
    font-size: 20px;
}

ul.gcList li>p {
    font-size: 12px;
    color: #bcb6b6;
    padding: 0 20px 0 25px;
    background: url("../images/gc-icon-wz2.png") no-repeat 10px 5px;
}

ul.gcList li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    margin-top: 20px;
    color: #666666;
    background: #f1f1f1 url("../images/gc-icon-jt1.png") no-repeat 316px 15px;
}

ul.gcList li>a:hover {
    color: #c4080d;
    background: #f1f1f1 url("../images/gc-icon-jt2.png") no-repeat 316px 15px;
}

/*城市建设*/
.cs-topInfo {
    width: 1200px;
    background: #f7f7f7;
    padding: 40px 100px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 50px;
}

.cs-topInfo h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
}

.cs-topInfo p {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
}
.cs-topInfo p.center{
    text-align: center;
}

.H2Box {
    text-align: center;
}

.cs-topInfo .spanLine {
    display: inline-block;
    height: 3px;
    width: 85px;
    background: #d42021;
    margin: 30px 0;
}

.H2Box .h2Tit {
    font-size: 30px;
    font-weight: 500;
    line-height: 56px;
    padding-top: 40px;
    font-weight: 600;
}

.H2Box .spanLine {
    display: inline-block;
    height: 3px;
    width: 85px;
    background: #d42021;
    margin: 10px 0;
}

.H2Box p {
    color: #989898;
    font-size: 16px;
}

.H2Box span {
    color: #d00000;
}

/*xiangMuList*/
ul.xiangMuList {
    margin-left: -24px;
}

ul.xiangMuList li {
    width: 590px;
    float: left;
    margin-top: 20px;
    margin-left: 22px;
    margin-bottom: 10px;
}

ul.xiangMuList li>img {
    width: 590px;
    height: 314px;
}

ul.xiangMuList li>a {
    display: block;
    font-size: 24px;
    text-align: center;
    color: #3a3a3a;
    line-height: 48px;
    padding-top: 10px;
}

ul.xiangMuList li>a:hover {
    color: #d32023;
}

/*便民服务——办事资讯*/
.zx-box {
    background: url("../images/bm-zx-bg-1.jpg") no-repeat;
    padding: 40px 0;
    background-size: 100% 100%;
}

.zx-inBox {
    padding: 49px 30px 10px 57px;
    background: #fff;
}

.zxTel {
    width: 380px;
}

.zxTel h2 {
    font-size: 24px;
    font-weight: normal;
    color: #353535;
    padding-bottom: 15px;
}

.zxTel p {
    font-size: 16px;
    color: #707070;
}

.tel {
    width: 280px;
    height: 52px;
    background: #f1f1f1;
    color: #cf0408;
    font-size: 28px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    margin: 23px 0 30px;
    border-radius: 30px;
}

.zxTel a {
    display: block;
    width: 130px;
    height: 40px;
    background: #cc0001;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    margin-top: 20px;
}

.zxTel a>img {
    padding-left: 5px;
}

/*subLine*/
.subLine {
    width: 1px;
    height: 240px;
    background: #f1f1f1;
}

.dlBox {
    padding-top: 170px;
}

.dlBox.dlBoxT {
    padding-top: 0px;
}

.dlBox dl dt {
    color: #979797;
}

.dlBox dl dd {
    color: #333;
}

.dlBox dl {
    padding-bottom: 27px;
}

/*便民栏目*/
.lanMuBox {
    background: url(../images/bmlm-bg-1.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0 0 40px;
}

.itemList ul li {
    float: left;
    text-align: center;
}

.itemList ul {
    padding-bottom: 50px;
}

.itemList ul li a {
    display: block;
    color: #353736;
}

.itemList ul li a h2 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 20px;
}

.itemList ul li a:hover h2 {
    color: #cc0003;
}

.itemList ul li a .shortLine {
    width: 20px;
    height: 3px;
    background: #cb0003;
    display: inline-block;
}

.itemInfo {
    padding: 0 62px;
}

.itemInfo.centerItem {
    padding: 0 76px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

/*jyListBox*/
.jyListBoxIn {
    margin-bottom: 40px;
}

.jyListBox {
    background: #f5f5f5;
    background: #f5f5f5 url("../images/jy-bg-1.jpg") no-repeat;
    background-size: 100% 100%;
}

.jyListBox.jyListBoxT {
    background: #f5f5f5;
}

.jyListBox h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: left;
}

.jyListBox p {
    text-align: left;
    padding-bottom: 16px;
}

.jyListBoxIn {
    background: #fff;
    padding: 44px 44px 0;
}

.leftList {
    width: 634px;
}

.leftList ul li {
    background: url("../images/dot.png") no-repeat left 8px;
    font-size: 16px;
}

.leftList ul li a {
    color: #7c7c7c;
}

.leftList ul li a:hover {
    color: #cd0102;
}

.leftList ul li p {
    float: left;
    width: 455px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    padding-left: 10px;

}

.jyRight {
    padding: 0px 40px 70px 0;
}

.jyRight a {
    display: block;
    background: #cc0001;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 20px;
}

.jyRight a.checkAll {
    background: #febd55;
    color: #fff
}

/*咨询内容*/
.jyListBoxIn dl {
    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
}

.jyListBoxIn dl dt {
    background: #f4f4f4;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #bf0300;
}

.jyListBoxIn dl dd {
    padding: 10px;
}

/*wSJianYan*/
.wSJianYan {
    width: 714px;
}

.wSJianYan ul li {
    text-align: left;
    margin-bottom: 20px;
}

.wSJianYan ul li i,
.wSJianYan ul li label,
.wSJianYan ul li input {
    display: inline-block;
}

.wSJianYan ul li i {
    color: #bf0300;
    padding-right: 5px;
    font-style: normal;
}

.wSJianYan ul li label {
    padding-right: 10px;
}

.wSJianYan ul li input {
    width: 599px;
    height: 30px;
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    padding: 5px 10px 5px;
    box-sizing: border-box;
    outline: none;
}

.btnGroup {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.btnGroup button {
    width: 130px;
    height: 47px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}

.btnGroup #handUp {
    background: #cc0001;
    color: #fff;
}

.btnGroup #reset {
    background: #f1f1f1;
}

/*downList*/
.downList {
    width: 846px;
    background: #fff;
    padding: 35px 28px 0;
    box-sizing: border-box;
    margin-top: 35px;
    margin-bottom: 50px;
}

.downList ul li {
    background: url("../images/dot.png") no-repeat 0 20px;
    padding-left: 10px;
    border-bottom: 1px dashed #bebebe;
    padding-top: 10px;
}

.downList ul li p {
    display: inline-block;
    float: left;
    width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    padding-bottom: 10px;
}

.downList ul li a {
    display: inline-block;
    background: url("../images/icon-1.png") no-repeat left 5px;
    width: 50px;
    float: right;
    text-align: right;
    color: #6f6f6f;
}

.downList ul li a:hover {
    background: url("../images/icon-2.png") no-repeat left 5px;
    color: #cb0101;
}

.downInfo {
    width: 300px;
    background: #fff;
    padding: 34px 16px;
    margin-top: 35px;
}

.downInfo h2 {
    font-size: 30px;
    font-weight: bold;
    color: #d70512;
    text-align: center;
}

.downInfo p {
    padding-top: 30px;
}

/*联系我们*/
.connectInfo {
    background: #f8f8f8;
    background: url("../images/lx-bg-1.jpg") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;

}

.connectInfoIn {
    background: #fff;
}

.connectL {
    width: 598px;
    padding: 80px 57px 70px;
    box-sizing: border-box;
}

.conImgBox img {
    width: 600px;
    height: 390px;
}

.gongZhongHao {
    text-align: center;
}

.mapBox {
    padding: 70px 0;
}

/*视频专区*/
.vidioListBox ul {
    padding-top: 40px;
    margin-left: -30px;
}

.vidioListBox ul li {
    position: relative;
    width: 380px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    float: left;
    margin-left: 28px;
}

.vidioListBox ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/icon-bf.png") no-repeat center 40%;
}

.vidioListBox ul li:hover {
    color: #c10c05;
}

.vidioListBox ul li a:hover {
    background: url("../images/icon-bf2.png") no-repeat center 40%;
}

.vidioListBox ul li img {
    width: 100%;
    height: 258px;
}

.vidioListBox ul li p {
    height: 70px;
    text-align: center;
    font-size: 18px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*bgColor*/
.bgColor {
    background: #f5f5f5;
    padding: 40px 0;
}

.newDetailL {
    width: 785px;
    background: #fff;
    padding: 45px;
    text-align: center;
}

.newTile {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.newTile h2 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
}

.newTile p {
    color: #adadad;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
}

.newDetailL p.centerP {
    text-align: center;
    line-height: 36px;
    margin-bottom: 20px;
}

.newDetailL p {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
	text-indent: 2em;
}

.newDetailL p span {
    color: #ff0100;
}

.newDetailL img {
    margin-top: 20px;
	margin-bottom:10px;
	display:block;
}

.redcolor {
    color: #ff0100;
}

.newDetailL .titP {
    color: #ff0100;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 18px;
}

/*newDetailR*/
.newDetailR {
    width: 300px;
}

.newDetailRImg img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.subNewList {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.newTitH i {
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #cb0003;
    vertical-align: top;
}

.newTitH h2 {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

.subNewList ul li {
    border-bottom: 1px solid #f1f1f1;
}

.subNewList ul li a {
    display: block;
    text-align: left;
    color: #9a9a9a;
    padding: 20px 0;

}

.subNewList ul li a img {
    width: 90px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
}

.subNewList ul li a p {
    display: inline-block;
    width: 155px;
    margin-left: 10px;
    vertical-align: top;
    padding-top: 10px;
}

.subNewList ul li a:hover p {
    color: #cb0003;
}

/*视频播放*/
.sp_mainBox {
    background: #f9f9f9;
    padding: 40px 0;
}

.vidioBoxOut {
    width: 1200px;
    background: #fff;
}

.vidioBoxOut h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    padding: 87px 0;
}

.v_Box {
    width: 874px;
    height: 491px;
}

.v_ImgOut {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

.v_ImgOut span {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.v_ulBox {
    width: 874px;
    height: 261px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

ul.v_Img {
    height: 261px;
    position: absolute;
    left: 0;
    top: 0;
}

ul.v_Img li {
    position: relative;
    width: 273px;
    height: 262px;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #f6f6f6;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    margin-left: 8px;
}

ul.v_Img li img {
    width: 100%;
    height: 205px;
}

ul.v_Img li p {
    line-height: 57px;
}

ul.v_Img li span {
    display: inline-block;
    position: absolute;
    top: 31%;
    left: 44%;
    width: 36px;
    height: 36px;
    background: url("../images/icon-bf.png") no-repeat;
}

span.leftBtn {
    margin-right: 40px;
}

span.rightBtn {
    margin-left: 40px;
}

.newBox {
    width: 380px;
    height: 437px;
    margin-top: 40px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
	color:#000;
}

.newBox h2 {
    font-size: 16px;
    font-weight: normal;
    padding-top: 17px;
	color:#000;
}

.newBox p {
    font-size: 14px;
    color: #a0a0a0;
    margin-top: 20px;
}

.numLi {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.numLi li {
    width: 10px;
    height: 10px;
    /*background: rgba(0, 0, 0, 0.5);*/
    display: block;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
}

.btnArrow {
    display: block;
}

.btnArrow span {
    display: block;
    width: 40px;
    height:40px;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}

.btnArrow .prevAr {
    position: absolute;
    left:-54px;
    top: 50%;
    margin-top: -50px;
    background:url("../images/xwdt_icon-L.png") no-repeat;
}
.btnArrow .prevAr:hover{
	 background:url("../images/xwdt_iconL-2.png") no-repeat;
}

.btnArrow .nextAr {
    position: absolute;
    right:-54px;
    top: 50%;
    margin-top: -50px;
    background:url("../images/xwdt_icon-r.png") no-repeat;
}
.btnArrow .nextAr:hover{
	 background:url("../images/xwdt_iconR-2.png") no-repeat;
}
.numLi .active {
    background-color: #ce0404;
}

.hide {
    display: none;
}
.v_ImgOut{
	height: 261px;
    left: 0;
    top: 0;
}
.hasBtn{
	width: 1200px;
	position: relative;
}