.clearfix{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zoomImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.zoomImg:hover{
    transform: scale(1.1)
}
/* 悬浮列表 */
.suspension{
    display: none;
    position: fixed;
    top: 36%;
    left: 45px;
    z-index: 15;
}
.suspensionImg{    
    position: absolute;
    top: -75px;
    left: -16px;
}
.quxiao{
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -28px;
}
.suspension ul{
    background: #fff;
    width: 212px;
    padding: 10px 25px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 4px 5px #e7e7e7;
}
.suspension li{
    border-bottom: 1px solid #dfdfde;
    font-size: 18px;
    color: #5b5b5b;
    padding: 5px 0px;
    cursor: pointer;
}
.suspension li:hover{
    color:#ec4300; 
}
/* 悬浮列表结束 */
.headerBox{
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerBox_rightBox{
    margin-right: 43px;
}
.headerBox_rightBox,.headerBox_rightBox div{
    display: flex;
    align-items: center;
}
.headerBox_rightBox div:nth-child(1){
    margin-right: 30px;
}
.headerBox_rightBox div img{
    width: 25px;
    height: 25px;
    margin-right: 13px;
}
.headerBox_rightBox div p{
    font-size: 20px;
    color: #0d41bb;
    font-weight: 900;
}
.language ul,.headerBox_right{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.language ul li{
    text-align: center;
    font-size: 16px;
    color: #595959;
    padding: 0px !important;
    margin: 0px !important;
    height: 18px !important;
    line-height: 18px !important;
    cursor: pointer;
}
.header_block{
    position:fixed;
    top:0px;
    left:0px;
    z-index:20;
    background:#fff;
    width:100%;
}
.boxshadow{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* 头部结束 */
/* 导航开始 */
.NavActive{
    color: #0039c0 !important;
}
.NavBody{
    width: 100%;
    border-top:1px solid #adadad;
    border-bottom:1px solid #adadad;
}
.NavList{
    width: 1300px;
    margin: 0 auto;
    height:50px;
    box-sizing: border-box;
}
.NavList ul {
    display: flex;
    justify-content: space-between;
    font-size:18px; 
    line-height: 50px;
}
.NavList ul a{
    color:#1a1c1d;  
}
.NavList ul a:hover{
    color: #0039c0;
}

/* 导航结束 */
/* 产品中心 */
.productActive{
    background: #0d41bb !important;
    color: #fff !important;
}
.productBody{
    background: #f6f6f6;
    width: 1300px;
    margin: 0 auto;
}
.productNav{
    width: 844px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.productItem{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.productNavItem{
    width: 183px;
    text-align: center;
    color: #0c0408;
    background: #eeeeee;
    border: 1px solid #0d41bb;
    height: 45px;
    line-height: 45px;
    letter-spacing:5px;
    cursor: pointer;
    transition: background 0.5s,color 0.5s;
    -webkit-transition: background 0.5s,color 0.5s;
    -ms-transition:background 0.5s,color 0.5s;
    -moz-transition: background 0.5s,color 0.5s;
}
.productNavItem:hover{
    background: #0d41bb !important;
    color: #fff !important;
}
.item_block{
    width: 300px;
    height: 218px;
    background: #fff;
    box-shadow: 0px 0px 20px #ededed;
    -ms-box-shadow: 0px 0px 20px #ededed;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -ms-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    -ms-behavior: url(PIE.htc);
    behavior: url(PIE.htc);
}
.item_block:hover{
    box-shadow: 0px 0px 20px #d6d6d6;
}
.productMore a{
    color:#0c0408;
    font-size:19px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.productMore a:hover{
    color: #0039c0;
}
/* 产品中心结束 */
/* 解决方案 */
.solveItem{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
}
.solvegengduo{
    font-size: 18px;
    color:#000000;
    text-align:right;
    cursor: pointer;
}
.solvegengduo:hover{
    color:#0039c0 !important; 
}
.solveItem div img{
    width: 100%;
}
.solveBlock{
    position: relative;
    width: 33.3%;
    box-sizing: border-box;
}
.solveitem_block{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    box-sizing: border-box;
    transition:background 0.5s; 
}
.solveitem_block:hover{
    background:rgba(0, 0, 0, 0.7)
}/*
.solveitem_block:hover .item_block_item{
    border:1px solid #fff;
}*/
.solveitem_block:hover{
    border:1px solid #fff;
}
.item_block_item{
    overflow: hidden;
    width: 100%;
   /* height: 90%;*/
    border: none; 
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height:410px;
    transform: rotate(0deg);
    transition: border 0.5s;
    border: 1px solid rgba(0,0,0,0);
	margin-top:-60px;
} 
/* 解决方案结束 */
/* 品牌服务 */
.brandBody{
    width: 1300px;
    margin: 0 auto;
}
.brand_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.brand_Item{
    width: 415px;
    height: 320px;
    position: relative;
    overflow:hidden;
}
.brand_Item_block{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    color: #fff;
}
.brandFooter_box{
    width: 48%;
    height: 320px; 
}
.brandFooter_text{
    background: #f5f5f5;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}
.brand_title{
    font-size: 32px;
    color: #172a88;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.brand_container{
    margin-top: 32px;
    font-size: 16px;
    color: #000;
    text-indent: 20px;
}
/* 品牌服务结束 */
/* 新闻 */
.newsActive{
    background: #0d41bb !important;
    color: #fff !important;
}
.newsBody{
    width: 1300px;
    margin: 0 auto;
}
.newsTitle{
    width: 570px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.newsNavList{
    cursor: pointer;
    width: 135px;
    height: 41px;
    font-size: 22px;
    color: #000000;
    border: 1px solid #0d41bb;
    text-align: center;
    line-height: 41px;
    transition: background 0.5s,color 0.5s;
}
.newsNavList:hover{
    background: #0d41bb !important;
    color: #fff !important;
}
.news_content{
    width: 100%;
    margin-top: 50px;
    height: 620px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 20px;
}
.news_content_left{
    position: relative;
    width: 45%;
    box-shadow: 10px 10px 5px #ededed;
}
.news_content_left img{
    height: 415px;
    width: 100%;
}
.news_content_left_footer{
    box-shadow: 10px 10px 5px #ededed;
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.top{
    width: 100%;
    height: 90px;
    display: flex;
}
.newDate{
    width: 150px;
    height: 100%;
    background: rgba(11, 65, 187, 0.9);
}
.newDate_right{
    width: 100%;
    height: 100%;
    background: #f3f3f3;
}
.newDate_right a{
    color:#000;
    font-weight: 900;
}
.newsTitle a{
    color:#565758;
    font-weight: 900;
}
.newDate_right p{
    font-size: 20px;
    color: #000;
    font-weight: 900;
    margin-left: 30px;
    margin-top: 28px;
}
.newsFooter{
    width: 100%;
    height: 155px;
    background: #f3f3f3;
    font-size: 14px;
    padding:35px 25px 33px 25px; 
    box-sizing: border-box;
}
.news_content_right{
    width: 51%;
}
.newsDate2{
    width: 90px;
    margin-right: 28px;
}
.news_content_right_item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 27px;
    cursor: pointer;
}
.news_content_right_item:hover .newsDate2 p,.newsTitle{
    color: #0b41bb;
}
.news_content_right_item:hover .newsTitle{
    color: #0b41bb;
}
.news_content_right_item:hover .newsRight{
    color: #0b41bb;
}
.newsDate2 p:nth-child(1){
    font-size: 30px;
    color: #565758;
    font-weight: 900;
    text-align: center;
}
.newsDate2 p:nth-child(2){
    font-size: 16px;
    color: #565758;
    margin-top: -5px;
}
.news_container{
    position: relative;
}
.newsRight{
    position: absolute;
    right: 100px;
    top: 66px;
    font-size: 14px;
}
.news_container p:nth-child(1){
    color: #565758;
    font-size: 22px;
    font-weight: 900;
    margin-top: 5px;
}
.news_container p:nth-child(2){
    margin-top: 5px;
    font-size: 14px;
    color: #565758;
}
/* 新闻结束 */
/* 合作伙伴 */
.partner{
	display:none;
    width: 100%;
    position: relative;
}
.xiantiao{
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    animation: Myshow 1.5s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
    /*  -moz-animation: Myshow 2s;
     -ms-animation:Myshow 2s;
     -webkit-animation: Myshow 2s;
     -o-animation: Myshow 2s; */
}
@keyframes Myshow{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.zixun{
    width: 100%; 
}
.zixunBtn{
    width: 175px;
    height: 45px;
    border: 1px solid #fff;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    float: right;
    margin-right: 13px;
}
.phone{
    text-align: right;
    font-size: 32px;
    color: #fff;
    font-style: italic;
    font-weight: 900;
}
.yqA p{
    font-size: 15px;
    color: #fff;
}
.yqA{
    padding-top: 50px;
}
.yqA p a{
    font-size: 15px;
    color: #fff;
    margin-left: 15px; 
}
.banquan p{
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}
/* 底部结束 */

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
    line-style:none
}

element.style {
}
.slick-dots li button {
    transition: all 0.8s ease-in-out;
}
.slick-dots li button {
    background: #fff;
    border-radius: 50%;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 16px;
    width: 16px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}

button, input, select, textarea {
    font-size: 100%;
    border: none;
    outline: none;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
   
    font-family: 'NotoSansHans Medium';
}
user agent stylesheet
button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
.slick-dots { position: absolute; bottom:80px;z-index:1; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 16px; width:16px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: 'NotoSansHans Medium'; font-size: 6px; line-height: 20px; text-align: center; /* color: black; */ filter:alpha(opacity=25);-moz-opacity:0.25;-khtml-opacity: 0.25; opacity: 0.25;; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity: 0.75; opacity: 0.75; }
.slick-dots li button {
    background: #fff;
    border-radius: 50%;
}
.slick-dots .slick-active button{
    background:#f7ac1b;
    width:55px;
    border-radius: 20px;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.8s ease-in-out;}
	.suspension{
		display:none !important;
	}
        .swiper-container1{
            display:none;
        }