@CHARSET "UTF-8";
body {
    padding-top: 60px;
    background: #f0f0f0;
}

body.body-white {
    background: rgb(248, 248, 248);
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 60px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #eee;
    background: #fff;
    /* cursor: pointer; */
    box-shadow: 0px 5px 15px #ddd;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
    padding-bottom: 20px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    /* background: #fff; */
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 8px 8px 0 0;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #656565;
    padding-top: 20px;
    font-size: 20px;
}

.tc-gridbox .body a {
    color: #003388;
    font-size: 16px;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#main-menu-user li.user {
    display: none
}

/* 8maier */
.navbar-nav .dropdown .caret {
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    margin-left: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border: 0px;
    background-color: #003388;
    left: 0px;
    bottom: 0px;
}
.navbar-nav .dropdown.open .caret {
    display: block;
}
.navbar-nav .dropdown .dropdown-menu {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 100%;
    margin: 0px;
    list-style: none;
    font-size: 14px;
    background-color: rgb(245,245,250);
    border: 0px;
    border-radius: 0;
    box-shadow: 0 6px 12px rgb(222,222,222) inset;
    background-clip: padding-box;
    text-align: center;
    padding: 40px 0px;
}
.navbar-nav .dropdown.open>.dropdown-menu{
    display: block;
}
.menu-item .caret {
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    margin-left: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border: 0px;
    background-color: #003388;
    left: 0px;
    bottom: 0px;
}
.menu-item:hover .caret {
    display: block;
}
.navbar-nav .dropdown .dropdown-custom-level-2 {
    display: inline-block;
    color: #535353;
    text-align: left;
    width: 190px;
    margin-left: 140px;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child{
    width: 520px;
    margin-left: 0px;
}
.navbar-nav .dropdown .dropdown-custom-level-2 .caret {
    display: none;
}
.navbar-nav .dropdown .dropdown-custom-level-2 .dropdown-menu-level-2{
    position: initial;
    display: block;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    border-top: 1px solid #E5E5E5;
    font-size: 12px;
    color: #252627;
    text-align: left;
    padding: 10px 0 0;
}
.navbar-nav .dropdown .dropdown-custom-level-2 a{
    padding: 3px 0px 10px;
    color: #333333;
}
.navbar-nav .dropdown .dropdown-custom-level-2>a{
    color: #999;
    cursor: default;
}
.navbar-nav .dropdown .dropdown-custom-level-2 a,
.navbar-nav .dropdown .dropdown-custom-level-2 a:hover,
.navbar-nav .dropdown .dropdown-custom-level-2 a:focus{
    background-color: rgb(245, 245, 250);
}
.navbar-nav .dropdown .dropdown-custom-level-2 .dropdown-menu-level-2 .menu-item {
    float: left;
    text-align: left;
    width: 100%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(1){
    width: 25%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(2){
    width: 32%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(3){
    width: 22%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(4){
    width: 20%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(5){
    width: 25%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(6) {
    width: 70%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(7){
    width: 25%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(8) {
    width: 65%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(9) {
    width: 65%;
    margin-left: 25%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(10) {
    width: 65%;
    margin-left: 25%;
}
.navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(11) {
    width: 65%;
    margin-left: 25%;
}
.navbar-nav .dropdown .dropdown-custom-level-2 .menu-item-level-3{
    margin-bottom: 5px;
}
@media (min-width: 768px){
    .navbar-nav{
        margin: 0 0 0 30px;
    }
    .navbar-nav button {
        margin: 10px;
    }
}
.btn-primary:focus,
.btn-primary.focus{
    outline: none;
    background-color: rgb(23,69,145);
}
.caption-wraper{
    display: none;
}
.sy-pager{
    display: none!important;
}
.btn-transparent {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; 
}

.btn-transparent:focus,
.btn-transparent.focus {
    color: #eee;
    border-color: #eee;
    outline: none;
}

.btn-transparent:hover {
    color: #eee;
    border-color: #eee;
}

.btn-transparent:active,
.btn-transparent.active,
.open>.dropdown-toggle.btn-transparent {
    color: #eee;
    border-color: #eee;
}

.btn-transparent:active:hover,
.btn-transparent.active:hover,
.open>.dropdown-toggle.btn-transparent:hover,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.open>.dropdown-toggle.btn-transparent:focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus,
.open>.dropdown-toggle.btn-transparent.focus {
    color: #eee;
    border-color: #eee;
}

.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus {
    color: #666;
    border-color: #666;
}

#footer{
    background-color: rgb(12,12,12);
    margin-top: 80px;
}
.swhz{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 260px;
}
.swhz .container{
    height: 100%;
}
.swhz h1{
    text-align: center;
    color: #fff;
    font-size: 38px;
    margin-top: 65px;
    margin-bottom: 45px;
}
.swhz .btn{
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 35px;
}
.swhz .btn-default{
    background-color: rgb(206,215,228);
    color: #000;
}
.footer_block{
    float: left;
    color:#888;
    padding: 0 10px 0 0;
    font-size: 14px;
    line-height: 25px;
}
.footer_block:nth-child(1){
    width: 28%;
}
.footer_block:nth-child(2) {
    width: 11%;
}
.footer_block:nth-child(3) {
    width: 29%;
}
.footer_block:nth-child(4) {
    width: 24%;
}
.footer_block:nth-child(5) {
    width: 7%;
    float: right;
}
.footer_block a{
    color: #888;
}
.footer_block h5{
    color: #eee;
    margin-top: 0px;
}
#footer .contact{
    padding: 70px 15px 20px;
}
#footer .friendship_link{
    padding-bottom: 30px;
}
#footer .friendship_link div {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
#footer .friendship_link div a{
    color: #888;
}
.footer_block.address img {
    padding-bottom: 20px;
}
.footer_block.address a {
    color: #003388;
}
.footer_block.project p{
    float: left;
    width: 40%;
}
#footer .beian{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid rgb(109,109,109);
}
#footer .beian a{
    color: #fff;
}
.index h1 {
    font-size: 32px;
}
.index h2{
    color: #535353;
    font-size: 28px;
    font-weight: 500;
}
.index h4 {
    font-size: 20px;
    font-weight: 500;
}
.index h5{
    color:#8a8a8a;
}
.container.index.introduction div {
    float: left;
    width: 54%;
}
.container.index.introduction div p{
    color: #656565;
    line-height: 2em;
}
.container.index.introduction video{
    float: right;
    width: 480px;
}
.container.index.advantage{
    text-align: center;
    margin-top: 70px;
}
.container.index.advantage div{
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 40px;
}
.container.index.advantage img{
    padding: 40px 0;
}
.container.index.advantage p{
    line-height: 2em;
    font-size: 14px;
    color: #656565;
    margin-top: 10px;
}
.index.topology{
    text-align: center;
    margin-top: 90px;
}
.index.topology img{
    width: 100%;
    margin-top: 50px;
}
.index.projects{
    width: 100%;
    margin-top: 50px;
    padding-top: 600px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
}
.index.projects .container{
    height: 600px;
    position: absolute;
    margin-left: 50%;
    left: -615px;
    top: 0px;
}
.index.projects .container a{
    position: absolute;
    display: inline-block;
    padding-left: 30px;
}
.index.projects .container a:hover{
    text-decoration: none;
}
.index.projects .container a h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    color: white;
    text-shadow: -1px -1px 0 #003388, 1px -1px 0 #003388, -1px 1px 0 #003388, 1px 1px 0 #003388;
}
.index.projects .container a.zl{
    top: 210px;
    left: 250px;
}
.index.projects .container a.tl {
    top: 330px;
    left: 145px;
}
.index.projects .container a.xsp {
    top: 500px;
    left: 140px;
}
.index.projects .container a.led {
    top: 40px;
    left: 620px;
}
.index.projects .container a.fjj {
    top: 440px;
    left: 780px;
}
.index.projects .container a.scb {
    top: 540px;
    left: 770px;
}
.index.projects .container a .point-cycle {
    position: absolute;
    top: 5px;
    left: 7px;
}
.index.projects .container a .point-cycle .point-i {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #2FC8E1;
}
@keyframes pointrun1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}
.index.projects .container a .point-cycle .point-i:nth-child(2) {
    animation: pointrun1 3s infinite;
    animation-delay: 0.35s;
}

.index.projects .container a .point-cycle .point-i:nth-child(3) {
    animation: pointrun1 3s infinite;
    animation-delay: 1s;
}
.container.index.honor,
.container.index.introduction,
.container.index.project,
.container.index.algorithm,
.container.index.news{
    margin-top: 80px;
    overflow: hidden;
}
.container.index.algorithm .more,
.container.index.news .more{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    padding-left: 80px;
    font-weight: 500;
    margin-top: 15px;
}
.index.algorithm1{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index.algorithm1,
.index.last_news{
    background-color: rgb(244,244,244);
    padding: 40px 0;
    margin-top: 45px;
}
.container.algorithm1>div{
    float: left;
    width: 25%;
    padding: 20px 15px;
}
.container.algorithm2{
    padding-top: 15px;
    padding-bottom: 15px;
}
.container.algorithm2>div{
    float: right;
    width: 20%;
    padding: 20px 15px;
}
.container.algorithm1>div img,
.container.algorithm2>div img {
    margin-right: 25px;
}
.container.algorithm1>div h3,
.container.algorithm2>div h3{
    display: inline-block;
    font-size: 22px;
}
.container.algorithm2 .ALGORITHM{
    margin-top: 50px;
    float: right;
}
.container.index.case{
    margin-top: 70px;
}
.index.cases{
    margin-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 80px;
}
.index.cases .case_description{
    width: 550px;
    padding-top: 50px;
}
.index.cases .case_description .excerpt{
    color: #656565;
    margin: 30px 0 40px;
    line-height: 2em;
}
.index.cases .case_img{
    width: 580px;
}
.index.cases .carousel-indicators li{
    width: 8px;
    height: 8px;
    background-color: rgb(165,165,165);
    border: 0px;
    margin: 0 6px;
}
.index.cases .carousel-indicators li.active{
    width: 8px;
    height: 8px;
    background-color: rgb(83, 83, 83);
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -70px;
    }
}
.container.index.honor .honors{
    margin: 60px 0;
}
.index.last_news .title{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    line-height: 1.6em;
}
.index.last_news .body p{
    line-height: 2em;
    margin-bottom: 20px;
}
.index.contact{
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.index.contact .contact_image{
    width: 605px;
}
.index.contact .contact_detail{
    padding: 90px 70px 50px;
    width: 591px;
}
.index.contact .contact_detail h1{
    font-size: 30px;
    font-weight: 500;
}
.index.contact .contact_detail h4 {
    font-size: 18px;
    margin-top: 40px;
    font-weight: 500;
}
.index.contact .contact_detail .map_link{
    margin-top: 20px;
    font-weight: 500;
    display: block;
}
.index.contact .contact_detail .email{
    margin-top: 15px;
    line-height: 1.5em;
    color: #535353;
}
.index.contact .contact_detail .phone {
    margin-top: 15px;
    line-height: 1.5em;
    color: #535353;
}
.index.contact .contact_detail .email .tag{
    font-size: 18px;
}
.index.contact .contact_detail .wechat_qr{
    margin-top: 20px;
}
.banner{
    background-position: center;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .name{
    width: 590px;
    font-weight: bold;
    font-size: 43px;
    color: #fff;
    margin-top: 146px;
}
.banner .description {
    width: 590px;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    line-height: 2em;
}
.breadcrumb{
    border-bottom: 1px solid rgb(207,207,207);
    background: transparent;
}
.news_list .news_item{
    overflow: hidden;
    margin-top: 60px;
}
.news_list .news_item .thumbnail{
    width: 320px;
    height: 180px;
    background: none;
    border: 0px;
    border-radius: 10px;
    margin-bottom: 0px;
    padding: 0px;
}
.news_list .news_item .thumbnail img{
    width: 100%;
    height: 100%;
}
.news_list .news_item .content{
    padding: 0px 20px 0px 140px;
    width: 870px;
}
.news_list .news_item .content .title a{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    color: #3D3D3D;
}
.news_list .news_item .content .title span{
    display: inline-block;
    background-color: rgb(0,51,136);
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5em;
    margin-right: 10px;
}
.news_list .news_item .content .excerpt{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8em;
    color: #535353;
    font-weight: 500;
}
.news_list .news_item .content .keywords {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8em;
    color: #535353;
}
.case_list{
    margin-top: 80px;
}
.case_list .case_item{
    background-color: #fff;
    padding: 80px 0 80px;
    overflow: hidden;
    margin-bottom: 60px;
}
.case_list .case_item .thumbnail {
    width: 610px;
    height: 370px;
    background: none;
    border: 0px;
    border-radius: 10px;
    margin-bottom: 0px;
    padding: 0px;
}
.case_list .case_item .thumbnail img {
    width: 100%;
    height: 100%;
}
.case_list .case_item .content {
    padding: 0px 0px 0px 100px;
    width: 580px;
}
.case_list .case_item .content .title a {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    color: #3D3D3D;
}
.case_list .case_item .content .excerpt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8em;
    color: #535353;
    font-weight: 500;
    margin-bottom: 40px;
}
.case_list .case_item .content .keywords{
    margin-bottom: 10px;
}
.case_list .case_item .content .keywords span{
    display: inline-block;
    font-size: 12px;
    color: #003388;
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #003388;
}
.projects_slider{
    margin-bottom: 80px;
}
.projects_slider.white{
    background-color: #fff;
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 70px;
}
.projects_slider .carousel{
    margin-top: 130px;
}
.projects_slider.no_indicators .carousel {
    margin-top: 60px;
}
.projects_slider.no_indicators.white .carousel{
    margin-top: 30px;
}
.projects_slider .carousel-indicators{
    top: -80px;
    width: 90%;
    margin-left: -45%;
}
.projects_slider .carousel-indicators li{
    width: auto;
    height: auto;
    margin: 0 20px;
    text-indent: 0px;
    border: 0px;
}
.projects_slider .carousel-indicators li.active{
    color: #003388;
    background-color: transparent;
}
.zl.func{
    text-align: center;
    background-color: rgb(0,51,136);
    padding: 90px 0px;
    margin-top: 50px;
    margin-bottom: 90px;
}
.zl.func .item{
    float: left;
    margin: 5px;
    width: 235px;
    height: 178px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 12px;
}
.zl.func .item.tl{
    height: 158px;
}
.zl.func .item>div{
    overflow: hidden;
    padding: 0px 0px 0 25px;
    margin-bottom: 15px;
}
.zl.func .item img{
    float: left;
}
.zl.func .item h4 {
    float: left;
    margin-left: 15px;
    color: #535353;
    font-weight: 500;
    font-size: 20px;
}
.zl.func .item p{
    color: #535353;
}
.projects_case .title{
    font-size: 20px;
    color: #535353;
    padding: 30px 15px 0px;
    font-weight: 500;
}
.projects_case .body{
    font-size: 16px;
    color: #656565;
    line-height: 2em;
}
.projects_case .body a{
    color: #003388;
}
.projects_case .tc-gridbox{
    margin: 0px;
}
.projects_case>.row{
    margin-top: 40px;
}
.server_advantage{
    margin-bottom: 90px;
}
.server_advantage .body{
    height: 150px;
}
.ai_list{
    margin-top: 20px;
    margin-bottom: 70px;
}
.ai_list h2{
    font-size: 32px;
    font-weight: 500;
}
.ai_list img{
    float: left;
}
.ai_list h3{
    float: left;
    margin-left: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #656565;
    margin-top: 17px;
}
.ai_list .col-md-3{
    margin-bottom: 40px;
}
.article_banner{
    padding-top: 340px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.article_banner h2{
    position: absolute;
    top: 33%;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.article_detail{
    overflow: hidden;
    margin-top: 60px;
}
.article_thumbnail{
    float: left;
    width: 300px;
}
.article_thumbnail img{
    max-width: 90%;
    max-height: 40px;
}
.article_thumbnail .article_keywords{
    margin-top: 20px;
}
.article_thumbnail .article_keywords span{
    font-size: 12px;
    display: inline-block;
    border: 1px solid #656565;
    color: #656565;
    width: 100px;
    text-align: center;
    line-height: 2em;
    margin-bottom: 18px;
    margin-right: 15px;
}
.article_content{
    float: left;
    width: 900px;
    color: #535353;
} 
.article_content *{
    text-wrap:wrap!important;
    word-break: break-all;
    line-height: 2em;
}
.other_article{
    margin-top: 100px;
    padding: 30px 50px;
    background-color: #fff;
    color: #535353;
}
.other_article a{
    color: #535353;
}
.about{
    margin-top: 30px;
    color: #535353;
}
.about>h2{
    font-size: 32px;
    font-weight: 500;
}
.about .intro{
    font-size: 18px;
    line-height: 2em;
    margin-top: 50px;
}
.about .wenhua{
    background-color: #fff;
    margin-top: 50px;
    padding: 1px 35px 10px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.about .wenhua h3{
    font-size: 18px;
    font-weight: 500;
}
.about .wenhua p{
    font-size: 14px;
    color: #999;
}
.about.honors{
    margin-top: 70px;
}
.about.honors .honor{
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px #ddd;
    padding: 30px;
    text-align: center;
}
.about.honors .honor img{
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}
.about.customers{
    margin-top: 60px;
}
.about.customers .customers_list{
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 40px;
}
.about.customers .customer{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px #ddd;
    margin: 10px 5px;
    width: 290px;
    height: 80px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about.customers .customer img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.join_us{
    margin-top: 40px;
}
.join_us .map{
    height: 623px;
    width: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.join_us .item{
    position: absolute;
}
.join_us .item:nth-child(1){
    top: 190px;
    left: 515px;
}
.join_us .item:nth-child(2) {
    top: 170px;
    left: 455px;
}
.join_us .item:nth-child(3) {
    top: 181px;
    left: 192px;
}
.join_us .item:nth-child(4) {
    top: 365px;
    left: 497px;
}
.join_us .item span{
    display: block;
    width: 20px;
    height: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.join_us .item .box{
    position: absolute;
    width: 300px;
    background-color: #fff;
    box-shadow: 0px 3px 10px #ccc;
    padding: 15px;
    line-height: 1.5em;
    font-size: 10px;
    color: #535353;
    border-radius: 10px;
}
.join_us .item .box .title{
    font-size: 14px;
    margin-bottom: 10px;
}
.join_us .item:nth-child(1) .box{
    top: 40px;
    left: 0px;
}
.join_us .item:nth-child(2) .box{
    top: -80px;
    left: 0px;
}
.join_us .item:nth-child(3) .box{
    top: -65px;
    left: -148px;
}
.join_us .item:nth-child(4) .box{
    top: 41px;
    left: 7px;
}
#business .modal-dialog {
    margin-top: 150px;
}
#business .modal-content{
    border-radius: 10px;
}
#business .modal-body{
    padding: 50px 70px;
    color: #535353;
}
#business h3{
    font-size: 18px;
    font-weight: 500;
}
#business .item{
    margin-top: 40px;
}
#business .item h4{
    font-size: 14px;
    margin-top: 0px;
}
#business .item img{
    margin-right: 20px;
}
#business .item p{
    border-top: 1px solid #ccc;
    font-size: 18px;
    color: #003388;
    font-weight: 500;
    padding-top: 20px;
    clear: both;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline-block;
    margin: 0px 22px;
}

.carousel-inner>.item>.spec{
    width: 48%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin: 0 1%;
}

.carousel-inner>.item>.spec h3,
.carousel-inner>.item>.spec div{
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    font-size: 18px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.carousel-inner>.item>.spec h3{
    font-weight: bold;
    width: 125px;
}
.carousel-inner>.item>.spec div{
    width: 440px;
}
.fix-contact{
    position: fixed;
    right: -300px;
    bottom: 250px;
    background-color: #fff;
    border-radius: 10px;
    width: 290px;
    padding: 0 20px;
    color: #535353;
    z-index: 200;
    transition: right 0.5s ease-in-out;
    box-shadow: 0px 0px 11px -7px #000;
}
.fix-contact.open{
    right: 60px;
}
.fix-contact .btns{
    position: fixed;
    right: 10px;
    bottom: 250px;
}
.fix-contact .btns #backtotop,
.fix-contact .btns #contact,
.fix-contact .btns #business{
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #535353;
    padding-top: 7px;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 10px;
}
.fix-contact .btns #backtotop{
    background-color: #003388;
}
.fix-contact .btns #backtotop{
    display: none;
}
.fix-contact .btns img{
    margin: 0;
    display: inline-block;
}
.fix-contact h3{
    font-size: 20px;
    font-weight: 500;
}
.fix-contact img{
    display: inline-block;
    margin-right: 20px;
}
.fix-contact h3 img{
    margin-right: 5px;
}
.fix-contact p{
    margin-bottom: 20px;
}
.fix-contact p img{
    max-width: 25px;
}

