@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	border: 0;
	display: block
}
body {
	font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
	color: #555;
	overflow-x: hidden;
	background: url(../images/bg09.jpg) no-repeat center top;
	background-attachment: fixed;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none
}
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
dl, dd {
	padding: 0;
	left: 0;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
input {
	display: inline-block;
}
.clear {
	clear: both
}
.center {
	width: 100%;
	margin: auto;
	padding: 0 10px
}
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	display: none;
	position: relative;
	z-index: 8
}
.sp_logo {
	padding: 10px;
	float: left;
}
.sp_logo img {
	margin: auto;
	height: 30px;
}
.sp_nav {
	width: 30px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px
}
.sp_nav svg{width: 30px;height: 30px;fill:#ff4e01}
.yd_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ff4e01;
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	z-index: 99;
	padding: 5px 0;
	border-top: 2px #fff solid;
	height: 54px;
	overflow: hidden;
	display: none
}
.yd_nav ul {
	overflow: hidden;
}
.yd_nav ul li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 12px;
	border-right: 1px rgba(255,255,255,0.1) solid;
	line-height: 16px
}
.yd_nav ul li:last-child {
	border-right: 0
}
.yd_nav ul li svg {
	width: 23px;
	height: 23px;
	fill: #fff
}
.yd_nav ul li h1 {
	font-size: 12px;
	color: #eee
}
.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 100%;
	height:calc(100% - 54px);
	font-size: 14px;
	line-height: 40px;
	bottom: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: bottom ease 0.35s;
}
.nav_show {
	bottom: 54px
}
.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}
.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 150px)
}
.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 150px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}
.sjj_nav>ul>li:first-child .language a {
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
	padding-left:15px
}
.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}
.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav>ul >li:last-child {
	border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li a {
	color: #666;
	width: 80%
}
.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #ff4e01
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
.about_sp {
	overflow: hidden;
	position: relative;
	z-index: 2
}
.about_sp figure {
	float: left;
	width: 100%;
	overflow: hidden
}
.about_sp figure img {
	transition: all ease 0.35s
}
.about_sp figure:hover img {
	transform: scale(1.1)
}
.about_sp section {
	float: left;
	width: 100%;
	padding: 20px;
	text-align: left;
}
.about_sp section span {
	font-size: 90px;
	color: #222;
	font-family: 'Arial';
	display: block;
	line-height: 10px;
	padding-top: 50px
}
.about_sp section h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.about_sp section font {
	margin-top: 10px;
	display: block;
	color: #999;
	font-size: 12px
}
.about_sp section p {
	margin-top: 10px;
	color: #777;
	font-size: 14px
}
.about_sp section i {
	display: block;
	width: 60px;
	height: 1px;
	background: #444;
	margin: 20px 0
}
.shipin_an {
	cursor: pointer;
}
.shipin {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999;
	display: none
}
.shipin01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%
}
.guanbi {
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	transition: all ease 0.35s;
	font-family: 'Arial'
}
.guanbi:hover {
	color: #eb3d00
}
.shipin video {
	width: 100%
}
.about_fw section {
	width: 465px;
	color: #444;
	height: 415px
}
.about_fw figure {
	width: 710px;
	background: #eb3d00;
}
.about_fw figure img {
	margin: 0;
}
.about_fw section span {
	color: #fff;
}
.about_hh figure {
	width: 310px
}
.about_hh section {
	width: 465px;
	padding: 30px
}
.about_hh section h2 {
	font-size: 26px
}
.about_hh section font {
	width: auto;
	margin-top: 10px
}
.about_hh section i {
	margin: 10px 0
}
.about_hh section p {
	margin: 10px 0
}
.index_bt p {
	margin: auto;
	width: 90%;
	margin-top: 10px;
	text-align: center;
}
.index_bt {
	margin-bottom: 20px
}
.index_bt img {
	margin: auto;
}
.by {
	background: #eaeaea;
	padding: 40px 0
}
.by ul {
	width: 1400px;
	margin: auto;
	overflow: hidden;
}
.by ul li {
	width: 25%;
	float: left;
	display: flex;
}
.by ul li figure {
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px #ee3c02 solid;
}
.by ul li aside {
	flex: 1;
	margin-left: 15px;
	padding-right: 15px
}
.by ul li aside hgroup {
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.by ul li aside section {
	font-size: 12px;
	line-height: 24px;
	color: #999
}
.caption1 {
	background: url(../images/gsjj_03.jpg) no-repeat center top;
	height: 150px;
}
.caption1 div:nth-of-type(1) {
	width: 1200px;
	margin: auto;
	position: relative;
	height: 300px;
}
.caption_gao div:nth-of-type(1) {
	width: 1200px;
	margin: auto;
	position: relative;
	height: 380px;
}
.caption1 h1 {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 120px;
	font-family: 'Conv_AvantGarde-Book-Bold';
	text-transform: uppercase;
	line-height: 90px;
	color: #fff;
	filter: Alpha(opacity=50);
	-webkit-filter: Alpha(opacity=50);
	opacity: 0.5
}
.mbx_nav {
	width: 100%;
	background: url(../images/about_03.jpg) no-repeat left top;
	margin-top: -20px
}
.mbx_nav h1 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background:#f5511e;
	padding-left: 38px;
	line-height: 40px;
	width:100%;
}
.mbx_nav h1 a {
	color: #fff
}
.mbx_nav h1 a:hover {
	text-decoration: underline
}
/*--通用---*/
.title {
	text-align: center;
	margin-top: 40px
}
.title h4 {
	font-size: 28px;
	color: #666;
	text-transform: uppercase;
}
.title h5 {
	font-size: 24px;
	color: #1b1b1b;
	margin-bottom: 20px;
}
.title p {
	margin: auto;
	margin-bottom: 0;
	width: 1000px;
	margin-top: 15px
}
.title .tp {
	width: 800px;
	margin: 0 auto;
}
.title img {
	margin: auto
}

