@font-face {
	font-family: 'italic';
	src: url('../fonts/compctbi.woff2') format('woff2'), url('../fonts/compctbi.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
fieldset, iframe, img {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline
}
button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}
button:disabled {
	cursor: default
}
audio:not([controls]) {
	display: none
}
input {
	font-family: '微软雅黑'
}
input[type="text"], input[type="tel"], input[type="button"], input[type="reset"], input[type="email"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family: 'Microsoft YaHei'
}
body {
	font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
	color: #555
}
a, a:link, a:visited {
	text-decoration: none;
	display: block;
}
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;
}
a:hover {
	text-decoration: none
}
ul, li {
	list-style: none
}
img {
	display: block;
	max-width: 100%;
	border: none;
}
b, strong {
	font-weight: 700
}
::selection {
	color: #ffffff;
	background: #0061ae;
}
::-moz-selection {
 color:#ffffff;
 background: rgba(0,0,0,.2);
}
::-webkit-scrollbar {
 width: 6px;
 background-color: #333;
}

::-webkit-scrollbar:hover {
 background-color: transparent;
}

::-webkit-scrollbar-thumb {
 cursor:pointer;
 background-color: #0061ae;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
 display: none;
}
.center {
	max-width: 1200px;
	margin: auto;
}
.clear {
	clear: both
}
html,body{width: 100%}
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	display: none
}
.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}
.sp_logo img {
	margin: auto;
	max-height: 30px;
}
.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}
.sp_nav span {
	display: block;
	background: #ff0000;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
	top: 0px
}
.sp_nav span:nth-of-type(2) {
	top: 10px
}
.sp_nav span:nth-of-type(3) {
	top: 20px
}
.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
	width: 0
}
.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}
.yd_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ff0000;
	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: 33.33%;
	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: 999999;
	background: #fff;
	width: 250px;
	font-size: 14px;
	line-height: 40px;
	top: 50px;
	right: -100%;
	border-top: 3px #eee solid;
	border-left: 3px #eee solid;
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	transition: right ease 0.35s;
}
.nav_show {
	right: 0
}
.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-bottom: 1px #ddd solid;
	padding-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li>ul>li {
	border-top: 1px #eee solid;
	font-size: 14px;
	line-height: 40px;
	padding-left: 10px;
	position: relative
}
.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: #ff0000;
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
header {
	height: 120px
}
.logo {
	float: left;
	width: 180px;
	padding-top: 23px
}
.head {
	float: right;
	width: 660px
}
.tel {
	float: right;
	height: 50px;
	line-height: 50px;
	background: url(../images/index_06.jpg) no-repeat left center;
	padding-left: 25px;
	font-size: 22px;
	color: #ff0000
}
.nav {
	float: right;
	width: 770px
}
.nav>ul {
	line-height: 70px
}
.nav>ul>li {
	float: left;
	width: 110px;
	text-align: center;
	position: relative;
	z-index: 99;
}
.nav>ul>li:before {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #ff0000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all ease 0.35s;
	transform: translateX(-50%);
}
.nav>ul>li:hover:before {
	width: 100%
}
.nav>ul>li>a {
	color: #666;
	font-size: 16px
}
.nav ul li>ul {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background: #eee;
	text-align: center;
	line-height: 40px;
	display: none
}
.nav ul .nav_cp>ul {
	width: 170px;
	left: -30px
}
.nav ul li>ul>li {
	border-bottom: 1px #ddd solid;
	position: relative;
}
.nav ul li>ul>li a {
	color: #666
}
.nav ul li ul li ul {
	position: absolute;
	top: 0;
	left: 170px;
	width: 200px;
	border-left: 1px #d6d6d6 solid;
	background: #e0e0e0
}
.nav ul li ul li ul li {
	border-top: 1px #d6d6d6 solid;
}
.nav ul li:hover>ul {
	display: block;
}
.nav ul li ul li:hover {
	background: #e0e0e0
}
.nav ul li ul li ul li:hover {
	background: #ff0000
}
.nav ul li ul li ul li:hover a {
	color: #fff
}
.banner{width: 100%;overflow: hidden}
.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;
}

