.same-title {
    margin-top: 55px;
    margin-bottom: 35px
}

.same-title .text {
    text-align: center;
    position: relative
}

.same-title .text .l-span,
.same-title .text .r-span {
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    top: 19px
}

.same-title .text .l-span .ract,
.same-title .text .r-span .ract {
    width: 130px;
    height: 5px;
    position: absolute;
    top: -2px;
    background-color: #e0e0e0;
    display: inline-block
}

.same-title .text .l-span {
    left: 0;
    right: 50%
}

.same-title .text .l-span .ract {
    right: 0
}

.same-title .text .r-span {
    left: 50%;
    right: 0
}

.same-title .text .r-span .ract {
    left: 0
}

.same-title .text .h3 {
    line-height: 40px;
    font-size: 24px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block
}

.same-title .p {
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #999;
    text-align: center
}

.pagelist li {
    display: inline-block
}

.pagelist a,
.pagelist span,
.pagelist li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #999;
    font-size: 16px;
    margin: 0 6px 5px 0;
    background-color: #e9e9e9;
    display: inline-block
}

.pagelist a.active,
.pagelist span.active,
.pagelist li.active {
    color: #fff;
    background-color: #96cff5
}

.loading {
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.loading.active {
    opacity: 1;
    visibility: visible
}

.alert-box-l {
    width: 80px;
    background-color: #101010;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -10%;
    bottom: 0;
    z-index: 4
}

.alert-box-l.active {
    left: 0
}

.alert-box-l .return {
    height: 100%;
    background-color: #4c4c4c
}

.alert-box-l .return .icon {
    width: 160px;
    position: absolute;
    top: 45%;
    left: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    cursor: pointer
}

.alert-box-l .return .icon img {
    width: 100%
}

.alert-box-l .return .icon:hover {
    transform: translate(-80px, 0);
    -webkit-transform: translate(-80px, 0);
    -moz-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    -o-transform: translate(-80px, 0)
}

.alert-box-r {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    box-sizing: border-box;
    padding-left: 80px;
    z-index: 3
}

.alert-box-r img {
    max-width: 100%
}

.alert-box-r.active {
    right: 0
}

.alert-box-r .mCustomScrollBox {
    background-color: #fff
}

.alert-box-r .mCustomScrollBox>.mCSB_scrollTools {
    right: 0
}

.alert-box-r .mCustomScrollBox .mCSB_container {
    padding: 20px 0 100px 40px
}

.alert-box-r .h3 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    color: #9fd6fb
}

.alert-box-r .p1 {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center
}

.alert-box-r .p1 .span {
    padding: 0 10px
}

.alert-box-r .p2 {
    line-height: 20px;
    font-size: 14px;
    color: #666
}

.alert-box-l,
.alert-box-r {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}
.topNothing{height: 103px;}
.i-header {
    position: fixed;top: 0;left: 0;
    z-index: 2;height: 103px;
    width: 100%;background: #fff;
}
.i-header .mauto {
    position: relative
}

.i-header .logo {
    padding-left: 20px;
    position: absolute;
    top: 7px;
    left: 0
}

.i-header .logo a {
    width: 100%;
    height: 100%;
    display: inline-block
}

.i-header .home {
    position: absolute;
    top: 36px;
    left: 528px
}

.i-header .ul {
    position: absolute;
    top: 11px;
    left: 560px;
    /*right: 100px*/
}

.i-header .ul .icon {
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #3559b2 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    display: none
}

.i-header .ul li {
    line-height: 80px;
    font-size: 14px;
    float: left;
    position: relative;
    cursor: pointer;
	color:#333;
}

.i-header .ul li.active {
    color: #333;
}

.i-header .ul li>a{
    font-size: 14px;color:#333;
}

.i-header .ul li span {
    padding: 0 25px;
	color:#333;
}

.i-header .ul li .select {
    position: absolute;
    top: 120%;
    left: calc(50% - 70px);
    right: 0;background: #fff;
    width: 140px;
    padding-top: 10px;
    display: none;
    z-index: 2;
	border-top:3px solid #3559b2;
}

.i-header .ul li .select .p {
    line-height: 34px;
    text-align: center;
    background-color:#fff;
	color:#333;
}

.i-header .ul li .select .p:hover {
    background-color:#3559b2;
}

.i-header .ul li .select .p:hover .a {
    color: #fff
}

.i-header .ul li .select .p .a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
}

.i-header .login-reg {
    padding-right: 13px;
    line-height: 29px;
    position: absolute;
    right: 0;
    top: 53px
}

