:root {
    height: 100%;
}
.w-body {
    background: url(../images/body-bg.png) no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}
.wrapper {
    position: relative;
    text-align: center;
}
.wrapper .logo {
    margin: 50px 0 40px;
}
.wrapper .banner {
    position: relative;
    height: 444px;
    overflow: hidden;
}
.wrapper .banner .arrow-left {
    background: url(../images/arrow-left.png) no-repeat center;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    z-index: 11;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0.5;
}
.wrapper .banner .arrow-right {
    background: url(../images/arrow-right.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    z-index: 11;
    -webkit-transition: all .5s;
    transition: all .5s;
    filter: alpha(opacity=50);
    
    -moz-opacity: 0.5;
    
    -khtml-opacity: 0.5;
    
    opacity: 0.5;
    
}
.wrapper .banner:hover .arrow-left,
.wrapper .banner:hover .arrow-right {
    filter: alpha(opacity=100);
    
    -moz-opacity: 1;
    
    -khtml-opacity: 1;
    
    opacity: 1;
}
.wrapper .banner .fenye {
    position: absolute;
    bottom: 16px;
    height: 16px;
    width: 100%;
    z-index: 11;
}
.wrapper .banner .pagination {
    text-align: center;
    height: 16px;
    margin: 0 auto;
}
.wrapper .banner .swiper-pagination-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #EFF4F8;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    filter: alpha(opacity=50);
    
    -moz-opacity: 0.5;
    
    -khtml-opacity: 0.5;
    
    opacity: 0.5;
    
}
.wrapper .banner .swiper-active-switch {
    filter: alpha(opacity=100);
    
    -moz-opacity: 1;
    
    -khtml-opacity: 1;
    
    opacity: 1;
}
.wrapper .special {
    margin-top: 36px;
}
.wrapper .special ul {
    text-align: center;
}
.wrapper .special ul li {
    width: 230px;
    height: 102px;
    display: inline-block;
    background-color: #3F8AD5;
    margin-left: 80px;
    border-radius: 10px;
}
.wrapper .special ul li img {
    margin-top: 16px;
}
.wrapper .special ul li p {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #EFF4F8;
    line-height: 35px;
}
.wrapper .special ul li:first-child {
    margin-left: 0;
}
.wrapper .special ul li.list-2 {
    background-color: #75AC07;
}
.wrapper .special ul li.list-3 {
    background-color: #AA2822;
}
.wrapper .w-footer {
    padding: 50px 0 40px;
    font-size: 14px;
    color: #000000;
    line-height: 35px;
}
.header {
    height: 166px; background: #0f66bd;
    
}
.header .logo {
    margin-top: 45px;
}
.header form {
    width: 210px;
    height: 40px;
    margin-top: 70px;
    position: relative;
    background: url(../images/search-bg.png) no-repeat;
}
.header form .search-text {
       width: 174px;
    height: 36px;
    border: none;
    outline: none;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
    background: none;
}
.header form .search-text::placeholder {
    font-size: 14px;
    color: #fff;
}
.header form .search-btn {
    width: 18px;
    height: 18px;
    background: url(../images/search.png);
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    cursor: pointer;
}
.nav {
    text-align: right;
    height: 46px;
    background-color: #0d559d;
}
.nav li {
    float: left;
    position: relative;
    height: 46px;
    line-height: 46px;
}
.nav li a {
    color: #fff;
    width: 150px;
    height: 46px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}
