@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', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

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;
}

#header img {
	width: 300px;
}

#header .tel {
	padding-left: 70px;
	line-height: 1.3;
	color: #666;
	background: url("../images/tel.png") no-repeat left center;
}

#header .tel span {
	display: block;
	font-size: 34px;
	color: #FF0000;
	font-family: Arial;
	font-weight: bold;
}

#header .navi {
	background-color: #fff;
	/*background-color: #003F97;*/
	border-bottom: 4px solid rgba(0, 40, 58, 0.53);
}

#header .navi ul {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#header .navi li {
	width: 16.66%;
	box-sizing: border-box;
	position: relative;
}

#header .navi li:before {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	margin-top: -9px;
	width: 1px;
	height: 18px;
	background-color: rgba(255, 255, 255, 0.2);
}

#header .navi li:last-child:before {
	display: none;
}

#header .navi a {
	padding: 16px 0;
	font-size: 18px;
	display: block;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#header .navi .on a,
#header .navi a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #333;
	/*
	color: #003F97;
	font-weight: bold;
	background-color: #FFD200;
	*/
}

.mainVisual {
	margin-bottom: 120px;
}

.mainVisual img {
	width: 100%;
}

.mainVisual .swiper-pagination-bullet {
	opacity: 1;
	width: 32px;
	height: 12px;
	background-color: #666;
	border-radius: 100px;
}

.mainVisual .swiper-pagination-bullet-active {
	width: 64px;
	background-color: #FFD200;
}

.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.headline01 {
	position: relative;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
}

.headline01 .en {
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	font-size: 88px;
	line-height: 1;
	color: #F7F7F7;
	text-transform: uppercase;
	z-index: 1;
}

.headline01 .txt {
	max-width: 448px;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 2;
	font-size: 32px;
}

.headline01 .txtl {
	width: 50%;
	padding: 10px 0;
	color: #fff;
	border-radius: 100px 0 0 100px;
	background-image: -moz-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%);
	background-image: -webkit-linear-gradient(45deg, rgb(7, 14, 24) 0%, rgb(82, 114, 143) 100%);
	background-image: -ms-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%);
	box-sizing: border-box;
}

.headline01 .txtr {
	width: 50%;
	padding: 10px 0;
	box-sizing: border-box;
	/* color: #003F97;*/
	color: #00283a;
	/* border: 1px solid rgba(1, 106, 197,1);  */
	border: 1px solid #00283a;
	border-left: none;
	border-radius: 0 100px 100px 0;
}

.indexsec01 {
	padding: 120px 0;
	background-color: #F3F9FF;
}

.indexsec01 .imgbox {
	display: flex;
	justify-content: space-between;
}

.indexsec01 .imgbox .photobox {
	width: 48%;
}

.indexsec01 .imgbox .photobox img {
	width: 100%;
}

.indexsec01 .imgbox .txtbox {
	width: 48%;
}

.indexsec01 .imgbox .txtbox h3 {
	margin-bottom: 25px;
	font-size: 44px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	font-weight: normal;
	padding-bottom: 10px;
}

.indexsec01 .imgbox .txtbox p {
	font-size: 18px;
	line-height: 34px;
	color: #666;
	text-indent: 2em;
	margin-bottom: 20px;
}

.comLink {
	margin-top: 40px;
	text-align: center;
}

.comLink a {
	padding: 10px 0;
	display: inline-block;
	text-align: center;
	background-color: #00283a;
	font-size: 20px;
	border-radius: 100px;
	width: 210px;
	color: #fff;
}

.comLink a:hover {
	opacity: 0.7;
}

.comLink img {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 8px;
}

.indexsec01 .imgbox .txtbox .comLink {
	text-align: right;
}

.comTxt {
	margin-bottom: 60px;
	text-align: center;
	/* color: #003F97; */
	color: #00283a;
	font-size: 24px;
}

.comTxt .txt01 {
	padding: 0 130px;
	position: relative;
	display: inline-block;
}

