html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
}



html,
body {
    min-width: 1400px;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
}



ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.m-width {
    max-width: 1200px;
    margin: 0 auto;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

/* - */

.header {
    width: 100%;
    position: relative;
}

.header .header-con {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 0;
}

.header h1 {
    display: inline-block;
}

.header .bg img {
    width: 100%;
    display: block;
}

.header .search {
    position: relative;
    float: right;
    margin-top: 30px;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
    background-color: rgba(255, 255, 255, .4) !important;
}

.header .search input.search-btn {
    position: absolute;
    right: 10px;
    top: 15px;
    border: none;
    width: 15px;
    height: 15px;

}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #fff;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #fff;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #fff;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #fff;
}

.navigation {
    width: 100%;
    background: #1c77bc;
    height: 55px;
}

.nav {
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 92px;
    height: 55px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi h3 {
    height: 55px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 140px;
    top: 60px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: -20px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #288bd7;
}

.nav .on h3 a {
    color: #288bd7;
    font-weight: bold;
}


.main-news {
    width: 100%;
    height: 773px;
    /* background: url(../img/main-news-bg.png) center no-repeat;
    background-size: 100% 100%; */

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-news-bg.png);
}

.nav .nLi.on {
    background: #fff;
    border-top: 2px solid #ffc64d;
    margin-top: -2px;
}






.advlist {
    width: 100%;
    height: 130px;
    position: relative;
}

.advlist .bd ul li {
    width: 100%;
    height: 130px;
}

.advlist .bd ul li .img {
    overflow: hidden;
}

