@charset "utf-8";

/*bootcss样式重置*/
body {
	font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}
@media (min-width: 576px){
	.container, .container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
}
.left{
	float:left;
}
.right{
	float:right;
}
.mobile-block{
	display:none;
}
.pc-block{
	display:block;
}

/*header*/
header {
	position: fixed;
	z-index: 99;
	margin: 0 auto;
	width: 100%;
	top:0px;
}
header .nav-top {
    height: 130px;
	padding-top:20px;
    background-color: #ffffff;
}
header .logo {
	max-height: 56px;
	position: relative
}
header .navbar-brand{
	display:none;
}
header .navbar-brand img{
	max-height:45px;
}
header .logotxt {
    display: block;
    font-size: 18px;
    color: rgb(153, 153, 153);
	margin-top: 10px;
}
header .topcontact{
	text-align:right;
	margin-top:1rem;
	font-size: 18px;
	color: rgb(153, 153, 153);
}
header .topcontact p{
	margin-bottom: .5rem;
}

.head-nav {
	z-index: 88;
	padding: 0px 3.75rem;
	min-height: 55px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration: none;
	top: 0px;
	background-color: #03356e;
}
.head-nav li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 1.2rem 1.15rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.head-nav li a:hover,.head-nav li.active a {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration: none;
	background-color: #002042;
}

.head-nav li .dropdown-menu a {
	padding: .5rem 1rem;
	color:#333;
}
.head-nav li .dropdown-menu a:hover{
	color:#fff;
	background-color: #006BBC;
}

.head-nav li .dropdown-menu {
	margin-top: 1.25rem;
}

header .dropdown:hover>.dropdown-menu {
    display: block;
}

header .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.navbar-toggler {
	border-radius: 0px;
	background-color: #ee760f;
	padding: .75rem .75rem;
	height: 3.375rem;
	margin-top: 0.25rem;
}

.navbar-toggler.collapsed {
	background-color: #0180e1;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
	width: 1.75rem;
	height: 1.75rem;
	background-image: url(../img/navbar-toggler-icon.png);
}

.navbar-toggler .navbar-toggler-icon {
	width: 1.75rem;
	height: 1.75rem;
	border:0px;
	background-image: url(../img/navbar-toggler-icon-close.png);
}

.navbar-dark button:focus{
	outline: none;
}


header.nav-back .head-nav {
	top: -30px;
	min-height: 80px;
	border-bottom: 1px solid #f5f5f5;
}
@media only screen and (max-width: 1280px){
	.head-nav li a {
	    font-size: 13px;
	    padding: 1.1rem 1rem;
	}
	header .topcontact{
		font-size:16px;
	}
}
@media only screen and (max-width: 1024px){
	.head-nav{
		padding:0px;
	}
	.head-nav li a{
		font-size:13px;
		padding:1.1rem .7rem;
		
	}
}
@media only screen and (max-width: 980px){
	header .nav-top{
		display: none;
	}
	header .navbar-brand{
		display:block;
	}
	header .navline{
		width:100%;
		height:80px;
		padding:.5rem 1rem;
	}
	.head-nav{
		padding:0px;
		background-color: #fff;
	}
	.head-nav li{
		padding:.5rem 0rem;
	}
	.head-nav li.active{
		background-color: #006BBC;
	}
	.head-nav li a{
		padding: 0px .8rem;
		color:#000;
	}
	.head-nav li a:hover{
		color:#000;
		background: none;
	}
	.head-nav li.active a{
		color:#fff;
		background: none;
	}
}


main{
	position: relative;
}
@media only screen and (max-width: 980px){
	main{
	}
}


/*底部版权*/
footer{
	position: relative;
}
.foot_nav ul,
.foot_nav li {
	margin: 0;
	padding: 0
}
.foot_nav ul.text-link_ul{
	display:flex;
}
.foot_nav ul li {
	list-style: none;
}

.foot_nav .ui-full-img img {
	display: block;
	width: 100%
}

.foot_nav {
	background-color: #161616
}

.foot_nav .padding40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.foot_nav .foodtext {
	text-align: center
}

.foot_nav .float-left {
	float: left
}

.foot_nav .float-right {
	float: right
}

.foot_nav .clearfix:after {
	display: block;
	content: " ";
	width: 0;
	height: 1px;
	clear: both
}

.foot_nav .nav-title a {
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-size: 16px
}

.foot_nav .nav-item a {
	font-size: 12px
}