.comTxt .txt01:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	content: "";
	width: 120px;
	height: 4px;
	border-radius: 100px;
	background-image: -moz-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%);
	/* background-image: -webkit-linear-gradient( 45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%); */
	background-image: -webkit-linear-gradient(45deg, rgb(7, 14, 24) 0%, rgb(82, 114, 143) 100%);
	background-image: -ms-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%);
}

.comTxt .txt01:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	content: "";
	width: 120px;
	height: 4px;
	border-radius: 100px;
	background-image: -moz-linear-gradient(45deg, rgb(1, 106, 197) 0%, rgb(0, 63, 151) 100%);
	/* background-image: -webkit-linear-gradient( 45deg, rgb(1, 106, 197) 0%, rgb(0, 63, 151) 100%); */
	background-image: -webkit-linear-gradient(45deg, rgb(7, 14, 24) 0%, rgb(82, 114, 143) 100%);
	background-image: -ms-linear-gradient(45deg, rgb(1, 106, 197) 0%, rgb(0, 63, 151) 100%);
}

.comTxt .txt02 {
	padding: 0 20px;
	position: relative;
	display: inline-block;
}

.comTxt .txt02:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	content: "";
	/* background-color: #003F97; */
	background-color: #00283a;
	border-radius: 100%;
	width: 8px;
	height: 8px;
}

.comTxt .txt02:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	content: "";
	/* background-color: #003F97; */
	background-color: #00283a;
	border-radius: 100%;
	width: 8px;
	height: 8px;
}

.indexsec02 {
	margin-bottom: 120px;
}

.indexsec01 .en {
	color: rgba(0, 0, 0, 0.02);
}

.indexsec02 .headline01 {
	margin-bottom: 25px;
}

.sidebar {
	width: 20%;
	float: left;
}

.sidebar .sttl {
	padding: 60px 0;
	text-align: center;
	color: #fff;
	font-size: 40px;
	background: #92c500;
	/* background-image: -moz-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%);
	background-image: -webkit-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%);
	background-image: -ms-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%); */
	/* border-radius: 8px 8px 0 0; */
	font-weight: normal;
}

.sidebar .sttl span {
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}

.sidebar .sttl span:before {
	width: 44px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -22px;
	content: "";
	background: url("../images/icon02.png") no-repeat;
	background-size: 44px auto;
}

.sidebar .sul {
	padding: 30px 12% 52px;
	background-color: #F3F9FF;
	border-radius: 0 0 8px 8px;
}

.sidebar .sul li {
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
	margin-top: 1px;
	border-radius: 5px;
	background:#00283a;
}

.sidebar .sul a {
	padding: 25px 20px;
	display: block;
	text-align: center;
	color: #fff;
	font-size:20px;
	/* background: url("../images/icon03.png") no-repeat left center;
	background-size: 16px auto; */
}

.sidebar .sul .on a,
.sidebar .sul a:hover {
	/* color: #003F97; */
	color: #fff;
	background: #92c500;
	font-weight: bold;
	border-radius: 5px;

}

.conts {
	float: right;
	width: 78%;
}

.comList {
	display: flex;
	flex-wrap: wrap;
}

.comList li {
	margin: 0 2% 20px 0;
	width: 32%;
	background-color: #fff;
	
	/* border-radius: 8px; */
}

.comList li:nth-child(3n) {
	margin-right: 0;
}

.comList .photo {
	/* border-radius: 8px 8px 0 0; */
	overflow: hidden;
}

