@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%;
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../font/RobotoCondensed-Bold.eot'); /* IE9 Compat Modes */
    src: url('../font/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/RobotoCondensed-Bold.woff') format('woff'), /* Modern Browsers */
    url('../font/RobotoCondensed-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
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
------------------------------------------------------------*/
.mainVisual {
	position: relative;
}
.indexHeader {
	width: 290px;
	position: absolute;
	top: 0;
	left: 80px;
	z-index: 5;
}
.indexHeader .logo {
	height: 210px;
	box-sizing: border-box;
	padding: 38px 5px 10px;
	background-color: #fff;
	text-align: center;
}
.indexHeader .logo p {
	font-size: 24px;
	color: #005bac;
	letter-spacing: 3px;
	margin-top: 10px;
}
.indexHeader .navi {
	background-color: rgba(0,0,0,0.4);
}
.indexHeader .tel {
	padding: 10px 5px 0;
	height: 197px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
}
.indexHeader .tel p {
	margin-top: 10px;
	color: #005bac;
	font-size: 17px;
	letter-spacing: 2px;
}
.indexHeader .tel span {
	display: block;
	font-size: 36px;
	font-family: Impact, "sans-serif";
	line-height: 1.2;
}
.indexHeader .navi a {
	height: 68px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 50px;
	position: relative;
}
.indexHeader .navi a:before {
	width: 6px;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	content: "";
	background-color: #ef5203;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexHeader .navi span {
	display: inline-block;
	position: relative;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	padding: 0 50px;
}
.indexHeader .navi span img {
	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%);
}
.indexHeader .navi span:before {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url("../images/icon02.png") no-repeat;
	content: "";
	margin-top: -9px;
	transform: translateX(-15px);
	opacity: 0;
	-webkit-transition: all .5s;transition: all .5s;
}
.indexHeader .navi .on a,
.indexHeader .navi a:hover {
	background-color: rgba(0,0,0,0.3);
}
.indexHeader .navi .on a:before,
.indexHeader .navi a:hover:before {
	height: 100%;
}
.indexHeader .navi .on span:before,
.indexHeader .navi a:hover span:before {
	opacity: 1;
	transform: translateX(0);
}
.mainVisual .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mainVisual .swiper-slide .width {
	height: 1016px;
	box-sizing: border-box;
	position: relative;
}
.mainVisual .swiper-slide .width01 {
	padding: 135px 60px 0 425px;
}
.mainVisual .swiper-slide .width01 .ttl {
	max-width: 770px;
	height: 266px;
	width: 100%;
	position: relative;
	z-index: 2;
	background: url("../images/main01.png") no-repeat left top;
	background-size: 100% auto;
}
.mainVisual .swiper-slide .width01 .photo {
	position: absolute;
	right: 100px;
	left: 400px;
	bottom: -50px;
	z-index: 1;
	text-align: right;
	transform: translate(100px,-50px);
	-webkit-transition: all 1.5s;transition: all 1.5s;
}
.mainVisual .swiper-slide-active .width01 .photo {
	transform: translate(0);
}
.mainVisual .swiper-slide .width02 {
	padding: 180px 11% 0 400px;
}
.mainVisual .swiper-slide .width02 .ttl {
	text-align: right;
	position: relative;
	z-index: 2;
}
.mainVisual .swiper-slide .width02 .ttl > div {
	display: inline-block;
	text-align: center;
}
.mainVisual .swiper-slide .width02 .ttl .img {
	width: 570px;
	margin: 0 auto;
	height: 97px;
	background: url("../images/main04.png") no-repeat;
	background-size: 100% auto;
}
.mainVisual .swiper-slide .width02 .ttl p {
	margin-top: 30px;
	font-weight: bold;
	font-size: 22px;
	line-height: 35px;
	font-family: "思源黑体 CN";
}
.mainVisual .swiper-slide .width02 .photo {
	position: absolute;
	left: 395px;
	bottom: 0;
	right: 15px;
	z-index: 1;
	transform: translate(-100px,-50px);
	-webkit-transition: all 1.5s;transition: all 1.5s;
}
.mainVisual .swiper-slide-active .width02 .photo {
	transform: translate(0);
}
.mainVisual .swiper-slide .width03 {
	padding: 165px 60px 0 440px;
}
.mainVisual .swiper-slide .width03 .ttl {
	position: relative;
	z-index: 2;
}
.mainVisual .swiper-slide .width03 .ttl > div {
	text-align: center;
	display: inline-block;
}
.mainVisual .swiper-slide .width03 .ttl .img {
	width: 548px;
	height: 84px;
	margin: 0 auto;
	background: url("../images/main06.png") no-repeat;
	background-size: 100% auto;
}
.mainVisual .swiper-slide .width03 .ttl p {
	margin-top: 30px;
	color: #005bac;
	font-weight: bold;
	font-family: "思源黑体 CN";
	line-height: 32px;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
.mainVisual .swiper-slide .width03 .photo {
	position: absolute;
	left: 400px;
	bottom: 0;
	right: 10%;
	text-align: right;
	transform: translate(100px,-50px);
	-webkit-transition: all 1.5s;transition: all 1.5s;
}
.mainVisual .swiper-slide-active .width03 .photo {
	transform: translate(0);
}
.mainVisual .swiper-pagination {
	text-align: right;
	box-sizing: border-box;
	padding-right: 3%;
	bottom: 35px !important;
}
.mainVisual .swiper-pagination-bullet {
	width: 68px;
	height: 5px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	margin: 0 10px !important;
}
.mainVisual .swiper-pagination-bullet-active {
	background: #ef5203;
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.headline01 {
	margin-bottom: 35px;
	font-weight: normal;
}
.headline01 .en {
	display: block;
	font-family: 'RobotoCondensed-Bold';
	font-size: 73px;
	line-height: 73px;
	margin-bottom: 15px;
}
.headline01 .cn {
	font-size: 45px;
	color: #005bac;
}
.headline01 .cn img {
	margin: -5px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.indexsec01 {
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}
.indexsec01:before {
	position: absolute;
	top: 395px;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	background-color: #F5F5F5;
}
.indexsec01 .comWidth {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.indexsec01 .photobox {
	width: 63.7%;
	transform: translate(-100px,-50px);
	-webkit-transition: all 1s;transition: all 1s;
}
.indexsec01.active .photobox {
	transform: translate(0);
}
.indexsec01 .photobox img {
	width: 100%;
}
.indexsec01 .headline01 {
	margin-bottom: 165px;
}
.indexsec01 .txtbox {
	width: 32%;
	margin-top: 10px;
}
.indexsec01 .txtbox p {
	text-align: right;
	font-size: 46px;
	font-weight: bold;
}
.indexsec01 .txtbox .txt01 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 34px;
	color: #dddddd;
	font-family: Impact, "sans-serif";
	font-weight: normal;
	display: block;
	line-height: 40px;
}
.indexsec01 .txtbox .txt02 {
	margin-top: 10px;
	display: block;
	font-size: 46px;
	color: #666;
	font-weight: normal;
}
.indexsec01 .link {
	width: 90px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #005bac;
}
.indexsec01 .link a {
	color: #fff;
	display: block;
	text-align: center;
	height: 150px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 15px 0 0;
	letter-spacing: 1px;
}
.indexsec01 .link a:hover {
	background-color: #EF5203;
}
.indexsec01 .link:before {
	width: 27px;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: url("../images/icon04.png") no-repeat;
}
.indexsec02 {
	margin: 100px 0 120px;
}
.indexsec02 ul {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
}
.indexsec02 ul li {
	width: 31.43%;
	margin: 30px 2.855% 0 0;
}
.indexsec02 ul li:nth-child(3n) {
	margin-right: 0;
}
.indexsec02 ul a {
	height: 100%;
	display: block;
	background-color: #005bac;
}
.indexsec02 ul .photo {
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	height: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
.indexsec02 ul .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec02 ul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec02 ul p {
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
}
.indexsec02 ul a:hover {
	background-color: #EF5203;
}
.comLink {
	text-align: center;
}
.comLink a {
	display: inline-block;
	width: 180px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	background-color: #005bac;
	padding: 15px 5px;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.comLink a img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
	-webkit-transition: all .5s;transition: all .5s;
}
.comLink a:hover {
	background-color: #EF5203;
}
.comLink a:hover img {
	margin-left: 20px;
}
.indexsec03 {
	margin-bottom: 100px;
}
.indexsec03 .imgbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexsec03 .imgbox .lbox {
	width: 52%;
	position: relative;
}
.indexsec03 .imgbox .comLink {
	position: absolute;
	right: 0;
	top: 120px;
}
.indexsec03 .imgbox .lbox .text {
	font-size: 18px;
	color: #666;
	line-height: 34px;
	text-indent: 1em;
	text-align: justify;
	margin-bottom: 40px;
}
.indexsec03 .imgbox .lbox ul {
	display: flex;
	justify-content: space-between;
}
.indexsec03 .imgbox .lbox ul li {
	text-align: center;
}
.indexsec03 .imgbox .lbox ul img {
	-webkit-transition: all .5s;transition: all .5s;
}
.indexsec03 .imgbox .lbox ul li:hover img {
	transform: rotateY(360deg);
}
.indexsec03 .imgbox .lbox ul p {
	margin-top: 20px;
	font-size: 26px;
}
.indexsec03 .imgbox .rbox {
	width: 40.5%;
	position: relative;
}
.indexsec03 .imgbox .rbox:before {
	position: absolute;
	left: -20px;
	top: -20px;
	right: 20px;
	bottom: 20px;
	content: "";
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.indexsec03 .imgbox .swiper-slide a {
	height: 404px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	background: url("../images/photo03.jpg") no-repeat center center;
	background-size: cover;
	display: block;
}
.indexsec03 .imgbox .swiper-slide .img02 {
	background-image: url("../images/photo13.jpg");
}
.indexsec03 .imgbox .swiper-slide .img03 {
	background-image: url("../images/photo14.jpg");
}
.indexsec03 .imgbox .swiper-slide .img04 {
	background-image: url("../images/photo15.jpg");
}
.indexsec03 .imgbox .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #999;
	margin: 0 10px !important;
}
.indexsec03 .imgbox .swiper-pagination-bullet-active {
	background: #ef5203;
}
.indexsec03 .imgbox .swiper-pagination {
	bottom: -45px !important;
}
.indexsec04 {
	padding: 0 80px 100px;
}
.indexsec04 .sliderbox {
	max-width: 1400px;
	margin: 0 auto 60px;
	position: relative;
}
.indexsec04 .swiper-slide {
	width: 298px;
}
.indexsec04 .swiper-slide a {
	display: block;
	height: 420px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.indexsec04 .swiper-slide a:hover {
	opacity: 0.7;
}
.indexsec04 .swiper-button-next:after,
.indexsec04 .swiper-button-prev:after {
	display: none;
}
.indexsec04 .swiper-button-next,
.indexsec04 .swiper-button-prev {
	width: 39px;
	height: 39px;
	margin-top: -20px;
}
.indexsec04 .swiper-button-next {
	right: -70px;
	background: url("../images/icon11.png") no-repeat center center;
	background-size: 100% 100%;
}
.indexsec04 .swiper-button-prev {
	left: -70px;
	background: url("../images/icon10.png") no-repeat center center;
	background-size: 100% 100%;
}
.indexsec05 {
	padding: 50px 0 100px;
	position: relative;
}
.indexsec05 .bg {
	width: 100%;
	height: 626px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/bg01.jpg") no-repeat center center;
	background-size: cover;
}
.indexsec05 .comWidth {
	position: relative;
	z-index: 2;
}
.indexsec05 .headline01 {
	color: #fff;
}
.indexsec05 .headline01 .cn {
	color: #fff;
}
.indexsec05 .comLink {
	position: absolute;
	right: 15px;
	top: 60px;
}
.indexsec05 .comLink a {
	background-color: #fff;
	color: #005bac;
}
.indexsec05 .sliderbox {
	position: relative;
	padding-top: 17px;
}
.indexsec05 .swiper-container {
	height: 620px;
}
.indexsec05 .swiper-slide {
    height: calc((100% - 30px) / 2);
}
.indexsec05 .swiper-pagination {
	width: 100%;
	right: 0;
	top: -20px;
	height: 15px;
	text-align: right;
}
.indexsec05 .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: rgba(255,255,255,0.5);
	margin-left: 20px;
}
.indexsec05 .swiper-pagination-bullet-active {
	background: #ef5203;
}
.indexsec05 .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.indexsec05 .swiper-slide a img {
    width: 100%;
    min-height: 295px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexsec05 .swiper-slide a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.indexsec06 {
	margin-bottom: 100px;
}
.indexsec06 .comWidth {
	position: relative;
}
.indexsec06 .comLink {
	position: absolute;
	right: 15px;
	top: 100px;
}
.indexsec06 .swiper-slide a {
	display: block;
	border: 1px solid #ddd;
	padding: 25px 7%;
}
.indexsec06 .swiper-slide .note {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'RobotoCondensed-Bold';
}
.indexsec06 .swiper-slide .time {
	color: #ef5203;
	font-size: 30px;
	letter-spacing: 1px;
}
.indexsec06 .swiper-slide .time span {
	font-size: 44px;
}
.indexsec06 .swiper-slide .num {
	padding-left: 25px;
	font-size: 18px;
	color: #999;
	background: url("../images/icon14.png") no-repeat left center;
}
.indexsec06 .swiper-slide h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.indexsec06 .swiper-slide p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.indexsec06 .sliderbox {
	position: relative;
	padding-top: 20px;
}
.indexsec06 .sliderbox .swiper-pagination {
	position: absolute;
	right: 0;
	top: -10px;
	width: 100%;
	text-align: right;
}
.indexsec06 .sliderbox .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #ddd;
	margin-left: 15px;
}
.indexsec06 .sliderbox .swiper-pagination-bullet-active {
	background: #ef5203;
}
.indexsec06 .swiper-slide a:hover {
	border-color: #ef5203;
}
.indexsec06 .swiper-slide a:hover h3 {
	color: #ef5203;
}
.indexsec07 {
	display: flex;
}
.indexsec07 .lbox {
	width: 50%;
	background: url("../images/photo06.jpg") no-repeat center center;
	background-size: cover;
}
.indexsec07 .rbox {
	width: 50%;
	padding: 70px 6%;
	box-sizing: border-box;
	color: #fff;
	background: #005bac url("../images/bg02.png") no-repeat right top;
}
.indexsec07 .rbox h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 40px;
}
.indexsec07 .rbox ul {
	display: flex;
}
.indexsec07 .rbox ul li {
	font-size: 18px;
	margin-right: 30px;
}
.indexsec07 .rbox ul li:last-child {
	margin-right: 0;
}
.indexsec07 .rbox ul span {
	margin: 0 0 0 10px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	color: #005bac;
	font-weight: bold;
	background-color: #fff;
	border-radius: 100%;
}
.indexsec07 .rbox ul li:hover span {
	background-color: #ef5203;
	color: #fff;
}
.indexsec07 .rbox .tel {
	padding-left: 70px;
	background: url("../images/icon15.png") no-repeat left center;
	font-size: 40px;
	font-family: Impact, "sans-serif";
	letter-spacing: 1px;
	margin-top: 40px;
}
#footer {
	background: url("../images/bg03.jpg") no-repeat center center;
	background-size: cover;
}
#footer .flogo {
	padding: 40px 0;
	text-align: center;
}
#footer .width {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	box-sizing: border-box;
	padding: 50px 5px;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#footer .code {
	max-width: 194px;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 10px;
}
#footer ul {
	width: 81%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-left: 10px;
}
#footer ul img {
	-webkit-transition: all .5s;transition: all .5s;
}
#footer ul li:hover img {
	transform: translateY(-10px);
}
#footer ul p {
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
}
#footer ul a {
	margin-top: 0;
	font-size: 26px;
	color: #fff;
	font-family: Impact, "sans-serif";
	display: inline-block;
	letter-spacing: 1px;
}
#footer ul .txt01 {
	display: block;
	color: rgba(255,255,255,0.5);
}
#footer ul .txt02 {
	margin-top: 10px;
	display: block;
	line-height: 33px;
	font-weight: bold;
}
#footer .copyright {
	padding: 20px 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;
}
/*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:#14387e;
}
.pagination li.thisclass {
background: #14387e;
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;
}
.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;
}
#header {
	padding: 0 15px;
}
#header .width {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .navi {
	width: 78%;
	display: flex;
	justify-content: space-between;
}
#header .navi a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 2px;
	padding: 5px 5px 2px;
	border-bottom: 3px solid transparent;
}
#header .navi .on a,
#header .navi a:hover {
	color: #14387e;
	border-bottom-color: #14387e;
}
.comImg {
	margin-bottom: 100px;
}
.comImg img {
	width: 100%;
}
.headline02 {
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.headline02 .en {
	display: block;
	font-size: 66px;
	color: rgba(0,0,0,0.08);
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1;
}
.headline02 .txt {
	font-weight: normal;
	margin-top: -30px;
	display: block;
	font-size: 36px;
	color: #005bac;
	padding-bottom: 20px;
}
.headline02:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 320px;
	height: 2px;
	background-color: #ddd;
	margin-left: -160px;
}
.headline02:after {
	position: absolute;
	left: 50%;
	bottom: -1px;
	content: "";
	width: 94px;
	height: 4px;
	background-color: #ef0611;
	margin-left: -47px;
}
.honorPage {
	margin-bottom: 100px;
}
.honorPage .photoul {
	display: flex;
	flex-wrap: wrap;
}
.honorPage .photoul li {
	width: 22.5%;
	margin: 0 3.33% 30px 0;
}
.honorPage .photoul li:nth-child(4n) {
	margin-right: 0;
}
.honorPage .photoul a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 440px;
}
.honorPage .photoul a:hover {
	opacity: 0.7;
}
.honorPage .photoul img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.contactPage {
	margin-bottom: 100px;
}
.contactPage .txtul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.contactPage .txtul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 31.5%;
	background-color: #005bac;
	box-sizing: border-box;
	padding: 25px 5px;
	color: #fff;
}
.contactPage .txtul .inner {
	position: relative;
	padding-left: 60px;
	letter-spacing: 1px;
}
.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;
}
.contactPage #allmap {
	height: 630px;
	width: 100%;
}
.aboutPage {
	margin-bottom: 100px;
}
.aboutPage .sec01 {
	margin-bottom: 100px;
}
.aboutPage .sec01 .photobox {
	width: 35.4%;
	float: right;
	position: relative;
}
.aboutPage .sec01 .photobox:before {
	position: absolute;
	left: -15px;
	top: -15px;
	right: 15px;
	bottom: 15px;
	content: "";
	border: 2px solid #9C9C9C;
}
.aboutPage .sec01 .photobox img {
	width: 100%;
	position: relative;
	z-index: 2;
}
.aboutPage .sec01 .txtbox {
	float: left;
	width: 60%;
}
.aboutPage .sec01 .txtbox p {
	text-indent: 1em;
	line-height: 38px;
	text-align: justify;
}
.aboutPage .sec02 h3 {
	margin-bottom: 30px;
	font-size: 30px;
	letter-spacing: 2px;
}
.aboutPage .sec02 h3 span {
	display: block;
	color: #666;
	font-size: 23px;
	font-weight: normal;
	position: relative;
	padding-top: 15px;
	margin-top: 15px;
}
.aboutPage .sec02 h3 span:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 3px;
	background-color: #ef0611;
	width: 95px;
}
.aboutPage .sec02 ul li {
	display: flex;
}
.aboutPage .sec02 ul li:first-child {
	margin-bottom: 40px;
	flex-direction: row-reverse;
}
.aboutPage .sec02 ul .photobox {
	width: 63.8%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.aboutPage .sec02 ul .photobox img {
	width: 100%;
}
.aboutPage .sec02 ul .txtbox {
	width: 36.2%;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 50px 4%;
}
.aboutPage .sec02 ul .txtbox h4 {
	font-size: 30px;
	font-weight: normal;
	position: relative;
	padding-right: 65px;
	margin-bottom: 20px;
}
.aboutPage .sec02 ul .txtbox h4 span {
	display: block;
	font-size: 24px;
	color: #999;
	margin-top: 5px;
}
.aboutPage .sec02 ul .txtbox h4 img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.aboutPage .sec02 ul .txtbox p {
	font-size: 18px;
	line-height: 33px;
	text-align: justify;
}
.casePage {
	margin-bottom: 100px;
}
.casePage .listul {
	display: flex;
	flex-wrap: wrap;
}
.casePage .listul li {
	width: 31.8%;
	margin: 0 2.3% 30px 0;
}
.casePage .listul li:nth-child(3n) {
	margin-right: 0;
}
.casePage .listul a {
	display: block;
	height: 295px;
	overflow: hidden;
}
.casePage .listul img {
	width: 100%;
	min-height: 295px;
}
.casePage .listul a:hover {
	opacity: 0.7;
}
.headline03 {
	text-align: center;
	font-size: 36px;
	color: #005bac;
	margin-bottom: 40px;
}
.comInfo img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.comInfo {
	color: #666;
	font-size: 18px;
	line-height: 40px;
}
.comInfo * {
	color: #666 !important;
	font-size: 18px !important;
	line-height: 40px !important;
}
.comLine {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comLine li {
	max-width: 49%;
}
.comLine a {
	font-size: 22px;
	color: #666;
	display: block;
}
.comLine a:hover {
	color: #005bac;
}
.newsPage {
	margin-bottom: 100px;
}
.newsPage .listul a {
	display: block;
	padding: 35px 15px;
}
.newsPage .listul .width {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsPage .listul .photobox {
	width: 23.2%;
	height: 215px;
	overflow: hidden;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsPage .listul .photobox img {
	width: 100%;
	min-height: 215px;
}
.newsPage .listul .txtbox {
	width: 72%;
}
.newsPage .listul .txtbox h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.newsPage .listul .txtbox .note {
	display: flex;
	font-size: 14px;
	margin-bottom: 10px;
	color: #999;
}
.newsPage .listul .txtbox .note img {
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}
.newsPage .listul .txtbox .time {
	margin-right: 30px;
}
.newsPage .listul .txtbox p {
	color: #666;
	line-height: 26px;
	margin-bottom: 20px;
}
.newsPage .listul .txtbox .link {
	width: 180px;
	border-radius: 50px;
	background-color: #005bac;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px 5px;
	box-sizing: border-box;
}
.newsPage .listul .txtbox .link img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
}
.newsPage .listul li a:hover .photobox {
	transform: translateX(10px);
}
.newsPage .listul li a:hover {
	background-color: #F5F5F5;
}
.productPage {
	background-color: #F5F5F5;
	padding-bottom: 100px;
}
.productPage .listul {
	display: flex;
	flex-wrap: wrap;
}
.productPage .listul li {
	width: 23.7%;
	margin: 0 1.73% 30px 0;
}
.productPage .listul li:nth-child(4n) {
	margin-right: 0;
}
.productPage .listul a {
	display: block;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.productPage .listul h3 {
	padding: 10px 5px;
	text-align: center;
	font-size: 18px;
	color: #005bac;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	-webkit-transition: all .5s;transition: all .5s;
}
.productPage .listul p {
	padding: 15px 8%;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.productPage .listul .photo {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
.productPage .listul .photo img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.productPage .listul a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.productPage .listul a:hover h3 {
	border-bottom-color: #ef0611;
}
.productPage.detail {
	background-color: #fff;
}
.productPage .otherbox {
	margin-top: 100px;
}
.productPage .otherbox h2 {
	margin-bottom: 30px;
	font-size: 37px;
}
.productPage .otherbox .swiper-slide p {
	background-color: #005bac;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
}
.productPage .otherbox .swiper-slide .photo {
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.productPage .otherbox .swiper-slide .photo img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.productPage .otherbox .swiper-slide a {
	display: block;
}
.productPage .otherbox .swiper-slide a:hover p {
	background-color: #ef5203;
}
.comWhite {
	margin: -560px 100px 0;
	background-color: #fff;
	padding-top: 50px;
	position: relative;
	z-index: 2;
}

@media all and (min-width: 1351px) and (max-width: 1850px) {
	.comWhite {margin-top: -420px;}
}

@media all and (min-width: 992px) and (max-width: 1350px) {
	.comWhite {margin-top: -320px;}
	.indexHeader {left: 0;}
	.mainVisual .swiper-slide .width01 {padding-left: 300px;}
	.mainVisual .swiper-slide .width01 .photo {left: 300px;bottom: 0;right: 60px;}
	.mainVisual .swiper-slide .width02 {padding-left: 300px;padding-right: 6%;}
	.mainVisual .swiper-slide .width02 .photo {left: 300px;}
	.mainVisual .swiper-slide .width03 {padding-left: 300px;}
	.mainVisual .swiper-slide .width03 .photo {left: 300px;right: 60px;}
	.indexsec01 .headline01 {margin-bottom: 80px;}
	.indexsec01 .link a {height: 120px;}
	.indexsec05 .swiper-slide a img {min-height: 210px;}
	.indexsec05 .swiper-container {height: 450px;}
	.honorPage .photoul a {height: 310px;}
	.casePage .listul img {min-height: 210px;}
	.casePage .listul a {height: 210px;}
	.newsPage .listul .photobox img {min-height: 150px;}
	.newsPage .listul .photobox {height: 150px;}
}

@media all and (max-width: 991px) {
	.comWhite {
		margin: 0;
		padding-top: 0;
	}
	.indexHeader {
		width: auto;
		position: relative;
		top: inherit;
		left: inherit;
		background-color: #fff;
		padding: 15px;
	}
	.indexHeader .logo {
		height: auto;
		padding: 0;
		text-align: left;
		width: 150px;
	}
	.indexHeader .logo p {
		display: none;
	}
	.indexHeader .navi {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #fff;
		z-index: 100;
	}
	.indexHeader .tel {
		display: none;
	}
	.indexHeader .navi a {
		height: auto;
		display: block;
		padding: 13px 5px;
		text-align: center;
	}
	.indexHeader .navi a:before {
		display: none;
	}
	.indexHeader .navi span {
		font-size: 16px;
		color: #333;
		padding: 0;
	}
	.indexHeader .navi span img {
		display: none;
	}
	.indexHeader .navi span:before {
		display: none;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 20px;
		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 .swiper-slide .width {
		height: 500px;
	}
	.mainVisual .swiper-slide .width01 {
		padding: 50px 15px 0;
	}
	.mainVisual .swiper-slide .width01 .ttl {
		margin-bottom: 30px;
		max-width: 345px;
		height: 120px;
	}
	.mainVisual .swiper-slide .width01 .photo {
		position: static;
		right: inherit;
		left: inherit;
		bottom: inherit;
	}
	.mainVisual .swiper-slide .width01 .photo img {
		max-height: 280px;
	}
	.mainVisual .swiper-slide .width02 {
		padding: 50px 15px 0;
	}
	.mainVisual .swiper-slide .width02 .ttl {
		margin: 0 -5px 30px;
	}
	.mainVisual .swiper-slide .width02 .ttl p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.5;
	}
	.mainVisual .swiper-slide .width02 .ttl .img {
		height: 50px;
		width: 100%;
		max-width: 294px;
	}
	.mainVisual .swiper-slide .width02 .photo {
		position: static;
		left: inherit;
		bottom: inherit;
		right: inherit;
		z-index: 1;
	}
	.mainVisual .swiper-slide .width02 .photo img {
		max-height: 230px;
	}
	.mainVisual .swiper-slide .width03 {
		padding: 20px 15px 0;
	}
	.mainVisual .swiper-slide .width03 .ttl {
		margin-bottom: 10px;
	}
	.mainVisual .swiper-slide .width03 .ttl p {
		margin-top: 10px;
		line-height: 1.5;
	}
	.mainVisual .swiper-slide .width03 .ttl .img {
		width: 100%;
		max-width: 260px;
		height: 40px;
	}
	.mainVisual .swiper-slide .width03 .photo {
		position: static;
		left: inherit;
		bottom: inherit;
		right: inherit;
	}
	.mainVisual .swiper-slide .width03 .photo img {
		max-height: 274px;
	}
	.mainVisual .swiper-pagination {
		text-align: center;
		padding-right: 0;
		bottom: 10px !important;
	}
	.mainVisual .swiper-pagination-bullet {
		width: 50px;
		height: 4px;
	}
	.comWidth {
		max-width: inherit;
	}
	.headline01 {
		margin-bottom: 15px !important;
	}
	.headline01 .en {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 5px;
	}
	.headline01 .cn {
		font-size: 22px;
	}
	.headline01 .cn img {
		margin: -2px 0 0 15px;
		width: 24px;
	}
	.indexsec01 {
		padding: 40px 0;
	}
	.indexsec01:before {
		top: 405px;
	}
	.indexsec01 .comWidth {
		display: block;
	}
	.indexsec01 .photobox {
		width: auto;
		transform: translate(-50px,-20px);
	}
	.indexsec01 .txtbox {
		width: auto;
	}
	.indexsec01 .txtbox p {
		font-size: 23px;
	}
	.indexsec01 .txtbox .txt01 {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 1.5;
	}
	.indexsec01 .txtbox .txt02 {
		margin-top: 5px;
		font-size: 23px;
	}
	.indexsec01 .link {
		width: 80px;
		right: inherit;
		left: 0;
	}
	.indexsec01 .link a {
		height: 90px;
		padding: 10px 0 0;
		letter-spacing: 0;
	}
	.indexsec01 .link:before {
		width: 13px;
		height: 50px;
		background-size: 13px auto;
	}
	.indexsec02 {
		margin: 40px 0;
	}
	.indexsec02 ul {
		margin-top: 0;
		justify-content: space-between;
	}
	.indexsec02 ul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.indexsec02 ul .photo {
		height: 140px;
	}
	.indexsec02 ul p {
		padding: 5px 0;
		font-size: 14px;
	}
	.comLink a {
		font-size: 14px;
		padding: 10px 5px;
	}
	.comLink a img {
		width: 25px;
	}
	.comLink a:hover img {
		margin-left: 10px;
	}
	.indexsec03 {
		margin-bottom: 60px;
	}
	.indexsec03 .imgbox {
		display: block;
	}
	.indexsec03 .imgbox .lbox {
		width: auto;
	}
	.indexsec03 .imgbox .comLink {
		position: static;
		right: inherit;
		top: inherit;
	}
	.indexsec03 .imgbox .lbox .text {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.indexsec03 .imgbox .lbox ul {
		margin-bottom: 20px;
	}
	.indexsec03 .imgbox .lbox ul img {
		height: 40px;
	}
	.indexsec03 .imgbox .lbox ul p {
		margin-top: 10px;
		font-size: 14px;
	}
	.indexsec03 .imgbox .rbox {
		margin-top: 30px;
		width: auto;
	}
	.indexsec03 .imgbox .rbox:before {
		left: -10px;
		top: -10px;
		right: 10px;
		bottom: 10px;
	}
	.indexsec03 .imgbox .swiper-slide a {
		height: 250px;
	}
	.indexsec03 .imgbox .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
	.indexsec03 .imgbox .swiper-pagination {
		bottom: -25px !important;
	}
	.indexsec04 {
		padding: 0 40px 40px;
	}
	.indexsec04 .sliderbox {
		max-width: inherit;
		margin: 0 auto 20px;
	}
	.indexsec04 .swiper-slide {
		width: 140px;
	}
	.indexsec04 .swiper-slide a {
		height: 200px;
	}
	.indexsec04 .swiper-button-next,
	.indexsec04 .swiper-button-prev {
		width: 26px;
		height: 26px;
		margin-top: -13px;
	}
	.indexsec04 .swiper-button-next {
		right: -30px;
	}
	.indexsec04 .swiper-button-prev {
		left: -30px;
	}
	.indexsec05 {
		padding: 40px 0;
	}
	.indexsec05 .bg {
		height: 300px;
	}
	.indexsec05 .comLink {
		top: 15px;
	}
	.indexsec05 .swiper-container {
		height: 485px;
	}
	.indexsec05 .swiper-slide {
		height: calc((100% - 15px) / 2);
	}
	.indexsec05 .swiper-pagination {
		top: -10px;
		height: 10px;
	}
	.indexsec05 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin-left: 10px;
	}
	.indexsec05 .swiper-slide a img {
		min-height: 235px;
	}
	.indexsec06 {
		margin-bottom: 40px;
	}
	.indexsec06 .comLink {
		margin-top: 10px;
		position: static;
		right: inherit;
		top: inherit;
	}
	.indexsec06 .swiper-slide a {
		padding: 15px;
	}
	.indexsec06 .swiper-slide .time {
		font-size: 18px;
	}
	.indexsec06 .swiper-slide .time span {
		font-size: 24px;
	}
	.indexsec06 .swiper-slide .num {
		padding-left: 20px;
		font-size: 16px;
		background-size: 14px auto;
	}
	.indexsec06 .sliderbox .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin-left: 10px;
	}
	.indexsec07 {
		display: block;
	}
	.indexsec07 .lbox {
		width: auto;
		background: none;
	}
	.indexsec07 .lbox img {
		width: 100%;
	}
	.indexsec07 .rbox {
		width: auto;
		padding: 25px 15px;
	}
	.indexsec07 .rbox h2 {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
	}
	.indexsec07 .rbox ul {
		justify-content: center;
	}
	.indexsec07 .rbox ul li {
		font-size: 16px;
		text-align: center;
		margin: 0 10px !important;
	}
	.indexsec07 .rbox ul span {
		margin: 5px auto 0;
		font-size: 20px;
		display: block;
	}
	.indexsec07 .rbox .tel {
		display: none;
	}
	#footer .flogo {
		padding: 30px 0;
	}
	#footer .flogo img {
		width: 120px;
	}
	#footer .width {
		max-width: inherit;
		display: block;
		padding: 0;
		margin: 0 15px;
		border-top: none;
	}
	#footer .code {
		display: none;
	}
	#footer ul {
		width: auto;
		display: block;
		padding-left: 0;
	}
	#footer ul li {
		margin-bottom: 20px;
		padding-left: 40px;
		position: relative;
	}
	#footer ul img {
		width: 30px;
		position: absolute;
		left: 0;
		top: 0;
	}
	#footer ul p {
		margin-top: 0;
		font-size: 16px;
	}
	#footer ul a {
		margin-top: 5px;
		font-size: 20px;
	}
	#footer ul .txt01 {
		display: inline-block;
		margin-left: 10px;
	}
	#footer ul .txt02 {
		margin-top: 5px;
		line-height: 1.5;
	}
	#footer .copyright {
		padding: 15px 5px 75px;
	}
	#footer .copyright span {
		display: block;
		margin: 5px 0 0;
	}
	#footer .qyrz {
		margin: 5px 0 0;
	}
	.pagination li a{
		font-size: 14px;
	}
	.pagination li.thisclass {
		font-size: 14px;
	}
	.pagination span {
		font-size: 14px;
	}
	.pagination a {
		margin: 0 3px 5px;
		min-width: 33px;
	}
	.pagination .page-status {
		margin-right: 8px;
	}
	#header {
		padding: 15px;
		position: relative;
	}
	#header h1 {
		width: 150px;
	}
	#header .width {
		max-width: inherit;
		display: block;
	}
	#header .navi {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 100;
		background-color: #fff;
	}
	#header .navi a {
		display: block;
		height: auto;
		padding: 15px 5px;
		border-bottom: none;
		font-size: 16px;
	}
	#header .navi .on a,
	#header .navi a:hover {
		color: #333;
		background-color: rgba(0,0,0,0.3);
	}
	.comImg {
		margin-bottom: 40px;
	}
	.headline02 {
		margin-bottom: 25px;
	}
	.headline02 .en {
		font-size: 30px;
		letter-spacing: 3px;
	}
	.headline02 .txt {
		margin-top: -15px;
		font-size: 20px;
		padding-bottom: 10px;
	}
	.headline02:before {
		width: 160px;
		margin-left: -80px;
	}
	.headline02:after {
		width: 50px;
		margin-left: -25px;
	}
	.honorPage {
		margin-bottom: 40px;
	}
	.honorPage .photoul {
		justify-content: space-between;
	}
	.honorPage .photoul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.honorPage .photoul a {
		height: 230px;
	}
	.contactPage {
		margin-bottom: 40px;
	}
	.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;
	}
	.contactPage #allmap {
		height: 300px;
	}
	.aboutPage {
		margin-bottom: 40px;
	}
	.aboutPage .sec01 {
		margin-bottom: 40px;
	}
	.aboutPage .sec01 .photobox {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.aboutPage .sec01 .photobox:before {
		left: -5px;
		top: -5px;
		right: 5px;
		bottom: 5px;
	}
	.aboutPage .sec01 .txtbox {
		float: none;
		width: auto;
	}
	.aboutPage .sec01 .txtbox p {
		line-height: 1.6;
	}
	.aboutPage .sec02 h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.aboutPage .sec02 h3 span {
		font-size: 16px;
		padding-top: 5px;
		margin-top: 5px;
	}
	.aboutPage .sec02 h3 span:before {
		height: 2px;
		width: 50px;
	}
	.aboutPage .sec02 ul li {
		display: block;
	}
	.aboutPage .sec02 ul li:first-child {
		margin-bottom: 20px;
	}
	.aboutPage .sec02 ul .photobox {
		width: auto;
		background: none !important;
	}
	.aboutPage .sec02 ul .txtbox {
		width: auto;
		padding: 15px;
	}
	.aboutPage .sec02 ul .txtbox h4 {
		font-size: 20px;
		padding-right: 40px;
		margin-bottom: 10px;
	}
	.aboutPage .sec02 ul .txtbox h4 span {
		font-size: 16px;
		margin-top: 0;
	}
	.aboutPage .sec02 ul .txtbox h4 img {
		height: 36px;
	}
	.aboutPage .sec02 ul .txtbox p {
		font-size: 14px;
		line-height: 1.6;
	}
	.casePage {
		margin-bottom: 40px;
	}
	.casePage .listul {
		justify-content: space-between;
	}
	.casePage .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.casePage .listul a {
		height: 112px;
	}
	.casePage .listul img {
		min-height: 112px;
	}
	.headline03 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.comInfo {
		font-size: 14px;
		line-height: 1.6;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
	.comLine {
		margin-top: 20px;
	}
	.comLine a {
		font-size: 14px;
	}
	.newsPage {
		margin-bottom: 40px;
	}
	.newsPage .listul a {
		padding: 15px;
	}
	.newsPage .listul .width {
		max-width: inherit;
		display: block;
	}
	.newsPage .listul .photobox {
		width: auto;
		height: auto;
		margin-bottom: 10px;
	}
	.newsPage .listul .photobox img {
		min-height: inherit;
	}
	.newsPage .listul .txtbox {
		width: auto;
	}
	.newsPage .listul .txtbox h3 {
		font-size: 18px;
		text-align: center;
	}
	.newsPage .listul .txtbox .note {
		justify-content: center;
	}
	.newsPage .listul .txtbox .note img {
		height: 15px;
		margin: -5px 5px 0 0;
	}
	.newsPage .listul .txtbox .time {
		margin-right: 25px;
	}
	.newsPage .listul .txtbox p {
		margin-bottom: 10px;
	}
	.newsPage .listul .txtbox .link {
		padding: 10px 5px;
		margin: 0 auto;
	}
	.newsPage .listul .txtbox .link img {
		width: 25px;
		margin: -3px 0 0 10px;
	}
	.newsPage .listul li a:hover .photobox {
		transform: translateX(0);
	}
	.productPage {
		padding-bottom: 40px;
	}
	.productPage .listul {
		justify-content: space-between;
	}
	.productPage .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.productPage .listul h3 {
		padding: 5px;
		font-size: 16px;
	}
	.productPage .listul p {
		padding: 10px;
	}
	.productPage .listul .photo {
		height: 130px;
	}
	.productPage .otherbox {
		margin-top: 40px;
	}
	.productPage .otherbox h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.productPage .otherbox .swiper-slide p {
		padding: 5px;
	}
	.productPage .otherbox .swiper-slide .photo {
		height: 120px;
	}
}

@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(../images/kefu.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t{overflow: hidden;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:8px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.meau-sev .cndns-right-box .box-border{width:230px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#ff6800;font-size:16px;line-height:16px;margin-top: 16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
@media all and (max-width: 991px) {
	.cndns-right{display: none;}
}

/* 工具栏 */
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 888;left: 0;display: none;}
#toolbar .list{display: flex;background: #1048a0;}
#toolbar .list li{width: 25%; text-align: center;}
#toolbar .list a{display: block;padding: 5px;}
#toolbar .list a span{text-align: center; color: #fff; display: block; font-size: 14px;}
#toolbar .list a img {display: block;margin: 5px auto;}
#toolbar .list li:hover{background: #0185d0;}
/*微信弹窗*/
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{position: absolute;top: 50%;left: 0;right: 0;width: 300px;height: 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;}
}

