html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}
body {
    margin: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    min-height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden], template {
    display: none;
}
a {
    background: transparent;
    text-decoration: none;
    color: #08c;
}
a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    vertical-align: middle;
}
button, input, select {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
input, select, textarea {
    outline: 0;
}

textarea, input {
    -webkit-user-modify: read-write-plaintext-only;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}
.placeholder {
    color: #999;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}
ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none outside none;
}
h1, h2, h3 {
    line-height: 2;
    font-weight: normal;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
i {
    font-style: normal;
}
* {
    box-sizing: border-box;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
body{
    background-color: #f0f0f0;
}
header{
    height:80px;
    background-color: white;
    line-height: 60px;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.wd1200{
    width:1200px;
    margin:0 auto;
}
.txCenter{
    text-align: center;
}
.pd60{
    padding:60px 0;
}
.bot40{
    margin-bottom: 40px;
}
.bgWhite{
    background-color: white;
}
.ulNone{
    list-style:none;
}
.font2{
    font-size: 14px;
    color:#999999;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
/*顶栏*/
.nav-link{
    color:#e8542a;
    font-weight: 600;
}
.header-logo{
    vertical-align: middle;
    padding-top: 10px;
    box-sizing: border-box;
}
.header-img{
    height: 66px;    
    vertical-align: middle;
    display: inline-block;
}
.header-title {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    font-weight: 600;
    margin-left: 10px;
}
.header-tip {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #e8542a;
    letter-spacing: 9px
}
/*关于我们*/
.about-img{
    width:80%;
    /* height:160px; */
    margin:0 auto;
    display: flex;
}
.about-img img{
    width: 40%;
}
.about-introduce{
    width:800px;
    margin:0 auto;
    padding-bottom: 50px;
}
.about-text{
    width:60%;
    height:100%;
    color: #333;
    text-indent: 2em;
    padding-left: 20px;
    box-sizing: border-box;
    text-align-last: left;
    font-weight: 500;
    line-height: 1.5em;
}
.about-text-info{
    font-size: 14px;
    color:white;
    line-height: 36px;
}
/*业务范围*/
.scope{
    height:500px;
}
.scope-list {
    width: 100%;
    margin: 0 auto;
}
.scope-item{
    background-color: white;
    border:1px solid #e5e5e5;
    float: left;
    width:20%;
    height:300px;
    padding:0;
    top: 0px;
    position: relative;
    left: 0;
    transition:top 0.5s;
    -moz-transition:top 0.5s;
    -webkit-transition:top 0.5s;
    -o-transition:top 0.5s
}
.scope-item div {

}
.scope-item:hover {
    border: 1px solid #e8542a;
    top:-10px;
    box-shadow: 0 1px 3px #e8542a;; 
}

.scope-item-title{
    margin: 6px 0 4px 0;
}
/* .scope-item img:nth-of-type(2) {
    display: none;
}
.scope-item:hover img:nth-of-type(1) {
    display: none;
}
.scope-item:hover img:nth-of-type(2) {
    display: inline-block;
} */
.scope-item:hover .scope-item-title,.scope-item:hover .scope-item-link span {
    color: #e8542a;
}
.scope-item-divide{
    width:50px;
    height:1px;
    background-color:#e8542a;
    margin:0 auto;
}
.scope-item-link{
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 10px;
}
.scope-item-link>span{
    font-size: 14px;
    color:#999999;
    display: block;
    line-height: 24px;
}
/*合作伙伴*/
.Partner{
    text-align: center;
}
.Partner-img{
    border: 1px solid #e5e5e5;
    padding:20px 15px;
    height:90px;
}
.childrenNoPadding>div {
    padding: 0;
}
.ball-box {
    width: 100%;
    /*min-width: 1200px;*/
    overflow: hidden;
    position: relative;
    height: 614px;
    background: #051b31;
    text-align: center;
}
.ball-box:before,
.ball-box:after {
    content: "";
    display: table;
}
.ball-box:after {
    clear: both;
}
.ball-box .ball-title {
    position: relative;
    margin-top: 257px;
    font-weight: normal;
    color: #fff;
    z-index: 100;
}
.ball-box .ball-title > p {
    font-weight: normal;
    font-size: 43px;
    margin-bottom: 10px;
}
.ball-box .ball-title > span {
    font-size: 28.5px;
}
.ball-box .ball-image {
    width: 100%;
    /*min-width: 1200px;*/
    top: 52px;
    left: 0;
    position: absolute;
}
.ball-box .ball-image > img {
    position: relative;
    left: 10px;
}
.ball-box .ball-round {
    position: absolute;
    z-index: 100;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
}
.ball-box .ball-round > div {
    position: absolute;
    width: 450px;
}
.ball-box .ball-round > div:before {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #F29600;
    box-shadow: 0 0 3px 0 rgba(242, 150, 0, 0.6), 0 0 10px 0 rgba(242, 150, 0, 0.3), 0 0 5px 0 rgba(242, 150, 0, 0.8), 0 0 15px 0 rgba(242, 150, 0, 0.3);
    transition: opacity .5s;
}
.ball-box .ball-round > div > p {
    cursor: pointer;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin-bottom: 8px;
    transition: color .5s;
}
@media screen and (max-width: 1700px) {
    .ball-box .ball-round > div > span {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        width: 210px;
        font-size: 12px;
    }
}
.ball-box .ball-round > div.ball-round-up-left {
    top: -189px;
    left: -743px;
    text-align: right;
}
.ball-box .ball-round > div.ball-round-up-left:before {
    top: 8px;
    right: -15px;
}
.ball-box .ball-round > div.ball-round-up-right {
    top: -263px;
    left: 234px;
    text-align: left;
}
.ball-box .ball-round > div.ball-round-up-right:before {
    top: 8px;
    left: -18px;
}
.ball-box .ball-round > div.ball-round-bottom-left {
    top: 105px;
    left: -862px;
    text-align: right;
}
.ball-box .ball-round > div.ball-round-bottom-left:before {
    top: 7px;
    right: -15px;
}
.ball-box .ball-round > div.ball-round-bottom-right {
    top: 139px;
    left: 434px;
    text-align: left;
}
.ball-box .ball-round > div.ball-round-bottom-right:before {
top: 7px;
left: -17px;
}
.ball-box .ball-round > div.active p {
    color: #fff;
}
.ball-box .ball-round > div.active:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ball-box .ball-round .ball-round-up-left span,.ball-box .ball-round .ball-round-bottom-left span{
    float: right;
}
.ball-box .ball-round .ball-round-up-right span,.ball-box .ball-round .ball-round-bottom-right span{
    float: left;
}
.Cooperation {
    background: #fff;
}
.Cooperation .mechanismTree {
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #da5d1e;
    position: absolute;
    top: -6px;
}
.Cooperation .mechanismTree .treeTrunk {
    width: 100%;
    height: 2px;
    background-color: #da5d1e;
    border: 1px solid #e69c77;
    margin-top: 150px;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList{
    height: 100%;
    width: calc(100% - 10px);
    position: relative;
    margin: 0 auto;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(1){
    left: -6px;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode span.up{
    display: block;
    background-color: #da5d1e;
    height: 1px;
    width: 65px;
    transform: rotate(120deg);
    left: -42px;
    top: 33px;
    position: absolute;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode span.up  .treeLeaf {
    left: -83px;
    position: absolute;
    width: 246px;
    height: 57px;
    transform: rotate(-120deg);
    top: -121px;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf .icon {
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100% 100%;
    float: left;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf p strong {
    display: block;
    color: #000;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf p {
    float: left;
    margin-left: 10px;
    width: 196px;
    line-height: 37px;
    text-align: left;
    color: #999999;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf p.hasText {
    line-height: normal;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf p.hasText strong{
    padding-bottom: 6px;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf p .title {
    font-size: 16px;
}

.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode span.down{
    display: block;
    background-color: #da5d1e;
    height: 1px;
    width: 65px;
    transform: rotate(60deg);
    left: -41px;
    top: -20px;
    position: absolute;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode span.down .treeLeaf{
    left: -83px;
    position: absolute;
    width: 246px;
    height: 57px;
    transform: rotate(-60deg);
    top: -114px;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf .icon.icon-machine1 {
    background-image: url(../img/index/machine1.png);
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf .icon.icon-machine2 {
    background-image: url(../img/index/machine2.png);
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf .icon.icon-machine3 {
    background-image: url(../img/index/machine3.png);
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf .icon.icon-machine4 {
    background-image: url(../img/index/machine4.png);
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf .icon.icon-machine5 {
    background-image: url(../img/index/machine5.png);
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf .icon.icon-machine6 {
    background-image: url(../img/index/machine6.png);
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode .treeLeaf .icon.icon-machine7 {
    background-image: url(../img/index/machine7.png);
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(2){
    left: 10%;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(3){
    left: 22%;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(4){
    left: 34%;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(5){
    left: 44%;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(6){
    left: 56%;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(7){
    left: 76%;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(8){
    left: 86%;
}
.Cooperation .mechanismTree .treeTrunk .treeNodeList .treeNode:nth-of-type(9){
    right: -6px;
}
/* 合作案例 css start */
.silder-box{position:relative;margin:50px auto ;}
.silder{margin:0 auto 0;}
.silder li{width:300px;height:auto;position: relative;}
.silder li img{width:100%;height:100%;}
.silder-button{top:95px;width:25px;height:54px;position:absolute;cursor:pointer;}
.silder-button.btl{left:-45px;background:url(../img/index/bl.png);}
.silder-button.btr{right:-45px;background:url(../img/index/br.png);}

.silder-box-1{width:1000px;}
.silder-box-2{width:500px;}
.silder-box-2 .silder li {width:200px;height:200px;}
.silder-box-3{width:1000px;}

.small-navs{position:absolute;}

.silder li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,.5);
    text-align: center;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    transition: height 2s;
}
/* .silder li:hover p {
    display: block;
    height: 100%;
} */
.silder li p strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0;
}
/* .silder li:hover p strong{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin-top: 20px;
} */

.silder li p span{
    display: block;
    text-align: center;
    line-height: 1.5rem;
    color: #eee;
}
.silder li p button{
    background: none;
    color: #fff;
    font-size: 12px;
    padding: 2px 35px;
    margin-top: 20px;
}
  /* 合作案例 css end */
/* 关于我们 */
.footer{padding:20px 0 20px 0;background:#232222;color:#7d7d7d;}
.footer .t{position:relative;border-bottom:1px solid #4f4e4e;padding-bottom:10px;font-size:13px;}
.footer .t dl.aa{width:100px;float:left;}
.footer .t dl.ab{width:467px;float:left;}
.footer .t dl.ac{width:340px;float:right;}
.footer .t dt{font-weight:bold;margin-bottom:8px;color: rgba(255, 255, 255, 0.8);}
.footer .t dd{margin:0 0 5px 0;color: rgba(255, 255, 255, 0.5);}
.footer .t b{font-size:26px;font-weight:normal;color:#fe3e1e;}
.footer .f{margin-top:10px;}
.footer .f i{color:#fe3e1e;}
.footer .f em{color:#fff;}
.footer .f p{text-align: center;}
/* banner */
.carousel-caption h3 {
    font-size: 48px;
}
.carousel-caption {
    left: auto;
    top: 30%;
    right: 20%;
    font-size: 30px;
    font-family: cursive;
}