.comList .photo img {
	width: 100%;
	/* border-radius: 8px 8px 0 0; */
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.comList a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.comList p {
	text-align: center;
	font-size: 18px;
	padding: 5px 5px;
	/* background: #00283a; */
	color: #00283a;
	margin-top: 5px;
}

.comList a:hover p {
	/* color: #003F97; */
	color: #00283a;
}

.indexsec03 {
	margin: 120px 0;
}

.indexsec03 .headline01 {
	margin-bottom: 25px;
}

.indexsec03 .comTxt {
	/* color: #666; */
	color: #00283a;
}

.indexsec03 .swiper-slide .photo {
	border-radius: 5px;
	overflow: hidden;
}

.indexsec03 .swiper-slide a {
	display: block;
}

.indexsec03 .swiper-slide img {
	width: 100%;
	border-radius: 5px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.indexsec03 .swiper-slide a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.indexsec03 .swiper-slide p {
	font-size: 24px;
	margin-top: 10px;
	text-indent:0;
	text-align: center;
}

.indexsec03 .swiper-slide a:hover p {
	color: #003F97;
}

.indexsec04 .headline01 {
	margin-bottom: 25px;
}

.indexsec04 .comTxt {
	color: #666;
}

.indexsec04 .imgbox {
	display: flex;
	justify-content: space-between;
}

.indexsec04 .imgbox .lbox {
	width: 50%;
}

.indexsec04 .imgbox .lbox a {
	display: block;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.indexsec04 .imgbox .lbox p {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 24px;
	padding: 20px 5%;
	background: #00283a;
}

.indexsec04 .imgbox .rbox {
	width: 47%;
}

.indexsec04 .imgbox .rbox li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.indexsec04 .imgbox .rbox li a {
	display: block;
	position: relative;
	padding: 25px 0;
}

.indexsec04 .imgbox .rbox li h3 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
	padding-right: 100px;
}

.indexsec04 .imgbox .rbox li p {
	font-size: 16px;
	color: #999;
	line-height: 28px;
}

.indexsec04 .imgbox .rbox li .time {
	position: absolute;
	right: 0;
	top: 25px;
	color: #999;
}

.indexsec04 .imgbox .rbox li a:hover h3 {
	color: #003F97;
}

#footer {
	/* margin-top: 120px; */
	background: #00283a;
	/* background: url("../images/footbg.png") repeat center center; */
	/* background-size: cover; */
}

#footer .width {
	max-width: 1430px;
	margin: 0 auto;
	padding: 60px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .flogo {
	width: 436px;
}

#footer .code {
	text-align: center;
	padding: 20px;
	width: 210px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

#footer .code p {
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}

#footer .ftxt {
	color: #fff;
}

#footer .ftxt .ttl {
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 30px;
	background: url("../images/icon02.png") no-repeat left bottom;
	background-size: 64px auto;
}

#footer .ftxt li {
	margin-top: 10px;
	font-size: 20px;
}

#footer .ftxt li a {
	color: #fff;
}

#footer .ftxt li span {
	display: block;
	margin-left: 60px;
}

#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;
}

.comTop img {
	width: 100%;
}

.pagePath {
	margin-bottom: 60px;
	background-color: #f4f4f4;
}

.pagePath .width {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pagePath .rtel {
	padding: 13px 0 13px 45px;
	font-size: 18px;
	color: #003F97;
	letter-spacing: 1px;
	background: url("../images/icon05.png") no-repeat left center;
}

.pagePath .rtel span {
	vertical-align: -2px;
	font-size: 24px;
	font-family: Impact, "sans-serif";
}

.pagePath .ltxt {
	padding: 5px 0 5px 40px;
	font-size: 14px;
	color: #666;
	background: url("../images/icon04.png") no-repeat left top;
}

.pagePath .ltxt a {
	color: #666;
}

.pagePath .ltxt a:hover {
	color: #003F97;
}

.aboutPage h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 32px;
}

.aboutPage p {
	font-size: 18px;
	text-indent: 2em;
	line-height: 35px;
	text-align: justify;
}
.aboutPage img {
	display: block;
	margin: 40px auto 0;
}
.aboutPage .code img {
	display:initial;
	margin:0;
}
.aboutPage .photo img {
	display:initial;
	margin:0;
}
.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: #008ad6;
	color: #fff;
}

.productPage .sidebar {
	background-color: #fff;
}

.productPage .sidebar .sttl {
	padding: 0.625em 1.25em;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 9px;
}

.productPage .sidebar .sttl span:before {
	display: none;
}

.productPage .sidebar .sttl span {
	padding-bottom: 0;
}

