﻿@charset "utf-8";

@font-face {
	font-family: 'OSWALD-REGULAR';
	src: url(../fonts/OSWALD-REGULAR.TTF);
}

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url(../fonts/SourceHanSansCN-Normal.otf);
}

body {
	font-family: Arial,"SourceHanSansCN-Normal";
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
a,
p{
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

p,
a {
	font-size: 14px;
}
.over-img{
	overflow: hidden;
}
.eli-padd {
	padding-left: 0;
	padding-right: 0;
}
.xysimg{
	height: 0;
	position: relative;
	overflow: hidden;
}
.xysimg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: auto;
	max-height: 100%;
	display: block;
}
/*编辑版开始*/
.bjb{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb img{
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p{
	color: #333333;
}
.bjb p{
	line-height: 2em;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.bjb{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

/*pc端头部*/
.pc-header .left{
	margin-left: 70px;
	display: inline-block;
}
.pc-header .right{
	float: right;
	height: 100px;
}
.pc-header .right .nav,
.pc-header .right .search,
.pc-header .right .quick_nav{
	float: left;
	height: 100px;
	line-height: 100px;
}
.pc-header .right .nav>ul{
	padding: 0;
	margin: 0;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	list-style: none;
}
.pc-header .right .nav>ul>li{
	display: inline-block;
	margin-left: 20px;
}
.pc-header .right .nav>ul>li>a{
	display: block;
	text-decoration: none;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.pc-header .right .nav>ul>li.active>a,
.pc-header .right .nav>ul>li>a:hover,
.pc-header .right .nav>ul>li>a.active{
	color: #162584;
}
.pc-header .right .nav>ul>li>a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #162584;
	opacity: 0;
	transition: all 1s;
}
.pc-header .right .nav>ul>li.active>a:after,
.pc-header .right .nav>ul>li>a.active:after,
.pc-header .right .nav>ul>li>a:hover:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #162584;
	opacity: 1;
}
.pc-header .right .search a{
	width: 100px;
	display: inline-block;
	text-align: center;
	color: #1a297b;
}
.pc-header .right .quick_nav{
	background-color: #162584;
	position: relative;
}
.pc-header .right .quick_nav>span{
	color: #fff;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}
.pc-header .right .quick_nav>.level1{
	position: absolute;
	width: 100%;
	display: none;
	z-index: 1;
}
.pc-header .right .quick_nav>.level1>li{
	line-height: initial !important;
}
.pc-header .right .quick_nav>.level1>li>a{
	display: block;
	background-color: #162584;
	padding: 20px 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #fff;
}
.pc-header .right .quick_nav>.level1>li>a:hover{
	background-color: #1f34b8;
}
.pc-header .right .nav>ul>li{
	position: relative;
}
.pc-header .right .nav .level2{
	position: absolute;
	top: 100%;
	left: 30px;
	min-width: 250px;
	background-color: #162584;
	line-height: initial;
	padding: 20px;
	z-index: 1;
	display: none;
	opacity: 0;
}
.pc-header .right .nav .level2>li>a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 9px 0px 9px 0px;
	border-bottom: 1px solid #213cea;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.pc-header .right .nav .level2>li>a:hover{
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1440px) {
	.pc-header .left {
	    margin-left: 15px;
	}
	.pc-header .right .nav>ul>li {
	    margin-left: 15px;
	}
	.pc-header .right .search a {
	    width: 80px;
	}
	.pc-header .right .quick_nav>span {
	    color: #fff;
	    display: block;
	    padding-left: 15px;
	    padding-right: 15px;
	    cursor: pointer;
	}
	.pc-header .left img{
	    width: 250px;
	    margin-top: 10px;
	}
}
/*pc端头部 end*/

/*wap端logo盒子开始*/
.wap-ss .wap-logo{
	padding: 0 20px;
}
.wap-ss .wap-logo{
	float: left;
}
.wap-ss .wap-right{
	float: right;
	position: relative;
	line-height: 102px;
}
.wap-ss .wap-right ul{
	list-style: none;
	margin: 0;
	margin-right: 20px;
}
.wap-ss .wap-right ul>li{
	display: inline-block;
	margin-left: 20px;
}
.wap-ss .wap-right ul>li i{
	color: #162584;
	cursor: pointer;
}
.wap-ss .wap-right ul>li>a{
	color: #162584;
	text-decoration: none;
}
.wap-search-box{
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	width: 280px;
	background-color: #f0f0f0;
	z-index: 999999;
	padding: 30px 20px;
}
.wap-search-box input{
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}
.wap-search-box a{
	display: block;
	padding:13px 20px;
	color: #162584;
	text-decoration: none;
	border: 1px solid #162584;
	text-align: center;
	margin-top: 20px;
	border-radius: 5px;
}
.wap-search-box a:hover{
	color: #fff;
	border: 1px solid #162584;
	background-color: #162584;
}
@media screen and (max-width: 767px) {
	.wap-ss .wap-logo{
		width: 220px;
		padding: 0;
		margin-left: 15px;
	}
	.wap-ss .wap-right ul {
	    margin-right: 15px;
	}
	.wap-search-box {
	    width: 250px;
	    padding: 20px;
	}
	.wap-search-box a {
	    display: block;
	    padding: 8px 15px;
	    color: #162584;
	    text-decoration: none;
	    border: 1px solid #162584;
	    text-align: center;
	    margin-top: 10px;
	    border-radius: 5px;
	}
	.wap-ss .wap-right{
		line-height: 70px;
	}
}
@media screen and (max-width: 575px) {
	.wap-ss .wap-logo{
		width: 180px;
		padding: 0;
		margin-left: 15px;
	}
	.wap-ss .wap-right ul {
	    margin-right: 15px;
	}
	.wap-ss .wap-right ul>li i{
		font-size: 24px;
	}
	.wap-ss .wap-right ul>li>a{
		font-size: 24px;
	}
	.wap-ss .wap-right ul>li {
	    margin-left: 10px;
	}
	.wap-ss .wap-right{
		line-height: 53px;
	}
}
/*wap端logo盒子结束*/

/*wap主导航开始*/
.wap-nav{
	background-color: #162584;
	text-align: right;
}
.wap-nav-btn{
	display: inline-block;
	color: #fff;
	cursor: pointer;
}
.wap-nav-btn i{
	margin-right: 10px;
}
.wap-nav-listbox{
	background-color: #f6f6f6;
	display: none;
}
.wap-nav-listbox .level1,
.wap-nav-listbox .level2{
	list-style: none;
	margin: 0;
	padding: 0;
}
.wap-nav-listbox .level2{
	display: none;
}
.wap-nav-listbox .level1>li>a{
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #333333;
	border-bottom: 1px solid #e2e2e2;
}
.wap-nav-listbox .level1>li>a>span{
	float: right;
}
.wap-nav-listbox .level1>li>a>span>i{
	transition: all 0.3s;
}
.wap-nav-listbox .level1>li>a:hover{
	color: #fff;
	background-color: #162584;
}
.wap-nav-listbox .level1>li>a.active{
	color: #162584;
}
.wap-nav-listbox .level1>li>a.active:hover{
	color: #fff;
	background-color: #162584;
}
.wap-nav-listbox .level1>li>a.active span>i{
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a{
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #162584;
	border-bottom: 1px solid #e2e2e2;
}
.wap-nav-listbox .level2>li>a:hover{
	color: #fff;
	background-color: #162584;
}
@media screen and (max-width: 767px) {
	
}
/*wap主导航结束*/

/*wap端banner图开始*/
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet {
    background: #c6c6c6;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
/*wap端banner图结束*/

/*index-default*/
.slider_banner{
	position: relative;
}
.index-default{
	max-width: 1650px;
	margin: 0 auto;
}
.default-padd{
	padding-left: 15px;
	padding-right: 15px;
}
.banner-left-shitiao-box{
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-right-shitiao-box{
	position:absolute;
	top: 400px;
	right: 0;
	z-index: 1;
}
.shubiao-position{
	position: relative;
}
.shitiao{
	display: inline-block;
	width: 30px;
	height: 800px;
	background-color: #172682;
}
.shitiao2{
	display: inline-block;
	width: 30px;
	height: 500px;
	background-color: #172682;
}
.shitiao3{
	display: inline-block;
	width: 20px;
	height: 500px;
	background-color: #172682;
}
.shitiao4{
	display: inline-block;
	width: 20px;
	height: 200px;
	background-color: #172682;
}
@media screen and (max-width: 1720px) {
	.index-default{
		padding-left: 25px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 1199px) {
	.index-default{
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*index-default end*/

/*nr-default*/
.nr-default{
	max-width: 1200px;
	margin: 0 auto;
}
/*nr-default end*/

/*index-box1*/
.index-box1{
	background-image: url(../images/wrs_03.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 80px;
}
.index-box1 .box-bgcolor{
	background-color: #ededed;
	padding: 70px 50px;
	margin-top: 130px;
}
.index-box1 .box-bgcolor h2{
	margin-bottom: 20px;
	color: #162584;
}
.index-box1 .box-bgcolor .note{
	margin-bottom: 20px;
	color: #ee000d;
	font-size: 18px;
}
.index-box1 .box-bgcolor .text{
	margin-bottom: 50px;
	color: #666666;
}
.index-box1 .box-bgcolor .icon-box{
	text-align: center;
}
.index-box1 .box-bgcolor .icon-box img{
	margin-bottom: 15px;
	transition: all .5s;
}
.index-box1 .box-bgcolor .icon-box a{
	color: #333333;
	display: inline-block;
	text-decoration: none;
	transition: all .5s;
}
.index-box1 .box-bgcolor .icon-box a p{
	position: relative;
	text-decoration: none;
	transition: all .5s;
}
.index-box1 .box-bgcolor .icon-box a:hover p{
	color: #162584;
}
.index-box1 .box-bgcolor .icon-box a p:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0%;
	transition: all .5s;
	height: 1px;
	background-color: #162584;
}
.index-box1 .box-bgcolor .icon-box a:hover p:after{
	width: 100%;
}
.index-box1 .box-bgcolor .icon-box a:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-khtml-transform: translateY(-5px);
}
.index-box1 .box-bgcolor .icon-box a:hover img{
	transform: scale(1.08);
}
@media screen and (max-width: 1199px) {
	.index-box1 {
	    margin-top: 40px;
	    margin-bottom: 50px;
	}
	.index-box1 .box-bgcolor {
	    padding: 50px;
	    margin-top: 150px;
	}
	.index-box1 .box-bgcolor h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 991px) {
	.index-box1 {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.index-box1 .box-bgcolor {
	    padding: 40px;
	    margin-top: 170px;
	}
	.index-box1 .box-bgcolor h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.index-box1 {
	    margin-top: 30px;
	    margin-bottom: 10px;
	}
	.index-box1 .box-bgcolor {
	    padding: 30px 30px 15px;
	    margin-top: 0px;
	}
	.index-box1 .box-bgcolor h2 {
		font-size: 22px;
	    margin-bottom: 15px;
	}
	.index-box1 .box-bgcolor .note {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.index-box1 .box-bgcolor .text {
	    margin-bottom: 30px;
	}
	.index-box1 .box-bgcolor .icon-box>div{
	    margin-bottom: 15px;
	}
}
/*index-box1 end*/

/*index-box2*/
.index-box2{
	padding-top: 20px;
	padding-bottom: 30px;
}
.index-box2 .tp{
	padding-bottom: 122.84%;
	transition: all 1s;
}
.index-box2_left-nav{
	margin-bottom: 30px;
}
.index-box2_left-nav .h2{
	color: #162584;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 30px;
	display: inline-block;
}
.index-box2_left-nav p{
	color: #666666;
	font-size: 16px;
	margin-bottom: 10%;
}
.index-box2_left-nav ul>li{
	margin-bottom: 6%;
}
.index-box2_left-nav ul>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.index-box2_left-nav ul>li>a{
	font-size: 16px;
	text-decoration: none;
	color: #162584;
	transition: all .7s;
}
.index-box2_left-nav ul>li>a:hover{
	margin-left: 10px;
}
.index-box2_box{
	text-align: center;
	margin-bottom: 30px;
}
.index-box2_box a{
	display: block;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}
.index-box2_box a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
	height: 2px;
	background-color: #162584;
	display: block;
	opacity: 0;
	transition: all 0.6s ease;
}
.index-box2_box a:hover:after{
	width: 100%;
	opacity: 1;
}
.index-box2_box h5{
	color: #333333;
	margin-bottom: 10px;
	margin-top: 20px;
	transition: all 0.6s ease;
}
.index-box2_box p{
	color: #999999;
	transition: all 0.6s ease;
}
.index-box2_box a:hover .tp{
	transform: scale(1.1);
}
.index-box2_box a:hover h5{
	color: #162584;
	transform: translateY(-5px);
}
.index-box2_box a:hover p{
	transform: translateY(-5px);
}
.index-box2_box .over-img{
	position: relative;
}
.index-box2_box .item_mask{
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0;
	transition: all 0.6s ease;
}
.index-box2_box .item_mask:after{
	content: "";
	display: inline-block;
	height: 1px;
	width: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.index-box2_box .item_mask:before{
	content: "";
	display: inline-block;
	height: 15px;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.index-box2_box a:hover .item_mask{
	top: 50%;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.index-box2_left-nav .h2{
	    font-size: 22px;
	}
	.index-box2_left-nav p {
	    font-size: 14px;
	    margin-bottom: 5%;
	}
	.index-box2_left-nav ul>li>a {
	    font-size: 14px;
	}
	.index-box2_box h5 {
	    font-size: 18px;
	    margin-top: 15px;
	}
	
}
@media screen and (max-width: 575px) {
	.index-box2_left-nav ul>li {
	    margin-bottom: 3%;
	}
}
/*index-box2 end*/

/*index-box3*/
.index-box3 .tp{
	padding-bottom: 58.33%;
}
.index-box3 .right .over-img{
	display: none;	
}
.index-box3 .right .over-img.active{
	display: block;
}
.index-box3 .left{
	padding: 60px 15px;
	background-color: #eeeeee;
}
.index-box3 .text-box .h2{
	color: #162584;
	margin-bottom: 15px;
	font-size: 30px;
	display: inline-block;
	text-decoration: none;
}
.index-box3 .text-box .Etitle{
	color: #666666;
	font-size: 16px;
	margin-bottom: 10%;
}
.index-box3 .text-box .note{
	width: 70%;
	color: #666666;
	margin-bottom: 15px;
	font-size: 16px;
}
.index-box3 .text-box a:nth-last-of-type(1){
	margin-bottom: 25px;
	display: inline-block;
	transition: all .7s;
}
.index-box3 .text-box a:nth-last-of-type(1):hover{
	margin-left: 10px;
}
.index-box3 .link-box a{
	display: block;
	padding: 4% 4% 4% 22%;
	text-decoration: none;
	color: #666666;
	font-size: 16px;
	transition: all .5s;
}
.index-box3 .link-box a .t{
	font-size: 26px;
	vertical-align: middle;
}
.index-box3 .link-box a .icon{
	display: inline-block;
	margin-left: 15px;
	opacity: 0;
	transition: all .5s;
	transform: rotate(0deg);
	vertical-align: middle;
}
.index-box3 .link-box a.active{
	background-color: #162584;
	color: #fff;
	transition: all .5s;
}
.index-box3 .link-box a.active .icon{
	opacity: 1;
	transform: rotate(90deg);
}
.index-box3_left_content{
	max-width: 820px;
	padding-right: 10%;
}
@media screen and (max-width: 1720px) {
	.index-box3 .left{
		padding: 60px 15px 60px 40px;
		background-color: #eeeeee;
	}
}
@media screen and (max-width: 1680px) {
	.index-box3 .link-box a .t {
	    font-size: 24px;
	}
	.index-box3 .link-box a {
	    padding: 4% 3% 4% 20%;
	    font-size: 14px;
	}
}
@media screen and (max-width: 1440px) {
	.index-box3 .link-box a .t {
	    font-size: 20px;
	}
	.index-box3 .link-box a {
	    padding: 2% 3% 2% 13%;
	    font-size: 14px;
	}
	.index-box3 .text-box .note {
	    width: 80%;
	    margin-bottom: 15px;
	    font-size: 14px;
	}
}
@media screen and (max-width: 1199px) {
	.index-box3_left_content {
	    max-width: initial;
	    padding-right: 100px;
	    padding-left: 100px;
	}
	.index-box3 .left{
		padding: 55px 15px;
		background-color: #eeeeee;
	}
	.index-box3 .link-box a {
	    padding: 2% 3% 2% 15%;
	}
}
@media screen and (max-width: 767px) {
	.index-box3_left_content {
	    max-width: initial;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.index-box3 .left{
		padding: 30px 15px;
		background-color: #eeeeee;
	}
	.index-box2 {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.index-box3 .link-box a {
	    padding: 2% 3% 2% 15%;
	}
	.index-box3 .text-box .note{
		width: 100%;
	}
	.index-box3 .text-box .h2 {
	    font-size: 22px;
	}
	.index-box3 .text-box .Etitle {
	    font-size: 14px;
	    margin-bottom: 5%;
	}
}
@media screen and (max-width: 575px) {
	.index-box3_left_content {
	    max-width: initial;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.index-box3 .text-box .Etitle {
	    color: #666666;
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.index-box3 .text-box .h2 {
	    margin-bottom: 15px;
	}
	.index-box3 .left{
		padding: 25px 15px;
		background-color: #eeeeee;
	}
	.index-box3 .text-box .note {
	    width: 100%;
	}
	.index-box3 .link-box a {
	    padding: 2% 3% 2% 18%;
	}
}
/*index-box3 end*/

/*index-box4*/
.index-box4{
	padding-top: 80px;
	padding-bottom: 50px;
}
.index-box4 .tp{
	padding-bottom: 66.66%;
	transition: all 1s;
}
.index-box4_left-nav{
	margin-bottom: 30px;
}
.index-box4_left-nav .h2{
	color: #162584;
	margin-bottom: 15px;
	font-size: 30px;
	display: inline-block;
	text-decoration: none;
}
.index-box4_left-nav p{
	color: #666666;
	font-size: 16px;
	margin-bottom: 10%;
}
.index-box4_left-nav ul>li{
	margin-bottom: 6%;
}
.index-box4_left-nav ul>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.index-box4_left-nav ul>li>a{
	font-size: 16px;
	text-decoration: none;
	color: #162584;
	transition: all .7s;
}
.index-box4_left-nav ul>li>a:hover{
	margin-left: 10px;
}
.index-box4_box{
	margin-bottom: 30px;
}
.index-box4_box a{
	display: block;
	text-decoration: none;
	transition: all .6s ease;
}
.index-box4_box a:hover{
	box-shadow: 0px 0px 50px 1px #d9d9d9;
    -moz-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -webkit-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -o-box-shadow: 0px 0px 50px 1px #d9d9d9;
}
.index-box4_box a h5{
	color: #333333;
	padding: 15px 15px 0;
	transition: all .3s ease;
	width: 90%;
}
.index-box4_box p{
	color: #999999;
	transition: all .6s ease;
	padding: 10px 15px 15px;
	width: 90%;
}
.index-box4_box a:hover .tp{
	transform: scale(1.1);
}
.index-box4_box a:hover h5{
	color: #162584;
	transform: translateX(10px);
}
.index-box4_box a:hover p{
	transform: translateX(10px);
}
.index-box4_box .over-img{
	position: relative;
}
.index-box4_box .item_mask{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 0%;
	opacity: 0;
	transition: all 0.6s ease;
	background-color: rgba(23, 38, 130, 0.85);
}
.index-box4_box .item_mask:after{
	content: "";
	display: inline-block;
	height: 1px;
	width: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.index-box4_box .item_mask:before{
	content: "";
	display: inline-block;
	height: 21px;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.index-box4_box a:hover .item_mask{
	opacity: 1;
	height: 100%;
}
@media screen and (max-width: 1680px) {
	.index-box4{
		padding-top: 70px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 1440px) {
	.index-box4{
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.index-box4{
		padding-top: 50px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	.index-box4{
		padding-top: 40px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.index-box4_left-nav .h2{
	    font-size: 22px;
	}
	.index-box4_left-nav p {
	    font-size: 14px;
	    margin-bottom: 5%;
	}
	.index-box4_left-nav ul>li>a {
	    font-size: 14px;
	}
	.index-box4_box h5 {
	    font-size: 18px;
	    margin-top: 15px;
	}
	.index-box4{
		padding-top: 30px;
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 575px) {
	.index-box4_left-nav ul>li {
	    margin-bottom: 3%;
	}
}
/*index-box4 end*/

/*index-box5*/
.index-box5{
	background-image: url(../images/wrs_09.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.index-box5 .box-bgcolor{
	background-color: #ededed;
	padding: 70px 50px;
	margin-top: 130px;
}
.index-box5 .box-bgcolor .h2{
	margin-bottom: 20px;
	color: #162584;
	font-size: 30px;
	display: inline-block;
	text-decoration: none;
}
.index-box5 .box-bgcolor .note{
	margin-bottom: 20px;
	color: #666666;
	font-size: 14px;
}
.index-box5 .box-bgcolor .text{
	margin-bottom: 50px;
	color: #666666;
	font-size: 14px;
}
.index-box5 .box-bgcolor .icon-box{
	text-align: center;
}

.index-box5 .box-bgcolor .icon-box img{
	margin-bottom: 15px;
	transition: all .5s;
}
.index-box5 .box-bgcolor .icon-box a{
	color: #333333;
	display: inline-block;
	text-decoration: none;
	transition: all .5s;
}
.index-box5 .box-bgcolor .icon-box a p{
	position: relative;
	text-decoration: none;
	transition: all .5s;
}
.index-box5 .box-bgcolor .icon-box a:hover p{
	color: #162584;
}
.index-box5 .box-bgcolor .icon-box a p:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0%;
	transition: all .5s;
	height: 1px;
	background-color: #162584;
}
.index-box5 .box-bgcolor .icon-box a:hover p:after{
	width: 100%;
}
.index-box5 .box-bgcolor .icon-box a:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-khtml-transform: translateY(-5px);
}
.index-box5 .box-bgcolor .icon-box a:hover img{
	transform: scale(1.08);
}


@media screen and (max-width: 1199px) {
	.index-box5 .box-bgcolor {
	    padding: 50px;
	    margin-top: 150px;
	}
	.index-box5 .box-bgcolor .h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 991px) {
	.index-box5 {
	    margin-bottom: 30px;
	}
	.index-box5 .box-bgcolor {
	    padding: 40px;
	    margin-top: 170px;
	}
	.index-box5 .box-bgcolor .h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.index-box5 {
	    margin-bottom: 10px;
	}
	.index-box5 .box-bgcolor {
	    padding: 30px 30px 15px;
	    margin-top: 0px;
	}
	.index-box5 .box-bgcolor .h2 {
		font-size: 22px;
	    margin-bottom: 15px;
	}
	.index-box5 .box-bgcolor .note {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.index-box5 .box-bgcolor .text {
	    margin-bottom: 30px;
	}
	.index-box5 .box-bgcolor .icon-box>div{
	    margin-bottom: 15px;
	}
}
/*index-box5 end*/

/*index-box6*/
.index-box6{
	padding-top: 80px;
	padding-bottom: 50px;
}
.index-box6 .tp{
	padding-bottom: 69.89%;
	transition: all 1s;
}
.index-box6_left-nav{
	margin-bottom: 30px;
}
.index-box6_left-nav .h2{
	color: #162584;
	margin-bottom: 15px;
	font-size: 30px;
	display: inline-block;
	text-decoration: none;
}
.index-box6_left-nav>a{
	display: inline-block;
    text-decoration: none;
    transition: all .7s;
}
.index-box6_left-nav>a:hover{
    transform: translateX(10px);
}
.index-box6_left-nav p{
	color: #666666;
	font-size: 16px;
	margin-bottom: 10%;
}
.index-box6_left-nav ul>li{
	margin-bottom: 6%;
}
.index-box6_left-nav ul>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.index-box6_left-nav ul>li>a{
	font-size: 16px;
	text-decoration: none;
	color: #162584;
	transition: all .7s;
}
.index-box6_left-nav ul>li>a:hover{
	margin-left: 10px;
}
.index-box6_box{
	margin-bottom: 30px;
}
.index-box6_box .fenlei{
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background-color: #e50011;
	margin-top: 15px;
}
.index-box6_box a{
	display: block;
	text-decoration: none;
	transition: all .6s ease;
}
.index-box6_box a:hover{
	box-shadow: 0px 0px 50px 1px #d9d9d9;
    -moz-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -webkit-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -o-box-shadow: 0px 0px 50px 1px #d9d9d9;
}
.index-box6_box a .title{
	color: #333333;
	padding: 15px 15px 0;
	transition: all .3s ease;
	width: 90%;
	font-size: 16px;
}
.index-box6_box .date{
	color: #999999;
	transition: all .6s ease;
	padding: 10px 15px 15px;
	width: 90%;
}
.index-box6_box a:hover .tp{
	transform: scale(1.1);
}
.index-box6_box a:hover .title{
	color: #162584;
	transform: translateX(10px);
}
.index-box6_box a:hover .date{
	transform: translateX(10px);
}
.index-box6_box .over-img{
	position: relative;
}
.index-box6_box .item_mask{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 0%;
	opacity: 0;
	transition: all 0.6s ease;
	background-color: rgba(23, 38, 130, 0.85);
}
.index-box6_box .item_mask:after{
	content: "";
	display: inline-block;
	height: 1px;
	width: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.index-box6_box .item_mask:before{
	content: "";
	display: inline-block;
	height: 21px;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.index-box6_box a:hover .item_mask{
	opacity: 1;
	height: 100%;
}
@media screen and (max-width: 1680px) {
	.index-box6{
		padding-top: 70px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 1440px) {
	.index-box6{
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.index-box6{
		padding-top: 50px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	.index-box6{
		padding-top: 40px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.index-box6_left-nav .h2{
	    font-size: 22px;
	}
	.index-box6_left-nav p {
	    font-size: 14px;
	    margin-bottom: 5%;
	}
	.index-box6_left-nav ul>li>a {
	    font-size: 14px;
	}
	.index-box6{
		padding-top: 30px;
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 575px) {
	.index-box6_left-nav ul>li {
	    margin-bottom: 3%;
	}
}
/*index-box6 end*/

/*footer-default*/
.pc-footer{
	padding-top: 50px;
	padding-bottom: 100px;
}
.footer-color{
	background-color: #f9f9f9;
}
.pc-footer img{
	margin-bottom: 20px;
}
.pc-footer ul{
	margin-bottom: 20px;
}
.pc-footer ul>li{
	display: inline-block;
}
.pc-footer ul>li:after{
	content: "|";
	margin-left: 10px;
	margin-right: 5px;
	color: #939393;
}
.pc-footer ul>li:nth-last-of-type(1):after{
	content: "";
	display: none;
}
.pc-footer ul>li>a{
	text-decoration: none;
	color: #666666;
}
.pc-footer .p1{
	color: #939393;
	margin-bottom: 20px;
}
.pc-footer .p1 span{
	color: #333333;
}
.pc-footer .p1 a{
	color: #323d8d;
}
.pc-footer .p2 a{
	color: #666666;
}
.pc-footer-ewm{
	float: right;
	text-align: center;
	color: #666666;
}
/*footer-default end*/

/*wap-footer*/
.wap-footer{
	background-color: #f6f6f6;
	padding: 15px 30px;
}
.wap-footer p{
	color: #666666;
}
.wap-footer p span{
	color: #333333;
}
.wap-footer .box1{
	border-bottom: 1px solid #dddddd;
}
.wap-footer .box2{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}
.wap-footer .box3{
	padding-top: 30px;
	padding-bottom: 30px;
}
/*wap-footer end*/

/*内页一级导航*/
.pc-ny-nav1-box .left{
	background-color: #162584;
}
.pc-ny-nav1-box .left p{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
}
.pc-ny-nav1-box .left:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	width: 10000px;
	height: 100%;
	background-color: #162584;
}
.pc-ny-nav1-box .right{
	background-color: #e6e8ef;
	
}
.pc-ny-nav1-box .right .search-a{
	height:67px;
	line-height:67px;
	display: inline-block;
	color:#162584;
}
.pc-ny-nav1-box .right:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 10000px;
	height: 100%;
	background-color: #e6e8ef;
}
.pc-ny-nav1-box .right ul{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pc-ny-nav1-box .right ul>li{
	display: inline-block;
	margin-left: 15px;
}
.pc-ny-nav1-box .right ul>li>a{
	display: inline-block;
	text-decoration: none;
	color: #333333;
	padding-top: 22px;
	padding-bottom: 23px;
	position: relative;
}
.pc-ny-nav1-box .right ul>li>a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 2px;
	background-color: #162584;
}
.pc-ny-nav1-box .right ul>li>a.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #162584;
}
.pc-ny-nav1-box .right ul>li>a:hover,
.pc-ny-nav1-box .right ul>li>a.active{
	color: #162584;
}
.pc-ny-nav1-box .left .dlxx{
	display: inline-block;
	float: right;
	padding-top: 16px;
	padding-bottom: 14px;
	color: #fff;
	font-size: 14px;
}
.pc-ny-nav1-box .right .dlxx{
	display: inline-block;
	float: right;
	padding-top: 22px;
	padding-bottom: 22px;
	color: #666666;
	font-size: 14px;
}
.pc-ny-nav1-box .right .dlxx .icon{
	margin-left: 15px;
	color: #b0b0b2;
}
.pc-ny-nav1-box .right .dlxx .name{
	color: #162584;
}
.pc-ny-nav1-box .right .dlxx a{
	color: #666666;
}
@media screen and (max-width: 1680px){
	.pc-ny-nav1-box .left p {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.pc-ny-nav1-box .right ul>li>a {
	    padding-top: 18px;
	    padding-bottom: 17px;
	}
	.pc-ny-nav1-box .right .dlxx{
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.pc-ny-nav1-box .right .search-a{
		height:57px;
		line-height:57px;
	}
}
@media screen and (max-width: 1440px){
	.pc-ny-nav1-box .left p {
		font-size: 16px;
	    padding-top: 14px;
	    padding-bottom: 13px;
	}
	.pc-ny-nav1-box .right ul>li>a {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.pc-ny-nav1-box .right .dlxx{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 991px){
	.pc-ny-nav1-box .right ul{
		float: left;
	}
	.pc-ny-nav1-box .right ul>li {
	    margin-left: 0px;
	    margin-right: 20px;
	}
	.pc-ny-nav1-box .right ul>li>a{
		padding-top: 15px;
	    padding-bottom: 15px;
	}
	.pc-ny-nav1-box{
		overflow: hidden;
	}
}
/*内页一级导航 end*/

/*产品列表*/
.product_list-box{
	padding-bottom: 50px;
}
.product_list-box .top-box{
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.product_list-box .top-box p{
	margin-top: 50px;
	line-height: 2em;
	color: #333333;
}
/*.product_list-box .list-box a{
	text-decoration: none;
	display: block;
	text-align: center;
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.product_list-box .list-box .text {
	padding: 15px 0 20px;
}
.product_list-box .list-box .text h4{
	margin-bottom: 10px;
	color: #333333;
}
.product_list-box .list-box .text p{
	color: #999999;
}
.product_list-box .list-box .box{
	margin-bottom: 30px;
}
.product_list-box .list-box a:hover{
	box-shadow: 0px 0px 50px 3px #d9d9d9;
    -moz-box-shadow: 0px 0px 50px 3px #d9d9d9;
    -webkit-box-shadow: 0px 0px 50px 3px #d9d9d9;
    -o-box-shadow: 0px 0px 50px 3px #d9d9d9;
}
.product_list-box .list-box a:hover .tp{
	transform: scale(1.05);
}
.product_list-box .list-box a:hover .text h4{
	color: #162584;
}*/


.product_list-box .list-box .tp{
	padding-bottom: 122.85%;
	transition: all 1s;
}
.product_list-box .list-box .box{
	margin-bottom: 30px;\n
}
.product_list-box .list-box a{
	display: block;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}
.product_list-box .list-box a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
	height: 2px;
	background-color: #162584;
	display: block;
	opacity: 0;
	transition: all 0.6s ease;
}
.product_list-box .list-box a:hover:after{
	width: 100%;
	opacity: 1;
}
.product_list-box .list-box .text{
	text-align: center;
}
.product_list-box .list-box .text h5{
	color: #333333;
	margin-bottom: 10px;
	margin-top: 20px;
	transition: all 0.6s ease;
}
.product_list-box .list-box .text p{
	color: #999999;
	transition: all 0.6s ease;
}
.product_list-box .list-box a:hover .tp{
	transform: scale(1.1);
}
.product_list-box .list-box a:hover h5{
	color: #162584;
	transform: translateY(-5px);
}
.product_list-box .list-box a:hover p{
	transform: translateY(-5px);
}
.product_list-box .list-box .over-img{
	position: relative;
}
.product_list-box .list-box .item_mask{
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0;
	transition: all 0.6s ease;
}
.product_list-box .list-box .item_mask:after{
	content: "";
	display: inline-block;
	height: 1px;
	width: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.product_list-box .list-box .item_mask:before{
	content: "";
	display: inline-block;
	height: 15px;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.product_list-box .list-box a:hover .item_mask{
	top: 50%;
	opacity: 1;
}




@media screen and (max-width: 1440px){
	.product_list-box .top-box {
	    padding: 45px 0;
	    margin-bottom: 45px;
	}
	.product_list-box .top-box p {
	    margin-top: 45px;
	}
	.product_list-box {
	    padding-bottom: 40px;
	}
}
@media screen and (max-width: 1199px){
	.product_list-box .top-box {
	    padding: 40px 0;
	    margin-bottom: 40px;
	}
	.product_list-box .top-box p {
	    margin-top: 40px;
	}
	.product_list-box .list-box .text h4 {
	    font-size: 20px;
	}
	.product_list-box {
	    padding-bottom: 30px;
	}
}
@media screen and (max-width: 991px){
	.product_list-box .top-box {
	    padding: 35px 0;
	    margin-bottom: 35px;
	}
	.product_list-box .top-box p {
	    margin-top: 35px;
	}
	.product_list-box .list-box .text h4 {
	    font-size: 18px;
	}
	.product_list-box {
	    padding-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.product_list-box .top-box {
	    padding: 30px 0;
	    margin-bottom: 30px;
	}
	.product_list-box .top-box p {
	    margin-top: 20px;
	}
	.product_list-box .list-box .text h4 {
	    font-size: 16px;
	}
	.product_list-box .list-box .box {
	    margin-bottom: 20px;
	}
	.product_list-box {
	    padding-bottom: 10px;
	}
}
/*产品列表 end*/

/*子系列*/
.product_xl-nav-bgcolor{
	background-color: #e6e8ef;
}
.product_xl-nav ul>li{
	display: inline-block;
	margin-right: 20px;
}
.product_xl-nav ul>li>a{
	display: inline-block;
	text-decoration: none;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.product_xl-nav ul>li>a:hover,
.product_xl-nav ul>li>a.active{
	color: #162584;
}
.product_xl-nav ul>li>a:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 0%;
	background-color: #162584;
	transition: all .5s;
}
.product_xl-nav ul>li>a.active:after,
.product_xl-nav ul>li>a:hover:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #162584;
}
.product_xl-imgbox{
	padding-top: 50px;
	padding-bottom: 30px;
}
.product_xl-xysimg{
	height: 0;
	position: relative;
	overflow: hidden;
}
.product_xl-xysimg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	height: auto;
	display: block;
	max-width: 100%;
}
.product_xl-imgbox .title-box .left,
.product_xl-imgbox .title-box .right{
	margin-bottom: 20px;
}
.product_xl-imgbox .title-box .left h3{
	margin-top: 30px;
}
.product_xl-imgbox .title-box .right{
	float: right;
}
.product_xl-imgbox .title-box .right>div{
	display: inline-block;
	vertical-align: middle;
}
.product_xl-imgbox .title-box .right .text .p1{
	color: #333333;
}
.product_xl-imgbox .title-box .right .text .p2{
	width: 90px;
	color: #999999;
}
.product_xl-imgbox .img-index-box .over-img{
	position: relative;
}
.product_xl-imgbox .img-index-box .icon{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.product_xl-imgbox .img-index-box .tp{
	padding-bottom: 45.83%;
	background-color: #333333;
}
.product_xl-imgbox .img-list-box ul{
	list-style: none;
	padding: 15px 0 10px;
	margin: 0;
	background-color: #e6e8ef;
}
.product_xl-imgbox .img-list-box ul>li{
	width: 80px;
	display: inline-block;
	margin-right: 5px;
}
.product_xl-imgbox .img-list-box ul>li>a{
	position: relative;
	display: block;
}
.product_xl-imgbox .img-list-box ul>li>a:after{
	content: "";
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(22,37,132,0.8);
	opacity: 0;
}
.product_xl-imgbox .img-list-box ul>li>a.active:after{
	content: "";
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(22,37,132,0.8);
	opacity: 1;
}
.product_xl-imgbox .img-list-box ul>li>a:before{
	content: "+";
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	font-size: 30px;
	opacity: 0;
}
.product_xl-imgbox .img-list-box ul>li>a.active:before{
	content: "+";
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	font-size: 30px;
	opacity: 1;
}
.product_xl-imgbox .img-list-box .tp{
	padding-bottom: 100%;
}
.product_xl-imgbox .img-list-box{
	position: relative;
}
.product_xl-imgbox .img-list-box:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: calc(100% - 15px);
	width: 10000px;
	height: 400px;
	background-color: #e6e8ef;
}
.product_xl-imgbox .img-text p{
	line-height: 2em;
	color: #333333;
	padding-top: 30px;
	padding-bottom: 30px;
}
.product_xl-xilie{
	margin-bottom: 30px;
}
.product_xl-xilie .over-img{
	position: relative;
}
.product_xl-xilie .over-img .icon{
	position: absolute;
	top: 0;
	left: 0;
}
.product_xl-xilie .bt{
	padding: 15px 0;
	background-color: #e6e8ef;
	position: relative;
	margin-bottom: 40px;
	font-size: 22px;
}
.product_xl-xilie .bt:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	width: 30px;
	height: 100%;
	background-color: #e6e8ef;
}
.product_xl-xilie .bt:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 10000px;
	height: 100%;
	background-color: #e6e8ef;
}
.product_xl-xilie .xilie-list>div{
	margin-bottom: 30px;
}
.product_xl-xilie .xilie-list .tp{
	padding-bottom: 100%;
	transition: all 1s;
}
.product_xl-xilie .xilie-list a{
	display: block;
	text-decoration: none;
}
.product_xl-xilie .xilie-list a .title{
	color: #333;
	margin-top: 5px;
	font-size: 14px;
}
.product_xl-xilie .xilie-list a .note{
	color: #737373;
	font-size: 12px;
}
.product_xl-xilie .xilie-list a:hover .tp{
	transform: scale(1.1);
}
.xwxq-footer-left{
	height: 26px;
	line-height: 26px;
	display: inline-block;
	width: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.xwxq-footer-left img{
	display: initial;
	height: auto;
}
.xwxq-footer-left>div{
	float: left;
}
.xilie-peijian .tp{
	padding-bottom: 100%;
	transition: all 1s;
}
.xilie-peijian .over-img{
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.product_xl-xilie .peijian-bt{
	margin-bottom: 30px;
	margin-top: 40px;
}
.product_xl-xilie .xilie-peijian>div{
	margin-bottom: 30px;
}
.product_xl-xilie .xilie-peijian a{
	text-decoration: none;
}
.product_xl-xilie .xilie-peijian a:hover .tp{
	transform: scale(1.1);
}
.product_xl-xilie .xilie-peijian .title{
	color: #333333;
	font-size: 14px;
}
.product_xl-xilie .xilie-peijian .note{
	color: #666666;
	font-size: 12px;
}
.product_xl-shuoming{
	margin-bottom: 80px;
}
.product_xl-shuoming .bt{
	padding: 15px 0;
	background-color: #e6e8ef;
	position: relative;
	margin-bottom: 40px;
	font-size: 22px;
}
.product_xl-shuoming .bt:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	width: 30px;
	height: 100%;
	background-color: #e6e8ef;
}
.product_xl-shuoming .bt:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 10000px;
	height: 100%;
	background-color: #e6e8ef;
}
.product_xl-shuoming .text{
	line-height: 2em;
	color: #333333;
}
@media screen and (max-width: 1366px) {
	.product_xl-imgbox {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	
}
@media screen and (max-width: 1199px) {
	.product_xl-imgbox .img-text p {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	.product_xl-xilie,
	.product_xl-shuoming{
		overflow: hidden;
	}
}
@media screen and (max-width: 991px) {
	.product_xl-imgbox {
	    padding-top: 20px;
	    padding-bottom: 0px;
	}
	.product_xl-imgbox .img-list-box ul>li {
	    width: 70px;
	    display: inline-block;
	    margin-right: 5px;
	}
	.product_xl-imgbox .img-text p {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product_xl-xilie .bt {
		font-size: 24px;
	    margin-bottom: 30px;
	}
	.product_xl-shuoming {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	.xwxq-footer-left{
		float: left;
		margin-top: 15px;
	}
	.product_xl-imgbox .title-box .left h3 {
	    margin-top: 20px;
	    font-size: 22px;
	}
	.product_xl-imgbox {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	.product_xl-imgbox .img-list-box ul>li {
	    width: 50px;
	    display: inline-block;
	    margin-right: 5px;
	}
	.product_xl-imgbox .img-list-box:after {
	    display: none;
	}
	.product_xl-imgbox .img-list-box ul {
	    padding: 10px 10px 5px;
	}
	.product_xl-imgbox .img-text p {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.product_xl-xilie {
	    margin-bottom: 10px;
	}
	.product_xl-xilie .bt {
		font-size: 22px;
	    margin-bottom: 20px;
	}
	.product_xl-xilie .xilie-list>div {
	    margin-bottom: 15px;
	}
	.product_xl-xilie .peijian-bt {
		margin-top: 20px;
	    margin-bottom: 15px;
	}
	.product_xl-shuoming .bt {
		font-size: 22px;
	    margin-bottom: 15px;
	}
	.product_xl-shuoming {
	    margin-bottom: 40px;
	}
	.product_xl-xilie .xilie-peijian>div {
	    margin-bottom: 15px;
	}
}
/*子系列 end*/

/*产品详情*/
.product_show{
	padding-top: 70px;
	padding-bottom: 70px;
}
.product_show .left{
	margin-bottom: 20px;
}
.product_show .hx{
	margin-top: 30px;
	margin-bottom: 0px;
	border-top: 2px solid #ededed;
}
.product_show-img-box{
	position: relative;
}
.product_show-img-box>.over-img .tp img{
	cursor: move;
}
.product_show-img-box .over-img{
	position: relative;
}
.product_show-img-box .over-img .title{
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(84,80,76,0.7);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	text-align: center;
}
.product_show-img-box .detail{
	position: absolute;
	top: 0;
	left: 100%;
	width: 400px;
	height: 400px;
	z-index: 9;
}
.product_show-img-box .tp{
	padding-bottom: 100%;
	background-color: #fff;
	border: 1px solid #666666;
}
.product_show-img-box .img-list-box{
	margin-top: 10px;
	width: 100%;
	font-size: 0;
}
.product_show-img-box .img-list-box .box{
	display: inline-block;
	width: calc(12.7% - 10px);
	width: -webkit-calc(12.7% - 10px);
	width: -moz-calc(12.7% - 10px);
	width: -ms-calc(12.7% - 10px);
	width: -o-calc(12.7% - 10px);
	width: -khtml-calc(12.7% - 10px);
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.product_show-img-box .img-list-box .box.active:after {
    content: "";
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22,37,132,0.8);
    opacity: 1;
}
.product_show-img-box .img-list-box .box.active:before {
    content: "+";
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    font-size: 30px;
    opacity: 1;
}
.product_show-img-box .img-list-box .box:nth-child(8n){
	margin-right: 0px;
}
.product_show-text-box .text-box{
	padding-bottom: 25px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ededed;
}
.product_show-text-box .text-box h3{
	margin-bottom: 20px;
}
.product_show-text-box .text-box p{
	color: #666666;
	line-height: 1.75em;
}
.product_show-text-box .specification-box .box{
	height: auto;
	overflow: hidden;
}
.product_show-text-box .specification-box .box b{
	display: inline-block;
	float: left;
	line-height: 40px;
	font-size: 14px;
}
.product_show-text-box .specification-box .box>p{
	margin-left: 50px;
	line-height: 40px;
}
.product_show-text-box .specification-box .box>p span{
	margin-right: 10px;
}
.product_show-text-box .specification-box .box ul{
	margin-left: 50px;
	margin-top: 13px;
}
.product_show-text-box .specification-box .box ul>li{
	float: left;
	text-align: center;
	color: #6d6d6d;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product_show-text-box .specification-box .box ul>li>p{
	font-size: 12px;
}
.product_show-text-box .ewm-box{
	margin-top: 8.2%;
}
.product_show-text-box .ewm-box>div{
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}
.product_show-clickTop .box{
	float: right;
}
.product_show-clickTop .box span{
	margin-left: 15px;
}
.product_show-clickTop .box a{
	text-decoration: none;
	color: #666666;
}
.product_show-tj{
	padding-top: 40px;
}
.product_show-tj .xhx{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e2e2e2;
}
.product_show-tj h4{
	margin-bottom: 30px;
}
.product_show-tj a{
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}
.product_show-tj .tp{
	padding-bottom: 100%;
	transition: all 1s;
}
.product_show-tj .over-img{
	position: relative;
	margin-bottom: 10px;
}
.product_show-tj .icon{
	position: absolute;
	top: 0;
	left: 0;
}
.product_show-tj .title{
	color: #333333;
	font-size: 14px;
}
.product_show-tj .note{
	color: #666666;
}
.product_show-tj .note span{
	margin-right: 5px;
	font-size: 12px;
}
.product_show-tj a:hover .tp{
	transform: scale(1.1);
}
.product_show-tj a:hover .title{
	color: #162584;
}
@media screen and (max-width: 1199px) {
	.product_show-tj{
		padding-top: 35px;
	}
	.product_show-text-box .text-box h3{
		font-size: 24px;
	}
	.product_show {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.product_show-tj{
		padding-top: 30px;
	}
	.product_show-tj h4 {
		font-size: 22px;
	    margin-bottom: 40px;
	}
	.product_show-text-box .text-box h3{
		font-size: 22px;
	}
	.product_show-img-box .img-list-box .box {
	    width: calc(14.6% - 10px);
	    width: -webkit-calc(14.6% - 10px);
	    width: -moz-calc(14.6% - 10px);
	    width: -ms-calc(14.6% - 10px);
	    width: -o-calc(14.6% - 10px);
	    width: -khtml-calc(14.6% - 10px);
	}
	.product_show-img-box .img-list-box .box:nth-child(8n) {
	    margin-right: 10px;
	}
	.product_show-img-box .img-list-box .box:nth-child(7n) {
	    margin-right: 0px;
	}
	.product_show {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
}
@media screen and (max-width: 830px) {
	.product_show-img-box .detail{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.product_show-tj{
		padding-top: 25px;
	}
	.product_show-tj h4 {
		font-size: 20px;
	    margin-bottom: 30px;
	}
	.product_show-text-box .text-box h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.product_show-text-box .ewm-box img{
		width: 60px;
	}
	.product_show-img-box .img-list-box .box {
	    width: calc(14.47% - 10px);
	    width: -webkit-calc(14.47% - 10px);
	    width: -moz-calc(14.47% - 10px);
	    width: -ms-calc(14.47% - 10px);
	    width: -o-calc(14.47% - 10px);
	    width: -khtml-calc(14.47% - 10px);
	}.product_show-img-box .img-list-box .box:nth-child(8n) {
	    margin-right: 10px;
	}
	.product_show-img-box .img-list-box .box:nth-child(7n) {
	    margin-right: 0px;
	}
	.product_show {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.product_show-tj{
		padding-top: 20px;
	}
	.product_show-tj .title {
	    font-size: 16px;
	}
	.product_show-tj a{
	    margin-bottom: 20px;
	}
	.product_show-tj h4 {
		font-size: 18px;
	    margin-bottom: 20px;
	}
	.product_show-tj .note {
	    font-size: 12px;
	}
	.product_show-text-box .text-box h3{
		font-size: 18px;
		margin-bottom: 12px;
	}
	.product_show-text-box .ewm-box img{
		width: 50px;
	}
	.product_show-img-box .img-list-box .box {
	    width: calc(16.9% - 10px);
	    width: -webkit-calc(16.9% - 10px);
	    width: -moz-calc(16.9% - 10px);
	    width: -ms-calc(16.9% - 10px);
	    width: -o-calc(16.9% - 10px);
	    width: -khtml-calc(16.9% - 10px);
	}
	.product_show-img-box .img-list-box .box:nth-child(7n) {
	    margin-right: 10px;
	}
	.product_show-img-box .img-list-box .box:nth-child(6n) {
	    margin-right: 0px;
	}
	.product_show {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}
/*产品详情*/

/*分页开始*/
.paging{
	margin: 30px auto;
}
.paging-list{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.paging-list li{
	display: inline-block;
}
.paging-list li a{
	padding: 7px 15px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	color: #666666;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
.paging-list li a:hover{
	border: 1px solid #162584;
	background-color: #162584;
	color: #fff;
}
.paging-list li.active a{
	border: 1px solid #162584;
	background-color: #162584;
	color: #fff;
}
.paging-list .input-box{
	margin-left: 20px;
}
.paging-list .input-box input{
	padding: 6px 10px 8px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}
.paging-list .input-box span{
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 991px){
	.paging-list li a{
		padding: 5px 10px;
	}
	.paging-list .input-box input {
	    padding: 5px 10px;
	}
	.paging-list .input-box{
		margin-left: 10px;
	}
}
/*分页结束*/

/*弹出层*/
.tcc{
	position: fixed;
	top: 0%;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .8s ease-in-out;
	overflow: hidden;
	z-index: 99999999999;
	opacity: 0;
}
.tcc-active{
	opacity: 1;
	top: 0%;
	left: 0%;
}
.tcc-close{
	position: absolute;
	right: 2%;
	top: 3%;
	z-index: 999999999999999999;
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	color: #333333;
	transition: all .5s;
	cursor: pointer;
}
.tcc-close:hover{
	color: #162584;
	transform: rotate(90deg);
	outline: none;
}
.tcc .swiper-button-next,
.tcc .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 27px;
    height: 64px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 64px;
    -webkit-background-size: 27px 64px;
    background-size: 27px 64px;
    background-position: center;
    background-repeat: no-repeat;
}
.tcc .swiper-button-next{
	background: none;
    right: 50px;
    left: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc .swiper-button-prev{
	background: none;
    left: 50px;
    right: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc .swiper-button-next:hover,
.tcc .swiper-button-prev:hover{
	border: 1px solid #162584;
}
.tcc .swiper-button-next:hover:after,
.tcc .swiper-button-prev:hover:after{
	color: #162584;
}
.tcc .swiper-button-prev:after {
    content: "<";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.tcc .swiper-button-next:after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.swiper-tcc {
        width: 100%;
        height: 100%;
}
.swiper-tcc .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f6f6f6;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-slide-box{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80%;
	max-height: 80%;
	transform: translate(-50%,-50%);
}
.swiper-tcc .swiper-tcc-img{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 80%;
		max-height: 80%;
		transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	.tcc-close{
		font-size: 10px;
	}
}
/*弹出层 end*/

/*弹出层2*/
.tcc2{
	position: fixed;
	top: 0%;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .8s ease-in-out;
	overflow: hidden;
	z-index: 99999999999;
	opacity: 0;
}
.tcc-active2{
	opacity: 1;
	top: 0%;
	left: 0%;
}
.tcc-close2{
	position: absolute;
	right: 2%;
	top: 3%;
	z-index: 999999999999999999;
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	color: #333333;
	transition: all .5s;
	cursor: pointer;
}
.tcc-close2:hover{
	color: #162584;
	transform: rotate(90deg);
	outline: none;
}
.tcc2 .swiper-button-next,
.tcc2 .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 27px;
    height: 64px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 64px;
    -webkit-background-size: 27px 64px;
    background-size: 27px 64px;
    background-position: center;
    background-repeat: no-repeat;
}
.tcc2 .swiper-button-next{
	background: none;
    right: 50px;
    left: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc2 .swiper-button-prev{
	background: none;
    left: 50px;
    right: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc2 .swiper-button-next:hover,
.tcc2 .swiper-button-prev:hover{
	border: 1px solid #162584;
}
.tcc2 .swiper-button-next:hover:after,
.tcc2 .swiper-button-prev:hover:after{
	color: #162584;
}
.tcc2 .swiper-button-prev:after {
    content: "<";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.tcc2 .swiper-button-next:after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.swiper-tcc2 {
        width: 100%;
        height: 100%;
}
.swiper-tcc2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f6f6f6;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-slide-box{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80%;
	max-height: 80%;
	transform: translate(-50%,-50%);
}
.swiper-tcc2 .swiper-tcc-img{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 80%;
		max-height: 80%;
		transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	.tcc-close2{
		font-size: 10px;
	}
}
/*弹出层2 end*/

/*弹出层3*/
.tcc3{
	position: fixed;
	top: 0%;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .8s ease-in-out;
	overflow: hidden;
	z-index: 99999999999;
	opacity: 0;
}
.tcc-active3{
	opacity: 1;
	top: 0%;
	left: 0%;
}
.tcc-close3{
	position: absolute;
	right: 2%;
	top: 3%;
	z-index: 999999999999999999;
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	color: #333333;
	transition: all .5s;
	cursor: pointer;
}
.tcc-close3:hover{
	color: #162584;
	transform: rotate(90deg);
	outline: none;
}
.tcc3 .swiper-button-next,
.tcc3 .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 27px;
    height: 64px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 64px;
    -webkit-background-size: 27px 64px;
    background-size: 27px 64px;
    background-position: center;
    background-repeat: no-repeat;
}
.tcc3 .swiper-button-next{
	background: none;
    right: 50px;
    left: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc3 .swiper-button-prev{
	background: none;
    left: 50px;
    right: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc3 .swiper-button-next:hover,
.tcc3 .swiper-button-prev:hover{
	border: 1px solid #162584;
}
.tcc3 .swiper-button-next:hover:after,
.tcc3 .swiper-button-prev:hover:after{
	color: #162584;
}
.tcc3 .swiper-button-prev:after {
    content: "<";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.tcc3 .swiper-button-next:after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.swiper-tcc3 {
        width: 100%;
        height: 100%;
}
.swiper-tcc3 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f6f6f6;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-slide-box{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80%;
	max-height: 80%;
	transform: translate(-50%,-50%);
}
.swiper-tcc3 .swiper-tcc-img{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 80%;
		max-height: 80%;
		transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	.tcc-close3{
		font-size: 10px;
	}
}
/*弹出层3 end*/

/*产品wap一级导航*/
.wap-nydh-box-bt{
	background-color: #e6e8ef;
	padding: 15px;
}
.wap-nydh-box-bt>div>span:nth-of-type(1){
	display: inline-block;
	float: left;
	color: #162584;
}
.wap-nydh-box-bt>div>span:nth-of-type(2){
	display: inline-block;
	float: right;
	color: #999999;
	cursor: pointer;
}
.wap-nydh-box-list{
	display: none;
}
.wap-nydh-box-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.wap-nydh-box-list ul>li>a{
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #162584;
	text-align: center;
	background-color: #e6e8ef;
	border-top: 1px solid #999999;
}
.wap-nydh-box-list ul>li>a:hover{
	background-color: #162584;
	color: #fff;
}
/*产品wap一级导航 end*/

/*新闻列表*/
.news-list {
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-list .box{
	margin-bottom: 30px;
}
.news-list .box .tp{
	padding-bottom: 69.89%;
	transition: all 1s;
}
.news-list .box a{
	display: block;
	text-decoration: none;
	padding: 15px;
	transition: all 1s;
}
.news-list .box .text{
	padding:15px 15px 5px;
}
.news-list .box .text .date{
	color: #999999;
	margin-bottom: 10px;
}
.news-list .box .text .date span{
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	transform: translateY(-2px);
}
.news-list .box .text h5{
	color: #333333;
	margin-bottom: 10px;
}
.news-list .box .text .note{
	color: #999999;
	margin-bottom: 15px;
}
.news-list .box .text .more{
	background-color: #c6c6c6;
	display: inline-block;
	padding: 8px 40px;
	color: #fff;
	border-radius: 100px;
	transition: all 1s;
}
.news-list .box a:hover{
	box-shadow: 0px 0px 50px 1px #d9d9d9;
    -moz-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -webkit-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -o-box-shadow: 0px 0px 50px 1px #d9d9d9;
}
.news-list .box a:hover .more{
	background-color: #162584;
}
.news-list .box a:hover .tp{
	transform: scale(1.05);
}

.news-list .box .over-img{
	position: relative;
}
.news-list .box .item_mask{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 0%;
	opacity: 0;
	transition: all 0.6s ease;
	background-color: rgba(23, 38, 130, 0.85);
}
.news-list .box .item_mask:after{
	content: "";
	display: inline-block;
	height: 1px;
	width: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.news-list .box .item_mask:before{
	content: "";
	display: inline-block;
	height: 21px;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.news-list .box a:hover .item_mask{
	opacity: 1;
	height: 100%;
}
@media screen and (max-width: 1199px){
	.news-list {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 991px){
	.news-list {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.news-list .box {
	    margin-bottom: 25px;
	}
	.news-list .box .text h5{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.news-list {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.news-list .box {
	    margin-bottom: 20px;
	}
	.news-list .box .text h5{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.news-list {
		padding-top:15px;
		padding-bottom: 15px;
	}
	.news-list .box {
	    margin-bottom: 10px;
	}
}
/*新闻列表 end*/

/*视频中心*/
.video-list {
	padding-top: 50px;
	padding-bottom: 50px;
}
.video-list .box{
	margin-bottom: 30px;
}
.video-list .box .tp{
	padding-bottom: 69.89%;
	transition: all 1s;
}
.video-list .box a{
	display: block;
	text-decoration: none;
	padding: 15px;
	transition: all 1s;
}
.video-list .box .text{
	padding:15px 15px 5px;
}
.video-list .box .text .date{
	color: #999999;
	margin-bottom: 10px;
}
.video-list .box .text .date span{
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	transform: translateY(-2px);
}
.video-list .box .text h5{
	color: #333333;
	margin-bottom: 10px;
}
.video-list .box .text .note{
	color: #999999;
	margin-bottom: 15px;
}
.video-list .box .text .more{
	background-color: #c6c6c6;
	display: inline-block;
	padding: 8px 40px;
	color: #fff;
	border-radius: 100px;
	transition: all 1s;
}
.video-list .box a:hover{
	box-shadow: 0px 0px 50px 1px #d9d9d9;
    -moz-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -webkit-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -o-box-shadow: 0px 0px 50px 1px #d9d9d9;
}
.video-list .box a:hover .more{
	background-color: #162584;
}
.video-list .box a:hover .tp{
	transform: scale(1.05);
}

.video-list .box .over-img{
	position: relative;
}
.video-list .box .item_mask{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 0%;
	opacity: 0;
	transition: all 0.6s ease;
	background-color: rgba(23, 38, 130, 0.85);
}
.video-list .box .item_mask:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../img/video-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
}
.video-list .box a:hover .item_mask{
	opacity: 1;
	height: 100%;
}
@media screen and (max-width: 1199px){
	.video-list {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 991px){
	.video-list {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.video-list .box {
	    margin-bottom: 25px;
	}
	.video-list .box .text h5{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.video-list {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.video-list .box {
	    margin-bottom: 20px;
	}
	.video-list .box .text h5{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.video-list {
		padding-top:15px;
		padding-bottom: 15px;
	}
	.video-list .box {
	    margin-bottom: 10px;
	}
}
/*视频中心 end*/

/*内页位置导航开始*/
.nrwzdh-bgcolor{
	background-color: #ebebeb;
}
.nrwzdh-bgcolor>.row{
	padding-top: 20px;
	padding-bottom: 20px;
}
.nrwzdh-left{
	float: left;
}
.nrwzdh-left>ul>li{
	display: inline-block;
	position: relative;
}
.nrwzdh-left>ul>li:after{
	content: ">";
	margin-left: 10px;
	margin-right: 10px;
	color: #014189;
}
.nrwzdh-left>ul>li:nth-last-of-type(1):after{
	content: "";
	display: none;
}
.nrwzdh-left>ul>li>a{
	color: #014189;
	text-decoration: none;
}
.nrwzdh-right{
	float: right;
}

.nrwzdh-right>p>a{
	text-decoration: none;
	color: #8e8e8e;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	.nrwzdh-left>ul>li:after{
		content: ">";
		margin-left: 0px;
		margin-right: 0px;
	}
	.nrwzdh-left>ul>li>a{
		font-size: 12px;
	}
	.nrwzdh-right>p>a{
		margin-left: 2px;
		margin-right: 2px;
	}
	.nrwzdh-bgcolor>.row{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/*内页位置导航结束*/

/*新闻详情开始*/
/*头部*/
.xwxq-header{
	text-align: center;
	padding-top: 50px;
}
.xwxq-header>h3{
	color: #333333;
}
.xwxq-header>p{
	color: #999999;
	margin-top: 20px;
}
.xwxq-header>p>span{
	display: inline-block;
	margin: 0px 10px;
}
.xwxq-header>p>span>i{
	margin-right: 5px;
}
.fgx{
	border-bottom: 1px solid #e2e2e2;
	display: block;
	width: 100%;
	margin-top: 30px;
}
@media screen and (max-width: 1199px) {
	.xwxq-header>h3{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.xwxq-header>h3{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.xwxq-header>h3{
		font-size: 18px;
	}
	.xwxq-header>p {
	    font-size: 12px;
	}
}

/*底部*/
.xwxq-footer{
	margin-bottom: 50px;
}
.xwxq-footer>p{
	padding-top: 50px;
	padding-bottom: 50px;
}
.xwxq-footer>p>i{
	color: #e2e2e2;
	margin-right: 4px;
}
.xwxq-footer>p>span{
	color: #a7a7a7;
	background-color: #f6f6f6;
	padding: 3px 7px;
	margin: 0 2px;
}
.xwxq-footer .fgx{
	border-bottom: 1px solid #e2e2e2;
	display: block;
	width: 100%;
	margin-top: 0;
}

.xwxq-footer-left{
	height: 26px;
	line-height: 26px;
	display: inline-block;
	width: 250px;
	margin-top: 30px;
}
.xwxq-footer-left img{
	display: initial;
	height: auto;
}
.xwxq-footer-left>div{
	float: left;
}
.xwxq-footer-right{
	float: right;
	margin-top: 23px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0px;
}
.xwxq-footer-right>span{
	margin: 0 10px;
}
.xwxq-footer-right>span>a{
	color: #666666;
	text-decoration: none;
}
#to_top{
	cursor: pointer;
	color: #666666;
}
@media screen and (max-width: 767px) {
	.xwxq-footer-left{
		float: left;
		margin-top: 15px;
	}
	.xwxq-footer-right{
		float: right;
		margin-top: 15px;
		height: 28px;
		line-height: 28px;
	}
	.xwxq-footer-right>span{
		margin: 0 5px;
		font-size: 12px;
	}
	.module2-cpxq-nr{
		margin:0px;
	}
}
@media screen and (max-width: 428px) {
	.xwxq-footer-right{
		margin-top: 13px;
		float: left;
		margin-bottom: 10px;
	}
}
/*新闻详情结束*/

/*品牌简介*/
.about_us-box1{
	padding-top: 70px;
	padding-bottom: 70px;
}
.about_us-box1 h3{
	margin-bottom: 30px;
}
.about_us-box1 .p1{
	margin-bottom: 30px;
	color: #333333;
	line-height: 2em;
}
.about_us-box1 .p2{
	color: #333333;
	line-height: 2em;
}
.about_us-box2-bgcolor{
	background-color: #f2f2f2;
}
.about_us-box2{
	padding-top: 80px;
	padding-bottom: 120px;
}
.about_us-box2 h3{
	margin-bottom: 30px;
}
.about_us-box2 .note{
	color: #666666;
	margin-bottom: 40px;
	line-height: 2em;
}
.about_us-box2 .box{
	margin-bottom: 20px;
}
.about_us-box2 .box p{
	color: #162584;
	margin-bottom: 10px;
}
.about_us-box3-bgcolor{
	background-color: #162584;
}
.about_us-box3 .tp{
	height: 550px;
	width: 550px;
}
.about_us-box3 .left{
	position: relative;
}
.about_us-box3 .left .over-img{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.about_us-box3 .right{
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 30px;
}
.about_us-box3 .right h3{
	color: #fff;
	margin-bottom: 30px;
}
.about_us-box3 .right .note{
	color: #fff;
}
.about_us-box3 .right .p1{
	color: #fff;
	margin-bottom: 30px;
	line-height: 2em;
}
.about_us-box3 .right .p2{
	color: #fff;
	line-height: 2em;
}
.about_us-box4{
	margin-top: 130px;
	margin-bottom: 100px;
}
.about_us-box4 h3{
	margin-bottom: 30px;
}
.about_us-box4 .p1{
	margin-bottom: 30px;
	line-height: 2em;
	color: #333333;
}
.about_us-box4 .p2{
	margin-bottom: 50px;
	line-height: 2em;
	color: #333333;
}

.about_us-box5{
	margin-bottom: 40px;
}
.about_us-box5 h3{
	padding: 15px 50px;
	background-color: #162584;
	color: #fff;
}
.about_us-box5 .note-box{
	padding: 30px 0px;
}
.about_us-box5 .note-box p{
	font-size: 14px;
	color: #333333;
	line-height: 2em;
}
.about_us-box5 .box p{
	padding: 15px 0;
	font-size: 14px;
	color: #333333;
	line-height: 2em;
	margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
	.about_us-box3 .tp {
	    height: 450px;
	    width: 450px;
	}
	.about_us-box3 .left .over-img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	.about_us-box3 .right {
	    padding-top: 40px;
	    padding-bottom: 40px;
	    padding-left: 0px;
	}
	.about_us-box1 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.about_us-box5{
		margin-bottom: 20px;
	}
	.about_us-box5 h3 {
	    padding: 15px 45px;
	    font-size: 28px;
	}
	.about_us-box5 .note-box {
	    padding: 25px 0px;
	}
}
@media screen and (max-width: 991px) {
	.about_us-box2 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.about_us-box3 .tp {
	    height:initial;
	    width: initial;
	    padding-bottom: 100%;
	}
	.about_us-box3 .left .over-img {
	    position: initial;
	    top: initial;
	    left: initial;
	    transform: initial;
	    margin-top: 15px;
	}
	.about_us-box3 .right {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 15px;
	}
	.about_us-box1 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.about_us-box4 {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.about_us-box5{
		margin-bottom: 10px;
	}
	.about_us-box5 h3 {
	    padding: 15px 30px;
	    font-size: 24px;
	}
	.about_us-box5 .note-box {
	    padding: 20px 0px;
	}
	.about_us-box5 .box p {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.about_us-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.about_us-box1 h3 {
	    margin-bottom: 20px;
	    font-size: 22px;
	}
	.about_us-box1 .p1 {
	    margin-bottom: 20px;
	}
	.about_us-box2 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.about_us-box2 h3 {
		font-size: 22px;
	    margin-bottom: 20px;
	}
	.about_us-box2 .note {
	    margin-bottom: 20px;
	}
	.about_us-box3 .right h3 {
	    margin-bottom: 20px;
	    font-size: 22px;
	}
	.about_us-box3 .right .p1 {
	    margin-bottom: 20px;
	}
	.about_us-box4 {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.about_us-box4 h3 {
		font-size: 22px;
	    margin-bottom: 20px;
	}
	.about_us-box4 .p1 {
	    margin-bottom: 20px;
	}
	.about_us-box4 .p2 {
	    margin-bottom: 30px;
	}
	.about_us-box5{
		margin-bottom: 0px;
	}
	.about_us-box5 h3 {
	    padding: 15px 15px;
	    font-size: 20px;
	}
	.about_us-box5 .note-box {
	    padding: 15px 0px;
	}
	.about_us-box5 .note-box p {
	    font-size: 16px;
	    line-height: 1.75em;
	}
	.about_us-box5 .box p {
	    margin-bottom: 0px;
	}
}
/*品牌简介 end*/

/*发展历程*/
.fzlc-img{
	padding-top: 60px;
}
.fzlc{
	padding: 40px 30px 60px;
}
.fzlc>.row{
	transition: all 1.5s ease-in-out;
}
.fzlc img{
	max-width: 100%;
	height: auto;
	display: block;
}
.fzlc-left>.row>div>h1{
	float: right;
	margin-right: 50px;
	font-size: 34px;
}
.fzlc-right>.row{
	border-left: 1px solid #eaeaea;
	position: relative;
	padding-bottom: 70px;
}
.fzlc>.row:nth-last-of-type(1)>.fzlc-right>.row{
	border-left: none;
	padding-bottom: 0;
}
.fzlc-right>.row>div>div{
	margin-left: 50px;
}
.fzlc-right>.row>div>div img{
	max-width: 100%;
	height: auto;
}
.fzlc-right-dian{
	position: absolute;
	top: 0;
	left: -8px;
}
@media screen and (max-width: 1199px){
	.fzlc-left>.row>div>h1 {
	    margin-right: 25px;
	    font-size: 26;
	}
	.fzlc-right>.row>div>div {
	    margin-left: 25px;
	}
	.fzlc-right>.row {
	    padding-bottom: 50px;
	}
	.fzlc-img{
		padding-top: 50px;
	}
	.fzlc{
		padding: 40px 30px 50px;
	}
}
@media screen and (max-width: 991px){
	.fzlc-left>.row>div>h1 {
	    font-size: 22px;
	    display: inline-block;
	}
	.fzlc-right>.row>div>div{
	    font-size: 12px;
	}
	.fzlc-img{
		padding-top: 40px;
	}
	.fzlc{
		padding: 40px 30px 40px;
	}
}
@media screen and (max-width: 767px){
	.fzlc-left>.row>div>h1 {
		margin-right: 20px;
	    font-size: 18px;
	    display: inline-block;
	}
	.fzlc-right>.row>div>div{
	    font-size: 12px;
	    margin-left: 20px;
	}
	.fzlc-right>.row {
	    padding-bottom: 40px;
	}
	.fzlc-img{
		padding-top: 30px;
	}
	.fzlc{
		padding: 30px 30px 30px;
	}
}
/*发展历程 end*/

/*品质威尔斯*/
.pzwrs .banner-box{
	text-align: center;
	margin-bottom: 80px;
}
.pzwrs .banner-box p{
	color: #333333;
	font-size: 18px;
	line-height: 2em;
}
.pzwrs .box1,
.pzwrs .box2{
	margin-bottom: 60px;
}
.pzwrs .box1 .left{
	margin-bottom: 15px;
}
.pzwrs .box1 .right{
	text-align: right;
	margin-bottom: 15px;
}
.pzwrs .box1 .right h5{
	color: #e30013;
	margin-bottom: 25px;
	font-size: 30px;
}
.pzwrs .box1 .right h3{
	color: #162584;
	margin-bottom: 25px;
}
.pzwrs .box1 .right p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 5px;
}
.pzwrs .box1 .right .num{
	display: inline-block;
	padding: 15px 20px;
	background-color: #162584;
	color: #fff;
	margin-top: 10px;
}
.pzwrs .box2 .left{
	margin-bottom: 15px;
}
.pzwrs .box2 .right{
	margin-bottom: 15px;
	text-align: right;
}
.pzwrs .box2 .left h5{
	color: #e30013;
	margin-bottom: 25px;
	font-size: 30px;
}
.pzwrs .box2 .left h3{
	color: #162584;
	margin-bottom: 25px;
}
.pzwrs .box2 .left p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 5px;
}
.pzwrs .box2 .left .num{
	display: inline-block;
	padding: 15px 20px;
	background-color: #162584;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}
@media screen and (max-width: 1680px) {
	.pzwrs .box1, .pzwrs .box2 {
		margin-bottom: 50px;
	}
	.pzwrs .banner-box {
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.pzwrs .box1, .pzwrs .box2 {
		margin-bottom: 40px;
	}
	.pzwrs .banner-box {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.pzwrs .box1, .pzwrs .box2 {
		margin-bottom: 30px;
	}
	.pzwrs .box1 .right h5,
	.pzwrs .box2 .left h5 {
	    font-size: 24px;
	}
	.pzwrs .box1 .right h3,
	.pzwrs .box2 .left h3 {
	    font-size: 24px;
	}
	.pzwrs .banner-box {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.pzwrs .box1, .pzwrs .box2 {
		margin-bottom: 20px;
	}
	.pzwrs .box1 .right h5,
	.pzwrs .box2 .left h5 {
	    margin-bottom: 20px;
	    font-size: 22px;
	}
	.pzwrs .box1 .right h3,
	.pzwrs .box2 .left h3 {
	    margin-bottom: 20px;
	    font-size: 22px;
	}
	.pzwrs .box1 .right p,
	.pzwrs .box2 .left p {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.pzwrs .box1 .right .num,
	.pzwrs .box2 .left .num {
	    padding: 10px 15px;
	    margin-top: 10px;
	}
	.pzwrs .banner-box {
	    margin-bottom: 40px;
	}
	.pzwrs .banner-box p {
	    font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.pzwrs .box1 .right{
		text-align: left;
	}
	.pzwrs .box2 .right{
		text-align: left;
	}
	.pzwrs .box1, .pzwrs .box2 {
	    margin-bottom: 10px;
	}
	.pzwrs .box1 .right h5,
	.pzwrs .box2 .left h5 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.pzwrs .box1 .right h3,
	.pzwrs .box2 .left h3 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.pzwrs .box1 .right p,
	.pzwrs .box2 .left p {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.pzwrs .box1 .right .num,
	.pzwrs .box2 .left .num {
	    padding: 10px 15px;
	    margin-top: 10px;
	}
	.pzwrs .banner-box {
	    margin-bottom: 30px;
	}
	.pzwrs .banner-box p {
	    font-size: 14px;
	    line-height: 1.75em;
	}
}
/*品质威尔斯 end*/

/*品牌荣誉*/
.qyry{
 	padding-top: 50px;
 	padding-bottom: 50px;	
}
.qyry .qyry-title-box1{
	
}
.qyry-imgbox{
	position: relative;
	padding-bottom: 100%;
	background-color: #f1f1f1;
	height: 0;
}

.qyry-img{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 2s;
}
.qyry-box{
	margin-bottom: 30px;
}
.qyry-box:hover>a{
	padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 10px 30px 1px #d9d9d9;
    -moz-box-shadow: 0px 10px 30px 1px #d9d9d9;
    -webkit-box-shadow: 0px 10px 30px 1px #d9d9d9;
    -o-box-shadow: 0px 10px 30px 1px #d9d9d9;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.qyry-box>a{
	color: #333333;
	text-decoration: none;
	display: block;
}
.qyry-box>a>h5{
	margin-top: 10px;
 	padding-left: 10px;
 	padding-right: 10px;
    font-size: 14px;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.qyry-box .fgx{
	margin-top: 10px;
	color: #e2e2e2;
}
.qyry .qyry-title-box2 .note{
	color: #666666;
	margin-bottom: 40px;
	line-height: 2em;
}
.qyry .qyry-title-box2 .box{
	margin-bottom: 20px;
}
.qyry .qyry-title-box2 .box p{
	color: #162584;
	margin-bottom: 10px;
}
.qyry .qyry-title-box2 a{
	color: #0d1e88;
	display: inline-block;
	margin-bottom: 10px;
}
@media screen and (max-width: 1440px){
	.qyry .qyry-title-box1 h3,
	.qyry .qyry-title-box2 h3{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px){
	.qyry .qyry-title-box1 h3,
	.qyry .qyry-title-box2 h3{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px){
	.qyry{
	 	padding-top: 30px;
	 	padding-bottom: 30px;	
	}
	.qyry .qyry-title-box1 h3,
	.qyry .qyry-title-box2 h3{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.qyry-box>a>h5{
		margin-top: 10px;
	 	padding-left: 10px;
	 	padding-right: 10px;
	    font-size: 14px;
	    line-height: 1.75em;
	    height: auto;
	    overflow: auto;
	    text-overflow: initial ;
	    display: block;
	    -webkit-line-clamp: initial;
	    -webkit-box-orient: initial;
	}
	.qyry .qyry-title-box1 h3,
	.qyry .qyry-title-box2 h3 {
		font-size: 22px;
	}
	.qyry .qyry-title-box2 .note {
	    margin-bottom: 20px;
	}
}

/*品牌荣誉 end*/

/*工程案例*/
.gcal-list {
	padding-top: 50px;
	padding-bottom: 50px;
}
.gcal-list .box{
	margin-bottom: 40px;
}
.gcal-list .box a .tp{
	padding-bottom: 66.66%;
	transition: all 1s;
}
.gcal-xysimg{
	height: 0;
	position: relative;
	overflow: hidden;
}
.gcal-xysimg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	height: auto;
	display: block;
	max-width: 100%;
}
.gcal-list .box a{
	display: block;
	text-decoration: none;
	transition: all .6s ease;
}
.gcal-list .box a:hover{
	box-shadow: 0px 0px 50px 1px #d9d9d9;
    -moz-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -webkit-box-shadow: 0px 0px 50px 1px #d9d9d9;
    -o-box-shadow: 0px 0px 50px 1px #d9d9d9;
}
.gcal-list .box a h5{
	color: #333333;
	padding: 10px 15px 15px;
	transition: all .3s ease;
	width: 90%;
}
.gcal-list .box .note{
	color: #999999;
	transition: all .6s ease;
	padding: 15px 15px 0;
	width: 90%;
}
.gcal-list .box a:hover .tp{
	transform: scale(1.1);
}
.gcal-list .box a:hover h5{
	color: #162584;
	transform: translateX(10px);
}
.gcal-list .box a:hover .note{
	transform: translateX(10px);
}
.gcal-list .box .over-img{
	position: relative;
}
.gcal-list .box .item_mask{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 0%;
	opacity: 0;
	transition: all 0.6s ease;
	background-color: rgba(23, 38, 130, 0.85);
}
.gcal-list .box .item_mask:after{
	content: "";
	display: inline-block;
	height: 1px;
	width: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.gcal-list .box .item_mask:before{
	content: "";
	display: inline-block;
	height: 21px;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.gcal-list .box a:hover .item_mask{
	opacity: 1;
	height: 100%;
}
@media screen and (max-width: 1199px){
	.gcal-list {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 991px){
	.gcal-list {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.gcal-list .box {
	    margin-bottom: 30px;
	}
	.gcal-list .box .text h5{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.gcal-list {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.gcal-list .box {
	    margin-bottom: 20px;
	}
	.gcal-list .box .text h5{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.gcal-list {
		padding-top:15px;
		padding-bottom: 15px;
	}
	.gcal-list .box {
	    margin-bottom: 10px;
	}
}
/*工程案例 end*/

/*招商加盟*/
.zsjm-box1{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.zsjm-box1 h3{
	margin-bottom: 20px;
}
.zsjm-box1 p{
	max-width: 900px;
	margin: 0 auto;
	line-height: 2em;
}
.zsjm-box2-bgcolor{
	background-color: #f6f6f6;
}
.zsjm-box2{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.zsjm-box2 h3{
	margin-bottom: 30px;
}
.zsjm-box2 .box{
	padding: 30px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	margin-bottom: 30px;
}
.zsjm-box2 .box h5{
	margin-bottom: 10px;
	color: #0c306a;
}
.zsjm-box2 .box .icon-text{
	margin-bottom: 5px;
	color: #999999;
}
.zsjm-box2 .box .text{
	line-height: 2em;
}
.zsjm-box3{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.zsjm-box3 h3{
	margin-bottom: 30px;
}
.zsjm-box3 .box{
	padding: 30px;
	border: 1px solid #cccccc;
	background-color: #fff;
	margin-bottom: 30px;
}
.zsjm-box3 .box h4{
	margin-bottom: 5px;
	font-size: 30px;
	color: #162584;
}
.zsjm-box3 .box .icon-text{
	margin-bottom: 5px;
	color: #999999;
}
.zsjm-box3 .box .text{
	line-height: 2em;
}
.zsjm-box4-bgcolor{
	background-color: #f6f6f6;
}

.zsjm-box4{
	padding-top: 50px;
	padding-bottom: 50px;
}
.zsjm-box4 h3{
	text-align: center;
	margin-bottom: 30px;
}
.zsjm-box4 .lc-box>.row{
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
}
.zsjm-box4 .lc-box p{
	color: #fff;
}
.zsjm-box4 .lc-box .hz{
	text-align: center;
}
.zsjm-box4 .lc-box .hz .number{
	font-size: 36px;
	font-family: "OSWALD-REGULAR";
	color: #162584;
}
.zsjm-box4 .lc-box .left,
.zsjm-box4 .lc-box .right{
	margin-bottom: 30px;
}
.zsjm-box4 .lc-box .hz .icon{
	position: relative;
}
.zsjm-box4 .lc-box .hz .icon img{
	position: relative;
	z-index: 1;
}
.zsjm-box4 .lc-box .left .hz .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	height: 1px;
	width: 1200px;
	background-color: #ccd9e7;
}
.zsjm-box4 .lc-box .left .hz .icon:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	height: 1px;
	width: 1200px;
	background-color: #ccd9e7;
}
.zsjm-box4 .lc-box .right .hz .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	height: 1px;
	width: 1200px;
	background-color: #ccd9e7;
}
.zsjm-box4 .lc-box .right .hz .icon:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	height: 1px;
	width: 1200px;
	background-color: #ccd9e7;
}
.zsjm-box4 .lc-box .hz .wz{
	margin-top: 10px;
	color: #333333;
}
.zsjm-box5{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.zsjm-box5 h3{
	margin-bottom: 30px;
}
.zsjm-box5 .box{
	padding: 30px;
	border: 1px solid #cccccc;
	background-color: #fff;
	margin-bottom: 30px;
}
.zsjm-box5 .box img{
	margin-bottom: 10px;
}
.zsjm-box5 .box .icon-text{
	margin-bottom: 5px;
	color: #999999;
}
.zsjm-box5 .box .text{
	line-height: 2em;
}
@media screen and (max-width: 1280px){
	.zsjm-box1 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.zsjm-box2 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.zsjm-box3 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.zsjm-box5 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
}
@media screen and (max-width: 1199px){
	.zsjm-box1 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.zsjm-box2 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.zsjm-box3 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.zsjm-box5 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
}
@media screen and (max-width: 991px){
	.zsjm-box4 .lc-box .left, 
	.zsjm-box4 .lc-box .right {
	    margin-bottom: 20px;
	}	
	.zsjm-box1 h3 {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.zsjm-box2 h3,
	.zsjm-box3 h3,
	.zsjm-box5 h3 {
		font-size: 22px;
	    margin-bottom: 20px;
	}
	.zsjm-box1 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.zsjm-box2 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.zsjm-box2 .box h5 {
		font-size: 18px;
	    margin-bottom: 5px;
	}
	.zsjm-box3 .box h4 {
	    margin-bottom: 0px;
	    font-size: 26px;
	}
	.zsjm-box5 .box img {
	    margin-bottom: 5px;
	}
	.zsjm-box2 .box .icon-text,
	.zsjm-box3 .box .icon-text,
	.zsjm-box5 .box .icon-text{
	    margin-bottom: 0px;
	}
	.zsjm-box2 .box,
	.zsjm-box3 .box,
	.zsjm-box5 .box{
	    padding: 30px;
	    margin-bottom: 30px;
	}
	.zsjm-box3 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.zsjm-box4 h3 {
		font-size: 22px;
	    margin-bottom: 20px;
	}
	.zsjm-box5 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.zsjm-box4 .lc-box .hz .number {
	    font-size: 30px;
	}
	.zsjm-box4 .lc-box .left, 
	.zsjm-box4 .lc-box .right {
	    margin-bottom: 15px;
	}	
	.zsjm-box1 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.zsjm-box2 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.zsjm-box3 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.zsjm-box5 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.zsjm-box4 .lc-box .hz .wz {
	    font-size: 12px;
	}
	.zsjm-box4 .lc-box .left, 
	.zsjm-box4 .lc-box .right {
	    margin-bottom: 15px;
	}	
	.zsjm-box4 .lc-box .hz .wz {
	    margin-top: 5px;
	}
	.zsjm-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.zsjm-box2 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.zsjm-box3 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.zsjm-box2 .box,
	.zsjm-box3 .box,
	.zsjm-box5 .box {
	    margin-bottom: 15px;
	}
	.zsjm-box4 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.zsjm-box5 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}

/*招商加盟 end*/

/*品质保障*/
.pzbz{
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
}
.pzbz-list .nr{
	padding: 30px 0;
	transition: all .7s;
	margin-bottom: 20px;
}
.pzbz-list .nr h5{
	font-size: 24px;
	color: #222222;
	margin-bottom: 20px;
}
.pzbz-list .img{
	padding-bottom: 65%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .7s;
}
.pzbz-list>a{
	text-decoration: none;
	color: #666666;
	display: block;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}
.pzbz-list>a:hover h4:after{
	width: 100%;
	background-color: #333333;
}
.pzbz-list>a:hover .nr>h5{
	color: #162584;
}
.pzbz-list .img-box{
	padding:30px 15px;
}
.pzbz-list>a:hover .img{
	transform: scale(1.1);
}
@media screen and (max-width: 1680px) {
	.pzbz-list .nr h5{
		font-size: 22px;
	}
	.pzbz-list>a:hover h4:after{
		width: 70%;
	}
}
@media screen and (max-width: 1440px) {
	.pzbz-list .nr h5{
		font-size: 20px;
	}
	.pzbz-list>a:hover h4:after{
		width: 50%;
	}
	.pzbz{
		margin-top: 45px;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.pzbz-list .nr h5{
		font-size: 18px;
	}
	.pzbz{
		margin-top: 35px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.pzbz-list>a h4{
		font-size: 20px;
	}
	.pzbz-list>a:hover h4:after{
		width: 30%;
	}
	.pzbz-list .nr {
	    padding: 15px 0 0;
	}
	.pzbz-box {
	    padding: 15px 0 30px;
	}
	.pzbz-list .nr h5 {
	    margin-bottom: 20px;
	}
	.pzbz-list>a:hover h4:after{
		width: 100%;
	}
	.pzbz{
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px) {
	.pzbz{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.pzbz-list .img-box {
	    padding: 15px 0 0;
	}
}
/*品质保障 end*/

/*搜索*/
.search-box{
	margin-top: 100px;
	margin-bottom: 100px;
	min-height: 100px;
}
.search-input{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 60px;
	margin-bottom: 70px;
}
.search-input select{
	background-color: #e2e2e2;
	padding: 7px 50px 8px;
	border: 1px solid #e2e2e2;
}
.search-input input{
	padding: 7px 10px;
	outline: none;
	border: 1px solid #e2e2e2;
	width: calc(100% - 290px);
}
.search-input button{
	padding: 7px 50px;
	background-color: #162584;
	border: 1px solid #162584;
	color: #fff;
	cursor: pointer;
	outline: none;
}
.search-title{
	margin-bottom: 20px;
	color: #333333;
	font-weight: 100;
}
.search-sx .box{
	padding: 12px 22px 2px;
	background-color: #dcdcdc;
	border-bottom: 1px solid #fff;
}
.search-sx .box b{
	font-size: 18px;
	float: left;
	display: block;
	line-height: 27px;
	color: #333;
	font-weight: 500;
}
.search-sx .box ul{
	display: block;
	margin-left: 45px;
	line-height: 25px;
	padding: 0;
	list-style: none;
}
.search-sx .box ul li{
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 10px;
}
.search-sx .box ul li a{
	display: inline-block;
	padding: 1px 5px;
	color: #666666;
	text-decoration: none;
	border-radius: 5px;
}
.search-sx .box ul li a:hover,
.search-sx .box ul li a.active{
	background-color: #fff;
	color: #be0000;
}
@media screen and (max-width: 1289px) {
	.search-box{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.search-input{
		border-bottom: 1px solid #cccccc;
		padding-bottom: 60px;
		margin-bottom: 70px;
	}
	.search-input{
		border-bottom: 1px solid #cccccc;
		padding-bottom: 60px;
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.search-box{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.search-input{
		border-bottom: 1px solid #cccccc;
		padding-bottom: 50px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.search-box{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.search-input{
		border-bottom: 1px solid #cccccc;
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
	.search-title h4{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.search-box{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.search-input{
		border-bottom: 1px solid #cccccc;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.search-title {
	    margin-bottom: 15px;
	}
	.search-title h4{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.search-input select{
		width: 100%;
		margin-bottom: 15px;
		padding: 10px 15px;
	}
	.search-input input{
		width: 100%;
		margin-bottom: 15px;
		padding: 10px 15px;
	}
	.search-input button{
		width: 100%;
		margin-bottom: 15px;
		padding: 10px 15px;
	}
	.search-box{
		margin-top: 30px;
		margin-bottom: 30px;
		min-height: auto;
	}
	.search-input{
		border-bottom: 1px solid #cccccc;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.search-title {
	    margin-bottom: 15px;
	}
	.search-title h4{
		font-size: 18px;
	}
}
/*搜索*/

/*搜索结果*/
.search-show{
	padding-top: 70px;
	padding-bottom: 70px;
}
.search-show h4{
	margin-bottom: 40px;
}
.search-show a{
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}
.search-show .tp{
	padding-bottom: 100%;
	transition: all 1s;
}
.search-show .over-img{
	position: relative;
	margin-bottom: 10px;
}
.search-show .icon{
	position: absolute;
	top: 0;
	left: 0;
}
.search-show .title{
	color: #333333;
	font-size: 14px;
}
.search-show .note{
	color: #666666;
	font-size: 12px;
}
.search-show .note span{
	margin-right: 5px;
}
.search-show a:hover .tp{
	transform: scale(1.1);
}
.search-show a:hover .title{
	color: #162584;
}
@media screen and (max-width: 1199px) {
	.search-show{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.search-show{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.search-show h4 {
		font-size: 22px;
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.search-show{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.search-show h4 {
		font-size: 20px;
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.search-show{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.search-show .title {
	    font-size: 16px;
	}
	.search-show a{
	    margin-bottom: 20px;
	}
	.search-show h4 {
		font-size: 18px;
	    margin-bottom: 20px;
	}
	.search-show .note {
	    font-size: 12px;
	}
}
/*搜索结果 end*/

/*经销商登录*/
.dl-box .dlk{
	margin: 13% auto;
	max-width: 300px;
}
.dl-box .dlk .bt{
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	color: #001f2c;
}
.dl-box .dlk .fbt{
	text-align: center;
	margin-bottom: 15px;
	color: #6a6157;
	overflow: hidden;
}
.dl-box .dlk .fbt span{
	position: relative;
	font-size: 16px;
}
.dl-box .dlk .fbt span:after{
	content: "";
	height: 1px;
	width: 300px;
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	background-color: #d2cfcc;
}
.dl-box .dlk .fbt span:before{
	content: "";
	height: 1px;
	width: 300px;
	position: absolute;
	right:calc(100% + 10px);
	top: 50%;
	background-color: #d2cfcc;
}
.dl-box .dlk>input{
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 15px;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	outline: none;
    font-size:14px;
}
.dl-box .dlk .jzmm-box{
	margin-bottom: 15px;
}
.dl-box .dlk .jzmm-box .left{
	color: #001f2c;
	font-size: 14px;
}
.dl-box .dlk .jzmm-box .left input{
	margin-right: 5px;
}
.dl-box .dlk .jzmm-box .right{
	float: right;
}
.dl-box .dlk .jzmm-box .right a{
	color: #001f2c;
	text-decoration: none;
}
.dl-box .dlk>input[type*="submit"]{
	background-color: #162584;
	border: 1px solid #162584;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
}
.dl-box .dlk>input[type*="submit"]:hover{
	background-color: #fff;
	border: 1px solid #162584;
	color: #162584;
}
.dl-box .dlk hr{
	border-top: 1px solid #d2cfcc;
}
@media screen and (max-width: 767px){
	.dl-box .dlk .bt{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.dl-box .dlk>input{
		padding: 7px 12px;
	}
}
/*经销商登录 end*/

/*微课堂*/
.wkt{
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #e5e5e5;
}
.wkt-list-nf{
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}
.wkt-list-nf>span{
	color: #999999;
}
.wkt-list-nf select{
	border: 1px solid #e4e4e6;
	color: #666666;
	padding: 2px 20px;
	margin-left: 20px;
}
.wkt-list .nf{
	padding-bottom: 15px;
}
.wkt-list .nf span{
	color: #999999;
}
.wkt-list .nf h4{
	display: inline-block;
	color: #666666;
	position: relative;
}
.wkt-list .nf h4:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #bfbfbf;
	position: absolute;
	top: 50%;
	left: 140%;
	transition: all .7s;
}
.wkt-list .nr{
	padding: 30px 0;
	transition: all .7s;
}
.wkt-list .nr p{
	color: #999999;
}
.wkt-list .nr h5{
	font-size: 24px;
	color: #222222;
	margin-bottom: 10px;
}
.wkt-list .img{
	padding-bottom: 65%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .7s;
}
.wkt-list>a{
	text-decoration: none;
	color: #666666;
	display: block;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}
.wkt-list>a .nf>div>span{
	display: inline-block;
	padding: 8px 10px;
	margin-top: 15px;
	transition: all .7s;
}
.wkt-list>a:hover .nf>div>span{
	background-color: #007bc5;
	color: #fff;
}
.wkt-list>a:hover h4:after{
	width: 120%;
	background-color: #333333;
}
.wkt-list>a:hover .nr>h5{
	color: #162584;
}
.wkt-list>a:hover .nf h4{
	color: #666666;
}
.wkt-list>a:hover .nr{
	transform: translate(10px);
}
.wkt-list .img-box{
	padding:30px 15px;
}
.wkt-list>a:hover .img{
	transform: scale(1.1);
}
.wkt-list>a .icon{
	display: inline-block;
	padding: 10px 12px;
	background-color: #fff;
	color: #7f7f7f;
	transition: all .7s;
}
.wkt-list>a:hover .icon{
	display: inline-block;
	padding: 10px 12px;
	background-color: #162584;
	color: #fff;
}
@media screen and (max-width: 1680px) {
	.wkt-list .nr h5{
		font-size: 22px;
	}
	.wkt-list .nf h4:after{
		width: 90%;
	}
	.wkt-list>a:hover h4:after{
		width: 120%;
	}
}
@media screen and (max-width: 1440px) {
	.wkt-list .nr h5{
		font-size: 20px;
	}
	.wkt-list .nf h4:after{
		width: 90%;
	}
	.wkt-list>a:hover h4:after{
		width: 120%;
	}
}
@media screen and (max-width: 1280px) {
	.wkt-list .nr h5{
		font-size: 18px;
	}
}
@media screen and (max-width: 1199px) {
	.wkt-list>a h4{
		font-size: 20px;
	}
	.wkt-list .nf h4:after{
		width: 110%;
	}
	.wkt-list .nf {
	    padding: 0;
	    margin-bottom: 10px;
	}
	.wkt-list .img-box {
	    padding: 20px 0 30px;
	}
	.wkt-list>a:hover .nr{
		transform: translate(0px);
	}
	.wkt-list .nr h5 {
	    margin-bottom: 20px;
	}
	.wkt-list>a:hover h4:after{
		width: 130%;
	}
	.wkt{
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 991px) {
	.wkt-list .nf h4:after{
		width: 60%;
	}
	.wkt-list>a:hover h4:after{
		width: 80%;
	}
	.wkt{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.wkt-list .nf h4:after{
		width: 100%;
	}
	.wkt-list>a:hover h4:after{
		width: 150%;
	}
	.wkt-list .nr {
	    padding: 20px 0 0;
	}
	.wkt-list .nf {
	    padding: 15px 0;
	    margin-bottom: 0px;
	}
	.wkt{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
/*微课堂 end*/

/*资料下载*/
.zlxz{
	margin-top: 50px;
	margin-bottom: 70px;
}
.zlxz-nav{
	text-align: center;
	margin-bottom: 50px;
}
.zlxz-nav ul{
	padding: 0;
	margin: 0;
}
.zlxz-nav ul>li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.zlxz-nav ul>li>a{
	display: inline-block;
	padding: 6px 30px;
	background-color: #e6e8ef;
	color: #333333;
	border-radius: 50px;
	text-decoration: none;
	transition: all .5s;
	margin-bottom: 15px;
}
.zlxz-nav ul>li>a:hover,
.zlxz-nav ul>li>a.active{
	background-color: #162584;
	color: #fff;
}
.zlxz-list .tp{
	padding-bottom: 65%;
	transition: all 1s;
}
.zlxz-list .date{
	color: #666666;
	font-size: 18px;
}
.zlxz-list hr{
	width: 40px;
	display: inline-block;
	border-top: 1px solid #b2b2b2;
	margin-top: 10px;
	margin-bottom: 10px;
}
.zlxz-list h6{
	color: #333333;
	margin-bottom: 15px;
}
.zlxz-list a .icon{
	display: inline-block;
	padding: 7px 10px;
	background-color: #fff;
	color: #7f7f7f;
	transition: all .7s;
}
.zlxz-list a:hover .icon{
	background-color: #162584;
	color: #fff;
	margin-left: 5px;
}
.zlxz-list a:hover h6{
	color: #162584;
}
.zlxz-list a{
	display: block;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.zlxz-list a:hover .tp{
	transform: scale(1.1);
}
.zlxz-list>div:nth-child(1)>a,
.zlxz-list>div:nth-child(2)>a{
	border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 1199px) {
	.zlxz {
	    margin-top: 50px;
	    margin-bottom: 40px;
	}
	.zlxz-nav {
	    margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.zlxz {
	    margin-top: 40px;
	    margin-bottom: 30px;
	}
	.zlxz-nav {
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.zlxz {
	    margin-top: 30px;
	    margin-bottom: 20px;
	}
	.zlxz-nav {
	    margin-bottom: 15px;
	}
	.zlxz-list .date{
		margin-top: 15px;
	}
	.zlxz-nav ul>li>a{
	    font-size: 12px;
	}
	.zlxz-list>div:nth-child(2)>a{
		border-top: none;
	}
}
/*资料下载 end*/

/*首页声明层*/
.shengming-box{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999999999;
	text-align: center;
}
.shengming-box .box{
	padding: 65px;
}
.shengming-box .box .img-box{
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.shengming-box .box .img-box .close-btn{
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #000000;
	border: 2px solid #000000;
	transition: all .5s;
}
.shengming-box .box .img-box .close-btn a{
	display: inline-block;
	padding: 15px 25px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.shengming-box .box .img-box .close-btn:hover{
	background-color: #fff;
}
.shengming-box .box .img-box .close-btn:hover a{
	color: #000;
}
/*首页声明层 end*/