
.header {
    position: relative;
    z-index: 999;
    box-shadow: 0px 5px 5px rgb(232, 232, 232);
    margin-bottom: 5px;
}
.header_top{
    background: #301e88;
    padding: 10px 0;
}
p{
    line-height: 1.7em;
}
.header_top p{
    font-size: 13px;
    color: #fff;
}
.lang .lost{
    position: relative;
    background: #301e88;
}
.lang .lost > span{
    padding: 2px 23px 6px 10px;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    background: url(/public/static/images/home/en-us/1539_icon.png)no-repeat 50px center;
    cursor: pointer;
}
.lang ul{
    display: none;
    position: absolute;
    left: 0;
    top: 120%;
    width: 80px;
    border-radius: 0 0 4px 4px;
    background: #301e88;
    z-index: 10;
}
.lang ul li a{
    font-size: 13px;
    color: #fff;
    display: block;
    line-height: 1.8;
    padding: 4px 1px 6px 11px;
}


.header_top .container_1200{
    position: relative;
}
.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;
}
.nav_list > li:nth-of-type(1){
    background: none;
}

.nav_list > li > a {
    display: inline-block;
    padding: 0 20px;
    transition: all .3s;
}

.nav_list > li > a > span {
    display: inline-block;
    float: left;
    line-height: 70px;
    font-size: 14px;
    color: #e1472f;
    transition: all .5s;

}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background: url("/public/static/images/home/en-us/reset/nav_li_icon.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;
    background-color: rgb(255, 113, 50);
}
.nav_list > li.active span,
.nav_list > li.on span{
   
    color: #fff;
}

.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-top: 1px solid rgba(206,208,207,0.7);
    background: #f7f8f8;
    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;
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #222;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    color: #e70012;
}

/*search*/
.header_search_box {
    position: absolute;
    right: 0;
    bottom: 10px;
    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: #e70012;
    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/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}


.m_header {
    display: none;
}

/*footer*/


