﻿@charset "utf-8";
/* CSS Document */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
	margin: 0;
	padding: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
	border: 0;
}

i,cite,em,var,address,dfn {
	font-style: normal;
}
[hidefocus],summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%;
}

sup,sub {
	font-size: 83%;
}

pre,code,kbd,samp {
	font-family: inherit;
}

q:before,q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,summary {
	cursor: default;
}

a,button {
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6,em,strong,b {
	font-weight: bold;
}

del,ins,u,s,a,a:hover {
	text-decoration: none;
}

body,textarea,input,button,select,keygen,legend {
	font: 12px/1.14 arial,\5b8b\4f53;
	color: #333;
	outline: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
	line-height: 1.75;
	font-size: 16px;
	color: #333;
	line-height: 1.75;
}

a,a:hover,a:active,a:visited,a:focus {
	color: #333;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%
}

.header {
	width: 100%;
	height: 80px;
	transition: all 0.5s;
	line-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #0169cd;
}

.header.maxwidth {
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.logo {
	height: 100%;
	padding: 15px 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #fff;
}

.logo img {
	max-height: 70px;
}

.nav ul {
	display: flex;
	justify-content: end;
	align-items: center;
}

.nav ul li {
	position: relative;
	padding: 0 25px;
	max-width: 220px;
	text-align: center;
}

.nav ul > li > a {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	font-size: 120%;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav ul > li::after {
	content: "";
	z-index: 0;
	display: block;
	position: absolute;
	width: 100%;
	transition: all 0.5s;
	height: 0;
	background: #ff6600;
	left: 0;
	bottom: 0;
}
.nav ul > li.active {
	background: #ff6600;
}

.nav ul > li:hover::after {
	height: 100%;
}

.language {
	min-width: 240px;
}

.language a {
	display: block;
	color: #fff;
	font-size: 30px;
	font-family: "impact";
	padding: 0 15px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}

.nav ul li .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 150px;
	max-height: 0;
	overflow: hidden;
	background: #fff;
}

.nav ul li .submenu a {
	display: block;
	padding: 5px;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	float: left;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.nav ul li .submenu a:hover {
	color: #0169cd;
}

.nav ul li:hover .submenu {
	max-height: 500px;
}

/*WAP导航*/
.menu-handler {
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-left: 1px solid rgba(255,255,255,0.2);
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0px;
	transition: all 0.3s cubic-bezier(0.445,0.145,0.355,1);
	-webkit-transition: all 0.3s cubic-bezier(0.445,0.145,0.355,1);
	-moz-transition: all 0.3s cubic-bezier(0.445,0.145,0.355,1);
	z-index: 1012
}

.menu-handler .burger {
	width: 32px;
	height: 4px;
	background: #fff;
	display: block;
	position: absolute;
	z-index: 5;
	top: 18px;
	left: 50%;
	margin: 0px 0px 0px -16px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center
}

.menu-handler .burger-2 {
	top: 28px
}

.menu-handler .burger-3 {
	top: 38px
}

.menu-handler.active .burger-1 {
	top: 30px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.menu-handler.active .burger-2 {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	left: -100%
}

.menu-handler.active .burger-3 {
	top: 30px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg)
}

.menuBlack {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 999;
	display: none
}

.menuBox {
	position: fixed;
	width: 100%;
	top: 0;
	right: -100%;
	height: 100%;
	background: #fff;
	z-index: 1003;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none
}

.navMobile {
	margin-top: 80px;
	margin-bottom: 60px
}

.navMobile dd a {
	display: block;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.navMobile dd p a {
	padding: 15px 45px;
	font-size: 18px;
	text-align: center;
}

.navMobile dd p a.act {
	background: #0169cd;
	color: #fff;
}

.mtnav a {
	padding: 13px 48px;
	font-size: 16px
}

.mtnav {
	background: #eee;
	display: none
}

.mtools {
	overflow: hidden;
	background: #eee;
	position: fixed;
	right: -100%;
	bottom: 0;
	width: 100%
}

.mtools a {
	display: block;
	width: 50%;
	text-align: center;
	float: left;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #fff;
	background: #0169cd
}

.mtools span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.mtools .weixin {
	background: #ff6600;
}

.mtools .sina span {
	background: url(/skin/images/kf.png) no-repeat left center;
}

.mtools .weixin span {
	background: url(/skin/images/phone.png) no-repeat left center;
}

.lunbo {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	max-height: 100%
}

.lunbo .swiper-container {
	width: 100%;
	height: 100%;
	position: initial;
}

.lunbo .swiper-slide {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.lunbo .swiper-slide .vbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.lunbo .swiper-slide .vbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/skin/images/dot.png) repeat;
	opacity: 0.5;
}

.lunbo .swiper-slide .vidbg {
	position: relative;
	z-index: 9
}

.lunbo .swiper-slide p {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 2
}

.lunbo .swiper-slide img {
	width: 100%;
	height: auto;
	transition: 1s ease 2s;
	transform: scale(1.1,1.1)
}

.lunbo .swiper-slide-active img,.lunbo .swiper-slide-duplicate-active img {
	transition: 5s ease;
	transform: scale(1,1)
}

.lunbo .swiper-pagination {
	bottom: 80px;
	text-align: center;
}

.lunbo .swiper-pagination-bullet {
	width: 40px;
	height: 40px;
	line-height: 38px;
	opacity: 1;
	background: 0 0;
	border: 2px solid rgba(255,255,255,0.5);
	color: #fff;
	transition: all 0.5s;
}

.lunbo .swiper-pagination-bullet-active {
	background: #ff6600;
	border: 2px solid #ff6600;
}

.lunbo .swiper-button-next,.lunbo .swiper-button-prev {
	background: rgba(0,0,0,0.1);
	text-align: center;
	color: #fff;
	line-height: 60px;
	width: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 14px;
}

.lunbo .swiper-button-next:hover,.lunbo .swiper-button-prev:hover {
	background: rgba(0,0,0,0.5);
}

.container {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.wrapper {
	width: 100%;
	position: relative;
	height: auto;
	float: left;
	background: #fff;
}

.banbox {
	width: 100%;
	padding: 0 50px;
	height: 120px;
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	top: -60px;
	z-index: 999
}

.banbox .box {
	background: #0169cd;
	padding: 15px 50px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banbox .lbox {
	width: 40%;
}

.banbox .lbox h3 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}

.banbox .lbox p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.banbox .keywords {
	box-sizing: border-box;
	height: 50px;
	width: 300px;
	padding: 5px 15px;
	float: left;
	border: 0;
}

.banbox .keybtn {
	border: 0;
	background: #f98b42;
	color: #fff;
	height: 50px;
	padding: 5px 30px;
	cursor: pointer;
	border: 0;
	float: left;
}

.banbox .rbox a {
	color: #fff;
	display: inline-block;
	padding-left: 50px;
	background: url(/skin/images/tel.png) no-repeat left center;
}

.banbox .rbox a small,.banbox .rbox a span {
	display: block;
	line-height: 14px;
}

.banbox .rbox a span {
	font-family: "impact";
	font-size: 30px;
	line-height: 30px;
}

.tit {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.tit h3 {
	position: relative;
	color: #0169cd;
	font-size: 30px;
	line-height: 50px;
}

.tit h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background: #0169cd;
	left: 50%;
	margin-left: -10px
}

.tit p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
}

.about {
	width: 100%;
	height: auto;
	padding: 50px;
	background: url(/skin/images/aboutbg.jpg) no-repeat top;
}

.about .tbox {
	width: 100%;
	box-sizing: border-box;
}

.about .numCount {
	background: none;
	margin-bottom: 50px
}

.about .numCount ul li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 30px;
	float: left;
	text-align: center;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.2)
}

.about .numCount ul li:last-child {
	border-right: 0
}

.about .numCount .item {
	position: relative;
	z-index: 1;
}

.numCount li .numU {
	line-height: 1;
}

.numCount li .numCX {
	font-size: 70px;
	font-weight: bold;
	color: #f98b42;
}

.numCount li .numU .unitC {
}

.numCount li .indc {
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
}

.about .lbox,.about .rbox {
	width: 50%;
}

.about .lbox {
	border: 5px solid #fff;
	box-sizing: border-box;
}

.about .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #0169cd;
	padding: 30px 50px;
	box-sizing: border-box;
}

