
.btn-large.btn-icon-video span{
    padding-left: 0
}

.btn-empty-white{
    border: 1px solid #fff;
}
.btn-solid-terminal-red{
    border: 5px solid #d20a2c;
}
#top {
    display: none;
}

#nav {
    display: none;
}

#nav .search {
    display: none;
}

header {
    display: block;
}

header {
    width: 100%;
    height: 6rem;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #fff;
}

header .logo {
    width: 30%;
    height: auto;
    display: inline-block;
    float: left;
}

header .logo a img {

    height: auto;
    display: block;
    margin-top: 1.5rem;
    margin-left: 1rem;
}

header .nav {
    width: 20%;
    height: 4rem;
    background: #fff;
    float: right;
    display: block;
    margin-top: 1.5rem;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dl-menuwrapper {
    width: 100%;
    max-width: 50%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 45px;
    z-index: 999;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
    margin-right: 0;
    margin-top:1.5rem;
}

.dl-menuwrapper button {
    border: none;
    width: 70px;
    height: 55px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    outline: none;
    background: url(../images/button.png) no-repeat center center;
    background-size: 50%;
}

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
}

.dl-menuwrapper ul {
    background: #bf0f35;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 10px 0 8px 35px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid #bf0f35;
    border-bottom: 1px solid #bf0f35;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-right: 30px;
    background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:before, .dl-menuwrapper li > a:not(:only-child):before {
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 36px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:before {
    left: 10px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    -moz-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    -moz-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    -moz-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    -moz-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    -moz-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut1 {
    50% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -moz-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut2 {
    100% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut3 {
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut4 {
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut5 {
    100% {
        -moz-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    100% {
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    -moz-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    -moz-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    -moz-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    -moz-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    -moz-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn1 {
    0% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -moz-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn2 {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn3 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn4 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn5 {
    0% {
        -moz-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    -moz-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    -moz-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    -moz-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    -moz-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn1 {
    0% {
        -moz-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn2 {
    0% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn3 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn4 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn5 {
    0% {
        -moz-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    -moz-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    -moz-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    -moz-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    -moz-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut1 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(50%);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut2 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut3 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut4 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut5 {
    0% {
        -moz-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        transform: translateZ(-200px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

.storageBanner {
    position: relative;
    top: 6rem;
}

.hidden_pro_au video {
    width: 100%;
    height: 200px;
}

#part1 {
    display: none;
}

.hidden_pro_au {
    width: 98%;
    margin: 25px auto;
}

#part2 {
    width: 100%;
    height: auto;
    background: url(../images/cp_bg.jpg) #1c1c1c repeat-y;
    position: relative;
    top: 6rem;
}

#part2 .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#part2 .main h1 {
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: inherit;
    color: #ffffff;
    font-size: 24px;
}

#part2 .main .cp_list ul li {
    width: 49%;
    height: 500px;
    background: #4a4a4a;
    float: left;
   margin-bottom: 5px;
   margin-left: 1px;
   margin-right: 1px

}

#part2 .main .cp_list ul li:nth-child(even){
    float: right;
}

#part2 .main .cp_list ul li .top {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

#part2 .main .cp_list ul li .top a img {
    display: block;
    width: 100%;
    height: 170px;
    transition: all 2.5s;
    overflow: hidden;
}

#part2 .main .cp_list ul li .center {
    width: 98%;
    margin: 0 auto;
    height: auto;
}

#part2 .main .cp_list ul li .center h2 {
    font-size: 16px;
    font-weight: inherit;
    text-align: left;
    height: 40px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

#part2 .main .cp_list ul li .center p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 15px;
}

#part2 .main .cp_list ul li .center div span {
    padding: 5px 10px;
}

#part2 .main .cp_list ul li .bottom {
    width: 95%;
    margin: 25px auto;
    height: 44px;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

#part2 .main .cp_list ul li .bf {
    width: 55px;
    height: 50px;
    position: absolute;
    top: 68px;
    left: 68px;
    background: url(../images/bf.png) no-repeat;
    opacity: 0;
}

#part3 {
    clear: both;
    position: relative;
    top: 6rem;
}

#part3 .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#part3 .main h1 {
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: inherit;
    color: #191919;
    font-size: 24px;
}

#part3 .main .Div1 {
    width: 100%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

#part3 .main .Div1_main {
    padding-top: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#part3 .main .Div1_main .top1 {
    width: 33%;
    height: 200px;
    float: left;
    margin: 0 0;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 {
    width: 100%;
    height: 200px;
    display: block;
    float: left;
    overflow: hidden;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 .box {
    height: 200px;
}

#part3 .main .Div1_main_a1, .Div1_main_a1 img {
    height: 200px;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 i {
    position: absolute;
    z-index: 1000;
    top: 20px;
    margin-left: 2px;
    width: 33%;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 i a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    width: 100%;
    line-height: 25px;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 .box {
    display: none;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 .Div1_main_a2 {
    display: none;
}

#part3 .main .Div1_main .top1 .Div1_main_span1:hover .Div1_main_a2 {
    display: none;
}

#part4 {
    clear: both;
    position: relative;
    top: 6rem;
}

#part4 .main {
    width: 100%;
    height: auto;
}

#part4 .main h1 {
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: inherit;
    color: #191919;
    font-size: 24px;
}

#part4 .main #scroll {
    width: 100%;
    height: 1120px;
    position: relative;
    overflow: hidden;
}

#part4 .main #scroll .content {
    width: 100%;
    height: 1120px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0;
}

#part4 .main #scroll li {
    width: 100%;
    height: 360px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    margin-left: 0px;
    margin-right: 0px;
}

#part4 .main #scroll li .center {
    width: 90%;
    height: 200px;
    margin: 30px auto;
    overflow: hidden;
}

#part4 .main #scroll li .center h3 {
    font-weight: inherit;
    font-size: 16px;
    text-align: center;
}

#part4 .main #scroll li .center p {
    font-size: 12px;
    color: #191919;
    line-height: 22px;
    margin-top: 5px;
}

#part5 {
    width: 100%;
    height: 430px;
    background: url(../images/news_bg.jpg) no-repeat;
}

#part5 .main {
    width: 100%;
    height: auto;
}

#part5 .main h1 {
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: inherit;
    color: #fff;
    font-size: 24px;
    margin-top: 90px;
}

