@charset "utf-8";
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,  dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,th{
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Microsoft Yahei";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
	padding: 0 15px;
}
#header .width {
	max-width: 1540px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .width h1{ width: 15%;}
#header .width h1 img{ width: 100%;margin: 20px 0px;}
#header .tel {
	font-size: 28px;
	color: #e70012;
	font-family: Impact, "sans-serif";
	letter-spacing: 1px;
}
#header .tel img {
	margin: -5px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#header .navi {
	width: 65%;
}
#header .navi ul {
	display: flex;
	justify-content: space-between;
}
#header .navi a {
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
}
#header .navi li {
	width: 14.28%;
}
#header .navi .on a,
#header .navi a:hover {
	color: #fff;
	background-color: #154f98;
}
.mainVisual .bgImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 3s;transition: all 3s;
}
.mainVisual .swiper-slide-active .bgImg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.mainVisual .width {
	height: 850px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.mainVisual .width01 {
	text-align: right;
	max-width: 1600px;
	padding-top: 170px;
}
.mainVisual .width01 .main02 {
	margin: 35px 0;
	height: 2px;
}
.mainVisual .width01 p {
	display: inline-block;
	letter-spacing: 1px;
	max-width: 570px;
	font-size: 18px;
	color: #154f98;
	line-height: 33px;
	font-family: "思源黑体 CN";
}
.mainVisual .width02 {
	padding-top: 170px;
	text-align: center;
}
.mainVisual .width02 p {
	font-size: 20px;
	line-height: 36px;
	color: #154f98;
	font-family: "思源黑体 CN";
	letter-spacing: 1px;
}
.mainVisual .width02 .main02 {
	margin: 35px 0;
	height: 2px;
}
.mainVisual .width03 {
	padding-top: 250px;
	text-align: center;
}
.mainVisual .width03 p {
	font-size: 20px;
	line-height: 36px;
	font-family: "思源黑体 CN";
	letter-spacing: 1px;
	color: #fff;
}
.mainVisual .width03 .main02 {
	margin: 35px 0;
	height: 2px;
}
.lb .swiper-button-next:after,
.lb .swiper-button-prev:after {
	display: none;
}
.lb .swiper-button-next,
.lb .swiper-button-prev {
	width: 49px;
	height: 49px;
	margin: 0;
	top: inherit;
	bottom: 60px;
	-webkit-transition: all .5s;transition: all .5s;
}
.lb .swiper-button-next {
	right: 7.5%;
	background: url("../images/icon03.png") no-repeat center center;
	background-size: 100% 100%;
}
.lb .swiper-button-next:hover {
	margin-right: -10px;
}
.lb .swiper-button-prev {
	left: inherit;
	right: 7.5%;
	margin-right: 90px;
	background: url("../images/icon02.png") no-repeat center center;
	background-size: 100% 100%;
}
.lb .swiper-button-prev:hover {
	margin-right: 100px;
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.banner-image{ height: 500px; background-position: center;}
.headline01 {
	margin-bottom: 30px;
	text-align: center;
	color: #154f98;
	font-size: 32px;
	font-weight: normal;
}
.headline01 .txt01 {
	padding: 0 80px;
	display: inline-block;
	font-weight: bold;
	font-size: 38px;
}
.headline01 .txt02 {
	margin-top: 5px;
	padding-top: 10px;
	display: block;
	position: relative;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	font-weight: 400;
}
.headline01 .txt02:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background-color: #154f98;
	width: 44px;
	height: 2px;
	margin-left: -22px;
}
.comLink {
	margin-top: 50px;
	text-align: center;
}
.comLink a {
	width: 220px;
	box-sizing: border-box;
	padding: 14px 5px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	background-color: #154f98;
	letter-spacing: 1px;
}
.comLink img {
	margin: -2px 0 0 15px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .5s;transition: all .5s;
}
.comLink a:hover {
	background-color: #e70012;
}
.comLink a:hover img {
	transform: rotateZ(360deg);
}
.indexsec01 {
	padding: 100px 0;
	background: url("../images/icon04.png") no-repeat left center;
	background-attachment: fixed;
}
.com-indec{ width: 100%;display: inline-block;}

.indexsec01 .text {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 34px;
	text-indent:2em;
	text-align: justify;
	width: 50%;
	float: left;
}
.com-indec .video{width: 45%;float: right;height: 270px;}
.com-indec .video img{ width: 100%; height: 100%; object-fit: cover;}
.indexsec01 ul {
	display: flex;
	justify-content: space-between;
}
.indexsec01 ul li {
	padding-left: 95px;
	position: relative;
	font-size: 20px;
	cursor: pointer;
}
.indexsec01 ul span {
	margin-top: 5px;
	display: block;
	font-size: 18px;
	color: #999;
	line-height: 20px;
}
.indexsec01 ul img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -33px;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec01 ul li:hover img {
	transform: rotateY(360deg);
}
.indexsec02 {
	padding: 100px 0;
	background: #f6fafd url("../images/bg01.png") no-repeat right bottom;
	background-size: 100%;
}
.indexsec02 ul {
	display: flex;
	flex-wrap: wrap;
}
.indexsec02 ul li {
	width: 31%;
	margin: 0 2% 30px 0;
	background: #fff;
}
.indexsec02 ul li .scr-title{ width: 100%;line-height: 60px;font-size: 24px;text-align: center;margin-top: 30px;}
.indexsec02 ul li .scr-dep{ font-size: 12px;color: #666;padding: 10px;box-sizing: border-box;line-height: 24px;height: 92px;overflow: hidden;}
.indexsec02 ul li  span{ width: 100%;text-align: center;color: #ea5520;font-size: 20px;line-height: 30px;display: block;}
.indexsec02 ul li:nth-child(3n) {
	margin-right: 0;
}
.indexsec02 ul .photo {
	height: 312px;
	overflow: hidden;
}
.indexsec02 ul .photo img {
	width: 100%;
	display: block;
	margin: auto;
	height: 100%;
	object-fit: cover;
}
.indexsec02 ul a {
	display: block;
	
}
.indexsec02 ul li p a{background-color: #154f98;color: #fff;line-height: 55px;}
.indexsec02 ul li p a:hover {
	background-color: #e70012;
}
.wap{ display: none;}
.indexsec02 ul p {
	text-align: center;
	color: #fff;
	
}
.indexsec02 #scroll {
	height: auto;
	overflow: hidden;
}
.indexsec03 {
	padding: 100px 0;
	background: url("../images/bg02.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.indexsec03 .headline01,
.indexsec03 .headline01 span {
	color: #fff;
}
.indexsec03 .inner {
	display: flex;
}
.indexsec03 .inner p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5% 35px;
	color: #fff;
	font-size: 22px;
}
.indexsec03 .inner p span {
	margin-top: 5px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.indexsec03 .inner .lbox {
	width: 33.4%;
	position: relative;
}
.indexsec03 .inner .lbox p span{ 
	width: 40%;
	line-height: 40px;
	background: #ff6800;
	float: left;
	text-align: center;
	border-radius: 10px;
	margin: 0px 5%;
}
.list_ys{ display:inline-block; padding-top:31px; clear:both; width: 100%;}
.list_ys li{ width:24%; height:445px; float:left; margin-right:10px; border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px; background:#154f98; position:relative; transition:all 0.5s ease; cursor:pointer;}
.list_ys li a{ color:#fff}
.list_ys li:last-child{ margin-right:0px}
.list_ys li .ico{ width:60px; height:60px; margin:auto; margin-top:43px; margin-bottom:30px;}
.list_ys li h3{ line-height:54px; text-align:center; font-size:34px;}
.list_ys li p{ line-height:36px; font-size:16px; padding:0px 18px; padding-top:9px}
.list_ys li .line{ width:48px; height:2px; line-height:2px; position:absolute; bottom:29px; left:50%; margin-left:-24px; background:#fff;transition:all 0.3s ease;}
.list_ys li:hover{ background:#2F2F2F;}
.list_ys li:hover .line{ bottom:36px;}
.indexsec03 .inner .lbox p span a{ color: #fff;}
.indexsec03 .inner .lbox p span:hover{ background: #0185d0;}
.indexsec03 .inner ul li:before,
.indexsec03 .inner .lbox:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 172px;
	background: url("../images/bg04.png") no-repeat;
	background-size: 100% 100%;
	content: "";
}
.indexsec03 .inner ul {
	width: 66.6%;
	display: flex;
	flex-wrap: wrap;
}
.indexsec03 .inner ul li {
	width: 50%;
	position: relative;
}
.indexsec03 .inner .lbox:hover p,
.indexsec03 .inner ul li:hover p {
    animation: beat 0.5s 1;
}
@keyframes beat { 0%, 100% {
transform: scale(1, 1);
}
25% {
transform: scale(0.9, 1.1);
}
50% {
transform: scale(1.1, 0.9);
}
75% {
transform: scale(0.95, 1.05);
}
}
@-webkit-keyframes beat { 0%, 100% {
transform: scale(1, 1);
}
25% {
transform: scale(0.9, 1.1);
}
50% {
transform: scale(1.1, 0.9);
}
75% {
transform: scale(0.95, 1.05);
}
}
.indexsec04 {
	padding: 100px 75px;
	position: relative;
	background: url("../images/bg09.png") no-repeat center bottom;
	background-size: 100% auto;
}
.indexsec04 .en {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.indexsec04 .comWidth {
	position: relative;
	z-index: 2;
}
.indexsec04 .sliderbox {
	position: relative;
}
.indexsec04 .swiper-container {
    height: 400px;
}
.indexsec04 .swiper-slide {
/*    height: calc((100% - 30px) / 2); */
height: 375px;
	background: #FFF;
}
.indexsec04 .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
	position: relative;
}
.indexsec04 .swiper-slide img {
    width: auto;
    height: 340px;
	display: block;
	margin: auto;
}


.indexsec04 .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px 5px;
	color: #fff;
	background-color: #154f98;
	box-sizing: border-box;
}
.indexsec04 .swiper-slide a:hover p {
	background-color: #e70012;
}
.indexsec04 .swiper-button-next:after,
.indexsec04 .swiper-button-prev:after {
	display: none;
}
.indexsec04 .swiper-button-next,
.indexsec04 .swiper-button-prev {
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
.indexsec04 .swiper-button-next {
	right: -80px;
	background: url("../images/icon13.png") no-repeat center center;
	background-size: 100% 100%;
}
.indexsec04 .swiper-button-prev {
	left: -80px;
	background: url("../images/icon12.png") no-repeat center center;
	background-size: 100% 100%;
}
.indexsec05 {
	padding-top: 100px;
	position: relative;
}
.indexsec05 .bg {
	height: 638px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url("../images/bg10.jpg") no-repeat center center;
	background-size: cover;
	z-index: 1;
}
.indexsec05 .en {
	position: absolute;
	left: 0;
	top: 638px;
	z-index: 1;
}
.indexsec05 .comWidth {
	position: relative;
	z-index: 2;
}
.indexsec05 .whiteBg {
	padding: 45px 7% 0;
	background-color: #fff;
}
.indexsec05 .innerTop .headline01 {
	text-align: left;
}
.indexsec05 .innerTop .headline01 .txt02:before {
	left: 0;
	margin-left: 0;
}
.indexsec05 .innerTop {
	position: relative;
	margin-bottom: 100px;
}
.indexsec05 .innerTop .comLink {
	position: absolute;
	right: 0;
	top: 15px;
	margin-top: 0;
}
.indexsec05 .innerTop ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.indexsec05 .innerTop ul li {
	width: 32%;
	margin-bottom: 25px;
}
.indexsec05 .innerTop ul a {
	display: block;
	background-color: #f5f5f5;
}
.indexsec05 .innerTop ul .photo {
	height: 260px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
}
.indexsec05 .innerTop ul .photo img {
	width: 100%;
	min-height: 260px;
}
.indexsec05 .innerTop ul h3 {
	margin: 0 7% 20px;
	position: relative;
	padding-top: 50px;
}
.indexsec05 .innerTop ul h3:before {
	position: absolute;
	left: 0;
	top: 30px;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #154f98;
}
.indexsec05 .innerTop ul p {
	margin: 0 7% 30px;
	font-size: 14px;
	color: #666;
	line-height: 21px;
}
.indexsec05 .innerTop ul a:hover {
	background-color: #154f98;
}
.indexsec05 .innerTop ul a:hover h3,
.indexsec05 .innerTop ul a:hover p {
	color: #fff;
}
.indexsec05 .innerTop ul a:hover h3:before {
	background-color: #fff;
}
.indexsec05 .innerBtm {
	position: relative;
}
.indexsec05 .innerBtm .comLink {
	position: absolute;
	right: 0;
	top: 15px;
	margin-top: 0;
}
.indexsec05 .innerBtm .inn {
	display: flex;
	justify-content: space-between;
}
.indexsec05 .innerBtm .lbox {
	width: 48.4%;
}
.indexsec05 .innerBtm .lbox a {
	height: 415px;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 30px;
}
.indexsec05 .innerBtm .lbox img {
	width: 100%;
	min-height: 415px;
	border-radius: 30px;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec05 .innerBtm .lbox a:before {
	display: none;
	width: 128px;
	height: 128px;
	margin: -64px 0 0 -64px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	background: url("../images/icon15.png") no-repeat;
	background-size: 100% 100%;
}
.indexsec05 .innerBtm .lbox a:hover img {
	border-radius: 0;
}
.indexsec05 .innerBtm ul {
	width: 48.4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -15px;
}
.indexsec05 .innerBtm ul li {
	width: 48%;
	margin-top: 15px;
}
.indexsec05 .innerBtm ul a {
	display: block;
	height: 200px;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
}
.indexsec05 .innerBtm ul img {
	min-height: 200px;
	width: 100%;
	border-radius: 30px;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec05 .innerBtm ul a:before {
	display: none;
	width: 68px;
	height: 68px;
	margin: -34px 0 0 -34px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	background: url("../images/icon15.png") no-repeat;
	background-size: 100% 100%;
}
.indexsec05 .innerBtm ul a:hover img {
	border-radius: 0;
}


.footer_box{ height:385px; /* background:url(../images/footer_bg.jpg); */ background: #154f98;  clear:both}
.footer_box .links{ padding-top:15px; border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:30px;}
.footer_box .links .pic{ float:left; width:108px;margin-right:6px; height:100px;}
.footer_box .links  img{ }
.footer_box .links ul{ padding-top:10px}
.footer_box .links ul li{ display:inline-block; padding:0px 12px; border-right:1px solid #B1B8C0; line-height:18px;}
.footer_box .links ul li:last-child{ border-right:0px}
.links ul li a{ color:#D7D5D6; font-size:14px;}
.footer_area{ clear:both; padding-top:10px;}
.footer_area .footer_logo{ width:220px; float:left; margin-right:24px; text-align:center}
.footer_area .footer_logo img{ margin-top: 15%;}
.footer_cent{ width:520px; height:96px; float:left; line-height:48px; position:relative; color:#fff; font-size:18px; padding-left:20px; margin-top:35px;}
.footer_cent:before{ position:absolute; height:55px; width:1px; left:0; content:""; height:55px; background:#fff; z-index:9; top:18px;}
.footer_tel{ width:406px; float:left; margin-left:48px; margin-top:54px; line-height:70px; text-align:right; font-size:30px; font-weight:bold; color:#fff}
.footer_tel img{ float:left; margin-right:25px; margin-top:12px}
.footer_nav{ padding-top:40px; line-height:34px; padding-bottom:6px; border-bottom:1px solid rgba(255,255,255,0.2); width: 100%; display: inline-block;}
.footer_nav ul { display: -webkit-flex; /* Safari */display: flex;flex-direction: row; flex-wrap: nowrap;justify-content: space-between; width: 100%;}
.footer_nav ul li{ width:109px; text-align:center}
.footer_nav ul li a{ color:#fff; font-size:16px}
.copy{ padding-top:11px; width: 100%; display: inline-block; text-align: center;}
.copy a{ font-size:16px; color:#fff}
.copy p{ line-height:15px; font-size:16px; color:#fff}

#footer {
	margin-top: 100px;
	padding: 60px 15px;
	background-color: #f5f5f5;
}
#footer .width {
	max-width: 1460px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#footer .ttl {
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #154f98;
	font-size: 22px;
	position: relative;
}
#footer .ttl:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 36px;
	height: 1px;
	background-color: #999;
}

#footer .lbox {
	max-width: 300px;
} 
#footer .lbox ul {
	display: flex;
	flex-wrap: wrap;
}
#footer .lbox ul li {
	margin: 0 30px 30px 0;
}
#footer .lbox ul a:hover {
	color: #e70012;
}
#footer .ftxt {
	max-width: 310px;
}
#footer .ftxt li {
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
}
#footer .ftxt li img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
#footer .ftxt li a {
	font-size: 22px;
	font-weight: bold;
}
#footer .code {
	max-width: 175px;
}
#footer .code p {
	margin-top: 5px;
}
#footer .rbox {
	max-width: 291px;
	text-align: center;
}
#footer .copyright {
	margin-top: 20px;
	font-size: 14px;
}
#footer .qyrz {
	margin-top: 10px;
	display: inline-block;
	width: 120px;
}
/*pages*/
.pagination-wrapper{
margin: 20px 0 0;
}
.v9_pages{
text-align: center;
}
.v9_pages a {
margin-top: 5px;
display: inline-block;
height: 32px;
line-height: 32px;
margin-right: 5px;
border: 1px solid #dddddd;
padding: 0 12px;
text-decoration: none;
}
.v9_pages a:hover{
color:#154f98;
}
.v9_pages span {
background: #154f98;
color: #fff;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 16px;
text-decoration: none;
display: inline-block;
}
.pagination li.thisclass a,.pagination li.thisclass a:hover{
background: transparent;
border-color: #1B82FF;
color: #fff;
cursor: default;
}
.comImg {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comPath {
	padding: 15px;
	background-color: #f5f5f5;
	color: #666;
	margin-bottom: 80px;
}
.comPath .width {
	box-sizing: border-box;
	padding-left: 30px;
	max-width: 1400px;
	margin: 0 auto;
	background: url("../images/icon19.png") no-repeat left center;
}
.comPath a {
	color: #666;
}
.comPath a:hover {
	color: #e70012;
}
.videoPage .photoul {
	display: flex;
	flex-wrap: wrap;
}
.videoPage .photoul li {
	width: 31.6%;
	margin: 0 2.6% 30px 0;
}
.videoPage .photoul li:nth-child(3n) {
	margin-right: 0;
}
.videoPage .photoul a {
	background-color: #eeeeee;
	border-radius: 10px;
	height: 100%;
	display: block;
	box-sizing: border-box;
	border: 2px solid transparent;
}
.videoPage .photoul p {
	text-align: center;
	padding: 10px 5px;
}
.videoPage .photoul .photo {
	height: 320px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.videoPage .photoul .photo img {
	width: 100%;
	min-height: 320px;
}
.videoPage .photoul a:hover {
	background-color: #154f98;
	color: #fff;
	border-color: #154f98;
}
.contactPage {
	margin-bottom: -100px;
}
.contactPage .imgbox {
	position: relative;
	padding: 30px 0 100px;
}
.contactPage .imgbox .photobox {
	position: absolute;
	right: 0;
	top: 0;
	width: 54.2%;
}
.contactPage .imgbox .photobox img {
	width: 100%;
}
.contactPage .imgbox .txtbox {
	width: 54%;
	background-color: #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 50px 5%;
}
.contactPage .imgbox .txtbox h3 {
	font-size: 28px;
	color: #154f98;
	margin-bottom: 30px;
}
.contactPage .imgbox .txtbox .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactPage .imgbox .txtbox .code {
	max-width: 175px;
	text-align: center;
}
.contactPage .imgbox .txtbox li {
	font-size: 22px;
	color: #666;
	position: relative;
	padding: 10px 0 10px 40px;
}
.contactPage .imgbox .txtbox li a {
	color: #666;
}
.contactPage .imgbox .txtbox li img {
	position: absolute;
	left: 0;
	top: 13px;
}
.contactPage #dituContent {
	width: 100%;
	height: 460px;
}
.contactPage #dituContent img{max-width:inherit;}
	.aboutPage{ width: 100%; display: inline-block; margin-bottom: 40px;}
.aboutPage .topul {
	margin: -20px 0 50px;
	text-align: right;
}
.aboutPage .topul li {
	margin-left: 40px;
	display: inline-block;
}
.aboutPage .topul a {
	padding: 10px 5px;
	display: block;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	border-radius: 10px;
	width: 150px;
	box-sizing: border-box;
	border-bottom: 6px solid #eeeeee;
}
.aboutPage .topul a:hover {
	border-bottom-color: #154f98;
}
.aboutPage .h3Ttl {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 26px;
	color: #154f98;
	font-weight: normal;
	position: relative;
}
.aboutPage .h3Ttl:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #ea5520;
}
.aboutPage .sec01 {
	margin-bottom: 100px;
}
.aboutPage .sec01 .photobox {
	float: right;
	width: 43.4%;
	position: relative;
}
.aboutPage .sec01 .photobox img {
	width: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}
.aboutPage .sec01 .photobox:before {
	position: absolute;
	left: 14px;
	top: -14px;
	right: -14px;
	bottom: 14px;
	content: "";
	z-index: 1;
	border: 2px solid #154f98;
	border-radius: 10px;
	box-sizing: border-box;
}
.aboutPage .sec01 .txtbox {
	margin-top: 30px;
	float: left;
	width: 52%;
}
.aboutPage .sec01 .txtbox p {
	color: #666;
	font-size: 20px;
	line-height: 37px;
	text-indent: 1em;
	text-align: justify;
	letter-spacing: 1px;
}
.aboutPage .sec02 {
	margin-bottom: 100px;
	padding: 100px 0;
	background: url("../images/bg14.jpg") no-repeat top center;
	background-size: cover;
}
.aboutPage .sec02 .txtbox {
	max-width: 785px;
	float: right;
}
.aboutPage .sec02 .txtbox h3 {
	color: #fff;
	margin-bottom: 25px;
}
.aboutPage .sec02 .txtbox h3:before {
	background-color: #fff;
}
.aboutPage .sec02 .txtbox p {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-indent: 1em;
	text-align: justify;
}
.aboutPage .sec03 .imgbox {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.aboutPage .sec03 .imgbox .photobox {
	width: 35.6%;
}
.aboutPage .sec03 .imgbox .photobox img {
	width: 100%;
}
.aboutPage .sec03 .imgbox .txtbox {
	width: 60%;
}
.aboutPage .sec03 .imgbox .txtbox p {
	font-size: 18px;
	color: #666;
	line-height: 38px;
	text-indent: 1em;
}
.aboutPage .sec03 .imgbox .fazhan{ line-height: 30px; text-indent:2em;} 
.newsPage .listul li {
	margin-bottom: 40px;
}
.newsPage .listul a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-right: 210px;
}
.newsPage .listul .time {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	font-size: 20px;
	color: #e70012;
	border: 2px solid #ddd;
	width: 180px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.3;
	padding: 10px 5px 15px;
}
.newsPage .listul .time span {
	display: block;
	font-size: 46px;
}
.newsPage .listul .photobox {
	width: 20%;
	height: 180px;
	overflow: hidden;
}
.newsPage .listul .photobox img {
	width: 100%;
	min-height: 180px;
}
.newsPage .listul .txtbox {
	width: 77%;
}
.newsPage .listul .txtbox h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsPage .listul .txtbox p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.newsPage .listul a:hover h3 {
	color: #154f98;
	margin-left: 20px;
}
.comDetail {
	max-width: 1615px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: -325px auto 0;
}
.comWhite {
	background-color: #fff;
	border-radius: 10px;
	padding: 80px 6% 0;
	display: flex;
	justify-content: space-between;
}
.comL {
	width: 71.5%;
}
.comR {
	width: 24%;
}
.headline02 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 34px;
	font-weight: normal;
}
.comNote {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.comNote li {
	font-size: 14px;
	color: #999;
}
.comNote li:first-child {
	margin-right: 50px;
}
.comNote img {
	margin: -3px 5px 0 0;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}
.comInfo img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.comInfo {
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.comInfo * {
	font-size: 18px !important;
	color: #666 !important;
	line-height: 35px !important;
}
.comPage {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comPage li {
	max-width: 49%;
}
.comPage a {
	display: block;
}
.comPage span {
	padding: 10px 15px;
	display: block;
	font-size: 14px;
	color: #999;
	border: 1px solid #999;
	border-radius: 50px;
}
.comPage .prev a {
	padding-left: 35px;
	background: url("../images/icon25.png") no-repeat left center;
}
.comPage .prev a:hover {
	background-image: url("../images/icon25_on.png");
}
.comPage .next a {
	padding-right: 35px;
	background: url("../images/icon26.png") no-repeat right center;
}
.comPage .next a:hover {
	background-image: url("../images/icon26_on.png");
}
.comPage a:hover span {
	color: #e70012;
	border-color: #e70012;
}
.headline03 {
	margin-bottom: 30px;
	color: #154f98;
	font-size: 26px;
	font-weight: normal;
	border-bottom: 2px dashed #ddd;
	padding-bottom: 15px;
}
.headline03 span {
	line-height: 1.2;
	padding-left: 20px;
	display: block;
	border-left: 3px solid #e70012;
}
.comUl a {
	display: block;
}
.comUl .photo {
	height: 250px;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	border: 1px solid #999;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 5px;
}
.comUl .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.comUl p {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}
.comUl a:hover {
	color: #e70012;
}
.comUl a:hover .photo {
	border-color: #e70012; 
}
.comUl li:not(:last-child) {
	margin-bottom: 30px;
}
.productPage .listbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.productPage .listbox .item {
	width: 49%;
	margin-bottom: 30px;
}
.productPage .listbox .a {
	height: 100%;
	border: 2px solid #154f98;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.productPage .listbox .a:before {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	content: "";
	width: 2px;
	margin-left: -2px;
	background-color: #154f98;
}
.pix-show-title{ width: 100%; display: inline-block; margin-bottom: 50px;}
.pix-show-title dl dt{ width: 15%; float: left; text-align: center; line-height: 45px; border: 1px solid #cecece; border-radius: 45px; margin: 0px 8px; }
.pix-show-title dl dt:hover{ background: #154f98; border: 1px solid #154f98;}
.pix-show-title dl dt:hover a{ color: #fff;}
.productPage .listbox .photo {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.productPage .listbox .photo img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}
.productPage .listbox .txtbox {
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}
.productPage .listbox .txtbox h3 {
	margin: 0 0 10px 0px;
	font-size: 18px;
	font-weight: normal;
}
.productPage .listbox .txtbox ul li {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.productPage .listbox .txtbox ul span{ color: #e70012;line-height: 35px;font-size: 18px;}
.productPage .listbox .txtbox ul li:before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	border-radius: 100%;
	width: 8px;
	height: 8px;
	border: 1px solid #ea5520;
	box-sizing: border-box;
}
.productPage .listbox .txtbox .link {
	margin-top: 10px;
	padding-right: 30px;
	display: inline-block;
	background: url("../images/icon26.png") no-repeat right center;
}
.productPage .listbox .txtbox .link span {
	padding: 5px 20px;
	display: block;
	font-size: 14px;
	color: #154f98;
	background-color: #eeeeee;
	border-radius: 10px;
	float: left;
}
.productPage .listbox a:hover h3 {
	color: #e70012;
}
.productPage .listbox a:hover .link {
	background-image: url("../images/icon26_on.png");
}
.productPage .listbox a:hover .link span {
	color: #fff;
	background-color: #e70012;
}
.casePage .photoul {
	display: flex;
	flex-wrap: wrap;
}
.casePage .photoul li {
	width: 31.6%;
	margin: 0 2.6% 30px 0;
}
.casePage .photoul li:nth-child(3n) {
	margin-right: 0;
}
.casePage .photoul a {
	background-color: #eeeeee;
	border-radius: 10px;
	height: 100%;
	display: block;
	box-sizing: border-box;
	border: 2px solid transparent;
}
.casePage .photoul p {
	text-align: center;
	padding: 10px 5px;
}
.casePage .photoul .photo {
	height: 320px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.casePage .photoul .photo img {
	width: 100%;
	min-height: 320px;
}
.casePage .photoul a:hover {
	background-color: #154f98;
	color: #fff;
	border-color: #154f98;
}
.casePage .caseul li:not(:last-child) {
	margin-bottom: 30px;
}
.casePage .caseul a {
	background-color: #eeeeee;
	border-radius: 10px;
	display: block;
	border: 2px solid transparent;
}
.casePage .caseul p {
	text-align: center;
	padding: 10px 5px;
}
.casePage .caseul a:hover {
	background-color: #154f98;
	color: #fff;
	border-color: #154f98;
}
.casePage .caseul .photo {
	height: 230px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.casePage .caseul .photo img {
	width: 100%;
	min-height: 230px;
}
.biaori{ text-align: center; font-size: 18px; line-height: 30px; text-transform:uppercase; margin-bottom: 50px;}
.contact{width: 100%;display: inline-block;}
.contacts p{ width: 100%; display:inline-block; margin-top: 50px;}
.contacts p b{ font-size: 20px; float: left;}
.contacts p span{ font-size: 18px; color: #6b6b6b; float: right; width: 78%; letter-spacing:2px;text-transform:uppercase; }
.message{ width: 41.2%;float: right;}
.contacts {
    width: 44.5%; float: left;
}
.contact_ej_ly_box input {width: 100%; height: 56px;background: #fff;border: 1px solid #dcdee0;margin-bottom: 10px; padding: 0px 10px; box-sizing: border-box;outline: none;}
.contact_ej_ly_box textarea {width: 100%; height: 138px;background: #efd9db;border: 1px solid #dcdee0;margin-bottom: 10px; padding: 10px; box-sizing: border-box; outline: none;}
.contact_ej_ly_box input:last-child {width: 100%;height: 48px;background: #3D3C3A; border-radius: 5px; font-size: 20px;color: #FFFFFF; border: none; cursor: pointer;}
button, input, textarea{font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif; font-size: 16px;}
.contact_ej_ly_bt { font-size: 36px; width: 100%; text-align: center;}
.contact_ej_ly_box{ margin-top: 50px;}
.inside_main {/* padding:25px 0; */overflow:hidden;position:relative;}

.inside_main .container {position:relative;}

.riht_show { width: 77%; float: right;}
.left_mbox{ width: 20%; float: left;}
.content{ line-height: 30px;}
.protext {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 2em;
}
.prolist li {
    float: left;
    text-align: center;
    padding-bottom: 10px;
	width:32%;
	margin-right: 1%;
}
.prolist li:nth-child(3n){ margin-right: 0px;} 
.prolist li h3 {
    padding: 1px;
    border: 1px solid #e0e1dc;   
	 width: 100%;
	 height: 262px;
	 overflow: hidden;
	 display: flex;
	     align-items: center;
}
.case-img li { width: 270px; margin: 0px 18px;}

.case-img li h3 { height: 360px;}
.prolist li h3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.productPage{ width: 100%; display: inline-block; margin-bottom: 60px;}
.prolist li h4 {
    padding-top: 10px;
	height: 48px;
	overflow: hidden;
}
.prolist li h4 a {
    color: #666;
    display: block;
}

.left_mbox .inner-left {width:100%;float:left;}
 .left_mbox .inner-left .left-title {color:#ffffff;background:#1a5db6;text-align:center;line-height:55px;font-size:20px;font-weight:bold;margin-bottom: 4px;}
 .left_mbox .inner-nav {background:#fafafa;}
 .left_mbox .inner-nav ul li {width:100%;text-align:center;height:50px;line-height:50px;border-bottom:1px #b3b3b3 dashed}
 .left_mbox .inner-nav ul li.on{background-color:#1a5db6;}
 .left_mbox .inner-nav ul li.on a{ color: #fff;}
 .left_mbox .inner-nav ul li a {font-size:16px;display:block;}
 .left_mbox .inner-nav ul li a:hover {color:#fff;background:#1a5db6;}
 .left_mbox .inner-nav ul li .hover {color:#fff;background:#1a5db6;}
 .left_mbox .inner-nav-1 {margin-bottom:20px;}
 .left_mbox .inner-nav-1 ul {text-align:center;}
 .left_mbox .inner-nav-1 ul li {display:inline-block;width:120px;height:40px;line-height:40px;background:#3f3f3f;}
 .left_mbox .inner-nav-1 ul li a {color:#fff;}
 .left_mbox .inner-nav-1 ul .hover {background:#1a5db6;}
 .left_mbox .inner-left .left-image {text-align:center;border:1px solid #1a5db6;margin-top:10px;}
 .left_mbox .inner-left .left-image ul li {width:250px;margin:0 auto;}
 .left_mbox .inner-left .left-image ul li a {padding:10px 10px;font-size:14px;display:block;border-bottom:1px dashed #ccc;}
 .left_mbox .inner-left .left-image ul li img {width:100%;}
 .left_mbox .inner-left .left-contact {margin-top:10px;margin-bottom: 4px;}
 .left_mbox .inner-left .left-contact .cont {border:1px solid #1a5db6;padding:10px;}
 .left_mbox .inner-left .left-contact .cont span {font-weight:bold;font-size:16px;}
 .left_mbox .inner-left .left-contact .cont img {width:85%;margin:10px auto;box-shadow:0 0 5px #ccc;display:block;}
 .left_mbox .inner-left .left-contact .cont p {margin-bottom:10px;color:#666;}
 .left_mbox .inner-left .left-contact .cont p i {margin-right:10px;width:15px;}
 
 .InfoTitle {margin-bottom:30px;border-bottom:1px #dad9d9 solid;padding-bottom:15px;text-align:center;}
 
 .InfoTitle h4 {font-size:16px;margin:0;line-height:1.4;}
 
 .InfoTitle .date {color:#666;margin-top:5px;}
 .InfoTitle .date span {padding:0 5px;}
 .InfoContent {line-height:2.4;position:relative;overflow:hidden;}
 
 .InfoContent p {margin:0;}
 
 .InfoContent img {max-width:100%;height:auto !important; padding-top: 20px; padding-bottom: 20px;}
 .attr{float: right; margin-bottom: 30px; width: 100%}
 
 .attr span{ margin-right:20px;}
 .cont table{ display: block; margin: auto; width: 70% !important;}
 .cont img{ display: block; margin: auto;}
 .ner_inner ul li{ line-height: 40px; border-bottom: 1px dotted #cacaca; font-size: 14px; text-align: left; padding-left: 6px; height: 40px; overflow: hidden;}
 .img_inner li .img_thumb { width: 100%; height: 220px; overflow: hidden; border: 1px solid #cacaca;}
 .img_inner li .img_thumb img{ width: 100%; min-height: 100%;}
 .img_inner li p{ background: #1a5db6; color: #fff; line-height: 35px; height: 35px; text-align: center;}
 .rec-news {margin:0px auto;background:#ffffff;margin-bottom:20px;}
  .rec-news .title {color:#fff; text-align: left;height:40px;line-height:40px;overflow:hidden;background:#3f3f3f;padding:0 20px;border-top:1px solid #ccc;font-size: 16px;}
 .rec-news .title .tittle-tittle {font-size:16px;display:inline;}
 .rec-news .title span {font-size:16px;color:#fff;font-weight:bold;}
 .rec-news .rec-news-img {overflow:hidden;padding:10px;}
 .rec-news .rec-news-img li {overflow:hidden;border-bottom:1px dashed #94896B;padding-bottom:10px;}
 .rec-news .rec-news-img li img {width:180px;height:126px;float:left;margin-right:10px;border:1px solid #f79623;padding:2px;}
 .rec-news .rec-news-img li a {font-size:16px;color:#f79623;padding-top:20px;}
 .rec-news .rec-news-img li p {color:#666;margin-top:10px;}
 .rec-news .rec-news-img li span {color:#999;}
 .rec-news .rec-news-list {overflow:hidden;padding:10px;}
 .rec-news .rec-news-list li {height:40px; text-align: left; line-height:40px;border-bottom:1px dashed #ccc;width:47%;float:left;overflow: hidden;}
 .rec-news .rec-news-list li span {color:#f79623;margin-right:20px;}
 .rec-news .rec-news-list li a {COLOR:#666;}
 .rec-news .rec-news-list li small {float:right;}
 .show_thumb li{ float: left; width: 24%; margin-right: 8px;  margin-top: 10px; border: 1px #cacaca solid;}
 .show_thumb li:last-child{ margin-right: 0px;}
 .show_thumb li .show_pro{ width: 100%; height: 220px; overflow: hidden;}
 .show_thumb li .show_pro img{ width: 100%; min-height: 100%;}
  .show_img .title {color:#fff;height:40px;text-align: left;line-height:40px;overflow:hidden;background:#3f3f3f;padding:0 20px;border-top:1px solid #ccc;font-size: 16px;}
  .show_thumb ul li p{ text-align: center; line-height: 35px;}
  .show_thumb{ margin-bottom: 40px; display:inline-block;}
 .left_mbox .inner-left .left-contact {margin-top:10px;margin-bottom: 4px;}
 .left_mbox .inner-left .left-contact .cont {border:1px solid #1a5db6;padding:10px;}
 .left_mbox .inner-left .left-contact .cont span {font-weight:bold;font-size:16px;}
 .left_mbox .inner-left .left-contact .cont img {width:85%;margin:10px auto;box-shadow:0 0 5px #ccc;display:block;}
 .left_mbox .inner-left .left-contact .cont p {margin-bottom:10px;color:#666;}
 .left_mbox .inner-left .left-contact .cont p i {margin-right:10px;width:15px;}
 .zixun {width: 20%; height: 45px;line-height: 45px;text-align: center;background: #1a5db6;border-radius: 10px;color: #fff;}
  .zixun a{color: #fff;}
@media all and (min-width: 1301px) and (max-width: 1500px) {
	.indexsec04 .swiper-slide img {min-height: 280px;}
	.indexsec04 .swiper-container {height: 590px;}
}

@media all and (min-width: 992px) and (max-width: 1300px) {
	#header .tel {font-size: 25px;letter-spacing: 0;}
	#header .tel img {width: 30px;}
	#header .navi a {font-size: 16px;}
	#footer .lbox {max-width: 200px;}
	#footer .rbox {max-width: 235px;}
	.indexsec02 ul .photo img {min-height: 230px;}
	.indexsec02 ul .photo {height: 230px;}
	.indexsec04 .swiper-slide img {min-height: 190px;}
	.indexsec04 .swiper-container {height: 410px;}
	.indexsec05 .innerTop ul .photo img {min-height: 200px;}
	.indexsec05 .innerTop ul .photo {height: 200px;}
	.indexsec05 .innerBtm ul img {min-height: 145px;}
	.indexsec05 .innerBtm ul a {height: 145px;}
	.indexsec05 .innerBtm .lbox img {min-height: 305px;}
	.indexsec05 .innerBtm .lbox a {height: 305px;}
	.casePage .photoul .photo img {min-height: 225px;}
	.casePage .photoul .photo {height: 225px;}
	.videoPage .photoul .photo img {min-height: 225px;}
	.videoPage .photoul .photo {height: 225px;}
	.newsPage .listul .photobox img {min-height: 115px;}
	.newsPage .listul .photobox {height: 115px;}
}

@media all and (max-width: 991px) {
	#header {
		padding: 12px 15px;
		position: relative;
	}
	#header .width h1 {
		width: 24%;
	}
	#header .width {
		max-width: inherit;
		display: block;
	}
	#header .tel {
		display: none;
	}
	#header .navi {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 100;
		background-color: rgba(255,255,255,1.00);
	}
	#header .navi ul {
		display: block;
	}
	#header .navi a {
		height: auto;
		display: block;
		font-size: 16px;
		padding: 15px 5px;
	}
	#header .navi li {
		width: auto;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 22px;
		z-index: 200;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 38px;
	  height: 30px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #333;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 13px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(13px) rotate(-45deg);
	  transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-13px) rotate(45deg);
	  transform: translateY(-13px) rotate(45deg);
	}
	#header .width h1 img{ width: 100%;margin: 0px;}
	.mainVisual .width {
		height: 400px;
	}
	.mainVisual .width01 {
		max-width: inherit;
		padding-top: 40px;
	}
	.mainVisual .width01 .main01 img {
		max-height: 40px;
	}
	.mainVisual .width01 .main02 {
		margin: 15px 0;
		height: 1px;
	}
	.mainVisual .width01 .main02 img {
		max-height: 1px;
	}
	.mainVisual .width01 p {
		letter-spacing: 0;
		max-width: inherit;
		font-size: 16px;
		line-height: 1.6;
	}
	.mainVisual .width02 {
		padding-top: 40px;
	}
	.mainVisual .width02 p {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.mainVisual .width02 .main01 img {
		max-height: 30px;
	}
	.mainVisual .width02 .main02 {
		margin: 15px 0;
		height: 1px;
	}
	.mainVisual .width02 .main02 img {
		max-height: 1px;
	}
	.mainVisual .width03 {
		padding-top: 40px;
	}
	.mainVisual .width03 p {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.mainVisual .width03 .main01 img {
		max-height: 30px;
	}
	.mainVisual .width03 .main02 {
		margin: 15px 0;
		height: 1px;
	}
	.mainVisual .width03 .main02 img {
		max-height: 1px;
	}
	.lb .swiper-button-next,
	.lb .swiper-button-prev {
		width: 30px;
		height: 30px;
		bottom: 20px;
	}
	.lb .swiper-button-next {
		right: 20px;
	}
	.lb .swiper-button-next:hover {
		margin-right: 0;
	}
	.lb .swiper-button-prev {
		right: 20px;
		margin-right: 40px;
	}
	.lb .swiper-button-prev:hover {
		margin-right: 40px;
	}
	.lb .swiper-slide img {
	    width: 130%; max-width: inherit; margin-left: -14%;
	}
	
	.indexsec02 ul li span{ font-size: 14px;}
	.biaori{ display: none;}
	.contacts{ width: 100%;}
	.message{ width: 100%;}
	.contacts p span{width: 74%;}
	.banner-image{ background-size: 180%;
	    width: 100%;
	    overflow: hidden;
	    height: 160px;
	    background-position-x: 50%;}
	.inner-left{display: none;}	
	.riht_show,.rec-news .rec-news-list li{ width: 100%;}
	.show_thumb li{width: 48%;}
	.show_thumb li:nth-child(2n){margin-right: 0px;}
	.show_thumb li .show_pro{ height: 115px;}
	.comWidth {
		max-width: inherit;
	}
	.headline01 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.headline01 .txt01 {
		padding: 0 40px;
		background-size: 30px auto;
	}
	.headline01 .txt02 {
		margin-top: 3px;
		padding-top: 5px;
		font-size: 12px;
	}
	.headline01 .txt02:before {
		height: 1px;
	}
	.comLink {
		margin-top: 20px;
	}
	.comLink a {
		width: 180px;
		padding: 10px 5px;
		font-size: 14px;
	}
	.comLink img {
		margin: -2px 0 0 10px;
		width: 16px;
	}
	.indexsec01 {
		padding: 40px 0;
		background-attachment: inherit;
		background-size: 57px auto;
		background-position: left top;
	}
	.indexsec01 .text {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.6;
		width: 100%;
	}
	.com-indec .video{width: 100%; height: auto;}

	.indexsec01 ul {
		flex-wrap: wrap;
		margin-top: 25px;
	}
	
	.indexsec01 ul li {
		margin-bottom: 15px;
		padding-left: 45px;
		font-size: 16px;
		width: 49%;
		box-sizing: border-box;
	}
	.indexsec01 ul span {
		margin-top: 0;
		font-size: 13px;
	}
	.indexsec01 ul img {
		height: 30px;
		margin-top: -15px;
	}
	.indexsec02 {
		padding: 40px 0;
		background-size: 100% auto;
	}
	.indexsec02 ul {
		justify-content: space-between;
	}
	.indexsec02 ul li {
		width: 49%;
		margin: 0 0 10px;
	}
.indexsec02 ul li .scr-title{ font-size: 18px;}	
.indexsec02 ul li .scr-dep{ line-height: 20px;}
	.indexsec02 ul .photo {
		height: 134px;
	}
.cont table{ width: 100% !important;}

.cont tbody{ width: 100% !important;}
.cont tbody tr{ width: 100%  !important;}
.wap{ display: block;}	
.pc{ display: none;}
.indexsec02 ul li p a{font-size: 12px; height: 40px; line-height: 20px;}
.picScroll{ position: relative;}
.left-qie,.right-qie{ position: absolute; width: 35px; height: 35px;top: 50%;z-index: 9;}
.left-qie{ left: 0px; background: url(../images/icon02.png) no-repeat center center;
    background-size: 100% 100%;}
.right-qie{ right: 0px; background: url(../images/icon03.png) no-repeat center center;
    background-size: 100% 100%;}

	.indexsec02 ul p {
		padding: 5px;
	}
	.indexsec02 #scroll {
		height: auto;
	}
	.indexsec03 {
		padding: 40px 0;
		background-attachment: inherit;
	}
	.indexsec03 .inner {
		display: block;
	}
	.indexsec03 .inner img {
		width: 100%;
	}
	.indexsec03 .inner p {
		padding: 0 10% 35px;
		font-size: 16px;
	}
	.indexsec03 .inner p span {
		font-size: 14px;
	}
	.indexsec03 .inner .lbox {
		width: auto;
	}
	.indexsec03 .inner ul {
		width: auto;
		display: block;
	}
	.indexsec03 .inner ul li {
		width: auto;
	}
	.indexsec04 {
		padding: 40px 25px;
	}
	.indexsec04 .en {
		width: 72px;
	}
	.indexsec04 .swiper-container {
		height: 450px;
	}
	.indexsec04 .swiper-slide {
		height: calc((100% - 10px) / 2);
	}
	.indexsec04 .swiper-slide img {
		min-height: 220px;
	}
	.indexsec04 .swiper-slide p {
		padding: 5px;
	}
	.indexsec04 .swiper-button-next,
	.indexsec04 .swiper-button-prev {
		width: 26px;
		height: 26px;
		margin-top: -13px;
	}
	.indexsec04 .swiper-button-next {
		right: -35px;
	}
	.indexsec04 .swiper-button-prev {
		left: -35px;
	}
	.list_ys li{width: 48%; height: 338px; margin-bottom: 10px;}
	.list_ys li:nth-child(2n){ margin-right: 0px;}
	.list_ys li h3{ font-size:20px;}
	.list_ys li p{ font-size: 12px; line-height: 20px;}
	.list_ys li .ico{  width: 40px; height: 40px; margin-bottom: 15px; }
	.links{ display: none;}
	.footer_tel{ width: 100%; margin-left: 0px; margin-top: 0px; text-align:left;font-size:20px;}
	.footer_tel img{ width: 34%;}
	.footer_nav{ display: none;}
	.footer_cent{ width: 100%; padding-left: 0px; }
	.copy p{ font-size: 12px; line-height: 24px;}
	.copy p a{font-size: 12px;}
	.footer_box{ height: 346px;}
	.footer_cent:before{display: none;}
	.footer_cent{font-size: 14px;}
	.footer_logo{ display: none;}
	.v9_pages a{ font-size: 12px;}
	.indexsec02 ul .photo img{ width: 100%;}
	.prolist li{width: 49%; margin-right: 1.5%;}
	.prolist li:nth-child(3n){ margin-right: 1%;}
	.prolist li:nth-child(2n){ margin-right: 0px;} 
	.prolist li h4{ height: 40px; line-height: 20px;}
	.prolist li h3{height: 178px; overflow: hidden; width: 98%;}
	.pix-show-title dl dt{ width: 48%; margin-right: 1.5%; margin-left:0px; height: 30px; line-height: 30px; margin-bottom: 10px;}
	.pix-show-title{ margin-bottom: 10px;}
		.pix-show-title dl dt:nth-child(2n){ margin-right: 0px;}
				.pix-show-title dl dt{ font-size: 12px;}
	.pix-show-title dl dt.on{ background: #1a5db6; border: 1px solid #1a5db6;}
	.pix-show-title dl dt.on a{ color: #fff;}	
	.indexsec05 {
		padding-top: 40px;
		position: relative;
	}
	.indexsec05 .bg {
		height: 200px;
	}
	.indexsec05 .en {
		top: 200px;
		width: 72px;
	}
	.indexsec05 .whiteBg {
		padding: 30px 15px 0;
	}
	.indexsec05 .innerTop .headline01 {
		text-align: center;
	}
	.indexsec05 .innerTop .headline01 .txt02:before {
		left: 50%;
		margin-left: -22px;
	}
	.indexsec05 .innerTop {
		margin-bottom: 40px;
	}
	.indexsec05 .innerTop .comLink {
		position: static;
		right: inherit;
		top: inherit;
		margin-top: 20px;
	}
	.indexsec05 .innerTop ul {
		display: block;
	}
	.indexsec05 .innerTop ul li {
		width: auto;
		margin-bottom: 10px;
	}
	.indexsec05 .innerTop ul .photo {
		height: auto;
	}
	.indexsec05 .innerTop ul .photo img {
		min-height: inherit;
	}
	.indexsec05 .innerTop ul h3 {
		margin: 0 15px 10px;
		padding-top: 30px;
	}
	.indexsec05 .innerTop ul h3:before {
		top: 20px;
		height: 1px;
	}
	.indexsec05 .innerTop ul p {
		margin: 0 15px 10px;
		font-size: 13px;
	}
	.indexsec05 .innerBtm .comLink {
		position: static;
		right: inherit;
		top: inherit;
		margin-top: 20px;
	}
	.indexsec05 .innerBtm .inn {
		display: block;
	}
	.indexsec05 .innerBtm .lbox {
		width: auto;
	}
	.indexsec05 .innerBtm .lbox a {
		height: auto;
	}
	.indexsec05 .innerBtm .lbox img {
		min-height: inherit;
	}
	.indexsec05 .innerBtm .lbox a:before {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
	}
	.indexsec05 .innerBtm ul {
		width: auto;
		margin-top: 0;
	}
	.indexsec05 .innerBtm ul li {
		width: 49%;
		margin-top: 10px;
	}
	.indexsec05 .innerBtm ul a {
		height: 115px;
	}
	.indexsec05 .innerBtm ul img {
		min-height: 115px;
	}
	.indexsec05 .innerBtm ul a:before {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
	}
	#footer {
		margin-top: 40px;
		padding: 30px 15px 75px;
	}
	#footer .width {
		max-width: inherit;
		display: block;
	}
	#footer .ttl {
		padding-bottom: 5px;
		margin-bottom: 15px;
		font-size: 20px;
	}
	#footer .lbox {
		display: none;
	} 
	#footer .ftxt {
		max-width: inherit;
		margin-bottom: 30px;
	}
	#footer .ftxt li {
		margin-bottom: 10px;
		padding-left: 25px;
	}
	#footer .ftxt li img {
		height: 18px;
		margin-top: -9px;
	}
	#footer .ftxt li a {
		font-size: 18px;
	}
	#footer .code {
		display: none;
	}
	#footer .rbox {
		max-width: inherit;
	}
	#footer .flogo img {
		width: 180px;
	}
	.pagination li a{
		font-size: 14px;
	}
	.pagination li.thisclass {
		font-size: 14px;
	}
	.comImg {
		height: 150px;
	}
	.comImg h2 {
		max-width: 240px;
	}
	.comPath {
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.comPath .width {
		padding-left: 20px;
		max-width: inherit;
		background-size: 13px auto;
		font-size: 13px;
	}
	.videoPage .photoul {
		justify-content: space-between;
	}
	.videoPage .photoul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.videoPage .photoul p {
		padding: 5px;
	}
	.videoPage .photoul .photo {
		height: 124px;
	}
	.videoPage .photoul .photo img {
		min-height: 124px;
	}
	.contactPage {
		margin-bottom: -40px;
	}
	.contactPage .imgbox {
		padding: 0 0 30px;
	}
	.contactPage .imgbox .photobox {
		position: static;
		right: inherit;
		top: inherit;
		width: auto;
	}
	.contactPage .imgbox .txtbox {
		width: auto;
		padding: 15px;
	}
	.contactPage .imgbox .txtbox h3 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}
	.contactPage .imgbox .txtbox .inner {
		display: block;
	}
	.contactPage .imgbox .txtbox .code {
		display: none;
	}
	.contactPage .imgbox .txtbox li {
		font-size: 16px;
		padding: 5px 0 5px 30px;
	}
	.contactPage .imgbox .txtbox li img {
		top: 8px;
		width: 18px;
	}

	.contactPage #dituContent {
		height: 300px;
	}

	.aboutPage .comPath {
		margin-bottom: 30px;
	}
	.aboutPage .topul {
		margin: 0 0 20px;
		text-align: center;
	}
	.aboutPage .topul li {
		margin: 0 5px 5px;
	}
	.aboutPage .topul a {
		padding: 5px;
		box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
		width: 100px;
	}
	.aboutPage .h3Ttl {
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 20px;
		text-align: center;
	}
	.aboutPage .h3Ttl:before {
		left: 50%;
		width: 50px;
		margin-left: -25px;
	}
	.aboutPage .sec01 {
		margin-bottom: 40px;
	}
	.aboutPage .sec01 .photobox {
		float: none;
		width: auto;
	}
	.aboutPage .sec01 .photobox:before {
		left: 5px;
		top: -5px;
		right: -5px;
		bottom: 5px;
	}
	.aboutPage .sec01 .txtbox {
		margin-top: 10px;
		float: none;
		width: auto;
	}
	.aboutPage .sec01 .txtbox p {
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.aboutPage .sec02 {
		margin-bottom: 40px;
		padding: 40px 0;
		background-position-x: 25%;
	}
	.aboutPage .sec02 .txtbox {
		max-width: inherit;
		float: none;
	}
	.aboutPage .sec02 .txtbox h3 {
		margin-bottom: 20px;
	}
	.aboutPage .sec02 .txtbox p {
		font-size: 14px;
		line-height: 1.6;
	}
	.aboutPage .sec03 .imgbox {
		margin-bottom: 20px;
		display: block;
	}
	.aboutPage .sec03 .imgbox .photobox {
		width: auto;
		margin-bottom: 10px;
	}
	.aboutPage .sec03 .imgbox .txtbox {
		width: auto;
	}
	.aboutPage .sec03 .imgbox .txtbox p {
		font-size: 14px;
		line-height: 1.6;
	}
	.newsPage .listul li {
		margin-bottom: 20px;
	}
	.newsPage .listul a {
		display: block;
		padding-right: 0;
	}
	.newsPage .listul .time {
		position: static;
		right: inherit;
		top: inherit;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		font-size: 14px;
		width: auto;
		line-height: 1.3;
		padding: 5px;
		border-width: 1px;
	}
	.newsPage .listul .time span {
		font-size: 22px;
	}
	.newsPage .listul .photobox {
		width: auto;
		height: auto;
		margin: 10px 0;
	}
	.newsPage .listul .photobox img {
		min-height: inherit;
	}
	.newsPage .listul .txtbox {
		width: auto;
	}
	.newsPage .listul .txtbox h3 {
		font-size: 18px;
		text-align: center;
	}
	.newsPage .listul a:hover h3 {
		margin-left: 0;
	}
	.comDetail {
		max-width: inherit;
		margin: -100px 0 0;
	}
	.comWhite {
		padding: 20px 15px 0;
		display: block;
	}
	.comL {
		width: auto;
	}
	.comR {
		margin-top: 30px;
		width: auto;
	}
	.headline02 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.comNote {
		margin-bottom: 20px;
	}
	.comNote li {
		font-size: 13px;
	}
	.comNote li:first-child {
		margin-right: 20px;
	}
	.comNote img {
		margin: -2px 5px 0 0;
		height: 10px;
	}
	.comInfo {
		font-size: 14px;
		line-height: 1.6;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
	.comPage {
		margin-top: 20px;
	}
	.comPage span {
		padding: 5px;
		font-size: 13px;
	}
	.comPage .prev a {
		padding-left: 18px;
		background-size: 13px auto;
	}
	.comPage .next a {
		padding-right: 18px;
		background-size: 13px auto;
	}
	.headline03 {
		margin-bottom: 20px;
		font-size: 18px;
		padding-bottom: 10px;
	}
	.indexsec04{display: none;}
	.headline03 span {
		padding-left: 10px;
		border-left: 2px solid #e70012;
	}
	.comUl .photo {
		height: 180px;
	}
	.comUl p {
		margin-top: 5px;
		font-size: 14px;
	}
	.comUl li:not(:last-child) {
		margin-bottom: 15px;
	}
	.productPage .listbox {
		display: block;
	}
	.productPage .listbox .item {
		width: auto;
		margin-bottom: 15px;
	}
	.productPage .listbox a {
		height: auto;
		border: 1px solid #154f98;
	}
	.productPage .listbox a:before {
		width: 1px;
		margin-left: -1px;
	}
	.productPage .listbox .txtbox {
		padding: 10px;
	}
	.productPage .listbox .txtbox h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}
	.productPage .listbox .txtbox ul li {
		font-size: 13px;
		margin-bottom: 5px;
		padding-left: 12px;
	}
	.productPage .listbox .txtbox ul li:before {
		top: 6px;
	}
	.productPage .listbox .txtbox .link {
		margin-top: 5px;
		padding-right: 20px;
		background: url("../images/icon26.png") no-repeat right center;
		background-size: 14px auto;
	}
	.productPage .listbox .txtbox .link span {
		padding: 5px 10px;
		font-size: 13px;
	}
	.casePage .photoul {
		justify-content: space-between;
	}
	.casePage .photoul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.casePage .photoul p {
		padding: 5px;
	}
	.casePage .photoul .photo {
		height: 124px;
	}
	.casePage .photoul .photo img {
		min-height: 124px;
	}
	.casePage .caseul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.casePage .caseul p {
		padding: 5px;
	}
	.casePage .caseul .photo {
		height: auto;
	}
	.casePage .caseul .photo img {
		min-height: inherit;
	}
}

@font-face {
	font-family: 'icomoon';
    src:url('../font/icomoon.eot?qradjf');
    src:url('../fonts/icomoon.eot') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
/*new right*/
.cndns-right{position:fixed;right:1px;top:40%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../images/kefu.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t{overflow: hidden;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:8px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.meau-sev .cndns-right-box .box-border{width:230px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#ff6800;font-size:16px;line-height:16px;margin-top: 16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
@media all and (max-width: 991px) {
	.cndns-right{display: none;}
}

/* 工具栏 */
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 888;left: 0;display: none;}
#toolbar .list{display: flex;background: #1048a0;}
#toolbar .list li{width: 25%; text-align: center;}
#toolbar .list a{display: block;padding: 5px;}
#toolbar .list a span{text-align: center; color: #fff; display: block; font-size: 14px;}
#toolbar .list a img {display: block;margin: 5px auto;}
#toolbar .list li:hover{background: #0185d0;}
/*微信弹窗*/
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{position: absolute;top: 50%;left: 0;right: 0;width: 300px;height: 183px;padding: 20px 10px;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;box-sizing: border-box;margin: -150px auto 0;}
#wxnr img{width: 135px;height: 135px;display: block;margin: 0 auto;}
#wxnr p{font-size: 14px;text-align:center;line-height: 30px;}
#wxnr i{position: absolute;top: 5px;right:5px;width: 20px;height: 20px;font-size: 14px;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: 0 5px;background-color: #1048a0;color:#fff;border-radius: 5px;cursor:pointer;}
/*复制提示*/
#weixin{position: fixed;top: 50%;margin-top: -26px;z-index: 9999999;font-size: 16px;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: 5px;display: none;line-height: 50px;}

@media all and (max-width: 991px) {
	#toolbar{display: block;}
}
@media screen and (max-width:1380px)
{
.indexsec05 .innerTop ul p{height: 62px;overflow: hidden;}	
.indexsec05 .innerTop ul h3{ height: 30px;overflow: hidden;}
}	
	
