/*轮播*/
.swiper-wrapper {
    color: white;
    font-size: 50px;
}
.swiper1{
    background: url("../images/index/bner2.png") no-repeat center center;
    background-size: cover;
}
.swiper2{
    background: url("../images/index/banner2.png") no-repeat center center;
    background-size: cover;
}
.swiper-pagination-bullet{
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    background: transparent;
    height: 12px;
    width: 12px;
    cursor: pointer;
    border-radius: 50px;
    border: solid 2px #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    border-color: #ff8737;
    background: transparent;
    opacity: 1;
}
/*轮播结束*/
.prohead {
    position: fixed;
}
.icninex {
    display: inline-block;
    background: url("../images/index/icninex.png") no-repeat center center;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.op0 {
    opacity: 0 !important;
    z-index: 1;
}
.op1 {
    opacity: 1 !important;
    z-index: 2;
}
.banerbox {
    position: absolute;
    top: 25%;
    left: 20%;
    z-index: 999;
}
.banerbox h2{
    margin-bottom: 33px;
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 0.6;
}
.banerbox ul li {
    width: 430px;
    height:60px;
}
.banerbox ul li span{
    color: #ffffff;
}
.banerbox ul li a:before{
    content:'';
    display: inline-block;
    margin-right: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #fc6049;
}
.banerbox ul li a:after {
    content: '→';
    display: none;
    font-size: 30px;
    position: absolute;
    right: -52px;
    top: 0;
}
.banerbox ul li.active a:after{
    display: block;
}
.banerbox ul li.active{
    background: -moz-linear-gradient(left, #fc6049 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc6049), color-stop(100%,transparent));
    background: -webkit-linear-gradient(left, #fc6049 0%,transparent 100%);
    background: -o-linear-gradient(left, #fc6049 0%,transparent 100%);
    background: -ms-linear-gradient(left, #fc6049 0%,transparent 100%);
    background: linear-gradient(to right, #fc6049 0%,transparent 100%);
}
.banerbox ul li.active a {
    color: #fff;
}
.banerbox ul li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    color: #fc6049;
    text-decoration: none;
}
#section0 {
    background: url("../images/index/bner2.png") no-repeat center center;
    background-size: cover;
}
#section1{
    background: url("../images/index/box1.png") no-repeat center center;
    background-size: cover;
}
#section2 {
    background: url("../images/index/bg2.png") no-repeat center center;
    background-size: cover;
}
#section4 {
    background: url("../images/index/bg4.png") no-repeat center center;
    background-size: cover;
}
#section6 {
    background: url("../images/index/bg6g.png") no-repeat center center;
    background-size: cover;
}
#section7 {
    background: url("../images/index/bg7.jpg") no-repeat center center;
    background-size: cover;
}
#section8 {
    background: url("../images/index/bg8.jpg") no-repeat center center;
    background-size: cover;
}
#section9 {
    background: url("../images/index/bg9.jpg") no-repeat center center;
    background-size: cover;
}
#section10{
    background: url("../images/index/bg10.jpg") no-repeat center center;
    background-size: cover;
}
#section11{
    background-color: #272b2f;
}
.alltit {
    position: relative;
    padding: 0 0 40px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    line-height: 1;
    color: #141933;
}
.alltit:before{
    content:'';
    position: absolute;
    left: 50%;
    bottom:0;
    margin-left:-33px;
    display: inline-block;
    width: 66px;
    height: 2px;
    background-color: #fc6049;
}
.box1 ul {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box1 ul li{
    width: 570px;
    height: 180px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.box1 ul li .icninex {
    margin:0 45px 0 38px;
    width: 104px;
    height: 102px;
    background-position: 0 0;
}
.box1 ul li:nth-child(2) .icninex {
    background-position: -135px 0;
}
.box1 ul li:nth-child(3) .icninex {
    background-position: -272px 0;
}
.box1 ul li:nth-child(4) .icninex {
    background-position: -418px 0;
}
.box1 ul li >div {
    width: 350px;
}
.box1 ul li h6 {
    margin-bottom: 23px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #141933;
}
.box1 ul li:hover {
    color: #e0e4fb;
    background-color: #3e4982;
    box-shadow: 0px 4px 15px 6px
    rgba(0, 0, 0, 0.05);
}
.box1 ul li:hover h6{
    color: #fff;
}
.box1 ul li:hover .icninex{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    animation-name: swing;
}
.spanzxbtn {
    display: block;
    margin: 0 auto;
    width: 94px;
    height: 34px;
    text-align: center;
    background-color: #fc6049;
    border-radius: 2px;
    font-size: 14px;
    line-height: 34px;
    color: #ffffff;
    cursor: pointer;
}
.spanzxbtn:hover {
    background-color: #f66c57;
}
.box2 .alltit {
    color: #fff;
}
.box2 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    height: 410px;
}
.box2 ul li {
    position: relative;
    width: 292px;
    height: 370px;
    text-align: center;
    background-color: #3e4982;
    box-shadow: 0px 2px 9px 0px
    rgba(38, 45, 85, 0.25);
    border-radius: 2px;
    color: #fff;
    transition: padding .2s ease,margin-top .2s ease;
}
.box2 ul li h6 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
}
.box2 ul li p {
    width: 260px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    color: #e0e4fb;
}
.box2 ul li .icninex {
    margin: 35px 0;
    width:113px;
    height:162px;
    background-position: 0 -123px;
}
.box2 ul li:nth-child(2) .icninex {
    background-position: -138px -123px;
}
.box2 ul li:nth-child(3) .icninex {
    background-position: -275px -123px;
}
.box2 ul li:nth-child(4) .icninex {
    background-position: -413px -123px;
}
.box2 ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 10px;
    border-radius: 2px 2px 0px 0px;
    background-color: transparent;
    transition: width .2s ease,background-color .2s ease;
}
.box2 ul li:hover{
    padding: 20px 0;
    margin-top: -20px;
    box-sizing: content-box;
}
.box2 ul li:hover:before {
    background-color: #fc6049;
}
.box2 ul li:hover h6 {
    color: #fc6049;
}
#myMenu {
    position: fixed;
    left: 20px;
    top: 150px;
    z-index: 69;
    border-radius: 2px;
    transition: all .5s ease;
    color: #fff;
    width: 163px;
    height: 400px;
    background-color: #3e4982;
    box-shadow: 0px 4px 17px 4px rgba(64, 75, 131, 0.32);
}
#myMenu li {
    padding: 0 45px 0 30px;
    height: 80px;
}
#myMenu li:first-child {
    border-radius: 2px 2px 0px 0px;
}
#myMenu li:last-child {
    border-radius: 0px 0px 2px 2px;
}
#myMenu li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
#myMenu li a:before{
    content:'';
    display: block;
    width: 84px;
    height: 0;
    position: absolute;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
    bottom: 0;
    left: 0;
}
#myMenu li a:after {
    content: '→';
    display: none;
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: -30px;
}
#myMenu li:last-child a:before {
    display: none;
}
#myMenu li.active ,
#myMenu li:hover {
    background-color: #fc6049;
}
#myMenu li.active a:before,
#myMenu li:hover a:before{
    display: none;
}
#myMenu li.active a:after,
#myMenu li:hover a:after{
    display: block;
}
.box3 {
    text-align: center;
    color: #141933;
}
.box3 h5 {
    margin: 50px 0 30px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #141933;
}
.box3 .pdescp {
    width: 925px;
    margin: 0 auto 15px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.box3 .pdescp span {
    color: #fc6049;
}
.shiyongtxt {
    font-size: 14px;
    text-align: center;
    margin-bottom:40px;
}
.box3 ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    background: url("../images/index/hxd.png") no-repeat center 106px;
}
.box3 ul li {
    position: relative;
    flex:1;
    height: 344px;
}
.box3 ul li .icninex {
    margin-top: 30px;
    width: 148px;
    height: 159px;
    background-position: 0 -288px;
}
.box3 ul li:nth-child(2) .icninex {
    background-position: -148px -288px;
}
.box3 ul li:nth-child(3) .icninex {
    background-position: -296px -288px;
}
.box3 ul li:nth-child(4) .icninex {
    background-position: -444px -288px;
}
.box3 ul li h6 {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #141933;
}
.box3 ul li p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.box3 ul li:hover {
    background-color: #fbfbfb;
    border-radius: 2px;
    box-shadow: 0 0 18px 2px rgba(0,0,0,.1);
}
.box3 ul li:hover .icninex{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -ms-animation-name: tada;
    animation-name: tada;
}
.box4 .alltit{
    margin-top: 60px;
    color: #fff;
}
.box7 .alltit:before,
.box5 .alltit:before,
.box4 .alltit:before {
    display: none;
}
.pdescp {
    margin: 0 auto;
    width: 925px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #e0e4fb;
}
.pdescp span {
    color: #fc6049;
}
.box4 .shiyongtxt {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
}
.box4 ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.box4 ul li{
    display: inline-block;
    width: 265px;
    height: 480px;
    background: url("../images/index/dcbg.png") no-repeat;
}
.box4 ul li:nth-child(2){
    width: 303px;
    background-position: -287px 0;
}
.box4 ul li:nth-child(3){
    width: 265px;
    background-position: -611px 0;
}
.box4 ul li:nth-child(4){
    width: 304px;
    background-position: right 0;
}
.box5 .alltit{
    padding-top: 100px;
}
.box5 .pdescp{
    margin-bottom: 15px;
    color: #888888;
}
.box5img {
    text-align: center;
}
.box5 img {
    margin-top: -40px;
    width: 86%;
}
.box6 .alltit {
    padding-top: 50px;
    color: #fff;
}
.box6 .alltit:before{
    display: none;
}
.box6 .spanzxbtn {
    margin-top: 35px;
}
.box6 ul {
    text-align: center;
    margin-top: 40px;
    width: 1200px;
    height: 510px;
    padding: 20px 15px 0;
    box-sizing: border-box;
    background-color: rgba(112,119,156,.08);
}
.box6 ul li {
    display: block;
    width:100%;
    height: 113px;
    margin-bottom: 6px;
    background-color: rgba(111,123,188,.2);
}
.box6 ul li dl {
    display: flex;
}
.box6 ul li dl dt {
    width: 134px;
    height: 85px;
    margin: 14px 30px 14px 20px;
    background-color: #fc6049;
    border-radius: 2px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    line-height: 85px;
    color: #ffffff;
}
.box6 ul li dl dd {
    width: 120px;
    height: 48px;
    margin: 32px 20px 0 0;
    text-align: center;
    line-height: 48px;
    background-color: rgba(111,123,188,.5);
    border-radius: 2px;
    font-size: 14px;
    color: #e1e7ff;
}
.box7 {
    text-align: center;
}
.box8 .alltit {
    color: #fff;
}
.box8 ul {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.box8 ul li {
    width:300px;
    height: 405px;
    padding: 10px 15px 0;
    box-sizing: border-box;
}
.box8 ul li span {
    display: inline-block;
    width: 270px;
    height: 150px;
    background-position: 0 -447px;
}
.box8 ul li:nth-child(2) span {
    background-position: -281px -447px;
}
.box8 ul li:nth-child(3) span {
    background-position: 0 -615px;
}
.box8 ul li:nth-child(4) span {
    background-position: -278px -615px;
}
.box8 ul li h6 {
    margin: 50px 0 30px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
}
.box8 ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #e0e4fb;
}
.box8 ul li:hover {
    background-color: #ffffff;
}
.box8 ul li:hover h6 {
    color: #fc6049;
}
.box8 ul li:hover p {
    color: #555866;
}
.box9bgimg {
    position: relative;
    margin: 94px auto 0;
    width:690px;
    height: 438px;
    background: url("../images/index/bg9s.png") no-repeat center top;
}
.box9bgimg li {
    position: absolute;
    width: 300px;
}
.box9bgimg li:first-child{
    top: 290px;
    left: -295px;
    text-align: right;
}
.box9bgimg li:nth-child(2) {
    top: 70px;
    left: -210px;
    text-align: right;
}
.box9bgimg li:nth-child(3) {
    top: -52px;
    left: 195px;
    text-align: center;
}
.box9bgimg li:nth-child(4) {
    top: 70px;
    left: 600px;
}
.box9bgimg li:nth-child(5) {
    top: 280px;
    left: 680px;
}
.box9bgimg li h6 {
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #141933;
}
.box9bgimg li p {
    font-size: 14px;
    line-height: 1;
    color: rgba(85,88,102,.7);
}
.box10bgimg {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:1200px;
    height: 304px;
}
.box10bgimg li{
    position: relative;
    width: 238px;
    height: 100px;
    border: 1px solid #efefef;
    background: url(../images/index/logo.png) no-repeat 0 0;
}
.box10bgimg li:nth-child(2){
    background-position: -240px 0;
}
.box10bgimg li:nth-child(3){
    background-position: -480px 0;
}
.box10bgimg li:nth-child(4){
    background-position: -720px 0;
}
.box10bgimg li:nth-child(5){
    background-position: -960px 0;
}
.box10bgimg li:nth-child(6){
    background-position: 0 -102px;
}
.box10bgimg li:nth-child(7){
    background-position: -240px -102px;
}
.box10bgimg li:nth-child(8){
    background-position: -480px -102px;
}
.box10bgimg li:nth-child(9){
    background-position: -720px -102px;
}
.box10bgimg li:nth-child(10){
    background-position: -960px -102px;
}
.box10bgimg li:nth-child(11){
    background-position: 0 -204px;
}
.box10bgimg li:nth-child(12){
    background-position: -240px -204px;
}
.box10bgimg li:nth-child(13){
    background-position: -480px -204px;
}
.box10bgimg li:nth-child(14){
    background-position: -720px -204px;
}
.box10bgimg li:nth-child(15){
    background-position: -960px -204px;
}
.box10bgimg li:hover {
    z-index: 2;
    box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.09);
}
#fp-nav ul li, .fp-slidesNav ul li {
    width: 10px;
    height: 10px;
    margin: 10px;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    border: solid 1px rgba(102,112,221,.5);
    border-radius: 50%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    display: none;
}
#fp-nav ul li a.active{
    border-radius: 50%;
    background: #fc6049;
    border-color: #fc6049;
}

