/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html,body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Tahoma, 'Microsoft Yahei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
   height: 100%;
   /*overflow-y: auto;*/
  width: 100%;
  min-width: 1000px;
}
#shade{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #000;
    opacity: .5;
    /*display: none;*/
    overflow: hidden;
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    position: relative;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin: 0;
}

p {
    margin: 0 0;
}

a {
    color: #ffffff;
    text-decoration: none;
}

/* common trip */
.common-tips .common-tips-back{
    display:block;
    width: 4px;
    height: 50px;
    background: #FF6B3D;
    margin-right: 30px;
    float: left;
}

.common-tips .common-tips-text {
    display:block;
    text-align: left;
    line-height: 22px;
    vertical-align: top;
    margin: 0 auto;
}

.common-tips .common-tips-text .us-production-all {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.common-tips .common-tips-text .common-tips-text-4 {
    font-size: 16px;
    margin-top: 10px;
    color: #666666;
}

.only-common-trip .common-tips-back {
    vertical-align: bottom;
}

.only-common-trip .common-tips-text {
    line-height: 50px;
}

/* 分页公用样式 */
#pageBox {
    text-align: right;
    height: 36px;
}

#pageBox a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    height: 35px;
    margin-right: 10px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    border: 1px solid #DDDDDD;
}

#pageBox .page-curr {
    background: #FF6B3D;
    color: #ffffff;
}
#pageBox .Previous{
	display: none;
}
#pageBox #apostrophe {
    margin-right: 10px;
}

#pageBox .end-page {
    margin-right: 30px;
}
#pageBox .page-up{
    font-size: 12px;
    color: #666666;
    margin-right: 10px;
}

#pageBox .page-up-input {
    display: inline-block;
    width: 30px;
    height: 35px;
    margin-right: 10px;
    border: 1px solid #DDDDDD;
    text-align: center;
    padding: 0;
    color:  #FF6B3D;
    outline: none;
}

#pageBox .page-total{
    font-size: 12px;
    color: #666666;
}

#pageBox .page-up-button {
    display: inline-block;
    padding: 0 10px;
    height: 34px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    border: 0;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
}
#pageBox .page-up-button:hover{
	background-color: #FF6B3D;
    color: #ffffff;
}
#pageBox .page-up-button-click {
    background-color: #FF6B3D;
    color: #ffffff;
}

/* 侧面在线咨询 */
.online-ask {
    position: fixed;
    top: 50%;
    right: -90px;
    height: 400px;
    z-index: 16;
}

.online-ask .online-ask-top-back {
    background-image: url("/static/img/index/to-top.png");
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    visibility: hidden;

    transform: scale(1);
    transition: transform 1s,-webkit-transform 1s;
    margin-bottom: 10px;
}

.online-ask .online-ask-top-back:hover {
    transform: scale(1.1);
    transition: transform 1.5s,-webkit-transform 1.5s;
}