.nav li.on {
    background-color: #0f66bd;
}
.nav ul.secound {
    position: absolute;
    top: 46px;
    background-color: #0e5794;
    display: none;
}
.nav ul.secound li {
    height: 46px;
    border-top: 1px solid #2974b1;
}
.nav ul.secound li a:hover {
    background-color: #0f66bd;
}
.main .bannerz {
    background: #f4f4f4 url(../images/bannerz.png) no-repeat center;
    height: 347px;
}
.main .city {
    margin: 32px auto 52px;
}
.main .city .title,
.main .control .title,
.case .title {
    position: relative;
    background: url(../images/gh-bg.png) no-repeat;
    height: 62px;
    font-family: 'hwzs';
    font-size: 40px;
    font-weight: bold;
}
.main .city .title h4,
.main .control .title h4,
.case .title h4 {
    position: absolute;
    color: #0D559D;
    left: 480px;
}
.main .city .title p,
.main .control .title p,
.case .title p {
    position: absolute;
    color: #000;
    left: 670px;
    top: 20px;
}
.main .city .introduce {
    margin: 50px auto 54px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 45px;
}
.main .city .introduce p {
    text-indent: 2em;
}
.main .city .bottom {
    overflow: hidden;
}
.main .city-banner {
    width: 632px;
    height: 404px;
    overflow: hidden;
    position: relative;
}
.main .city-banner .item {
    position: relative;
}
.main .city-banner .item img {
    width: 632px;
    height: 404px;
}
.main .city-banner .item p {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../images/banner-pbg.png) no-repeat;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-indent: 20px;
}
.main .city-banner .fenye {
    position: absolute;
    bottom: 20px;
    right: 30px;
    height: 6px;
    width: 50%;
    z-index: 11;
}
.main .city-banner .pagination {
    text-align: right;
    height: 6px;
    margin: 0 auto;
}
.main .city-banner .swiper-pagination-switch {
    display: inline-block;
    width: 26px;
    height: 6px;
    background: #EFF4F8;
    margin-right: 8px;
    cursor: pointer;
    filter: alpha(opacity=50);
    
    -moz-opacity: 0.5;
    
    -khtml-opacity: 0.5;
    
    opacity: 0.5;
    
}
.main .city-banner .swiper-active-switch {
    filter: alpha(opacity=100);
    
    -moz-opacity: 1;
    
    -khtml-opacity: 1;
    
    opacity: 1;
}
.main .city-list {
    width: 538px;
}
.main .city-list ul {}
.main .city-list ul li {
    height: 81px;
    line-height: 32px;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    padding: 8px 18px;
    font-size: 16px;
}
.main .city-list ul li:first-child {
    background-color: #f8fcff;
}
.main .city-list ul li a {
    color: #0B0B0B;
}
.main .control {}
.main .control .title h4 {
    left: 462px;
}
.main .control-list {
    margin-top: 47px;
    height: 190px;
    overflow: hidden;
}
.main .control-list .item {
    width: 384px;
    height: 190px;
    background-color: #f1f1f1;
    margin-right: 24px;
    float: left;
    box-sizing: border-box;
    padding: 26px 40px 0 24px;
}
.main .control-list .item:nth-of-type(3n) {
    margin-right: 0;
}
.main .control-list .item h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 32px;
    margin-bottom: 10px;
}
.main .control-list .item p {
    font-size: 14px;
    color: #6A6A6A;
    line-height: 25px;
}
.main .control-list .item h4:hover {
    color: #0d559d;
}
.main .build {
    margin: 48px auto 36px;
    height: 468px;
    background-color: #fafafa;
}
.main .build .left,
.main .build .right {
    width: 560px;
}
.main .build .title {
    margin-top: 60px;
    border-bottom: 1px solid #b1b1b1;
}
.main .build .title h4 {
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #0D559D;
    line-height: 40px;
    display: inline-block;
    border-bottom: 2px solid #0d559d;
    margin-bottom: -1px;
    padding-right: 5px;
}
.main .build .title .more {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
}
.main .build ul {
    margin-top: 42px;
    padding-left: 16px;
}
.main .build ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    list-style: square;
}
.main .build ul li a {
    color: #000000;
    font-size: 16px;
}
.main .build ul li a span {
    float: right;
    color: #acacac;
}
.case {
    overflow: hidden;
}
.case-list {
    width: 1120px;
    margin: 62px auto 44px;
    position: relative;
    height: 287px;
}
.case-list .item {
    width: 258px;
    height: 287px;
    margin-right: 27px;
    position: relative;
    float: left;
    overflow: hidden;
}
.case-list .item:nth-of-type(4n) {
    margin-right: 0;
}
.case-list .item img {
    width: 258px;
    height: 287px;
}
.case-list .item img:hover {
    transform: scale(1.2);
}
.case-list .item p {
    background: url(../images/anl-pbg.png) no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.case-list .arrow-left {
    background: url(../images/left-arrow.png) no-repeat center;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 40px;
    z-index: 11;
}
.case-list .arrow-right {
    background: url(../images/right-arrow.png) no-repeat center;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 40px;
    z-index: 11;
}
.footer {
    background-color: #0d559d;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #fff;
    line-height: 36px;
    padding: 30px 0;
    text-align: center;
}
.main.inner {
    margin-top: 0;
    background: #fff;
}
.main .bannerz {
    margin-bottom: 36px;
    height: 310px;
    overflow: hidden;
}
.main .bannerz img {
    height: 310px;
    width: 100%;
}
.main .inner {
    overflow: hidden;
    min-height: 400px;
    width: 1200px;
    margin: 0 auto;
}
.main .inner .left {
    width: 260px;
}
.main .inner .right {
    width: 894px;
}
.main .inner .right1 {
   width: 100%;
}
.main .inner .column-one {
    background: url(../images/column-one_03.png) no-repeat;
    width: 260px;
    height: 124px;
    text-align: center;
    color: #fff;
    background-size: cover;
}
.main .inner .column-one img {
    width: 34px;
    height: 29px;
    margin: 18px 0 12px;
}
.main .inner .column-one h4 {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}
.main .inner .column-one p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    margin-top: 6px;
}
.main .inner .side-nav {}
.main .inner .side-nav li {
    width: 260px;
    line-height: 64px;
    text-indent: 30px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.main .inner .side-nav li a {
    color: #000000;
}
.main .inner .side-nav>ul>li:hover,
.main .inner .side-nav>ul>li.active {
}
.main .inner .side-nav li:hover>a,
.main .inner .side-nav li.active>a {
    color: #fff;
}
.main .inner .side-nav ul li ul.secound li {
    text-indent: 60px;
    background: #e2e3e4 url(../images/triangle.png) no-repeat 226px center;
}
.main .inner .side-nav ul li ul.secound a {
    color: #222;
}
.main .inner .side-nav ul li ul.secound li:hover {
}
.main .inner .side-nav ul li ul.secound li:hover a {
    color: #fff;
}
.main .inner .current-location {
    height: 50px;
    margin-bottom: 20px;
}
.main .inner .location {
    color: #666666;
    font-size: 14px;
    padding-top: 20px;
    float: left;
}
.main .inner .location a {
    color: #666666;
}
.main .inner .column {
    float: right;
    width: 644px;
    height: 36px;
}
.main .inner .column p.position-marking {
    width: 455px;
    height: 34px;
    border-bottom: 1px solid #ddd;
    float: left;
}
.main .inner .column h4 {
    float: left;
    height: 36px;
    font-size: 26px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
    width: 134px;
    text-align: center;
    overflow: hidden;
}
.main .inner .column span {
    float: right;
    width: 54px;
    height: 34px;
    border-bottom: 1px solid rgba(13, 69, 154, 1);
    display: inline-block;
}
.main .inner .jianj {
    padding-bottom: 50px;
    min-height: 400px;
}
.main .inner .jianj p {
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}
.lg2 {
    height: auto;
    width: 100%;
    margin: 0 auto;
}
.lg2 li {
    text-align: right;
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    color: #999999;
    border-bottom: 1px dashed #ccc;
}
.lg2 li a {
    float: left;
    text-align: left;
    color: #222;
    line-height: 42px;
    font-size: 16px;
}
.lg2 li .gengduo {
    float: right;
}
.lg2 li .gengduo a {
    color: #999;
}
.lg2 li a:hover {
    color: #0d459a;
}
.cont {
    width: 100%;
    min-height: 500px;
}
.conth3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding: 20px 0px;
}
.contshi {
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
}
.contnj {
    width: 100%;
    line-height: 35px;
    padding-top: 20px;
}
.contnj p {
    text-indent: 2em;
    line-height: 35px;
    padding-bottom: 15px;
    font-size: 15px !important;
}
.contnj p span {
    font-size: 15px !important;
}
.conyyhh {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
.conyyhh p {
    line-height: 40px;
    font-size: 14px;
}
.lind {
    width: 100%;
    height: auto;
}
.lind li {
    width: 45%;
    float: left;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.lind li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.lind li img:hover {
    transition: all 1s;
    transform: scale(1.1);
}
.lind li p {
    color: #222;
}
.zell {
    width: 100%;
    height: 240px;
    padding-top: 40px;
}
.zelltt {
    font-size: 14px;
    text-indent: 10px;
    height: 40px;
    line-height: 40px;
}
.zelltt span {
    color: #999999;
    font-size: 14px;
}
.lin201 {
    width: 100%;
    height: 221px;
}
.lin470 {
    width: 100%;
    float: left;
    background: #fafafa;
    height: 200px;
    font-size: 14px;
    margin-top: 10px;
    line-height: 40px;
}
.linimg {
    width: 155px;
    height: 184px;
    float: right;
    margin: 10px;
}
.WordSection1 {
    float: left;
    margin: 20px 0 0 20px;
    width: 660px;
}