@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: #666;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}

body {
	color: #666;
	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: 1840px;
	margin: 0 auto;
}
#header h1 {
	max-width: 223px;
	margin-top: 12px;
	float: left;
}
#header .tel {
	margin-top: 24px;
	display: flex;
	align-items: center;
	padding-left: 45px;
	float: right;
	background: url("/skin/images/tel01.png") no-repeat left center;
	background-size: 45px auto;
}
#header .tel .hour {
	display: block;
	padding: 0 5px;
	font-size: 14px;
	color: #044de1;
	line-height: 17px;
}
#header .tel .num {
	color: #0447ce;
	font-size: 34px;
	font-family: Impact, "sans-serif";
}
#header .navi {
	max-width: 65%;
	margin: 0 auto;
}
#header .navi ul {
	margin-right: 82px;
	display: flex;
	justify-content: space-between;
}
#header .navi li {
	width: 14.28%;
	position: relative;
}
#header .navi li > a {
	padding: 5px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
}
#header .navi li > a:hover,
#header .navi .on > a {
	color: #fff;
	background-color: #0447ce;
}
#header .navi .info {
	width: 158px;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 100;
	background-color: rgba(4,79,232,1);
	margin-left: -80px;
}
#header .navi .info .item {
	border-top: 1px solid rgba(255,255,255,0.8);
}
#header .navi .info a {
	padding: 10px 5px;
	display: block;
	text-align: center;
	color: #fff;
}
#header .navi .info a:hover {
	background-color: #044de1;
}
#footer {
	margin-top: 100px;
}
#footer .fnavi {
	padding: 10px 15px;
	background-color:#0537a9;
}
#footer .fnavi ul {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}
#footer .fnavi a {
	color: #fff;
	font-size: 18px;
}
#footer .fnavi a:hover {
	color: #0447ce;
}
#footer .bg {
	padding: 50px 15px;
	background: url("/skin/images/bg02.png") no-repeat center center;
	background-size: cover;
}
#footer .bg .width {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .flogo {
	width: 210px;
}
#footer .code {
	width: 149px;
	text-align: center;
}
#footer .code p {
	color: #fff;
	margin-top: 5px;
}
#footer .cbox {
	color: #fff;
	letter-spacing: 1px;
	max-width: 455px;
}
#footer .cbox .ttl {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
}
#footer .cbox li {
	margin-top: 10px;
}
#footer .cbox a {
	color: #fff;
}
#footer .cbox img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#footer .copyright {
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	background-color: #0537a9;
	font-size: 14px;
	letter-spacing: 1px;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 60px;
}

.headline01 {
	margin-bottom: 40px;
	text-align: center;
}

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

