@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, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	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 .width {
	max-width: 1430px;
	margin: 0 auto;
	padding: 20px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#header .language {
	position: absolute;
	right: 15px;
	top: 5px;
}
#header .language a {
	color: #ccc;
}
#header .language a.on {
	color: #333;
}
#header .language a:hover {
	color: #dd0000;
}
#header .hbox {
	display: flex;
	align-items: center;
}
#header h1 {
	max-width: 189px;
}
#header .line {
	margin: 0 40px;
}
#header .htxt {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
#header .tel {
	padding-left: 200px;
	font-size: 37px;
	color: #0064c6;
	font-family: Impact, "sans-serif";
	letter-spacing: 1px;
	background: url("../img/icon02.png") no-repeat left center;
}
#header .navi {
	background-color: #0064c6;
}
#header .navi ul {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	justify-content: space-between;
}
#header .navi li {
	width: 14.28%;
}
#header .navi a {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(221, 0, 0, 1) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#header .navi .on a,
#header .navi a:hover {
  background-position: 0 100%;
  color: #fff;
}
.mainVisual {
	margin-bottom: 100px;
}
.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: 950px;
	margin: 0 auto;
	padding: 0 135px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	max-width: 1640px;
}
.mainVisual .width01 .img {
	padding: 185px 0 0 50px;
}
.mainVisual .width02 {
	text-align: right;
}
.mainVisual .width02 .img {
	padding: 135px 25px 0 0;
}
.mainVisual .width03 {
	text-align: center;
}
.mainVisual .width03 .img {
	padding-top: 165px;
}
.mainVisual .swiper-button-next:after,
.mainVisual .swiper-button-prev:after {
	display: none;
}
.mainVisual .swiper-button-next,
.mainVisual .swiper-button-prev {
	width: 79px;
	height: 79px;
	margin-top: -40px;
}
.mainVisual .swiper-button-next {
	right: 4%;
	background: url("../img/icon04.png") no-repeat center center;
	background-size: 100% 100%;
}
.mainVisual .swiper-button-next:hover {
	background-image: url("../img/icon04_on.png");
}
.mainVisual .swiper-button-prev {
	left: 4%;
	background: url("../img/icon03.png") no-repeat center center;
	background-size: 100% 100%;
}
.mainVisual .swiper-button-prev:hover {
	background-image: url("../img/icon03_on.png");
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.indexsec01 {
	margin-bottom: 100px;
}
.indexsec01 ul {
	display: flex;
	justify-content: space-between;
}
.indexsec01 ul li {
	width: 20.43%;
}
.indexsec01 ul .photo img {
	width: 100%;
	border-radius: 10px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec01 ul li:hover .photo img {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}
.indexsec01 ul .photo {
	position: relative;
	margin-bottom: 30px;
}
.indexsec01 ul .txt {
	position: absolute;
	right: -10px;
	bottom: -10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 120px;
	background-color: #0064c6;
	border-radius: 0 0 10px 0;
	letter-spacing: 1px;
	padding: 5px;
	box-sizing: border-box;
}
.indexsec01 ul p {
	text-align: center;
	line-height: 26px;
	font-size: 14px;
}
.indexsec01 ul li:hover .txt {
	background-color: #dd0000;
}
.headLine01 {
	margin-bottom: 40px;
	text-align: center;
}
.indexsec02 {
	margin-bottom: 100px;
}
.indexsec02 .tabul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.indexsec02 .tabul li {
	width: 154px;
	text-align: center;
	margin: 0 50px;
}
.indexsec02 .tabul a {
	display: block;
}
.indexsec02 .tabul p {
	font-size: 22px;
	margin-top: 15px;
}
.indexsec02 .tabul .photo {
	width: 100%;
	height: 154px;
	border-radius: 100%;
	box-shadow: 4px 4px 0 #dddddd;
}
.indexsec02 .tabul .photo img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.indexsec02 .tabul .on p,
.indexsec02 .tabul a:hover p {
	color: #dd0000;
}
.indexsec02 .tabul .on .photo,
.indexsec02 .tabul a:hover .photo {
	box-shadow: 4px 4px 0 #dd0000;
}
.indexsec02 .tabbox ul {
	display: flex;
	flex-wrap: wrap;
}
.indexsec02 .tabbox li {
	width: 22.7%;
	margin: 0 3.06% 35px 0;
}
.indexsec02 .tabbox li:nth-child(4n) {
	margin-right: 0;
}
.indexsec02 .tabbox ul a {
	display: block;
	background-color: #fff;
	height: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
	border-radius: 10px;
	position: relative;
	padding-bottom: 50px;
}
.indexsec02 .tabbox ul .photo {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	height: 237px;
}
.indexsec02 .tabbox ul .photo img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	min-height: 237px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec02 .tabbox ul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec02 .tabbox ul p {
	text-align: center;
	font-size: 18px;
	margin: 10px 5px 0;
}
.indexsec02 .tabbox ul .icon {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 10px;
	border-radius: 100%;
	font-size: 17px;
	background-color: #0064c6;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec02 .tabbox ul a:hover {
	background-color: #dd0000;
	color: #fff;
}
.indexsec02 .tabbox ul a:hover .icon {
	background-color: #fff;
	color: #333;
	transform: rotateZ(360deg);
}
.indexsec02 .btmbox {
	margin: 0 auto;
	background-color: #dd0000;
	border-radius: 30px;
	max-width: 550px;
	box-sizing: border-box;
	padding: 10px 15px;
	display: flex;
	align-items: center;
}
.indexsec02 .btmbox .link {
	width: 187px;
}
.indexsec02 .btmbox .link a {
	padding: 10px 5px;
	display: block;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
	border-radius: 16px;
}
.indexsec02 .btmbox .link a:hover {
	opacity: 0.7
}
.indexsec02 .btmbox .tel {
	color: #fff;
	font-size: 18px;
	margin: 5px 0 0 30px;
}
.indexsec02 .btmbox .tel span {
	font-family: Impact, "sans-serif";
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	letter-spacing: 1.5px;
}
.indexsec03 {
	margin-bottom: 100px;
}
.indexsec03 .bg {
	padding-bottom: 40px;
	position: relative;
}
.indexsec03 .bg:before {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 215px;
	width: 100%;
	background: url("../img/bg01.jpg") no-repeat center center;
	background-size: cover;
	content: "";
}
.indexsec03 .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.indexsec03 .lbox {
	width: 50%;
	position: relative;
}
.indexsec03 .lbox .swiper-slide img {
	width: 100%;
}
.indexsec03 .lbox:before {
	position: absolute;
	left: -14px;
	top: 14px;
	right: 14px;
	bottom: -14px;
	content: "";
	background-color: #0064c6;
}
.indexsec03 .lbox .swiper-pagination-bullet {
	opacity: 1;
	width: 15px;
	height: 15px;
	background: #dddddd;
	margin: 0 8px !important;
}
.indexsec03 .lbox .swiper-pagination-bullet-active {
	background: #dd0000;
}
.indexsec03 .rbox {
	width: 45%;
	margin-top: 45px;
}
.indexsec03 .rbox .topbox {
	min-height: 170px;
	margin-bottom: 40px;
}
.indexsec03 .rbox .ttl {
	position: relative;
}
.indexsec03 .rbox .ttl .en {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	color: rgba(0,100,198,0.23);
	font-size: 215px;
	font-family: Impact, "sans-serif";
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 6px;
}
.indexsec03 .rbox .ttl .txt01 {
	position: relative;
	z-index: 2;
	font-size: 18px;
	background: url("../img/icon05.png") no-repeat left center;
	padding-left: 90px;
}
.indexsec03 .rbox .ttl .txt02 {
	margin-top: 10px;
}
.indexsec03 .rbox .ttl .txt02 span {
	display: inline-block;
	text-align: center;
	font-size: 22px;
	background-image: -moz-linear-gradient( 0deg, rgb(5,98,194) 0%, rgb(218,2,3) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(5,98,194) 0%, rgb(218,2,3) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(5,98,194) 0%, rgb(218,2,3) 100%);
	color: #fff;
	padding: 8px;
	border-radius: 40px;
	box-sizing: border-box;
	min-width: 175px;
	letter-spacing: 2px;
}
.indexsec03 .rbox p {
	text-indent: 2em;
	font-size: 18px;
	line-height: 29px;
	color: #fff;
	text-align: justify;
}
.indexsec03 .rbox .link {
	margin-top: 30px;
}
.indexsec03 .rbox .link a {
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	font-size: 18px;
	width: 175px;
	box-sizing: border-box;
	border-radius: 40px;
	display: block;
	letter-spacing: 1px;
	padding: 10px 5px;
}
.indexsec03 .rbox .link a:hover {
	background-color: #dd0000;
	border-color: #dd0000;
}
.indexsec04 {
	margin-bottom: 100px;
}
.indexsec04 ul {
	display: flex;
	justify-content: space-between;
}
.indexsec04 ul li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	min-height: 265px;
	width: 23.4%;
	display: flex;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	align-items: flex-end;
	justify-content: center;
	-webkit-transition: all .5s;transition: all .5s;
	position: relative;
}
.indexsec04 ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,100,198,0.68);
	border-radius: 10px;
	opacity: 0;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec04 ul li:hover {
	align-items: center;
}
.indexsec04 ul li:hover:before {
	opacity: 1;
}
.indexsec04 ul p {
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 2;
}
.indexsec04 ul li:hover p {
	font-size: 20px;
	font-weight: bold;
}
.indexsec04 ul span {
	display: none;
}
.indexsec04 ul li:hover span {
	display: block;
	font-size: 18px;
	line-height: 29px;
	font-weight: normal;
	margin-top: 20px;
}
.indexsec05 {
	margin-bottom: 100px;
	background: url("../img/bg06.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.indexsec05 .txtbox {
	width: 62%;
	position: relative;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 30px 0;
}
.indexsec05 .txtbox:before {
	position: absolute;
	right: -218px;
	top: 0;
	bottom: 0;
	width: 218px;
	background: url("../img/icon06.png") no-repeat;
	background-size: 100% 100%;
	content: "";
}
.indexsec05 .txtbox:after {
	position: absolute;
	right: 100%;
	width: 9999px;
	top: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0.7);
}
.indexsec05 .txtbox .txt {
	margin-bottom: 15px;
	font-size: 30px;
}
.indexsec05 .txtbox .txt span {
	font-size: 36px;
	font-weight: bold;
}
.indexsec05 .txtbox .tel {
	padding: 18px 20px 10px 100px;
	display: inline-block;
	font-size: 24px;
	color: #dd0000;
	border: 2px solid #dd0000;
	background: url("../img/icon07.png") no-repeat left 30px center;
}
.indexsec05 .txtbox .tel span {
	font-family: Impact, "sans-serif";
	font-size: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -7px;
	letter-spacing: 2px;
}
.indexsec05 .txtbox p {
	line-height: 29px;
	margin-top: 15px;
}
.indexsec06 ul {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.indexsec06 ul li {
	width: 46%;
	margin-top: 30px;
}
.indexsec06 ul a {
	padding-left: 100px;
	display: block;
	position: relative;
}
.indexsec06 ul .time {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	color: #666;
	text-align: center;
}
.indexsec06 ul .time span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 21px;
	border-radius: 3px;
	background-color: #0064c6;
}
.indexsec06 ul h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
}
.indexsec06 ul p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.indexsec06 ul a:hover h3 {
	color: #dd0000;
}
#footer {
	margin-top: 100px;
	background: url("../img/bg07.jpg") no-repeat center center;
	background-size: cover;
}
#footer .width {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
#footer .fnavi {
	padding: 30px 0 50px;
	display: flex;
	justify-content: space-between;
}
#footer .fnavi a {
	color: #fff;
}
#footer .fnavi a:hover {
	color: #dd0000;
}
#footer .fbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}
#footer .code {
	text-align: center;
	max-width: 174px;
}
#footer .code p {
	color: #fff;
	margin-top: 10px;
}
#footer .flogo {
	max-width: 213px;
}
#footer .ftxt {
	max-width: 350px;
}
#footer .ftxt .ttl {
	color: #fff;
	font-size: 26px;
}
#footer .ftxt li {
	margin-top: 15px;
	color: #fff;
	font-size: 18px;
	position: relative;
	padding-left: 30px;
}
#footer .ftxt li img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
#footer .ftxt li a {
	font-size: 37px;
	color: #bc3838;
	font-family: Impact, "sans-serif";
	vertical-align: -6px;
	letter-spacing: 2px;
}
#footer .copyright {
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 40px;
}
#footer .qyrz {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 10px;
	width: 120px;
}
.comImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.comImg .width {
	max-width: 1430px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
	height: 400px;
	display: flex;
	align-items: center;
}
.comImg .whiteBg {
	min-width: 900px;
	box-sizing: border-box;
	padding: 35px 6%;
	background-image: -moz-linear-gradient( 0deg, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
}
.comImg .txt01 {
	font-size: 48px;
	color: #dd0000;
	font-weight: bold;
	font-weight: 900;
	font-family: "思源黑体 CN";
	line-height: 1.1;
	letter-spacing: 2px;
}
.comImg .txt02 {
	margin-bottom: 10px;
	font-size: 36px;
	color: #0064c6;
	font-weight: bold;
	letter-spacing: 2px;
}
.comImg .txt03 {
	color: #666;
}
.pagePath {
	margin-bottom: 60px;
	background-color: #f5f5f5;
	font-size: 18px;
	color: #666;
	box-shadow: 0 2px 6px 2px rgba(0,0,0,0.1);
}
.pagePath a {
	color: #666;
}
.pagePath .width {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding: 18px 5px 18px 64px;
}
.pagePath img {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -16px;
}
.pagePath a:hover {
	color: #dd0000;
}
.solutionPage .h2Ttl {
	text-align: center;
	margin-bottom: 50px;
	font-size: 36px;
	letter-spacing: 3px;
	position: relative;
	padding-bottom: 15px;
}
.solutionPage .h2Ttl:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 98px;
	margin-left: -49px;
	height: 3px;
	background-color: #dddddd;
}
.solutionPage .h2Ttl span {
	color: #0064c6;
}
.solutionPage .sec01 {
	margin-bottom: 65px;
}
.solutionPage .sec01 ul {
	display: flex;
	flex-wrap: wrap;
}
.solutionPage .sec01 ul li {
	width: 23.2%;
	margin: 0 2.4% 35px 0;
	cursor: pointer;
}
.solutionPage .sec01 ul li:nth-child(4n) {
	margin-right: 0;
}
.solutionPage .sec01 ul .photo {
	height: 237px;
	overflow: hidden;
}
.solutionPage .sec01 ul .photo img {
	width: 100%;
	min-height: 237px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.solutionPage .sec01 ul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.solutionPage .sec01 ul p {
	text-align: center;
	font-size: 18px;
	border: 1px solid #999;
	padding: 10px 5px;
	letter-spacing: 1px;
}
.solutionPage .sec01 ul a:hover p {
	color: #fff;
	background-color: #0064c6;
	border-color: #0064c6;
}
.solutionPage .sec02 ul {
	display: flex;
	justify-content: space-between;
}
.solutionPage .sec02 ul li {
	padding: 30px 25px 20px;
	width: 23.2%;
	background-color: #eeeeee;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}
.solutionPage .sec02 ul p {
	color: #666;
	line-height: 29px;
	margin-top: 20px;
}
.contactPage .ditu {
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.contactPage #allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.contactPage .ditu .txtbox {
	width: 547px;
	position: relative;
	z-index: 2;
	background: url("../img/bg10.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	box-sizing: border-box;
	padding: 50px 40px 35px;
}
.contactPage .ditu .txtbox h2 {
	text-align: center;
	margin-bottom: 45px;
	font-size: 26px;
	letter-spacing: 2px;
}
.contactPage .ditu .txtbox h2 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 10px;
}
.contactPage .ditu .txtbox ul {
	margin-bottom: 20px;
}
.contactPage .ditu .txtbox li {
	position: relative;
	padding-left: 35px;
	font-size: 20px;
	margin-bottom: 15px;
}
.contactPage .ditu .txtbox li img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}
.contactPage .ditu .txtbox li a {
	color: #fff;
	font-family: Impact, "sans-serif";
	font-size: 36px;
	vertical-align: -5px;
}
.contactPage .ditu .code {
	text-align: right;
}
.contactPage .ditu .code .inner {
	display: inline-block;
	text-align: center;
	max-width: 174px;
}
.contactPage .ditu .code p {
	margin-top: 10px;
	font-size: 18px;
}
.newsPage .h2Ttl {
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 30px;
	border-left: 5px solid #0064c6;
	letter-spacing: 2px;
}
.newsPage .sec01 {
	margin-bottom: 80px;
}
.newsPage .sec01 .imgbox {
	display: flex;
	justify-content: space-between;
}
.newsPage .sec01 .lbox {
	width: 30%;
}
.newsPage .sec01 .lbox li {
	text-align: center;
	margin-top: 20px;
}
.newsPage .sec01 .lbox h3 {
	font-size: 26px;
	color: #0064c6;
	font-weight: normal;
	text-align: center;
}
.newsPage .sec01 .rbox {
	width: 66%;
}
.newsPage .sec01 .rbox p {
	font-size: 20px;
	color: #666;
	line-height: 45px;
	text-align: justify;
}
.newsPage .sec02 {
	margin-bottom: 80px;
}
.newsPage .sec02 ul {
	display: flex;
	justify-content: space-between;
}
.newsPage .sec02 ul li {
	width: 31.6%;
}
.newsPage .sec02 ul .photo {
	height: 325px;
	overflow: hidden;
}
.newsPage .sec02 ul .photo img {
	width: 100%;
	min-height: 325px;
}
.newsPage .sec02 ul .txtbox {
	border: 1px solid #A5A5A5;
	padding: 20px;
}
.newsPage .sec02 ul .txtbox h3 {
	margin-bottom: 10px;
	font-size: 17px;
}
.newsPage .sec02 ul .txtbox p {
	font-size: 14px;
	color: #666;
	line-height: 23px;
}
.newsPage .sec02 ul a {
	display: block;
}
.newsPage .sec02 ul a:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.newsPage .sec02 ul a:hover .txtbox h3 {
	color: #dd0000;
}
.newsPage .moreLink {
	margin-top: 30px;
}
.newsPage .moreLink a {
	display: block;
	font-size: 18px;
	color: #666;
	width: 240px;
	box-sizing: border-box;
	padding: 10px 5px;
	border: 1px dashed #666;
	margin: 0 auto;
	border-radius: 40px;
	text-align: center;
	letter-spacing: 1px;
}
.newsPage .moreLink a:hover {
	color: #fff;
	background-color: #dd0000;
	border: 1px solid #dd0000;
}
.newsPage .listUl a {
	display: block;
	position: relative;
	padding-left: 170px;
}
.newsPage .listUl li {
	margin-bottom: 40px;
}
.newsPage .listUl .time {
	position: absolute;
	left: 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: #999;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.newsPage .listUl .time span {
	display: block;
	font-size: 47px;
}
.newsPage .listUl h3 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: normal;
}
.newsPage .listUl p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.newsPage .listUl .link span {
	padding: 2px 38px 2px 0;
	display: inline-block;
	font-size: 18px;
	color: #999;
	background: url("../img/icon19.png") no-repeat right center;
}
.newsPage .listUl a:hover h3 {
	color: #dd0000;
}
.newsPage .listUl a:hover .link span {
	color: #dd0000;
	background-image: url("../img/icon20.png");
}
.newsPage .list-h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
	position: relative;
	padding-bottom: 15px;
}
.newsPage .list-h2:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 98px;
	height: 3px;
	background-color: #dddddd;
	margin-left: -49px;
}
/*pages*/
.pagination-wrapper{
margin: 20px 0 0;
}
.pagination{
text-align: center;
}
.pagination li {
	margin-top: 5px;
display: inline-block;
height: 32px;
line-height: 32px;
margin-right: 5px;
border: 1px solid #dddddd;
padding: 0 12px;
text-decoration: none;
}
.pagination li a{
 display:inline;
display: block;
font-size: 16px;
color: #555555;

}
.pagination li a:hover{
color:#0064c6;
}
.pagination li.thisclass {
background: #0064c6;
color: #fff;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 16px;
text-decoration: none;
}
.pagination li.thisclass a,.pagination li.thisclass a:hover{
background: transparent;
border-color: #1B82FF;
color: #fff;
cursor: default;
}
.newsPage .detail-h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
}
.comNote {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.comNote li {
	font-size: 18px;
	color: #999;
}
.comNote li:first-child {
	margin-right: 80px;
}
.comNote img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}
.comInfo {
	font-size: 18px;
	color: #666;
	line-height: 40px;
}
.comInfo * {
	font-size: 18px !important;
	color: #666 !important;
	line-height: 40px !important;
}
.comInfo img {
	height: auto !important;
	margin: 0 auto;
	display: block;
}
.productPage .comImg .whiteBg {
	width: 100%;
	text-align: center;
	background-image: -moz-linear-gradient( 0deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0) 100%);
}
.productPage .detail-h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 34px;
}
.sidebar {
	width: 20%;
	float: left;
}
.sidebar h2 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 34px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.sidebar h2:before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	height: 4px;
	background-color: #0064c6;
	width: 100px;
}
.sidebar h2 .color {
	color: #0064c6;
}
.sidebar h2 .en {
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #999;
	font-weight: normal;
}
.sidebar .sUl a {
	height: 65px;
	box-sizing: border-box;
	padding-left: 30px;
	display: inline-block;
	display: flex;
	align-items: center;
	color: #666;
	font-size: 22px;
	background: url("../img/icon23.png") no-repeat left center;
}
.sidebar .sUl .on a,
.sidebar .sUl a:hover {
	font-size: 26px;
	color: #dd0000;
	background-image: url("../img/icon24.png");
}
.sidebar .sBox {
	margin: 20px 0 10px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	text-align: center;
}
.sidebar .sBox .txt {
	padding: 5px 0 5px 60px;
	display: inline-block;
	font-size: 18px;
	color: #666;
	line-height: 22px;
	background: url("../img/icon25.png") no-repeat left center;
}
.sidebar .sBox .tel {
	display: block;
	font-size: 37px;
	color: #0064c6;
	font-family: Impact, "sans-serif";
	letter-spacing: 1px;
}
.sidebar .sTxt {
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.conts {
	width: 75%;
	float: right;
}
.conts .listUl {
	display: flex;
	flex-wrap: wrap;
}
.conts .listUl li {
	width: 31%;
	margin: 0 3.5% 30px 0;
}
.conts .listUl li:nth-child(3n) {
	margin-right: 0;
}
.conts .listUl a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.conts .listUl .photo {
	height: 239px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.conts .listUl .photo img {
	width: 100%;
	min-height: 239px;
	border-radius: 10px 10px 0 0;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.conts .listUl a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.conts .listUl p {
	text-align: center;
	font-size: 18px;
	padding: 10px 5px;
}
.conts .listUl a:hover {
	background-color: #dd0000;
	color: #fff;
}
.pagination {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination span {
	font-size: 16px;
}
.pagination a {
	margin: 0 5px 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	min-width: 36px;
	text-align: center;
}
.pagination .page-status {
	margin-right: 10px;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #0064c6;
	color: #fff;
}

@media all and (min-width: 992px) and (max-width: 1360px) {
	.mainVisual .width {height: 700px;}
	.indexsec03 .rbox .ttl .en {font-size: 165px;letter-spacing: 0;}
	.solutionPage .sec01 ul .photo img {min-height: 164px;}
	.solutionPage .sec01 ul .photo {height: 164px;}
	.sidebar .sBox .tel {font-size: 32px;}
	.indexsec02 .tabbox ul .photo {height: 164px;}
	.indexsec02 .tabbox ul .photo img {min-height: 164px;}
	.conts .listUl .photo img {min-height: 167px;}
	.conts .listUl .photo {height: 167px;}
	.newsPage .sec02 ul .photo img {min-height: 227px;}
	.newsPage .sec02 ul .photo {height: 227px;}
}

@media all and (max-width: 991px) {
	#header {
		position: relative;
	}
	#header .width {
		max-width: inherit;
		padding: 10px 15px;
		display: block;
	}
	#header .hbox {
		display: block;
	}
	#header h1 {
		max-width: 160px;
	}
	#header .line {
		display: none;
	}
	#header .htxt {
		display: none;
	}
	#header .tel {
		display: none;
	}
	#header .navi {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 500;
	}
	#header .navi ul {
		display: block;
		max-width: inherit;
	}
	#header .navi li {
		width: auto;
	}
	#header .navi a {
		height: auto;
		display: block;
		font-size: 16px;
		padding: 15px 5px;
		background-image: none;
	}
	#header .navi .on a,
	#header .navi a:hover {
	  background-color: #dd0000;
	}
	#header .language {
		right: 60px;
		top: 24px;
		font-size: 13px;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 19px;
		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);
	}
	.mainVisual {
		margin-bottom: 40px;
	}
	.mainVisual .width {
		height: 350px;
		padding: 0 15px;
		max-width: inherit;
	}
	.mainVisual .width01 .img {
		padding: 60px 0 0;
	}
	.mainVisual .width01 img {
		max-height: 170px;
	}
	.mainVisual .width02 .img {
		padding: 60px 0 0;
	}
	.mainVisual .width02 img {
		max-height: 130px;
	}
	.mainVisual .width03 .img {
		padding-top: 60px;
	}
	.mainVisual .width03 img {
		max-height: 100px;
	}
	.mainVisual .swiper-button-next,
	.mainVisual .swiper-button-prev {
		display: none;
	}
	.comWidth {
		max-width: inherit;
	}
	.indexsec01 {
		margin-bottom: 40px;
	}
	.indexsec01 ul {
		flex-wrap: wrap;
		margin-top: -20px;
	}
	.indexsec01 ul li {
		width: 48%;
		margin-top: 20px;
	}
	.indexsec01 ul li:hover .photo img {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.indexsec01 ul .photo {
		margin-bottom: 10px;
	}
	.indexsec01 ul .txt {
		right: 0;
		bottom: 0;
		font-size: 16px;
		width: 80px;
		letter-spacing: 0;
	}
	.indexsec01 ul p {
		line-height: 1.5;
	}
	.headLine01 {
		margin-bottom: 20px;
	}
	.headLine01 img {
		max-height: 55px;
	}
	.indexsec02 {
		margin-bottom: 40px;
	}
	.indexsec02 .tabul {
		margin: 0 -15px 10px;
	}
	.indexsec02 .tabul li {
		width: 90px;
		margin: 0 8px 10px;
	}
	.indexsec02 .tabul p {
		font-size: 15px;
		margin-top: 5px;
	}
	.indexsec02 .tabul .photo {
		height: 90px;
		box-shadow: 2px 2px 0 #dddddd;
	}
	.indexsec02 .tabul .on .photo,
	.indexsec02 .tabul a:hover .photo {
		box-shadow: 2px 2px 0 #dd0000;
	}
	.indexsec02 .tabbox ul {
		justify-content: space-between;
	}
	.indexsec02 .tabbox li {
		width: 48%;
		margin: 0 0 15px;
	}
	.indexsec02 .tabbox ul a {
		box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
		padding-bottom: 8px;
	}
	.indexsec02 .tabbox ul .photo {
		height: 124px;
	}
	.indexsec02 .tabbox ul .photo img {
		min-height: 124px;
	}
	.indexsec02 .tabbox ul p {
		font-size: 16px;
		margin: 5px 5px 0;
	}
	.indexsec02 .tabbox ul .icon {
		display: none;
	}
	.indexsec02 .btmbox {
		padding: 5px 15px;
		max-width: 370px;
		justify-content: space-between;
	}
	.indexsec02 .btmbox .link {
		width: 140px;
	}
	.indexsec02 .btmbox .link a {
		font-size: 16px;
	}
	.indexsec02 .btmbox .tel {
		font-size: 16px;
		margin: 0 0 0 20px;
	}
	.indexsec02 .btmbox .tel span {
		font-size: 26px;
		display: block;
		margin-top: 0;
	}
	.indexsec03 {
		margin-bottom: 40px;
	}
	.indexsec03 .bg {
		padding-bottom: 0;
	}
	.indexsec03 .bg:before {
		display: none;
	}
	.indexsec03 .inner {
		display: block;
	}
	.indexsec03 .lbox {
		width: auto;
	}
	.indexsec03 .lbox:before {
		left: -8px;
		top: 8px;
		right: 8px;
		bottom: -8px;
	}
	.indexsec03 .lbox .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
	.indexsec03 .rbox {
		width: auto;
		margin-top: 35px;
	}
	.indexsec03 .rbox .topbox {
		min-height: inherit;
		margin-bottom: 25px;
	}
	.indexsec03 .rbox .ttl .en {
		font-size: 120px;
		letter-spacing: 3px;
	}
	.indexsec03 .rbox .ttl .txt01 {
		font-size: 16px;
		background-size: 45px auto;
		padding-left: 55px;
	}
	.indexsec03 .rbox .ttl .txt02 span {
		font-size: 18px;
		padding: 5px;
		min-width: 150px;
	}
	.indexsec03 .rbox p {
		font-size: 16px;
		line-height: 1.5;
		color: #333;
	}
	.indexsec03 .rbox .link {
		margin-top: 15px;
	}
	.indexsec03 .rbox .link a {
		color: #333;
		border: 1px solid #333;
		font-size: 16px;
		width: 150px;
		margin: 0 auto;
	}
	.indexsec03 .rbox .link a:hover {
		color: #fff;
	}
	.indexsec04 {
		margin-bottom: 40px;
	}
	.indexsec04 ul {
		display: block;
	}
	.indexsec04 ul li {
		margin-top: 10px;
		min-height: inherit;
		width: auto;
		display: block;
	}
	.indexsec04 ul li:before {
		opacity: 1;
	}
	.indexsec04 ul p {
		font-size: 16px;
		font-weight: bold;
	}
	.indexsec04 ul li:hover p {
		font-size: 16px;
	}
	.indexsec04 ul span {
		display: block;
		font-size: 14px;
		line-height: 1.6;
		font-weight: normal;
		margin-top: 10px;
	}
	.indexsec04 ul li:hover span {
		font-size: 14px;
		line-height: 1.6;
		font-weight: normal;
		margin-top: 10px;
	}
	.indexsec05 {
		margin-bottom: 40px;
		background-attachment: inherit;
	}
	.indexsec05 .txtbox {
		margin: 0 -15px;
		width: auto;
		background-color: rgba(0,0,0,0.7);
		padding: 30px 15px;
	}
	.indexsec05 .txtbox:before {
		display: none;
	}
	.indexsec05 .txtbox:after {
		display: none;
	}
	.indexsec05 .txtbox .txt {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.indexsec05 .txtbox .txt span {
		font-size: 20px;
	}
	.indexsec05 .txtbox .tel {
		padding: 15px 15px 10px 50px;
		font-size: 16px;
		background: url("../img/icon07.png") no-repeat left 15px center;
		background-size: 25px auto;
	}
	.indexsec05 .txtbox .tel span {
		font-size: 28px;
		margin-top: -4px;
		letter-spacing: 1px;
	}
	.indexsec05 .txtbox p {
		line-height: 1.6;
	}
	.indexsec06 ul {
		margin-top: 0;
		display: block;
	}
	.indexsec06 ul li {
		width: auto;
		margin-top: 15px;
	}
	.indexsec06 ul a {
		padding-left: 60px;
	}
	.indexsec06 ul .time {
		font-size: 16px;
	}
	.indexsec06 ul .time span {
		font-size: 14px;
	}
	.indexsec06 ul h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.indexsec06 ul p {
		font-size: 14px;
		line-height: 1.5;
	}
	#footer {
		margin-top: 40px;
	}
	#footer .width {
		padding: 20px 15px 0;
		max-width: inherit;
	}
	#footer .fnavi {
		display: none;
	}
	#footer .fbox {
		display: block;
		margin-bottom: 15px;
	}
	#footer .code {
		display: none;
	}
	#footer .flogo {
		max-width: 130px;
		margin: 0 auto 20px;
	}
	#footer .ftxt {
		max-width: inherit;
	}
	#footer .ftxt .ttl {
		font-size: 20px;
		text-align: center;
	}
	#footer .ftxt li {
		margin-top: 10px;
		font-size: 16px;
		padding-left: 25px;
	}
	#footer .ftxt li img {
		width: 14px;
		margin-top: -7px;
	}
	#footer .ftxt li a {
		font-size: 26px;
		vertical-align: -3px;
	}
	#footer .copyright {
		padding: 15px 5px 70px;
	}
	#footer .copyright span {
		display: block;
		margin: 5px 0 0;
	}
	#footer .qyrz {
		margin: 5px 0 0 10px;
	}
	.comImg .width {
		max-width: inherit;
		height: 180px;
	}
	.comImg .whiteBg {
		min-width: inherit;
		padding: 15px;
	}
	.comImg .txt01 {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.comImg .txt02 {
		margin-bottom: 10px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.pagePath {
		margin-bottom: 30px;
		font-size: 14px;
	}
	.pagePath .width {
		max-width: inherit;
		padding: 10px 5px 10px 40px;
	}
	.pagePath img {
		width: 16px;
		margin-top: -8px;
	}
	.solutionPage .h2Ttl {
		margin-bottom: 20px;
		font-size: 18px;
		letter-spacing: 1.5px;
		padding-bottom: 10px;
	}
	.solutionPage .h2Ttl:before {
		width: 60px;
		margin-left: -30px;
		height: 2px;
	}
	.solutionPage .sec01 {
		margin-bottom: 30px;
	}
	.solutionPage .sec01 ul {
		justify-content: space-between;
	}
	.solutionPage .sec01 ul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.solutionPage .sec01 ul .photo {
		height: 124px;
	}
	.solutionPage .sec01 ul .photo img {
		min-height: 124px;
	}
	.solutionPage .sec01 ul p {
		font-size: 14px;
		padding: 5px;
		letter-spacing: 0;
	}
	.solutionPage .sec02 ul {
		flex-wrap: wrap;
		margin-top: -10px;
	}
	.solutionPage .sec02 ul li {
		padding: 15px;
		width: 49%;
		margin-top: 10px;
	}
	.solutionPage .sec02 ul .photo img {
		height: 62px;
	}
	.solutionPage .sec02 ul p {
		line-height: 1.5;
		margin-top: 10px;
	}
	.contactPage .ditu {
		display: block;
	}
	.contactPage #allmap {
		width: 100%;
		height: 300px;
		position: static;
	}
	.contactPage .ditu .txtbox {
		width: auto;
		padding: 15px;
	}
	.contactPage .ditu .txtbox h2 {
		margin-bottom: 20px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.contactPage .ditu .txtbox h2 span {
		font-size: 12px;
		margin-top: 5px;
	}
	.contactPage .ditu .txtbox ul {
		margin-bottom: 0;
	}
	.contactPage .ditu .txtbox li {
		padding-left: 25px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contactPage .ditu .txtbox li img {
		width: 18px;
		margin-top: -9px;
	}
	.contactPage .ditu .txtbox li a {
		font-size: 26px;
		vertical-align: -4px;
	}
	.contactPage .ditu .code {
		display: none;
	}
	.newsPage .h2Ttl {
		margin-bottom: 15px;
		padding-left: 10px;
		font-size: 18px;
		border-left-width: 3px;
		letter-spacing: 1px;
	}
	.newsPage .sec01 {
		margin-bottom: 40px;
	}
	.newsPage .sec01 .imgbox {
		display: block;
	}
	.newsPage .sec01 .lbox {
		width: auto;
	}
	.newsPage .sec01 .lbox li {
		margin-top: 10px;
	}
	.newsPage .sec01 .lbox h3 {
		font-size: 16px;
	}
	.newsPage .sec01 .rbox {
		width: auto;
		margin-top: 10px;
	}
	.newsPage .sec01 .rbox p {
		font-size: 14px;
		line-height: 1.6;
	}
	.newsPage .sec02 {
		margin-bottom: 40px;
	}
	.newsPage .sec02 ul {
		flex-wrap: wrap;
	}
	.newsPage .sec02 ul li {
		width: 49%;
		margin-bottom: 10px;
	}
	.newsPage .sec02 ul .photo {
		height: 124px;
	}
	.newsPage .sec02 ul .photo img {
		min-height: 124px;
	}
	.newsPage .sec02 ul .txtbox {
		padding: 10px;
	}
	.newsPage .sec02 ul .txtbox h3 {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.newsPage .sec02 ul .txtbox p {
		line-height: 1.5;
	}
	.newsPage .sec02 ul a:hover {
		box-shadow: none;
	}
	.newsPage .moreLink {
		margin-top: 10px;
	}
	.newsPage .moreLink a {
		font-size: 14px;
		width: 180px;
		padding: 8px 5px;
	}
	.newsPage .listUl a {
		padding-left: 0;
	}
	.newsPage .listUl li {
		margin-bottom: 20px;
	}
	.newsPage .listUl .time {
		position: static;
		left: inherit;
		top: inherit;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsPage .listUl .time span {
		display: inline-block;
		font-size: 24px;
		margin-left: 10px;
	}
	.newsPage .listUl h3 {
		margin-bottom: 5px;
		font-size: 18px;
		text-align: center;
	}
	.newsPage .listUl p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.5;
	}
	.newsPage .listUl .link {
		text-align: center;
	}
	.newsPage .listUl .link span {
		padding: 0 25px 0 0;
		font-size: 14px;
		background-size: 18px auto;
	}
	.newsPage .list-h2 {
		margin-bottom: 20px;
		font-size: 20px;
		padding-bottom: 10px;
	}
	.newsPage .list-h2:before {
		width: 60px;
		height: 2px;
		margin-left: -30px;
	}
	.pagination li a{
		font-size: 14px;
	}
	.pagination li.thisclass {
		font-size: 14px;
	}
	.newsPage .detail-h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.comNote {
		margin-bottom: 15px;
	}
	.comNote li {
		font-size: 14px;
	}
	.comNote li:first-child {
		margin-right: 30px;
	}
	.comNote img {
		height: 15px;
		margin: -3px 5px 0 0;
	}
	.comInfo {
		font-size: 14px;
		line-height: 1.6;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
	.sidebar {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.sidebar h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}
	.sidebar h2:before {
		height: 3px;
		width: 80px;
	}
	.sidebar h2 .en {
		margin-top: 0;
		font-size: 13px;
	}
	.sidebar .sUl li {
		margin-bottom: 10px;
	}
	.sidebar .sUl a {
		height: auto;
		padding-left: 15px;
		display: block;
		font-size: 16px;
		background-size: 5px auto;
	}
	.sidebar .sUl .on a,
	.sidebar .sUl a:hover {
		font-size: 16px;
	}
	.sidebar .sBox {
		display: none;
	}
	.sidebar .sTxt {
		display: none;
	}
	.conts {
		width: auto;
		float: none;
	}
	.conts .listUl {
		justify-content: space-between;
	}
	.conts .listUl li {
		width: 49%;
		margin: 0 0 10px;
	}
	.conts .listUl a {
		box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
	}
	.conts .listUl .photo {
		height: 125px;
	}
	.conts .listUl .photo img {
		min-height: 125px;
	}
	.conts .listUl p {
		font-size: 14px;
		padding: 5px;
	}
	.productPage .detail-h2 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.pagination span {
		font-size: 14px;
	}
	.pagination a {
		margin: 0 3px 5px;
		min-width: 33px;
	}
	.pagination .page-status {
		margin-right: 8px;
	}
}

@font-face {
	font-family: 'icomoon';
    src:url('../font/icomoon.eot?qradjf');
    src:url('../font/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../font/icomoon.ttf?qradjf') format('truetype'),
        url('../font/icomoon.woff?qradjf') format('woff'),
        url('../font/icomoon.svg?qradjf#icomoon') 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(../img/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(../img/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: 300px;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;}
}