.productPage .sidebar .sul {
	padding: 0 0;
	/* background-color: #eee; */
}

.productPage .sidebar .sul a {
	text-align: left;
	font-size:18px;
	padding: 0.625em 0 0.625em 30px;
}

.productPage .sidebar .sul li {
	/* border-bottom-color: #ddd; */
	background:#00283a;
}

.productPage .sidebar .sul li:last-child {
	border-bottom: none;
}

.productPage .sidebar .sinn {
	/* margin: 0 15px 15px; */
	background-color: #fff;
	padding: 15px;
	word-break: break-all;
	border: 4px solid rgba(0, 40, 58, 0.53);
	/* border-top: none; */
	margin-top: 10px;
	margin-bottom: 30px;
}

.productPage .sidebar .sinn li {
	margin: 10px 0;
}

.productPage .sidebar .sinn span {
	display: block;
	margin-left: 48px;
}

.productPage .sidebar .sinn .code {
	text-align: center;
}

.productPage .sidebar .sinn .code img {
	max-width: 140px;
}

.comWidth h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 700;
}

.comInfo {
	font-size: 18px;
	line-height: 30px;
}

.comInfo * {
	font-size: 18px !important;
	line-height: 30px !important;
}

.comInfo img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.comPageList {
	font-size: 18px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.comPageList li {
	max-width: 49%;
}

.comPageList a:hover {
	color: #00283a;
}

.newsPage .newsul a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsPage .newsul li {
	margin-bottom: 60px;
}

.newsPage .newsul .photo {
	width: 18.7%;
}

.newsPage .newsul .photo img {
	width: 100%
}

.newsPage .newsul .txtbox {
	width: 78%;
	position: relative;
}

.newsPage .newsul .txtbox h2 {
	margin-bottom: 20px;
	font-size: 26px;
	padding-right: 130px;
}

.newsPage .newsul .txtbox .time {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 18px;
	color: #999;
}

.newsPage .newsul .txtbox p {
	font-size: 18px;
	color: #666;
	line-height: 28px;
	letter-spacing: 1px;
}

.newsPage .newsul .txtbox .link {
	text-align: right;
	margin-top: 20px;
}

.newsPage .newsul .txtbox .link span {
	padding: 15px 5px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	width: 220px;
	background-color: #003F97;
	color: #fff;
}

.newsPage .newsul a:hover .txtbox .link span {
	background-color: #00283a;
}

.newsPage .newsul a:hover .txtbox h2 {
	color: #00283a;
}

.comNote {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	color: #999;
	font-size: 16px;
}

.comNote li:first-child {
	margin-right: 40px;
}

.contactPage h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}

.contactPage .txtul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.contactPage .txtul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.2%;
	/* background-image: -moz-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%);
	background-image: -webkit-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%);
	background-image: -ms-linear-gradient(45deg, rgb(0, 63, 151) 0%, rgb(1, 106, 197) 100%); */
	background: #00283a;
	box-sizing: border-box;
	padding: 20px 5px;
	color: #fff;
}

.contactPage .txtul .inner {
	position: relative;
	padding-left: 60px;
	letter-spacing: 1px;
	text-align: center;
}

.contactPage .txtul img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -21px;
}

.contactPage .txtul span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.contactPage .txtul a {
	color: #fff;
}

@media all and (min-width: 992px) and (max-width: 1024px) {}

