/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 150px;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 90px;
	}
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 36.45833333333333%;
}

.banner .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 45px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 6px;
}

.banner .slick-dots li.slick-active {
	border: solid 1px #e21613;
	background-color: #e21613;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-arrow {
	width: 80px;
	height: 80px;
	background-color: #0c1524;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 5%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%) rotateZ(45deg);
	-ms-transform: translateY(-50%) rotateZ(45deg);
	transform: translateY(-50%) rotateZ(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 32px;
	line-height: 80px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #FFFFFF;
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.banner .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

.banner .slick-arrow.slick-next:before {
	content: '\e728';
}

.banner .slick-arrow:hover {
	background-color: rgba(211, 45, 45, .65);
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 20px;
	}
	.banner .slick-dots:before {
		left: -10px;
		letter-spacing: 0px;
	}
	.banner .slick-dots:after {
		right: -10px;
		letter-spacing: 0px;
	}
	.banner .slick-arrow {
		left: 15%;
		width: 30px;
		height: 30px;
	}
	.banner .slick-arrow:before {
		font-size: 16px;
		line-height: 30px;
	}
	.banner .slick-arrow.slick-next {
		right: 15%;
	}
}


/*title*/

.title {
	text-align: center;
}

.title b {
	font-size: 40px;
	font-weight: bold;
	color: #1a1a1a;
}

.title p {
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
}

.padt {
	padding-top: 100px;
}

.padd {
	padding: 100px 0;
}

.lists {
	padding-top: 45px;
}

@media (max-width: 991px) {
	.title b {
		font-size: 22px;
	}
	.title p {
		padding-top: 15px;
	}
	.padt {
		padding-top: 40px;
	}
	.padd {
		padding: 40px 0;
	}
	.lists {
		padding-top: 30px;
	}
}


/*index_product*/
.pro_location{
	padding-top: 150px;
}

.index_product {
	border-bottom: 1px solid #DDDDDD;
}

.index_product .item {
	display: block;
	position: relative;
	overflow: hidden;
	border: solid 1px #dddddd;
	margin-bottom: 30px;
}

.index_product .item .img-box {
	padding-bottom: 127.2727272727273%;
}

.index_product .item .img-box img {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.index_product .item .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(28, 40, 132, 0.5);
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.index_product .item .info b {
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 10px;
	margin: 56% 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.index_product .item .info span {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #1f2870;
	text-align: center;
	line-height: 42px;
	width: 182px;
	height: 40px;
	margin: auto;
	margin-top: 50px;
	background: url(../images/img/prot_bg.png) no-repeat;
	background-size: cover;
	-webkit-transition: all 0.35s 0.1s linear;
	-moz-transition: all 0.35s 0.1s linear;
	transition: all 0.35s 0.1s linear;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_product .item .info span i {
	margin-left: -20px;
	opacity: 0;
	transition: all 0.36s ease 0s;
}

.index_product .item .info span i:before {
	font-family: 'iconfont' !important;
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	content: '\e76a';
	line-height: 40px;
}

.index_product .item .info span:hover i {
	opacity: 1;
	margin-left: 5px;
}

.index_product .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_product .item:hover .info {
	opacity: 1;
}

.index_product .item:hover .info b,
.index_product .item:hover .info span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 991px) {
	.index_product .item {
		margin-bottom: 20px;
	}
}


/*index_category*/

.index_category .item {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.index_category .left ul li:first-child .item .img-box {
	padding-bottom: 60.24691358024691%;
}

.index_category .left ul li:nth-child(2) .item .img-box {
	padding-bottom: 54.62098765432099%;
}

.index_category .right ul li:first-child .item .img-box {
	padding-bottom: 64.91228070175439%;
}

.index_category .right ul li:nth-child(2) .item .img-box {
	padding-bottom: 98.24561403508772%;
}

.index_category .item .img-box img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.index_category .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_category .item .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

.index_category .item:hover .info {
	opacity: 1;
	background-color: transparent;
}

.index_category .item .info p {
	width: 40%;
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	color: #ffffff;
	padding: 100px 0 0 50px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.index_category .item:hover .info p {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

@media (max-width: 1199px) {
	.index_category .item .info {
		opacity: 1;
		background: transparent;
	}
	.index_category .item .info p {
		font-size: 28px;
		line-height: 32px;
		padding: 30px 0 0 30px;
		transform: translateX(0);
	}
}

@media (max-width: 991px) {
	.index_category .item {
		margin-bottom: 20px;
	}
}


/*index_who*/

.index_who {
	overflow: hidden;
	background: url(../images/img/we_bg.jpg) no-repeat;
	background-size: cover;
}

.index_who .info {
	text-align: center;
}

.index_who .info b {
	display: block;
	font-size: 40px;
	color: #ffffff;
}

.index_who p {
	font-size: 14px;
	line-height: 23px;
	color: #cccccc;
	padding-top: 20px;
}

@media (max-width: 991px) {
	.index_who .info b {
		font-size: 22px;
	}
	.index_who p {
		padding-top: 10px;
	}
}


/*index_num*/

.index_num {
	padding-bottom: 100px;
	border-bottom: 1px solid #E6E6E6;
}

.index_num .box-number .number {
	overflow: hidden;
}

.index_num .box-number .number ul {
	font-size: 0;
	padding: 60px 0;
}

.index_num .box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 40px 35px;
	background: url(../images/img/num_bg.jpg) no-repeat;
	background-size: contain;
}

.index_num .box-number .number .item b {
	display: block;
	vertical-align: middle;
	font-size: 50px;
	color: #e21613;
	text-align: center;
}

.index_num .box-number .number .item b sup {
	top: 0.9em;
	font-size: 18px;
	vertical-align: text-top;
}

.index_num .box-number .number .item p {
	font-size: 20px;
	line-height: 24px;
	color: #1a1a1a;
	text-align: center;
	padding-top: 20px;
}

@media (max-width: 1470px) {
	.index_num .box-number .number ul {
		font-size: 0;
	}
	.index_num .box-number .number ul li {
		padding: 20px 15px;
	}
}

@media (max-width: 1199px) {
	.index_num .box-number .number ul li {
		width: 33.33333333%;
		padding: 20px 15px;
		background: none;
	}
	.index_num .box-number .number .item b {
		font-size: 38px;
	}
}

@media (max-width: 991px) {
	.index_num .box-number .number ul {
		padding: 0;
	}
	.index_num .box-number .number ul li {
		width: 33.33333333%;
		padding: 15px 20px;
	}
	.index_num .box-number .number .item p {
		padding-top: 0px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.index_num .box-number .number ul li {
		width: 50%;
		margin: 20px 0;
		padding: 0 10px;
	}
	.index_num .box-number .number .item b {
		font-size: 30px;
	}
}

.index_num .more a {
	display: block;
	width: 175px;
	height: 42px;
	background-color: #e21613;
	border-radius: 10px;
	margin: auto;
	font-size: 16px;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
}

.index_num .more a i {
	margin-left: -20px;
	opacity: 0;
	transition: all 0.36s ease 0s;
}

.index_num .more a i:before {
	font-family: 'iconfont' !important;
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	content: '\e728';
	line-height: 40px;
}

.index_num .more:hover a i {
	opacity: 1;
	margin-left: 5px;
}

@media (max-width: 991px) {
	.index_num {
		padding-bottom: 40px;
	}
	.index_num .more {
		padding-top: 15px;
	}
}


/*index_choose*/

.index_choose {
	overflow: hidden;
}

.index_choose .left {
	width: 47.518%;
	float: left;
}

.index_choose .left .img-box {
	padding-bottom: 88.05970149253731%;
}

.index_choose .right {
	width: 52.482%;
	float: left;
	padding-left: 70px;
}

.index_choose .right .item {
	position: relative;
	padding-left: 90px;
	margin-bottom: 26px;
}

.index_choose .right .item:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	overflow: hidden;
	line-height: 68px;
	border-radius: 50%;
	border: solid 2px #e21613;
	font-family: 'iconfont' !important;
	content: '\e60e';
	font-size: 36px;
	color: #e21613;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_choose .right ul li:nth-child(2) .item:before {
	content: '\e606';
}

.index_choose .right ul li:nth-child(3) .item:before {
	content: '\e60f';
}

.index_choose .right ul li:nth-child(4) .item:before {
	content: '\e608';
}

.index_choose .right ul li:last-child .item:before {
	content: '\e7e5';
}

.index_choose .right ul li:last-child .item {
	margin-bottom: 0;
}

.index_choose .right .item:hover:before {
	color: #FFFFFF;
	background: #e21613;
	/*-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;*/
}

.index_choose .right ul li .item .reason b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #1a1a1a;
}

.index_choose .right ul li .item .info {}

.index_choose .right ul li .item .info p {
	font-size: 14px;
	line-height: 23px;
	color: #4d4d4d;
}

@media (max-width: 991px) {
	.index_choose .left {
		display: block;
		width: 100%;
	}
	.index_choose .right {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.index_choose .right .item:before {
		width: 55px;
		height: 55px;
		line-height: 53px;
		font-size: 26px;
	}
	.index_choose .right ul li:nth-child(2) .item:before {
		font-size: 30px;
	}
	.index_choose .right ul li .item .reason b {
		font-size: 18px;
	}
}


/*index_partner*/

.index_partner {
	background-color: #f5f5f5;
}

.index_partner ul {
	margin: 0;
}

.index_partner li {
	padding: 0;
}

.index_partner .item {
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_partner .item:hover {
	z-index: 1;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0 -1px 20px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 -1px 20px rgba(0, 0, 0, .12);
	box-shadow: 0 -1px 20px rgba(0, 0, 0, .12);
}

.index_partner .item .img-box {
	padding-bottom: 74.46808510638298%;
}


/*pagebanner*/

.pagebanner .img-box {
	padding-bottom: 15.625%;
}


/*page_location*/

.page_location {
	border-bottom: 1px solid #dddddd;
}

.page_location .nav_scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.page_location .nav_scroll::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: #188a68;
}

.page_location .nav_scroll::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.page_location .nav_scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.page_location .nav_scroll::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
}

.page_location ul {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

.page_location ul li {
	display: inline-block;
}

.page_location ul li a {
	font-family: 'MicrosoftYaHei';
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 50px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.page_location ul li.active a,
.page_location ul li:hover a {
	color: #1f2870;
}

.page_location ul li:first-child a:before {
	display: inline-block;
	font-weight: normal;
	font-family: 'iconfont' !important;
	content: '\e690';
	font-size: 14px;
	padding-right: 10px;
}

.page_location ul li a:before {
	display: inline-block;
	font-weight: normal;
	font-family: 'iconfont' !important;
	content: '/';
	font-size: 14px;
	padding-right: 5px;
	color: #999999;
}

@media (max-width: 991px) {
	.page_location ul li a {
		line-height: 40px;
	}
}


/*about*/

.about .info .title {
	text-align: left;
}

.about .info .title b {
	display: block;
	font-family: 'MicrosoftYaHei';
	font-size: 30px;
	color: #1f2870;
}

.about .info .note {
	padding-top: 30px;
}

.about .info .note p {
	font-family: 'MicrosoftYaHei';
	font-size: 16px;
	line-height: 23px;
	color: #666666;
	text-align: justify;
}

.about .about_icon {
	padding: 40px;
}

.about .about_icon ul li {
	width: 20%;
	float: left;
}

.about .about_icon ul li .item {
	padding: 26px 0;
	border-right: 1px solid #DDDDDD;
}

.about .about_icon ul li:last-child .item {
	border-right: none;
}

.about .about_icon .item span {
	display: block;
	width: 100px;
	height: 117px;
	overflow: hidden;
	background: url(../images/img/about_iconbg1.jpg);
	background-size: cover;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.about .about_icon .item:hover span {
	background: url(../images/img/about_iconbg.jpg);
	background-size: cover;
}

.about .about_icon .item span:before {
	display: block;
	font-weight: normal;
	font-family: 'iconfont' !important;
	content: '\e607';
	font-size: 32px;
	line-height: 117px;
	color: #1f2870;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.about .about_icon ul li:nth-child(2) .item span:before {
	content: '\e608';
}

.about .about_icon ul li:nth-child(3) .item span:before {
	content: '\e6bb';
}

.about .about_icon ul li:nth-child(4) .item span:before {
	content: '\e7e5';
}

.about .about_icon ul li:last-child .item span:before {
	content: '\e605';
}

.about .about_icon .item:hover span:before {
	color: #FFFFFF;
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.about .about_icon .item p {
	font-family: 'MicrosoftYaHei';
	font-size: 16px;
	font-weight: bold;
	color: #1f2870;
	text-align: center;
	padding-top: 20px;
}

.about .pic .img-box {
	padding-bottom: 31.56028368794326%;
}

@media (max-width: 991px) {
	.about .info .title b {
		font-size: 20px;
	}
	.about .info .note {
		padding-top: 15px;
	}
	.about .about_icon {
		padding: 20px 0;
	}
	.about .about_icon ul li {
		width: 20%;
		float: left;
	}
	.about .about_icon ul li .item {
		padding: 20px 0;
		border-right: none;
	}
	.about .about_icon .item span {
		width: 80px;
		height: 95px;
	}
	.about .about_icon .item span:before {
		font-size: 28px;
		line-height: 95px;
	}
	.about .about_icon .item p {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.about .about_icon ul li {
		width: 50%;
		float: left;
	}
	.about .about_icon ul li .item {
		padding: 10px 0;
		border-right: none;
	}
}


/*news*/

.news .item {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .item:hover {
	-webkit-box-shadow: 0 -1px 20px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 -1px 20px rgba(0, 0, 0, .25);
	box-shadow: 0 -1px 20px rgba(0, 0, 0, .25);
}

.news .item .slick-news .pic .img-box {
	padding-bottom: 73.17073170731707%;
}

.news .item .slick-news .slick-arrow {
	width: 30px;
	height: 30px;
	overflow: hidden;
	background-color: transparent;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 15px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news .item .slick-news .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 32px;
	line-height: 30px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #FFFFFF;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.news .item .slick-news .slick-arrow.slick-next {
	right: 15px;
	left: auto;
}

.news .item .slick-news .slick-arrow.slick-next:before {
	content: '\e728';
}

.news .item .slick-news .slick-arrow:hover:before {
	color: #1f2870;
}

.news .item .info {
	/*padding-top: 20px;*/
}

.news .item .info span {
	display: block;
	font-size: 14px;
	color: #999999;
}

.news .item .info b {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .item .info p {
	font-size: 16px;
	color: #666666;
	/*padding-top: 10px;*/
}

@media (max-width: 991px) {
	.news .item {
		margin-bottom: 20px;
		padding: 15px;
	}
	.news .item .info {
		padding-top: 10px;
	}
	.news .item .info b {
		font-size: 16px;
	}
	.news .item .info p {
		font-size: 15px;
	}
}


/*brand*/

.brand .info p {
	font-size: 16px;
	line-height: 23px;
	color: #666666;
}

.brand .lists {
	padding-top: 60px;
}

.brand .lists ul li {
	margin-bottom: 20px;
}

.brand .main .title {
	height: 120px;
}

.brand .main .title img {
	width: auto;
	height: 100%;
}

@media (max-width: 991px) {
	.brand .main .title {
		height: 90px;
	}
	.brand .lists {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.brand .main .title {
		height: 50px;
	}
}


/*product*/

.product_mian .page_left {
	float: left;
	width: 15%;
}

.product_mian .page_right {
	width: 85%;
	padding-left: 30px;
}

.product_mian .page_left .page_nav {
	padding: 0;
}

.product_mian .page_nav .menu {
	position: relative;
}


/*.product_mian .page_nav .menu .menu1>li.more>a:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	right: 20px;
	display: block;
	content: '\e728';
	color: #999999;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}*/


/*.product_mian .page_nav .menu .menu1>li.nomore>a:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	right: 20px;
	display: block;
	content: '\e728';
	color: #999999;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(0);
	-ms-transform: translateY(-45%) rotate(0);
	transform: translateY(-45%) rotateZ(0);
}*/

.product_mian .page_nav .menu .menu1>li:hover>a,
.product_mian .page_nav .menu .menu1>li.active>a {
	color: #1f2870;
}

.product_mian .page_nav .menu .menu1>li:hover>a:after,
.product_mian .page_nav .menu .menu1>li.active>a:after {
	color: #1f2870;
}


/*.product_mian .page_nav .menu .menu1>li:hover>a:after,
.product_mian .page_nav .menu .menu1>li.active>a:after {
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}*/

.product_mian .page_nav .menu .menu1>li>a {
	font-size: 20px;
	line-height: 20px;
	color: #1a1a1a;
	padding: 20px 0;
	border-top: 1px solid #DDDDDD;
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}

.product_mian .page_nav .menu .menu1>li:first-child a {
	border-top: none;
	padding: 0 0 20px 0;
}

.product_mian .page_nav .menu .nomore .menu2 {
	display: none;
	padding-bottom: 20px;
}

.product_mian .page_nav .menu ul.menu2>li {
	position: relative;
	cursor: pointer;
}

.product_mian .page_nav .menu ul.menu2>li.more>a {
	position: relative;
}

.product_mian .page_nav .menu ul.menu2>li.active>a,
.product_mian .page_nav .menu ul.menu2>li:hover>a {
	color: #1f2870;
	text-decoration: underline !important;
}

.product_mian .page_nav .menu ul.menu2>li>a {
	font-size: 16px;
	line-height: 38px;
	color: #666;
	padding: 0 !important;
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
}

.product_mian .page_nav .menu ul.menu2>li>a:before {
	display: inline-block;
	font-family: 'iconfont' !important;
	content: '\e728';
	line-height: 26px;
}

.product_mian .page_nav .menu ul.menu3 {
	display: none;
	padding-left: 12px;
}

.product_mian .page_nav .menu ul.menu3>li>a {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	display: block;
	padding: 0 !important;
	-webkit-transition: .5s;
	transition: .5s;
}

.product_mian .page_nav .menu ul.menu3>li>a:before {
	display: inline-block;
	font-family: 'iconfont' !important;
	content: '\e728';
	line-height: 26px;
}

.product_mian .page_nav .menu ul.menu3>li.active>a,
.product_mian .page_nav .menu ul.menu3>li:hover>a {
	color: #1f2870;
	text-decoration: underline !important;
}

.product_mian .page_right .product_lists .item {
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_mian .page_right .product_lists .item .img-box {
	padding-bottom: 127.027027027027%;
}

.product_mian .page_right .product_lists .item .img-box img {
	-webkit-transition: all .6s;
	transition: all .6s;
}

.product_mian .page_right .product_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product_mian .page_right .product_lists .item:hover {
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
}

.product_mian .page_right .product_lists .item .name {
	padding: 20px 10px;
	text-align: center;
	border: solid 1px #dddddd;
}

.product_mian .page_right .product_lists .item .name b {
	display: block;
	font-size: 16px;
	line-height: 23px;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_mian .page_right .product_lists .item .name p {
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_mian .page_right .product_lists .item:hover .name b {
	color: #234a93;
}

@media (max-width: 991px) {
	.product_mian .page_left {
		width: 100%;
	}
	.product_mian .page_right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.product_mian .page_nav .menu .menu1>li>a {
		font-size: 18px;
	}
	.product_mian .page_nav .menu .menu1>li>a {
		padding: 15px 0;
	}
	.product_mian .page_nav .menu .menu1>li:first-child a {
		border-top: none;
		padding: 0 0 10px 0;
	}
	.product_mian .page_nav .menu .nomore .menu2 {
		padding-bottom: 10px;
	}
	.product_mian .page_nav .menu ul.menu2>li>a {
		line-height: 34px;
	}
	.product_mian .page_right .product_lists .item {
		margin-bottom: 20px;
	}
	.product_mian .page_right .product_lists .item .name {
		padding: 15px 10px;
	}
}


/*product_detial*/

.product_detial .product_show {
	background-color: #f5f5f5;
}

.product_detial .product_show .pro-show .img-box {
	padding-bottom: 126.3157894736842%;
}

.product_detial .product_show .pro-show .slider-for {
	width: 40.5%;
	float: left;
}

.product_detial .product_show .pro-show .slider-nav {
	width: 11.5%;
	padding: 26px 0;
	margin-left: 30px;
	float: left;
}

.product_detial .product_show .pro-show .slider-nav .item {
	padding: 10px 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 #d32d2d;
}

.product_detial .product_show .pro-show .slider-nav .slick-arrow {
	width: 50px;
	height: 30px;
	overflow: hidden;
	background-color: transparent;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 50%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateX(-50%) rotateZ(90deg);
	-ms-transform: translateX(-50%) rotateZ(90deg);
	transform: translateX(-50%) rotateZ(90deg);
}

.product_detial .product_show .pro-show .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 50px;
	line-height: 30px;
	display: block;
	content: '\e727';
	text-align: center;
	color: #1f2870;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_detial .product_show .pro-show .slider-nav .slick-arrow.slick-next {
	top: auto;
	bottom: -3px;
}

.product_detial .product_show .pro-show .slider-nav .slick-arrow.slick-next:before {
	content: '\e728';
}

.product_detial .product_show .pro-show .slider-nav .slick-arrow:hover:before {
	color: #d32d2d;
}

.product_detial .product_show .prod_msg {
	width: 44%;
	float: left;
	position: relative;
	padding-top: 80px;
	padding-left: 50px;
}

@media (max-width: 1470px) {
	.product_detial .product_show .prod_msg {
		padding-top: 20px;
	}
}

.product_detial .product_show .prod_msg .title {
	text-align: left;
}

.product_detial .product_show .prod_msg .title b {
	font-size: 20px;
	color: #1a1a1a;
}

.product_detial .product_show .prod_msg .title p {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #666666;
	padding-left: 50px;
}

.product_detial .product_show .prod_msg .info {
	padding-top: 30px;
}

.product_detial .product_show .prod_msg .info p {
	font-size: 16px;
	line-height: 38px;
	color: #666666;
}

.product_detial .product_show .prod_msg .pro_btn {
	padding-top: 40px;
}

.product_detial .product_show .prod_msg .pro_btn a {
	display: block;
	width: 330px;
	border: 1px solid #d32d2d;
	background-color: #d32d2d;
	font-size: 16px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_detial .product_show .prod_msg .pro_btn a:hover {
	color: #d32d2d;
	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: 20px;
}

.prod_msg .pro_arrow{
	position: absolute;
	top: 0;
	right: 0;
}

.prod_msg .pro_arrow .item a{
	display: block;
	width: 30px;
	height: 30px;
	background-color: #d32d2d;
}

.prod_msg .pro_arrow .item.next a{
	background-color: #1f2870;
}

.prod_msg .pro_arrow .item a:before{
	display: block;
	font-family: 'iconfont';
	font-size: 20px;
	line-height: 30px;
	content: '\e727';
	text-align: center;
	color: #FFFFFF;
}

.prod_msg .pro_arrow .item.next a:before{
	content: '\e728';
}

.product_detial .pro_detail .title b {
	font-size: 30px;
	color: #000000;
}

.product_detial .pro_detail .pic {
	padding-top: 50px;
}

.product_detial .inquire_main {
	border-top: solid 1px #dddddd;
	border-bottom: 1px solid #DDDDDD;
}

.product_detial .inquire_main .title {
	text-align: left;
}

.product_detial .inquire_main .title b {
	font-size: 30px;
	color: #000000;
}

.product_detial .inquire_main .inquire_form {
	width: 49%;
	padding-top: 60px;
}

.product_detial .inquire_main .inquire_form ul li {
	margin-bottom: 10px;
	width: 100%;
}

.product_detial .inquire_main .inquire_form ul li input {
	width: 100%;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 40px;
	min-height: 40px;
	padding: 0px 10px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
}

.product_detial .inquire_main .inquire_form ul li textarea {
	width: 100%;
	font-size: 14px;
	color: #1a1a1a;
	min-height: 160px;
	line-height: 30px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	padding: 10px;
}

.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: #dddddd;
}

.product_detial .inquire_main .inquire_form ul li input:-o-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea:-o-placeholder {
	color: #dddddd;
}

.product_detial .inquire_main .inquire_form ul li input::-moz-placeholder,
.product_detial .inquire_main .inquire_form ul li textarea::-moz-placeholder {
	color: #dddddd;
}

.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: #dddddd;
}

.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;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1f2870;
	background-color: #1f2870;
	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: #1f2870;
}


/*related_products*/

.product_detial .related_products .title {
	text-align: left;
}

.product_detial .related_products .title b {
	font-size: 30px;
	color: #000000;
}

.product_detial .related_products .item {
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_detial .related_products .item .img-box {
	padding-bottom: 127.027027027027%;
}

.product_detial .related_products .item .img-box img {
	-webkit-transition: all .6s;
	transition: all .6s;
}

.product_detial .related_products .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product_detial .related_products .item:hover {
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
}

.product_detial .related_products .item .name {
	padding: 10px;
	text-align: center;
	border: solid 1px #dddddd;
}

.product_detial .related_products .item .name b {
	display: block;
	font-size: 16px;
	line-height: 23px;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_detial .related_products .item .name p {
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_detial .related_products .item:hover .name b {
	color: #234a93;
}

@media (max-width: 991px) {
	.product_detial .product_show .pro-show .slider-for {
		width: 100%;
		float: none;
	}
	.product_detial .product_show .pro-show .slider-nav {
		width: 100%;
		float: none;
		margin-left: 0;
		padding: 15px 50px 0 50px;
	}
	.product_detial .product_show .pro-show .slider-nav .item {
		padding: 0 10px;
	}
	.product_detial .product_show .pro-show .slider-nav .slick-arrow {
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%) rotateZ(-360deg);
		-ms-transform: translateY(-50%) rotateZ(-360deg);
		transform: translateY(-50%) rotateZ(-360deg);
	}
	.product_detial .product_show .pro-show .slider-nav .slick-arrow.slick-next {
		top: 50%;
		bottom: auto;
		left: auto;
		right: 10px;
	}
	.product_detial .product_show .pro-show .slider-nav .slick-arrow:before {
		font-size: 40px;
	}
	.product_detial .product_show .prod_msg {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-top: 60px;
	}
	.prod_msg .pro_arrow{
		top: 20px;
	}
	.product_detial .product_show .prod_msg .title b {
		font-size: 18px;
	}
	.product_detial .product_show .prod_msg .title p {
		font-size: 18px;
		padding-left: 20px;
	}
	.product_detial .product_show .prod_msg .info {
		padding-top: 10px;
	}
	.product_detial .product_show .prod_msg .info p {
		font-size: 15px;
		line-height: 30px;
		color: #666666;
	}
	.product_detial .product_show .prod_msg .pro_btn {
		padding-top: 15px;
	}
	.product_detial .product_show .prod_msg .pro_btn a {
		width: 200px;
		line-height: 45px;
	}
	.product_detial .product_show .prod_msg .share {
		padding-top: 22px;
	}
	.product_detial .pro_detail .title b {
		font-size: 22px;
	}
	.product_detial .pro_detail .pic {
		padding-top: 15px;
	}
	.product_detial .inquire_main .title b {
		font-size: 20px;
	}
	.product_detial .inquire_main .inquire_form {
		width: 100%;
		padding-top: 15px;
	}
	.product_detial .inquire_main .inquire_form ul li textarea {
		min-height: 80px;
	}
	.product_detial .related_products .title b {
		font-size: 20px;
		color: #000000;
	}
	.product_detial .related_products .item {
		margin-bottom: 20px;
	}
	.product_detial .related_products .lists {
		padding-top: 20px;
	}
}


/*contact*/

.contact .page_title {}

.contact .page_title b {
	font-family: 'MicrosoftYaHei';
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.contact .page_title:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #DDDDDD;
	margin-top: 20px;
}

.contact .left {
	width: 40%;
}

.contact .right {
	width: 49%;
}

.contact .left .page_title p {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #1a1a1a;
}

.contact .text {
	padding-top: 30px;
}

.contact .text p.address,
.contact .text p.fax,
.contact .text p.email,
.contact .text p.phone,
.contact .text p.website {
	position: relative;
	margin-bottom: 10px;
	padding-left: 80px;
	font-size: 18px;
	line-height: 60px;
	color: #666666;
}

.contact .text p.email a,
.contact .text p.phone a,
.contact .text p.website a {
	font-size: 18px;
	line-height: 60px;
	color: #666666;
}

.contact .text p.address:before,
.contact .text p.fax:before,
.contact .text p.email:before,
.contact .text p.phone:before,
.contact .text p.website:before {
	width: 60px;
	height: 60px;
	border: solid 1px #1f2870;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	font-family: 'iconfont' !important;
	font-size: 28px;
	position: absolute;
	top: 0px;
	left: 0;
	color: #1f2870;
}

.contact .text p.email a:hover,
.contact .text p.phone a:hover,
.contact .text p.website a:hover {
	color: #234a93;
	text-decoration: underline !important;
}

.contact .text p.address:before {
	content: '\e64e';
}

.contact .text p.fax:before {
	content: '\e69c';
	font-size: 36px;
}

.contact .text p.email:before {
	content: '\e64a';
}

.contact .text p.phone:before {
	content: '\e61c';
}

.contact .text p.website:before {
	content: '\e603';
	font-size: 26px;
}

.contact .message_form {
	margin-top: 30px;
}

.contact .message_form ul {
	margin: 0 -5px;
}

.contact .message_form ul li {
	/*float: left;*/
	margin-bottom: 10px;
	width: 100%;
	padding: 0 5px;
}

.contact .message_form ul li:nth-child(5),
.contact .message_form ul li:last-child {
	width: 100%;
	min-height: 45px;
}

@media (max-width: 767px) {
	.contact .message_form ul li {
		width: 100%;
	}
	.contact .message_form ul li:nth-child(5),
	.contact .message_form ul li:last-child {
		width: 100%;
	}
}

.contact .message_form ul li input {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	min-height: 40px;
	padding: 0px 10px;
	border: solid 1px #dddddd;
	background-color: #FFFFFF;
}

.contact .message_form ul li textarea {
	width: 100%;
	font-size: 16px;
	color: #666666;
	min-height: 160px;
	line-height: 30px;
	border: solid 1px #dddddd;
	background-color: #FFFFFF;
	padding: 10px;
}

.contact .message_form ul li input::-webkit-input-placeholder,
.contact .message_form ul li textarea::-webkit-input-placeholder {
	color: #dddddd;
}

.contact .message_form ul li input:-o-placeholder,
.contact .message_form ul li textarea:-o-placeholder {
	color: #dddddd;
}

.contact .message_form ul li input::-moz-placeholder,
.contact .message_form ul li textarea::-moz-placeholder {
	color: #dddddd;
}

.contact .message_form ul li input:-ms-input-placeholder,
.contact .message_form ul li textarea:-ms-input-placeholder {
	color: #dddddd;
}

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #999999;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #999999;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #999999;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #999999;
}

.contact .message_form ul li button {
	border: 1px solid #1f2870;
	background-color: #1f2870;
	padding: 0 30px;
	line-height: 40px;
	font-family: 'MicrosoftYaHei';
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact .message_form ul li button:hover {
	color: #1f2870;
	background-color: #fff;
}

@media (max-width: 991px) {
	.contact .left {
		width: 100%;
	}
	.contact .page_title b {
		font-size: 18px;
	}
	.contact .page_title:after {
		margin-top: 5px;
	}
	.contact .right {
		width: 100%;
		padding-top: 25px;
	}
	.contact .text p.company,
	.contact .text p.address,
	.contact .text p.fax,
	.contact .text p.email,
	.contact .text p.phone,
	.contact .text p.website {
		margin-bottom: 10px;
		padding-left: 65px;
		line-height: 50px;
	}
	.contact .text p.address:before,
	.contact .text p.fax:before,
	.contact .text p.email:before,
	.contact .text p.phone:before,
	.contact .text p.website:before {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.contact .text p.fax:before {
		font-size: 30px;
	}
	.contact .text p.address:before {
		font-size: 22px;
	}
	.contact .text p.website:before {
		font-size: 18px;
	}
	.contact .text p.email a,
	.contact .text p.phone a,
	.contact .text p.website a {
		line-height: 50px;
	}
	.contact .message_form {
		margin-top: 0px;
	}
	.contact .message_form span {
		padding-top: 20px;
	}
	.contact .message_form ul li {
		margin-bottom: 15px;
	}
	.contact .message_form ul {
		padding-top: 15px;
	}
	.contact .message_form ul li textarea {
		min-height: 100px;
	}
	.contact .message_form ul li button {
		margin-top: 0;
	}
}

@media (max-width: 420px) {
	.contact .text p.address {
		line-height: 24px;
		padding-top: 5px;
	}
}


/*faq*/

.faq #gallery-wrapper {
	position: relative;
	margin: auto;
}

.faq .item {
	position: absolute;
	border-radius: 10px;
	border: solid 1px #dddddd;
	padding: 30px;
}

.faq .item b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #1f2870;
	position: relative;
	padding-left: 55px;
}

.faq .item b:before {
	position: absolute;
	left: 0;
	font-weight: normal;
	font-family: 'iconfont';
	content: '\e608';
}

.faq .item b span {
	position: absolute;
	left: 30px;
}

.faq .item .info {
	padding-top: 15px;
	padding-left: 55px;
}

.faq .item p {
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}

.faq .item:hover {
	margin-top: -5px;
	-webkit-box-shadow: 0 -1px 20px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 -1px 20px rgba(0, 0, 0, .12);
	box-shadow: 0 -1px 20px rgba(0, 0, 0, .12);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

@media (max-width: 1470px) {
	.faq .item {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.faq #gallery-wrapper {
		margin-bottom: 100px;
	}
	.faq .item b{
		font-size: 18px;
	}
	.faq .item .info{
		padding-top: 5px;
	}
}

@media (max-width: 767px) {
	.faq .item {
		width: 100% !important;
	}
}