/**/
@media screen and (max-width: 1366px) {
    .banerbox h2 {
        padding-top: 60px;
    }
    .box1 ul li {
        height: 100px;
        margin-bottom: 20px;
    }
    .box1 ul li .icninex {
        width: 88px;
        height: 87px;
        margin: 0 25px 0 22px;
        background-position: 10px 10px;
        background-size: 520px;
    }
    .box1 ul li:nth-child(2) .icninex {
        background-position: -78px 10px;
    }
    .box1 ul li:nth-child(3) .icninex {
        background-position: -168px 10px;
    }
    .box1 ul li:nth-child(4) .icninex {
        background-position: -262px 12px;
    }
    .box1 ul li >div {
        width:410px;
        font-size: 12px;
    }
    .box1 ul li h6 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        color: #141933;
    }
    .box2 ul {
        margin-top: 40px;
        padding: 0 110px;
    }
    .box2 ul li {
        width: 240px;
        height: 355px;
    }
    .box2 ul li p {
        width: 220px;
        font-size: 12px;
        line-height: 24px;
    }
    .box2 .alltit {
        padding-top: 100px;
    }
    .box3 h5 {
        margin: 20px 0;
    }
    .shiyongtxt {
        margin-bottom: 20px;
    }
    .box3 ul {
        margin-top: 15px;
        padding: 0 88px;
    }
    .box3 ul li {
        height: 300px;
    }
    .pdescp {
        font-size: 12px;
    }
    .box4 .alltit {
        margin-top: 0;
        color: #fff;
        padding-top: 90px;
    }
    .box4 .shiyongtxt {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .box4 ul {
        margin-top: 20px;
        padding: 0 220px;
    }
    .box4 ul li{
        display: inline-block;
        width: 152px;
        height: 264px;
        background: url(../images/index/dcbg.png) no-repeat;
        background-size: 660px;
    }
    .box4 ul li:nth-child(2) {
        width: 165px;
        background-position: -158px 0;
    }
    .box4 ul li:nth-child(3) {
        width: 145px;
        background-position: -335px 0;
    }
    .box4 ul li:nth-child(3) {
        width: 145px;
        background-position: -335px 0;
    }
    .box4 ul li:nth-child(4) {
        width: 167px;
    }
    .box5img {
        text-align: center;
        position: relative;
        z-index: -1;
        height: 272px;
        overflow: hidden;
    }
    .box5 .pdescp {
        width: 934px;
    }
    .box5 img {
        width: 612px;
    }
    .box6 .spanzxbtn {
        margin-top: 15px;
    }
    .box6 ul {
        width: 998px;
        height: auto;
        margin: 10px auto 0;
        padding: 10px;
    }
    .box6 .alltit {
        padding: 40px 0 30px !important;
    }
    .box6 ul li {
        height: 80px;
    }
    .box6 ul li dl dt {
        height: 52px;
        line-height:52px;
    }
    .box6 ul li dl dd {
        height: 40px;
        line-height: 40px;
        margin: 20px 20px 0 0;
    }
    .box6 ul li:last-child {
        margin:0;
    }
    .box7 img {
        width: 457px;
        height: 300px;
    }
    .box7 .alltit {
        padding: 0;
        padding-top: 100px;
    }
    .box7 .pdescp {
        margin: 20px auto!important;
    }
    .box8 .alltit{
        padding-top: 100px;
    }
    .box8 ul {
        padding:0 100px;
        margin-top: 20px;
    }
    .box8 ul li {
        width: 240px;
        height: 360px;
    }
    .box8 ul li span {
        width: 210px;
        height: 130px;
    }
    .box9bgimg {
        width: 680px;
        height: 280px;
        margin-top: 82px;
        background-size: 62%;
    }
    .box9bgimg li:first-child {
        top: 166px;
        left: -174px;
    }
    .box9bgimg li:nth-child(2) {
        top: 10px;
        left: -114px;
    }
    .box9bgimg li:nth-child(3) {
        top: -60px;
    }
    .box9bgimg li:nth-child(4) {
        top: 10px;
        left: 496px;
    }
    .box9bgimg li:nth-child(5) {
        top: 150px;
        left: 551px;
    }
    .box10bgimg {
        margin-top: 40px;
    }
}