.about .rbox {
	padding-right: 50px;
	box-sizing: border-box;
}

.about .rbox .txt_tit {
	background: rgba(255,255,255,0.1);
	padding: 10px;
	border-left: 3px solid #fff
}

.about .rbox .txt_tit h3 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.about .rbox .txt_tit p {
	color: #fff;
	font-size: 14px;
	line-height: 18px
}

.about .rbox .txt_box {
	padding: 30px 0
}

.about .rbox .txt_box p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.about .rbox .txt_box h1 {
	color: #fff;
	font-size: 35px;
	line-height: 50px;
}

.about .rbox a.more {
	display: inline-block;
	padding: 10px 50px;
	color: #fff;
	background: rgba(255,255,255,0.1);
}

.about .rbox a:hover {
	background: #f98b42
}

.product {
	padding: 0 50px;
	overflow: hidden;
}

.product .swiper-container {
	padding-bottom: 30px
}

.product .swiper-pagination {
	bottom: 0;
}

.cpbg {
	padding: 0 50px;
	padding-top: 100px;
}

.product01,.productcon {
	width: 100%;
	height: auto;
	margin: auto;
}

.product01 {
	background: url(/skin/images/jzx.jpg) no-repeat center #eee
}

.product_nav {
	background: #fff;
}

.product_nav a {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	margin: 1px;
	color: #fff;
	background: #0169cd;
}

