html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Noto Sans";
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: normal;
}


.top-container {
    padding-top: 45px!important;
}

@media only screen and (max-width: 1024px) {
    body {
        max-width: 750px;
        margin: 0 auto;
    }
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: dodgerblue;
    text-decoration: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color: transparent;
    outline:none !important;
    background: none;
    text-decoration: none;
}
button, button:focus, button:hover, button:active, button:visited{
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -ms-appearence:none;
    outline:none;
    background: none;
    text-decoration: none;
    border: none;
    box-shadow: none;
}
/* video视频播放按钮变圆形 添加人:niuhy 添加时间：2019-03-26 */
/* video视频播放按钮变圆形 修改人:GXQ 添加时间：2019-06-10 */
.vjs-resize-manager {
    display: none;
}
.video-js .vjs-big-play-button{
    font-size: 2.48em;
    line-height: normal;
    height: 2.5em;
    width: 2.5em;
    border-width: 0em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*margin-left:-2em;
    margin-top:-2em;*/
}
.video-js:hover .vjs-big-play-button {
    transition: all 0s;
}
.video-js .vjs-tech {
    /*height: calc(100% - 1px);*/
    height: 100%;
}
/* 中间的播放箭头 */
.video-js .vjs-big-play-button {
    /*border-radius: 50%;
    border: 2px solid #fff;*/
    background-color: transparent;
}
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 2em;
    color: #fff;
}
.vjs-big-play-button,.vjs-big-play-button:active,.vjs-big-play-button:visited,.vjs-big-play-button:link{
    outline: none;
    border: none;
}
/* 加载圆圈 */
/*修改人: GXQ; 2019-06-10*/
.vjs-loading-spinner {
    font-size: 2.0em;
    width: 2.0em;
    height: 2.0em;
    border-radius: 4em;
    margin: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*margin: -1.0em 0 0 -1.0em;
    margin: 0;*/
}
.vjs-poster {
    background-color: #fff;
    background-size: cover;
}
/*cyt logo*/
.logo-wrapper,.logo-wrapper img.jingdiao-logo{
    width: 240px;
    height:54px;
}
.logo-wrapper{
    position: absolute;
    left: 0;
    top: 40px;
    margin-left: 80px;
    cursor:pointer;
    z-index: 1000;
}
.logo-smaller .logo-wrapper,.logo-smaller .logo-wrapper img.jingdiao-logo{
    width: 214px;
    height:48px;
}
.logo-smaller .logo-wrapper{
    top:10px;
}
body{
    position: relative;
}
/*cyt 顶部 0525*/
.top-logo{
    height: 26px;
    width: auto;
}
div.navbar-header{
    width: 100%;
}
button.btn.btn-primary.off-canvas-toggle{
}
.navbar-header .top-logo:active{
    background: #C9C9C9;
}
img.top-logo{
    /*margin: 11px auto;*/
    margin: 0 auto;
    padding: 11px 8px;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*@media only screen and (min-width: 750px) {
	body{
		width: 750px;
		margin: 0 auto;
	}
}*/
.t3-sl.t3-sl-2{
    height: 0;
    padding: 0;
}
.t3-sl.t3-sl-2 .t3-spotlight.t3-spotlight-2.row,.t3-sl.t3-sl-2 .t3-spotlight.t3-spotlight-2.row .col-lg-3.col-md-3.col-sm-3.col-xs-6{
    height: 0;
}
.t3-sl.t3-sl-2 .t3-spotlight.t3-spotlight-2.row .col-lg-3.col-md-3.col-sm-3.col-xs-6:last-child{
    float: right;
    width: 55px;
    position: static;
}
#toTop1 {
    z-index: 1555;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: none;
    background: url(http://surfmill.ru/images/common/backtotop1.png) no-repeat left top;
    background-size: 100%;
    display: none;
    cursor: pointer;
    right: 10px;
}
#toTop1:hover {
    background: url(http://surfmill.ru/images/common/backtotop2.png) no-repeat left top;
    background-size: 100%;
    display: none;
}
@media only screen and (max-width: 1024px) {
    #toTop1 {
        width: 50px;
        height: 50px;
        right: auto;
    }
}
@media only screen and (max-width: 450px) {
    #toTop1 {
        width: 40px;
        height: 40px;
    }
}

/* 按钮公共样式 */
.button-common{
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    width: 280px;
    height: 42px;
    border-radius: 21px;
    font-size: 18px;
}
.button-common,
.button-common:visited,
.button-common:link{
    color: #004898;
    border: 1px solid #004898;
    background-color: #FFFFFF;
}
.button-common:hover,
.button-common:active{
    color: #FFFFFF;
    background-color: #004898;
}
.button-common.disabled,
.button-common.disabled:hover {
    color: #9b9b9b;
    border-color: #9b9b9b;
}
@media only screen and (max-width: 1024px) {
    .button-common{
        transition: all 0;
        -moz-transition: all 0;
        -ms-transition: all 0;
        -webkit-transition: all 0;
    }
}

/*按钮公共样式-新*/

.buttonBox,
p.buttonBox,
a.buttonBox {
    display: block;
    position: relative;
    height: 42px;
    font-size: 18px;
    line-height: normal;
    outline: none;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-family: "Noto Sans";
    text-align: center;
    padding: 8px 30px;
}
.buttonBox,
p.buttonBox,
p.buttonBox:hover,
a.buttonBox,
a.buttonBox:hover,
a.buttonBox:active,
a.buttonBox:visited,
a.buttonBox:link,
a.buttonBox:focus {
    color: #FFFFFF;
    background: #004898;
}
@media only screen and (max-width: 1599px) {
    
}
@media only screen and (max-width: 1299px) {
    
    .buttonBox, p.buttonBox, a.buttonBox {
       
        height: 40px;
        font-size: 16px;
        line-height: normal;
    }
}
@media only screen and (max-width: 1024px) {
    .effect-group-container {
        
        margin-left: auto;
        margin-right: auto;
    }
    .buttonBox, p.buttonBox, a.buttonBox {
        
        height: 36px;
        line-height: normal;
    }
}
@media only screen and (max-width: 450px) {
    .buttonBox,
    p.buttonBox,
    a.buttonBox {
        font-size: 14px;
    }
}