/* 手机 */
@media (max-width: 768px) {
    .container.index.honor,
    .container.index.introduction,
    .container.index.project,
    .container.index.algorithm,
    .container.index.news {
        margin-top: 20px;
    }
    .index h1 {
        font-size: 28px;
    }
    .container.index.introduction div {
        width: 100%;
    }
    .container.index.introduction video {
        width: 100%;
    }
    .container.index.advantage {
        margin-top: 20px;
    }
    .container.index.advantage div {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0;
        margin-top: 15px;
    }
    .container.index.advantage img {
        padding: 0;
        float: left;
        margin-right: 20px;
    }
    .index.topology {
        margin-top: 20px;
    }
    .index.topology img {
        margin-top: 10px;
    }
    .index.projects {
        margin-top: 10px;
        background-position-x: -580px;
    }
    .index.projects .container a {
        word-break: keep-all;
    }
    .index.projects .container a.zl {
        top: 240px;
        left: 450px;
    }
    .index.projects .container a h3 {
        text-align: left;
    }
    .index.projects .container a.tl {
        top: 310px;
        left: 420px;
    }
    .index.projects .container a.xsp {
        top: 390px;
        left: 570px;
    }
    .index.projects .container a.led {
        top: 40px;
        left: 640px;
    }
    .index.projects .container a.fjj {
        top: 470px;
        left: 680px;
    }
    .index.projects .container a.scb {
        top: 510px;
        left: 640px;
    }
    .index.algorithm1,
    .index.last_news {
        padding: 20px 0;
        margin-top: 15px;
    }
    .container.algorithm1>div {
        width: 50%;
        padding: 10px 0;
    }
    .container.algorithm1>div img,
    .container.algorithm2>div img {
        margin-right: 5px;
        width: 40px;
    }
    .container.algorithm2>div {
        float: left;
        width: 50%;
        padding: 5px 0px;
    }
    .container.algorithm1>div h3,
    .container.algorithm2>div h3 {
        display: inline-block;
        font-size: 20px;
        width: 130px;
        word-break: keep-all;
    }
    .container.algorithm2 .ALGORITHM {
        margin-top: 10px;
        width: 80%;
    }
    .container.index.case {
        margin-top: 20px;
    }
    .index.cases {
        margin-top: 10px;
        padding: 20px 0;
    }
    .index.cases .case_img img{
        width: 100%;
    }
    .index.cases .case_img {
        width: 100%;
    }
    .index.cases .case_description {
        width: 100%;
        padding-top: 15px;
    }
    .container.index.honor .honors {
        margin: 10px 0;
        width: 100%;
    }
    .honor_pics{
        width: 100%;
    }
    .index.contact {
        margin-top: 10px;
    }
    .index.contact .contact_image {
        width: 100%;
    }
    .index.contact .contact_image img {
        width: 100%;
    }
    .index.contact .contact_detail {
        padding: 10px;
        width: 100%;
    }
    #footer {
        background-color: rgb(12, 12, 12);
        margin-top: 10px;
    }
    .swhz h1 {
        text-align: center;
        color: #fff;
        font-size: 26px;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .swhz .btn {
        padding-left: 40px;
        padding-right: 40px;
        margin: 0 15px;
    }
    .footer_block {
        width: 100%!important;
    }
    .tc-gridbox {
        margin: 0 0 10px 0!important;
    }
    #footer .contact {
        padding: 15px;
    }

    .case_list {
        margin-top: 0px;
    }
    .case_list .case_item {
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .case_list .case_item .thumbnail {
        width: 100%;
        height: auto;
    }
    .case_list .case_item .content {
        padding: 0px;
        width: 100%;
    }
    .case_list .case_item .content .excerpt {
        margin-bottom: 20px;
    }
    .article_detail {
        margin-top: 10px;
    }
    .article_content {
        width: 100%;
    }
    .other_article {
        margin-top: 10px;
        padding: 15px;
    }
    .other_article .next_article{
        text-align: left;
        margin-top: 10px;
    }
    .news_list .news_item {
        margin-top: 30px;
    }
    .news_list .news_item .thumbnail {
        width: 100%;
        height: auto;
    }
    .news_list .news_item .content {
        padding: 0px;
        width: 100%;
    }
    .about {
        margin-top: 0;
    }
    .about .intro {
        margin-top: 30px;
    }
    .about .wenhua {
        margin-top: 20px;
        padding: 1px 15px 10px;
    }
    .about.honors {
        margin-top: 20px;
    }
    .about.honors .honor {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .about.customers {
        margin-top: 20px;
    }
    .about.customers .customers_list {
        margin-top: 0px;
    }
    .about.customers .customer {
        margin: 1%;
        width: 48%;
    }
    .navbar-nav {
        margin: 15px;
    }
    .navbar-nav .dropdown .dropdown-custom-level-2:first-child {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .navbar-nav .dropdown .dropdown-custom-level-2 {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(2),
    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(5) {
        width: 40%;
    }
    .projects_slider .carousel {
        margin-top: 100px;
    }
    .projects_slider {
        margin-bottom: 20px;
    }
    .zl.func {
        padding: 10px 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .zl.func .item {
        margin: 1%;
        width: 48%;
    }
    .zl.func .item {
        margin: 1%;
        width: 48%;
        height: 145px;
        padding: 20px 8px;
    }
    .zl.func .item>div {
        padding: 0px;
    }
    .zl.func .item h4 {
        margin-left: 1%;
    }
    .zl.func .item p {
        font-size: 14px;
    }
    .projects_case>.row {
        margin-top: 20px;
    }
    .projects_case .title {
        padding: 0px 15px 0px;
        margin-bottom: 0;
    }
    .server_advantage {
        margin-bottom: 10px;
    }
    .projects_slider.white {
        margin-top: 10px;
        padding-bottom: 30px;
    }
    .ai_list {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .ai_list h2 {
        font-size: 24px;
    }
    .ai_list .col-xs-6 {
        margin-bottom: 20px;
        text-align: center;
    }
    .ai_list img {
        width: 40%;
        float: none;
    }
    .ai_list h3 {
        margin-left: 0%;
        font-size: 20px;
        margin-top: 5px;
        float: none;
    }
    .banner {
        height: 200px;
    }
    .article_banner {
        padding-top: 200px;
        background-size: cover;
    }
    .article_banner h2 {
        font-size: 22px;
        width: 92%;
    }
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        margin: 0px;
    }
    .carousel-inner>.item>.spec {
        width: 100%;
    }
    .carousel-inner>.item>.spec h3 {
        font-size: 14px;
    }
    .carousel-inner>.item>.spec div {
        width: 66%;
        font-size: 14px;
    }
    .join_us {
        margin-top: 0;
    }
    .join_us .map {
        width: 100%;
        height: auto;
        padding-top: 52%;
    }
    .join_us .item:nth-child(3) {
        top: 19%;
        left: 14%;
    }
    .join_us .item:nth-child(1) {
        top: 12%;
        left: 39%;
    }
    .join_us .item:nth-child(2) {
        top: 18%;
        left: 36%;
    }
    .join_us .item:nth-child(4) {
        top: 47%;
        left: 40%;
    }
    .join_us .box-xs{
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 3px 10px #ccc;
        padding: 15px;
        line-height: 1.5em;
        font-size: 14px;
        color: #535353;
        border-radius: 10px;
        margin-top: 15px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 10px 5px 15px;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(1) {
        width: 22%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(2) {
        width: 30%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(3) {
        width: 22%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(4) {
        width: 20%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(5) {
        width: 22%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(6) {
        width: 70%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(7) {
        width: 22%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(8) {
        width: 65%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(9) {
        width: 65%;
        margin-left: 22%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(10) {
        width: 65%;
        margin-left: 22%;
    }

    .navbar-nav .dropdown .dropdown-custom-level-2:first-child .dropdown-menu-level-2 .menu-item:nth-child(11) {
        width: 65%;
        margin-left: 22%;
    }
}