.i-header .login-reg a,
.i-header .login-reg span {
    font-size: 14px;
    color: #6dc4ff
}

.i-header .other_language{display: none;float: right;}

.i-header .i-nav-icon {
    background: url(../images/i-nav-icon.jpg) no-repeat center center
}

.i-header .login-reg-icon {
    background: url(../images/login-icon.jpg) no-repeat center center
}

.i-footer .footer1 {
    padding: 0 0 42px 0;
    background-color: #363636
}

.i-footer .footer1 .mauto {
    position: relative
}

.i-footer .footer1 ul {
    padding-top: 50px;
    position: relative
}

.i-footer .footer1 ul li {
    width: 152px;
    min-height: 125px;
    float: left;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
    bottom: 0
}

.i-footer .footer1 ul li .h4 {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff
}

.i-footer .footer1 ul li .p {
    line-height: 24px
}

.i-footer .footer1 ul li .p a {
    color: #979797
}

.i-footer .footer1 ul li .right-line {
    width: 1px;
    background-color: #484848;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.i-footer .footer1 .twocode {
    width: 122px;
    position: absolute;
    top: 50px;
    right: 35px;
    color: #fff;
    font-size: 14px
}

.i-footer .footer1 .twocode .box {
    width: 50%;
    float: left;
    text-align: center
}

.i-footer .footer1 .twocode .box img {
    width: 90%;
    margin: 0 auto
}

.i-footer .footer1 .twocode .text {
    text-align: center
}

.i-footer .footer2 {
    height: 58px;
    line-height: 58px;
    background-color: #1d1d1d;
    color: #505050
}

.i-footer .footer2 .l {
    float: left
}

.i-footer .footer2 .r {
    float: right
}

.i-footer .footer2 .r .share {
    display: inline-block
}

.i-footer .footer2 .r .friend-link {
    margin-left: 20px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.i-footer .footer2 .r .friend-link:hover .ul {
    display: block
}

.i-footer .footer2 .r .friend-link:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-width: 5px;
    border-color: transparent transparent #4d4d4d transparent;
    border-style: solid;
    margin: 0 5px;
    position: relative;
    top: -2px
}

.i-footer .footer2 .r .friend-link .ul {
    position: absolute;
    left: 0;
    bottom: 58px;
    padding: 15px 25px;
    background-color: #161616;
    border-bottom: 2px solid #363636;
    display: none
}

.i-footer .footer2 .r .friend-link .ul .li {
    line-height: 24px;
    font-size: 12px;
    color: #505050
}

.i-footer .footer2 .r .friend-link .ul .li a {
    color: #505050
}

.i-footer .footer2 .bdsharebuttonbox {
    float: right;
    overflow: hidden
}

.i-footer .footer2 .bdsharebuttonbox .bds_more {
    display: none
}

.i-footer .footer2 .bdsharebuttonbox .bds_sqq,
.i-footer .footer2 .bdsharebuttonbox .bds_tsina,
.i-footer .footer2 .bdsharebuttonbox .bds_weixin {
    height: 16px;
    margin: 22px 8px 0 8px;
    background-position: 0 0
}

.i-footer .footer2 .bdsharebuttonbox .bds_sqq {
    width: 16px;
    background-image: url(../images/qq.png)
}

.i-footer .footer2 .bdsharebuttonbox .bds_tsina {
    width: 21px;
    background-image: url(../images/weibo.png)
}

.i-footer .footer2 .bdsharebuttonbox .bds_weixin {
    width: 20px;
    background-image: url(../images/weixin.png)
}

.i-banner ul li {
    height: 680px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%
}

.i-banner ul li a {
    width: 100%;
    height: 100%;
    display: block
}
.i-banner ul li a img{display: none;}
.i-banner .bx-wrapper {
    margin: 0
}

.i-banner .bx-wrapper .bx-controls-direction {
    display: none
}

.i-banner .bx-wrapper .bx-pager {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0
}

.i-banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 48px;
    height: 3px;
    background-color: #c2e7fd;
    margin: 0 2px;
    border-radius: 0
}

.i-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    height: 8px;
    background-color: #3559b2;
    position: relative;
    top: -5px
}

.i-section2 .ul .li {
    cursor: pointer;
}

.i-section2 .ul .li .info:hover .play-icon {
    border: 4px solid #fff
}

