/*公共样式*/
body{
    font-size: 14px;
    color: #333;
    min-width:1317px;
    font-family:Arial,"microsoft yahei",'SimSun','tahoma','MS Gothic',Helvetica,sans-serif;
}
.container{
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
/*字体颜色*/
.t-blue{color:#106bfd;}
.t-links{color: #005ad9;}
.t-more{color:#416fc2}
.t-white{color: #fff;}
.t-greey{color: #cbcccd;}
.t-bdbdbd{color: #bdbdbd;}
/*字体大小*/
.t18{font-size: 18px;}
.t16{font-size: 16px;}
.t15{font-size: 15px;}
.t14{font-size: 14px;}
.t13{font-size: 13px;}
/*最小高度*/
.min100{min-height:100px;}
.min200{min-height:200px;}
.min300{min-height:300px;}
.min400{min-height:400px;}
.min500{min-height:500px;}
.min600{min-height:600px;}
.min700{min-height:700px;}
.min800{min-height:800px;}
/*字体粗体*/
.t600{font-weight: 600;}
.t500{font-weight: 500;}
.t400{font-weight: 400;}
/*清除浮动*/
.clearFix:after{
    content:"";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix{
    *zoom:1;
}
/*左浮动*/
.left{float: left;}
/*右浮动*/
.right{float: right;}
/*选中链接*/
.current{
    color: #005ad9 !important;
    background-color: #d4e6ff !important;
}
/*面包屑导航*/
.short-nav{
    overflow: hidden;
    margin-top:15px;
    margin-bottom: 0px;
    height:32px;
}
.short-con{
    float: left;
    height:inherit;
    text-align: left;
    line-height: 32px;
    color: #999;
    padding: 0 15px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.short-con a{
    color: #999;
}
/*空白块*/
.blank15{
    height: 15px;
    width: inherit;
}
/*最顶部广告栏*/
.top_banner{
    height: 82px;
    background: url("/images/banner/top_banner.png") no-repeat top center;
    -webkit-background-size: 100% 82px;
    background-size:  100% 82px;
}
/*顶部导航栏*/
.nav-box{
    height: 130px;
    background-color: #fff;
    /*line-height: 130px;*/
}
.nav-box .nav{
    /*height: 100%;*/
    /*border: 1px solid black;*/
}
.nav-box .nav .logo{
    /*height: 100%;*/
    margin-top: 34px;
    width: 185px;
    /*border: 1px solid black;*/
}
.nav-box .nav .logo img{
    float: left;
    /*border: 1px solid black;*/
}
.nav-box .nav .logo h2,
.nav-box .nav .logo p{
    height: 30px;
    width: 120px;
    line-height: 30px;
    float: right;
    font-weight: 700;
    /*border: 1px solid black;*/
}
.nav-box .nav .logo h2{
    margin-top: 3px;
    font-size: 28px;
    color: #0770b4;
}
.nav-box .nav .logo p{
    font-size: 18px;
}
.nav-box .nav .nav-links{
    margin-left: 40px;
    margin-top: 51px;
    width: 780px;/*808,790*/
    height: 34px;
    position: relative;
}
.links-current{
    color: #106bfd;
    border-bottom: 3px solid #106bfd;
}
.nav-box .nav .nav-links ul li{
    float: left;
    padding: 0 14px;
}
.nav-box .nav .nav-links ul li a:hover{
    color: #106bfd;
    border-bottom: 3px solid #106bfd;
}
.nav-box .nav .nav-links ul li a{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 13px;
}
/* 频道下拉菜单 */
.cityLi .cityBox{
   display: none;
   background-color: #fff;
   width: 860px;
   height: 55px;
   /* border:1px solid black; */
   box-shadow: 0 0 20px #c5d8fc;
   position: absolute;
   top: 35px;
   left: 0px;
   padding-top: 8px;
   z-index: 100;
 }
.cityLi .cityBox ul li{
   float: left;
   /*margin-right: 30px;*/
   min-width: 50px;
   max-width: 150px;
   /*border:  1px #f00 solid;*/
   text-align: center;
   padding: 0;
   height: 25px;
   line-height: 25px;
   margin-top: 10px;
}
.cityLi .m300{
    margin-left: 300px;
}
/*.cityLi .cityBox ul li:first-child{
   margin-bottom: 10px;
   color: #006aff;
   margin-top: 0px;
}
.cityLi .cityBox ul li:first-child a{
   border-bottom: 3px solid #006aff;
}*/
 
/*.cityLi .cityBox ul li:not(li:first-child) a:hover{
   border-bottom: none !important;
}*/
.cityLi:hover .cityBox{
   display:block;
}
.cityOn{
   color: #006aff !important;
}
/*搜索*/
.nav-box .nav .search-box{
    /*overflow: hidden;*/
    margin-top: 45px;
    width: 284px;/*247*/
    height: 40px;
}
/* 登录头像部分 开始 */
.loginregister1{
    margin-left:221px;
    height:40px;
    width: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginregister1>a{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.loginregister1:hover{
    border-bottom: 3px solid #106bfd;
}
.headimgbox1{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 40px;
}
.headimgbox1 .abcd{
    width: 30px;
    height:30px;
}
.headimgbox1>.abcd>a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 1px solid red; */
    overflow: hidden;
}
.headimgbox1>.abcd>a>img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.headimgbox1>.abcd:hover div.reltive{
    display: block;
    transition: all .2s;
}
.reltive{
    display:none;
    position: absolute;
    top: 34px;
    left: -34px;
    width: 90px;
    height: 132px;
    z-index: 9999;
    box-sizing: border-box;
}
.reltive .ullistwrap{
    position: relative;
    margin-top: 7px;
    width: 90px;
    height: 122px;
    background-color: #fff;
    box-shadow: 0 0px 10px #c3cbd4;
}
.reltive .ullistwrap:before{
    content: '';
    position: absolute;
    top: -14px;
    left: 69px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.reltive .ullistwrap ul{
    padding: 15px  15px;
}
.reltive .ullistwrap ul li{
    margin-bottom: 13px;
}
.reltive ul li a{
    font-size: 14px;
    color: #999;
}
.usercurrent{color: #006aff!important;}
.reltive .ullistwrap ul li:hover a{
    color: #006aff;
}

/* 登录头像部分 结束 */
.nav-box .nav .search-box .head-ico{
    /* margin-right: 12px; */
    margin-top: 4px;
    width: 31px;
    height: 31px;
    cursor: pointer;
}
.nav-box .nav .search-box .head-ico>img{
    width:30px;
    height: 30px;
}
.nav-box .nav .search-box .search{
    position: relative;
    float: left;
    width: 200px;
    height: 36px;
    border: 1px solid #a2a2a2;
    border-radius: 18px;
}
.nav-box .nav .search-box .search select{
    position: absolute;
    top: 9px;
    left: 4px;
    width:53px;
    font-size: 13px;
    border: 0;
    outline: none;
}
.nav-box .nav .search-box .search span{
    position: absolute;
    top: 0px;
    left: -2px;
    font-size: 18px;
    color: #eee;
}
.nav-box .nav .search-box .search input{
    position: absolute;
    top: 7px;
    left: 71px;
    width: 90px;
    outline: none;
    border: 0;
    hei
    height: 20px;
}
/*修改placeholder字体颜色*/
.nav-box .nav .search-box .search input::-webkit-input-placeholder{
    color:#ccc;
}
.nav-box .nav .search-box .search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
.nav-box .nav .search-box .search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
.nav-box .nav .search-box .search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc;
}
.nav-box .nav .search-box .search .search-ico{
    position: absolute;
    top: 11px;
    right: 15px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("/images/icon/search.png");
}
    /*友情链接*/
.links-box  .f-link{
    /*overflow: hidden;*/
    position: relative;
    width: 1300px;
    height: 70px;
    background: #f8f8f8;
    margin: 40px auto;
}
.links-box  .f-link .vertical-bar{
    width: 10px;
    height: 70px;
    float: left;
    background: url("/images/icon/vertical-bar.png");
}
.links-box  .f-link .link-text{
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 20px;
}
.links-div{
    /* position: relative; */
    float: left;
    width: 360px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin: 13px 10px;
    border-radius: 21px;
    background-color: #f1f6fe;
    color: #3f8cf8;
}
.links-div.links-select>a{
    display: block;
    background: url(/images/icon/select_jiantou.jpg) no-repeat 320px;
}
/* .links-div span{
    position: absolute;
    top: 18px;
    right: 17px;
    display: inline-block;
    width: 10px;
    height: 6px;
    transition: transform 0.5s;
    background: url("/images/icon/arrows.png") no-repeat;
} */
.links-div:hover span
{
    transform: rotateZ(-180deg);
    -ms-transform:rotate(-180deg); /* IE 9 */
    -webkit-transform:rotate(-180deg); /* Safari and Chrome */
}
/*友情链接下拉框*/
.links-div .dorp-down-box{
    display: none;
    position: absolute;
    bottom: 57px;
    left: 22px;
    width: 1257px;
    max-height: 270px;
    min-height: 60px;
    /*height: 140px;*/
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #fff;
    background-color: #eee;
    z-index: 2;
    color: #000;
}
.links-div:hover .dorp-down-box{
    display:block;
}
.links-div .dorp-down-box ul li{
    float: left;
    box-sizing: border-box;
    overflow:hidden;
    padding-left: 10px;
    width: 25%;
    text-align: left;
    line-height: 26px;
}
.links-div .dorp-down-box ul li a{
    display: block;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: normal;
}
.links-div .dorp-down-box ul li:hover a{
    color: #398bdc;
}
/*页脚 start*/
.footer-box{
    height: 300px;
    /*width: 100%;*/
    /*width:1300px;*/
    background-color: #2c2d34;
}
.footer{
    position: relative;
    overflow: hidden;
    height: 300px;
    background-color: #2c2d34;

}
.footer .about-text{
    position: relative;
    width: 1308px;
    height: 300px;
    float: left;
}
.footer .about-text .aboutus{
    position: absolute;
    top: 49px;
    left: 0;
    margin-bottom: 42px;
    color: #fff;
}
.footer .about-text .aboutus span:nth-child(2){
    margin: 0 18px;
    color:#77776c;
}
.footer .about-text .about-words{
    position: absolute;
    top: 107px;
    left: 0;
    width: 700px;
    min-height: 80px;
    color: #777777;
}
.footer .about-text .about-words span{
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 10px;
    vertical-align: top;
}

.footer .about-text .about-words span.tel-number em{
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}
.footer .about-text .about-words span.tel-number i{
    word-break: normal;
    font-style: normal;
    line-height: 21px;
}
.footer .about-text .about-words span i{
    display: inline-block;
}
.footer .about-text .about-words span:nth-child(3){
    margin-right: 0;
}
.footer .about-text .footer-line{
    position: absolute;
    top: 82px;
    left: 0;
    width: 980px;
    height: 1px;
    background-color: #3d3e46;
}
.footer .QR-code{
    position: absolute;
    top: 0px;
    right: 10px;
    width: 206px;
    height: inherit;
    background: url("/images/QRcode.png") no-repeat right 30px;
}
/*页脚 end*/


