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

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

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

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

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header .width {
	max-width: 1430px;
	margin: 0 auto;
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
#header h1 {
	display: flex;
	align-items: center;
}
#header h1 p {
	font-size: 22px;
	font-weight: bolder;
	font-family: "思源黑体 CN";
	line-height: 28px;
	letter-spacing: 1px;
	margin-left: 35px;
}
#header .tel {
	padding-left: 70px;
	font-size: 18px;
	font-weight: bolder;
	font-family: "思源黑体 CN";
	line-height: 30px;
	background: url("../img/tel01.png") no-repeat left center;
}
#header .tel span {
	display: block;
	font-size: 32px;
}
#header .navi {
	background-color: #112543;
}
#header .navi ul {
	display: flex;
	justify-content: center;
}
#header .navi a {
	padding: 20px 10px;
	display: block;
	color: #fff;
	font-size: 18px;
	position: relative;
}
#header .navi li {
	margin: 0 35px;
}
#header .navi .on a:before,
#header .navi a:hover:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background-color: #e72d36;
	content: "";
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.mainVisual {
	margin-bottom: 80px;
}
.mainVisual .swiper-slide img {
	width: 100%;
}
.mainVisual .swiper-pagination-bullet {
	width: 67px;
	height: 8px;
	border-radius: 4px;
	opacity: 1;
	background: #fff;
	margin: 0 20px !important;
}
.mainVisual .swiper-pagination-bullet-active {
	background: #d0000a;
}
.mainVisual .swiper-pagination {
	bottom: 25px !important;
}
.headLine01 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 4px;
}
.headLine01 span {
	color: #df000c;
}
.headLine02 {
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 1px;
}
.headLine02 span {
	margin: 0 20px;
	padding-left: 30px;
	display: inline-block;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	position: relative;
}
.headLine02 span:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 100%;
	box-sizing: border-box;
	border: 4px solid #df000c;
}
.indexsec01 {
	margin-bottom: 80px;
	padding: 0 15px;
}
.indexsec01 .width {
	max-width: 1534px;
	margin: 0 auto;
}
.indexsec01 .lbox {
	float: left;
	width: 26.7%;
}
.indexsec01 .lbox .ttl {
	padding: 35px 5px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background-color: #df000c;
	letter-spacing: 3px;
}
.indexsec01 .lbox ul {
	padding: 20px 25px;
	border: 4px solid #eeeeee;
	border-top: none;
}
.indexsec01 .lbox ul li:not(:last-child) {
	margin-bottom: 15px;
}
.indexsec01 .lbox ul a {
	padding: 15px 5px;
	display: block;
	text-align: center;
	font-size: 20px;
	background-color: #eeeeee;
}
.indexsec01 .lbox ul a:hover {
	background-color: #112543;
	color: #fff;
}
.indexsec01 .lbox .txtbox {
	background: url("../img/bg01.jpg") no-repeat center top;
	background-size: cover;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 44px 5px;
	min-height: 446px;
}
.indexsec01 .lbox .txtbox .txt01 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.indexsec01 .lbox .txtbox .txt02 {
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.indexsec01 .lbox .txtbox .tel {
	font-size: 22px;
	letter-spacing: 1px;
}
.indexsec01 .lbox .txtbox .tel img {
	display: block;
	margin: 0 auto 12px;
}
.indexsec01 .lbox .txtbox .tel span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #e62d36;
	margin-top: 8px;
}
.indexsec01 .rbox {
	float: right;
	width: 70%;
}
.indexsec01 .rbox .cateul {
	display: flex;
	margin-bottom: 30px;
}
.indexsec01 .rbox .cateul li {
	width: 20%;
}
.indexsec01 .rbox .cateul a {
	box-sizing: border-box;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	background-color: #eeeeee;
	padding: 15px 5px;
}
.indexsec01 .rbox .cateul a:hover {
	color: #fff;
	background-color: #112543;
}
.indexsec01 .rbox .cateul .more a {
	background-color: #df000c;
	color: #fff;
}
.indexsec01 .rbox #scroll {
	display: flex;
	flex-wrap: wrap;
	height: 1187px;
	overflow: hidden;
}
.indexsec01 .rbox #scroll li {
	width: 31.8%;
	margin: 0 2.3% 30px 0;
}
.indexsec01 .rbox #scroll li:nth-child(3n) {
	margin-right: 0;
}
.indexsec01 .rbox #scroll a {
	padding: 15px;
	display: block;
	height: 100%;
	box-sizing: border-box;
	border: 4px solid #eeeeee;
}
.indexsec01 .rbox #scroll .photo {
	height: 225px;
	overflow: hidden;
}
.indexsec01 .rbox #scroll .photo img {
	width: 100%;
	min-height: 225px;
}
.indexsec01 .rbox #scroll p {
	text-align: center;
	color: #fff;
	background-color: #006ad3;
	font-size: 22px;
	padding: 5px;
}
.indexsec01 .rbox #scroll .link {
	max-width: 190px;
	margin: 30px auto 0;
	font-size: 18px;
	color: #fff;
	background-color: #112543;
	border-radius: 15px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	letter-spacing: 4px;
}
.indexsec01 .rbox #scroll a:hover .link {
	background-color: #df000c;
}
.indexsec02 {
	margin-bottom: 80px;
}
.indexsec02 p {
	font-size: 18px;
	text-indent: 20px;
	text-align: justify;
	line-height: 35px;
}
.indexsec02 ul {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.indexsec02 ul li {
	max-width: 31.8%;
}
.comLink a {
	padding: 15px 5px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 4px;
	background-color: #112543;
	width: 255px;
	box-sizing: border-box;
	margin: 40px auto 0;
}
.comLink a:hover {
	background-color: #df000c;
}
.indexsec03 {
	margin-bottom: 80px;
}
.indexsec03 .swiper-slide {
	width: 466px;
}
.indexsec03 .swiper-slide a {
	display: block;
}
.indexsec03 .swiper-slide a:hover {
	opacity: 0.7;
}
.indexsec03 .swiper-slide p {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
}
.indexsec03 .swiper-slide .photo {
	height: 349px;
	overflow: hidden;
}
.indexsec03 .swiper-slide .photo img {
	width: 100%;
	min-height: 349px;
}
.indexsec04 {
	padding: 80px 0;
	background: url("../img/bg02.jpg") no-repeat center bottom;
	background-size: cover;
}
.indexsec04 ul {
	display: flex;
	flex-wrap: wrap;
}
.indexsec04 ul li {
	width: 31.5%;
	margin: 0 2.75% 0 0;
}
.indexsec04 ul li:nth-child(3n) {
	margin-right: 0;
}
.indexsec04 ul a {
	display: block;
}
.indexsec04 ul .time {
	margin-bottom: 25px;
	font-size: 22px;
	color: #df000c;
	letter-spacing: 1px;
}
.indexsec04 ul .time span {
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 30px;
	border-bottom: 3px solid #006ad3;
}
.indexsec04 ul h4 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #112543;
	font-weight: normal;
}
.indexsec04 ul .photo {
	height: 330px;
	overflow: hidden;
	margin-bottom: 20px;
}
.indexsec04 ul .photo img {
	width: 100%;
	min-height: 330px;
}
.indexsec04 ul p {
	color: #666;
	line-height: 30px;
	margin-bottom: 20px;
}
.indexsec04 ul .link {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.indexsec04 ul a:hover h4 {
	color: #006ad3;
}
.indexsec04 ul a:hover .link {
	color: #df000c;
}
#footer .fbox {
	padding: 80px 15px;
	background: url("../img/bg03.jpg") no-repeat center center;
	background-size: cover;
}
#footer .fbox .width {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .flogo {
	max-width: 155px;
}
#footer .code {
	max-width: 178px;
}
#footer .ftxt {
	max-width: 400px;
}
#footer .ftxt p {
	color: #fff;
	line-height: 34px;
}
#footer .ftxt .tel {
	margin-bottom: 20px;
}
#footer .ftxt .tel a {
	display: inline-block;
	padding: 5px 0 5px 160px;
	background: url("../img/tel03.png") no-repeat left center;
	color: #fff;
	font-size: 40px;
	font-family: Impact, "sans-serif";
}
#footer .copyright {
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #333;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 40px;
}
.comImg {
	position: relative;
}
.comImg > img {
	width: 100%;
}
.comImg .posbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.comImg .comWidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comImg .pagePath {
	color: #fff;
	font-family: "思源黑体 CN";
	letter-spacing: 2px;
}
.comImg .pagePath img {
	margin: -5px 15px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.comImg .pagePath a {
	color: #fff;
}
.comImg .pagePath a:hover {
	color: #df000c;
}
.comImg h2 {
	padding: 17px 10px 14px 38px;
	min-width: 320px;
	background: #fff url("../img/bg04.png") no-repeat right 12px center;
	box-sizing: border-box;
	font-family: "思源黑体 CN";
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 1px;
}
.comImg h2 span {
	display: block;
	font-size: 20px;
	color: #e72d36;
	text-transform: uppercase;
	font-weight: bold;
}
.contactPage .sec {
	margin: 100px auto;
}
.contactPage .sec h3 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 4px;
}
.contactPage .sec .text {
	text-align: center;
	font-size: 22px;
	color: #666;
	line-height: 40px;
	letter-spacing: 2px;
}
.contactPage .sec .inner {
	margin: 100px 5.5% 0;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.3);
	border-radius: 26px;
}
.contactPage .sec .inner .map {
	border-radius: 0 0 26px 26px;
}
.contactPage .sec .inner .map img {
	border-radius: 0 0 26px 26px;
	width: 100%;
}
.contactPage .sec .inner .info {
	max-width: 940px;
	margin: 0 auto;
	padding: 100px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactPage .sec .inner .code {
	text-align: center;
	max-width: 244px;
}
.contactPage .sec .inner .code p {
	font-size: 22px;
	margin-top: 5px;
}
.contactPage .sec .inner ul {
	position: relative;
}
.contactPage .sec .inner ul:before {
	position: absolute;
	left: 26px;
	top: 10px;
	bottom: 10px;
	content: "";
	width: 2px;
	background-color: #666;
}
.contactPage .sec .inner ul li {
	font-size: 26px;
	position: relative;
	padding-left: 75px;
	margin-bottom: 40px;
}
.contactPage .sec .inner ul li:last-child {
	margin-bottom: 0;
}
.contactPage .sec .inner ul 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%);
}
.contactPage .sec .inner ul a {
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	font-size: 54px;
	color: #0563e2;
	font-family: Impact, "sans-serif";
}
.aboutPage .sec {
	margin: 100px 0;
}
.aboutPage .sec h3 {
	margin-bottom: 55px;
	text-align: center;
	font-size: 30px;
	color: #006ad3;
	letter-spacing: 3px;
}
.aboutPage .sec h3 span {
	margin-top: 15px;
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: normal;
}
.aboutPage .sec p {
	font-size: 22px;
	color: #666;
	line-height: 43px;
	text-indent: 1em;
	text-align: justify;
}
.aboutPage .sec .photo {
	margin-top: 55px;
	text-align: center;
}
/*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:#e72d36;
}
.pagination li.thisclass {
background: #e72d36;
color: #fff;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 16px;
text-decoration: none;
}
.pagination li.thisclass a,.pagination li.thisclass a:hover{
background: transparent;
border-color: #1B82FF;
color: #fff;
cursor: default;
}
.newsPage .sec {
	margin: 100px 0;
}
.newsPage .newsul li {
	margin-bottom: 40px;
}
.newsPage .newsul a {
	padding: 30px 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
}
.newsPage .newsul .lbox {
	width: 18.2%;
	height: 220px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsPage .newsul .lbox img {
	width: 100%;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.newsPage .newsul a:hover .lbox img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.newsPage .newsul .rbox {
	width: 78%;
}
.newsPage .newsul .rbox h3 {
	margin-bottom: 10px;
	font-size: 22px;
	-webkit-transition: all .5s;transition: all .5s;
}
.newsPage .newsul .rbox .note {
	display: flex;
	color: #999;
	font-size: 15px;
	margin-bottom: 20px;
}
.newsPage .newsul .rbox .note span:not(:last-child) {
	margin-right: 40px;
}
.newsPage .newsul .rbox .note img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.newsPage .newsul .rbox p {
	color: #666;
	line-height: 26px;
}
.newsPage .newsul .rbox .link {
	margin-top: 20px;
	text-align: right;
}
.newsPage .newsul .rbox .link span {
	width: 160px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	padding: 8px 5px;
	color: #666;
	border: 1px solid #999;
}
.newsPage .newsul a:hover h3 {
	color: #e72d36;
	margin-left: 20px;
}
.headLine03 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
}
.comNote {
	display: flex;
	justify-content: center;
}
.comNote li {
	margin: 0 30px;
	color: #999;
	font-size: 20px;
}
.comNote img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}
.comInfo {
	margin-top: 40px;
	color: #666;
	font-size: 18px;
	line-height: 35px;
}
.comInfo * {
	color: #666 !important;
	font-size: 18px !important;
	line-height: 35px !important;
}
.comInfo img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.pageList {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pageList li {
	max-width: 49%;
}
.pageList a {
	display: inline-block;
	font-size: 18px;
	color: #999;
}
.pageList .prev a {
	padding: 12px 0 12px 60px;
	background: url("../img/next01.png") no-repeat left center;
}
.pageList .prev a:hover {
	color: #e72d36;
	background-image: url("../img/next01_on.png");
}
.pageList .next a {
	padding: 12px 60px 12px 0;
	background: url("../img/prev01.png") no-repeat right center;
}
.pageList .next a:hover {
	color: #e72d36;
	background-image: url("../img/prev01_on.png");
}
.comPos {
	margin-bottom: 100px;
}
.sidebar {
	width: 22.86%;
	min-width: 320px;
	float: left;
}
.sidebar .cateul {
	border: 1px solid #999;
	border-top: none;
	padding: 25px 20px 0;
}
.sidebar .cateul li:not(:last-child) {
	border-bottom: 1px solid #666;
}
.sidebar .cateul a {
	padding: 17px 40px 17px 18px;
	display: block;
	font-size: 18px;
	background: url("../img/icon09.png") no-repeat right 10px center;
}
.sidebar .cateul .on a,
.sidebar .cateul a:hover {
	padding-left: 30px;
	font-size: 18px;
	color: #006ad3;
	background-image: url("../img/icon09_on.png");
}
.sidebar .txtbox {
	border: 1px solid #999;
	margin-top: 40px;
	padding: 20px;
}
.sidebar .txtbox h3 {
	margin-bottom: 20px;
	padding: 0 0 20px 18px;
	font-size: 30px;
	font-weight: 500;
	font-family: "思源黑体 CN";
	border-bottom: 1px solid #666;
}
.sidebar .txtbox h3 span {
	display: block;
	font-size: 20px;
	color: #e72d36;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 1px;
}
.sidebar .txtbox p {
	font-size: 14px;
	color: #666;
	line-height: 34px;
}
.conts {
	margin-top: 60px;
	width: 73.5%;
	float: right;
}
.comUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comUl li {
	width: 48%;
	margin-bottom: 35px;
}
.comUl a {
	display: block;
}
.comUl .photo {
	height: 365px;
	overflow: hidden;
}
.comUl .photo img {
	width: 100%;
	min-height: 365px;
}
.comUl p {
	text-align: center;
	font-size: 18px;
	color: #666;
	border: 1px solid #999;
	padding: 10px 5px;
}
.comUl a:hover p {
	color: #fff;
	background-color: #006ad3;
	border-color: #006ad3;
}
.productPage .conts .listul {
	display: flex;
	flex-wrap: wrap;
} 
.productPage .conts .listul li {
	width: 31%;
	margin: 0 3.5% 30px 0;
}
.productPage .conts .listul li:nth-child(3n) {
	margin-right: 0;
}
.productPage .conts .listul a {
	display: block;
}
.productPage .conts .listul p {
	text-align: center;
	border: 1px solid #999;
	font-size: 18px;
	color: #666;
	padding: 10px 5px;
}
.productPage .conts .listul .photo {
	height: 239px;
	overflow: hidden;
	position: relative;
}
.productPage .conts .listul .photo:before {
	width: 89px;
	height: 89px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -45px;
	background: url("../img/icon10.png") no-repeat;
	content: "";
	transform: scale(0);
	-webkit-transition: all .5s;transition: all .5s;
}
.productPage .conts .listul .photo img {
	width: 100%;
	min-height: 239px;
}
.productPage .conts .listul a:hover p {
	background-color: #006ad3;
	color: #fff;
	border-color: #006ad3;
}
.productPage .conts .listul a:hover .photo:before {
	transform: scale(1);
}
#footer .qyrz {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	margin: -3px 0 0 10px;
}
@media all and (min-width: 1301px) and (max-width: 1400px) {
	.indexsec01 .rbox #scroll .photo {height: 195px;}
	.indexsec01 .rbox #scroll .photo img {min-height: 195px;}
}

@media all and (min-width: 1201px) and (max-width: 1300px) {
	.conts {width: 71%;}
}

@media all and (min-width: 992px) and (max-width: 1200px) {
	#header .navi li {margin: 0 22px;}
	.indexsec01 .lbox .txtbox .txt01 {letter-spacing: 0;}
	.indexsec01 .lbox .txtbox .tel {letter-spacing: 0;}
	.indexsec01 .rbox #scroll .photo {height: 132px;}
	.indexsec01 .rbox #scroll .photo img {min-height: 132px;}
	.conts {width: 65.5%;}
	.comUl .photo {height: 230px;}
	.comUl .photo img {min-height: 230px;}
	.productPage .conts .listul .photo {height: 150px;}
	.productPage .conts .listul .photo img {min-height: 150px;}
	.indexsec04 ul .photo img {min-height: 230px;}
	.indexsec04 ul .photo {height: 230px;}
}

@media all and (max-width: 991px) {
	#header {
		position: relative;
	}
	#header .width {
		max-width: inherit;
		padding: 10px 15px;
		display: block;
	}
	#header h1 {
		width: 150px;
		display: block;
	}
	#header h1 p,
	#header .tel {
		display: none;
	}
	#header .menu {
		position: absolute;
		right: 15px;
		top: 23px;
		z-index: 200;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 38px;
	  height: 30px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #333;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 13px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(13px) rotate(-45deg);
	  transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-13px) rotate(45deg);
	  transform: translateY(-13px) rotate(45deg);
	}
	#header .navi {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 100;
		width: 100%;
		background-color: #112543;
	}
	#header .navi ul {
		display: block;
	}
	#header .navi a {
		padding: 15px 5px;
		font-size: 16px;
		text-align: center;
	}
	#header .navi li {
		margin: 0;
	}
	#header .navi .on a:before,
	#header .navi a:hover:before {
		height: 4px;
	}
	.comWidth {
		max-width: inherit;
	}
	.mainVisual {
		margin-bottom: 40px;
	}
	.mainVisual .swiper-pagination-bullet {
		display: none;
	}
	.headLine01 {
		margin-bottom: 10px;
		font-size: 20px;
		letter-spacing: 2px;
	}
	.headLine02 {
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	.headLine02 span {
		margin: 0 5px;
		padding-left: 17px;
		font-size: 13px;
	}
	.headLine02 span:before {
		top: 4px;
		width: 12px;
		height: 12px;
		border: 2px solid #df000c;
	}
	.indexsec01 {
		margin-bottom: 40px;
	}
	.indexsec01 .width {
		max-width: inherit;
	}
	.indexsec01 .lbox {
		display: none;
	}
	.indexsec01 .rbox {
		float: none;
		width: auto;
	}
	.indexsec01 .rbox .cateul {
		flex-wrap: wrap;
		margin-bottom: 15px;
		justify-content: space-between;
	}
	.indexsec01 .rbox .cateul li {
		width: 49%;
		margin-bottom: 5px;
	}
	.indexsec01 .rbox .cateul a {
		font-size: 14px;
		padding: 10px 5px;
	}
	.indexsec01 .rbox .cateul .more {
		width: 100%;
	}
	.indexsec01 .rbox #scroll {
		justify-content: space-between;
		height: 800px;
	}
	.indexsec01 .rbox #scroll li {
		width: 49%;
		margin: 0 0 15px;
	}
	.indexsec01 .rbox #scroll a {
		padding: 5px 5px 10px;
		border-width: 2px;
	}
	.indexsec01 .rbox #scroll .photo {
		height: 116px;
	}
	.indexsec01 .rbox #scroll .photo img {
		min-height: 116px;
	}
	.indexsec01 .rbox #scroll p {
		font-size: 14px;
	}
	.indexsec01 .rbox #scroll .link {
		max-width: 100px;
		margin: 10px auto 0;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.indexsec02 {
		margin-bottom: 40px;
	}
	.indexsec02 p {
		font-size: 14px;
		line-height: 1.6;
	}
	.indexsec02 ul {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
	.comLink a {
		padding: 10px 5px;
		font-size: 14px;
		letter-spacing: 2px;
		width: 180px;
		margin: 20px auto 0;
	}
	.indexsec03 {
		margin-bottom: 40px;
	}
	.indexsec03 .swiper-slide {
		width: 180px;
	}
	.indexsec03 .swiper-slide p {
		font-size: 14px;
		margin-top: 10px;
		text-align: center;
	}
	.indexsec03 .swiper-slide .photo {
		height: 135px;
	}
	.indexsec03 .swiper-slide .photo img {
		min-height: 135px;
	}
	.indexsec04 {
		padding: 40px 0;
	}
	.indexsec04 ul {
		display: block;
	}
	.indexsec04 ul li {
		width: auto;
		margin: 0 0 20px;
	}
	.indexsec04 ul li:last-child {
		margin-bottom: 0;
	}
	.indexsec04 ul .time {
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}
	.indexsec04 ul .time span {
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 18px;
		border-bottom: 2px solid #006ad3;
	}
	.indexsec04 ul .time br {
		display: none;
	}
	.indexsec04 ul h4 {
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}
	.indexsec04 ul .photo {
		height: auto;
		margin-bottom: 10px;
	}
	.indexsec04 ul .photo img {
		min-height: inherit;
	}
	.indexsec04 ul p {
		line-height: 1.5;
		margin-bottom: 10px;
	}
	#footer .fbox {
		padding: 25px 15px;
	}
	#footer .fbox .width {
		max-width: inherit;
		display: block;
	}
	#footer .flogo {
		max-width: 100px;
		margin: 0 auto 15px;
	}
	#footer .code,
	#footer .line {
		display: none;
	}
	#footer .ftxt {
		max-width: inherit;
	}
	#footer .ftxt p {
		line-height: 30px;
	}
	#footer .ftxt .tel {
		margin-bottom: 10px;
		text-align: center;
	}
	#footer .ftxt .tel a {
		padding: 5px 0 5px 110px;
		font-size: 30px;
		background-size: 100px auto;
	}
	#footer .copyright {
		padding: 10px 5px 70px;
	}
	#footer .copyright span {
		display: block;
		margin: 5px 0 0;
	}
	.comImg .posbox {
		position: static;
		background: rgba(0,0,0,0.8);
	}
	.comImg .comWidth {
		padding-left: 0;
	}
	.comImg .pagePath {
		letter-spacing: 0;
		max-width: 45%;
	}
	.comImg .pagePath img {
		margin: -5px 6px 0 0;
		width: 18px;
	}
	.comImg h2 {
		padding: 10px 45px 10px 15px;
		min-width: auto;
		background-size: 22px auto;
		background-position: right 8px center;
		font-size: 18px;
		letter-spacing: 0;
	}
	.comImg h2 span {
		font-size: 14px;
	}
	.contactPage .sec {
		margin: 40px auto;
	}
	.contactPage .sec h3 {
		margin-bottom: 10px;
		font-size: 18px;
		letter-spacing: 2px;
	}
	.contactPage .sec .text {
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 1px;
	}
	.contactPage .sec .inner {
		margin: 20px 0 0;
	}
	.contactPage .sec .inner .info {
		max-width: inherit;
		padding: 20px 15px;
		display: block;
	}
	.contactPage .sec .inner .code {
		display: none;
	}
	.contactPage .sec .inner ul:before {
		left: 18px;
		top: 10px;
		bottom: 10px;
		width: 1px;
	}
	.contactPage .sec .inner ul li {
		font-size: 16px;
		padding-left: 45px;
		margin-bottom: 20px;
	}
	.contactPage .sec .inner ul img {
		width: 35px;
	}
	.contactPage .sec .inner ul a {
		margin-top: -6px;
		font-size: 30px;
	}
	.aboutPage .sec {
		margin: 40px 0;
	}
	.aboutPage .sec h3 {
		margin-bottom: 10px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.aboutPage .sec h3 span {
		margin-top: 5px;
		font-size: 16px;
	}
	.aboutPage .sec p {
		font-size: 14px;
		line-height: 1.6;
	}
	.aboutPage .sec .photo {
		margin-top: 15px;
	}
	.pagination li a{
		font-size: 14px;
	}
	.pagination li.thisclass {
		font-size: 14px;
	}
	.newsPage .sec {
		margin: 40px 0;
	}
	.newsPage .newsul li {
		margin-bottom: 15px;
	}
	.newsPage .newsul a {
		padding: 15px;
		display: block;
	}
	.newsPage .newsul .lbox {
		width: auto;
		height: auto;
		display: block;
		margin-bottom: 10px;
	}
	.newsPage .newsul .rbox {
		width: auto;
	}
	.newsPage .newsul .rbox h3 {
		font-size: 18px;
		text-align: center;
	}
	.newsPage .newsul .rbox .note {
		justify-content: center;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.newsPage .newsul .rbox .note span:not(:last-child) {
		margin-right: 20px;
	}
	.newsPage .newsul .rbox .note img {
		margin: -3px 5px 0 0;
		height: 9px
	}
	.newsPage .newsul .rbox p {
		line-height: 1.6;
	}
	.newsPage .newsul .rbox .link {
		margin-top: 15px;
		text-align: center;
	}
	.newsPage .newsul a:hover h3 {
		margin-left: 0;
	}
	.headLine03 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.comNote li {
		margin: 0 15px;
		font-size: 14px;
	}
	.comNote img {
		height: 12px;
		margin: -4px 5px 0 0;
	}
	.comInfo {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.6;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
	.pageList {
		margin-top: 20px;
	}
	.pageList a {
		font-size: 14px;
	}
	.pageList .prev a {
		padding: 5px 0 5px 30px;
		background-size: 21px auto;
	}
	.pageList .next a {
		padding: 5px 30px 5px 0;
		background-size: 21px auto;
	}
	.comPos {
		margin: 40px 0;
	}
	.sidebar {
		width: auto;
		min-width: inherit;
		float: none;
	}
	.sidebar .cateul {
		border: none;
		border-top: none;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sidebar .cateul li {
		margin-bottom: 5px;
		width: 49%;
		box-sizing: border-box;
		border: 1px solid #666;
	}
	.sidebar .cateul a {
		padding: 7px 30px 7px 10px;
		font-size: 14px;
		background-size: 15px auto;
		height: 100%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.sidebar .cateul .on a,
	.sidebar .cateul a:hover {
		padding-left: 10px;
		font-size: 14px;
	}
	.sidebar .txtbox {
		display: none;
	}
	.conts {
		margin-top: 20px;
		width: auto;
		float: none;
	}
	.comUl li {
		width: 49%;
		margin-bottom: 10px;
	}
	.comUl .photo {
		height: 126px;
	}
	.comUl .photo img {
		min-height: 126px;
	}
	.comUl p {
		font-size: 14px;
		padding: 5px;
	}
	.productPage .conts .listul {
		justify-content: space-between;
	}
	.productPage .conts .listul li {
		width: 49%;
		margin: 0 0 10px;
	}
	.productPage .conts .listul p {
		font-size: 14px;
		padding: 5px;
	}
	.productPage .conts .listul .photo {
		height: 126px;
	}
	.productPage .conts .listul .photo:before {
		width: 44px;
		height: 44px;
		position: absolute;
		margin: -22px 0 0 -22px;
		background-size: 44px auto;
	}
	.productPage .conts .listul .photo img {
		min-height: 126px;
	}
	#footer .qyrz {
		margin: 5px 0 0;
	}
}

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

/* 工具栏 */
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 888;left: 0;display: none;}
#toolbar .list{display: flex;background: #112543;}
#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: #006ad3;}
/*微信弹窗*/
#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: #112543;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;}
}