.indexFlash,
.indexFlash li {
    height: 703px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.indexFlash .img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: All 5s ease;
    -webkit-transition: All 5s ease;
    -moz-transition: All 5s ease;
    -o-transition: All 5s ease;
}

.indexFlash .box {
    position: absolute;
    z-index: 3;
    left: 54.5%;
    top: 45%;
    margin-left: -510px;
    margin-top: -105px;
    color: #FFF;
    width: 420px;
    overflow: hidden
}

.indexFlash .bg {
    /*position:absolute; z-index:2; left:54.5%; top:50%; margin-left:-565px; margin-top:-153px;*/
    background: rgba(97, 129, 247, 0.9);
    color: #FFF;
    width: 495px;
    height: 345px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: All 1s ease 1.3s;
    -webkit-transition: All 1s ease 1.3s;
    -moz-transition: All 1s ease 1.3s;
    -o-transition: All 1s ease 1.3s;
}

.indexFlash .line {
    margin-bottom: 20px;
    width: 45px;
    height: 3px;
    background: #FFF;
    position: relative;
    left: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: All 0.5s ease 1.1s;
    -webkit-transition: All 0.5s ease 1.1s;
    -moz-transition: All 0.5s ease 1.1s;
    -o-transition: All 0.5s ease 1.1s;
}

.indexFlash h2 {
    width: 420px;
    font-weight: 400;
    font-size: 39px;
    line-height: 44px;
    padding: 15px 0 30px 0;
    position: relative;
    top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: All 0.8s ease;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease;
}

.indexFlash p {
    font-size: 17.5px;
    line-height: 28px;
    position: relative;
    top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: All 0.8s ease 0.3s;
    -webkit-transition: All 0.8s ease 0.3s;
    -moz-transition: All 0.8s ease 0.3s;
    -o-transition: All 0.8s ease 0.3s;
}

.indexFlash .btnDiv {
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.indexFlash .btnDiv span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.indexFlash .btnDiv .on {
    background: #FFF;
}

.indexFlash .liNow .img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.indexFlash .liNow h2,
.indexFlash .liNow p {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=1);
}

.indexFlash .liNow .line {
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=1);
}

.indexFlash .liNow .bg {
    opacity: 1;
    filter: alpha(opacity=1);
}

.indexPart1 {
    background: url(../image/nimg1920_2.jpg) center bottom no-repeat fixed;
    background-size: cover;
    height: 250px;
}

.indexPart1 li {
    float: left;
    width: 25%;
    color: #FFF;
}

.indexPart1 h2 {
    height: 140px;
    position: relative;
    padding-left: 55px;
    font-size: 43px;
    font-weight: 400;
}

.indexPart1 h2 img {
    position: absolute;
    left: 0px;
    top: 65px;
}

.indexPart1 h2 span {
    display: inline-block;
    border-bottom: #5e5d5e solid 1px;
    padding: 55px 0 3px 0;
}

.indexPart1 p {
    font-size: 13px;
    line-height: 21px;
    padding-left: 55px;
    color: rgba(255, 255, 255, 0.9);
}

.indexPart1 p i {
    display: block;
}

.pageTitle {
    font-size: 30px;
    padding: 1.7em 0;
    text-align: center;
    color: #333;
}

.indexPart2 li {
    float: left;
    width: 25%;
    height: 320px;
    text-align: center;
}

.indexPart2 .img {
    height: 175px;
    position: relative;
}

.indexPart2 .img img {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -72px;
}

.indexPart2 .name {
    font-size: 18px;
    line-height: 28px;
    color: #6483fe;
    padding: 0 10px;
}

.indexPart2 p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 40px;
    color: #666;
    text-align: justify;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: -28px;
}

.indexPart2 .img2 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexPart2 .liNow .img2 {
    opacity: 1;
    filter: alpha(opacity=1);
}