.i-section2 .ul .li .info .play-icon {
    width: 96px;
    height: 96px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -53px;
    margin-top: -53px;
    border: 4px solid transparent;
    border-radius: 50%;
    opacity: .7;
    filter: alpha(opacity=70);
    font-size: 0
}

.i-section2 .ul .li .info .play-icon .triangle {
    width: 0;
    height: 0;
    border-width: 28px 38px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: relative;
    top: 50px;
    left: 35px
}

.i-section2 .ul .li {
    padding-bottom: 20px;
}

.i-section2 .ul .li img {
    margin-bottom: 10px;
	width:100%;
}

.i-section2 .ul .li .info .p {
    font-size: 24px;
    text-align: center;
}

.i-section2 .bx-wrapper {
    margin: 0
}

.i-section2 .bx-wrapper .bx-prev {
    left: 0;
    margin-left: -58px;
    background: url(../images/controls3.png) no-repeat;
    background-position: 0 0
}

.i-section2 .bx-wrapper .bx-prev:hover {
    background-position: 0 -66px
}

.i-section2 .bx-wrapper .bx-next {
    right: 0;
    margin-right: -58px;
    background: url(../images/controls3.png) no-repeat;
    background-position: -67px 0
}

.i-section2 .bx-wrapper .bx-next:hover {
    background-position: -67px -66px
}

.i-section2 .bx-wrapper .bx-controls-direction a {
    width: 48px;
    height: 48px;
    margin-top: -24px
}

.i-section2 .bx-wrapper .bx-pager {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0
}

.i-section2 .bx-wrapper .bx-pager.bx-default-pager a {
    display: none
}

.i-section2 .bx-wrapper .bx-pager.bx-default-pager a.active {
    height: 8px;
    background-color: #1497f1;
    position: relative;
    top: -5px
}

.i-section3 {
    margin: 0 -9px
}

.i-section3 .dl {
    width: 388px;
    margin: 0 9px;
    float: left;
    overflow: hidden;
    position: relative
}

.i-section3 .dl.active .dd {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    background-color: rgba(156, 218, 255, 0.96)
}

.i-section3 .dl .dt {
    cursor: pointer
}

.i-section3 .dl .dt .img,
.i-section3 .dl .dt .img img {
    width: 100%;
    height: 180px;
    display: block
}

.i-section3 .dl .dt .text {
    padding: 30px 29px;
    border-width: 0 1px 1px 1px;
    border-color: #eaeaea;
    border-style: solid
}

.i-section3 .dl .dt .text .p1 {
    line-height: 22px;
    font-size: 16px;
    color: #000
}

.i-section3 .dl .dt .text .p2 {
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 65px;
    color: #333
}

.i-section3 .dl .dd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.i-section3 .dl .dd .p1 {
    line-height: 26px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding: 45px 0 35px 0
}

.i-section3 .dl .dd .ul {
    width: 304px;
    margin: 0 auto
}

.i-section3 .dl .dd .ul .li {
    border: 1px solid #fff;
    margin: 0 14px 12px 14px;
    float: left
}

.i-section3 .dl .dd .ul .li,
.i-section3 .dl .dd .ul .li a {
    width: 122px;
    height: 38px
}

.i-section3 .dl .dd .ul .li a {
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: block
}

.i-section3 .dl .add {
    height: 60px;
    position: absolute;
    right: 23px;
    bottom: 0;
    left: 23px;
    cursor: pointer;
    border-top: 1px solid #eaeaea
}

.i-section3 .dl .add .icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../images/section3.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px
}

.i-section4 {
    margin-bottom: 60px
}

.i-section4 .title {
    text-align: center;
    margin-bottom: 35px
}

.i-section4 .title .p1 {
    line-height: 34px;
    font-size: 18px;
    color: #3559b2;
}

.i-section4 .title .p2 {
    line-height: 28px;
    font-size: 14px;
    font-family: 'Arial';
    color: #a9a9a9
}

.i-section4 .content .ul {
    margin: 0 -20px
}

.i-section4 .content .ul .li {
    width: 576px;
    height: 150px;
    border: 1px solid #d9d9d9;
    margin: 0 20px;
    float: left
}

.i-section4 .content .ul .li a {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    display: block
}

.i-section5 {
    background: url(../testimg/i-section5.jpg) no-repeat center top
}

.i-section5 .bg {
    padding: 107px 0 101px;
    background: url(../images/i-section5-icon.png)
}

.i-section5 .l,
.i-section5 .r {
    width: 100%;
    float: none;
    text-align: center;
    color: #fff
}

