
.header {
    position: relative;
    z-index: 999;
}


.header_nav .container_1200{
    position: relative;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    padding-top: 30px;
    position: relative;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
}
.lang{
    padding-top: 38px;
}
.nav_list > li:nth-of-type(1){
    background: none;
}

.nav_list > li > a {
    display: inline-block;
    padding: 0 15px;
    transition: all .3s;
}

.nav_list > li > a > span {
    display: inline-block;
    float: left;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    transition: all .5s;

}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 11px;
    background: url("/public/static/images/home/zh-cn/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_list > li.active > a,
.nav_list > li.on > a{
    transition: all .3s;
}
.nav_list > li.active span,
.nav_list > li.on span{
    color: #063a76;
}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 10px;
    min-width: 185px;
    display: none;
    border: 1px solid #0c6fb3;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    z-index: 1;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct{
    min-width: 520px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct > li{
    width: 50%;
    float: left;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;.header_search_box.active
    width: 100%;
    line-height: 38px;
    text-align: left;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    white-space: nowrap;
    transition: all 0s;
}
.nav_normal .dropdown_menu li a:hover{
    color: #00428c;
    border-radius: 26px;
    border: 2px solid #00428c;
}

/*search*/
.header_search_box {
    position: absolute;
    right: 20px;
    bottom: -5px;
    width: 32px;
    height: 40px;
    overflow: hidden;;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.header_search_box.active{
    width: 260px;
    background: #063a76;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header_search_box img {
    position: absolute;
    top: 9px;
    right: 6px;
}

.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header_search_box .search_click.active img.open{
    opacity: 0;
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.header_search_box.active .search_form{
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info{
    width: 100%;
    padding-right: 32px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.search_form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

.h_search{
    position: relative;
    height: 73px;
}
.m_header {
    display: none;
}

/*footer*/
.footer_tip{
    background-color: #063a76;
    padding: 10px 0;
}
.footer_tip h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 10px;
}
.footer_tip .form .input{
    position: relative;
    margin-bottom: 20px;
}
.footer_tip .form .input input[type=text],
.footer_tip .form .input textarea{
    width: 100%;
    height: 40px;
    text-indent: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
}
.footer_tip .form .input textarea{
    resize: none;
    height: 70px;
    padding-top: 5px;
}
.footer_tip .form .input .tips{
    position: absolute;
    left: 0;
    top: 100%;
    line-height: 16px;
    font-size: 12px;
    background-color: #c00;
    color: #fff;
    text-align: center;
    width: 100%;
}
.footer_tip .form .input .btn{
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-size: 14px;
    width: 102px;
    height: 30px;
    border: 0;
    cursor: pointer;
}
.footerCon_box{
}
.fast_navigation{
    padding: 50px 0;
    background:  url(/public/static/images/home/zh-cn/footer_bg.png)#5b5b5b no-repeat right bottom  ;
    overflow: hidden;
}
.fast_navigation .items{
    overflow: hidden;
}
.fast_navigation .items .item{
    float: left;
    padding: 0 10px;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 25%;
}
.fast_navigation .items .item:nth-of-type(2){
    width: 33.33333333333333%;
    padding-left: 59px;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 16.666666666666664%;
    padding-left: 59px;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 25%;
}
.footer_logo{
    margin-bottom: 54px;
}
.footer_copyright p{
    font-size: 12px;
    color: #fff;
    line-height: 1.7;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 14px;
    color: #fff;
    line-height: 2.5em;
}
.fast_navigation ul li a:hover,
.fast_navigation ul li a.on{
    color: #457cba;
}
.fast_navigation .qrcode{
    padding-top: 20px;
}
.footer_copyright{
    overflow: hidden;
}
.follow_box{
    padding-top: 60px;
}
.follow_box a{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: 1px;
}
.follow_box a.a1{
    background: url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px 0 #3b5998;
}
.follow_box a.a2{
    background: url(/public/static/images/home/zh-cn/style123tiny.png) no-repeat -24px -320px #cd332d;
}
.follow_box p{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
}
.footer_copyright .container_1200{
    border-top: 1px solid #7c7a77;
    padding-top: 20px;
    padding-bottom: 20px;
}


.index_box1 .slick-prev{
    background: url(/public/static/images/home/zh-cn/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(/public/static/images/home/zh-cn/skin.png)no-repeat -150px 0;
}
.index_box1 .slick-dots li,
.index_box1  .slick-dots li.slick-active{
    background: #000;
    width: auto;
    height: auto;
    padding: 3px;
}
.index_box1 .slick-dots li button{
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding: 0;
}
.index_box1  .slick-dots li.slick-active button{
    background: #fff;
    border-radius: 50%;
    
}
.banner_slick img{
    width: 100%;
}

.easyzoom_box{
    display: none;
    text-align: center;
}
.easyzoom_box.on{
    display: block;
}
/*banner*/
a,strong,span{
    font-size: inherit;
    color: inherit;
}
.keyword_list{
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    border-color: rgba(165,165,165,0.7);
    clear: both;
}
.keyword_list a{
    padding: 0 12px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #ddd;
    border-radius: 50px;
    border-color: rgba(165,165,165,0.7);
    color: #545454;
    line-height: 1.8em;
    font-family: Arial;
}
.keyword_list a:hover{
    color: #1c4587;
}

.index_box2{
    padding-top: 60px;
    padding-bottom: 50px;
}
.index_box2 h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    padding-bottom: 23px;
    background: url(/public/static/images/home/zh-cn/1623_icon.jpg)no-repeat center bottom;
}
.index_box2 h4{
    padding-top: 24px;
    font-size: 14px;
    color: #555;
    line-height: 1em;
    text-align: center;
    margin-bottom: 40px;
}
.index_box2 .item .img{
    position: relative;
    overflow: hidden;
}
.index_box2 .item .img img{
    width: 100%;
}
.index_box2 .item .img a.tip{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    display: table;
    transform: translateY(100%);
    transition: all .3s;
}
.index_box2 .item .img:hover a.tip{
    transform: translateY(0);
}
.index_box2 .item .img a.tip .txt{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
    font-size: 14px;
    color: #fff;
}
.index_box2 .item p{
    font-size: 16px;
    color: #555;
    line-height: 1.7em;
    padding-top: 10px;
}
.index_box3 .items{
    overflow: hidden;
}
.index_box3 .items .item{
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}
.index_box3 .items .item .info{
    background-color: rgba(7, 57, 108, 0.82);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    transition: all .3s;
}
.index_box3 .items .item:hover .info{
    background-color: rgba(7, 57, 108, 0.52);
}
.index_box3 .items .item .info .txt{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.index_box3 .items .item .info .txt .t1{
    font-size: 34px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.index_box3 .items .item .info .txt p{
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.index_box3 .items .item .info .txt a.more{
    display: inline-block;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    width: 162px;
    text-align: center;
    background: url(/public/static/images/home/zh-cn/1655_btn.png)no-repeat center;
    margin-top: 35px;
}
.index_box3 .items .item img{
    width: 100%;
    display: block;
    line-height: 0;
    vertical-align: middle;
}

.index_box4{
    padding-top: 80px;
    padding-bottom: 75px;
    background: url(/public/static/images/home/zh-cn/1710_img.jpg)no-repeat fixed center;
    background-size: cover;
}
.index_box4 h3{
    font-size: 24px;
    color: #494242;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 20px;
}
.index_box4 p{
    font-size: 16px;
    color: #1f1c1d;
    line-height: 1.7;
}
.index_box4 a.more{
    display: inline-block;
    line-height: 42px;
    width: 162px;
    font-size: 16px;
    text-align: center;
    background: url(/public/static/images/home/zh-cn/1655_btn.png)no-repeat center;
    color: #fff;
    margin-top: 45px;
}

.index_box5{
    padding-top: 65px;
    padding-bottom: 55px;
    background: url(/public/static/images/home/zh-cn/1724_bg.jpg)no-repeat center 45px ;
}
.index_box5 .tip{
    border-bottom: 1px solid rgb(220, 220, 220);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.index_box5 .n_item .img img{
    transition: all .3s;
}
.index_box5 .n_item .img:hover img{
    transform: translateY(-10px);
}
.index_box5 .tip .t1{
    font-size: 18px;
    color: #494242;
    font-weight: bold;
    line-height: 1.7em;
}
.index_box5 .tip .t2{
    font-size: 14px;
    color: #494242;
    font-weight: bold;
    float: right;
}
.index_box5 .n_item{
    background: #fff;
}
.index_box5 .n_item .info{
    height: 111px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-top: 35px;
    padding-right: 28px;
    padding-bottom: 0;
    padding-left: 28px;
}
.index_box5 .n_item .info p{
    font-size: 14px;
    color: #464141;
    font-weight: bold;
    line-height: 1.7;
}
.index_box5 .n_item .more{
    border-bottom: 3px solid #e5e5e5;
}
.index_box5 .n_item .more a{
    display: inline-block;
    line-height: 44px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    color: #494545;
}

.index_box6{
    background-color: #eee;
    padding-top: 75px;
    padding-bottom: 70px;
}
.index_box6 h3{
    font-size: 18px;
    color: #494242;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    margin-bottom: 55px;
}
.tec_slick{
    padding: 0 25px;
}
.tec_slick .img img{
    margin: auto;
}
.tec_slick .slick-prev{
    width: 21px;
    height: 42px;
    background: url(/public/static/images/home/zh-cn/reset/buttonstyle.png)no-repeat left top;
}
.tec_slick .slick-next{
    width: 21px;
    height: 42px;
    background: url(/public/static/images/home/zh-cn/reset/buttonstyle.png)no-repeat right top;
}

.about_box1{
    text-align: center;
}
.about_info{
    padding-bottom: 40px;
}
.about_info .img{
    margin-bottom: 10px;
}
.about_info p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}
.video_info .col_box{
    padding: 10px 0;
}
.video_info p{
    font-size: 19px;
    color: #333;
    line-height: 1.8em;
}

.exh_box2 h3{
    font-size: 24px;
    color: #fff;
    line-height: 2em;
    text-align: center;
    background: url(/public/static/images/home/zh-cn/1011_icon.png)no-repeat center;
    margin-bottom: 10px;
}
.exh_box2 .img{
    width: 50%;
    float: left;
}
.exh_box2 .info{
    width: 50%;
    float: left;
    border-right: 8px solid #3e7bc9;
    border-top: 8px solid #3e7bc9;
    border-bottom: 8px solid #3e7bc9;
    margin-top: 25px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.exh_box2 p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}
.exh_box2 .item{
    margin-bottom: 30px;
}
.exh_box2 .item .row{
    margin: 0;
}
.exh_box2{
    padding-top: 10px;
    padding-bottom: 30px;
}

.exh_detail2{
    padding-top: 30px;
    padding-bottom: 200px;
}
.exh_detail2 h1{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
}
.exh_detail2 ul li{
    width: 25%;
    padding-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.contact_box1{
    text-align: center;
}
.contact_info h1{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
}
.contact_info p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}

.contact_form h3{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
}
.contact_form .tip{
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}
.contact_form .tip em{
    color: red;
    margin-right: 5px;
    vertical-align: middle;
}
.contact_form .input{
    position: relative;
    margin-bottom: 10px;
}
.contact_form .input input[type=text],
.contact_form .input textarea{
    text-indent: 6px;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    border-radius: 4px;
}
.product_content{
    overflow: hidden;
}
.contact_form .input textarea{
    resize: none;
    padding-top: 5px;
    height: 90px;
}
.contact_form .input .btn{
    background-color: #337ab7;
    color: #fff;
    height: 32px;
    padding: 0 30px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    border: 0;
}
.contact_form .input .btn:hover{
    background-color: #286090;
}
.contact_info .map{
    position: relative;
    height: 400px;
    margin-top: 30px;
}
.contact_info .map iframe{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.contact_tip{
    background-color: #eee;
    margin-top: 30px;
}
.contact_tip img{
    width: 100%;
}
.contact_tip .tip{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.contact_tip .tip p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}
@media (max-width: 1220px){
    .nav_list > li > a{
        padding: 0 6px;
    }
}
@media (max-width: 992px){
    .logo_box{
        padding: 10px 0;
    }
    .index_box2 .item{
        margin-bottom: 20px;
    }
    .index_box3 .items .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .index_box4{
        padding: 40px 0;
    }
    .index_box5 .tip .t2{
        float: none;
    }
    .index_box5 .n_item{
        margin-bottom: 30px;
    }
    .fast_navigation .items .item:nth-of-type(2),.fast_navigation .items .item:nth-of-type(3){
        display: none;
    }
    .fast_navigation .items .item{
        width: 100% !important;
    }
    #szgs_stat_icon_41895{
        padding-bottom: 50px;
        display: block;
    }
    .product_box .submenu_wrap h2, .news_box .submenu_wrap h2{
        margin-bottom: 30px;
    }
    .index_box3 .items .item .info .txt .t1{
        font-size: 20px;
    }
    .index_box3 .items .item .info .txt p{
        font-size: 12px;
    }
    .index_box3 .items .item .info .txt a.more{
        margin-top: 10px;
        line-height: 30px;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
 
    .header {
        display: none;
    }
    .lang{
        position: absolute;
        right: 10px;
        top: 14px;
        padding-top: 0;
    }

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        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 45px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 3px;
        width: 45px;
        background: #666;
        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: #fff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list > li a span {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 16px;
        color: #5e6063;
    }

    .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: 40px;
        height: 36px;
        background: #000;
        top: 0px;
        right: 10px;
        background: url("/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat 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;
        color: #5e6063;
        line-height: 30px;
        padding: 0 30px;
    }
    .product_img_box{
        position: relative;
    }
    .product_img_slick_box{
        position: static;
    }
    .related_pro .item .img{
        display: block;
    }
    .related_pro .item .img img{
        margin: auto;
    }
}
@media (max-width: 767px) {
    .footer_fixed_form{
        display: none;
    }
    .fancybox-close{
        right: 0;
        top: -40px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .footer_copyright .text{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        line-height: 1.4;
    }
    .exh_box2 .img{
        width: 100%;
    }
    .exh_box2 .info{
        width: 100%;
        border-left: 8px solid #3e7bc9;
    }
    .exh_detail2 ul li{
        width: 50%;
    }
}
@media (max-width: 640px){

}
@media (max-width: 580px){

}
@media (max-width: 480px) {
    .news_box .news_img img{
        width: 100%;
        height: auto;
    }
}