.sidebar {
	width: 25.85%;
	float: left;
	box-sizing: border-box;
	border: 1px solid #0447ce;
}
.sidebar .ttl {
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	background-color: #044de1;
	font-size: 24px;
}
.sidebar .ttl span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
.sidebar .linkul li {
	border-top: 1px solid #0447ce;
}
.sidebar .linkul a {
	padding: 17px 5px;
	display: block;
	text-align: center;
	font-size: 18px;
}
.sidebar .linkul a:hover,
.sidebar .linkul .on a {
	background-color: #0447ce;
	color: #fff;
}
.sidebar .title {
	margin: 15px 0;
	text-align: center;
	font-size: 18px;
	color: #044de1;
	font-weight: bold;
}
.sidebar .txt {
	margin: 0 6% 20px;
	line-height: 30px;
}
.sidebar .code {
	width: 130px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.conts {
	width: 72%;
	float: right;
}
.comUl {
	margin-top: -25px;
	display: flex;
	flex-wrap: wrap;
}
.comUl li {
	width: 31.25%;
	margin: 25px 3.125% 0 0;
}
.comUl li:nth-child(3n) {
	margin-right: 0;
}
.comUl .photo {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.comUl .photo:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	content: "";
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comUl .photo img {
	width: 100%;
	height: auto;
}
.comUl p {
	padding: 6px;
	text-align: center;
	color: #044de1;
	border: 1px solid #044de1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comUl a:hover .photo:before {
	top: 0;
}
.comUl a:hover p {
	background-color: #044de1;
	color: #fff;
}

.mainvisual {
	margin-bottom: 60px;
}
.mainvisual .swiper-pagination {
	bottom: 30px;
}
.mainvisual .swiper-pagination-bullet {
	width: 92px;
	height: 8px;
	margin: 0 30px !important;
	background-color: #fff;
	border-radius: 4px;
	opacity: 1;
}
.mainvisual .swiper-pagination-bullet-active {
	background: #0447ce;
}
.mainvisual .swiper-button-prev {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: url("/skin/images/prev01.png") no-repeat;
	background-size: 56px 56px;
}
.mainvisual .swiper-button-prev:hover {
	transform: translateX(-10px);
}
.mainvisual .swiper-button-next {
	width: 56px;
	height: 56px;
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: url("/skin/images/next01.png") no-repeat;
	background-size: 56px 56px;
}
.mainvisual .swiper-button-next:hover {
	transform: translateX(10px);
}
.mainvisual .swiper-button-next:after, 
.mainvisual .swiper-button-prev:after {
	display: none;
}
.mainvisual .swiper-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainvisual .inn {
	max-width: 1600px;
	margin: 0 auto;
	min-height: 750px;
	padding: 15px 100px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mainvisual .photoImg {
	max-width: 705px;
}
.mainvisual .textImg {
	max-width: 516px;
}
.mainvisual .textImg .txt02 {
	margin: 30px 0 40px;
}
.mainvisual .inn01 .textImg {
	text-align: right;
}
.mainvisual .inn01 .textImg .txt03 {
	margin-bottom: 20px;
}
.mainvisual .inn02 .textImg {
	max-width: 700px;
	text-align: center;
}
.mainvisual .inn02 .textImg .txt03 {
	margin-bottom: 20px;
}

.indexsec01 {
	margin-bottom: 60px;
}
.indexsec01 .comWidth {
	max-width: 90%;
}
.indexsec01 .sidebar {
	width: 22%;
}
.indexsec01 .conts {
	width: 76%;
}
.indexsec01 .comUl {
	margin-top: 0;
}
.indexsec01 .comUl .photo {
}
.indexsec01 .comUl li {
	width: 24%;
	margin-right: 1.33%;
}
.indexsec01 .comUl li:nth-child(4n) {
	margin-right: 0;
}
#marquee {
	height: 1129px;
	overflow: hidden;
}
.indexsec02 {
	margin-bottom: 60px;
}
.indexsec02 .bg {
	position: relative;
	padding-bottom: 50px;
}
.indexsec02 .bg:before {
	width: calc(50% + 215px);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("/skin/images/photo02.png") no-repeat center center;
	background-size: cover;
	content: "";
	z-index: 1;
}
.indexsec02 .info {
	width: calc(50% + 263px);
	background: url("/skin/images/photo03.png") no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-left: 15px;
}
.indexsec02 .inner {
	padding: 69px 100px 30px 0;
	float: right;
	max-width: 960px;
	box-sizing: border-box;
	position: relative;
}
.indexsec02 .inner .icon {
	position: absolute;
	right: 100px;
	top: 64px;
}
.indexsec02 .inner p {
	color: #fff;
	line-height: 32px;
	text-indent: 30px;
	text-align: justify;
}
.indexsec02 .inner h3 {
	margin-bottom: 16px;
	line-height: 30px;
}
.indexsec02 .inner h3 .txt {
	display: block;
	font-size: 32px;
	color: #0447ce;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}
.indexsec02 .inner h3 .en {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
.indexsec02 .inner .photoul {
	margin: 45px 0 30px;
	display: flex;
	justify-content: space-between;
}
.indexsec02 .inner .photoul li {
	width: 80px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.indexsec02 .inner .photoul .img {
	margin-bottom: 10px;
}
.indexsec02 .inner .photoul .img img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec02 .inner .photoul li:hover img {
	transform: rotateY(180deg);
}
.indexsec02 .inner .link {
	text-align: center;
}
.indexsec02 .inner .link a {
	min-width: 200px;
	border-radius: 30px;
	display: inline-block;
	color: #006ead;
	background-color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px;
}
.indexsec02 .inner .link a:hover {
	background-color: #0447ce;
	color: #fff;
}
.indexsec03 {
	padding: 0 60px 60px;
}
.indexsec03 .sliderbox {
	position: relative;
}
.indexsec03 .sliderbox .prev {
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -44px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec03 .sliderbox .prev:hover {
	transform: translateX(-10px);
}
.indexsec03 .sliderbox .next {
	position: absolute;
	right: -45px;
	top: 50%;
	margin-top: -44px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec03 .sliderbox .next:hover {
	transform: translateX(10px);
}
.comSlider li {
	width: 335px;
}
.comSlider .slick-slide {
	width: 335px;
	margin-right: 20px;
}
.comSlider p {
	padding: 8px 5px;
	text-align: center;
	font-size: 18px;
	color: #044de1;
	border: 1px solid #044de1;
	letter-spacing: 1px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comSlider .photo {
	height: 250px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.comSlider .photo img {
	width: 100%;
	height: auto;
}
.comSlider .photo:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	content: "";
	-webkit-transition: all .5s;
	transition: all .5s;
}
.comSlider a:hover .photo:before {
	top: 0;
}
.comSlider a:hover p {
	background-color: #044de1;
	color: #fff;
}
.indexsec04 {
	padding: 60px 0;
	background: url("/skin/images/bg01.png") no-repeat center center;
	background-size: cover;
}
.indexsec04 .comSlider p {
	background-color: #fff;
}
.indexsec05 {
	padding: 60px 0 40px;
	background-size: cover;
}
.indexsec05 ul {
	margin-top: -20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.indexsec05 ul li {
	margin-top: 20px;
	width: 47.5%;
}
.indexsec05 ul a {
	padding: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f6f6f6;
}
.indexsec05 ul a:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 7px;
	content: "";
	background-color: #044de1;
}
.indexsec05 ul a:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 7px;
	content: "";
	background-color: #0447ce;
	z-index: 3;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec05 ul .photo {
	width: 33%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.indexsec05 ul .photo img {
	width: 100%;
	height: auto;
}
.indexsec05 ul .photo:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec05 ul .txtbox {
	width: 63%;
}
.indexsec05 ul .txtbox h3 {
	margin-bottom: 5px;
	color: #044de1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec05 ul .txtbox .time {
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec05 ul .txtbox p {
	font-size: 14px;
	color: #999;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.indexsec05 ul a:hover {
	background-color: #044de1;
}
.indexsec05 ul a:hover h3,
.indexsec05 ul a:hover p,
.indexsec05 ul a:hover .time {
	color: #fff;
}
.indexsec05 ul a:hover:before {
	height: 100%;
}
.indexsec05 ul a:hover .photo:before {
	opacity: 1;
}

.comImg {
	background: url("/skin/images/mainimg.png") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.comImg .width {
	padding: 15px;
	max-width: 1430px;
	min-height: 450px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	flex-direction: row-reverse;
}
.comImg .photoImg {
	max-width: 593px;
}
.comImg .textBox {
	text-align: right;
	color: #fff;
}
.comImg .textBox .text {
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: bold;
}
.comImg .textBox .en {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.pagepath {
	margin-bottom: 40px;
	padding: 15px 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
	letter-spacing: 1px;
}
.pagepath a {
	font-size: 16px;
}
.pagepath img {
	margin: -5px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.pagepath a:hover {
	color: #0447ce;
}

.contactPage .imgbox {
	margin-bottom: 30px;
	display: flex;
}
.contactPage .imgbox .photo {
	width: 33.6%;
}
.contactPage .imgbox .photo img {
	width: 100%;
}
.contactPage .imgbox .txtbox {
	width: 66.4%;
	background-color: #eeeeee;
}
.contactPage .imgbox .txtbox {
	display: flex;
	align-items: center;
}
.contactPage .imgbox .txtbox p {
	padding: 10px 8%;
	line-height: 33px;
}
.contactPage .imgbox .txtbox span {
	margin-bottom: 10px;
	display: block;
	color: #044de1;
	font-size: 22px;
}
.contactPage .listul {
	display: flex;
	flex-wrap: wrap;
}
.contactPage .listul li {
	padding: 30px 5px 20px;
	margin: 0 1.86% 10px 0;
	width: 31.4%;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
}
.contactPage .listul li:nth-child(4n) {
	margin-right: 0;
}
.contactPage .listul .icon {
	width: 60px;
	margin: 0 auto 10px;
	position: relative;
}
.contactPage .listul .on {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.contactPage .listul img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contactPage .listul li:hover {
	background-color: #0447ce;
	color: #fff;
}
.contactPage .listul li:hover a {
	color: #fff;
}
.contactPage .listul li:hover .out {
	opacity: 0;
}
.contactPage .listul li:hover .on {
	opacity: 1;
	transform: rotateY(180deg);
}

/*pages*/
.pagination-wrapper{
margin: 30px 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:#0447ce;
}
.pagination li.thisclass {
background: #0447ce;
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;
}

.aboutPage h2 {
	text-align: center;
	margin-bottom: 30px;
	line-height: 22px;
}
.aboutPage h2 .en {
	display: block;
	color: rgba(162,162,162,0.12);
	font-size: 59px;
	font-weight: normal;
	font-family: Impact, "sans-serif";
}
.aboutPage h2 .txt {
	font-size: 35px;
	color: #0447ce;
}
.aboutPage p {
	line-height: 30px;
	text-align: justify;
	text-indent: 30px;
}
.aboutPage .photo {
	margin-top: 30px;
	text-align: center;
}

.comInfo {
	line-height: 30px;
}
.comInfo * {
	line-height: 30px !important;
	font-size: 16px !important;
	color: #666 !important;
}
.comInfo img {
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.comInner {
	line-height: 30px;
}
.comInner img {
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.comInner h2 {
	margin: 30px 0 10px;
	padding: 0 150px 5px 0;
	position: relative;
	font-size: 22px;
	border-bottom: 1px solid #333;
}
.comInner h2 span {
	padding-left: 10px;
	margin-left: 10px;
	font-size: 20px;
	line-height: 1;
	border-left: 1px solid #333;
	text-transform: uppercase;
}
.comInner h2:before {
	width: 140px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 5px;
	background: url("/skin/images/logo.png") no-repeat;
	background-size: 140px auto;
	content: "";
}

.pagelist {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.pagelist li {
	max-width: 49%;
}
.pagelist a:hover {
	color: #0447ce;
}

.headline02 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 28px;
	color: #333;
}

.newsUl a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #dddddd;
	padding: 20px 30px;
}
.newsUl li {
	margin-bottom: 20px;
}
.newsUl .photo {
	width: 23%;
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsUl .photo img {
	width: 100%;
	height: auto;
}
.newsUl .txtbox {
	width: 74%;
}
.newsUl .txtbox h2 {
	font-size: 20px;
	color: #044de1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.newsUl .time {
	margin-bottom: 5px;
	text-align: right;
	font-size: 14px;
}
.newsUl p {
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
.newsUl .link {
	margin-top: 10px;
	text-align: right;
}
.newsUl .link span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	min-width: 92px;
	background-color: #dddddd;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	padding: 5px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.newsUl a:hover {
	color: #fff;
	background-color: #0447ce;
}
.newsUl a:hover h2 {
	color: #fff;
}
.newsUl a:hover .link span {
	color: #0447ce;
}

.productPage .comUl .photo {
}

.fadeInUp.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.fadeInUp {
	opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}

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

.friendship {
	margin-bottom: -100px;
	padding: 20px 0 10px;
}
.friendship .comWidth {
	position: relative;
	padding-left: 100px;
}
.friendship .wenzi {
	position: absolute;
	left: 15px;
	top: 0;
}
.friendship ul {
	display: flex;
	flex-wrap: wrap;
}
.friendship li {
	margin: 0 20px 10px 0;
}
.friendship li a:hover {
	color: #0447ce;
}

@media all and (max-width: 991px) {
	#header {
		padding: 10px 15px;
		position: relative;
	}
	#header .width {
		max-width: inherit;
	}
	#header h1 {
		width: 180px;
		margin-top: 0;
		float: none;
	}
	#header .tel {
		display: none;
	}
	#header .navi {
		display: none;
		max-width: inherit;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: rgba(0,124,194,0.9);
		z-index: 500;
	}
	#header .navi ul {
		margin-right: 0;
		display: block;
	}
	#header .navi li {
		width: auto;
	}
	#header .navi li > a {
		padding: 10px 5px;
		height: auto;
		display: block;
		font-size: 16px;
		color: #fff;
	}
	#header .navi .info {
		display: none !important;
	}
	#header .menu {
		position: absolute;
		right: 15px;
		top: 14px;
	}
	.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: #044de1;
	  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);
	}
	#footer {
		margin-top: 30px;
	}
	#footer .fnavi {
		display: none;
	}
	#footer .bg {
		padding: 20px 15px;
	}
	#footer .bg .width {
		max-width: inherit;
		display: block;
	}
	#footer .flogo {
		width: 120px;
		margin: 0 auto 15px;
	}
	#footer .code {
		display: none;
	}
	#footer .cbox {
		max-width: inherit;
		letter-spacing: 0;
	}
	#footer .cbox .ttl {
		margin-bottom: 10px;
		font-size: 18px;
		text-align: center;
	}
	#footer .cbox li {
		margin-top: 8px;
	}
	#footer .cbox img {
		width: 20px;
		margin: -4px 5px 0 0;
	}
	#footer .copyright {
		padding: 5px 5px 65px;
		font-size: 13px;
	}
	#footer .copyright span {
		margin: 5px 0 0;
		display: block;
	}

	.headline01 {
		margin-bottom: 20px !important;
	}
	.headline01 img {
		height: 95px;
	}

	.comWidth {
		max-width: inherit !important;
	}

	.sidebar {
		margin-bottom: 10px;
		width: auto !important;
		float: none;
		border: none;
	}
	.sidebar .ttl {
		display: none;
	}
	.sidebar .linkul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sidebar .linkul li {
		width: 49%;
		margin-bottom: 10px;
		box-sizing: border-box;
		border: 1px solid #0447ce;
	}
	.sidebar .linkul a {
		padding: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		font-size: 14px;
		box-sizing: border-box;
	}
	.sidebar .title,
	.sidebar .txt,
	.sidebar .code {
		display: none;
	}
	.conts {
		width: auto !important;
		float: none;
	}
	.comUl {
		margin-top: 0;
		justify-content: space-between;
	}
	.comUl li {
		width: 49% !important;
		margin: 10px 0 0 !important;
	}
	.comUl .photo {
	}
	.comUl .photo:before {
		display: none;
	}
	.comUl p {
		padding: 5px;
	}

	.mainvisual {
		margin-bottom: 20px;
	}
	.mainvisual .swiper-pagination {
		bottom: 10px;
	}
	.mainvisual .swiper-pagination-bullet {
		width: 50px;
		height: 6px;
		margin: 0 10px !important;
	}
	.mainvisual .swiper-button-prev {
		width: 32px;
		height: 32px;
		left: 10px;
		margin-top: -16px;
		background-size: 32px 32px;
	}
	.mainvisual .swiper-button-prev:hover {
		transform: translateX(0);
	}
	.mainvisual .swiper-button-next {
		width: 32px;
		height: 32px;
		right: 10px;
		margin-top: -16px;
		background-size: 32px 32px;
	}
	.mainvisual .swiper-button-next:hover {
		transform: translateX(0);
	}
	.mainvisual .inn {
		max-width: inherit;
		min-height: 482px;
		padding: 20px 0;
		display: block;
		text-align: center;
	}
	.mainvisual .photoImg {
		max-width: 260px;
		margin: 0 auto;
	}
	.mainvisual .textImg {
		max-width: 260px;
		margin: 0 auto 10px;
	}
	.mainvisual .textImg .txt02 {
		margin: 10px 0 15px;
	}
	.mainvisual .inn01 .textImg {
		margin: 10px auto 0;
	}
	.mainvisual .inn01 .textImg .txt03 {
		margin-bottom: 10px;
	}
	.mainvisual .inn01 .textImg {
		text-align: center;
	}
	.mainvisual .inn02 .textImg {
		max-width: 260px;
	}

	.indexsec01 {
		margin-bottom: 30px;
	}
	#marquee {
		height: 600px;
	}
	.indexsec02 {
		margin-bottom: 30px;
	}
	.indexsec02 .bg {
		padding-bottom: 0;
	}
	.indexsec02 .bg:before {
		display: none;
	}
	.indexsec02 .info {
		width: auto;
		padding-left: 0;
	}
	.indexsec02 .inner {
		padding: 20px 15px;
		float: none;
		max-width: inherit;
	}
	.indexsec02 .inner .icon {
		display: none;
	}
	.indexsec02 .inner p {
		line-height: 1.6;
	}
	.indexsec02 .inner h3 {
		margin-bottom: 10px;
		line-height: 1.5;
		text-align: center;
	}
	.indexsec02 .inner h3 .txt {
		font-size: 20px;
	}
	.indexsec02 .inner .photoul {
		margin: 20px 0;
	}
	.indexsec02 .inner .photoul li {
		width: 60px;
		font-size: 14px;
	}
	.indexsec02 .inner .photoul .img {
		margin-bottom: 5px;
	}
	.indexsec03 {
		padding: 0 25px 30px;
	}
	.indexsec03 .sliderbox .prev {
		width: 18px;
		left: -30px;
		margin-top: -27px;
	}
	.indexsec03 .sliderbox .prev:hover {
		transform: translateX(0);
	}
	.indexsec03 .sliderbox .next {
		width: 18px;
		right: -30px;
		margin-top: -27px;
	}
	.indexsec03 .sliderbox .next:hover {
		transform: translateX(0);
	}
	.comSlider li {
		width: 200px;
	}
	.comSlider .slick-slide {
		width: 200px;
		margin-right: 10px;
	}
	.comSlider p {
		padding: 5px 5px;
		font-size: 15px;
	}
	.comSlider .photo {
		height: 150px;
	}
	.comSlider .photo:before {
		display: none;
	}
	.indexsec04 {
		padding: 30px 0;
	}
	.indexsec05 {
		padding: 30px 0 0;
		background: none;
	}
	.indexsec05 ul {
		margin-top: 0;
		display: block;
	}
	.indexsec05 ul li {
		margin-top: 15px;
		width: auto;
	}
	.indexsec05 ul a {
		padding: 15px;
		display: block;
	}
	.indexsec05 ul a:after,
	.indexsec05 ul a:before {
		display: none;
	}
	.indexsec05 ul .photo {
		width: auto;
		display: block;
	}
	.indexsec05 ul .txtbox {
		width: auto;
		margin-top: 10px;
	}
	.indexsec05 ul .txtbox h3 {
		text-align: center;
		font-size: 16px;
	}
	.indexsec05 ul .txtbox .time {
		text-align: center;
	}
	
	.pagepath {
		margin-bottom: 20px;
		padding: 10px 0 5px;
		font-size: 13px;
		letter-spacing: 0;
	}
	.pagepath a {
		font-size: 14px;
	}
	.pagepath img {
		width: 20px;
		margin: -3px 5px 0 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	.contactPage .imgbox {
		margin-bottom: 20px;
		display: block;
	}
	.contactPage .imgbox .photo {
		width: auto;
	}
	.contactPage .imgbox .txtbox {
		width: auto;
	}
	.contactPage .imgbox .txtbox {
		display: block;
	}
	.contactPage .imgbox .txtbox p {
		padding: 15px;
		line-height: 1.6;
	}
	.contactPage .imgbox .txtbox span {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.contactPage .listul {
		justify-content: space-between;
	}
	.contactPage .listul li {
		padding: 15px 5px 10px;
		margin: 0 0 10px;
		width: 49%;
		font-size: 14px;
	}
	.contactPage .listul .icon {
		width: 35px;
	}
	
	.pagination li a{
		font-size: 14px;
	}
	.pagination li.thisclass {
		font-size: 14px;
	}
	
	.aboutPage h2 {
		margin-bottom: 15px;
		line-height: 16px;
	}
	.aboutPage h2 .en {
		font-size: 30px;
	}
	.aboutPage h2 .txt {
		font-size: 20px;
	}
	.aboutPage p {
		line-height: 1.6;
	}
	.aboutPage .photo {
		margin-top: 20px;
	}
	
	.comInfo {
		line-height: 1.5;
	}
	.comInfo * {
		line-height: 1.5 !important;
		font-size: 14px !important;
	}
	
	.comInner {
		line-height: 1.5;
	}
	.comInner h2 {
		margin: 20px 0 10px;
		padding: 0 0 5px;
		font-size: 16px;
	}
	.comInner h2 span {
		padding-left: 8px;
		margin-left: 8px;
		font-size: 14px;
	}
	.comInner h2:before {
		display: none;
	}

	.pagelist {
		margin-top: 20px;
		display: block;
	}
	.pagelist li {
		margin-top: 5px;
		max-width: inherit;
	}
	
	.headline02 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	.newsUl a {
		display: block;
		padding: 15px;
	}
	.newsUl li {
		margin-bottom: 15px;
	}
	.newsUl .photo {
		width: auto;
		height: auto;
		display: block;
	}
	.newsUl .txtbox {
		margin-top: 10px;
		width: auto;
	}
	.newsUl .txtbox h2 {
		font-size: 17px;
		text-align: center;
	}
	.newsUl .time {
		font-size: 13px;
	}
	.newsUl .link {
		text-align: center;
	}
	.newsUl .link span {
		min-width: 100px;
	}
	
	.comImg .width {
		padding: 15px 15px 30px;
		max-width: inherit;
		min-height: inherit;
		display: block;
	}
	.comImg .photoImg {
		max-width: 593px;
	}
	.comImg .textBox {
		margin-bottom: 30px;
		text-align: center;
	}
	.comImg .textBox .text {
		font-size: 20px;
	}
	.comImg .textBox .en {
		font-size: 10px;
		line-height: 1.5;
	}
.pagination span {
		font-size: 14px;
	}
	.pagination a {
		margin: 0 3px 5px;
		min-width: 33px;
	}
	.pagination .page-status {
		margin-right: 8px;
	}
	
	.friendship {
		margin-bottom: -30px;
		padding: 20px 0 10px;
	}
	.friendship .comWidth {
		padding-left: 90px;
	}
	.friendship li {
		margin: 0 12px 10px 0;
	}
}

@media all and (min-width: 1201px) and (max-width: 1550px) {
	.indexsec01 .comUl .photo {
	}
	.comUl .photo:before {
		background-size: 100px auto;
	}
	#header .navi .info a {
		font-size: 14px;
	}
}

