.cont_index {
	width: 80%;
	padding: 40px 0;
}

.module {
	padding: 50px 30px 30px;
	height: auto;
	overflow: hidden;
	background-image: url('../img/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

/*conter1*/
.con_ul li {
	padding: 0;
	cursor: pointer;
}

.con_ul li .panel-heading {
	padding: 0;
	height: 360px;
	overflow: hidden;
}

.con_ul li .panel-default {
	background-color: transparent;
	border: none;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin: 0 20px 30px;
	overflow: hidden;
}

.con_ul li .panel-heading img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.con_ul li:hover .panel-heading img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.con_ul li .panel-body {
	padding-top: 36px;
	padding-bottom: 36px;
	border-radius: 2px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.con_ul li .panel-body .title {
	font-weight: 500;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}

.con_ul li .panel-body .date {
	font-size: 14px;
	color: #999999;
}

.con_ul li .panel-body .date img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

.con_ul li .panel-default:hover {
	box-shadow: 0 5px 15px rgba(31, 79, 157, 0.2);
}

.con_ul li .panel-default .panel-body .title a {
	color: #333333;
}

.con_ul li .panel-default:hover .panel-body .title a {
	color: #1F4F9D;
}

.con_ul li .panel-default .panel-body .title a::after {
	display: none;
}


/*con_about*/
.con_about {
	width: 100%;
	background-image: url(../img/ban.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.ab_box {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}

.ab_box h3 {
	text-align: center;
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	line-height: 54px;
	padding: 0 15px;
	margin-top: 87px;
	margin-bottom: 80px;
}

.ab_span {
	width: 100px;
	height: 2px;
	background: #f79f19;
	display: inline-block;
}

.ab_box .ab_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.ab_box .ab_list .ab_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
}

.ab_box .ab_list .ab_item img {
	max-width: 100%;
	margin-bottom: 20px;
}

.ab_box .ab_item .tips {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5;
	height: 45px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 10px;
}

.ab_box .ab_item .value .num {
	font-family: Arial, Arial;
	font-size: 50px;
	font-weight: 600;
	line-height: 30px;
	color: #FFFFFF;
}

.ab_box .ab_item .value .above {
	font-size: 25px;
	line-height: 30px;
	color: #FFFFFF;
}

/*SERVICE*/
.con_SERVICE {
	overflow: hidden;
}

.con_SERVICE .row {
	margin: 0;
}

.con_SERVICE .row .con_l {
	background: url(../img/in_4.jpg) no-repeat center center;
	background-size: cover;
}

.con_SERVICE .row .col-sm-4 {
	padding: 0;
	height: 400px;
	overflow: hidden;
	cursor: pointer;
}

.con_SERVICE img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.con_SERVICE .row .col-sm-4:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.con_SERVICE .con_s1 {
	height: 50%;
	overflow: hidden;
}

.con_001 {
	background: url(../img/in_5.jpg) no-repeat center center;
	background-size: cover;
}

.con_002 {
	background: url(../img/in_6.jpg) no-repeat center center;
	background-size: cover;
}

/*.con_002:hover{background-size:120%;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}*/
.con_SERVICE .con_s2 {
	background-color: #222;
	height: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.con_SERVICE .con_s2 h3 {
	font-size: 30px;
	color: #fff;
	display: block;
	font-family: "Titil";
}

.con_SERVICE .con_s3 {
	background-color: #C89203;
}

.con_SERVICE .con_sin2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.con_SERVICE .con_sin2 p {
	font-size: 30px;
	color: #fff;
	font-family: "Titil";
	text-align: center;
}

.con_SERVICE .con_sin2 h3 {
	margin-left: -20px;
}

/*con_video*/
.con_video {
	width: 80%;
	height: 700px;
	margin: auto;
	margin-top: 40px;
}

.vid_a {
	width: 39%;
	height: 100%;
	float: left;
}

.via_a1 {
	width: 100%;
	height: 49%;
	background: url(../img/in_3.jpg) no-repeat center center;
	background-size: cover;
}

.via_a2 {
	width: 100%;
	height: 49%;
	background: url(../img/in_3.jpg) no-repeat center center;
	background-size: cover;
}

.vid_a3 {
	height: 2%;
}

.vid_b {
	width: 60%;
	height: 100%;
	float: right;
	background: url(../img/vid.jpg) no-repeat center center;
	background-size: cover;
}

.vid_b1 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.vid_b1 i {
	font-size: 50px;
	color: #fff;
	cursor: pointer;
}

.modal-content {
	background-color: #000;
}

.modal-body {
	padding: 0;
	background: transparent;
}

.modal-body video {
	width: 100%;
	height: 100%;
}

.modal-dialog {
	width: 50%;
}

.container-fluid.cont_index .product li a{
	display: block;
	width: 100%;
}

.product .product-default {
	position: relative;
	cursor: pointer;
	height: 395px;
	box-sizing: border-box;
	border-radius: 8px;
	margin: 0 0 30px;
	padding: 20px 30px 50px 30px;
	overflow: hidden;
	border: 1px solid #EEE;
	background: url('../img/product-item-bottom-bg.png') center bottom repeat-x;
	background-color: #FFF;
}

.product .product_normal {
	display: none;
}

.product .product-default .enter {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
}

.product .product-default:hover .enter {
	animation: showEnter 0.5s forwards;
}

@keyframes showEnter {
	0% {
		top: 110%;
	}

	100% {
		top: 80%;
	}
}

.product .product-default .product-heading {
	width: 250px;
	height: 210px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.product .product-default .product-heading img {
	max-width: 100%;
	object-fit: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.product .product-default .product-body .product-name {
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 600;
	text-align: center;
	transition: all .5s;
}

.product .product-default:hover .product-body .product-name {
	margin-top: 5px;
	color: #1F4F9D;
}

.product .product-default .product-body .product-name .specification{
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 500;
	text-align: center;
	transition: all .5s;
}

.product .product-default .product-body .to {
	display: none;
}

.product .product-default:hover {
	border: 1px solid #1F4F9D;
	background-image: none;
	box-shadow: 0 5px 15px rgba(31, 79, 157, 0.2);
}

.module-footer {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}

.module-footer .more-view {
	width: 190px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	text-align: center;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	transition: all .5s;
}

.module-footer .more-view:hover {
	opacity: 0.9;
	color: #FFF;
	background-color: #1F4F9D;
	box-shadow: 0 5px 15px rgba(31, 79, 157, 0.2);
}



.banner .swiper-pagination-bullet {
	transition: all 0.3s;
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 25px !important;
	background-color: #1F4F9D !important;
	border-radius: 5px;
}

/*media*/

@media (min-width:1280px) {
	.product li:first-child .product-default {
		display: flex;
		flex-direction: row-reverse;
	}

	.product li:first-child .product-default .product-heading {
		width: 300px;
		height: 266px;
		margin: 0 0 0 30px;
	}

	.product li:first-child .product-default .product-heading img {
		width: 300px;
		height: 266px;
	}

	.product li:first-child .product-default .product-body {
		flex: 1;
	}

	.product li:first-child .product-default .product-body .product-name {
		font-size: 36px;
		line-height: 50px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-bottom: 35px;
	}

	.product li:first-child .product-default .product-body .product-name .specification{
		font-size: 20px;
		line-height: 46px;
		text-align: left;
		font-style: normal;
		text-transform: none;
	}

	.product li:first-child .product-default .product-body .to {
		display: block;
		border-radius: 50%;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}

	.product li:first-child:hover .product-default .product-body .to {
		box-shadow: 0 5px 15px rgba(31, 79, 157, 0.2);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.product li:first-child .product-default .product-body .to:hover {
		opacity: 0.9;
	}
}

@media (max-width:1400px) {
	.product li:first-child .product-default .product-body .product-name {
		width: 100%;
		margin-top: 20px;
		font-size: 28px;
		line-height: 42px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-bottom: 15px;
	}
}


@media (max-width:1280px) {
	.product li:first-child .product-default .product-heading {
		width: 250px;
		height: auto;
	}

	.product li:first-child .product-default .product-heading img {
		width: 300px;
		height: auto;
	}

	.module {
		padding: 30px 10px;
	}

	.product .product-default {
		padding: 20px 15px 20px 15px;
	}

	.product .product-default .product-heading {
		margin-bottom: 5px;
	}

	.product li:first-child .product-default .product-body .product-name {
		font-size: 18px;
	}

	.product .product-default .product-body .product-name {
		font-size: 14px;
	}

	.cont_index {
		width: 90%;
	}

	.con_video {
		width: 90%;
	}

	.ab_box {
		width: 100%;
	}

	.ab_box .ab_item .tips {
		font-size: 12px;
	}

	.ab_box .ab_item .value .num {
		font-size: 44px;
	}

	.product li:first-child .product-default .product-body .product-name {
		text-align: center;
	}

}

@media (max-width:1100px) {
	.ab_box p {
		width: 90%;
	}

	.con_video {
		height: 400px;
	}

	.ab_box .ab_item .tips {
		font-size: 12px;
	}

}

@media (max-width: 768px) {
	@keyframes showEnter {
		0% {
			top: 110%;
		}

		100% {
			top: 83%;
		}
	}

	.module-footer {
		padding-top: 5px;
	}

	.module-footer .more-view {
		width: 160px;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		font-size: 14px;
	}


	.product .product_big {
		display: none;
	}

	.product .product_normal {
		display: block;
	}

	.product li:first-child .product-default .product-body .product-name {
		font-size: 14px;
	}

	.modal-dialog {
		width: 80%;
	}

	.con_ul li .panel-body h3 {
		font-size: 24px;
	}

	.cont_index {
		padding: 20px 0;
	}

	.ab_box h3 {
		margin-top: 70px;
		margin-bottom: 60px;
		font-size: 30px;
	}

	.con_about .btn {
		margin-top: 10px;
	}

	.vid_a {
		width: 100%;
	}

	.vid_b {
		width: 100%;
		margin-top: 2%;
	}

	.con_l {
		width: 100%;
	}

	.con_r {
		width: 50%;
	}

	.swiper-pagination-bullet {
		width: 6px !important;
		height: 6px !important;
	}
}

@media (max-width: 767px) {
	.con_ul li {
		margin-bottom: 15px;
	}

	.con_SERVICE .row .con_r {
		float: left;
	}
}

@media (max-width: 500px) {
	.ab_box {
		width: 90%;
	}

	.ab_box p {
		width: 100%;
	}

	.modal-dialog {
		margin: auto;
	}

	.con_SERVICE .con_s2 h3 {
		font-size: 24px;
	}

}

@media (max-width: 320px) {
	.con_SERVICE .con_s2 h3 {
		font-size: 18px;
	}

	.con_SERVICE .con_sin2 p {
		font-size: 18px;
	}

	.ab_box h3 {
		font-size: 24px;
	}

	.con_SERVICE .row .con_r {
		margin-top: 2%;
		height: 100px;
	}

	.con_SERVICE .con_s2 {
		height: 90%;
	}

	.con_SERVICE .con_s1 {
		display: none;
	}

	.con_SERVICE .con_sin2 p {
		font-size: 24px;
	}
}