@media(max-width:600px) {
.title h4 {
	font-size: 24px;
}
.title h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
.title p {
	font-size: 0.8em;
}
}
.rxcpp {
	background: url(../images/../images/pp_08.jpg) no-repeat center bottom;
	padding: 40px
}
.rxcp ul {
	width: 1280px;
	margin: auto;
	position: relative;
	overflow: hidden;
	padding-left: 40px
}
.rxcp ul li {
	float: left;
	width: 380px;
	margin: 10px
}
.rxcp ul li figure {
	overflow: hidden;
}
.rxcp ul li figure img {
	transition: all ease 0.35s
}
.rxcp ul li figure:hover img {
	transform: scale(1.1);
}
.rxcp ul li hgroup {
	width: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #444
}
.jt {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.next_jt {
	left: 0px
}
.prev_jt {
	right: 0px
}
.dbjjj {
	padding: 0px 0
}
/*****************************应用领域**************/
.index_yyly {
	overflow: hidden;
	margin-bottom: 20px
}
.index_yyly .title {
	margin-top: 0
}
.index_use_con {
	float: left;
	margin: 1%;
	position: relative;
	overflow: hidden;
	transition: all linear 1s;
	width: 23%
}
.dkd {
	width: 48%;
	float: left;
}
.dkd .index_use_con {
	width: 46%;
	margin: 2.5% 2%
}
.index_use_con h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	background: #ee3c02;
	border-radius: 6px;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 0 10px;
	color: #fff;
	transition: all linear 0.35s;
}
.index_use_con h1 span {
	border-left: 1px #fff solid;
	padding-left: 10px;
	margin-left: 10px
}
.index_ues01 {
	width: 48%
}
.index_ues02 {
	width: 48%
}
.index_ues02 h1 {
	color: #ee3c02;
	background: #fff
}
.index_ues02 h1 span {
	border-left: 1px #ee3c02 solid
}
.index_uess {
	width: 31.3333%
}
.index_ues04 h1 {
	color: #ee3c02;
	background: #fff
}
.index_ues04 h1 span {
	border-left: 1px #ee3c02 solid
}
.index_uess h1 {
	line-height: 40px;
	top: 20px;
	left: 20px;
	padding: 0 10px
}
.index_uess h1 span {
	padding-left: 10px;
	margin-left: 10px
}
.index_use_con img {
	transition: all linear 0.35s;
}
.index_use_con:hover img {
	transform: scale(1.1);
}
.index_use_con:hover {
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.6)
}
.index_use_con:hover h1 {
	background: #444;
	color: #fff
}
.index_usee {
	opacity: 0;
	transition: all linear 0.35s;
}
.index_use dl {
	text-align: center;
}
.index_use dl dt {
	display: inline-table;
	width: 15px;
	height: 15px;
	background: #00458e;
	border-radius: 50%;
	cursor: pointer;
	margin: 10px 5px;
	transition: all linear 0.35s;
}
.index_use dl .index_use_qh {
	width: 40px;
	border-radius: 15px;
	background: #111
}
.index_usee_x {
	opacity: 1;
	z-index: 9
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner {
	width: 100%
}
.fuwu ul {
	overflow: hidden;
	margin-left: -40px;
	margin-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.fuwu ul li {
	float: left;
	width: 270px;
	margin-left: 40px;
	padding: 40px;
	overflow: hidden;
	border-radius: 10px;
	transition: all ease 0.35s;
}
.fuwu ul li:hover {
	box-shadow: 5px 5px 15px rgba(0,0,0,0.1)
}
.fuwu ul li figure {
	width: 94px;
	height: 94px;
	margin: auto;
	overflow: hidden;
}
.fuwu ul li figure img {
	transition: all ease 1s;
}
.fuwu ul li:hover figure img {
	transform: rotateY(180deg);
}
.fuwu ul li hgroup {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #444;
	margin-top: 20px;
	border-bottom: 1px #d8d8d8 solid
}
.fuwu ul li section {
	margin-top: 10px;
	color: #999
}
.fuw_b {
	position: absolute;
	top: 50%;
	margin-top: -35px
}
.fuwu_01 {
	left: 294px
}
.fuwu_02 {
	left: 604px
}
.fuwu_03 {
	left: 914px
}
.fuwu ul li:hover hgroup {
	color: #ee3c02
}
.newss {
	overflow: hidden;
}
.newss ul {
	width: 100%;
	float: left;
}
.newss ul li {
	float: left;
	margin-right: 30px
}
.newss ul li figure {
	overflow: hidden;
	margin-bottom: 10px
}
.newss ul li figure img {
	transition: all ease 0.35s
}
.newss ul li:hover figure img {
	transform: scale(1.1);
}
.news_show time {
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	line-height: 30px
}
.news_show section img {
	margin: 10px 0
}
.fanhui {
	overflow: hidden
}
.fanhui section {
	width: 100%;
	text-align: center;
	overflow: hidden
}
.fanhui section a {
	color: #444;
	width: 50%;
	float: left
}
.fanhui section:last-child a {
	width: 100%;
	border-top: 1px #eee solid;
}
.xwww {
	margin-top: 70px;
	margin-bottom: 60px
}
.nn {
	float: left;
	width: 586px;
}
.nn dt {
	font-weight: normal;
	padding: 10px 20px;
	border: 1px #ddd solid;
	margin-bottom: 15px
}
.nn dt hgroup {
	color: #525252;
	font-weight: bold;
}
.nn dt time {
	color: #999;
	margin-top: 10px;
	display: block;
}
.nn dt section {
	margin-top: 10px;
	color: #777
}
.index_news_cap {
	margin-bottom: 20px
}
.nn dt:hover {
	border: 1px #ee3c02 solid
}
.nn dt:hover hgroup {
	color: #ee3c02
}
.index_about {
	text-align: center;
	padding-top: 20px;
}
.index_about hgroup {
	width: 900px;
	margin: 20px auto;
}
.index_about img {
	margin: auto;
}
.index_cp {
	background: url(../images/index_cp_bg_02.jpg) no-repeat center top;
}
.index_fuwu {
	background: #fff
}
.index_anli {
	padding: 20px 50px
}
.index_anli img {
	margin: auto;
}
.footer {
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}
.index_sj {
	overflow: hidden;
}
.index_sj hgroup {
	color: #fff;
	font-size: 18px;
	line-height: 1
}
.index_sj {
	text-align: center;
}
.index_sj hgroup span {
	font-size: 20px;
	font-family: 'Arial';
	font-weight: bold;
}
.index_sj section {
	color: #fff;
	font-size: 12px
}
.index_sj_sj {
	float: left;
	width: 25%
}
.foot {
	background: rgba(0,0,0,0.2);
	margin-top: 20px;
	padding: 30px 0;
	overflow: hidden;
}
.foot_lx .footer_xx {
	overflow: hidden;
	margin-top: 20px
}
.footer_xx img {
	width: 150px;
margin: auto;
}
.foot_lx {
	width: 100%
}
.foot_lx img{margin: auto;}
.boot {
	text-align: center;
	color: #fff
}
.foot_nav {
	float: left;
	width: 838px;
	overflow: hidden;
	padding-left: 300px
}
.foot_nav ul li {
	float: left;
	width: 100%
}
.foot_nav ul li h1 {
	font-size: 14px
}
.foot_nav ul li a {
	color: #fff
}
.foot_nav ul li dt {
	line-height: 30px;
	font-size: 12px;
	float: left;
	margin: 0 15px;
	width: 120px
}
.foot dt {
	font-weight: normal
}
.foot_nav ul li a:hover {
	color: #f5511e
}
.copy {
	text-align: center;
	color: #fff;
	line-height: 24px;
	border-top: 1px rgba(255,255,255,0.2) solid;
	background: rgba(0,0,0,0.7);
	padding: 10px 0;
	margin-bottom: 54px
}
.copy a {
	display: inline-block;
	color: #fff
}
.xdd {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 470px;
	overflow: hidden;
}
#canvas {
	width: 100%;
	height: 470px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1a1724;
	padding-top: 140px
}
.canvas-wrap {
	position: relative;
}
div.canvas-content {
	position: relative;
	z-index: 2000;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}
.by {
	background: #eb3d00;
	padding: 40px 0
}
.by ul {
	width: 1400px;
	margin: auto;
	overflow: hidden;
}
.by ul li {
	width: 25%;
	float: left;
	display: flex;
}
.by ul li figure {
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px #fff solid;
}
.by ul li aside {
	flex: 1;
	margin-left: 15px;
	padding-right: 15px
}
.by ul li aside hgroup {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.by ul li aside section {
	font-size: 12px;
	line-height: 24px;
	color: #ddd
}
.zt_titile {
	background: #f5511e;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 20px 0;
	margin-top: 20px;
	font-size: 12px
}
.zt_titile h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ztcp ul li {
	margin-top: 20px;
	overflow: hidden;
	background: none;
	border-left: 5px #f5511e solid;
	border-bottom: 5px #f5511e solid;
}
.ztcp ul li figure {
	float: left;
	width: 100%
}
.ztcp ul li section {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 14px
}
.ztcp ul li section hgroup {
	font-size: 18px;
	font-weight: bold;
	color: #f5511e;
	border-bottom: 1px #ddd solid;
}
.ztcp ul li section p {
	margin-top: 0px;
	color: #444
}
.ztcp ul li section p a {
	color: #f5511e;
	font-size: 14px;
	display: block;
	animation: shadong linear 1s infinite;
}
@keyframes shadong {
 0% {
color: #f5511e;
}
 50% {
color: #444;
}
 100% {
color: #f5511e;
}
}
.ztjg {
	margin-bottom: 20px
}
.ztjg ul li {
	border-right: 5px #f5511e solid;
	border-bottom: 5px #f5511e solid;
	border-left: 0
}
.hizoom {
	position: relative;
	z-index: 10;
}
.hizoom .magnifier {
	box-sizing: border-box;
	border: 1px solid #999;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	cursor: move;
}
.hizoom .small, .hizoom .big {
	position: absolute;
	border: 1px solid #ddd;
}
.hizoom .small {
	top: 0;
	left: 0;
	cursor: move;
}
.hizoom .big {
	overflow: hidden;
	display: none;
	background: #fff
}
.hizoom .small img, .hizoom .big img {
	position: absolute;
	top: 0;
	left: 0;
}
.index_pr {
	margin-bottom: 20px
}
.index_pr dl {
	overflow: hidden;
}
.index_pr dl dt {
	width: 48%;
	float: left;
	margin: 1%
}
.index_pr dl dt:last-child {
	float: right;
}
.index_pr section {
	line-height: 40px;
	background: #333333;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.index_pr ul li {
	width: 48%;
	margin: 1%;
	float: left;
}
.index_pr ul {
	overflow: hidden;
}
.index_pr figure {
	overflow: hidden;
}
.index_pr figure img {
	transition: all ease 0.35s;
}
.index_pr figure:hover img {
	transform: scale(1.1);
}
.bbbb {
	text-align: center;
	width: 100%;
	padding: 0 10px
}
.bbbb img {
	margin: auto;
}
.index_news {
	overflow: hidden;
	margin-top: 20px
}
.index_news main {
	width: 100%;
	float: left
}
.index_news main section {
	display: none;
	overflow: hidden
}
.index_news main section img {
	transition: all ease 0.35s
}
.index_news main section:hover img {
	transform: scale(1.1)
}
.newss {
	float: left;
	width: 100%;
	margin-top: 20px
}
.newss dl dt {
	display: inline-table;
	font-weight: normal;
	font-size: 14px;
	width: 30%;
	cursor: pointer
}
.newss dl {
	border-bottom: 1px #f5511e solid;
	padding-bottom: 5px
}
.newss ul li {
	display: none;
	width: 100%;
	text-align: left
}
.newss ul li a {
	overflow: hidden;
	display: block;
	width: 100%;
	border-bottom: 1px #ddd dashed;
	line-height: 45px;
	color: #777
}
.newss ul li a hgorup {
	float: left;
}
.newss ul li a span {
	float: right;
	display: block
}
.newss dl .newss_se {
	color: #f5511e
}
.newss ul li a:hover {
	color: #f5511e
}
.bbbb hgroup:nth-of-type(1) {
	width: 800px;
	margin: 40px auto
}
.index_fw {
	overflow: hidden;
}
.index_fw img {
	float: left;
	width: 722px
}
.index_fw ul li {
	height: 35px;
	margin-top: 27px
}
/*****************************************************************************************************************关于我们****************/
.about_nav {
	overflow: hidden;
	margin-top: 20px
}
.about_nav a {
	float: left;
	background: #6a6a6a;
	width: 33.33%
}
.about_nav a img {
	margin: auto;
}
.about_nav a:first-child {
	background: #3c3c3c
}
.about_nav a:last-child {
	background: #807f7f
}
.about_nav a:hover {
	background: #f5511e
}
.zcgy {
	margin-top: 10px
}
.about_con {
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
	font-size: 14px
}
.about_con img {
	float: right;
	margin: 0 0 20px 20px
}
.cfsj ul {
	overflow: hidden;
	margin-top: 20px
}
.cfsj ul li {
	float: left;
	width: 48%;
	position: relative;
	margin: 1%;
	background: #000
}
.cfsj ul li p{line-height: 40px;text-align: center;color: #fff;background: #444}
.cfsj ul li img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.cfsj ul li:hover img:first-child {
	opacity: 1
}
.cfsj ul li:hover img:last-child {
	opacity: 0.4
}
.cfsj ul li img {
	transition: all ease 0.35s
}
.gszz ul {
	overflow: hidden;
	margin-top: 20px
}
.gszz ul li {
	float: left;
	width: 48%;
	margin: 1%
}
.gszz ul li h2 {
	font-size: 16px;
	text-align: center;
}
/*****************************************************************************************************************联系我们****************/
.lxwm_nav {
	text-align: center
}
.lxwm_nav a {
	width: 400px;
	padding: 10px 0;
	display: inline-table;
	float: none
}
.liuyan {
	overflow: hidden;
	font-size: 18px
}
.liuyan p {
	color: #000
}
.liuyan section {
	float: left;
	width: 100%;
	padding: 20px;
	padding-bottom: 0
}
.liuyan section h2 {
	font-size: 16px;
	color: #000
}
.liuyan section .liuyan_01 input {
	width: 100%;
	border: 1px #ddd solid;
	line-height: 40px;
	padding: 0 15px;
	color: #444;
	margin-top: 15px;
	background: #fffaf2
}
.liuyan section .liuyan_01 textarea {
	width: 100%;
	border: 1px #ddd solid;
	line-height: 40px;
	padding: 0 15px;
	color: #444;
	margin-top: 15px;
	background: #fffaf2;
	min-height: 100px
}
.liuyan section .liuyan_01 input[type="submit"] {
	background: #3c3c3c;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.liuyan section .liuyan_01 input[type="submit"]:hover {
	background: #f5511e
}
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
.BMap_Marker {
	background: url(http://zg-hyl.com/blog/song_images/map2.png)!important;/*可以选择图片map1.png或者map2.png*/
}
.BMap_Marker div {
	display: none
}
.add {
	overflow: hidden;
}
.map {
	width: 100%;
}
#dituContent img {
	max-width: none
}
#dituContent {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	border: 1px #ddd solid;
}
.add_xx {
}
.lxwm_wx {
	overflow: hidden;
	margin-top: 20px
}
.lxwm_wx img {
	float: left;
	width: 100px
}
.lxwm_wx h3 {
	float: left;
	width: 50%;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px
}
.tjdh {
	height: 30px
}
.tjdh input {
	float: left
}
.tjdh input[type="tel"] {
	width: 200px;
	line-height: 30px;
	padding: 0 10px;
	height: 30px
}
.tjdh input[type="submit"] {
	width: 70px;
	height: 30px;
	cursor: pointer;
	margin-left: 10px
}
/*****************************************************************************************************************新闻中心****************/
.news_nav {
	text-align: center;
	margin-top: 20px;
	overflow: hidden
}
.news_nav a {
	float: left;
	width: 48%;
	line-height: 40px;
	background: #404040;
	color: #fff;
	margin: 1%;
	font-size: 16px
}
.news_nav a:hover {
	background: #f5511e
}
.news_nav .news_nav_se {
	background: #f5511e
}
.newsss {
	overflow: hidden
}
.newsss a {
	width: 31.33%
}
.hwjc {
	margin-top: 20px
}
.hwjc ul li {
	overflow: hidden;
	margin-top: 10px;
	background: #efefef
}
.hwjc ul li figure {
	float: left;
	width: 100%;
}
.hwjc ul li section {
	width: 100%;
	float: left;
	background: #efefef;
	padding: 20px;
}
.hwjc ul li section hgroup {
	font-size: 18px;
	color: #444
}
.hwjc ul li section hgroup span {
	float: right;
	font-family: 'Impact';
}
.hwjc ul li section article {
	color: #666;
	line-height: 30px;
	margin-top: 10px
}
.hwjc ul li section button {
	border: 0;
	background: none;
	color: #f5511e
}
.hwjc ul li:hover hgroup {
	color: #f5511e
}
.fanye {
	text-align: center;
	margin-top: 20px
}
.fanye a {
	display: inline-table;
	width: 30px;
	line-height: 30px;
	color: #666
}
.fanye a:hover {
	color: #f5511e
}
.fanye .fanye_se {
	color: #f5511e
}
.anli ul {
	overflow: hidden;
}
.anli ul li {
	width: 48%;
	float: left;
	margin: 1%;
}
.anli ul li figure {
	overflow: hidden;
}
.anli ul li figure img {
	transition: all ease 0.35s
}
.anli ul li:hover figure img {
	transform: scale(1.1);
}
.anli ul li hgroup {
	width: 100%;
	line-height: 40px;
	text-align: center;
	background: #222;
	color: #fff;
}
.anli ul li:hover hgroup {
	background: #f5511e
}
.cp1 {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.cp_nav {
	width: 100%;
	float: left;
	background: url(../images/leftnav_03.jpg);
}
.active {
	position: fixed;
	top: 134px;
	z-index: 999
}
.cp_nav ul li {
	line-height: 50px;
	padding: 0 20px;
	border-bottom: 1px #ddd solid;
	position: relative;
}
.cp_nav ul li dl {
	background: #fff;
	width: 100%;
	display: none
}
.cp_nav ul li dl dt {
	line-height: 50px;
	border-top: 1px #efefef solid;
	padding-left: 20px
}
.cp_nav ul li a {
	color: #444;
	font-size: 16px
}
.cp_nav ul li:hover dl {
	display: block
}
.cp_nav ul li:hover>a {
	color: #f5511e
}
.cp_nav ul li dl dt:hover {
	background: #efefef
}
.cp_nav ul li span {
	float: right
}
.cp {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}
.right_cp {
	width: 100%;
	float: left;
	overflow: hidden;
}
.cp_nav ul .cp_nav_se a {
	color: #f5511e
}
.cp ul {
	overflow: hidden;
	width: 100%
}
.cp ul li {
	float: left;
	width: 100%;
	margin: 1% 0;
	position: relative;
	overflow: hidden;
}
.cp ul li span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #444
}
.cp ul li figure {
	overflow: hidden
}
.cp ul li img {
	transition: all ease 0.35s
}
.cp ul li:hover img {
	transform: scale(1.1);
}
.cp ul li:hover span {
	background: #f5511e;
}
.lqg_01 {
	overflow: hidden;
	position: relative;
	margin-top: 20px
}
.lqg_01 section {
	width: 100%;
}
.lqg_01 main {
	width: 100%;
	float: right;
	background: #414141;
	padding: 20px;
	color: #fff;
}
.lqg_01 main span {
	display: none
}
.lqg_01 main hgroup {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
	margin-top: 10px
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border: 3px #f5511e solid
}
.lqg_02 {
	margin-top: 20px
}
.gallery-top .swiper-slide {
	position: relative;
}
.gallery-top .swiper-slide main {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	background: rgba(0,0,0,0.3)
}
.gallery-top .swiper-slide main a {
	color: #f5511e;
	display: block
}
.gallery-top .swiper-slide main hgroup {
	font-size: 14px;
	font-weight: bold;
}
.lqg_03 {
	margin-top: 20px
}
.lqg_04 table {
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%
}
.lqg_04 table td {
	border: 1px #ddd solid;
	line-height: 40px;
	padding: 0 15px
}
.lqg_04 table tr:nth-of-type(1) {
	background: #eee
}
.lqb_05 {
	margin-top: 20px;
}
.lqb_05 ul {
	overflow: hidden;
}
.lqb_05 ul li {
	float: left;
	width: 48%;
	margin: 1%
}
.lqb_05 ul li p {
	width: 100%;
	line-height: 40px;
	background: #444;
	color: #fff;
	text-align: center;
}
.lqb_06 ul {
	margin-top: 20px;
	overflow: hidden;
}
.lqb_06 ul li {
	float: left;
	width: 33.333%;
	text-align: center;
}
.lqb_06 ul li img {
	margin: auto;
}
.lqg_09 {
	margin-top: 20px
}
.anli_show_01 hgroup {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #f5511e
}
.anli_show_01 {
	margin-top: 20px;
	line-height: 1.2;
}
.anli_show_01 section {
	font-size: 14px;
	text-align: center;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px
}
.anli_show_01 time {
	text-align: center;
	margin: 20px;
	display: block;
}
.anli_show_bt {
	width: 100%;
}
.anli_show_bt img {
	margin: auto;
	margin-top: 40px
}
.anli_show_03 .anli_show_bt {
	margin-bottom: 20px
}
.anli_show_02 section {
	margin-top: 20px;
	line-height: 30px;
	font-size: 14px
}
.cp_01 {
	overflow: hidden;
	margin-top: 20px
}
.cp_01 img {
	float: left;
}
.cp_01 main {
	width: 40%;
	float: right;
	padding-left: 30px
}
.cp_01 main hgroup {
	font-size: 20px;
	font-weight: bold;
	color: #f5511e;
	margin-top: 20px
}
.cp_01 main time {
	border-bottom: 1px #ddd solid;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}
.cp_01 main section {
	margin-top: 20px;
	line-height: 30px
}
.cp_02 {
	line-height: 30px;
	color: #666
}
.cp_bt {
	background: #eee;
	line-height: 40px;
	font-size: 18px;
	color: #111;
	padding-left: 20px;
	margin-top: 20px
}
