@charset "utf-8";
/* CSS Document */

#scroll_container {
    font-family: 微软雅黑,Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 15px;
}

#scroll_container {
/*    overflow-x: auto;
    overflow-y: scroll;
*/    position: relative;
    width: 100%;
}
#scroll_container_bg {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}
.wp-title_content {
    font-size: 12px;
    line-height: 140%;
    overflow: hidden;
}
.img-container {
    height: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 95%;
}

.img-container img {
    vertical-align: middle;
}

/* Reusable elements */

/* Header section of each page */
.header {
    padding-top: 42px;
    padding-bottom: 42px; 
    text-align: center;
}

.header-darkgray {
  /* Only using dark gray for documentation page, add padding top to center in header */
  background-color: #757575;
  color: white;
}

.header-grey {
  background-color: #fbfcfd;
}

.header-white {
  background-color: white;
}

/* Section elements */
/* Section classes used for particular sections within a page. Sections should differ in background color when used next to each other */
.section-white {
    background-color: white;
    padding: 56px 0;
}

.section-grey {
  background-color: #fbfcfd;
  padding: 56px 0;
}

/* Used to specifying when a section is at the top or bottom of the page to apply appropriate border */
.top-section-border {
    border-top: 1px solid #E0E0E0;
}

.bottom-section-border {
    border-bottom: 1px solid #E0E0E0;
}

.section-content {
    display: block;
    margin: 0 auto;
}

/* Icon above section header */
.section-icon {
    display: block;
    margin: 0 auto;
}

/* Header for each section */
.section-header {
    margin: 12px auto 8px;
    text-align: center;
}

/* Used for descriptions of sections underneath section headers*/
.support-paragraph {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: center;
}

/* Orange action button */
.orange-button {
    background-color: #E46E2E;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 16px;
    padding: 13px 26px;
    text-align: center;
    text-decoration: none;
    margin: 0px 4px 0px 4px;
}

.orange-button:hover {
    background-color: #F27624;
    color: white;
    text-decoration: none;
}

.orange-button:active, .orange-button:focus {
    background-color: #DC601C;
    color: white;
    text-decoration: none;
}

/* Jupyter Notebook highlight section on front page */
.nb-highlight-text {
    margin-top: 100px;
}

.notebook-icon {
    height: auto;
    margin-right: 12px;
    width: 60px;
}

/* Give space between the notebook features (4 features) on front page and the     img + description */
.notebook-features {
    margin-top: 32px;
}

.notebook-features p{
    padding-top: 16px;
}

.nb-desc {
    font-weight: 200;
    line-height: 1.8;
    font-size: 14px;
    color: #4a5568;
    font-family: "微软雅黑";
}

/* Install prompt on front page */
.install-prompt {
    background-color: #f5f5f5;
    border-bottom-color: #e0e0e0;
    border-left-style: none;
    border-style: solid;
    border-top-color: #e0e0e0;
    border-width: thin;
    border-right: 0px;
    padding: 24px 0 42px 0;
    text-align: center;
}

.prompt-header {
    margin-bottom: 16px;
}

/* Companies section for only "Currently in use" (this section acts differently than customer logos in the "About" section of the site) */

/*Section-center is used to center the companies on the home page & get rid of padding on left associated with ul*/
.section-center {
    text-align: center;
}

.companies li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 2%;
    vertical-align: middle;
/*    width: 18%;*/
}

.companies .col img{
    display: block;
    width: 100%;
    max-height: 60px;
    box-shadow: 0 2px 8px 4px #e7f0f8;
}

.greydout {
    -moz-opacity: .065;
    -webkit-opacity: 0.065;
    opacity: 0.65;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.greydout:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

/* JupyterHub section on front page */
/* Feature-middle is for the JupyterHub features that are in the middle that need to be offset to sit on the track */
.feature-middle {
    margin-top: 40px;
}

.hubfeature {
    text-align: center;
}

.hubfeature img {
    margin: 0 auto;
}

.hubfeatures {
    background: url("../assets/line.svg");
    background-position:  top center;
    background-repeat: no-repeat;
    /* Padding that is used to make the hubfeature circles sit on track */
    padding-top: 48px;
}

.arcfeature {
    border-radius: 5px;
    height: 360px;
    margin: 0 auto;
    text-align: center;
    width: 300px;
}

.arcfeature .front img, .arcfeature .front2 img, .arcfeature .front3 img, .arcfeature .front4 img {
    margin-bottom: 0px;
    margin-top: 15px;
}

.arcfeature .back p {
    margin-top: 40px;
}

.arc-button {
    background-color: #8D8D8D;
    border-radius: 2px;
    color: white;
    font-size: 20px;
    padding: 8px 26px;
    text-decoration: none;
}

#arcfeature1 a:hover, #protocol a:hover, #kernel a:hover {
    background-color: #DB5106;
    box-shadow: 0 3px #863001;
}