#part5 .main .news_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#part5 .main .news_list .left {
    width: 50%;
    height: auto;
    float: left;
}

#part5 .main .news_list .right {
    width: 50%;
    height: auto;
    float: right;
}

#part5 .main .news_list .left {
    width: 47%;
    height: auto;
    float: left;
}

#part5 .main .news_list .left ul li:nth-child(2) {
    display: none;
}

#part5 .main .news_list .left ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 0px;
}

#part5 .main .news_list .left ul li a {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#part5 .main .news_list .left ul li a img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#part5 .main .news_list .left ul li h6 {
    font-weight: 300;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    overflow: hidden;
}

#part5 .main .news_list .left ul li p {
    font-size: 12px;
    color: #ffffff;
    margin-top: 0px;
}

#part5 .main .news_list .right ul li {
    width: 100%;
    margin-bottom: 10px;
}

#part5 .main .news_list .right ul li h2 {
    font-weight: inherit;
    font-size: 16px;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
}

#part5 .main .news_list .right ul li h2 a {
    color: #fff;
    font-size: 16px;
}

#part5 .main .news_list .right ul li p {
    font-size: 12px;
    color: #ffffff;
    margin-top: 0px;
}

#part5 .main .bottom {
    position: relative;
    bottom: 0;
    clear: both;
}

#nav_hide {
    display: none;
    opacity: 0;
}

footer {
    width: 100%;
    height: auto;
    margin: 0px auto;
    position: relative;
    top: 6rem;

}

footer .main {
    width: 100%;
    height: auto;
    margin: 0px auto;
    clear: both;
}

footer .main ul:nth-child(4), footer .main ul:nth-child(5), footer .main ul:nth-child(6), footer .main ul:nth-child(7) {
    display: none;
}

footer .main ul {
    width: 30%;
    margin-right: 0px;
    text-align: center;
}

footer .main .link{
    height:auto;
}

footer .main .link .link_left {
    width: 100%;
    float: none;
}

footer .main .link .link_left span {
    display: none;
}

footer .main .link .link_right {
    display: none;
}

