/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 140px;
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 31.25%;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 5%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 991px) {
	.banner .slick-arrow {
		left: 15px;
	}
}

.banner .slick-arrow:before {
	width: 40px;
	height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	line-height: 40px;
	font-family: 'iconfont' !important;
	font-size: 22px;
	display: block;
	content: '\e9b7';
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.banner .slick-arrow:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
}

.banner .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

@media (max-width: 991px) {
	.banner .slick-arrow.slick-next {
		right: 15px;
	}
}

.banner .slick-arrow.slick-next:before {
	content: '\e610';
}

.banner .slick-arrow:hover:before {
	color: #022c71;
	border: 1px solid #022c71;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
	.banner .slick-arrow {
		left: 15%;
	}
	.banner .slick-arrow.slick-next {
		right: 15%;
	}
}


/*title*/

.title {
	/*text-align: center;*/
}

.title b {
	display: block;
	font-size: 40px;
	font-family: 'Helvetica-Black';
	font-weight: normal;
	line-height: 1;
	color: #0a3578;
	text-transform: uppercase;
}

.title p {
	font-size: 16px;
	line-height: 1.5;
	color: #0a3578;
	opacity: 0.8;
}

.padd {
	padding: 100px 0;
}

.lists {
	padding-top: 40px;
}

@media (max-width: 1199px) {
	.padd {
		padding: 60px 0;
	}
	.title b {
		font-size: 30px;
	}
	.lists {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.padd {
		padding: 50px 0;
	}
	.title b {
		font-size: 26px;
	}
	.lists {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.title b {
		font-size: 24px;
	}
	.lists {
		padding-top: 15px;
	}
}


/*index_num*/

.index_num {
	border-bottom: 1px solid #DDDDDD;
}

.index_num .box-number .number {
	padding: 60px 0;
	overflow: hidden;
}

.index_num .box-number .number ul {
	font-size: 0;
	margin: 0 -10px;
}

.index_num .box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 30px;
	position: relative;
}

.index_num .box-number .number ul li:after {
	display: block;
	content: '';
	width: 1px;
	height: 40px;
	background-color: #DDDDDD;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_num .box-number .number .item {
	position: relative;
	text-align: center;
}

.index_num .box-number .number .item b {
	display: block;
	vertical-align: middle;
	font-size: 40px;
	line-height: 1;
	color: #0a3578;
}

.index_num .box-number .number .item b span {
	font-family: 'Microsoft YaHei';
	font-size: 40px;
}

.index_num .box-number .number .item b sup {
	font-size: 40%;
	top: -1.2em;
}

.index_num .box-number .number .item p {
	font-size: 20px;
	line-height: 1.428571428571429;
	color: #666;
	text-align: center;
	padding-top: 10px;
}

@media (max-width: 1470px) {
	.index_num .box-number .number {
		padding: 50px 0;
	}
}

@media (max-width: 1199px) {
	.index_num .box-number .number ul li {
		padding: 0 20px;
	}
	.index_num .box-number .number .item b span {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.index_num .box-number .number {
		padding: 30px 0;
	}
	.index_num .box-number .number ul li {
		width: 50%;
		margin-bottom: 20px;
		border: none;
	}
	.index_num .box-number .number ul li:last-child {
		margin-bottom: 0;
	}
	.index_num .box-number .number .item b span {
		font-size: 30px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 40%;
		top: -.5em;
	}
	.index_num .box-number .number .item p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.index_num .box-number .number {
		padding: 10px 0 10px 0;
	}
	.index_num .box-number .number .item b span {
		font-size: 25px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 35%;
	}
	.index_num .box-number .number .item p {
		font-size: 16px;
	}
}


/*index_product*/

.index_product {
	overflow: hidden;
}

.index_product .title {
	float: left;
}

.index_product .product_main {
	padding-top: 30px;
}

.index_product .product_main .product_lists {
	margin: 0 -150px;
}

.index_product .product_main .product_lists .item {
	padding: 0 15px;
	overflow: hidden;
}

.index_product .product_main .product_lists .item .pic {
	display: block;
	position: relative;
	overflow: hidden;
	border: solid 2px #dddddd;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_product .product_main .product_lists .item:hover .pic {
	border: solid 2px rgba(10, 53, 120, .8);
}

.index_product .product_main .product_lists .item .pic .img-box {
	padding-bottom: 75.75757575757576%;
}

.index_product .product_main .product_lists .item .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 50px 0 10px;
	background-color: rgba(10, 53, 120, .8);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_product .product_main .product_lists .item:hover .name {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_product .product_main .product_lists .item .name b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	color: #fff;
	/*text-transform: uppercase;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_product .product_main .product_lists .item .name:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e728';
	text-align: center;
	color: #fff;
}

.index_product .product_main .product_lists .item .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(10, 53, 120, .8);
	padding: 50px 20px 20px 20px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_product .product_main .product_lists .item:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_product .product_main .product_lists .item .info b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*text-transform: uppercase;*/
}

.index_product .product_main .product_lists .item .info p {
	font-size: 14px;
	line-height: 1.428571428571429;
	color: #ffffff;
	margin-top: 15px;
	height: 80px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	opacity: 0.6;
}

.index_product .product_main .product_lists .item .info span {
	float: right;
}

.index_product .product_main .product_lists .item .info span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e600';
	text-align: center;
	color: #FFFFFF;
}

.index_product .product_main .pro_box {
	margin-top: 30px;
}

.index_product .product_main .pro_box .pro_arrow {
	display: inline-block;
	vertical-align: bottom;
}

.index_product .product_main .pro_box .pro_arrow span {
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border: solid 2px #0a3578;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_product .product_main .pro_box .pro_arrow span.prev {
	margin-right: 5px;
}

.index_product .product_main .pro_box .pro_arrow span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	content: '\e727';
	text-align: center;
	color: #0a3578;
}

.index_product .product_main .pro_box .pro_arrow span.next:before {
	content: '\e728';
}

.index_product .product_main .pro_box .pro_arrow span:hover {
	background-color: #0a3578;
}

.index_product .product_main .pro_box .pro_arrow span:hover:before {
	color: #FFFFFF;
}

