/*! www.vancheer.com  |  Powered by vancheer */


/*首页banner图*/

.banner {
    width: 100%;
    position: relative;
}

.focus {
    width: 100%;
    position: relative;
    zoom: 1;
    overflow: hidden;
    z-index: 9;
}

.f426x240,
.f160x160 {
    width: 100%;
    overflow: hidden;
    z-index: 9;
}

.rslides li {
    width: 100%;
    float: left;
    display: none;
    z-index: 9;
}

.rslides li img {
    z-index: 9;
    display: block;
}

.rslides {
    width: 100%;
    position: relative;
    z-index: 9;
    margin: 0 auto;
}

.rslides_nav {
    height: 51px;
    width: 31px;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 1.0;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    display: none;
}

.rslides_nav:active {
    opacity: 1.0;
}

.rslides_nav.next {
    left: auto;
    right: 0;
}

.rslides_tabs {
    text-align: center;
    position: absolute;
    bottom: 70px;
    z-index: 9;
    left: 0%;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin: 0 5px;
}

.rslides_tabs a {
    margin-top: 0px;
    text-indent: 9999px;
    overflow: hidden;
    background: url(../Images/PSimages/ico1_ban.png) no-repeat center;
    display: inline-block;
    _display: block;
    *display: block;
    width: 14px;
    height: 14px;
    z-index: 9;
    *z-index: 9;
}

.rslides_tabs .rslides_here a {
    background: url(../Images/PSimages/ico1_banon.png) no-repeat center;
}

.banner .prev {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -25px;
    background: url(../Images/PSimages/banprev.png) center no-repeat;
    z-index: 222;
    width: 70px;
    height: 50px;
    display: block;
}

.banner .next {
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -25px;
    background: url(../Images/PSimages/bannext.png) center no-repeat;
    z-index: 222;
    width: 70px;
    height: 50px;
    display: block;
}

.banner .prev:hover {
    background: url(../Images/PSimages/banprevon.png) center no-repeat;
}

.banner .next:hover {
    background: url(../Images/PSimages/bannexton.png) center no-repeat;
}

.indexFlashTel {
    display: none;
}