#sulutionbanner_0_divBanner {
    display: none;
}

#pc_banner {
    display: block;
    position: relative;
    top: 6rem;
    width: 100%;
    height: 190px;
}

#pc_banner .bannerImg img {
    width: 100%;
    height: 190px;
}

.bannerImg {
    width: 100%;
    height: 190px;

}

#pc_banner .con {
    position: absolute;
    top: 2rem;
}

#product_index {
    position: relative;
    top: 6rem;
}

#product_index .main {
    width: 100%;
}

#product_index .main .cp_list ul li {
    width: 49%;
    height: 500px;
    background: #4a4a4a;
    float: left;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px
}

#product_index .main .cp_list ul li:nth-child(even){
    float: right;
}

#product_index .main .cp_list ul li .top {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

#product_index .main .cp_list ul li .top a img {
    display: block;
    width: 100%;
    height: 170px;
    transition: all 2.5s;
    overflow: hidden;
}

#product_index .main .cp_list ul li .center {
    width: 98%;
    margin: 0 auto;
    height: auto;
}

#product_index .main .cp_list ul li .center h2 {
    font-size: 16px;
    font-weight: inherit;
    text-align: left;
    height: 40px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

#product_index .main .cp_list ul li .center p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 15px;
}

#product_index .main .cp_list ul li .center div span {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 10px;
}

#product_index .main .cp_list ul li .bottom {
    width: 95%;
    margin: 25px auto;
    height: 44px;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

#product_index .main .cp_list ul li .bf {
    width: 55px;
    height: 50px;
    position: absolute;
    top: 68px;
    left: 68px;
    background: url(../images/bf.png) no-repeat;
    opacity: 0;
}

#product_shebei {
    clear: both;
    position: relative;
    top: 6rem;
    height: auto;
    background: #fff; 
     border-bottom: 0;
     border-top: 0; 
}

#product_shebei .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#product_shebei .main div ul li {
    float: left;
    margin-right: 1px;
    margin-left: 1px;
	width: 32%;
    
    margin-bottom: 2px;
}
#product_shebei .main div ul li a {
    display: block;
    font-size: 14px;
    color: #343434;
}
#product_peitao {
    width: 100%;
    clear: both;
    height: auto;
    position: relative;
    top: 6rem;
}

#product_peitao .main {
    width: 100%;
    height: 440px;
    margin: 0 auto;
}

#product_peitao .main div ul li {
    width: 48%;
    height: 48px;
    float: left;
    display: inline-block;
    border: 1px solid #888;
    margin-right: 1px;

    margin-bottom: 10px;
}

#product_peitao .main div ul li span {
    display: none;
}

.hidden_pro_au2, .hidden_pro_au3, .hidden_pro_au4, .hidden_pro_au5 {
    width: 98%;
    margin: 25px auto;

}

.hidden_pro_au2 video {
    width: 100%;
    height: 200px;
}

.hidden_pro_au3 video {
    width: 100%;
    height: 200px;
}

.hidden_pro_au4 video {
    width: 100%;
    height: 200px;
}

.hidden_pro_au5 video {
    width: 100%;
    height: 200px;
}

.lbOverlay2, .lbOverlay3, .lbOverlay4, .lbOverlay5 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.close {
    width: 40px;
    height: 40px;
    color: #696969;
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
    transform: rotate(45deg);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 99999999;
}

#product_peitao .main div ul li a {
    display: inline-block;
    font-size: 14px;
    color: #343434;
    text-align: center;
    vertical-align: middle;
    margin-top: 15px;
    margin-left: 22px;
    overflow: hidden;
}

#product_peitao .main h1 {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
}

#product_shebei .main h1 {
    font-size: 24px;
    height: 80px;
    line-height: 80px;

}

#product_index .main h1 {
    font-size: 24px;

}

.global_toolbar {
    display: none;
}

#select {

    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin-top: 25px;
}

#select .main {
    width: 100%;
}

#select .main .select_list ul li p {
    width: 90px;
    display: inline-block;
    font-size: 12px;
    margin-left: 2px;
    color: #353535;
}

#select .main .select_list ul li span {
    display: inline-block;
    font-size: 12px;
    color: #353535;
    padding: 5px 8px;
    margin-right: 2px;
        margin-bottom: 5px;
}

