/* 样式重置 */


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,
input,
select,
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%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: top
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.fl,
.fr {
    display: inline
}

.fl {
    float: left
}

.fr {
    float: right
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.clearfix {
    overflow: hidden;
    zoom: 1
}

.hide {
    visibility: hidden
}

.none {
    display: none
}

html,
body {
    height: 100%;
    min-width: 1200px;
    scroll-behavior: smooth;
}

body {
    font-family: "Microsoft YaHei", "SimSun";
    font-size: 12px;
    line-height: 20px;
    color: #000;
    overflow: Scroll;
    overflow-x: hidden;
    margin: 0 auto;
}

a {
    color: #000;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #000;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
}


/* 公共样式类 */

.w1200 {
    margin: 0 auto;
    width: 1200px;
}


/* 顶部导航 */

.topNav {
    clear: both;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 50px;
}

.topNav .logo {
    margin-right: 75px
}

.topNav img {
    margin-top: 10px
}

.topNav a {
    margin: 0 13px;
}


/* banner图 */


/* 头条新闻 */

.topNews div {
    margin: 0 auto;
    text-align: center;
}

.topNews h1 {
    display: inline;
}

.topNews h1 a {
    color: #1348c6;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.topNews p {
    text-indent: 2em;
    padding: 0 65px;
    margin-top: 24px;
    line-height: 30px;
    font-size: 18px;
    color: #909090;
}

.topNews p a {
    color: #CB9571;
}


/* 新闻zone */

.newsZone {
    margin-top: 65px;
    height: 500px;
}

.newsZone .picContainer {
    position: relative;
    float: left;
    width: 624px;
}


/* 新闻图片轮播 */

.newsZone .picContainer a {
    overflow: hidden;
    display: block;
    /* height: 312px;
	width: 624px; */
}

.newsZone .picContainer .bigPic {
    width: 624px;
    height: 312px;
    transition: transform 0.9s;
}

.newsZone .picContainer .bigPic:hover {
    transform: scale(1.05)
}

.picContainer .picShow {
    margin-top: 20px;
    width: 578px;
    margin-left: 0px;
}

.picContainer .picShow img {
    width: 187px;
    height: 120px;
}

.picContainer .newsZoneprev {
    left: 595px;
    top: 425px;
    background: url(../image/Cleft.png);
    width: 30px;
    height: 30px;
}

.picContainer .newsZonenext {
    left: 595px;
    top: 375px;
    background: url(../image/Cright.png);
    width: 30px;
    height: 30px;
}

.newsZone .more {
    position: absolute;
    bottom: -47px
}


/* 新闻区块新闻列表 */

.newsZone .newsContainer {
    float: right;
    width: 549px;
}

.newsContainer .withAbstract li {
    border-bottom: 1px solid rgba(89, 87, 87, 0.16);
}

.newsContainer .withAbstract li a {
    color: #3E3A39;
    text-decoration: none;
}

.newsContainer .withAbstract li:last-child {
    margin-top: 26px;
}

.newsContainer .withAbstract li h2 {
    color: #3E3A39;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsContainer .withAbstract li h2:hover {
    color: #1348c6;
    font-weight: bold;
}

.newsContainer .withAbstract li p {
    color: #909090;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 24px;
}

.newsContainer .titleList li {
    height: 63px;
    line-height: 63px;
    border-bottom: 1px solid rgba(89, 87, 87, 0.16);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsContainer .titleList li a {
    color: #3E3A39;
    font-size: 20px;
}

.newsContainer .titleList li a:hover {
    color: #1348C6;
    font-weight: bold;
    text-decoration: none;
}


/* 成果展示 */

.achievementsSign {
    margin-top: 40px;
    height: 154px;
    background: url(../image/achivemnent.png) center no-repeat;
}

.achievementsContainer {
    position: relative;
}

.achievementsContainer .more {
    position: absolute;
    right: 0;
    top: -42px
}


/* 成果展示图片轮播 */

.outerBox {
    margin-top: 50px;
}

.innerBox {
    width: 1200px;
    height: 666px;
    margin: 0px auto;
    position: relative;
    background: #f7f7f7;
}

.innerBox .btn {
    position: absolute;
    width: 30px;
    height: 54px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.innerBox .prev {
    left: 450px;
    background: url(../image/Bleft.png) no-repeat;
    bottom: 21px;
}

.innerBox #prevTop,
.innerBox #nextTop {
    top: 230px;
    width: 50px;
    height: 98px;
}

.innerBox .next {
    right: 21px;
    background: url(../image/Bright.png) no-repeat;
    bottom: 21px
}

.innerBox li {
    float: left;
}

.innerBox .cf li {
    position: relative;
    color: #fff;
}

.innerBox .cf li img {
    width: 1200px;
    height: 663px;
}

.innerBox .cf span a {
    color: #fff;
    display: block;
    position: absolute;
    font-size: 20px;
    width: 400px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.innerBox .cf li span {
    display: block;
    width: 1130px;
    height: 97px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 35px;
    font-size: 22px;
    line-height: 97px;
    text-align: left;
    background: rgba(0, 0, 0, 0.4);
}

.innerBox .picBox {
    height: 663px;
    position: relative;
    overflow: hidden;
}

.innerBox .picBox ul {
    height: 663px;
    position: absolute;
}

.innerBox .picBox li {
    width: 1200px;
    height: 663px;
}

.innerBox .listBox {
    width: 641px;
    height: 77px;
    margin: 0 auto;
    position: relative;
    padding: 6px 0 0px;
    overflow: hidden;
    bottom: 91px;
    left: 218px;
}

.innerBox .listBox ul {
    height: 77px;
    position: absolute;
}

.innerBox .listBox li {
    width: 98px;
    height: 77px;
    cursor: pointer;
    position: relative;
    margin-right: 9px;
}

.innerBox .listBox li i {
    display: none;
}

.innerBox .listBox li img {
    width: 93px;
    height: 64px;
    padding-top: 4px;
}

.innerBox .listBox .on img {
    border: 4px solid white;
    padding-top: 0;
}

.innerBox .listBox .on i {
    display: block;
}


/* 发展规划 */

.planSign {
    margin-top: 99px;
    height: 100px;
    background: url(../image/plan.png) center no-repeat;
}


/* 规划新闻 */

.news {
    height: 640px;
    padding-top: 70px;
    position: relative;
}

.news .more {
    position: absolute;
    right: 0;
    top: 33px;
}

.news .fl {
    float: left
}

.news .mr {
    margin-left: 221px;
}

.news .mt {
    margin-top: 47px;
}

.cardBox {
    width: 400px;
    height: 280px;
    background: #F7F8F8;
    color: white;
    position: relative;
}

.cardBox h1 {
    width: 263px;
    font-size: 20px;
    padding-top: 30px;
    margin-left: 23px;
    line-height: 30px;
}

.cardBox h1 a {
    color: #1348c6;
}

.cardBox p {
    margin: 20px auto auto 23px;
    line-height: 28px;
    width: 260px;
    color: #727171;
    font-size: 14px;
    text-decoration: none;
}

.cardBox p a {
    font-size: 14px;
    color: #CB9571;
}

.cardBox .picContainer {
    height: 253px;
    width: 274px;
    overflow: hidden;
    position: absolute;
    top: 14px;
    left: 306px;
}

.cardBox .pic {
    height: 253px;
    width: 274px;
    transition: transform 0.9s;
}

.cardBox .pic:hover {
    transform: scale(1.1);
}

.cardBox .more {
    position: absolute;
    left: 23px;
    top: 257px;
}


/* 环境保护 */

.storySign {
    margin-top: 90px;
    background: url(../image/story.png) center no-repeat;
    height: 99px;
    z-index: 10;
}

.storyBackPic {
    background: url(../image/back.jpg) center no-repeat;
    background-size: 1920px 608px;
    height: 608px;
    position: relative;
    top: -150px;
    z-index: -1;
}

.storyContainer {
    background: url(../image/white.jpg) center no-repeat;
    background-size: 1400px 300px;
    margin-top: -425px;
    height: 550px;
}


/* 故事列表样式 */

.storyList {
    padding-top: 170px;
    position: relative;
}

.storyList .more {
    position: absolute;
    right: 0;
    top: 145px;
}

.storyList ul .date {
    width: 58px;
    height: 70px;
    float: left;
    text-align: center;
    font-size: 16px;
    margin-top: 38px;
    margin-left: 34px;
}

.storyList ul span {
    color: #1348c6;
}

.storyList ul .bignum {
    font-size: 46px;
}

.storyList ul li {
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #C9CACA;
}

.storyList ul li span:last-child {
    display: block;
    margin-top: 10px;
    margin-left: 1px;
    font-size: 14px;
}

.storyList ul li .title {
    float: left;
    line-height: 115px;
    font-size: 20px;
    color: #727171;
    margin-left: 64px;
    width: 925px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.storyList ul li .title:hover {
    font-weight: bold;
    color: #1348C6;
}

.storyList ul li .enter {
    float: right;
    margin-top: 28px;
    margin-right: 5px;
}


/* 示范样板 */

.demonstrationSign {
    margin-top: 140px;
    background: url(../image/demonstration.png) center no-repeat;
    height: 101px;
}

.demonstration {
    margin-top: 30px;
}

.demonstration .cityList {
    margin-top: 30px;
}

.demonstration .title {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
}

.demonstration .title a {
    color: #595757;
    font-weight: bold;
    text-decoration: none;
}

.demonstration .title a:hover {
    color: #1348C6;
}


/* 示范风采 */

.demonstration .count {
    width: 267px;
    float: left;
    margin-right: 42px;
    margin-top: 50px;
    text-align: center;
    background-color: #F7F8F8;
}

.count .head {
    padding-top: 32px;
    font-weight: bold;
    width: 185px;
    height: 34px;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #959595;
}

.count .head a {
    color: #CC9671;
    font-size: 22px;
}

.count ul {
    margin-top: 25px;
}

.count li {
    margin-bottom: 19px;
}

.count li a {
    line-height: 33px;
    color: #1348c6;
    font-size: 20px;
    padding: 4px 30px 4px 30px;
    border: 1px solid #1348c6;
    border-radius: 36px;
    text-decoration: none;
}

.count li a:hover {
    color: white;
    font-size: 20px;
    border-radius: 17px;
    text-decoration: none;
    background-color: #1348c6;
}

.cityList .count {
    min-height: 410px;
}

.cityList .count:last-child {
    margin-right: 0;
}

.baseList {
    margin-top: 66px;
}

.baseList .count:nth-child(2) {
    margin-left: 148px;
}

.baseList .count {
    min-height: 171px;
}


/* footer版权 */

.footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding-top: 56px;
}