.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.more a {
    font-size: 18px;
}

.my-video-dimensions {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

video {
    background-image: url(../img/index/index_focus.jpg);
}

#my-video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

#my-video_html5_api {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    background: #e4e3e3;
    opacity: 1;
    border-radius: inherit;
}

.swiper-pagination-bullet-active {
    background: #007aff;
}

.customer-pagination {
    text-align: center;
}

.customer-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 12px;
    background: #e4e3e3;
    opacity: 1;
    margin-right: 7px;
    border-radius: inherit;
}

.customer-pagination .swiper-pagination-bullet-active {
    background: #007aff;
}

.swiper-container {
    height: 720px;
}

.swiper-container .swiper-slide {
    position: relative;
    color: white;
}

.swiper-container .swiper-slide {
    background-size: cover;
}

.swiper-container .vtc {
    z-index: 99;
}

.swiper-container h3 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 3px;
}

.swiper-container p {
    padding-top: 23px;
    font-size: 26px;
    text-align: center;
    padding-bottom: 40px;
    letter-spacing: 8px;
}

.swiper-container .more-side {
    width: 166px;
    height: 46px;
    color: white;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;
    background-image: url(../img/index/k.png);
    background-size: cover;
    position: relative;
}

.swiper-container .more-side a {
    font-size: 18px;
    color: white;
    font-weight: 200;
}

.swiper-container .more-side span {
    margin-left: 16px;
    vertical-align: middle;
}

.swiper-container .more-side img {
    position: absolute;
    top: 15px;
    left: 40px;
}

.service {
    background: white;
    padding-bottom: 52px;
}

.service .service-top {
    height: 205px;
    position: relative;
}

