.no_padding{
    padding: 0;
}

.header {
    position: relative;
    z-index: 999;
}

.header_top{
    background: #123045;
}
.header_top .text{
    float: left;
}
.header_top .text a{
    font-size: 14px;
    color: #8694a7;
    line-height: 36px;
    padding-left: 20px;
    background: url("/public/static/images/home/ru/header_email.png") no-repeat left center;
}
.header_top .text a:hover{
    color: #3c8abc;
}
.header_top .header_search{
    float: right;
    width: 300px;
    height: 36px;
    margin-right: 60px;
    border-right: 1px solid #385165;
    border-left: 1px solid #385165;
    position: relative;
    padding-right: 40px;
}
.header_top .header_search input[type="text"]{
    width: 100%;
    height: 36px;
    padding: 0 10px;
    background: none;
    border: 0;
    font-size: 14px;
    color: #8694a7;
}
.header_top .header_search input[type="submit"]{
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    border: 0;
    background: url("/public/static/images/home/ru/header_search.png") no-repeat center center;
    cursor: pointer;
}
.header_top .language{
    float: right;
    position: relative;
    width: 100px;
    line-height: 28px;
    margin-left: 20px;
    text-align: center;
    z-index: 1000;
    margin-top: 3px;
}
.header_top .language:before{
    width: 35px;
    height: 34px;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -17px;
    background: url("/public/static/images/home/ru/lang.png") no-repeat center center;
}
.header_top .language a{
    height: 100%;
    width: 100%;
    display: block;
    padding: 0;
}
.header_top .language span{
    color: #f0f0f0;
    line-height: 28px;
    font-size: 14px;
    padding-right: 30px;
}
.header_top .language_box{
    position: absolute;
    width: 110px;
    height: auto;
    display: none;
    background: #123045;
    z-index: 1000;
}
.header_top .language_box a{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    padding-left: 12px;
}
.header_top .language_box a:nth-of-type(1){
    border-top: 0;
}
.header_top .language_box a:hover{
    background: #999;
}
/*logo*/
.header .logo_box .logo{
    width: 100px;
    float: left;
    display: block;
    font-size: 0;
    line-height: 0;
}
.header .logo_box .text{
    width: 200px;
    float: left;
    padding: 13px 0 0 10px;
}
.header .logo_box .text p{
    color: #19283c;
    font-weight: 300;
    line-height: 1.3em;
}

.header_right {
    text-align: right;
}

.nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

.nav_list > li > a {
    display: block;
    padding: 0 15px;
}

.nav_list > li > a > span {
    display: block;
    padding: 42px 0;
    line-height: 1;
    font-family: Fjalla One;
    font-size: 18px;
    color: #0c0c0c;
    transition: all .5s;
}

.nav_list > li.active > a > span,
.nav_list > li.on > a > span{
    color: #3c8abc;
}

