﻿body {
    font-size: 16px;
    font-family: "微软雅黑", sans-serif;
    min-width: 1200px;
}
html {
    *overflow-x: hidden;
}
*, p, h1, ul, li, input, img, figure, h3, h1, h2, dl, dd, dt {
    margin: 0;
    padding: 0;
}
ul, ol, li, dl, dt, dd {
    list-style: none;
}
a {
    text-decoration: none;
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    display: block;
    border: 0;
}
.clear {
    clear: both;
}
:-moz-placeholder {
    color: #939393;
}
::-moz-placeholder {
    color: #939393;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #939393;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #939393;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], textarea {
    -webkit-appearance: none;
    border: none;
    outline: none;
}
.box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.lf {
    float: left;
}
.rg {
    float: right;
}
body ::selection {
    color: #FFFFFF;
    background-color: #00a8fd;
    text-shadow: none;
}
body ::-moz-selection {
    color: #FFFFFF;
    background-color: #00a8fd;
    text-shadow: none;
}

/* 首页 */
.header-banner{
    position: relative;
    height: 640px;
    background: #000;
}
.header-logo{
    position: absolute;
    width: 987px;
    left: 50%;
    top:30px;
    margin-left: -494px;
    z-index: 11;
}
.header-logo a{
    display: block;
    position: relative;
    text-align: center;
    width:987px;
    height:81px;
    overflow: hidden;
}
.light{
    cursor:pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100px;
    height: 100%;
    opacity: .5;
    background-image: url("../img/logo-bg.png");
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    animation: myfirst 2s linear infinite;
    -moz-animation: myfirst 2s linear infinite;
    -webkit-animation: myfirst 2s linear infinite;
    -o-animation: myfirst 2s linear infinite;
}
@keyframes myfirst{
    0% {left: -100%;  }
    100% {left:100%;  }
}
@-moz-keyframes myfirst{
    0% {left: -100%;  }
    100% {left:100%;  }
}
@-webkit-keyframes myfirst {
    0% {left: -100%;  }
    100% {left:100%;  }
}
@-o-keyframes myfirst {
    0% {left: -100%;  }
    100% {left:100%;  }
}
.header-nav{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 114px;
    padding-top: 5px;
    padding-left: 200px;
    background: url("../img/nav-bg.png") repeat-y right top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    z-index: 11;
}
.header-nav a{
    display: block;
    float: left;
    font-size:16px;
    color: #fff;
    margin-right:35px;
    margin-top: 20px;
}
.header-nav a:hover{
    text-decoration: underline;
}
.header-nav-lf{
    float: left;
}
.header-nav-rg{
    display: block;
    margin-left: 100px;
    overflow: hidden;
}
.banner {
    width: 100%;
    height:640px;
    overflow: hidden;
}
.banner-box{
    width: 100%;
    height:640px;
}
.banner-box .bd{
    position: relative;
    left: 50%;
    top: 0;
    width: 1920px;
    height:640px;
    overflow:hidden;
    margin-left: -960px;
}
.banner-box .bd li{
    width:100% !important;
    height:640px;
}
.banner-box .bd li img{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    height:640px;
}
.banner-box .bd li a{
    display:block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.index1{
    height: 70px;
    border-bottom: 1px solid #d2d2d2;
}
.position{
    float: left;
    padding-left: 25px;
    line-height: 70px;
    font-size: 14px;
    background: url("../img/home.png") no-repeat left 25px ;
}
.search-box{
    float: right;
    width: 430px;
    height: 46px;
    margin-top: 12px;
    border-radius: 8px;
    background: #cceeff;
    overflow: hidden;
}
.search-con{
    float: left;
    width: 280px;
    margin-left: 20px;
    height: 48px;
    line-height: 48px;
    background: top;
}
.search-submit{
    float: right;
    width: 116px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    border-radius: 8px;
    background: #00a8fd url("../img/search.png") no-repeat 20px center ;
}
.index2{
    float: left;
    width: 850px;
}
.content{
    padding-top: 30px;
    padding-bottom: 45px;
    overflow: hidden;
}
.area-title-box{
    position: relative;
    margin-bottom: 35px;
    height: 26px;
}
.area-title-box ul{
    float: left;
}
.area-title-list li{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-left: 15px;
    font-size: 20px;
    color: #333;
    line-height: 26px;
    border-left: 4px solid transparent;
    cursor: pointer;
}
.area-title-list li:first-child{
    margin: 0;
}
.area-title-list li.on{
    font-weight: bold;
    border-left: 4px solid #3574d8;
}
.more{
    float: right;
    padding-right: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    background:url("../img/more.png") no-repeat right center ;
}
.more:hover{
    color: #3574d8;
}
.index2-1{
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}
.index2-1-pic{
    float: left;
    width: 410px;
    height: 258px;
    border-radius:5px;
    overflow: hidden;
}
.index2-1-pic img{
    width: 410px;
    height: 258px;
}
.index2-1-con{
    float: right;
    width: 388px;
    padding-top: 10px;
}
.index2-1-con h1{
    height: 52px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index2-1-con h1:hover{
    color: #3574d8;
}
.index2-1-con p{
    height: 120px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.index2-1-con p:hover{
    color: #333;
}
.index2-1-con-s{
    overflow: hidden;
}
.index2-1-con-s span{
    float: left;
    padding-left: 25px;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}
.index2-span-1{
    background: url("../img/index2.png") no-repeat left center;
}
.index2-span-2{
    background: url("../img/index3.png") no-repeat left center;
}
.index2-2-list{
    margin-top: 20px;
    overflow: hidden;
}
.index2-2-list li{
    float: left;
    width: 255px;
    margin-left: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index2-2-list li:first-child{
    margin-left: 0;
}
.index2-2-list h2{
    height: 42px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight:normal;
    background: url("../img/index4.png") no-repeat left 7px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index2-2-list h2:hover{
    color: #3574d8;
}
.index2-2-list .index2-span-1{
    margin-left: 10px;
}
.index3{
    float: right;
    width: 325px;
}
.index-jt{
    float: right;
}
.index-jt a{
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
}
.index-jt a.prev{
    margin-right: 5px;
    background-image:url("../img/prov.png");
}
.index-jt a.next{
    background-image:url("../img/next.png") ;
}
.index-jt a:hover{
    background-color: #00a8fd;
}
.index3-list-1 li{
    padding: 14px 0;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
}
.index3-list-1 li:hover {
    padding: 14px 0;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
}
.index3-list-1 li:first-child{
    border-top: none;
    padding-top: 0;
}
.index3-pic{
    float: left;
    width: 114px;
    height: 71px;
}
.index3-pic img{
    width: 114px;
    height: 71px;
}
.index3-con{
    float: right;
    width: 195px;
}
.index3-con h2{
    height: 42px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index3-con:hover h2{
    color: #3574d8;
}
.index3-con p{
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}
.index3-list-2 li{
    padding: 23px 0;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}
.index3-list-2 li:first-child{
    padding-top:0;
}
.index3-list-2 li a:hover h2{
    color: #3574d8;
}
.index3-list-2 h2{
    float: left;
    width: 220px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.index3-list-2 span{
    float: right;
    font-size: 14px;
    color: #999;
}
.content1{
    padding-bottom: 50px;
    background: #f6f6f6 url("../img/index5.png") no-repeat 30% center;
}
.index4{
    float: left;
    width:582px;
}
.index4-1{
    margin-bottom: 70px;
}
.index4-1:last-child{
    margin-bottom: 0;
}
.index4-box p{
    height: 120px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.index4-box p:hover{
    color: #00a8fd;
}
.index5{
    float: right;
    width:582px;
}
.index5-list{
    overflow: hidden;
}
.index5-list li{
    float: left;
    width: 280px;
    margin-right: 22px;
}
.index5-list li:last-child{
    margin-right: 0;
}
.index5-pic{
    width: 280px;
    height: 260px;
    overflow: hidden;
}
.index5-pic img{
    width: 280px;
    height: 260px;
}
.index5-con{}
.index5-con h2{
    padding: 15px 0 8px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index5-con p{
    height: 63px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.index5-con h2:hover,
.index5-con p:hover{
    color: #3574d8;
}
.index5-con-jt{
    height: 30px;
    margin-top: 20px;
    background: url("../img/index6.png") no-repeat left center;
    transition: 300ms all;
    -webkit-transition: 300ms all;
    -moz-transition:300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
}
.index5-con-jt:hover{
    height: 30px;
    background: url("../img/index6.png") no-repeat right center;
}
.index5-pic1{
    width:280px;
    height: 170px;
}
.index5-pic1 img{
    width:280px;
    height: 170px;
}
.area-title-list-1{
    position: absolute;
    right: 0;
    top:0;
    width: 453px;
    line-height: 26px;
}
.area-title-list-1 li{
    float: left;
    font-size:16px;
    color: #333;
    cursor: pointer;
}
.area-title-list-1 span{
    float: left;
    color: #999;
    margin: 0 10px;
}
.area-title-list-1 li.on{
    color: #3574d8;
}
.area-title-list-1 span a{
    color: #333;
    font-size: 16px;
}
.area-title-list-1 span a:hover{
    color: #3574d8;
}
.index5-list1{

}
.index5-list1 li{
    height: 70px;
    background: #f5f5f5;
    padding: 15px 30px;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index5-time{
    float: left;
    padding-right: 30px;
    border-right: 1px solid #dcdcdc;
}
.index5-time p{
    float: left;
    font-size: 12px;
    color: #333;
}
.index5-time span{
    display: block;
    font-size: 18px;
    color: #333;
}
.index5-con1{
    float: left;
    width: 400px;
    margin-left: 30px;
}
.index5-con1 p{
    height: 42px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index5-list1 a:hover .index5-con1 p{
    color: #3574d8;
}
.index5-list2 p{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index5-list2 li a:hover p{
    color: #3574d8;
}
.index5-pic2{
    float: left;
    width: 273px;
    height: 305px;
}
.index5-pic2 img{
    width: 273px;
    height: 305px;
}
.index5-list3{
    float: right;
    width: 275px;
}
.index5-list3 li{
    padding: 18px 0;
    border-bottom: 1px solid #dcdcdc;
}
.index5-list3 li:first-child{
    padding-top: 0;
}
.index5-list3 p{
    height: 44px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.index5-list3 li:hover p{
    color: #3574d8;
}
/*-footer-*/
.footer-center-top {
    padding:25px 0;
    overflow:hidden;
    background: url("../img/foot-dot-bg.png") repeat;
}
.footer-center-top-a {
    float:right;
    width:1010px;
    position:relative;
}
.footer-center-top-a-ul li {
    float:left;
    width:192px !important;
    margin:0 5px 0 5px;
    background-color:#fff;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
.footer-center-top-a-ul-img {
    border:1px solid #dcdcdc;
    transition:0.5s ease all;
}
.footer-center-top-a-ul-img:hover {
    border:1px solid #00a8fd;
    transition: 0.5s ease all;
}
.footer-center-top-a .prev {
    position:absolute;
    left:-90px;
    top:30px;
    z-index: 11;
    display:block;
    width:24px;
    height:24px;
    background:url(../img/footer-left.png) no-repeat center;
    cursor:pointer;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}
.footer-center-top-a .next {
    position:absolute;
    left:-54px;
    top:30px;
    z-index: 11;
    display:block;
    width:24px;
    height:24px;
    background:url(../img/footer-right.png) no-repeat center;
    cursor:pointer;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}
.footer-center-top-a .prev:hover,.next:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
.footer-center-top-a .bd {
    width:1010px;
    overflow: hidden;
}
.footer-center-top-dl {
    float:left;
    padding-top:18px;
}
.footer-center-top-dl dt {
    font-size:20px;
    font-weight:bold;
    color:#333;
}
.footer-center-top-dl dd {
    font-family:"Arial";
    font-size:16px;
    font-weight:bold;
    color:#2d2d2d;
    letter-spacing:9px;
}
.footer-center {
    width:100%;
    padding:44px 0;
    background-color:#1e1d24;
    overflow:hidden;
}
.footer-center-left {
    float:left;
}
.footer-center-left-p-a {
    padding-bottom:8px;
    font-size:22px;
    color:#fff;
}
.footer-center-left-p-b {
    font-size:16px;
    line-height:25px;
    color:#6f6d74;
}
.footer-center-right {
    float:right;
    text-align:right;
}
.footer-center-right-img {
    display: inline-block;
    border:7px solid #fff;
}
.footer-center-right-div {
    display: inline-block;
    padding-right:24px;
}
.footer-center-right-div-p-a {
    display: inline-block;
    padding:0 0 0 22px;
    font-size:16px;
    color:#3574d8;
    background:url(../img/footer-4.png) no-repeat center left;
}
.footer-center-right-div-p-b {
    padding:7px 0 14px 0;
    font-size:28px;
    font-family:"Arial";
    color:#fff;
}
.footer-center-right-div-p-solid {
    border-bottom:1px solid #34333b;
}
.footer-center-right-div-p-c {
    display: inline-block;
    padding:0 25px 0 0;
    margin:11px 0 0 0;
    font-size:16px;
    color:#6f6d74;
    background:url(../img/footer-5.png) no-repeat center right;
}
.footer-bottom {
    width:100%;
    line-height:49px;
    background-color:#141419;
    overflow: hidden;
}
.footer-bottom-p {
    float:left;
    font-size:14px;
    color:#6f6d74;
}
.footer-bottom-p a {
    color:#6f6d74;
    transition: 0.5s ease all;
}
.footer-bottom-p a:hover {
    opacity:.7;
    transition: 0.5s ease all;
}
.footer-bottom-p-1 {
    float:right;
    text-align:right;
}
.footer-bottom-p-1 img {
    position:relative;
    top:7px;
    display:inline-block;
    padding:0 10px;
    transition: 0.5s ease all;
    cursor:pointer;
}
.footer-bottom-p-1 img:hover {
    opacity: .6;
    transition: 0.5s ease all;
}
.page-hd{
    position: relative;
    height: 70px;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    padding-top:0!important;
}
.page-nav-list li{
    position: relative;
    float: left;
    width:135px ;
    margin-top: -1px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 72px;
    cursor: pointer;
}
.page-nav-list li a{
    color: #333;
    display:block;
    width: 100%;
    height:100%;
}
.page-nav-list li.on a{
    color: #fff;
}
.page-nav-list li.on{
    color: #fff;
    background: #00a8fd;
}
.page-nav-list li.on:before{
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom:0;
    width:0;
    height:0;
    border-top:15px solid rgba(0,0,0,0);
    border-right:15px solid  rgba(0,0,0,0);
    border-bottom:15px solid #fff;
    border-left:15px solid  rgba(0,0,0,0);
    content: '';
}
.page-main{
    margin-bottom: 50px;
}
.page-box{
    overflow: hidden;
}
.page-area-title{
    text-align: center;
    margin-top: 35px;
}
.page-area-title h1{
    margin-bottom: 5px;
    font-size: 23px;
    color: #333;
    font-weight: normal;
}
.page-area-title p{
    font-size: 13px;
    color: #999;
    line-height: 20px;
    text-transform: uppercase;
}
.page-area-title p span{
    position: relative;
    display: inline-block;
    top: -5px;
    margin: 0 10px;
    background: #999;
    width: 100px;
    height: 1px;
    border: none;
}
.page-1{
    margin-top: 50px;
    overflow: hidden;
}
.page-list-1 li{
    padding: 15px 0;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}
.page-list-1 li p{
    float: left;
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-list-1 li a{
    color: #333;
}
.page-list-1 li a:hover{
    color: #00a8fd;
}
.page-list-1 li span{
    float: right;
}
.culture-pic{
    float: left;
    width:483px;
    height: 556px;
}
.culture-pic img{
    width:483px;
    height: 556px;
}
.page-list1{
    float: right;
    width: 675px;
}
.page-list1 li{
    font-size: 16px;
    padding: 29px 0;
}
.page-list1 p{
    width: 80%;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-list1 p:hover{
    color: #00a8fd;
}
.page-2 .page-lf img{
    width: 595px;
}
.page-2 .page-rg{
    width: 510px;
    padding-right: 50px;
}
.page-rg p{
    font-size: 16px;
    line-height: 40px;
    color: #333;
}
.page-3 .page-lf img{
    width: 483px;
}
.page-3 .page-rg{
    width: 680px;
}
.page-3 .page-rg p{
    text-indent: 2em;
}
.text-con img{
    display: block;
    max-width: 100%;
    margin: 0 auto ;
}
.text-con h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.text-con p{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-indent: 2em;
}
.page-list2{
    margin-left: -61px;
}
.page-list2 li{
    float: left;
    width: 191px;
    margin-left: 61px;
    margin-bottom: 50px;
    cursor: pointer;
}
.leader-pic{
    width: 191px;
    height: 244px;
    overflow: hidden;
    margin-bottom: 15px;
}
.leader-pic img{
    width: 191px;
    height: 244px;
}
.page-list2 p{
    font-size: 16px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mask{
    display:none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
}
.pop{
    display:none;
    position: fixed;
    left: 50%;
    top:50%;
    width:1060px;
    height: 650px;
    padding: 20px;
    margin:-325px 0 0 -530px ;
    border-radius: 8px;
    z-index: 111;
    overflow: hidden;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pop-top{
    position: relative;
    padding: 15px 0 20px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #dcdcdc;
}
.pop-top p{
    font-size: 22px;
    color: #7c7c7c;
    font-weight: bold;
}
.hide{
    position: absolute;
    right: 0;
    bottom:20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    background: #00a8fd url("../img/index7.png") no-repeat center center;
}
.pop-bottom img{
    float: left;
    width: 328px;
    height: 418px;
    margin-left: 50px;
}
.leader-box{
    position: relative;
    float: right;
    width: 550px;
    height: 450px;
    padding-top: 20px;
}
.leader-box h3{
    font-size:22px;
    color: #333;
}
.leader-con {
    height: 320px;
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}
.leader-con p{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.leader-no{
    position: absolute;
    right: 10px;
    bottom: 0;
    text-align: right;
    font-size: 14px;
    color: #6c6c6c;
}
.leader-no p{
    padding-bottom: 10px;
}
.leader-no a{
    color: #6c6c6c;
    padding-left: 18px;
}
.leader-no a:hover{
    color: #00a8fd;
}
.next1 a{
    background: url("../img/index8.png") no-repeat left center;
}
.prev1 a{
    background: url("../img/index9.png") no-repeat left center;
}
.body-overflow{
    overflow:hidden;
}
.content-index{
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
}
.recruit-1{
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    border: 1px solid #dcdcdc;
    border-top: none;
    background: #fbfbfb url("../img/index11.png") no-repeat 98% center;
}
.recruit-1 p{
    float: left;
}
.recruit-1 p{
    float: left;
}
.recruit-1-1{
    font-size: 20px;
    color: #333;
}
.recruit-1-2{
    padding-left: 30px;
    margin-left:70px;
    font-size: 14px;
    color: #00a8fd;
    background: url("../img/index12.png") no-repeat left center;
}
.recruit-1.on{
    background: #00a8fd url("../img/index10.png") no-repeat 98% center;
}
.recruit-1.on p{
    color: #fff!important;
}
.recruit-1.on .recruit-1-2{
    background: url("../img/index13.png") no-repeat left center;
}
.recruit-2{
    display: none;
    padding: 30px 120px;
    line-height: 36px;
    color: #3c3c3c;
    border-bottom: 1px solid #dcdcdc;
}
.recruit-2 span{
    display: block;
    font-size: 20px;
    color: #3c3c3c;
}
.recruit-2 p{
    font-size: 16px;
}
.apply{
    display: inline-block;
    height: 42px;
    margin-top: 30px;
    padding: 0 25px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: #00a8fd;
}
.pop2{
    display: none;
    position: fixed;
    left: 50%;
    bottom:200px;
    margin-left: -225px;
    width: 450px;
    height: 390px;
    z-index: 111;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
}
.pop2 .hide{
    top:10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
    bottom: auto;
    background-color: #272636;
}
.pop2 p{
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #282828;
    margin-bottom: 30px;
}
.pop2 p:before{
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #282828;
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -15px;
}
.pop2 label{
    text-align: center;
    display: block;
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    margin-bottom: 20px;
}
.pop2 label input{
    width: 180px;
    height: 30px;
    border:1px solid #ccc;
    line-height: 30px;
    padding: 0 10px;
}
.pop2 label span{
    position:relative;
    display: inline-block;
    width: 95px;
    height: 35px;
    margin-right: 10px;
    line-height: 35px;
    background: #cecece;
    border-radius: 5px;
}
.pop2 label span:hover{
    background: #aaaaaa;
}
.pop2 label a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #003fb2;
    line-height: 30px;
    margin: 0 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 95px;
}
.pop2 label a:hover{
    text-decoration:underline ;
}
.pop2 .upload{
    display: inline-block!important;
    height: 42px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    background: #00a8fd;
    border-radius: 5px;
    margin-top: 30px;
}
.pop2 .upload1{
    position: relative;
}
.pop2 .upload1 input{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.pop2 div{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 106px;
    border-top:1px dashed #959595;
}
.page-list3{
    margin-left: -162px;
}
.page-list3 li{
    float: left;
    width: 292px;
    padding: 15px 0;
    margin-left: 162px;
    font-size: 16px;
    color:#333;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}
.page-list3 li span{
    margin: 0 10px;
}
.page-4{
    overflow: hidden ;
    margin-bottom: 30px;
}
.page-lf{
    width: 469px;
    height: 297px;
    overflow:hidden ;
}
.page-lf img{
    width: 469px;
    height: 297px;
}
.page-rg{
    width: 690px;
}
.page-list4 li{
    height: 65px;
    margin-bottom: 11px;
    background: #f5f5f5;
}
.page-4-1{
    float: left;
    width: 90px;
    color: #333;
    line-height: 65px;
    text-align: center;
    font-size: 40px;
    font-family: 宋体;
}
.page-4-2{
    float: left;
    width: 600px;
    color: #333;
}
.page-4-2 p{
    width: 90%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page-4-2 span{
    font-size: 14px;
}
.page-4-2:hover p{
    color: #00a8fd!important;
}
.text-title{
    text-align: center;
    margin-bottom: 30px;
}
.text-title h1{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}
.text-title span{
    float: none;
    display: inline-block;
    color: #333;
}
.text-title .index2-span-1{
    background-image: url("../img/index14.png");
}
.text-title .index2-span-2{
    background-image: url("../img/index15.png");
}
.text-no{
    margin-top: 60px;
    overflow: hidden;
}
.text-no-1{
    width: 60%;
}
.text-no-1 p{
    margin-bottom: 10px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.text-no-1 p a{
    font-size: 16px;
    color: #333;
}
.text-no-1 p a:hover{
    color: #00a8fd;
}
.text-back a{
    display: block;
    margin-top: 18px;
    font-size: 16px;
    color: #00a8fd;
}
.map{
    float: left;
    width: 767px;
    border: 1px solid #d2d2d2;
}
.map-addr{
    float: right;
    padding-top: 25px;
    width: 330px;
    padding-right: 40px;
}
.map-addr h1{
    margin-bottom: 30px;
    font-size: 22px;
    color: #333;
    line-height: 36px;
    font-weight: normal;
}
.map-addr p{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.message-box{
    width: 630px;
    margin: 0 auto;
}
.message-1{
    position: relative;
    margin-bottom: 12px;
    min-height: 56px;
    line-height: 56px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.message-1 span{
    float: left;
    margin-left: 20px;
    font-size: 20px;
    color: #585858;
    line-height: 56px;
}
.message-1 input{
    float: left;
    width:520px;
    height: 56px;
    font-size: 18px;
    color: #333;
    line-height: 56px;
}
.message-1 textarea{
    float: left;
    width:485px;
    height: 160px;
    margin: 12px 0;
    font-size: 18px;
    font-family: "微软雅黑", sans-serif;
    color: #333;
    line-height: 30px;
    resize: none;
}
.submit{
    display: block;
    width: 198px;
    height: 48px;
    margin: 40px auto 0;
    background: #00a8fd;
    font-size: 18px;
    color: #fff;
}
.page-list5{
    margin-left: -90px;
    overflow: hidden;
}
.page-list5 li{
    float: left;
    width: 555px;
    margin-left: 90px;
    padding: 10px 0;
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.page-list5 li p{
    position: relative;
    float: left;
    width: 60%;
    padding-left: 10px;
    font-size: 16px;
    color: #646464;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-list5 li p:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #00a8fd;
    content: '';
}
.page-list5 li a{
    float: right;
    width: 40px;
    height: 40px;
    background: url("../img/index16.png") no-repeat center center;
}
.page-list5 li a:hover{
    background: url("../img/index17.png") no-repeat center center;
}
.page-1 .index5-list{
    margin-left: -25px;
}
.page-1 .index5-list li{
    margin-left: 26px;
    margin-right: 0;
    margin-bottom: 45px;
}
.page-list6{
    overflow: hidden;
    margin-left: -36px;
}
.page-list6 li{
    float: left;
    margin-left: 36px;
    margin-bottom: 30px;
}
.page-list6-pic{
    position: relative;
    width: 272px;
    height: 191px;
    margin-bottom: 6px;
}
.page-list6-pic img{
    width: 272px;
    height: 191px;
}
.page-list6 p{
    font-size: 16px;
    text-align:center ;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    color: #333;
}
.page-list6-pic:hover:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 168, 253, 0.6);
    content: '';
}
.page-list6-pic:hover:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/index20.png") no-repeat center center;
    content: '';
}
.pop3{
    display: none;
    position: fixed;
    top:50%;
    left: 50%;
    width: 848px;
    height:595px;
    margin: -298px 0 0 -424px;
    z-index: 111;
}
.pop3 img{
    width: 848px;
    height:595px;
}
.pop3 .hide{
    top:0;
    bottom: auto;
    right: -60px;
}
.page-list7{
    overflow: hidden;
    margin-left: -36px;
}
.page-list7 li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-list7 li{
    float: left;
    width: 582px;
    height: 174px;
    margin-left: 36px;
    margin-bottom: 36px;
    background: #f9f9f9 url("../img/index22.png") no-repeat right bottom;
}
.page-list7 h2{
    margin-bottom: 20px;
    font-size: 20px;
    color:#333;
    font-weight:normal;
}
.page-list7 p{
    height: 60px;
    font-size: 14px;
    color:#727272;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.page-list7 li:hover{
    background: #00a8fd url("../img/index21.png") no-repeat right bottom;
}
.page-list7 li:hover h2{
    color: #fff;
}
.page-list7 li:hover p{
    color: #fff;
}
.leader-img{
    float: left;
    width: 308px;
}
.leader-box1{
    width: 860px;
}
.leader-box1 h3{
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.leader-box1 p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.leader-con{
    height: auto;
}
.ban-1{ width:100%; height:935px; position:relative; overflow:hidden;margin:0 auto ;}
.ban2-1{ width:100%; height:757px; position:relative; overflow:hidden;}
.ban2-1 ul{ position:absolute; left:0; top:0;}
.ban2-1 ul li{ position:relative;width:1200px; height:757px;}
.ban2-1 .index-p{position: absolute;  left: 0;  bottom: 0;  width: 100%;  padding: 0 20px;  background: rgba(0, 0, 0, 0.8);  color:#fff;  line-height: 40px;  font-size: 18px;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  }
.num-1{ height:152px;overflow:hidden; width:1015px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:100%;}
.num-1 ul{ position:absolute; left:0; top:0;}
.num-1 ul li{ width:238px; height:150px; margin-right:18px; border: 1px solid transparent;overflow: hidden;}
.num-1 ul li img{ width:238px; height:150px;}
.num-1 ul li.on{ border:1px solid #00a8fd; }
.prev_btn1{ position: relative;width:47px; text-align:center; height:150px; margin-right:45px; cursor:pointer; float:left;background: #e5e5e5;}
.next_btn1{  position: relative; width:47px; text-align:center; height:150px;cursor:pointer;float:right;background: #e5e5e5;}
.prev_btn1:hover,.next_btn1:hover {background: #d7d4d4;  }
.prev_btn1 img ,.next_btn1 img {position: absolute;  left: 50%;  top:50%;  width: 9px;  height: 18px;  margin: -9px 0 0 -4px;  }

.slideBox-Big{  position: relative;}
.slideBox-Scroll{}
.sPrev,.sNext{ position: absolute;top:25px; width: 24px; height: 24px;opacity: .5 }
.sPrev{ left: 0;}
.sNext{ right: 0}
.sPrev:hover{ opacity: 1;}
.sNext:hover{ opacity: 1;}
.slideBox-nav{  margin: 0 auto; width: 1080px; overflow: hidden;}
.slideBox-nav ul{  overflow: hidden; }
.slideBox-nav li{  cursor:pointer;  display: inline;  }
.slideBox-nav .on { border-color: #1e50a2;}
.s-On{display: none;}

/*-分页盒子-*/
.paging{clear:both;  font-size:14px; padding:40px 0 0;text-align:center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.paging1{ display: inline-block;vertical-align: middle;}
.paging1 li{ line-height:34px; background:#f5f5f5;color:#333; display: inline-block; height:34px;text-align:center;}
.paging1 li.hover{ background: #3574d8; color:#fff;}
.paging1 li:hover{ color:#fff;}
.paging1 li.hover a p{ color:#fff;}
.paging p{ width: 34px; height:34px;}
.paging a p{ color:#333;  transition: background 0.3s;  -moz-transition: background 0.3s;  -webkit-transition: background 0.3s;  -o-transition: background 0.3s;}
.paging a:hover p{ color:#fff; background: #3574d8;}
.paging11{ line-height:34px;font-weight:bold;vertical-align: middle;  color:#666; display: inline-block; height:34px;  background:#f5f5f5;}
.paging11:hover a p{ color:#666;}
.paging11:hover a:hover p{ color:#fff; background: #3574d8; }
.paging12{display:inline-block;vertical-align: middle;line-height:36px; color:#333; padding:0px 12px; font-size:14px; }
.paging13{ line-height:34px;vertical-align: middle; background:#f5f5f5; padding-left:15px; height:36px; width:40px; color:#333; display:inline-block;-webkit-appearance: none; outline: none;}
.paging14{ line-height:34px;vertical-align: middle; color:#666; display: inline-block; height:34px;  margin-left:3px; text-align:center; background:#f5f5f5;}
.paging14 p{width: 50px;}
.paging14:hover a p{ color:#666;}
.paging14:hover a:hover p{ color:#fff; background: #3574d8; }
.paging12 span{  margin-right: 10px;  }
.dot-li{background: transparent!important;}
.dot-li:hover{background: transparent!important;color: #333!important;}
.paging .dot-li a:hover p{ color:#333; background: transparent;}



/*--*/
/*
(1)位置属性(position, top, right, z-index, display, float等)
(2)大小(width, height, padding, margin)
(3)文字系列(font, line-height, letter-spacing, color- text-align等)
(4)背景(background, border等)
(5)其他(animation, transition等)
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;

    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;

     li:nth-of-type(odd){ margin-left: 20px;}奇数行
     li:nth-of-type(even){margin-left: 10px;}偶数行

    white-space: nowrap;text-overflow: ellipsis; overflow:hidden;
*/


.search-word{
    margin:20px 0;
    font-size: 20px;
    color: #333;
}
.word-color{
    color: #ff0000;
}
.word-color{
    color: #ff0000;
}
.word-no{
    font-size: 30px!important;
    color: #ff0000;
}
.search-pic-no{
    margin-top: 50px;
}
.search-pic-no img{
    display: block;
    margin: 0 auto;
}
.search-pic-no p{
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #989898;
}
.text-con {
    line-height: 40px;
}
.site-map li{
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.site-map a:hover .site-1{
    color: #00a8fd;
}
.site-1{
    font-size: 20px;
    color: #333;
}
.site-2 {
    overflow: hidden;
}
.site-2 a{
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}
.site-2 a:hover{
    color: #00a8fd;
}
.online{
    margin-top: 30px;
}
.online-box{
    width:600px;
    margin: 0 auto 20px;
    padding: 0 15px;
    min-height: 56px;
    line-height: 56px;
    border: 1px solid #e8e8e8;
}
.online-box span{
    float: left;
    font-size: 20px;
    color: #585858;
}
.online-box input{
    float: right;
    height: 56px;
    padding-right: 10px;
    width: 530px;
    font-size: 20px;
    color: #585858;
}
.online-box textarea{
    position: relative;
    top:15px;
    width: 500px;
    height: 200px;
    font-size: 20px;
    line-height: 30px;
    color: #585858;
    resize: none;
    font-family: "微软雅黑", sans-serif;
}
.submit-btn{
    display: block;
    width: 198px;
    height: 48px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    background: #00a8fd;
}
.submit-btn:hover{
    background: #009deb;
}