#position {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(../images/positionbg.jpg) repeat-x;
    position: relative;
    top: 6rem;
    margin-bottom: 3rem;
}

#position .main {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
}

#position .main a {
    color: #ffffff;
    vertical-align: middle;
    font-size: 12px;
}

#product {
    width: 99%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 6rem;
}

#product ul li {
    height: 150px;
    border-bottom: none;
    width: 92%;
    margin-top: 10px;
    margin-left: 2px;
    margin-bottom: 50px;
}

#product ul li .pro_img {
    width: 35%;
    height: 150px;
    float: left;
    overflow: hidden;
}

#product ul li .pro_img a img {
    width: 130px;
    height: 150px;
    transition: all 2.5s;
}

#product ul li .pro_right {
    width: 64%;
    height: 150px;
    float: right;
    overflow: hidden;
    position: relative;
}

#product ul li .pro_right h1 {
    font-weight: inherit;
    font-size: 16px;
    height: 18px;
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

#product ul li .pro_right p {
    line-height: 22px;
    font-size: 12px;
    height: 70px;
    overflow: hidden;
    color: #191919;
    margin-bottom: 0px;
}

#product ul li .pro_right .more a {
    display: block;
    width: 80px;
    height: 25px;
    border: 1px solid #d7072b;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #191919;
    position: absolute;
    bottom: 0;
    left: 0;
}

#product_video {
    width: 100%;
    height: 310px;
    background: #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
    top: 3rem;
}

#product_video .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#product_video .main .video_left {
    float: left;
    width: 60%;
    height: 250px;
    margin-top: 0px;
}

#product_video .main .video_right {
    float: left;
    width: 40%;
    height: 250px;
    background: #303030;
    margin-top: 0px;

}

#product_video .main .video_left .video_left_top {
    width: 100%;
    height: 180px;
    position: relative;
}

#product_video .main .video_left .video_left_top img {
    width: 100%;
    height: 180px;
}

#product_video .main .video_left .video_left_top .bf {
    width: 55px;
    height: 50px;
    position: absolute;
    top: 73px;
    left: 84px;
    background: url(../images/bf.png) no-repeat;
    opacity: 0;
}

#product_video .main .video_left .video_left_bottom ul li {
    display: inline-block;
    width: 32%;
    height: 70px;
}

#product_video .main .video_left .video_left_bottom ul li img {
    width: 110%;
    height: 70px;
}

#product_video .main .video_right .video_right_box {
    width: 96%;
    height: 250px;
    margin: 20px auto;
}

#product_video .main .video_right .video_right_box h1 {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #ffffff;
    font-weight: inherit;
}

#product_video .main .video_right .video_right_box .line {
    background: none;
    display: none;
}

#product_video .main .video_right .video_right_box div p {
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
}

#shebei_cp {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 6rem;

}

#shebei_cp div a {
    display: block;
    width: 100%;
    height: 220px;
    margin-top: 10px;
    margin-bottom: 20px;
	     margin-left: 0; 
}

#shebei_cp div a .shebei_top {
    width: 100%;
    height: 170px;
}

#shebei_cp div a .shebei_top img {
    width: 80%;
    height: 170px;
    display: block;
    margin: 0 auto;
}

#shebei_cp div a .shebei_link {
    width: 100%;
    height: 30px;
    background: #ececec;
    overflow: hidden;
}

#shebei_cp div a .shebei_link h4 {
    font-weight: inherit;
    font-size: 16px;
    color: #504e4e;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;

    text-align: center;
    overflow: hidden;
}



#shebei_cp div a .shebei_link p {
    font-size: 14px;
    color: #504e4e;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
}

#con_nav {
    width: 100%;
    height: 34px;
    line-height: 34px;
    /* margin: 54px auto; */
    position: relative;
    top: 3rem;
}

#con_nav ul li.actnav {
    height: 34px;
    background: url(../images/actnav_bg.jpg) no-repeat;
}

#con_nav ul li {
    display: inline-block;
    width: 19%;
    height: 34px;
    background: #504e4e;
    text-align: center;
    float: left;
    border-right: 1px solid #ddd;
}