@media all and (min-width: 992px) and (max-width: 1366px) {
	#header h1 {
		margin-top: 40px;
		width: 180px;
	}
	#header .tel {
		margin-top: 32px;
		padding-left: 30px;
		background-size: 30px auto;
	}
	#header .tel .num {
		font-size: 28px;
	}
	#header .tel .hour {
		font-size: 12px;
	}
	#header .navi li > a {
		font-size: 16px;
	}
	.indexsec05 ul .photo:before {
		background-size: 60px auto;
	}
	.indexsec01 .comWidth {
		max-width: 100%;
	}
	.comUl .photo {
		height: 225px;
	}
	.comUl .photo:before {
		background-size: 100px auto;
	}
	.productPage .comUl .photo {
		height: 160px;
	}
	.comImg .textBox .text {
		font-size: 36px;
	}
	.comImg .photoImg {
		max-width: 550px;
	}
}

@media all and (min-width: 992px) and (max-width: 1200px) {
	.indexsec01 .comUl .photo {
	}
	.sidebar .linkul a {
		font-size: 16px;
	}
	.comImg .textBox .text {
		font-size: 32px;
	}
	.comImg .photoImg {
		max-width: 400px;
	}
	#header h1 {
		width: 160px;
	}
	#header .tel .num {
		font-size: 26px;
	}
	#header .navi li > a {
		font-size: 14px;
	}
	#header .navi .info a {
		font-size: 12px;
	}
}

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