.nav_list > li > a > i {
    position: absolute;
    width: 24px;
    height: 24px;
    right: -8px;
    top: 50%;
    margin-top: -12px;
    background: url("/public/static/images/home/ru/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 315px;
    display: none;
    z-index: 1;
    background: #0c6fb3;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 35px;
    text-align: left;
    padding-left: 25px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #0089d1;
}

.header_addedNav{
    padding: 20px 0;
    background: #3c8abc;
}
.header_addedNav li{
    float: left;
    margin-right: 60px;
}
.header_addedNav li:last-child{
    margin-left: 0;
}
.header_addedNav li a{
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
}
.header_addedNav li a:hover{
    text-decoration: underline;
}

.m_header {
    display: none;
}



.footer_box{
    background: #123045;
}

.footer_box .fast_navigation .text{
    min-height: 540px;
    padding-top: 70px;
    padding-bottom: 40px;
    background: url("/public/static/images/home/ru/line.png") repeat-y left center;
}
.footer_box .fast_navigation .text.pl100{
    padding-left: 100px;
}
.footer_box .fast_navigation .text.pl60{
    padding-left: 60px;
}
.footer_box .fast_navigation .col_lg_4 .text{
    background: none;
}
.footer_box .fast_navigation h2{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8em;
    font-family: Fjalla One;
    padding-bottom: 30px;
}
.footer_box .fast_navigation .text li a{
    font-family: Fjalla One;
    font-size: 15px;
    color: #8694a7;
    line-height: 1.6em;
}
.footer_box .fast_navigation .text .footer_info li a:hover,
.footer_box .fast_navigation .text li a:hover{
    color: #3c8abc;
    text-decoration: underline;
}
.footer_box .fast_navigation .text .footer_info li{
    margin-bottom: 10px;
    font-family: Fjalla One;
    font-size: 15px;
    color: #8694a7;
    line-height: 1.4;
}
.footer_box .fast_navigation .text .footer_info li a{
    font-family: Fjalla One;
    font-size: 15px;
    color: #8694a7;
}
.footer_box .fast_navigation .footer_form .t{
    margin-bottom: 20px;
}
.footer_box .fast_navigation .footer_form h2{
    line-height: 1.2;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.footer_box .fast_navigation .footer_form p{
    font-family: Fjalla One;
    font-size: 14px;
    color: #8694a7;
}
.footer_box .fast_navigation .footer_form .info{
    position: relative;
    margin-bottom: 10px;
}
.footer_box .fast_navigation .footer_form .label_control{
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 40px;
}
.footer_box .fast_navigation .footer_form .tips{
    display: block;
    clear: both;
    color: #ff0000;
    line-height: 22px;
}
.footer_box .fast_navigation .footer_form input[type="text"]{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    background: #ffffff;
    color: #000000;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.footer_box .fast_navigation .footer_form textarea{
    width: 100%;
    height: 90px;
    background: #ffffff;
    color: #000000;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
}
.footer_box .fast_navigation .footer_form input[type="submit"]{
    display: block;
    margin-top: 25px;
    width: 100%;
    padding: 0 5px;
    height: 40px;
    background: #3c8abc;
    color: #ffffff;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
}
.footer_box .fast_navigation .footer_form input[type="submit"]:hover{
    background: #2e6da4;
    transition: all .3s;
}

.footer_box .f_follow_service{
    margin-top: 40px;
    overflow: hidden;
}

.footer_copyright{
    border-top: 1px solid #304A5E;
}
.footer_copyright .con_Lbox{
    float: left;
}
.footer_copyright .con_Lbox .img{
    width: 80px;
    float: left;
}
.footer_copyright .con_Lbox .t{
    width: 280px;
    padding-top: 25px;
    margin-left: 100px;
}
.footer_copyright .con_Lbox .t p{
    color: #8694a7;
    line-height: 1.3em;
    font-size: 14px;
}
.footer_copyright .con_Rbox{
    float: right;
    padding-top: 30px;
}
.footer_copyright .con_Rbox p,
.footer_copyright .con_Rbox p a{
    color: #8694a7;
    font-size: 14px;
}
.footer_copyright .con_Rbox p a:hover{
    color: #3492c3;
}

.site_map{
    margin-left: 10px;
}

.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("/public/static/images/home/ru/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}

.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}

.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}

.ind_box1{
    padding-top: 75px;
}
.ind_box1 .col_box{
    height: 180px;
    margin-bottom: 20px;
}
.ind_box1 .con_text{
    padding-right: 30px;
}
.ind_box1 .con_text h2{
    font-size: 36px;
    color: #19283c;
    font-weight: bold;
    line-height: 1.8em;
    font-family: Fjalla One;
    margin-bottom: 10px;
    background: url("/public/static/images/home/ru/ind_bj1.png") no-repeat bottom left;
}
.ind_box1 .con_text p{
    color: #777;
    line-height: 1.3em;
}
.ind_box1 .con_text a{
    font-size: 14px;
    line-height: 25px;
    color: #3c8abc;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}
.ind_box1 .con_box{
    text-align: center;
    border: 1px solid #e5e5e5;
    transition: all .3s;
}
.ind_box1 .img_box{
    position: relative;
    line-height: 0;
    margin-bottom: 10px;
}
.ind_box1 .img_box img:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
}
.ind_box1 span{
    display: block;
    color: #090909;
    font-weight: bold;
    padding: 0 0px;
    transition: all .3s;
}
.ind_box1 .con_box:hover{
    background: #123045;
    transition: all .3s;
}
.ind_box1 .con_box:hover span{
    color: #ffffff;
    transition: all .3s;
}
.ind_box1 .con_box:hover img:nth-of-type(2){
    opacity: 1;
    transition: all .3s;
}

.index_box2{
}
.ind_product_click {
    padding: 90px 0 18px;
    margin-bottom: 35px;
    border-bottom: 3px solid #ccc;
}
.ind_product_click ul{
    text-align: center;
    overflow: hidden;
}
.ind_product_click ul li{
    display: inline-block;
    vertical-align: top;
    line-height: 55px;
    min-width: 196px;
    cursor: pointer;
    padding: 0 10px;
    font-family: Fjalla One;
    font-size: 18px;
    color: #19283c;
    background: #e5e5e5;
    margin: 0 8px;
}
.ind_product_click ul li:hover,
.ind_product_click ul li.on{
    background: #123045;
    color: #53b5f5;
}

.ind_product_slick{
    height: 0;
    padding: 0 25px;
    overflow: hidden;
}
.ind_product_slick.on{
    height: auto;
    padding-bottom: 55px;
}
.ind_product_slick .slick-prev,
.ind_product_slick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("/public/static/images/home/ru/reset/buttonstyle.png") no-repeat;
}
.ind_product_slick .slick-prev{
    background-position: left top;
}
.ind_product_slick .slick-next{
    background-position: right top;
}
.ind_product_slick .slick-dots{
    bottom: 10px;
}
.ind_product_slick .slick-dots li{
    background: #869791;
}
.ind_product_slick .slick-dots li.slick-active{
    background-color: rgba(255,255,255,0);
    border: 2px solid #869791;
}

