.clearfix{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zoomImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.zoomImg:hover{
    transform: scale(1.2)
}
/* 头部 */
.headerBox{
    width: 1300px;
    height: 130px;
    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;
}
/* 头部结束 */
/* 导航开始 */
.NavActive{
    color: #0039c0 !important;
}
.NavBody{
    width: 100%;
    border-top: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;
}
/* 导航结束 */
/* 新闻内容  */
.newsContent{
    width:1300px;
    margin: 0 auto;
}
.newsContentNav{
    display: flex;
    align-items: center;
    margin-top: 20px;
    float: right;
}
.newsNavList{
    display: flex;
    color: #595959;
    font-size: 18px;
}
.newsNavList li{
    margin-right: 5px;
}
.newsTitle{
    display:table;
    margin:0 auto;
    margin-top: 60px;
}
.newsTitle p:nth-child(1){
    color: #000;
    font-size: 40px;
}
.newsTitle p:nth-child(2){
    color: #595959;
    font-size: 16px;
    margin-top: 10px;
}
.content_Body{
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.content_text{
    width: 1300px;
    margin: 0 auto;
    padding: 30px 50px;
    color: #595959;
    font-size: 18px;
    text-indent: 30px;
    line-height: 30px;
    box-sizing: border-box;
    line-height: 32px;
    text-align:justify;
}
.content_text img{
    width: 100%;
    margin-top: 10px;
}
.content_text a{
    color:#0075ff !important;
}
.news_footer{
    cursor: pointer;
    width: 1300px;
    margin: 50px auto;
    padding: 0px 47px;
    box-sizing: border-box;
}
.news_footer p:nth-child(1){
    color:#0075ff;
    font-size: 18px;
}
.news_footer p:nth-child(2){
    color:#595959;
    margin-top: 10px;
    font-size: 18px;
}
/*  新闻内容  */
/* 底部 */
.footer{
    background: #2d2f2d;
    width: 100%;
  /*   height: 490px;*/
    box-sizing: border-box;
    padding-top: 70px;
}
.footerBlock{
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}
.footer_top{
    display: flex;
    justify-content: space-between;
}
.footer_top_left{
    width: 75%;
}
.footer_top_ul{
    display: flex;
    justify-content: space-between;
}
.footer_top_ul h3{
    font-size: 17px;
    color: #f9f4e7;
}
.footer_top_ul ul{
    margin-top: 15px;
}
.footer_top_ul ul li{
    font-size: 16px;
    color: #f9f4e7;
    display: flex;
    margin-top: 8px;
    align-items: center;
}
.footer_top_ul ul li img{
    margin-right: 3px;
}
.footer_top_ul ul li a{
    font-size: 16px;
    color: #f9f4e7;
}
.footer_top_right{
    width: 25%;
    height: 100%;
    text-align: right;
}
.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;
}
/* 底部结束 */

.dingzhi_title{
    text-align: center;
    font-size: 36px;
    color: #0d0408;
    margin-bottom: 30px;
}
.dingzhiBox{
    display: flex;
}
.InputBox{
    width: 80%;
    padding: 20px 40px;
    background:#f0f0f0; 
    display: flex;
    justify-content: space-between; 
    align-items:center;
}
.xunjiaBtn{
    width: 207px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #0d41bb;
    border: none;
    outline: none;
    margin: 0 auto;
}
.InputBox input {
    height: 70px;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
}
.littletitle{
    background-image:url(../images/del_bj.jpg);
    height: 45px;
    width: 120px;
    color:#fff;
    text-align: center;
    margin: 15px 0 10px;
    text-indent: 0px;

}
.right{float: left; background: #e9e9e9;padding: 40px;width: 90%;text-align: center}
.tit04 span{display: block;font-size: 20px;}
.tit04 p{color: #797979;color: #797979;}
.mestel{background: url(../images/cion14.jpg) left center no-repeat;padding-left:60px; }
.mestel span{display: block; }
.mestel p{font-size: 27px;color: #f96c12;}

.solfooter {
    width: 1173px;
    margin: 0 auto;
    background: #e9e9e9;
    padding:10px 23px;
}

.solfooter_title {
    font-size: 30px;
    color: #3a3a3a;
    font-weight: bold;

}

.solfooter_title2 {
    font-size: 20px;
    color: #797979;
    margin-top: -5px;
}

.itemBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
}

.item {
    width: 48%;
    display: flex;
    align-items: center;
}

.item input {
    width: 360px;
    height: 52px;
    border: 1px solid #d4d4d4;
}

.item p {
    width: 100px;
    margin-right: 35px;
}

.itemText {
    color: #676767;
    font-size: 24px;
    white-space: nowrap;
}

.itemaa {
    color: #676767;
    font-size: 24px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 23px;
}

.itemaa p {
    width: 100px;
    margin-right: 35px;
}

.itemaa input {
    width: 100%;
    height: 52px;
    border: 1px solid #d4d4d4;
}

.myradio {
    width: 23px !important;
    height: 23px !important;
    margin-right: 18px;
}
.myul{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #676767;
}
.tijiao{
    width: 246px;
    height: 61px;
    border: 10px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 61px;
    background: #0d41bb;
    border-radius: 10px;
    margin: 60px auto;
}
.solutionshang{
    width: 35%;
    float:left;
    text-align:justify;
    margin-left: 14px;
    margin-left:2%;
    padding-right:3.5%;
}
.solutionshangimg{
    width:55%;
    float:left;
    padding-left:2%;
    border-left:2px solid #c9c9c9;
}
.solutionyou{
    width:53%;
    float:left;
}
.solutionyourigh{
    width:45%;
    float:left;
}

/*********新闻按钮************/
.contentLink {
    color: #fff;
    padding: 6px 15px !important;
    text-indent: 0px;
    display: inline-block;
    border-radius: 23px;
    position: relative;
    background: -webkit-linear-gradient(left, #d7323b, #701034);
    background: -moz-linear-gradient(right, #d7323b, #701034);
    background: -o-linear-gradient(right, #d7323b, #701034);
    background: linear-gradient(to right, #d7323b, #701034);
    padding: 10px 55px 10px 30px !important;
    line-height: 26px;
    margin: 0px 5px;
}
.contentLink:before {
    content: '';
    position: absolute;
    background: url(../images/smallicon03.png) no-repeat left center;
    background-size: 100%;
    width: 11px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 10px;
}
.contentLink:after {
    content: '';
    position: absolute;
    background: url(../images/smallicon04.gif) no-repeat left center;
    background-size: 100%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    top: 50%;
    margin-top: -19px;
    right: 4px;
}
.bqonline {
    font-size: 16px;
    line-height: 1;
    text-indent: 0;
    color: #fff;
    background-color: #e9250c;
    background-image: linear-gradient(to right,#fe986c,#e9250c);
    padding: 5px 5px 5px 15px;
    border-radius: 50px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 5px;
    box-shadow: 0 0 0 3px #fff;
}
.bqonline:before {
    content: "";
    width: 40px;
    border: 1px dotted #fd8f67;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -3px;
    bottom: -3px;
    z-index: -1;
}
.bqonline:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/swtbtn-zs.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}