/*了解更多*/
.more-button{
    text-align: center;
    font-size: 0;
    font-family: "Noto Sans";
    display: block;
}
.more-button,
a.more-button,
a.more-button:hover,
a.more-button:active,
a.more-button:link,
a.more-button:visited,
a.more-button:focus{
    color: #005BAC;
}
.more-button span{
    display: inline-block;
}
.more-button span:first-child{
    font-family: "Noto Sans";
    font-size: 24px;
    line-height: normal;
}
.more-button .icon--6{
    margin-left: 20px;
}
.more-button .icon--6:before{
    color: #005bac;
    font-size: 17px;
    font-weight: bold;
}
.more-button:hover .icon--6{
    -webkit-animation: bounceNew 0.4s;
    -moz-animation: bounceNew 0.4s;
    -o-animation: bounceNew 0.4s;
    -ms-animation: bounceNew 0.4s;
    animation: bounceNew 0.4s;
}
@media only screen and (max-width: 1599px) {
    .more-button span:first-child{
        font-size: 22px;
    }
    .more-button .icon--6:before{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1299px) {
    .more-button span:first-child{
        font-size: 20px;
    }
    .more-button .icon--6:before{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    .more-button span:first-child{
        font-size: 18px;
    }
    .more-button .icon--6{
        margin-left: 10px;
    }
    .more-button .icon--6:before{
        font-size: 14px;
    }
    .more-button:hover .icon--6{
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -ms-animation: none;
        animation: none;
    }
}
@media only screen and (max-width: 450px) {
    .more-button span:first-child{
        font-size: 16px;
    }
    .more-button .icon--6:before{
        font-size: 12px;
    }
}

/* 上下间距 */
/* 8 mobile */
.m-t-8-mobile {
    margin-top: 8px;
}
.m-b-8-mobile {
    margin-bottom: 8px;
}
.p-t-8-mobile {
    padding-top: 8px;
}
.p-b-8-mobile {
    padding-bottom: 8px;
}
/* 12 mobile */
.m-t-12-mobile {
    margin-top: 12px;
}
.m-b-12-mobile {
    margin-bottom: 12px;
}
.p-t-12-mobile {
    padding-top: 12px;
}
.p-b-12-mobile {
    padding-bottom: 12px;
}
/* 16 mobile */
.m-t-16-mobile {
    margin-top: 16px;
}
.m-b-16-mobile {
    margin-bottom: 16px;
}
.p-t-16-mobile {
    padding-top: 16px;
}
.p-b-16-mobile {
    padding-bottom: 16px;
}
/* 24 mobile */
.m-t-24-mobile {
    margin-top: 24px;
}
.m-b-24-mobile {
    margin-bottom: 24px;
}
.p-t-24-mobile {
    padding-top: 24px;
}
.p-b-24-mobile {
    padding-bottom: 24px;
}
/* 32 mobile */
.m-t-32-mobile {
    margin-top: 32px;
}
.m-b-32-mobile {
    margin-bottom: 32px;
}
.p-t-32-mobile {
    padding-top: 32px;
}
.p-b-32-mobile {
    padding-bottom: 32px;
}
/* 40 mobile */
.m-t-40-mobile {
    margin-top: 40px;
}
.m-b-40-mobile {
    margin-bottom: 40px;
}
.p-t-40-mobile {
    padding-top: 40px;
}
.p-b-40-mobile {
    padding-bottom: 40px;
}

/* 内容左右间距 */
.margin-X {
    margin-left: 15px;
    margin-right: 15px;
}

.padding-X {
    padding-left: 15px;
    padding-right: 15px;
}

/* font-family 配置 */
.font-bold {
    font-family: "Noto Sans";
    font-weight: 700;
}
/*@media only screen and (max-width: 1024px) {
	.font-bold {
    	font-family: "阿里巴巴普惠体 Regular";
	}
}*/
.font-medium {
    font-family: "Noto Sans";
}

.font-regular {
    font-family: "Noto Sans";
}

/* 手机端字体统一处理 */
.banner {
    font-size: 24px;
    line-height: normal;
}

.banner-en {
    font-size: 14px;
    line-height: normal;
}

/* 正文 */
.body {
    font-size: 14px;
    line-height: normal;
}

/* 正文次级 */
.body-second {
    font-size: 12px;
    line-height: normal;
}

/* 一级标题 */
h1 {
    font-size: 24px;
    line-height: normal;
}

/* 二级标题 */
h2 {
    font-size: 18px;
    line-height: normal;
}

/* 三级标题 */
h3 {
    font-size: 16px;
    line-height: normal;
}

/* 二级标题-转行 */
.h2-wrap {
    font-size: 16px;
}

@media (min-width: 451px) {
    .banner {
        font-size: 28px;
    }
    .banner-en {
        font-size: 16px;
    }
    /* 正文 */
    .body {
        font-size: 16px;
        line-height: normal;
    }

    /* 正文次级 */
    .body-second {
        font-size: 14px;
        line-height: normal;
    }

    /* 一级标题 */
    h1 {
        font-size: 28px;
    }

    /* 二级标题 */
    h2 {
        font-size: 20px;
    }

    /* 三级标题 */
    h3 {
        font-size: 18px;
    }
    /* 32 mobile */
    .m-t-32-mobile {
        margin-top: 40px;
    }
    .m-b-32-mobile {
        margin-bottom: 40px;
    }
    .p-t-32-mobile {
        padding-top: 40px;
    }
    .p-b-32-mobile {
        padding-bottom: 40px;
    }
    /* 40 mobile */
    .m-t-40-mobile {
        margin-top: 48px;
    }
    .m-b-40-mobile {
        margin-bottom: 48px;
    }
    .p-t-40-mobile {
        padding-top: 48px;
    }
    .p-b-40-mobile {
        padding-bottom: 48px;
    }
    /* 8 mobile */
    .m-t-8-mobile {
        margin-top: 10px;
    }
    .m-b-8-mobile {
        margin-bottom: 10px;
    }
    .p-t-8-mobile {
        padding-top: 10px;
    }
    .p-b-8-mobile {
        padding-bottom: 10px;
    }
    /* 12 mobile */
    .m-t-12-mobile {
        margin-top: 15px;
    }
    .m-b-12-mobile {
        margin-bottom: 15px;
    }
    .p-t-12-mobile {
        padding-top: 15px;
    }
    .p-b-12-mobile {
        padding-bottom: 15px;
    }
    /* 16 mobile */
    .m-t-16-mobile {
        margin-top: 20px;
    }
    .m-b-16-mobile {
        margin-bottom: 20px;
    }
    .p-t-16-mobile {
        padding-top: 20px;
    }
    .p-b-16-mobile {
        padding-bottom: 20px;
    }
    /* 24 mobile */
    .m-t-24-mobile {
        margin-top: 30px;
    }
    .m-b-24-mobile {
        margin-bottom: 30px;
    }
    .p-t-24-mobile {
        padding-top: 30px;
    }
    .p-b-24-mobile {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 1025px) {
    .banner {
        font-size: 50px;
    }
    .banner-en {
        font-size: 22px;
    }
    /* 正文 */
    .body {
        font-size: 16px;
        line-height: normal;
    }
    /* 正文次级 */
    .body-second {
        font-size: 12px;
        line-height: normal;
    }
    /* 一级标题 */
    h1 {
        font-size: 36px;
    }
    .network-part h1{
        font-size: 28px;
    }
    /* 二级标题-无转行 */
    h2 {
        font-size: 20px;
    }
    /* 二级标题-转行 */
    .h2-wrap {
        font-size: 18px;
    }
    /* 8 mobile */
    .m-t-8-mobile {
        margin-top: 0;
    }
    .m-b-8-mobile {
        margin-bottom: 0;
    }
    .p-t-8-mobile {
        padding-top: 0;
    }
    .p-b-8-mobile {
        padding-bottom: 0;
    }
    /* 12 mobile */
    .m-t-12-mobile {
        margin-top: 0;
    }
    .m-b-12-mobile {
        margin-bottom: 0;
    }
    .p-t-12-mobile {
        padding-top: 0;
    }
    .p-b-12-mobile {
        padding-bottom: 0;
    }
    /* 16 mobile */
    .m-t-16-mobile {
        margin-top: 0;
    }
    .m-b-16-mobile {
        margin-bottom: 0;
    }
    .p-t-16-mobile {
        padding-top: 0;
    }
    .p-b-16-mobile {
        padding-bottom: 0;
    }
    /* 24 mobile */
    .m-t-24-mobile {
        margin-top: 0;
    }
    .m-b-24-mobile {
        margin-bottom: 0;
    }
    .p-t-24-mobile {
        padding-top: 0;
    }
    .p-b-24-mobile {
        padding-bottom: 0;
    }
    /* 32 mobile */
    .m-t-32-mobile {
        margin-top: 0;
    }
    .m-b-32-mobile {
        margin-bottom: 0;
    }
    .p-t-32-mobile {
        padding-top: 0;
    }
    .p-b-32-mobile {
        padding-bottom: 0;
    }
    /* 40 mobile */
    .m-t-40-mobile {
        margin-top: 0;
    }
    .m-b-40-mobile {
        margin-bottom: 0;
    }
    .p-t-40-mobile {
        padding-top: 0;
    }
    .p-b-40-mobile {
        padding-bottom: 0;
    }
    /* 14 pc */
    .m-t-14-pc {
        margin-top: 8px;
    }
    .m-b-14-pc {
        margin-bottom: 8px;
    }
    .p-t-14-pc {
        padding-top: 8px;
    }
    .p-b-14-pc {
        padding-bottom: 8px;
    }
    /* 16 pc */
    .m-t-16-pc {
        margin-top: 8px;
    }
    .m-b-16-pc {
        margin-bottom: 8px;
    }
    .p-t-16-pc {
        padding-top: 8px;
    }
    .p-b-16-pc {
        padding-bottom: 8px;
    }
    /* 24 pc */
    .m-t-24-pc {
        margin-top: 14px;
    }
    .m-b-24-pc {
        margin-bottom: 14px;
    }
    .p-t-24-pc {
        padding-top: 14px;
    }
    .p-b-24-pc {
        padding-bottom: 14px;
    }
    /* 30pc */
    .m-t-30-pc {
        margin-top: 16px;
    }
    /* 32 pc */
    .m-t-32-pc {
        margin-top: 18px;
    }
    .m-b-32-pc {
        margin-bottom: 18px;
    }
    .p-t-32-pc {
        padding-top: 18px;
    }
    .p-b-32-pc {
        padding-bottom: 18px;
    }
    /* 40 pc */
    .m-t-40-pc {
        margin-top: 22px;
    }
    .m-b-40-pc {
        margin-bottom: 22px;
    }
    .p-t-40-pc {
        padding-top: 22px;
    }
    .p-b-40-pc {
        padding-bottom: 22px;
    }
    /* 60 */
    .m-t-60-pc {
        margin-top: 32px;
    }
    .m-b-60-pc {
        margin-bottom: 32px;
    }
    .p-t-60-pc {
        padding-top: 32px;
    }
    .p-b-60-pc {
        padding-bottom: 32px;
    }
    /* 64 */
    .m-t-64-pc {
        margin-top: 36px;
    }
    .m-b-64-pc {
        margin-bottom: 36px;
    }
    .p-t-64-pc {
        padding-top: 36px;
    }
    .p-b-64-pc {
        padding-bottom: 36px;
    }
    /* 80 */
    .m-t-80-pc {
        margin-top: 44px;
    }
    .m-b-80-pc {
        margin-bottom: 44px;
    }
    .p-t-80-pc {
        padding-top: 44px;
    }
    .p-b-80-pc {
        padding-bottom: 44px;
    }
    /* 90 */
    .m-t-90-pc {
        margin-top: 49px;
    }
    .m-b-90-pc {
        margin-bottom: 49px;
    }
    .p-t-90-pc {
        padding-top: 49px;
    }
    .p-b-90-pc {
        padding-bottom: 49px;
    }
    /* 100 */
    .m-t-100-pc {
        margin-top: 54px;
    }
    .m-b-100-pc {
        margin-bottom: 54px;
    }
    .p-t-100-pc {
        padding-top: 54px;
    }
    .p-b-100-pc {
        padding-bottom: 54px;
    }
    /* 140 */
    .m-t-140-pc {
        margin-top: 75.6px;
    }
    .m-b-140-pc {
        margin-bottom: 75.6px;
    }
    .p-t-140-pc {
        padding-top: 75.6px;
    }
    .p-b-140-pc {
        padding-bottom: 75.6px;
    }
}
@media (min-width: 1200px) {
    .margin-X {
        margin-left: 40px;
        margin-right: 40px;
    }

    .padding-X {
        padding-left: 40px;
        padding-right: 40px;
    }
    .network-part h1{
        font-size: 30px;
    }
    /* 14 pc */
    .m-t-14-pc {
        margin-top: 10px;
    }
    .m-b-14-pc {
        margin-bottom: 10px;
    }
    .p-t-14-pc {
        padding-top: 10px;
    }
    .p-b-14-pc {
        padding-bottom: 10px;
    }
    /* 16 pc */
    .m-t-16-pc {
        margin-top: 12px;
    }
    .m-b-16-pc {
        margin-bottom: 12px;
    }
    .p-t-16-pc {
        padding-top: 12px;
    }
    .p-b-16-pc {
        padding-bottom: 12px;
    }
    /* 24 pc */
    .m-t-24-pc {
        margin-top: 18px;
    }
    .m-b-24-pc {
        margin-bottom: 18px;
    }
    .p-t-24-pc {
        padding-top: 18px;
    }
    .p-b-24-pc {
        padding-bottom: 18px;
    }
    /* 30pc */
    .m-t-30-pc {
        margin-top: 23px;
    }
    /* 32 pc */
    .m-t-32-pc {
        margin-top: 24px;
    }
    .m-b-32-pc {
        margin-bottom: 24px;
    }
    .p-t-32-pc {
        padding-top: 24px;
    }
    .p-b-32-pc {
        padding-bottom: 24px;
    }
    /* 40 pc */
    .m-t-40-pc {
        margin-top: 30px;
    }
    .m-b-40-pc {
        margin-bottom: 30px;
    }
    .p-t-40-pc {
        padding-top: 30px;
    }
    .p-b-40-pc {
        padding-bottom: 30px;
    }
    /* 60 */
    .m-t-60-pc {
        margin-top: 46px;
    }
    .m-b-60-pc {
        margin-bottom: 46px;
    }
    .p-t-60-pc {
        padding-top: 46px;
    }
    .p-b-60-pc {
        padding-bottom: 46px;
    }
    /* 64 */
    .m-t-64-pc {
        margin-top: 50px;
    }
    .m-b-64-pc {
        margin-bottom: 50px;
    }
    .p-t-64-pc {
        padding-top: 50px;
    }
    .p-b-64-pc {
        padding-bottom: 50px;
    }
    /* 80 */
    .m-t-80-pc {
        margin-top: 60px;
    }
    .m-b-80-pc {
        margin-bottom: 60px;
    }
    .p-t-80-pc {
        padding-top: 60px;
    }
    .p-b-80-pc {
        padding-bottom: 60px;
    }
    /* 90 */
    .m-t-90-pc {
        margin-top: 68px;
    }
    .m-b-90-pc {
        margin-bottom: 68px;
    }
    .p-t-90-pc {
        padding-top: 68px;
    }
    .p-b-90-pc {
        padding-bottom: 68px;
    }
    /* 100 */
    .m-t-100-pc {
        margin-top: 76px;
    }
    .m-b-100-pc {
        margin-bottom: 76px;
    }
    .p-t-100-pc {
        padding-top: 76px;
    }
    .p-b-100-pc {
        padding-bottom: 76px;
    }
    /* 140 */
    .m-t-140-pc {
        margin-top: 106.4px;
    }
    .m-b-140-pc {
        margin-bottom: 106.4px;
    }
    .p-t-140-pc {
        padding-top: 106.4px;
    }
    .p-b-140-pc {
        padding-bottom: 106.4px;
    }
}

@media (min-width: 1300px) {
    .margin-X {
        margin-left: 60px;
        margin-right: 60px;
    }

    .padding-X {
        padding-left: 60px;
        padding-right: 60px;
    }
    /* 一级标题 */
    h1 {
        font-size: 40px;
    }
    .network-part h1{
        font-size: 30px;
    }
    /* 二级标题-无转行 */
    h2 {
        font-size: 26px;
    }
    /* 二级标题-转行 */
    .h2-wrap {
        font-size: 20px;
    }
    .banner {
        font-size: 60px;
    }
    .banner-en {
        font-size: 24px;
    }
}

@media (min-width: 1400px) {
    .margin-X {
        margin-left: 80px;
        margin-right: 80px;
    }

    .padding-X {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1600px) {
    .banner {
        font-size: 72px;
    }
    .banner-en {
        font-size: 28px;
    }
    /* 正文 */
    .body {
        font-size: 18px;
        line-height: normal;
    }
    /* 正文次级 */
    .body-second {
        font-size: 14px;
        line-height: normal;
    }
    /* 一级标题 */
    h1 {
        font-size: 50px;
    }
    .network-part h1{
        font-size: 40px;
    }
    /* 二级标题-无转行 */
    h2 {
        font-size: 30px;
    }
    /* 二级标题-转行 */
    .h2-wrap {
        font-size: 24px;
    }
    /* 14 pc */
    .m-t-14-pc {
        margin-top: 12px;
    }
    .m-b-14-pc {
        margin-bottom: 12px;
    }
    .p-t-14-pc {
        padding-top: 12px;
    }
    .p-b-14-pc {
        padding-bottom: 12px;
    }
    /* 16 pc */
    .m-t-16-pc {
        margin-top: 14px;
    }
    .m-b-16-pc {
        margin-bottom: 14px;
    }
    .p-t-16-pc {
        padding-top: 14px;
    }
    .p-b-16-pc {
        padding-bottom: 14px;
    }
    /* 24 pc */
    .m-t-24-pc {
        margin-top: 20px;
    }
    .m-b-24-pc {
        margin-bottom: 20px;
    }
    .p-t-24-pc {
        padding-top: 20px;
    }
    .p-b-24-pc {
        padding-bottom: 20px;
    }
    /* 30pc */
    .m-t-30-pc {
        margin-top: 25px;
    }
    /* 32 pc */
    .m-t-32-pc {
        margin-top: 27px;
    }
    .m-b-32-pc {
        margin-bottom: 27px;
    }
    .p-t-32-pc {
        padding-top: 27px;
    }
    .p-b-32-pc {
        padding-bottom: 27px;
    }
    /* 40 pc */
    .m-t-40-pc {
        margin-top: 34px;
    }
    .m-b-40-pc {
        margin-bottom: 34px;
    }
    .p-t-40-pc {
        padding-top: 34px;
    }
    .p-b-40-pc {
        padding-bottom: 34px;
    }
    /* 60 */
    .m-t-60-pc {
        margin-top: 50px;
    }
    .m-b-60-pc {
        margin-bottom: 50px;
    }
    .p-t-60-pc {
        padding-top: 50px;
    }
    .p-b-60-pc {
        padding-bottom: 50px;
    }
    /* 64 */
    .m-t-64-pc {
        margin-top: 54px;
    }
    .m-b-64-pc {
        margin-bottom: 54px;
    }
    .p-t-64-pc {
        padding-top: 54px;
    }
    .p-b-64-pc {
        padding-bottom: 54px;
    }
    /* 80 */
    .m-t-80-pc {
        margin-top: 66px;
    }
    .m-b-80-pc {
        margin-bottom: 66px;
    }
    .p-t-80-pc {
        padding-top: 66px;
    }
    .p-b-80-pc {
        padding-bottom: 66px;
    }
    /* 90 */
    .m-t-90-pc {
        margin-top: 73px;
    }
    .m-b-90-pc {
        margin-bottom: 73px;
    }
    .p-t-90-pc {
        padding-top: 73px;
    }
    .p-b-90-pc {
        padding-bottom: 73px;
    }
    /* 100 */
    .m-t-100-pc {
        margin-top: 80px;
    }
    .m-b-100-pc {
        margin-bottom: 80px;
    }
    .p-t-100-pc {
        padding-top: 80px;
    }
    .p-b-100-pc {
        padding-bottom: 80px;
    }
    /* 140 */
    .m-t-140-pc {
        margin-top: 112px;
    }
    .m-b-140-pc {
        margin-bottom: 112px;
    }
    .p-t-140-pc {
        padding-top: 112px;
    }
    .p-b-140-pc {
        padding-bottom: 112px;
    }
}

@media (min-width: 1920px) {
    /* 14 pc */
    .m-t-14-pc {
        margin-top: 14px;
    }
    .m-b-14-pc {
        margin-bottom: 14px;
    }
    .p-t-14-pc {
        padding-top: 14px;
    }
    .p-b-14-pc {
        padding-bottom: 14px;
    }
    /* 16 pc */
    .m-t-16-pc {
        margin-top: 16px;
    }
    .m-b-16-pc {
        margin-bottom: 16px;
    }
    .p-t-16-pc {
        padding-top: 16px;
    }
    .p-b-16-pc {
        padding-bottom: 16px;
    }
    /* 24 pc */
    .m-t-24-pc {
        margin-top: 24px;
    }
    .m-b-24-pc {
        margin-bottom: 24px;
    }
    .p-t-24-pc {
        padding-top: 24px;
    }
    .p-b-24-pc {
        padding-bottom: 24px;
    }
    /* 30pc */
    .m-t-30-pc {
        margin-top: 30px;
    }
    /* 32 pc */
    .m-t-32-pc {
        margin-top: 32px;
    }
    .m-b-32-pc {
        margin-bottom: 32px;
    }
    .p-t-32-pc {
        padding-top: 32px;
    }
    .p-b-32-pc {
        padding-bottom: 32px;
    }
    /* 40 pc */
    .m-t-40-pc {
        margin-top: 40px;
    }
    .m-b-40-pc {
        margin-bottom: 40px;
    }
    .p-t-40-pc {
        padding-top: 40px;
    }
    .p-b-40-pc {
        padding-bottom: 40px;
    }
    /* 60 */
    .m-t-60-pc {
        margin-top: 60px;
    }
    .m-b-60-pc {
        margin-bottom: 60px;
    }
    .p-t-60-pc {
        padding-top: 60px;
    }
    .p-b-60-pc {
        padding-bottom: 60px;
    }
    /* 64 */
    .m-t-64-pc {
        margin-top: 64px;
    }
    .m-b-64-pc {
        margin-bottom: 64px;
    }
    .p-t-64-pc {
        padding-top: 64px;
    }
    .p-b-64-pc {
        padding-bottom: 64px;
    }
    /* 80 */
    .m-t-80-pc {
        margin-top: 80px;
    }
    .m-b-80-pc {
        margin-bottom: 80px;
    }
    .p-t-80-pc {
        padding-top: 80px;
    }
    .p-b-80-pc {
        padding-bottom: 80px;
    }
    /* 90 */
    .m-t-90-pc {
        margin-top: 90px;
    }
    .m-b-90-pc {
        margin-bottom: 90px;
    }
    .p-t-90-pc {
        padding-top: 90px;
    }
    .p-b-90-pc {
        padding-bottom: 90px;
    }
    /* 100 */
    .m-t-100-pc {
        margin-top: 100px;
    }
    .m-b-100-pc {
        margin-bottom: 100px;
    }
    .p-t-100-pc {
        padding-top: 100px;
    }
    .p-b-100-pc {
        padding-bottom: 100px;
    }
    /* 140 */
    .m-t-140-pc {
        margin-top: 140px;
    }
    .m-b-140-pc {
        margin-bottom: 140px;
    }
    .p-t-140-pc {
        padding-top: 140px;
    }
    .p-b-140-pc {
        padding-bottom: 140px;
    }
}

/*cyt 导航栏*/
.navbar-nav > li{
    margin-right: 16px;
}
.navbar-nav > li:last-child{
    margin-right: 0;
}
.t3-megamenu .dropdown-menu .mega-nav > li a:hover .image-title{
    color: #004898;
}
.nav > li > .separator::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #004898;
    transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
/*.nav > li > .separator:hover::after,
.nav > li.active.dropdown.mega .separator::after {
	width: 100%;
}*/
.nav > li.dropdown:hover .separator::after,
.nav > li.active.dropdown.mega .separator::after {
    width: 100%;
}
.second-menu{
    color: #333333;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 19px;
    font-family: "Noto Sans";
    font-weight: 700;
}
.third-menu{
    color: #333333;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 19px;
}
.third-menu:last-child{
    margin-bottom: 0;
}
.third-menu:hover,
.second-menu:hover{
    font-family: "Noto Sans";
    font-weight: 700;
    color: #004898;
}
@media only screen and (max-width: 1599px) {
    .second-menu{
        font-size: 16px;
        margin-bottom: 14px;
    }
    .third-menu{
        font-size: 14px;
        margin-bottom: 14px;
    }
    .third-menu:last-child{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1299px) {
    .second-menu{
        font-size: 16px;
        margin-bottom: 12px;
    }
    .third-menu{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .third-menu:last-child{
        margin-bottom: 0;
    }
}

/*软件获取*/
/*------------------------------------------*/
.get-soft {
    background-color: #f6f6f6;
}
.ruanjian-title {
    font-family: "Noto Sans";
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.ruanjian-items {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.ruanjian-items .ruanjian-item {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    padding-left: 6%;
    padding-right: 6%;
    background-color: #fff;
}
.ruanjian-items .ruanjian-item{
    margin-right: 16px;
}
.ruanjian-items .ruanjian-item:last-child{
    margin-right: 0;
}
.ruanjian-item figure{
    width: 140px;
    padding-bottom: 140px;
    margin: 0 auto;
}
.ruanjian-item:first-child figure{
    background: url(http://surfmill.ru/images/common/get-soft.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ruanjian-item:nth-child(2) figure{
    background: url(http://surfmill.ru/images/common/quotation.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ruanjian-item:nth-child(3) figure{
    background: url(http://surfmill.ru/images/common/custom.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ruanjian-item:first-child:hover figure{
    background: url(http://surfmill.ru/images/common/get-soft-hover.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ruanjian-item:nth-child(2):hover figure{
    background: url(http://surfmill.ru/images/common/quotation-hover.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ruanjian-item:nth-child(3):hover figure{
    background: url(http://surfmill.ru/images/common/custom-hover.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.ruanjian-items .ruanjian-item .ruanjian-item-title {
    font-family: "Noto Sans";
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 28px;
    line-height: normal;
}
.ruanjian-items .ruanjian-item .ruanjian-item-desc {
    text-align: center;
    color: #333333;
    line-height: normal;
    font-size: 18px;
}
@media only screen and (max-width: 1599px) {
    .ruanjian-items .ruanjian-item {
        padding-left: 5%;
        padding-right: 5%;
    }
    .ruanjian-items .ruanjian-item .ruanjian-item-title {
        font-size: 24px;
    }
    .ruanjian-items .ruanjian-item .ruanjian-item-desc {
        line-height: normal;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1299px) {
    .ruanjian-item figure{
        width: 110px;
        padding-bottom: 110px;
    }
    .ruanjian-items .ruanjian-item .ruanjian-item-title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1024px) {
    .get-soft{
        padding-left: 3.8%;
        padding-right: 3.8%;
    }
    .ruanjian-items {
        display: block;
    }
    .ruanjian-items .ruanjian-item {
        padding-left: 8%;
        padding-right: 8%;
    }
    .ruanjian-items .ruanjian-item {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .ruanjian-items .ruanjian-item:last-child {
        margin-bottom: 0;
    }
    .ruanjian-item figure{
        width: 100px;
        padding-bottom: 100px;
    }
    .ruanjian-items .ruanjian-item .ruanjian-item-title {
        color: #004898;
        font-size: 20px;
    }
    .get-soft .ruanjian-title {
        padding: 0;
    }
}
@media only screen and (max-width: 450px) {
    .ruanjian-items .ruanjian-item {
        padding-left: 6%;
        padding-right: 6%;
    }
    .ruanjian-item figure{
        width: 80px;
        padding-bottom: 80px;
    }
    .ruanjian-items .ruanjian-item .ruanjian-item-desc {
        font-size: 14px;
    }
}
@media only screen and (max-width: 345px) {
    .get-soft .ruanjian-title {
    }
}
/*------------------------------------------*/


/*Поддержка*/
/*--------------------------------------------------*/
.service-support {
}
.service-support .support-wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.service-support .support-wrapper .support-img-item {
    display: block;
    position: relative;
    overflow: hidden;
    width: 32.8%;
    padding-bottom: 16%;
    margin-right: 0.9%;
    margin-bottom: 0.9%;
}
.service-support .support-wrapper .support-img-item figure {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -webkit-transition: all linear .4s;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}
.service-support .support-wrapper .support-img-item:nth-child(1) figure {
    background-image: url('http://surfmill.ru/images/home/service01.jpg');
}
.service-support .support-wrapper .support-img-item:nth-child(2) figure {
    background-image: url('http://surfmill.ru/images/home/service02.jpg');
}
.service-support .support-wrapper .support-img-item:nth-child(3) figure {
    background-image: url('http://surfmill.ru/images/home/service03.jpg');
}
.service-support .support-wrapper .support-img-item:nth-child(4) figure {
    background-image: url('http://surfmill.ru/images/home/service04.jpg');
}
.service-support .support-wrapper .support-img-item:nth-child(5) figure {
    background-image: url('http://surfmill.ru/images/home/service05.jpg');
}
.service-support .support-wrapper .support-img-item:nth-child(2){
    width: 66.3%;
    margin-right: 0;
}
.service-support .support-wrapper .support-img-item:nth-child(5) {
    width: 32.6%;
    margin-right: 0;
}
.service-support .support-wrapper .support-img-item .item-dask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, .35);*/
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    /*transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -webkit-transition: all linear .4s;*/
}
.service-support .support-wrapper .support-img-item .item-dask .dask-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -webkit-transition: all linear .4s;
}
.service-support .support-wrapper .support-img-item .item-dask .dask-info span {
    display: inline-block;
    vertical-align: middle;
}
.service-support .support-wrapper .support-img-item .item-dask .dask-info .icon--8 {
    margin-left: 16px;
    transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.service-support .support-wrapper .support-img-item .item-dask .dask-info .icon--8:before {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.service-support .support-wrapper .support-img-item:hover figure {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.service-support .support-wrapper .support-img-item:hover .item-dask {
    /*opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);*/
}
.service-support .support-wrapper .support-img-item:hover .item-dask .dask-info .icon--8 {
    margin-left: 26px;
}
.service-support .support-wrapper .support-img-item:hover .item-dask .dask-info {
    font-weight: bold;
}
@media only screen and (max-width: 1919px) {
}
@media only screen and (max-width: 1599px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1024px) {
    .service-support .part4-wrapper {
        display: block;
    }
    .service-support.padding-X {
        padding-left: 0;
        padding-right: 0;
    }
    .service-support .support-wrapper .support-img-item {
        position: relative;
        width: 100% !important;
        padding-bottom: 46%;
        margin-bottom: 2px;
        margin-right: 0;
    }
    .service-support .support-wrapper .support-img-item img {
        position: absolute;
        top: 0;
        display: block;
        width: auto;
        height: 100%;
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .service-support .support-wrapper .support-img-item:hover figure {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .service-support .support-wrapper .support-img-item:hover .item-dask {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
    .service-support .support-wrapper .support-img-item .item-dask .dask-info {
        font-size: 18px;
    }
    .service-support .support-wrapper .support-img-item:active .item-dask .dask-info {
        font-weight: bold;
    }
    .service-support .support-wrapper .support-img-item .item-dask .dask-info .icon--8:before {
        font-size: 16px;
    }
    .service-support .support-wrapper .support-img-item:nth-child(1) figure {
        background-image: url('http://surfmill.ru/images/home/mobile-service01.jpg');
    }
    .service-support .support-wrapper .support-img-item:nth-child(2) figure {
        background-image: url('http://surfmill.ru/images/home/mobile-service02.jpg');
    }
    .service-support .support-wrapper .support-img-item:nth-child(3) figure {
        background-image: url('http://surfmill.ru/images/home/mobile-service03.jpg');
    }
    .service-support .support-wrapper .support-img-item:nth-child(4) figure {
        background-image: url('http://surfmill.ru/images/home/mobile-service04.jpg');
    }
    .service-support .support-wrapper .support-img-item:nth-child(5) figure {
        background-image: url('http://surfmill.ru/images/home/mobile-service05.jpg');
    }
}
/*--------------------------------------------------*/


/*Поддержка*/
/*--------------------------------------------------*/
.home-part5 {
    background-color: #F6F6F6;
}
.home-part5 .part5-swiper {
    padding: 0 44px;
}
.home-part5 .part5-swiper img {
    display: block;
    width: 100%;
}
.home-part5 .part5-swiper .swiper-slide {
    padding-bottom: 8px;
    cursor: pointer;
}
.home-part5 .part5-swiper .swiper-slide-wrapper {
    position: relative;
    overflow: hidden;
}
.home-part5 .part5-swiper .swiper-slide-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('http://surfmill.ru/images/home/mask.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-part5 .part5-swiper .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #004898;
}
/*.part5-swiper .swiper-slide::after {
	content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 6px;
    background-color: #004898;
    transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.part5-swiper .swiper-slide:hover::after {
	width: 100%;
}*/
.home-part5 .part5-swiper .swiper-slide img {
    transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.home-part5 .part5-swiper .swiper-slide:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.home-part5 .part5-swiper .swiper5-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    z-index: 1;
}
.home-part5 .part5-swiper .swiper5-info .icon--6::before {
    color: #FFF;
}
.home-part5 .part5-swiper .swiper5-info .slide-title {
    font-size: 18px;
}
.home-part5 .part5-swiper .swiper5-info .slide-more {
    font-size: 14px;
    color: #FFF;
}
.home-part5 .part5-swiper .m-common-prev,
.home-part5 .part5-swiper .m-common-next {
    background-image: none;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    font-size: 24px;
    line-height: normal;
    text-align: center;
}
.home-part5 .part5-swiper .m-common-prev span::before,
.home-part5 .part5-swiper .m-common-next span::before {
    color: #333;
}
.home-part5 .part5-swiper .m-common-prev{
    left: 0;
}
.home-part5 .part5-swiper .m-common-next {
    right: 0;
}
@media only screen and (min-width: 451px) {
    .home-part5 .part5-swiper .swiper5-info .slide-title {
        font-size: 20px;
    }
    .home-part5 .part5-swiper .swiper5-info .slide-more {
        font-size: 16px;
        color: #FFF;
    }
}
@media only screen and (min-width: 1025px) {
    .home-part5 .part5-swiper .common-prev,
    .home-part5 .part5-swiper .common-next {
        transition: all .4s;
        -o-transition: all .4s;
        -ms-transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
    }
    .home-part5 .part5-swiper .common-prev .icon---,
    .home-part5 .part5-swiper .common-next .icon--8 {
        display: none;
    }
    .home-part5 .part5-swiper .common-prev.swiper-button-disabled,
    .home-part5 .part5-swiper .common-next.swiper-button-disabled {
        display: none;
    }
    .home-part5 .part5-swiper .common-prev,
    .home-part5 .part5-swiper .common-next {
        display: block;
        background-color: transparent;
        box-shadow: none;
        width: 36px;
        height: 36px;
        background-size: cover;
        opacity: 0;
    }
    .home-part5 .part5-swiper .common-prev {
        left: 0;
        background-image: url('http://surfmill.ru/images/common/left-arrow.svg');
    }
    .home-part5 .part5-swiper .common-next {
        right: 0;
        background-image: url('http://surfmill.ru/images/common/right-arrow.svg');
    }
    .home-part5 .part5-swiper:hover .common-prev,
    .home-part5 .part5-swiper:hover .common-next {
        opacity: 0.7;
    }
    .home-part5 .part5-swiper .common-prev:hover,
    .home-part5 .part5-swiper .common-next:hover {
        opacity: 0.9;
    }
    .home-part5 .part5-swiper:hover .common-prev {
        left: 40px;
    }
    .home-part5 .part5-swiper:hover .common-next {
        right: 40px;
    }
    .home-part5 .part5-swiper .swiper5-info .slide-title {
        font-size: 28px;
    }
    .home-part5 .part5-swiper .swiper5-info .slide-more {
        font-size: 18px;
        color: #FFF;
    }
    /*.home-part5 .part5-swiper .swiper-slide-wrapper::after {
        display: none;
    }*/
    .home-part5 .part5-swiper .swiper-slide {
        padding-bottom: 14px;
    }
    .home-part5 .part5-swiper .swiper-slide::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 0;
        height: 6px;
        background-color: #004898;
        transition: all .4s;
        -o-transition: all .4s;
        -ms-transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
    }
    .home-part5 .part5-swiper .swiper-slide:hover::after {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .home-part5 .part5-swiper {
        padding: 0 40px;
    }
}
@media only screen and (min-width: 1300px) {
    .home-part5 .part5-swiper:hover .common-prev {
        left: 20px;
    }
    .home-part5 .part5-swiper:hover .common-next {
        right: 20px;
    }
    .home-part5 .part5-swiper {
        padding: 0 60px;
    }
    .home-part5 .part5-swiper .swiper5-info .slide-title {
        font-size: 30px;
    }
    .home-part5 .part5-swiper .swiper-slide::after {
        height: 8px;
    }
}
@media only screen and (min-width: 1400px) {
    .home-part5 .part5-swiper .common-prev,
    .home-part5 .part5-swiper .common-next {
        width: 46px;
        height: 46px;
    }
    .home-part5 .part5-swiper {
        padding: 0 80px;
    }
}
@media only screen and (min-width: 1600px) {
    .home-part5 .part5-swiper .swiper5-info .slide-title {
        font-size: 36px;
    }

    .home-part5 .part5-swiper .swiper-slide {
        padding-bottom: 20px;
    }
    .home-part5 .part5-swiper .swiper-slide::after {
        height: 12px;
    }
}
@media only screen and (min-width: 1920px) {
    .home-part5 .part5-swiper .swiper5-info .slide-title {
        font-size: 40px;
    }
}
/*--------------------------------------------------*/


.yyal-more{
    text-align: right;
    margin: 20px 0;
}
.t3-off-canvas .t3-off-canvas-body ul.dropdown-menu .yyal-more a{
    font-size: 12px;
    color: #9b9b9b;
    margin-right: 15px;
}
.yyal-more .icon--6{
    font-size: 10px;
    margin-left: 8px;
}
.yyal-more .icon--6:before{
    color: #595757;
}
/*.t3-off-canvas .t3-off-canvas-body .dropdown-menu .item-108 .dropdown-menu{
	padding-bottom: 14px;
}*/
@media only screen and (min-width: 451px) {
    .t3-off-canvas .t3-off-canvas-body ul.dropdown-menu .yyal-more a{
        font-size: 14px;
    }
    .yyal-more .icon--6{
        font-size: 12px;
    }
}
/*cyt 1113 去掉ie横向滚动条*/
.t3-mainbody{
    overflow-x: hidden;
}

/*搜索框动画 cyt*/
.top-content {
    float: none;
    right: 60px;
    position: absolute;
    z-index: 10;
    padding-right: 15px;
}
.head-search #app form {
    margin: 0;
    right: -12px;
    left: auto;
    opacity: 1;
    width: 30px;
    height: 30px;
    top: -10px;
}
.head-search #app.active form {
    right: 0;
    width: 100%;
    height: 30px;
    top: -2px;
}
#app-cover {
    position: absolute;
    top: 22px;
    right: 40px;
    width: 500px;
}
@media only screen and (max-width: 1299px) {
    #app-cover {
        right: 28px;
    }
}
@media only screen and (max-width: 1150px) {
    #app-cover {
        right: 23px;
    }
}
@media only screen and (max-width: 1080px) {
    #app-cover {
        right: 19px;
    }
}
#app {
    position: relative;
    height: 30px;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#app:after {
    content: '.';
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
}
#app form {
    position: absolute;
    top: 0;
    right: 0;
    left: -260px;
    height: 100%;
    margin: 0 44px 0 18px;
    opacity: 0;
}
input#search-searchword {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 16px;
    line-height: normal;
    padding-left: 10px;
    border: 0;
    background-color: transparent;
    padding: 0;
    padding-left: 10px;
    opacity: 0;
}
input#search-searchword:focus{
    outline: none;
}
input#search-searchword::-ms-clear,
input#search-searchword::-ms-reveal{
    display: none;
}
#app.active input#search-searchword{
    opacity: 1;
}
#circle {
    position: relative;
    width: 13px;
    height: 13px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #898989;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    overflow: hidden;
    z-index: 10;
    display: block;
    padding: 0;
}
#r-btn {
    right: -3px;
    top: -12px;
    margin: -2px -2px 0 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}
#r-btn:before,
#r-btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
}
#r-btn:before {
    top: 0;
}
#r-btn:after {
    bottom: 0;
}
#c-btn {
    right: 0;
    bottom: 14px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
}
#c-btn,
#r-btn {
    position: absolute;
    width: 2px;
    height: 5px;
    border-radius: 0px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.41, 1.42) all;
    -moz-transition: 0.3s cubic-bezier(0.18, 0.89, 0.41, 1.42) all;
    -ms-transition: 0.3s cubic-bezier(0.18, 0.89, 0.41, 1.42) all;
    -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.41, 1.42) all;
}
#c-btn,
#r-btn:before,
#r-btn:after {
    background-color: #898989;
}
#circle,
form.active {
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
#submit-button,
#init-button {
    position: absolute;
    top: -4px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#submit-button {
    opacity: 0;
    z-index: -1;
}
#submit-button.active {
    z-index: 2;
}
#init-button {
    z-index: 15;
}
#app.active{
    z-index: 15;
    background: #FFFFFF;
    top: -4px;
}
#app.active #circle {
    width: 100%;
    height: 30px;
    z-index: 10;
}
form.active {
    left: 0;
    opacity: 1;
}
#app.active #c-btn {
    -webkit-transform:rotateZ(-46deg) translateY(-33px);
    transform:rotateZ(-46deg) translateY(-33px);
    -moz-transform: rotateZ(-46deg) translateY(-33px);
    -ms-transform: rotateZ(-46deg) translateY(-33px);
    -webkit-transform: rotateZ(-46deg) translateY(-33px);
    right: -3px;
    bottom: -17px;
    height: 18px;
    z-index: 15;
}
#app.active #c-btn.change {
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -webkit-transform:rotateZ(-90deg) translateY(-33px) translateX(22px);
    transform:rotateZ(-90deg) translateY(-33px) translateX(22px);
    -moz-transform: rotateZ(-90deg) translateY(-33px) translateX(22px);
    -ms-transform: rotateZ(-90deg) translateY(-33px) translateX(22px);
}
#app.active #r-btn {
    -webkit-transform:rotateZ(45deg) translateY(33px);
    transform:rotateZ(45deg) translateY(33px);
    -moz-transform: rotateZ(45deg) translateY(33px);
    -ms-transform: rotateZ(45deg) translateY(33px);
    right: -3px;
    top: -17px;
    height: 18px;
}
#app.active #r-btn.change:before {
    top: -4px;
    left: -5px;
    -webkit-transform: rotateZ(90deg) translateX(10px);
    transform: rotateZ(90deg) translateX(10px);
    -moz-transform: rotateZ(90deg) translateX(10px);
    -webkit-transform: rotateZ(90deg) translateX(10px);
}
#app.active #submit-button,
#app.active #init-button{
    border-bottom: none;
    right: 0;
    height: 30px;
    width: 45px;
    z-index: 10;
    top: 0;
}
#app.active #init-button {
    z-index: 15;
}
#app.active #submit-button{
    margin: 0;
    padding: 0;
    border: none;;
}
#app.active #submit-button.active{
    z-index: 20;
}
#dribbble {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
    padding: 20px;
}
#dribbble i {
    display: block;
    width: 20px;
    height: 20px;
    color: #898989;
    font-size: 20px;
    line-height: normal;
}
.smaller #app-cover{
    top: 24px;
    right: 20px;
}
.smaller #submit-button,
.smaller #init-button {
    border-bottom: none;
}
.cengji{
    z-index: 30;
}