.service .rotatediv {
    padding-top: 25px;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.service .rotatediv .main {
    width: 69px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service .rotatediv img:nth-of-type(2) {
    transform: rotateX(180deg);
}

.service li {
    float: left;
    box-sizing: border-box;
    width: 300px;
    height: 235px;
    cursor: pointer;
    border-right: 1px solid #d5d5d5;
}

.service li img {
    height: 80px;
}

.service li p {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service li p:nth-of-type(1) {
    padding-top: 28px;
    color: black;
    font-size: 28px;
}

.service li p:nth-of-type(2) {
    padding-top: 16px;
    font-size: 18px;
    color: #4d4d4d;
}

.service li:hover p {}

.service li:nth-of-type(3) .main {
    width: 98px;
}

.service li:nth-of-type .main(4) .main {
    width: 80px;
}

.service li:hover .main {
    transform: rotateZ(180deg);
}

.service li:last-of-type {
    border: none;
}

.cass {
    background: #f6f6f6;
}

.cass .cass-top {
    height: 158px;
    position: relative;
}

.cass .cass-top .tip {
    top: 57px;
}

.cass .cass-top .cass-more {
    position: absolute;
    top: 74px;
    right: 0;
}

.cass .cass-top .cass-more .more {
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
}

.cass .cass-top .cass-more .more a {
    color: #646464;
}

.cass .cass-top .cass-more .more:after {
    background: #f6f6f6;
}

.cass .cass-link ul {
    height: 68px;
    position: relative;
}

.cass .cass-link li {
    float: left;
    font-size: 16px;
    transition: 0.5s;
    text-align: center;
    padding-bottom: 10px;
    margin-right: 25px;
}

.cass .cass-link li a {
    color: #878787;
    font-weight: bold;
}

.cass .cass-link li.on a {
    color: black;
}

.cass .cass-link .line {
    position: absolute;
    width: 55px;
    height: 2px;
    background: #3643bb;
    bottom: 44px;
    left: 0px;
}

.cass .cass-pic img {
    float: left;
    width: 25%;
    height: 404px;
    overflow: hidden;
    box-sizing: border-box;
}

.cass .case-list {
    zoom: 1;
}

.cass .case-list .item {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    color: white;
    height: 100%;
}

.cass .case-list .item>img {
    width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.cass .case-list .item p {
    padding-left: 40px;
    font-size: 32px;
    font-weight: bold;
    padding-top: 81px;
    line-height: 38px;
    margin-bottom: 10px;
}

.cass .case-list .item span {
    font-size: 14px;
    margin-left: 40px;
    color: #c4c7e7;
}

.cass .case-list .item .mask {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #3a48ba;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cass .case-list .item .mask .bottom {
    position: absolute;
    width: 132px;
    height: 37px;
    color: white;
    border: 1px solid white;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    bottom: 46px;
    left: 62px;
}

.cass .case-list .item .mask .bottom a {
    margin-left: 6px;
    color: white;
    cursor: pointer;
}

.cass .case-list .item .mask .bottom a img {
    position: absolute;
    top: 11px;
    left: 21px;
}

.cass .case-list .item .mask .bottom:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 20px;
    height: 14px;
    background: #3a48ba;
}

.cass .case-list .item:hover .mask {
    opacity: 0.7;
}

.cass .case-list .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.cass .case-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.promotion {
    padding-bottom: 82px;
}

.promotion .promotion-top {
    position: relative;
    height: 232px;
}

.promotion .promotion-top .tip {
    top: 89px;
}

.promotion .promotion-more {
    position: absolute;
    top: 106px;
    right: 0;
}

.promotion .promotion-more .more {
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
}

.promotion .promotion-more .more a {
    color: #646464;
}

.promotion .promotion-more .more:after {
    background: white;
}

.promotion .promotion-list li {
    float: left;
    width: 200px;
    box-sizing: border-box;
    border-right: 1px solid #d7d7d7;
    height: 104px;
    line-height: 104px;
    position: relative;
    padding-top: 10px;
}

.promotion .promotion-list li img {
    vertical-align: top;
}

.promotion .promotion-list li p {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 12px;
    font-size: 16px;
    left: 0;
    line-height: 10px;
}

.promotion .promotion-list li:nth-of-type(3) {
    padding-top: 0px;
}

.promotion .promotion-list li:last-of-type {
    border: none;
}

.social {
    background: #3643bb;
    padding-bottom: 110px;
    position: relative;
}

.social .warp {
    position: relative;
}

.social .social-span {
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 42px;
    height: 4px;
    background: white;
}

.social .social-top {
    position: relative;
    height: 190px;
}

.social .social-top .tip {
    top: 87px;
    color: white;
    border-left: 4px solid white;
}

.social .social-top .tip h4 {
    color: white;
}

.social .social-top .tip span {
    color: white;
}

.social .social-top .social-more {
    position: absolute;
    top: 104px;
    right: 0;
}

.social .more a {
    color: white;
}

.social .more:after {
    background: #3643bb;
}

.social .social-list {
    position: relative;
    height: 506px;
    color: white;
}

.social .social-list li:nth-of-type(1) {
    margin-left: 400px;
}

.social .social-list li:nth-of-type(3) {
    margin-left: 400px;
}

.social .social-list ul {
    position: absolute;
    right: 0;
    bottom: 0;
}

.social .social-list li {
    float: left;
    width: 256px;
    height: 215px;
    padding: 38px 0 0 0px;
    margin-left: 255px;
    letter-spacing: 2px;
    font-weight: 100;
}

.social .social-list li img {
    width: 43px;
    height: 43px;
}

.social .social-list h4 {
    font-size: 24px;
    padding: 16px 0 16px 0;
}

.social .social-list p {
    font-size: 16px;
    line-height: 26px;
}


/*声明 WebFont*/

@font-face {
    font-family: 'AVGARDD';
    src: url('../font/AVGARDD.eot');
    src: url('../font/AVGARDD.eot?#font-spider') format('embedded-opentype'), url('../font/AVGARDD.woff') format('woff'), url('../font/AVGARDD.ttf') format('truetype'), url('../font/AVGARDD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*声明 WebFont*/

@font-face {
    font-family: 'PingFangRegular';
    src: url('../font/PingFangRegular.eot');
    src: url('../font/PingFangRegular.eot?#font-spider') format('embedded-opentype'), url('../font/PingFangRegular.woff') format('woff'), url('../font/PingFangRegular.ttf') format('truetype'), url('../font/PingFangRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MSYHBD';
    src: url('../font/MSYHBD.eot');
    src: url('../font/MSYHBD.eot?#font-spider') format('embedded-opentype'), url('../font/MSYHBD.woff') format('woff'), url('../font/MSYHBD.ttf') format('truetype'), url('../font/MSYHBD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.about {
    background: white;
}

.about .about-top {
    height: 202px;
    position: relative;
}

.about .about-top .tip {
    top: 81px;
}

.about .about-top .tip span {
    color: #646464;
}

.about .about-top .about-more {
    top: 98px;
    right: 0;
    position: absolute;
}

.about .about-top .about-more .more {
    color: #646464;
    border: 1px solid #646464;
}

.about .about-top .about-more .more:after {
    background: white;
}

.about .about-top .about-more a {
    color: #646464;
}

.about .about-list {
    padding-bottom: 60px;
    border-bottom: 1px solid #d7d7d7;
}

.about .about-list .left-pic {
    float: left;
    width: 283px;
    height: 393px;
}

.about .about-list .about-content {
    float: left;
    padding-left: 30px;
}

.about .about-list .about-content h3 {
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}

.about .about-list .about-content p {
    padding-left: 10px;
    line-height: 26px;
    font-size: 15px;
}

.about .about-list .about-content .clearfix {
    padding-top: 25px;
    overflow: hidden;
}

.about .about-list .about-content .clearfix img {
    float: left;
    padding-right: 11px;
}

.about .about-list .about-content .clearfix img:nth-of-type(5) {
    padding: 0;
}

.about .about-num {
    padding-top: 60px;
    padding-bottom: 68px;
    text-align: center;
}

.about .about-num .about-years {
    height: 54px;
    width: 400px;
    float: left;
    position: relative;
}

.about .about-num .about-years span {
    display: inline-block;
    color: #3643bb;
    font-size: 68px;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'AVGARDD';
    font-style: italic;
}

.about .about-num .about-years p {
    display: inline-block;
    line-height: 2em;
    vertical-align: middle;
    text-align: left;
    color: #1f1f1f;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
}

.about .about-num .about-years a {
    color: #3643bb;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 148px;
    font-size: 30px;
}

.about .about-num .about-years #myTargetTwo {
    display: inline-block;
    min-width: 100px;
}

.about .about-num .about-years .last {
    padding-left: 26px;
}

.about .about-num .about-brand {
    width: 400px;
    float: left;
    height: 65px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.about .about-num .about-brand span {
    display: inline-block;
    font-weight: bold;
    color: #3643bb;
    font-size: 63px;
    vertical-align: middle;
    font-family: 'AVGARDD';
    font-style: italic;
}

.about .about-num .about-brand p {
    display: inline-block;
    line-height: 2em;
    vertical-align: middle;
    text-align: left;
    color: #1f1f1f;
    padding-left: 10px;
    line-height: 28px;
    font-size: 20px;
    padding-left: 20px;
}

.customer {
    background: #f4f4f4;
    padding-bottom: 68px;
}

.customer .customer-top {
    height: 140px;
    position: relative;
}

.customer .customer-top .tip {
    top: 66px;
}

.customer .customer-top .customer-more {
    top: 83px;
    right: 0;
    position: absolute;
}

.customer .customer-top .customer-more .more {
    color: #646464;
    border: 1px solid #646464;
}

.customer .customer-top .customer-more a {
    color: #646464;
}

.customer .swiper-customer {
    height: 392px;
    overflow: hidden;
    position: relative;
}

.customer .swiper-customer .swiper-slide {
    line-height: 392px;
}

.customer .swiper-customer img {
    vertical-align: middle;
}

.core {
    padding-bottom: 65px;
}

.core .core-top {
    position: relative;
    height: 165px;
}

.ourpro {
    float: left;
    width: 386px;
    text-align: center;
    margin: 0 7px;
}

.ourpro h3 {
    font-size: 28px;
    margin-top: 15px;
}

.ourpro p {
    font-size: 18px;
    margin-top: 15px;
    color: ##4d4d4d;
}