.ind_product_slick .slick_first{
    margin: 0 10px;
    background: #ffffff;
}
.ind_product_slick .slick_first .img{
    line-height: 0;
}
.ind_product_slick .slick_first .img img{
    width: 100%;
}
.ind_product_slick .slick_first .text h2 a{
    font-size: 14px;
    color: #545454;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    line-height: 1.7em;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ind_product_slick .slick_first .text h2 a:hover{
    color: #3492c3;
}
.ind_product_slick .slick_first .text .t{
    height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.ind_product_slick .slick_first .text p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7em;
}
.ind_box3{
    background: #f1f4fa;
}
.ind_box3 .title{
    text-align: center;
    padding: 55px 10px 40px;
}
.ind_box3 .title h2{
    font-size: 36px;
    color: #19283c;
    font-weight: bold;
    line-height: 1.2em;
    font-family: Fjalla One;
}
.ind_box3 .title span{
    font-family: Fjalla One;
    font-size: 18px;
    color: #19283c;
    font-weight: bold;
    line-height: 1.2em;
}
.ind_box3 .item_box .item{
    width: 16.6666%;
    float: left;
    line-height: 0;
}
.ind_box3 .t{
    text-align: center;
    background: #ffffff;
}
.ind_box3 .t a{
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background-color: #123045;
    border: 1px solid #123045;
    color: #fff;
    display: inline-block;
}
.ind_box3 .t a:hover{
    background: #ffffff;
    color: #123045;
}

.ind_box4{
    padding: 120px 0 70px;
}
.ind_box4 .title h2{
    text-align: center;
    padding-bottom: 40px;
    font-size: 36px;
    color: #19283c;
    font-weight: bold;
    line-height: 1em;
    font-family: Fjalla One;
}
.ind_box4 .ind_video{
    overflow: hidden;
}
.ind_box4 .ind_video img{
    width: 100%;
}
.ind_box4 .ind_video:hover picture img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ind_box4 .text{
    padding: 20px 0 5px;
    text-align: center;
}
.ind_box4 .text h3{
    font-size: 17px;
    color: #19283c;
    font-weight: bold;
    line-height: 1.8em;
    font-family: Fjalla One;
}
.ind_box4 .text p{
    font-size: 18px;
    color: #777777;
    line-height: 1.3em;
    font-family: times new roman,times,serif;
}
.ind_box4 .t{
    text-align: center;
    background: #ffffff;
}
.ind_box4 .t a{
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background-color: #123045;
    border: 1px solid #123045;
    color: #fff;
    display: inline-block;
}
.ind_box4 .t a:hover{
    background: #ffffff;
    color: #123045;
}