.card {
    display: block;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.bt, .bt1, .bt2 {
    cursor: default;
}

.card .front, .card .front2, .card .front3, .card .front4 {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 275px;
    position: absolute;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
}

.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.content-back p{
    margin-bottom: 16px;
    margin-top: 10px;
}

.card .back{
    text-align: center;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.arcfeature a {
    color: white;
    text-decoration: none;
}

.arcfeature img {
    margin: 0 auto;
    padding-bottom: 5%;
    padding-top: 1%;
}

.arcfeature {
    display: inline-block;
}

#visualization svg{
    display: block;
    margin: 0 auto;
}

.council-member-photo {
    width: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: 0px;
    margin-left: -15px;
}

.card-header {
    float:left;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
}

.card-info {
    float:left;
    font-size: 13px;
    margin-top: 0;
    text-align: left;
}

.card-link a {
    color: #F27624;
    float: left;
    font-size: 15px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.card-link a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
  .section-white, .section-grey {
    padding:3% 0;
  }
}

@media (max-width: 1200px) {
    .nb-highlight-text {
        margin-top: 70px !important;
    }
    .notebook-features .language-set h2{
        padding-top: 0;
    }
    .notebook-features #feature {
        padding-top: 4px;
    }
    .notebook-preview p {
        font-size: 15pt;
        line-height: 25pt;
    }
    .companies li{
        width:23%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.375;
    }
    
    footer p{
    	font-size: 18px;
    }
    h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
    }
    h3 {
        font-size: 28px;
        font-weight: bold;
        color: #001a33;
        line-height: 1.8;
        font-family: '微软雅黑';
    }
    h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.25;
    }
    h1 {
        font-size: 48px;
        font-weight: 500;
        line-height: 1.05em;
    }
}

@media (max-width: 992px) {
    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25em;
    }
    h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.11em;
    }
    h3 {
        font-size: 22px;
        font-weight: bold;
        color: #001a33;
        line-height: 1.8;
        font-family: '微软雅黑';
    }
    h2 {
        font-size: 26px;
        font-weight: 500;
        line-height: 1.153em;
    }
    h1 {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.25em;
    }
}

@media (max-width: 768px) {
    p {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 1.25em;
    }
    h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.11em;
    }
    h3 {
        font-size: 22px;
        font-weight: blod;
        line-height: 1.8em;
        color: #001a33;
        font-family: '微软雅黑';
    }
    h2 {
        font-size: 26px;
        font-weight: 500;
        line-height: 1.153em;
    }
    h1 {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.25em;
    }
    
	.nb-highlight-text {
	    margin-top: 30px !important;
	    text-align: center;
	}
}

@media (max-width: 330px) {
	.card .front, .card .front2, .card .front3, .card .front4{
		width: 230px;
	}
	
	footer .card .front, footer .card .front2, footer .card .front3, footer .card .front4{
		width: 250px;
	}
}


.hover-show-pro {
    width: 100%;
    margin: 0 auto;
}

.hover-btn {
    height: 56px;
    width: 1080px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 80px;
}


.hover-product {
    flex: 1;
    margin: 0px 3%;
    padding: 0px 28px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    float: left;
    color: #666;
    font-size: 20px;
}

.hover-product-active {
    color: #Eb305b;
}

.hover-product img {
    height: 50px;
    display: block;
    margin: 0 auto;
}

.hover-product p {
    text-align: center;
}

.hover-detail {
    width: 100%;
    padding-top: 40px;
    position: relative;
}

.back-grey {
    background: #f5f6f7;
}

.sanjiao-box {
    width: 940px;
    height: 13px;
    position: absolute;
    left: 50%;
    margin-left: -470px;
    top: -13px;
    position: relative;
}

.hover-sanjiao {
    position: absolute;
    top: -40px;
}

.detail-text {
    height: auto;
}