/*搜索结果页面 cyt 1015*/
.btn-toolbar h1 {
    font-family: "Noto Sans";
    font-weight: 700;
    text-align: center;
    color: #004898;
}
.search-fuhao{
    margin: 0 auto;
    float: none !important;
    width: 700px;
    display: block;
}
.btn-group .inputbox,
.btn-group .hasTooltip{
    display: inline-block;
}
.btn-group input#search-searchword{
    height: 40px;
    width: 660px;
    border-radius: 0;
    border: 1px solid #898989;
    border-right: none;
    color: #333333;
    font-size: 18px;
    opacity: 1;
}
.btn-group .hasTooltip{
    height: 40px;
    width: 40px;
    padding: 0;
    float: right;
    border: 1px solid #898989;
    background: #F6F6F6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.btn-group .icon-search{
    font-size: 17px;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}
.searchintro .searchword{
    width: 704px;
    margin: 0 auto;
    display: block;
    margin-top: 16px;
    color: #9B9B9B;
    font-size: 18px;
}
.search-item{
    display: flex;
    display: -webkit-flex;
}
.search-img{
    width: 30%;
    margin-right: 16px;
}
.search-img img{
    width: 100%;
    height: auto;
}
.search-content{
    width: calc(70% - 16px);
    color: #333333;
    position: relative;
}
span.highlight{
    color: #f08300;
    background: transparent;
}
.result-title .highlight{
    font-family: "Noto Sans";
    font-weight: 700;
    font-weight: normal;
}
.result-text .highlight{
    font-weight: normal;
}
.search-results a:last-child .search-item{
    margin-bottom: 0;
}
.searchintro .pagination{
    margin-bottom: 0;
    float: none;
    text-align: center;
}
.searchintro .pagination .pagination{
    margin: 0 auto;
}
.searchintro .pagination .pagination li a{
    background: #EFEFEF;
    height: 32px;
    width: 32px;
    border: none;
    margin-right: 16px;
    line-height: normal;
    padding: 0;
    font-size: 18px;
    color: #333333;
}
.searchintro .pagination .pagination li:last-child a{
    margin-right: 0;
}
.searchintro .pagination .pagination li.active a{
    color: #ffffff;
    background: #004898;
}
.fa-angle-left::before {
    color: #333333;
}
.searchintro .pagination .pagination li.hidden-phone a:hover{
    color: #004898;
}
.searchintro .pagination .pagination li.active a:hover{
    color: #ffffff;
}
.searchintro .alert-danger{
    margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
    .searchintro .alert-danger{
        margin-top: 24px;
    }
    .search-fuhao{
        width: 600px;
    }
    .btn-group input#search-searchword{
        height: 35px;
        width: 565px;
        font-size: 16px;
    }
    .btn-group .hasTooltip{
        height: 35px;
        width: 35px;
    }
    .btn-group .icon-search{
        font-size: 15px;
        height: 15px;
        width: 15px;
    }
    .searchintro .searchword{
        width: 600px;
        margin-top: 10px;
        font-size: 16px;
    }
    .result-title .highlight{
        font-family: "Noto Sans";
    }
    .searchintro .pagination .pagination li a{
        height: 25px;
        width: 25px;
        margin-right: 10px;
        line-height: normal;
        font-size: 16px;
    }
}
@media only screen and (max-width: 700px) {
    .search-fuhao{
        width: 500px;
    }
    .btn-group input#search-searchword{
        height: 35px;
        width: 465px;
        font-size: 16px;
    }
    .searchintro .searchword{
        width: 500px;
    }
    .search-item{
        display: block;
    }
    .search-img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .search-content{
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .search-fuhao{
        width: 400px;
    }
    .btn-group input#search-searchword{
        height: 35px;
        width: 365px;
        font-size: 16px;
    }
    .searchintro .searchword{
        width: 400px;
    }
}
@media only screen and (max-width: 510px) {
    .searchintro .alert-danger{
        line-height: normal;
    }
}
@media only screen and (max-width: 450px) {
    .search-fuhao{
        width: 290px;
    }
    .btn-group input#search-searchword{
        height: 28px;
        width: 261px;
        font-size: 14px;
    }
    .btn-group .hasTooltip{
        height: 28px;
        width: 28px;
    }
    .btn-group .icon-search{
        font-size: 13px;
        height: 13px;
        width: 13px;
    }
    .searchintro .searchword{
        width: 290px;
        margin-top: 8px;
        font-size: 14px;
    }
    .searchintro .pagination .pagination li a{
        height: 20px;
        width: 20px;
        margin-right: 8px;
        line-height: normal;
        font-size: 14px;
    }
}