.product_banner{
    line-height: 0;
    text-align: center;
}

.products_list_box h1{
    background: #f0f0f0;
    margin-bottom: 15px;
}
.products_list_box h1 a{
    display: block;
    color: #222;
    padding: 0 15px;
    line-height: 38px;
    font-size: 20px;
}
.products_list_box h1 a:hover{
    color: #3c8abc;
}

.contact_banner{
    line-height: 0;
    text-align: center;
}
.contact_box1{
    text-align: center;
}
.contact_box1 .title{
    padding: 40px 0;
}
.contact_box1 .title h1{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    margin-bottom: 5px;
}
.contact_box1 .title p{
    color: #777;
    line-height: 1.7em;
}
.contact_box1 .item{
    width: 33.3%;
    min-height: 170px;
    float: left;
    padding: 10px 40px;
    position: relative;
}
.contact_box1 .item:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 170px;
    background: #e3e5e8;
    left: 0;
    top: 0;
}
.contact_box1 .item:nth-of-type(1):before{
    background: none;
}
.contact_box1 .item .img{
    margin-bottom: 20px;
}
.contact_box1 .item p,
.contact_box1 .item a{
    color: #7b838b;
    line-height: 1.4em;
}
.contact_box1 .item a:hover{
    color: #3c8abc;
}
.contact_box2{
    margin: 40px 0 60px;
}
.contact_box2 .con_box{
    background: #f4f7f9;
    overflow: hidden;
}
.contact_box2 .google_map{
    width: 50%;
    float: right;
}
.contact_box2 #google_map{
    width: 100%;
    height: 450px;
}
.contact_box2 .contact_form{
    width: 50%;
    float: right;
    padding: 20px 60px 0;
}
.contact_box2 .contact_form h2{
    font-size: 30px;
    color: #393a3b;
    line-height: 1.8em;
    font-family: Fjalla One;
    margin-bottom: 10px;
}
.contact_box2 .contact_form .info{
    position: relative;
    margin-bottom: 10px;
}
.contact_box2 .contact_form .label_control{
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 40px;
    color: #555555;
}
.contact_box2 .contact_form .tips{
    position: absolute;
    top: 0;
    right: 5px;
    color: #ff0000;
    line-height: 40px;
}
.contact_box2 .contact_form input[type="text"]{
    width: 100%;
    height: 40px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 5px;
    background: none;
    border-bottom: 1px solid #cccccc;
}
.contact_box2 .contact_form textarea{
    width: 100%;
    height: 90px;
    resize: none;
    background: none;
    padding: 10px 5px;
    border: 1px solid #cccccc;
}
.contact_box2 .contact_form input[type="submit"]{
    display: block;
    margin-top: 25px;
    background: #3c8abc;
    color: #fff;
    font-size: 14px;
    width: 102px;
    height: 30px;
    border: 0;
    cursor: pointer;
}


.about_banner{
    line-height: 0;
    text-align: center;
}
.about_box{
    padding: 30px 0;
}
.about_box .con_menu h2,
.about_box .con_contact h2{
    font-size: 26px;
    color: #0c0c0c;
    font-weight: bold;
    line-height: 1em;
    font-family: Fjalla One;
    padding-left: 16px;
    border-left: 4px solid #3c8abc;
    margin-bottom: 18px;
}
.about_box .con_menu ul{
    overflow: hidden;
    border: 1px solid #d9d9da;
    padding: 15px 0 20px 15px;
    margin-bottom: 30px;
}
.about_box .con_menu ul li{
    padding-left: 10px;
    position: relative;
}
.about_box .con_menu ul li:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    left: 0;
    top: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #666;
}
.about_box .con_menu ul li a{
    color: #666;
    line-height: 2em;
    display: block;
}
.about_box .con_menu ul li.on a,
.about_box .con_menu ul li a:hover{
    color: #457cba;
}

