@charset "utf-8";
@import url("grid.css");
/*网格*/
@import url("layout.css");
/*整体框架*/
@import url("icon.css");
/*图标*/
@import url("ie.css");
/*图标*/
@import url("page.css");
/*图标*/
@import url("navi_02.css");
/*02导航*/
@import url("kefu.css");
/*02导航*/

/*@import url("animate.min.css");*/
/*动画*/

html {
	overflow-x: hidden;
}

.clear {
	clear: both;
}

.dowebok .section {
	overflow: hidden;
}

input,
textarea {
	outline: none;
}

.header {
	width: 100%;
	background: none;
	position: fixed !important;
	z-index: 999 !important;
}

.header .navbar {
	width: 100%;
}

.header .navbar .pc_menu {
	/* width: 100%; */
	height: 185px;
	margin: 0 auto;
	transition: all 0.3s 0s ease-in-out;
	/* background: #fff; */
	transition: all 0.2s linear -1ms;
}

.header .navbar .pc_menu .pc_logo {
	float: left;
	height: 100%;
	margin-left: 1%;
	align-items: center;
	display: -webkit-flex;
}

.header .navbar .pc_menu .pc_logo a {
	display: block;
	height: 37%;
}

.header .navbar .pc_menu .pc_logo a img {
	height: 100% !important;
}

.header .navbar .pc_menu .pc_menu_right {
	margin-right: 5%;
	float: right;
}

.header .navbar .pc_menu .pc_menu_right li {
	float: left;
	margin-right: 75px
}

.header .navbar .pc_menu .pc_menu_right>li .t {
	display: block;
	line-height: 100px;
	font-size: 16px;
	color: #666;
}

.header .navbar .pc_menu .pc_menu_right>li>a:nth-child(2) {
	display: inline-block;
	font-size: 12px;
	color: #999;
	position: relative;
}

.header .navbar .pc_menu .pc_menu_right li:hover .t {
	color: #004ea2 !important;
}

.header .navbar .pc_menu:hover {
	background: #fff;
}

.header .navbar .pc_menu .pc_menu_right .active>a {
	color: #004ea2 !important;
	position: relative;
}

.header .navbar .pc_menu .pc_menu_right>.active>a:nth-child(2) {
	color: #004ea2;
}

.header .navbar .pc_menu .pc_menu_right li:hover>a:nth-child(2) {
	color: #004ea2;
}

/*-----滚动后--------*/
.header .navbar .pc_fixed {
	background: #fff !important;
	transition: all 0.2s linear -1ms;
}

.header .navbar .pc_fixed .pc_menu_right li .t {
	color: #666;
}

.nav .m .sub {
	z-index: 999;
}

.nav .m .sub li {
	width: 150px;
}

.pc_menu_right .sub {
	position: absolute;
	left: -75px;
}

.pc_menu_right .sub p {
	display: none;
}

/* 全国销售热线 */
.header-hot {
	float: left;
	margin-top: 25px;
	padding-left: 20px;
	border-left: 1px solid #dddddd;
	margin-left: 1.5%;
}

.header-hot p {
	font-size: 16px;
	color: #666;
}

.header-hot span {
	font-family: Impact;
	font-size: 26px;
	color: #004ea2;
}

@media(max-width:1600px) {
	.header .navbar .pc_menu .pc_menu_right li {
		margin-right: 55px;
	}
}

@media(max-width:1400px) {
	.header .navbar .pc_menu .pc_menu_right li {
		margin-right: 35px;
	}

	.header .navbar .pc_menu .pc_menu_right>li .t {
		font-size: 14px;
	}
}

@media(max-width:1200px) {
	.header .navbar .pc_menu {
		height: 70px;
	}

	.header-hot {
		margin-top: 10px;
	}

	.header-hot p {
		font-size: 13px;
	}

	.header-hot span {
		font-size: 20px;
	}
}

@media(max-width:760px) {
	.header-hot p {
		font-size: 12px;
	}

	.header-hot span {
		font-size: 16px;
	}
}

.m_menu {
	display: none;
	position: relative;
	z-index: 999;
}