#con_nav ul li a {
    font-size: 12px;
    color: #ffffff;
    display: block;
}

.aui-nav-list-tab {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 3rem;
}

.aui-nav-list-tab .aui-page-list img{
 width: 100%;
 }


#shebei {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#shebei .main h1 {
    font-weight: inherit;
    font-size: 15px;
    color: #343434;
}

#shebei .main span.line {
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/line_bg.jpg) no-repeat;
    margin: 10px 0 15px 0;
}

#shebei .main ul li {
    width: 100%;
    height: 200px;
    display: block;
    margin-right: 0;
    margin-left: 0;
}

#shebei .main ul li .img {
    width: 100%;
    height: 170px;
}

#shebei .main ul li .img a img {
    width: 80%;
    height: 170px;
    margin: 0 auto;
    display: block;
}

#shebei .main ul li .tit a {
    display: block;
    width: 100%;
    height: 30px;
    background: #ececec;
    text-align: center;
    line-height: 30px;
    color: #504e4e;
    font-size: 12px;
}

#download ul li {
    height: 40px;
    line-height: 40px;
}

#download li .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 12px;
    color: #343434;
}

#download li .main .download span {
    display: inline-block;
    width: 18px;
    height: 22px;
    float: right;
    background: url(../images/download.png) no-repeat;
    background-size: 80%;
    position: relative;
    margin-top: 12px;
    right: 10px;
}

#solution_list {
    width: 100%;
    height: auto;
    margin: 50px auto;
    position: relative;
    top: 6rem;
}

#solution_list .solution_list_left {
    display: none;

}

#solution_list .m_solution_list_left{
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}
#solution_list .m_solution_list_left h6{
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}


#solution_list .m_solution_list_left ul li{
    float: left;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-left: 6%;
    margin-bottom: 5px;
}

#solution_list .m_solution_list_left ul li a{
        display: block;
    height: 30px;
    width: 100px;
    line-height: 30px;
    font-size: 12px;
}
#solution_list .m_solution_list_left ul li a.actsou{
     background: #d20925;
    color: #fff;
}
#solution_list .m_list_left {
    display: block;
   
    width: 100%;
    height: 40px;
    margin-bottom: 20px;

}
#solution_list .m_list_left ul li {
    float: left;

    line-height:30px;
    height: 30px;
    text-align: center;
    margin-left:10%;

}
#solution_list .m_list_left ul li a {
    display: block;
    height: 30px;
    width: 80px;
    line-height: 30px;
    font-size: 12px;

}

#solution_list .m_list_left ul li a.actsou {
    background: #d20925;
    color: #fff;
}
#solution_list .solution_list_right {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 0px;
    border-left: none;
    float: none;
}

#solution_list .solution_list_right .main {
    width: 99%;
    height: auto;
    margin: 0 auto;
}

#solution_list .solution_list_right .main h1 {
    font-size: 16px;
    color: #504e4e;
    font-weight: inherit;
    margin-bottom: 15px;
}

#solution_list .solution_list_right .main .time {
    text-align: center;
    font-size: 12px;
    color: #504e4e;
    display: block;
    margin-bottom: 20px;
}

#solution_list .solution_list_right .main .solution_con {
    width: 95%;
    font-size: 12px;
    color: #343434;
    line-height: 30px;
    margin-bottom: 80px;
    margin-left: 0;
    margin: 0 auto;
}

#content_cp {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 5rem;
}

#content_cp .main {
    height: 70px;
    border-bottom: 1px solid #ddd;
}

#content_cp .main h1 {
    font-size: 16px;
    color: #504e4e;
    text-align: center;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: inherit;
}

#content_cp .main p {
    text-align: center;
    font-size: 12px;
    color: #504e4e;
}

#content_cp #content {
    width: 96%;
    height: auto;
    margin: 0px auto;
}

#content_cp #content p {
    font-size: 13px;
    line-height: 30px;
}

#solution {
    width: 100%;
    height: 65px;
    margin: 0 auto;
    position: relative;
    top: 6rem;

}

#solution h1 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: inherit;
    color: #191919;
    font-size: 24px;
    margin: 30px 0 16px 0;
}

#solution h5 {
    text-align: center;
    font-weight: inherit;
    color: #787878;
    font-size: 16px;
    margin-bottom: 20px;
}