.about_box .con_contact .con_box{
    border: 1px solid #d9d9da;
}
.about_box .con_contact .img img{
    width: 100%;
}
.about_box .con_contact .text{
    padding: 20px 10px 20px 25px;
}
.about_box .con_contact .text .t{
    position: relative;
}
.about_box .con_contact .text .t:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 8px;
    background: url("/public/static/images/home/ru/con_contact.jpg") no-repeat center center;
    left: -10px;
    top: 7px;
}
.about_box .con_contact .text .t,
.about_box .con_contact .text .t a{
    color: #7a7c7d;
    line-height: 1.7em;
}
.about_box .con_contact .text .t a:hover{
    color: #3c8abc;
}
.about_box .con_contact .text .t1{
    padding-left: 26px;
}
.about_box .con_contact .text .t1:before{
    display: none;
}

.whyChooseUs h1,
.about_con h1{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    margin-bottom: 10px;
}
.whyChooseUs .text p,
.about_con .text p{
    color: #777;
    line-height: 1.7em;
}
.about_con .text{
    margin-bottom: 20px;
}
.about_con .con2{
    padding-top: 56.2%;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.about_con .con2 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about_con .con3 .item h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    margin-bottom: 10px;
}
.about_con .con3 .item p{
    color: #777;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.companyCulture_con .item{
    margin-bottom: 30px;
}
.companyCulture_con .item h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    margin-bottom: 10px;
}
.companyCulture_con .item p{
    color: #777;
    line-height: 1.7em;
}

.team_con .text{
    margin-bottom: 30px;
}
.team_con .text h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    margin-bottom: 10px;
}
.team_con .text p{
    color: #777;
    line-height: 1.7em;
}
.team_con .img{
    line-height: 0;
}

.exhibition_con h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    margin-bottom: 10px;
}
.exhibition_con .item{
    width: 25%;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.certificate_con{
    padding-top: 44px;
}
.certificate_con .item{
    width: 33.33%;
    float: left;
    padding-right: 10px;
}

.customer_con .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.customer_con .item .img{
    line-height: 0;
    text-align: center;
}
.customer_con .item span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #545454;
    line-height: 1.7em;
}

.video_con{
    overflow: hidden;
    padding-top: 44px;
    padding-left: 100px;
}
.video_con .item{
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.video_con .video_por{
    position: relative;
    padding-top: 56.2%;
    width: 100%;
}
.video_con .video_por iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_con .item span{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    text-align: center;
}

.factory_con .item{
    width: 25%;
    float: left;
    padding-right: 10px;
    line-height: 0;
    margin-bottom: 10px;
}

.faq_con .item{
    margin-bottom: 15px;
}
.faq_con .item .title a{
    font-size: 16px;
    font-weight: bold;
    color: #545454;
    line-height: 1.7em;
}
.faq_con .item .title a:hover{
    color: #3c8abc;
}
.faq_con .item .text p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7em;
}