.indexPart1 {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.indexPart1 .text {
    width: 540px;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 3;
    padding-top: 180px;
}

.indexPart1 .text .title {
    padding-bottom: 10px;
}

.indexPart1 .wal {
    position: relative;
}

.indexPart1 .title {
    position: absolute;
    left: 0;
    top: 70px;
}

.indexPart1 .imgDiv {
    width: 600px;
    float: right;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.indexPart1 .imgDiv .phimg {
    display: none;
}

.indexPart1 .imgDiv .imgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: myfirst 10s linear 0s infinite normal;
    -moz-animation: myfirst 10s linear 0s infinite normal;
    -webkit-animation: myfirst 10s linear 0s infinite normal;
    -o-animation: myfirst 10s linear 0s infinite normal;
}

.indexPart1 .imgDiv .img01 {
    position: absolute;
    left: 124px;
    top: 4px;
}

.indexPart1 .imgDiv .img02 {
    position: absolute;
    left: 391px;
    top: 108px;
}

.indexPart1 .imgDiv .img03 {
    position: absolute;
    left: 170px;
    top: 242px;
}

.indexPart1 .imgDiv .imgbox img {
    animation: myfirst2 10s linear 0s infinite normal;
    -moz-animation: myfirst2 10s linear 0s infinite normal;
    -webkit-animation: myfirst2 10s linear 0s infinite normal;
    -o-animation: myfirst2 10s linear 0s infinite normal;
}

@keyframes myfirst {
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes myfirst
/* Firefox */

{
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes myfirst
/* Opera */

{
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes myfirst2 {
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes myfirst2
/* Firefox */

{
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-webkit-keyframes myfirst2
/* Safari and Chrome */

{
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-o-keyframes myfirst2
/* Opera */

{
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

.indexPart2 {
    padding: 60px 0;
}

.indexPart2 .text {
    width: 530px;
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 3;
    padding-top: 180px;
}

.indexPart2 .text .title {
    padding-bottom: 10px;
}

.indexPart2 .imgDiv {
    width: 600px;
    float: left;
    text-align: center;
}

.indexPart2 .wal {
    position: relative;
}

.indexPart2 .title {
    position: absolute;
    right: 50px;
    top: 70px;
}

.indexPart3 {
    padding-top: 90px;
    padding-bottom: 130px;
    background: url(../Images/PSimages/nimg1920_bg1.jpg) no-repeat center;
}

.indexPart3 .title {
    padding-bottom: 80px;
    text-align: center;
}

.indexPart3 .title h2 {
    font-weight: inherit;
    text-transform: uppercase;
    font-size: 36px;
    color: #005faf;
    padding-bottom: 10px;
}

.indexPart3 .title p {
    font-size: 30px;
    color: #333;
}

.indexPart3 .list {
    height: 510px;
    position: relative;
    background: url(../Images/PSimages/ico1_9bg.png) no-repeat center;
}

.indexPart3 .list .list-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 28px;
    font-weight: bold;
    color: #005faf;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


/*.indexPart3 .list{ height:510px; position:relative; background:url(../Images/PSimages/ico1_9bg.png) no-repeat center;}
.indexPart3 .list li{ width:480px;}
.indexPart3 .list li .imgon{ display:none;}
.indexPart3 .list li .text h2{ font-weight:inherit; font-size:24px; color:#333;}
.indexPart3 .list li .text p{ font-size:12px; line-height:2;}
.indexPart3 .list li:hover .imgoff{ display:none;}
.indexPart3 .list li:hover .imgon{ display:inline-block;}
.indexPart3 .list li:hover .text{ background:url(../Images/PSimages/ico1_20bg.png) no-repeat left center;}
.indexPart3 .list li:hover .text h2{ color:#005faf; font-weight:bold;}
.indexPart3 .list li:nth-child(1){ position:absolute; left:178px; top:10px;}
.indexPart3 .list li:nth-child(1) .ico{ float:right;}
.indexPart3 .list li:nth-child(1) .text{ float:left; width:287px; padding:20px;}
.indexPart3 .list li:nth-child(2){ position:absolute; left:31px; top:138px;}
.indexPart3 .list li:nth-child(2) .ico{ float:right;}
.indexPart3 .list li:nth-child(2) .text{ float:left; width:287px; padding:20px;}
.indexPart3 .list li:nth-child(3){ position:absolute; left:81px; bottom:45px;}
.indexPart3 .list li:nth-child(3) .ico{ float:right;}
.indexPart3 .list li:nth-child(3) .text{ float:left; width:287px; padding:20px;}
.indexPart3 .list li:nth-child(4){ position:absolute; right:31px; top:138px;}
.indexPart3 .list li:nth-child(4):hover .text{ background:url(../Images/PSimages/ico1_21bg.png) no-repeat right center;}
.indexPart3 .list li:nth-child(4) .ico{ float:left;}
.indexPart3 .list li:nth-child(4) .text{ float:right; width:280px; padding:20px;}
.indexPart3 .list li:nth-child(5){ position:absolute; right:81px; bottom:45px;}
.indexPart3 .list li:nth-child(5):hover .text{ background:url(../Images/PSimages/ico1_21bg.png) no-repeat right center;}
.indexPart3 .list li:nth-child(5) .ico{ float:left;}
.indexPart3 .list li:nth-child(5) .text{ float:right; width:280px; padding:20px;}*/

.indexPart3 .list .libox {
    width: 480px;
}

.indexPart3 .list .libox .imgon {
    display: none;
}

.indexPart3 .list .libox .text h2 {
    font-weight: inherit;
    font-size: 24px;
    color: #333;
}

.indexPart3 .list .libox .text p {
    font-size: 12px;
    line-height: 2;
}

.indexPart3 .list .libox:hover .imgoff {
    display: none;
}

.indexPart3 .list .libox:hover .imgon {
    display: inline-block;
}

.indexPart3 .list .libox:hover .text {
    background: url(../Images/PSimages/ico1_20bg.png) no-repeat left center;
}

.indexPart3 .list .libox:hover .text h2 {
    color: #005faf;
    font-weight: bold;
}

.indexPart3 .list .li01 {
    position: absolute;
    left: 178px;
    top: 10px;
}

.indexPart3 .list .li01 .ico {
    float: right;
}

.indexPart3 .list .li01 .text {
    float: left;
    width: 287px;
    padding: 20px;
}

.indexPart3 .list .li02 {
    position: absolute;
    left: 31px;
    top: 138px;
}

.indexPart3 .list .li02 .ico {
    float: right;
}

.indexPart3 .list .li02 .text {
    float: left;
    width: 287px;
    padding: 20px;
}

.indexPart3 .list .li03 {
    position: absolute;
    left: 81px;
    bottom: 45px;
}

.indexPart3 .list .li03 .ico {
    float: right;
}

.indexPart3 .list .li03 .text {
    float: left;
    width: 287px;
    padding: 20px;
}

.indexPart3 .list .li04 {
    position: absolute;
    right: 31px;
    top: 138px;
}

.indexPart3 .list .li04:hover .text {
    background: url(../Images/PSimages/ico1_21bg.png) no-repeat right center;
}

.indexPart3 .list .li04 .ico {
    float: left;
}

.indexPart3 .list .li04 .text {
    float: right;
    width: 280px;
    padding: 20px;
}

.indexPart3 .list .li05 {
    position: absolute;
    right: 81px;
    bottom: 45px;
}

.indexPart3 .list .li05:hover .text {
    background: url(../Images/PSimages/ico1_21bg.png) no-repeat right center;
}

.indexPart3 .list .li05 .ico {
    float: left;
}

.indexPart3 .list .li05 .text {
    float: right;
    width: 280px;
    padding: 20px;
}

.indexPart4 {
    padding-top: 90px;
    padding-bottom: 130px;
}

.indexPart4 .title {
    padding-bottom: 80px;
    text-align: center;
}

.indexPart4 .title h2 {
    font-weight: inherit;
    text-transform: uppercase;
    font-size: 36px;
    color: #005faf;
    padding-bottom: 10px;
}

.indexPart4 .title p {
    font-size: 30px;
    color: #333;
}

.indexPart4 .list li {
    width: 25%;
    float: left;
}

.indexPart4 .list li .box {
    text-align: center;
    margin: 0 25px;
}

.indexPart4 .list li .box .imgDiv img {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.indexPart4 .list li .box .imgDiv img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.indexPart4 .list li h2 {
    font-weight: inherit;
    color: #005faf;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.indexPart4 .list li p {
    font-size: 14px;
    line-height: 3;
}

.indexPart5 {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.indexPart5 .title {
    padding-bottom: 80px;
    text-align: center;
}

.indexPart5 .title h2 {
    font-weight: inherit;
    text-transform: uppercase;
    font-size: 36px;
    color: #005faf;
    padding-bottom: 10px;
}

.indexPart5 .title p {
    font-size: 30px;
    color: #333;
}

.indexPart5 .wal {
    width: 1220px;
}

.indexPart5 .alist .slick {
    margin: 0 10px;
}

.indexPart5 dd {
    padding-bottom: 40px;
}

.indexPart5 dd .imgDiv {
    position: relative;
    overflow: hidden;
}

.indexPart5 dd .imgDiv .imgbox {
    overflow: hidden;
}

.indexPart5 dd .imgDiv .imgbox img {
    width: 100%;
    transition: ease 3s;
    -webkit-transition: ease 3s;
    -moz-transition: ease 3s;
    -ms-transition: ease 3s;
    -o-transition: ease 3s;
}

.indexPart5 dd .imgDiv:hover .imgbox img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.indexPart5 dd .txt {
    display: block;
    position: absolute;
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 95, 175, 0.9);
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.indexPart5 dd .txt p {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}

.indexPart5 dd .txt img {
    padding-top: 50px;
}

.indexPart5 dd .imgDiv:hover .txt {
    bottom: 0;
}

.indexPart5 dd .name {
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
    height: 20px;
}

.indexPart5 .alist .slick-next {
    position: absolute;
    z-index: 2;
    background: url(../Images/PSimages/ico5_next.png) no-repeat center;
    width: 50px;
    height: 50px;
    right: -100px;
    top: 50%;
    margin-top: -65px;
}

.indexPart5 .alist .slick-next:hover {
    background: url(../Images/PSimages/ico5_nexton.png) no-repeat center;
}

.indexPart5 .alist .slick-prev {
    position: absolute;
    z-index: 2;
    background: url(../Images/PSimages/ico5_prev.png) no-repeat center;
    width: 50px;
    height: 50px;
    left: -100px;
    top: 50%;
    margin-top: -65px;
}

.indexPart5 .alist .slick-prev:hover {
    background: url(../Images/PSimages/ico5_prevon.png) no-repeat center;
}

.indexPart6 {
    padding: 80px 0;
}

.indexPart6 .title {
    padding-bottom: 80px;
    text-align: center;
}

.indexPart6 .title h2 {
    font-weight: inherit;
    text-transform: uppercase;
    font-size: 36px;
    color: #005faf;
    padding-bottom: 10px;
}

.indexPart6 .title p {
    font-size: 30px;
    color: #333;
}

.indexPart6 .clist .slick-next {
    position: absolute;
    z-index: 2;
    background: url(../Images/PSimages/ico5_next.png) no-repeat center;
    width: 50px;
    height: 50px;
    right: -100px;
    top: 50%;
    margin-top: -45px;
}

.indexPart6 .clist .slick-next:hover {
    background: url(../Images/PSimages/ico5_nexton.png) no-repeat center;
}

.indexPart6 .clist .slick-prev {
    position: absolute;
    z-index: 2;
    background: url(../Images/PSimages/ico5_prev.png) no-repeat center;
    width: 50px;
    height: 50px;
    left: -100px;
    top: 50%;
    margin-top: -45px;
}

.indexPart6 .clist .slick-prev:hover {
    background: url(../Images/PSimages/ico5_prevon.png) no-repeat center;
}

.indexPart6 .clist .slick {
    margin: 0 10px;
}

.indexPart6 dd {
	float:left;
    padding-bottom: 40px;
    text-align: center;
    height: 110px;
    line-height: 110px;
}

.indexPart6 dd img {
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
}

.indexPart6 dd a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.indexPart7 {
    height: 220px;
    background-color: #e2e2e2;
}

.indexPart7 li {
    width: 33.33%;
    float: left;
}

.indexPart7 li .box {
    position: relative;
    overflow: hidden;
}

.indexPart7 li .box .txt {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -100%;
    background-color: rgba(0, 95, 175, 0.9);
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.indexPart7 li .box .txt img {
    padding-top: 45px;
}

.indexPart7 li .box .txt p {
    margin: 0 auto;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    border: 1px #fff solid;
    border-radius: 30px;
}

.indexPart7 li .box:hover .txt {
    bottom: 0;
}

.about1 .box {
    padding-right: 610px;
    position: relative;
    padding-bottom: 200px;
}

.about1 .title {
    font-size: 24px;
    color: #005faf;
    padding-bottom: 20px;
}

.about1 .text {
    font-size: 14px;
    line-height: 2;
}

.about1 .imgDiv {
    position: absolute;
    right: 0;
    top: 0;
}

.about2 {
	margin-top:100px;
    background-color: #f5f5f5;
    padding: 120px 0;
}

.about2 .title {
    font-size: 28px;
    color: #000;
    padding-bottom: 30px;
    text-align: center;
}

.about2 .list {
    padding-bottom: 30px;
    text-align: center;
}

.about2 .list li {
    display: inline-block;
    margin: 0 20px;
}

.about2 .list li .box {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #005faf;
    border: 1px #005faf solid;
}

.about2 .list li:hover .box,
.about2 .list li.liNow .box {
    background-color: #005faf;
    color: #fff;
}

.business1 .title {
    padding-bottom: 60px;
    text-align: center;
}

.business1 .title h2 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
    padding-bottom: 15px;
}

.business1 .title p {
    font-size: 14px;
}

.business1 li {
    padding: 50px 0;
    background: url(../Images/PSimages/ico3_1hr.png) no-repeat left top;
}

.business1 .ico {
    float: left;
    width: 220px;
    text-align: center;
}

.business1 .ico p {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
}

.business1 .text {
    padding-left: 0px;
}

.business1 .text h3 {
    font-weight: inherit;
    font-size: 24px;
    color: #005faf;
    padding-bottom: 20px;
}

.business1 .text p {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 20px;
}

.culture1 .imgDiv {
    position: relative;
    margin-bottom: 40px;
}

.culture1 .imgDiv img {
    width: 100%;
}

.culture1 .txt {
    position: absolute;
    right: 30px;
    top: 70px;
    font-size: 24px;
    line-height: 2;
}

.culture1 .txt em {
    color: #005faf;
}

.culture1 li:nth-child(even) .imgbox {
    float: right;
}

.culture1 li:nth-child(even) .text {
    float: left;
}

.culture1 li:nth-child(odd) .imgbox {
    float: left;
}

.culture1 li:nth-child(odd) .text {
    float: right;
}

.culture1 li .text {
    height: 320px;
    width: 600px;
    background-color: #eee;
}

.culture1 li .text h3 {
    font-size: 24px;
    color: #005faf;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 60px;
}

.culture1 li .text p {
    padding-left: 60px;
    font-size: 16px;
    line-height: 2;
}

.culture1 li:nth-child(2) .text h3 {
    padding-top: 50px;
}

.honor1 .content1 {
    border-bottom: 1px #ddd solid;
    padding-bottom: 40px;
    margin-bottom: 80px;
}

.honor1 .content1 .title {
    text-align: center;
    padding-bottom: 50px;
}

.honor1 .content1 .title h2 {
    font-weight: inherit;
    padding-bottom: 25px;
    font-size: 30px;
    color: #005faf;
}

.honor1 .content1 .title p {
    font-size: 14px;
    line-height: 2;
    padding: 0 200px;
}

.honor1 .content1 .slick {
    margin: 0 13px;
}

.honor1 .content1 .name {
    padding-top: 10px;
    text-align: center;
}

.honor1 .content1 .name a {
    color: #333;
}

.honor1 .content1 .name a:hover {
    color: #005faf;
}

.honor1 .content1 .slick .imgDiv {
    overflow: hidden;
}

.honor1 .content1 .slick .imgDiv img {
    width: 100%;
    transition: ease 3s;
    -webkit-transition: ease 3s;
    -moz-transition: ease 3s;
    -ms-transition: ease 3s;
    -o-transition: ease 3s;
}

.honor1 .content1 .slick .imgDiv:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.honor1 .ldlist .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.honor1 .ldlist .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
}

.honor1 .ldlist .slick-dots .slick-active {
    background-color: #005faf;
}

.honor1 .content2 .title {
    font-size: 30px;
    color: #005faf;
    padding-bottom: 70px;
    text-align: center;
}

.honor1 .content2 li {
    padding-bottom: 40px;
    background: url(../Images/PSimages/ico6_3bg.png) repeat-y 130px top;
}

.honor1 .content2 li .ico {
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    float: left;
    padding-right: 70px;
    background: url(../Images/PSimages/ico6_1bg.png) no-repeat left center, url(../Images/PSimages/ico6_2bg.png) no-repeat 124px center;
}

.honor1 .content2 li .text {
    padding-left: 170px;
}

.honor1 .content2 li .text p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 10px;
}

.honor1 .content2 li dd {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.honor1 .content2 li dd .imgDiv img {
    width: 100%;
}

.honor1 .content2 li dd .name {
    padding-top: 10px;
}

.honor1 .content2 li dd .box {
    margin-right: 30px;
}

.honor1 .content2 li dl {
    width: 1060px;
}

.honor1 .content3 {
    display: none;
}

.honor1 .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.honor1 .Nmore .imgon {
    display: none;
}

.honor1 .Nmore:hover {
    background-color: #005faf;
}

.honor1 .Nmore:hover .imgon {
    display: inline-block;
}

.honor1 .Nmore:hover .imgoff {
    display: none;
}

.company1 .map {
    width: 862px;
    height: 739px;
    /*margin:0 auto;*/
    position: relative;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #444;
    z-index: 1;
}

.company1 .map .xinjiang {
    background: url(../Images/PSimages/xinjiang.png) no-repeat;
    width: 344px;
    height: 260px;
    position: absolute;
    top: 84px;
    left: 1px;
}

.company1 .map .xinjiang p {
    line-height: 260px;
}

.company1 .map .xinjiang:hover {
    background: url(../Images/PSimages/xinjiang1.png) no-repeat;
    color: #fff;
}

.company1 .map .neimenggu {
    background: url(../Images/PSimages/neimengu.png) no-repeat;
    width: 378px;
    height: 321px;
    position: absolute;
    top: 8px;
    right: 122px;
}

.company1 .map .neimenggu p {
    line-height: 485px;
}

.company1 .map .neimenggu:hover {
    background: url(../Images/PSimages/neimengu1.png) no-repeat;
    color: #fff;
}

.company1 .map .heilongjiang {
    background: url(../Images/PSimages/heilongjiang.png) no-repeat;
    width: 190px;
    height: 171px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.company1 .map .heilongjiang p {
    line-height: 171px;
}

.company1 .map .heilongjiang:hover {
    background: url(../Images/PSimages/heilongjiang1.png) no-repeat;
    color: #fff;
}

.company1 .map .jilin {
    background: url(../Images/PSimages/jiling.png) no-repeat;
    width: 141px;
    height: 94px;
    position: absolute;
    top: 135px;
    right: 18px;
}

.company1 .map .jilin p {
    line-height: 94px;
}

.company1 .map .jilin:hover {
    background: url(../Images/PSimages/jiling1.png) no-repeat;
    color: #fff;
}

.company1 .map .liaoning {
    background: url(../Images/PSimages/liaoning.png) no-repeat;
    width: 99px;
    height: 92px;
    position: absolute;
    top: 193px;
    right: 83px;
}

.company1 .map .liaoning p {
    line-height: 69px;
}

.company1 .map .liaoning:hover {
    background: url(../Images/PSimages/liaoning1.png) no-repeat;
    color: #fff;
}

.company1 .map .hebei {
    background: url(../Images/PSimages/hebei.png) no-repeat;
    width: 92px;
    height: 131px;
    position: absolute;
    top: 220px;
    right: 164px;
}

.company1 .map .hebei p {
    text-align: left;
    padding-left: 16px;
    padding-top: 71px;
}

.company1 .map .hebei:hover {
    background: url(../Images/PSimages/hebei1.png) no-repeat;
    color: #fff;
}

.company1 .map .beijing {
    background: url(../Images/PSimages/beijing.png) no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 252px;
    right: 201px;
}

.company1 .map .beijing p {
    line-height: 29px;
}

.company1 .map .beijing:hover {
    background: url(../Images/PSimages/beijing1.png) no-repeat;
    color: #fff;
}

.company1 .map .tianjin {
    background: url(../Images/PSimages/tianjing.png) no-repeat;
    width: 23px;
    height: 29px;
    position: absolute;
    top: 266px;
    right: 187px;
}

.company1 .map .tianjin p {}

.company1 .map .tianjin:hover {
    background: url(../Images/PSimages/tianjing1.png) no-repeat;
    color: #fff;
}

.company1 .map .shanxi {
    background: url(../Images/PSimages/shanxi.png) no-repeat;
    width: 59px;
    height: 125px;
    position: absolute;
    top: 264px;
    right: 246px;
}

.company1 .map .shanxi P {
    line-height: 125px;
}

.company1 .map .shanxi:hover {
    background: url(../Images/PSimages/shanxi1.png) no-repeat;
    color: #fff;
}

.company1 .map .shangxi {
    background: url(../Images/PSimages/shangxi.png) no-repeat;
    width: 86px;
    height: 152px;
    position: absolute;
    top: 292px;
    right: 292px;
}

.company1 .map .shangxi p {
    line-height: 152px;
}

.company1 .map .shangxi:hover {
    background: url(../Images/PSimages/shangxi1.png) no-repeat;
    color: #fff;
}

.company1 .map .ningxia {
    background: url(../Images/PSimages/ningxia.png) no-repeat;
    width: 49px;
    height: 80px;
    position: absolute;
    top: 296px;
    right: 352px;
}

.company1 .map .ningxia P {
    line-height: 80px;
}

.company1 .map .ningxia:hover {
    background: url(../Images/PSimages/ningxia1.png) no-repeat;
    color: #fff;
}

.company1 .map .gansu {
    background: url(../Images/PSimages/ganshu.png) no-repeat;
    width: 241px;
    height: 220px;
    position: absolute;
    top: 226px;
    right: 331px;
}

.company1 .map .gansu p {
    text-align: left;
    padding-left: 38px;
    padding-top: 33px;
}

.company1 .map .gansu:hover {
    background: url(../Images/PSimages/ganshu1.png) no-repeat;
    color: #fff;
}

.company1 .map .qinghai {
    background: url(../Images/PSimages/qinghai.png) no-repeat;
    width: 215px;
    height: 152px;
    position: absolute;
    top: 289px;
    right: 424px;
}

.company1 .map .qinghai p {
    line-height: 152px;
}

.company1 .map .qinghai:hover {
    background: url(../Images/PSimages/qinghai1.png) no-repeat;
    color: #fff;
}

.company1 .map .xizang {
    background: url(../Images/PSimages/xizang.png) no-repeat;
    width: 333px;
    height: 200px;
    position: absolute;
    top: 330px;
    right: 490px;
}

.company1 .map .xizang p {
    line-height: 200px;
}

.company1 .map .xizang:hover {
    background: url(../Images/PSimages/xizang1.png) no-repeat;
    color: #fff;
}

.company1 .map .sichuan {
    background: url(../Images/PSimages/sichuan.png) no-repeat;
    width: 186px;
    height: 163px;
    position: absolute;
    top: 396px;
    right: 328px;
}

.company1 .map .sichuan p {
    line-height: 163px;
}

.company1 .map .sichuan:hover {
    background: url(../Images/PSimages/sichuan1.png) no-repeat;
    color: #fff;
}

.company1 .map .chongqin {
    background: url(../Images/PSimages/chongqin.png) no-repeat;
    width: 76px;
    height: 76px;
    position: absolute;
    top: 438px;
    right: 302px;
}

.company1 .map .chongqin p {
    line-height: 95px;
}

.company1 .map .chongqin:hover {
    background: url(../Images/PSimages/chongqin1.png) no-repeat;
    color: #fff;
}

.company1 .map .hubei {
    background: url(../Images/PSimages/hubei.png) no-repeat;
    width: 131px;
    height: 80px;
    position: absolute;
    top: 415px;
    right: 198px;
}

.company1 .map .hubei p {
    line-height: 80px;
}

.company1 .map .hubei:hover {
    background: url(../Images/PSimages/hubei1.png) no-repeat;
}

.company1 .map .henan {
    background: url(../Images/PSimages/henan.png) no-repeat;
    width: 99px;
    height: 94px;
    position: absolute;
    top: 347px;
    right: 199px;
}

.company1 .map .henan p {
    line-height: 94px;
}

.company1 .map .henan:hover {
    background: url(../Images/PSimages/henan1.png) no-repeat;
    color: #fff;
}

.company1 .map .shandong {
    background: url(../Images/PSimages/shandong.png) no-repeat;
    width: 116px;
    height: 72px;
    position: absolute;
    top: 308px;
    right: 112px;
}

.company1 .map .shandong p {
    line-height: 72px;
}

.company1 .map .shandong:hover {
    background: url(../Images/PSimages/shandong1.png) no-repeat;
    color: #fff;
}

.company1 .map .jiangsu {
    background: url(../Images/PSimages/jiangsu.png) no-repeat;
    width: 102px;
    height: 76px;
    position: absolute;
    top: 366px;
    right: 103px;
}

.company1 .map .jiangsu p {
    line-height: 76px;
}

.company1 .map .jiangsu:hover {
    background: url(../Images/PSimages/jiangsu1.png) no-repeat;
    color: #fff;
}

.company1 .map .anhui {
    background: url(../Images/PSimages/anhui.png) no-repeat;
    width: 82px;
    height: 98px;
    position: absolute;
    top: 378px;
    right: 142px;
}

.company1 .map .anhui p {
    line-height: 98px;
}

.company1 .map .anhui:hover {
    background: url(../Images/PSimages/anhui1.png) no-repeat;
    color: #fff;
}

.company1 .map .shanghai {
    background: url(../Images/PSimages/shanghai.png) no-repeat;
    width: 19px;
    height: 15px;
    position: absolute;
    top: 426px;
    right: 99px;
}

.company1 .map .shanghai p {
    line-height: 15px;
    padding-left: 18px;
}

.company1 .map .shanghai:hover {
    background: url(../Images/PSimages/shanghai1.png) no-repeat;
}

.company1 .map .zhejiang {
    background: url(../Images/PSimages/zhejiang.png) no-repeat;
    width: 65px;
    height: 74px;
    position: absolute;
    top: 441px;
    right: 94px;
}

.company1 .map .zhejiang p {
    line-height: 74px;
}

.company1 .map .zhejiang:hover {
    background: url(../Images/PSimages/zhejiang1.png) no-repeat;
    color: #fff;
}

.company1 .map .jiangxi {
    background: url(../Images/PSimages/jiangxi.png) no-repeat;
    width: 82px;
    height: 108px;
    position: absolute;
    top: 470px;
    right: 155px;
}

.company1 .map .jiangxi p {
    line-height: 108px;
}

.company1 .map .jiangxi:hover {
    background: url(../Images/PSimages/jiangxi1.png) no-repeat;
    color: #fff;
}

.company1 .map .hunan {
    background: url(../Images/PSimages/hunan.png) no-repeat;
    width: 92px;
    height: 106px;
    position: absolute;
    top: 473px;
    right: 226px;
}

.company1 .map .hunan p {
    line-height: 106px;
}

.company1 .map .hunan:hover {
    background: url(../Images/PSimages/hunan1.png) no-repeat;
    color: #fff;
}

.company1 .map .guizhoug {
    background: url(../Images/PSimages/guizhoug.png) no-repeat;
    width: 102px;
    height: 86px;
    position: absolute;
    top: 496px;
    right: 311px;
}

.company1 .map .guizhoug p {
    line-height: 86px;
}

.company1 .map .guizhoug:hover {
    background: url(../Images/PSimages/guizhoug1.png) no-repeat;
    color: #fff;
}

.company1 .map .yunnan {
    background: url(../Images/PSimages/yunnan.png) no-repeat;
    width: 150px;
    height: 156px;
    position: absolute;
    top: 498px;
    right: 370px;
}

.company1 .map .yunnan p {
    line-height: 156px;
}

.company1 .map .yunnan:hover {
    background: url(../Images/PSimages/yunnan1.png) no-repeat;
    color: #fff;
}

.company1 .map .fujian {
    background: url(../Images/PSimages/fujian.png) no-repeat;
    width: 76px;
    height: 90px;
    position: absolute;
    top: 498px;
    right: 118px;
}

.company1 .map .fujian p {
    line-height: 90px;
}

.company1 .map .fujian:hover {
    background: url(../Images/PSimages/fujian1.png) no-repeat;
    color: #fff;
}

.company1 .map .guangdong {
    background: url(../Images/PSimages/guangdong.png) no-repeat;
    width: 135px;
    height: 106px;
    position: absolute;
    top: 562px;
    right: 164px;
}

.company1 .map .guangdong p {
    line-height: 72px;
}

.company1 .map .guangdong:hover {
    background: url(../Images/PSimages/guangdong1.png) no-repeat;
    color: #fff;
}

.company1 .map .guangxi {
    background: url(../Images/PSimages/guangxi.png) no-repeat;
    width: 133px;
    height: 100px;
    position: absolute;
    top: 549px;
    right: 263px;
}

.company1 .map .guangxi p {
    line-height: 100px;
}

.company1 .map .guangxi:hover {
    background: url(../Images/PSimages/guangxi1.png) no-repeat;
    color: #fff;
}

.company1 .map .hainan {
    background: url(../Images/PSimages/hainan.png) no-repeat;
    width: 45px;
    height: 36px;
    position: absolute;
    top: 673px;
    right: 281px;
}

.company1 .map .hainan p {
    padding-left: 7px;
    padding-top: 33px;
}

.company1 .map .hainan:hover {
    background: url(../Images/PSimages/hainan1.png) no-repeat;
}

.company1 .map .taiwang {
    background: url(../Images/PSimages/taiwang.png) no-repeat;
    width: 29px;
    height: 67px;
    position: absolute;
    top: 552px;
    right: 88px;
}

.company1 .map .taiwang p {
    padding-left: 35px;
    padding-top: 17px;
}

.company1 .map .taiwang:hover {
    background: url(../Images/PSimages/taiwang1.png) no-repeat;
}

.company1 .mapDiv {
    width: 1020px;
    height: 739px;
    margin: 0 auto;
}

.company1 .daoyu {
    position: absolute;
    right: 203px;
    bottom: 92px;
    z-index: 0;
}

.company1 .nanhai {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 0;
}

.company1 .mapDiv {
    position: relative;
}

.company1 .contentmap .list {
    display: none;
    z-index: 99;
    width: 330px;
    height: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -115px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.company1 .contentmap .list .title {
    height: 55px;
    line-height: 55px;
    background-color: #005faf;
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

.company1 .contentmap .list .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.company1 .contentmap .list dl {
    padding: 20px;
    height: 235px;
    width: 290px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.company1 .contentmap .list dd {
    font-size: 14px;
    line-height: 2;
}

.company1 .listtab {
    margin-bottom: 100px;
}

.company1 .listtab .title dd.dd01 {
    background: url(../Images/PSimages/ico7_3bg.png) repeat-y right center;
}

.company1 .listtab .title dd.dd02 {
    background: url(../Images/PSimages/ico7_3bg.png) repeat-y right center;
}

.company1 .listtab .title dd.dd03 {
    background: url(../Images/PSimages/ico7_3bg.png) repeat-y right center;
}

.company1 .listtab .title {
    height: 70px;
    line-height: 70px;
    background-color: #005faf;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.company1 .listtab dd {
    float: left;
    text-indent: 30px;
}

.company1 .listtab dd.dd01 {
    width: 320px;
    background: url(../Images/PSimages/ico7_4bg.png) repeat-y left center;
}

.company1 .listtab dd.dd02 {
    width: 150px;
    background: url(../Images/PSimages/ico7_4bg.png) repeat-y left center;
}

.company1 .listtab dd.dd03 {
    width: 480px;
    background: url(../Images/PSimages/ico7_4bg.png) repeat-y left center;
}

.company1 .listtab dd.dd04 {
    width: 249px;
    background: url(../Images/PSimages/ico7_4bg.png) repeat-y left center;
}

.company1 .listtab ul dl {
    height: 60px;
    background: url(../Images/PSimages/ico7_4bg.png) repeat-y right center;
}

.company1 .listtab ul li {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-bottom: 1px #ddd solid;
}

.company1 .listtab ul li:nth-child(odd) {
    font-size: 14px;
    color: #005faf;
}

.company1 .listtab ul li:nth-child(even) {
    background-color: #f6fbf8;
}

.company1 .listtab ul li.ddodd {
    font-size: 14px;
    color: #005faf;
}

.company1 .listtab ul li.ddeven {
    background-color: #f6fbf8;
}

.news1 .titleN {}

.news1 .titleN .text {
    width: 420px;
    float: left;
}

.news1 .titleN .text .time {
    font-size: 30px;
    color: #005faf;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.news1 .titleN .text h2 {
    font-size: 18px;
    color: #444;
    padding-bottom: 10px;
}

.news1 .titleN .text h2 a {
    color: #444;
}

.news1 .titleN .text h2 a:hover {
    color: #005faf;
}

.news1 .titleN .text p {
    color: #999;
    line-height: 2;
}

.news1 .titleN .text .more {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #005faf;
    margin-top: 13px;
}

.news1 .titleN .imgDiv {
    width: 360px;
    float: right;
    overflow: hidden;
}

.news1 .titleN .imgDiv img {
    width: 100%;
    transition: ease 3s;
    -webkit-transition: ease 3s;
    -moz-transition: ease 3s;
    -ms-transition: ease 3s;
    -o-transition: ease 3s;
}

.news1 .titleN .imgDiv:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.news1 li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px #e5e5e5 solid;
}

.news1 li .time {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.news1 li .time h3 {
    font-size: 36px;
    color: #005faf;
    padding-top: 15px;
}

.news1 li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.news1 li .text {
    padding-left: 110px;
}

.news1 li .text h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 5px;
}

.news1 li .text h2 a {
    color: #333;
}

.news1 li .text h2 a:hover {
    color: #005faf;
}

.news1 li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.news1 li .text p {
    color: #888;
}

.news1 .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.news1 .Nmore .imgon {
    display: none;
}

.news1 .Nmore:hover {
    background-color: #005faf;
}

.news1 .Nmore:hover .imgon {
    display: inline-block;
}

.news1 .Nmore:hover .imgoff {
    display: none;
}

.newauthor li {
    padding-bottom: 50px;
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
}

.newauthor li em {
    display: block;
    padding-bottom: 5px;
    color: #005faf;
    font-size: 14px;
}

.newauthor li p {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.newshow1 h1 {
    font-weight: inherit;
    font-size: 30px;
    color: #333;
    padding-bottom: 50px;
}

.newshow1 .text {
    font-size: 14px;
    line-height: 2;
}

.newshow1 .imgDiv {
    text-align: center;
    padding-bottom: 20px;
}

.newshow1 .bottomDiv {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px #ddd solid;
}

.newshow1 .bottomDiv .left {
    float: left;
    font-size: 14px;
    line-height: 2;
}

.newshow1 .bottomDiv .left em {
    color: #4a4a4a;
    font-weight: bold;
}

.newshow1 .bottomDiv .right {
    float: right;
}

.newshow1 .bottomDiv .right .backbtn {
    display: block;
    text-indent: 50px;
    width: 150px;
    height: 44px;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    background: url(../Images/PSimages/ico10_1bg.png) no-repeat center;
}

.newshow1 .bottomDiv .right .backbtn:hover {
    text-decoration: underline;
}

.ptoplist {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 90px;
}

.ptoplist li {
    display: inline-block;
    margin: 0 5px;
}

.ptoplist li a {
    display: block;
    width: 130px;
    height: 45px;
    font-size: 14px;
    color: #333;
    border: 1px #ddd solid;
    background-color: #f5f5f5;
    text-align: center;
}

.ptoplist li a:hover,
.ptoplist li a.aNow {
    background-color: #005faf;
    border: 1px #005faf solid;
    color: #fff;
}

.product1 .listbox {
    margin-bottom: 60px;
}

.product1 .listbox li {
    width: 50%;
    float: left;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #333;
    background-color: #f5f5f5;
}

.product1 .listbox li:hover,
.product1 .listbox li.liNow {
    color: #fff;
    background-color: #005faf;
}

.product1 .contentbox .title {
    text-align: center;
    padding-bottom: 50px;
}

.product1 .contentbox .con1 {
    padding-bottom: 60px;
}

.product1 .contentbox .con1 .text {
    width: 630px;
    float: left;
}

.product1 .contentbox .con1 .text h2 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
    padding-bottom: 25px;
}

.product1 .contentbox .con1 .text p {
    font-size: 14px;
    line-height: 2;
}

.product1 .contentbox .con1 .text h3 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    padding-top: 30px;
}

.product1 .contentbox .con1 .imgDiv {
    float: right;
}

.product1 .contentbox .imgbox img {
    width: 100%;
}

.product1 .contentbox .con2 {
    padding-bottom: 30px;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px #ddd solid;
}

.product1 .contentbox .con2 .text {
    width: 630px;
    float: left;
}

.product1 .contentbox .con2 .text h2 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: url(../Images/PSimages/ico11_1hr.png) no-repeat left bottom;
}

.product1 .contentbox .con2 .text p {
    font-size: 14px;
    line-height: 2;
}

.product1 .contentbox .con2 .imgDiv {
    float: right;
    position: relative;
}

.product1 .contentbox .con2 .imgDiv p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.product1 .listimg ul {
    width: 1210px;
}

.product1 .listimg li {
    width: 33.33%;
    float: left;
}

.product1 .listimg li .box {
    position: relative;
}

.product1 .listimg li p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.product1 .listimg li dd {
    margin-bottom: 10px;
}

.product1 .phnum {
    padding-top: 60px;
    padding-bottom: 80px;
    font-size: 22px;
    color: #005faf;
    text-align: center;
}

.product1 .contentbox2 .title {
    text-align: center;
    padding-bottom: 50px;
}

.product1 .contentbox2 .con1 {
    padding-bottom: 60px;
}

.product1 .contentbox2 .con1 .text {
    width: 630px;
    float: left;
}

.product1 .contentbox2 .con1 .text em {
    font-weight: bold;
}

.product1 .contentbox2 .con1 .text h2 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
    padding-bottom: 25px;
}

.product1 .contentbox2 .con1 .text p {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 20px;
}

.product1 .contentbox2 .con1 .imgDiv {
    float: right;
}

.product1 .contentbox2 .plist li {
    width: 20%;
    float: left;
}

.product1 .contentbox2 .con2 {
    padding-bottom: 30px;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px #ddd solid;
}

.product1 .contentbox2 .con2 .title {
    font-size: 30px;
    color: #005faf;
    padding-bottom: 30px;
}

.product1 .contentbox2 .con2 ul {
    width: 1210px;
}

.product1 .contentbox2 .con2 li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.product1 .contentbox2 .con2 li dd {
    width: 50%;
    float: left;
}

.product1 .contentbox2 .con2 li dd .box {
    margin-right: 10px;
    position: relative;
}

.product1 .contentbox2 .con2 li dd p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.product1 .contentbox2 .con2 li:nth-child(2) dd,
.product1 .contentbox2 .con2 li:nth-child(5) dd {
    width: auto;
    float: none;
}

.team1 {}

.team1 .content .con1 {
    padding-bottom: 60px;
}

.team1 .content .con1 .text {
    width: 630px;
    float: left;
}

.team1 .content .con1 .text em {
    font-weight: bold;
}

.team1 .content .con1 .text h2 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
    padding-bottom: 25px;
}

.team1 .content .con1 .text p {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 20px;
}

.team1 .content .con1 .imgDiv {
    float: right;
}

.zblist {
    padding-bottom: 120px;
}

.zblist .title {
    font-size: 30px;
    color: #005faf;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 60px;
    border-top: 1px #ddd solid;
}

.zblist li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px #e5e5e5 solid;
}

.zblist li .time {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.zblist li .time h3 {
    font-size: 36px;
    color: #005faf;
    padding-top: 15px;
}

.zblist li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.zblist li .text {
    padding-left: 110px;
}

.zblist li .text h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 5px;
}

.zblist li .text h2 a {
    color: #333;
}

.zblist li .text h2 a:hover {
    color: #005faf;
}

.zblist li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.zblist li .text p {
    color: #888;
}

.zblist .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.zblist .Nmore .imgon {
    display: none;
}

.zblist .Nmore:hover {
    background-color: #005faf;
}

.zblist .Nmore:hover .imgon {
    display: inline-block;
}

.zblist .Nmore:hover .imgoff {
    display: none;
}

.internet1 .content {}

.internet1 .content li {
    padding-bottom: 80px;
}

.internet1 .content li:nth-child(1) .imgDiv {
    float: left;
    width: 720px;
}

.internet1 .content li:nth-child(1) .text {
    float: right;
    position: relative;
    width: 450px;
}

.internet1 .content li:nth-child(2) .imgDiv {
    float: right;
    width: 720px;
}

.internet1 .content li:nth-child(2) .text {
    float: left;
    position: relative;
    width: 450px;
}

.internet1 .content li .text {
    height: 400px;
}

.internet1 .content li .text .title h2 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
}

.internet1 .content li .text .title p {
    font-size: 16px;
    color: #005faf;
    text-transform: uppercase;
}

.internet1 .content li .text .txt {
    position: absolute;
    bottom: 30px;
    width: 572px;
    height: 214px;
    background: url(../Images/PSimages/limg14_1bg.jpg) no-repeat center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.internet1 .content li .text .txt p {
    padding: 40px;
    font-size: 14px;
    line-height: 2;
}

.internet1 .content li:nth-child(1) .txt {
    right: 0;
}

.internet1 .content li:nth-child(2) .txt {
    left: 0;
}

.internet2 {
    background-color: #f5f5f5;
    padding: 70px 0;
}

.internet2 .title {
    text-align: center;
    padding-bottom: 40px;
}

.internet2 .title h3 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
    padding-bottom: 15px;
}

.internet2 .title p {
    text-transform: uppercase;
    font-size: 16px;
    color: #005faf;
}

.technology1 {
    padding-bottom: 120px;
}

.technology1 .text {
    width: 33%;
    float: left;
}
.technology1 .yuanli {
	width:570px;
	margin-top:100px;
}

.technology1 .text h1 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
    padding-bottom: 20px;
}

.technology1 .text p {
    font-size: 14px;
    line-height: 2;
}

.technology1 .imgDiv {
    width: 50%;
    float: right;
}

.heating1 {
    padding-bottom: 120px;
}

.heating1 .con1 {
    padding-bottom: 60px;
}

.heating1 .con1 .text {
    width: 620px;
    float: right;
}

.heating1 .con1 .text h2 {
    font-size: 36px;
    color: #005faf;
    padding-bottom: 30px;
}

.heating1 .con1 .text p {
    font-size: 14px;
    line-height: 2;
}

.heating1 .con1 .imgDiv {
    width: 520px;
    float: left;
}

.heating1 .con2 {
    padding: 50px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.heating1 .con2 h2 {
    font-size: 24px;
    color: #333;
    font-weight: inherit;
    padding-bottom: 20px;
}

.cont2-box {
    width: 830px;
    height: auto;
    margin: 0 auto;
}

.cont2-box .box-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
}

.cont2-box .box-top .top-item {
    width: 142px;
    height: auto;
}

.cont2-box .box-top .top-item .item-pic {
    width: 100%;
    height: auto;
}

.cont2-box .box-top .top-item .item-pic img {
    width: 100%;
}

.cont2-box .box-top .top-item .item-title {
    margin-top: 16px;
    font-size: 16px;
    color: #1e9342;
}

.cont2-box .box-top .top-item .item-title i {
    font-style: oblique;
}

.cont2-box .box-top .top-arrow {
    width: 120px;
    height: auto;
    padding-top: 56px;
    text-align: center;
}

.cont2-box .box-top .top-arrow .arrow-title {
    font-size: 14px;
    font-weight: bold;
    color: #0060ad;
}

.cont2-box .box-top .top-arrow img {
    width: 100%;
}

.cont2-box .box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 804px;
    height: 56px;
    margin: 40px auto 0;
    background: url(../Images/PSimages/icon/icon-bg.jpg) no-repeat left top;
    background-size: 100%;
}

.cont2-box .box-bottom .bottom-title {
    width: 25%;
    height: auto;
    font-size: 16px;
    text-align: center;
    color: #33362f;
}

.heating2 {
    padding-bottom: 120px;
}

.heating2 .con1 {
    padding-bottom: 60px;
}

.heating2 .con1 .text {
    width: 620px;
    float: left;
}

.heating2 .con1 .text h2 {
    font-size: 36px;
    color: #005faf;
    padding-bottom: 30px;
}

.heating2 .con1 .text p {
    font-size: 14px;
    line-height: 2;
}

.heating2 .con1 .imgDiv {
    width: 450px;
    float: right;
}

.heating2 .con2 {
    padding: 50px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.heating2 .con2 h2 {
    font-size: 24px;
    color: #333;
    font-weight: inherit;
    padding-bottom: 20px;
}

.heating3 {
    padding-bottom: 120px;
}

.heating3 .con1 {
    padding-bottom: 60px;
}

.heating3 .con1 .text {
    width: 620px;
    float: left;
}

.heating3 .con1 .text h2 {
    font-size: 36px;
    color: #005faf;
    padding-bottom: 30px;
}

.heating3 .con1 .text p {
    font-size: 14px;
    line-height: 2;
}

.heating3 .con1 .imgDiv {
    width: 450px;
    float: right;
}

.heating3 .con2 {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.heating3 .con2 .title {
    width: 290px;
    float: left;
    padding-left: 40px;
}

.heating3 .con2 .title h3 {
    font-size: 24px;
    color: #333;
    font-weight: inherit;
    padding-top: 100px;
    padding-bottom: 5px;
}

.heating3 .con2 .title p {
    font-size: 14px;
}

.heating3 .con2 .conbox2 {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px #ddd solid;
}

.wisdom1 {
    padding-bottom: 120px;
}

.wisdom1 .con1 {
    padding-bottom: 60px;
}

.wisdom1 .con1 .text {
    width: 620px;
    float: left;
}

.wisdom1 .con1 .text h2 {
    font-size: 36px;
    color: #005faf;
    padding-bottom: 30px;
}

.wisdom1 .con1 .text p {
    font-size: 14px;
    line-height: 2;
}

.wisdom1 .con1 .imgDiv {
    width: 450px;
    float: right;
}

.wisdom1 .con2 .imgph {
    display: none;
}

.energy1 {
    padding-bottom: 120px;
}

.energy1 .content {
    text-align: center;
}

.energy1 .content .title {
    padding-bottom: 45px;
}

.energy1 .content .title h3 {
    font-size: 36px;
    color: #005faf;
    padding-bottom: 30px;
}

.energy1 .content .title p {
    font-size: 14px;
    line-height: 2;
}

.energy1 .content .imgph {
    display: none;
}

.service1 {
    padding-bottom: 120px;
}

.service1 .content {
    position: relative;
}

.service1 .content .title h3 {
    font-size: 36px;
    color: #005faf;
    padding-bottom: 30px;
    text-align: center;
}

.service1 .content .imgDiv {
    text-align: center;
}

.service1 .content .text02 {
    width: 260px;
    position: absolute;
    left: 0;
    top: 165px;
}

.service1 .content .text01 {
    width: 260px;
    position: absolute;
    right: 0;
    top: 67px;
}

.service1 .content .text h2 {
    font-size: 18px;
    color: #005faf;
    padding-bottom: 10px;
}

.service1 .content .text h2 em {
    font-size: 36px;
    padding-right: 10px;
}

.service1 .content .text h2 span {
    display: none;
}

.service1 .content .text .txt {
    padding-bottom: 24px;
}

.service1 .content .text .txt p {
    font-size: 14px;
    line-height: 2;
}

.service1 .content .imgDiv .imgph {
    display: none;
}

.service2 {
    padding-bottom: 55px;
}

.service2 .content .titlebox {
    padding-bottom: 45px;
    text-align: center;
}

.service2 .content .titlebox h3 {
    font-size: 36px;
    color: #005faf;
    padding-bottom: 10px;
}

.service2 .content .titlebox p {
    font-size: 14px;
    line-height: 2;
}

.service2 .content .imgDiv {
    padding-bottom: 50px;
}

.service2 .content .imgDiv .imgph {
    display: none;
}

.service2 .content .txt {
    width: 530px;
    float: left;
    padding: 30px;
    height: 200px;
}

.service2 .content .txt01 {
    background: url(../Images/PSimages/ico16_3.png) no-repeat right bottom;
    background-color: #44bdad;
}

.service2 .content .txt02 {
    background: url(../Images/PSimages/ico16_4.png) no-repeat right bottom;
    background-color: #43a8d7;
    margin-left: 20px;
}

.service2 .content .txt .title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: url(../Images/PSimages/ico16_5hr.png) no-repeat left bottom;
}

.service2 .content .txt .title em {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 5px;
}

.service2 .content .txt .title h3 {
    font-size: 24px;
    color: #fff;
}

.service2 .content .txt p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.service3 {
    background-color: #f5f5f5;
    padding-top: 150px;
}

.service3 .wal {
    position: relative;
}

.service3 .imgDiv {
    text-align: center;
}

.service3 li {
    position: absolute;
}

.service3 li h3 {
    font-weight: inherit;
    color: #005faf;
    font-size: 24px;
    padding-bottom: 10px;
}

.service3 li p {
    font-size: 14px;
    color: #999;
}

.service3 li:nth-child(1) {
    left: 0;
    bottom: 70px;
    width: 180px;
}

.service3 li:nth-child(2) {
    left: 100px;
    bottom: 280px;
}

.service3 li:nth-child(3) {
    left: 480px;
    bottom: 390px;
    width: 280px;
}

.service3 li:nth-child(4) {
    left: 900px;
    bottom: 250px;
    width: 240px;
}

.service3 li:nth-child(5) {
    right: 0;
    bottom: 60px;
    width: 180px;
}

.case1 {
    padding-bottom: 120px;
}

.case1 ul {
    width: 1215px;
}

.case1 .list li {
    width: 33.33%;
    float: left;
}

.case1 .list li .box {
    margin-right: 15px;
}

.case1 .list li .imgDiv {
    overflow: hidden;
}

.case1 .list li .imgDiv img {
    width: 100%;
    transition: ease 3s;
    -webkit-transition: ease 3s;
    -moz-transition: ease 3s;
    -ms-transition: ease 3s;
    -o-transition: ease 3s;
}

.case1 .list li .imgDiv:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.case1 .list li .name {
    min-height: 60px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.case1 .list .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.case1 .list .Nmore .imgon {
    display: none;
}

.case1 .list .Nmore:hover {
    background-color: #005faf;
}

.case1 .list .Nmore:hover .imgon {
    display: inline-block;
}

.case1 .list .Nmore:hover .imgoff {
    display: none;
}

.case1 .list .phmore {
    display: none;
}

.case1 .titleimg {
    margin-bottom: 30px;
}

.case1 .titleimg .imgbox {
    width: 900px;
    position: relative;
    float: left;
}

.case1 .titleimg .imgDiv img {
    width: 100%;
}

.case1 .titleimg .name {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    text-indent: 20px;
}

.case1 .titleimg .name:hover {
    text-decoration: underline;
}

.case1 .titleimg .right {
    float: right;
    width: 290px;
}

.case1 .titleimg .right .txt {
    border: 1px #f2f2f2 solid;
    height: 225px;
}

.case1 .titleimg .right .txt .box {
    padding: 10px;
}

.case1 .titleimg .right .txt h3 {
    padding: 20px 0;
    font-weight: inherit;
    font-size: 16px;
}

.case1 .titleimg .right .txt p {
    font-size: 14px;
    line-height: 2;
}

.case1 .titleimg .right .txt .more {
    display: block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #005faf;
    margin-top: 10px;
}

.case1 .titleimg .right .txt .more:hover {
    text-decoration: underline;
}

.caseshow1 {
    padding-bottom: 120px;
}

.caseshow1 .title {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px #ddd solid;
    position: relative;
}

.caseshow1 .title h1 {
    font-size: 30px;
    color: #333;
    font-weight: inherit;
}

.caseshow1 .title .share {
    position: absolute;
    right: 0;
    top: 0;
    width: 234px;
    line-height: 39px;
}

.caseshow1 .title .share em {
    float: left;
}

.caseshow1 .title .share li {
    float: left;
    margin-left: 10px;
}

.caseshow1 .content .text {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 30px;
}

.caseshow1 .content .text b {
    color: #333;
}

.caseshow1 .content .slick img {
    width: 100%;
}

.caseshow1 .imglist {
    width: 800px;
    margin: 0 auto;
}

.caseshow1 .imglist .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.caseshow1 .imglist .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px #fff solid;
    border-radius: 50%;
}

.caseshow1 .imglist .slick-dots .slick-active {
    background-color: #fff;
}

.caseshow1 .bottomDiv {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px #ddd solid;
}

.caseshow1 .bottomDiv .left {
    float: left;
    font-size: 14px;
    line-height: 2;
}

.caseshow1 .bottomDiv .left em {
    color: #4a4a4a;
    font-weight: bold;
}

.caseshow1 .bottomDiv .right {
    float: right;
}

.caseshow1 .bottomDiv .right .backbtn {
    display: block;
    text-indent: 50px;
    width: 150px;
    height: 44px;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    background: url(../Images/PSimages/ico10_1bg.png) no-repeat center;
}

.caseshow1 .bottomDiv .right .backbtn:hover {
    text-decoration: underline;
}

.investment1 {
    padding-bottom: 120px;
}

.investment1 h2 {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: inherit;
    background-color: #005faf;
}

.investment1 .imgDiv .imgph {
    display: none;
}

.investment1 .tabDiv {
    width: 50%;
    float: left;
}

.investment1 .tabDiv>.box {
    margin: 0 10px;
}

.investment1 .imgDiv {
    width: 50%;
    float: right;
}

.investment1 .con {
    padding-top: 45px;
    border: 1px #ddd solid;
    border-top: none;
    padding-bottom: 20px;
}


/*.investment1 .tabDiv{ margin-top:20px;}*/

.investment1 .tabDiv .imgph {
    display: none;
}

.notice1 .left {
    width: 820px;
    float: left;
}

.notice1 .right {
    width: 270px;
    min-height: 400px;
    float: right;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background: url(../Images/PSimages/limg19_1bg.jpg) no-repeat left top;
}

.notice1 .right .title {
    padding-bottom: 30px;
}

.notice1 .right .title h3 {
    font-size: 16px;
    padding-bottom: 10px;
}

.notice1 .right .title p {
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.3;
}

.notice1 .right .text {
    font-size: 14px;
    line-height: 2;
}

.notice1 .right .txt {
    font-size: 14px;
    line-height: 2;
}

.notice1 .right .txt p {
    background: url(../Images/PSimages/ico19_1hr.png) no-repeat left 8px;
    padding-left: 10px;
}


/*自适应发展历史*/

.baogaolist1 {
    padding-bottom: 100px;
}

.baogaolist1 .bgTab {
    height: 60px;
    position: relative;
    padding: 0 70px;
}

.baogaolist1 .bgTab div {
    text-align: center;
    margin: 0 1px;
}

.baogaolist1 .bgTab div em {
    font-size: 24px;
    color: #fff;
}

.baogaolist1 .bgTab .slick-slide {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background-color: #ccc;
    outline: none;
}

.baogaolist1 .bgTab .slick-current {
    background-color: #005faf;
}

.baogaolist1 .bgTab .slick-slide:hover {
    background-color: #005faf;
}

.baogaolist1 .slick-prev {
    background: url(../Images/PSimages/ico19_1prev.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.baogaolist1 .slick-prev:hover {
    background: url(../Images/PSimages/ico19_1prevon.png) center no-repeat;
}

.baogaolist1 .slick-next {
    background: url(../Images/PSimages/ico19_1next.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.baogaolist1 .slick-next:hover {
    background: url(../Images/PSimages/ico19_1nexton.png) center no-repeat;
}

.baogaolist1 .baogaocon {
    margin-top: 30px;
    border-top: 1px #e5e5e5 solid;
}

.baogaolist1 .baogaocon li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.baogaolist1 .baogaocon li .box:hover {
    background-color: #e5e5e5;
}

.baogaolist1 .baogaocon li .time {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.baogaolist1 .baogaocon li .time h3 {
    font-size: 27px;
    color: #005faf;
    padding-top: 15px;
}

.baogaolist1 .baogaocon li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.baogaolist1 .baogaocon li .text {
    padding-left: 110px;
}

.baogaolist1 .baogaocon li .text h2 {
    font-size: 20px;
    color: #333;
    padding-top: 14px;
    font-weight: inherit;
}

.baogaolist1 .baogaocon li .text h2 a {
    color: #333;
}

.baogaolist1 .baogaocon li .text h2 a:hover {
    color: #005faf;
}

.baogaolist1 .baogaocon li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.baogaolist1 .baogaocon .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.baogaolist1 .baogaocon .Nmore .imgon {
    display: none;
}

.baogaolist1 .baogaocon .Nmore:hover {
    background-color: #005faf;
}

.baogaolist1 .baogaocon .Nmore:hover .imgon {
    display: inline-block;
}

.baogaolist1 .baogaocon .Nmore:hover .imgoff {
    display: none;
}


/*.baogaolist1 .baogaocon .phmore{ display:none;}*/


/*自适应发展历史End*/

.return1 {
    padding-bottom: 120px;
}

.return1 .left {
    width: 820px;
    float: left;
}

.return1 .right {
    width: 270px;
    min-height: 400px;
    float: right;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background: url(../Images/PSimages/limg19_1bg.jpg) no-repeat left top;
}

.return1 .right .title {
    padding-bottom: 30px;
}

.return1 .right .title h3 {
    font-size: 16px;
    padding-bottom: 10px;
}

.return1 .right .title p {
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.3;
}

.return1 .right .text {
    font-size: 14px;
    line-height: 2;
}

.return1 .right .txt {
    font-size: 14px;
    line-height: 2;
}

.return1 .right .txt p {
    background: url(../Images/PSimages/ico19_1hr.png) no-repeat left 8px;
    padding-left: 10px;
}

.return1 .left li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.return1 .left li .box:hover {
    background-color: #e5e5e5;
}

.return1 .left li .time {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.return1 .left li .time h3 {
    font-size: 24px;
    color: #005faf;
    padding-top: 15px;
}

.return1 .left li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.return1 .left li .text {
    padding-left: 110px;
}

.return1 .left li .text h2 {
    font-size: 20px;
    color: #333;
    padding-top: 14px;
    font-weight: inherit;
}

.return1 .left li .text h2 a {
    color: #333;
}

.return1 .left li .text h2 a:hover {
    color: #005faf;
}

.return1 .left li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.return1 .left .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.return1 .left .Nmore .imgon {
    display: none;
}

.return1 .left .Nmore:hover {
    background-color: #005faf;
}

.return1 .left .Nmore:hover .imgon {
    display: inline-block;
}

.return1 .left .Nmore:hover .imgoff {
    display: none;
}

.return1 .left .phmore {
    display: none;
}

.govern1 .left {
    width: 820px;
    float: left;
}

.govern1 .right {
    width: 270px;
    min-height: 400px;
    float: right;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background: url(../Images/PSimages/limg19_1bg.jpg) no-repeat left top;
}

.govern1 .right .title {
    padding-bottom: 30px;
}

.govern1 .right .title h3 {
    font-size: 16px;
    padding-bottom: 10px;
}

.govern1 .right .title p {
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.3;
}

.govern1 .right .text {
    font-size: 14px;
    line-height: 2;
}

.govern1 .right .txt {
    font-size: 14px;
    line-height: 2;
}

.govern1 .right .txt p {
    background: url(../Images/PSimages/ico19_1hr.png) no-repeat left 8px;
    padding-left: 10px;
}

.govern1 .baogaolist1 {
    padding-bottom: 100px;
}

.govern1 .baogaolist1 .bgTab {
    height: 60px;
    position: relative;
    padding: 0 70px;
}

.govern1 .baogaolist1 .bgTab div {
    text-align: center;
    margin: 0 1px;
}

.govern1 .baogaolist1 .bgTab div em {
    font-size: 24px;
    color: #fff;
}

.govern1 .baogaolist1 .bgTab .slick-slide {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background-color: #ccc;
    outline: none;
}

.govern1 .baogaolist1 .bgTab .slick-current {
    background-color: #005faf;
}

.govern1 .baogaolist1 .bgTab .slick-slide:hover {
    background-color: #005faf;
}

.govern1 .baogaolist1 .slick-prev {
    background: url(../Images/PSimages/ico19_1prev.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.govern1 .baogaolist1 .slick-prev:hover {
    background: url(../Images/PSimages/ico19_1prevon.png) center no-repeat;
}

.govern1 .baogaolist1 .slick-next {
    background: url(../Images/PSimages/ico19_1next.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.govern1 .baogaolist1 .slick-next:hover {
    background: url(../Images/PSimages/ico19_1nexton.png) center no-repeat;
}

.govern1 .baogaolist1 .baogaocon {
    margin-top: 30px;
    border-top: 1px #e5e5e5 solid;
}

.govern1 .baogaolist1 .baogaocon li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.govern1 .baogaolist1 .baogaocon li .box:hover {
    background-color: #e5e5e5;
}

.govern1 .baogaolist1 .baogaocon li .time {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.govern1 .baogaolist1 .baogaocon li .time h3 {
    font-size: 36px;
    color: #005faf;
    padding-top: 15px;
}

.govern1 .baogaolist1 .baogaocon li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.govern1 .baogaolist1 .baogaocon li .text {
    padding-left: 110px;
}

.govern1 .baogaolist1 .baogaocon li .text h2 {
    font-size: 24px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: inherit;
}

.govern1 .baogaolist1 .baogaocon li .text h2 a {
    color: #333;
}

.govern1 .baogaolist1 .baogaocon li .text h2 a:hover {
    color: #005faf;
}

.govern1 .baogaolist1 .baogaocon li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.govern1 .baogaolist1 .baogaocon .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.govern1 .baogaolist1 .baogaocon .Nmore .imgon {
    display: none;
}

.govern1 .baogaolist1 .baogaocon .Nmore:hover {
    background-color: #005faf;
}

.govern1 .baogaolist1 .baogaocon .Nmore:hover .imgon {
    display: inline-block;
}

.govern1 .baogaolist1 .baogaocon .Nmore:hover .imgoff {
    display: none;
}

.govern1 .baogaolist1 .baogaocon .phmore {
    display: none;
}

.fair1 .left {
    width: 820px;
    float: left;
}

.fair1 .right {
    width: 270px;
    min-height: 400px;
    float: right;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background: url(../Images/PSimages/limg19_1bg.jpg) no-repeat left top;
}

.fair1 .right .title {
    padding-bottom: 30px;
}

.fair1 .right .title h3 {
    font-size: 16px;
    padding-bottom: 10px;
}

.fair1 .right .title p {
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.3;
}

.fair1 .right .text {
    font-size: 14px;
    line-height: 2;
}

.fair1 .right .txt {
    font-size: 14px;
    line-height: 2;
}

.fair1 .right .txt p {
    background: url(../Images/PSimages/ico19_1hr.png) no-repeat left 8px;
    padding-left: 10px;
}

.fair1 .baogaolist1 {
    padding-bottom: 100px;
}

.fair1 .baogaolist1 .bgTab {
    height: 60px;
    position: relative;
    padding: 0 70px;
}

.fair1 .baogaolist1 .bgTab div {
    text-align: center;
    margin: 0 1px;
}

.fair1 .baogaolist1 .bgTab div em {
    font-size: 24px;
    color: #fff;
}

.fair1 .baogaolist1 .bgTab .slick-slide {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background-color: #ccc;
    outline: none;
}

.fair1 .baogaolist1 .bgTab .slick-current {
    background-color: #005faf;
}

.fair1 .baogaolist1 .bgTab .slick-slide:hover {
    background-color: #005faf;
}

.fair1 .baogaolist1 .slick-prev {
    background: url(../Images/PSimages/ico19_1prev.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.fair1 .baogaolist1 .slick-prev:hover {
    background: url(../Images/PSimages/ico19_1prevon.png) center no-repeat;
}

.fair1 .baogaolist1 .slick-next {
    background: url(../Images/PSimages/ico19_1next.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.fair1 .baogaolist1 .slick-next:hover {
    background: url(../Images/PSimages/ico19_1nexton.png) center no-repeat;
}

.fair1 .baogaolist1 .baogaocon {
    margin-top: 30px;
    border-top: 1px #e5e5e5 solid;
}

.fair1 .baogaolist1 .baogaocon li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.fair1 .baogaolist1 .baogaocon li .box:hover {
    background-color: #e5e5e5;
}

.fair1 .baogaolist1 .baogaocon li .time {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.fair1 .baogaolist1 .baogaocon li .time h3 {
    font-size: 36px;
    color: #005faf;
    padding-top: 15px;
}

.fair1 .baogaolist1 .baogaocon li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.fair1 .baogaolist1 .baogaocon li .text {
    padding-left: 110px;
}

.fair1 .baogaolist1 .baogaocon li .text h2 {
    font-size: 24px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: inherit;
}

.fair1 .baogaolist1 .baogaocon li .text h2 a {
    color: #333;
}

.fair1 .baogaolist1 .baogaocon li .text h2 a:hover {
    color: #005faf;
}

.fair1 .baogaolist1 .baogaocon li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.fair1 .baogaolist1 .baogaocon .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.fair1 .baogaolist1 .baogaocon .Nmore .imgon {
    display: none;
}

.fair1 .baogaolist1 .baogaocon .Nmore:hover {
    background-color: #005faf;
}

.fair1 .baogaolist1 .baogaocon .Nmore:hover .imgon {
    display: inline-block;
}

.fair1 .baogaolist1 .baogaocon .Nmore:hover .imgoff {
    display: none;
}

.fair1 .baogaolist1 .baogaocon .phmore {
    display: none;
}

.survey1 {}

.survey1 .left {
    width: 820px;
    float: left;
}

.survey1 .right {
    width: 270px;
    min-height: 400px;
    float: right;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background: url(../Images/PSimages/limg19_1bg.jpg) no-repeat left top;
}

.survey1 .right .title {
    padding-bottom: 30px;
}

.survey1 .right .title h3 {
    font-size: 16px;
    padding-bottom: 10px;
}

.survey1 .right .title p {
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.3;
}

.survey1 .right .text {
    font-size: 14px;
    line-height: 2;
}

.survey1 .right .txt {
    font-size: 14px;
    line-height: 2;
}

.survey1 .right .txt p {
    background: url(../Images/PSimages/ico19_1hr.png) no-repeat left 8px;
    padding-left: 10px;
}

.survey1 .baogaolist1 {
    padding-bottom: 100px;
}

.survey1 .baogaolist1 .bgTab {
    height: 60px;
    position: relative;
    padding: 0 70px;
}

.survey1 .baogaolist1 .bgTab div {
    text-align: center;
    margin: 0 1px;
}

.survey1 .baogaolist1 .bgTab div em {
    font-size: 24px;
    color: #fff;
}

.survey1 .baogaolist1 .bgTab .slick-slide {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background-color: #ccc;
    outline: none;
}

.survey1 .baogaolist1 .bgTab .slick-current {
    background-color: #005faf;
}

.survey1 .baogaolist1 .bgTab .slick-slide:hover {
    background-color: #005faf;
}

.survey1 .baogaolist1 .slick-prev {
    background: url(../Images/PSimages/ico19_1prev.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.survey1 .baogaolist1 .slick-prev:hover {
    background: url(../Images/PSimages/ico19_1prevon.png) center no-repeat;
}

.survey1 .baogaolist1 .slick-next {
    background: url(../Images/PSimages/ico19_1next.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.survey1 .baogaolist1 .slick-next:hover {
    background: url(../Images/PSimages/ico19_1nexton.png) center no-repeat;
}

.survey1 .baogaolist1 .baogaocon {
    margin-top: 30px;
    border-top: 1px #e5e5e5 solid;
}

.survey1 .baogaolist1 .baogaocon li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.survey1 .baogaolist1 .baogaocon li .box:hover {
    background-color: #e5e5e5;
}

.survey1 .baogaolist1 .baogaocon li .time {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.survey1 .baogaolist1 .baogaocon li .time h3 {
    font-size: 36px;
    color: #005faf;
    padding-top: 15px;
}

.survey1 .baogaolist1 .baogaocon li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.survey1 .baogaolist1 .baogaocon li .text {
    padding-left: 110px;
}

.survey1 .baogaolist1 .baogaocon li .text h2 {
    font-size: 24px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: inherit;
}

.survey1 .baogaolist1 .baogaocon li .text h2 a {
    color: #333;
}

.survey1 .baogaolist1 .baogaocon li .text h2 a:hover {
    color: #005faf;
}

.survey1 .baogaolist1 .baogaocon li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.survey1 .baogaolist1 .baogaocon .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.survey1 .baogaolist1 .baogaocon .Nmore .imgon {
    display: none;
}

.survey1 .baogaolist1 .baogaocon .Nmore:hover {
    background-color: #005faf;
}

.survey1 .baogaolist1 .baogaocon .Nmore:hover .imgon {
    display: inline-block;
}

.survey1 .baogaolist1 .baogaocon .Nmore:hover .imgoff {
    display: none;
}

.survey1 .baogaolist1 .baogaocon .phmore {
    display: none;
}

.ask1 {}

.ask1 .left {
    width: 820px;
    float: left;
}

.ask1 .right {
    width: 270px;
    min-height: 400px;
    float: right;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background: url(../Images/PSimages/limg19_1bg.jpg) no-repeat left top;
}

.ask1 .right .title {
    padding-bottom: 30px;
}

.ask1 .right .title h3 {
    font-size: 16px;
    padding-bottom: 10px;
}

.ask1 .right .title p {
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.3;
}

.ask1 .right .text {
    font-size: 14px;
    line-height: 2;
}

.ask1 .right .txt {
    font-size: 14px;
    line-height: 2;
}

.ask1 .right .txt p {
    background: url(../Images/PSimages/ico19_1hr.png) no-repeat left 8px;
    padding-left: 10px;
}

.ask1 .baogaolist1 {
    padding-bottom: 100px;
}

.ask1 .baogaolist1 .bgTab {
    height: 60px;
    position: relative;
    padding: 0 70px;
}

.ask1 .baogaolist1 .bgTab div {
    text-align: center;
    margin: 0 1px;
}

.ask1 .baogaolist1 .bgTab div em {
    font-size: 24px;
    color: #fff;
}

.ask1 .baogaolist1 .bgTab .slick-slide {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background-color: #ccc;
    outline: none;
}

.ask1 .baogaolist1 .bgTab .slick-current {
    background-color: #005faf;
}

.ask1 .baogaolist1 .bgTab .slick-slide:hover {
    background-color: #005faf;
}

.ask1 .baogaolist1 .slick-prev {
    background: url(../Images/PSimages/ico19_1prev.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.ask1 .baogaolist1 .slick-prev:hover {
    background: url(../Images/PSimages/ico19_1prevon.png) center no-repeat;
}

.ask1 .baogaolist1 .slick-next {
    background: url(../Images/PSimages/ico19_1next.png) center no-repeat;
    width: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    text-indent: 2000px;
    border: none;
    outline: none;
    z-index: 222
}

.ask1 .baogaolist1 .slick-next:hover {
    background: url(../Images/PSimages/ico19_1nexton.png) center no-repeat;
}

.ask1 .baogaolist1 .baogaocon {
    margin-top: 30px;
    border-top: 1px #e5e5e5 solid;
}

.ask1 .baogaolist1 .baogaocon li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.ask1 .baogaolist1 .baogaocon li .box:hover {
    background-color: #e5e5e5;
}

.ask1 .baogaolist1 .baogaocon li .time {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.ask1 .baogaolist1 .baogaocon li .time h3 {
    font-size: 36px;
    color: #005faf;
    padding-top: 15px;
}

.ask1 .baogaolist1 .baogaocon li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.ask1 .baogaolist1 .baogaocon li .text {
    padding-left: 110px;
}

.ask1 .baogaolist1 .baogaocon li .text h2 {
    font-size: 24px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: inherit;
}

.ask1 .baogaolist1 .baogaocon li .text h2 a {
    color: #333;
}

.ask1 .baogaolist1 .baogaocon li .text h2 a:hover {
    color: #005faf;
}

.ask1 .baogaolist1 .baogaocon li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.ask1 .baogaolist1 .baogaocon li .text p {
    font-size: 14px;
    color: #888;
}

.ask1 .baogaolist1 .baogaocon .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.ask1 .baogaolist1 .baogaocon .Nmore .imgon {
    display: none;
}

.ask1 .baogaolist1 .baogaocon .Nmore:hover {
    background-color: #005faf;
}

.ask1 .baogaolist1 .baogaocon .Nmore:hover .imgon {
    display: inline-block;
}

.ask1 .baogaolist1 .baogaocon .Nmore:hover .imgoff {
    display: none;
}

.ask1 .baogaolist1 .baogaocon .phmore {
    display: none;
}

.personnel1 {
    padding-bottom: 70px;
}

.personnel1 .contentbox .text {
    width: 550px;
    float: left;
}

.personnel1 .contentbox .text h2 {
    font-weight: inherit;
    font-size: 30px;
    color: #005faf;
    padding-bottom: 10px;
}

.personnel1 .contentbox .text h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    padding-top: 30px;
}

.personnel1 .contentbox .text .txt {
    font-size: 14px;
    line-height: 2;
}

.personnel1 .contentbox .imgDiv {
    width: 500px;
    float: right;
}

.personnel2 {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.personnel2 .title {
    padding-bottom: 60px;
    text-align: center;
}

.personnel2 .title h3 {
    font-size: 30px;
    color: #005faf;
    font-weight: inherit;
    padding-bottom: 10px;
}

.personnel2 .title p {
    font-size: 14px;
}

.personnel2 .list ul {
    width: 1300px;
}

.personnel2 .list li {
    width: 25%;
    float: left;
}

.personnel2 .list li .box {
    margin-right: 100px;
    text-align: center;
}

.personnel2 .list li .txt {
    padding-top: 25px;
}

.personnel2 .list li .txt h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.personnel2 .list li .txt p {
    font-size: 14px;
    color: #999;
    line-height: 2;
}

.welfare1 {
    padding-bottom: 100px;
}

.welfare1 .con1 {
    padding-bottom: 60px;
}

.welfare1 .con1 .text {
    width: 505px;
    float: left;
    padding: 40px;
    height: 238px;
}

.welfare1 .con1 .text h3 {
    font-weight: inherit;
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../Images/PSimages/ico20_7bg.png) repeat-x bottom;
}

.welfare1 .con1 .text p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.welfare1 .con1 .text01 {
    background: url(../Images/PSimages/ico20_5bg.png) no-repeat right bottom;
    background-color: #54cfbf;
}

.welfare1 .con1 .text02 {
    background: url(../Images/PSimages/ico20_6bg.png) no-repeat right bottom;
    background-color: #5da7e5;
    margin-left: 29px;
}

.welfare1 .con2 {
    padding-top: 50px;
    border-top: 1px #ddd solid;
}

.welfare1 .con2 .title {
    padding-bottom: 35px;
    text-align: center;
    font-size: 30px;
    color: #005faf;
}

.welfare1 .con2 .list ul {
    width: 1230px;
}

.welfare1 .con2 .list li {
    width: 33.33%;
    float: left;
}

.welfare1 .con2 .list li .box {
    margin-right: 30px;
}

.welfare1 .con2 .list li .imgDiv {
    overflow: hidden;
}

.welfare1 .con2 .list li .imgDiv img {
    width: 100%;
    transition: ease 3s;
    -webkit-transition: ease 3s;
    -moz-transition: ease 3s;
    -ms-transition: ease 3s;
    -o-transition: ease 3s;
}

.welfare1 .con2 .list li .imgDiv:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.welfare1 .con2 .list li .text {
    display: block;
    height: 90px;
    border: 1px #ddd solid;
    padding: 30px;
    text-align: center;
}

.welfare1 .con2 .list li .text h3 {
    font-size: 24px;
    color: #333;
    font-weight: inherit;
    padding-bottom: 10px;
}

.welfare1 .con2 .list li .text p {
    font-size: 14px;
}

.welfare1 .con2 .list li .text:hover {
    background-color: #005faf;
    border: 1px #005faf solid;
}

.welfare1 .con2 .list li .text:hover h3 {
    color: #fff;
}

.welfare1 .con2 .list li .text:hover p {
    color: #fff;
}

.train1 {
    padding-bottom: 100px;
}

.train1 .title01 {
    font-size: 30px;
    color: #005faf;
    padding-bottom: 50px;
    text-align: center;
}

.train1 .tlist .imgDiv {
    margin: 0 13px;
}

.train1 .tlist .imgDiv img {
    width: 100%;
}

.train1 .tlist .slick-next {
    position: absolute;
    z-index: 2;
    background: url(../Images/PSimages/ico5_next.png) no-repeat center;
    width: 50px;
    height: 50px;
    right: -100px;
    top: 50%;
    margin-top: -25px;
}

.train1 .tlist .slick-next:hover {
    background: url(../Images/PSimages/ico5_nexton.png) no-repeat center;
}

.train1 .tlist .slick-prev {
    position: absolute;
    z-index: 2;
    background: url(../Images/PSimages/ico5_prev.png) no-repeat center;
    width: 50px;
    height: 50px;
    left: -100px;
    top: 50%;
    margin-top: -25px;
}

.train1 .tlist .slick-prev:hover {
    background: url(../Images/PSimages/ico5_prevon.png) no-repeat center;
}

.train1 .tlist .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.train1 .tlist .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
}

.train1 .tlist .slick-dots .slick-active {
    background-color: #005faf;
}

.train1 .nlist {}

.train1 .nlist li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.train1 .nlist li .box:hover {
    background-color: #e5e5e5;
}

.train1 .nlist li .time {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.train1 .nlist li .time h3 {
    font-size: 36px;
    color: #005faf;
    padding-top: 15px;
}

.train1 .nlist li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.train1 .nlist li .text {
    padding-left: 110px;
}

.train1 .nlist li .text h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.train1 .nlist li .text h2 a {
    color: #333;
}

.train1 .nlist li .text h2 a:hover {
    color: #005faf;
}

.train1 .nlist li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.train1 .nlist li .text p {
    font-size: 12px;
    color: #888;
}

.train1 .nlist .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.train1 .nlist .Nmore .imgon {
    display: none;
}

.train1 .nlist .Nmore:hover {
    background-color: #005faf;
}

.train1 .nlist .Nmore:hover .imgon {
    display: inline-block;
}

.train1 .nlist .Nmore:hover .imgoff {
    display: none;
}

.train1 .nlist .phmore {
    display: none;
}

.jod1 {
    padding-bottom: 100px;
}

.jod1 .contentbox {}

.jod1 .contentbox .titletab {
    height: 70px;
    line-height: 70px;
    background-color: #f5f5f5;
    font-size: 16px;
}

.jod1 .contentbox .titletab dd {
    background: url(../Images/PSimages/ico21_1hr.png) no-repeat right center;
}

.jod1 .contentbox .titletab dd:last-child {
    background: none;
}

.jod1 .contentbox .titletab img {
    padding-right: 10px;
    padding-left: 20px;
}

.jod1 .contentbox dd {
    width: 20%;
    float: left;
}

.jod1 .contentbox li {
    background: url(../Images/PSimages/ico21_2hr.png) repeat-x bottom left;
}

.jod1 .contentbox li:hover,
.jod1 .contentbox li.bgNow {
    background: none;
}

.jod1 .contentbox li a {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #999;
}

.jod1 .contentbox li a:hover {
    background-color: #005faf;
    color: #fff;
    font-weight: bold;
}

.jod1 .contentbox li a:hover dd:first-child {
    color: #fff;
}

.jod1 .contentbox li dd:first-child {
    color: #444;
}

.jod1 .contentbox li dd p {
    padding-left: 20px;
}

.jod1 .listad .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.jod1 .listad .Nmore .imgon {
    display: none;
}

.jod1 .listad .Nmore:hover {
    background-color: #005faf;
}

.jod1 .listad .Nmore:hover .imgon {
    display: inline-block;
}

.jod1 .listad .Nmore:hover .imgoff {
    display: none;
}

.jod1 .listad .phmore {
    display: none;
}

.jodshow1 {
    padding-bottom: 100px;
}

.jodshow1 h1 {
    font-size: 24px;
    color: #005faf;
}

.jodshow1 .txt {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px #ddd solid;
    font-size: 16px;
}

.jodshow1 .txt span {
    padding-right: 100px;
}

.jodshow1 .text {
    padding-left: 30px;
    padding-bottom: 40px;
    line-height: 2;
}

.jodshow1 .text h3 {
    font-size: 16px;
    color: #5d5d5d;
}

.jodshow1 .text p {
    font-size: 16px;
    color: #5d5d5d;
}

.jodshow1 .text01 {
    background: url(../Images/PSimages/ico21_7bg.png) no-repeat left 9px;
}

.jodshow1 .text02 {
    background: url(../Images/PSimages/ico21_8bg.png) no-repeat left 7px;
}

.jodshow1 .submit {
    padding-left: 30px;
    height: 45px;
}

.jodshow1 .submit .btn {
    display: block;
    float: left;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #018843;
    margin-right: 20px;
}

.jodshow1 .submit .btn1 {
    background-color: #999;
}

.jodshow1 .submit .btn:hover {
    text-decoration: underline;
}

.contactus1 {
    padding-bottom: 100px;
}

.contactus1 .contop {
    padding-bottom: 60px;
}

.contactus1 .contop .text {
    float: left;
}

.contactus1 .contop .text h3 {
    font-size: 30px;
    color: #005faf;
    font-weight: inherit;
    padding-bottom: 20px;
}

.contactus1 .contop .text p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.contactus1 .contop .text p em {
    display: block;
    width: 25px;
    float: left;
}

.contactus1 .contop .code {
    float: right;
    border: 1px #ddd solid;
    padding: 20px;
    text-align: center;
}

.contactus1 .contop .code h3 {
    font-size: 16px;
    color: #333;
    font-weight: inherit;
    padding: 10px 0;
}

.contactus1 .contop .code p {
    color: #888;
}

.contactus1 .listmap {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px #ddd solid;
}

.contactus1 .listmap li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.contactus1 .listmap li h3 {
    font-size: 24px;
    color: #333;
    font-weight: inherit;
    padding-bottom: 20px;
}

.contactus1 .listmap li p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.contactus1 .listmap li p em {
    display: block;
    width: 25px;
    float: left;
}

.contactus1 .listmap li .look {
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #005faf;
    margin-top: 10px;
}

.contactus1 .listmap li .look:hover {
    text-decoration: underline;
}

.worldtitle {
    padding-top: 70px;
}

.world1 {
    padding-bottom: 100px;
}

.world1 .title {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 40px;
}

.world1 li {
    padding-bottom: 20px;
}

.world1 li .top {
    font-size: 14px;
    line-height: 2;
}

.world1 li .textbox {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
}

.world1 li .textbox p {
    font-size: 14px;
    padding-top: 10px;
    width: 613px;
    text-align: center;
}

.world1 .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.world1 .Nmore .imgon {
    display: none;
}

.world1 .Nmore:hover {
    background-color: #005faf;
}

.world1 .Nmore:hover .imgon {
    display: inline-block;
}

.world1 .Nmore:hover .imgoff {
    display: none;
}

.world1 .phmore {
    display: none;
}

.history1 {
    position: relative;
}

.history1 li {
    position: absolute;
}

.history1 li h3 {
    font-size: 22px;
    color: #333;
    font-weight: inherit;
    padding-bottom: 5px;
}

.history1 li p {
    font-size: 14px;
    line-height: 2;
}

.history1 li p em {
    color: #005faf;
}

.history1 li:nth-child(1) {
    top: 10px;
    left: 410px;
}

.history1 li:nth-child(1) h3 {
    float: left;
}

.history1 li:nth-child(1) p {
    float: left;
    padding-left: 20px;
}

.history1 li:nth-child(2) {
    top: 67px;
    left: 687px;
}

.history1 li:nth-child(3) {
    top: 208px;
    right: 630px;
    text-align: right;
}

.history1 li:nth-child(4) {
    top: 338px;
    left: 687px;
}

.history1 li:nth-child(5) {
    top: 442px;
    left: 170px;
}

.history1 li:nth-child(6) {
    top: 556px;
    left: 475px;
}

.history1 li:nth-child(6) h3 {
    float: left;
}

.history1 li:nth-child(6) p {
    float: left;
    padding-left: 20px;
}

.history1 li:nth-child(7) {
    top: 644px;
    left: 115px;
}

.history1 li:nth-child(8) {
    top: 644px;
    left: 676px;
}

.history1 li:nth-child(9) {
    top: 770px;
    left: 520px;
}

.history1 li:nth-child(9) h3 {
    float: left;
}

.history1 li:nth-child(9) p {
    float: left;
    padding-left: 20px;
}

.history1 li:nth-child(10) {
    top: 864px;
    left: 160px;
}

.history1 li:nth-child(11) {
    top: 864px;
    left: 847px;
}

.history1 li:nth-child(12) {
    top: 1050px;
    left: 140px;
}

.history1 li:nth-child(13) {
    top: 1050px;
    left: 664px;
}

.history1 li:nth-child(14) {
    top: 1250px;
    left: 840px;
}

.history1 li:nth-child(15) {
    top: 1250px;
    left: 100px;
}

.history1 li:nth-child(16) {
    top: 1425px;
    left: 668px;
}

.history1 li:nth-child(17) {
    top: 1631px;
    left: 310px;
    text-align: right;
}

.history1 .dibox {
    position: absolute;
    bottom: 60px;
    left: 568px;
    font-size: 18px;
}

.history1 .dibox em {
    color: #005faf;
}

.search1 {
    padding-bottom: 140px;
}

.search1 .title {
    padding: 60px 0;
    font-size: 18px;
    color: #333;
}

.search1 .title a {
    color: #333;
}

.search1 .title a:hover {
    color: #005faf;
}

.search1 .title em {
    color: #005faf;
}

.search1 .title span {
    padding: 0 5px;
}

.search1 li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px #e5e5e5 solid;
}

.search1 li .time {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.search1 li .time h3 {
    font-size: 36px;
    color: #005faf;
    padding-top: 15px;
}

.search1 li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.search1 li .text {
    padding-left: 110px;
}

.search1 li .text h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 5px;
}

.search1 li .text h2 a {
    color: #333;
}

.search1 li .text h2 a:hover {
    color: #005faf;
}

.search1 li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.search1 li .text p {
    color: #888;
}

.search1 .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.search1 .Nmore .imgon {
    display: none;
}

.search1 .Nmore:hover {
    background-color: #005faf;
}

.search1 .Nmore:hover .imgon {
    display: inline-block;
}

.search1 .Nmore:hover .imgoff {
    display: none;
}

.message1 {
    padding-top: 60px;
    padding-bottom: 120px;
}

.message1 .toptitle {
    font-size: 14px;
    padding-bottom: 30px;
    text-align: center;
}

.message1 .imgDiv {
    float: left;
}

.message1 .form {
    padding-left: 550px;
}

.message1 .form em {
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.message1 .form .box {
    padding-left: 50px;
    position: relative;
}

.message1 .form li {
    margin-bottom: 20px;
}

.message1 .form .input1 {
    display: block;
    width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 10px;
    color: #666;
    border: 1px #d9d9d9 solid;
}

.message1 .form span {
    position: absolute;
    top: 10px;
    right: 14%;
    color: #ff0000;
    font-size: 18px;
}

.message1 .form textarea {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    font-size: 14px;
    text-indent: 10px;
    color: #666;
    line-height: 1.5;
    font-family: '微软雅黑';
    border: 1px #d9d9d9 solid;
}

.message1 .form .btn1 {
    width: 120px;
    height: 45px;
    line-height: 45px;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #005faf;
}

.message1 .form .btn1:hover {
    text-decoration: underline;
}

.complaint1 {
    padding-top: 110px;
    padding-bottom: 80px;
    background: url(../Images/PSimages/nimg1920_2bg.jpg) no-repeat center;
}

.complaint1 .bg {
    position: relative;
    width: 950px;
    height: 610px;
    margin: 0 auto;
    background: url(../Images/PSimages/nimg954_bg.jpg) no-repeat center;
}

.complaint1 .tsbox {
    position: absolute;
    width: 570px;
    height: 380px;
    left: 50%;
    top: 50%;
    margin-left: -285px;
    margin-top: -190px;
    border: 10px #000 solid;
    background: url(../Images/PSimages/nimg1920_2bg.jpg) no-repeat center;
}

.complaint1 .tsbox .box {
    padding: 30px 65px;
}

.complaint1 .tsbox .title {
    font-size: 16px;
    color: #3a3a3a;
    padding-bottom: 30px;
}

.complaint1 .tsbox .txt {
    padding-bottom: 20px;
}

.complaint1 .tsbox .txt select {
    font-family: '微软雅黑';
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-indent: 10px;
    color: #3a3a3a;
    border: 1px #000 solid;
}

.complaint1 .tsbox .txt select option {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.complaint1 .tsbox .txt textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
    line-height: 2;
    font-size: 14px;
    text-indent: 10px;
    color: #3a3a3a;
    border: 1px #000 solid;
}

.complaint1 .tsbox .btn {
    display: block;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #000;
    font-size: 16px;
    color: #fff;
}

.complaint1 .tsbox .btn:hover {
    text-decoration: underline;
}

.sitemap1 {
    padding-top: 110px;
    padding-bottom: 80px;
    background: url(../Images/PSimages/nimg1920_2bg.jpg) no-repeat center;
}

.sitemap1 .title {
    font-size: 28px;
    color: #181818;
    text-align: center;
    padding-bottom: 20px;
    background: url(../Images/PSimages/ico6_1hr.png) repeat-x bottom;
}

.sitemap1 li {
    width: 200px;
    min-height: 110px;
    margin-right: 30px;
    float: left;
    background: url(../Images/PSimages/ico6_2hr.png) repeat-y right;
    margin-top: 80px;
}

.sitemap1 li:nth-child(5) {
    background: none;
}

.sitemap1 li:nth-child(7) {
    background: none;
}

.sitemap1 li {
    font-size: 14px;
}

.sitemap1 li a {
    color: #3a3a3a;
    display: block;
}

.sitemap1 li a:hover {
    color: #005faf;
}

.sitemap1 li dd a {
    padding-left: 15px;
    background: url(../Images/PSimages/ico6_4bg.png) no-repeat left center;
}

.sitemap1 li dd a:hover {
    background: url(../Images/PSimages/ico6_4bgon.png) no-repeat left center;
}

.sitemap1 li h3 {
    padding-bottom: 10px;
}

.sitemap1 li dd {
    line-height: 2;
}

.trainimg {
    display: none;
    position: absolute;
    z-index: 999;
    width: 800px;
    background-color: #fff;
}

.trainimg .imgDiv {
    padding: 15px;
}

.trainimg .close {
    position: absolute;
    right: -30px;
    top: -30px;
}

.search2 {
    padding-bottom: 140px;
}

.search2 .title {
    padding: 60px 0;
    font-size: 18px;
    color: #333;
}

.search2 .title a {
    color: #333;
}

.search2 .title a:hover {
    color: #005faf;
}

.search2 .title em {
    color: #005faf;
}

.search2 .title span {
    padding: 0 5px;
}

.search2 ul {
    width: 1215px;
}

.search2 .list li {
    width: 25%;
    float: left;
}

.search2 .list li .box {
    margin-right: 15px;
}

.search2 .list li .imgDiv {
    overflow: hidden;
}

.search2 .list li .imgDiv img {
    width: 100%;
    transition: ease 3s;
    -webkit-transition: ease 3s;
    -moz-transition: ease 3s;
    -ms-transition: ease 3s;
    -o-transition: ease 3s;
}

.search2 .list li .imgDiv:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.search2 .list li .name {
    min-height: 60px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.search2 .list .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.search2 .list .Nmore .imgon {
    display: none;
}

.search2 .list .Nmore:hover {
    background-color: #005faf;
}

.search2 .list .Nmore:hover .imgon {
    display: inline-block;
}

.search2 .list .Nmore:hover .imgoff {
    display: none;
}

.search2 .list .phmore {
    display: none;
}

.search3 {
    padding-bottom: 140px;
}

.search3 .title {
    padding: 60px 0;
    font-size: 18px;
    color: #333;
}

.search3 .title a {
    color: #333;
}

.search3 .title a:hover {
    color: #005faf;
}

.search3 .title em {
    color: #005faf;
}

.search3 .title span {
    padding: 0 5px;
}

.search3 li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px #e5e5e5 solid;
}

.search3 li .time {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #e5e5e5;
    float: left;
}

.search3 li .time h3 {
    font-size: 27px;
    color: #005faf;
    padding-top: 15px;
}

.search3 li .time p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.search3 li .text {
    padding-left: 110px;
}

.search3 li .text h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 5px;
    padding-top: 15px;
}

.search3 li .text h2 a {
    color: #333;
}

.search3 li .text h2 a:hover {
    color: #005faf;
}

.search3 li .text .author {
    color: #888;
    padding-bottom: 5px;
}

.search3 li .text p {
    color: #888;
}

.search3 .Nmore {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 30px;
}

.search3 .Nmore .imgon {
    display: none;
}

.search3 .Nmore:hover {
    background-color: #005faf;
}

.search3 .Nmore:hover .imgon {
    display: inline-block;
}

.search3 .Nmore:hover .imgoff {
    display: none;
}

.searchA {
    text-align: center;
    padding-top: 80px;
    margin: 0 300px;
}

.searchA li {
    width: 33%;
    float: left;
    font-size: 24px;
}

.searchA li a {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #005faf;
    border: 1px #ddd solid;
}

.searchA li a:hover,
.searchA li.liNow a {
    background-color: #005faf;
    color: #fff;
    border: 1px #005faf solid;
}

.pagebox .wal {
    height: 40px;
    margin-top: 30px;
    position: relative;
}

.pagebox .prev {
    position: absolute;
    left: 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    width: 120px;
    font-size: 16px;
    text-align: center;
    background-color: #e5e5e5;
    color: #005faf;
}

.pagebox .next {
    position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    width: 120px;
    font-size: 16px;
    text-align: center;
    background-color: #e5e5e5;
    color: #005faf;
}

.pagebox a:hover {
    background-color: #005faf;
    color: #fff;
}