.footerCon_box{
}
.fast_navigation{
    padding: 10px 0;
    overflow: hidden;
}
.fast_navigation .items{
    overflow: hidden;
}
.fast_navigation .items .item{
    padding: 0 10px;
    float: left;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 16.666666666666664%;
}
.fast_navigation .items .item:nth-of-type(2){
    width: 33.33333333333333%;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 25%;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 25%;
}
.fast_navigation h3{
    font-size: 14px;
    color: #301e88;
    font-weight: bold;
    line-height: 2.4em;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 14px;
    color: #2e2e2e;
    line-height: 1.8em;
}
.fast_navigation ul li a:hover,
.fast_navigation ul li a.on,
.footer_copyright:hover{
    color: #457cba;
}
.fast_navigation .follow_box{
    padding-top: 20px;
}
.fast_navigation .follow_box a{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 1px;
    border-radius: 10%;
}
.fast_navigation .follow_box a:nth-of-type(1){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat 0 0 #3b5998;
}
.fast_navigation .follow_box a:nth-of-type(2){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat 0 -64px #d14836;
}
.fast_navigation .follow_box a:nth-of-type(3){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat 0 -128px #007fb1;
}
.fast_navigation .follow_box a:nth-of-type(4){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat 0 -256px #00aced;
}
.fast_navigation .follow_box a:nth-of-type(5){
    background: url(/public/static/images/home/en-us/style123tiny.png) no-repeat 0 -320px #cd332d;
}
.fast_navigation .form .input{
    margin-bottom: 10px;
    overflow: hidden;
}
.tips{
    color: red;
}
.fast_navigation .form .input input[type=text]{
    width: 100%;
    height: 38px;
    text-indent: 6px;
    background: #dcdcdc;
    border: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
}
.fast_navigation .form .input .btn{
    background: #301e88;
    color: #fff;
    float: right;
    margin-top: 10px;
    border: none;
    height: 32px;
    padding: 0 30px;
    cursor: pointer;
}
.footer_copyright{
    overflow: hidden;
    background: #301e88 ;
}
.footer_copyright .container_1200{
    padding-top: 10px;
    padding-bottom: 10px;
   
}
.footer_copyright .text{
    float: left;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.index_box1 .slick-prev{
    background: url(/public/static/images/home/en-us/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(/public/static/images/home/en-us/skin.png)no-repeat -150px 0;
}
.index_box1 .slick-dots li,
.index_box1  .slick-dots li.slick-active{
    background: #fff;
    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: #333;
    border-radius: 50%;
    
}
.banner_slick img{
    width: 100%;
}

.easyzoom_box{
    display: none;
}
.easyzoom_box.on{
    display: block;
}
/*banner*/
a,strong,span{
    font-size: inherit;
    color: inherit;
}

.index_box2 h3{
    font-size: 34px;
    color: #313131;
    line-height: 1.7em;
    text-align: center;
    margin: 40.7000007629395px 0 30px 0;
    padding: 0 0 9.10000038146973px 0;
}
.wwd_slick{
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
}
.wwd_slick .slick_first ul{
    overflow: hidden;
}
.wwd_slick .slick_first ul li{
    position: relative;
    width: 20%;
    float: left;
    padding: 100px 10px 0;
    text-align: center;
}
.wwd_slick .slick_first ul li .img1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.wwd_slick .slick_first ul li .img1 img{
    border: 1px solid #3f2e90;
    border-radius: 50%;
    display: inline;
    transition: all .3s;
}
.wwd_slick .slick_first ul li .item{
    background: #e5e5e5;
    padding-top: 75px;
    height: 375px;
}
.wwd_slick .slick_first ul li .tip{
    border-bottom: 2px solid #333a86;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #301e88;
    font-family: 'Verdana';
    line-height: 18px;
    transition: all .3s;
}
.wwd_slick .slick_first ul li a.more{
    display: inline-block;
    width: 122px;
    line-height: 32px;
    background: #333a86;
    margin-top: 25px;
    font-size: 13px;
    color: #fff;
}
.wwd_slick .slick_first ul li:hover a.more{
    background: #ff7132;
    color: #fff;
}
.wwd_slick .slick_first ul li:hover .img1 img{
    border: 1px solid #ff7132;
}
.wwd_slick .slick_first ul li:hover .tip{
    color: #ff7132;
    border-bottom: 2px solid #ff7132;
}
.img{
    line-break: 0;
    overflow: hidden;
}
.wwd_slick .slick_first ul li .img img{
    transition: all .3s;
   
}
.wwd_slick .slick_first ul li:hover .img img{
    transform: scale(1.1);
}
.wwd_slick .slick-dots li.slick-active{
    background: #333a86;
}
.wwd_slick .slick-prev{
    top: initial;
    bottom: 35px;
    width: 38px;
    height: 38px;
    left: 50%;
    margin-left: -85px;
    background: url(/public/static/images/home/en-us/left1.png)no-repeat center;
    z-index: 1000;
}
.wwd_slick .slick-prev:hover{
    background: url(/public/static/images/home/en-us/left2.png)no-repeat center;
}
.wwd_slick .slick-next{
    top: initial;
    bottom: 35px;
    width: 38px;
    height: 38px;
    right: auto;
    left: 50%;
    margin-left: 50px;
    background: url(/public/static/images/home/en-us/right1.png)no-repeat center;
    z-index: 1000;
}
.wwd_slick .slick-next:hover{
    background: url(/public/static/images/home/en-us/right2.png)no-repeat center;
}
.wwd_slick .slick-dots{
    bottom: 46px;
}
.index_box3{
    padding-bottom: 40px;
    background: url(/public/static/images/home/en-us/835_bg1.jpg)repeat-x #e8e8e8 center top;
}
.index_box3 h3{
    font-size: 34px;
    color: #323232;
    line-height: 1.7em;
    text-align: center;
    margin: 60px 0 20px 0;
}
.project_slick .img img{
    margin: auto;
}
.project_slick .content{
    text-align: center;
}
.project_slick .img{
    margin-bottom: 10px;
}
.project_slick p{
    font-size: 15px;
    color: #323232;
    line-height: 24px;
}
.project_slick{
    padding-bottom: 50px;
}
.project_slick .slick-dots li.slick-active{
    background: #333a86;
}
.index_box3 a.more{
    display: inline-block;
    padding: 0 22px;
    line-height: 36px;
    background: #301e88;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.index_box3 a.more:hover{
    opacity: .8;
}
.project_box1{
    padding-top: 20px;
}
.project_box1 .item{
    text-align: center;
    margin-bottom: 10px;
}
.project_box1 .item .img img{
    border-radius: 20px;
}
.project_box1 .item p{
    font-family: arial,helvetica,sans-serif;
    line-height: 1.6em;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.service_box1{
    padding: 50px 0;
}
.service_box1 h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    font-family: Arial;
}
.service_box1 p{
    font-size: 14px;
    font-family: Arial;
    line-height: 1.7;
}
.contact_box1{
    padding: 40px 0;
}
.contact_box1 h1{
    font-style: italic;
    color: #0000FF;
    font-size: 16px;
    line-height: 1.7em;
    font-family: Arial;
}
.contact_box1 p{
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    font-family: Arial;
}
.contact_box1 .form .input{
    position: relative;
    margin-bottom: 10px;
}
.contact_box1 .form .input input[type=text],
.contact_box1 .form .input textarea{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    text-indent: 6px;
}
.contact_box1 .form .input textarea{
    resize: none;
    height: 90px;
    padding-top: 10px;
}
.contact_box1 .form .input.code .tips{
    display: block;
}
.contact_box1 .form .input.code input[type=text]{
    width: 114px;
}
.contact_box1 .form .input .verify{
    position: absolute;
    left: 120px;
    top: 0;
    height: 40px;
    cursor: pointer;
}
.contact_box1 .form .input .btn1{
    color: #fff;
    background-color: #5cb85c;
    height: 32px;
    padding: 0 30px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    transition: all .3s ease-out;
}
.contact_box1 .form .input .btn1:hover{
    background-color: #449d44;
}
.contact_box1 .form .input .btn2{
    color: #fff;
    background-color: #d9534f;
    height: 32px;
    padding: 0 30px;
    border-radius: 4px;
    transition: all .3s ease-out;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
}
.contact_box2{
    padding-bottom: 40px;
}
.contact_box1 .form .input .btn2:hover{
    background-color: #c9302c;
}
.contact_box2 .map{
    position: relative;
    height: 400px;
}
.contact_box2 .map iframe{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.about_box1{
    padding: 40px 0;
}
.about_box1 p{
    line-height: 1.7em;
    font-size: 13px;
}
.about_box1 .info{
    padding-top: 40px;
}
.searchpro{
    margin-bottom: 10px;
}
.submenu_wrap ul li a.on{
    color: #2aa7ea;
}
.searchpro .input{
    position: relative;
    padding-right: 33px;
    border: 1px solid #d1d1d1;
    border-radius: 1px;
    background-color: #fff;
}
.searchpro .input input[type=text]{
    width: 100%;
    height: 33px;
    text-indent: 12px;
    border: 0;
}
.searchpro .input .btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 33px;
    border: 0;
    background: url(/public/static/images/home/en-us/reset/open_search_form.png)no-repeat center;
    cursor: pointer;
}
.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: #e1472f;
    line-height: 1.8em;
    font-family: Arial;
    font-size: 14px;
}
.news_info .line{
    color: #e1472f;
    letter-spacing: 0;
    line-height: 1.8em;
    font-family: Arial;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_info .line:hover{
    color: #457cba;
}
.news_info{
    padding: 10px 0;
}
@media (max-width: 1220px){
    .nav_list > li > a{
        padding: 0 10px;
    }
}
@media (max-width: 992px){
    .lang{
        position: absolute;
        right: 10px;
        top: 17px;
    }
    .logo_box{
        padding: 15px 0;
    }
    .wwd_slick{
        padding-left: 0;
        padding-right: 0;
    }
    .wwd_slick .slick_first ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .wwd_slick .slick_first ul li .img img{
        margin: auto;
    }
    .fast_navigation .items .item:nth-of-type(1),
    .fast_navigation .items .item:nth-of-type(2){
        display: none;
    }
    .fast_navigation .items .item{
        width: 100% !important;
    }
    .contact_box1 .form{
        margin-top: 30px;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
    .tomorrowToDo{
        content:'chengyonggangcaolezangguanglinvyoubeizangguanglifaxian,liagerenzaigongsiloushangniuda,zuihouliarendouhutuishuaixiabolilouxia';
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
 
    .header {
        display: none;
    }


    .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/en-us/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;
    }
    .fast_navigation .col_lg_6,
    .fast_navigation .col_lg_8{
        display: none;
    }
    .fast_navigation .col_lg_10{
        width: 100%;
    }
    .footer_copyright .text{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        line-height: 1.4;
    }

}
@media (max-width: 640px){

}
@media (max-width: 580px){

}
@media (max-width: 480px) {

}