.i-section5 .l .p1,
.i-section5 .r .p1 {
    line-height: 40px;
    font-size: 24px
}

.i-section5 .l .p2,
.i-section5 .r .p2 {
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase
}

.i-section5 .l .link,
.i-section5 .r .link {
    margin-top: 33px
}

.i-section5 .l .link a,
.i-section5 .r .link a {
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    padding: 0 46px;
    margin: 0 8px;
    border: 1px solid #fff;
    display: inline-block
}

.i-section6 .mauto {
    background-color: #f7f7f7
}

.i-section6 .l {
    padding: 37px
}

.i-section6 .l .p1 {
    line-height: 30px;
    padding-top: 8px;
    font-size: 20px;
    color: #3559b2;
}

.i-section6 .l .p2 {
    line-height: 28px;
    font-family: 'Arial';
    font-size: 16px;
    text-transform: uppercase;
    color: #7c7c7c
}

.i-section6 .l .p3 {
    height: 80px;
    overflow: hidden;
    padding-top: 8px;
    line-height: 20px;
    color: #666
}

.i-section6 .l .line {
    padding: 13px 0
}

.i-section6 .l .line span {
    width: 24px;
    height: 2px;
    float: left;
    background-color: #264e94;
    display: inline-block
}

.i-section6 .l .link {
    margin-top: 25px
}

.i-section6 .l .link .a {
    line-height: 35px;
    padding: 0 25px;
    font-size: 14px;
    background-color: #3559b2;
    color: #fff;
    display: inline-block
}

.i-section6 .r {
    width: 430px;
    padding: 36px 0;
    margin-left: 84px;
    background-color: #3559b2;
    float: right
}

.i-section6 .r img {
    width: 100%;
    height: 245px;
    display: block;
    position: relative;
    left: -42px
}

.i-section7 {
    padding-bottom: 20px
}

.i-section7 .ul {
    margin: 0 -16px
}

.i-section7 .ul .li {
    width: 376px;
    margin: 0 16px 0;
    padding-top: 66px;
    text-align: center;
    cursor: pointer;
    float: left
}

.i-section7 .ul .li:hover .box {
    margin: -2px;
    border: 3px solid #3559b2;
}

.i-section7 .ul .li:hover .icon .outer {
    background-color: #3559b2;
}

.i-section7 .ul .li:hover .icon .inner {
    border: 1px dotted #fff
}

.i-section7 .ul .li:hover .p1,
.i-section7 .ul .li:hover .p3 a {
    color: #3559b2;
}

.i-section7 .ul .li .box {
    position: relative;
    padding: 90px 0 0 0;
    border: 1px solid #d9d9d9
}

.i-section7 .ul .li .icon {
    text-align: center;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0
}

.i-section7 .ul .li .icon .outer {
    width: 104px;
    height: 104px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e0e0e0;
    display: inline-block
}

.i-section7 .ul .li .icon .inner {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: inline-block;
    border: 1px dotted transparent;
    margin-top: 7px;
    background: url(../images/i-section7-icon.png) no-repeat center center
}

.i-section7 .ul .li .p1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 24px
}

.i-section7 .ul .li .p2 {
    line-height: 22px;
    font-size: 12px;
    color: #999
}

.i-section7 .ul .li .p3 {
    line-height: 26px;
    margin: 28px 0 38px 0
}

.i-section7 .ul .li .p3 a {
    color: #bfbfbf
}

.i-section8 {
    margin-top: 40px;
    background-color: #5f77ba;
}

.i-section8 .mauto {
    position: relative
}

.i-section8 .l-cover {
    width: 2000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -2000px;
    background-color: #3559b2;
}

.i-section8 .l {
    width: 242px;
    height: 125px;
    text-align: center;
    color: #fff;
    background-color: #3559b2;
    position: relative;
    margin-right: 65px;
    float: left
}

.i-section8 .l .p1 {
    line-height: 32px;
    font-size: 24px;
    vertical-align: middle;
    padding-top: 40px
}

.i-section8 .l .p2 {
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle
}

.i-section8 .l .rac {
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent transparent #3559b2;
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -9px
}

.i-section8 .r {
    height: 125px;
    padding: 0 10%
}

.i-section8 .r .img1 {
    width: 35%;
    height: 100%
}

.i-section8 .r .img2 {
    width: 35%;
    height: 100%
}

.i-section8 .r .img1,
.i-section8 .r .img2 {
    float: left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center
}

.xm-show,
.sm-show {
    display: none
}