﻿@charset "utf-8";
/* CSS Document */
/*切图：zcy*/
html{ overflow-x:auto; overflow-y:auto;}
*{ padding:0; margin:0;outline:none !important;}
.wow{visibility:inherit !important;}
ul, ol,li{ list-style-type:none;}
body, button, input, select, textarea{  font-family: 'Microsoft yahei'; font-size:12px;}
code, kbd, pre, samp { font-family: 'Microsoft yahei';}
a{ text-decoration:none; color:#333;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
	 -o-transition: all 0.2s ease-out 0s; 
		transition: all 0.2s ease-out 0s;}
img{border:0; max-width:100%;}
li { line-height:normal; }
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family: 'Microsoft yahei'; }
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
body{ position:relative; float:left; width:100%;}
select{ margin:0; padding:0; font-family: 'Microsoft yahei'; border:none;}
textarea{ resize:none;outline:none;}
label{ margin-bottom:0; font-weight:normal;}
input,select,textarea{ margin:0; padding:0; border:0; outline:none;
 -moz-border-radius:0px; 
 -webkit-border-radius:0; 
 -khtml-border-radius:0;
 border-radius:0;
}
/*********************************************************************重置***********************************************************************/

.pz_top{ width:100%; z-index:101; position:fixed; left:0; top:0; background: #fff;}
.pz_banner{ float:left; width:100%; position:relative; z-index:5;}
.pz_menu{ float:left; width:100%; position:relative; z-index:99; background:#dc6b10;}
.pz_main{ float:left; width:100%; overflow:hidden;}
.pz_down{ float:left; width:100%; background:url(images/zbg2.jpg) no-repeat center center; background-size:cover;}

/*首页*/
.top{ height:70px; width:100%; float:left;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.pz_70{ width:100%; height:70px; float:left;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.top .logo{ float:left; margin-top:20px;}
.top .topr{ float:right;}
.search{ height:34px; float:left; margin-top:20px; overflow:hidden; position:relative; cursor:pointer;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.search .search_k{ width:0; height:34px; float:left; line-height:34px; background:none; font-size:14px; color:#333 !important; border-bottom:solid 2px #333;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.search .search_b{ width:34px; height:34px; float:left; background:url(images/search.png) no-repeat center center; background-size:contain; cursor:pointer;}
.search .search_i{ width:34px; height:34px; position:absolute; left:0; top:0; cursor:pointer;}
.search.on .search_i{ display:none;}
.search.on .search_k{ width:100px; padding-left:10px;}

.login{ float:right; margin:20px -9px 0 14px; position:relative;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.login a{ display:block; width:34px; height:34px; background:url(images/login.png) no-repeat center center; background-size:contain;}
.login svg{ display:block; width:1px; height:12px; background:#cbaf61; position:absolute; left:-9px; top:50%; margin-top:-6px;}
.login:hover a{ transform:rotateY(180deg);}

.menu{ z-index:99; float: left;}
.menu > ul{ float:left; position:relative;}
.menu ul .nli{ float:left;z-index:99; position:relative; width:96px; height: 70px;}
.menu ul .nli svg{ display:block; width:1px; height:12px; background:#cbaf61; position:absolute; left:0; top:50%; margin-top:-6px;}
.menu ul .nli span a{ display:block; float:left; width:100%; height:70px; line-height:70px; color:#3e3a39; font-size:14px;text-align:center; position:relative;}
.menu ul .nli span a:before{ content:''; width:0; height:2px; background:#cbaf61; position:absolute; left:50%; bottom:0;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
}
.menu ul .nli.on span a:before,
.menu ul .nli:hover span a:before{ width:56px; margin-left:-28px;}
.menu ul .nli.on span a,
.menu ul .nli:hover span a{ color:#cbaf61;}

.top.on{ height:50px; box-shadow:0 3px 5px rgba(0,0,0,0.2);}
.top.on_1{ box-shadow:0 3px 5px rgba(0,0,0,0.2);}
.pz_70.on{ height:50px;}
.top.on .logo{ margin-top:10px;}
.top.on .menu ul .nli{ height: 50px;}
.top.on .menu ul .nli span a{ height:50px; line-height:50px;}
.top.on .search{ margin-top:10px;}
.top.on .login{ margin-top:10px;}

/*下拉菜单（漂浮在menu .nli上）*/
.sub { z-index:21;  position:absolute; display: none; left:0; width:160px;background:url(images/zbg1.png);  top:100% !important; text-align: left; left: 0; margin-top: -2px; text-align: center; border-top:solid 2px #cbaf61;}
.sub .l2{ width:100%; float: left; position: relative; border-top:dashed 1px #cbaf61; margin-top:-2px;}
.sub .l2 .l2_a{ line-height: 52px;  width:100%;  display:block;  float:left;  color:#fff;font-size: 14px;}
.sub .l2:hover .l2_a { color:#cbaf61;}
.sub .ul2 { float:left;  position:absolute; left:96%; top:20px; display:none;  margin:0px;  width:185px; padding:17px 30px 16px 25px;  overflow:hidden; background:url(images/bg_8.png); border-top:solid 2px black; box-shadow:0 3px 16px rgba(0,0,0,0.15);}
.sub .ul2 .l3{ float:left;  position:static;  padding:0; margin:0; width: 100%; height: 40px; line-height:40px; float:left; font-size:14px; color:#333; text-align:left;}
.sub .ul2 .l3 .l3_a{ padding:0px; line-height: 40px;  width:100%;  display:block;  float:left;  color:#333333; background-position:left center;}
.sub .ul2 .l3:hover .l3_a { color:#082b8f; width:165px; padding-left:20px; background:url(images/ico_2_1.png) no-repeat left center;}

.menuph{ float:right; margin-top: 16px; cursor: pointer;  width: 26px;  height: 32px; text-align: center; display: none;}
.menuph .point {  display: inline-block;  width: 26px;  height: 3px;  position: relative;}
.menuph .navbtn {  position: absolute;  top: 0px;  right: 0;  display: inline-block;  width: 18px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #cbaf61;}
.menuph .navbtn::after,
.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 26px;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #cbaf61;}
.menuph .navbtn::after { top:-9px;}
.menuph .navbtn::before { top:9px;}
.menuph .point.active .navbtn{  background: transparent;  }
.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }

.pf_menu{ position:fixed; width:100%; height:auto; overflow-y:auto; right:0px; top:0px; z-index:60; display:block; padding:50px 0 0 0; box-shadow:0 5px 5px rgba(0,0,0,0.15); z-index: 98; background: white;}
.ph_menu{ float:left; width:100%; text-align:left;}
.nav_box{ text-align:left;}
.ph_menu .nli{ float:left; width:100%; border-bottom:solid 1px #f3d379; position:relative;}
.ph_menu .nli span{ float:left; width:100%;}
.ph_menu .nli .l1_a{ float:left; width:100%; color:#cbaf61; font-size:14px; line-height:48px; white-space:nowrap; font-weight: bold; position: relative; letter-spacing: 1px; padding:0 10px;}
.ph_menu .nli svg{ display:block; background:url(images/top1.png) no-repeat center center; width:7px; height:48px; background-size:contain; position:absolute; right:10px; top:0;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ph_menu .nli.on svg{ background-image:url(images/top1_h.png); transform:rotate(90deg);}
.ph_menu .nli.on .l1_a:before,.ph_menu .nli:hover .l1_a:before{ margin-left: -75px;}
.ph_menu .nli.on .l1_a:after,.ph_menu .nli:hover .l1_a:after{ margin-right: -75px;}
.ph_menu .nli .l2_ul{ display:none; height:auto; float:left; width:100%; padding: 10px 30px;}
.ph_menu .nli .l2_ul li a{ line-height:32px; font-size:14px; color:#666;}
.pz_menu.on{ box-shadow: 0 3px 6px rgba(0,0,0,0.10);}

@media screen and (max-width: 991px) {
.menuph{ display: block;}
.menu{ display: none;}
.top{ height:50px;}
.pz_70{ height:50px;}
.top .logo{ margin-top:10px;}
.top .menu ul .nli{ height: 50px;}
.top .menu ul .nli span a{ height:50px; line-height:50px;}
.ph_menu{ text-align:center;}
.search{ display:inline-block; *zoom:1; *display:inline; float:none;}
.login{ float:none; display:inline-block; *zoom:1; *display:inline;}
}
@media screen and (max-width: 767px) {
.top{ padding:0 10px;}
.pz_menu{ padding:0 10px;}
.top .logo{ width:48px; margin-top:16px;}
}


.slide_banner{ width:100%; float:left; position:relative; min-height:200px;}
.slide_banner .slick-slide{ width:100%; float: left; position:relative; overflow:hidden;}
.slide_banner .slick-slide img{ width:100%; float: left;transition:1.5s ease-in-out;transform:scale(1.2);}
.slide_banner .slick-slide.slick-current img{transform:scale(1);}
.slide_banner .slick-dots {
	position: absolute;
	bottom: 30px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.slide_banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
	border:solid 2px white;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.slide_banner .slick-dots li.slick-active{
	background:white;
}
@media screen and (max-width: 991px) {
.slide_banner .slick-dots { bottom: 10px;}
.slide_banner .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;}
}

.elli{ white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}

/*footer*/
.footer{ width:100%; float:left; padding:78px 0 48px 0;}
.footer ul{ width:100%; float:left;}
.footer li{ width:20%; float:left; height:130px; border-right:solid 1px #3d3d3d;}
.footer li.last{ border-right:0;}
.footer li dl{ width:100%; float:left; padding-left:30%;}
.footer li dl dt{ width:100%; float:left; font-size:16px; color:white; line-height:31px; margin-bottom:22px;}
.footer li dl dd{ width:100%; float:left;}
.footer li dl dd a{ width:100%; float:left; font-size:14px; color:white; line-height:31px;}
.footer li dl dd a:hover{ color:#cbaf61;}
.down{ width:100%; float:left; border-top:solid 1px #3d3d3d; padding:25px 0 26px 0; text-align:center; font-size:14px; color:white; line-height:32px;}
.down img{ vertical-align:middle; margin:-3px 9px 0 0;}
.down a{ display:inline-block; *zoom:1; *display:inline; margin:0 0 0 42px; color:white;}
@media screen and (max-width: 1199px) {
.footer li dl{ padding-left:20%;}
}
@media screen and (max-width: 991px) {
.footer{ padding:48px 0 28px 0;}
.footer li dl{ padding-left:20%;}
}
@media screen and (max-width: 767px) {
.footer{ display:none;}
.down{ border-top:0; padding:15px 10px 16px 10px; font-size:12px; line-height:22px;}
.down img{ margin:-2px 5px 0 0; width:14px;}
.down span{ margin-left:16px;}
}


.c_0100_1{ padding:66px 0 86px 0;}
.tit_1{ width:100%; float:left; text-align:center; position:relative;}
.tit_1 span{ display:inline-block; *zoom:1; *display:inline; width:310px; line-height:50px; font-size:36px; padding-bottom:32px; border-bottom:solid 1px #cbaf61;}
.tit_1_s span{ font-size:30px;}
.tit_1 svg{ display:block; background:url(images/zico1.png) no-repeat center center; width:31px; height:27px; position:absolute; left:50%; bottom:-15px; margin-left:-15px; background-size:contain;}
.ul_1{ width:100%; float:left; text-align:center; margin-top:80px;}
.ul_1 li{ display:inline-block; *zoom:1; *display:inline; vertical-align:top; width:177px; margin:0 55px;}
.ul_1 li .imgbox{ width:177px; height:205px; position:relative; background:url(images/zico2.png) no-repeat center center; background-size:contain;}
.ul_1 li:hover .imgbox{animation:mymoved 250s infinite;-webkit-animation:mymoved 250s infinite;}
@keyframes mymoved
{
from { transform:rotate(0deg);}
to {transform:rotate(3600deg);}
}
@-moz-keyframes mymoved /* Firefox */
{
from { transform:rotate(0deg);}
to {transform:rotate(3600deg);}
}
@-o-keyframes mymoved /* Opera */
{
from { transform:rotate(0deg);}
to {transform:rotate(3600deg);}
}
@-webkit-keyframes mymoved /*Safari and Chrome*/
{
from { transform:rotate(0deg);}
to {transform:rotate(3600deg);}
}
.ul_1 li .imgbox .bian{ background:url(images/zico3.png) no-repeat center center; width:176px; height:153px; position:absolute; top:0; left:0; background-size:contain;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li .imgbox .img{position:absolute; left:0; top:0;overflow:hidden;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_1 li h5{ width:100%; float:left; margin-top:24px; font-size:20px; color:black; line-height:28px;}
.ul_1 li:hover h5{ color:#cbaf61;}
.ul_1 li.l1 .imgbox .img{ width:176px; height:153px; top:20px;}
.ul_1 li.l2 .imgbox .bian{ top:13px; left:auto; right:0; width:152px; height:175px; background-image:url(images/zico3_1.png);}
.ul_1 li.l2 .imgbox .img{ width:152px; height:175px; top:13px;}
.ul_1 li.l3 .imgbox .bian{ top:13px; width:152px; height:175px; background-image:url(images/zico3_1.png); transform:rotate(180deg); left:0;}
.ul_1 li.l3 .imgbox .img{ top:13px; left:auto; right:0;}
.ul_1 li.l4 .imgbox .img{ width:175px; height:152px; top:31px;}
.ul_1 li.l4 .imgbox .bian{ transform:rotate(180deg); top:auto; bottom:0;}
.ul_1 li.l1:hover .imgbox .bian{animation:mymove 80s infinite;-webkit-animation:mymove 80s infinite;
transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);	
-webkit-transform: scale(1.3,1.3);
	 -o-transform: scale(1.3,1.3);	
   -moz-transform: scale(1.3,1.3);}
@keyframes mymove
{
from { transform:rotate(0deg);}
to {transform:rotate(-3600deg);}
}
@-moz-keyframes mymove /* Firefox */
{
from { transform:rotate(0deg);}
to {transform:rotate(-3600deg);}
}
@-o-keyframes mymove /* Opera */
{
from { transform:rotate(0deg);}
to {transform:rotate(-3600deg);}
}
@-webkit-keyframes mymove /*Safari and Chrome*/
{
from { transform:rotate(0deg);}
to {transform:rotate(-3600deg);}
}
.ul_1 li.l1:hover .imgbox .img{ top:0;}
.ul_1 li.l2:hover .imgbox .bian{animation:mymovea 80s infinite;-webkit-animation:mymovea 80s infinite;
transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);	
-webkit-transform: scale(1.3,1.3);
	 -o-transform: scale(1.3,1.3);	
   -moz-transform: scale(1.3,1.3);}
@keyframes mymovea
{
from { transform:rotate(0deg);}
to {transform:rotate(-3600deg);}
}
@-moz-keyframes mymovea /* Firefox */
{
from { transform:rotate(0deg);}
to {transform:rotate(-3600deg);}
}
@-o-keyframes mymovea /* Opera */
{
from { transform:rotate(0deg);}
to {transform:rotate(-3600deg);}
}
@-webkit-keyframes mymovea /*Safari and Chrome*/
{
from { transform:rotate(0deg);}
to {transform:rotate(-3600deg);}
}
.ul_1 li.l2:hover .imgbox .img{ left:23px;}
.ul_1 li.l3:hover .imgbox .bian{animation:mymoveb 80s infinite;-webkit-animation:mymoveb 80s infinite;
transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);	
-webkit-transform: scale(1.3,1.3);
	 -o-transform: scale(1.3,1.3);	
   -moz-transform: scale(1.3,1.3);}
@keyframes mymoveb
{
from { transform:rotate(-180deg);}
to {transform:rotate(-3600deg);}
}
@-moz-keyframes mymoveb /* Firefox */
{
from { transform:rotate(-180deg);}
to {transform:rotate(-3600deg);}
}
@-o-keyframes mymoveb /* Opera */
{
from { transform:rotate(-180deg);}
to {transform:rotate(-3600deg);}
}
@-webkit-keyframes mymoveb /*Safari and Chrome*/
{
from { transform:rotate(-180deg);}
to {transform:rotate(-3600deg);}
}
.ul_1 li.l3:hover .imgbox .img{ right:23px;}
.ul_1 li.l4:hover .imgbox .bian{animation:mymovec 80s infinite;-webkit-animation:mymovec 80s infinite;
transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);	
-webkit-transform: scale(1.3,1.3);
	 -o-transform: scale(1.3,1.3);	
   -moz-transform: scale(1.3,1.3);}
@keyframes mymovec
{
from { transform:rotate(-180deg);}
to {transform:rotate(-3600deg);}
}
@-moz-keyframes mymovec /* Firefox */
{
from { transform:rotate(-180deg);}
to {transform:rotate(-3600deg);}
}
@-o-keyframes mymovec /* Opera */
{
from { transform:rotate(-180deg);}
to {transform:rotate(-3600deg);}
}
@-webkit-keyframes mymovec /*Safari and Chrome*/
{
from { transform:rotate(-180deg);}
to {transform:rotate(-3600deg);}
}
.ul_1 li.l4:hover .imgbox .img{ top:50px;}
@media screen and (max-width: 1199px) {
.ul_1 li{ margin:0 25px;}
}
@media screen and (max-width: 991px) {
.c_0100_1{ padding:36px 0 46px 0;}
.tit_1 span{ width:260px; line-height:40px; font-size:30px; padding-bottom:26px;}
.tit_1_s span{ font-size:24px;}
.tit_1 svg{ width:26px; height:20px; bottom:-10px; margin-left:-13px;}
.ul_1{ margin-top:50px;}
.ul_1 li .imgbox{ width:130px; height:150px;}
.ul_1 li{ margin:0 15px; width:140px;}
.ul_1 li .imgbox .bian{ width:130px; height:110px;}
.ul_1 li h5{ margin-top:18px; font-size:16px; line-height:22px;}
.ul_1 li.l1 .imgbox .img{ width:130px; height:110px; top:15px;}
.ul_1 li.l2 .imgbox .bian{ top:12px; width:110px; height:130px;}
.ul_1 li.l2 .imgbox .img,.ul_1 li.l3 .imgbox .img{ width:110px; height:130px; top:14px;}
.ul_1 li.l3 .imgbox .bian{ top:12px; width:110px; height:130px;}
.ul_1 li.l4 .imgbox .img{ width:130px; height:112px; top:18px;}
.ul_1 li.l4:hover .imgbox .img{ top:36px;}
}
@media screen and (max-width: 767px) {
.c_0100_1{ padding:26px 10px 36px 10px;}
.tit_1 span{ width:200px; line-height:30px; font-size:20px; padding-bottom:20px;}
.tit_1_s span{ font-size:18px;}
.tit_1 svg{ width:20px; height:16px; bottom:-8px; margin-left:-10px;}
.ul_1{ margin-top:30px;}
.ul_1 li{ margin: 5px;}
.ul_1 li h5{ margin-top:10px; font-size:14px; line-height:20px;}
}

.c_0100_2{ padding:70px 0 86px 0; background:#f5f5f5;}
.ul_2{ width:100%; float:left; margin-top:105px;}
.ul_2 li{ width:25%; float:left; position:relative;}
.ul_2 li img{ width:100%; float:left;}
.ul_2 li .mb{ width:100%; height:100%; position:absolute; background:url(images/zbg3.png); left:0; top:0; text-align:center; opacity:0;}
.ul_2 li .mb .tab{ background:url(images/zico4.png) no-repeat center center; width:29px; height:29px; position:absolute; left:50%; top:50%; margin-left:-15px; margin-top:-37px;}
.ul_2 li .mb h5{ width:100%; height:24px; font-size:20px; line-height:24px; color:balck; position:absolute; left:0; top:50%; margin-top:6px;}
.c_0100_2 .more{ width:100%; float:left; text-align:center; margin-top:80px;}
.c_0100_2 .more a{ display:inline-block; *zoom:1; *display:inline; width:163px; height:45px; line-height:41px; border:solid 2px #cbaf61; font-size:14px; color:#898989;}
.c_0100_2 .more a:hover{ color:white; background:#cbaf61;}
@media screen and (max-width: 1199px) {
.ul_2{ margin-top:85px;}
.ul_2 li .mb h5{ font-size:18px;}
}
@media screen and (max-width: 991px) {
.c_0100_2{ padding:30px 0 46px 0;}
.ul_2{ margin-top:45px;}
.ul_2 li .mb .tab{ width:22px; height:22px; margin-left:-11px; background-size:contain; margin-top:-30px;}
.c_0100_2 .more{ margin-top:40px;}
.c_0100_2 .more a{ width:143px; height:40px; line-height:36px;}
}
@media screen and (max-width: 767px) {
.c_0100_2{ padding:20px 0 36px 0px;}
.ul_2{ margin-top:25px;}
.ul_2 li{ width:50%;}
.ul_2 li .mb .tab{ width:18px; height:18px; margin-left:-9px; margin-top:-24px;}
.c_0100_2 .more{ margin-top:20px;}
.c_0100_2 .more a{ width:123px; height:36px; line-height:32px; font-size:12px;}
.ul_2 li .mb h5{ font-size:16px; line-height:22px; margin-top:4px;}
}

.c_0100_3{ background:url(images/zbg4.jpg) no-repeat center center; background-size:cover; position:relative; background-attachment: fixed; text-align:center; height:460px;}
.c_0100_3 .mb{ width:100%; height:100%; background:black; opacity:0.4; position:absolute; left:0; top:0;}
.c_0100_3 h4{ width:100%; position:absolute; left:0; top:50%; margin-top:-77px; font-size:36px; color:#fff; line-height:42px;}
.c_0100_3 .p{ width:100%; position:absolute; left:0; top:50%; margin-top:-16px; font-size:16px; color:#fff; line-height:31px; font-style:oblique;}
@media screen and (max-width: 991px) {
.c_0100_3{ height:360px;}
.c_0100_3 h4{ margin-top:-57px; font-size:26px; line-height:32px;}
.c_0100_3 .p{ margin-top:-10px; font-size:14px; line-height:26px;}
}
@media screen and (max-width: 767px) {
.c_0100_3{ height:260px;}
.c_0100_3 h4{ margin-top:-47px; font-size:20px; line-height:26px; padding:0 10px;}
.c_0100_3 .p{ line-height:22px; padding:0 10px; font-size:12px; letter-spacing:1px;}
}

.c_0100_4{ padding:96px 0 54px 0; background:#252531;}
.c_0100_4 .slideTxtBox{ width:100%; float:left;}
.c_0100_4 .slideTxtBox .hd{ width:324px; height:310px; border-right:solid 2px #5d5d66; padding-left:116px; float:left;}
.c_0100_4 .slideTxtBox .hd ul{ width:100%; float:left; margin-top:-3px;}
.c_0100_4 .slideTxtBox .hd ul li{ width:100%; float:left; margin-top:20px; font-size:16px; color:white; line-height:51px; padding-right:18px; position:relative;}
.c_0100_4 .slideTxtBox .hd ul li img{ float:right;}
.c_0100_4 .slideTxtBox .hd ul li .img_2{ display:none;}
.c_0100_4 .slideTxtBox .hd ul li.on .img_1{ display:none;}
.c_0100_4 .slideTxtBox .hd ul li.on .img_2{ display:block;}
.c_0100_4 .slideTxtBox .hd ul li.on{ color:#cbaf61;}
.c_0100_4 .slideTxtBox .hd ul li svg{ display:block; width:2px; height:0; position:absolute; right:-2px; top:50%; background:#cbaf61;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.c_0100_4 .slideTxtBox .hd ul li.on svg{ height:100%; top:0;}
.c_0100_4 .slideTxtBox .tempWrap{ margin-left:453px;}
.c_0100_4 .slideTxtBox .bd ul{ width:100%; float:left;}
.c_0100_4 .slideTxtBox .bd ul .img{ width:248px; height:248px; float:left; margin-top:10px; overflow:hidden;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.c_0100_4 .slideTxtBox .bd ul .text{ margin-left:305px;}
.c_0100_4 .slideTxtBox .bd ul .text .title{ width:100%; float:left; border-bottom:solid 2px #cbaf61; position:relative; padding-bottom:17px; font-size:36px; color:white; line-height:48px;}
.c_0100_4 .slideTxtBox .bd ul .text .title svg{ display:block; background:url(images/zico1.png) no-repeat center center; width:31px; height:27px; position:absolute; left:21px; bottom:-16px; background-size:contain;}
.c_0100_4 .slideTxtBox .bd ul .text .p{ width:100%; float:left; margin-top:19px; font-size:16px; color:white; line-height:31px; text-indent:2em; height:93px; overflow:hidden;}
.c_0100_4 .slideTxtBox .bd ul .text .more{ width:100%; float:left; margin-top:24px;}
.c_0100_4 .slideTxtBox .bd ul .text .more a{ display:block; float:left; width:163px; height:45px; line-height:41px; text-align:center; border:solid 2px #cbaf61; font-size:14px; color:#898989;}
.c_0100_4 .slideTxtBox .bd ul .text .more a:hover{ color:white; background:#cbaf61;}
@media screen and (max-width: 1199px) {
.c_0100_4 .slideTxtBox .hd{ width:224px; padding-left:0;}
.c_0100_4 .slideTxtBox .tempWrap{ margin-left:263px;}
.c_0100_4 .slideTxtBox .bd ul .text{ margin-left:285px;}
}
@media screen and (max-width: 991px) {
.c_0100_4{ padding:76px 0 34px 0;}
.c_0100_4 .slideTxtBox .hd{ width:174px; height:240px;}
.c_0100_4 .slideTxtBox .hd ul{ margin-top:0px;}
.c_0100_4 .slideTxtBox .hd ul li{ margin-top:10px; line-height:41px; padding-right:10px;}
.c_0100_4 .slideTxtBox .hd ul li img{ width:41px;}
.c_0100_4 .slideTxtBox .tempWrap{ margin-left:203px;}
.c_0100_4 .slideTxtBox .bd ul .img{ width:188px; height:188px; margin-top:20px;}
.c_0100_4 .slideTxtBox .bd ul .text{ margin-left:215px; margin-top:10px;}
.c_0100_4 .slideTxtBox .bd ul .text .title{ padding-bottom:10px; font-size:28px; line-height:38px;}
.c_0100_4 .slideTxtBox .bd ul .text .title svg{ width:26px; height:20px; bottom:-10px; margin-left:-13px;}
.c_0100_4 .slideTxtBox .bd ul .text .p{ margin-top:12px; font-size:14px; line-height:27px; height:81px;}
.c_0100_4 .slideTxtBox .bd ul .text .more{ margin-top:14px;}
.c_0100_4 .slideTxtBox .bd ul .text .more a{ width:143px; height:40px; line-height:36px;}
}
@media screen and (max-width: 767px) {
.c_0100_4{ padding:36px 10px 14px 10px;}
.c_0100_4 .slideTxtBox .bd ul .img{ width:108px; height:108px; float:none; margin:auto;}
.c_0100_4 .slideTxtBox .bd ul .text{ margin-left:0; width:100%;}
.c_0100_4 .slideTxtBox .hd{ width:100px;}
.c_0100_4 .slideTxtBox .tempWrap{ margin-left:110px;}
.c_0100_4 .slideTxtBox .hd ul li{ padding-right:3px; font-size:12px;}
.c_0100_4 .slideTxtBox .hd ul li img{ width:31px; margin-top:5px;}
.c_0100_4 .slideTxtBox .bd ul .text .title{ font-size:20px; line-height:30px;}
.c_0100_4 .slideTxtBox .bd ul .text .title svg{ width:20px; height:16px; bottom:-8px;}
.c_0100_4 .slideTxtBox .bd ul .text .p{ margin-top:8px; font-size:12px; line-height:23px; height:69px;}
.c_0100_4 .slideTxtBox .bd ul .text .more{ margin-top:10px;}
.c_0100_4 .slideTxtBox .bd ul .text .more a{ width:123px; height:36px; line-height:32px; font-size:12px;}
}

.c_0100_5{ width:100%; float:left; padding:84px 0 108px 0;}
.slide_pic_1{ width:100%; float:left; margin-top:78px; padding-top:66px; position:relative;}
.slide_pic_1 .li_hp{ width:100%; float:left; padding:63px 10px 36px 10px; background:#f5f5f5; text-align:center; position:relative; overflow:hidden; margin-top:1px;}
.slide_pic_1 .li_hp img{ width:1200px; height:280px; position:absolute; left:50%; top:50%; margin:-140px 0 0 -600px; max-width:none; opacity:0; z-index:1;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slide_pic_1 .li_hp .mb{ width:100%; height:100%; background:black; left:0; top:0; position:absolute; opacity:0; z-index:2;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slide_pic_1 .li_hp .time{ width:100%; float:left; position:relative; z-index:3;}
.slide_pic_1 .li_hp .time span{ display:inline-block; *zoom:1; *display:inline; width:163px; height:45px; line-height:45px; background:#c6ab60; color:white; font-size:14px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slide_pic_1 .li_hp .title{ width:100%; float:left; margin-top:25px; font-size:24px; color:black; line-height:30px; position:relative; z-index:3;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slide_pic_1 .li_hp .p{ width:100%; float:left; margin-top:18px; font-size:18px; color:#898989; line-height:26px; position:relative; z-index:3;-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slide_pic_1 .li_hp .span{ width:100%; float:left; margin-top:11px; font-size:12px; color:#a4a4a4; line-height:26px; text-transform:uppercase; position:relative; z-index:3;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slide_pic_1 .li_hp .span span{ display:inline-block; *zoom:1; *display:inline; margin:0 17px; padding-left:26px; background-position:left center; background-size:contain; background-repeat:no-repeat;}
.slide_pic_1 .li_hp .span .span1{ background-image:url(images/zico6_1.png);}
.slide_pic_1 .li_hp .span .span2{ background-image:url(images/zico6_2.png);}
.slide_pic_1 .li_hp:hover .span .span1{ background-image:url(images/zico6_1_h.png);}
.slide_pic_1 .li_hp:hover .span .span2{ background-image:url(images/zico6_2_h.png);}
.slide_pic_1 .li_hp:hover img{ opacity:1;}
.slide_pic_1 .li_hp:hover .mb{ opacity:0.4;}
.slide_pic_1 .li_hp:hover .title,.slide_pic_1 .li_hp:hover .p,.slide_pic_1 .li_hp:hover .span span{ color:white;}
.slide_pic_1 .slick-dots {
	position: absolute;
	bottom: auto;
	top:0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.slide_pic_1 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	background:black;
}
.slide_pic_1 .slick-dots li.slick-active{
	background:#c6ab60;
}
@media screen and (max-width: 991px) {
.c_0100_5{ padding:44px 0 58px 0;}
.slide_pic_1{ margin-top:48px; padding-top:36px;}
.slide_pic_1 .li_hp{ padding:33px 10px 16px 10px;}
.slide_pic_1 .li_hp img{ width:857px; height:200px; margin:-100px 0 0 -428px;}
.slide_pic_1 .li_hp .time span{ width:123px; height:40px; line-height:40px;}
.slide_pic_1 .li_hp .title{ margin-top:15px; font-size:18px; line-height:26px;}
.slide_pic_1 .li_hp .p{ margin-top:10px; font-size:14px; line-height:20px;}
.slide_pic_1 .li_hp .span{ margin-top:6px;}
.slide_pic_1 .li_hp .span span{ margin:0 12px;}
}
@media screen and (max-width: 767px) {
.c_0100_5{ padding:24px 0 0 0;}
.slide_pic_1{ margin-top:28px; padding-top:16px;}
.slide_pic_1 .slick-dots li {width: 8px;height: 8px;margin: 0 4px;}
.slide_pic_1 .li_hp{ padding:23px 10px 16px 10px;}
.slide_pic_1 .li_hp img{ width:771px; height:180px; margin:-90px 0 0 -380px;}
.slide_pic_1 .li_hp .time span{ width:103px; height:34px; line-height:34px; font-size:12px;}
.slide_pic_1 .li_hp .title{ margin-top:10px; font-size:16px; line-height:24px;}
.slide_pic_1 .li_hp .p{ font-size:12px; line-height:18px;}
.slide_pic_1 .li_hp .span span{ padding-left:22px;}
.slide_pic_1 .li_hp .span{ line-height:22px;}
}

.c_0100_6{ padding:75px 0 85px 0; background:#f5f5f5;}
.slide_pic_2{ width:100%; float:left; margin-top:37px; padding-bottom:61px;}
.slide_pic_2 img,.slide_pic_2 li{ width:100%; float:left;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.slide_pic_2 li:hover img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.slide_pic_2 .slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.slide_pic_2 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	background:black;
	float:none;
}
.slide_pic_2 .slick-dots li.slick-active{
	background:#c6ab60;
}
@media screen and (max-width: 991px) {
.c_0100_6{ padding:45px 0 45px 0;}
.slide_pic_2{ margin-top:27px; padding-bottom:41px;}
}
@media screen and (max-width: 767px) {
.c_0100_6{ padding:25px 0;}
.slide_pic_2{ margin-top:17px; padding-bottom:21px;}
.slide_pic_2 .slick-dots li {width: 8px;height: 8px;margin: 0 4px;}
}

/*内页公用*/
.banner{ width:100%; float:left; height:340px; overflow:hidden; position:relative;}
.banner img{ width:1920px; height:340px; position:absolute; left:50%; top:50%; margin:-170px 0 0 -960px; max-width:none;}
.banner .mb{ width:100%; height:100%; position:absolute; left:0; top:0; background:black; opacity:0.15;}
@media screen and (max-width: 991px) {
.banner{ height:240px; }
.banner img{ width:1355px; height:240px; margin:-120px 0 0 -677px;}
}
@media screen and (max-width: 767px) {
.banner{ height:160px; }
.banner img{ width:904px; height:160px; margin:-80px 0 0 -452px;}
}

.pz_SideLayer{ width:100%; float:left; margin-top:40px; text-align:center;}
.pz_SideLayer li.first{ border-left:0;}
.pz_SideLayer li{ display:inline-block; *zoom:1; *display:inline; overflow:hidden; border-left:solid 1px #cbaf61; vertical-align:top; margin-left:-1.5px;}
.pz_SideLayer li a{ font-size:14px; color:#3e3a39; line-height:35px; padding:0 18px; font-weight:bold;}
.pz_SideLayer li.on a,.pz_SideLayer li:hover a{ color:#cbaf61;}
@media screen and (max-width: 991px) {
.pz_SideLayer{ margin-top:20px;}
}
@media screen and (max-width:767px) {
.pz_SideLayer{ margin-top:10px;}
.pz_SideLayer li a{ font-size:12px; line-height:30px; padding:0 12px;}
}

/*招聘信息*/
.c_1200_1{ width:100%; float:left; padding:74px 0 93px 0;}
.slide_pic_3{ width:100%; float:left; margin-top:75px; padding:0 10px 73px 10px; text-align:center;}
.slide_pic_3 ul{ width:100%; float:left;}
.slide_pic_3 .l1{ width:33.33%; float:left; margin-top:30px;}
.slide_pic_3 .zbox{ display:inline-block; *zoom:1; *display:inline; width:350px; background:white; padding:44px 0 52px 0; box-shadow:0 0 8px rgba(0,0,0,0.1); margin-top:10px; text-align:left;}
.slide_pic_3 .zbox .name{ width:100%; float:left; font-size:24px; color:black; line-height:32px; padding:0 30px;}
.slide_pic_3 .zbox .pepole{ width:100%; float:left; line-height:32px; padding:0 30px; margin-top:28px; background:#cbaf61; font-size:24px; color:white; line-height:45px;}
.slide_pic_3 .zbox .dl{ width:100%; float:left; padding:0 30px 0 34px; margin-top:28px;}
.slide_pic_3 .zbox .dl .dd{ width:100%; float:left; padding:4px 0; border-top:solid 1px #eee; font-size:13px; color:#898989; line-height:31px;}
.slide_pic_3 .zbox .dl .dd.d1{ padding:16px 0 18px 0; border-bottom:solid 1px #eee;}
.slide_pic_3 .zbox .Join{ width:100%; float:left; margin-top:36px;}
.slide_pic_3 .zbox .Join a{ display:block; float:left; margin-left:34px; width:110px; height:35px; line-height:35px; background:#cbaf61; font-size:18px; color:white; text-align:center;}
.slide_pic_3 .zbox:hover .Join a{ background:#f4ca56;}
.slide_pic_3 .zbox:hover .pepole{ background:#f4ca56;}
.slide_pic_3 .slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.slide_pic_3 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	background:black;
}
.slide_pic_3 .slick-dots li.slick-active{
	background:#c6ab60;
}
@media screen and (max-width: 1199px) {
.c_1200_1{ padding:44px 0 53px 0;}
.slide_pic_3{ margin-top:45px; padding:0 10px 53px 10px;}
.slide_pic_3 .zbox{ width:300px; padding:24px 0 32px 0;}
}
@media screen and (max-width: 991px) {
.c_1200_1{ padding:44px 0 53px 0;}
.slide_pic_3{ margin-top:25px; padding:0 10px 33px 10px;}
.slide_pic_3 .zbox .name{ font-size:18px; line-height:26px;}
.slide_pic_3 .zbox .pepole{ font-size:18px; line-height:26px; margin-top:20px; line-height:40px;}
.slide_pic_3 .zbox .dl{ padding:0 30px; margin-top:20px;}
.slide_pic_3 .zbox .dl .dd{ line-height:27px; font-size:13px;}
.slide_pic_3 .zbox .dl .dd.d1{ padding:10px 0 12px 0;}
.slide_pic_3 .zbox .Join{ margin-top:26px;}
.slide_pic_3 .zbox .Join a{ margin-left:30px; width:100px; height:30px; line-height:30px; font-size:16px;}
}
@media screen and (max-width: 767px) {
.c_1200_1{ padding:24px 0 33px 0;}
.slide_pic_3 .zbox{ width:240px;}
.slide_pic_3 .slick-dots li {width: 8px;height: 8px;margin: 0 4px;}
.slide_pic_3 .zbox .name,.slide_pic_3 .zbox .pepole,.slide_pic_3 .zbox .dl{ padding:0 20px;}
.slide_pic_3 .zbox .Join a{ margin-left:20px;}
.slide_pic_3{ margin-top:15px;}
.slide_pic_3 .zbox .dl .dd{ line-height:23px; font-size:13px;}
}
@media screen and (max-width:480px) {
.slide_pic_3{ padding:0 0 33px 0;}
.slide_pic_3 .zbox{ width:300px;}
}

/*品牌案例*/
.c_0100_7{ padding:70px 0 96px 0;}
.more1{ width:100%; float:left; text-align:center;}
.more1.on{ display:none !important;}
.c_0100_7 ul{ margin-top:49px;}
@media screen and (max-width: 991px) {
.c_0100_7{ padding:30px 0 46px 0;}
.c_0100_7 ul{ margin-top:29px;}
}
@media screen and (max-width: 767px) {
.c_0100_7{ padding:20px 0 36px 0;}
.c_0100_7 ul{ margin-top:19px;}
}


/*案例内页*/
.c_1200_2{ width:100%; float:left; padding:70px 0 100px 0;}
.c_1200_2 .text{ width:100%; float:left; margin-top:86px; padding-bottom:17px; border-bottom:solid 1px #c9c9c9;}
.c_1200_2 .text .img,.c_1200_2 .text .img img{ width:100%; float:left;}
.c_1200_2 .text .p{ width:100%; float:left; margin-top:20px; font-size:18px; color:#898989; line-height:31px; text-indent:2em;}
.c_1200_2 .text .return{ width:100%; float:left; margin-top:30px;}
.c_1200_2 .text .return a{ display:block; float:right; font-size:18px; color:#b2b2b2; line-height:28px;}
.c_1200_2 .text .return a span{ display:block; float:right; margin-left:22px; padding-left:15px; border-left:solid 1px #b2b2b2; background:url(images/zbtn1.jpg) no-repeat center center; height:28px; width:58px; background-size:contain;}
.c_1200_2 .text .return a:hover{ color:#cbaf61;}
.c_1200_2 .text .return a:hover span{ background-image:url(images/zbtn1_h.jpg);}
@media screen and (max-width: 991px) {
.c_1200_2{ padding:30px 0 50px 0;}
.c_1200_2 .text{ margin-top:46px; padding-bottom:10px;}
.c_1200_2 .text .p{ margin-top:16px; font-size:16px; line-height:27px;}
.c_1200_2 .text .return{ margin-top:20px;}
.c_1200_2 .text .return a{ font-size:14px; line-height:22px;}
.c_1200_2 .text .return a span{ margin-left:12px; padding-left:10px; height:22px; width:38px;}
}
@media screen and (max-width: 767px) {
.c_1200_2{ padding:20px 10px 30px 10px;}
.c_1200_2 .text{ margin-top:26px; padding-bottom:6px;}
.c_1200_2 .text .p{ margin-top:12px; font-size:14px; line-height:23px;}
}


/*产品详情*/
.c_1200_2 .text .content1{ width:100%; float:left; background:#cbaf61;}
.c_1200_2 .text .content1 .img_1{ width:50%; float:left;}
.c_1200_2 .text .content1 .img_1 img{ width:100%; float:left;}
.c_1200_2 .text .content1 .c_600{ width:50%; padding:81px 60px 0 116px; float:left;}
.c_1200_2 .text .content1 .c_600 h4{ width:100%; float:left; font-size:30px; color:white; line-height:34px;}
.c_1200_2 .text .content1 .c_600 .dl{ width:100%; float:left; margin-top:20px; padding-left:36px;}
.c_1200_2 .text .content1 .c_600 .dl .dt{ width:100%; float:left; font-size:24px; color:white; line-height:31px; position:relative;}
.c_1200_2 .text .content1 .c_600 .dl .dt svg{ display:block; background:url(images/zico7.png) no-repeat center center; width:21px; height:25px; position:absolute; left:-36px; top:4px; background-size:contain;}
.c_1200_2 .text .content1 .c_600 .dl .dd{ width:100%; float:left; font-size:18px; color:white; line-height:30px;}
@media screen and (max-width: 1199px) {
.c_1200_2 .text .content1 .c_600{ padding:21px 60px 0 66px;}
}
@media screen and (max-width: 991px) {
.c_1200_2 .text .content1 .c_600{ padding:21px 30px 0 36px;}
.c_1200_2 .text .content1 .c_600 h4{ font-size:20px; line-height:24px;}
.c_1200_2 .text .content1 .c_600 .dl{ margin-top:10px; padding-left:26px;}
.c_1200_2 .text .content1 .c_600 .dl .dt{ font-size:18px; line-height:26px;}
.c_1200_2 .text .content1 .c_600 .dl .dt svg{ width:16px; height:20px; left:-26px; top:3px;}
.c_1200_2 .text .content1 .c_600 .dl .dd{ font-size:14px; line-height:22px;}
}
@media screen and (max-width: 480px) {
.c_1200_2 .text .content1 .img_1{ width:100%;}
.c_1200_2 .text .content1 .c_600{ width:100%; padding:21px 20px 20px 26px;}
}


/*产品详情页*/
.c_1200_3{ padding:0 0 68px 0; background:none; width:100%; float:left; margin-top:-50px;}
.c_1200_3 .ul_2{ margin-top:48px;}
.c_1200_3 .ul_2 li{ padding:0 15px; margin-top:30px;}
.c_1200_3 .ul_2 li .zbox{ width:100%; float:left; position:relative;}
@media screen and (max-width: 991px) {
.c_1200_3{ padding:0 0 38px 0; margin-top:-20px;}
.c_1200_3 .ul_2{ margin-top:18px;}
}
@media screen and (max-width: 767px) {
.c_1200_3{ padding:0 20px 38px 20px; margin-top:0px;}
.c_1200_3 .ul_2 li{ padding:0 5px; margin-top:10px;}
}


/*产品中心*/
.c_0100_8{ padding:70px 10px; text-align:center;}
.c_0100_8 .p{ width:100%; float:left; margin-top:36px; font-size:18px; color:#898989; line-height:32px;}
.zbg_1{ background:#f8f8f8; padding-bottom:56px;}
@media screen and (max-width: 991px) {
.c_0100_8{ padding:40px 10px;}
.c_0100_8 .p{ margin-top:26px; font-size:16px; line-height:26px;}
.zbg_1{ padding-bottom:36px;}
}
@media screen and (max-width: 767px) {
.c_0100_8{ padding:30px 10px;}
.c_0100_8 .p{ margin-top:16px; font-size:14px; line-height:20px;}
.zbg_1{ padding-bottom:26px;}
}
.c_0100_9{ width:100%; float:left; margin-top:}
.slideTxtBox1{ width:100%; float:left; margin-top:22px;}
.slideTxtBox1 .hd{ width:100%; float:left; text-align:center;}
.slideTxtBox1 .hd li.first{ border-left:0;}
.slideTxtBox1 .hd li{ display:inline-block; *zoom:1; *display:inline; overflow:hidden; border-left:solid 1px #cbaf61; vertical-align:top; margin-left:-1.5px;}
.slideTxtBox1 .hd li a{ font-size:14px; color:#3e3a39; line-height:35px; padding:0 18px; font-weight:bold;}
.slideTxtBox1 .hd li.on a,.pz_SideLayer li:hover a{ color:#cbaf61;}
.slideTxtBox1 .bd{ width:100%; float:left;}
.slideTxtBox1 .bd ul{ width:100%; float:left; padding-top:14px;}
.slideTxtBox1 .bd ul li{ width:100%; float:left; background:#f7f8f8; height:420px; position:relative; overflow:hidden;}
.slideTxtBox1 .bd ul li .img{ width:100%; height:100%; position:absolute; left:0; top:0; overflow:hidden;}
.slideTxtBox1 .bd ul li .img img{ width:1920px; height:420px; position:absolute; left:50%; top:50%; margin:-210px 0 0 -960px; max-width:none;		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.slideTxtBox1 .bd ul li:hover .img img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.slideTxtBox1 .bd ul li .text{ width:49.84375%; float:right; position:absolute; right:0; top:0; z-index:3; height:100%; text-align:center; padding-right:10%; background:#f7f8f8;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slideTxtBox1 .bd ul li .text .tit_1{ margin-top:84px;}
.slideTxtBox1 .bd ul li .text .p{ width:100%; float:left; margin-top:39px; height:62px; overflow:hidden; font-size:18px; color:#898989; line-height:31px;}
.slideTxtBox1 .bd ul li .text .btn{ width:100%; float:left; margin-top:29px;}
.slideTxtBox1 .bd ul li .text .btn a{ display:inline-block; *zoom:1; *display:inline; width:170px; height:35px; border:solid 3px #cbaf61; line-height:29px; font-size:18px; color:#898989;}
.slideTxtBox1 .bd ul li .text .btn a:hover{ color:white; background:#cbaf61;}
.slideTxtBox1 .bd ul li .mb{border-left: 422px solid transparent; border-bottom: 422px solid #f7f8f8; position:absolute; right:100%; top:0; z-index:2;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slideTxtBox1 .bd ul li:hover .text{ width:48.34375%;}
.slideTxtBox1 .bd ul li.l1{ background:#cbaf61;}
.slideTxtBox1 .bd ul li.l1 .img{ left:auto; right:0;}
.slideTxtBox1 .bd ul li.l1 .text{ right:auto; left:0; padding-left:10%; padding-right:0; background:#cbaf61;}
.slideTxtBox1 .bd ul li.l1 .mb{ border-top: 422px solid #cbaf61;border-left:0px;border-bottom:0px;border-right: 422px solid transparent; right:auto; left:100%;}
.slideTxtBox1 .bd ul li.l1 .text .tit_1{ color:white;}
.slideTxtBox1 .bd ul li.l1 .text .tit_1 span{ border-color:white;}
.slideTxtBox1 .bd ul li.l1 .text .tit_1 svg{ background-image:url(images/zico8.png);}
.slideTxtBox1 .bd ul li.l1 .text .p{ color:white;}
.slideTxtBox1 .bd ul li.l1 .text .btn a{ border-color:#f8f8f8; color:#f8f8f8;}
.slideTxtBox1 .bd ul li.l1 .text .btn a:hover{ background:#f8f8f8; color:#cbaf61;}
@media screen and (max-width:991px) {
.slideTxtBox1 .bd ul li{ height:320px;}
.slideTxtBox1 .bd ul li .text .tit_1{ margin-top:64px;}
.slideTxtBox1 .bd ul li .text .p{ margin-top:29px; height:54px; font-size:16px; line-height:27px;}
.slideTxtBox1 .bd ul li .text .btn{ margin-top:19px;}
.slideTxtBox1 .bd ul li .text .btn a{ width:120px; height:30px; border:solid 2px #cbaf61; line-height:26px; font-size:16px;}
.slideTxtBox1 .bd ul li .mb{border-left: 322px solid transparent; border-bottom: 322px solid #f7f8f8; margin-left:-321px;}
.slideTxtBox1 .bd ul li.l1 .mb{ border-top: 322px solid #cbaf61;border-left:0px;border-bottom:0px;border-right: 322px solid transparent;margin-left: -1px;}
}
@media screen and (max-width:767px) {
.slideTxtBox1 .hd li a{ font-size:12px; line-height:30px; padding:0 12px;}
.slideTxtBox1 .bd ul li{ height:200px;}
.slideTxtBox1 .bd ul li .text .tit_1{ margin-top:24px;}
.slideTxtBox1 .bd ul li .text .tit_1 span{ max-width:100%;}
.slideTxtBox1 .bd ul li .text .p{ margin-top:19px; height:46px; font-size:14px; line-height:23px;}
.slideTxtBox1 .bd ul li .text .btn{ margin-top:10px;}
.slideTxtBox1 .bd ul li .text .btn a{ width:100px; height:26px; line-height:22px; font-size:14px;}
.slideTxtBox1 .bd ul li .mb{border-left: 202px solid transparent; border-bottom: 202px solid #f7f8f8;}
.slideTxtBox1 .bd ul li.l1 .mb{ border-top: 202px solid #cbaf61;border-left:0px;border-bottom:0px;border-right: 202px solid transparent;}
}
@media screen and (max-width:480px) {
.slideTxtBox1 .bd ul li .mb{border-left: 102px solid transparent; border-bottom: 202px solid #f7f8f8;}
.slideTxtBox1 .bd ul li.l1 .mb{ border-top: 202px solid #cbaf61;border-left:0px;border-bottom:0px;border-right: 102px solid transparent;}
.slideTxtBox1 .bd ul li .text{ width:70%;}
.slideTxtBox1 .bd ul li:hover .text{ width:70%;}
}


/*行业动态*/
.c_1200_4{ width:100%; float:left; padding:75px 0 87px 0;}
.c_1200_4 ul{ width:100%; float:left; margin-top:43px; padding:0 22px;}
.c_1200_4 ul li{ width:50%; float:left; padding:0 22px; margin-top:50px;}
.c_1200_4 ul li .img{ width:100%; float:left; overflow:hidden;}
.c_1200_4 ul li .img img{ width:100%; float:left;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.c_1200_4 ul li:hover .img img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.c_1200_4 ul li .text{ width:100%; float:left; margin-top:25px;}
.c_1200_4 ul li .text .time{ width:100%; float:left; font-size:12px; color:#a4a4a4; line-height:20px; text-transform:uppercase;}
.c_1200_4 ul li .text .time a{ display:block; float:left; color:#a4a4a4;}
.c_1200_4 ul li .text .time a img{ vertical-align:; margin:-3px 0 0 0;}
.c_1200_4 ul li .text .time span{ display:block; float:left; color:#a4a4a4; margin:0 10px;}
.c_1200_4 ul li .text .time a:hover{ color:#cbaf61;}
.c_1200_4 ul li .text .title{ width:100%; float:left; margin-top:19px; padding-bottom:11px; background:url(images/zico9.jpg) no-repeat left bottom;}
.c_1200_4 ul li .text .title a{ display:block; width:100%; font-size:24px; color:black; line-height:32px;}
.c_1200_4 ul li .text .p{ float:left; width:100%; font-size:13px; color:#898989; line-height:32px; height:64px; overflow:hidden; margin-top:7px;}
.c_1200_4 ul li:hover .text .title a{ color:#cbaf61;}
@media screen and (max-width:991px) {
.c_1200_4{ padding:35px 0 47px 0;}
.c_1200_4 ul{ margin-top:23px; padding:0 12px;}
.c_1200_4 ul li{ padding:0 12px; margin-top:25px;}
.c_1200_4 ul li .text{ margin-top:15px;}
.c_1200_4 ul li .text .time span{ margin:0 5px;}
.c_1200_4 ul li .text .title{ margin-top:10px; padding-bottom:6px;}
.c_1200_4 ul li .text .title a{ font-size:18px; line-height:26px;}
.c_1200_4 ul li .text .p{  font-size:13px; line-height:26px; height:52px; margin-top:4px;}
}
@media screen and (max-width:767px) {
.c_1200_4{ padding:25px 0 37px 0;}
}
@media screen and (max-width:480px) {
.c_1200_4 ul li{ width:100%;}
.c_1200_4 ul{ margin-top:13px; padding:0 0;}
}


/*荣誉证书*/
.unitep{ width:100%; float:left; text-align:center; margin-top:46px; font-size:13px; color:#898989; line-height:24px; padding:0 10px;}
.c_1200_5{ width:100%; float:left; padding:66px 0 76px 0;}
.c_1200_5 ul{ width:100%; float:left; padding:0 57px; margin-top:40px;}
.c_1200_5 ul li{ width:25%; float:left; padding:0 13px; margin-top:28px;}
.c_1200_5 ul li .zbox{ width:100%; float:left; padding:15px 15px 50px 15px; border:solid 1px #cfcfcf;
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
-khtml-border-radius:10px;
border-radius:10px;}
.c_1200_5 ul li .zbox img{ width:100%; float:left;}
.c_1200_5 ul li .name{ width:100%; float:left; margin-top:-20px; text-align:center;}
.c_1200_5 ul li .name span{ display:inline-block; *zoom:1; *display:inline; font-size:13px; color:white; background:#cbaf61; padding:8px 20px; line-height:24px;
-moz-border-radius:40px; 
-webkit-border-radius:40px; 
-khtml-border-radius:40px;
border-radius:40px;}
.c_1200_5 ul li .zbox:hover{ border-color:#cbaf61;}
@media screen and (max-width:991px) {
.c_1200_5{ padding:36px 0 46px 0;}
.c_1200_5 ul{ padding:0 27px; margin-top:20px;}
.c_1200_5 ul li{  padding:0 10px; margin-top:18px;}
.c_1200_5 ul li .zbox{ padding:10px 10px 40px 10px;}
.c_1200_5 ul li .name{ margin-top:-16px;}
.c_1200_5 ul li .name span{ font-size:16px; padding:4px 10px; line-height:22px;}
.unitep{ margin-top:26px; font-size:16px; line-height:22px;}
}
@media screen and (max-width:767px) {
.c_1200_5{ padding:26px 0 36px 0;}
.c_1200_5 ul li{ width:50%;}
.c_1200_5 ul{ padding:0 0;}
.c_1200_5 ul li .name span{ font-size:14px; padding:2px 8px; line-height:20px;}
.unitep{ margin-top:16px; font-size:14px; line-height:20px;}
}


/*企业事迹*/
.zbg_2{ background:#f4f4f4;}
.c_1200_6{ width:100%; float:left; padding:74px 0 84px 0;}
.c_1200_6 ul{ width:100%; float:left; margin-top:190px; position:relative;}
.c_1200_6 ul .dt{ width:1px; height:110%; position:absolute; left:50%; top:-112px; background:#dcdddd;}
.c_1200_6 ul li{ position:relative; width:451px; float:left; margin-top:38px;}
.c_1200_6 ul li.first{ margin-top:-112px;}
.c_1200_6 ul li .bian{ width:150px; height:1px; background:#dcdddd; position:absolute; left:100%; top:19px;}
.c_1200_6 ul li .time{ width:140px; height:35px; line-height:35px; text-align:center; background:#cbaf61; font-size:18px; color:white; position:absolute; left:100%; margin-left:78px; top:0;}
.c_1200_6 ul li.l1{ float:right;}
.c_1200_6 ul li.l1 .bian{ left:auto; right:100%;}
.c_1200_6 ul li.l1 .time{ left:auto; right:100%; margin-left:0; margin-right:78px;}
.c_1200_6 ul li .img{ width:100%; float:left; overflow:hidden;}
.c_1200_6 ul li .img img{ width:100%; float:left;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.c_1200_6 ul li:hover .img img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.c_1200_6 ul li .text{ width:100%; float:left; padding:31px 37px 32px 38px; background:white;}
.c_1200_6 ul li .text .p{ width:100%; float:left; font-size:13px; color:#898989; line-height:30px; height:60px; overflow:hidden;}
.c_1200_6 ul li .text .detail{ width:100%; float:left; margin-top:37px; text-align:right;}
.c_1200_6 ul li .text .detail a{ display:block; float:left; font-size:12px; color:#a4a4a4; line-height:20px;}
.c_1200_6 ul li .text .detail span{ display:inline-block; *zoom:1; *display:inline; font-size:12px; color:#a4a4a4; line-height:20px; margin-left:40px; padding-left:26px; text-transform:uppercase;}
.c_1200_6 ul li .text .detail span.span1{ background:url(images/zico6_1.png) no-repeat left center;}
.c_1200_6 ul li .text .detail span.span2{ background:url(images/zico6_2.png) no-repeat left center;}
.c_1200_6 ul li:hover .text{ background:#cbaf61;}
.c_1200_6 ul li:hover .text .p{ color:white;}
.c_1200_6 ul li:hover .text .detail a{ color:white;}
.c_1200_6 ul li:hover .text .detail span{ color:white;}
.c_1200_6 ul li:hover .text .detail span.span1{ background-image:url(images/zico6_1_h.png);}
.c_1200_6 ul li:hover .text .detail span.span2{ background-image:url(images/zico6_2_h.png);}
@media screen and (max-width:1199px) {
.c_1200_6 ul li{ width:351px;}
.c_1200_6 ul li .time{ margin-left:60px;}
.c_1200_6 ul li.l1 .time{ margin-left:0; margin-right:60px;}
.c_1200_6 ul li .text .detail span{ margin-left:20px;}
}
@media screen and (max-width:991px) {
.c_1200_6 ul li{ width:300px; margin-top:28px;}
.c_1200_6{ padding:44px 0 44px 0;}
.c_1200_6 ul .dt{ top:-62px;}
.c_1200_6 ul{ margin-top:140px;}
.c_1200_6 ul li.first{ margin-top:-62px;}
.c_1200_6 ul li .text{ padding:21px 27px 22px 28px;}
.c_1200_6 ul li .text .p{ font-size:13px; line-height:22px; height:44px;}
.c_1200_6 ul li .text .detail{ margin-top:27px;}
.c_1200_6 ul li .text .detail a{ line-height:18px;}
.c_1200_6 ul li .text .detail span{ line-height:18px; margin-left:10px; padding-left:22px;}
.c_1200_6 ul li .time{ width:100px; font-size:16px; margin-left:24px;}
.c_1200_6 ul li.l1 .time{ margin-right:24px;}
.c_1200_6 ul li .bian{ width:60px;}
}
@media screen and (max-width:767px) {
.c_1200_6 ul li{ width:48%; margin-top:18px;}
.c_1200_6{ padding:24px 10px;}
.c_1200_6 ul .dt,.c_1200_6 ul li .bian{ display:none;}
.c_1200_6 ul{ margin-top:10px;}
.c_1200_6 ul li.first{ margin-top:18px;}
.c_1200_6 ul li .text{ padding:11px 14px 12px 14px;}
.c_1200_6 ul li .text .detail{ margin-top:17px;}
.c_1200_6 ul li .text .detail a{ width:100%; margin-bottom:6px;}
.c_1200_6 ul li .text .detail span{ margin-left:5px;}
.c_1200_6 ul li .text .p{ font-size:13px; line-height:20px; height:40px;}
.c_1200_6 ul li .time{ margin-left:0; left:auto; right:5px;}
.c_1200_6 ul li.l1 .time{ margin-right:0; right:5px;}
}

.c_1200_7{ width:100%; float:left; padding:100px 205px 118px 205px;}
.new_row{ margin:0 -205px;}
.c_1200_7 .content1{ width:100%; float:left; margin-top:85px;}
.c_1200_7 .dl{ width:100%; float:left; position:relative; padding:71px 0 37px 0;}
.c_1200_7 .dl .bian{ width:1px; height:100%; position:absolute; left:50%; top:0; background:#cbaf61;}
.c_1200_7 .dl .dt{ width:100%; position:absolute; left:0; top:0; text-align:center;}
.c_1200_7 .dl .dt span{ display:inline-block; *zoom:1; *display:inline; font-size:24px; color:white; line-height:40px; background:#cbaf61; padding:0 38px;
-moz-border-radius:40px; 
-webkit-border-radius:40px; 
-khtml-border-radius:40px;
border-radius:40px;}
.c_1200_7 .dl .dd{ width:100%; float:left; padding-left:670px; position:relative; margin-top:-1px;}
.c_1200_7 .dl .dd .c_344{ min-width:344px; float:left; border:solid 2px #c5c5c5; padding:7px 52px 21px 31px; position:relative;}
.c_1200_7 .dl .dd .c_344 svg{ display:block; width:26px; height:100%; position:absolute; left:-26px; top:0; background:url(images/zbg6_r.png) white no-repeat left center;}
.c_1200_7 .dl .dd .ico{ width:27px; height:31px; background:url(images/zico10.png) no-repeat center center; position:absolute; left:50%; top:50%; margin:-15px 0 0 -13px; background-size:contain;}
.c_1200_7 .dl .dd .c_344 .time{ width:100%; float:left; font-size:24px; color:#cbaf61; line-height:40px; border-bottom:dashed 1px #cbaf61;}
.c_1200_7 .dl .dd .c_344 .p{ width:100%; float:left; font-size:13px; color:#898989; line-height:24px; margin-top:8px;}
.c_1200_7 .dl .dd.d1{ padding-left:0; padding-right:670px;}
.c_1200_7 .dl .dd.d1 .c_344{ float:right;}
.c_1200_7 .dl .dd.d1 .ico{ background-image:url(images/zico11.png);}
.c_1200_7 .dl .dd.d1 .c_344 svg{ left:auto; right:-26px; background:url(images/zbg6_l.png) white no-repeat right center;}
@media screen and (max-width:1199px) {
.c_1200_7{ padding:100px 105px 118px 105px;}
.new_row{ margin:0 -105px;}
.c_1200_7 .dl .dd{ padding-left:541px;}
.c_1200_7 .dl .dd.d1{ padding-left:0; padding-right:541px;}
}
@media screen and (max-width:991px) {
.c_1200_7{ padding:50px 0 68px 0;}
.new_row{ margin:0 0px;}
.c_1200_7 .content1{ margin-top:45px;}
.c_1200_7 .dl .dd{ padding-left:420px;}
.c_1200_7 .dl .dd.d1{ padding-left:0; padding-right:420px;}/**/
.c_1200_7 .dl .dd .c_344{ min-width:0; width:100%;}
}
@media screen and (max-width:767px) {
.c_1200_7{ padding:20px 10px 38px 10px;}
.c_1200_7 .content1{ margin-top:25px;}
.c_1200_7 .dl{ padding:41px 0 27px 0;}
.c_1200_7 .dl .bian{ display:none;}
.c_1200_7 .dl .dt span{ font-size:18px; line-height:30px; padding:0 28px;}
.c_1200_7 .dl .dd{ padding-left:60px; margin-top:10px;}
.c_1200_7 .dl .dd .c_344{ padding:5px 42px 11px 21px;}
.c_1200_7 .dl .dd .c_344 svg{ width:20px; left:-20px; background-size:253px auto !important;}
.c_1200_7 .dl .dd .ico{ width:22px; height:26px; left:10px; margin:-13px 0 0 0 !important;}
.c_1200_7 .dl .dd .c_344 .time{ font-size:18px; line-height:30px;}
.c_1200_7 .dl .dd .c_344 .p{ font-size:14px; line-height:22px; margin-top:4px;}
.c_1200_7 .dl .dd.d1{ padding-right:60px;}
.c_1200_7 .dl .dd.d1 .c_344 svg{ right:-20px;}
.c_1200_7 .dl .dd.d1 .ico{ left:auto; right:10px;}
}

.c_1200_8{ width:100%; float:left; padding:85px 42px 86px 42px;}
.c_1200_8 .title{ width:100%; float:left; font-size:30px; color:balck; line-height:44px;}
.c_1200_8 .time{ width:100%; float:left; margin-top:29px; font-size:12px; color:#a4a4a4; line-height:28px; text-transform:uppercase;}
.c_1200_8 .time a{ color:#a4a4a4; display:block; float:left;}
.c_1200_8 .time span{ display:block; float:left; margin:0 12px;}
.c_1200_8 .time a img{ vertical-align:middle; margin:-3px 0 0 0;}
.c_1200_8 .img{ width:100%; float:left; margin-top:27px;}
.c_1200_8 .p{ width:100%; float:left; margin-top:36px; font-size:18px; color:#898989; line-height:30px; text-indent:2em;}
.c_1200_8 .wz_fy{ width:100%; float:left; margin-top:87px; border-top:solid 1px #c9c9c9;}
.c_1200_8 .wz_fy .wz_fy_l{ float:left; padding:12px 0;}
.c_1200_8 .wz_fy .wz_fy_l a{ display:block; float:left; margin-right:23px; line-height:28px; font-size:18px; font-weight:bold; width:132px; color:#b2b2b2;}
.c_1200_8 .wz_fy .wz_fy_l a span{ display:block; float:right; width:70px; height:28px; border-left:solid 1px #b2b2b2; background:url(images/zbtn1.jpg) no-repeat center center;}
.c_1200_8 .wz_fy .wz_fy_l a:hover{ color:#cbaf61;}
.c_1200_8 .wz_fy .wz_fy_l a:hover span{ background-image:url(images/zbtn1_h.jpg);}
.c_1200_8 .wz_fy .wz_fy_l a.a1{ text-align:right;}
.c_1200_8 .wz_fy .wz_fy_l a.a1 span{ transform:rotate(180deg); float:left;}
.c_1200_8 .wz_fy .wz_fy_r{ float:right; font-size:18px; color:#b2b2b2; line-height:42px;}
.c_1200_8 .wz_fy .wz_fy_r a{ color:#b2b2b2;}
.c_1200_8 .wz_fy .wz_fy_r a span{ display:inline-block; *zoom:1; *display:inline; vertical-align:middle; margin:-3px 11px 0 0; width:29px; height:25px; background:url(images/zico12.png) no-repeat center center; background-size:contain;}
.c_1200_8 .wz_fy .wz_fy_r a:hover{ color:#cbaf61;}
.c_1200_8 .wz_fy .wz_fy_r a:hover span{ background-image:url(images/zico12_h.png);}
@media screen and (max-width:991px) {
.c_1200_8{ padding:45px 22px 46px 22px;}
.c_1200_8 .title{ font-size:22px; line-height:36px;}
.c_1200_8 .time{ margin-top:20px;}
.c_1200_8 .img{ margin-top:17px;}
.c_1200_8 .p{ margin-top:26px; font-size:16px; line-height:22px;}
.c_1200_8 .wz_fy{ margin-top:47px;}
.c_1200_8 .wz_fy .wz_fy_l{ padding:6px 0;}
.c_1200_8 .wz_fy .wz_fy_l a{ margin-right:13px; line-height:20px; font-size:16px; width:112px;}
.c_1200_8 .wz_fy .wz_fy_l a span{ width:50px; height:20px; background-size:contain;}
.c_1200_8 .wz_fy .wz_fy_r{ font-size:16px; line-height:32px;}
.c_1200_8 .wz_fy .wz_fy_r a span{ margin:-3px 6px 0 0; width:22px; height:18px;}
}
@media screen and (max-width:767px) {
.c_1200_8{ padding:25px 10px 26px 10px;}
.c_1200_8 .title{ font-size:18px; line-height:28px;}
.c_1200_8 .time{ margin-top:10px;}
.c_1200_8 .img{ margin-top:10px;}
.c_1200_8 .p{ margin-top:20px; font-size:14px; line-height:20px;}
.c_1200_8 .wz_fy{ margin-top:27px;}
.c_1200_8 .wz_fy .wz_fy_l a{ font-size:14px; width:92px;}
}


/*联系我们*/
.c_0100_10{ width:100%; float:left; padding:81px 0 0 0;}
.c_0100_10 .content1{ width:100%; float:left;}
.c_0100_10 .content1 .c_828{ width:69%; float:left; padding:54px 94px 66px 74px; height:600px; background:#f7f8f8;}
.c_0100_10 .content1 .c_828 .tit_1{ text-align:left;}
.c_0100_10 .content1 .c_828 .tit_1 svg{ left:28px; margin-left:0;}
.c_0100_10 .content1 .c_828 .unitep{ margin-top:30px; text-align:left;}
.c_0100_10 .content1 .c_828 ul{ width:100%; float:left; margin-top:14px;}
.c_0100_10 .content1 .c_828 ul li{ width:100%; float:left; padding:0 15px; margin-top:20px;}
.c_0100_10 .content1 .c_828 ul li .zbox{ width:100%; float:left; background:white; border:solid 1px #e8e6e6; padding-left:54px; position:relative;}
.c_0100_10 .content1 .c_828 ul li .zbox .name{ width:53px; position:absolute; left:0; top:0; line-height:38px; text-align:center; font-size:14px; color:balck;}
.c_0100_10 .content1 .c_828 ul li .zbox input{ display:block; width:100%; height:38px; line-height:38px; font-size:14px; color:balck; background:none;}
.c_0100_10 .content1 .c_828 ul li.l1{ width:50%;}
.c_0100_10 .content1 .c_828 ul li .zbox textarea{ display:block; width:100%; height:118px; line-height:22px; font-size:14px; color:balck; padding:8px 0;}
.c_0100_10 .content1 .c_828 ul li.l2{ margin-top:35px;}
.c_0100_10 .content1 .c_828 ul li.l2 input{ width:163px; height:45px; line-height:41px; text-align:center; font-size:14px; color:#898989; cursor:pointer; border:solid 2px #cbaf61; background:#f7f8f8;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
}
.c_0100_10 .content1 .c_828 ul li.l2 input:hover{ background:#cbaf61; color:white;}

.c_0100_10 .content1 .c_374{ width:31%; height:600px; background:#c6ab60; padding:54px 45px 30px 45px; float:right;}
.c_0100_10 .content1 .c_374 .tit_1{ text-align:left;}
.c_0100_10 .content1 .c_374 .tit_1 span{ color:white; padding-bottom:0; border-bottom:0;}
.c_0100_10 .content1 .c_374 .dl{ width:100%; float:left; padding-top:32px; padding-bottom:33px; border-top:solid 1px white;}
.c_0100_10 .content1 .c_374 .dl .dt{ width:100%; float:left; font-size:24px; color:white; line-height:30px; margin-bottom:14px;}
.c_0100_10 .content1 .c_374 .dl .dd{ width:100%; float:left; font-size:16px; color:white; line-height:24px;}
.c_0100_10 .content1 .c_374 .dl .dd a{ color:white;}
.c_0100_10 .content1 .c_374 .dl.first{ padding-top:39px; border-top:0;}

.c_0100_10 .content2{ width:100%; float:left; height:405px; margin-top:80px;}
#bdmap_1{ width:100%; height:100%; position:relative;}

@media screen and (max-width:991px) {
.c_0100_10{ padding:41px 0 0 0;}
.c_0100_10 .content1 .c_828{ padding:34px 54px 36px 34px; height:500px;}
.c_0100_10 .content1 .c_828 ul li{ margin-top:10px;}
.c_0100_10 .content1 .c_828 ul li.l2{ margin-top:25px;}
.c_0100_10 .content1 .c_374{ height:500px; padding:34px 25px 10px 25px;}
.c_0100_10 .content1 .c_374 .dl{ padding-top:22px; padding-bottom:23px;}
.c_0100_10 .content1 .c_374 .dl .dt{ font-size:18px; line-height:22px; margin-bottom:8px;}
.c_0100_10 .content1 .c_374 .dl .dd{ font-size:14px; line-height:22px;}
.c_0100_10 .content1 .c_374 .dl.first{ padding-top:29px;}

.c_0100_10 .content2{ height:305px; margin-top:40px;}
}
@media screen and (max-width:767px) {
.c_0100_10{ padding:21px 0 0 0;}
.c_0100_10 .content1 .c_828{ width:100%; padding:24px 15px 26px 15px; height:auto;}
.c_0100_10 .content1 .c_374{ width:100%; height:auto; padding:24px 15px 10px 15px;}

.c_0100_10 .content2{ height:205px; margin-top:20px;}
}
@media screen and (max-width:480px) {
.c_0100_10 .content1 .c_828 ul li.l1{ width:100%;}
}


/*企业动态内页*/
.c_0100_11{ width:100%; float:left; padding:104px 0 0 0;}
.c_0100_11 .content1{ width:100%; float:left;}
.c_0100_11 .content1 .c_580{ width:48.333%; float:left;}
.c_0100_11 .content1 .c_580 .tit_1{ text-align:left;}
.c_0100_11 .content1 .c_580 .tit_1 svg{ left:40px; margin-left:0;}
.c_0100_11 .content1 .c_580 .p{ width:100%; float:left; margin-top:29px; text-indent:2em; font-size:13px; color:#898989; line-height:30px;}
.c_0100_11 .content1 .c_559{ width:46.583%; float:right; margin-top:11px; height:336px; background:url(images/img7_9.jpg) no-repeat center center; background-size:cover; position:relative;}
.c_0100_11 .content1 .c_559 .mb{ width:100%; height:100%; position:absolute; left:0; top:0; background:black; opacity:0.35;}
.c_0100_11 .content1 .c_559 .btn{ display:block; background:url(images/zbtn2.png) no-repeat center center; width:54px; height:54px; position:absolute; left:50%; top:50%; margin:-27px 0 0 -27px; cursor:pointer;}
.c_0100_11 .content1 .c_559 .btn:hover{ background-image:url(images/zbtn2_h.png);}
.zmb{ width:100%; height:100%; position:fixed; left:0; top:0; background:black; background:rgba(0,0,0,0.8); display:none; z-index:9;}
.tc_video{ width:1170px; height:600px; position:fixed; left:50%; top:50%; margin:-300px 0 0 -585px; background:white; display:none; z-index:10;}
.tc_video video{ width:100%; height:100%; position:absolute; left:0; top:0;}
@media  screen and (max-width:1199px){
.tc_video{ width:970px; height:400px; margin:-200px 0 0 -485px;}
}
@media  screen and (max-width:991px){
.c_0100_11{ padding:54px 0 0 0;}
.c_0100_11 .content1 .c_580 .p{ margin-top:20px; font-size:13px; line-height:24px;}
.tc_video{ width:760px; height:300px; margin:-150px 0 0 -380px;}
}
@media  screen and (max-width:767px){
.c_0100_11{ padding:24px 0 0 0;}
.c_0100_11 .content1{ padding:0 10px;}
.c_0100_11 .content1 .c_580{ width:100%;}
.c_0100_11 .content1 .c_580 .p{ margin-top:10px; font-size:13px; line-height:20px;}
.c_0100_11 .content1 .c_559{ width:100%; height:236px;}
.tc_video{ width:90%; height:250px; margin:-125px 0 0 0; left:5%;}
}

.c_0100_11 .content2{ width:100%; float:left; margin-top:75px;}
.row_1{ margin:0 -22px;}
.slide_pic_4{ width:100%; float:left; position:relative; text-align:center;}
.slide_pic_4 img{ height:240px;}
.slide_pic_4 .slick-prev,.slide_pic_4 .slick-next {
	position: absolute;
	left: 22px;
	top: -55px;
	display: block;
	width: 34px;
	height: 17px;
	background:url(images/zbtn3.png) no-repeat left center;
}
.slide_pic_4 .slick-next {
	left: 101px; background-position:right center;
}
.slide_pic_4 .slick-prev:hover,
.slide_pic_4 .slick-next:hover{ background-image:url(images/zbtn3_h.png);}
@media  screen and (max-width:1199px){
.slide_pic_4 img{ height:200px;}
}
@media  screen and (max-width:991px){
.c_0100_11 .content2{ margin-top:45px;}
.row_1{ margin:0 -12px;}
.slide_pic_4 img{ height:160px;}
.slide_pic_4 .slick-prev{ left:12px;}
.slide_pic_4 .slick-next {left: 81px;}
}
@media  screen and (max-width:767px){
.c_0100_11 .content2{ margin-top:35px; padding:0 10px;}
.row_1{ margin:0 -10px;}
.slide_pic_4 .slick-prev{ left:10px; top:-25px; background-size:auto 12px;}
.slide_pic_4 .slick-next {left: 61px; top:-25px; background-size:auto 12px;}
.slide_pic_4 img{ height:auto; width:90%;}
}

.c_0100_11 .content3{ width:100%; float:left; margin-top:49px; padding-top:73px; position:relative;}
.c_0100_11 .content3:before{ content:''; width:100%; height:375px; background:url(images/zbg7.jpg) no-repeat center top; background-size:cover;background-attachment: fixed; position:absolute; left:0; top:0; z-index:-1;}
.c_0100_11 .content3 .tit_1 span{ color:white; border-color:white;}
.c_0100_11 .content3 .tit_1 svg{ background-image:url(images/zico8.png);}
.c_0100_11 .content3 ul{ width:100%; float:left; margin-top:56px;}
.c_0100_11 .content3 ul li{ width:33.33%; float:left; padding:0 22px;}
.c_0100_11 .content3 ul li .zbox{ width:100%; float:left; background:white; padding:49px 49px 20px 49px; height:340px; box-shadow:0 0 8px rgba(0,0,0,0.1); text-align:center;}
.c_0100_11 .content3 ul li .zbox .ico{ width:100%; height:64px;}
.c_0100_11 .content3 ul li .zbox .ico img{ height:100%;}
.c_0100_11 .content3 ul li .zbox .ico .img_2{ display:none;}
.c_0100_11 .content3 ul li .zbox:hover .ico .img_1{ display:none;}
.c_0100_11 .content3 ul li .zbox:hover .ico .img_2{ display:inline-block; *zoom:1; *display:inline;}
.c_0100_11 .content3 ul li .zbox .title{ width:100%; float:left; font-size:24px; color:black; line-height:32px;}
.c_0100_11 .content3 ul li .zbox .p{ width:100%; float:left;  color:black;  margin-top:27px; font-size:13px; color:#898989; line-height:30px;}
@media  screen and (max-width:991px){
.c_0100_11 .content3{ margin-top:29px; padding-top:43px;}
.c_0100_11 .content3:before{ height:275px;}
.c_0100_11 .content3 ul{ margin-top:36px;}
.c_0100_11 .content3 ul li{ padding:0 12px;}
.c_0100_11 .content3 ul li .zbox{ padding:29px 29px 10px 29px; height:260px;}
.c_0100_11 .content3 ul li .zbox .ico{ height:44px;}
.c_0100_11 .content3 ul li .zbox .title{ font-size:18px; line-height:26px;}
.c_0100_11 .content3 ul li .zbox .p{ margin-top:20px; font-size:13px; line-height:24px;}
}
@media  screen and (max-width:767px){
.c_0100_11 .content3{ margin-top:20px; padding:0 20px; padding-top:23px;}
.c_0100_11 .content3:before{ height:225px;}
.c_0100_11 .content3 ul{ margin-top:26px;}
.c_0100_11 .content3 ul li{ padding:0 10px; width:100%; margin-top:10px;}
.c_0100_11 .content3 ul li .zbox{ padding:20px 20px 15px 20px; height:auto;}
}

.c_0100_11 .content4{ width:100%; float:left; background:#f5f5f7; padding:30px 0 25px 0; margin-top:102px;}
.slide_pic_5{ width:100%; float:left; padding:0 150px; position:relative;}
.slide_pic_5 .li_hp{ width:100%; float:left; padding:0 10px;}
.slide_pic_5 .li_hp img{ width:100%; float:left;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.slide_pic_5 .li_hp:hover img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.slide_pic_5 .slick-prev,.slide_pic_5 .slick-next {
	left: 86px;
	top: 50%;
	display: block;
	width: 34px;
	height: 17px;
	background:url(images/zbtn3.png) no-repeat left center;
	margin-top:-8px;
}
.slide_pic_5 .slick-next {
	left: auto;
	right: 86px;
	background-position:right center;
}
.slide_pic_5 .slick-prev:hover,
.slide_pic_5 .slick-next:hover{ background-image:url(images/zbtn3_h.png);}
@media  screen and (max-width:991px){
.c_0100_11 .content4{ padding:20px 0 15px 0; margin-top:52px;}
.slide_pic_5{ padding:0 100px;}
.slide_pic_5 .slick-prev{ left:46px;}
.slide_pic_5 .slick-next {right: 46px;}
}
@media  screen and (max-width:767px){
.c_0100_11 .content4{ padding:10px 0 10px 0; margin-top:32px;}
.slide_pic_5{ padding:0 60px;}
.slide_pic_5 .slick-prev{ left:10px; background-size:auto 12px;}
.slide_pic_5 .slick-next {right:10px; background-size:auto 12px;}
.slide_pic_5 .li_hp{ padding:0 5px;}
}

/*分页*/
.waik_1{ width:100%; float:left; padding:60px 0 0 0; text-align:center;}
.waik_2{ text-align:left;}
.pz_fy{ font-family:'Arial'; display:inline-block;}/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy a { display:block; float:left; width:30px; height:30px; line-height:30px; background:#f4f4f4; COLOR: #000; font-size:12px; text-decoration:none; margin:0 2px; text-align: center;}
.pz_fy a:hover,.pz_fy a.on{ color: #fff; background-color:#d2ba7b; text-decoration:none;}/*鼠标经过和默认当前页样式*/
.pz_fy a.a1{ font-family:'宋体'}
@media screen and (max-width:991px) {
.waik_1{ padding:40px 0 0 0;}
}
@media screen and (max-width:767px) {
.waik_1{ padding:30px 0 0 0;}
.waik_2{ text-align:center;}
}

/*2018-6zhl*/
.li_hp .btn {
	display: block;
	background: url(images/zbtn2.png) no-repeat center center;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -27px 0 0 -27px;
	cursor: pointer;
	z-index:999;
}
.li_hp:hover .btn{ background-image:url(images/zbtn2_h.png);}