
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	list-style: none;
	outline: none;
	box-sizing:border-box;
	text-decoration: none;
	color: #333;
	font-family: Tahoma;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 6px;  /*滚动条宽度*/
    height: 6px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{
    border-radius: 10px;  /*滚动条的背景区域的圆角*/
    background-color: #fff;/*滚动条的背景颜色*/
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 3px;  /*滚动条的圆角*/
    background-color: #e16740;  /*滚动条的背景颜色*/
}

::selection {
    color: #fff;
    background: #e16740;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
body{
	background: #f5f5f5;
	scroll-behavior:smooth;
	/* min-width: 1920px; */
	max-width: 1920px;
	margin: auto;
}
.warp{
	width: 1600px;
	margin: 0 auto;
	min-width: 1200px;
}
@media(max-width:1619px) and (min-width:1200px){
	.warp{
		width: 1200px;
	}
}
header{
	height: 100px;
	width: 100%;
	min-width: 1300px;
	max-width: 1920px;
	background: none;
	text-align: center;
	line-height: 100px;
	position: fixed;
	top: 0;
	z-index: 1;
	transition: 0.5s;
	padding: 0 8%;
	min-width: 1300px;
}
header .logo{
	display: block;
	float: left;
	background: url(../image/logo.png) 50% 50% no-repeat;
	width: 200px;
	height: 100%;
	transition: 0.5s;
	position: relative;
}
header .nav{
	width: auto;
}
header .nav li{
	display: block;
	width: 80px;
	margin-right: 20px;
	height: 100%;
	float: left;
	position: relative;
}

header .language{
	color: #fff;
	margin-left: 20px;
}
header .language a{
	position: relative;
}
header .language a.t_en{
	color: #fff;
	padding-left: 40px;
}
header .language a.t_en:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(../image/t_en.png)center center/cover;
    background-repeat: no-repeat;
    width: 31px;
    height: 20px;
}
.header2 .language{
	color: #999;
	margin-left: 20px;
	transition: 0.3s;
    position: relative;
    font-weight: 200;
    cursor: pointer;
}

.header2 .language a.t_en:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(../image/t_en2.png)center center/cover;
    background-repeat: no-repeat;
    width: 31px;
    height: 20px;
}

