

/* CSS Document */
@font-face{
    font-family: "myFont";
    src: url(../font/SourceHanSansCN-Regular.ttf);
}

@font-face {
    font-family: "sy";
    src: url("/template/cnszi/pc/skin/font/SourceHanSansCN-Regular.otf") format("otf"),
    /*url("../font/RobotoRegular.woff") format("woff"),*/
    /*url("../font/RobotoRegular.ttf") format("truetype"),*/
    /*url("../font/RobotoRegular.eot") format("embedded-opentype"),*/
    /*url("../font/RobotoRegular.svg") format("svg");*/
}

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: unset;
	font-family: "sy";
}

html,
body {
	-webkit-text-size-adjust: none;
	font-family: "sy";
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	font-size: 14px;
	color: #333;
	font-family: "sy";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	color: #999;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border: none;
	background: none;
}
/*移除文本框可拉伸大小属性*/
textarea {
	resize: none;
}
textarea::-webkit-input-placeholder{
	font-family: "sy";
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	border: none;
	background: none;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
	font-family: "sy";
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div:focus,
span:focus{
	outline: none;
}
/*清除浮动*/
.clear{
	clear: both;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
/*文字超出影藏  在火狐或者ie9之下则不会影藏*/
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.over4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
/*绝对居中  在低版本ie是不能使用flex布局*/
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
/*中间主题宽度*/
.width{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.wid1300{
	width: 1300px;
	margin: 0 auto;
	height: auto;
}
.wid1300 a{
    padding-left: 7px;
    font-size: 14px;
    line-height: 28px;
    color: #6b6b6b;
}

.wid1400{
	width: 1400px;
	margin: 0 auto;
	height: auto;
}
.wid1500{
	width: 1500px;
	margin: 0 auto;
	height: auto;
}
.wid1640{
	width: 1640px;
	margin: 0 auto;
	height: auto;
}
.main{
	display: block;
	width: 100%;
	height: auto;
	background-size: auto;
}
.bgCen{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*左右浮动*/
.right{
	display: inline-block;
	float: right;
}
.left{
	display: inline-block;
	float: left;
}
.auto{margin: 0 auto;}
.marTop10{margin-top: 10px;}
.marTop15{margin-top: 15px;}
.marTop20{margin-top: 20px;}
.marTop25{margin-top: 25px;}
.marTop30{margin-top: 30px;}
.marTop40{margin-top: 40px;}
.marTop50{margin-top: 50px;}
.marTop60{margin-top: 60px;}
.marTop70{margin-top: 70px;}
.marTop80{margin-top: 80px;}
.marBot10{margin-bottom: 10px;}
.marBot15{margin-bottom: 15px;}
.marBot20{margin-bottom: 20px;}
.marBot25{margin-bottom: 25px;}
.marBot30{margin-bottom: 30px;}
.marBot40{margin-bottom: 40px;}
.marBot50{margin-bottom: 50px;}
.marBot60{margin-bottom: 60px;}
.marBot70{margin-bottom: 70px;}
.marBot80{margin-bottom: 80px;}

/*版本过低提醒*/
.guoshiPop-bg{display: block;width: 100%;height: 100%;background: #000;opacity: 0.5;position: fixed;top: 0;left: 0;z-index: 200;
filter:alpha(opacity=50);}
.guoshiPop{display: block;width: 500px;height: 200px;border-radius: 12px;background: #fff;position: fixed;top: 50%;left: 50%;margin-left: -250px;
margin-top: -140px;z-index: 201;font-size: 16px;line-height: 28px;padding: 34px 30px;}
.guoshiPop h3{font-weight: normal;color: #333;margin-bottom: 28px;}
.guoshiPop>div{text-align: center;font-size: 0;}
.guoshiPop a{display: inline-block;vertical-align: top;width: 100px;height: 42px;border: 1px solid #999;font-size: 14px;line-height: 40px;
text-decoration: none;margin: 0 5px;color: #333;border-radius: 4px;}
.guoshiPop a:hover{border-color: red;color: red;}


/*媒体查询*/
@media screen and (max-width:1500px){
	
}

.page{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
}
.page *{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #7a7a7a;
	margin: 0 8px;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
}
.page *:first-child,
.page *:last-child{
	font-family: "宋体";
	font-weight: bold;
}
.page *:hover{
	border-color: #3dad03;
	color: #3dad03;
}
.page *.active{
	background: #3dad03;
	color: #fff;
}



.proPage{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
}
.proPage *{
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #303030;
	margin: 0 2px;
	border: 1px solid #e2e4eb;
	background: #fff;
}
.proPage *:first-child,
.proPage *:last-child{
	width: 72px;
}
.proPage *:nth-child(2),
.proPage *:nth-last-child(2){
	width: 84px;
}
.proPage *:hover{
	border-color: #3dad03;
	color: #3dad03;
}
.proPage *.active{
	background: #3dad03;
	color: #fff;
}
.cpgh table{
 border:1px solid #000 !important;
}
.cpgh table td{
	border: 1px solid #000 !important;
}
.proDetIn{
    width: 100% !important;
    overflow: hidden;
    overflow-x: auto;
}
.add07{
    display: none;
}
.footMenu{
    display: none;
}
	.wid69{
	    display: none;
	}

@media (max-width: 1000px) {
	.map{
	    background-size: 130%;
	    height: 200px !important;
	    background-position: center center;
	    background-repeat: no-repeat;
	}
	.ditu{
	    height: 200px !important;
	    width: 200% !important;
	    margin-left: -3rem;
	}
	.proDetIn table{
    width: 1000px !important;
}
	
	.add07{
	    display: block;
	}
	.add07 p{
	    color: #fff;
	    float: left;
	    padding-left: .3rem;
	    font-size: 16px;
	}
	.wid69{
	    display: block;
	}
}

@media (max-width: 800px){
    .footMenu{
	display: flex;
	width: 100%;
	height: 1rem;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 90;
} 
.footMenuList{
	display: block;
	width: 50%;
	height: 100%;
	position: relative;
	padding-top: 0.13rem;
	text-align: center;
	font-size: 0.2rem;
	color: #181818;
	line-height: 0.4rem;
}
.footMenuList .image{
	display: flex;
	width: 100%;
	height: 0.4rem;
	justify-content: center;
	align-items: center;
}
.footMenuList .image .img{
	height: 0.4rem;
	width: 0.4rem;
}
.footMenuList .image .img2{
	display: none;
}
.footMenuList.active{
	color: #3dad03;
}
.footMenuList.active .image .img1{display: none;}
.footMenuList.active .image .img2{display: block;}
.footMenuCen{
	display: block;
	width: 100%;
	height: 1.32rem;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 0.08rem;
	z-index: 9;
}
.footMenuCen::after{
	content: "";
	display: block;
	width: 1.14rem;
	height: 1.14rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.footMenuCen .center{
	display: block;
	width: 0.98rem;
	height: 0.98rem;
	margin: 0 auto;
	position: absolute;
	top: 0.08rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
}
.formDiv{
	margin-bottom: 1.1rem;
	margin-top: -0.7rem;
	position: relative;
	padding: 0 .2rem;
}
.formIn{
	z-index: 20;
	position: relative;
	background: #3dad03;
	padding: 0.15rem 0.14rem 1rem;
}
.formBot{
	display: block;
	padding: 0 0.26rem;
}
.formBot li{
	margin-top: 0.2rem;
}
.formBot li input{
	display: block;
	width: 100%;
	height: 0.8rem;
	border-radius: 0.04rem;
	background: #fff;
	padding: 0 0.2rem 0 0.62rem;
	font-size: 0.24rem;
	color: #333;
}
.formBot li:nth-child(1) input{
	background: #fff url(../image/liuyan-01.png) no-repeat 0.22rem center;
	background-size: 0.22rem auto;
}
.formBot li:nth-child(2) input{
	background: #fff url(../image/liuyan-02.png) no-repeat 0.22rem center;
	background-size: 0.22rem auto;
}
.formBot li:nth-child(3) input{
	background: #fff url(../image/liuyan-03.png) no-repeat 0.22rem center;
	background-size: 0.22rem auto;
}
.formBot li:nth-child(4) input{
	background: #fff url(../image/liuyan-04.png) no-repeat 0.22rem center;
	background-size: 0.22rem auto;
}
.formBot li textarea{
	display: block;
	width: 100%;
	height: 2rem;
	border-radius: 0.04rem;
	background: #fff;
	font-size: 0.24rem;
	color: #333;
	line-height: 0.38rem;
	padding: 0.1rem 0.24rem;
}
.formBot li button{
	display: block;
	width: 100%;
	height: 0.8rem;
	border-radius: 0.04rem;
	background: #fff;
	text-align: center;
	font-size: 0.3rem;
	color: #3dad03;
	border: none;
}
.formTit{
	display: block;
	text-align: center;
	margin: 0.58rem auto 0;
	padding-bottom: 0.12rem;
}
.formTit h3{
	font-size: 0.34rem;
	color: #fff;
	font-weight: bold;
	line-height: 0.5rem;
}
.formTit em{
	display: block;
	width: 0.3rem;
	height: 0.06rem;
	background: #fff;
	margin: 0.1rem auto 0;
}
.formList{
	display: block;
	padding: 0 0.44rem;
	background: #fff;
}
.formList li{
	padding: 0.32rem 0 0.28rem;
	font-size: 0.28rem;
	color: #2c2c2c;
	line-height: 0.4rem;
	border-bottom: 1px solid #e8e8e8;
}
.formList li:last-child{
	border: none;
}
.formList li img{
	display: block;
	width: 0.26rem;
	margin-bottom: 0.12rem;
}
.formList li h5{
	font-size: 0.22rem;
	color: #747474;
	line-height: 0.36rem;
	margin-bottom: 0.06rem;
}
.zhiding{
	position: fixed;
	right: 0.36rem;
	bottom: 10%;
	width: 0.96rem;
	height: 0.96rem;
	border-radius: 0.08rem;
	z-index: 190;
	background:#ffffff;
	border: 1px solid #3dad03;
	text-align: center;
	font-size: 0.18px;
	color: #3dad03;
	line-height: 1;
	padding-top: 0.12rem;
	white-space: nowrap;
}
.zhiding img{
	display: block;
	margin: 0 auto 0.1rem;
	width: 0.28rem;
}
}





























