
.header {
    position: relative;
    z-index: 999;
}
p{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}
.img{
    line-height: 0;
    overflow: hidden;
}
.header_top{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 5px;
    background: #fff;
}
.header_top .info1{
    padding-top: 25px;
}
.header_top .info1 p{
    line-height: 1.1em;
}
.header_nav .container_1200{
    position: relative;
}
.header_top .info2{
    padding-top: 28px;
}
.header_top .info2 p img{
    vertical-align: middle;
    width: 30px;
    margin-right: 3px;
}
.header_top .info2 p{
    font-size: 16px;
    color: #545454;
}
.lang{
    padding-top: 20px;
}
.lang a{
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url(../image/sprites.png);
    background-repeat: no-repeat;
}
.lang a.en{
    background-position: -252px -116px;
}
.lang a.fr{
    background-position: -294px -48px;
}
.lang a.ru{
    background-position: -294px -64px;
}
.lang a.es{
    background-position: -294px -80px;
}
.header_top .info3{
    text-align: right;
}
.header_top .info3 p:hover{
    color: #349aee;
}
.header_nav{
    background-color: #003a5f;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    padding: 10px 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 34px;
    transition: all .3s;
}

.nav_list > li > a > span {
    display: inline-block;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .5s;

}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background: url("../image/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;
}
.nav_list > li.active span,
.nav_list > li.on span{
    
}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0px;
    min-width: 185px;
    display: none;
    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%;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 30px;
    line-height: 38px;
    text-align: left;
    font-size: 16px;
    color: #222;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover,
.nav_normal .dropdown_menu li a.on{
    background-color: #ddd;
}

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

/*pc隐藏模块*/
.m_header {
    display: none;
}

/*footer*/


.footerCon_box{
}
.fast_navigation{
    padding: 10px 0;
    overflow: hidden;
    background: url(../image/pellets.jpg)repeat left top;
}
.fast_navigation h3{
    font-size: 15px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.8em;
    padding-bottom: 10px;
}
.fast_navigation ul li{
    border-bottom: 1px solid #d2d2d2
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 2.3em;
}
.fast_navigation ul li a:hover,
.fast_navigation ul li a.on{
    color: #349aee;
}
.fast_navigation ul.info li{
    position: relative;
    padding-left: 20px;
}
.fast_navigation ul.info li .fa{
    position: absolute;
    left: 0;
    top: 9px;
}
.fast_navigation .items{
    overflow: hidden;
}
.fast_navigation .items .item{
    width: 25%;
    padding: 0 10px;
    float: left;
}
.fast_navigation .items .item:nth-of-type(1){
    padding-right: 100px;
}
.fast_navigation .items .item:nth-of-type(2){
    padding-right: 25px;
}
.fast_navigation .items .item:nth-of-type(4){
    padding-right: 45px;
}
.fast_navigation .form .input{
    margin-bottom: 10px;
}
.fast_navigation .form input[type=text],
.fast_navigation .form textarea{
    width: 100%;
    height: 45px;
    text-indent: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
}
.fast_navigation .form textarea{
    height: 40px;
    padding-top: 5px;
    resize: none;
}
.fast_navigation .form .btn{
    border: 1px solid #2e6da4;
    border-radius: 0;
    background: #337ab7;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 30px;
    cursor: pointer;
}
.fast_navigation .form .btn:hover{
    background: #286090;
}