.faqDet_con .title h2{
    line-height: 1.4em;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.faqDet_con .text{
    margin-bottom: 40px;
}
.faqDet_con .text p{
    font-family: Calibri;
    font-size: 18px;
    color: #000000;
}
.faqDet_con .faqPage li{
    width: 45%;
    float: left;
    padding: 5px 14px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.faqDet_con .faqPage li:nth-of-type(2){
    float: right;
}
.faqDet_con .faqPage li a{
    color: #545454;
    line-height: 1.7em;
    display: block;
}
.faqDet_con .faqPage li:hover{
    background: #eeeeee;
}
.faqDet_con .faqPage li:hover a{
    color: #3c8abc;
}

.solution_banner{
    line-height: 0;
    text-align: center;
}

.solution_box{
    margin-top: 40px;
    padding-bottom: 30px;
}
.solution_box .title h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    padding-bottom: 15px;
    font-family: Fjalla One;
}
.solution_box .text p{
    color: #777;
    line-height: 1.7em;
}

.solution_box1 .solutionImg_click{
    width: 300px;
    float: left;
}
.solution_box1 .solutionImg_click .item{
    height: 132px;
    line-height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
}
.solution_box1 .solutionImg_click .item.on,
.solution_box1 .solutionImg_click .item.slick-current{
    border-color: #0079c3;
}
.solution_box1 .solutionImg_click .item img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.solution_box1 .solutionImg_click .item.on img,
.solution_box1 .solutionImg_click .item.slick-current img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.solution_box1 .solutionImg_switch{
    float: right;
}
.solution_box1 .solutionImg_switch .item{
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.solution_box1 .solutionImg_switch .item.on{
    height: auto;
}

.solution_box2{
    padding: 30px 0 60px;
    border-top: 1px solid #e5e5e5;
}
.solution_box2 .text{
    width: 580px;
    margin: auto;
    text-align: center;
}
.solution_box2 .text h2{
    font-size: 40px;
    color: #0c0c0c;
    font-family: Fjalla One;
    line-height: 1.8em;
}
.solution_box2 .text p{
    color: #777;
    line-height: 1.7em;
}
.solution_box2 .text a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background: #3c8abc;
    color: #fff;
    border-radius: 6px;
    margin-top: 30px;
}
.solution_box2 .text a:hover{
    background: #123045;
}

.solution_slick_box{
    padding: 50px 0 40px;
}
.solution_slick_box .title h2{
    font-size: 22px;
    color: #0c0c0c;
    font-family: Fjalla One;
    line-height: 1.8em;
    padding-bottom: 20px;
}
.solution_slick_box .solution_slick{
    padding-bottom: 30px;
}
.solution_slick_box .solution_slick .slick-dots{
    bottom: 0;
}
.solution_slick_box .solution_slick .slick-dots li{
    background: #C3CBC8;
}
.solution_slick_box .solution_slick .slick-dots li.slick-active{
    background: #9EACA7;
    border: 0;
}
.solution_slick_box .solution_slick .slick_first{
    margin: 0 10px;
}
.solution_slick_box .solution_slick .slick_first > a{
    display: block;
    margin-top: 5px;
    color: #545454;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.solution_slick_box .solution_slick .slick_first > a:hover{
    color: #3c8abc;
}

.DigitalOperationRoom_box1{
    padding-top: 40px;
    padding-bottom: 30px;
}
.DigitalOperationRoom_box1 .text p{
    color: #777;
    line-height: 1.7em;
}

.DigitalOperationRoom_box2{
    padding-bottom: 70px;
}
.DigitalOperationRoom_box2 .title h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    padding-bottom: 20px;
}
.DigitalOperationRoom_box2 .text h3{
    font-size: 20px;
    color: #fff;
    background: #3c8abc;
    line-height: 1.7em;
    padding: 10px 0 10px 30px;
    margin-bottom: 14px;
}
.DigitalOperationRoom_box2 .text .t{
    background: #f2f5f7;
    padding: 12px 0 12px 30px;
    margin-bottom: 1px;
}
.DigitalOperationRoom_box2 .text .t:nth-of-type(2n){
    background: #dadcdd;
}
.DigitalOperationRoom_box2 .text .t p{
    font-size: 16px;
    color: #777;
    line-height: 1.7em;
}

.CSSDCenter_box1{
    padding-top: 50px;
    padding-bottom: 40px;
}
.CSSDCenter_box1 .item{
    padding-bottom: 30px;
}
.CSSDCenter_box1 .item h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    padding-bottom: 15px;
}
.CSSDCenter_box1 .item p{
    color: #777;
    line-height: 1.7em;
}