.index_product .product_main .pro_box .more {
	display: inline-block;
	margin-left: 30px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_product .product_main .pro_box .more:hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.index_product .product_main .pro_box .more a {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	border-bottom: 1px solid #0a3578;
}

.index_product .product_main .pro_box .more a:after {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e600';
	text-align: center;
	margin-left: 10px;
	color: #0a3578;
}

@media (max-width: 1470px) {
	.index_product .product_main .product_lists .item .info {
		padding: 20px;
	}
	.index_product .product_main .product_lists .item .info p {
		height: 60px;
		-webkit-line-clamp: 3;
	}
}

@media (max-width: 1370px) {
	.index_product .product_main .product_lists .item .info p {
		margin-top: 10px;
	}
}

@media (max-width: 1199px) {
	.index_product .product_main .product_lists .item .info {
		padding: 50px 20px 20px 20px;
	}
}

@media (max-width: 991px) {
	.index_product .product_main .pro_box .pro_arrow span {
		width: 35px;
		height: 35px;
	}
	.index_product .product_main .pro_box .pro_arrow span:before {
		font-size: 25px;
		line-height: 35px;
	}
	.index_product .product_main .product_lists .item .info {
		display: none;
	}
}

@media (max-width: 767px) {
	.index_product .product_main .product_lists {
		margin: 0;
	}
	.index_product .product_main .pro_box {
		margin-top: 10px;
	}
}


/*index_about*/

.index_about {
	padding-bottom: 100px;
}

.index_about .container {
	position: relative;
}

.index_about .left {
	width: 65.958%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.index_about .left .msg {
	position: relative;
	background-color: #f2f2f2;
	padding: 140px 130px 140px 120px;
}

.index_about .left .msg .title:after {
	display: block;
	content: '';
	width: 120px;
	height: 2px;
	background-color: #0a3578;
	margin: 10px 0 0 -70px;
}

.index_about .left .msg .note {
	padding-top: 15px;
}

.index_about .left .msg .note p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.index_about .left .msg .more a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #0a3578;
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_about .left .msg .more a:before {
	display: block;
	font-family: 'iconfont';
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	content: '\e728';
	text-align: center;
	color: #FFFFFF;
}

.index_about .left .adv_lists {
	margin-top: 30px;
	margin-left: -30px;
}

.index_about .left .adv_lists ul {
	width: 93%;
}

.index_about .left .adv_lists ul li {
	float: left;
	width: 20%;
}

.index_about .left .adv_lists .item .about_icon {
	width: 105px;
	margin: auto;
	background: url(../images/img/about_iconbg.jpg) no-repeat center;
	background-size: cover;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .left .adv_lists .item:hover .about_icon {
	background: url(../images/img/about_icon.jpg) no-repeat center;
	background-size: cover;
}

.index_about .left .adv_lists .item .about_icon:before {
	display: block;
	font-family: 'iconfont';
	font-size: 50px;
	line-height: 120px;
	content: '\e604';
	color: #0a3578;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .left .adv_lists ul li:nth-child(2) .item .about_icon:before {
	content: '\e6e0';
}

.index_about .left .adv_lists ul li:nth-child(3) .item .about_icon:before {
	content: '\e621';
}

.index_about .left .adv_lists ul li:nth-child(4) .item .about_icon:before {
	content: '\e607';
	font-size: 55px;
}

.index_about .left .adv_lists ul li:nth-child(5) .item .about_icon:before {
	content: '\e605';
	font-size: 65px;
}

.index_about .left .adv_lists .item:hover .about_icon:before {
	color: #FFFFFF;
}

.index_about .left .adv_lists .item b {
	display: block;
	text-align: center;
	font-family: 'Arial-BoldMT';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.875;
	color: #0a3578;
}

.index_about .right {
	width: 39.584%;
	position: absolute;
	top: 0;
	right: 0;
}

.index_about .right .pic .img-box {
	padding-bottom: 115.7894736842105%;
}

@media (max-width: 1469px) {
	.index_about .left .msg {
		padding: 80px 130px 80px 120px;
	}
	.index_about .left .adv_lists {
		margin-top: 20px;
		margin-left: -10px;
	}
	.index_about .left .adv_lists ul {
		width: 90%;
	}
}

@media (max-width: 1199px) {
	.index_about {
		padding-bottom: 60px;
	}
	.index_about .left .msg {
		padding: 60px 60px 60px 80px;
	}
	.index_about .left .msg .title:after {
		margin: 10px 0 0 -40px;
	}
	.index_about .left .adv_lists {
		margin-left: 0;
	}
	.index_about .left .adv_lists .item .about_icon {
		width: 90px;
		background-size: 100% 100%;
	}
	.index_about .left .adv_lists .item .about_icon:before {
		line-height: 105px;
		font-size: 45px;
	}
}

@media (max-width: 991px) {
	.index_about {
		padding-bottom: 50px;
	}
	.index_about .left {
		width: 100%;
		position: static;
	}
	.index_about .left .msg {
		padding: 40px 60px 40px 80px;
	}
	.index_about .right {
		width: 100%;
		position: static;
		margin-top: 20px;
	}
	.index_about .left .msg .more a {
		top: auto;
		right: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.index_about .left .adv_lists ul {
		width: 100%;
	}
	.index_about .left .adv_lists .item .about_icon {
		width: 80px;
		background-size: 100% 100%;
	}
	.index_about .left .adv_lists .item .about_icon:before {
		line-height: 90px;
		font-size: 40px;
	}
	.index_about .left .adv_lists ul li:nth-child(4) .item .about_icon:before {
		font-size: 50px;
	}
	.index_about .left .adv_lists ul li:nth-child(5) .item .about_icon:before {
		font-size: 55px;
	}
}

@media (max-width: 580px) {
	.index_about {
		padding-bottom: 40px;
	}
	.index_about .left .msg {
		padding: 40px 30px 40px 50px;
	}
	.index_about .left .adv_lists ul li {
		width: 50%;
	}
	.index_about .left .msg .title:after {
		width: 90px;
		margin: 10px 0 0 -25px;
	}
	.index_about .left .adv_lists .item {
		margin-bottom: 20px;
	}
	.index_about .right {
		margin-top: 0;
	}
}


/*index_industry*/

.index_industry {
	background: url(../images/img/index_industrybg.jpg) no-repeat center;
	background-size: cover;
}

.index_industry .in_container {
	width: 1200px;
	margin: auto;
	position: relative;
}

.index_industry .left {
	float: left;
	width: 44%;
	background: url(../images/img/industry_bg.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 80px 100px 80px 120px;
}

.index_industry .left .info b {
	display: block;
	font-family: 'Helvetica-Black';
	font-size: 45px;
	font-weight: normal;
	line-height: 1;
	color: #0a3578;
	text-align: center;
}

.index_industry .left .info b span {
	display: block;
	font-size: 35px;
	line-height: 1;
	color: #0a3578;
	padding-top: 10px;
}

.index_industry .left .info p {
	font-size: 20px;
	line-height: 1.2;
	color: #0a3578;
	opacity: 0.8;
	padding-top: 25px;
	text-align: center;
}

.index_industry .right {
	float: right;
	width: 60%;
}

.index_industry .right .pic {
	display: block;
	position: relative;
}

.index_industry .right .pic .img-box {
	padding-bottom: 105.5555555555556%;
}

.index_industry .right .pic .pro_link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%; 
}

.index_industry .right .pic .pro_link ul li {
	width: 20%;
	height: 160px;
	float: left;
}

.index_industry .right .pic .pro_link ul li:nth-child(1) {
	margin: 6% 10% 0 40%;
}

.index_industry .right .pic .pro_link ul li:nth-child(2) {
	margin: -4% 10% 0 10%;
}

.index_industry .right .pic .pro_link ul li:nth-child(3) {
	margin: 14% 10% 0 0;
}

.index_industry .right .pic .pro_link ul li:nth-child(4) {
	margin: -4% 10% 0 0;
}

.index_industry .right .pic .pro_link ul li:nth-child(5) {
	margin: -5% 10% 0 10%;
}

.index_industry .right .pic .pro_link ul li:nth-child(6) {
	margin: 13% 0 0 0;
}

.index_industry .right .pic .pro_link ul li:nth-child(7) {
	margin: -4% 10% 0 10%;
}

.index_industry .right .pic .pro_link ul li a {
	display: block;
	width: 100%;
	height: 100%; 
	border: 1px solid transparent;
}

@media (max-width: 1199px) {
	.index_industry .in_container {
		width: 100%;
		padding: 0 15px;
	}
	.index_industry .left {
		width: 45%;
		left: 15px;
		padding: 80px 0 80px 100px;
	}
	.index_industry .left .info b {
		font-size: 40px;
	}
	.index_industry .left .info b span {
		font-size: 30px;
	}
	.index_industry .left .info p {
		padding-top: 15px;
	}
	.index_industry .right {
		width: 58%;
	}
	.index_industry .right .pic .pro_link ul li {
		height: 120px;
	}
}

@media (max-width: 991px) {
	.index_industry .left {
		width: 50%;
		padding: 60px 0 60px 80px;
	}
	.index_industry .left .info b {
		font-size: 35px;
	}
	.index_industry .left .info b span {
		font-size: 26px;
		padding-top: 5px;
	}
	.index_industry .left .info p {
		padding-top: 10px;
	}
	.index_industry .right {
		width: 51%;
	}
	.index_industry .right .pic .pro_link ul li {
		height: 100px;
	}
}

@media (max-width: 800px) {
	.index_industry .right .pic .pro_link ul li {
		height: 80px;
	}
}


@media (max-width: 767px) {
	.index_industry .left {
		width: 56%;
		margin: auto;
		float: none;
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 60px 0 60px 90px;
	}
	.index_industry .left .info b {
		font-size: 30px;
	}
	.index_industry .left .info b span {
		font-size: 22px;
		padding-top: 5px;
	}
	.index_industry .left .info p {
		font-size: 18px;
	}
	.index_industry .right {
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width: 670px) {
	.index_industry .left {
		width: 100%;
		padding: 60px 0;
	}
	.index_industry .left .info {
		text-align: center;
	}
}


/*index_news*/

.index_news .title {
	width: 69%;
	text-align: center;
	margin: auto;
	position: relative;
	padding: 20px 0;
}

.index_news .title:before {
	display: block;
	content: '';
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	border: solid 5px #f5f5f5;
	z-index: -1;
}

.index_news .title b {
	font-size: 30px;
}

.index_news .title p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #999797;
}

.index_news .list {
	padding: 50px;
	margin-top: 60px;
	box-shadow: 0 0 10px rgba(0, 0, 20, .15);
}

.index_news .list ul {
	margin: 0;
}

.index_news .list ul li {
	padding: 0;
}

.index_news .list .item {
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_news .list .item .pic .img-box {
	padding-bottom: 45.97701149425287%;
}

.index_news .list .item .info {
	padding: 30px;
	background-color: #fbfbfb;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_news .list .item:hover .info {
	background-color: #0a3578;
}

.index_news .list .item .info span {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #999899;
	border-bottom: 1px solid #999899;
}

.index_news .list .item .info b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news .list .item .info p {
	font-size: 14px;
	line-height: 1.428571428571429;
	color: #999999;
	height: 40px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
}

.index_news .list .item .info .more:before {
	display: block;
	float: right;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e600';
	text-align: center;
	color: #999899;
	margin-top: 20px;
}

.index_news .list .item:hover .info span,
.index_news .list .item:hover .info b,
.index_news .list .item:hover .info p,
.index_news .list .item:hover .info .more:before {
	color: #FFFFFF;
}

@media (max-width: 1469px) {
	.index_news .list .item .info {
		padding: 10px 30px;
	}
}

@media (max-width: 1199px) {
	.index_news .title {
		width: 100%;
	}
	.index_news .list {
		margin-top: 40px;
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.index_news .title b {
		font-size: 26px;
	}
	.index_news .list {
		margin-top: 30px;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.index_news .title:before {
		width: 70%;
	}
	.index_news .list .item {
		margin-bottom: 20px;
	}
	.index_news .list ul li:last-child .item {
		margin-bottom: 20px;
	}
}


/*pagebanner*/

.pagebanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 130px;
}

.pagebanner .img-box {
	padding-bottom: 20.83333333333333% !important;
}


/*.pagebanner .page_title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.pagebanner .page_title b {
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
}*/

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 991px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}


/*about*/

.about .title {
	text-align: center;
}

.about .info {
	padding-top: 20px;
}

.about .info p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.about .info p img {
	max-width: 100%;
	height: auto !important;
}

.about .lists .item {
	padding: 15px 20px;
	background-color: #f2f2f2;
}

.about .lists .item .img-box {
	padding-bottom: 75%;
}

@media (max-width: 767px) {
	.about .lists .item {
		margin-bottom: 20px;
	}
	.about .lists ul li:last-child .item {
		margin-bottom: 0;
	}
}


/*about_honor*/

.about_honor .title {
	text-align: center;
}

.about_honor .lists .item {
	display: block;
	margin-bottom: 70px;
}

.about_honor .lists .item .img-box {
	padding-bottom: 133.3333333333333%;
}

@media (max-width: 767px) {
	.about_honor .lists .item {
		margin-bottom: 20px;
	}
}


/*product*/

.product {
	overflow: hidden;
}

.product .product_main {
	padding-top: 40px;
}

.product .left {
	width: 34.043%;
}

.product .right {
	width: 65.957%;
	padding-left: 30px;
}

.product .left .menu {
	position: relative;
}

.product .left .menu .menu1>li {
	margin-bottom: 5px;
}

.product .left .menu .menu1>li>a {
	font-size: 20px;
	color: #1a1a1a;
	line-height: 30px;
	padding: 10px 0 10px 20px;
	position: relative;
	display: block;
	background-color: #f2f2f2;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu .menu1>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '\e629';
	color: #dddddd;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .left .menu .menu1>li:hover>a,
.product .left .menu .menu1>li.active>a {
	color: #FFFFFF;
	background-color: #022c71;
}

.product .left .menu .menu1>li.nomore:hover>a:before,
.product .left .menu .menu1>li.nomore.active>a:before {
	color: #FFFFFF;
	content: '\e623';
}

.product .left .menu .nomore .menu3,
.product .left .menu .nomore .menu2 {
	display: none;
}

.product .left .menu ul.menu2>li,
.product .left .menu ul.menu3>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
	padding-left: 0;
	border-bottom: solid 1px #dddddd;
}

.product .left .menu ul.menu2>li.more>a,
.product .left .menu ul.menu3>li.more>a {
	position: relative;
}

.product .left .menu ul.menu2>li>a {
	position: relative;
	left: 0;
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 40px;
	padding-left: 20px;
	border-right: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu2>li.more>a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '\e629';
	color: #dddddd;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .left .menu .menu2>li.more:hover>a:before,
.product .left .menu .menu2>li.more.active>a:before {
	content: '\e623';
}

.product .left .menu ul.menu2>li.active>a {
	color: #022c71;
	border-bottom: 1px solid #DDDDDD;
}

.product .left .menu ul.menu2>li:hover>a {
	color: #022c71;
}

.product .left .menu .nomore .menu3 {
	padding: 5px 0;
}

.product .left .menu ul.menu3>li {
	border: none;
}

.product .left .menu ul.menu3>li>a:before {
	display: none;
}

.product .left .menu ul.menu3>li>a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding-left: 20px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu3>li.active>a,
.product .left .menu ul.menu3>li:hover>a {
	color: #022c71;
	text-decoration: underline !important;
}

.product .prod_lists .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border: solid 1px #dddddd;
}

.product .prod_lists .item .img-box {
	padding-bottom: 75.75757575757576%;
}

.product .prod_lists .item .name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(2, 44, 113, .8);
	padding: 30px 20px 0 20px;
	text-align: center;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .prod_lists .item:hover .name {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.product .prod_lists .item .name b {
	width: 80%;
	margin: auto;
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #ffffff;
	height: 50px;
	/*height: 48px;*/
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/*text-transform: uppercase;*/
}

.product .prod_lists .item .name span {
	display: block;
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
}

.product .prod_lists .item .name span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 30px;
	content: '\e600';
	text-align: center;
	color: #FFFFFF;
	margin-top: 60px;
}

.product .prod_lists .item .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 50px 0 10px;
	background-color: rgba(2, 44, 113, .8);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .prod_lists .item:hover .text {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.product .prod_lists .item .text b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	color: #fff;
	/*text-transform: uppercase;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .prod_lists .item .text:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e728';
	text-align: center;
	color: #fff;
}

.product .page {
	padding-top: 30px;
}

@media (max-width: 1469px) {
	.product_content .left {
		width: 25%;
	}
	.product_content .right {
		width: 75%;
	}
	.product .prod_lists .item .name b {
		width: 90%;
		font-size: 18px;
	}
	.product .prod_lists .item .name span:before {
		margin-top: 20px;
	}
}

@media (max-width: 1199px) {
	.product .product_main {
		padding-top: 20px;
	}
	.product_content .left {
		width: 28%;
	}
	.product_content .right {
		width: 72%;
	}
	.product .left .menu .menu1>li>a {
		padding: 15px 0 15px 20px;
	}
	.product .left .menu .menu1>li.nomore>a:before {
		right: 20px;
	}
	.product .prod_lists .item .name {
		padding: 20px 20px 0 20px;
	}
	.product .prod_lists .item .name b {
		width: 100%;
		font-size: 16px;
	}
	.product .prod_lists .item .name span {
		margin-top: 0;
	}
	.product .prod_lists .item .name span:before {
		margin-top: 10px;
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.product .left {
		display: none;
	}
	.product .right {
		width: 100%;
		padding-left: 0;
	}
	.product .page {
		padding-top: 20px;
	}
}


/*product_fully*/

.product_fully .info p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.product_fully .lists .pic {
	margin-bottom: 30px;
}

.product_fully .lists .pic .img-box {
	padding-bottom: 75.86206896551724%;
}

@media (max-width: 767px) {
	.product_fully .lists .pic {
		margin-bottom: 20px;
	}
	.product_fully .lists ul li:last-child .pic {
		margin-bottom: 0;
	}
}


/*product_detial*/

.product_detial .product_show .pro-show .img-box {
	padding-bottom: 75.75757575757576%;
}

.product_detial .product_show .pro-show .slider-for {
	width: 48.937%;
	float: left;
}

.product_detial .product_show .pro-show .slider-for .img-box {
	border: solid 1px #dddddd;
}

.product_detial .product_show .pro-show .pro_small {
	width: 12%;
	padding: 40px 0;
	margin-left: 30px;
	float: left;
}

.product_detial .product_show .pro-show .slider-nav .item {
	padding: 8px 0;
}

.product_detial .product_show .pro-show .slider-nav .item .img-box {
	border: solid 1px #dddddd;
}

.product_detial .product_show .pro-show .slider-nav .slick-slide.slick-current .item .img-box {
	border: solid 1px #0a3578;
}

.product_detial .product_show .pro-show .pro_small {
	position: relative;
}

.product_detial .product_show .pro-show .pro_small .pro_navarrow span {
	display: block;
	width: 100%;
	height: 40px;
	border: solid 2px #0a3578;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product_detial .product_show .pro-show .pro_small .pro_navarrow span:hover {
	background-color: #0a3578;
}

.product_detial .product_show .pro-show .pro_small .pro_navarrow span.next {
	top: auto;
	bottom: -6px;
}

.product_detial .product_show .pro-show .pro_small .pro_navarrow span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 30px;
	font-weight: bold;
	color: #0a3578;
	line-height: 40px;
	content: '\e72a';
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product_detial .product_show .pro-show .pro_small .pro_navarrow span:hover:before {
	color: #FFFFFF;
}

.product_detial .product_show .pro-show .pro_small .pro_navarrow span.next:before {
	content: '\e72b';
}

.product_detial .product_show .prod_msg {
	width: 36%;
	float: left;
	position: relative;
	padding-left: 40px;
}

.product_detial .product_show .prod_msg .title {
	text-align: left;
}

.product_detial .product_show .prod_msg .title h1 {
	font-size: 30px;
	font-weight: normal;
	font-family: 'Arial-BoldMT';
	line-height: 1;
	color: #1a1a1a;
	margin: 0;
}

.product_detial .product_show .prod_msg .pro_btn {
	padding-top: 40px;
}

.product_detial .product_show .prod_msg .pro_btn a {
	display: block;
	width: 180px;
	border: 1px solid #0a3578;
	background-color: #0a3578;
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_detial .product_show .prod_msg .pro_btn a:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e69f';
	margin-right: 10px;
}

.product_detial .product_show .prod_msg .pro_btn a:hover {
	color: #0a3578;
	background-color: transparent;
}

.product_detial .product_show .prod_msg .share {
	padding-top: 30px;
}

.product_detial .product_show .prod_msg .share p {
	font-size: 16px;
	color: #666666;
}

.product_detial .product_show .prod_msg .share .share_box {
	padding-top: 10px;
}

.product_detial .product_show .prod_msg .pro_model {
	padding-top: 40px;
}

.product_detial .product_show .prod_msg .pro_model .tips {
	padding: 0 30px;
	background-color: #0a3578;
}

.product_detial .product_show .prod_msg .pro_model .tips p {
	font-size: 18px;
	line-height: 2.222222222222222;
	color: #ffffff;
}

.product_detial .product_show .prod_msg .pro_model ul {
	margin: 20px -7px 0 -7px;
}

.product_detial .product_show .prod_msg .pro_model ul li {
	padding: 0 7px;
}

.product_detial .product_show .prod_msg .pro_model ul li .item {
	font-size: 16px;
	line-height: 1.875;
	color: #666666;
	text-align: center;
	border: solid 1px #dddddd;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product_detial .product_show .prod_msg .pro_model ul li .item:hover {
	background-color: #0a3578;
	color: #FFFFFF;
}

.product_detial .product_show .prod_msg .pro_link {
	margin-top: 20px;
}

.product_detial .product_show .prod_msg .pro_link .item_a {
	border: solid 1px #dddddd;
	margin-bottom: 15px;
}

.product_detial .product_show .prod_msg .pro_link .item_a a {
	display: block;
	font-size: 16px;
	line-height: 1.875;
	color: #666666;
	padding: 0 10px;
}

.product_detial .pro_title {
	padding: 0 40px;
	background-color: #0a3578;
}

.product_detial .pro_title b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.5;
	color: #ffffff;
}

.product_detial .pro_detail {
	margin-top: 60px;
}

.product_detial .pro_detail .info {
	margin-top: 40px;
}

.product_detial .pro_detail .info p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.product_detial .product_model .item_model {
	margin-top: 60px;
}

.product_detial .product_model .item_model .info_model {
	margin-top: 40px;
}

.product_detial .product_model .item_model .info_model .note {
	width: 43.476%;
	float: left;
}

.product_detial .product_model .item_model .info_model .note p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.product_detial .product_model .item_model .info_model .pic {
	float: right;
	width: 56.524%;
	border: solid 1px #dddddd;
}

.product_detial .product_model .item_model .info_model .pic .img-box {
	padding-bottom: 75.64102564102564%;
}

.product_detial .prod_related {
	margin-top: 60px;
}

.product_detial .prod_related .list {
	margin-top: 30px;
}

.product_detial .prod_related .list .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border: solid 1px #dddddd;
}

.product_detial .prod_related .list .item .img-box {
	padding-bottom: 75.75757575757576%;
}

.product_detial .prod_related .list .item .name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(2, 44, 113, .8);
	padding: 30px 20px 0 20px;
	text-align: center;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product_detial .prod_related .list .item:hover .name {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.product_detial .prod_related .list .item .name b {
	width: 80%;
	margin: auto;
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #ffffff;
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product_detial .prod_related .list .item .name span {
	display: block;
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
}

.product_detial .prod_related .list .item .name span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 30px;
	content: '\e600';
	text-align: center;
	color: #FFFFFF;
	margin-top: 60px;
}

.product_detial .prod_related .list .item .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 50px 0 10px;
	background-color: rgba(2, 44, 113, .8);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product_detial .prod_related .list .item:hover .text {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.product_detial .prod_related .list .item .text b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_detial .prod_related .list .item .text:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e728';
	text-align: center;
	color: #fff;
}

.product_detial .inquire_main {
	margin-top: 60px;
}

.product_detial .inquire_main .inquire_form {
	margin-top: 40px;
}

.product_detial .inquire_main .inquire_form ul li {
	margin-bottom: 10px;
}

.product_detial .inquire_main .inquire_form ul li input {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	min-height: 50px;
	padding: 0px 40px;
	background-color: #f2f2f2;
	border: none;
}

.product_detial .inquire_main .inquire_form ul li textarea {
	width: 100%;
	font-size: 14px;
	color: #666666;
	min-height: 220px;
	line-height: 30px;
	background-color: #f2f2f2;
	border: none;
	padding: 20px 40px;
}

.product_detial .inquire_main .inquire_form ul li input::-webkit-input-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #666666;
}

.product_detial .inquire_main .inquire_form ul li input:-o-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea:-o-placeholder {
	color: #666666;
}

.product_detial .inquire_main .inquire_form ul li input::-moz-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea::-moz-placeholder {
	color: #666666;
}

.product_detial .inquire_main .inquire_form ul li input:-ms-input-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea:-ms-input-placeholder {
	color: #666666;
}

.product_detial .inquire_main .inquire_form ul li input:focus::-webkit-input-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.product_detial .inquire_main .inquire_form ul li input:focus::-o-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea:focus::-o-placeholder {
	color: #999;
}

.product_detial .inquire_main .inquire_form ul li input:focus::-moz-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #999;
}

.product_detial .inquire_main .inquire_form ul li input:focus::-ms-input-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #999;
}

.product_detial .inquire_main .inquire_form ul li button {
	width: 120px;
	line-height: 2.5;
	border: 1px solid #0a3578;
	background-color: #0a3578;
	font-family: 'MicrosoftYaHei';
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_detial .inquire_main .inquire_form ul li button:hover {
	background-color: #fff;
	color: #0a3578;
}

@media (max-width: 1199px) {
	.product_detial .product_show .pro-show .pro_small {
		margin-left: 20px;
		padding: 30px 0;
	}
	.product_detial .product_show .pro-show .pro_small .pro_navarrow span {
		height: 30px;
	}
	.product_detial .product_show .pro-show .pro_small .pro_navarrow span:before {
		line-height: 30px;
	}
	.product_detial .product_show .pro-show .pro_small .pro_navarrow span.next {
		bottom: 0;
	}
	.product_detial .product_show .prod_msg {
		width: 36%;
		padding-left: 25px;
	}
	.product_detial .product_show .prod_msg .title h1 {
		font-size: 26px;
	}
	.product_detial .product_show .prod_msg .pro_btn,
	.product_detial .product_show .prod_msg .pro_model {
		padding-top: 20px;
	}
	.product_detial .product_show .prod_msg .pro_model ul li .item {
		font-size: 14px;
	}
	.product_detial .prod_related,
	.product_detial .pro_detail,
	.product_detial .product_model .item_model,
	.product_detial .inquire_main {
		margin-top: 50px;
	}
	.product_detial .pro_detail .info,
	.product_detial .product_model .item_model .info_model,
	.product_detial .inquire_main .inquire_form {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.product_detial .prod_related,
	.product_detial .pro_detail,
	.product_detial .product_model .item_model,
	.product_detial .inquire_main {
		margin-top: 40px;
	}
	.product_detial .pro_detail .info,
	.product_detial .product_model .item_model .info_model,
	.product_detial .inquire_main .inquire_form {
		margin-top: 20px;
	}
	.product_detial .product_show .pro-show .slider-for {
		width: 100%;
		float: none;
	}
	.product_detial .product_show .pro-show .pro_small {
		width: 100%;
		float: none;
		position: relative;
		margin-left: 0;
		padding: 15px 30px 20px 30px;
	}
	.product_detial .product_show .pro-show .slider-nav .item {
		padding: 0 5px;
	}
	.product_detial .product_show .pro-show .pro_small .pro_navarrow span {
		width: 30px;
		height: 50px;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.product_detial .product_show .pro-show .pro_small .pro_navarrow span.next {
		top: 50%;
		right: 0;
		left: auto;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.product_detial .product_show .pro-show .pro_small .pro_navarrow span:before {
		content: '\e727';
		line-height: 50px;
	}
	.product_detial .product_show .pro-show .pro_small .pro_navarrow span.next:before {
		content: '\e728';
	}
	.product_detial .product_show .prod_msg {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.product_detial .product_show .prod_msg .title h1 {
		font-size: 24px;
	}
	.product_detial .inquire_main .inquire_form ul li textarea {
		min-height: 120px;
	}
	.product_detial .product_show .prod_msg .pro_model .tips,
	.product_detial .pro_title {
		padding: 0 20px;
	}
	.product_detial .pro_title b {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.product_detial .product_show .prod_msg .title h1 {
		font-size: 22px;
	}
	.product_detial .product_model .item_model .info_model .note {
		width: 100%;
		float: none;
	}
	.product_detial .product_model .item_model .info_model .pic {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.product_detial .inquire_main .inquire_form ul li input {
		padding: 0 20px;
	}
	.product_detial .inquire_main .inquire_form ul li textarea {
		padding: 10px 20px;
	}
}


/*videos*/

.videos .title {
	text-align: center;
}

.videos .item {
	position: relative;
	margin-bottom: 30px;
}

.videos .item .video {
	position: relative;
}

.videos .item .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
}

.videos .item .video:hover .video-cover {
	opacity: 1;
}

.videos .item .video .img-box {
	z-index: 0;
	padding-bottom: 75.55555555555556%;
	background-color: #000;
}

.videos .item .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.videos .item .video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.videos .item .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.videos .item .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.videos .item .video:hover .play {
	opacity: 1;
}

.videos .item .video .play:before {
	font-family: 'iconfont';
	font-size: 40px;
	display: block;
	content: '\e60d';
}

.videos .item .info {
	padding: 20px;
	background-color: #f2f2f2;
}

.videos .item .info p {
	font-size: 16px;
	line-height: 1.375;
	color: #666666;
}

@media (max-width: 991px) {
	.videos .item {
		margin-bottom: 20px;
	}
}


/*contact*/

.contact .lists .item {
	padding: 20px;
	background-color: #f2f2f2;
}

.contact .lists .item b {
	font-family: 'Arial-BoldMT';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.333333333333333;
	color: #022c71;
}

.contact .lists .item b:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e627';
	width: 20px;
	margin-right: 10px;
}

.contact .lists ul li:nth-child(2) .item b:before {
	content: '\e682';
}

.contact .lists ul li:nth-child(3) .item b:before {
	content: '\e71f';
	font-size: 20px;
}

.contact .lists ul li:nth-child(4) .item b:before {
	content: '\e6e8';
	font-size: 20px;
}

.contact .lists .item p {
	font-size: 14px;
	line-height: 1.285714285714286;
	color: #1a1a1a;
	padding-left: 30px;
}

.contact .lists .item p a {
	color: #1a1a1a;
}

.contact .lists .item p a:hover {
	color: #022c71;
	text-decoration: underline !important;
}

.contact .contact_box {
	margin-top: 40px;
}

.contact .contact_box .right .item {
	margin-top: 10px;
}

.contact .contact_box .right .item .map .map-content {
	height: 320px;
}

.contact .contact_box .left .item p {
	font-size: 14px;
	line-height: 1.571428571428571;
	color: #1a1a1a;
}

.contact .message_form {
	margin-top: 20px;
}

.contact .message_form ul {
	margin: 0 -5px;
}

.contact .message_form ul li {
	padding: 0 5px;
	margin-bottom: 10px;
}

.contact .message_form ul li:last-child {
	margin-bottom: 0;
}

.contact .message_form ul li input {
	width: 100%;
	font-size: 14px;
	line-height: 50px;
	min-height: 50px;
	color: #666666;
	border: none;
	background-color: #f2f2f2;
	padding: 0 20px;
}

.contact .message_form ul li textarea {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	min-height: 170px;
	color: #666666;
	padding: 10px 20px;
	border: none;
	background-color: #f2f2f2;
}

.contact .message_form ul li input::-webkit-input-placeholder,
.contact .message_form ul li textarea::-webkit-input-placeholder {
	color: #666666;
}

.contact .message_form ul li input:-o-placeholder,
.contact .message_form ul li textarea:-o-placeholder {
	color: #666666;
}

.contact .message_form ul li input::-moz-placeholder,
.contact .message_form ul li textarea::-moz-placeholder {
	color: #666666;
}

.contact .message_form ul li input:-ms-input-placeholder,
.contact .message_form ul li textarea:-ms-input-placeholder {
	color: #666666;
}

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #ddd;
}

.contact .message_form ul li button {
	width: 180px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 2.777777777777778;
	background-color: #0a3578;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .message_form ul li button:hover {
	opacity: .8;
}

@media (max-width: 1469px) {
	.contact .contact_box .right .item .map .map-content {
		height: 340px;
	}
}

@media (max-width: 991px) {
	.contact .lists .item {
		margin-bottom: 15px;
	}
	.contact .lists .item b {
		font-size: 16px;
	}
	.contact .contact_box {
		margin-top: 20px;
	}
	.contact .contact_box .right .item {
		margin-top: 30px;
	}
	.contact .contact_box .right .item .map .map-content {
		height: 300px;
	}
}


/*news*/

.news .left_nav {
	width: 23.5%;
	float: left;
}

.news .left_nav .title {
	text-align: center;
}

.news .left_nav ul {
	margin-top: 40px;
	border: 1px solid #DDDDDD;
}

.news .left_nav ul li {
	padding: 0 20px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .left_nav ul li:last-child {
	border-bottom: none;
}

.news .left_nav ul li.active,
.news .left_nav ul li:hover {
	background-color: #022c71;
}

.news .left_nav ul li a {
	display: block;
	font-size: 20px;
	line-height: 3.5;
	color: #022c71;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .left_nav ul li.active a,
.news .left_nav ul li:hover a {
	color: #FFFFFF;
}

.news .left_nav ul li a:after {
	float: right;
	display: block;
	font-family: 'iconfont';
	content: '\e600';
}

.news .right_content {
	width: 76.5%;
	float: right;
	padding-left: 30px;
}

.news .lists {
	padding-top: 0;
}

.news .lists .item {
	position: relative;
	margin-bottom: 30px;
}

.news .lists .item .pic {
	display: block;
	width: 23.365%;
	position: absolute;
	/*top: 0;*/
	left: 30px;
	bottom: 30px;
}

.news .lists .item .pic .img-box {
	padding-bottom: 85.71428571428571%;
}

.news .lists .item .info {
	overflow: hidden;
}

.news .lists .item .info .news_title {
	padding: 20px 0 20px 0;
}

.news .lists .item .info .news_title a {
	width: 90%;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 1.333333333333333;
	color: #1a1a1a;
	padding-right: 20px;
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .lists .item .info .news_title span {
	width: 10%;
	display: block;
	float: right;
	font-size: 14px;
	line-height: 3.428571428571429;
	color: #022c71;
}

.news .lists .item .info .news_distance {
	width: 70%;
	float: right;
}

.news .lists .item .info .news_info {
	padding: 20px 30px 20px 15px;
	background-color: #f2f2f2;
	border-top: 4px solid #022c71;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .lists .item:hover .info .news_info {
	background-color: #022c71;
	box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.66);
}

.news .lists .item .info .news_info p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	height: 96px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .lists .item:hover .info .news_info p {
	color: #FFFFFF;
}

.news .lists .item .info .news_info a {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 1.857142857142857;
	color: #999999;
	border-bottom: 1px solid #0a3578;
	margin-top: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .lists .item:hover .info .news_info a {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.news .lists .item .info .news_info a:after {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e600';
	color: #0a3578;
	margin-left: 10px;
}

.news .lists .item:hover .info .news_info a:after {
	color: #FFFFFF;
}

.news .page {
	padding-top: 20px;
}

@media (max-width: 1469px) {
	.news .lists .item .info .news_title a {
		width: 85%;
	}
	.news .lists .item .info .news_title span {
		width: 15%;
	}
	.news .lists .item .pic {
		top: 15px;
	}
}

@media (max-width: 1199px) {
	.news .lists .item .pic {
		top: 10px;
		left: 20px;
	}
	.news .lists .item .info .news_title {
		padding: 15px 20px 15px 0;
	}
	.news .lists .item .info .news_title a {
		font-size: 18px;
	}
	.news .lists .item .info .news_info {
		padding: 20px 20px 20px 0;
	}
}

@media (max-width: 991px) {
	.news .left_nav {
		display: none
	}
	.news .right_content {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.news .lists .item .pic {
		width: 100%;
		position: static;
	}
	.news .lists .item .info .news_distance {
		width: 100%;
		float: none;
	}
	.news .lists .item .info .news_title {
		padding: 15px 0;
	}
	.news .lists .item .info .news_title a {
		width: 100%;
		height: 42px;
		padding: 0 10px;
		font-size: 16px;
	}
	.news .lists .item .info .news_title span {
		width: auto;
		line-height: 1;
		margin-top: 10px;
		padding: 0 10px;
	}
	.news .lists .item .info .news_info {
		padding: 15px 20px;
	}
	.news .lists .item .info .news_info p {
		font-size: 15px;
		height: 90px;
	}
	.news .page {
		padding-top: 0;
	}
}


/*news_detail*/

.news_detail .new_title {
	padding-bottom: 20px;
	border-bottom: solid 1px #dddddd;
}

.news_detail .new_title h1 {
	display: block;
	font-family: 'Arial-BoldMT';
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	color: #1a1a1a;
	margin: 0;
}

.news_detail .new_title span {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #999999;
	margin-top: 18px;
}

.news_detail .news_text {
	margin-top: 20px;
}

.news_detail .news_text p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.news_detail .news_text p img {
	max-width: 100%;
	height: auto !important;
}

.news_detail .news_page {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #DDDDDD;
}

.news_detail .news_page .item.prev {
	padding-bottom: 10px;
}

.news_detail .news_page .item a {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_detail .news_page .item a:hover {
	color: #0a3578;
}

@media (max-width: 1199px) {
	.news_detail .new_title h1 {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.news_detail .new_title h1 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.news_detail .new_title h1 {
		font-size: 22px;
	}
}


/*download*/

.download .title {
	text-align: center;
}

.download .item {
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #DDDDDD;
}

.download .item .pic {
	width: 235px;
	float: left;
}

.download .item .pic .img-box {
	padding-bottom: 57.4468085106383%;
}

.download .item .info {
	width: 62.579%;
	float: right;
	padding-left: 30px;
}

.download .item .info p {
	font-size: 18px;
	line-height: 1.333333333333333;
	display: -webkit-box;
	overflow: hidden;
	height: 95px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.download .item .info .download_btn {
	margin-top: 15px;
	float: right;
}

.download .item .info .download_btn a {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	border-bottom: 1px solid #0a3578;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.download .item .info .download_btn a:hover {
	color: #0a3578;
}

.download .item .info .download_btn a:after {
	display: inline-block;
	font-family: 'iconfont';
	font-weight: bold;
	content: '\e667';
	color: #022c71;
	margin-left: 10px;
}

.download .page {
	padding-top: 20px;
}

@media (max-width: 1469px) {
	.download .item .info {
		width: 52%;
	}
}

@media (max-width: 1199px) {
	.download .item .info {
		width: 73%;
	}
}

@media (max-width: 991px) {
	.download .item .info {
		width: 64%;
	}
}

@media (max-width: 767px) {
	.download .item {
		padding: 20px;
	}
	.download .item .pic {
		width: 100%;
		float: none;
	}
	.download .item .info {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-top: 20px;
	}
	.download .page {
		padding-top: 10px;
	}
}


/*2020.7.2添加*/


/*case*/

.case {
	overflow: hidden;
}

.case .left_nav {
	width: 23.5%;
	float: left;
}

.case .left_nav .tit {
	text-align: center;
	background-color: #022c71;
}

.case .left_nav .tit b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.5;
	color: #ffffff;
}

.case .left_nav ul {
	border: 1px solid #DDDDDD;
}

.case .left_nav ul li {
	padding: 0 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.case .left_nav ul li:last-child {
	border-bottom: none;
}

.case .left_nav ul li a {
	display: block;
	font-size: 18px;
	line-height: 2.222222222222222;
	color: #666;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.case .left_nav ul li.active a,
.case .left_nav ul li:hover a {
	color: #022c71;
}

.case .left_nav ul li a:after {
	float: right;
	display: block;
	font-family: 'iconfont';
	content: '\e600';
	color: #DDDDDD;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.case .left_nav ul li.active a:after,
.case .left_nav ul li:hover a:after {
	color: #022c71;
}

.case .right_content {
	width: 76.5%;
	float: right;
	padding-left: 30px;
}

.case .right_content .title {
	text-align: center;
}

.case .right_content .case_info .note {
	margin-top: 40px;
}

.case .right_content .case_info .text_title {
	text-align: center;
}

.case .right_content .case_info .text_title b {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #1a1a1a;
}

.case .right_content .case_info .text {
	text-align: center;
	margin-top: 15px;
}

.case .right_content .case_info .text p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
}

.case .content.system {
	background-color: #F2F2F2;
}

.case .content.system .system_img {
	margin-top: 40px;
}

.case .content.system .system_img .img-box {
	padding-bottom: 51.67464114832536%;
}

.case .content.related .slick-related {
	margin-top: 40px;
}

.case .content.related .slick-related .item {
	display: block;
}

.case .content.related .slick-related .item .pic .img-box {
	padding-bottom: 75.75757575757576%;
}

.case .content.related .slick-related .item .info {
	margin-top: 20px;
	text-align: center;
}

.case .content.related .slick-related .item .info b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	color: #022c71;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case .content.related .slick-related .item .info b:after {
	display: block;
	content: '';
	width: 100px;
	height: 1px;
	background-color: #022c71;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.case .content.related .slick-related .item .info span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #f13e0b;
}

.case .content.related .slick-related .item .info span:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	content: '\e728';
	margin-left: 5px;
}

.case .content.related .slick-related .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -30px;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.case .content.related .slick-related .slick-arrow:before {
	display: block;
	width: 30px;
	line-height: 1;
	background-color: none;
	font-family: 'iconfont' !important;
	font-size: 30px;
	content: '\e727';
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #022c71;
}

.case .content.related .slick-related .slick-arrow.slick-next {
	right: -30px;
	left: auto;
}

.case .content.related .slick-related .slick-arrow.slick-next:before {
	content: '\e728';
}

.case .content.related .slick-related .slick-arrow:hover:before {
	color: #000;
}

.case .content.engineering {
	background-color: #F2F2F2;
}

.case .content.engineering .list {
	margin-top: 20px;
}

.case .content.engineering .list .item {
	margin-top: 20px;
}

.case .content.engineering .list .item .info p {
	font-size: 20px;
	line-height: 1.2;
	color: #022c71;
}

.case .content.engineering .list .item .info p:after {
	display: block;
	content: '';
	width: 60px;
	height: 1px;
	background-color: #022c71;
}

.case .content.engineering .list .item .pic {
	margin-top: 20px;
}

.case .content.engineering .list .item .pic .img-box {
	padding-bottom: 71.84466019417476%;
}

@media (max-width: 1199px) {
	.case .content.related .slick-related {
		padding: 0 40px;
	}
	.case .content.related .slick-related .slick-arrow {
		left: 0;
	}
	.case .content.related .slick-related .slick-arrow.slick-next {
		right: 0;
	}
}

@media (max-width: 991px) {
	.case .left_nav {
		display: none;
	}
	.case .right_content {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.case .right_content .case_info .note {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.case .right_content .case_info .text_title b {
		font-size: 18px;
	}
}



.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    font-size: 14px;
    line-height: 2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    color: #666;
}
@media (max-width: 767px)
{
    .table-box table
    {
        font-size: 14px;
    }
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 8px 30px !important;

    border: 1px solid #999999 !important;
}
@media (max-width: 991px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 20px !important;
    }
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th *
    {
        font-size: 12px !important;
    }
}
@media (max-width: 575px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th *
    {
        font-size: 2.7vmin !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table img
{
    max-width: 100%;
    height: auto !important;
}