﻿/* 清除a的样式,全局的要移动到公共的 */
 /*包含以下五种的链接*/
html{
     width:100%;
    overflow-x:hidden;
}
 a {
     text-decoration: none;
 }
 /*正常的未被访问过的链接*/
 a:link {
     text-decoration: none;
 }
 /*已经访问过的链接*/
 a:visited {
     text-decoration: none;
 }
 /*鼠标划过(停留)的链接*/
 a:hover {
     text-decoration: none;
 }
 /* 正在点击的链接，鼠标在元素上按下还没有松开*/
 a:active {
     text-decoration: none;
 }
 /* 获得焦点的时候 鼠标松开时显示的颜色*/
 a:focus {
     text-decoration: none;
 }
 row{
 margin-left:0px;
 margin-right:0px;
 }
 /* 全局字体颜色 */
 body{
	 color: #333333;
 }
 .mainbiaoti
 {
 	font-size: 30px;
 	font-weight: 600;
 }
 
 
 .h-110
 {
 	height: 100px;
 }
 .m-l-10{
 	margin-left: 10px;
 }
 .m-t-10{
 	margin-top: 10px;
 }
 .m-t-30{
 	margin-top: 30px;
 }
 .m-b-10{
 	margin-bottom: 10px;
 }
 .t-c{
 	text-align: center;
 }
 .bg-f{
 	background-color: #ffffff;
 }
 
 
 /* 左边的网站名称 */
 .b-title{
	 display: inline-flex;
	 margin-left: 30px;
	 font-size: 30px;
	 line-height: 100px;
	 height: 100px;
     color: #fff;
 }
 
 /* 菜单 */
 .b-header a{
	 color: #ffffff;
     font-size: 18px;
 }
 .b-header .active a{
 	 color: #ffffff;
     border-bottom: 2px solid #fff !important;
     background-color: rgba(43, 130, 244, .1);
 }
 /* 菜单的背景颜色 */
.b-header {
    background: #146eb4;
    height: 60px;
}

.b-header img{
    height: 58px;
}

/* 搜索 */
.b-search-group{
    width: 181px;
    height: 30px;
    background: #F5F5F5;
    border-radius: 15px;
}
/* 搜索文字按钮 */
.b-search-btn{
    position: absolute;
    left: 140px;
    color: #333333;
    height: 30px!important;
    width: 50px;
    line-height: 30px!important;
    cursor: pointer;
    text-align: center;
}
.b-search-icon{
    position: absolute;
    z-index: 2;
    left: 13px;
    color: #424242;
    height: 30px!important;
    line-height: 30px!important;
}
.b-search-input{
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
    height: 20px;
    background: #F5F5F5;
    line-height: 20px;
    outline:none;
}
.b-search-input:focus{
    border: 0;
    height: 20px;
    line-height: 20px;
}

.b-user div{
    color: #87afd3;
}
.b-register{
    /*color: #87afd3;*/
    /*background-color: #4250FF;*/
}

/* 底部 */
.b-footer{
    color: white;
}
.b-footer .b-title{

    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 100px;
}
.b-footer img{
	width:120px;
	height:120px;
}
.b-footer .b-content{
    width: 497px;
    height: 120px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.b-footer1{
background-color: #1A317C;
color:#ffffff;
font-size:12px;
    height: 35px;
}
.b-footer .b-up{
    height: 220px;
    background-image:url(../img/footer.png)
}
.b-footer .b-bottom{
    background: #313131
}

.navbar-default {
    background-color: #146eb4!important;
    border-color: #146eb4!important;
}
.navbar-brand {
    float: left;
    
    padding: 0px 15px!important;
    font-size: 18px;
    line-height: 41px;
    z-index: 9999;
    position: relative;
        margin-top: 6px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: rgba(0, 0, 0, 0.2)!important;
    /* background-color: #e7e7e7; */
}

.navbar {
    position: relative;
    height: 70px!important;
    padding-top: 10px;
    margin-bottom: 0px!important;
    border: 1px solid transparent;
    font-size: 20px;
    border-radius: 0px!important;
}



.navbar-default .navbar-nav>li>a{
    color: #FFFFFF!important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
        z-index: 999!important;
       position: relative!important;
       background-color: #146eb4;
}

.dealrow{
	width: 116%;
    margin-left: -7%!important;
}
.dealrow1{
	width: 116%;
    margin-left: -8%!important;
}

.dlogo{
	 text-align: right;
	 margin-bottom: 20px;
}

.phonefooter
{
	padding-top: 20px;
    padding-bottom: 20px;
	font-size: 14px;
}

.imgphone{display: none;}
@media (max-width: 419px){
.imgphone{display: block;}
.imgpc{display: none;}
	.dlogo{
	 text-align: center;
}
.phonefooter
{
	min-height: 50px;
	height: 50px;
	padding-top: 0px;
	font-size: 12px;
}
.navbar {
	
    height: 40px!important;
    padding-top: 3px!important;
    
}
.phonehidden{
	display: none;
}
.navbar-brand {
	height: 40px!important;
}
.navbar-brand img {
	height: 30px;
}
.navbar-nav li {
    width: 49%;
     text-align: left;
}
.navbar-toggle {

    margin-top: 5px!important;
    }
 .h-110
 {
 	height: 50px;
 }
 .mainbiaoti
 {
 	font-size: 24px;
 	font-weight: 600;
 }
 .col-md-5ths {
      width: 20%;
      float: left;
    }
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
    
  }
 .col-md-5ths img
 {
 	width: 90%;
 }
  @media ( min-width : 419px) {
    .col-sm-5ths {
      width: 20%;
      float: left;
    }
  }
  @media ( min-width : 992px) {
    .col-md-5ths {
      width: 20%;
      float: left;
    }
  }
  @media ( min-width : 1200px) {
    .col-lg-5ths {
      width: 20%;
      float: left;
    }
  }
