
.header {
    position: relative;
    z-index: 999;
    background: url(../images/css/header_bg.jpg)repeat-x scroll center top;
}
.header .row{
    margin: 0;
}
.header .row>div[class^="col_"]{
    padding: 0;
}
.header_top p a:hover,
.lang a:hover{
    color: #e69138;
}
.header_top p{
    font-size: 14px;
    color: #fff;
    line-height: 3em;
    background: url(../images/css/header_bg2.jpg)no-repeat right center;
    text-align: center;
}
.header_top p img{
    vertical-align: middle;
    margin-right: 5px;
}
.header_search .input{
    position: relative;
    padding-right: 56px;
}
.header_search .input input[type=text]::placeholder{
    color: #fff;
}
.header_search .input .search{
    position: absolute;
    right: 20px;
    top: 0;
    width: 36px;
    height: 41px;
    background: url(../images/css/search.png)no-repeat center;
    border: 0;
    cursor: pointer;
}
.lang{
    color: #fff;
    line-height: 3rem;
}
.lang a{
    color: #fff;
    line-height: 3rem;
    font-size: 12px;
    margin:  0 1px;
}
.header_search .input input[type=text]{
    width: 100%;
    height: 41px;
    border: 0;
    background: transparent;
    color: #fff;
    text-indent: 20px;
}
.header_nav .container_1200{
    position: relative;
}
.header_links{
    position: absolute;
    width: 100%;
    z-index: 999;
}
.header_links .line{
    height: 0;
    overflow: hidden;
}
.header_links .line.on{
    height: auto;
}
.pro_tab_btn .btn{
    display: inline-block;
    font-size: 15px;
    color: #3f3f3f;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.4em;
    margin: 0 20px;
    cursor: pointer;
}
.pro_tab_btn .btn:hover,
.pro_tab_btn .btn.on,
.header_links .content .line1 a:hover{
    color: #4456d6;
}
.header_links .content .line1 a.on{
    color: #4456d6;
}
.pro_tab_slick{
    padding: 0 25px;
}
.pro_tab_slick p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.pro_tab_slick p a:hover{
    color: #1c4587;
}
.pro_tab_slick .item{
    margin: 0 10px;
}
.pro_tab_slick .slick-prev{
    height: 42px;
    width: 21px;
    background: url(../images/css/buttonstyle.png)no-repeat left bottom;
}
.pro_tab_slick .slick-next{
    height: 42px;
    width: 21px;
    background: url(../images/css/buttonstyle.png)no-repeat right bottom;
}
.header_links .container{
    background-color: #f2f4f6;
}
.header_links .content .slick_item{
    height: 0;
    overflow: hidden;
}
.header_links .content .slick_item.on{
    height: auto;
}
.header_links .content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.header_links .content .line1{
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.header_links .content .line1 a{
    font-size: 15px;
    color: #3f3f3f;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.4em;
    margin: 0 20px;
}
p{
    line-height: 1.7;
}
.header_links .content .ab_info{
    padding-right: 30px;
    padding-left: 30px;
}
.header_links .content .ab_info h3{
    font-size: 30px;
    color: #3f3f3f;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3em;
}
.header_links .content .ab_info p{
    font-size: 17px;
    color: #3f3f3f;
    line-height: 1.7;
}
.header_links .ne_info{
    padding: 0 30px;
}
.header_links .ne_info p{
    font-family: Arial;
    font-size: 16px;
    color: #222;
    padding-top: 10px;
}
.header_links .ap_info{
    padding: 17px 0;
}
.header_links .ap_info .item{
    text-align: center;
}
.header_links .ap_info p{
    font-size: 16px;
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2em;
}
.header_links .ap_info p a:hover{
    color: #1c4587;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    float: right;
    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 15px;
    transition: all .3s;
}

.nav_list > li > a > span {
    display: inline-block;
    float: left;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 63px;
    text-transform: uppercase;
    transition: all .5s;

}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 18px;
    background: url("../images/css/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.on span{
    color: #3c4fd6;
}

.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("../images/css/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}


.m_header {
    display: none;
}

/*footer*/


.footerCon_box{
    background-color: #f2f4f6;
}
.fast_navigation{
    padding: 50px 0;
    overflow: hidden;
}
.fast_navigation .f_title{
    font-size: 20px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
}
.fast_navigation .footer_info h3{
    font-size: 20px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 10px;
}
.fast_navigation .footer_info p{
    font-family: Arial;
    font-size: 16px;
    color: #222;
    line-height: 1.7;
}
.fast_navigation ul li{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAABRJREFUCNdjaGBwYFBgEABiB4YGAAy+AdE8x/bYAAAAAElFTkSuQmCC);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 15px;
    color: #3f3f3f;
    line-height: 1.7em;
}
.fast_navigation ul li a:hover,
.fast_navigation ul li a.on{
    color: #457cba;
}
.footer_logo{
    padding-top: 20px;
}
.follow_box a{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.follow_box a.a1{
    background: url(../images/css/style123tiny1.png) no-repeat 0 0 #3b5998;
}
.follow_box a.a2{
    background: url(../images/css/style123tiny1.png) no-repeat 0 -128px #007fb1;
}
.follow_box a.a3{
    background: url(../images/css/style123tiny1.png) no-repeat 0 -256px #00aced;
}
.follow_box a.a4{
    background: url(../images/css/style123tiny1.png) no-repeat 0 -320px #cd332d;
}
.follow_box a.a5{
    background: url(../images/css/style123tiny1.png) no-repeat 0 -1088px #bd081c;
}
.footer_copyright{
    overflow: hidden;
}
.footer_copyright{
    border-top: 1px solid rgb(219, 219, 219);
    padding-top: 30px;
    padding-bottom: 50px;
}
.footer_copyright .text{
    text-align: center;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    font-size: 15px;
    color: #494949;
    line-height: 1.7;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.fast_tips{
    position: fixed;
    right: 0;
    top: 320px;
}
.fast_tips ul{
    position: relative;
}
.fast_tips ul li{
    position: absolute;
    right: -120px;
    margin-bottom: 5px;
    display: flex;
    white-space: nowrap;
    transition: all .3s;
}
.fast_tips ul li:nth-of-type(1){
    top: 0;
}
.fast_tips ul li:nth-of-type(2){
    top: 67px;
}
.fast_tips ul li:nth-of-type(3){
    top: 134px;
}
.fast_tips ul li .info{
    display: inline-block;
    width: 120px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    background-image: linear-gradient(to right,#3023ae,#c86dd7);
    opacity: 0;
}
.fast_tips ul li:hover{
    right: 0;
}
.fast_tips ul li:hover .info{
    opacity: 1;
}
.fast_tips ul li:hover .icon{
    background: #3023ae;
}
.fast_tips .icon{
    display: inline-block;
    width: 62px;
    line-height: 62px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    text-align: center;
    color: #fff;
    transition: all .3s;
    background: #0089f5;
}
.fast_tips .icon::after{
    display: inline-block;
    font-family: "block-icon";
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
}
.fast_tips .icon.icon1::after{
    content: "\e6c3";
}
.fast_tips .icon.icon2::after{
    content: "\e6e9";
}
.fast_tips .icon.icon3::after{
    content: "\e6c6";
}

.index_box1 .slick-prev{
    width: 40px;
    height: 50px;
    background: url(../images/css/skin1.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    width: 40px;
    height: 50px;
    background: url(../images/css/skin1.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;
    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: 30px;
    padding-bottom: 20px;
}
.index_box2 .tip{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2em;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.videoBox{
    padding-top: 56.2%;
    width: 100%;
    position: relative;
}
.videoBox iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_box2 .learnmore{
    margin-top: 20px;
    margin-bottom: 20px;
}
.index_box2 .learnmore a{
    font-size: 15px;
    color: #3f3f3f;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em;
}
.index_box2 .new_line_info{
    overflow: hidden;
    margin-bottom: 10px;
}
.index_box2 .new_line_info .time{
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    width: 62px;
    float: left;
}
.index_box2 .new_line_info .time .t1{
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 1.9em;
    letter-spacing: 0;
    color: #333;
}
.index_box2 .new_line_info .time .t2{
    font-size: 24px;
    text-align: center;
    display: block;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #333;
}
.index_box2 .new_line_info .info{
    margin-left: 85px;
}
.index_box2 .new_line_info .info h3{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.9em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box2 .new_line_info .info p{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.5;
    font-size: 14px;
    color: #222;
}
.index_box2 .new_line_info a:hover{
    color: #1c4587;
}
.index_box2 .text{
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-family: Arial;
}
.index_box3{
    background-color: #f6f6f6;
    padding-top: 65px;
    padding-bottom: 100px;
}
.index_box3 h1,
.index_box3 h3{
    font-family: Cabin;
    font-size: 30px;
    color: #1f1a17;
    line-height: 1.8em;
}
.index_box3 p{
    font-size: 16px;
    color: #3f3f3f;
}
.index_box3 ul{
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
    margin-top: 10px;
}
.index_box3 ul li{
    float: left;
    padding: 25px 0;
}
.index_box3 .form{
    margin-top: 55px;
}
.index_box3 .form .input{
    margin-bottom: 21px;
}
.index_box3 .form .input input[type=text],
.index_box3 .form .input textarea{
    width: 100%;
    height: 42px;
    text-indent: 6px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    border: 0;
    font-size: 16px;
    color: #333;
}
.index_box3 .form .input textarea{
    resize: none;
    height: 148px;
    padding-top: 10px;
}
.tips{
    color: red;
}
.index_box3 .form .input .btn{
    height: 46px;
    width: 100%;
    background: #2a2a2a;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.index_box4{
    padding: 20px 0;
}
.parter_slick{
    padding: 0 25px;
}
.parter_slick .slick-prev{
    width: 21px;
    height: 42px;
    background: url(../images/css/buttonstyle.png)no-repeat left top;
}
.parter_slick .slick-next{
    width: 21px;
    height: 42px;
    background: url(../images/css/buttonstyle.png)no-repeat right top;
}

.about_box1{
    text-align: center;
}
.about_box2{
    padding: 10px 0;
}
.about_box2 h1{
    font-size: 36px;
    color: #374355;
    line-height: 1.7;
    font-family: Arial;
    margin-top: 30px;
}
.about_box2 p{
    font-size: 17px;
    color: #3f3f3f;
    padding-top: 20px;
    padding-right: 20px;
}
.about_box2 .imgs{
    overflow: hidden;
}
.about_box2 .imgs .img{
    width: 50%;
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
}
.about_box3{
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 30px;
}
.about_box3 p{
    font-size: 17px;
    color: #3f3f3f;
    padding-bottom: 20px;
    line-height: 1.7em;
}
.about_box3 .imgs{
    overflow: hidden;
}
.about_box3 .imgs .img{
    width: 33.33%;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

.certificates_box h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1.8em;
    border-bottom: 4px solid #c32217;
    margin-bottom: 10px;
}
.certificates_box .item{
    margin-bottom: 10px;
}
.certificates_box .item .img{
    position: relative;
    overflow: hidden;
}
.certificates_box .item .img img{
    width: 100%;
}
.certificates_box .item .img span.tip{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    transition: all .3s;
    transform: translateY(100%);
}
.certificates_box .item:hover span.tip{
    transform: translateY(0);
}
.certificates_box .item .img span.t{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}
.certificates_box .item .text{
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background-color: #1a1b1e;
    line-height: 1.2em;
    text-align: center;
}
.certificates_box .row .col_lg_6:nth-of-type(4n+1){
    clear: both;
}
.certificates_box{
    padding-bottom: 20px;
}
.company_box1 h1,
.company_box1 h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.8em;
}
.company_box1 p{
    font-family: Arial;
    font-size: 16px;
    color: #222;
}
.company_box1{
    padding-top: 10px;
    padding-bottom: 40px;
}
.company_box2{
    background-color: #1a1b1e;
    padding: 10px 0;
}
.company_box2 h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
}
.company_box2 p{
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
}
.company_box2 .img{
    text-align: center;
}
.his_box h1{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 40px;
}
.his_box .item .tit{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
    border-bottom: 4px solid #eb0303;
    margin-bottom: 10px;
}
.his_box .info_right .item .tit{
    text-align: right;
}
.his_box .item p{
    font-family: Arial;
    font-size: 16px;
    color: #222;
}
.his_box{
    padding-bottom: 30px;
}
.join_box h1,
.join_box h2{
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 2em;
    text-align: center;
    font-family: Arial;
    background: url(../images/css/join_bg.png)no-repeat center;
    margin-bottom: 35px;
}
.join_box .item h3{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-top: 20px;
    margin-bottom: 5px;
}
.join_box .item p{
    font-size: 15px;
    color: #000;
    line-height: 1.5em;
}
.join_box .item{
    margin-bottom: 30px;
}
.join_box .items .list{
    margin-right: 20px;
    padding-right: 70px;
    background: url(../images/css/arrow.jpg)no-repeat right center;
}
.join_box .items .list .con{
    padding-top: 38px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-left: 1px solid #3f9471;
    border-right: 2px solid #3f9471;
    border-top: 1px solid #3f9471;
    border-bottom: 2px solid #3f9471;
    border-radius: 8px;
    text-align: center;
}
.join_box .items .list.icon1 .con{
    background: url(../images/css/num11.png)no-repeat center top;
}
.join_box .items .list.icon2 .con{
    background: url(../images/css/num11.png)no-repeat center top;
}
.join_box .items .list.icon3 .con{
    background: url(../images/css/num11.png)no-repeat center top;
}
.join_box .items .list.icon4 .con{
    background: url(../images/css/num11.png)no-repeat center top;
}
.join_box .items .list.icon5 .con{
    background: url(../images/css/num11.png)no-repeat center top;
}
.join_box .items .list.icon6 .con{
    background: url(../images/css/num11.png)no-repeat center top;
}
.join_box .items .list p{
    font-size: 14px;
    color: #3f9471;
    font-weight: 700;
    line-height: 1.5em;
}
.join_box .jo_p{
    padding-top: 50px;
    padding-bottom: 30px;
}
.join_box .form .tip{
    font-size: 24px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 10px;
}
.join_box .form .input{
    margin-bottom: 10px;
}
.join_box .form .input input[type=text],
.join_box .form .input textarea{
    width: 100%;
    height: 32px;
    text-indent: 6px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    border-radius: 4px;
    color: #555;
    font-family: Arial;
    font-size: 16px;
}
.join_box .form .input textarea{
    height: 90px;
    padding-top: 5px;
    resize: none;
}
.join_box .form .input .btn1{
    height: 32px;
    padding: 0 30px;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    color: #fff;
    background-color: #5cb85c;
    transition: all .3s;
}
.join_box .form .input .btn2{
    height: 32px;
    padding: 0 30px;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    color: #fff;
    background-color: #d9534f;
    transition: all .3s;
}
.join_box .form {
    padding-bottom: 40px;
}
.contact_box1{
    text-align: center;
}
.contact_box2 .item {
    padding-bottom: 33px;
    background: url(../images/css/927_icon2.jpg)no-repeat bottom center;
}
.contact_box2 .item h2{
    padding-left: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 3.2em;
    background: url(../images/css/927_icon1.jpg)no-repeat left center;
}
.contact_box2 .item .info{
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: #f2f4f6;
}
.contact_box2 .item .info p{
    font-size: 16px;
    color: #4f4f4e;
}
.contact_box3{
    padding: 10px 0;
}
.contact_box3 .content{
    background-color: #e8e9f0;
}
.contact_box3 .content .map{
    position: relative;
    height: 375px;
}
.contact_box3 .content .map iframe{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.contact_box3 .form{
    padding-top: 30px;
    padding-right: 20px;
}
.contact_box3 .form .input{
    margin-bottom: 10px;
}
.contact_box3 .form .input input[type=text],
.contact_box3 .form .input textarea{
    width: 100%;
    height: 40px;
    text-indent: 6px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    color: #555;
    font-family: Arial;
    font-size: 16px;
}
.contact_box3 .form .input textarea{
    height: 90px;
    padding-top: 5px;
    resize: none;
}
.contact_box3 .form .input .btn1{
    padding: 0 30px;
    height: 45px;
    border: 0;
    background-color: #2e2e2e;
    color: #fff;
}
.videot{
    margin-top: 5px;
    padding: 0 5px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: Arial;
    line-height: 1.7;
}
.video_box p{
    font-family: Arial;
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
}
.download_box1{
    padding: 30px 0;
}
.download_box1 h1{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.download_box1 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}
.download_box1 ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.5%;
    padding: 20px 2%;
    background: #f7f7f7;
    margin-bottom: 33px;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: #333;
}
.download_box1 ul li .icon{
    width: 36px;
    height: 36px;
    background: url(../images/css/pro231.png)no-repeat center;
}
.download_box1 ul li .info{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    overflow: hidden;
    width: 80%;
    line-height: 43px;
    height: 43px;
    padding-left: 12px;
    cursor: pointer;
}
.download_box1 ul li .down{
    height: 50px;
    width: 50px;
    background: url(../images/css/pro242.png)no-repeat center;
    background-size: 100%;
}
.download_box1 ul li:hover{
    background: #0079c3;
}
.download_box1 ul li:hover .info{
    color: #fff;
}
.download_box1 ul li:hover .down{
    background: url(../images/css/pro2411.png)no-repeat center;
}
.down_dialog{
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.down_dialog .content{
    background: #f7f7f7;
    left: 50%;
    top: 50%;
    width: 80%;
    line-height: 24px;
    font-size: 14px;
    color: #6666;
    padding: 5%;
    box-sizing: border-box;
    position: fixed;
    transform: translate(-50%,-50%);
}
.down_dialog .content .close{
    width: 35px;
    height: 35px;
    position: absolute;
    right: -40px;
    top: -18px;
    background: url(../images/css/closeVideo.png) no-repeat left center;
    cursor: pointer;
}
.down_dialog .content .tip{
    color: #333;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    font-size: 30px;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 1.7;
}
.down_dialog .content .info{
    height: 300px;
    overflow: auto;
    margin-bottom: 10px;
    line-height: 1.7;
}
.down_dialog .content .info p{
    white-space: pre-wrap;
}
.down_dialog .content .down{
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    width: 80px;
    padding-left: 26px;
    background: url(../images/css/download1.png)no-repeat left center;
}
.down_dialog .content .down:hover{
    color: #1c4587;
}
.down_dialog .content .download_next{
    float: right;
}
.down_dialog .content .download_next .prev{
    display: inline;
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    cursor: pointer;
}
.down_dialog .content .download_next .next{
    display: inline;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    margin-left: 14px;
    position: relative;
    cursor: pointer;
}
.down_dialog .content .download_next .next::after{
    position: absolute;
    width: 1px;
    height: 14px;
    background: silver;
    content: "";
    top: 2px;
    left: -10px;
}
.down_dialog .content .download_next .prev:hover,
.down_dialog .content .download_next .next:hover{
    color: #d7000f;
}
.application_box h1{
    font-size: 28px;
    color: #313131;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.application_box .line{
    margin-bottom: 90px;
    
    border-bottom: 1px solid #c7c7c7;
    
}
.application_box .line .info{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f2f4f6;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding-bottom: 34px;
    box-shadow: 7px 10px 13px -3px #a6a6a6;
}
.application_box .line .t{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 35px;
    background-color: #313131;
    border-top-right-radius: 60px;
}
.application_box .line ul li{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}
.application_box .line ul li:nth-of-type(4n+4){
    margin-right: 0;
}
.application_box .line ul li a{
    width: 276px;
    color: #313131;
    display: table-cell !important;
    background-image: url(../images/css/right1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    vertical-align: middle;
    text-align: left;
    height: 86px;
    padding: 30px 40px 5px 0;
    line-height: 20px !important;
    border-bottom: 1px solid #313131 !important;
}
.application_box .line ul li a:hover{
    color: #0050be;
    background-image: url(../images/css/arrow-blue1.png);
}
.app_box1{
    text-align: center;
}
.app_box2{
    padding: 35px 0;
}
.app_box2 h1{
    font-size: 30px;
    color: #161616;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-family: Cabin;
}
.app_box2 p{
    font-size: 16px;
    color: #787878;
    line-height: 1.4;
}
.app_box3 h3{
    font-family: Cabin;
    font-size: 30px;
    color: #161616;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px;
}
.app_box3 ul li{
    margin-bottom: 10px;
    margin-right: 20px;
    display: inline-block;
}
.app_box3 ul li:nth-of-type(4n+4){
    margin-right: 0;
}
.app_box3 ul li a{
    display: table-cell ;
    vertical-align: middle;
    height: 50px;
    padding: 0 20px;
    line-height: 20px ;
    width: 276px;
    background-color: #313131;
    color: #fff;
    border-radius: 15px;
    text-align: center;
}
.app_box3 ul li a:hover,
.app_box3 ul li a.on{
    background-color: #0050be;
}
.app_box4{
    padding-top: 50px;
}
.app_box4 h3{
    font-family: Cabin;
    font-size: 30px;
    color: #161616;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-bottom: 10px;
}
.app_box4 .row{
    margin-bottom: 30px;
}
.app_box4 p{
    font-family: Cabin;
    font-size: 16px;
    color: #787878;
    line-height: 1.4;
}
.app_box4 .img{
    text-align: center;
    padding-top: 20px;
}
.app_box5{
    padding-bottom: 50px;
}
.app_box5 h3{
    font-family: Cabin;
    font-size: 30px;
    color: #161616;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-bottom: 25px;
}
.app_slick{
    padding: 0 25px;
}
.app_slick .slick-prev{
    width: 21px;
    height: 42px;
    background: url(../images/css/buttonstyle.png)no-repeat left top;
}
.app_slick .slick-next{
    width: 21px;
    height: 42px;
    background: url(../images/css/buttonstyle.png)no-repeat right top;
}
.app_slick p{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    font-family: Arial;
    font-size: 16px;
    color: #222;
}
.new_banner{
    text-align: center;
}
.prodDescript{
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ddd;
    background: #f1f1f1;
    padding: 8px 15px;
}
.product_tab .tab_sub{
    position: sticky;
    top: 0;
    z-index: 99;
}
.p_slick{
    width: 800px;
    margin: auto;
    padding-bottom: 50px;
}
.p_slick .slick-dots li.slick-active{
    background: #869791;
    opacity: .8;
}
.p_slick .slick-dots li{
    background: #869791;
    opacity: .5;
}
.p_slick .slick-next{
    width: 36px;
    height: 72px;
    background: url(../images/css/xx1.png)no-repeat -36px 0 ;
    opacity: .5;
}
.p_slick .slick-prev{
    width: 36px;
    height: 72px;
    background: url(../images/css/xx1.png)no-repeat 0 0;
    opacity: .5;
}
.modelinfo p span{
    display: inline-block;
    vertical-align: middle;
    min-width: 120px;
}
.modelinfo p{
    font-size: 14px;
    color: #222;
    font-family: Arial;
}
@media (max-width: 992px) {
    .company_box1 h1, .company_box1 h3{
        padding-top: 30px;
    }
    .company_box2{
        padding: 30px 0;
    }
    .his_box .info_right .item .tit{
        text-align: left;
    }
    .index_box3{
        padding-bottom: 30px;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
    .about_box2 p{
        padding-right: 0;
        padding-bottom: 20px;
    }
    .about_box3{
        padding-top: 30px;
    }
    body{
        padding-top: 60px;
    }
 
    .header {
        display: none;
    }


    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #2a2a2a;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }
    .fast_navigation .f_title{
        position: relative;
        display: block;
        font-size: 24px;
        color: #333;
        line-height: 1.8;
    }
    .fast_navigation ul{
        display: none;
    }
    .fast_navigation .f_title .icon{
        position: absolute;
        width: 40px;
        height: 43px;
        background: #000;
        top: 0px;
        right: 10px;
        background: url(../images/css/dropdown_menu.png) no-repeat center;
        transition: all .3s;
    }
    .fast_navigation .f_title.on .icon{
        transform: rotate(180deg);
    }
    .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: #fff;
        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);
    }
    .p_slick{
        width: 100%;
    }
    .product_tab .tab_sub{
        display: none;
    }
    .lang{
        display: none;
    }
    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }
    .fast_tips{
        bottom: 0;
        top: auto;
        width: 100%;
    }
    .fast_tips ul li{
        position: static;   
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }
    .fast_tips .icon{
        width: 100%;
        border-radius: 0;
        border-right: 1px solid #fff;
    }
    .fast_tips ul li .info{
        position: absolute;
    }

    .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("../images/css/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;
    }
    .application_box .line ul li a{
        padding: 10px 10px;
        padding-right: 30px;
        height: auto;
    }

    .application_box .line .t{
        font-size: 20px;
    }
    .app_box4 .img{
        text-align: left;
    }
    .app_slick {
        padding-bottom: 40px;
    }
    .join_box .items .list{
        margin-bottom: 30px;
    }
    .app_slick .slick-dots li.slick-active{
        background: #000;
    }
    .download_box1 ul li{
        width: 100%;
    }
    .down_dialog{
        display: none !important;
    }
}
@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;
    }

}
@media (max-width: 640px){

}
@media (max-width: 580px){

}
@media (max-width: 480px) {
    .news_box .news_img img{
        width: auto;
        height: auto;
    }
	
}




.xiaofeibane{height:560px;}
.xiaofeibane img{height:560px;}


    @media screen and (max-width:720px) {
           
           
          .xiaofeibane {height:auto!important;}.xiaofeibane img{height:auto;}
           
               
           }