.indexPart2 .liNow .img1 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexPart2 .liNow .name {
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexPart2 .liNow p {
    opacity: 1;
    filter: alpha(opacity=1);
}

.indexPart3 {
    background: url(../image/nimg1920_3.jpg) center no-repeat fixed;
    background-size: cover;
}

.indexPart3 .wal {
    height: 680px;
    position: relative;
    color: #FFF;
}

.indexPart3 li {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    padding-top: 0px;
}

.indexPart3 li table {
    width: 100%;
}

.indexPart3 .msg {
    font-size: 16px;
    padding: 33px 0 30px 0;
    color: rgba(255, 255, 255, 0.8);
}

.indexPart4 li {
    float: left;
    width: 20%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.indexPart4 .img img {
    width: 100%;
    opacity: 0.88;
    filter: alpha(opacity=0.88);
}

.indexPart4 .name {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -60px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 2em;
}

.indexPart4 .name img {
    width: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 30px;
}

.indexPart4 .name em {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 60px;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}

.indexPart4 .liNow {
    background: #365ce6;
}

.indexPart4 .liNow .name img,
.indexPart4 .liNow .name em {
    opacity: 1;
    filter: alpha(opacity=1);
    top: 0px;
}

.indexPart4 .liNow .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.indexPart5 {
    background: #f2f3f7;
    min-height: 300px;
}

.indexPart5 .list {
    padding-top: 20px;
    margin-left: -12px;
    margin-right: -13px;
}

.indexPart5 li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}

.indexPart5 img,
.indexPart5 .name {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.indexPart5 .name {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 231px;
    height: 153px;
    line-height: 153px;
    margin-left: -115.5px;
    font-size: 18px;
    color: #FFF;
    background: url(../image/bg1.png);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

.indexPart5 .liNow .name {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.indexPart5 .btnDiv {
    height: 70px;
    padding-top: 30px;
    text-align: center;
    clear: both;
}

.indexPart5 .btnDiv span {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #FFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.indexPart5 .btnDiv .on {
    background: #7491f8;
}

.indexPart6 {
    background: url(../image/nimg1920_4.jpg) center no-repeat fixed;
    background-size: cover;
}

.indexPart6 .wal {
    height: 595px;
    position: relative;
    color: #FFF;
}

.indexPart6 li {
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
}

.indexPart6 li .imgDiv {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}


/*.indexPart6 li a{display:block; }*/

.indexPart6 li a img {
    width: 100%;
    height: auto;
}

.indexPart6 a {
    color: #FFF;
}

.indexPart6 .name a:hover {
    color: #FFF !important;
}

.indexPart6 .name {
    padding: 25px 0 20px 0;
    opacity: 0.7;
    filter: alpha(opacity=0.7);
}

.indexPart6 p {
    padding: 0 25px;
    opacity: 0.7;
    filter: alpha(opacity=0.7);
}

.indexPart6 .liNow .name,
.indexPart6 .liNow p {
    opacity: 1;
    filter: alpha(opacity=1);
}

.indexPart7 .h10 {
    height: 80px;
}
.indexPart7 .more{
	text-align: center;
	clear: both;
	padding-top: 80px;
}
.indexPart7 .more a{
	display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 106px;
    border: #6686f8 solid 1px;
    font-size: 14px;
    color: #6686f8;
    background: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.indexPart7 .more a:hover{
    border: #6686f8 solid 1px;
    color: #fff;
    background: #6686f8;
}
.indexPart7 .list {
    margin-left: -27px;
    margin-right: -28px;
}

.indexPart7 li {
    float: left;
    width: 33.33%;
    font-size: 14px;
}

.indexPart7 .box {
    width: 296px;
    background: #FFF;
    margin: 0 auto;
    min-height: 200px;
    position: relative;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.indexPart7 .img {
    border: #FFF solid 3px;
    position: absolute;
    left: 34px;
    margin-top: -38px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.indexPart7 .ico {
    background: url(../image/ico2.png) left top no-repeat;
    width: 96px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-indent: 10px;
    margin-left: auto;
}

.indexPart7 dl {
    padding: 10px 15px;
    line-height: 30px;
    color: #6483fe;
}

.indexPart7 dd {
    height: 30px;
    overflow: hidden;
    text-indent: 37px;
}

.indexPart7 .dd_01 {
    background: url(../image/nimg17_1.png) 10px center no-repeat;
}

.indexPart7 .dd_02 {
    background: url(../image/nimg17_2.png) 10px center no-repeat;
    float: left;
    width: 50%;
}

.indexPart7 .dd_03 {
    background: url(../image/nimg17_3.png) 10px center no-repeat;
    float: left;
    width: 50%;
    text-indent: 30px;
}

.indexPart7 .dd_04 {
    background: url(../image/nimg17_4.png) 10px center no-repeat;
    clear: both;
}

.indexPart7 .name {
    margin: 0 15px;
    border-top: #eee solid 1px;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 10px 10px;
}

.indexPart7 .msg {
    padding: 0 0 15px 25px;
    color: #666;
}

.indexPart7 .btn {
    padding: 0 0 25px 25px;
}

.indexPart7 .btn a {
    display: inline-block;
    border: #6686f8 solid 1px;
    color: #6686f8;
    font-size: 18px;
    width: 142px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.indexPart7 .btn a:hover {
    background: #6686f8;
    color: #FFF;
}

.indexPart7 .liNow .box {
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.indexPart8 {
    background: #6686f8;
    color: #FFF;
}

.indexPart8 .wal {
    height: 670px;
    position: relative;
}

.indexPart8 .list {
    margin-right: -12px;
    padding-top: 40px;
}

.indexPart8 li {
    float: left;
    width: 25%;
    font-size: 16px;
    line-height: 24px;
}

.indexPart8 li a {
    color: #5e80d7;
}

.indexPart8 .slick-prev,
.indexPart8 .slick-next {
    margin-top: -20px;
}

.indexPart8 .slick-next {
    margin-right: -608px;
}

.indexPart8 .box {
    margin-right: 12px;
    background: #e0e7fe;
    position: relative;
}

.indexPart8 .imgDiv img {
    width: 100%;
}

.indexPart8 .img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.indexPart8 .name {
    padding: 20px 15px 0 15px;
    height: 6em;
    overflow: hidden;
}

.indexPart8 .btn1 {
    padding: 13px 0 20px 15px;
    background: url(../image/line.png) 15px top no-repeat;
    font-size: 14px;
}

.indexPart8 .btn1 span {
    padding-left: 6px;
    color: #5e80d7;
}

.indexPart8 .btn1 span:hover {
    font-weight: bold;
    line-height: 20px;
}

.indexPart8 .btn1 img {
    width: 20px;
    height: auto;
}

.indexPart8 .btn1 a:hover {
    font-weight: bold;
}

.indexPart8 .more {
    text-align: center;
    clear: both;
    padding-top: 80px;
}

.indexPart8 .more a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 106px;
    border: #8ca4fa solid 1px;
    font-size: 14px;
    color: #FFF;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.indexPart8 .more a:hover {
    background: #FFF;
    border: #FFF solid 1px;
    color: #6483fe;
}

.indexPart8 .on .box {
    background: #f9faff;
}