.index {
	padding: 3% 0
}
.title {
	text-align: center;
}
.title hgroup {
	font-size: 36px;
	color: #666;
	font-weight: bold;
	background: url(../images/index_03.png) no-repeat center center;
}
.title section {
	color: #999;
	max-width: 600px;
	margin: auto;
}
.index_about a {
	overflow: hidden;
}
.index_about figure {
	float: left;
	width: 45%;
	border: 3px #e3e3e3 solid;
	overflow: hidden;
}
.index_about figure img {
	transition: all ease 0.35s
}
.index_about main {
	width: 55%;
	float: left;
	padding-left: 30px;
	overflow: hidden;
}
.index_about main hgroup {
	font-size: 18px;
	color: #c94242;
	font-weight: bold;
}
.index_about main hgroup span {
	display: block;
	font-weight: normal;
	color: #838383;
	font-size: 14px
}
.index_about main section {
	margin-top: 15px;
	color: #999999;
	font-size: 16px;
	text-indent: 2em
}
.index_about main button {
	width: 140px;
	text-align: center;
	background: #727272;
	border-radius: 20px;
	line-height: 40px;
	color: #fff;
	float: right;
}
.index_about:hover figure img {
	transform: scale(1.1);
}
.index_about:hover main button {
	box-shadow: inset 3px 3px 7px rgba(0,0,0,0.3);
}
.index_about_by img {
	margin: auto;
	margin-top: 30px;
	display: block;
}
.pro {
	overflow: hidden;
}
.pro_left {
	float: left;
	width: 600px;
}
.pro ul li {
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
}
.pro ul li img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 1s;
	opacity: 0
}
.pro ul li .yc {
	width:90%;
	height:90%;
	position: absolute;
	top:5%;
	left:5%;
	background: rgba(0,0,0,0);
	padding: 20px;
	transition: all ease 1s;
}
.pro ul li h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: #ff0000;
	display: inline-block;
	padding: 2px 25px
}
.pro ul li h3 {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	opacity: 0;
}
.pro ul li h3 a {
	color: #fff;
	margin-top: 20px;
	opacity: 0;
	transition: all linear 0.5s;
	display: inline-block;
}
.pro ul li h3 a:hover {
	color: #ff0000;
}
.pro ul li:hover img:nth-of-type(2) {
	opacity: 1
}
.pro ul li:hover h3 {
	opacity: 1
}
.pro ul li:hover .yc {
	background: rgba(0,0,0,0.4);
}
.pro ul li:hover h3 a {
	opacity: 1;
	margin: 0
}
.pro ul li:hover h2 {
	background: none;
}
.margin-top1 {
	margin-top: 3%
}
.margin-top2 {
	margin-top: 2%
}
.margin-bottom2 {
	margin-bottom: 2%;
}
.index_case ul {
	overflow: hidden;
	
}
.index_case ul li {
	float: left;
	width:22%;
	margin: 1.5%;;
}
.index_case ul li figure {
	overflow: hidden;
	position: relative;
}
.index_case ul li figure img {
	transition: all ease .35s
}
.index_case ul li figure img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.5);
}
.index_case ul li hgroup {
	font-size: 16px;
	text-align: center;
	background: #545454;
	color: #fff;
	line-height: 40px
}
.index_case ul li:hover figure img:last-child {
	opacity: 1;
	transform: scale(1);
}
.index_case ul li:hover hgroup {
	background: #bb3333
}
.index_case ul li:hover figure img:first-child {
	transform: scale(1.1);
}
.lb_dk {
	position: relative;
	width: 100%;
}
.prev, .next {
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.prev {
	left: 0;
}
.next {
	right: 0px;
}
.lb_xk {
	position: relative;
	width: 95%;
	overflow: hidden;
	margin: auto;
}
.lb_xk ul {
	width: 100%
}
.lb_xk li {
	float: left;
	margin: 0 2%;
	width: 21%;
}
.index_honer ul li hgroup {
	overflow: hidden;
	background: #a6a6a6;
	padding: 0 10px;
	line-height: 40px;
	color: #444
}
.index_honer ul li hgroup span {
	float: right;
	border-left: 1px #bababa solid;
	height: 40px;
	width: 40px;
	display: block;
}
.index_honer ul li hgroup span img {
	padding-top: 10px;
	padding-left: 15px
}
footer {
	background: #d2d2d2
}
.footer_lx {
	background: url(../images/footerbg_03.jpg) no-repeat center top;
	overflow: hidden;
	height: 155px
}
.footer_lx ul li {
	width: 33.333%;
	float: left;
	padding: 20px;
}
.footer_lx ul li a {
	display: flex;
}
.footer_lx ul li a figure {
	width: 70px;
	padding-top: 20px;
}
.footer_lx ul li main {
	flex: 1;
	margin-left: 15px;
	border-left: 1px #f54f4f solid;
	padding-left: 15px
}
.footer_lx ul li main hgroup {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.footer_lx ul li main span {
	display: block;
	width: 50px;
	height: 3px;
	background: #be0202;
	margin: 10px 0
}
.footer_lx ul li main section {
	color: #fff
}
.footer_nav {
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px
}
.footer_nav ul li {
	width: 200px;
	float: left;
	padding: 0 30px;
	border-right: 1px #c0c0c0 solid;
	height: 200px
}
.footer_nav ul li h1 a {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px #f10303 solid;
	display: inline-block;
	line-height: 30px
}
.footer_nav ul li a {
	color: #888;
}
.footer_nav ul li:last-child {
	border: 0
}
.copy {
	background: #efefef;
	border-top: 3px #ff0000 solid;
	padding: 20px 0
}
.copy a {
	display: inline-block;
	color: #666
}
.copy a:hover {
	color: #f10303
}
.footer_nav ul li a:hover {
	color: #f10303
}
/********************************************关于我们******************************************************/
.caption {
	background: url(../images/gsjs_02.jpg) no-repeat center top;
	height: 299px;
	overflow: hidden
}
.caption .cop {
	float: left;
	padding-top: 77px;
}
.capt .cop h1 {
	color: #fff
}
.capt .cop h2 {
	color: #fff
}
.capt .cop h2 a {
	color: #fff
}
.cop h1 {
	font-size: 40px;
	color: #ff0000;
	font-weight: bold
}
.cop h2 {
	background: url(../images/dw_03.png) no-repeat left center;
	padding-left: 25px;
	font-size: 16px;
	margin-left: 65px
}
.cop h2 a {
	display: inline-block;
	color: #1c1c1c
}
.cop h2 a:hover {
	color: #ff0000
}
.cop h2 a:last-child {
	color: #ff0000
}
.caption img:nth-of-type(1) {
	float: right
}
.mbx {
	border-bottom: 4px #ddd double;
}
.mbx .center {
	text-align: center
}
.mbx .center a {
	display: inline-table;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	margin: 0 20px;
	position: relative
}
.mbx .center a:after {
	content: "";
	height: 2px;
	position: absolute;
	bottom: -3px;
	width: 0;
	background: #ff0000;
	left: 50%;
	transition: all ease 0.35s;
	transform: translateX(-50%);
}
.mbx .center a:hover:after {
	width: 100%
}
.mbx .center .mbx_se:after {
	width: 100%
}
.gsjj {
	line-height: 30px;
	color: #666
}
.gsjj img {
	margin: 15px 0
}
.qyewh .center {
	display: flex;
}
.qyewh figure {
	flex: 1;
}
.qyewh main {
	flex: 1;
	background: url(../images/qywh_05.jpg);
	background-size: 100% 100%;
	margin-left: 30px;
	padding: 30px
}
.qyewh main hgroup {
	font-size: 20px;
	color: #c73737;
	font-weight: bold;
}
.qyewh main hgroup span {
	font-size: 16px;
	color: #c9c9c9;
	font-family: 'italic';
	margin-left: 10px
}
.qyewh main section {
	font-size: 15px;
	line-height: 36px
}
.zzry {
	background: url(../images/honer_03.jpg) no-repeat center top;
	height: 400px;
}
.zzry section {
	max-width: 750px;
	padding: 50px 50px 30px 180px;
	margin: auto;
	font-size: 16px;
	color: #999;
	line-height: 36px
}
.honer ul {
	overflow: hidden;
}
.honer ul li {
	width: 15%;
	margin:0 0.8%;
	float: left;
}
/********************************************新闻中心******************************************************/
.news {
	margin-bottom: 40px
}
.news li a {
	display: flex;
	margin-top: 20px
}
.news li figure {
	width: 495px;
}
.news li main {
	flex: 1;
	background: #f1f1f1;
	padding: 30px;
	overflow: hidden
}
.news li main hgroup {
	font-size: 18px;
	color: #555;
	font-weight: bold;
}
.news li main time {
	background: url(../images/news_03.jpg) no-repeat left center;
	padding-left: 15px;
	color: #999
}
.news li main button {
	background: url(../images/news_05.jpg) no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
	color: #999
}
.sj {
	border-bottom: 1px #ff0000 solid;
	padding-bottom: 10px
}
.news li main section {
	line-height: 30px;
	margin-top: 15px;
	color: #999
}
.news li main span {
	width: 140px;
	text-align: center;
	background: #727272;
	border-radius: 20px;
	line-height: 40px;
	color: #fff;
	float: right;
}
.news li:hover span {
	background: #ff0000
}
.fanye {
	text-align: center;
}
.fanye a {
	display: inline-table;
	width: 30px;
	line-height: 30px;
	margin: 0 5px;
	background: #eee;
	color: #444;
	font-size: 12px
}
.fanye .fanye_se {
	color: #fff;
	background: #ff0000
}
.fanye a:hover {
	color: #fff;
	background: #ff0000
}
/********************************************产品中心******************************************************/
.con {
	display: flex;
}
.con_left {
	width: 300px;
}
.con_left ul {
	background: url(../images/leftnav_03.jpg) no-repeat left top;
	margin-top: 3px;
	padding: 20px
}
.con_left ul li {
	border-bottom: 1px #d0d0d0 solid;
	line-height: 50px
}
.con_left ul li hgroup {
	overflow: hidden;
}
.con_left ul li hgroup a {
	color: #333;
	font-size: 16px;
	float: left;
}
.con_left ul li hgroup font {
	font-family: 'italic';
	font-size: 20px;
	color: #333;
	margin-right: 10px
}
.con_left ul li span {
	float: right;
	transition: all ease 0.35s;
	cursor: pointer;
}
.con_left ul li span img {
	margin-top: 20px
}
.con_left ul li dl {
	display: none;
	line-height: 40px
}
.con_left ul li dl a {
	color: #666
}
.con_left ul li dl a:hover {
	color: #ff0000
}
.con_left ul li dl .left_se_se a {
	color: #ff0000
}
.con_left ul .left_se hgroup {
	border-bottom: 1px #ff0000 solid;
}
.con_left ul .left_se hgroup a {
	color: #ff0000
}
.con_left ul .left_se hgroup font {
	color: #ff0000
}
.con_left ul .left_se hgroup span img {
	transform: rotate(90deg);
	margin-right: 10px
}
.con_left ul .left_se dl {
	display: block;
}
.con_right {
	flex: 1;
	margin-left: 30px;
	width: 50%
}
.con_right .product {
	overflow: hidden;
}
.con_right .product li {
	float: left;
	width:30%;
	margin:1.5%
}
.con_right .product li hgroup {
	line-height: 40px;
	background: #ddd;
	border-top: 3px #666 solid;
	padding: 0 10px;
	color: #555
}
.con_right .product li:hover hgroup {
	color: #ff0000
}
.cp_jj {
	overflow: hidden;
}
.cp_jj figure {
	width: 50%;
	float: left;
}
.cp_jj main {
	float: left;
	width: 50%;
	padding-left: 30px
}
.con_right h1 {
	font-size: 20px;
	color: #666;
	font-weight: bold;
	display: inline-block;
}
.cp_jj main hgroup {
	font-size: 16px;
	border-bottom: 1px #ff0000 solid;
}
.cp_jj main section {
	margin-top: 20px
}
.cp_td dl {
	overflow: hidden;
	margin-top: 30px
}
.cp_td dl dt {
	width: 130px;
	text-align: center;
	padding-left: 15px;
	background: #7c7c7c;
	color: #fff;
	border-radius: 6px;
	line-height: 40px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.cp_td dl dt span {
	display: block;
}
.cp_td dl .cp_td_se {
	background: #ff0000
}
.cp_td ul li {
	display: none
}
.cp_td ul {
	margin-top: 10px;
	background: #eee;
	padding: 20px;
	border-right: 3px #ff0000 solid;
	border-bottom: 3px #ff0000 solid
}
.fanhui {
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 3px #bcbcbc solid
}
.fanhui section {
	float: left;
}
.fanhui section:last-child {
	float: right;
}
.fanhui section a {
	color: #555
}
/********************************************服务支持******************************************************/
.fwzc {
	margin: 30px 0
}
.fwzc li {
	overflow: hidden;
	width: 100%;
	font-size: 16px;
	line-height: 70px;
	border-bottom: 1px #ddd solid;
}
.fwzc li a {
	color: #666;
}
.fwzc li span {
	float: right;
	font-size: 14px;
	color: #999
}
.fwzc li:hover a {
	color: #ff0000
}
.fwzc li:hover span {
	color: #ff0000
}
/********************************************联系我们******************************************************/
.lxwm ul {
	overflow: hidden;
}
.lxwm ul li {
	background: url(../images/lxwm_03.jpg) no-repeat left 20px top 20px, url(../images/lxwm_14.jpg) no-repeat right 20px bottom 20px, #eee;
	float: left;
	width:30%;
	margin:1.5%;
	height: 130px;
	padding: 40px;
}
.lxwm ul li hgroup {
	font-size: 16px;
	color: #555;
	padding-left: 70px
}
.lxwm ul li hgroup span {
	font-size: 18px;
	color: #666;
	display: block;
	font-weight: bold;
}
.lxwm ul li:nth-of-type(1), .lxwm ul li:nth-of-type(2) {
	width:47%
}
.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
}
#dituContent {
	width: 100%;
	border: 3px #ff0000 solid;
	height: 500px
}
#dituContent img {
	max-width: none;
}
.map {
	margin-bottom: 40px;
	padding: 10px
}
.BMap_Marker {
	background: url(http://zg-hyl.com/blog/song_images/map2.png)!important;/*可以选择图片map1.png或者map2.png*/
}
.BMap_Marker div {
	display: none
}
.news_show hgroup {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.news_show section {
	line-height: 30px;
	color: #666;
	margin-top: 20px
}

@media screen and (max-width:1200px) {
.center {
	max-width: 1000px;
	padding: 0 15px
}
header {
	display: none
}
.pro {
	overflow: hidden;
}
.pro_left {
	width: 480px;
}
.pro_right {
	width: 480px;
	float: right;
}
.pro ul li:hover h2 {
	display: none
}
.pro ul li .yc {
	padding: 10px
}
.pro ul li h3 {
	margin-top: 0
}
.footer_nav ul li {
	width: 160px
}
.copy {
	margin-bottom: 54px
}
.qyewh main section {
	font-size: 12px;
	line-height: 24px;
}
}

@media screen and (max-width:1000px) {
.center {
	max-width: 768px;
	padding: 0 15px
}
.index_about figure {
	width: 100%;
}
.index_about figure img {
	width: 100%
}
.index_about main {
	width: 100%;
	padding-left: 0
}
.index_about_bg {
	background-size: 100% 100%!important
}
.pro_left, .pro_right {
	width: 600px;
	margin: auto;
	float: inherit;
}
footer {
	display: none;
}
.qyewh .center {
	display: block;
}
.qyewh figure img {
	margin: auto;
}
.qyewh main {
	margin-left: 0;
	margin-top: 20px
}
.qyewh main section {
	font-size: 15px;
	line-height: 36px
}
.honer ul li {
	width:31%;
	margin: 0.8%
}
.news li a {
	display: block;
}
.news li figure {
	width: 100%
}
.con_right .product li {
	width:47%;
}
.cp_jj figure {
	width: 100%
}
.cp_jj main {
	width: 100%;
	padding-left: 0;
	margin-top: 20px
}
.cp_td dl dt {
	width: 110px;
	padding-left: 0
}
.cp_td dl dt span {
	background: none!important;
}
.lxwm ul li {
	width: 100%!important;
	margin: 10px 0;
	height: auto
}
}

@media screen and (max-width:768px) {
.pro_left, .pro_right {
	width: auto;
}
.lb_xk li {
	width: 29%
}
}

@media screen and (max-width:450px) {
.index {
	padding: 20px 0
}
.margin-top1 {
	margin-top: 20px
}
.margin-top2 {
	margin-top: 10px
}
.margin-bottom2 {
	margin-bottom: 10px;
}
.title hgroup {
	font-size: 26px
}
.index_case ul li {
	width: 47%;
}
.index_case_bg {
	background-size: 100% 100%!important
}
.lb_xk li {
	width: 46%
}
.zzry section {
	padding: 10px;
}
.honer ul li {
	width:48.4%;
}
.news li main {
	padding: 10px
}
.caption .cop {
	padding-top: 20px
}
.caption {
	height: 155px;
	background-size: cover!important;
	background-position: right top!important;
}
.cop h1 {
	font-size: 30px
}
#dituContent {
	height: 300px
}
.con {
	display: block;
}
.con_left {
	display: none
}
.con_right {
	margin-left: 0;
	width: 100%
}
.fwzc li {
	line-height: 30px
}
}
