.page-box {
	text-align: center;
	font-size: 0;
	margin-top: 20px;
	margin-bottom: 50px;
}
.page-box span {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	background: #eeeeee;
}
.page-box span.active,
.page-box span:hover {
	background: #232355;
	color: #fff;
}
.page-box em {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	background: #eeeeee;
	font-style: normal;
}
.join-wrap .session_1 {
	margin-top: 60px;
}
.join-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.join-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.join-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.join-wrap .session_1 .row {
	margin-left: -11px;
	margin-right: -11px;
}
.join-wrap .session_1 .item-box {
	position: relative;
	overflow: hidden;
}
.join-wrap .session_1 .item-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.35);
}
.join-wrap .session_1 .item-box img {
	width: 100%;
}
.join-wrap .session_1 .item-box .title {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	transition: all .3s;
}
.join-wrap .session_1 .item-box .title p {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
}
.join-wrap .session_1 .item-box .info-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: #222255;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	opacity: 0;
	transition: all .3s;
	transform: translateY(-100%);
}
.join-wrap .session_1 .item-box .info-box p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
.join-wrap .session_1 .item-box:hover .info-box {
	opacity: 1;
	transform: translateY(0);
}
.join-wrap .session_1 .item-box:hover .title {
	opacity: 0;
	transform: translateY(100px);
	transition: all .3s;
}
.join-wrap .session_1 .col-md-6 {
	float: left;
	width: 50%;
	padding-left: 11px;
	padding-right: 11px;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.join-wrap .session_1 .col-md-6 .item-box .title {
	padding-left: 80px;
	padding-right: 80px;
}
.join-wrap .session_1 .col-md-4 {
	float: left;
	width: 25%;
	padding-left: 11px;
	padding-right: 11px;
	box-sizing: border-box;
}
.join-wrap .session_1 .col-md-4 .item-box .title {
	padding-left: 40px;
	padding-right: 40px;
}
.join-wrap .session_1 .col-md-4 .item-box .info-box {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
.join-wrap .session_2 {
	padding-top: 100px;
	padding-bottom: 50px;
	background: #ffffff url(../images/icon_11.png) center bottom no-repeat;
}
.join-wrap .session_2 .left-box {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.join-wrap .session_2 .left-box .title-box {
	margin-bottom: 70px;
}
.join-wrap .session_2 .left-box .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.join-wrap .session_2 .left-box .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.join-wrap .session_2 .left-box .txt_1 {
	margin-bottom: 35px;
}
.join-wrap .session_2 .left-box .txt_2 p {
	font-size: 18px;
	color: #292929;
	line-height: 1.6;
}
.join-wrap .session_2 .left-box .txt_2 .other-box {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.join-wrap .session_2 .left-box .txt_2 .other-box:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: #885f0d;
}
.join-wrap .session_2 .left-box .txt_2 .other-box p {
	font-size: 18px;
	color: #885f0d;
}
.join-wrap .session_2 .left-box .txt_3 p {
	font-size: 18px;
	color: #292929;
	line-height: 1.6;
}
.join-wrap .session_2 .right-box {
	display: inline-block;
	vertical-align: middle;
}
.join-wrap .session_3 {
	margin-top: 80px;
}
.join-wrap .session_3 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.join-wrap .session_3 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.join-wrap .session_3 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.join-wrap .session_3 .left-box {
	float: left;
}
.join-wrap .session_3 .left-box .item-box {
	padding-left: 100px;
	padding-top: 55px;
	box-sizing: border-box;
	width: 660px;
	min-height: 70px;
	margin-bottom: 60px;
	background: url('../images/icon_27.png') left top no-repeat;
}
.join-wrap .session_3 .left-box .item-box p {
	font-size: 16px;
	line-height: 1.6;
	color: #282727;
}
.join-wrap .session_3 .left-box .item-box:nth-child(2) {
	background: url('../images/icon_31.png') left top no-repeat;
}
.join-wrap .session_3 .left-box .item-box:nth-child(3) {
	background: url('../images/icon_32.png') left top no-repeat;
}
.join-wrap .session_3 .left-box .item-box:nth-child(4) {
	background: url('../images/icon_33.png') left top no-repeat;
}
.join-wrap .session_3 .left-box .item-box:nth-child(5) {
	background: url('../images/icon_34.png') left top no-repeat;
}
.join-wrap .session_3 .right-box {
	float: right;
}
.join-wrap .session_3 .other-box .left-box {
	float: right;
}
.join-wrap .session_3 .other-box .left-box .item-box:nth-child(1) {
	background: url('../images/icon_35.png') left top no-repeat;
}
.join-wrap .session_3 .other-box .left-box .item-box:nth-child(2) {
	background: url('../images/icon_36.png') left top no-repeat;
}
.join-wrap .session_3 .other-box .left-box .item-box:nth-child(3) {
	background: url('../images/icon_37.png') left top no-repeat;
}
.join-wrap .session_3 .other-box .left-box .item-box:nth-child(4) {
	background: url('../images/icon_38.png') left top no-repeat;
}
.join-wrap .session_3 .other-box .left-box .item-box:nth-child(5) {
	background: url('../images/icon_39.png') left top no-repeat;
}
.join-wrap .session_3 .other-box .right-box {
	float: left;
}
.join-wrap .session_4 {
	margin-top: 50px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	padding-bottom: 90px;
	padding-top: 90px;
}
.join-wrap .session_4:before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	height: 1px;
	background: #e3d0a6;
	top: 442px;
}
.join-wrap .session_4 .title-box {
	margin-bottom: 60px;
	text-align: center;
}
.join-wrap .session_4 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.join-wrap .session_4 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.join-wrap .session_4 .centent-box {
	position: relative;
	z-index: 2;
}
.join-wrap .session_4 .list-box {
	width: 1240px;
	height: 465px;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../images/icon_42.png) center center no-repeat;
}
.join-wrap .session_4 .list-box .item-box {
	float: left;
	width: 460px;
	height: 227px;
	padding-left: 20px;
	padding-right: 130px;
	box-sizing: border-box;
}
.join-wrap .session_4 .list-box .item-box h3 {
	margin-bottom: 20px;
}
.join-wrap .session_4 .list-box .item-box p {
	font-size: 16px;
	line-height: 1.6;
	color: #191919;
}
.join-wrap .session_4 .list-box .item-box:nth-child(3) {
	width: 300px;
	padding-right: 0;
}
.join-wrap .session_4 .list-box .item-box:nth-child(4) {
	margin-left: 230px;
	padding-top: 50px;
}
.join-wrap .session_4 .list-box .item-box:nth-child(5) {
	padding-top: 50px;
}
.join-wrap .session_4 .arr-box {
	text-align: center;
	font-size: 0;
	margin-top: 60px;
}
.join-wrap .session_4 .arr-box .arrow-left,
.join-wrap .session_4 .arr-box .arrow-right {
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 1px solid #a48546;
	z-index: 10;
	background: url(../images/icon_14.png) center center no-repeat;
	margin-left: 15px;
	margin-right: 15px;
}
.join-wrap .session_4 .arr-box .arrow-left:hover,
.join-wrap .session_4 .arr-box .arrow-right:hover {
	background: #a48546 url(../images/icon_14_1.png) center center no-repeat;
}
.join-wrap .session_4 .arr-box .arrow-right {
	background: url(../images/icon_15.png) center center no-repeat;
}
.join-wrap .session_4 .arr-box .arrow-right:hover {
	background: #a48546 url(../images/icon_15_1.png) center center no-repeat;
}
.join-wrap .session_5 {
	margin-top: 100px;
}
.join-wrap .session_5 .title-box {
	margin-bottom: 60px;
	text-align: center;
}
.join-wrap .session_5 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.join-wrap .session_5 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.join-wrap .session_5 .row {
	margin-left: -30px;
	margin-right: -30px;
}
.join-wrap .session_5 .col-md-2 {
	float: left;
	width: 20%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.join-wrap .session_5 .item-box {
	position: relative;
	height: 310px;
	border: 1px solid #00004e;
	text-align: center;
	padding-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
}
.join-wrap .session_5 .item-box .nub-box {
	transition: all .3s;
}
.join-wrap .session_5 .item-box .nub-box .img-nub {
	margin-bottom: 20px;
}
.join-wrap .session_5 .item-box .nub-box h2 {
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: #885f0d;
	padding-bottom: 25px;
	line-height: 1;
}
.join-wrap .session_5 .item-box .nub-box h2:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 65px;
	background: #00004e;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
}
.join-wrap .session_5 .item-box .txt-box {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #00004e;
	padding-top: 40px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	transition: all .3s;
	transform: translateY(100%);
}
.join-wrap .session_5 .item-box .txt-box .title h3 {
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: #cfa855;
	padding-bottom: 18px;
	line-height: 1;
	margin-bottom: 15px;
}
.join-wrap .session_5 .item-box .txt-box .title h3:before {
	position: absolute;
	content: '';
	width: 39px;
	height: 1px;
	background: #cfa855;
	bottom: 0;
	left: 0;
	left: 50%;
	margin-left: -20px;
}
.join-wrap .session_5 .item-box .txt-box .title p {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}
.join-wrap .session_5 .item-box:hover .nub-box {
	transform: translateY(-100%);
}
.join-wrap .session_5 .item-box:hover .txt-box {
	opacity: 1;
	transform: translateY(0);
}
.join-wrap .session_6 {
	margin-bottom: 80px;
}
.join-wrap .session_6 .title-box {
	margin-bottom: 60px;
	text-align: center;
}
.join-wrap .session_6 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.join-wrap .session_6 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.join-wrap .session_6 .row {
	margin-left: -12px;
	margin-right: -12px;
}
.join-wrap .session_6 .col-md-6 {
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	float: left;
}
.join-wrap .session_6 .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	margin-top: 24px;
}
.join-wrap .session_6 .img-box {
	box-sizing: border-box;
	overflow: hidden;
}
.join-wrap .session_6 .img-box img {
	width: 100%;
	transition: transform 1s;
}
.join-wrap .session_6 .img-box:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.join-wrap .session_6 .pagination {
	text-align: center;
	margin-top: 50px;
}
.join-wrap .session_6 .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #cfa855;
	border-radius: 100%;
	margin-left: 8px;
	margin-right: 8px;
}
.join-wrap .session_6 .pagination .swiper-pagination-switch.swiper-active-switch {
	background: #cfa855;
	cursor: pointer;
}
.join-wrap .session_7 {
	margin-bottom: 100px;
}
.join-wrap .session_7 .title-box {
	margin-bottom: 60px;
	text-align: center;
}
.join-wrap .session_7 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.join-wrap .session_7 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.join-wrap .session_7 .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	margin-bottom: 24px;
}
.join-wrap .session_7 .col-md-4:nth-child(2) .item-box .icon-box {
	background: url(../images/icon_76.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(2) .item-box:hover .icon-box {
	background: url(../images/icon_76_1.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(3) .item-box .icon-box {
	background: url(../images/icon_77.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(3) .item-box:hover .icon-box {
	background: url(../images/icon_77_1.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(4) .item-box .icon-box {
	background: url(../images/icon_78.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(4) .item-box:hover .icon-box {
	background: url(../images/icon_78_1.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(5) .item-box .icon-box {
	background: url(../images/icon_79.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(5) .item-box:hover .icon-box {
	background: url(../images/icon_79_1.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(6) .item-box .icon-box {
	background: url(../images/icon_80.png) center center no-repeat;
}
.join-wrap .session_7 .col-md-4:nth-child(6) .item-box:hover .icon-box {
	background: url(../images/icon_80_1.png) center center no-repeat;
}
.join-wrap .session_7 .item-box {
	position: relative;
	text-align: center;
	height: 195px;
	background: #f7f7fb;
	padding-top: 25px;
	box-sizing: border-box;
	overflow: hidden;
}
.join-wrap .session_7 .item-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #373767;
	transition: all .3s;
	transform: translateY(100%);
}
.join-wrap .session_7 .item-box .icon-box {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px dashed #bababb;
	box-sizing: border-box;
	background: url(../images/icon_75.png) center center no-repeat;
	margin-bottom: 15px;
}
.join-wrap .session_7 .item-box p {
	font-size: 16px;
	color: #121212;
	opacity: .94;
}
.join-wrap .session_7 .item-box:hover .icon-box {
	border-color: #fff;
	background: url(../images/icon_75_1.png) center center no-repeat;
}
.join-wrap .session_7 .item-box:hover:before {
	transform: translateY(0);
}
.join-wrap .session_7 .item-box:hover p {
	color: #fff;
}
.pro-wrap .session_1 {
	margin-top: 90px;
}
.pro-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.pro-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.pro-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.pro-wrap .session_1 .row {
	margin-left: -10px;
	margin-right: -10px;
}
.pro-wrap .session_1 .col-md-2 {
	float: left;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.pro-wrap .session_1 .item-box {
	position: relative;
	padding-bottom: 70px;
	overflow: hidden;
}
.pro-wrap .session_1 .item-box img {
	width: 100%;
}
.pro-wrap .session_1 .item-box:before {
	position: absolute;
	content: '';
	width: 100%;
	top: 0;
	bottom: 70px;
	left: 0;
	background: rgba(34, 34, 85, 0.6);
	transform: translateY(-100%);
	transition: all .3s;
}
.pro-wrap .session_1 .item-box .txt-box {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 170px;
	transition: all .3s;
}
.pro-wrap .session_1 .item-box .txt-box h3 {
	font-size: 16px;
	color: #595959;
	font-weight: 400;
	line-height: 1.8;
}
.pro-wrap .session_1 .item-box .txt-box p {
	font-size: 14px;
	color: #fff;
}
.pro-wrap .session_1 .item-box:hover:before {
	transform: translateY(0);
}
.pro-wrap .session_1 .item-box:hover .txt-box {
	top: 60px;
}
.pro-wrap .session_1 .item-box:hover .txt-box h3 {
	font-size: 20px;
	color: #fff;
}
.pro-wrap .session_2 .title-box {
	padding-top: 50px;
	border-top: 1px dashed #dddd;
	margin-bottom: 70px;
}
.pro-wrap .session_2 .row {
	margin-left: -35px;
	margin-right: -35px;
}
.pro-wrap .session_2 .col-md-6 {
	float: left;
	width: 50%;
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
}
.pro-wrap .session_2 .item-box .img-box img {
	width: 100%;
}
.pro-wrap .session_2 .item-box .txt-box {
	margin-top: 20px;
}
.pro-wrap .session_2 .item-box .txt-box span {
	display: inline-block;
	margin-bottom: 10px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	background: #262658;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
}
.pro-wrap .session_2 .item-box .txt-box p {
	font-size: 16px;
	color: #222222;
	line-height: 1.8;
}
.pro-wrap .session_3 {
	margin-top: 90px;
	height: 460px;
	padding-top: 90px;
	background: #f5f6fb url(../images/icon_82.png) center 85px no-repeat;
}
.pro-wrap .session_3 .item_1 {
	float: left;
	width: 430px;
}
.pro-wrap .session_3 .item_2 {
	float: right;
	width: 500px;
	padding-left: 40px;
	box-sizing: border-box;
}
.pro-wrap .session_3 .item-box span {
	display: inline-block;
	margin-bottom: 10px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	background: #262658;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
}
.pro-wrap .session_3 .item-box p {
	font-size: 16px;
	color: #222222;
	line-height: 1.8;
	margin-bottom: 20px;
}
.pro-wrap .session_4 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 90px;
}
.pro-wrap .session_4 img {
	width: 100%;
}
.pro-wrap .session_4 .txt-box {
	position: absolute;
	right: 0;
	top: 320px;
	width: 660px;
}
.pro-wrap .session_4 .txt-box span {
	display: inline-block;
	margin-bottom: 10px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	background: #262658;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
}
.pro-wrap .session_4 .txt-box p {
	font-size: 16px;
	color: #222222;
	line-height: 1.8;
	margin-bottom: 20px;
}
.pro-wrap .session_5 {
	background: #f5f6fb;
	padding-top: 80px;
	padding-bottom: 70px;
}
.pro-wrap .session_5 .row {
	margin-left: -35px;
	margin-right: -35px;
}
.pro-wrap .session_5 .col-md-6 {
	float: left;
	width: 50%;
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
}
.pro-wrap .session_5 .item-box .img-box img {
	width: 100%;
}
.pro-wrap .session_5 .item-box .txt-box {
	margin-top: 20px;
}
.pro-wrap .session_5 .item-box .txt-box span {
	display: inline-block;
	margin-bottom: 10px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	background: #262658;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
}
.pro-wrap .session_5 .item-box .txt-box p {
	font-size: 16px;
	color: #222222;
	line-height: 1.8;
}
.pro-wrap .session_6 {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #333;
}
.pro-wrap .session_6 .item-box {
	height: 520px;
}
.pro-wrap .session_6 .item-box span {
	display: inline-block;
	margin-bottom: 10px;
	height: 45px;
	line-height: 45px;
	background: #262658;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
}
.pro-wrap .session_6 .item-box p {
	font-size: 16px;
	color: #222222;
	line-height: 1.8;
}
.pro-wrap .session_6 .bg-box {
	background: #f5f6fb;
}
.pro-wrap .session_6 .item_1 {
	background: url(../images/icon_85.png) center center no-repeat;
}
.pro-wrap .session_6 .item_1 .left-box {
	float: left;
	width: 440px;
	margin-top: 90px;
}
.pro-wrap .session_6 .item_1 .right-box {
	float: right;
	width: 425px;
	margin-top: 120px;
	margin-left: 200px;
}
.pro-wrap .session_6 .item_1 .right-box .img-box {
	margin-top: 40px;
}
.pro-wrap .session_6 .item_2 {
	background: url(../images/icon_86.png) center center no-repeat;
}
.pro-wrap .session_6 .item_2 .left-box {
	float: left;
	margin-top: 82px;
}
.pro-wrap .session_6 .item_2 .left-box p {
	color: #0f1049!important;
}
.pro-wrap .session_6 .item_2 .left-box .info_1 {
	width: 320px;
}
.pro-wrap .session_6 .item_2 .left-box .info_2 {
	width: 400px;
	margin-top: 130px;
}
.pro-wrap .session_6 .item_2 .right-box {
	float: right;
	width: 300px;
	margin-top: 80px;
}
.pro-wrap .session_6 .item_3 {
	background: url(../images/icon_87.png) center center no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
}
.pro-wrap .session_6 .item_3 .left-box {
	float: left;
	margin-top: 40px;
}
.pro-wrap .session_6 .item_3 .left-box p {
	color: #0f1049!important;
}
.pro-wrap .session_6 .item_3 .left-box .info_1 {
	width: 425px;
}
.pro-wrap .session_6 .item_3 .left-box .info_2 {
	width: 400px;
	margin-top: 140px;
}
.pro-wrap .session_6 .item_3 .right-box {
	float: right;
	width: 400px;
	margin-top: 30px;
}
.pro-wrap .session_6 .item_3 .right-box .info_3 {
	width: 400px;
	padding-left: 60px;
	box-sizing: border-box;
}
.pro-wrap .session_6 .item_3 .right-box .info_4 {
	width: 400px;
	margin-top: 242px;
}
.pro-wrap .session_7 {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #333;
	margin-bottom: 120px;
}
.pro-wrap .session_7 .title-box {
	margin-bottom: 60px;
}
.pro-wrap .session_7 .item-box {
	height: 295px;
}
.pro-wrap .session_7 .item-box .img-box {
	width: 50%;
	float: left;
}
.pro-wrap .session_7 .item-box .img-box img {
	width: 100%;
	height: 295px;
}
.pro-wrap .session_7 .item-box .txt-box {
	position: relative;
	float: left;
	width: 50%;
	height: 295px;
	padding-top: 85px;
	box-sizing: border-box;
	padding-left: 90px;
	padding-right: 90px;
	overflow: hidden;
}
.pro-wrap .session_7 .item-box .txt-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #14154d;
	transition: all .3s;
	transform: translateY(100%);
}
.pro-wrap .session_7 .item-box .txt-box h3 {
	position: relative;
	font-size: 24px;
	color: #404040;
	line-height: 1;
	margin-bottom: 15px;
}
.pro-wrap .session_7 .item-box .txt-box p {
	position: relative;
	font-size: 16px;
	color: #404040;
	line-height: 1.6;
}
.pro-wrap .session_7 .item-box:nth-child(2n) .txt-box {
	float: left;
}
.pro-wrap .session_7 .item-box:nth-child(2n) .img-box {
	float: right;
}
.pro-wrap .session_7 .item-box:hover .txt-box:before {
	transform: translateY(0);
}
.pro-wrap .session_7 .item-box:hover .txt-box h3 {
	color: #fff;
}
.pro-wrap .session_7 .item-box:hover .txt-box p {
	color: #fff;
}
.operate-wrap .session_1 {
	margin-top: 60px;
	margin-bottom: 50px;
}
.operate-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.operate-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.operate-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.operate-wrap .session_1 .item-box {
	position: relative;
	height: 270px;
	padding-left: 200px;
	border-bottom: 1px dashed #ddd;
	margin-top: 30px;
}
.operate-wrap .session_1 .item-box .nub {
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	height: 235px;
	background: #222254;
	text-align: center;
	padding-top: 70px;
	box-sizing: border-box;
}
.operate-wrap .session_1 .item-box .txt-box {
	padding-top: 75px;
}
.operate-wrap .session_1 .item-box .txt-box p {
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}
.operate-wrap .session_1 .item-box .img-box {
	position: absolute;
	right: 0;
	top: 0;
}
.operate-wrap .session_1 .item-box:nth-child(2) {
	padding-left: 410px;
}
.operate-wrap .session_1 .item-box:nth-child(2) .nub {
	right: 0;
	left: auto;
}
.operate-wrap .session_1 .item-box:nth-child(2) .img-box {
	left: 0;
	right: auto;
}
.operate-wrap .session_1 .item-box:last-child {
	border-bottom: none;
}
.exhbition-wrap .session_1 {
	margin-top: 60px;
	margin-bottom: 50px;
}
.exhbition-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.exhbition-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.exhbition-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.exhbition-wrap .session_1 .row {
	margin-left: -12px;
	margin-right: -12px;
}
.exhbition-wrap .session_1 .col-md-4 {
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	float: left;
	width: 33.33%;
	margin-bottom: 50px;
}
.exhbition-wrap .session_1 .img-box {
	position: relative;
	overflow: hidden;
	background: #212155;
}
.exhbition-wrap .session_1 .img-box img {
	width: 100%;
	height:250px;
	object-fit:cover;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.exhbition-wrap .session_1 .img-box .add-icon {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	height: 0;
	z-index: 2;
	background: #212155;
	color: #fff;
	font-size: 30px;
	transition: all 0.3s;
}
.exhbition-wrap .session_1 .txt-box {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
}
.exhbition-wrap .session_1 .txt-box h3 {
	font-size: 16px;
	color: #222222;
	margin-bottom: 15px;
}
.exhbition-wrap .session_1 .txt-box .info p {
	font-size: 14px;
	color: #323232;
	line-height: 1.6;
}
.exhbition-wrap .session_1 .txt-box .time {
	margin-top: 30px;
}
.exhbition-wrap .session_1 .item-box:hover a .img-box img {
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}
.exhbition-wrap .session_1 .item-box:hover a .img-box .add-icon {
	height: 40px;
	line-height: 40px;
}
.exhbition-wrap .session_1 .item-box:hover a .txt-box {
	background: #fff;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	box-sizing: border-box;
}
.exhbition-wrap .session_1 .item-box:hover a .txt-box h3 {
	color: #212155;
}
.exhbition-wrap .session_1 .item-box:hover a .txt-box .time span {
	color: #212155;
}
.case-wrap .session_1 {
	margin-top: 60px;
	margin-bottom: 50px;
}
.case-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.case-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.case-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.case-wrap .session_1 .tab-box {
	text-align: center;
}
.case-wrap .session_1 .tab-box a {
	display: inline-block;
	color: #595959;
	font-size: 16px;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid transparent;
}
.case-wrap .session_1 .tab-box a.active,
.case-wrap .session_1 .tab-box a:hover {
	color: #0f1049;
	border-bottom: 1px solid #0f1049;
}
.case-wrap .session_1 .tab-box span {
	display: inline-block;
	font-size: 16px;
	color: #595959;
	margin-left: 20px;
	margin-right: 20px;
}
.case-wrap .session_2 .row {
	margin-left: -14px;
	margin-right: -14px;
}
.case-wrap .session_2 .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.case-wrap .session_2 .col-md-4 .img-box {
	overflow: hidden;
}
.case-wrap .session_2 .col-md-4 .img-box img {
	width: 100%;
	transition: opacity 1s, transform 1s;
}
.case-wrap .session_2 .col-md-4 .txt-box {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
	color: #222222;
	position: relative;
	overflow: hidden;
}
.case-wrap .session_2 .col-md-4 .txt-box p {
	position: relative;
}
.case-wrap .session_2 .col-md-4 .txt-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0f1049;
	transform: translateY(100%);
	transition: all .3s;
}
.case-wrap .session_2 .item-box:hover .img-box img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.case-wrap .session_2 .item-box:hover .txt-box p {
	color: #fff;
}
.case-wrap .session_2 .item-box:hover .txt-box:before {
	transform: translateY(0);
}
.case-wrap .session_2 .page-box {
	margin-bottom: 100px;
}
.case-wrap .session_3 .row {
	margin-left: -20px;
	margin-right: -20px;
}
.case-wrap .session_3 .col-md-6 {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.case-wrap .session_3 .col-md-6 .img-box {
	overflow: hidden;
}
.case-wrap .session_3 .col-md-6 .img-box img {
	width: 100%;
	transition: opacity 1s, transform 1s;
}
.case-wrap .session_3 .col-md-6 .txt-box {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
	color: #222222;
	position: relative;
	overflow: hidden;
}
.case-wrap .session_3 .col-md-6 .txt-box p {
	position: relative;
}
.case-wrap .session_3 .col-md-6 .txt-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0f1049;
	transform: translateY(100%);
	transition: all .3s;
}
.case-wrap .session_3 .item-box:hover .img-box img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.case-wrap .session_3 .item-box:hover .txt-box p {
	color: #fff;
}
.case-wrap .session_3 .item-box:hover .txt-box:before {
	transform: translateY(0);
}
.case-wrap .session_3 .page-box {
	margin-bottom: 100px;
}
.case-wrap .session_4 .row {
	margin-left: -13px;
	margin-right: -13px;
}
.case-wrap .session_4 .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 13px;
	padding-right: 13px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.case-wrap .session_4 .col-md-4 .item-box {
	cursor: pointer;
}
.case-wrap .session_4 .col-md-4 .img-box {
	overflow: hidden;
}
.case-wrap .session_4 .col-md-4 .img-box img {
	width: 100%;
	transition: opacity 1s, transform 1s;
}
.case-wrap .session_4 .col-md-4 .txt-box {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #222222;
	position: relative;
	overflow: hidden;
}
.case-wrap .session_4 .col-md-4 .txt-box p {
	position: relative;
}
.case-wrap .session_4 .item-box:hover .img-box img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.case-wrap .session_4 .page-box {
	margin-bottom: 100px;
}
.case-wrap .session_4 .pop-box {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
}
.case-wrap .session_4 .details-centent {
	width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin-left: -350px;
	background: #fff;
}
.case-wrap .session_4 .details-centent .close-btn {
	position: absolute;
	z-index: 999;
	top: -20px;
	right: -30px;
	cursor: pointer;
}
.case-wrap .session_4 .details-centent .close-btn img {
	width: 30px;
}
.case-wrap .session_4 .details-centent .big-img {
	position: relative;
}
.case-wrap .session_4 .details-centent .big-img img {
	width: 100%;
	height: 430px;
}
.case-wrap .session_4 .details-centent .big-img p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.case-wrap .session_4 .details-centent .small-img {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.case-wrap .session_4 .details-centent .small-img .swiper-slide {
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
.case-wrap .session_4 .details-centent .small-img .swiper-slide.active .img-box {
	border-color: #222255;
}
.case-wrap .session_4 .details-centent .small-img .img-box {
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	cursor: pointer;
}
.case-wrap .session_4 .details-centent .small-img img {
	width: 100%;
	height: 75px;
}
.case-wrap .session_4 .details-centent .small-img .arrow-left {
	background: url(../images/icon_100.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.case-wrap .session_4 .details-centent .small-img .arrow-right {
	background: url(../images/icon_100.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.case-wrap .session_5 {
	margin-bottom: 100px;
}
.case-wrap .session_5 .title-box {
	margin-bottom: 60px;
}
.case-wrap .session_5 .title-box img {
	width: 600px;
}
.case-wrap .session_5 .img-box {
	text-align: center;
}
.case-wrap .session_5 .img-box img {
	width: 90%;
}
.link-wrap .session_1 {
	margin-top: 60px;
	margin-bottom: 50px;
}
.link-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.link-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.link-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.link-wrap .session_2 {
	margin-bottom: 100px;
}
.link-wrap .session_2 .map img {
	width: 100%;
}
.link-wrap .session_2 .info-box {
	background: #0f1049;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.link-wrap .session_2 .info-box .txt-box {
	display: inline-block;
	text-align: left;
}
.link-wrap .session_2 .info-box .txt-box h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.link-wrap .session_2 .info-box .txt-box li {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}
.link-wrap .session_2 .info-box .er-box {
	display: inline-block;
	vertical-align: bottom;
	border-left: 1px solid #a0a0a0;
	padding-left: 60px;
	margin-left: 60px;
}
.news_list-wrap .session_1 {
	margin-top: 60px;
	margin-bottom: 50px;
}
.news_list-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.news_list-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.news_list-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.news_list-wrap .session_1 .tab-box {
	text-align: center;
}
.news_list-wrap .session_1 .tab-box a {
	display: inline-block;
	color: #595959;
	font-size: 16px;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid transparent;
}
.news_list-wrap .session_1 .tab-box a.active,
.news_list-wrap .session_1 .tab-box a:hover {
	color: #0f1049;
	border-bottom: 1px solid #0f1049;
}
.news_list-wrap .session_1 .tab-box span {
	display: inline-block;
	font-size: 16px;
	color: #595959;
	margin-left: 20px;
	margin-right: 20px;
}
.news_list-wrap .session_2 {
	margin-bottom: 100px;
}
.news_list-wrap .session_2 .page-box {
	margin-top: 60px;
}
.news_list-wrap .session_2 .item-box {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #cacaca;
}
.news_list-wrap .session_2 .item-box:last-child {
	border-bottom: none;
}
.news_list-wrap .session_2 .item-box .img-box {
	float: left;
	width: 277px;
	height: 160px;
}
.news_list-wrap .session_2 .item-box .txt-box {
	float: right;
	width: 775px;
}
.news_list-wrap .session_2 .item-box .txt-box .info-box {
	float: left;
	width: 530px;
}
.news_list-wrap .session_2 .item-box .txt-box h3 {
	font-size: 19px;
	color: #2b2b2b;
	font-weight: 400;
	margin-bottom: 10px;
}
.news_list-wrap .session_2 .item-box .txt-box p {
	font-size: 15px;
	color: #2b2b2b;
	line-height: 1.8;
}
.news_list-wrap .session_2 .item-box .txt-box .time-box {
	float: right;
	text-align: right;
}
.news_list-wrap .session_2 .item-box .txt-box .time-box p {
	font-size: 24px;
	color: #b1b1b1;
}
.news_list-wrap .session_2 .item-box .txt-box .time-box span {
	position: absolute;
	bottom: 60px;
	right: 30px;
	margin-top: 50px;
	width: 45px;
	height: 30px;
	border-left: 1px solid #959595;
	background: url(../images/icon_73.png) center right no-repeat;
	background-size: 20px 18px;
}
.news_list-wrap .session_2 .item-box:hover {
	box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #e8e8e8;
}
.news_list-wrap .session_3 {
	padding-bottom: 100px;
}
.news_list-wrap .session_3 .title-box {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
}
.news_list-wrap .session_3 .title-box .black-box {
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	text-align: right;
	font-size: 16px;
}
.news_list-wrap .session_3 .title-box .black-box img {
	width: 18px;
	margin-right: 10px;
}
.news_list-wrap .session_3 .title-box h3 {
	font-size: 29px;
	font-weight: 700;
	margin-bottom: 10px;
}
.news_list-wrap .session_3 .title-box p {
	font-size: 18px;
	color: #4c4c4c;
	line-height: 30px;
}
.news_list-wrap .session_3 .title-box p span {
	margin-left: 2px;
	margin-right: 2px;
}
.news_list-wrap .session_3 .center-box p {
	line-height: 28px;
	font-size: 16px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.news_list-wrap .session_3 .center-box .img-box {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.pro_list-wrap .session_1 {
	margin-top: 90px;
}
.pro_list-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.pro_list-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.pro_list-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.pro_list-wrap .session_1 .row {
	margin-left: -10px;
	margin-right: -10px;
}
.pro_list-wrap .session_1 .col-md-2 {
	float: left;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.pro_list-wrap .session_1 .item-box {
	position: relative;
	padding-bottom: 70px;
	overflow: hidden;
}
.pro_list-wrap .session_1 .item-box img {
	width: 100%;
}
.pro_list-wrap .session_1 .item-box:before {
	position: absolute;
	content: '';
	width: 100%;
	top: 0;
	bottom: 70px;
	left: 0;
	background: rgba(34, 34, 85, 0.6);
	transform: translateY(-100%);
	transition: all .3s;
}
.pro_list-wrap .session_1 .item-box .txt-box {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 170px;
	transition: all .3s;
}
.pro_list-wrap .session_1 .item-box .txt-box h3 {
	font-size: 16px;
	color: #595959;
	font-weight: 400;
	line-height: 1.8;
}
.pro_list-wrap .session_1 .item-box .txt-box p {
	font-size: 14px;
	color: #fff;
}
.pro_list-wrap .session_1 .item-box:hover:before {
	transform: translateY(0);
}
.pro_list-wrap .session_1 .item-box:hover .txt-box {
	top: 60px;
}
.pro_list-wrap .session_1 .item-box:hover .txt-box h3 {
	font-size: 20px;
	color: #fff;
}
.pro_list-wrap .session_2 .row {
	margin-left: -14px;
	margin-right: -14px;
}
.pro_list-wrap .session_2 .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.pro_list-wrap .session_2 .col-md-4 .img-box {
	overflow: hidden;
}
.pro_list-wrap .session_2 .col-md-4 .img-box img {
	width: 100%;
	transition: opacity 1s, transform 1s;
}
.pro_list-wrap .session_2 .col-md-4 .txt-box {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
	color: #222222;
	position: relative;
	overflow: hidden;
}
.pro_list-wrap .session_2 .col-md-4 .txt-box p {
	position: relative;
}
.pro_list-wrap .session_2 .col-md-4 .txt-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0f1049;
	transform: translateY(100%);
	transition: all .3s;
}
.pro_list-wrap .session_2 .item-box:hover .img-box img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.pro_list-wrap .session_2 .item-box:hover .txt-box p {
	color: #fff;
}
.pro_list-wrap .session_2 .item-box:hover .txt-box:before {
	transform: translateY(0);
}
.pro_list-wrap .session_2 .page-box {
	margin-bottom: 100px;
}
.about-wrap .session_1 {
	margin-top: 60px;
	margin-bottom: 50px;
}
.about-wrap .session_1 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.about-wrap .session_1 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.about-wrap .session_1 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.about-wrap .session_2 {
	padding-top: 10px;
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 40px;
}
.about-wrap .session_2 p {
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	margin-bottom: 40px;
}
.about-wrap .session_3 {
	background: #1b1b1b;
	padding-top: 65px;
	padding-bottom: 70px;
}
.about-wrap .session_3 .centent-box {
	padding-bottom: 45px;
	border-bottom: 1px dashed #767676;
}
.about-wrap .session_3 .title-box {
	margin-bottom: 55px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #767676;
}
.about-wrap .session_3 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #fff;
}
.about-wrap .session_3 .title-box p {
	font-size: 18px;
	color: #fff;
	opacity: .7;
}
.about-wrap .session_3 .left-box {
	float: left;
	width: 640px;
}
.about-wrap .session_3 .left-box h3 {
	margin-bottom: 30px;
}
.about-wrap .session_3 .left-box p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.8;
}
.about-wrap .session_3 .left-box ul li {
	line-height: 1.8;
	color: #fff;
	font-size: 16px;
}
.about-wrap .session_3 .left-box ul li img {
	margin-right: 10px;
}
.about-wrap .session_3 .img-box {
	float: right;
}
.about-wrap .session_4 {
	margin-top: 80px;
}
.about-wrap .session_4 .title-box {
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.about-wrap .session_4 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.about-wrap .session_4 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.about-wrap .session_4 .txt-box .title {
	text-align: center;
	margin-bottom: 50px;
}
.about-wrap .session_4 .txt-box .title h3 {
	font-size: 23px;
	color: #323232;
}
.about-wrap .session_4 .txt-box .title p {
	font-size: 14px;
	color: #323232;
	margin-top: 5px;
}
.about-wrap .session_4 .txt-box p {
	font-size: 16px;
	line-height: 1.8;
	color: #323232;
	text-align: center;
}
.about-wrap .session_4 .img-box {
	margin-top: 45px;
	padding-bottom: 45px;
	border-bottom: 1px dashed #dddddd;
}
.about-wrap .session_4 .img-box img {
	width: 100%;
}
.about-wrap .session_5 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.about-wrap .session_5 .title-box {
	margin-bottom: 60px;
	text-align: center;
}
.about-wrap .session_5 .title-box h3 {
	font-weight: 400;
	font-size: 30px;
	color: #121212;
}
.about-wrap .session_5 .title-box p {
	font-size: 18px;
	color: #121212;
	opacity: .7;
}
.about-wrap .session_5 .row {
	margin-left: -15px;
	margin-right: -15px;
}
.about-wrap .session_5 .col-md-3 {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.about-wrap .session_5 .img-box {
	padding: 10px;
	border: 1px solid #959595;
	box-sizing: border-box;
}
.about-wrap .session_5 .img-box img {
	width: 100%;
}
/*# sourceMappingURL=style.css.map */