.wp-pagenavi {
	CLEAR: both;
	padding:15px 0;
	text-align:center;
}
.wp-pagenavi A {
	BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi SPAN {
	BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi A:hover {
	BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000
}
.wp-pagenavi SPAN.current {
	BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000
}
.wp-pagenavi SPAN.current {
	FONT-WEIGHT: bold
}

.contact_biaod_item{margin-bottom: 25px;}
.contact_biaod_item .w-lt{ width: 48%;}
.contact_biaod_item .w-rt{ width: 48%;}
.contact_biaod_item .txt2,
.contact_biaod_item .txt1{ padding:10px;width:100%;height: 46px;font-size:14px;background:#fff;border:1px solid #bbb; border-radius: 2px;}
.contact_biaod_item .ti{ font-size: 16px;margin-bottom: 8px; color: #000 ;height: 20px}

.contact_biaod_item .w-lt2{ width: 32%;float:left;}
.contact_biaod_item .w-lt3{width: 14%;float:left;margin-left: 2%}
.contact_biaod_item .w-lt3 img{cursor: pointer; height:46px;border:1px solid #ddd; width: 100%}
.contact_biaod_item .w-lt4{ text-align: left}
.contact_biaod_item .btn{height: 46px;font-size:14px;background:#d20b0b; color: #fff;border:none; width: 48%}

.w-fl,
.w-lt,
.w-left {
	float: left;
}

.w-fr,
.w-rt,
.w-right {
	float: right;
}

.contact_biaod * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 768px) {
.contact_biaod_item .w-lt{ width: 100%;margin-bottom: 25px;}
.contact_biaod_item .w-rt{ width: 100%;}
.contact_biaod_item .btn{ width: 100%;}
.contact_biaod_item .w-lt2{ width: 78%;}
.contact_biaod_item .w-lt3{ width: 20%;}
}