.foot_nav .nav-title a span {
	font-size: 18px;
	font-weight:bold;
}

.foot_nav .msg-title {
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	font-weight:bold;
	color: #ffffff
}

.foot_nav .msg-item {
	margin-bottom: 6px;
	font-size: 15px;
	font-weight:bold;
	color: #fff
}

.foot_nav .logo-warp,
.foot_nav .logo-warp img {
	display: block
}

.foot_nav .logo-warp img {
	width: 100%
}

.foot_nav .code-title {
	text-align: center;
	color: #999999;
}

.foot_nav .code-warp {
	margin-top: 15px;
	text-align: left
}

.foot_nav .code-content {
	margin-right: 10px;
	display: inline-block;
	text-align: center
}

.foot_nav .code-content:last-child {
	margin-right: 0
}

.foot_nav .nav-item a {
	color: #aaaaaa;
	font-size:16px;
	transition: color 0.2s;
	-webkit-transition: color 0.2s
}

.foot_nav .nav-title a:hover span,
.foot_nav .nav-item a:hover span {
	color: #ffffff !important
}

.foot_nav .foot-copyright .container {
	padding-top: 10px;
	padding-bottom: 10px
}

.foot_nav_bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%
}

.foot_nav_bottom a.item {
	padding: 5px 0;
	display: inline-block
}

.foot_nav_bottom a.item i {
	color: ;
	font-size: 16px;
	display: block
}

.foot_nav_bottom {
	display: none
}

.foot_nav_bottom .main {
	display: flex
}

.foot_nav_bottom .main>div {
	flex: 1
}

.foot_nav .rightbox .rightboxsecond {
	font-size:15px;
	color: #aaaaaa
}

@media (max-width:767px) {
	.foot_nav_bottom {
		display: block
	}
}

@media screen and (min-width:1024px) {
	.foot_nav .foot-wrap {
		float: left;
		width: 50%;
		display: flex;
		justify-content: space-between;
	}

	.foot_nav .text-link_box {
		padding: 20px 0;
		margin-bottom: 20px
	}

	.foot_nav .foot-item {
		margin-right: 10px;
		width: 150px;
		float: left
	}

	.foot_nav .nav-title {
		height: 50px;
		line-height: 50px;
		overflow: hidden
	}

	.foot_nav .nav-title .icon {
		display: none
	}

	.foot_nav .nav-item {
		margin-bottom: 12px;
		overflow: hidden
	}

	.foot_nav .nav-item a {
		display: block;
		height: 20px;
		line-height: 20px;
		overflow: hidden
	}

	.foot_nav .block-auto {}

	.foot_nav .foot-msg {
		display: flex;
		justify-content: space-evenly
	}

	.foot_nav .code-content {
		width: 80px
	}

	.foot_nav .logo-warp {
		margin: 0 auto;
		width: 170px
	}

	.foot_nav .code-title {
		margin-top: 15px
	}
}

.foot_nav .text-link_box {
	text-align: center
}

.foot_nav .text-link {
	display: inline-block
}

.foot_nav .breadcrumb-item {
	font-size:14px;
}

.foot_nav .breadcrumb_item_son {
	display: inline-block;
	margin: 0 10px
}

.foot_nav .breadcrumb_item_son a {
	font-size:14px;
}

.foot_nav .foodtext .powered_by_metinfo,
.foot_nav .foodtext .powered_by_metinfo b,
.foot_nav .foodtext .powered_by_metinfo a {
	font-size:14px;
}

.foot_nav .foodtext span {
	font-size:14px;
}
.foot_nav .foodtext p a{
}