.product .box {
	padding: 0 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.product .box p {
	padding: 15px 10px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	font-size: 16px;
	font-weight:bold;
}

.product .box h6 {
	padding: 0px 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	font-weight:normal;
}

.product .box p small {
	font-size: 12px
}

.product .img {
	overflow: hidden;
	background: #000;
}

.product img {
	transition: all 0.5s;
}

.product .swiper-slide:hover img {
	transform: scale(1.1);
}

.product .box:hover .swiper-slide:not(:hover) img {
	opacity: 0.5;
}

.cpbg .box {
	padding: 30px 0;
	margin: 0
}

.case {
	background: url(/skin/images/cbg.jpg) no-repeat center #000;
	padding: 50px;
	background-attachment: fixed;
}

.case .tit h3,.case .tit p {
	color: #fff
}

.case .tit h3::after {
	background: #fff;
}

.case .tbox ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}

.case .tbox ul li {
	width: 48%;
}

.case .tbox ul li a {
	display: flex;
	align-items: center;
	background: rgba(0,71,108,0.3);
}

.case .tbox ul li .img {
	width: 50%;
	float: left;
}

.case .tbox ul li .txt {
	padding: 0 30px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.case .tbox ul li .txt h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.case .tbox ul li .txt small {
	color: #fff;
	display: inline-block;
	line-height: 30px;
}

.case .tbox ul li .txt p {
	color: #fff;
	line-height: 24px;
	padding: 15px 0
}

.case .tbox ul li .link span {
	display: inline-block;
	padding: 5px 20px;
	background: #fff;
}

.case .tbox ul li .link span:nth-child(1) {
	background: #0169cd;
	color: #fff
}

.case .bbox p {
	font-size:16px;
	padding: 10px;
	background: #fff;
	text-align: center;
	font-weight:bold;
}
.case .bbox h6 {
	padding: 0px 10px 10px 10px;
	background: #fff;
	text-align: center;
	font-weight:normal;
}
.case .swiper-container {
	padding-bottom: 50px;
}

.new {
	padding: 50px;
	background: #fff;
	overflow: hidden;
}

.new .lbox {
	width: 60%;
	float: left;
}

.new .rbox {
	width: 40%;
	float: left;
	padding-left: 50px;
	box-sizing: border-box;
}

.new .lbox ul {
	display: flex;
	justify-content: space-between;
}

.new .lbox ul li {
	width: 45%
}

.new .lbox ul li .txt {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.new .lbox ul li .txt h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.new .lbox ul li .txt h3 small {
	display: inline-block;
	color: #aaa;
	font-size: 12px;
}

.new .lbox ul li .txt p {
	font-size: 14px;
	line-height: 24px;
}

.new .lbox ul li:hover h3 {
	color: #0169cd
}

.new .rbox ul li {
	width: 100%;
	background: #eee;
	margin-bottom: 15px;
}

.new .rbox ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new .rbox ul li .img {
	width: 30%;
	float: left;
}

.new .rbox ul li .txt {
	width: 70%;
	float: left;
	padding: 5px 15px;
	box-sizing: border-box;
}

.new .rbox ul li .txt h3 {
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	height: 40px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new .rbox ul li .txt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.new .rbox ul li:hover {
	background: #0169cd;
}

.new .rbox ul li:hover h3,.new .rbox ul li:hover p {
	color: #fff
}

/*首页底部*/
.footer {
	background: #0169cd;
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%
}

.footer::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/skin/images/foot.jpg) no-repeat bottom;
	background-attachment: fixed;
	opacity: 0.1;
	pointer-events: none;
}

.fnav {
	padding: 15px 50px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.fnav a {
	display: inline-block;
	padding-right: 50px;
	font-size: 16px;
	color: #fff;
}

.fnav a:hover {
	color: #fff;
}

.fbox {
	padding: 0 50px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.fbox .lbox,.fbox .cbox,.fbox .rbox {
	padding: 30px 0;
	width: 100%;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.fbox .cbox,.fbox .rbox {
	padding-left: 50px;
}

.fbox .rbox {
	min-width: 440px;
}

.fbox .lbox {
	min-width: 400px;
}

.fbox .lbox img {
	float: left;
	padding-right: 30px;
	max-width: 150px;
}

.fbox .cbox p {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.fbox .ftel {
	float: left;
	padding-left: 60px;
	background: url(/skin/images/ftel.png) no-repeat left;
}

.fbox .ftel p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.fbox .ftel p a {
	font-size: 30px;
	color: #fff;
	font-family: "impact";
	font-weight: normal;
}

.fbox .rbox p {
	color: #fff;
}

.fbox .rbox input.phone {
	min-width: 280px;
	height: 50px;
	background: #fff;
	border: 0;
	padding: 5px 10px;
	float: left;
}

.fbox .rbox input.btn {
	width: 100px;
	height: 50px;
	background: rgba(255,255,255,0.2);
	border: 0;
	border-radius: 0;
	color: #fff;
}

.fbot {
	padding: 20px 50px;
	font-size: 14px;
	color: #fff;
}

.fbot a {
	color: #fff;
}

#rollTop {
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 60px;
	width: 40px;
	height: 40px;
	background: #0169cd;
}

#rollTop a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(/skin/images/rolltop.png) no-repeat center;
	background-size: 50%;
}

.neibanner {
	background-size: 100%;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

.nei_wrapper {
	padding: 50px 15px;
	background: #eee;
	min-height: 180px;
	height: auto;
	overflow: visible;
	position: relative;
}

.nei_box {
	max-width: 1560px;
	background: #fff;
	height: auto;
	margin: auto;
	margin-top: -120px;
	overflow: hidden;
}

.nei_box .position {
	width: 100%;
	height: 70px;
	background: #fff;
}
/*侧边栏*/
.sidebar_nav {
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
}

.sidebar_nav a {
	display: block;
	padding: 0 25px;
	width: auto;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid #ddd;
	float: left;
}

.sidebar_nav a:hover,.sidebar_nav a.on {
	background: #0169cd;
	color: #fff;
	border-right: 1px solid #0169cd;
}

.list_img {
	padding: 15px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.list_img li {
	padding-top: 15px;
	padding-bottom: 15px;
}

.list_img a {
	display: inline-block;
}

.list_img .img {
	overflow: hidden;
}

.list_img a img {
	transition: all 0.5s;
}

.list_img a:hover img {
	transform: scale(1.1);
}

.list_img p {
	text-align: center;
	line-height: 40px;
}


/*newsinfo*/
.newsinfo {
	width: 100%;
	height: auto;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	text-align: center;
	color: #666;
	font-size: 12px;
}

.newsinfo span {
	color: #0169cd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.newsinfo a {
	display: inline-block;
	float: right;
	margin-left: 15px;
	padding: 5px 25px;
	background: #0169cd;
	color: #fff;
}

.newsinfo a:last-child {
	background: #0169cd;
}

.article_box {
	width: 70%;
	float: left;
	height: auto;
	min-height: 600px;
	padding: 15px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
}

.article_box h1 {
	text-align: center;
	padding: 15px;
	font-size: 24px;
}

.detail {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	padding: 15px 0;
	text-align: center;
}

.detail p {
	padding: 15px 0px 0px 0px;
}

.detail img {
	max-width: 100%;
	width: auto;
	margin: auto;
}

.content_section {
	padding: 30px;
}

.content_section img {
	max-width: 100% !important;
	height: auto !important
}

.side_txt {
	width: 30%;
	padding: 10px 30px;
	box-sizing: border-box;
	float: right;
}

.side_txt h3 {
	line-height: 50px;
	background: #0169cd;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.side_txt p {
	border: 1px solid #ddd;
	line-height: 24px;
	padding: 15px;
	text-align: center;
	border-top: 0;
	font-size: 20px;
}

.side_txt p small {
	font-size: 14px;
}

.side_txt p b {
	font-size: 24px;
	color: #0169cd;
}

.side_list {
	width: 30%;
	padding: 10px 30px;
	box-sizing: border-box;
	float: right;
}

.side_list h3 {
	position: relative;
	line-height: 50px;
	background: #0169cd;
	color: #fff;
	font-size: 20px;
	padding-left: 25px;
}

.side_list h3::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 22px;
	background: #fff;
	left: 10px;
	top: 14px;
}

.side_list ul {
	padding: 15px;
	border: 1px solid #ddd;
}

.side_list ul li {
	position: relative;
	padding-left: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}

.side_list ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #aaa;
	position: absolute;
	left: 6px;
	top: 18px;
}

.side_list ul li a {
	font-size: 16px;
	color: #666;
	display: inline-block;
	text-overflow: ellipsis;
}

.side_list ul li a:hover {
	color: #0169cd;
}

.side_list ul li:hover::before {
	background: #0169cd;
}

.newlist ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #aaa;
}

.newlist .img {
	width: 100%;
	max-width: 20%;
	overflow: hidden;
}

.newlist .img img {
	height: auto;
}

.newlist .txt {
	width: 100%;
	padding-left: 30px;
}

.newlist .txt h3 {
	font-size: 18px;
	margin: 0;
	color: #333;
}

.newlist .txt p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	padding: 15px 0;
	margin: 0;
}

.newlist .txt span {
	color: #aaa;
}

.newlist ul li:hover h3 {
	color: #2ca6ff;
}

.newlist ul li:hover p {
	color: #333;
}

/* ----- PB分页数字条效果 结束 ----- */
.m-pagebar .m-pagination {
	display: none;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 2px 8px;
	margin: 0 5px;
	border-radius: 3px;
}

.pagination span {
	color: #333;
	font-size: 14px;
	padding: 8px 2px;
	margin: 0 5px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #0169cd;
	border: 1px solid #0169cd;
}

.pagination a.page-num-current {
	color: #fff;
	background: #0169cd;
	border: 1px solid #0169cd;
}
/* ----- PB分页数字条效果 结束 ----- */

div.paginationbox {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 10px auto;
	overflow: hidden;
}

div.paginationbox span {
	font-size: 15px;
	font-weight: bold;
	color: #0169cd;
}

ul.preNext {
	width: 100%;
	display: flex;
	justify-content: space-between;
	float: left;
}

ul.preNext li {
	padding: 5px 15px;
	font-size: 15px;
}

ul.preNext li a {
	color: #333;
}

ul.preNext li a:hover {
	color: #0169cd
}

ul.preNext li.pre,ul.preNext li.next {
	background: #eee;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001
}

#message .m-content {
	margin-top: 8%
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}