@media all and (max-width: 991px) {
	#header {
		position: relative;
		position: fixed;
	}

	#header .width {
		max-width: inherit;
		padding: 10px 15px;
		display: block;
	}

	#header h1 {
		width: 190px;
	}

	#header .tel {
		display: none;
	}

	#header .navi {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 500;
	}

	#header .navi ul {
		max-width: inherit;
		display: block;
	}

	#header .navi li {
		width: auto;
	}

	#header .navi li:before {
		display: none;
	}

	.menu {
		position: absolute;
		right: 15px;
		top: 38px;
		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 .swiper-pagination-bullet {
		height: 10px;
	}

	.comWidth {
		max-width: 100%;
	}

	.headline01 {
		margin-bottom: 20px;
	}

	.headline01 .en {
		top: -15px;
		font-size: 32px;
	}

	.headline01 .txt {
		max-width: 300px;
		font-size: 18px;
	}

	.headline01 .txtl {
		padding: 8px 0;
	}

	.headline01 .txtr {
		padding: 8px 0;
	}

	.indexsec01 {
		padding: 40px 0;
	}

	.indexsec01 .imgbox {
		display: block;
	}

	.indexsec01 .imgbox .photobox {
		width: auto;
	}

	.indexsec01 .imgbox .txtbox {
		width: auto;
	}

	.indexsec01 .imgbox .txtbox h3 {
		margin-bottom: 15px;
		font-size: 22px;
		padding: 10px 0;
		text-align: center;
	}

	.indexsec01 .imgbox .txtbox p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.comLink {
		margin-top: 20px;
	}

	.comLink a {
		font-size: 15px;
		width: 160px;
	}

	.comLink img {
		width: 13px;
		margin: -4px 0 0 8px;
	}

	.indexsec01 .imgbox .txtbox .comLink {
		text-align: center;
	}

	.comTxt {
		margin: 0 -10px 20px;
		font-size: 14px;
	}

	.comTxt .txt01 {
		padding: 0 40px;
	}

	.comTxt .txt01:before {
		margin-top: -1px;
		width: 30px;
		height: 2px;
	}

	.comTxt .txt01:after {
		margin-top: -1px;
		width: 30px;
		height: 2px;
	}

	.comTxt .txt02 {
		padding: 0;
	}

	.comTxt .txt02:before {
		display: none;
	}

	.comTxt .txt02:after {
		display: none;
	}

	.indexsec02 {
		margin-bottom: 40px;
	}

	.indexsec02 .headline01 {
		margin-bottom: 15px;
	}

	.sidebar {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}

	.sidebar .sttl {
		display: none;
	}

	.sidebar .sul {
		padding: 15px !important;
		border-radius: 8px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sidebar .sul li {
		width: 48%;
	}

	.sidebar .sul a {
		padding: 12px 0 12px 18px !important;
		display: flex;
		height: 100%;
		box-sizing: border-box;
		align-items: center;
		text-align: left;
		font-size: 16px !important;
		background-size: 12px auto;
	}

	.conts {
		float: none;
		width: auto;
	}

	.comList {
		justify-content: space-between;
	}

	.comList li {
		margin: 0 0 10px;
		width: 49%;
	}

	.comList p {
		font-size: 16px;
	}

	.indexsec03 {
		margin: 40px 0;
	}

	.indexsec03 .headline01 {
		margin-bottom: 15px;
	}

	.indexsec03 .swiper-slide p {
		font-size: 16px;
		margin-top: 5px;
		text-indent:0;
		text-align: center;
	}

	.indexsec04 .headline01 {
		margin-bottom: 15px;
	}

	.indexsec04 .imgbox {
		display: block;
	}

	.indexsec04 .imgbox .lbox {
		width: auto;
	}

	.indexsec04 .imgbox .lbox a {
		height: auto;
		background: none !important;
	}

	.indexsec04 .imgbox .lbox img {
		width: 100%;
	}

	.indexsec04 .imgbox .lbox p {
		font-size: 20px;
		padding: 20px;
	}

	.indexsec04 .imgbox .rbox {
		width: auto;
	}

	.indexsec04 .imgbox .rbox li a {
		padding: 15px 0;
	}

	.indexsec04 .imgbox .rbox li h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.indexsec04 .imgbox .rbox li p {
		font-size: 15px;
		line-height: 1.6;
	}

	.indexsec04 .imgbox .rbox li .time {
		top: 18px;
	}

	#footer {
		margin-top: 40px;
	}

	#footer .width {
		max-width: inherit;
		padding: 30px 15px 20px;
		display: block;
	}

	#footer .flogo {
		width: 180px;
		margin: 30px auto 0;
	}

	#footer .code {
		display: none;
	}

	#footer .ftxt .ttl {
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 22px;
		background-size: 46px auto;
	}

	#footer .ftxt li {
		font-size: 18px;
	}

	#footer .ftxt li span {
		margin-left: 54px;
	}

	#footer .copyright {
		padding: 15px 5px 70px;
	}

	#footer .copyright span {
		margin: 5px 0 0;
		display: block;
	}

	#footer .qyrz {
		display: none;
	}

	.pagePath {
		margin-bottom: 30px;
	}

	.pagePath .width {
		max-width: inherit;
		display: block;
		padding: 0 15px;
	}

	.pagePath .rtel {
		display: none;
	}

	.pagePath .ltxt {
		padding: 10px 0 10px 25px;
		font-size: 13px;
		background-position: left top 10px;
		background-size: 18px auto;
	}

	.aboutPage h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.aboutPage p {
		font-size: 16px;
		line-height: 1.6;
	}

	.aboutPage img {
		margin-top: 20px;
	}

	.pagination span {
		font-size: 14px;
	}

	.pagination a {
		margin: 0 3px 5px;
		min-width: 33px;
	}

	.pagination .page-status {
		margin-right: 8px;
	}

	.productPage .sidebar .sinn {
		display: none;
	}

	.productPage .sidebar .sul li:last-child {
		/* border-bottom: 1px solid #ddd; */
	}

	.comTtl {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.comInfo {
		font-size: 15px;
		line-height: 1.6;
	}

	.comInfo * {
		font-size: 15px !important;
		line-height: 1.6 !important;
	}

	.comPageList {
		font-size: 15px;
		margin-top: 20px;
	}

	.newsPage .newsul a {
		display: block;
	}

	.newsPage .newsul li {
		margin-bottom: 30px;
	}

	.newsPage .newsul .photo {
		width: auto;
		margin-bottom: 10px;
	}

	.newsPage .newsul .txtbox {
		width: auto;
	}

	.newsPage .newsul .txtbox h2 {
		margin-bottom: 5px;
		font-size: 20px;
		padding-right: 0;
		text-align: center;
	}

	.newsPage .newsul .txtbox .time {
		position: static;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}

	.newsPage .newsul .txtbox p {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0;
	}

	.newsPage .newsul .txtbox .link {
		text-align: center;
		margin-top: 10px;
	}

	.newsPage .newsul .txtbox .link span {
		padding: 10px 5px;
		width: 160px;
	}

	.comNote {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.comNote li:first-child {
		margin-right: 20px;
	}

	.contactPage h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.contactPage .txtul {
		margin-bottom: 20px;
		display: block;
	}

	.contactPage .txtul li {
		margin-bottom: 10px;
		display: block;
		width: auto;
		padding: 15px;
	}

	.contactPage .txtul .inner {
		padding-left: 35px;
	}

	.contactPage .txtul img {
		height: 24px;
		margin-top: -12px;
	}

	.contactPage .txtul span {
		font-size: 16px;
	}
}

@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: 80%;
	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: #00283a
}

.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;*/
	background: #222;
}

#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;
	}
}

/*pages*/
.pagination-wrapper {
	margin: 20px 0 0;
}

.pagination {
	text-align: center;
}

.pagination li {
	/* margin-top: 5px;
	display: inline-block;
	margin-right: 5px;
	padding: 0 12px;
	 */
	display: inline-block;
    padding: 0px 5px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 10px;
}

.pagination li a {
	display: block;
    line-height: 35px;
    background: #e1e1e1;
    font-size: 14px;
    color: #787878;
    padding: 0px 15px;
    border-radius: 4px;
	margin: 0;
    min-width:auto;

}

.pagination li a:hover {
	color: #fff;
	background: #00283a;
}

.pagination li.thisclass {
	background: #e60b16;
	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: #00283a;
	color: #fff;
	cursor: default;
}
.pagination li.active a{
	color: #fff;
	background: #00283a;
}