/* 2025年3月6日15:20:07 - “软件获取”调整为“Подписка на ПО” */
.t3-off-canvas .t3-off-canvas-body .nav a.nav-header {
    padding: 20px 15px;
    width: 100%;
    font-size: 14px;
    /* color: #333333; */
    color: #595757;
    line-height: normal;
}

.navbar-default .navbar-nav>.open>a.nav-header {
    color: #004898;
    font-family: "Noto Sans";
    font-weight: 700;
    background-color: unset;
}

.navbar-default .navbar-nav>.open>a.nav-header::after {
    width: 100%;
}

.navbar-default .navbar-nav>li>a.nav-header {
    color: #3f3f3f;
    font-size: 20px;
    line-height: normal;
    padding: 22px 30px
}

@media only screen and (max-width: 1599px) {
    .navbar-default .navbar-nav>li>a.nav-header {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1299px) {
    .navbar-default .navbar-nav>li>a.nav-header {
        padding: 22px 25px;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a.nav-header {
        padding: 22px 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .navbar-default .navbar-nav>li>a.nav-header {
        padding: 22px 15px;
    }
}
/* 2025年3月6日15:20:43 “软件获取”调整为“Подписка на ПО” */
.t3-off-canvas .t3-off-canvas-body .nav a.nav-header {
    padding: 20px 15px;
    width: 100%;
    font-size: 14px;
    /* color: #333333; */
    color: #595757;
    line-height: normal;
}

.navbar-default .navbar-nav>.open>a.nav-header {
    color: #004898;
    font-family: "Noto Sans";
    font-weight: 700;
    background-color: unset;
}

.navbar-default .navbar-nav>.open>a.nav-header::after {
    width: 100%;
}

.navbar-default .navbar-nav>li>a.nav-header {
    color: #3f3f3f;
    font-size: 20px;
    line-height: normal;
    padding: 22px 30px
}

@media only screen and (max-width: 1599px) {
    .navbar-default .navbar-nav>li>a.nav-header {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1299px) {
    .navbar-default .navbar-nav>li>a.nav-header {
        padding: 22px 25px;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a.nav-header {
        padding: 22px 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .navbar-default .navbar-nav>li>a.nav-header {
        padding: 22px 15px;
    }
}



html,
body {
    height: auto;
}

#t3-footer {
    border: none;
    color: #c0c0c0;
    background: #21333F;
}

.t3-copyright {
    padding: 0;
    border: none;
}

.copyright {
    margin-bottom: 0;
}

.copyright small {
    display: none;
}

.custom {
    font-weight: normal;
}


/* footer-mobile */

.footer-mobile a {
    color: #FFF;
}

.footer-mobile .corp {
    color: white;
    margin: 24px 0 16px;
}

.footer-mobile .hot-line {
    width: 176px;
    background-color: #FFF;
    color: #1f1f1f;
    line-height: normal;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.footer-mobile .links {
    border-top: 1px solid #5d5d5d;
    padding: 3px 0;
}
.footer-mobile .links

.footer-mobile .links:active,
.footer-mobile .links:active span {
    font-weight: bold;
    color: white;
}

.footer-mobile .links span {
    margin-left: 30px;
    font-size: 12px;
}
.footer-mobile .links span::before {
    color: #FFF;
}

.footer-mobile .wechat {
    padding-top: 10px;
    border-top: 1px solid #5d5d5d;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.footer-mobile .wechat img {
    width: 24px;
    margin-right: 8px;
    border-radius: 4px;
    background-color: #c0c0c0;
}

.footer-mobile .corp-right {
    border-top: 1px solid #5d5d5d;
    padding: 10px 0;
}
.footer-mobile .corp-right a {
    color: #c0c0c0;
}

/* 移动端微信二维码浮层  */
#wechatQrcode {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99999;
}

#wechatQrcode .main-dask-info {
    position: relative;
    /*top: 50%;*/
    top: 15%;
    left: 50%;
    width: 60%;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#wechatQrcode .main-dask-info .wechat-title {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: normal;
}
#wechatQrcode .main-dask-info .wechat-img {
    width: 100%;
    margin: 15px auto 24px;
}
#wechatQrcode .main-dask-info .wechat-img img {
    display: block;
    width: 100%;
}
#wechatQrcode .main-dask-info .wechat-desc {
    text-align: center;
    color: #fff;
    font-size: 14px;
}
#wechatQrcode .main-dask-info .close-icon {
    display: block;
    width: 100px;
}
/* footer-pc */