.m-message {
	width: 494px;
	margin: 48px auto 0;
	margin-bottom: 48px
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block
}

.m-message label input.inp,.m-message label textarea,.m-message label.code input {
	width: 73%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.m-message label input:focus,.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,150,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,150,0,.6)
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px
}

.m-message label.code {
	line-height: 34px
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%
}

.btn1 {
	display: block;
	line-height: 32px;
	padding-left: 15px;
	background-color: #333;
	color: #fff;
	margin-top: 10px
}

.btn1:hover {
	background-color: #444;
	color: white
}

.btn1 span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png)
}

.btn1-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s
}

.btn1-1 {
	padding-left: 100px
}

.btn1-1 input.focus {
	background: #176ab6;
	color: #fff
}

.btn1-1 input.focus:hover {
	background: #444
}

.btn1-1 input:hover {
	background: #ccc
}

@media (max-width:1600px) {
	.logo img {
		max-height: 60px;
	}

	.container {
		width: 90%;
		margin: 0 5%;
	}

	.nav {
		width: 100%;
	}

	.footer .fbox .lbox p {
		font-size: 14px;
	}

	.nav ul li {
		max-width: 180px;
		padding: 0 15px;
	}

	.about .rbox {
		padding-right: 30px;
	}

	.about .rbox .txt_tit h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.about .rbox .txt_box p {
		font-size: 14px;
		line-height: 24px;
	}

	.about .rbox .txt_box h1 {
		font-size: 20px
	}

	.case .tbox ul li .txt p {
		display: none
	}

	.case .tbox ul li .txt h3 {
		padding: 15px 0
	}

	.banbox .lbox h3 {
		font-size: 24px;
	}

	.numCount li .indc {
		font-size: 16px;
	}
}