.m_menu_top {
	width: 100%;
	height: 60px;
	z-index: 998;
	background: #fff;
}

.m_menu_top .m_logo {
	height: 52%;
	position: absolute;
	left: 5%;
	top: 30%;
	background: #fff;
}

.m_menu_top .m_logo img {
	height: 100%;
}

.m_menu_top .list {
	height: 30px;
	width: 40px;
	margin: auto;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 50px;
	transition: all 0.2s linear -1ms;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
}

.m_menu_top .list span {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #004ea2;
	margin: 5px auto;
}

.m_menu_list {
	position: relative;
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -120%;
	background: #fff;
	z-index: 10;
	transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
	-webkit-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
	-moz-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
	-ms-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
	-o-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
}

.m_menu_list .menu_list_close {
	position: absolute;
	right: 5%;
	top: 20px;
	z-index: 2000000000;
}

.m_menu_list .menu_list_close img {
	width: 24px;
	height: 24px;
}

.m_menu_list .m_menu_nav {
	padding-top: 18%;
	padding-left: 6%;
	background: #fff;
	padding-bottom: 30%;
	box-shadow: 0 0 16px rgba(0, 0, 0, .3);
}

.m_menu_list .m_menu_nav li {
	margin-top: 14px;
	margin-bottom: 14px;
}

.m_menu_list .m_menu_nav li a {
	font-size: 14px;
	color: #393F4B;
}

.m_menu_box {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 162, 233, 0.2);
}

.m_open_list {
	right: 0;
	transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
	box-shadow: 0 0px 10px 0px #888;
	-webkit-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
	-moz-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
	-ms-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
	-o-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms;
}

.m_menu_list .m_menu_nav li a:hover {
	color: #000;
}

.m_menu_list .m_menu_nav li.cur a {
	color: #004ea2;
}

.m_menu_list .m_menu_nav li a:hover {
	color: #004ea2;
}


/*顶部移动端导航*/
.c-nav2 {
	position: absolute;
	top: 72px;
	left: 0;
	width: 100%;
	height: 0;
	line-height: 50px;
	background: #fff;
	overflow-y: auto;
	transition: all 0.5s;
	text-align: left;
	margin: 0;
}

.c-nav2>li:last-child {
	border-bottom: 1px solid #f1f1f1;
}

.c-nav2 li {
	padding: 0 20px;
	border-top: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
	.c-nav2 li {
		padding: 0 4%;
	}
}

.c-nav2 li .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-nav2 li a {
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
}

.c-nav2 li i {
	font-size: 20px;
	color: #333;
	font-style: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform: rotate(90deg);
}

.c-nav2 li .c-title-box.on i {
	transform: rotate(270deg);
}

.c-nav2 li a:hover,
.c-nav2 li.on>a {
	color: #d63128;
}

.c-nav2 li ul {
	margin: 0;
	display: none;
}

.c-open .c-nav2 {
	height: calc(100vh - 60px);
}

.fa-angle-down:before {
	content: "→";
}

.m_1,
.m_2,
.m_3,
.m_4,
.m_5,
.m_6,
.m_7,
.m_8,
.m_9,
.m_10,
.m_11 {
	display: inline-block;
	width: 15px;
	height: 15px;
	float: right;
	background: url(../images/m-nav-arrow.png) no-repeat center center;
	background-size: 90% 70%;
	margin-right: 10px;
}

.m_bg {
	display: inline-block;
	width: 15px;
	height: 15px;
	float: right;
	background: url(../images/m-nav-arrow1.png) no-repeat center center;
	background-size: 90% 70%;
	margin-right: 10px;
}


.m_menu_nav li .dropdown_menu {
	display: none;
	margin-top: 10px;
}

.m_menu_nav li .dropdown_menu a {
	display: block;
	line-height: 24px;
	padding: 0 20px;
	font-size: 12px;
}

.m_menu_nav li .dropdown_menu a:last-child {
	border: none;
}

@media(max-width:1200px) {
	.navbar {
		display: none;
	}

	.m_menu {
		display: block;
	}
}