.part-box {
    width: 940px;
    margin: 0 auto;
    position: relative;
}
.part-box {
    width: 1200px;
    margin: 0 auto;
}

.detail-con:nth-child(odd) {
    padding-left: 0px;
}

.detail-con {
    width: 367px;
    display: inline-block;
    padding-bottom: 56px;
}

.detail-con img {
    display: block;
    float: left;
    width: 30px;
    margin-top: 6px;
    margin-right: 24px;
}

.detail-con h5 {
    font-size: 16px;
    float: left;
    padding-left: 8px;
    color: #3a3b3d;
}

.detail-con p {
    float: left;
    font-size: 13px;
    padding-left: 8px;
    padding-top: 4px;
    color: #999;
    width: 286px;
}

.detail-con:nth-child(even) {
    padding-left: 200px;
}

.detail-more {
    height: 90px;
}

.part-box {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.detail-more a {
    width: 180px;
    height: 46px;
    border: 1px solid #Eb305b;
    display: block;
    float: left;
    text-align: center;
    line-height: 46px;
}


.detail-more a:first-child {
    color: #eb305b;
    border: 1px solid #Eb305b;
}

.detail-more a:first-child {
    margin-left: 245px;
}

.detail-more a:last-child {
    color: #fff;
    background: #eb305b;
    border: 1px solid #Eb305b;
    margin-left: 90px;
}

.front{ 
    text-align:center;    
	}
	
.front p{ text-align:center;}
	
	




/*虚线块*/

.heading-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.margin-bottom-80 {
    margin-bottom: 30px !important;
}
.text-center {
    text-align: center;
}
.heading-block h3 {
    font-size: 30px;
    margin-top:10px;
    font-weight: 500;
    letter-spacing: 1.5px;
	font-size: 28px;
    font-weight: bold;
    color: #001a33;
}

.heading-block .hrspan {
    background: url(../img/devider.png) no-repeat;
    width: 16px;
    height: 14px;
    content: "";
    left: 0px;
    right: 0px;
    position: absolute;
    margin: 0 auto;
    top:75px;
}

.heading-block span {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    margin-top: 0px;
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
}


hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.heading-block hr {
    width: 172px;
    height: 2px;
    position: absolute;
    background: #3ea3ff;
    margin: 0 auto 10px;
    right: 0;
    left: 0;
    top:80px;
}





.row {
    margin-bottom: 0px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-7 {
    width: 58.33333333%;
}

@media (min-width: 768px){
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-5 {
    width: 41.66666667%;}
	
.col-sm-offset-0 {
    margin-left: 0;
}
}

@media (min-width: 992px){
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-7 {
    width: 58.33333333%;
}


@media (min-width: 1200px){
.col-lg-offset-0 {
    margin-left: 0;
}
}
.blog-post.z-depth-1 {
    box-shadow: none!important;
}

.smarttxt01 {
    padding: 3px 0 0 0;
}
.orangeborder .smarttxt01 {
    padding-left: 16px;
}
.smart {
    padding: 0 30px;
}

.blog-post {
    background: #fff;
    padding-bottom: 30px;
    border-radius: 4px;
}

.indeximg img {
    margin: 0 auto;
}
.orangeico {
    padding: 10px 0;
}

.greenborder img {
    padding: 5px 15px;
}
.blog-post {
    padding: 30px 30px 30px 0;
    border-radius: 55px;
    overflow: hidden;
}

.blueborder {
    border: 3px dashed #3ca5fc;
}
.orangeborder {
    border: 3px dashed #ffd77a;
    padding: 23px 10px;
}
.greenborder {
    border: 3px dashed #66ea92;
    padding: 23px 20px 23px 1px;
}

.blog-post p {
    padding: 0;
}
.smartp03 {
    letter-spacing: 2px;
    background: url(../images/robot/blue_dot.png) no-repeat 0 7px;
}


.blog-post span {
    color: #f34580;
    display: inline-block;
    font-size: 16px;
}
.title {
    padding: 53px;
}

p {
    text-align: left;
    font-weight: 400;
    color: #888888;
    font-size: 14px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
.blog-post p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
.orangeborder .smarttxt01 p {
    color: #ffd77a;
    line-height: 20px;
}
.greenborder .smarttxt01 p {
    line-height: 20px;
    color: #66ea92;
}
.blueborder .smarttxt01 p {
    color: #3ea3ff;
}
.smarttxt01 .smartp01 {
    letter-spacing: 2px;
    background: url(../img/orange_dot.png) no-repeat 0 5px;
}
.smarttxt01 .smartp02 {
    letter-spacing: 2px;
    background: url(../img/green_dot.png) no-repeat 0 5px;
}
.smarttxt01 .smartp03 {
    letter-spacing: 2px;
    background: url(../img/blue_dot.png) no-repeat 0 7px;
}
.smarttxt01 .smartp01 span {
    color: #ffd77a;
    padding-left: 15px;
}
.smarttxt01 .smartp02 span {
    color: #66ea92;
    padding-left: 15px;
}
.smarttxt01 .smartp03 span {
    color: #3ca5fc;
    padding-left: 15px;
}

@media (min-width: 1601px){
.smarttxt01 .letter-space {
    letter-spacing: 5px;
}
}





			.num {
				width: 22%;
				border: 1px solid #ccc;
				margin: 20px 10px;
				float: left;
				position: relative;
				text-align: center;
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
			}

			.hoverClass {
				opacity: .1;
			}

			.moveCallOut {
				margin-bottom: 20px;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				width: 80%;
			}

			.moveCallOut p {
				text-align: center;
				line-height:20px;
				color:#5a5a5a;
			}

			.titleMove p {
				font-size: 30px;
			}

			.titleMove {
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				margin-top: 30px;
			}

			.titleColor {
				width: 40px;
				height: 8px;
				background-color: #0623be;
				border-radius: 5px;
				margin-top: 10px;
				margin-bottom: 20px;
			}

			.sale {
				width:1000px;
				display: flex;
				flex-direction: row;
			}

			.saleItem {
				width: 33%;
				border: #E5E5E5 2px solid;
				margin: 10px;
				display: flex;
				flex-direction: column;
				align-items: center;
				padding: 30px 20px 30px 20px;
			}

			.saleItem p {
				text-align: left;
			}

			.saleItem img {
				margin-bottom: 30px;
			}

			.saleItem span {
				font-size: 16px;
				font-weight: bold;
				margin-bottom: 10px;
			}

			.saleItem p {
				color: #909090;
			}

			.callNav {
				display: flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				width: 100%;
				list-style: none;
				width: 1000px;
				border-bottom: 1px #dadada solid;
				margin: 0 auto;
			}

			.callNav img {
				margin: 10px 10px 0 10px;
			}

			.callContent {
				display: flex;
				flex-direction: row;
				text-align: right;
				width: 1000px;
				margin:20px auto;
			}

			.callContent p {
				text-align: right;
			}

			.callContent img {}

			.salecall {
				width: 80%;
				display: flex;
				flex-direction: column;
			}

			.cusCall {
				display: flex;
				flex-direction: column;
				justify-content: center;
				width:40%;
			}

			.cusCall p {
				font-size: 14px;
				color: #909090;
			}

			.cusCall span {
				font-size: 24px;
				margin-bottom: 10px;
				font-weight: bold;
			}

			.navPointer {
				background: url(img/pointer.png);
				height: 15px;
				width: 30px;
				margin-left: 200px;
			}

			.hide {
				display: none;
			}

			.vHide {
				visibility: hidden;
			}

			.callCenter {

			}

			.callCenter img {
				padding: 30px 10px 10px 10px;
			}

			.num p {
				border-top: 1px solid #ccc;
				margin-top: 20px;
				width: 90%;
				padding: 10px;
			}

			.incallAll p {
				border: none;
				margin-top: 10px;
				padding: 5px 0 0 15px;
			}

			.incallAll {
				position: absolute;
				top: 20px;
			}

			.btnIncall {
				background-color: #0485d7;
				position: absolute;
				bottom: 13px;
				padding:6px 8px;
				color: #fff;
				cursor: pointer
			}
.problem h5,.LUYC h5,.LUYC p,.problem p,.collection h5,.collection p,.OLA-API h5,.OLA-API p,.AI-API h5,.AI-API p{ font-size:16px;}

        .service{
            display: flex;
            flex-direction: row;
        }
        .serviceLeft{
            width: 25%;
            display: flex;
            flex-direction: column;
        }
        .serviceright{
            width: 75%;
            padding:30px 25px 25px 25px;
        }
        .serviceLeft a{
            color: #333;
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: #fff;
            text-align: center;
			font-size:15px;
        }
        .serviceLeft a:hover {
            background: #d4d4d4;
        }

.serviceright b{ display:block;}