@charset "utf-8";

@import "jquery.fancybox.css";

/*---------------------------------------------------*/h3.tit {
	font-size: 36px;
	color: #333;
	line-height: 88px;
	height: 88px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
}

h3.tit::after {
	content: "";
	display: block;
	height: 3px;
	background: #DA251D;
	width: 90px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin: 0 0 0 -45px;
	z-index: 1;
}

.indexA {
	padding: 60px 30px;
	background: #fff;
}

.indexA .tit {
	text-align: center;
}

.indexA .tit h3 {
	font-size: 32px;
	color: #333;
}

.indexA .tit p {
	font-size: 16px;
	color: #666;
	margin: 15px 0 0;
}

.indexA .tit hr {
	border: none;
	width: 115px;
	height: 16px;
	background: url(../images/hr1.png) no-repeat;
	margin: 24px auto 0;
}

.indexA .list {
	margin: 30px 0 0 0;
	position: relative;
}

.indexA .swiper-container {
}

.indexA .swiper-container .swiper-wrapper {
}

.indexA .swiper-container .swiper-slide {
	float: left;
	position: relative;
	border: 1px solid #D9D9D9;
	text-align: center;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);margin-bottom: 5px;
}

.indexA .swiper-container .swiper-slide .pic {
	width: 100%;
	padding: 10px;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.indexA .swiper-container .swiper-slide .pic img {
	width: 100%;
}

.indexA .swiper-container .swiper-slide .txt {
	text-align: left;
	padding: 0 10px;
}

.indexA .swiper-container .swiper-slide .txt h6 {
	width: 100%;
	height: 42px;
	display: table;
}

.indexA .swiper-container .swiper-slide .txt h6 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
}

.indexA .swiper-container .swiper-slide .txt h6 a:hover {
	color: #333;
}

