body{padding:0;border:0; margin:0;font-size: 14px;font-weight: normal;color: #333333;}
div,form,img,ul,ol,li,dl,i,u,span,dt,dd,em,i,h1,h2,h3,h4,p{ padding:0; border:0;margin:0;list-style:none;font-style:normal;}
a{text-decoration:none; color:#333; outline:none; cursor:pointer}
a:hover{ text-decoration: none;}
ul,li{list-style: none}
h2,h3{text-overflow: ellipsis; white-space: normal; font-weight: normal;}
img{vertical-align: bottom;}
footer div:nth-child(2) img,.swiper-container01 img,.main_pd > a > img{ width: 100%; }

.flex-center {
  display: flex;
  justify-content: center;   /* 水平居中 */
  align-items: center;       /* 垂直居中 */
}

.logo {
  font-size: 32px;           /* LOGO 字体大小 */
  font-weight: bold;
  color: #333;               /* 默认颜色 */
  text-decoration: none;     /* 去掉下划线 */
  font-family: "Microsoft YaHei", sans-serif;
}

.logo span {
  color: #c00;               /* 如果需要部分文字高亮，可以用 <span> 包裹 */
}



/*wrap*/
.box,header{margin: auto; max-width: 1920px; min-width: 1200px; }
.mt60{ margin-top: 60px; }
.mt40{ margin-top:40px;}
.mb40{ margin-bottom: 40px;}
.mt30{ margin-top:30px;}
.mb30{ margin-bottom:30px;}
.pb30{ padding-bottom:30px; }
.pd20{padding: 20px;}
.pb40{ padding-bottom:40px; }
.pb60{ padding-bottom:60px; }
.wrap{padding-left:5%;padding-right:5%;clear:both; box-sizing: border-box;min-width: 1300px;}
.flex{display: flex; flex-wrap: wrap}
.flex-justify{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-justify-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-justify-around{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.no-word{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clear{ *zoom:1; }
.clear:after{
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.left{float: left;}
.right{float: right;}

/*header*/
header{
    box-sizing:border-box;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background: #fff;
} 
header h1{
    padding: 5px 0;
    width: 240px;
    /*background: url('/images/logo_bg.jpg') no-repeat center right;*/
}
header h1 img{
    width: 100%;
}
.main_box{
    position: relative;
    width: calc(100% - 25%);
    background: url('http://www.hitongxin.com/images/logo_bg.png') no-repeat center left #007ec8;
}
.main_nav {
    box-sizing:border-box;
    width: fit-content;
    height: inherit;
    z-index: 999999;
}
.main_nav > li > a{
    display: block;
    width: 100px;
    height: inherit;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height:80px;
    z-index: 999;
}
.main_nav > li{position: relative; margin-left:5px;height: inherit}
.nav-close{position: absolute; top: 14px;right: 20px; }
.nav-close .iconfont{ font-size: 25px; color:#0073C2;}
.nav-button{display: none;padding-top: 15px; position: absolute;right: 10px;}
.phone-nav{
    overflow: auto;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .5s;
}
.phone-nav > ul{overflow: hidden; width: 100%; }
.phone-nav > ul > li{
    position: relative;
    padding-left: 18px;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}
.phone-nav > ul > li:nth-child(1){border-bottom: 1px solid #ddd;}
.nav_active,.main_nav > li > a:hover{ 
   color: #B50028!important;
/*   background: #1A87D3;*/
}
.nav_active > a,.nav_active .iconfont{ color: #fff!important; }
.nav_active > a{ padding: 15px 0 15px 10px!important; }
.phone-nav > ul > li > a{
    display: inline-block;
    padding: 15px 0;
    width: calc(100% - 90px);
    box-sizing: border-box;
    color: #0073C2;
}
.sub_nav_icon{
    width: 70px;
    line-height: 55px;
    height: 55px;
    text-align: center;
}
.sub_nav_icon .iconfont{
    font-size: 18px;
    color: #fff;
}
.sub_nav_show {
    display: none;
    padding:0 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background: #B50028;
}
.sub_nav_show li{
    padding: 10px 0; 
}
.sub_nav_show li a{ color: #fff }
.phone-nav > ul > li.cur .sub_nav_show{
    display: block;
}


/*导航下拉*/
.main_nav > li:hover .sub_nav{display: block }
.sub_nav{
    display: none; 
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 200px;
    height: auto;
    background: rgba(255,255,255,.85); /*#1B4A9C*/;
    /*border-top: 3px solid #007EC8;*/
    z-index: 99;
    zoom: 1;
    clear: both;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.sub_nav ul{
    width: 100%;
}
.sub_nav a{ color: #333 }
.sub_nav_list li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.sub_nav_list a{
    position: relative; 
    display:block;
    overflow: hidden;
    padding:14px 20px;
    box-sizing: border-box;
    width: 100%;
    color: #666;
}
.sub_nav_list a i{
    display: inline-block;
    width: 20px;
}
.sub_nav_list a:hover {
    background: #1A87D3;
    color: #fff;
}
/*.sub_nav_list a p
    position: absolute;
    left: 0;
    width: 100px;
}
.sub_nav_list a p:nth-child(1){
    top: 0;
}
.sub_nav_list a p:nth-child(2){
    top: -35px;
}*/
/*.sub_nav_list a:hover p:nth-child(1){
    top: -35px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.sub_nav_list a:hover p:nth-child(2){
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}*/

/*底部*/
/*底部*/
footer{
    padding: 20px 0;
    position: relative;
    box-sizing: border-box;
    background: #111720;
    color: #fff;
    line-height: 25px;
}
.footer_contact h3{ font-size: 20px }
.footer_contact h3 span{padding-left: 10px; font-size: 14px; }
.footer_contact ul{ color: #939393;margin-top:10px }
.footer_contact ul .iconfont{ padding-right: 10px;font-size: 18px;}
.footer_contact ul li{ padding-bottom: 5px; }
.footer_contact ul li:nth-child(3){padding-bottom: 0;}
footer div:nth-child(2){ width: 100px; }
.footer_bottom{ height: 50px; line-height: 50px;color: #fff;background:#10151e;}
.footer_bottom a{ color: #fff; }


/*返回顶部按钮*/
.backtop{
    position: fixed;
    bottom:60px; 
    right: 10px; 
    display: none; 
    z-index:999;
    width:36px; 
    height:36px; 
    background:rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 50%;
    cursor:pointer;
}
.backtop .iconfont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*手机底部按钮*/
.mfoot{display:none;width:100%; height:auto; margin:0 auto;background: rgba(0,0,0,.8);position:fixed; z-index:900; bottom:0;}
.mfoot-li{width:25%;float:left;}
.mfoot-li span{font-size: 25px;}
.mfoot-li a{display:block;width:100%;text-align:center;color:#FFF;}
.mfoot-li a p{line-height:18px; text-align: center;}
.mfoot-li a img {width:30px;vertical-align:middle;}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    .wrap{ padding-left:13%; padding-right:13% ; }
    .main_nav { right: 13%;}
    .main_box {width: calc(100% - 22%);}
}
@media (max-width:1200px ) and (min-width:991px){
    .phone-nav{display: none!important;}
}
/*@media (max-width:991px ) and (min-width:770px){
    .main_box {width: calc(100% - 80%);}
    .box,header{ min-width: 100%; }
    .mt40,.mt60 {margin-top: 20px;}
    .mt30 {margin-top: 15px;}
    .wrap{padding-left:3%;padding-right:3%;}
    .main_nav,.footer_text{display: none;}
    .nav-button{display: block;}
    .nav-button{padding-top: 40px;}
    header{height: 50px}
    header h1 {width: 190px;}
     .footer_bottom {height: auto;line-height: 25px;}
}*/
@media (max-width:650px) and (min-width:320px) {
    .box,header{ min-width: 100%; }
    .mt40,.mt60{margin-top: 20px;}
    .mb40,.mb30{ margin-bottom: 20px;}
    .mt30 {margin-top: 15px;}
    .wrap{padding-left:3%;padding-right:3%;min-width: unset;}
    .main_nav,.footer_text{display: none!important;}
    .nav-button{display: block;}
    header{height: 50px}
    header h1 {width: 190px;}
    .footer_bottom {height: auto;line-height: 25px;}

} 