/* 修改头部 */

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.headbox {
	/* position: fixed; */
	position: relative;
	padding: 20px 0 25px;
}

.headbox_dw .container {
	position: relative;
}

.headboxdw_box {
	width: 300px;
	float: right
}

.headlogo {
	display: block;
	text-align: center;
	margin-top: 18px;
}

.headlogo_img img {
	margin: auto;
	/*max-width: 80px;*/
}

.headlogo_h {
	padding-top: 8px;
}

.headlogo_h h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'bohei';
}

.headlogo_p {
	padding-top: 5px;
	font-size: 12px;
	color: #999999;
}

.headtxt {
	position: relative;
	margin-top: 18px;
	margin-left: 38px;
}

.headtxt_x {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 70px;
	background-color: rgba(0, 0, 0, .2);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: none;
}

.headtxt_xz span {
	font-weight: 600;
	font-size: 28px;
	color: #222222;
	vertical-align: middle;
}

.headtxt_xz b {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	background-color: #234584;
	margin: 0 8px;
	vertical-align: middle;
}

.headtxt_tl>div:last-child b {
	display: none;
}

.headtxt_tr {
	margin-left: 10px;
}

.headtxt_tr {
	margin-top: 5px;
	padding: 3px 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.biaoyu {
	float: right;
	display: inline-block;
	color: #fff;
}

.headtxt_b {
	margin-top: 5px;
}

.headtxt_bl {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: #C01F25;
	border-radius: 30px;
	padding: 3px 20px;
}

.headtxt_br {
	color: #bbb;
}

.headtxt_b b {
	margin: 0 8px;
	color: #ff8c07;
}

.headtel {
	margin-top: 20px;
	margin-right: 6%;
}

.headtel_img {}

.headtel_img span {
	margin-right: 10px;
}

.headtel_img img {
	display: inline-block;
	margin-right: 10px;
}

.headtel_item p {
	font-size: 18px;
	margin-bottom: 2px;
	color: #777
}

.headtel_item div a {
	font-size: 26px;
	font-weight: bold;
	color: #222;
}

.headboxl {
	/* 首页顶部介绍 */
	/* width: 600px; */
	float: left;
	line-height: 36px;
	height: 36px;
	color: #777;
	font-size: 13px;
}

.headboxl i {
	color: #222;
}

.headtel_item div:last-child {
	margin-top: -5px;
}

.head_btn {
	display: none;
	width: 50px;
	height: 72px;
	background-color: pink;
	cursor: pointer;
}

#liuyan {
	position: relative;
	top: -76px;
	height: 0;
	overflow: hidden;
	display: block;
}


/* 定位留言 */

.headbox_dw {
	background: #f7f7f7;
	border-bottom: 1px solid #f1f1f1;
}

