@charset "gb2312";
* {
    text-align: justify;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.label1 {
    display: table-cell;
    vertical-align: middle;
}

.label1 .label2 {
    display: inline-block;
}

.header {
    width: 100%;
    height: 95px;
    position: relative;
}

.header .top {
    width: 100%;
    background-image: url(imgindexicon2_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    position: relative;
}

.header .top img {
    max-height: 100%;
}

.header .bot {
    width: 100%;
    position: absolute;
    top: 95px;
    background: url("imgindexicon2_04.png");
    background: rgba(238, 238, 238, 0.8);
    height: 55px;
    z-index: 101;
}

.header .bot .left {
    margin-left: 280px;
    float: left;
}

.header .bot .left .nav-list {
    float: left;
    margin: 0 15px;
    position: relative;
}

.header .bot .left .nav-list > a {
    padding: 0 5px;
    display: block;
    height: 52px;
    border-bottom: 3px solid rgba(238, 238, 238, 0);
    font-size: 16px;
    line-height: 52px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color;
    -webkit-transition-property: border-color;
    -ms-transition-property: border-color;
    -o-transition-property: border-color;
}

.header .bot .left .nav-list ul {
    position: absolute;
    display: none;
    left: -35px;
    width: 140px;
    top: 55px;
    background: url(imgindexicon18_03.png) no-repeat top center/9px 8px;
    padding-top: 8px;
}

.header .bot .left .nav-list li {
    height: 40px;
    width: 100%;
    background: #fff;
    border-bottom: 1px dotted #ebebeb;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.header .bot .left .nav-list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.header .bot .left .nav-list li:last-child {
    border-width: 0;
}

.header .bot .left .nav-list li:hover a,
.header .bot .left .nav-list li.on a {
    color: #0075b8;
}

.header .bot .left .nav-list:hover > a,
.header .bot .left .nav-list.on > a {
    border-color: #b31b2a;
}

.header .bot .tel {
    float: left;
    font-size: 12px;
    line-height: 55px;
    color: #666666;
    margin-left: 15px;
    background: url(imgindexicon17_03.png) no-repeat left center/19px 20px;
    padding-left: 25px;
}

.header .bot .right {
    float: left;
    height: 35px;
    margin-left: 20px;
    margin-top: 10px;
}

.header .bot .right input[type=text] {
    width: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    height: 35px;
    float: left;
    border-width: 0;
    background: none;
    background: rgba(238, 238, 238, 0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background width;
    -webkit-transition-property: background width;
    -ms-transition-property: background width;
    -o-transition-property: background width;
}

.header .bot .right input[type=submit] {
    width: 35px;
    height: 35px;
    background: url(imgindexicon3_09.png);
    background-repeat: no-repeat;
    border-width: 0;
    background-position: center center;
    background-size: 19px 19px;
    float: left;
    border: 1px solid rgba(238, 238, 238, 0);
}

.header .bot .right:hover input[type=text] {
    width: 100px;
    background: rgba(238, 238, 238, 0.6);
}

.footer {
    border-top: 10px solid #1b1b1b;
    width: 100%;
    background: #333333;
}

.footer .top {
    padding: 25px 0 40px;
}

.footer .top .left {
    float: left;
    width: 800px;
    padding: 0 20px;
    border-right: 1px solid #717171;
}

.footer .top .left li {
    margin: 0 50px;
    margin-top: 25px;
    float: left;
}

.footer .top .left li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 26px;
    color: rgba(153, 153, 153, 0.8);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.footer .top .left li a:hover {
    color: #fff;
}

.footer .top .left li a.tit {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .top .right {
    margin-left: 40px;
    float: left;
}

.footer .top .right li {
    margin: 30px 20px 0;
    width: 106px;
    float: left;
}

.footer .top .right li div {
    width: 106px;
    height: 106px;
}

.footer .top .right li div img {
    width: 100%;
    height: 100%;
}

.footer .top .right li p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 15px;
}

.footer .bot {
    padding: 22px 0;
    border-top: 1px solid #717171;
    border-top: 1px solid, rgba(255, 255, 255, 0.3);
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer .bot p {
    color: #717171;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer .bot a {
    color: #717171;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.3);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.footer .bot a:hover {
    color: #fff;
}

.page0 {
    width: 100%;
}

.page0 .banner {
    width: 100%;
    height: 580px;
}

.page0 .banner li {
    width: 100%;
    height: 100%;
    position: relative;
}

.page0 .banner .img {
    width: 100%;
    height: 100%;
}

.page0 .banner .img img {
    width: 100%;
    height: 100%;
}

.page0 .banner .font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.page0 .banner .font .label1 {
    text-align: center;
}

.page0 .banner .font .label2 {
    width: 1200px;
}

.page0 .banner .font p {
    width: 550px;
    text-align: left;
}

.page0 .banner .font .p1 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
}

.page0 .banner .font .p2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.page0 .banner .font span {
    display: block;
    width: 35px;
    height: 7px;
    background: #fff;
    margin-top: 20px;
}
/*.swiper-pagination-bullet*/
.page0 .banner .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    border-radius: 0;
    margin: 0 5px;
    background: none;
    background-image: url(imgindexicon4_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    opacity: 1;
    opacity: 1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page0 .banner .swiper-pagination-bullet-active {
    background-image: url(imgindexicon4_05.png);
}

@media screen and (max-width: 1600px) {
    .page0 .banner {
        height: 480px;
    }
}

@media screen and (max-width: 1400px) {
    .page0 .banner {
        height: 420px;
    }
}

@media screen and (max-width: 1200px) {
    .page0 .banner {
        height: 360px;
    }
}

.page0 .list1 {
    width: 100%;
    height: 650px;
    background: url(imgindexpic5_02.jpg) no-repeat left center/100% 100%;
}

.page0 .list1 .left {
    width: 750px;
    padding-top: 30px;
    float: left;
}

.page0 .list1 .left .tit .tit-ch {
    font-size: 24px;
    line-height: 44px;
    color: #b02b30;
}

.page0 .list1 .left .tit .tit-en {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.page0 .list1 .left .news-list {
    width: 100%;
    padding-top: 50px;
    top: -50px;
}

.page0 .list1 .left .news-list li {
    margin: 20px 0;
    width: 100%;
    height: 90px;
}

.page0 .list1 .left .news-list li .news-left {
    width: 86px;
    height: 86px;
    border: 2px solid #316db5;
    background: #fff;
    float: left;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page0 .list1 .left .news-list li .news-left .p1 {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list1 .left .news-list li .news-left .p2 {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    margin-top: 5px;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list1 .left .news-list li .news-right {
    margin-left: 50px;
    width: 600px;
    float: left;
    position: relative;
    left: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left;
    -webkit-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.page0 .list1 .left .news-list li .news-right .p1 {
    font-size: 18px;
    line-height: 38px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page0 .list1 .left .news-list li .news-right .p2 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
}

.page0 .list1 .left .news-list li:hover .news-left {
    background: #316db5;
}

.page0 .list1 .left .news-list li:hover .news-left .p1,
.page0 .list1 .left .news-list li:hover .news-left .p2 {
    color: #fff;
}

.page0 .list1 .left .news-list li:hover .news-right {
    left: 25px;
}

.page0 .list1 .left .news-list .swiper-pagination {
    top: 30px;
    right: 0;
    left: auto;
    text-align: right;
    z-index: 0;
}

.page0 .list1 .left .news-list .swiper-pagination-bullet {
    border-radius: 0;
    width: 14px;
    height: 14px;
    background: none;
    background-image: url(imgindexicon5_08.png);
    background-size: 100% 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page0 .list1 .left .news-list .swiper-pagination-bullet-active {
    background: url(imgindexicon5_06.png) no-repeat left center/100% 100%;
}

.page0 .list1 .left .bot {
    width: 100%;
}

.page0 .list1 .left .bot a {
    display: block;
    float: right;
}

.page0 .list1 .left .bot a p {
    font-size: 12px;
    line-height: 25px;
    color: #0070b8;
    float: left;
    width: 55px;
    text-align: center;
    height: 25px;
}

.page0 .list1 .left .bot a span {
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
}

.page0 .list1 .left .bot a span img {
    width: 25px;
    height: 19px;
    margin-top: 3px;
    position: relative;
    left: 0;
    display: inherit;
}

.page0 .list1 .left .bot a:hover span img {
    -webkit-animation: indexNews 1s linear both infinite;
    -moz-animation: indexNews 1s linear both infinite;
    -ms-animation: indexNews 1s linear both infinite;
    -o-animation: indexNews 1s linear both infinite;
    animation: indexNews 1s linear both infinite;
}

.page0 .list1 .right {
    width: 365px;
    background: #2495e4;
    float: right;
    position: relative;
    top: -130px;
    z-index: 1;
    padding: 25px 0;
}

.page0 .list1 .right .top {
    width: 100%;
    height: 105px;
}

.page0 .list1 .right .top .t1 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-top: 20px;
}

.page0 .list1 .right .top .p1 {
    color: #fff;
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.page0 .list1 .right .top div {
    float: left;
    margin-left: 25px;
}

.page0 .list1 .right .top span {
    width: 27px;
    height: 17px;
    display: block;
    overflow: hidden;
    margin-right: 45px;
    margin-top: 30px;
    float: right;
}

.page0 .list1 .right .top span img {
    width: 27px;
    height: 17px;
    display: inherit;
    position: relative;
    left: 0;
}

.page0 .list1 .right li {
    padding: 25px;
    background: #2495e4;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page0 .list1 .right li span {
    width: 70px;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    background: #0075b8;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page0 .list1 .right li .ch {
    float: left;
    margin-left: 35px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.page0 .list1 .right li:hover {
    background: #b02b30;
}

.page0 .list1 .right li:hover span {
    background: #b02b30;
}
.page0 .list1 .left  .swiper-container-horizontal>.swiper-pagination-bullets{
	position: absolute;
	right: 0;
	top: 30px;
	width: auto;
	left: auto;
}
.page0 .list1 .right:hover .top span img {
    -webkit-animation: indexUrl 1s linear both infinite;
    -moz-animation: indexUrl 1s linear both infinite;
    -ms-animation: indexUrl 1s linear both infinite;
    -o-animation: indexUrl 1s linear both infinite;
    animation: indexUrl 1s linear both infinite;
}

.page0 .list2 {
    width: 100%;
    height: 400px;
}

.page0 .list2 .indexAbout {
    width: 100%;
    height: 400px;
    position: relative;
}

.page0 .list2 .indexAbout .img {
    width: 100%;
    height: 100%;
}

.page0 .list2 .indexAbout .img img {
    width: 100%;
    height: 100%;
}

.page0 .list2 .indexAbout .con {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 695px;
    height: 430px;
}

.page0 .list2 .indexAbout .con .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page0 .list2 .indexAbout .con .tit-en {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-left: 125px;
    font-weight: bold;
    margin-top: 75px;
    font-family: Arial;
    position: relative;
    z-index: 1;
}

.page0 .list2 .indexAbout .con .tit-ch {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-top: 25px;
    margin-left: 125px;
    position: relative;
    z-index: 1;
}

.page0 .list2 .indexAbout .con .c1 {
    width: 460px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin-top: 35px;
    margin-left: 135px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3;
    /** 显示的行数 **/
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.page0 .list2 .indexAbout .con .more {
    margin-top: 90px;
    margin-left: 135px;
    width: 145px;
    height: 40px;
    background: #fff;
    display: block;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
    position: relative;
    z-index: 1;
}

.page0 .list2 .indexAbout .con .more .s1 {
    width: 75px;
    text-align: center;
    height: 100%;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list2 .indexAbout .con .more .s2 {
    width: 70px;
    height: 40px;
    display: block;
    float: left;
    background: url(imgindexicon9_03.png) no-repeat left center/100% 100%;
}

.page0 .list2 .indexAbout .con .more .s2 img {
    width: 25px;
    height: 19px;
    display: inherit;
    margin: 10px 22px;
    position: relative;
    left: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left;
    -webkit-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.page0 .list2 .indexAbout .con .more:hover {
    background: #333333;
}

.page0 .list2 .indexAbout .con .more:hover .s1 {
    color: #fff;
}

.page0 .list2 .indexAbout .con .more:hover .s2 img {
    left: 15px;
}

.page0 .list3 {
    width: 100%;
    height: 400px;
    margin-bottom: 100px;
}

.page0 .list3 .indexNews {
    width: 100%;
    height: 400px;
    position: relative;
}

.page0 .list3 .indexNews .left {
    width: 700px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page0 .list3 .indexNews .left .bg {
    width: 100%;
    height: 430px;
    position: absolute;
    top: 0;
    left: 0;
}

.page0 .list3 .indexNews .left .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.page0 .list3 .indexNews .left li {
    height: 340px;
    margin-left: 145px;
    width: 340px;
    padding-top: 60px;
}

.page0 .list3 .indexNews .left li .p1 {
    font-size: 36px;
    line-height: 36px;
    color: #b31b2a;
    font-family: Arial;
    font-weight: bold;
}

.page0 .list3 .indexNews .left li .p2 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-top: 20px;
}

.page0 .list3 .indexNews .left li label {
    display: block;
    width: 30px;
    height: 2px;
    background: #1b1b1b;
    margin-top: 10px;
}

.page0 .list3 .indexNews .left li .p3 {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list3 .indexNews .left li .p4 {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-top: 15px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list3 .indexNews .left li .more {
    margin-top: 90px;
    margin-left: 135px;
    width: 145px;
    height: 40px;
    background: #fff;
    display: block;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
    position: relative;
    z-index: 1;
}

.page0 .list3 .indexNews .left li .more .s1 {
    width: 75px;
    text-align: center;
    height: 100%;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list3 .indexNews .left li .more .s2 {
    width: 70px;
    height: 40px;
    display: block;
    float: left;
    background: url(imgindexicon9_03.png) no-repeat left center/100% 100%;
}

.page0 .list3 .indexNews .left li .more .s2 img {
    width: 25px;
    height: 19px;
    display: inherit;
    margin: 10px 22px;
    position: relative;
    left: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left;
    -webkit-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.page0 .list3 .indexNews .left li .more:hover {
    background: #333333;
}

.page0 .list3 .indexNews .left li .more:hover .s1 {
    color: #fff;
}

.page0 .list3 .indexNews .left li .more:hover .s2 img {
    left: 15px;
}

.page0 .list3 .indexNews .left li:hover .p3,
.page0 .list3 .indexNews .left li:hover .p4 {
    color: #01458d;
}

.page0 .list3 .indexNews .right {
    width: 600px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.page0 .list3 .indexNews .right li {
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.page0 .list3 .indexNews .right li img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
}

.page0 .list3 .indexNews .right li img.hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.page0 .list3 .indexNews .btn {
    width: 49px;
    height: 28px;
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background-image;
    -webkit-transition-property: background-image;
    -ms-transition-property: background-image;
    -o-transition-property: background-image;
    background-image: url(imgindexicon12_07.png);
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.page0 .list3 .indexNews .btn span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    text-align: center;
    background-position: center center;
    background-size: 16px 12px;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background-image;
    -webkit-transition-property: background-image;
    -ms-transition-property: background-image;
    -o-transition-property: background-image;
}

.page0 .list3 .indexNews .prev {
    top: 145px;
    left: 616px;
}

.page0 .list3 .indexNews .prev span {
    background-image: url(imgdownicon3_03.png);
}

.page0 .list3 .indexNews .next {
    top: 187px;
    left: 648px;
}

.page0 .list3 .indexNews .next span {
    background-image: url(imgindexicon13_07.png);
}

.page0 .list3 .indexNews .prev:hover {
    background-image: url(imgindexicon12_03.png);
}

.page0 .list3 .indexNews .prev:hover span {
    background-image: url(imgindexicon13_03.png);
}

.page0 .list3 .indexNews .next:hover {
    background-image: url(imgindexicon12_03.png);
}

.page0 .list3 .indexNews .next:hover span {
    background-image: url(imgdownicon4_07.png);
}

.page0 .list4 {
    width: 100%;
    height: 565px;
    position: relative;
}

.page0 .list4 .bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page0 .list4 .font {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page0 .list4 .font .left {
    width: 405px;
    float: left;
    margin-left: 80px;
    margin-top: 110px;
}

.page0 .list4 .font .left span {
    display: block;
    float: left;
    height: 2px;
    width: 30px;
    background: #313131;
    margin: 10px 0;
}

.page0 .list4 .font .left .t1 {
    font-size: 36px;
    line-height: 46px;
    color: #333333;
    float: left;
    width: 100%;
}

.page0 .list4 .font .left .t2 {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    float: left;
    margin-top: 20px;
    width: 100%;
    font-weight: bold;
}

.page0 .list4 .font .left .c1 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 100%;
    float: left;
    margin-top: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4;
    /** 显示的行数 **/
    overflow: hidden;
}

.page0 .list4 .font .left a {
    display: block;
    float: right;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list4 .font .left a:hover {
    color: #0075b8;
}

.page0 .list4 .font .right {
    width: 405px;
    float: left;
    margin-left: 80px;
    margin-top: 180px;
}

.page0 .list4 .font .right span {
    display: block;
    float: left;
    height: 2px;
    width: 30px;
    background: #313131;
    margin: 10px 0;
}

.page0 .list4 .font .right .t1 {
    font-size: 36px;
    line-height: 46px;
    float: left;
    color: #333333;
    width: 100%;
}

.page0 .list4 .font .right .t2 {
    font-size: 18px;
    line-height: 28px;
    color: #b31b2a;
    float: left;
    margin-top: 20px;
    width: 100%;

    font-weight: bold;
}

.page0 .list4 .font .right .c1 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 100%;
    float: left;
    margin-top: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
}

.page0 .list4 .font .right a {
    display: block;
    float: right;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list4 .font .right a:hover {
    color: #0075b8;
}

.page0 .list5 {
    padding-top: 70px;
    width: 100%;
    background: #fff;
    padding-bottom: 150px;
}

.page0 .list5 .tit-ch {
    font-size: 24px;
    line-height: 34px;
    color: #b02b30;
    width: 100%;
}

.page0 .list5 .tit-en {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    width: 100%;
    margin-bottom: 100px;
}

.page0 .list5 li {
    width: 360px;
    margin: 0 20px;
    float: left;
    position: relative;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: top transform;
    -webkit-transition-property: top transform;
    -ms-transition-property: top transform;
    -o-transition-property: top transform;
    top: 0;
}

.page0 .list5 li .t1 {
    font-size: 36px;
    line-height: 36px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list5 li .t2 {
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list5 li span {
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 30px;
    background: #666;
}

.page0 .list5 li .t3 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-top: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list5 li .c1 {
    font-size: 12px;
    line-height: 22px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    margin-top: 15px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page0 .list5 li:hover span {
    -webkit-animation: index6 1s ease;
    -moz-animation: index6 1s ease;
    -ms-animation: index6 1s ease;
    -o-animation: index6 1s ease;
    animation: index6 1s ease;
}

.page0 .list6 {
    padding-top: 50px;
    width: 100%;
    background: #fff;
    padding-bottom: 100px;
}

.page0 .list6 .tit-ch {
    font-size: 24px;
    line-height: 34px;
    color: #b02b30;
    width: 100%;
}

.page0 .list6 .tit-en {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    width: 100%;
    margin-bottom: 60px;
}

.page0 .list6 .con {
    width: 1020px;
}

.page0 .list6 li {
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.page0 .list6 li img {
    max-height: 100%;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: gray;
    -webkit-transition-property: gray;
    -ms-transition-property: gray;
    -o-transition-property: gray;
}

.page0 .list6 li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.page0 .list6 .swiper-button-next {
    background-image: url(imgindexicon15_05.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height: 46px;
}

.page0 .list6 .swiper-button-prev {
    background-image: url(imgindexicon15_11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height: 46px;
}

.page0 .list1.on .left {
    position: relative;
    -webkit-animation: index1 1s linear;
    -moz-animation: index1 1s linear;
    -ms-animation: index1 1s linear;
    -o-animation: index1 1s linear;
    animation: index1 1s linear;
}

.page0 .list1.on .right {
    position: relative;
    -webkit-animation: index2 1s linear;
    -moz-animation: index2 1s linear;
    -ms-animation: index2 1s linear;
    -o-animation: index2 1s linear;
    animation: index2 1s linear;
}

.page0 .list4.on .left {
    position: relative;
    -webkit-animation: index4 1s linear;
    -moz-animation: index4 1s linear;
    -ms-animation: index4 1s linear;
    -o-animation: index4 1s linear;
    animation: index4 1s linear;
}

.page0 .list4.on .right {
    position: relative;
    -webkit-animation: index5 1s linear;
    -moz-animation: index5 1s linear;
    -ms-animation: index5 1s linear;
    -o-animation: index5 1s linear;
    animation: index5 1s linear;
}

.page0 .list5.on li {
    position: relative;
    -webkit-animation: index2 1s linear;
    -moz-animation: index2 1s linear;
    -ms-animation: index2 1s linear;
    -o-animation: index2 1s linear;
    animation: index2 1s linear;
}

.page1 {
    width: 100%;
}

.page1 .banner {
    width: 100%;
    position: relative;
}

.page1 .banner .swiper-container {
    width: 100%;
    height: 100%;
}

.page1 .banner .swiper-container li {
    height: 100%;
}

.page1 .banner .swiper-container li img {
    height: 100%;
    width: 100%;
}

.page1 .banner .font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    z-index: 2;
}

.page1 .banner .font span {
    display: table-cell;
    vertical-align: middle;
}

.page1 .banner .font p {
    font-size: 40px;
    line-height: 40px;
    color: #ca9f75;
    margin-left: 80px;
}

.page1 .list-top {
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
}

.page1 .list-top .top {
    width: 100%;
    display: table;
}

.page1 .list-top .top span {
    display: table-cell;
    text-align: center;
}

.page1 .list-top .top label {
    display: inline-block;
}

.page1 .list-top .top div {
    width: 30px;
    height: 4px;
    background: #323232;
    margin-top: 17px;
    float: left;
}

.page1 .list-top .top p {
    float: left;
    font-size: 38px;
    line-height: 38px;
    color: #323232;
    margin: 0 10px;
}

.page1 .list-top .bot {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    text-align: center;
    margin-top: 10px;
}

.page1 .list-top .bot p {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    text-align: center;
}

.page1 .list1 {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 60px;
}

.page1 .list1 .top1 {
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    position: relative;
}

.page1 .list1 .top1 hr {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    position: absolute;
    bottom: 11px;
    margin: 0;
}

.page1 .list1 .top1 .d1 {
    width: 1050px;
    position: absolute;
    left: 125px;
    bottom: 0;
    height: 22px;
    background: url(imgabouticon7_03.png) repeat-x;
}

.page1 .list1 .top1 .d2 {
    width: 744px;
    position: absolute;
    overflow: hidden;
    height: 90px;
    top: 0;
    left: 270px;
}

.page1 .list1 .top1 .d2 ul {
    position: relative;
    left: 0px;
}

.page1 .list1 .top1 .d2 li {
    width: 130px;
    float: left;
    margin: 0 28px;
    cursor: pointer;
}

.page1 .list1 .top1 .d2 li p {
    height: 55px;
    width: 120px;
    width: 100%;
    font-size: 26px;
    line-height: 55px;
    color: #999999;
    background: rgba(202, 159, 117, 0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
    text-align: center;
}

.page1 .list1 .top1 .d2 li p font {
    display: block;
    width: 120px;
    height: 45px;
    border: 1px dashed #fff;
    border: 1px dashed rgba(255, 255, 255, 0);
    font-size: 26px;
    line-height: 45px;
    color: #999999;
    position: relative;
    top: 5px;
    left: 4px;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background border-color;
    -webkit-transition-property: color background border-color;
    -ms-transition-property: color background border-color;
    -o-transition-property: color background border-color;
}

.page1 .list1 .top1 .d2 li .d3 {
    width: 120px;
    height: 7px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}

.page1 .list1 .top1 .d2 li .d3 img {
    width: 8px;
    height: 7px;
    display: inherit;
    margin-left: 56px;
}

.page1 .list1 .top1 .d2 li span {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #999999;
    margin-top: 9px;
    margin-left: 53px;
    display: block;
    background: #999999;
    box-shadow: 0 0 0 #999;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border-color box-shadow;
    -webkit-transition-property: background border-color box-shadow;
    -ms-transition-property: background border-color box-shadow;
    -o-transition-property: background border-color box-shadow;
}

.page1 .list1 .top1 .d2 li.on p,
.page1 .list1 .top1 .d2 li:hover p {
    background: #0075b8;
    color: #fff;
}

.page1 .list1 .top1 .d2 li.on p font,
.page1 .list1 .top1 .d2 li:hover p font {
    color: #fff;
    border: 1px dashed #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.page1 .list1 .top1 .d2 li.on .d3,
.page1 .list1 .top1 .d2 li:hover .d3 {
    opacity: 1;
    -webkit-opacity: 1;
}

.page1 .list1 .top1 .d2 li.on span,
.page1 .list1 .top1 .d2 li:hover span {
    box-shadow: 0 0 10px rgba(0, 117, 184, 0.9);
    background: #0075b8;
    border-color: #0075b8;
}

.page1 .list1 .mid {
    width: 935px;
    height: 430px;
    background: #fff;
    margin: 0 auto;
    margin-top: 60px;
}

.page1 .list1 .mid .left {
    height: 370px;
    width: 360px;
    text-align: center;
    float: left;
    border-right: 1px solid #cccccc;
    margin-top: 30px;
}

.page1 .list1 .mid .left .t1 {
    font-size: 80px;
    line-height: 80px;
    color: #323232;
    margin-top: 50px;
    text-align: center;
}

.page1 .list1 .mid .left .t2 {
    font-size: 30px;
    line-height: 30px;
    color: #999999;
    margin-top: 25px;
    text-align: center;
}

.page1 .list1 .mid .left .t3 {
    margin-top: 30px;
    text-align: center;
}
.page1 .list1 .mid .left .t3 img{
	max-width: 100%;
	max-height: 160px;
}

.page1 .list1 .mid .right {
    margin-left: 60px;
    float: left;
    margin-top: 30px;
    height: 370px;
    width: 480px;
    overflow-y: scroll;
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #eee;
}

.page1 .list1 .mid .right p {
    font-size: 16px;
    line-height: 32px;
    color: #323232;
}

.page1 .list1 .mid .right::-webkit-scrollbar {
    background: url(imgaboutpic3_07.jpg) repeat-y left center/100% 100%;
    width: 4px;
}

.page1 .list1 .mid .right::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    width: 4px;
}

.page1 .list1 .poster-main .poster-btn {
    z-index: 10;
    cursor: polinter;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #fff;
    border: 1px solid #fff;
    float: left;
    cursor: pointer;
    margin: 0 18px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border-color;
    -webkit-transition-property: background border-color;
    -ms-transition-property: background border-color;
    -o-transition-property: background border-color;
}

.page1 .list1 .poster-main .poster-btn span {
    display: block;
    width: 27px;
    height: 20px;
    margin-top: 25px;
    margin-left: 21px;
    overflow: hidden;
}

.page1 .list1 .poster-main .poster-btn img {
    width: 54px;
    height: 20px;
    display: inherit;
    position: relative;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left right;
    -webkit-transition-property: left right;
    -ms-transition-property: left right;
    -o-transition-property: left right;
}

.page1 .list1 .poster-main .poster-btn:hover {
    background: #2e8dc3;
    border-color: #2e8dc3;
}

.page1 .list1 .poster-main .bot {
    margin-top: 50px;
}

.page1 .list1 .poster-main .bot label {
    display: block;
    width: 280px;
    margin: 0 auto;
}

.page1 .list1 .poster-main .poster-prev-btn img {
    left: 0px;
}

.page1 .list1 .poster-main .poster-next-btn img {
    right: 27px;
}

.page1 .list1 .poster-main .poster-prev-btn:hover img {
    left: -54px;
}

.page1 .list1 .poster-main .poster-next-btn:hover img {
    right: 0;
}

.page1 .recruit {
    width: 1200px;
    margin: 0 auto;
}

.page1 .recruit .job-list .job {
    width: 108px;
    height: 28px;
    margin-right: 5%;
    border: 1px solid #1fa309;
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    color: #1fa309;
    padding-right: 20px;
    padding-left: 10px;
    background: url(../img/contact/icon1_05.png) no-repeat 88px center/12px 7px;
    float: right;
    -webkit-appearance: none;
    overflow: hidden;
}

.page1 .recruit .job-list ul {
    float: left;
    width: 100%;
}

.page1 .recruit .job-list hr {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.page1 .recruit .job-list li {
    width: 100%;
    margin: 20px auto;
}

.page1 .recruit .job-list li .left {
    width: 20%;
    height: 80px;
    float: left;
    font-size: 22px;
    line-height: 24px;
    color: #323232;
}

.page1 .recruit .job-list li .left p {
    margin-top: 25px;
    float: right;
    font-size: 22px;
    line-height: 24px;
    color: #323232;
}

.page1 .recruit .job-list li .mid {
    width: 50%;
    margin-left: 5%;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding-left: 5%;
}

.page1 .recruit .job-list li .mid .top {
    height: 80px;
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    color: #666666;
}

.page1 .recruit .job-list li .mid .top p {
    width: 33%;
    float: left;
    font-size: 15px;
    line-height: 40px;
    color: #666666;
}

.page1 .recruit .job-list li .mid .bot {
    width: 100%;
    display: none;
}

.page1 .recruit .job-list li .mid .bot p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

.page1 .recruit .job-list li .mid .bot a {
    display: block;
    width: 128px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #0075b8;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page1 .recruit .job-list li .right {
    height: 80px;
    width: 138px;
    float: right;
    margin-right: 5%;
}

.page1 .recruit .job-list li .right p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #0075b8;
    height: 24px;
    width: 100%;
    border: 1px solid #0075b8;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border-color color;
    -webkit-transition-property: background border-color color;
    -ms-transition-property: background border-color color;
    -o-transition-property: background border-color color;
    cursor: pointer;
}

.page1 .recruit .job-list li .right p.on,
.page1 .recruit .job-list li .right p:hover {
    background: #0075b8;
    border-color: #fff;
    color: #fff;
}

.page1 .list2 {
    width: 100%;
    padding: 150px 0 200px;
    background: url(imgabouticon3_03.png);
}

.page1 .list2 .content {
    width: 950px;
}

.page1 .list2 .left {
    width: 370px;
    float: left;
    position: relative;
}

.page1 .list2 .left .tit-ch {
    font-size: 34px;
    line-height: 54px;
    color: #035cac;
}

.page1 .list2 .left .tit-en {
    font-size: 22px;
    line-height: 22px;
    color: #666666;
    font-family: Arial;
    text-transform: uppercase;
}

.page1 .list2 .left .c1 {
    font-size: 14px;
    line-height: 28px;
    color: #626263;
    margin-top: 30px;
}

.page1 .list2 .right {
    width: 425px;
    height: 275px;
    float: right;
    position: relative;
    border: 3px solid #cccccc;
    z-index: 0;
}

.page1 .list2 .right img {
    position: absolute;
    width: 450px;
    height: 300px;
    left: -90px;
    top: -60px;
    z-index: 1;
}

.page1 .list2 .bot {
    width: 100%;
    margin-top: 25px;
    float: left;
    position: relative;
}

.page1 .list2 .bot p {
    font-size: 14px;
    line-height: 28px;
    color: #626263;
}

.page1 .list2 .left {
    -webkit-animation: aboutAbout1 .5s linear;
    -moz-animation: aboutAbout1 .5s linear;
    -ms-animation: aboutAbout1 .5s linear;
    -o-animation: aboutAbout1 .5s linear;
    animation: aboutAbout1 .5s linear;
}

.page1 .list2 .right {
    -webkit-animation: aboutAbout2 .5s ease-in;
    -moz-animation: aboutAbout2 .5s ease-in;
    -ms-animation: aboutAbout2 .5s ease-in;
    -o-animation: aboutAbout2 .5s ease-in;
    animation: aboutAbout2 .5s ease-in;
}

.page1 .list2 .right img {
    -webkit-animation: aboutAbout3 .5s .5s ease-in;
    -moz-animation: aboutAbout3 .5s .5s ease-in;
    -ms-animation: aboutAbout3 .5s .5s ease-in;
    -o-animation: aboutAbout3 .5s .5s ease-in;
    animation: aboutAbout3 .5s .5s ease-in;
}

.page1 .list2 .bot {
    -webkit-animation: aboutAbout4 .5s .5s ease-in;
    -moz-animation: aboutAbout4 .5s .5s ease-in;
    -ms-animation: aboutAbout4 .5s .5s ease-in;
    -o-animation: aboutAbout4 .5s .5s ease-in;
    animation: aboutAbout4 .5s .5s ease-in;
}

.page1 .list3 {
    width: 100%;
    padding: 125px 0 300px;
    background: url(imgaboutpic6_02.jpg) no-repeat left center/100% 100%;
}

.page1 .list3 .content {
    width: 1050px;
}

.page1 .list3 .tit-ch {
    font-size: 34px;
    line-height: 54px;
    color: #035cac;
    text-align: center;
}

.page1 .list3 .tit-en {
    font-size: 22px;
    line-height: 22px;
    color: #666666;
    font-family: Arial;
    text-align: center;
}

.page1 .list3 .con {
    width: 870px;
    margin: 0 auto;
    margin-top: 70px;
}

.page1 .list3 .con p {
    font-size: 16px;
    line-height: 26px;
    color: #626263;
}

.page1 .list3 .img {
    width: 1020px;
    margin: 0 auto;
    display: block;
    margin-top: 120px;
}

.page1 .list4 {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    padding-bottom: 190px;
}

.page1 .list4 .list-top .bot p {
    text-transform: uppercase;
}

.page1 .list4 .information {
    background: none;
    background: rgba(33, 102, 187, 0);
    position: absolute;
    top: 235px;
    width: 100%;
    z-index: 1;
    padding-bottom: 55px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background height;
    -webkit-transition-property: background height;
    -ms-transition-property: background height;
    -o-transition-property: background height;
}

.page1 .list4 .information .left {
    width: 310px;
    float: left;
    padding-left: 205px;
    margin-top: 60px;
    padding-right: 70px;
    border-right: 1px solid #cccccc;
    display: none;
}

.page1 .list4 .information .left p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin: 10px 0;
    padding-left: 80px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 79px 19px;
}

.page1 .list4 .information .left .p1 {
    background-image: url(imgabouticon6_03.png);
}

.page1 .list4 .information .left .p2 {
    background-image: url(imgabouticon6_06.png);
}

.page1 .list4 .information .left .p3 {
    background-image: url(imgabouticon6_08.png);
}

.page1 .list4 .information .left .p4 {
    background-image: url(imgabouticon6_10.png);
}

.page1 .list4 .information .right {
    float: left;
    width: 600px;
    margin-top: 60px;
    display: none;
}

.page1 .list4 .information .right li {
    width: 105px;
    float: left;
    margin-left: 75px;
}

.page1 .list4 .information .right li div {
    width: 105;
    height: 105px;
}

.page1 .list4 .information .right li div img {
    width: 100%;
    height: 100%;
}

.page1 .list4 .information .right li p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}

.page1 .list4 .information .posi {
    width: 67px;
    height: 55px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.page1 .list4 .information .posi span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background-image background-position;
    -webkit-transition-property: background-image background-position;
    -ms-transition-property: background-image background-position;
    -o-transition-property: background-image background-position;
    background-image: url(imgabouticon10_10.png);
}

.page1 .list4 .information .posi:hover span {
    background-position: 0px 55px;
    -webkit-animation: aboutContact1 1.5s linear infinite;
    -moz-animation: aboutContact1 1.5s linear infinite;
    -ms-animation: aboutContact1 1.5s linear infinite;
    -o-animation: aboutContact1 1.5s linear infinite;
    animation: aboutContact1 1.5s linear infinite;
}

.page1 .list4 .information.on {
    background: url(imgabouticon11_06.png);
    background: rgba(33, 102, 187, 0.8);
}

.page1 .list4 .information.on .posi span {
    background-image: url(imgabouticon9_10.png);
}

.page1 .list4 .information.on .posi:hover span {
    background-position: 0px 55px;
    -webkit-animation: aboutContact2 1.5s linear infinite;
    -moz-animation: aboutContact2 1.5s linear infinite;
    -ms-animation: aboutContact2 1.5s linear infinite;
    -o-animation: aboutContact2 1.5s linear infinite;
    animation: aboutContact2 1.5s linear infinite;
}

.page1 .list4 .map {
    width: 100%;
    height: 605px;
    position: relative;
    z-index: 0;
    margin-top: 10px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: top;
    -webkit-transition-property: top;
    -ms-transition-property: top;
    -o-transition-property: top;
}

.page1 .list4 .sub {
    width: 100%;
    margin-top: 30px;
}

.page1 .list4 .sub .tit {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    width: 1160px;
    margin-left: 10px;
    padding: 20px 10px;
    border-bottom: 1px dashed #bfbfbf;
    float: left;
}

.page1 .list4 .sub input[type=text] {
    width: 362px;
    height: 35px;
    margin: 35px 8px 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    border: 1px solid #cccccc;
    float: left;
}

.page1 .list4 .sub textarea {
    width: 1162px;
    margin: 15px 8px 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    border: 1px solid #cccccc;
    float: left;
    height: 110px;
    resize: none;
}

.page1 .list4 .sub input[type=submit] {
    margin-top: 35px;
    width: 350px;
    height: 40px;
    float: left;
    margin-left: 425px;
    background: #0075b8;
    border: 1px solid #0075b8;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.page1 .list4 .sub input[type=submit]:hover {
    background: #fff;
    color: #0075b8;
}

.page1 .list5 {
    width: 100%;
    padding: 10px 0 100px;
}

.page1 .list5 .tit {
    padding: 20px 0;
    font-size: 30px;
    line-height: 30px;
    color: #323232;
    border-bottom: 1px dashed #bfbfbf;
}

.page1 .list5 .tit .content {
    width: 1000px;
}

.page1 .list5 ul {
    width: 1000px;
    margin: 0 auto;
    margin-top: 5px;
}

.page1 .list5 ul li {
    width: 325px;
    float: left;
    margin-left: 5px;
    margin-top: 25px;
}

.page1 .list5 ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #323232;
    float: left;
    width: 92px;
}

.page1 .list5 ul li p span {
    color: #ff0202;
}

.page1 .list5 ul li input[type=text] {
    width: 211px;
    padding: 0 10px;
    height: 28px;
    border: 1px solid #cccccc;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.page1 .list5 ul li.li {
    width: 1000px;
}

.page1 .list5 ul li.li input[type=text] {
    width: 872px;
}

.page1 .list5 ul li.li textarea {
    width: 872px;
    padding: 0 10px;
    height: 140px;
    border: 1px solid #cccccc;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    resize: none;
}

.page1 .list5 ul li.li input[type=submit] {
    margin: 0 auto;
    margin-top: 70px;
    width: 350px;
    height: 40px;
    background: #0075b8;
    border: 1px solid #0075b8;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    display: block;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.page1 .list5 ul li.li input[type=submit]:hover {
    background: #fff;
    color: #0075b8;
}

.page3 {
    width: 100%;
}

.page3 .banner {
    width: 100%;
    position: relative;
    height: 380px;
}

.page3 .banner .swiper-container {
    width: 100%;
    height: 100%;
}

.page3 .banner .swiper-container li {
    height: 100%;
}

.page3 .banner .swiper-container li img {
    height: 100%;
    width: 100%;
}

.page3 .banner .font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    z-index: 2;
    background: url(imgnewsicon1_03.png);
}

.page3 .banner .font .label1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.page3 .banner .font .label2 {
    display: inline-block;
}

.page3 .banner .font .con {
    width: 350px;
    height: 90px;
    position: relative;
}

.page3 .banner .font .con span {
    display: block;
    background: #fff;
    position: absolute;
}

.page3 .banner .font .con .line1 {
    width: 90px;
    height: 2px;
    left: 0;
    top: 13px;
}

.page3 .banner .font .con .line2 {
    width: 90px;
    height: 2px;
    right: 0;
    top: 13px;
}

.page3 .banner .font .con .line3 {
    width: 2px;
    height: 75px;
    left: 0;
    top: 15px;
}

.page3 .banner .font .con .line4 {
    width: 2px;
    height: 75px;
    right: 0;
    top: 15px;
}

.page3 .banner .font .con .line5 {
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.page3 .banner .font .con .line6 {
    width: 50%;
    height: 2px;
    bottom: 0;
    right: 0;
}

.page3 .banner .font .con .line1 {
    -webkit-animation: news1 0.5s ease;
    -moz-animation: news1 0.5s ease;
    -ms-animation: news1 0.5s ease;
    -o-animation: news1 0.5s ease;
    animation: news1 0.5s ease;
}

.page3 .banner .font .con .line2 {
    -webkit-animation: news4 0.5s ease;
    -moz-animation: news4 0.5s ease;
    -ms-animation: news4 0.5s ease;
    -o-animation: news4 0.5s ease;
    animation: news4 0.5s ease;
}

.page3 .banner .font .con .line3 {
    -webkit-animation: news2 1s linear;
    -moz-animation: news2 1s linear;
    -ms-animation: news2 1s linear;
    -o-animation: news2 1s linear;
    animation: news2 1s linear;
}

.page3 .banner .font .con .line4 {
    -webkit-animation: news2 1s linear;
    -moz-animation: news2 1s linear;
    -ms-animation: news2 1s linear;
    -o-animation: news2 1s linear;
    animation: news2 1s linear;
}

.page3 .banner .font .con .line5 {
    -webkit-animation: news3 1.5s ease-out;
    -moz-animation: news3 1.5s ease-out;
    -ms-animation: news3 1.5s ease-out;
    -o-animation: news3 1.5s ease-out;
    animation: news3 1.5s ease-out;
}

.page3 .banner .font .con .line6 {
    -webkit-animation: news3 1.5s ease-out;
    -moz-animation: news3 1.5s ease-out;
    -ms-animation: news3 1.5s ease-out;
    -o-animation: news3 1.5s ease-out;
    animation: news3 1.5s ease-out;
}

.page3 .banner .font .con .tit-ch {
    width: 170px;
    text-align: center;
    top: 0;
    left: 90px;
    position: absolute;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}

.page3 .banner .font .con .tit-en {
    width: 360px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    top: 55px;
    left: 0;
    position: absolute;
}

.page3 .list1 {
    width: 100%;
    height: 31px;
    margin-top: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.page3 .list1 .con {
    width: 100%;
    height: 100%;
    display: table;
}

.page3 .list1 .label1 {
    text-align: center;
}

.page3 .list1 a {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    border-bottom: 3px solid #fff;
    display: block;
    float: left;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color color;
    -webkit-transition-property: border-color color;
    -ms-transition-property: border-color color;
    -o-transition-property: border-color color;
}

.page3 .list1 a:hover,
.page3 .list1 a.on {
    border-color: #01458d;
    color: #01458d;
}

.page3 .list1 span {
    display: block;
    float: left;
    width: 1px;
    height: 12px;
    background: #dcdcdc;
    margin: 0 35px;
    margin-top: 6px;
}

.page3 .list2 {
    width: 100%;
    padding-bottom: 50px;
}

.page3 .list2 .content {
    width: 1000px;
}

.page3 .list2 .top {
    width: 100%;
    height: 50px;
    background: #f9f9f9;
    margin-top: 20px;
}

.page3 .list2 .top span {
    width: 20px;
    display: block;
    float: left;
    height: 100%;
    background: #01458d;
}

.page3 .list2 .top .p1 {
    font-size: 18px;
    line-height: 22px;
    color: #01458d;
    margin: 14px 0 0 20px;
    padding-right: 3px solid #01458d;
    float: left;
}

.page3 .list2 .top .p2 {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    font-family: Arial;
}

.page3 .list2 .top .p3 {
    font-size: 16px;
    line-height: 50px;
    color: #666666;
    float: right;
    margin-right: 20px;
}

.page3 .list2 .top .p3 font {
    color: #01458d;
}

.page3 .list2 .con li {
    margin-top: 15px;
    width: 100%;
    height: 190px;
    background: #f9f9f9;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page3 .list2 .con li .left {
    float: left;
    margin-left: 40px;
    width: 900px;
}

.page3 .list2 .con li .left .tit {
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page3 .list2 .con li .left .t2 {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page3 .list2 .con li .left .c1 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page3 .list2 .con li .right {
    width: 46px;
    float: right;
    height: 100%;
    background: #cbcbcb;
    line-height: 190px;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page3 .list2 .con li .right img {
    width: 22px;
    height: 22px;
}

.page3 .list2 .con li:hover {
    background: #61a7e2;
}

.page3 .list2 .con li:hover .left .tit,
.page3 .list2 .con li:hover .left .t2,
.page3 .list2 .con li:hover .left .c1 {
    color: #fff;
}

.page3 .list2 .con li:hover .right {
    background: #4e86b7;
}

.page4 {
    width: 100%;
}

.page4 .content {
    width: 1000px;
}

.page4 .banner {
    width: 100%;
    position: relative;
    height: 380px;
}

.page4 .banner .swiper-container {
    width: 100%;
    height: 100%;
}

.page4 .banner .swiper-container li {
    height: 100%;
}

.page4 .banner .swiper-container li img {
    height: 100%;
    width: 100%;
}

.page4 .banner .font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    z-index: 2;
    background: url(imgnewsicon1_03.png);
}

.page4 .banner .font .label1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.page4 .banner .font .label2 {
    display: inline-block;
}

.page4 .banner .font .con {
    width: 350px;
    height: 90px;
    position: relative;
}

.page4 .banner .font .con span {
    display: block;
    background: #fff;
    position: absolute;
}

.page4 .banner .font .con .line1 {
    width: 90px;
    height: 2px;
    left: 0;
    top: 13px;
}

.page4 .banner .font .con .line2 {
    width: 90px;
    height: 2px;
    right: 0;
    top: 13px;
}

.page4 .banner .font .con .line3 {
    width: 2px;
    height: 75px;
    left: 0;
    top: 15px;
}

.page4 .banner .font .con .line4 {
    width: 2px;
    height: 75px;
    right: 0;
    top: 15px;
}

.page4 .banner .font .con .line5 {
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.page4 .banner .font .con .line6 {
    width: 50%;
    height: 2px;
    bottom: 0;
    right: 0;
}

.page4 .banner .font .con .line1 {
    -webkit-animation: news1 0.5s ease;
    -moz-animation: news1 0.5s ease;
    -ms-animation: news1 0.5s ease;
    -o-animation: news1 0.5s ease;
    animation: news1 0.5s ease;
}

.page4 .banner .font .con .line2 {
    -webkit-animation: news4 0.5s ease;
    -moz-animation: news4 0.5s ease;
    -ms-animation: news4 0.5s ease;
    -o-animation: news4 0.5s ease;
    animation: news4 0.5s ease;
}

.page4 .banner .font .con .line3 {
    -webkit-animation: news2 1s linear;
    -moz-animation: news2 1s linear;
    -ms-animation: news2 1s linear;
    -o-animation: news2 1s linear;
    animation: news2 1s linear;
}

.page4 .banner .font .con .line4 {
    -webkit-animation: news2 1s linear;
    -moz-animation: news2 1s linear;
    -ms-animation: news2 1s linear;
    -o-animation: news2 1s linear;
    animation: news2 1s linear;
}

.page4 .banner .font .con .line5 {
    -webkit-animation: news3 1.5s ease-out;
    -moz-animation: news3 1.5s ease-out;
    -ms-animation: news3 1.5s ease-out;
    -o-animation: news3 1.5s ease-out;
    animation: news3 1.5s ease-out;
}

.page4 .banner .font .con .line6 {
    -webkit-animation: news3 1.5s ease-out;
    -moz-animation: news3 1.5s ease-out;
    -ms-animation: news3 1.5s ease-out;
    -o-animation: news3 1.5s ease-out;
    animation: news3 1.5s ease-out;
}

.page4 .banner .font .con .tit-ch {
    width: 170px;
    text-align: center;
    top: 0;
    left: 90px;
    position: absolute;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}

.page4 .banner .font .con .tit-en {
    width: 360px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    top: 55px;
    left: 0;
    position: absolute;
}

.page4 .list1 {
    width: 100%;
    height: 31px;
    margin-top: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.page4 .list1 .con {
    width: 100%;
    height: 100%;
    display: table;
}

.page4 .list1 .label1 {
    text-align: center;
}

.page4 .list1 a {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    border-bottom: 3px solid #fff;
    display: block;
    float: left;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color color;
    -webkit-transition-property: border-color color;
    -ms-transition-property: border-color color;
    -o-transition-property: border-color color;
}

.page4 .list1 a:hover,
.page4 .list1 a.on {
    border-color: #01458d;
    color: #01458d;
}

.page4 .list1 span {
    display: block;
    float: left;
    width: 1px;
    height: 12px;
    background: #dcdcdc;
    margin: 0 35px;
    margin-top: 6px;
}

.page4 .list2 {
    width: 100%;
    padding-top: 50px;
}

.page4 .list2 li {
    height: 230px;
    width: 100%;
    margin-top: 30px;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page4 .list2 li .left {
    width: 300px;
    height: 200px;
    float: left;
    overflow: hidden;
}

.page4 .list2 li .left img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
}

.page4 .list2 li .right {
    float: left;
    margin-left: 35px;
    height: 219px;
    width: 660px;
    border-bottom: 1px solid #c9c9c9;
    margin-top: 10px;
}

.page4 .list2 li .right .time {
    float: right;
    width: 115px;
    height: 55px;
    background: #e0e0e0;
    border: 2px solid #e0e0e0;
    margin-right: 45px;
}

.page4 .list2 li .right .time .l1 {
    width: 55px;
    height: 55px;
    float: left;
    background: #fff;
}

.page4 .list2 li .right .time .l1 .time1 {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin-top: 13px;
    text-align: center;
}

.page4 .list2 li .right .time .l1 .time2 {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #666666;
}

.page4 .list2 li .right .time .r1 {
    width: 55px;
    height: 55px;
    float: left;
}

.page4 .list2 li .right .t1 {
    width: 475px;
    float: left;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    float: left;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page4 .list2 li .right .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    float: left;
    width: 560px;
    margin-top: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page4 .list2 li:hover .left img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page4 .list2 li:hover .right .t1,
.page4 .list2 li:hover .right .c1 {
    color: #01458d;
}

.page4 .list3 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 300px;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}

.page4 .list3 .content {
    width: 1000px;
}

.page4 .list3 .top {
    width: 100%;
    height: 50px;
    background: #f9f9f9;
    margin-top: 20px;
}

.page4 .list3 .top span {
    width: 20px;
    display: block;
    float: left;
    height: 100%;
    background: #01458d;
}

.page4 .list3 .top .p1 {
    font-size: 18px;
    line-height: 22px;
    color: #01458d;
    margin: 14px 0 0 20px;
    padding-right: 3px solid #01458d;
    float: left;
}

.page4 .list3 .top .p2 {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    font-family: Arial;
}

.page4 .list3 .top .p3 {
    font-size: 16px;
    line-height: 50px;
    color: #666666;
    float: right;
    margin-right: 20px;
}

.page4 .list3 .top .p3 font {
    color: #01458d;
}

.page4 .list3 .tit {
    width: 800px;
    margin-left: 100px;
    font-size: 26px;
    line-height: 36px;
    color: #323232;
    text-align: center;
    margin-top: 90px;
}

.page4 .list3 .time {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
}

.page4 .list3 .con {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.page4 .list3 .con p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.page4 .list3 .con p img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 80px;
}

.page4 .list3 .bot {
    margin-top: 100px;
}

.page4 .list3 .bot .left {
    width: 80%;
    float: left;
    margin-left: 2.5%;
}

.page4 .list3 .bot .left a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    width: 100%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page4 .list3 .bot .left a:hover {
    color: #01458d;
}

.page4 .list3 .bot .right {
    width: 15%;
    float: right;
    margin-right: 2.5%;
}

.page4 .list3 .bot .right a {
    width: 98px;
    height: 33px;
    display: block;
    float: right;
    border: 1px solid #999999;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    color: #999999;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.page4 .list3 .bot .right a:hover {
    background: #01458d;
    color: #fff;
}

.page5 {
    width: 100%;
}

.page5 .banner {
    width: 100%;
    height: 680px;
    position: relative;
}

.page5 .banner .img {
    width: 100%;
    height: 100%;
}

.page5 .banner .img img {
    width: 100%;
    height: 100%;
}

.page5 .banner .font {
    width: 100%;
    position: absolute;
    bottom: 50px;
    height: 60px;
}

.page5 .banner .font .content {
    width: 1150px;
    background: #fff;
}

.page5 .banner .font input[type=text] {
    width: 1085px;
    background: url(imgnewspic5_03.jpg) no-repeat left center/65px 60px;
    height: 60px;
    border-width: 0;
    padding-left: 65px;
    font-size: 14px;
    line-height: 60px;
    color: #333;
}

.page5 .list1 {
    width: 100%;
    background: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 200px;
}

.page5 .list1 li {
    background: #fff;
    float: left;
    list-style-type: none;
    margin-top: 20px;
    padding-bottom: 20px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.page5 .list1 li .img {
    width: 100%;
}

.page5 .list1 li .img img {
    width: 100%;
}

.page5 .list1 li .t1 {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 15px;
    font-weight: bold;
    width: 80%;
    margin-left: 10%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page5 .list1 li .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    width: 80%;
    margin-left: 10%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page5 .list1 li .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page5 .list1 li:hover {
    background: #00a0e9;
}

.page5 .list1 li:hover .t1,
.page5 .list1 li:hover .t2 {
    color: #fff;
}

.page5 .list1 li:hover .c1 {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

.page5 .list2 {
    width: 100%;
}

.page5 .list2 .left {
    width: 285px;
    float: left;
    background: #fff;
}

.page5 .list2 .left .top {
    width: 100%;
    height: 105px;
    background: #2a639f;
}

.page5 .list2 .left .top p {
    width: 200px;
    float: right;
    font-size: 24px;
    line-height: 105px;
    color: #ffffff;
}

.page5 .list2 .left .top span {
    font-size: 34px;
}

.page5 .list2 .left .d1 {
    padding-bottom: 60px;
}

.page5 .list2 .left .d1 .list {
    width: 220px;
    margin-top: 30px;
    margin-left: 60px;
    cursor: pointer;
}

.page5 .list2 .left .d1 .list span {
    float: left;
    display: block;
    width: 8px;
    height: 1px;
    margin: 0 15px;
    margin-top: 7px;
    background: #bfbfbf;
    cursor: pointer;
}

.page5 .list2 .left .d1 .list p {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    width: 80%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    cursor: pointer;
}

.page5 .list2 .left .d1 .list p a {
    color: #666666;
}

.page5 .list2 .left .d1 .list.on p a {
    color: #29629f;
}

.page5 .list2 .left .d1 .list ul {
    float: left;
    margin-top: 20px;
}

.page5 .list2 .left .d1 .list li {
    margin-left: 55px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page5 .list2 .left .d1 .list li:hover,
.page5 .list2 .left .d1 .list li.on {
    color: #29629f;
}

.page5 .list2 .left .d1 .list li a {
    color: #999999;
}

.page5 .list2 .left .d1 .list li:hover a,
.page5 .list2 .left .d1 .list li.on a {
    color: #29629f;
}

.page5 .list2 .left .d1 .list:hover p,
.page5 .list2 .left .d1 .list.on p {
    color: #29629f;
}

.page5 .list2 .left .bot {
    border-bottom: 5px solid #29629f;
}

.page5 .list2 .left .bot .tit {
    width: 100%;
    height: 65px;
    background: #d4d4d4;
    text-align: center;
    font-size: 17px;
    line-height: 65px;
    color: #666666;
}

.page5 .list2 .left .bot li {
    padding: 25px 0;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    background-position: 30px center;
    padding-left: 100px;
    border-bottom: 1px solid #efefef;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.page5 .list2 .left .bot .l1 {
    background-size: 71px 18px;
    background-image: url(imgdownicon1_03.png);
}

.page5 .list2 .left .bot .l2 {
    background-size: 71px 19px;
    background-image: url(imgdownicon1_06.png);
}

.page5 .list2 .left .bot .l3 {
    background-size: 71px 15px;
    background-image: url(imgdownicon1_08.png);
}

.page5 .list2 .left .bot .l4 {
    background-size: 71px 20px;
    background-image: url(imgdownicon1_10.png);
}

.page5 .list2 .right {
    width: 810px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    padding-top: 50px;
}

.page5 .list2 .right .top {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    width: 790px;
    margin-left: 10px;
}

.page5 .list2 .right .top .p1 {
    font-size: 16px;
    line-height: 20px;
    color: #29629f;
    border-left: 5px solid #29629f;
    padding-left: 15px;
    float: left;
}

.page5 .list2 .right .top .p2 {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    float: right;
    margin-right: 25px;
}

.page5 .list2 .right .bot {
    background: #fff;
    padding-bottom: 160px;
}

.page5 .list2 .right .bot .list .tit {
    font-size: 18px;
    line-height: 38px;
    color: #666;
}

.page5 .list2 .right .bot .list .t1 {
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    color: #666666;
    border-bottom: 1px solid #c9c9c9;
    width: 780px;
    margin-left: 15px;
    padding-top: 15px;
}

.page5 .list2 .right .bot .list li {
    width: 780px;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
}

.page5 .list2 .right .bot .list li .p1 {
    float: left;
    height: 60px;
    background: url(imgdownicon2_03.png) no-repeat left center/8px 12px;
    font-size: 16px;
    line-height: 60px;
    color: #999999;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 630px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page5 .list2 .right .bot .list li .p2 {
    float: right;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #999;
    margin-right: 15px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page5 .list2 .right .bot .list li:hover .p1,
.page5 .list2 .right .bot .list li:hover .p2 {
    color: #2a639f;
}

.page5 .list2 .right .bot .info {
    width: 770px;
    margin-left: 20px;
    padding-top: 20px;
}

.page5 .list2 .right .bot .info .tit {
    font-size: 18px;
    line-height: 38px;
    color: #666;
    text-align: center;
}

.page5 .list2 .right .bot .info .t1 {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #999999;
}

.page5 .list2 .right .bot .info .t1 span {
    color: #29629f;
}

.page5 .list2 .right .bot .info .con {
    margin-top: 30px;
}

.page5 .list2 .right .bot .info .con p {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
}

.page5 .list2 .right .bot .info .d1 {
    margin-top: 100px;
}

.page5 .list2 .right .bot .info .d1 .left {
    width: 70%;
    float: left;
    margin-left: 2.5%;
}

.page5 .list2 .right .bot .info .d1 .left a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    width: 100%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page5 .list2 .right .bot .info .d1 .left a:hover {
    color: #01458d;
}

.page5 .list2 .right .bot .info .d1 .right {
    width: 15%;
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 2.5%;
}

.page5 .list2 .right .bot .info .d1 .right a {
    width: 98px;
    height: 33px;
    display: block;
    float: right;
    border: 1px solid #999999;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    color: #999999;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.page5 .list2 .right .bot .info .d1 .right a:hover {
    background: #01458d;
    color: #fff;
}

.page5 .list2 .right .top1{
	width: 100%;
	height: 30px;
	display: table;
	border-bottom: 1px solid #f7f7f7;
}
.page5 .list2 .right .top1 .label1{
	vertical-align: middle;
	text-align: center;
}
.page5 .list2 .right .top1 a{
	display: block;
	float: left;
	color:#999999;
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #f7f7f7;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color color;
    -webkit-transition-property: border-color color;
    -ms-transition-property: border-color color;
    -o-transition-property: border-color color;
}
.page5 .list2 .right .top1 a.on,.page5 .list2 .right .top1 a:hover{
	color:#29629f;
	border-color: #29629f;
}
.page5 .list2 .right .top1 span{
	width: 1px;
	height: 16px;
	margin: 0 35px;
	margin-top: 7px;
	background: #bfbfbf;
	display: block;
	float: left;
}



.page5.a1 .list2 .left .top {
    padding-top: 10px;
    position: relative;
    top: -35px;
    background: url(imgabouticon12_03.png);
}

.page6 {
    width: 100%;
    background: #f7f7f7;
}

.page6 .banner {
    width: 100%;
    position: relative;
    height: 380px;
}

.page6 .banner .img {
    width: 100%;
    height: 100%;
}

.page6 .banner .img li {
    height: 100%;
}

.page6 .banner .img img {
    height: 100%;
    width: 100%;
}

.page6 .list1 {
    width: 100%;
    height: 31px;
    margin-top: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.page6 .list1 .con {
    width: 100%;
    height: 100%;
    display: table;
}

.page6 .list1 .label1 {
    text-align: center;
}

.page6 .list1 a {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    border-bottom: 3px solid #f7f7f7;
    display: block;
    float: left;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color color;
    -webkit-transition-property: border-color color;
    -ms-transition-property: border-color color;
    -o-transition-property: border-color color;
}

.page6 .list1 a:hover,
.page6 .list1 a.on {
    border-color: #01458d;
    color: #01458d;
}

.page6 .list1 span {
    display: block;
    float: left;
    width: 1px;
    height: 12px;
    background: #dcdcdc;
    margin: 0 35px;
    margin-top: 6px;
}

.page6 .list2 {
    width: 100%;
}

.page6 .list2 .left {
    width: 285px;
    float: left;
    background: #fff;
}

.page6 .list2 .left .top {
    width: 100%;
    height: 105px;
    background: #2a639f;
}

.page6 .list2 .left .top p {
    width: 200px;
    float: right;
    font-size: 24px;
    line-height: 105px;
    color: #ffffff;
}

.page6 .list2 .left .top span {
    font-size: 34px;
}

.page6 .list2 .left .d1 {
    padding-bottom: 60px;
}

.page6 .list2 .left .d1 li {
    width: 220px;
    margin-top: 30px;
    margin-left: 60px;
    cursor: pointer;
}

.page6 .list2 .left .d1 li span {
    float: left;
    display: block;
    width: 8px;
    height: 1px;
    margin: 0 15px;
    margin-top: 7px;
    background: #bfbfbf;
    cursor: pointer;
}

.page6 .list2 .left .d1 li p {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    cursor: pointer;
}

.page6 .list2 .left .d1 li:hover p,
.page6 .list2 .left .d1 li.on p {
    color: #29629f;
}

.page6 .list2 .left .bot {
    border-bottom: 5px solid #29629f;
}

.page6 .list2 .left .bot .tit {
    width: 100%;
    height: 65px;
    background: #d4d4d4;
    text-align: center;
    font-size: 17px;
    line-height: 65px;
    color: #666666;
}

.page6 .list2 .left .bot li {
    padding: 25px 0;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    background-position: 30px center;
    padding-left: 100px;
    border-bottom: 1px solid #efefef;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.page6 .list2 .left .bot .l1 {
    background-size: 71px 18px;
    background-image: url(imgdownicon1_03.png);
}

.page6 .list2 .left .bot .l2 {
    background-size: 71px 19px;
    background-image: url(imgdownicon1_06.png);
}

.page6 .list2 .left .bot .l3 {
    background-size: 71px 15px;
    background-image: url(imgdownicon1_08.png);
}

.page6 .list2 .left .bot .l4 {
    background-size: 71px 20px;
    background-image: url(imgdownicon1_10.png);
}

.page6 .list2 .right {
    width: 810px;
    float: left;
    background: #fff;
    margin-left: 5px;
    margin-top: 5px;
    padding-top: 50px;
    padding-bottom: 160px;
}

.page6 .list2 .right .top {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    width: 790px;
    margin-left: 10px;
}

.page6 .list2 .right .top .p1 {
    font-size: 16px;
    line-height: 20px;
    color: #29629f;
    border-left: 5px solid #29629f;
    padding-left: 15px;
    float: left;
}

.page6 .list2 .right .top .p2 {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    float: right;
    margin-right: 25px;
}

.page6 .list2 .right table {
    margin-left: 10px;
    margin-top: 5px;
    border: solid thin #e5e5e5;
    border-color: #e5e5e5;
}

.page6 .list2 .right table td {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 10px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
    text-align: center;
    background: #fff;
}

.page6 .list2 .right table td a {
    color: #333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page6 .list2 .right table tr:hover td {
    color: #fff;
    background: #2a639f;
}

.page6 .list2 .right table tr:hover td a {
    color: #fff;
}

.page {
    width: 100%;
    height: 40px;
    display: table;
    margin-top: 50px;
    margin-bottom: 100px;
}

.page .label1 {
    text-align: center;
}

.page span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.page div {
    display: inline-block;
}

.page a {
    padding: 0 10px;
    height: 30px;
    display: block;
    float: left;
    margin-left: 10px;
    background: #cccccc;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.page a.active,
.page a:hover {
    background: #0075b8;
    border-color: #0075b8;
}


/*# sourceMappingURL=style.css.map */
.page6 .list2 .right table td img{
  max-width: 100%;
}

/*20170405*/
.page0 .banner .swiper-pagination.on{
    bottom: 20px;
    z-index: 1001;
}
.page0 .banner .swiper-pagination.on .swiper-pagination-bullet{
    background-color: rgb(0,0,0,0);
}
.swiper-pagination.on .swiper-pagination-bullet.swiper-slide-duplicate-active{
    background-color: rgb(0,0,0,0);
}
.page0 .banner .swiper-slide{
    float: left;
    display: block;
}
.page0 .list1 .news-list .swiper-pagination-bullet{
    margin: 0 5px;
}

.kefu{
    width: 250px;
    height: 81px;
    display: block;
    border-radius: 15px;
    position: fixed;
    z-index: 10000;
    bottom: 25px;
    right: -190px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: right;
    -webkit-transition-property: right;
    -ms-transition-property: right;
    -o-transition-property: right;
}
.kefu a{
	width: 214px;
    height: 67px;
    display: block;
    background: #63bce6;
    border-radius: 15px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}
.kefu:hover{
	right:0px;
}
.kefu:hover a{
    background: #b02b30;
}
.kefu img{
    max-width: 100%;
    max-height: 100%;
}
.phone{
    width: 250px;
    height: 81px;
    display: block;
    border-radius: 15px;
    position: fixed;
    z-index: 10000;
    bottom: 125px;
    right: -190px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: right;
    -webkit-transition-property: right;
    -ms-transition-property: right;
    -o-transition-property: right;
}
.phone a{
	width: 214px;
    height: 67px;
    display: block;
    background: #63bce6;
    border-radius: 15px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}
.phone:hover{
	right:0px;
}
.phone:hover a{
    background: #b02b30;
}
.phone img{
    max-width: 100%;
    max-height: 100%;
}


.page5 .list3 {
    width: 100%;
    height: 31px;
	background: #f6f6f6;
    padding-top: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.page5 .list3 .con {
    width: 100%;
    height: 100%;
    display: table;
}

.page5 .list3 .label1 {
    text-align: center;
}

.page5 .list3 a {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    border-bottom: 3px solid #f6f6f6;
    display: block;
    float: left;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color color;
    -webkit-transition-property: border-color color;
    -ms-transition-property: border-color color;
    -o-transition-property: border-color color;
}

.page5 .list3 a:hover,
.page5 .list3 a.on {
    border-color: #01458d;
    color: #01458d;
}

.page5 .list3 span {
    display: block;
    float: left;
    width: 1px;
    height: 12px;
    background: #dcdcdc;
    margin: 0 35px;
    margin-top: 6px;
}

.page5 .list4 {
    padding: 50px 0 100px;
    background: #f6f6f6;
}

.page5 .list4 li {
    width: 280px;
    height: 245px;
    float: left;
    margin: 15px 10px;
}

.page5 .list4 li div {
    width: 260px;
    height: 190px;
    padding: 10px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(79, 75, 75, 0.75);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
}

.page5 .list4 li div img {
    width: 100%;
    height: 100%;
}

.page5 .list4 li div .bg {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    top: 10px;
    left: 10px;
    position: absolute;
    width: 260px;
    height: 190px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: transform opacity filter;
    -webkit-transition-property: transform opacity filter;
    -ms-transition-property: transform opacity filter;
    -o-transition-property: transform opacity filter;
}

.page5 .list4 li p {
    width: 260px;
    margin-left: 10px;
}

.page5 .list4 li .p1 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 5px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.page5 .list4 li .p2 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.page5 .list4 li:hover div {
    box-shadow: 5px 5px 20px rgba(79, 75, 75, 0.75);
}

.page5 .list4 li:hover div .bg {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.page5 .list4 li:hover .p1 {
    color: #0b73bb;
}