@media (max-width:1200px) {
	.logo img {
		max-height: 50px;
	}

	.content_section {
		padding: 15px;
	}

	.newlist .txt {
		padding-left: 10px;
	}

	.newlist .img {
		max-width: 25%;
	}

	.article_box,.side_txt,.side_list {
		width: 100%;
		border: 0;
	}

	.side_txt,.side_list {
		padding: 15px;
	}

	.neibanner {
		background-attachment: unset;
	}

	.nei_wrapper {
		padding: 0;
	}

	.nei_box {
		height: auto;
		overflow: hidden;
		margin-top: 0;
	}

	.nei_box .position {
		height: 50px;
	}

	.list_img li {
		padding: 5px;
	}

	.sidebar_nav {
		height: 50px;
		line-height: 50px;
	}

	.tit p {
		font-size: 10px;
		line-height: 12px
	}

	.header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		height: 60px;
		line-height: 60px;
		z-index: 1004;
	}

	.header.maxwidth {
		position: fixed;
		height: 60px;
		line-height: 60px
	}

	.language {
		margin-right: 60px;
		min-width: 180px
	}

	.language a {
		font-size: 16px
	}

	.logo {
		padding: 10px;
	}

	.logo img {
		max-height: 40px;
	}

	.lunbo {
		padding-top: 60px;
	}

	.about {
		padding: 0
	}

	.about .box {
		display: block;
	}

	.about .lbox, .about .rbox {
		width: 100%;
	}

	.about .rbox {
		padding: 20px 10px;
	}

	.about .rbox .txt_box h1 {
		font-size: 18px;
		line-height: 24px;
		padding-top: 10px
	}

	.lunbo .swiper-pagination {
		bottom: 10px!important;
	}

	.lunbo .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		line-height: 10px;
		opacity: 1;
		font-size: 0;
		background: #fff;
		border: 0;
		transition: all 0.5s;
	}

	.lunbo .swiper-pagination-bullet-active {
		background: #ff6600;
		border: 0;
	}

	.product {
		padding: 0;
	}

	.product .box {
		padding: 0;
		padding-bottom: 30px;
		margin: 0
	}

	.product .box p {
		font-size: 12px;
		padding: 5px
	}

	.tit h3 {
		padding-bottom: 10px;
	}

	.product_nav a {
		padding: 1px 5px;
	}

	.case,.new {
		padding: 0
	}

	.new {
		padding-bottom: 30px;
	}

	.case .tbox ul,.case .tbox ul li a {
		display: block;
		overflow: hidden;
	}

	.case .tbox ul li {
		width: 100%;
	}

	.case .tbox {
		width: 100%;
		margin: 10px auto;
	}

	.case .tbox ul li .txt {
		padding: 0 10px
	}

	.case .tbox ul li .txt h3 {
		line-height: 30px
	}

	.case .tbox .txt .link,.case .tbox ul li .txt h3 small {
		display: none;
	}

	.new .lbox,.new .rbox {
		width: 100%;
		padding: 2%;
		box-sizing: border-box;
	}

	.new .lbox,.new .rbox,.new .lbox ul li {
		width: 100%
	}

	.fnav,.fbox {
		padding: 15px;
	}

	.fbox {
		display: block;
	}

	.fbox .flbox {
		width: 100%;
	}

	.fbox .lbox {
		min-width: 100%;
		text-align: center;
	}

	.fbox .lbox img,.fbox .lbox .ftel {
		margin: auto;
		float: none;
	}

	.fbox .lbox img {
		padding: 15px 0;
	}

	.fbox .lbox .ftel {
		display: inline-block;
	}

	.fbox .cbox {
		display: none;
		padding: 15px 0;
		border-top: 1px solid rgba(255,255,255,0.2);
	}

	.fbot {
		padding: 15px
	}

	.banbox {
		padding: 0;
		text-align: center;
		height: auto;
		position: relative;
		top: 0
	}

	.banbox .box {
		display: block;
		padding: 30px 15px;
	}

	.banbox .lbox {
		width: 100%
	}

	.banbox .search {
		margin: 15px 0;
		overflow: hidden;
		text-align: center;
	}

	.banbox .search form {
		display: inline-block;
	}

	.banbox .rbox a {
		text-align: left;
	}

	.about .numCount ul li {
		width: 50%;
		height: 120px;
		margin: 15px 0;
	}

	.about .numCount {
		margin-bottom: 10px;
	}

	.product_nav {
		padding: 15px 0
	}

	.numCount li .numCX {
		font-size: 40px
	}

	.numCount li .indc {
		font-size: 14px;
		line-height: 18px;
	}

	.about .box {
		padding: 0
	}
}