header .nav li a{
	display: block;
	width: 80px;
	height: 100%;
	line-height: 100px;
	display: block;
	font-size: 14px;
	font-family: Tahoma;
	transition: 0.5s;
	color: #fff;
}
header .nav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background: #fff;
	transition: 0.5s;
}
header .nav li a:hover::after{
	color: #e16740;
	height: 4px;
	width: 100%;
}
header .nav li a.active{
	color: #fff;
}
header .nav li a.active::after{
	color: #fff;
	height: 4px;
	width: 100%;
}
header .nav li a strong{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 38px;
	right: 10px;
	background: #ff6161;
}
header button{
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #e16740;
	color: #fff;
	border-radius: 18px;
	font-size: 14px;
	margin-top: 32px;
	transition: 0.3s;
	position: relative;
	font-size: 12px;
	font-weight: 200;
	cursor: pointer;
	box-shadow: 0px 5px 15px 0px rgba(225, 103, 64, 0.4);
}
header button:hover{
	background: #e16740;
	box-shadow: 0px 3px 5px 0px rgba(225, 103, 64, 0.7);
}
header .nav-back{
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}
.header2{
	position: fixed;
	top: 20px;
}
.header2 a{
	color: #999 !important;
}
.header2 .nav li a:hover{
	color: #e16740 !important;
}
.header2 .nav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background: #e16740;
	transition: 0.5s;
}
.header2 .logo{
	background-image: url(../image/logo2.png);
}
.header2 .nav li a.active{
	color: #e16740 !important;
}
.header2 .nav-back{
	opacity: 1;
	width: 90%;
	left: 5%;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.banner{
	top: 0;
	position: relative;
}
.banner .banner-back{
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.3);*/
	position: absolute;
	top: 0;
	display: block;
}
.banner video{
	width: 100%;
}
.banner .title{
	position: absolute;
	top: 30%;
	width: 90%;
	left: 5%;
}
.banner p{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: 800;
	font-size: 4vmax;
}
.banner em {
    color: #fff;
    font-style: normal;
    font-size: 20px;
    display: block;
    font-weight: 200;
    margin-top: 100px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.banner em div{
	display: inline-block;
	width: 50px;
	height: 20px;
	vertical-align: middle;
	border:1px solid #fff;
	margin-right: 20px;
	border-radius: 10px;
	background: url(http://www.zjpykj.com/templets/default/static/image/bofang.png) 20px center no-repeat;
	transition: 0.3s;
}
.banner em:hover div{
	background: url(http://www.zjpykj.com/templets/default/static/image/bofang.png) 25px center no-repeat;
}
.banner span{
	font-size: 20px;
	display: block;
	font-weight: 200;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}
.banner .title ul{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.banner .title ul li{
	color: #fff;
	margin-right: 20px;
	display: inline-block;
	margin: 0 auto;
}
.content-a{
	position: relative;
	height: 500px;
}
.content-a .content-aa{
	width: 40%;
	height: 200px;
	background: #444;
	margin-top: -30px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
	overflow: hidden;
}
.content-a .content-bb{
	width: 100%;
	height: 200px;
	background: #fff;
	margin-top: -30px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.content-a .content-aa p.title-aa{
	color: #fff;
	font-size: 34px;
	top: 60px;
	left: 100px;
	font-weight: 200;
	transition: 0.5s;
	position: absolute;
}
.content-a .content-aa span{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	left: 100px;
	top: 20px;
	transition: 0.5s;
	position: absolute;
}
.content-a .content-aa img{
	display: block;
	height: 68px;
	width: 50px;
	position: absolute;
	right: 50px;
	top: 48px;
	transition: 0.5s;
}
.content-a .content-aaa img{
	top: 0;
	opacity: 0;
}
.content-a .content-aa .aa-a{
	top: 200px;
	left: 60px;
}
.content-a .content-aa .aa-b{
	top: 224px;
	left: 180px;
}
.content-a .content-aa .aa-c{
	top: 260px;
	left: 60px;
}
.content-a .content-aa .aa-d{
	top: 380px;
	left: 60px;
}
.content-a .content-aa .aa-e{
	top: 394px;
	left: 180px;
}
.content-a .content-aa .aa-f{
	top: 440px;
	left: 60px;
}
.content-a .content-aa .aa-a,
.content-a .content-aa .aa-b,
.content-a .content-aa .aa-c,
.content-a .content-aa .aa-d,
.content-a .content-aa .aa-e,
.content-a .content-aa .aa-f{
	opacity: 0;
	transition: 0.9s;
	position: absolute;
}
.content-a .content-aaa .aa-a{
	font-size: 28px;
	color: #fff;
	top: 100px;
	left: 60px;
	opacity: 1;
}
.content-a .content-aaa .aa-b{
	font-size: 16px;
	color: #e16740;
	position: absolute;
	top: 114px;
	left: 180px;
	opacity: 1;
}
.content-a .content-aaa .aa-c{
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 160px;
	left: 60px;
	opacity: 1;
	line-height: 2em;
}
.content-a .content-aaa .aa-d{
	font-size: 28px;
	color: #fff;
	position: absolute;
	top: 280px;
	left: 60px;
	opacity: 1;
}
.content-a .content-aaa .aa-e{
	font-size: 16px;
	color: #e16740;
	position: absolute;
	top: 294px;
	left: 180px;
	opacity: 1;
}
.content-a .content-aaa .aa-f{
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 340px;
	left: 60px;
	opacity: 1;
	line-height: 2em;
}
.content-a .content-aaa p.title-aa{
	opacity: 0;
	top: 0;
}
.content-a .content-aaa span{
	opacity: 0;
	top: -40px;
}
.content-a .content-bb p{
	color: #999;
	font-size: 34px;
	margin-left: 45%;
	margin-top: 20px;
	font-weight: 200;
	transition: 0.5s;
}
.content-a .content-bb span{
	display: block;
	color: #999;
	font-size: 20px;
	font-weight: 200;
	margin-left: 45%;
	margin-top: 20px;
	transition: 0.5s;
}
.content-a .content-bbb{
	height: 500px !important;
}
.content-a .content-aaa{
	height: 500px !important;
	left: auto !important;
}
.content-a .content-bbb p,.content-a .content-bbb span{
	opacity: 0;
	margin-top: 30px;
}
.content-a .content-ccc{
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
}
.content-a .content-cc .three{
	width: 60%;
	float: right;
	height: 500px;
	margin-top: -30px;
}
.content-a .content-ccc .three{
	width:60%;
	float: right;
	height: 500px;
	margin-top: 0;
}
.content-a .content-cc .three .ss,.content-a .content-cc .three .sd,.content-a .content-cc .three .so{
	width: 33.33%;
	height: 100%;
	float: left;
	opacity: 0;
	cursor: pointer;
}
.content-a .content-cc .three .ss:hover,
.content-a .content-cc .three .sd:hover,
.content-a .content-cc .three .so:hover{
	box-shadow: 0px 5px 20px 0px rgb(225 103 64 / 40%);
}
.content-a .content-cc .three .ss:hover p.con-pb,
.content-a .content-cc .three .sd:hover p.con-pb,
.content-a .content-cc .three .so:hover p.con-pb{
	margin-top: 280px !important;
}
.content-a .content-ccc .three .ss,.content-a .content-ccc .three .sd,.content-a .content-ccc .three .so{
	opacity: 1;
}
.content-a .content-cc .three .ss{
	background:#fff url(../image/a1.png) center 100px no-repeat;
	transition: 0.2s;
}
.content-a .content-cc .three .sd{
	background:#f9f9f9 url(../image/a2.png) center 100px no-repeat;
	transition: 0.8s;
}
.content-a .content-cc .three .so{
	background:#f1f1f1 url(../image/a3.png) center 100px no-repeat;
	transition: 1.4s;
}
.content-a .content-ccc .three .ss{
	background: url(../image/a2.png) center 150px no-repeat;
}
.content-a .content-ccc .three .sd{
	background: url(../image/a1.png) center 150px no-repeat;
}
.content-a .content-ccc .three .so{
	background: url(../image/a3.png) center 150px no-repeat;
}
.content-a p.con-pa{
	font-size: 12px;
	color: #999;
	text-align: left;
	margin-top: 20px;
	margin-left: 50px;
	transition: 0.4s;
}
.content-a p.con-pb{
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 800;
	margin-top: 250px;
	transition: 0.6s;
}
.content-a p.con-pc{
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	transition: 0.8s;
}
.content-a .content-ccc p.con-pa{
	font-size: 12px;
	color: #999;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px !important;
}
.content-a .content-ccc p.con-pb{
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 800;
	margin-top: 300px !important;
}
.content-a .content-ccc p.con-pc{
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2em;
}
.case{
	width: 90%;
	left: 5%;
	position: relative;
	opacity: 0;
	transition: 0.5s;
	margin-top: -50px;
	overflow: hidden;
}
.case .case-t{
	font-size: 32px;
	color: #333;
	font-weight: 200;
	display: inline-block;
}
.case .case-tt{
	font-size: 20px;
	color: #999;
	display: inline-block;
	font-weight: 200;
}
.case .more{
	background: url(../image/more.png) left center no-repeat;
	padding-left: 20px;
	font-weight: 200;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	color: #999;
	display: block;
	margin-right: 20px;
	transition: 0.3s;
}
.case .more:hover{
	color: #333;
	padding-left: 25px;
}
.case ul{
	width: 100%;
	background: #ccc;
	margin-top: 60px;
}
.case ul li a {
    width: 24%;
    height: 18vmax;
    max-height: 345px;
    /* min-height: 345px; */
    display: block;
    float: left;
    margin-right: 1%;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.case ul li:last-child a{
	margin-right: 0;
}

.case ul li a img{
	width: 100%;
	margin:0 auto;
	display: block;
	position: absolute;
	transition: 0.3s;

	height: 79%;
	max-height: 276px;
    min-height: 187px;
}
.case ul li a .case-b{
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 14%;
	min-height: 60px;
	background: #ffffff;
	transition: 0.3s;
}
.case ul li a b{
	width: 100%;
	opacity: 0;
	height: 100%;
	max-height: 276px;
	min-height: 187px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	transition: 0.3s;
}
.case ul li a b i{
	position: absolute;
	top: 30%;
	color: #fff;
	font-size: 20px;
	width: 100%;
	font-weight: 200;
	text-align: center;
	font-style: normal;
	transition: 0.3s;
}
.case ul li a:hover b{
	opacity: 1;
}
.case ul li a:hover b i{
	top: 45%;
}
.case ul li a:hover img{
	transform: scale(1.02);
}
.case ul li a:hover strong{
	padding-right: 20px;
}
.case ul li a:hover span{
	margin-left: 20px;
}
.case ul li a:hover em{
	margin-left: 20px;
}
.case ul li a:hover .case-b{
	background: #fff;
}
.case ul li a span{
	display: block;
	font-size: 18px;
	text-align: left;
	margin-top: 18px;
	margin-left: 20px;
	line-height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
	transition: 0.3s;
}
.case ul li a em{
	display: block;
	position: absolute;
	font-style: normal;
	text-align: left;
	line-height: 100%;
	color: #999;
	left: 0;
	top: 40px;
	overflow: hidden;
	transition: 0.3s;
}
.case ul li a strong{
	display: block;
	font-weight: 200;
	color: #333;
	line-height: 100%;
	text-align: right;
	font-size: 14px;
	height: 20px;
	position: absolute;
	line-height: 20px;
	right: 20px;
	top: 18px;
	overflow: hidden;
	background: url(../image/gogogo.png) right center no-repeat;
	padding-right: 30px;
	transition: 0.3s;
}
.case1{
	opacity: 1;
	margin-top: 0;
}




.zizhi{
	width: 90%;
	left: 5%;
	position: relative;
	opacity: 0;
	transition: 0.5s;
	margin-top: -50px;
	overflow: hidden;
}
.zizhi .case-t{
	font-size: 32px;
	color: #333;
	font-weight: 200;
	display: inline-block;
}
.zizhi .case-tt{
	font-size: 20px;
	color: #999;
	display: inline-block;
	font-weight: 200;
}
.zizhi .more{
	background: url(../image/more.png) left center no-repeat;
	padding-left: 20px;
	font-weight: 200;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	color: #999;
	display: block;
	margin-right: 20px;
	transition: 0.3s;
}
.zizhi .more:hover{
	color: #333;
	padding-left: 25px;
}
.zizhi ul{
	width: 100%;
	margin-top: 60px;
}
.zizhi ul li a {
    width: 18%;
    height: 27vmax;
    max-height: 530px;
    /* min-height: 530px; */
    display: block;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}
.zizhi ul li:nth-child(5n) a{
	margin-right: 0;
}
.zizhi ul li a img{
	width: 100%;
	margin:0 auto;
	display: block;
	position: absolute;
	transition: 0.3s;
}
.zizhi ul li a .case-b{
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 14%;
	min-height: 60px;
	transition: 0.3s;
	background: #fff;
}
.zizhi ul li a b{
	width: 100%;
	opacity: 0;
	height: 23.4vmax;
	max-height: 440px;
	min-height: 300px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	transition: 0.3s;
}
.zizhi ul li a b i{
	position: absolute;
	top: 30%;
	color: #fff;
	font-size: 20px;
	width: 100%;
	font-weight: 200;
	text-align: center;
	font-style: normal;
	transition: 0.3s;
}
.zizhi ul li a:hover b{
	opacity: 1;
}
.zizhi ul li a:hover b i{
	top: 45%;
}
.zizhi ul li a:hover img{
	transform: scale(1.02);
}
.zizhi ul li a:hover strong{
	padding-right: 20px;
}
.zizhi ul li a:hover span{
	margin-left: 20px;
}
.zizhi ul li a:hover em{
	margin-left: 20px;
}
.zizhi ul li a:hover .case-b{
	background: #fff;
}
.zizhi ul li a span{
	display: block;
	font-size: 15px;
	text-align: left;
	margin-top: 18px;
	margin-left: 20px;
	line-height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
	transition: 0.3s;
	padding-right: 30px;
	line-height: 25px;

	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
	width: calc(100% - 30px);
}
.zizhi ul li a em{
	display: block;
	position: absolute;
	font-style: normal;
	text-align: left;
	line-height: 100%;
	color: #999;
	left: 0;
	top: 40px;
	overflow: hidden;
	transition: 0.3s;
}
.zizhi ul li a strong{
	display: block;
	font-weight: 200;
	color: #333;
	line-height: 100%;
	text-align: right;
	font-size: 14px;
	height: 20px;
	position: absolute;
	line-height: 20px;
	right: 20px;
	top: 18px;
	overflow: hidden;
	background: url(../image/gogogo.png) right center no-repeat;
	padding-right: 30px;
	transition: 0.3s;
}
.zizhi1{
	opacity: 1;
	margin-top: 0;
}
.zizhibg{
    background-color: #fff;
	background-image: url(../image/intro_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 662px;
    height: 820px;
    padding: 100px 0;
}



.about{
	width: 100%;
	position: relative;
	background: #eee;
	height: 800px;
	margin-top: 100px;
	overflow: hidden;
}
.about .ab-c{
	width: 95%;
	left: 5%;
	height: 900px;
	position: relative;
	padding-top: 150px;
	transition: 0.5s;
	opacity: 0;
}
.about .con{
	width: 100%;
	margin-top: 16px;
	line-height: 2em;
}
.about .about-link{
	margin-top: 50px;
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	text-decoration: underline;
	color: #e16740;
	transition: 0.3s;
}
.about .about-link:hover{
	letter-spacing: 1px;
	opacity: 0.7;
}
.about .fl{
	width: 40%;
	position: relative;
}
.about .fr{
	width: 50%;
	position: relative;
	height: 600px;
}
.about .case-t{
	font-size: 32px;
	color: #333;
	font-weight: 200;
}
.about .case-tt{
	font-size: 20px;
	color: #999;
	font-weight: 200;
}
.about .about-video{
	position: absolute;
	height: 400px;
	width: 100%;
	background: url(../image/about.png) left center no-repeat;
}
.about .about-video-back{
	position: absolute;
	width: 790px;
	height: 400px;
	background: rgba(0,0,0,.5);
	cursor: pointer;
}
.about .about-video-blue{
	background: #e16740;
	width: 820px;
	height: 420px;
	position: absolute;
	top: 30px;
	left: 60px;
}
.about .about-video-word{
	font-size: 180px;
	position: absolute;
	font-weight: bold;
	top: 30%;
	right: -100px;
	color: #e5e5e5;
	transform:rotate(90deg);
	line-height: 180px;
}
.about .about-video-back p{
	font-size: 32px;
	font-weight: 800;
	width: 790px;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 166px;
}
.about .about-video-back span{
	font-size: 20px;
	background: url(../image/about-us-s-1-video-play.png) left center no-repeat;
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	padding-left: 50px;
	width: 200px;
	margin: 0 auto;
	margin-top: 30px;
}
.about .about-video-back em{
	font-style: normal;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin-top: 12px;
	width: 790px;
}
.ab-c2{
	opacity: 1 !important;
	padding-top: 200px !important;
}
.about .line{
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 30%;
	top: 0;
}
.about button{
    width: 156px;
    height: 50px;
    position: absolute;
    background: #e16740;
    bottom: 15%;
    left: 35%;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
    transition: 0.3s;
}
.about button:hover{
    background: #e16740;
}
.foot{
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.foot .foot-c{
	padding: 50px 0;
	overflow: hidden;
	width: 90%;
	left:5%;
	position: relative;
}
.foot .foot-c .tt{
	font-size: 32px;
	font-weight: 800;
	color: #e16740;
	margin-bottom: 20px;
}
.foot .foot-c .problem {
    float: left;
    width: 16.8%;
    border-right: 1px solid #ddd;
    margin-right: 32px;
    margin-bottom: 10px;
}
.foot .foot-c .last{
	border: none;
}
.foot .foot-c .problem span{
	font-size: 18px;
	color: #333;
	display: block;
}
.foot .foot-c .problem p{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	margin-top: 10px;
	line-height: 150%;
}
.foot .foot-r .tt{
	font-size: 20px;
	font-weight: normal;
	color: #333;
	text-align: right;
}
.foot .foot-r .ttt{
	font-size: 14px;
	text-align: right;
}
.foot .foot-r .in .inin{
	width: 140px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 20px;
	transition: 0.3s;
}
.foot .foot-r .in .inin:focus{
	border: 1px solid #e16740;
}
.foot .foot-r .in button{
	width: 140px;
	height: 40px;
	background:  #e16740;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
}
.foot .foot-r .in button:hover{
    background: #e16740;
}
.foot .ll{
	height: 1px;
	width: 100%;
	background: #ddd;
}
.foot .foot-bl img{
	display: inline-block;
}
.foot .foot-bl p.tt{
	font-size: 14px;
	font-weight: 200;
	height: 30px;
	vertical-align: top;
	color: #333;
	display: inline-block;
	margin-left: 30px;
}
.foot .foot-bl p a{
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	margin-right: 10px;
}
.foot .foot-bl p a:hover{
	color:  #e16740;
}
.foot .foot-bl p.copyright{
	font-size: 12px;
	color: #999;
	margin-top: 20px;
}
.foot .foot-br{
	text-align: right;
	font-size: 14px;
}
.foot .foot-br p{
	margin-bottom: 20px;
}
.foot .foot-br p span{
	font-size: 24px;
	color: #e16740;
    font-weight: 800;
}
.foot .foot-br p a{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
}
.foot .foot-br p a.wx{
	background: url(../image/wx.png) center no-repeat;
}
.foot .foot-br p a.pri{
	background: url(../image/Pinterest.png) center no-repeat;
}
.foot .foot-br p a.wb{
	background: url(../image/wb.png) center no-repeat;
}
.foot .foot-br p a.zk{
	background: url(../image/zhanku.png) center no-repeat;
}
.foot .foot-br p a.hb{
	background: url(../image/huaban.png) center no-repeat;
}
.foot .foot-br p a:hover{
	opacity: 0.7;
}
.foot .foot-brr{
	background: url(../image/erweima.png) center no-repeat;
	width: 120px;
	height: 144px;
	margin-left: 40px;
}


/*弹视频*/







.full-video-wrap{
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.full-video-wrap.active{
  opacity: 1;
  visibility: visible;
}
.full-video-mask{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .9;
}
.full-video-close{
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 75px;
  height: 75px;
  background: #e16740;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.full-video-close:before,
.full-video-close:after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: #fff;
  border-radius: 3px;
}
.full-video-close:before{
  width: 50%;
  height: 6px;
}
.full-video-close:after{
  width: 6px;
  height: 50%;
}
.full-video {
    position: relative;
    z-index: 1;
    /* width: auto; */
    /* height: 100%; */
    width: 60%;
    top: 20%;
}









/*弹窗*/




.popup-wrap, .popup-wrap-close {
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    left: 0;
}

.popup-wrap {
    z-index: 110;
    overflow: auto;
    transition: .4s;
    opacity: 1;
    display: none;
    /* visibility: hidden; */
	position: relative;
	z-index: 999999;
}

.popup-toggle {
    cursor: pointer;
}


.popup-wrap-close {
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

.popup {
    font-size: 14px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    color: #666666;
    background: #fff;
    text-align: left;
    vertical-align: middle;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000000;
}

.popup-2 {
    width: 920px;
    height:600px;
    overflow: hidden;
}

.popup-left{
    background: #fff url(http://www.zjpykj.com/templets/default/static/image/popup.jpg) center center no-repeat;
    height:600px;
    width: 460px;
}

.popup-right{
    width: 460px;
    height:600px;
    padding: 50px;
}

.popup-close {
    position: absolute;
    background: url(../image/close_min.png) center center no-repeat;
    top: 50px;
    right:50px;
    height:23px;
    width:23px;
    top: 30px;
    right: 30px;
    transition: 0.2s;
}
.popup-close:hover{
    transform:rotate(90deg);
}

.popup-title {
    font-size: 24px;
    margin-top: 54px;
    line-height: 24px;
    margin-bottom: 15px;
}

.popup-field {
    width:100%;
    display: block!important;
    height:50px;
    margin: 20px auto;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: 0.2s;
}

.popup-2-btn:hover {
    opacity: .85;
    background: #e16740;
}

.popup-2-btn {
    display: block;
    width:100%;
    height: 50px;
    margin: auto;
    color: #fff;
    margin-top: 40px;
    border: none;
    background: #e16740;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
	opacity: 1;
    cursor: pointer;
    transition: 0.2s;
}

.popup-field-wrap {
    width:100%;
    margin: auto;
    margin-top: 20px;
}



.zixun{
	width: 90%;
	left: 5%;
	position: relative;
	background: #f5f5f5;
	overflow: hidden;
	padding: 100px 0 30px 0;
	opacity: 0;
	margin-top: -100px;
	transition: 0.5s;
}
.zixun-title{
	font-size: 24px;
	display: inline-block;
	margin-top: 50px;
	margin-right: 30px;
	color: #999;
}
.zixun .current{
	color: #333;
}
.zixun .case-t{
	font-size: 32px;
	color: #333;
	font-weight: 200;
	display: inline-block;
}
.zixun .case-tt{
	font-size: 20px;
	color: #999;
	display: inline-block;
	font-weight: 200;
}
.zixun-content{
	margin-top: 50px;
	overflow: hidden;
}
.zixun-content li{
	width: calc(33.33% - 20px);
	display: block;
	transition: 0.2s;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	transition: 0.1s;
	position: relative; 
}
.zixun-content li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.zixun-content li a img{
	width: 554px;
    height: 310px;
	display: block;
	transition: 0.2s;
}
.zixun-content li a.tips-a{
	position: absolute;
	display: block;
	left: 20px;
	top: 20px;
	width: auto;
	height: 36px;
	background: #b54242;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	transition: 0.2s;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.zixun-content .con-t{
	height: 200px;
	width: 100%;
	padding: 30px 0;
	transition: 0.2s;
}
.zixun-content .con-top{
	height: 120px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.zixun-content .con-top .con-t-l{
	width: 80px;
	height: 80px;
	border-right: 1px solid #ddd;
	display: inline-block;
	vertical-align: top;
}
.zixun-content .con-top .con-t-l b{
	font-size: 50px;
	line-height: 50px;
	display: inline;
	margin-bottom: 10px;
}
.zixun-content .con-top .con-t-l span{
	font-size: 12px;
	color: #999;
}
.zixun-content .con-top .con-t-r{
	width: calc(100% - 85px);
	vertical-align: top;
	height: 120px;
	display: inline-block;
	padding: 0 10px;
}
.zixun-content .con-top .con-t-r h1{
	font-size: 16px !important;
	font-weight: 800;
	color: #333;
	width: 100%;
	overflow: hidden;
	font-size: large;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.2s;
}
.zixun-content .con-top .con-t-r p{
	font-size: 14px !important;
	color: #999;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.zixun-content .con-bottom em{
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 40px;
	font-style: normal;
}
.zixun-content .con-bottom i{
	float: right;
	background: url(http://www.zjpykj.com/templets/default/static/image/zixun-right.png) center no-repeat;
	width: 34px;
	height: 40px;
	background-size: 80%;
	transition: 0.2s;
	opacity: 0.5;
}
.zixun-content a:hover i{
	margin-right: 10px;
	opacity: 1;
}
.zixun-content li:hover{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.zixun-content li:hover h2{
	color: #e16740 !important;
}
.zixun-content li:hover img{
	transform: scale(1.02);
	-ms-transform:scale(1.02);
	-moz-transform:scale(1.02);
	-webkit-transform:scale(1.02);
	-o-transform:scale(1.02);
	opacity: 0.9;
}
.zixun-content li:hover{
	background: #fff;
}
.zixun-content li:hover .con-t{
	padding: 30px 20px;
}
.zixun1{
	opacity: 1;
	margin-top: 0;
}

.zixun .more{
	background: url(../image/more.png) left center no-repeat;
    padding-left: 20px;
    font-weight: 200;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #999;
    display: block;
    margin-right: 20px;
    transition: 0.3s;
}

.zixun .more:hover{
	color: #333;
    padding-left: 25px;
}






form .msg-box{display:none;}
.n-invalid:focus {border-bottom-color: #7777d4;box-shadow: none;}


@media only screen and (max-height: 768px) {
  header{
    height: 80px;
  }
  header .nav li a{
  	line-height: 80px;
  }
}


.inner-banner {
	height: 460px;
	padding: 155px 0 100px;
	color: #fff;
	text-align: center;
	position: relative;
}

.breadrumb-in {
    padding: 20px 50px;
    line-height: 25px;
    font-size: 12px;
    color: #bbb;
    border-left: 1px solid #e4e4e4;
    background: url(../image/breadrumb_ico.png) no-repeat 25px center;
}

.inner-wrap {
    width: 90%;
    margin: 0 auto;
}

.breadrumb {
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}



.page a.prev_page,.page a.next_page {
    border: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.dede_pages .current{color:#fff;background-color: #e16740;}

/* .dede_pages li{
	display: inline-block;
    width: 50px;
    height: 50px;
} */

.dede_pages li:hover {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background-color: #e16740;
    /* border: 1px solid #cdcdcd; */
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
    vertical-align: middle;
}

.dede_pages li:hover a {
	color: #fff;
}

.dede_pages li {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #666666;
    border-radius: 50%;
    /* border: 1px solid #cdcdcd; */
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
    vertical-align: middle;
    transition: all .5s;
    box-shadow: 0 0 15px #e0e0e0;
	overflow: hidden;
}

.dede_pages li.prev_page{background-image: url(http://www.zjpykj.com/templets/default/static/images/prev_page.png)}

.dede_pages li.next_page{background-image: url(http://www.zjpykj.com/templets/default/static/images/next_page.png)}

.dede_pages{font-size: 0;padding-bottom: 90px;text-align: center;}

.dede_pages .thisclass{
	color: #fff;
    background-color: #e16740;
}
.dede_pages a{
	width: 50px;
    height: 50px;
	display: block;
}
.dede_pages .thisclass a{
	color: #fff;
    background-color: #e16740;
}




.news_list .con-top .con-t-r p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}


.news_list{
	margin-top: 80px;
}

.news_list.news_list1{
	margin-top: 30px;
}