﻿@import "common.css";
.common-head{
	height: 106px;
}
.common-head .cn{
	font-size: 40px;
	font-family: fontcn;
	font-weight: bold;
}
.common-head .en{
	font-size: 18px;
	color: #959595;
	font-family: fonten;
}
.website .line{
	height: 46px;
	border-bottom: 1px solid #c7c7c7;
}

.website .xggood{
	padding-bottom: 110px;
}
.website .xggood .common-head{
	text-align: center;
	padding: 80px 0 50px;
}
.website .xggood .list ul{
	margin: 0 -7px;
}
.website .xggood .list ul li{
	float: left;
	width: 33.3%;
	height: 374px;
	padding: 0 7px;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.website .xggood .list ul li dl{
	position: relative;
	width: 100%;
	height: 370px;
	display: flex;
	overflow: hidden;
}
.website .xggood .list ul li dl dt img{
	width: 100%;
}
.website .xggood .list ul li dl dd .title{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 3;
	font-size: 20px;
	transition: all 1s;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
}
.website .xggood .list ul li dl dd .qinbu{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../image/xggood.png);
	transition: all 1s;
}
.website .xggood .list ul li dl:after{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
	transition: all 1s;
}
.website .xggood .list ul li dl:hover:after{
	background-color: rgba(0,0,0,0);
}
.website-popbox-jiejuefangan{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opactity 0.5s;
}
.website-popbox-jiejuefangan.show{
	opacity: 1;
}
.website-popbox-jiejuefangan .form{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -160px;
	width: 400px;
	background-color: #fff;
}
.website-popbox-jiejuefangan .form .padd3040{
	padding: 30px 40px;
}
.website-popbox-jiejuefangan .form .padd3040 .close{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
.website-popbox-jiejuefangan .form .padd3040 .close:before{
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background-color: #999;
	transform: rotate(45deg);
	margin-top: 18px;
}
.website-popbox-jiejuefangan .form .padd3040 .close:after{
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background-color: #999;
	transform: rotate(-45deg);
	margin-top: -1px;
}
.website-popbox-jiejuefangan .form .padd3040 .subtitle {
    font-size: 14px;
    line-height: 1;
    color: #666;
}
.website-popbox-jiejuefangan .form .padd3040 .red_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #e70012;
    margin-top: 10px;
}
.website-popbox-jiejuefangan .form .padd3040 .subdetail {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 14px;
    color: #666;
}
.website-popbox-jiejuefangan .form .padd3040 .tel  {
	margin-top: 10px;
}
.website-popbox-jiejuefangan .form .padd3040 .tel input {
    font-size: 14px;
    line-height: 38px;
    width: 100%;
    height: 38px;
    text-indent: 10px;
    color: #333;
    border: 1px solid #adada9;
    background-color: #fff;
	outline: 0px;
}
.website-popbox-jiejuefangan .form .padd3040 .xingming  {
	position: relative;
	margin-top: 10px;
}
.website-popbox-jiejuefangan .form .padd3040 .xingming input {
    font-size: 14px;
    line-height: 38px;
    width: 100%;
    height: 38px;
    text-indent: 10px;
    color: #333;
    border: 1px solid #adada9;
    background-color: #fff;
	outline: 0px;
}
.website-popbox-jiejuefangan .form .padd3040 .xingming .button{
	position: absolute;
	right: -1px;
	top: 1px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #e70012;
    font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.website-popbox-jiejuefangan .form .padd3040 .green_information_safety {
    font-size: 12px;
    line-height: 19px;
    margin: 2px 0 10px;
    text-indent: 1.6em;
    color: #1db816;
    background: url(../image/zhengbang_revise_pop_10.png) left center no-repeat;
}
.website-popbox-jiejuefangan .form .padd3040 .qqto {
    background: #e60012;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}


@media(max-width:460px) {
.common-head {
    height: auto;
}
.common-head .cn {
    font-size: 20px;
}
.website .xggood .common-head {
    padding: 10px 0 20px;
}
	
.website .xggood .list ul {
    margin: 0;
}
.website .xggood .list ul li {
    width: 50%;
    height: 150px;
}
.website .xggood .list ul li dl {
    height: 150px;
	overflow: hidden;
}
.website .xggood .list ul li dl dt img {
	width: 100%;
    height: auto;
}
.website .xggood .list ul li dl dd .title {
    font-size: 14px;
}
.website .xggood {
    padding-bottom:0px;
}
}