@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/

/*新闻详细页start*/

.newsViewBox {
	position: relative;
	background: #fff;
	padding: 30px 50px;
}

.newsViewTop {
	width: 100%;
	position: relative;
	height: 140px;
	top: 0px;
	left: 0;
	background: #fff;
	z-index: 5;
}

.newsViewTopC {
	padding: 0 30px;
}

.articleTitle {
	clear: both;
	line-height: 40px;
	font-size: 24px;
	font-family: "microsoft yahei";
	color: #333333;
	position: relative;
	padding: 0 30px;
}

.articleTime {
	display: block;
	height: 56px;
	clear: both;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	padding: 0 30px;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #0061b6;
}

.articlePage a.hover {
	color: #fff;
	background: #0061b6;
}

.articleBox {
	line-height: 32px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 99;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

.pageUp {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0 10px;
	border-top: 1px solid #ddd;
}

.pageUpC {
	display: inline-block;
}

.pageUp a {
	float: left;
	display: block;
	width: 206px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f2f2f2;
	font-size: 16px;
	color: #999999;
}

.pageUp .pageC {
	margin: 0 55px;
	background: #0061b6;
	color: #fff;
}

.pageUp a:hover {
	background: #0061b6;
	color: #fff;
}

.articleShare {
	display: inline;
}

.articleShare .bshare-custom {
	display: inline;
}

.articleShare a {
	padding: 0 !important;
	height: 28px !important;
	width: 25px !important;
	background: url(../images/atIco.png)no-repeat !important;
}

.articleShare .bshare-qzone {
	background-position: -7px -7px !important;
}

.articleShare .bshare-qqim {
	background-position: -38px -7px !important;
}

.articleShare .bshare-sinaminiblog {
	background-position: -68px -7px !important;
}

.articleShare .bshare-weixin {
	background-position: -99px -7px !important;
}

.pageUp a:hover {
	color: #fff;
}

.pageUp .pageC:hover {
	color: #fff;
}

/*单篇+文章页end*/

/*单篇+文章页end*/

/*全图列表页start*/

.imgList {
	padding: 5px 0;
	margin: 0 -13px;
}

.imgList dd {
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 26px;
}

.imgList dd .con {
	background: #fff;
	margin: 0 13px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	border-radius: 3px;
	overflow: hidden;
}

.imgList dd .con .pic:before {
	padding-top: 56.4935%;
}

.imgList dd .con .text {
	padding: 20px 20px 14px;
}

.imgList dd .con .text .time {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
}

.imgList dd .con .text .title {
	height: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
}

.imgList dd .con .text .title a {
	display: block;
	height: 60px;
	color: #333;
}

.viewMore {
	height: 25px;
	line-height: 25px;
}

.viewMore a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
}

.viewMore a span {
	display: block;
	padding-right: 30px;
	font-size: 14px;
	color: #999;
	background: url(../images/moreA.png) right center no-repeat;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.imgList dd .con:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 3px 0 7px rgba(0, 0, 0, .1);
}

.imgList dd .con:hover .title a {
	color: #0061b6;
}

.viewMore:hover span {
	color: #0061b6;
	background: url(../images/moreA_h.png) right center no-repeat;
}

/*全图列表页end*/

/*图文列表页start*/

.imText dd {
	padding: 10px 0;
}

.imText .con {
	padding: 20px;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	overflow: hidden;
	border-radius: 3px;
}

.imText .con .pic {
	width: 360px;
	margin-right: 20px;
}

.imText .con .pic:before {
	padding-top: 60%;
}

.imText .con .text {
	overflow: hidden;
}

.imText .con .text .time {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.imText .con .text .title {
	height: 35px;
	line-height: 35px;
	margin-bottom: 22px;
}

.imText .con .text .title a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #333;

}

.imText .con .text .textC {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin-bottom: 9px;
}

.imText .con:hover {
	position: relative;
	z-index: 9;
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.imText .con:hover .text .title a {
	color: #0061b6;
}

/*图文列表页end*/

/*全文列表页start*/

/*全文列表页end*/

/*发展历程start*/

.eventView {
	padding-top: 12px;
}

.eventViewLine {
	position: relative;
	margin: 22px 67px 0;
	height: 2px;
	z-index: 1;
}

.eventViewLine:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 12px;
	background: #bcbcbc;
	left: 0;
}

