.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
@media screen and (min-width: 1220px) {
	.no_marginl {
		margin-left: auto !important;
	}
}
@media screen and (min-width:1420px) {
	.wp {
		width: 1400px;
		margin: auto;
	}
}
@media screen and (min-width:1220px) and (max-width:1419px) {
	.wp {
		width: 1200px;
		margin: auto;
	}
}
@media screen and (min-width:1000px) and (max-width:1219px) {
	.wp {
		width: 980px;
		margin: auto;
	}
}
@media screen and (max-width:999px) {
	.wp {
		width: 95%;
		margin: auto;
	}
}
.bread {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 0 14px;
	border-bottom: solid 1px #BFBFBF;
	text-transform: uppercase;
	color: #777;
	overflow: hidden;
}
.bread a {
	color: #777;
}
.bread a:hover {
	color: #333;
}
.bread .bread-active {
	color: #333;
}
@media screen and (max-width:767px) {
	.bread {
		padding: 10px 0;
	}
}
.pro-slide {
	width: 280px;
	margin-top: 48px;
}
.pro-main {
	width: 1070px;
	margin-top: 48px;
	font-family: 'Verlag-book';
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
@media screen and (max-width:1419px) {
	.pro-main {
		width: 900px;
	}
}
@media screen and (max-width:1219px) {
	.pro-main {
		width: 700px;
	}
}
@media screen and (max-width:999px) {
	.pro-slide {
		width: 100%;
		padding-bottom: 40px;
		margin-top: 0;
	}
	.pro-main {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.pro-slide {
		width: 100%;
		margin-top: 0;
		padding-bottom: 20px;
	}
	.pro-main {
		width: 100%;
		margin-top: 30px;
	}
}
.slidenav-title {
	font-family: 'Verlag-Bold';
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 17px;
}
.slidenav-list {
	font-family: 'Verlag-book';
}
.slidenav-list>li>a {
	font-size: 18px;
	line-height: 30px;
	display: block;
	border-bottom: solid 1px #BFBFBF;
	padding: 10px 0 10px;
}
/*
.slidenav-list>li>a:after{
	content:'∨';
	float:right;
	color:#093674;
}
.slidenav-list>li.cur>a:after{
	content:'∧';
	float:right;
	color:#093674;
}
*/
.slidenav-list>li>a>svg {
    width: 12px;
    height: 8px;
    color: #658299;
    margin-left: 6px;
    float:right;
    margin-top: 12px;
    transform: rotate(-180deg);
}
.slidenav-list>li.cur>a>svg{
    transform: rotate(-360deg);
}
.slidenav-yiji {
	padding: 11px 0 18px;
	display:none;
}
.slidenav-list>li.cur .slidenav-yiji {
	display:block;
}
.slidenav-yiji>li>a {
	font-size: 16px;
	line-height: 36px;
	display: block;
	position: relative;
	padding: 0 25px 0 0;
	overflow:hidden; /*//超出的文本隐藏*/
	text-overflow:ellipsis; /*//用省略号显示*/
	white-space:nowrap; /*//不换行*/
}
.slidenav-active>a,
.slidenav-yiji>li>a:hover {
	padding-left: 15px !important;
}
.slidenav-active>a:before,
.slidenav-yiji>li>a:hover:before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #333333;
	top: 50%;
	margin-top: -4px;
	left: 2px;
}
.slidenav-active>a:after,
.slidenav-yiji>li>a:hover:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 13px;
	background: url(../images/web5.png) no-repeat center;
	top: 50%;
	margin-top: -6.5px;
	right: 6px;
}
@media screen and (max-width:999px) {}
@media screen and (max-width:767px) {
	.slidenav-title {
		font-size: 20px;
		margin: 0 0 10px;
	}
	.slidenav-list>li>a {
		font-size: 16px;
	}
	.slidenav-yiji>li>a {
		font-size: 14px;
		line-height: 30px;
	}
}
.pro-list li {
	float: left;
	width: 326px;
	margin-left: 44px;
	font-family: 'Verlag-book';
	margin-bottom: 46px;
}
.pro-list .item-pic {
	width: 100%;
	position:relative;
	z-index:999;
}
.pro-list .item-pic img {
	width: 100%;
	max-width: 462px;
	display: block;
	margin: 0 auto;
}
.pro-list .item-pic .item-btn1 {
	position:absolute;
	top:66%;
	left: 0;
    right: 0;
    text-align: center;
    display:none;
}
.pro-list li:hover .item-pic .item-btn1 {
	display:block;
}
/*
.pro-list li:hover {
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;

	transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}
*/
.pro-list li{
	padding: 9px;
    border: 1px solid #eee;
    
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);

    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.pro-list li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0;
    content: '';
    width: 100%;
    border-left: 1px solid #093674;
    border-right: 1px solid #093674;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.pro-list li:after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    content: '';
    width: 0;
    border-top: 1px solid #093674;
    border-bottom: 1px solid #093674;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.pro-list li:hover:before {
    height: 100%;
}
.pro-list li:hover:after {
    width: 100%;
}
.pro-list .item-pic .item-btn1 a{
	display:block;
	width:50%;
	line-height:200%;
	font-size:18px;
	color:#fff;
	background:#093674;
	margin:auto;
}
.pro-list .item-title {
	font-size: 18px;
	line-height: 24px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 19px 6px 8px;
	text-align: center;
	z-index:999;
}
.pro-list .item-btn {
	display: block;
	text-align: center;
	width: 124px;
	height: 31px;
	line-height: 30px;
	border: 1px solid #333333;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
}
.pro-list .item-btn:hover {
	background-color: #333333;
	color: #FFFFFF;
}
@media screen and (max-width:1419px) {
	.pro-list li {
		width: 286px;
		margin-left: 20px;
	}
}
@media screen and (max-width:1219px) {
	.pro-list li {
		width: 220px;
		margin-left: 20px;
	}
}
@media screen and (max-width:999px) {
	.pro-list li {
		width: 31.33%;
		margin: 0 1%;
	}
}
@media screen and (max-width:767px) {
	.pro-list li {
		width: 31.33%;
		margin: 0 1%;
		padding-bottom: 30px;
	}
	.pro-list .item-title {
		font-size: 16px;
		line-height: 28px;
		margin: 10px 0 5px;
	}
	.pro-list .item-btn {
		font-size: 12px;
		height: 28px;
		line-height: 26px;
	}
}
@media screen and (max-width:640px) {
	.pro-list li {
		width: 48%;
		margin: 0 1%;
	}
}.pro-hotptitle {
	font-family: 'Verlag-Bold';
	font-size: 36px;
	text-transform: uppercase;
	border-bottom: solid 1px #666;
	margin-bottom: 83px;
	position: relative;
	padding: 53px 0 13px;
}
.pro-hotptitle:after {
	position: absolute;
	content: '';
	width: 244px;
	height: 4px;
	background-color: #333333;
	bottom: 0;
	left: 0;
}
@media only screen and (max-width:999px) {
	.pro-hotptitle {
		font-size: 30px;
		margin-bottom: 50px;
		padding: 30px 0 13px;
	}
}
@media only screen and (max-width:767px) {
	.pro-hotptitle {
		font-size: 24px;
		margin-bottom: 30px;
		padding: 10px 0 13px;
	}
}