.foot_nav .foodtext p {
	font-size:14px;
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	padding: 12px;
	padding-top: 20px;
	margin-top: -160px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width:140px;
	height: 140px;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height:18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 4px 6px;
	line-height:18px;
	background-color: #009b4c;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: cover;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	padding:1rem;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.foot_nav .foot-wrap {
		position: relative
	}
	
	.foot_nav .padding40{
		padding-top:0px;
	}

	.foot_nav .code-warp {
		text-align: center
	}

	.foot_nav .foot-item {
		margin-right: 0px;
		width: 140px;
		float: left
	}

	.foot_nav .nav-title {
		height: 50px;
		line-height: 50px;
		overflow: hidden
	}

	.foot_nav .code-content p {
		display: inline-block;
		line-height: 18px
	}

	.foot_nav .nav-item {
		margin-bottom: 12px;
		overflow: hidden
	}

	.foot_nav .nav-list {
		margin-top: 15px
	}

	.foot_nav .nav-item a {
		display: block;
		height: 20px;
		line-height: 20px;
		overflow: hidden
	}

	.foot_nav .block-auto {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}

	.foot_nav .foot-msg {
		margin: 0 auto;
		text-align: center;
		float: none
	}

	.foot_nav .logo-warp {
		margin: 20px auto 0;
		width: 210px
	}

	.foot_nav .code-content {
		width: 70px
	}

	.foot_nav .code-content p {
		display: inline-block;
		width: 70px;
		font-size: 14px;
		line-height: 16px
	}

	.foot_nav .code-title {
		margin-top: 5px
	}

	.foot_nav .nav-title {
		overflow: hidden
	}

	.foot_nav .nav-item {
		margin-right: 10px;
		width: 100px
	}
}

@media screen and (max-width:767px) {
	.foot_nav .foot-wrap {
		left: 50%
	}

	.foot_nav .foot-item {
		margin-top: 30px
	}

	.foot_nav .foot-item:first-child {
		margin-top: 0
	}

	.foot_nav .nav-title {
		position: relative;
		line-height: 24px;
		height: 24px
	}

	.foot_nav .nav-title .icon {
		position: absolute;
		right: 0;
		line-height: 24px;
		color: #aaaaaa
	}

	.foot_nav .foot-item.active .icon {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg)
	}

	.foot_nav .nav-list {
		display: none
	}

	.foot_nav .nav-list .nav-item:first-child {
		margin-top: 20px
	}

	.foot_nav .nav-list .nav-item {
		margin-top: 16px
	}

	.foot_nav .nav-list .nav-item a {
		font-size: 14px
	}

	.foot_nav .foot-msg {
		margin-top: 30px
	}

	.foot_nav .logo-warp {
		margin: 0 auto;
		width: 150px
	}

	.foot_nav .code-warp {
		text-align: left
	}

	.foot_nav .code-content {
		width: 70px
	}

	.foot_nav .code-content p {
		display: inline-block;
		width: 70px;
		font-size: 14px;
		line-height: 16px
	}

	.foot_nav .code-title {
		margin-top: 5px
	}
	.foot_nav {
	    padding-bottom: 60px;
	}
	.foot_nav .foodtext,.foot_nav .foodtext span{
		font-size:13px;
		color:#666;
	}
}


/*手机端底部bar*/
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 58px;
	display: none;
	left: 0;
}
#toolbar .icon {
	background-image: url(../img/icon.png);
	background-repeat:  no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#toolbar .list {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	background: #3c3c3c;
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar .list a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-top: 4px;
}
#toolbar .list a.hover {
    background: #0080cc;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 30px;
	    margin-top: 2px;
	display: block;
}
#toolbar .list a span {
	text-align: center;
	display: block;
	margin-top:-4px;
}
#toolbar .list a .too-home {
	background-position: 2px 0;
}
#toolbar .list a .too-tel {
	background-position: -150px 0;
}
#toolbar .list a .too-map {
	background-position: -50px 0;
}
#toolbar .list a .too-weixin {
	background-position: -104px 0;
}
.xbg {
	width: 100%;
	display: block;
	position: fixed;
	height: 1.05rem;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 880;
}
#toolbar .list a s span {
	color: #fff;
padding-top:.9rem;
	text-transform: initial;
	font-style: normal;
}


@media only screen and (max-width: 1024px){

	.mobile-block{
		display:block;
	}
	.pc-block{
		display:none;
	}
	.head-nav li a {
	
	}
	.foot_nav .msg-item{
		font-size:13px;
	}
	.foot_nav .rightbox .rightboxsecond{
		font-size:13px;
	}
	footer .container{
		padding-left:0px;
		padding-right:0px;
	}
	.foot_nav .text-link_box{
		display:none;
	}
	.foot_nav .foot-msg{
		margin-left:20px;
	}


}
@media only screen and (max-width: 768px){
	.channel-banner {
		background-size: cover;
	}
	#toolbar {
	    display: block;
	}
	footer .foot-wrap{
		display: none;
	}
	.head-nav li a {
		width: 100%;
		display: block;
		color:#000;
	}

}
@media only screen and (max-width: 640px){
	footer {
		position: relative;
	}
	.foot_nav .foot-msg{
		margin-top:0px;
	}
}	