#solution_index {
    width: 100%;
    height: 624px;
    background: #f5f5f5;
    border-bottom: 2px solid #e7e7e7;
    border-top: 2px solid #e7e7e7;
}

#solution_index .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 6rem;
}

#solution_index .main h1 {
    font-size: 20px;
    color: #191919;
    height: 80px;
    line-height: 80px;
    font-weight: inherit;
    text-align: center;
}

#solution_index .main ul li {
    float: left;
    width: 50%;
    height: 280px;
    position: relative;
}

#solution_index .main ul li a img {
    width: 100%;
    height: 280px;
}

#solution_index .main ul li:nth-child(5) {
    width: 100%;
    height: 400px;

}

#solution_index .main ul li:nth-child(5) a img {
    width: 100%;
    height: 400px;

}

#solution_index .main ul li a p {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

#solution_yinan {
    width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
    position: relative;
    top: 6rem;
}

#solution_yinan .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#solution_yinan .main h1 {
    font-size: 24px;
    color: #191919;
    height: 80px;
    line-height: 80px;
    font-weight: inherit;
    text-align: center;
}

#solution_yinan .main ul li {
    float: left;
    display: block;
    width: 32%;
    height: 120px;
    border-radius: 50%;
    margin-left: 2px;
    border: 1px solid #bcbcbc;
    margin-bottom: 10px;
}

#solution_yinan .main ul li a {
    display: block;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #343434;
}

#solution_yinan .main ul li:nth-child(4) {
    margin-left: 15%;
}

#solution_list .solution_list_right .main ul li {
    height: 150px;
    width: 98%;
    margin-left: 2px;
    /*margin-bottom: 30px;*/
}

#solution_list .solution_list_right .main ul li .pro_img {
    width: 35%;
    height: 150px;
    float: left;
    overflow: hidden;
}

#solution_list .solution_list_right .main ul li .pro_right {
    width: 64%;
    height: 150px;
    float: right;
    overflow: hidden;
    position: relative;
}

#solution_list .solution_list_right .main ul li .pro_right h1 {
    font-weight: inherit;
    font-size: 16px;
    height: 18px;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 10px;
}

#solution_list .solution_list_right .main ul li .pro_right p {
    line-height: 22px;
    font-size: 12px;
    color: #191919;
    height: 70px;
    margin-bottom: 12px;
    overflow: hidden;
}

#solution_list .solution_list_right .main ul li .pro_right h1 a b {
    font-weight: inherit;
    font-size: 14px;
}

#solution_list .solution_list_right .main ul li .pro_right .more1 a {
    display: block;
    width: 80px;
    height: 25px;
    border: 1px solid #d7072b;
    text-align: center;
    line-height:25px;
    font-size: 12px;
    color: #191919;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    clear: both;
    position: relative;
    top: 5rem;
}
#page ul li {
    display: inline-block;
    margin-left: 0px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 3px;
}


#case_index {
    width: 100%;
    height: auto;
    background: #ffffff;
    position: relative;
    top: 6rem;
}

#case_index .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#case_index .main h1 {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: inherit;
    color: #191919;
    font-size: 24px;
    margin: 30px 0 16px 0;
}

#case_index .main h5 {
    text-align: center;
    font-weight: inherit;
    color: #787878;
    font-size: 16px;
    margin-bottom: 30px;
}

#case_index .main .case ul li {
    display: block;
    background: #000;
    width: 96%;
    height: 280px;
    border-bottom: 4px solid #181717;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 40px;
}

#case_index .main .case ul li .img img {
    display: block;
    width: 100%;
    height: 280px;
}

#case_index .main .case ul li .more {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
}

#jishu {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 6rem;
}
#jishu a {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 24px;
    position: relative;
    left: 28%;

}
#jishu a span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #888888;
}

#jishu_index {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 6rem;
}

#jishu a img {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    width: 40%;
}

#jishu_index #jishu_nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 20px;
}

