body {
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	padding: 0px;
	margin: 0px;
}
a {
    color: #333;
    text-decoration: none;
}
img {
	border: 0px;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
a:focus, a:hover {
    text-decoration: none!important;
}
@media (min-width:1410px) {
    .container {
        max-width: 1170px!important;
        width: 1170px!important;
    }
}
    
@media (min-width:1570px) {
    .container {
        max-width: 1170px!important;
        width: 1170px!important;
    }
}
    
@media (min-width:1890px) {
    .container {
        max-width: 1370px!important;
        width: 1370px!important;
    }
    #navigation .menu1 {
        margin: 0 7px;
    }
}
@media (max-width : 1024px) {
    .container {
        max-width: 98%!important;
        width: 98%!important;
    }
}
@media (max-width : 990px) {
    .container {
        max-width: 99%!important;
        width: 99%!important;
    }
}
/* 面包屑导航开始 */
.router {
  background-color: #f5f5f5;
}
.router .breadcrumb {
  background-color: #f5f5f5;
  margin: 0;
  border-radius: 0;
}
.breadcrumb a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
.xymj,
.xymj img{
    width: 100%;
    overflow: hidden;
}

/* 面包屑导航结束 */
/* header开始 */
.navbar {
    height: 150px;
    margin: 0!important;
    background: #fff!important;
}
.logo{
    position: relative!important;
    z-index: 9;
    top: 8px;
}
.tops{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
    padding: 25px 0 18px;
}
.top_tel{
    float: left;
}
.top_tel img{
    height: 30px;
}
.top_tel span{
    font-size: 28px;
    font-weight: bold;
    color: #0167b3;
    position: relative;
    top: -5px;
    font-family: '方正行楷简体';
    /* padding-right: 60px;
    border-right: 1px solid #cacaca; */
}
/* .top_tel span:last-child{
    padding-left: 60px;
} */
.tops form,
.language{
    float: right;
    position: relative;
    top: -5px;
}
.language{
    padding: 5px 20px;
    background: #ebecee;
    color: #333;
    margin-left: 30px;
}
.language_cn{
    display: none;
}
.tops form input{
    height: 30px;
    outline: none;
    border: 1px solid #2056ad;
    padding: 0 10px;
    font-size: 14px;
}
.tops form button{
    padding: 5px 12px;
    position: relative;
    left: -5px;
    background: #2056ad;
    color: #fff;
    border: none;
    outline: none;
}
#navb li{
    margin: 25px 0 0;
}
.nav_t{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 40px;
	transition: 0.5s;
}
.nav_t:hover{
    color: #0072ff;
}
.active_url .nav_t{
    color: #0072ff;
}
/* header结束 */
/* footer开始 */
.contanct {
	width: 100%;
	background: #08242e;
    padding:40px 0;
    border-bottom: 1px solid #a4a3a3;
}
.contanct .p_title {
	font-size: 18px!important;
	font-weight: bold;
    margin: 5px 0 8px;
    color: #fff!important;
}
.contanct .container .row p {
	font-size: 14px;
	color: #a4a3a3;
}
.contanct_detail {
	padding: 0;
}
.contanct_detail img {
    float: left;
    position: relative;
    top: 15px;
    border-right: 2px solid #fff;
    padding-right: 20px;
}
.footer_box {
	width: 100%;
	overflow: hidden;
    padding: 60px 0 0;
    background: #08242e;
}
.footer_box .container .footer_nav {
	padding: 0;
}
.footer_box .container .footer_nav h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.footer_box .container .footer_nav h3 span {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.footer_box .container .footer_nav ul{
    padding: 0;
    margin: 0;
}
.footer_box .container .footer_nav ul li {
	line-height: 38px
}
.footer_box .container .footer_nav ul li a {
	font-size: 14px;
	color: #a4a3a3;
}
.footer_box .container .footer_nav ul li a:hover{
	color: #fff;
}
.ewm_box {
	width: 30%;
	float: left;
}
.ewm_box img {
	width: 100%;
}
.ewm_box:nth-child(2) {
	margin: 0 12px;
}
.ewm_box p {
	font-size: 14px;
	color: #909090;
	text-align: center;
	margin-top: 10px;
}
.footer_copbox {
	background: #2056ad;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.footer_copbox p {
	text-align: center;
	margin: 0;
	padding: 15px;
	color: #fff;
	font-size: 14px;
}
.footer_copbox p a {
	color: #fff;
	margin-left: 2rem;
}
.tabbox {
    width: 100%;
    line-height: 60px;
    background: #cfcfcf;
    margin-bottom: 20px;
}
.tabbox a {
    font-size: 18px;
    display: block;
    color: #333;
    text-align: center;
}
@media(max-width:768px) {
    .language {
        padding: 2px 20px;
        background: #ebecee;
        color: #333;
        margin-left: 0;
    }
    .tops form{
        display: none;
    }
    .navbar-brand {
        padding: 0;
    }
    .navbar-brand>img {
        display: block;
        height: 60px;
    }
    .navbar {
        height: 84px;
        margin: 0!important;
        background: #fff!important;
    }
    .navbar-toggle {
        margin-top: 20px!important;
        margin-right: 0!important;
    }
    .logo {
        position: relative!important;
        z-index: 9;
        top: 0;
    }
    .xymj img {
        overflow: hidden;
        height: 150px;
        width: auto!important;
    }
    .rightnav {
        width: 100%;
        position: absolute !important;
        right: 15px;
        top: 80px;
        background: #fff;
        border: 0;
        z-index: 100005!important;
    }
    header .rightnav .navbar-right {
        width: 100% !important;
        line-height: 34px !important;
        margin: 0;
        overflow: hidden;
    }
    header .rightnav .navbar-right li {
        line-height: 50px;
        margin: 0!important;
        border-bottom: 1px dashed #ececec;
    }
    .contanct{
        padding: 25px 0!important;
    }
    .contanct_detail {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .contanct_detail:last-child {
        margin: 0;
    }
    .footer_box {
        width: 100%;
        overflow: hidden;
        padding: 10px 0 0;
    }
    .footer_box .container .footer_nav h3 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
    }
    .footer_box .container .footer_nav:last-child h3 {
        margin-bottom: 20px;
    }
    .footer_box .container .footer_nav ul li {
        line-height: 34px;
    }
    .footer_box .container .footer_nav:last-child {
        margin-top: 8px;
    }
    .footer_copbox p {
        line-height: 22px;
        padding: 7px;
    }
    .footer_copbox p span {
        display: block;
    }
    .xymj img {
        overflow: hidden;
        height: 150px;
        width: auto!important;
    }
    .contanct_detail img {
        float: left;
        position: relative;
        top: 15px;
        border-right: 2px solid #fff;
        padding-right: 20px;
        width: 54px;
    }
    .footer_copbox {
        background: #2056ad;
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
    }
    
}
/* footer结束 */