.eventColumnScroll {
	position: relative;
	margin: 0 67px;
	z-index: 5;
}

.eventColumnScroll .con {
	margin: 0 46px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventContent {
	position: relative;
}

.eventContent i {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	left: 50%;
	top: 0px;
	border-radius: 22px;
	position: relative;
	z-index: 5;
	background: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-left: -11px;
}

.eventContent i em {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 4px;
	top: 4px;
	background: #0061b6;
	border-radius: 14px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventC {
	position: relative;
	padding-top: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventColumnScroll .con:hover .eventC {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.eventC span {
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 auto;
}

.eventC span:after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	top: -5px;
	border: 8px solid transparent;
	border-bottom-color: #d2d2d2;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventTitle {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	background: #d2d2d2;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventDivC {
	padding: 15px 20px 30px;
	background: #fff;
}

.eventSpan {
	padding-left: 45px;
	position: relative;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.eventSpan:after {
	display: block;
	content: "";
	position: absolute;
	width: 22px;
	height: 2px;
	left: 0;
	background: #d2d2d2;
	top: 13px;
}

.eventColumnScroll .prev {
	position: absolute;
	width: 46px;
	height: 46px;
	top: -12px;
	left: -46px;
	cursor: pointer;
	background: url(../images/eventP.png) center center no-repeat;
}

.eventColumnScroll .next {
	position: absolute;
	width: 46px;
	height: 46px;
	top: -12px;
	right: -46px;
	cursor: pointer;
	background: url(../images/eventN.png) center center no-repeat;
}

.eventColumnScroll .con:hover i {
	background: #0061b6;
}

.eventColumnScroll .con:hover i em {
	background: #fff;
}

.eventColumnScroll .con:hover .eventC span:after {
	border-bottom-color: #0061b6;
}

.eventColumnScroll .con:hover .eventTitle {
	background: #0061b6;
	color: #fff;
}

/*发展历程end*/

/*专家团队start*/

.eventTitle {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

.eventBtn {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #428a7b;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.eventBtn a {
	color: #fff;
	display: block;
}

.courseBox {
	position: relative;
	padding: 40px;
}

.course .bt2 {
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 200px;
	border-radius: 90px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 9;
}

.courseBox .bt2.prev {
	left: -45px;
	background: rgba(0, 0, 0, 0.1) url(../images/team1.png) no-repeat 50px center;
}

.courseBox .bt2.prev:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.courseBox .bt2.next {
	right: -45px;
	background: #b5b5b5 url(../images/team2.png) no-repeat 20px center;
}

.courseBox .bt2.next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.event .eventIntr {
	color: #666;
}

.course {
	overflow: hidden;
	position: relative;
}

.course .hd {
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 1200px;
}

.courseLine1 {
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: transparent;
}

.course_ul {
	width: 20000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.course_ul li {
	width: 240px;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
}

.course_ul li span {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.course_ul li span:after {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 16px;
	left: 50%;
	margin-left: -1px;
	bottom: 0;
	background: #ccc;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.course_ul li.on span:after {
	background: #0061b6;
}

.teamName {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #000;
	text-align: center;
}

.expert {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.courseLine {
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #ebebeb;
	position: absolute;
	left: 0px;
	bottom: 195px;
	z-index: 2;
}

.courseLine i {
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
}

.course .bd {
	height: 500px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px #e2e2e2;
	box-shadow: 0px 0px 8px #e2e2e2;
	background: url(../images/teamBg.jpg) top left no-repeat;
}

.course_dl {
	overflow: hidden;
}

.course_dl dd {
	overflow: hidden;
}

.courseCont {
	overflow: hidden;
	/*padding: 30px;*/
}

.courseL {
	width: 495px;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 100px;
}

.courseL a {
	display: block;
	height: 400px;
	overflow: hidden;
	width: 495px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.courseR {
	overflow: hidden;
}

.courseBg {
	height: 109px;
	line-height: 60px;
	/*width: 380px;*/
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size:72px;
	font-family: 'LINE';
	color: #ccc;
	/*transform: scaleX(0.95);
	-webkit-transform: scaleX(0.95);*/
}

.courseYear {
	overflow: hidden;
	margin-top: -22px;
	overflow: hidden;
	line-height: 50px;
	font-size: 48px;
	color: #000;
	font-weight: bold;
}

.courseItro {
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 10px 0;
}

.courseDeta {
	overflow: hidden;
	height: 175px;
}

.courseCont_ul {
	padding-right: 25px;
	overflow: hidden;
}

.courseCont_ul li .courseLi .coursLiText {
	line-height: 26px;
	font-size: 14px;
	color: #999;
	position: relative;
	z-index: 2;
	text-align: justify;
	padding-right: 10px;
}

.aboutRow2 .wrap {
	position: relative;
	z-index: 3;
}

.aboutRow2Bg {
	width: 100%;
	height: 750px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.bdCont {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	background: #fff;
}

.bdEm {
	width: 30px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/courseTrangle.png) no-repeat center center;
}

.headPic {
	width: 86px;
	height: 86px;
	border-radius: 86px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.course_ul li.on .headPic:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	border: 1px solid #0061b6;
	border-radius: 100%;
}

.headPic img {
	display: block;
	width: 86px;
	height: 86px;
	object-fit: cover;
	object-fit: center center;
}

.couursePlay {
	width: 135px;
	height: 40px;
	border: 1px solid #0061b6;
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
}

.couursePlay a {
	display: block;
	height: 40px;
	line-height: 40px;
}

.couursePlay a span {
	display: inline-block;
	padding-left: 32px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #0061b6;
	background: url(../images/pay2.png) left center no-repeat;
}

/*专家团队end*/

/*招聘表单start*/

/*招聘表单end*/

/*留言start*/

.formDl {
	margin-right: -60px;
}

.formDl dd {
	margin-bottom: 50px;
	float: left;
	display: inline;
	width: 33.333%;
}

.formDl dd .con {
	margin-right: 60px;
}

.formTitle {
	height: 48px;
	line-height: 48px;
	width: 50px;
	text-align: right;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}

.formTitle i {
	font-style: normal;
	color: #ff0000;
}

.w_280 {
	width: 280px;
}

.w_710 {
	width: 710px;
}

.formBox {
	overflow: hidden;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	background: #fff;
}

.formDiv {
	padding: 0 5px;
	overflow: hidden;
}

.formInput {
	background: none;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #333;
	outline: none;
	border: none;
}

.formArea {
	background: none;
	width: 100%;
	height: 120px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	outline: none;
	border: none;
	padding: 15px 0;
	resize: none;
}

.w_175 {
	width: 175px;
}

.code {
	padding-left: 10px;
	overflow: hidden;
}

.code img {
	display: block;
	height: 50px;
	line-height: 50px;
}

.dtBtn {
	float: left;
	display: inline;
	width: 182px;
	height: 50px;
	line-height: 50px;
	background: #0061b6;
	text-align: center;
}

.dtBtn a {
	text-align: center;
	font-size: 14px;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

.dtBtn:hover {
	opacity: 0.8;
}

/*留言end*/

/*联系我们start*/

.contactColumn1 {
	height: 700px;
	background: #fff;
	overflow: hidden;
}

.mapBox {
	height: 310px;
	overflow: hidden;
	background: #f5f5f5;
}

.contactDl {
	overflow: hidden;
}

.contactDl dd {
	float: left;
	display: inline;
	margin-bottom: 18px;
}

.contactDl dd.dd1,
.contactDl dd.dd4 {
	width: 45%;
}

.contactDl dd.dd2,
.contactDl dd.dd5 {
	width: 35%;
}

.contactDl dd.dd3,
.contactDl dd.dd6 {
	width: 20%;
}

.contactDl .trCon {
	position: relative;
	height: 42px;
	padding-left: 55px;
	line-height: 42px;
	font-size: 14px;
	color: #000;
}

.contactDl .trCon:after {
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #0061b6;
	border-radius: 50%;
	top: 0;
	left: 0;
}

.contactDl dd.dd1 .trCon:after {
	background: url(../images/ct1.png) center center no-repeat;
}

.contactDl dd.dd2 .trCon:after {
	background: url(../images/ct2.png) center center no-repeat;
}

.contactDl dd.dd3 .trCon:after {
	background: url(../images/ct3.png) center center no-repeat;
}

.contactDl dd.dd4 .trCon:after {
	background: url(../images/ct4.png) center center no-repeat;
}

.contactDl dd.dd5 .trCon:after {
	background: url(../images/ct5.png) center center no-repeat;
}

.contactDl dd.dd6 .trCon:after {
	background: url(../images/ct6.png) center center no-repeat;
}

.contactColumn2 {
	position: relative;
	height: 700px;
	overflow: hidden;
}

/*联系我们 end*/

/*赵航start*/

/* 产品综合页开始 */

.productBox {
	overflow: hidden;
	position: relative;
	padding: 82px 0 68px 0;
}

.productBox .productBg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.productBox .productBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productSlicKBox {
	position: relative;
	width: 52%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 96px;
}

.productSlicKBox .myslid {
	width: 100%;
}

.productSlicKBox .myslide .pic {
	position: relative
}

.productSlicKBox .myslide .pic:before {
	display: block;
	content: " ";
	padding-top: 100%;
}

.productSlicKBox .myslide .pic img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.productSlicKBox .bd .prev {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 0;
	width: 52px;
	height: 52px;
	cursor: pointer;
	opacity: 0.7;
}

.productSlicKBox .bd .next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: 0;
	width: 52px;
	height: 52px;
	cursor: pointer;
	opacity: 0.7
}

.productSlicKBox .bd .prev:hover {
	opacity: 1;
	margin-top: -30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productSlicKBox .bd .next:hover {
	opacity: 1;
	margin-top: -30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.productTextBox {
	overflow: hidden;
	padding: 135px 24px 0 0;
}

.productTextBox .title a {
	line-height: 60px;
	font-size: 48px;
	color: #0061b6;
	font-weight: bold;
}

.productTextBox .subTitle {
	line-height: 30px;
	font-size: 20px;
	color: #0061b6;
	margin-bottom: 18px;
}

.productTextBox .text {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}

.productTextBox .more {
	padding-top: 32px;
	width: 126px;
}

.productTextBox .more a {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	width: 126px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #0061b6;
	border-radius: 32px;
}

.productTextBox .more a:before {
	z-index: -1;
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	right: 0;
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transform-origin: 0 0;
}

.productTextBox .more:hover a:before {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}

.productColumn1 .productSlicKBox {
	margin-right: 12%;
}

.productColumn1 .productSlicKBox .bd .prev {
	background: url(../images/cpIcn1.png) no-repeat center center;
}

.productColumn1 .productSlicKBox .bd .next {
	background: url(../images/cpIcn2.png) no-repeat center center;
}

.productColumn1 .productTextBox .title a {
	color: #0061b6;
}

.productColumn1 .productTextBox .subTitle {
	color: #0061b6;
}

.productColumn1 .productTextBox .more a {
	border: 1px solid #0061b6;
	color: #0061b6;
}

.productColumn1 .productTextBox .more:hover a {
	color: #ffffff;
}

.productColumn1 .productTextBox .more a:before {
	background: #0061b6;
}

.productColumn2 .productSlicKBox {
	margin-left: 12%;
}

.productColumn2 .productSlicKBox .bd .prev {
	background: url(../images/cpIcn3.png) no-repeat center center;
}

.productColumn2 .productSlicKBox .bd .next {
	background: url(../images/cpIcn4.png) no-repeat center center;
}

.productColumn2 .productTextBox .title a {
	color: #c15858;
}

.productColumn2 .productTextBox .subTitle {
	color: #c15858;
}

.productColumn2 .productTextBox .more a {
	border: 1px solid #c15858;
	color: #c15858;
}

.productColumn2 .productTextBox .more:hover a {
	color: #ffffff;
}

.productColumn2 .productTextBox .more a:before {
	background: #c15858;
}

.productColumn3 .productSlicKBox {
	margin-left: 12%;
}

.productColumn3 .productSlicKBox .bd .prev {
	background: url(../images/cpIcn5.png) no-repeat center center;
}

.productColumn3 .productSlicKBox .bd .next {
	background: url(../images/cpIcn6.png) no-repeat center center;
}

.productColumn3 .productTextBox .title a {
	color: #617f3e;
}

.productColumn3 .productTextBox .subTitle {
	color: #617f3e;
}

.productColumn3 .productTextBox .more a {
	border: 1px solid #617f3e;
	color: #617f3e;
}

.productColumn3 .productTextBox .more:hover a {
	color: #ffffff;
}

.productColumn3 .productTextBox .more a:before {
	background: #617f3e;
}


.product2 {
	overflow: hidden;
	position: relative;
	padding: 138px 0 105px 0;
}

.product2 .productBg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.product2 .productBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product2 .product2SlicK {
	width: 28%;
	padding: 0 160px 0 200px;
}

.product2 .product2SlicK .bd {
	position: relative;
}

.product2 .slideBox {
	width: 100%;
}

.product2 .slideBox .pic {
	position: relative
}

.product2 .slideBox .pic:before {
	display: block;
	content: " ";
	padding-top: 100%;
}

.product2 .slideBox .pic img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.product2 .product2TextBox {
	overflow: hidden;
	margin-right: 100px;
}

.product2 .product2TextBox .title {
	padding: 40px 0 26px;
	background-repeat: no-repeat;
	background-position: left top;
}

.product2 .product2TextBox .title a {
	height: 46px;
	line-height: 46px;
	font-size: 40px;
	color: #434444;
}

.product2 .product2TextBox .text {
	line-height: 36px;
	font-size: 18px;
	color: #4c4c4c;
}

.product2 .purchaseBnt a {
	display: inline-block;
	width: 78px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: center center;
}

.productView {
	background: #fff;
	overflow: hidden;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	padding-top: 30px;
}

.productView img {
	max-width: 100%;
	vertical-align: top;
}

.product2 .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.product2 .slick-dots li {
	background: #afb3b3;
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.product2 .slick-dots .slick-active {
	background: #6f6f6f;
}

.product2 .productSlicKBox .bd .prev {
	display: none;
}

.product2 .productSlicKBox .bd .next {
	display: none;
}

/* 全图列表页开始 */

.imgListBox {
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	padding-top: 732px;
	background-repeat: no-repeat;
	background-position: center top;
}

.imgListBox .imgListBg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.searchBox {
	position: relative;
	width: 794px;
	padding: 15px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.1);
	padding-right: 174px;
}

.searchBox a {
	display: block;
	position: absolute;
	width: 140px;
	height: 56px;
	line-height: 56px;
	background: #ffa03c;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	right: 15px;
	top: 15px;
}

.searchBox .input {
	display: block;
	background: #FFFFFF;
	width: 100%;
	height: 56px;
}

.searchBox .input input {
	background: #FFFFFF;
	width: 100%;
	padding: 0 20px;
	height: 56px;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.searchBox .input input::-webkit-input-placeholder {
	color: #666666;
	font-size: 16px;
	text-align: left;
}

.submenu {
	width: 100%;
	height: 60px;
}

.submenu:before {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	visibility: hidden;
}

.submenu a {
	display: block;
	float: left;
}

.submenu a .con {
	position: relative;
	background: #FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	margin-right: 1px;
	transition: all 300ms;
}

.submenu a .con span {
	display: block;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	position: absolute;
	visibility: hidden;
	left: 50%;
	margin-left: -7px;
	bottom: -14px;
	transition: all 300ms;
}

.submenu .sub-a2 .con {
	color:#c05656;
}

.submenu .sub-a1 .con {
	color:  #0061b6;
}

.submenu .sub-a3 .con {
	color: #607e3e;
}

.submenu .sub-a2:hover .con {
	color: #FFFFFF;
	background: #c05656;
}

.submenu .sub-a2:hover .con span {
	visibility: visible;
	border-top-color: #c05656;
}

.submenu .sub-a1:hover .con {
	color: #FFFFFF;
	background: #0061b6;
}

.submenu .sub-a1:hover .con span {
	visibility: visible;
	border-top-color: #0061b6;
}

.submenu .sub-a3:hover .con {
	color: #FFFFFF;
	background: #607e3e;
}

.submenu .sub-a3:hover .con span {
	visibility: visible;
	border-top-color: #607e3e;
}

.submenu .sub-a1.hover .con {
	color: #FFFFFF;
	background: #0061b6;
}

.submenu .sub-a1.hover .con span {
	visibility: visible;
	border-top-color: #0061b6;
}

.submenu .sub-a2.hover .con {
	color: #FFFFFF;
	background: #c05656;
}

.submenu .sub-a2.hover .con span {
	visibility: visible;
	border-top-color: #c05656;
}

.submenu .sub-a3.hover .con {
	color: #FFFFFF;
	background: #607e3e;
}

.submenu .sub-a3.hover .con span {
	visibility: visible;
	border-top-color: #607e3e;
}

.productImgList1 {
	margin-right: -50px;
}

.productImgList1 dd {
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 30px;
}

.productImgList1 dd .con {
	position: relative;
	top: 0px;
	overflow: hidden;
	margin-right: 50px;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
}

.productImgList1 dd .a {
	display: block;
}

.productImgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	background: #FFFFFF;
}

.productImgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 100%;
}

.productImgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.productImgList1 dd .text {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 10px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	background: #f7f7f7;
}

.productImgList1 dd:hover .con {
	top: -15px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
}

.productImgList2 {
	margin-right: -58px;
}

.productImgList2 dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.productImgList2 dd .con {
	position: relative;
	margin-right: 58px;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	z-index: 1;
}

.productImgList2 dd .con .shadow {
	z-index: -1;
	position: absolute;
	height: 148px;
	width: 140%;
	margin-left: -70px;
	background: url(../images/shadow.png) no-repeat center center;
	object-fit: fill;
	bottom: -74px;
	background-size: 100% auto;
}

.productImgList2 dd .con span {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	box-shadow: 0 0 7px #00000094;
	-webkit-box-shadow: 0 5px 5px #00000094;
	z-index: 0;
	bottom: 1px;
}

.productImgList2 dd .a {
	display: block;
}

.productImgList2 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.productImgList2 dd .pic:before {
	display: block;
	content: '';
	padding-top: 100%;
}

.productImgList2 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.productImgList2 dd .pic .bottomBg {
	width: 100%;
	height: 15%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(../images/bottomBg1.png) no-repeat center center;
	object-fit: fill;
}

.productImgList2 dd .textBox {
	background: #FFFFFF;
	padding: 38px 0;
}

.productImgList2 dd .textBox .text1 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.productImgList2 dd .textBox .text2 {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #0061b6;
	text-align: center;
}

.productImgList2 dd .textBox .more {
	padding-top: 16px;
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	color: #0061b6;
	text-align: center;
}


/*
-----------------------------内页样式end-----------------------------
*/


/*弹出的详细页*/
.contentBox{
    position: relative;
   /* background: #fff;*/
    overflow: hidden;
    
}
.contentList{
    overflow: hidden;
    -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.contentList.hover{
    transform: scale(0.7);
    filter: blur(8px);
}
.loadBg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.loadBg.hover{
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
}
.loadIco{
    position: absolute;
    background:#fff url(../images/loading.gif) center center no-repeat;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    border-radius: 5px;
}
.windowView{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    visibility:hidden;
    -webkit-transform:translateY(100%) scale(.5,.5);
    -moz-transform:translateY(100%) scale(.5,.5);
    -ms-transform:translateY(100%) scale(.5,.5);
    transform:translateY(100%) scale(.5,.5);
    -moz-transition:all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.windowView.newsView{
    background: #f0f0f0;
}
.windowView.on{ 
    visibility:visible;
    -webkit-transform:translateY(0%) scale(.5,.5);
    -moz-transform:translateY(0%) scale(.5,.5);
    -ms-transform:translateY(0%) scale(.5,.5);
    transform:translateY(0%) scale(.5,.5);
    -moz-transition:all .5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all .5s cubic-bezier(0.23, 1, 0.32, 1);
 }
.windowView.s{
    -moz-transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform:translateY(0%) scale(1,1);
    -moz-transform:translateY(0%) scale(1,1);
    -ms-transform:translateY(0%) scale(1,1);
    transform:translateY(0%) scale(1,1);
}
.contentView{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
	background: #f5f5f5;
}
.contentView::-webkit-scrollbar {width:8px;background:#f0f0f0;}
.contentView::-webkit-scrollbar-button {display: none;}
.contentView::-webkit-scrollbar-thumb {width:8px;background:#f0f0f0; border-radius:8px;}
.contentView::-webkit-scrollbar-corner {background:#f0f0f0;}
.viewClose{
    width: 31px;
    height: 31px;
    background: url(../images/close.svg) no-repeat 50% 50%;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.viewClose:hover{
    transform: rotate(90deg);
}