.common-online-ask {
	position: relative;
    width: 144px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url("/static/img/index/button-back.png") left center no-repeat;
    background-size: auto 50px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
/* 侧面的咨询动画效?*/
.common-online-ask:hover {
    position: relative;
    transform:translate(-90px);
    -ms-transform:translate(-90px);
    -webkit-transform:translate(-90px);
    -moz-transition: all .4s ease-in; /* Firefox 4 */
    -webkit-transition: all .4s ease-in-out; /* Safari ?Chrome */
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}
.common-online-ask .common-online-ask-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.online-ask-free-use-icon {
    background-image: url("/static/img/index/free-us-icon.png");
}

.common-online-ask .common-online-ask-text {
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 10px;
    display: inline-block;
}

.online-ask-project-icon {
    background-image: url("/static/img/index/consult-us.png");
}
.online-ask-line-icon {
    background-image: url("/static/img/index/consult-inline.png");
}

.online-ask-telephone-icon {
    background-image: url("/static/img/index/consult-phone.png");
}

.online-ask-telephone {
    position: relative;
    white-space: nowrap;
    padding-left: 20px;
}

.online-ask-telephone .online-ask-telephone-number{
    position: absolute;
    left: -30px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 6px;
    left: -143px;
    color: #ffffff;
    opacity: 0.9;
    background-image: linear-gradient(45deg, #FF9049 0%, #FF5723 100%);
    border-radius: 100px;
    display: none;
}


/* 弹框统一样式 */
.dialog-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
	-moz-transform: translate(-50%, -80%);
	-webkit-transform: translate(-50%, -80%);
	-o-transform: translate(-50%, -80%);
    width: 360px;
    height: auto;
    z-index: 1043;
    padding-top: 30px;
    text-align: center;
    background:#fff;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay:0s;
    -webkit-animation-delay:0s;
}

.close-dialog-box {
    position: absolute;
    right: 30px;
    top: 30px;
}
.close-dialog-box1{
	cursor: pointer;
}
.dialog-box-top {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
    white-space: pre-wrap;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 14px;
    padding-bottom: 20px;
    border-bottom:1px solid #E1E1E1;
    width: 326px;

}

.dialog-box-top img {
    margin-bottom: 14px;
}

.dialog-box-top .dialog-box-top-message {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 12px;
}

.dialog-box-bottom-style {
    padding-top: 26px;
    padding-bottom: 40px;
}

.dialog-box-bottom-style span{
    display: inline-block;
    border-radius: 4px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #FF6B3D;
    background: #ffffff;
    border: 1px solid #FF6B3D;
    text-align: center;
}

.dialog-box-bottom-style span:nth-of-type(1) {
    margin-right: 50px;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(-50%, -130%, 0);
        -ms-transform: translate3d(-50%, -130%, 0);
		-moz-transform:translate3d(-50%, -130%, 0);
		-webkit-transform: translate3d(-50%, -130%, 0);
		-o-transform: translate3d(-50%, -130%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0);
         -ms-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-webkit-transform: translate3d(-50%, -50%, 0);
		-o-transform: translate3d(-50%, -50%, 0);
    }
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

.container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.common-tips {
    position: relative;   
    text-align: left;
    display: block;
    max-width:1200px;
    margin: 50px auto 50px;
    overflow: hidden;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}


#swiper-container0 .banner{
	min-height: 100%;
    height: 100%;
}
.banner {
    min-height: 560px;
}
/**
 *  媒体查询 小于指定宽度 1000px 600px - 1000px
 */
/*@media screen and (min-width: 600px) and (max-width: 1000px) {
    .banner {
        height: 560px;
    }
}*/

/**
 *  媒体查询 1000px - 1200px
 */
/*@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .banner {
        height: 675px;
    }
}*/

/**
 *  媒体查询 1200px 
 */

/*@media screen and (min-width: 1200px) {
    .banner {
        height: 675px;
    }
}*/
/* 云课堂详情页轮播 */
.device {
    position: relative;
    width: 100%;

}

.device .swiper-container0{
    width: 100%;
}

.device .banner-transition{
    text-align: center;
    color: #fff;

}
.device .banner-transition span{
    /* font-family: PingFangSC-Light; */
    font-size: 46px;
    letter-spacing: 0;
    line-height: 46px;
}
.device .banner-transition p{
    opacity: 0.9;
    /* font-family: PingFangSC-Medium; */
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 30px;
}
.device .banner-transition .clound-class{
    margin-right: 20px;
}
.device .banner-transition .login-free{
    background: url(/static/img/index/button-back.png) center center no-repeat;
    border-radius: 100px;
    width: 240px;
    height: 50px;
    margin-left:-120px;
    left: 50%;
    top:42%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 50px;
}

.device .banner-transition .login-free:hover{
    color: #fff;
}

.banner-transition-div{
    width:100%;
    position:absolute;
    top:20%;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);/* IE 9 */
    -moz-transform: translateX(-50%);	/* Firefox */
    -webkit-transform: translateX(-50%); /* Safari ?Chrome */
    -o-transform: translateX(-50%);
}
.banner-transition-div .break{
    margin-top:3%;
}


.device-speed .banner-transition-div{
    top:161px;
}
.device-speed .banner-transition-div .break {
    margin-top: 50px;
}
.device-speed .banner-transition .login-free {
    top:357px;
}
.all{
    width: 100%;
    height: 700px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1;
    display: none;
}
.mess-dialog {
    width: 700px;
    height: 328px;
    position: fixed;
    z-index: 101;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -164px;
}
.mess-dialog h1 {
    height: 78px;
    line-height: 78px;
    background: #FF6B3D;
    border-radius: 6px 6px 0 0;
    font-size: 22px;
    padding-left: 28px;
    color: #fff;
}
.mess-dialog p {
    font-size: 18px;
    line-height: 2em;
    padding: 28px;
    color: #222;
}
.mess-dialog span{
    position: absolute;
    right: 28px;
    top: 0;
    height: 78px;
    line-height: 78px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
}
.mess-dialog a {
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #FF6B3D;
    border-radius: 28px;
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
}