.indexA .swiper-container .swiper-slide .txt span {
	display: block;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.indexA .swiper-container .swiper-slide .txt p {
	margin: 10px 0 0;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.indexA .swiper-container .swiper-slide .more {
	height: 36px;
	position: relative;
	margin: 15px 0 20px;
}

.indexA .swiper-container .swiper-slide .more::after {
	content: "";
	display: block;
	height: 1px;
	background: #D9D9D9;
	width: 100%;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 1;
}

.indexA .swiper-container .swiper-slide .more a {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #DA251D;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.indexA .swiper-container .swiper-slide:hover {
	border: 1px solid #BAD0EA;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}

.indexA .swiper-container .swiper-slide:hover .more::after {
	background: #BAD0EA;
}

.indexA .swiper-container .swiper-slide:hover .more a {
	background: #A70D08;
}

.indexA .swiper-button-prev,.indexA .swiper-button-next {
	width: 42px;
	height: 42px;
	top: 50%;
	margin-top: -23px;
	text-align: center;
	background: rgba(191,191,191,0.8);
	border-radius: 50%;
}

.indexA .swiper-button-prev,.indexA .swiper-container-rtl .swiper-button-next {
	left: -60px;
	right: auto;
}

.indexA .swiper-button-next,.indexA .swiper-container-rtl .swiper-button-prev {
	right: -60px;
	left: auto;
}

.indexA .swiper-button-prev i,.indexA .swiper-button-next i {
	color: #fff;
	font-size: 20px;
	line-height: 42px;
}

.indexA .swiper-button-prev:hover,.indexA .swiper-button-next:hover {
	background: #DA251D;
}

.indexA .swiper-pagination{display:none;margin:25px 0 0;position:static;width:100%;}
.indexA .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;margin:0 3px;background:#fff;border:1px solid #DA251D;opacity:1;}
.indexA .swiper-pagination-bullet-active{background:#DA251D;}



.indexB {
	background: url("../images/ibg1.png") no-repeat center bottom;
	padding: 0 0 20px 0;
	position: relative;
}

.indexB .nr{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}

.indexB .pic{width: 690px;}

.indexB .pic img {
	width: 100%;
	display: block;
}

.indexB .txt {-webkit-flex:1;flex:1;margin-left:40px;box-sizing:border-box;padding: 10px 0 0;}

.indexB .txt h6 {
	font-size: 16px;
	color: #666;
	font-style: italic;
}

.indexB .txt h3 {
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
	margin: 13px 0 0;
}

.indexB .txt h3 em {
	color: #fe9900;
}

.indexB .txt hr {
	border: none;
	width: 58px;
	height: 3px;
	background: #E0E0E0;
	margin: 10px 0 15px;
}

.indexB .txt p {
	font-size: 15px;
	color: #888;
	line-height: 23px;
}

.indexB .txt a.more {
	display: block;
	margin: 20px 0 0;
	color: #fff;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #DA251D;
	font-size: 16px;
}

.indexB .txt a.more:hover {
	background: #A70D08;
}

.indexB .txt a.more i {
	color: #fff;
	font-size: 12px;
}

.indexB ul {
	margin: 80px 0 0 0;
}

.indexB ul li {
	float: left;
	width: 33.3333333%;
	box-sizing: border-box;
	cursor: pointer;
}

.indexB ul li i {
	float: left;
	width: 59px;
	height: 59px;
	text-align: center;
	background: rgba(10,57,95,0.2);
	padding: 10px 0 0;
	box-sizing: border-box;
	border-radius: 50%;
}

.indexB ul li .t {
	margin: 0 0 0 76px;
}

.indexB ul li h5 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
}

.indexB ul li p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 15px 0 0 0;
}

.indexE {
	padding: 30px 0 30px;
}

.indexE .list {
	position: relative;
}

.indexE .swiper-container {
}

.indexE .swiper-container .swiper-wrapper {
}

.indexE .swiper-container .swiper-slide {
	box-sizing: border-box;
}

.indexE .swiper-container .swiper-slide .pic {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.indexE .swiper-container .swiper-slide .pic img {
	width: 100%;
	display: block;
	border: 5px solid #856F40;
	box-sizing: border-box;
}

.indexE .swiper-button-prev,.indexE .swiper-button-next {
	width: 42px;
	height: 42px;
	top: 50%;
	margin-top: -18px;
	text-align: center;
	background: rgba(191,191,191,0.8);
	border-radius: 50%;
}

.indexE .swiper-button-prev,.indexE .swiper-container-rtl .swiper-button-next {
	left: -60px;
	right: auto;
}

.indexE .swiper-button-next,.indexE .swiper-container-rtl .swiper-button-prev {
	right: -60px;
	left: auto;
}

.indexE .swiper-button-prev i,.indexE .swiper-button-next i {
	color: #fff;
	font-size: 20px;
	line-height: 42px;
}

.indexE .swiper-button-prev:hover,.indexE .swiper-button-next:hover {
	background: #DA251D;
}

.indexE .swiper-pagination{display:none;margin:25px 0 0;position:static;width:100%;}
.indexE .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;margin:0 3px;background:#fff;border:1px solid #DA251D;opacity:1;}
.indexE .swiper-pagination-bullet-active{background:#DA251D;}




.indexC {
	/*! background: #018ED6; */
	padding: 60px 0;
	box-sizing: border-box;
}

.indexC .tit {
	text-align: center;
	margin: 0 0 48px 0;
}

.indexC .tit h3 {
	font-size: 32px;
	color: #333;
}

.indexC .tit p {
	font-size: 16px;
	color: #333;
	margin: 15px 0 0;
}

.indexC .tit hr {
	border: none;
	width: 115px;
	height: 16px;
	background: url(../images/hr1.png) no-repeat;
	margin: 24px auto 0;
}

.indexC .list {
	margin: 20px 0 0;
	position: relative;
}

.indexC .swiper-container {
}

.indexC .swiper-container .swiper-wrapper {
}

.indexC .swiper-container .swiper-slide {
	box-sizing: border-box;
}

.indexC .swiper-container .swiper-slide .pic {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.indexC .swiper-container .swiper-slide .pic img {
	width: 100%;
	border: 3px solid #CCE8F7;
	display: block;
	box-sizing: border-box;
}

.indexC .swiper-button-prev,.indexC .swiper-button-next {
	width: 42px;
	height: 42px;
	top: 50%;
	margin-top: -18px;
	text-align: center;
	border-radius: 50%;
	background: rgba(51,51,51,0.6);
}

.indexC .swiper-button-prev,.indexC .swiper-container-rtl .swiper-button-next {
	left: -60px;
	right: auto;
}

.indexC .swiper-button-next,.indexC .swiper-container-rtl .swiper-button-prev {
	right: -60px;
	left: auto;
}

.indexC .swiper-button-prev i,.indexC .swiper-button-next i {
	color: #fff;
	font-size: 20px;
	line-height: 42px;
}

.indexC .swiper-button-prev:hover,.indexC .swiper-button-next:hover {
	background: rgba(218,37,29,1);
}

.indexC .swiper-pagination{display:none;margin:25px 0 0;position:static;width:100%;}
.indexC .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;margin:0 3px;background:none;border:1px solid #fff;opacity:1;}
.indexC .swiper-pagination-bullet-active{background:#fff;}



.indexC .getmore {
	border: 1px solid #333;
	width: 160px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	display: block;
	margin: 35px auto 0;
}

.indexC .getmore i {
	font-size: 14px;
}

.indexC .getmore:hover {
	background: #A70D08;
	color: #fff;
}

.indexD {
	padding: 80px 0 0 0;
}

.indexD .tit {
	margin: 0 0 24px 0;
}

.indexD .tit h3 {
	float: left;
	font-size: 32px;
	line-height: 42px;
	color: #333;
}

.indexD .tit a.more {
	float: right;
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #DA251D;
	font-size: 16px;
}

.indexD .tit a.more:hover {
	background: #A70D08;
}

.indexD .tit a.more i {
	color: #fff;
	font-size: 12px;
}


.indexD .nr{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}

.indexD .topnews {display:block;
	width: 394px;
	position: relative;
}

.indexD .topnews img {
	width: 100%;
}

.indexD .topnews .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	overflow: hidden;
	background: rgba(0,0,0,0.3);
	padding: 15px 17px 17px;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.indexD .topnews .txt h5 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px 0;
}

.indexD .topnews .txt p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}

.indexD .topnews .txt span {
	margin: 20px 0 0 0;
	display: block;
	color: #fff;
	font-size: 16px;
}

.indexD .topnews:hover .txt {
	height: 170px;
	background: rgba(0,0,0,0.6);
}

.indexD .indexnews {-webkit-flex:1;flex:1;margin-left:25px;}

.indexD .indexnews ul {
	margin: -20px 0 0 0;
}

.indexD .indexnews ul li {
	height: 124px;
	border: 1px solid #D9D9D9;
	margin: 20px 0 0 0;
	padding: 5px;
	box-sizing: border-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;

}

.indexD .indexnews ul li .pic {
	width: 190px;
	height: 112px;
	overflow: hidden;
}

.indexD .indexnews ul li .pic img {
	width: 100%;
	display: block;
}

.indexD .indexnews ul li .d {
	width: 71px;
	height: 71px;
	margin:0 0 0 18px;
	background: #F5F5F5;
	border-radius: 50%;
	text-align: center;
	padding: 14px 0 0;
	box-sizing: border-box;
}

.indexD .indexnews ul li .d span {
	color: #DA251D;
	font-size: 22px;
	font-weight: 600;
}

.indexD .indexnews ul li .d p {
	color: #333;
	font-size: 14px;
}

.indexD .indexnews ul li .t {
	-webkit-flex:1;flex:1;margin:0 20px;
	border-left: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding: 0 0 0 29px;
}

.indexD .indexnews ul li .t h5 {
	color: #333;
	font-size: 18px;
}

.indexD .indexnews ul li .t h5 a:hover {
	color: #DA251D;
	text-decoration: underline;
}

.indexD .indexnews ul li .t p {
	color: #999;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 0 0;
  }
  
.indexF{padding:70px 0;box-sizing:border-box;background:#fff;}
.indexF h3{text-align:center;font-size:32px;line-height:1;color:#333;text-transform:uppercase;}
.indexF p{text-align:center;font-size:14px;line-height:1;color:#333;margin:15px 0 0 0;}
.indexF hr{width:139px;height:2px;background:#EC0024;border:none;margin:45px auto 0;}
.indexF h6{text-align:center;font-size:14px;line-height:1;color:#333;margin:55px 0 0 0;}

/*
.indexF ul{margin:30px 0 0 -2%}
.indexF ul li{float:left;width:31.33333%;height:280px;padding:20px 20px 0;margin:0 0 0 2%;color:#333;box-sizing:border-box;border:1px solid #000;}
.indexF ul li .ico{position:relative;width:120px;height:120px;background:#A70D08;border-radius:50%;box-sizing:border-box;text-align:center;margin: 0 auto;overflow:hidden;border:1px solid #A70D08;}
.indexF ul li .ico img{position:absolute; right:0px; top:0px; transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;max-width:none;height: 120px;}
.indexF ul li .t{font-family: Verdana,Arial,Helvetica,sans-serif;text-align: center;margin: 10px 0 0 0;}
.indexF ul li .t h5{width:100%;font-size:20px;color:#000;font-weight:600;}
.indexF ul li .t p{font-size:14px;;color:#000;margin:12px 0 0;line-height:20px;}
.indexF ul li:hover .ico{background:#fff;}

.indexF ul li:hover .ico img{right:-120px;}
*/

.indexF ul{margin:30px 0 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.indexF ul li{width:31%;position:relative;}
.indexF ul li .t{position:absolute;left:0;right:0;top:0;bottom:0;/*! background:rgba(192,192,192,0.8); */display:-webkit-flex;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;text-shadow: #da251d 1px 0 0, #da251d 0 1px 0, #da251d -1px 0 0, #da251d 0 -1px 0;}
.indexF ul li .t h5{font-size:20px;color:#d5dedc;font-weight:600;}
.indexF ul li .t h5 a{color:#fff;}
.indexF ul li .t h5 a:hover{color:#da251d;text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;}
.indexF ul li .t .more{width:30px;height:30px;line-height:30px;text-align:center;background:#da251d;display:block;position:absolute;left:calc(50% - 15px);bottom:0;z-index:20;}
.indexF ul li .t .more i{font-size:14px;color:#fff;}

/*------------------------------------------------------------*/
.sidebaner {
}

.sidebaner img {
	width: 100%;
}

.sidebaner .topshare img {
	width: auto;
	height: auto;
}

.path {
	height: 50px;
	line-height: 50px;
	box-shadow: 0 2px 5px 1px rgba(191,191,191,1) inset;
}

.path p {
	color: #333;
	font-size: 15px;
}

.path p i {
	margin: 0 5px 0 0;
	font-size: 13px;
	color: #333;
}

.path p a {
	color: #333;
}

.main {
	padding-top: 30px;
	padding-bottom: 50px;
}

.main-right {margin-left:310px;

}

.main-left {
	float: left;
	width: 280px;
}/*----------------------------------------*/.aside .title {
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #fff;
	padding: 15px 0 15px 20px;
	background: #1F60A4;
	text-transform: uppercase;
}

.aside dl {
	margin-bottom: 5px;
	border: 1px solid #E8E8E8;
	border-top: none;
}

.aside dl dd {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	margin: 0 20px;
}

.aside dl dd:last-child {
	border-bottom: none;
}

.aside dl dd a {
	color: #555;
	font-size: 15px;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: url("../images/i15.png") no-repeat left center;
	padding-left: 15px;
}

.aside dl dd a:hover {
	text-decoration: underline;
}

.aside dl dd.active a {
	color: #E65400;
}

.main-left h3 {
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	background: #DA251D;
	position: relative;
}

.main-left h3::after {
	display: none;
	font-family: "qico";
	content: "\e727";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.main-left h3.active::after {
	-webkit-transform: rotate(45deg) scale(1.08);
	-ms-transform: rotate(45deg) scale(1.08);
	transform: rotate(45deg) scale(1.08);
}

.sidemenu {
	margin: 0 0 20px;
}

.sidemenu ul {
	border: 1px solid #e2e2e2;
	border-top: none;
}

.sidemenu ul li {
	border-top: 1px solid #e2e2e2;
}

.sidemenu ul li h5 {
	height: 45px;
	line-height: 45px;
	display: block;
	padding: 0 0 0 20px;
	font-size: 15px;
	color: #333;

	cursor: pointer;
	position: relative;
}

.sidemenu ul li h5 a {
	display: block;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sidemenu ul li h5 a:hover {
	color: #da251d;
	text-decoration: underline;
}

.sidemenu ul li h5 span {
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/i4.png") no-repeat center;
	width: 40px;
	height: 45px;
	display: block;
}

.sidemenu dl {
	display: none;
}

.sidemenu dl dd {
	line-height: 24px;
	border-bottom: 1px dashed #DCDCDC;
	background: #fff;
	padding: 8px 20px;
}

.sidemenu dl dd:last-child {
	border-bottom: none;
}

.sidemenu dl dd a {
	background: url("../images/i15.png") no-repeat left 9px;
	font-size: 14px;
	padding-left: 15px;
	color: #666;
	display: block;
}

.sidemenu dl dd.active a,.sidemenu dl dd a:hover {
	color: #DA251D;
}

.sidemenu ul li.active h5 {
	color: #DA251D;
	border-bottom: 1px solid #e2e2e2;
}

.sidemenu ul li.active h5 a {
	color: #DA251D;
}

.sidemenu ul li.active span {
	background: url("../images/i4-1.png") no-repeat center;
}

.sidemenu ul li.active dl {
}

.side-nav {
	margin: 0 0 20px;
}

.side-nav ul {
}

.side-nav ul li {
	position: relative;
	line-height: 20px;
	border: 1px solid #e2e2e2;
	margin: 5px 0 0 0;
	padding: 10px 40px 10px 20px;
}

.side-nav ul li::after {
	font-family: "qico";
	content: "\e62e";
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 18px;
	line-height: 42px;
}

.side-nav ul li a {
	color: #555;
	font-size: 16px;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.side-nav ul li.active a {
	color: #DA251D;
}

.side-nav ul li.active::after {
	color: #DA251D;
}/*---------news-----------*/.newslist {
}

.newslist ul li {
	margin: 0 0 20px;
	padding: 15px;
	transition: all 0.3s ease 0s;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.newslist ul li a.pic {
	float: left;
	width: 240px;
	display: block;
	overflow: hidden;
}

.newslist ul li a.pic img {
	width: 100%;
	transition: all 0.3s ease 0s;
}

.newslist ul li .t {
	margin: 0 0 0 260px;
}

.newslist ul li .t h5 {
	font-size: 20px;
	padding: 5px 0 0;
}

.newslist ul li .t h5 a {
	color: #333;
}

.newslist ul li .t h5 a:hover {
	color: #DA251D;
}

.newslist ul li .t span {
	background: url("../images/time.png") no-repeat left center;
	padding: 0 0 0 20px;
	display: block;
	font-size: 14px;
	color: #777;
	margin: 15px 0 0 0;
}

.newslist ul li .t p {
	color: #999;
	font-size: 15px;
	height: 66px;
	overflow: hidden;
	margin: 10px 0 0 0;
	line-height: 22px;
}

.newslist ul li:hover img {
	transform: scale(1.11);
	-webkit-transform: scale(1.11);
}

.newsnr {
}

.newsnr h1 {
	font-size: 22px;
	line-height: 1;
	margin: 20px 0 0;
	color: #333;
	text-align: center;
}

.newsnr .artInfo {
	padding: 0 0 20px;
	border-bottom: 1px solid #D9D9D9;
	text-align: center;
	margin: 25px 0 0;
	position: relative;
}

.newsnr .artInfo::after {
	content: "";
	display: block;
	height: 3px;
	background: #DA251D;
	width: 100px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin: 0 0 0 -50px;
	z-index: 1;
}

.newsnr .artInfo span {
	margin: 0 10px;
	line-height: 20px;
	display: inline-block;
	font-size: 14px;
	color: #666;
}

.newsnr .artInfo span.time {
	background: url(../images/time.png) no-repeat left center;
	padding: 0 0 0 20px;
}

.newsnr .artInfo span.hit {
	background: url(../images/hit.png) no-repeat left center;
	padding: 0 0 0 23px;
}

.myart {
	margin: 20px 0;
	line-height: 26px;
	font-size: 15px;
	color: #666;
}

.myart p {
	margin: 0 0 10px;
}

.pnbar {
	margin-top: 30px;
}

.pnbar p {
	max-width: 100%;
	margin: -1px 0 0 0;
	padding: 8px 14px;
	border: 1px solid #ddd;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pnbar p a {
	color: #545454;
}

.pnbar p:hover a {
	color: #DA251D;
}
/*-----about------*/
.about {
	line-height: 24px;
	font-size: 15px;
}
.about .row{margin-bottom:20px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.about .tit{text-align:center;margin: 20px 0;}
.about .tit h3{font-size:32px;color:#333;text-align:center;text-transform: uppercase;}
.about .tit hr{width:50px;height:3px;background:#DD3E00;margin:15px auto 0;}
.about p {
	margin: 0 0 10px 0;
}
/*
.cert-list{text-align:center;}
.cert-list ul{margin:0 0 0 -2%;}
.cert-list ul li{float:left;width:31.3333%;margin:0 0 20px 19%;text-align:center;}
.cert-list ul li a{display:block;width:100%;overflow:hidden;}
.cert-list ul li img{width:100%;border:5px solid #E0E0E0;box-sizing:border-box;display:block;}
.cert-list ul li p{font-size:15px;margin:10px 0 0;color:#555;height:25px;}

*/
.cert-list1 {
	text-align: center;
}

.cert-list1 ul {
	margin: 0 0 0 -2%;
}

.cert-list1 ul li {
	float: left;
	width: 31.3333%;
	margin: 0 0 20px 2%;
	text-align: center;
}

.cert-list1 ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.cert-list1 ul li img {
	width: 100%;
	border: 1px solid #999;;
	box-sizing: border-box;
	display: block;
}

.cert-list1 ul li p {
	font-size: 15px;
	margin: 10px 0 0;
	color: #555;
}

.cert-list {
	text-align: center;
}

.cert-list ul {
	margin: 0 0 0 -3%;
}

.cert-list ul li {
	float: left;
	width: 30.3333%;
	margin: 0 0 20px 3%;
	text-align: center;
}

.cert-list ul li a {
	display: block;
	width: 100%;
	height: 379px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 5px;
}

.cert-list ul li img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
}

.cert-list ul li p {
	font-size: 15px;
	margin: 15px 0 0;
	color: #555;
}

/*-----video------*/.videolist ul {
	margin: 0 0 0 -2%;
}

.videolist ul li {
	float: left;
	width: 31.333333%;
	margin: 0 0 20px 2%;
}

.videolist ul li .v {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

.videolist ul li .v img {
	width: 100%;
	display: block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.videolist ul li .v::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	background: url("../images/video.png") no-repeat;
	display: block;
}

.videolist ul li .t {
	padding: 15px;
	background: #F3F4F7;
	box-sizing: border-box;
	position: relative;
}

.videolist ul li .t h5 {
	font-size: 16px;
	color: #333;
	text-align: center;
}

.videolist ul li:hover img {
	transform: scale(1.11);
	-webkit-transform: scale(1.11);
}

.projectlist ul {
	margin: 0 0 0 -2%;
}

.projectlist ul li {
	float: left;
	width: 31.3333333%;
	margin: 0 0 20px 2%;
	cursor: pointer;
}

.projectlist ul li .pic {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.projectlist ul li .pic img {
	width: 100%;
	display: block;
	transition: all 0.3s ease 0s;
}

.projectlist ul li h5 {
	padding: 15px 10px 15px;
	font-size: 15px;
	color: #333;
	text-align: center;
}

.projectlist ul li:hover img {
	transform: scale(1.11);
	-webkit-transform: scale(1.11);
}

.support ul {
	margin: 0 0 0 -75px;
}

.support ul li {
	background: #fff;
	float: left;
	width: 350px;
	overflow: hidden;
	margin: 30px 0 5px 75px;
	border-radius: 10px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.176);
}

.support ul li a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.support ul li img {
	width: 100%;
	height: auto;
}

.support ul li h6 {
	text-align: center;
	font-size: 18px;
	margin: 30px 0 0 0
}

.support ul li p {
	background: #838280;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	margin: 30px 0 0 0;
	color: #fff;
}

.support ul li p img {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.support ul li a:hover {
	color: #F38001;
}

.support ul li:hover p {
	background: #F38001;
	color: #fff;
}

.faq ul {
}

.faq ul li {
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	border-left: 2px solid #DA251D;
	padding: 20px;
	cursor: pointer;
}

.faq ul li .tit {
	height: 30px;
	overflow: hidden;
	color: #202020;
	cursor: pointer;
}

.faq ul li .tit .date-month {
	float: left;
	width: 20px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	display: block;
	text-align: center;
}

.faq ul li .tit h4 {
	font-size: 16px;
	color: #222;
	line-height: 30px;
	height: 30px;
	margin: 0 0 0 30px;
}

.faq ul li .con {
	color: #666;overflow: hidden;
}

.faq ul li .con .date-day {
	float: left;
	width: 20px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	display: block;
	text-align: center;
}

.faq ul li .con .t {
	margin: 0 0 0 30px;
	font-size: 16px;
	line-height: 21px;
	color: #666;
	padding: 3px 0 0;
}

.faq ul li:hover {
	box-shadow: rgba(0,0,0,0.09) 0px 6px 9px 0px;
}/*-----products------*/.pro-list ul {
	margin: 0 0 0 -2%;
}

.pro-list ul li {
	float: left;
	width: 31.33333%;
	position: relative;
	border: 1px solid #D9D9D9;
	padding: 10px 10px 0;
	text-align: center;
	background: #fff;
	margin: 0 0 20px 2%;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}

.pro-list ul li .pic {
	width: 100%;
	display: block;
}

.pro-list ul li .pic img {
	width: 100%;
	display: block;
}

.pro-list ul li h6 {
	height: 70px;
	font-size: 17px;
	text-transform: capitalize;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

.pro-list ul li h6 a {
	color: #333;
	line-height: 20px;
}

.pro-list ul li h6 a:hover {
	color: #DA251D;
}

.pro-list ul li:hover {
	border: 1px solid #BAD0EA;
	box-shadow: 1px 2px 5px rgba(31,96,164,0.3);
}

.pro-list-col ul {
	margin: 0 0 0 -2%;
}

.pro-list-col ul li {
	float: left;
	width: 18.33333%;
	position: relative;
/*! border:1px solid #D9D9D9; *//*! padding:10px 10px 0; */
	text-align: center;
	background: #fff;
	margin: 0 0 10px 1%;
	cursor: pointer;
	box-sizing: border-box;
/*! box-shadow:1px 2px 5px rgba(0,0,0,0.1); */
}

.pro-list-col ul li .pic {
	width: 100%;
	display: block;
}

.pro-list-col ul li .pic img {
	width: 100%;
	display: block;
}

.pro-list-col ul li h6 {
/*! height:70px; */
	font-size: 17px;
	text-transform: capitalize;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

.pro-list-col ul li h6 a {
	color: #333;
	line-height: 20px;
}

.pro-list-col ul li h6 a:hover {
	color: #DA251D;
}

.pro-list ul li:hover {
	border: 1px solid #BAD0EA;
	box-shadow: 1px 2px 5px rgba(31,96,164,0.3);
}/*-----pro-view----*/div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

img.jqzoom {
	cursor: crosshair;
	position: relative;
}

.pro_view {
	overflow: hidden;
}

.pro_img {
	float: left;
	width: 450px;
}

.pro_img .view {
	width: 100%;
	border: 1px solid #E5E8EA;
	position: relative;
}

.pro_img .view .swiper-container {
	width: 100%;
}

.pro_img .view .swiper-container img {
	width: 100%;
	display: block;
}

.pro_img .view .arrow-left,.pro_img .view .arrow-right {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 50px;
	z-index: 10;
	text-align: center;
}

.pro_img .view .arrow-left {
	left: 0;
}

.pro_img .view .arrow-right {
	right: 0;
}

.pro_img .view .arrow-left i,.pro_img .view .arrow-right i {
	color: #fff;
	font-size: 15px;
	line-height: 50px;
}

.pro_img .preview {
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}

.pro_img .preview .swiper-container {
	width: 100%;
	text-align: center;
}

.pro_img .preview .swiper-wrapper {
	justify-content: center;
}

.pro_img .preview .swiper-slide {
	cursor: pointer;
	width: 55px;
	padding: 10px 0 0;
	margin: 0 2px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.pro_img .preview .swiper-slide::after {
	display: none;
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	border-width: 5px;
	border-style: dashed;
	border-bottom-style: dashed;
	border-color: transparent;
	border-bottom-color: transparent;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-color: #DA251D;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -5px;
}

.pro_img .preview .swiper-slide img {
	width: 100%;
	border: 1px solid #D9D9D9;
	padding: 2px;
	box-sizing: border-box;
}

.pro_img .preview .active-nav img {
	border: 1px solid #DA251D;
}

.pro_img .preview .swiper-slide.active-nav::after {
	display: inline-block;
}

.pro_view_inner {margin-left: 470px;}

.pro_view_inner h1 {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0 0 0;
}

.pro_view_inner h5 {
	color: #333;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.pro_view_inner p {
	margin: 5px 0 0 0;
	line-height: 23px;
	font-size: 14px;
}

.pro_view_inner .pro_para {
	margin: 15px 0 0 0;
}


.pro_view_inner .pro_para .table-response {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.pro_view_inner .pro_para table {
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	border: 1px solid #D9D9D9;
	color: #333;
	font-size: 13px;
}

.pro_view_inner .pro_para table tr > th {
	padding: 8px 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #D9D9D9;
	font-weight: bold;
}
.pro_view_inner .pro_para sup{font-size:8px;vertical-align:text-top;}
.pro_view_inner .pro_para table tr > td {
	padding: 8px 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #D9D9D9;
}

.pro_view_inner .btn{margin:20px 0 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.pro_view_inner .book {
	height: 42px;
	line-height: 42px;
	width: 180px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: block;
	background: #DA251D;
	
}

.pro_view_inner p a.book:hover {
	background: #A70D08;
}

.pro_text {
	margin: 30px 0 0 0;
	position: relative;
}

.pro_tab {
	height: 50px;
	margin: 0 0 20px 0;
	border: 1px solid #E8E8E8;
	background: #fff;
	width: 880px;
	box-sizing: border-box;
	z-index: 99;
}

.pro_tab ul li {
	float: left;
	margin: -1px 0 0 0;
	padding: 0 30px;
	line-height: 48px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.pro_tab ul li:hover {
	color: #1F60A4;
}

.pro_tab ul li.pro_menu_over {
	border-top: 2px solid #1F60A4;
	color: #1F60A4;
}

.pro_text .tit {
	height: 50px;
	background: #F3F3F3;
	padding: 10px 0 0;
	box-sizing: border-box;
}

.pro_text .tit h5 {
	border-left: 3px solid #DA251D;
	padding: 0 0 0 20px;
	color: #333;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}

.pro-scroll {
	padding: 0 0 20px;
}

.pro-scroll .pro-content {
	font-size: 15px;
	line-height: 30px;
	margin: 10px 0 0 0;
	color: #333;
}

.pro-scroll .pro-content p {
	margin: 5px 0 0 0;
}

.pro-scroll .pro-content img {
	margin: 15px 0;
	/*! display: block; */
}

.pro-scroll .pro-content .table-response {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.pro-scroll .pro-content table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	color: #333;
}

.pro-scroll .pro-content table tr > th {
	padding: 8px 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #D9D9D9;
	font-weight: bold;
}
.pro-scroll .pro-content sup{font-size:8px;vertical-align:text-top;}
.pro-scroll .pro-content table tr > td {
	padding: 8px 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #D9D9D9;
}

.pro-inquiry .tit {
	margin: 25px 0 25px 0;
	background: #E50012;
	text-align: center;
}

.pro-inquiry .tit h5 {
	font-style: italic;
	color: #fff;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	font-size: 18px;
}

.pro-inquiry .tit h5 b {
	font-size: 30px;
	font-style: italic;
}

.rela-pro {
	margin-top: 15px
}

.rela-pro .tit {
	height: 37px;
	line-height: 36px;
	margin: 0 0 0 0;
	border-bottom: 2px solid #E0E0E0;
}

.rela-pro .tit h4 {
	font-size: 20px;
	color: #444;
}

.rela-pro ul {
	margin: 0 0 0 -2%;
}

.rela-pro ul li {
	width: 31.33333333%;
	float: left;
	text-align: center;
	background: #fff;
	border: 1px solid #C9C9C9;
	padding: 8px 8px 0;
	margin: 20px 0 0 2%;
	cursor: pointer;
	box-sizing: border-box;
}

.rela-pro ul li .pic {
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.rela-pro ul li .pic img {
	width: 100%;
	display: block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.rela-pro ul li h6 {
	height: 60px;
	font-size: 16px;
	text-transform: capitalize;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

.rela-pro ul li h6 a {
	color: #333;
	line-height: 22px;
}

.rela-pro ul li h6 a:hover {
	color: #E62129;
}

.rela-pro ul li:hover {
	border: 1px solid #DA251D;
}

.rela-pro ul li:hover h6 a {
	color: #0A8AE3;
}

.rela-pro ul li:hover a.pic img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
}/*contact*/.stit {
	padding: 30px 0 0 0;
}

.stit h3 {
	font-size: 46px;
	color: #333;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}

.stit hr {
	width: 232px;
	height: 21px;
	background: url(../images/hr1.png);
	border: none;
	margin: 15px auto 0;
}

.contact {
	margin: 20px 0 0 0;
}

.contact p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

.contact ul {
	margin: 40px 0 0 0;
}

.contact ul li {
	float: left;
	width: 20%;
	padding: 20px 15px 0;
	box-sizing: border-box;
	height: 180px;
	text-align: center;
	border-right: 1px solid #EBEBEB;
}

.contact ul li:last-child {
	border-right: none;
}

.contact ul li i {
	font-size: 40px;
	color: #DA251D;
}

.contact ul li h6 {
	font-size: 17px;
	color: #333;
	margin: 15px 0 0 0;
	font-weight: bold;
}

.contact ul li p {
	color: #666;
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 24px;
}

.contact ul li p a {
	color: #666;
}

.contact ul li p a:hover {
	color: #DA251D;
}

.contact hr {
	width: 100%;
	background: #D9D9D9;
	height: 1px;
	border: none;
	margin: 30px 0;
}

.map {
	margin: 20px 0 0 0;
}

.map img {
	width: 100%;
}

.linetit {
	margin: 60px 0 0 0;
}

.linetit h4 {
	position: relative;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 2px solid transparent;
	font-size: 22px;
	line-height: 20px;
	color: #222;
	text-align: center;
}

.linetit p{font-size:16px;text-align:center;line-height: 25px;}


.linetit h4::before {
	content: "";
	display: block;
	border-top: 1px dashed #D1CFCF;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.linetit h4 span {
	background: #fff;
	text-transform: uppercase;
	font-size: 26px;
	color: #333;
	width: auto;
	padding: 8px 10px;
	text-align: center;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.contact-inquiry {
	margin: 40px 0 0;
}

.contact-inquiry .inquirbox {
}

.inquirbox {
}
.contact-inquiry{margin-top:80px;}
.contact-inquiry .tit{float:left;width:380px;}
.contact-inquiry .tit h5{font-size:38px;color:#000;font-weight:bold;}
.contact-inquiry .tit p{font-size:16px;color:#595959;margin-top:15px;}

.contact-inquiry .inquirbox{float:right;width:768px;}
.inquirbox .row {
	margin-bottom: 15px;
}

.inquirbox input[type="text"],.inquirbox textarea {
	padding: 10px 10px;
	font-size: 14px;
	border: 1px solid #D2D2CF;
	width: 100%;
	line-height: 22px;
	text-align: left;
	color: #111;
	box-sizing: border-box;
}

.inquirbox textarea {
	max-width: 100%;
	width: 100%;
	resize: none;
}

.inquirbox input[type="text"]:focus,.inquirbox textarea:focus {
	box-shadow: 0 0 5px #999;
	border-color: #999;
}

.inquirbox .red {
	color: #f00;
	font-weight: bold;
}

.inquirbox .yzm {
	width: 70%;
	margin-right: 10px;
}

.inquirbox img {
	cursor: pointer;
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
}

.inquirbox input[type="submit"] {
	display: block;
	margin: 0 auto;
	background: #DA251D;
	color: #fff;
	line-height: 40px;
	width: 130px;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}/*-----分页----*/.digg {
	padding: 20px 0 0;
	margin: 30px 0 0;
	text-align: center;
}

.digg a,.digg span {
	line-height: 16px;
	padding: 7px 12px;
	margin: 0 2px;
	display: inline-block;
	border: 1px solid #bebebe;
	background: #fff;
	font-size: 14px;
	border-radius: 3px;
}

.digg a:active {
	border: #0A5A6A 1px solid;
	color: #f18101;
}

.digg span.disabled {
	color: #fff;
	border: 1px solid #F18101;
	background: #fff;
}

.digg span.disabled,.digg a:hover {
	background: #DA251D;
	border: 1px solid #DA251D;
	box-shadow: 0 1px 0 0 #fff;
	color: #fff!important;
}