#jishu_index #jishu_nav ul li {
    display: inline-block;
    width: 49%;
    height: 40px;
    background: #504e4e;
    text-align: center;
    float: left;
    border-right: 1px solid #ddd;
}
#jishu_index #jishu_nav ul li a.actjishu_nav {
    height: 40px;
    background: url(../images/jishu_navbg.jpg) no-repeat;
}
#jishu_index #jishu_nav ul li a {
    font-size: 14px;
    color: #ffffff;
    display: block;
}

#jishu_index .main .jishu_left {
    display: none;
    width: 25%;
    float: left;
    height: auto;
}

#jishu_index .main .m_jishu_left {
   display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
#jishu_index .main .m_jishu_left ul li{
    float: left;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-left: 10%;
}
#jishu_index .main .m_jishu_left ul li a {
    display: block;
    height: 30px;
    width: 83px;
    line-height: 30px;
    font-size: 12px;
}

#jishu_index .main .m_jishu_left ul li a.actjishu {
    background: #d20925;
    color: #fff;
}


#jishu_index .main .jishu_left ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ececec;
    padding-left: 5px;
    font-size: 12px;
    color: #343434;
}


#jishu_index .main .jishu_right {
        width: 98%;
    float: none;
    height: auto;
    margin-left: 2px;
    margin-bottom: 30px;
}
#jishu_index .main .jishu_right ul li {
    height: auto;
    line-height: 40px;
    border: 1px solid #ececec;
    border-right: 0;
}
#jishu_index .main .jishu_right ul li a {
    font-size: 12px;
    color: #191919;
    padding-left: 4px;
}
#jishu_index .main .jishu_right ul li span {
    font-size: 12px;
    color: #888888;
    float: right;
    margin-right: 3px;
    line-height: 20px;
}
#jishu_index .main .jishu_right ul li span a {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(../images/download.png) no-repeat;
    background-size: 60%;
    position: relative;
    margin-top: 12px;
    right: 0px;
}

#jishu_index .main .jishu_right ul li a {
    font-size: 12px;
    color: #191919;
    padding-left: 4px;

    /* width: 100%; */
    height: auto;
    overflow: hidden;

}

#problem {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 3rem;
}
#problem .main h1 {
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
    height: 80px;
    font-weight: inherit;
    font-size: 24px;
    color: #191919;
}
#problem .main .problem_left {
    float: left;
    width: 25%;
    height: auto;
    display: none;
}
#problem .main .m_problem_left{
    display: block;
        width: 100%;
    height: 40px;
    margin-bottom: 20px;
}#problem .main .m_problem_left ul li{
    float: left;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-left: 20%;
}
#problem .main .m_problem_left ul li a{
        display: block;
    height: 30px;
    width: 80px;
    line-height: 30px;
    font-size: 12px;
}
#problem .main .m_problem_left ul li a.actpro{
    background: #d20925;
    color: #ffffff;
    border-bottom: 0;
}

#problem .main .problem_left ul li a.actpro {
    background: #d20925;
    color: #ffffff;
    border-bottom: 0;
}

#problem .main .problem_left ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #343434;
    font-size: 12px;
    padding-left: 5px;
    border-bottom: 1px dashed #ececec;
}
#problem .main .problem_right {
    float: right;
    width: 99%;
    height: auto;
    margin-bottom: 20px;
}
#problem .main .problem_right ul li h2 {
    width: 98%;
    border: 1px solid #ececec;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #f7f7f7;
    color: #191919;
    padding-left: 3px;
    overflow: hidden;
}

#problem .main .problem_right ul li .con {
    width: 98%;
    display: inline-block;
    line-height: 30px;
    color: #191919;
    font-size: 12px;
    padding-right: 0px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ececec;
}

#jishu_message {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 3rem;
}
#jishu_message h1 {
    font-weight: inherit;
    font-size: 24px;
    color: #191919;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
#jishu_message .main {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

#jishu_message .main div {
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom: 20px;
}
#jishu_message .main div:nth-child(even) {
    float: none;
}
#jishu_message .main div:nth-child(5) textarea {
    width: 100%;
    height: 180px;
    padding-top: 15px;
    margin-top: 15px;
    border: 1px solid #888888;
    font-size: 14px;
    color: #888888;
}
#jishu_message .main input[type='submit'] {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #d7072b;
    color: #ffffff;
    border: 0;
    font-size: 18px;
    margin: 85px auto;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer; -webkit-appearance: none;
}