.advlist .bd ul li .img img {
    width: 1200px;
    height: 130px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.advlist .bd ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.advlist .hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.advlist .hd ul li {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
}

.advlist .hd ul li.on {
    background: #fff;
}

.con-tzgg {
    width: 340px;
}



.con-tzgg ul {
    width: 100%;
    height: 470px;
    box-sizing: border-box;
    padding: 5px 15px 5px 20px;
    background: url(../img/con-tzgg-bg.png) no-repeat #f5fbff;
}

.con-tzgg ul li {
    line-height: 30px;
    border-bottom: 1px solid #dce1e5;
    box-sizing: border-box;
       padding: 3px 0;
    padding-left: 28px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.con-tzgg ul li::before {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 24px;
    background: url(../img/con-tzgg-li-ico.png) no-repeat;
}

.con-tzgg ul li.li7 {
    border: none;
}

.con-tzgg ul li .dete {
    float: right;
    color: #3b3b3b;
    font-size: 16px;
    opacity: .5;
}

.con-tzgg ul li a {
    color: #3b3b3b;
    font-size: 16px;
}

.con-tzgg ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.con-tzgg ul li:hover a {
    color: #288bd7;
    font-weight: bold;
}

.con-tzgg ul li:hover .dete {
    opacity: .7;
}

.main-jzdj {
    width: 100%;
    height: 550px;
    box-sizing: border-box;
    padding-top: 45px;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-jzdj-bg.jpg);

}

.column .name {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #288bd7;
    padding-bottom: 14px;
}

.column .name-en {
    color: #afafaf;
    text-transform: uppercase;
}

.column a.more {
    color: #288bd7;
    opacity: .8;
    float: right;
}

.column {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(28, 119, 188, 0.1);
}

.con-tzgg .column {
    width: 100%;
    height: 65px;
    background: #f5b731;
    box-sizing: border-box;
    padding: 16px 15px 5px 20px;
}

.column.white {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.column.white .name {
    color: #fff;
    border: none;
}

.column.white .name-en {
    color: #fff;
}

.column.white a.more {
    color: #fff;
    margin-top: 6px;
}

.con-xydt {
    width: 835px;
}

.con-xydt .infolist ul li {
    width: 48%;
    border-bottom: 1px solid #d8d7d5;
        padding-bottom: 12px;
    margin-bottom: 12px;
    float: left;
    margin-right: 27px;
}

.con-xydt .infolist ul li.li2,
.con-xydt .infolist ul li.li4,
.con-xydt .infolist ul li.li6 {
    margin-right: 0;
}

.con-xydt .infolist ul li.li5,
.con-xydt .infolist ul li.li6 {
    margin-bottom: 0;
}

.con-xydt .infolist ul li .d {
    text-align: center;
    font-size: 26px;
    color: #3b3b3b;
}

.con-xydt .infolist ul li .y {
    text-align: center;
    color: #3b3b3b;
}

.con-xydt .infolist ul li .dete {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #dce1e5;
}

.con-xydt .infolist ul li .title {
    font-size: 16px;
    color: #3b3b3b;
    line-height: 28px;
    padding-left: 85px;
}

.con-xydt .infolist ul li:hover .d {
    color: #288bd7;
    font-weight: bold;
}

.con-xydt .infolist ul li:hover .y {
    color: #288bd7;
}

.con-xydt .infolist ul li:hover .title {
    color: #288bd7;
    font-weight: bold;
}

.con-xydt .infolist {
    margin-top: 22px;
}

.con-xydt .imgslist {
    margin-top: 25px;
    position: relative;
    width: 100%;
    height: 210px;
}

.con-xydt .imgslist .bd li {
    width: 100%;
    height: 210px;
}

.con-xydt .imgslist .bd li .img {
    float: left;
    overflow: hidden;
}

.con-xydt .imgslist .bd li .img img {
    display: block;
    width: 370px;
    height: 210px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-xydt .imgslist .bd li .text {
    padding-left: 400px;
    height: 100%;
}

.con-xydt .imgslist .bd li .title {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.con-xydt .imgslist .bd li .desc {
    color: #3b3b3b;
    opacity: .5;
    line-height: 25px;
    height: 100px;
    font-size: 14px;
    margin: 10px 0;
}

.con-xydt .imgslist .bd li .dete {
    color: #383838;
    opacity: .5;
}

.con-xydt .imgslist .bd li a.more {
    width: 90px;
    height: 30px;
    background: #81bbe7;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-top: 17px;
}

.con-xydt .imgslist a.prev {
    width: 25px;
    height: 45px;
    background: url(../img/imgslist-btn-l-on.png) no-repeat;
    position: absolute;
    top: 45%;
    left: 0;
}

.con-xydt .imgslist a.next {
    width: 25px;
    height: 45px;
    background: url(../img/imgslist-btn-r-on.png) no-repeat;
    position: absolute;
    top: 45%;
    left: 345px;
}



.con-xydt .imgslist .bd ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-xydt .imgslist .bd ul li:hover .title {
    color: #288bd7;
}

.con-xydt .imgslist .bd ul li:hover .desc {
    opacity: .8;
}

.con-xydt .imgslist .hd {
    position: absolute;
    left: 140px;
    bottom: 10px;
}

.con-xydt .imgslist .hd ul li {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 1px;
    opacity: .6;
    cursor: pointer;
}

.con-xydt .imgslist .hd ul li.on {
    opacity: 1;
}


.con-hdjz {
    width: 450px;
}

.con-hdjz ul {
    margin-top: 25px;
}

.con-hdjz ul li {
    width: 100%;
    height: 120px;
    background: #cfdce9;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.con-hdjz ul li a.more {
    position: absolute;
    width: 90px;
    height: 30px;
    background: #a8cce9;
    line-height: 30px;
    text-align: center;
    color: #fff;
    right: 0;
    bottom: 25px;
}

.con-hdjz ul li .title {
    font-size: 16px;
    color: #1c77bc;
    margin-bottom: 10px;
    display: inline-block;
}

.con-hdjz ul li p {
    color: #3b3b3b;
    line-height: 30px;
    position: relative;
    box-sizing: border-box;
    padding-left: 25px;
}

.con-hdjz ul li p img {
    position: absolute;
    left: 0;
    top: 4px;
}

.con-hdjz ul li:hover a.more {
    background: #81bbe7;
}

.con-hdjz ul li:hover .title {
    color: #288bd7;
    font-weight: bold;
}




.con-djdt {
    width: 720px;
}

.con-djdt .item {
    margin-top: 25px;
    width: 100%;
    height: 250px;
}

.con-djdt .item a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.con-djdt .item .img-left {
    float: left;
    height: 99%;
    border: 1px solid #fff;

}

.con-djdt .item .img-left .img {
    box-sizing: border-box;
    margin: 10px;
    overflow: hidden;
}

.con-djdt .item .img img {
    width: 410px;
    height: 230px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-djdt .item a:hover .img img {
    transform: scale(1.10);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-djdt .item .text {
    background: #d0deea;
    height: 100%;
    margin-left: 430px;
    box-sizing: border-box;
    padding: 35px 20px;
}

.con-djdt .item .text .title {
    color: #288bd7;
    font-weight: bold;
}

.con-djdt .item .text .desc {
    color: #838b92;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0 20px 0;
}

.con-djdt .item .text .dete {
    color: #288bd7;
    font-size: 14px;
}

.con-djdt ul {
    margin-top: 24px;
}

.con-djdt ul li {
    float: left;
    width: 355px;
    height: 125px;
    margin-right: 10px;
    background: #cedce9;
    box-sizing: border-box;
    padding: 20px;
}


.con-djdt ul li.li2 {
    margin-right: 0;
}


.con-djdt ul li .title {
    color: #3b3b3b;
}

.con-djdt ul li .desc {
    color: #3b3b3b;
    opacity: .6;
    font-size: 14px;
    line-height: 25px;
    margin-top: 13px;
}

.con-djdt ul li:hover .title {
    color: #288bd7;
    font-weight: bold;
}

.con-djdt ul li:hover .desc {
    opacity: .8;
}


.main-txzy {
    width: 100%;
    height: 605px;
    box-sizing: border-box;
    padding-top: 40px;
    /* background: url(../img/main-txzy-bg.png) center no-repeat; */
    /* background-size: 100% 100%; */

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-txzy-bg.png);
}

.main-txzy .txzy {
    position: relative;
}

.main-txzy .column {
    margin: 20px 0 15px 0;
    border: none;
    padding: 0;
}

.main-txzy .column .name {
    border: none;
}

.con-txdt {
    position: absolute;
    left: 0;
    width: 380px;
    height: 520px;
    background: #f0fdff;
    border-top: 5px solid #288bd7;
    background: url(../img/con-txdt-bg.png) no-repeat #f0fdff;
    background-position-x: 96%;
    background-position-y: 15px;
}


.con-zyjs {
    position: absolute;
    left: 410px;
    width: 380px;
    height: 520px;
    background: #fffcf0;
    border-top: 5px solid #f5b731;
    background: url(../img/con-zyjs-bg.png) no-repeat #fffcf0;
    background-position-x: 96%;
    background-position-y: 15px;
}


.con-zyjs ul li {
    width: 100%;
    height: 80px;
    background: #f9f4db;
    margin-bottom: 20px;
    line-height: 80px;
    text-align: center;
}

.con-zyjs ul li .ico {
    display: inline-block;
    position: relative;
    top: 7px;
}

.con-zyjs ul .li1 .ico {
    width: 42px;
    height: 30px;
    background: url(../img/zyjs01-ico.png) no-repeat;
}

.con-zyjs ul .li2 .ico {
    width: 29px;
    height: 35px;
    background: url(../img/zyjs02-ico.png) no-repeat;
}

.con-zyjs ul .li3 .ico {
    width: 40px;
    height: 32px;
    background: url(../img/zyjs03-ico.png) no-repeat;
}

.con-zyjs ul .li4 .ico {
    width: 45px;
    height: 36px;
    background: url(../img/zyjs04-ico.png) no-repeat;
}

.con-zyjs ul .li1:hover .ico {

    background: url(../img/zyjs01-ico-on.png) no-repeat;
}

.con-zyjs ul .li2:hover .ico {

    background: url(../img/zyjs02-ico-on.png) no-repeat;
}

.con-zyjs ul .li3:hover .ico {

    background: url(../img/zyjs03-ico-on.png) no-repeat;
}

.con-zyjs ul .li4:hover .ico {

    background: url(../img/zyjs04-ico-on.png) no-repeat;
}



.con-zyjs ul li:hover span {
    color: #288bd7;
    font-weight: bold;
}

.con-zyjs ul li span {
    font-size: 20px;
    color: #383838;
}

.con-zyjs ul li a {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.con-zyjs ul li:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}



.con-xyjj {
    position: absolute;
    right: 0;
    width: 380px;
    height: 520px;
    background: #fbf0ff;
    border-top: 5px solid #b031a6;
    border-top: 5px solid #b031a6;
    background: url(../img/con-xyjj-bg.png) no-repeat #fbf0ff;
    background-position-x: 96%;
    background-position-y: 15px;
}

.con-xyjj .xyjj,
.con-zyjs .zyjs,
.con-txdt .txdt {
    box-sizing: border-box;
    padding: 0 18px;
}

.con-xyjj .img {
    overflow: hidden;
}

.con-xyjj .img img {
    width: 345px;
    height: 210px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-xyjj .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-xyjj .text {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    margin-top: 12px;
    height: 160px;
}

.con-xyjj .more,
.con-zyjs .more,
.con-txdt .more {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}




.con-xyjj .more a {
    color: #b031a6;
    position: relative;
    display: inline-block;
}

.con-zyjs .more a {
    color: #f5b731;
    position: relative;
    display: inline-block;
}

.con-txdt .more a {
    color: #288bd7;
    position: relative;
    display: inline-block;
}

.con-txdt ul li.nli {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    padding-left: 8px;
    transition: all 0.5s ease-in-out;
    left: 0;
}

.con-txdt ul li.nli::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
}

.con-txdt ul li.nli:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.con-txdt ul li.nli:hover a {
    color: #288bd7;
    font-weight: bold;
}

.con-txdt ul li.nli:hover .dete {
    opacity: .8;
}

.con-txdt ul li.nli:hover::before {
    background: #288bd7;
}

.con-txdt ul li.nli a {
    font-size: 16px;
    color: #333;
}

.con-txdt ul li.nli .dete {
    font-size: 16px;
    color: #333;
    opacity: .5;
    float: right;
}

.con-txdt ul li.first {
    width: 100%;
    height: 100px;
    position: relative;
    margin-bottom: 18px;
}

.con-txdt ul li.first .text {
    width: 200px;
    height: 85px;
    background: #288bd7;
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 12px;
}

.con-txdt ul li.first .text .title {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}

.con-txdt ul li.first .text .dete {
    color: #fff;
    font-size: 12px;
    opacity: .5;
    margin-top: 5px;
}

.con-txdt ul li.first .img {
    overflow: hidden;
}

.con-txdt ul li.first .img img {
    width: 155px;
    height: 85px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-txdt ul li.first:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}

.footer {
    width: 100%;
    height: 130px;
    background: url(../img/footer-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.footer .foot {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 45px;
}

.footer .banq p {
    color: #fff;
    opacity: .75;
    font-size: 14px;
    line-height: 30px;
}

.footer .banq p a {
    color: #fff;
}


.footer .main-links .box {
    width: 220px;
    height: 34px;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .main-links .box h3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    height: 34px;
    width: 100%;
    margin: 0;
    opacity: .75;
    position: relative;
    padding-left: 15px;
}

.footer .main-links .box .ico {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 38px;
    text-align: center;
    line-height: 34px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}



.footer .main-links .box ul {
    width: 100%;
    height: 350px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 34px;
    display: none;
    overflow-y: scroll;
}

.footer .main-links .box:hover ul {
    display: block;
}

.footer .main-links .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
}

.footer .main-links .box ul li:hover a {
    color: #0d55af;
}

.footer .main-links .box ul li a {
    color: #333;
}