.IcuWard_box1{
    padding-top: 50px;
}
.IcuWard_box1 .text{
    padding-bottom: 30px;
}
.IcuWard_box1 .text h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    padding-bottom: 20px;
}
.IcuWard_box1 .text p{
    color: #777;
    line-height: 1.7em;
}
.IcuWard_box1 .con_box{
    padding-bottom: 50px;
}
.IcuWard_box1 .con_box h3{
    position: relative;
    font-family: Arial;
    font-size: 14px;
    color: #393939;
    line-height: 1.8em;
    cursor: pointer;
    padding: 4px 0 4px 14px;
    background: #f2f5f7;
}
.IcuWard_box1 .con_box h3:before{
    position: absolute;
    content: '+';
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    right: 10px;
    top: 8px;
    color: #ffffff;
    background: #3C8ABC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.IcuWard_box1 .con_box h3.on:before{
    content: '-';
    line-height: 16px;
}
.IcuWard_box1 .con_box .t{
    padding-top: 20px;
    padding-left: 14px;
    display: none;
}
.IcuWard_box1 .con_box .t p{
    color: #777777;
    line-height: 1.7em;
}

.IcuWard_box2 .item{
    overflow: hidden;
    padding-top: 30px;
}
.IcuWard_box2 .item:nth-of-type(1){
    padding-top: 0;
}
.IcuWard_box2 .item h2{
    font-size: 22px;
    color: #0c0c0c;
    line-height: 1.8em;
    font-family: Fjalla One;
    padding-bottom: 15px;
}
.IcuWard_box2 .item p{
    color: #777777;
    line-height: 1.7em;
}