#video_index {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    border-bottom: 2px solid #e7e7e7;
    border-top: 2px solid #e7e7e7;
    position: relative;
    top: 6rem;
}
#video_index .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#video_index .main h1 {
    font-size: 24px;
    color: #191919;
    height: 80px;
    line-height: 80px;
    font-weight: inherit;
    text-align: center;
}
#video_index .main ul li {
    float: left;
    width: 33%;
    height: 100px;
    position: relative;
}

#video_index .main ul li:nth-child(2){
    margin: 0 0;
}

#video_index .main ul li a img {
    width: 100%;
    height: 100px;
}
#video_index .main ul li p a {
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    right: 0;
}
#more_video {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 6rem;
    clear: both;
}
#more_video .main h1 {
    font-size: 24px;
    color: #191919;
    height: 80px;
    line-height: 80px;
    font-weight: inherit;
    text-align: center;
}
#more_video .main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

#more_video .main ul li {
    float: none;
    display: inline-block;
    width: 23%;
    height: 90px;
    border-radius: 50%;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #bcbcbc;
}
#more_video .main ul li a {
    display: block;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #343434;
}

#video_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 4rem;
}


#video_list .main ul li .video_list_box {
    width: 96%;
    height: 300px;
    margin-left: 0px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
#video_list .main ul li .video_list_box a img {
    width: 100%;
    height: 300px;
}
#video_list .main ul li .video_list_box a p {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    color: #ffffff;
    left: 0;
}

#zhaoxian_list {
    width: 100%;
    height: auto;
    margin: 50px auto;
    position: relative;
    top: 6rem;
}

#zhaoxian_list .zhaoxian_list_left {
    display: none;
}
#zhaoxian_list .zhaoxian_list_left ul li a {
    display: block;
    height: 39px;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    padding-left: 2px;
    border-bottom: 1px dashed #dddddd;
}

#zhaoxian_list .m_list_left{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;

}

#zhaoxian_list .m_list_left ul li {
    float: left;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-left: 2px;
}
#zhaoxian_list .m_list_left ul li a.actsou {
    background: #d20925;
    color: #fff;
}


#zhaoxian_list .m_list_left ul li a {
    display: block;
    height: 30px;
    width: 76px;
    line-height: 30px;
    font-size: 12px;
}
#zhaoxian_list .zhaoxian_list_right {
    display: inline-block;
    width: 99%;
    height: auto;
    margin-left: 1px;
    border-left: none;
    float: left;
    margin-bottom: 30px;
}



#zhaoxian_list .zhaoxian_list_right .main {
    width: 98%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
}




#zhaoxian_list .zhaoxian_list_right .main .tit h4 {
    display: inline-block;
    width: 100%;
    margin-left: 2px;
    font-size: 18px;
    color: #191919;
    font-weight: inherit;
}


.tit1 h3 {
    display: inline-block;
    width: 48%;
    margin-left: 2px;
    font-weight: inherit;
    color: #191919;
    font-size: 14px;
}

.bellows__content {
    padding: 10px;
    border: 1px solid #ecf0f1;
    font-size: 12px;
    color: #191919;
}

.upload {
    width: 140px;
    height: 40px;
    background: #d7072b;
    color: #ffffff;
    line-height: 40px;
    border: 0;
    text-align: center;
    font-size: 18px;

    margin: 40px auto;
    display: none;
}

#zhaoxian_list .zhaoxian_list_right .main span {
    margin-left: 1px;
    display: none;
}
#zhaoxian_list .zhaoxian_list_right .main img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
#zhaoxian_list .zhaoxian_list_right .main h2 {
    font-size: 14px;
    color: #191919;
    font-weight: inherit;
    display: block;
    text-align: center;
    margin: 30px auto;
    margin-left: 0;
    padding-bottom: 30px;
    vertical-align: super;
}

.wenzhangxiangqingimg {
    width: 640px;
    height: 180px;
    float: left;
    overflow: hidden;
}

.wenzhangxiangqinggywm {
    width: 180px;
    height: 232px;
    float: left;
    overflow: hidden;
}

.wenzhangxiangqingbiaozhun {
    width: 640px;
    height: 275px;
    float: left;
    overflow: hidden;
}