.headbox_dwewm {
	position: absolute;
	right: 20px;
	top: 40px;
	z-index: 999;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.headbox_dwewm_img {
	display: none;
}

.headboxdw_box {
	/*    padding: 10px;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.headboxdw_box a {
	padding: 0 20px;
}

.headboxdw_box a:first-child {
	border-right: 1px solid #e1e1e1;
}

.headboxdw_box i {
	font-size: 18px;
	color: #222222;
}

.headboxdw_boxwx i {
	font-size: 22px;
}

.headboxdw_box span {
	margin-left: 5px;
	font-size: 13px;
	color: #222222;
}

.headboxdw_box a:hover i,
.headboxdw_box a:hover span {
	color: #234584;
}

.headnavbox {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: -moz-linear-gradient(left, #234584 0%, #234584 100%);
	background: -webkit-linear-gradient(left, #234584 0%, #234584 100%);
	background: -o-linear-gradient(left, #234584 0%, #234584 100%);
	background: -ms-linear-gradient(left, #234584 0%, #234584 100%);
	background: linear-gradient(to left, #234584 0%, #234584 10);
}

.headnavbox ul.headnav {
	margin: 0;
}

.headnav li {
	position: relative;
	float: left;
	width: 14.2%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.headnav li:hover {
	background-color: #c01f25;
}

.headnav li.active {
	background-color: #c01f25;
}

.headnav li:last-child .headnav_itemx {
	display: none !important;
}

.headnav_item .headnav_item_txt {
	display: block;
	text-align: center;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

.headnav_itemdw {
	position: absolute;
	display: none;
	left: 0;
	/* top: 58px; */
	width: 100%;
	background-color: #234584;
	/*    padding: 5px 0 5px;*/
	z-index: 99;
}

.headnav_itemx {
	position: absolute;
	right: -1px;
	top: 50%;
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, .3);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.headnav_itemdw a {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.headnav_itemdw a:last-child {
	border-bottom: 0;
}

.headnav_itemdw a:hover {
	background: #c01f25
}

.headnav li.active .headnav_itemx {
	display: none;
}


/* 手机端头部 */

.mbhead {
	display: none;
	padding: 0 15px;
	background-color: #F9F9F9;
}

.mbhead_t {
	height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.mbhead_tlogo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mbhead_tlogo_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.mbhead_tlogo img {
	height: 46px;
}

.mbhead_tlogo_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 10px;
}

.mbhead_tlogo_txtbox h6 {
	font-size: 25px;
	font-weight: 700;
	color: #222;
	font-family: 'bohei'
}

.mbhead_tlogo_txtbox p {
	font-size: 14px;
	color: #999;
}

.mbheadr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mbhead_ttel,
.mbhead_tlx {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.mbhead_tlx {
	margin-left: 10px;
}

.mbhead_ttel i {
	font-size: 24px;
	color: #777;
}

.mbhead_tlx i {
	font-size: 32px;
	color: #777;
}

.mbhead_b {
	background: -moz-linear-gradient(left, #234584 0%, #234584 100%);
	background: -webkit-linear-gradient(left, #234584 0%, #234584 100%);
	background: -o-linear-gradient(left, #234584 0%, #234584 100%);
	background: -ms-linear-gradient(left, #234584 0%, #234584 100%);
	background: linear-gradient(to left, #234584 0%, #234584 10);
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mbhead_b .mbhead_bitem {
	width: 33.33%;
	height: 42px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	line-height: 41px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.mbhead_b .mbhead_bitem:nth-child(3n) {
	border-right: none;
}

@media screen and (min-width: 1300px) {
	.headtxt {}
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {
	.headbox_dw {
		display: none;
	}

	.headtel {
		display: none;
	}

	.head {
		display: none;
	}

	.headnav {
		display: none;
	}

	.mbhead {
		display: block;
		background-color: #fff;
	}

	.headboxbigzw {
		/* height: 156px; */
	}

	.headboxbig {
		/* position: fixed; */
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 999;
	}
}

@media screen and (max-width: 768px) {
	.headbox {
		padding: 0 0 0 15px;
	}
}

@font-face {
	font-family: "iconfonts";
	/* Project id 3535547 */
	src: url('../fonts/iconfont.eot');
	/* IE9 */
	src: url('../fonts/iconfont.eot') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg') format('svg');
}

.iconnavicon:before {
	content: "\e646";
}

.iconfonts {
	font-family: "iconfonts" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 底部 */
.footer {
	max-width: 100%;
	background: #222222;
	padding: 3% 3% 0 3%;
	background: #222 url('../images/ind_foot.jpg') no-repeat center/cover;
}

.footer-top {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer-left {
	display: inline-block;
	width: 250px;
}

.footer-left a img {
	display: inline-block;
}

.footer-left .foot_info p {
	font-size: 14px;
	color: #ddd;
	margin: 10% 0;
}

.footer-left>div p {
	font-size: 14px;
	color: #ddd;
	margin-bottom: 3px;
}

.footer-left>div h1 {
	font-size: 26px;
	font-weight: 100;
	color: #fff;
}

.footer-right {
	display: inline-block;
	width: calc(90% - 250px);
	margin-right: 3%;
}

.footer-right>ul {
	display: flex;
	justify-content: space-between;
}

.footer-right ul li {}

.footer-right ul li.text-c {
	text-align: center;
}

.footer-right ul li .ewm_img {
	margin-bottom: 5%;
}

.footer-right>ul li .ewm_img img {
	width: 140px;
	height: 140px;
}

.footer-right>ul li span {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.footer-right>ul>li>a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}

.footer-right>ul>li ol {
	margin: 0
}

.footer-right>ul>li ol li {
	font-size: 14px;
	color: #ddd;
	margin-bottom: 18px;
}

.footer-right>ul>li ol li p {
	color: #ddd;
}

.footer-right>ul>li ol li a {
	font-size: 14px;
	color: #ddd;
}

.copy {
	border-top: 1px solid #ddd;
	padding: 1.2% 0;
}

.copy-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
}

.copy-container .copy-left {
	display: inline-block;
}

.copy-container .copy-left p {
	display: inline-block;
	font-size: 14px;
	color: #ddd;
}

.copy-container .copy-left p a {
	color: #ddd;
}

.copy-container .copy-right ul li {
	display: inline-block;
	margin-left: 16px;
}

.copy-container .copy-right a,
.copy-container .copy-left a {
	font-weight: normal;
	color: #ddd;
}

.footer a:hover {
	color: #fff !important;
}


@media screen and (min-width:1550px) and (max-width:1880px) {

	/*.part_one,*/
	/*.banner {*/
	/*	margin-top: 50px !important;*/
	/*}*/
}

@media(max-width:1300px) {

	.footer-left a img {
		width: auto;
	}

	.footer-right>ul>li>a {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.footer-right>ul>li ol li {
		margin-bottom: 13px;
	}

	.footer-right>ul>li ol li a,
	.footer-left>p,
	.footer-left>div p,
	.copy-container .copy-left p,
	.footer-right>ul>li ol li {
		font-size: 12px;
	}

	.footer-left>div h1 {
		font-size: 22px;
	}
}

@media(max-width:1100px) {
	.footer-left {
		width: 190px;
	}

	.footer-right {
		display: inline-block;
		width: calc(94% - 190px);
	}
}

@media(max-width:960px) {
	.footer-top {
		display: block;
		vertical-align: top;
	}

	.footer-left {
		text-align: left;
		margin-bottom: 20px;
	}

	.footer-right {
		vertical-align: top;
	}

	.footer-right>ul>li:not(:last-child) {
		display: none;
		text-align: left;
	}

	.copy-container {
		display: inline-block;
	}

	.copy-container .copy-right ul li img {
		display: inline-block;
		width: 20px;
		margin-top: 10px;
	}
}

@media(max-width:580px) {

	.footer {
		padding: 5% 5% 0;
		width: auto;
	}

	.footer-top {
		text-align: center;
	}

	.footer-left {
		display: inline-block;
		margin: 0 auto;
		width: auto;
	}

	.footer-left>p {
		margin: 5% 0;
	}

	.footer-right {
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}

	.footer-right ul {
		margin: 0;
	}

	.footer-right>ul>li>a {
		margin-bottom: 10px;
	}
}


/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 99;
	right: 17px;
	bottom: 10%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #234584;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
	background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
	background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
	background-position: 0 -30px;
}

#toolbar li .icon-message:after {
	background-position: 0 -120px;
}

#toolbar li .icon-top:after {
	background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
	background-position: 0 0;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #234584;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #234584;
	border-right: none;
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #234584;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font {
	background-color: #234584;
}

#toolbar li:hover .icon-qq:after {
	background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
	background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
	background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
	background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
	background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
	background-position: -30px -60px;
}

@media (max-width: 990px) {

	#toolbar,
	.guanggao-dbbox {
		display: none;
	}
}

/* banner */
.part_one,
.banner {
	width: 100%;
	/* margin-top: 100px; */
	overflow: hidden;
}

.banner img {
	display: inline-block;
	position: relative;
	width: 100%;
}

.banner .text {
	position: absolute;
	top: 35%;
	left: 50%;
	line-height: 1.3;
	text-align: center;
	transform: translateX(-50%);
}

.banner .text h2 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 5%;
}

.banner .text p {
	font-size: 26px;
	color: #fff;
	text-transform: uppercase
}

@media(max-width:1200px) {

	.part_one,
	.banner {
		/* margin-top: 70px; */
	}

	.mbhead_b .mbhead_bitem {
		width: 33%;
	}

	.banner .text {
		top: 15%;
	}

	.banner .text h2 {
		font-size: 26px;
	}

	.banner .text p {
		font-size: 16px;
	}
}

@media(max-width:760px) {
	.banner img {
		width: 200%;
		margin-left: -50%;
	}

	.mbhead_tlogo img {
		height: 34px;
	}
}




/* 首页标题 */
.index-title {
	margin-top: 3%;
	text-align: center;
	margin-bottom: 3%;
}

.index-title h1 {
	font-size: 50px;

	color: #004ea2;
	/* font-family: Impact; */
}

.index-title h2 {
	font-size: 24px;
	color: #333;
}

@media(max-width:1600px) {
	.index-title h1 {
		font-size: 44px;
	}

	.index-title h2 {
		font-size: 22px;
	}
}

@media(max-width:1400px) {
	.index-title h1 {
		font-size: 38px;
	}

	.index-title h2 {
		font-size: 20px;
	}
}

@media(max-width:960px) {
	.index-title h1 {
		font-size: 30px;
		font-weight: normal;
	}

	.index-title h2 {
		font-size: 18px;
	}
}

@media(max-width:580px) {
	.index-title h1 {
		font-size: 24px;
	}

	.index-title h2 {
		font-size: 16px;
	}
}




/* 内页栏目 */
.page-nav {
	background: #f6f6f6;
	padding: 0 5%;
}

.page-nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.page-nav>ul>li {
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 15px 2% 10px;
}

.page-nav ul li>a {
	display: inline-block;
	padding-bottom: 8px;
	position: relative;
}

.page-nav ul li.active>a {
	color: #004ea2;
}

.page-nav ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0%;
	height: 1px;
	background: #004ea2;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.page-nav ul li.active>a::after {
	width: 100%;
}

.page-nav ul li:hover>a::after {
	width: 100%;
}

.page-nav ul li:hover>a {
	color: #004ea2;
}

.page-nav ul li .sub li a {
	font-size: 14px;
	color: #004ea2;
}

@media(max-width:1200px) {
	.page-nav ul li a {
		font-size: 14px;
	}
}

@media(max-width:760px) {

	.page-nav ul li a {
		font-size: 12px;
	}

	.page-nav>ul>li {
		padding: 10px 2% 5px;
	}
}

/*1020 二级导航*/
.page-nav {
	padding: 0;
}

.page-nav ul {
	position: relative;
	margin: 0;
	/* padding: 5px 0; */
}

.page-nav ul li .sub {
	display: none;
}

.page-nav ul .active .sub {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: -37px;
}

.page-nav ul .active .sub li {
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 0px 2% 5px;
}

.page-nav ul li.active .sub {
	display: block;
}

@media(max-width:960px) {
	.pro02-list {
		padding-top: 76px !important;
	}

	.page-nav ul .active .sub {
		bottom: -70px;
	}

	.page-nav ul li.active .sub {
		display: block;
		display: flex;
		flex-wrap: wrap;
	}

	.page-nav ul li.active .sub li {
		padding: 0;
		width: 25%;
		text-align: center;

	}

}


@media(max-width:580px) {
	.pro02-list {
		padding-top: 85px !important;
	}

	.page-nav ul li.active .sub li {
		padding: 0;
		width: 33%;
		text-align: center;

	}

	.page-nav ul .active .sub {
		bottom: -85px;
	}

	.page-nav ul li .sub li a {
		font-size: 12px;
	}

}

/* 公共分页器 s */
.round-page.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.round-page.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	display: inline-block;
	width: 0.16rem;
	height: 0.16rem;
	border: 1px solid #1d1d1d;
	margin: 0 0.05rem;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
}

.round-page.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #004ea2;
}

/* 公共分页器 e */