.footer_copyright{
    overflow: hidden;
    background-color: #003a60;
}
.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{
    color: #fff;
    line-height: 32px;
}
.Fast_contact ul li.onlineservice_li:nth-of-type(2){
    background: #0dba2a;
    border-radius: 4px;
}
.Fast_contact ul li.onlineservice_li:nth-of-type(3){
    background-color: #00aff0;
    border-radius: 4px;
}
.Fast_contact ul li.onlineservice_li:nth-of-type(4){
    background-color: #26cf41;
    border-radius: 4px;
}
.Fast_contact ul li.onlineservice_li:nth-of-type(5){
    background-color: #51c332;
    border-radius: 4px;
}
.tips{
    color: red;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.index_box1 .slick-prev{
    background: url(../image/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(../image/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{
    padding-top: 26px;
    background-color: #eee;
}
.index_box2 .content{
    background: #f5f5f5;
    padding: 20px 0;
}
.index_box2 h3{
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    line-height: 1.8;
    border-left: 6px solid #474747;
}
.index_box2 a.more{
    display: inline-block;
    background-color: #474747;
    color: #fff;
    border-radius: 3px;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    padding: 0 40px ;
    line-height: 38px;
    margin-top: 20px;
}
.index_box2 .form{
    padding-left: 214px;
}
.index_box2 .form .input{
    position: relative;
    padding-right: 36px;
}
.index_box2 .form .input .btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border: 0;
    cursor: pointer;
    background: url(../image/open_search_form.png)#fff no-repeat center;
}
.index_box2 .form .input input[type=text]{
    width: 100%;
    height: 36px;
    height: 36px;
   border: 0;
   text-indent: 6px;
}
.index_box2 a{
    color: #181818;
    font-weight: bold;
}
.index_box2 a:hover{
    color: #349aee;
}
.index_box2 p{
    font-size: 15px;
    color: #4c4c4c;
    padding-left: 16px;
}
.index_box3{
    background-color: #eee;
}
.index_box3 .item{
    position: relative;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.index_box3 .item .img img{
    width: 100%;
}
.index_box3 .item .tip1{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 58, 95, 0.75);
    transition: all .3s;
    transform: translateY(100%);
}
.index_box3 .item .tip1 a{
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
    padding-left: 45px;
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
}
.index_box3 .item .tip2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 58, 95, 0.75);
    padding: 12px 20px;
    transition: all .3s;
    transform: translateY(100%);
}
.index_box3 .item .tip2 a{
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 1.7;
}
.index_box3 .item:hover .tip1,
.index_box3 .item:hover .tip2{
    transform: translateY(0);
}
.index_box4{
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: -webkit-linear-gradient(114deg,#aaa,rgba(0,0,0,0));
    background-image: -moz-linear-gradient(114deg,#aaa,rgba(0,0,0,0));
    background-image: -ms-linear-gradient(114deg,#aaa,rgba(0,0,0,0));
    background-color: #aaa\9;
}
.index_box4 h3{
    font-size: 24px;
    color: #222;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.index_box4 .line{
    margin-bottom: 15px;
}
.index_box4 h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box4 h4 a{
    font-size: 14px;
    color: #222;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7em;
}
.index_box4 h4 a:hover,
.index_box4 a.more:hover{
    color: #349aee;
}
.index_box4 p{
    font-size: 14px;
    color: #222;
    line-height: 1.7em;
}
.index_box4 a.more{
    display: inline-block;
    color: #fff;
    margin-top: 30px;
}
.index_box5{
    padding-top: 55px;
    padding-bottom: 20px;
}
.index_box5 a.more{
    display: inline-block;
    line-height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #2e6da4;
    color: #fff;
    border-radius: 0;
    border-color: #2e6da4;
    border-style: solid;
    border-width: 2px;
    margin-top: 40px;
}
.index_box5 a.more:hover{
    background: #fff;
    color: #2e6da4;
}
.index_box5 .img img{
    width: 100%;
}
.index_box6{
    padding: 20px 0;
    background-color: #eee;
}
.index_box6 .line{
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 80px;
    background: url(../image/1634_icon.png)no-repeat left top;
    margin-top: 30px;
}
.index_box6 .line h3{
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.8;
}
.index_box6 .line p{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.4;
}
.index_box6 .info_right{
    padding-top: 57px;
}
.index_box6 h5{
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
    padding-bottom: 5px;
}
.index_box6 .img img{
    transition: all .3s;
}
.index_box6 .img:hover img{
    transform: scale(1.1);
}
.application_box1{
    padding: 110px 0;
    background: url(../image/1649_img.jpg)no-repeat center;
    background-size: cover;
}
.application_box1 h1{
    font-size: 42px;
    color: #003453;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.application_box1 p{
    font-size: 16px;
    color: #7b7b7b;
}
.application_box2 h3{
    font-size: 22px;
    color: #3a3838;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 20px;
}
.application_box2 p{
    font-size: 16px;
    color: #7b7b7b;
}
.application_box2 ul{
    margin-top: 30px;
    overflow: hidden;
}
.application_box2 ul li{
    position: relative;
    width: 25%;
    padding-right: 10px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
}
.application_box2 ul li .tip{
    position: absolute;
    left: 0;
    top: 0;
    right: 10px;
    bottom: 0;
    background-color: rgba(69, 97, 127, 0.92);
    display: table;
    height: 100%;
    transition: all .3s;
    transform: translateY(100%);
}
.application_box2 ul li .tip a{
    display: table-cell;
    padding: 0 10px;
    color: #fff;
    vertical-align: middle;
    line-height: 1.7;
}
.application_box2 ul li .tip a img{
    width: 100%;
}
.application_box2 ul li:hover .tip{
    transform: translateY(0);
}
.application_box2{
    padding-bottom: 60px;
}

.appdeils_box1{
    padding: 130px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.appdeils_box1 h1{
    font-size: 42px;
    color: #003453;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 20px;
}
.appdeils_box1 a.more{
    display: inline-block;
    line-height: 45px;
    padding: 0 30px;
    background-color: #32649a;
    color: #fff;
}
.appdeils_box2{
    padding: 20px 0;
}
.appnav .tip{
    font-size: 20px;
    color: #7b7b7b;
    line-height: 1.7;
    padding-bottom: 10px;
}
.appnav .tip2{
    position: relative;
    font-size: 20px;
    color: #7b7b7b;
    line-height: 1.7;
    padding-bottom: 10px;
    margin-top: 30px;
}
.appnav .tip2 a.more{
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 1em;
    margin-top: -0.5em;
    font-size: 14px;
    color: #545454;
}
.appslick1 .slick-prev{
    height: 74px;
    width: 40px;
    opacity: .8;
    background: url(../image/buttonstyle2.png)no-repeat left bottom;
}
.appslick1 .slick-next{
    height: 74px;
    width: 40px;
    opacity: .8;
    background: url(../image/buttonstyle2.png)no-repeat right bottom;
}
.appslick1 p{
    margin-top: 5px;
    font-size: 14px;
    color: #545454;
    text-align: center;
}
.appslick1{
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.appslick1 .slick-dots{
    bottom: 0;
}
.appslick1 .slick-dots li.slick-active{
    background: #248fc8;
}
.appslick1 .slick-dots li{
    background: #869791;
}
.appslick2 .slick-prev{
        height: 42px;
        width: 21px;
    background: url(../image/buttonstyle.png)no-repeat left top;
}
.appslick2 .slick-next{
    height: 42px;
        width: 21px;
    background: url(../image/buttonstyle.png)no-repeat right top;
}
.appslick2{
    padding: 0 25px;
    padding-bottom: 50px;
}
.appslick2 .slick-dots li.slick-active{
    background: #869791;
    opacity: .8;
}
.appslick2 .slick-dots li{
    background: #869791;
    opacity: .5;
}
.appslick2 p{
    margin-top: 5px;
    font-size: 14px;
    color: #545454;
}
.appslick2 p:hover{
    color: #349aee;
}
.appnav ul.btn{
    overflow: hidden;
}
.appnav ul.btn li{
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
    width: 33.33%;
}
.appdeils_box2 h3{
    position: relative;
    font-size: 26px;
    color: #262626;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 10px;
}
.appdeils_box2 h3 a.more{
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 1em;
    margin-top: -0.5em;
    color: #545454;
    font-size: 14px;
}
.appdeils_box2 p{
    font-size: 16px;
    color: #7b7b7b;
    line-height: 1.7;
}
.appdeils_box2 em{
    font-style: italic;
    font-size: inherit;
}
.appdeils_box2 .tab_tab{
    padding: 10px 0;
    
}
.appdeils_box2 .tab_tab .btns{
    margin-bottom: 10px;
}
.appdeils_box2 .tab_tab .btns .btn{
    display: inline-block;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 30px;
    background: #32649a ;
    color: #fff ;
    margin-right: 50px;
    cursor: pointer;
}
.appdeils_box2 .tab_tab .btns .btn:nth-last-of-type(1){
    margin-right: 0;
}
.appdeils_box2 .tab_tab .info{
    display: none;
}
.appdeils_box2 .tab_tab .info.on{
    display: block;
}
.getquo{
    display: inline-block;
    line-height: 40px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    border-color: #333;
    border-style: solid;
    border-width: 1px;
}
.getquo:hover{
    background: #333;
    color: #fff;
}
.daitem{
    position: relative;
    margin-bottom: 20px;
}
.daitem .tip{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
}
.daitem .tip .txt{
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
    background-color: rgba(50, 100, 154, 0.4);
    transition: all .3s;
}
.daitem .tip .txt,
.daitem .tip .txt p{
    font-size: 16px;
    color: #fff;
    line-height: 1.3em;
    text-align: center;
}
.daitem .img img{
    transition: all .3s;
}
.daitem:hover .img img{
    transform: scale(1.1);
}
.daitem .tip:hover .txt{
    background-color: initial;
}
.infodata{
    padding: 30px 10px;
    margin-bottom: 10px;
    background: #f7f7f7;
}
.infodata .img img{
    width: 100%;
}
.infodata .tip{
    font-size: 20px;
    color: #262626;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.3em;
    padding-top: 15px;
    padding-bottom: 10px;
}
.infodata p{
    font-size: 14px;
    color: #7b7b7b;
}

.cases_box1{
    padding-top: 50px;
    padding-bottom: 50px;
}
.cases_box1 h2{
    line-height: 1.5em;
    text-align: center;
    color: #005f9b;
}
.cases_box1 h1{
    padding: 10px 0;
    font-size: 50px;
    color: #111;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 15px;
}
.cases_box1 p{
    font-size: 16px;
    color: #777;
    line-height: 1.4em;
    text-align: center;
}
.cases_box1 .content{
    margin-top: 30px;
}
.cases_box1 .video{
    padding-top: 56.2%;
    width: 100%;
    position: relative;
}
.cases_box1 .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cases_box1 .content .tip{
    height: 90px;
    background-color: #f7f7f7;
    border-bottom: 5px solid #005f9b;
    padding: 20px;
    margin-bottom: 20px;
}
.cases_box1 .content .tip p{
    font-size: 15px;
    color: #222;
    line-height: 1.5em;
}

.seven_box1{
    background: url(../image/1558_img1.jpg)no-repeat center;
    background-size: cover;
}
.seven_box1 h1{
    font-size: 48px;
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 78px;
    background: url(../image/1558_img2.png)no-repeat center bottom;
}
.seven_box2{
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}
.seven_box2 h3{
    position: relative;
    font-size: 36px;
    color: #262626;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 40px;
}
.seven_box2 h3::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 4px;
    margin-left: -50px;
    background: #005f9b;
}
.seven_box2 h4{
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 10px;
}
.seven_box2 p{
    font-size: 16px;
    color: #2b2b2b;
    text-align: left;
}
.seven_box3 .tip{
    background-color: #005f9b;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.seven_box3 .img{
    margin-bottom: 20px;
}
.seven_box3 .img img{
    width: 100%;
}
.seven_box3{
    padding-bottom: 30px;
}
.cert_box1 h1{
    border-left: 4px solid #005f9b;
    margin-top: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 30px;
    font-size: 36px;
    color: #262626;
    line-height: 1.4;
}
.cert_box1 ul{
    overflow: hidden;
}
.cert_box1 ul li{
    float: left;
    width: 25%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.history_box1{
    padding-top: 30px;
    padding-bottom: 80px;
}
.history_box1 h1{
    font-size: 26px;
    color: #61676a;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 65px;
}
.history_box1 .item{
    position: relative;
    border: 1px solid #e4e7e9;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.history_box1 h3{
    font-size: 22px;
    color: #003a60;
    font-weight: bold;
    line-height: 1.8;
}
.history_box1 p{
    color: #6d7379;
}
.history_box1 .info1 .item::after{
    content: '';
    position: absolute;
    top: 24px;
    left: 100%;
    width: 8px;
    height: 13px;
    background: url(../image/1631_img1.png)no-repeat center;
}
.history_box1 .info2 .item::after{
    content: '';
    position: absolute;
    top: 24px;
    right: 100%;
    width: 8px;
    height: 13px;
    background: url(../image/1631_img2.png)no-repeat center;
}
.cult_box1{
    padding-top: 55px;
    padding-bottom: 65px;
}
.cult_box1 h1{
    font-size: 26px;
    color: #61676a;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 60px;
}
.cult_box1 .tip{
    background-color: #267bb3;
    padding-top: 26px;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
}
.cult_box1 .tip h3{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
}
.cult_box1 .line{
    margin-bottom: 20px;
}
.cult_box1 .info{
    background-color: #f8f9fa;
    padding: 20px;
}
.cult_box1 .info p{
    color: #7e8182;
}
.cult_box1 .info p img{
    vertical-align: middle;
    margin-right: 5px;
}
.cult_box2 .container{
    border-top: 1px dashed rgb(67, 110, 138);
}
.cult_box2 h3{
    font-size: 26px;
    color: #61676a;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 45px;
}
.cult_box2 .info{
    padding-top: 21px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 30px;
    margin-bottom: 30px;
}
.cult_box2 .info p{
    font-size: 14px;
    color: #6c6e70;
}
.cult_box2 .info.num1{
    background: url(../image/1710_num1.png)no-repeat left top;
}
.cult_box2 .info.num2{
    background: url(../image/1710_num2.png)no-repeat left top;
}
.cult_box2 .info.num3{
    background: url(../image/1710_num3.png)no-repeat left top;
}
.cult_box2 .info.num4{
    background: url(../image/1710_num4.png)no-repeat left top;
}
.cult_box2 .info.num5{
    background: url(../image/1710_num5.png)no-repeat left top;
}
.cult_box2 .info.num6{
    background: url(../image/1710_num6.png)no-repeat left top;
}
.cult_box2{
    padding-bottom: 40px;
}
.cust_box1 p{
    margin-bottom: 10px;
}
.trade_box1 h3{
    position: relative;
    font-size: 36px;
    color: #262626;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 30px;
}
.trade_box1 h3::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 4px;
    margin-left: -50px;
    background: #005f9b;
}
.trade_box1 .row{
    margin-bottom: 20px;
}
.trade_box1 .info{
    padding-top: 20px;
}
.trade_box1 .info p{
    font-size: 14px;
    color: #545454;
}
.trade_box1 .img{
    text-align: center;
}
.team_box1{
    background: #e9e9e9;
}
.team_box2{
    background-color: rgba(0,0,0,0.69);
}
.team_box2 p{
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    text-align: center;
}
.team_box3 .img{
    text-align: center;
}
.team_box3 .tip{
    border-bottom: 2px solid #005f9b;
    font-size: 16px;
    color: #3b3939;
    line-height: 1.7;
}
.team_box3 .info1{
    padding-left: 40px;
    margin-top: 15px;
    background: url(../image/1016_icon1.png)no-repeat left center;
}
.team_box3 .info1 p,
.team_box3 .info2 p{
    font-size: 16px;
    color: #3b3939;
    line-height: 1.2;
}
.team_box3 .info2{
    padding-left: 40px;
    margin-top: 15px;
    background: url(../image/1016_icon2.png)no-repeat left center;
}
.team_box3 {
    padding-top: 60px;
    padding-bottom: 45px;
}
.team_box3 h3{
    font-size: 16px;
    color: #005f9b;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    margin-top: 10px;
}
.team_box3 p{
    font-size: 14px;
    color: #525252;
    line-height: 1.7;
}
.team_slick{
    padding: 0 25px;
    padding-bottom: 40px;
}
.team_slick img{
    margin: auto;
}
.team_slick .slick-dots li.slick-active {
    background: #248fc8;
}
.team_slick .slick-dots li {
    background: #869791;
}
.team_slick .slick-dots {
    bottom: 0;
}
.team_slick .slick-prev {
    height: 42px;
    width: 21px;
    background: url(../image/buttonstyle.png)no-repeat left top;
}
.team_slick .slick-next {
    height: 42px;
    width: 21px;
    background: url(../image/buttonstyle.png)no-repeat right top;
}
.team_box3 .contip{
    margin-top: 30px;
    background: #4f4f4f;
    padding: 10px;
}
.team_box3 .contip p{
    font-size: 16px;
    color: #fff;
}
.team_box3 .contip a.more{
    display: inline-block;
    line-height: 30px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #349aee;
    color: #fff;
}
.team_box3 .contip a.more:hover{
    background: #fff;
    color: #349aee;
}

.team_box4 .tip{
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 55px;
    background-position: left center;
    background-repeat: no-repeat;
    font-family: Times New Roman;
    font-size: 24px;
    color: #005f9b;
    letter-spacing: 0;
    line-height: 1.8em;
}
.team_box4 ul{
    overflow: hidden;
}
.team_box4 ul li{
    width: 14.28%;
    padding-left: 10px;
    margin-bottom: 10px;
    float: left;
}
.team_box4 ul li img{
    width: 100%;
}
.team_box4 p{
    font-size: 16px;
    color: #545454;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: center;
}
.team_box5{
    padding: 60px 0;
}
.service_box1{
    padding-top: 30px;
    padding-bottom: 30px;
}
.service_box1 h1{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
}
.service_box1 p{
    font-size: 14px;
    color: #545454;
}
.service_box2{
    padding: 40px 0;
    background-color: #003a60;
}
.service_box2 h3{
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.4em;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 30px;
}
.service_box2 p{
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.service_box2 .info{
    padding-right: 30px;
}
.service_box3{
    padding: 40px 0;
}
.service_box3 h3{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 30px;
}
.service_box3 p{
    color: #545454;
}
.service_box4{
    padding-bottom: 30px;
}
.service_box4 h3{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.video_box1 h1{
    line-height: 1.7em;
    text-align: center;
    font-size: 35px;
    color: #333;
    font-weight: 700;
}
.video_box1 .line{
    padding-bottom: 30px;
}
.video_box1 h3{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 10px;
    margin-right: 10px;
}
.video_box1 .row{
    margin: 10px 0;
}
.video_box1 .video{
    padding-top: 56.2%;
    width: 100%;
    position: relative;
}
.video_box1 .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_box1 p{
    margin-top: 5px;
    padding: 0 5px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.newpro .slick-prev{
    height: 42px;
    width: 21px;
background: url(../image/buttonstyle.png)no-repeat left top;
}
.newpro .slick-next{
height: 42px;
    width: 21px;
background: url(../image/buttonstyle.png)no-repeat right top;
}
.newpro{
padding: 0 25px;
padding-bottom: 50px;
}
.newpro .slick-dots li.slick-active{
background: #869791 !important;
opacity: .8;
}
.newpro .slick-dots li{
background: #869791 !important;
opacity: .5;
}
.newpro .slick-dots{
    border: 0 !important;
}
.newpro p{
margin-top: 5px;
font-size: 14px;
color: #545454;
}
.newpro p a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newpro p:hover{
color: #349aee;
}
.reltip{
    font-size: 24px;
    color: #333;
    line-height: 1.8;
    margin-top: 20px;
}
.contact_box1 h2{
    position: relative;
    font-size: 36px;
    color: #262626;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 50px;
}
.contact_box1 h2::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 4px;
    margin-left: -50px;
    background: #005f9b;
}
.contact_box1 .info{
    padding-top: 35px;
    padding-right: 26px;
    padding-bottom: 48px;
    padding-left: 26px;
    background-color: #ccc;
}
.contact_box1 h3{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
    padding-bottom: 15px;
}
.contact_box1 p{
    font-size: 16px;
    color: #000;
    line-height: 2;
}
.contact_box1 p img{
    vertical-align: top;
}
.contact_box1 h4{
    font-size: 18px;
    color: #545454;
    font-weight: 700;
    line-height: 1.7em;
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
}
.contact_box1 .form .tip{
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    color: #545454;
}
.contact_box1 .form .tip em{
    color: red;
    margin-right: 5px;
}
.contact_box1 .form .input{
    margin-bottom: 10px;
    position: relative;
}
.contact_box1 .form .input input[type=text],
.contact_box1 .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;
}
.contact_box1 .form .input textarea{
    resize: none;
    padding-top: 10px;
    height: 90px;
}
.contact_box1 .form .input.code input[type=text]{
    width: 100%;
}
.contact_box1 .form .input .verify{
    position: absolute;
    top: 24px;
    right: 0;
    height: 40px;
    cursor: pointer;
}
.contact_box1 .form .input .btn{
    border: 1px solid #204d74;
    border-radius: 4px;
    background: #204d74;
    color: #fff;
    font-size: 14px;
    width: 102px;
    height: 30px;
    cursor: pointer;
}
.contact_box2{
    padding-top: 40px;
    padding-bottom: 50px;
}
.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%;
}

.bill_box1 h3{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.bill_slick .slick-prev{
    height: 42px;
    width: 21px;
    background: url(../image/buttonstyle.png)no-repeat left top;
}
.bill_slick .slick-next{
    height: 42px;
    width: 21px;
    background: url(../image/buttonstyle.png)no-repeat right top;
}
.bill_slick{
    padding: 0 25px;
}
.bill_slick .img{
    text-align: center;
}
.bill_slick .img img{
    margin: auto;
}
.bill_box1 .img{
    text-align: center;
    margin-bottom: 20px;
}
.submenu_wrap ul li a.on{
    color: #2aa7ea;
}
.reprobox{
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    border-color: rgba(165,165,165,0.7);
}
.clearbox{
    clear: both;
    overflow: hidden;
}
.reprobox::before{
    clear: both;
    overflow: hidden;
}
.reprobox ul li{
    display: inline-block;
}
.reprobox ul li a{
    display: inline-block;
    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);
    line-height: 1.7em;
    color: #545454; 
}
.reprobox ul li a:hover{
    color: #349aee;
}
.hottag{
    margin-top: 20px;
}
.hottag h3{
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.hottag ul{
    border: 0 !important;
}
.hottag ul li{
    display: inline-block;
}
.hottag ul li a{
    background-color: #ddd;
    color: #000;
    border-radius: 20px !important;
    line-height: 40px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 10px;
}
.parameter ul li{
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
}
.parameter ul li span{
    display: inline-block;
    min-width: 100px;
}
@media (max-width: 1220px){
    
}
@media (max-width: 992px){
    .logo_box{
        padding: 15px 0;
    }
    .lang{
        position: absolute;
        right: 10px;
        top: 0;
    }
    .index_box2 .form{
        padding-left: 0;
        padding-top: 20px;
    }
    .index_box2 p{
        padding-left: 0;
    }
    .index_box3 .item .tip2{
        transform: translateY(0);
    }
    .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;
        padding: 0 10px !important;
    }
    .index_box6 .info_right .video_click{
        display: inline-block;
    }
    .index_box6 .info_right{
        padding-top: 20px;
        text-align: center;
    }
    .footer_copyright{
        padding-bottom: 50px;
    }
    .application_box1{
        padding: 40px 0;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
    .application_box2 ul li{
        width: 100%;
    }
    .application_box2 ul li .tip{
        transform: translateY(0);
    }
    .appdeils_box1{
        padding: 40px 0;
    }
    .appdeils_box1 h1{
        font-size: 30px;
    }
    .appdeils_box2 .tab_tab .btns .btn{
        margin-right: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .daitem .img img{
        width: 100%;
    }
    .seven_box1 h1{
        font-size: 20px;
        background-size: 30px;
    }
    .cert_box1 ul li{
        width: 50%;
    }
    .mnone,
    .midimg{
        display: none;
    }
    .team_box4 ul li{
        width: 50%;
    }
}
@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%;
        right: 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("../image/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) {

}