@media (max-width:768px) {
	.about .lbox .bot,.about .rbox .bot,.about .rbox .top {
		display: block;
	}

	.about .lbox .bot .img, .about .rbox .bot .img, .about .rbox .top .img,.about .lbox .bot .txt, .about .rbox .bot .txt, .about .rbox .top .txt {
		width: 100%;
	}

	.advantage .box {
		display: block;
	}

	.advantage .box .item {
		width: 100%;
	}

	.footer .contact ul li {
		width: 100%;
		justify-content: flex-start;
	}

	.footer .fnav {
		display: block;
	}

	.footer .fnav .item {
		width: 100%;
	}

	.footer .fnav .item:nth-child(1) a {
		width: auto;
		padding: 0 15px;
	}

	.logo {
		padding: 5px;
	}

	.logo img {
		max-height: 35px;
	}

	.fnav a {
		padding-right: 30px;
	}

	.fbox .lbox, .fbox .cbox, .fbox .rbox {
		border-right: 0
	}

	.banbox .lbox h3 {
		font-size: 18px
	}

	.banbox .lbox p {
		font-size: 12px;
	}
	
/* ----- PB分页数字条效果 开始 ----- */
	.pagebar .pagination {
		display: none;
	}

	.m-pagebar .m-pagination {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.m-pagination a {
		border: 1px solid #ccc;
		color: #ffffff;
		font-size: 14px;
		padding: 2px 10px;
		margin: 0 5px;
		border-radius: 3px;
		background: #0169cd
	}

	.m-pagination span {
		color: #ffffff;
		font-size: 14px;
		padding: 8px 2px;
		margin: 0 5px;
		border-radius: 3px;
	}

	.m-pagination a:hover {
		color: #ffffff;
		border: 1px solid #0169cd;
	}

	.m-pagination a.m-page-num-current {
		color: #ffffff;
		background: #0169cd;
		border: 1px solid #0169cd;
	}
/* ----- PB分页数字条效果 结束 ----- */
}

@media (max-width:480px) {
	.lunbo {
		padding-top: 50px
	}

	.header.maxwidth,.header,.menu-handler {
		height: 50px;
		line-height: 50px
	}

	.menu-handler .burger {
		top: 14px;
	}

	.menu-handler .burger-2 {
		top: 24px
	}

	.menu-handler .burger-3 {
		top: 34px
	}

	.menu-handler.active .burger-1,.menu-handler.active .burger-3 {
		top: 24px
	}

	.new .rbox ul li .txt p {
		font-size: 10px;
		line-height: 14px
	}

	.banbox .keywords {
		width: 240px
	}

	.banbox .lbox p {
		font-size: 8px;
	}
}

@media (max-width:360px) {
	.banbox .lbox p {
		font-size: 10px
	}

	.banbox .keywords {
		width: 200px
	}

	.language {
		min-width: 140px;
	}

	.language a {
		padding: 0
	}
}

@media (max-width:768px) {
	.footer {
		padding-bottom: 50px;
	}

	.m-bottom-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 998;
		width: 100%;
		height: 50px;
		background: #222;
	}

	.mbn-bar {
		display: flex;
		padding: 0;
		text-align: center;
	}

	.mbn-bar,.mbn-bar a {
		align-items: center;
		justify-content: center;
	}

	.mbn-bar a {
		display: inline-block;
		display: flex;
		height: 100%;
	}

	.mbn-bar a.telbtn {
		display: inline-block;
		position: absolute;
		z-index: 999;
		border: 1px solid rgba(255,255,255,0.1);
		bottom: 0;
		width: 66px;
		height: 66px;
		border-radius: 50%;
		left: 50%;
		margin-left: -33px;
		background-image: url(/skin/images/3.png);
		background-repeat: no-repeat;
		background-size: 50px 50px;
		background-position: center;
		background-color: #da0000;
	}

	.m-bottom-nav a {
		display: inline-block;
		padding: 5px 0;
		width: 100%;
		color: #fff;
		font-size: 18px;
		line-height: 40px;
	}
}

.text-secondary {
	margin:0 auto;
	text-align:center;
	
	}