.iconfont {
	font-family: "iconfont" !important;
	font-size: 13px;
	font-style: normal;
}



#menu {
	width: 100%;
	float: left;
	background: #00598a;
}

.nav {
	width: auto;
	display: block;
	text-align: center;
	max-width: 1240px;
	margin: auto;
	padding: 0px 20px;
}

.nav li {
	line-height: 40px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	margin: 0px 0px 0px 0px;
	float: left;
	width: calc((100% - 0px)/10);
}
.nav li.en
{
    display: none;
}


.nav li a {
	display: block;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	padding: 0px 0px;
	position: relative;
}

.nav li a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #68b82e;
}
.nav li.active a
{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #54891b;
}



.nav .sec {
	height: 0;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 54px;
	left: 0px;
	background: none;
}

.nav .sec a {
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 171px;
}

.search
{
    width: 100%;
    max-width: 330px;
    float: right;
    height: 40px;
    margin-top: 30px;
    border-radius: 0px;
    background: #00598a;
}
.search .fa-search:before {
    content: "\f002";
    color: #fff;
    margin-right: 6px;
}

.nav .sec a:hover {
	text-decoration: none;
}

.top_contact
{
    
height: 40px;
    
background: #303030;
}
.top_contact_c
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}
.welcome
{
    width: 50%;
    line-height: 40px;
    color: #c2c0c0;
}
.top-tel
{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.top-tel p
{
    color: #c2c0c0;
    line-height: 40px;
    background: url(../images/bqgd_03.png) no-repeat left center;
    padding-left: 30px;
}
.language
{
    margin-left: 20px;
}
.language a
{
    color: #c2c0c0;
    line-height: 40px;
}

.index_top {
	width: 100%;
	overflow: hidden;
	background: #eff2f4;
	position: fixed;
	z-index: 999;
	top: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.index_top .tou2 {
	max-width: 1240px;
	padding: 0px 20px;
	margin: auto;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 70%;
	float: left;
	height: 107px;
	display: flex;
	position: relative;
	align-items: center;
}

.logo_text {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
}

.logo_text span {
	display: block;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}


.search input {
    border: none!important;
    line-height: 40px;
    padding: 0 10px;
    width: calc(100% - 100px);
    background: 0 0;
    border: 0;
    padding: 0 10px;
    color: #999;
    outline: 0;
    transition: all ease .6s;
    display: inline-block;
    background: #fff;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
}
.search button {
    border: none;
    background: 0 0;
    line-height: 40px;
    float: right;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    outline: 0;
}

#slider {
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
}

.bxslider img {
	width: 100%;
}

#m_slider {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	height: 8px;
	margin-bottom: 10px;
	border-radius: 20px;
}

.logo a {
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
}

.logo a p {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding-left: 60px;
	position: relative;
}
.logo a p:before
{
	content:'';
	position: absolute;
	width: 1px;
	height: 40px;
	left: 30px;
	background: #333;
	top: 50%;
	margin-top: -20px;
}


.logo a p span {
	display: block;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
}

.logo a img {
	float: left;
	opacity: 1;
}