.footer-pc a {
    color: white;
}

.footer-pc img {
    width: 100%;
}

.footer-pc {
    color: white;
    padding-top: 80px;
}

.footer-pc-top {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.footer-pc .place-holder-div {
    flex-shrink: 1;
}

.footer-pc .qrcode {
    min-width: 280px;
}

.footer-pc .qrcode img {
    max-width: 206px;
}

.footer-pc .corp-name {
    font-size: 36px;
    margin-bottom: 15px;
}

.footer-pc .corp {
    min-width: 456px;
}

.footer-pc .line {
    width: 50%;
    height: 210px;
    border-right: 1px solid white;
}

.footer-pc .hot-line {
    width: 260px;
    margin-top: 28px;
    background-color: #FFF;
    color: #1f1f1f;
    line-height: normal;
    text-align: center;
}

.footer-pc .links-container {
    min-width: 206px;
}

.footer-pc a:not(:last-child) .links {
    margin-bottom: 24px;
}

/*.footer-pc .links-container .h2-wrap {
    margin-bottom: 24px;
}*/

.footer-pc .links span {
    margin-left: 80px;
    font-size: 20px;
}
.footer-pc .links span::before {
    color: #FFF;
}

.footer-pc .footer-pc-btm {
    text-align: center;
    margin: 73px auto 13px;
}

.footer-pc .links:hover,
.footer-pc .links:hover span {
    font-weight: bold;
    color: white;
}
@media only screen and (min-width: 451px) {
    .footer-mobile .hot-line {
        width: 212px;
    }
}
@media only screen and (max-width: 1599px) {
    .footer-pc .links span {
        font-size: 16px;
    }
}