@media (max-width: 1220px) {
    .header .logo_box .text{
        display: none;
    }
    .nav_list > li > a{
        padding: 0 15px;
    }
    .header_addedNav{
        padding: 10px 0;
    }
    .header_addedNav li{
        margin-left: 0;
        margin-right: 40px;
        padding: 5px 0;
    }
    .ind_box1 .con_text{
        padding-right: 0;
    }

    .solution_box1 .solutionImg_switch{
        width: 100%;
        margin-left: 0;
        float: left;
        text-align: center;
    }
    .solution_box1 .solutionImg_click{
        width: 100%;
    }
    .solution_box1 .solutionImg_click .item_box{
        text-align: center;
        margin-top: 10px;
    }
    .solution_box1 .solutionImg_click .item{
        width: 170px;
        height: auto;
        margin: 0 3px;
        display: inline-block;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid #f0f0f0;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 59px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    /*移动端菜单按钮*/
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #3c8abc;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 15px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("/public/static/images/home/ru/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        font-size: 14px;
        padding-left: 30px;
    }

    .m_lang {
        margin-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }
    .m_lang > a{
        display: inline-block !important;
        width: auto !important;
        float: left;
        color: #fff;
        vertical-align: top;
        margin-right: 5px;
        height: 30px !important;
        line-height: 30px !important;
        border: 1px solid rgba(255,255,255,0);
    }
    .m_lang > a.on{
        border: 1px solid #000000;
    }
    .header_addedNav{
        display: none;
    }

    .fast_navigation{
        padding-bottom: 40px;
    }
    .fast_navigation .col_sm_1{
        display: none;
    }
    .footer_box .fast_navigation .text{
        padding-bottom: 0;
        padding-top: 50px;
        background: none;
    }
    .footer_box .fast_navigation .text.pl100,
    .footer_box .fast_navigation .text.pl60{
        padding-left: 0;
        min-height: 0;
    }
    .footer_copyright .con_Lbox{
        width: 100%;
        float: none;
        padding-top: 10px;
    }
    .footer_copyright .con_Lbox .img,
    .footer_copyright .con_Lbox .t,
    .footer_copyright .con_Rbox{
        width: 100%;
        text-align: center;
        float: none;
        margin: 0;
        padding-top: 0;
    }
    .footer_copyright .con_Rbox{
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .banner_slick .slick-prev, .banner_slick .slick-next{
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .ind_box1 .col_lg_8{
        width: 100%;
    }
    .ind_box1 .col_lg_8 .col_box{
        height: auto;
    }
    .ind_box1 .col_lg_4{
        width: 20%;
    }
    .ind_box3 .item_box .item{
        width: 25%;
    }
    .ind_box4{
        padding-top: 70px;
    }
    .ind_box4 .col_lg_8{
        width: 100%;
        margin-bottom: 30px;
    }

    .about_box .con_contact{
        display: none;
    }
    .about_box .con_menu ul{
        display: none;
    }
    .about_box .con_menu h2{
        position: relative;
    }
    .about_box .con_menu h2:before{
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        right: 0;
        top: 50%;
        margin-top: -10px;
        background: url("/public/static/images/home/ru/down.png") no-repeat center center;
        transition: all .3s;
    }
    .about_box .con_menu h2.on:before{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all .3s;
    }
    .video_con{
        padding-left: 0;
        text-align: center;
    }

    .DigitalOperationRoom_box2 .col_lg_8{
        width: 100%;
    }

    .contact_box1 .item{
        width: 100%;
        min-height: 1px;
    }
    .contact_box1 .item:before{
        display: none;
    }
}

@media (max-width: 767px) {
    body{
        padding-bottom: 48px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .Fast_contact{
        height: 48px;
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
    }
    .Fast_contact ul li.onlineservice_li{
        width: 33.33%;
        float: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .onlineservice_tips{
        bottom: 55px;
        top: auto;
        right: auto;
        left: 0;
        margin: auto;
    }
    .Fast_contact ul li.onlineservice_li:nth-of-type(5) .onlineservice_tips{
        left: auto;
        right: 0;
    }
    .onlineservice_tips:after{
        display: none;
    }
    .onlineservice_tips li a.for_wechat img{
        max-width: 135px;
    }
    .ind_box1 .col_lg_8{
        width: 66.66667%;
    }
    .ind_box1 .col_lg_4{
        width: 33.33%;
    }
    .ind_box3 .item_box .item{
        width: 33.33%;
    }

    .exhibition_con .item,
    .factory_con .item{
        width: 33.33%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .solution_box1 .solutionImg_click .item_box{
        padding: 0 30px;
    }
    .solution_box1 .solutionImg_click .item_box .slick-prev,
    .solution_box1 .solutionImg_click .item_box .slick-next{
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: url("/public/static/images/home/ru/down.png") no-repeat center center;
    }
    .solution_box1 .solutionImg_click .item_box .slick-prev{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .solution_box1 .solutionImg_click .item_box .slick-next{
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .solution_box1 .solutionImg_switch .item{
        height: auto;
    }
    .IcuWard_box1{
        margin-bottom: 30px;
    }
    .IcuWard_box1 .col_lg_12{
        width: 100%;
    }
    .IcuWard_box1 .con_box{
        padding-bottom: 20px;
    }
    .contact_box2 .contact_form,
    .contact_box2 .google_map{
        width: 100%;
        float: left;
    }
}

@media (max-width: 640px) {
    .product_img_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .pro_B_img{
        height: auto;
    }
    .pro_S_img{
        display: none;
    }
    .parameter_box{
        width: 100%;
        float: left;
        margin-left: 0;
        padding: 10px 20px 0;
    }
    .video_con .item{
        width: 100%;
    }
    .news_box .news_text{
        padding-right: 0;
    }
    .news_box .news_text .news_time_box{
        display: none;
    }
    .solution_box2 .text{
        width: 100%;
    }
}
@media (max-width: 560px) {
    .ind_box1 .con_text h2,
    .ind_box3 .title h2,
    .ind_box4 .title h2,
    .solution_box2 .text h2,
    .contact_box2 .contact_form h2{
        font-size: 28px;
    }
    .ind_box1{
        padding-top: 50px;
    }
    .ind_box1 .col_lg_8{
        width: 100%;
    }
    .ind_box1 .col_lg_4{
        width: 50%;
    }
    .ind_product_click{
        padding-top: 70px;
    }
    .exhibition_con .item,
    .factory_con .item{
        width: 50%;
    }
    .certificate_con .item{
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .customer_con .item{
        width: 50%;
        padding: 0 5px;
    }

    .DigitalOperationRoom_box2 .text h3,
    .DigitalOperationRoom_box2 .text .t{
        padding: 10px 20px;
    }
    .contact_box2 .contact_form{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
}
@media (max-width: 480px){
    .ind_box1 .col_lg_4{
        width: 100%;
    }
}

#copyInput{
    width: 50px;
    height: 0;
    border: 0;
    background: none;
}
.banner{
    width: 2000px;
    margin: auto;
}
@media (max-width: 2000px) {
    .banner{
        width: 100%;
    }
}