@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

body {
	font: 14px "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;
	background: #fff;
}

img {
	border: 0;
	display: block
}

.down {
	background: #ddd;
	text-align: center;
	padding: 50px 0px;
}

.bg-gray {
	background: #ddd;
}

.bg-white {
	background: #fff;
}

.morewwww {
	position: fixed;
	right: 50px;
	top: 0px;
	line-height: 60px;
	width: 60px;
	color: #fff;
	text-align: center;
}

.morewww i {
	line-height: 60px;
}

.tiaozhuan {
	background: rgba(0, 0, 0, .6);
	line-height: 30px;
	display: none;
}

.tiaozhuan a {
	color: #fff !important;
	width: 100%;
	display: block;
	text-align: center;
}

.tiaozhuan a:hover {
	font-weight: 900;
}

div.search {
	padding: 10px 0;
}

.search .hot-search {
	float: left;
	display: block;
	width: 600px;
}

.hot-search li {
	display: inline-block;
	line-height: 36px;
	margin-right: 10px;
}

.search .formlfet {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.searchform {
	position: relative;
	width: 300px;
	margin: auto;
}

input,
button {
	border: none;
	outline: none;
}

input {
	width: 90%;
	height: 32px;
	padding-left: 13px;
}

button {
	height: 36px;
	cursor: pointer;
	position: absolute;
	width: 36px;
}

.bar6 {
	background: #ddd;
}

.bar6 input {
	border: 2px solid #ddd;
	top: 0;
	right: 0;
	background: transparent;
	border-radius: 5px;
}

.bar6 button {
	background: #777;
	width: 60px;
	top: 0;
	right: 0;
	border-radius: 0 5px 5px 0;
}

.bar6 button:before {
	content: "搜索";
	font-size: 13px;
	color: #F9F0DA;
}

.mr10 {
	margin-right: 10px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

.myred {
	color: #ff0000;
}

.blank {
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: auto;
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}
table {
  border-collapse: collapse;
  margin: 20px 0px;
}

table, th, td {
  border: 1px solid #999;
  padding: 5px;
  vertical-align: middle; /* 设置垂直居中 */
}
td p{
    margin: 0px !important;
}
header {
	position: fixed;
	z-index: 999;
	background: rgba(0, 0, 0, .6);
	top: 0;
	width: 100%;
	transition: all .5s;
}

header.is-fixed {
	background: #000;
}

.logo {
	position: absolute;
	left: 5%;
}

.logo img {
	height: 60px;
}

.topnav {
	width: 100%;
	height: 60px;
}

.topnav h2 {
	color: #fff;
	height: 40px;
	position: fixed;
	font-weight: normal;
	display: none;
	top: 0;
	line-height: 40px;
}

.topnav h2 a {
	color: #fff;
}

nav {
	text-align: center;
	width: 1200px;
	margin: auto;
	line-height: 60px;
}

#starlist li {
	position: relative;
	font-weight: 500;
	display: inline-block;
	width: 10%;
	font-size: 16px;
}

#starlist li a {
	display: block;
	color: #fff;
}

#starlist li:hover {
	background: rgb(0, 0, 0);
}

a#selected {
	background: rgb(214, 26, 26);
}

#starlist ul.sub li {
	width: 100%;
	float: left;
	background: rgb(214, 26, 26);
	font-size: 16px;
}

#starlist ul.sub li a {
	padding: 0;
	display: none;
	width: 100%;
}

#starlist ul.sub li a:hover {
	background: rgba(239, 58, 58);
}

#starlist ul.sub {
	position: absolute;
	width: 100%;
	line-height: 44px;
	transition: all .5s;
	z-index: 9;
	opacity: 0;
	left: 0;
	top: 80px;
}

#starlist ul.sub:before {
	content: "";
	border-bottom: 0;
	-webkit-transform: rotate(-45deg);
	left: 42%;
	display: none;
	transform: rotate(-45deg);
	top: -8px;
	-moz-transform: rotate(-45deg);
	position: absolute;
	border-left: 0;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	height: 15px;
	width: 15px;
	background: rgb(214, 26, 26);
}

#starlist li:hover ul.sub {
	opacity: 1;
	top: 60px;
}

#starlist li:hover ul.sub li a {
	display: block
}

#starlist li:hover ul.sub:before {
	display: block
}

#mnavh {
	display: none;
	text-align: center;
	width: 50px;
	height: 40px;
}

.navicon {
	display: block;
	background-color: #fff;
	height: 3px;
	margin-left: 10px;
	float: left;
	width: 30px;
	position: relative;
	margin-top: 20px;
}

.navicon:before,
.navicon:after {
	content: '';
	height: 3px;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	background: #fffefe;
	-webkit-transition-property: margin, -webkit-transform;
	display: block;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	position: absolute;
	transition-property: margin, -webkit-transform;
	width: 30px;
}

.navicon:before {
	margin-top: -10px;
}

.navicon:after {
	margin-top: 10px;
}

.open .navicon {
	background: none
}

.open .navicon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .navicon:after {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.open .navicon:before,
.open .navicon:after {
	content: '';
	height: 3px;
	width: 30px;
	display: block;
	position: absolute;
	background: #fff;
}

.menu:after {
	margin-left: 80%;
	display: none;
	border-width: 4px 4px 0;
	border-style: solid;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	border-color: #fff transparent transparent;
	-ms-transition: all .5s ease;
	right: 1px;
	content: "";
	height: 0;
	-webkit-transition: all .5s ease;
	width: 0;
	-o-transition: all .5s ease;
	top: 14px;
	position: absolute;
}

.data {
	overflow: auto;
	margin: 30px 0px;
}

.data li {
	float: left;
	vertical-align: top;
	overflow: hidden;
	width: 25%;
	line-height: 40px;
	display: inline-block;
	text-align: center;
}

.box {
	width: 1200px;
	margin: auto;
	overflow: auto;
}

.banner {
	width: 100%;
	height: 900px;
	float: left;
	overflow: hidden;
}

.ban-img {
	height: 900px;
}

.swiper-container {
	height: 900px;
}

.fader {
	position: relative;
	overflow: hidden;
	padding-top: 40%;
	font-family: "futura", arial;
	width: 100%;
}

.fader .slide {
	position: absolute;
	opacity: 0;
	z-index: 1;
	width: 100%;
	top: 0;
}

.fader .slide img {
	width: 100%;
	height: 100%;
	margin: auto;
}

.fader .prev,
.fader .next {
	position: absolute;
	opacity: 0;
	top: 50%;
	margin-top: -25px;
	line-height: 73px;
	width: 73px;
	height: 73px;
	transition: all 150ms;
	z-index: 4;
	left: 50px;
	cursor: pointer;
}

.fader .prev {
	background: url(../images/left1s.png) no-repeat
}

.fader .next {
	left: auto;
	right: 50px;
	background: url(../images/right1s.png) no-repeat
}

.fader .pager_list {
	position: absolute;
	width: 100%;
	line-height: 40px;
	bottom: 0;
	text-align: center;
	height: 26px;
	z-index: 4;
	padding: 0;
}

.fader .pager_list li {
	display: inline-block;
	transition: all 150ms;
	opacity: .9;
	text-indent: -9999px;
	margin: 0 7px;
	height: 8px;
	background: #fff;
	cursor: pointer;
	width: 100px;
}

.fader .pager_list li:hover,
.fader .pager_list li.active {
	opacity: 1;
	background: #FCD201;
}

.banner:hover .fader_controls .page.prev {
	opacity: .7;
	left: 20px
}

.banner:hover .fader_controls .page.next {
	opacity: .7;
	right: 20px
}

.imginfo {
	z-index: 9;
	text-overflow: ellipsis;
	overflow: hidden;
	bottom: 12%;
	right: 0;
	color: #FFF;
	position: absolute;
	overflow: hidden;
	font-size: 26px;
	left: 0;
	display: block;
	white-space: nowrap;
	display: block;
	text-align: center
}

.scon {
	text-align: center;
	margin-bottom: 10px
}

.scon a {
	margin: 0px 10px;
}

.search {
	background: #FFF;
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.input_text {
	padding-left: 5px;
	line-height: 47px;
	width: 80%;
	float: left;
	height: 45px;
	border: 0;
	outline: none;
}

.input_submit {
	background: url(../images/ss_03.jpg) no-repeat center;
	width: 10%;
	border: none;
	line-height: 47px;
	height: 45px;
	font-size: 30px;
	outline: none;
	float: right;
	cursor: pointer;
	color: #FFF;
}

.notice {
	width: 1200px;
}

.notice .tab-hd {
	height: 44px;
	text-align: center;
	margin-bottom: 35px;
	overflow: hidden;
}

.notice .tab-hd ul {}

.notice .tab-hd li {
	display: inline-block;
	font-size: 16px;
	width: 184px;
	color: #2e2e2e;
	height: 42px;
	line-height: 42px;
	margin-right: 1px;
	border: 1px solid #ff0000;
}

.notice .tab-hd li.on a {
	background: #ff0000;
	color: #fff;
}

ul.tab-nav a {
	display: block;
}

.Box_con {
	position: relative;
	margin-bottom: 40px
}

.Box_con .btnl {
	position: absolute;
}

.Box_con .btn {
	display: block;
	position: absolute;
	width: 65px;
	top: 80px;
	height: 65px;
	cursor: pointer;
}

.Box_con .btnl {
	background: url(../images/cp2.jpg) no-repeat center;
	left: -72px;
}

.Box_con .btnr {
	background: url(../images/cp1.jpg) no-repeat center;
	right: -72px;
}

.Box_con .btnl:hover {
	background: url(../images/cp3.jpg) no-repeat center;
}

.Box_con .btnr:hover {
	background: url(../images/cp4.jpg) no-repeat center;
}

.Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box_con .conbox ul {
	position: relative;
	overflow: hidden;
	height: 300px;
	list-style: none;
}

.Box_con .conbox ul li {
	float: left;
	width: 385px;
	height: 300px;
	overflow: hidden;
	margin-left: 20px;
}

.Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box_con .conbox ul li img {
	display: block;
	height: 250px;
	transition: all 0.5s;
	width: 385px;
}

.Box_con .conbox ul li p {
	height: 50px;
	line-height: 50px
}

.Box_con .conbox ul li span {
	float: right;
	text-align: center;
	line-height: 34px;
	height: 34px;
	width: 100px;
	background: #fcd201;
	margin-top: 10px
}

.Box_con .conbox ul li span a {
	color: #333;
	display: block;
}

.xz {
	padding-top: 25px;
	height: 385px;
	background: #395dba url(../images/xz_02.jpg) no-repeat center 110px;
}

.xz h3 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px
}

.xz h3 em {
	font-size: 30px;
	color: #fcd201;
	font-style: normal;
}

.xz h3 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "arial";
	color: #8295d0;
	background: url(../images/xz.jpg) no-repeat center 10px;
}

.xz p {
	position: relative;
	color: #2e2e2e;
	margin-top: 60px;
	height: 65px;
	font-size: 17px;
	width: 255px;
	padding: 16px 10px 0 164px;
	background: #fff;
	line-height: 26px
}

.xz p span {
	display: block;
	font-size: 40px;
	line-height: 96px;
	width: 96px;
	text-align: center;
	position: absolute;
	height: 96px;
	color: #fff;
	background: url(../images/xz1.jpg) no-repeat;
	left: 16px;
	top: -48px;
	font-family: "arial"
}

.ys {
	margin-top: 60px;
}

.ys h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #b8b8b8;
}

.ys h4 p {
	font-weight: bold;
	color: #2e2e2e;
	font-weight: bold;
	font-size: 30px;
	background: url(../images/ys1_03.jpg) no-repeat center 18px;
	display: block;
	margin-bottom: 5px
}

.ys h4 p span {
	color: #ff0000
}

.ys dl dt {
	background: url(../images/ys_03.jpg) no-repeat 0 0;
	height: 230px
}

.ys dl dt span {
	overflow: hidden;
	display: block;
}

.ys dl dt span i {
	font-style: normal;
	display: block;
	text-align: center;
	width: 69px;
	margin-right: 25px;
	font-size: 24px;
	color: #352e2e;
	float: left;
	padding-top: 35px;
	font-family: "arial";
}

.ys dl dt span em {
	font-style: normal;
	color: #c2c2c2;
	width: 407px;
	font-size: 10px;
	overflow: hidden;
	float: left;
	text-transform: uppercase;
}

.ys dl dt span b {
	display: block;
	color: #ff0000;
	font-size: 22px;
	padding: 15px 0 5px 0;
}

.ys dl dt p {
	background: url(../images/ys_03.gif) no-repeat 97px 12px;
	padding-left: 114px;
	display: block;
	font-size: 14px;
	color: #2e2e2e;
	line-height: 35px;
}

.ys1 {
	position: relative;
	height: 460px;
	overflow: hidden;
	margin-top: 75px
}

.ys1 dd {
	position: absolute;
	right: 0;
	top: 0
}

.ys2 {
	position: relative;
	height: 502px;
	overflow: hidden;
}

.ys2 dt {
	width: 645px;
	float: right;
}

.ys2 dd {
	position: absolute;
	left: 0;
	top: 10px
}

.jz h3 {
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 30px;
	font-size: 18px;
	font-family: "arial";
	color: #b8b8b8;
	font-weight: normal;
}

.jz h3 a {
	display: block;
	color: #2e2e2e;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 30px;
}

.jz ul li {
	width: 25%;
	float: left;
	text-align: center
}

.jz ul li a {
	display: block;
}

.jz ul li img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	min-height: 200px;
}

.jz {
	margin-top: 20px;
}

.jz i {
	overflow: hidden;
	width: 95%;
	height: 200px;
	margin: auto;
	display: block;
}

.jz i img {
	width: 96%;
	vertical-align: middle;
	display: inline-block;
	transition: .5s;
}

.jz .ptitle {
	margin: 5px 0px 15px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.jz i:hover img {
	transform: scale(1.1);
}

.produ {
	width: 60%;
}

.fa-dh {
	width: 80%;
	margin: auto;
	margin-bottom: 20px !important;
	overflow: auto;
}

.fa-dh li {
	display: inline-block;
	width: 20% !important;
	margin-bottom: 10px;
	text-align: center;
	height: 37px;
	overflow: h;
	line-height: 37px;
}

.hd-news {
	margin-top: 50px;
}

.hd-news .fa-dh {
	width: 40%;
}

.hd-news .fa-dh li {
	width: 33.33% !important;
}

.fa-dh li.on a {
	border: 1px solid #ddd;
	background: #ddd;
	font-weight: 900;
	color: #333;
}

.fa-dh li a {
	border: 1px solid #ddd;
	width: 90%;
	border-radius: 5px;
	display: inline-block !important;
}

.prod {
	margin-top: 20px;
}

.produ li {
	width: 20% !important;
}

.zj {
	padding: 40px 0px;
	overflow: hidden
}

.zj .box {
	border-color: #d6d6d6;
	padding: 20px;
}

.zj h3 {
	text-align: center;
	color: #b8b8b8;
	font-family: "arial";
	font-size: 18px;
	margin-bottom: 30px;
	letter-spacing: 6px;
	font-weight: normal;
}

.zj h3 span {
	color: #ff0000
}

.zj dl {
	overflow: hidden;
	padding-bottom: 20px
}

.zj dl dt {
	width: 500px;
	max-width: 100%;
	padding-left: 45px;
	float: left;
	line-height: 45px;
}

.tc {
	width: 50%;
	text-align: center;
	float: left;
	padding: 10px 0px;
	background: #ddd;
}

.tc div {
	width: 100%;
	overflow: auto;
}

.tc .p-title {
	padding-top: 10px;
}

.gs-box {
	color: #fff;
	background: url(../picture/gs.jpg) no-repeat center center;
	background-size: cover;
}

.gs-box b {
	font-size: 20px;
}

.gs-box strong {
	font-size: 16px;
}

.gs-box h3 {
	margin-top: 30px;
}

.gs-box h3 a {
	color: #fff;
}

.gsimg img {
	width: 100%;
	max-width: 100% !important;
}

.zj dl dt img {
	border-radius: 5px;
	max-width: 90%;
	margin: auto;
}

.zj dl dd {
	width: 500px;
	font-size: 14px;
	padding-right: 45px;
	line-height: 45px;
	color: #fff;
	float: right;

}

.formlfet form{
    
    position: relative;
}

.zj dl h4 {
	color: #9f9f9f;
	font-weight: normal;
	padding-bottom: 30px;
	font-size: 14px;
}

.zj dl h4 a {
	display: block;
	color: #2e2e2e;
	padding-top: 30px;
	font-size: 24px;
}

.zj dl h4 a:hover {
	font-weight: bold;
}

.zj dl p {
	display: block;
	margin-top: 10px;
}

.zj dl p a {
	display: inline-block;
	background: #ff0000;
	line-height: 34px;
	color: #fff;
	height: 34px;
	font-size: 14px;
	margin-right: 1px;
	text-align: center;
	width: 100px;
}

.zj dl p a.cur {
	background: #fcd201;
	color: #4b3f2c;
	width: 125px
}

.zj dl p a:hover {
	font-weight: bold;
}

.zj dl span {
	text-indent: 30px;
	display: block;
}

.list {
	margin: 20px 0px;
	overflow: auto;
}

.list .item {
	text-align: center;
	overflow: auto;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	width: 50%;
}

.list .item a:hover {

	font-weight: 900;
	line-height: 35px;
}

.lista {
	color: #333;
	display: inline-block;
	background: #ddd;
	width: 80%;
	border: 1px solid#ddd;
	padding: 5px 0px;
	border-radius: 2px;
}

.gd_con {
	position: relative;
	margin-bottom: 40px
}

.gd_con .conbox {
	position: relative;
	overflow: hidden;
}

.gd_con .conbox ul {
	position: relative;
	height: 164px;
	list-style: none;
	overflow: hidden;
}

.gd_con .conbox ul li {
	float: left;
	margin-left: 23px;
	height: 164px;
	width: 217px;
	overflow: hidden;
}

.gd_con .conbox ul li:first-child {
	margin-left: 0;
}

.gd_con .conbox ul li img {
	display: block;
	transition: all 0.5s;
	height: 158px;
	width: 211px;
	border: 3px #FDD201 solid;
}

.gd_con .conbox ul li p {
	height: 50px;
	line-height: 50px
}

.gd_con .conbox ul li span {
	float: right;
	height: 34px;
	line-height: 34px;
	width: 100px;
	text-align: center;
	background: #fcd201;
	margin-top: 10px
}

.gd_con .conbox ul li span a {
	color: #333;
	display: block;
}

.gray {
	padding-top: 10px;
	background: #f0f0f0;
	overflow: hidden;
}

.gsnews {
	width: 690px;
}

.gsnews .tab-hd {
	height: 44px;
	overflow: hidden;
	margin-bottom: 35px;
}

.gsnews .tab-hd li {
	display: inline-block;
	color: #2e2e2e;
	height: 36px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	width: 100px;
	font-weight: bold;
}

.gsnews .tab-hd li.on a {
	background: #ff0000;
	color: #fff;
}

.gsnews dl dt img {
	width: 262px;
	height: 161px;
	float: left;
}

.gsnews dl dd {
	width: 405px;
	float: right;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 24px
}

.gsnews dl dd h4 a {
	display: block;
	color: #2e2e2e;
	font-size: 16px;
	padding: 10px 0 5px 0
}

.gsnews dl dd p a {
	display: block;
	color: #352e2e;
	font-size: 14px;
	height: 34px;
	margin-top: 15px;
	background: #fcd201;
	width: 92px;
	text-align: center;
	line-height: 34px
}

.gsnews dl dd p a:hover {
	font-weight: bold;
}

.gsnews dl {
	height: 161px;
	overflow: hidden;
	margin-bottom: 45px;
}

.gsnews .tab-pal {
	position: relative
}

.gsnews .tab-pal ul li {
	background: url(../images/new_07.jpg) no-repeat 0 7px;
	font-size: 14px;
	padding-left: 20px;
	color: #5a5a5a;
	margin-bottom: 12px
}

.gsnews .tab-pal ul li a {
	display: inline-block;
	font-size: 14px;
	color: #2e2e2e;
	width: 585px;
}

.gsnews .tab-pal ul li a:hover,
.gsnews .tab-pal ul li a.cur {
	color: #ff0000;
	font-weight: bold;
}

.gsnews .tab-pal .more {
	position: absolute;
	top: -70px;
	right: 0
}

.news_r {
	width: 390px;
	float: right
}

.news_r h3 {
	overflow: hidden;
	background: #f0f0f0;
	clear: both;
	height: 36px;
	margin-bottom: 20px
}

.news_r h3 span {
	float: left;
	display: block;
}

.news_r h3 span a {
	display: inline-block;
	font-weight: bold;
	background: #ff0000;
	width: 124px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	height: 36px;
	font-size: 16px;
}

.news_r h3 em a {
	color: #5a5a5a;
	font-size: 12px;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-style: normal;
}

.list_lh {
	height: 440px;
	overflow: hidden;
}

.list_lh ul {
	overflow: hidden;
}

.list_lh li {
	height: 115px;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 18px;
}

.list_lh li h2 {
	color: #2e2e2e;
	background: url(../images/wen.jpg) no-repeat 0 0;
	height: 19px;
	line-height: 19px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 14px;
	padding-left: 35px;
}

.list_lh li p {
	background: url(../images/da.jpg) no-repeat 0 0;
	line-height: 24px;
	font-size: 14px;
	padding-left: 35px;
	color: #2e2e2e;
}

.link {
	overflow: hidden;
	padding: 20px 0px;
	background: #ddd;
}

.link p {
	width: 1200px;
	margin: 0 auto;
	height: 30px;
}

.link p a {
	color: #5a5a5a;
	padding-right: 30px;
	display: inline-block;
	font-size: 14px;
}

.link p b a {
	color: #2e2e2e;
	font-size: 16px;
}

.link span {}

.link span a,.link span b {
	display: inline-block;
	font-size: 14px;
	color: #5a5a5a;
	float: left;
	line-height: 35px;
	padding-right: 42px;
}

.link span .none {
	padding-right: 0
}

footer {
	background: #0f1f2b;
	font-size: 14px;
	color: #a1afb8;
	padding: 20px 0px;

}

.end-logo {
	margin-bottom: 20px
}

.end-nav {
	margin-top: 20px
}

.end-nav li {
	display: inline;
	margin-right: 20px;
	padding-right: 20px;
	position: relative
}

.end-nav li:after {
	position: absolute;
	height: 16px;
	background: #a1afb8;
	content: "";
	bottom: 0;
	width: 1px;
	right: 0;
}

.end-nav li:last-child:after {
	position: absolute;
	height: 16px;
	right: 0;
	content: "";
	background: #a1afb8;
	width: 0px;
	bottom: 0;
}

.end-nav a {
	color: #fff
}

.copyright {
	margin-top: 20px;
}

.copyright a {
	color: #a1afb8;
	margin-right: 10px;
}

.ft-img {
	float: right;
	text-align: center;
	margin-top: 20px;
}

.ft-img li {
	display: inline-block;
	margin: 0 20px
}

.ft-img img {
	width: 180px;
	margin-bottom: 10px
}

.topadcs {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

.topadcs a.fullad {
	height: 500px;
}

.topadcs a {
	display: block;
	margin: 0 auto;
}

.side {
	width: 250px;
	float: left;
	overflow: hidden;
}

.side .place {
	background: #d50c0c;
}

.side .place h2 {
	color: #fff;
	padding-left: 23px;
	text-align: left;
	overflow: hidden;
	font-weight: bold;
	background: #c30808;
	font-size: 18px;
	height: 62px;
	padding-top: 30px;
}

.side .place p {
	color: #fff;
	line-height: 18px;
	display: block;
	text-align: left;
	font: 12px Arial;
	font-size: 12px;
	text-transform: uppercase;
}

.side .place {
	padding-bottom: 12px;
}

.side .place ul {
	margin-top: 12px;
}

.side .place li>a {
	height: 35px;
	display: block;
	font-size: 14px;
	padding-left: 38px;
	line-height: 35px;
	color: #fff;
}

.side #pagecurrent,
.side .place li>a:hover {
	color: #fff;
	background: #c30808;
	font-weight: bold;
}

.side .leftpic {
	margin-top: 20px
}

.side .leftpic h2 {
	color: #352e2e;
	height: 62px;
	padding-left: 23px;
	font-size: 18px;
	padding-top: 30px;
	overflow: hidden;
	background: #fcd201;
	font-weight: bold;
	text-align: left;
}

.side .leftpic p {
	display: block;
	font: 12px Arial;
	color: #b79917;
	line-height: 18px;
}

.side .leftpic ul {
	border: solid 1px #ececec;
	border-top: 0;
	padding: 8px 11px;
}

.side .leftpic ul li {
	overflow: hidden;
	margin: 10px auto 3px;
}

.side .leftpic ul li p {
	text-align: center;
	color: #666
}

.side .leftpic ul li img {
	width: 98%;
	padding: 1px;
	border: solid 1px #ccc;
	margin-bottom: 10px
}

.side .leftpic ul li:hover img {
	border-color: #FCD201;
}

.leftlxs {
	border: 1px solid #486DCD;
	width: 236px;
	overflow: hidden;
	padding: 6px;
	margin: 25px 0;
	text-align: left;
}

.leftlxs h3 {
	border-bottom: 1px solid #ededed;
	font-weight: bold;
	line-height: 63px;
	color: #486DCD;
	font-size: 18px;
	height: 63px;
	margin-bottom: 10px;
}

.leftlxs h3 span {
	color: #c4c4c4;
	font-weight: normal;
	margin-left: 10px;
}

.leftlxs .phone {
	border-bottom: 1px solid #ededed;
	height: 45px;
	margin: 0 7px 20px;
	color: #486DCD;
}

.leftlxs .phone span {
	background: rgba(0, 0, 0, 0) url("../images/tel.png") no-repeat scroll 0 0;
	display: block;
	padding-left: 50px;
	font-size: 12px;
	height: 45px;
}

.leftlxs .phone span b {
	color: #486DCD;
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-top: 2px;
}

.leftlxs p {
	color: #666;
	font-size: 14px;
	width: 224px;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 22px;
}

.leftlxs p span {
	float: left;
	height: 22px;
}

.prmain {
	width: 920px;
	display: inline;
	float: right;
	overflow: hidden;
	margin-bottom: 30px
}

.plc {
	height: 20px;
	border-bottom: 1px solid #ff0000;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	padding-bottom: 8px;
	padding: 8px;
}

.product ul li {
	width: 33%;
	float: left;
	margin: 10px 0 0 0
}

.product ul li i {
	display: block;
	width: 90%;
	margin: auto;
	height: 200px;
	overflow: hidden;
	font-style: normal;
}

.product ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.product i:hover img {
	transform: scale(1.1);
}

.product ul li p {
	margin-top: 20px;
	text-align: center;
}

.product ul .isnew,
#showbox .isnew {
	position: absolute;
	margin-right: 3px;
	color: #fff;
	background: #ff0000;
	padding: 2px 5px;
	border-radius: 2px;
	text-align: center;
}

.product .ptitle {
	margin: 10px 0px 15px;
	overflow: hidden;
	text-align: center;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
}

.news ul {
	padding: 15px 0;
}

.news ul li {
	overflow: hidden;
	margin-bottom: 20px;
	vertical-align: top;
	background: #f4f4f4;
	padding: 22px 25px;
}

.news ul li img {
	display: block;
	width: 240px;
	float: left;
	height: 160px;
	margin-right: 30px;
}

.news ul li h3 {
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 12px;
	height: 28px;
	line-height: 28px;
	padding: 4px 0 0;
}

.news ul li p {
	font-size: 13px;
	height: 84px;
	overflow: hidden;
	line-height: 28px;
}

.news ul li:hover {
	background: #f9f8f0;
}

.pagelist {
	text-align: center;
	clear: both;
	width: 100%;
	color: #666;
	overflow: hidden
}

.pagelist li {
	color: #486DCD;
	border: 1px solid #486DCD;
	padding: 5px 10px;
	margin: 0 2px;
	display: inline-block
}

.pagelist li:hover {
	background: #486DCD;
	color: #fff
}

.pagelist li:hover a {
	color: #fff
}

.pagelist>b {
	border: 1px solid #486DCD;
	padding: 6px 11px;
	background: #486DCD;
	color: #fff
}

.wdlist ul {
	padding-top: 30px
}

.wdlist ul li {
	padding: 0 0 0 14px;
	line-height: 30px;
	color: #666;
	font-size: 15px;
	margin: 0 0 18px;
	overflow: hidden;
}

.wdlist ul li h3 {
	color: #000
}

.wdlist ul li p {
	line-height: 30px;
	color: #666;
	overflow: hidden;
	font-size: 15px;
}

.newsinfo {
	width: 890px;
	padding: 0px 0px 0 0px;
	font-size: 14px;
}

.ntitle {
	padding-top: 16px;
	color: #333;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
	padding-bottom: 10px;
	text-align: center
}

.n_tit {
	overflow: hidden;
	height: 44px;
	color: #666;
	border-bottom: 1px dashed #999;
	line-height: 44px;
}

.n_tit b {
	display: block;
	float: right
}

.n_tit span {
	display: block;
	float: left;
	margin-right: 20px;
}

.newsinfo .contents {
	font-size: 15px;
	padding: 20px 0
}

.newsinfo .contents p {
	margin-bottom: 20px
}

.newsinfo .contents img {
	max-width: 100% !important;
	height: auto !important;
	margin: auto
}

.newsinfo .contents h1,
.newsinfo .contents h2,
.newsinfo .contents h3,
.newsinfo .contents h4,
.newsinfo .contents h5,
.newsinfo .contents h6 {
	margin-bottom: 20px
}

.nextinfo {
	line-height: 30px;
	background: #f7f7f7;
	margin: 15px 0px;
	padding: 5px 10px;
	overflow: hidden;
}

.nextinfo p {
	height: 30px;
}

.nextinfo p a {
	color: #25479F;
}

.tjread {
	border: 1px solid #D6D6D6;
}

.tjread b {
	border-bottom: 1px solid #E0E0E0;
	width: 100%;
	line-height: 48px;
	display: block;
	font-size: 18px
}

.tjread p {
	margin: 15px 0
}

.sidebar {
	width: 275px;
}

.ymsytj {}

p.tj_tit {
	line-height: 46px;
	text-indent: 22px;
	background: #FCD201;
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
	height: 46px;
	margin-bottom: 5px;
	font-weight: bold;
}

.ymsytj ul li {
	overflow: hidden;
	background: none repeat scroll 0 0 #ddd;
	border-bottom: 1px solid #fff;
	line-height: 32px;
	padding: 0 20px 20px 20px
}

.ymsytj ul li a {
	color: #25479F;
	height: 32px;
}

.ymsytj ul li img {
	width: 100%
}

.ymsytj ul li {
	height: 12px;
}

.ymsytj ul li:hover {
	height: 100%;
}

.ymsytj ul li:nth-child(1) {
	height: 100%
}

.ymsytj ul:hover li:nth-child(1) {
	height: 12px;
}

.ymsytj ul:hover li:nth-child(1):hover {
	height: 100%;
}

.zxnews {
	overflow: hidden
}

.zxnews ul {
	overflow: hidden
}

.zxnews ul li {
	line-height: 32px;
	padding-right: 20px;
	text-overflow: ellipsis;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/a2.gif) no-repeat left center;
}

.zxnews ul li:nth-child(1),
.zxnews ul li:nth-child(2),
.zxnews ul li:nth-child(3) {
	background: url(../images/a1.gif) no-repeat left center;
}

.a_nav.place {
	overflow: hidden;
	width: 1200px;
	margin: auto
}

.a_nav.place {
	padding-bottom: 12px;
}

.a_nav.place li {
	margin-top: 12px;
}

.a_nav.place li a {
	float: left;
	border-left: 1px solid #efefef;
	background: #ff0000;
	text-align: center;
	display: block;
	line-height: 40px;
	color: #fff;
	height: 40px;
	width: 148px;
}

.a_nav #pagecurrent,
.a_nav.place li a:hover {
	color: #352e2e;
	font-weight: bold;
	background: #fcd201
}

.aboutus {
	overflow: hidden
}

.about-l {
	width: 420px;
}

.aboutus h3 {
	padding: 10px 0 15px 0;
	font-size: 26px;
	color: #333333;
	font-weight: normal;
	text-align: right;
}

.aboutus p {
	line-height: 26px;
	font-size: 14px;
	margin: 15px 0;
}

.about-r {
	width: 720px;
}

.about-r h3 {
	padding: 52px 0 17px 0;
	text-align: left;
}

.about-r p {
	overflow: hidden;
}

.about-r p b {
	color: #1D60D5;
	font-weight: bold;
}

.aboutus dl dd p {
	margin: 0;
}

.about-r dd p img {
	padding-top: 50px;
}

.about-l dt {
	padding-top: 30px;
}

.rongyu {
	overflow: hidden
}

.rongyu ul {
	overflow: hidden
}

.rongyu ul li {
	width: 268px;
	padding: 25px 16px 0;
	display: inline-block;
	float: left;
}

.rongyu ul li img {
	display: block;
	height: 179px;
	width: 260px;
	border: 3px solid #fdd201;
}

.rongyu ul li p {
	margin-top: 10px;
	line-height: 24px;
	text-overflow: ellipsis;
	height: 24px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden
}

.conleft {
	width: 50%;
	float: left
}

.conleft h3 {
	font-size: 18px;
	display: block;
	margin: 20px 0;
	padding-top: 20px
}

.conleft ul li {
	height: 45px;
	border-bottom: 1px solid #ddd;
	padding: 12px 0 12px 70px;
	line-height: 45px;
}

.conleft ul li:first-child {
	background: url(../images/01.png) no-repeat left center
}

.conleft ul li:nth-child(2) {
	background: url(../images/02.png) no-repeat left center
}

.conleft ul li:nth-child(3) {
	background: url(../images/03.png) no-repeat left center
}

.conleft ul li:nth-child(4) {
	background: url(../images/04.png) no-repeat left center
}

.conleft ul li:last-child {
	background: url(../images/05.png) no-repeat left center
}

.conright {
	width: 45%;
	float: right;
	padding: 36px 0
}

.conright ul {
	margin: 20px 0;
	overflow: hidden
}

.liuyan {
	overflow: hidden;
	padding: 20px 0;
}

.liuyan .gbox h3 {
	height: 30px;
	line-height: 18px;
	font-weight: bold;
	font-size: 18px;
	color: #FCD201;
}

.liuyan .gbox h3 span {
	font: 16px Arial;
	color: #8b8b8b;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: normal;
}

.liuyan .gbox {
	width: 45%;
	float: right
}

.liuyan .gbox p {
	background: #E3E3E3;
	padding: 0 10px;
	margin: 10px 0;
}

.ly1,
.ly2 {
	width: 40%;
	border-radius: 3px;
	position: relative
}

.ly1 input,
.ly2 input {
	border: none;
	background: #e3e3e3;
	outline: none;
	height: 32px;
	line-height: 32px;
}

.ly1 b,
.ly2 b {
	display: block;
	color: #F00;
	position: absolute;
	right: -15px;
	line-height: 32px;
	bottom: 0
}

.ly3 {
	border-radius: 3px;
}

.ly3 span {
	display: block;
	padding-top: 10px
}

.liuyan textarea {
	border: none;
	background: #e3e3e3;
	width: 100%;
	outline: none;
}

.liuyan input[type="submit"] {
	background: #ff0000;
	color: #fff;
	border: none;
	width: 100px;
	line-height: 30px;
	border-radius: 3px;
}

.temp_on_inp {
	overflow: hidden;
	width: 50%;
	float: left;
}

.temp_on_inp dl {
	overflow: hidden;
	position: relative;
}

.temp_on_inp dt {
	height: 280px
}

.temp_on_inp dt img {
	width: 100%
}

.temp_on_inp dd {
	width: 176px;
	background: url(../images/tm55.png);
	position: absolute;
	top: 146px;
	height: 100px;
	right: 38px;
	text-align: center;
}

.temp_on_inp dd span {
	display: block;
	line-height: 24px;
	height: 24px;
	padding-top: 10px;
	color: #333;
}

.temp_on_inp dd p {
	font: 22px Impact;
	line-height: 24px;
	height: 30px;
	color: #FCD201;
}

.temp_on_inp dd em {
	width: 144px;
	height: 25px;
	margin: 0 auto;
	line-height: 25px;
	display: block;
	background: #ff9900;
	color: #fff;
	text-align: center;
}

.temp_on_inp dd em a {
	color: #fff;
}

.navlist {
	margin: 30px 0;
	width: 100%;
	overflow: hidden;
}

.navlist li {
	background: #c3c3c3;
	line-height: 34px;
	overflow: hidden;
	display: inline-block;
	margin-left: 1px;
	height: 34px;
	cursor: pointer;
	text-align: center;
	float: left;
	width: 150px;
	color: #000;
}

.navcurrent a,
.navlist li a:hover {
	color: #fff;
	background: #486DCD;
	display: block
}

.navitem {
	display: none;
}

.navtab .navitem:nth-child(1) {
	display: block
}

.navitem .content {
	padding: 0 20px 0 10px;
	line-height: 2;
}

.navitem .content a {
	color: #0000FF
}

.navitem .content img {
	margin: auto;
	max-width: 600px;
	height: auto !important
}

.navitem .content h5 {
	color: #fff;
	padding-left: 24px;
	height: 40px;
	border-left: #ED9321 12px solid;
	font-size: 20px;
	margin-bottom: 20px;
	background: #3E3E3E;
	line-height: 40px;
	position: relative
}

.navitem .content h5:before {
	position: absolute;
	left: -12px;
	content: "";
	top: -7px;
	background: url(../images/lbg.png) no-repeat;
	width: 29px;
	height: 7px
}

.navitem .content p {
	margin-bottom: 10px;
}

.navitem .content ul.disc {
	margin: 40px 20px
}

.navitem .content ul.disc li {
	background: url(../images/desc.png) no-repeat left center;
	word-spacing: 10px;
	padding-left: 20px;
	white-space: normal;
	margin: 15px 0;
}

.content .zhanshi li {
	width: 20%;
	margin: 10px 20px;
	text-align: center;
	float: left
}

.content .zhanshi li img {
	width: 100%;
	border: #999 1px solid;
	padding: 1px
}

.content h6.cline {
	overflow: hidden;
	color: #666;
	border-bottom: #999 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	clear: both
}

.content iframe {
	margin: auto;
	display: block;
	max-width: 100%;
}

.content table {
	font-size: inherit;
	border-collapse: collapse;
	overflow-x: auto;
	line-height: 32px;
	max-width: 800px;
	width: 100%;
	text-align: center;
}

.content table td {
	padding: 0px 8px
}

.content table img {
	margin: auto
}

.content .aa1 {
	border: 1px solid #ccc
}

.content .aa1 tr td {
	padding-left: 8px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #ccc;
}

.show {
	margin: 20px 0;
}

#showbox {
	background: #eee;
}

#showbox span {
	background: url(../images/whitebg.png) repeat;
}

#showbox img {}

#showsum {
	left: 25px;
	margin-top: 10px;
}

#showsum span {
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #f60;
}

.showpage {
	width: 400px;
	position: relative;
}

.showpage a {
	display: block;
	left: 0;
	top: -62px;
	text-align: center;
	width: 15px;
	position: absolute;
	font-size: 18px;
	background: #eee;
	color: #999;
	border: 1px solid #ddd;
	text-decoration: none;
	line-height: 60px;
	height: 60px;
}

.showpage a#shownext {
	left: auto;
	right: 0;
}

.showpage a:hover {
	background: #ccc;
	color: #777;
}

.propar {
	width: 490px;
	float: right
}

.propar .line {
	font-weight: normal;
	text-decoration: line-through;
}

.propar .span_1 {
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}

.propar .span_2 {
	font-size: 16px;
}

.propar h4 {
	color: #FCD201;
	line-height: 28px;
	padding: 0 8px;
	border-bottom: 1px dashed #ccc;
}

.propar .more {
	text-align: right;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 5px;
}

.propar .more a {
	color: #C10005;
	padding-left: 12px;
	line-height: 20px;
}

.propar .more a img {
	margin-right: 5px;
}

.propar h4 {
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 1px dashed #ccc;
	padding: 20px 0;
}

.propar .cps p {
	margin: 10px 0
}

.pd_hotline span {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.pd_hotline span.font_hotline {
	font-size: 24px;
	color: #FCD201;
}

.buymalls {
	display: block;
	margin: 10px auto
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.banner {
		height: 550px;
	}

	.ban-img {
		height: 550px;
	}

	.swiper-container {
		height: 550px;
	}

	.box {
		width: 98%;
		margin: auto
	}

	header {
		height: 60px;
	}

	.topnav {
		position: fixed;
		height: auto;
		background: rgba(0, 0, 0, .6);
		z-index: 0;
		top: 0;
	}

	nav #starlist {
		width: 100%;
		margin-top: 60px;
	}

	#mnavh {
		display: block;
		top: 0;
		right: 0;
		position: absolute;
		padding-top: 10px;
	}

	#starlist {
		display: none
	}

	#starlist li {
		width: 60%;
		background: #fff;
		margin: 0;
		border-bottom: #eee 10px solid;
		line-height: 50px;
		float: left;
		font-size: 16px;
	}

	#starlist li a:hover,
	#starlist #selected,
	.selected>a,
	#starlist li:hover {
		color: #d61a1a;
		background: #fff;
	}

	#starlist li a {
		text-align: left;
		text-indent: 2em;
		padding: 0;
		color: #000;
		width: 100%;
	}

	#starlist ul.sub {
		background: none;
		display: block;
		opacity: 1;
		width: 100%;
		position: initial;
		padding: 0;
		transition: none;
	}

	#starlist ul.sub:before {
		display: none
	}

	#starlist ul.sub li {
		border-bottom: none;
		height: 40px !important;
		line-height: 40px !important;
		font-size: 14px;
		background: none;
		width: 100%;
		overflow: hidden;
		border-top: none;
	}

	#starlist ul.sub li:first-child {
		border-top: #eee 1px solid;
	}

	#starlist ul.sub li a {
		display: block;
		padding-left: 10px;
		text-indent: 3em;
	}

	#starlist ul.sub li:hover a,
	#starlist li:hover a {
		background: none
	}

	#starlist ul.sub li #selected {
		color: #000 !important
	}

	.menu:after {
		width: 26px;
		height: 22px;
		content: "";
		background-size: 16px;
		background: url("../images/jiantou.png") no-repeat;
		display: block;
	}

	.menu span {
		display: block;
		height: 50px;
		right: 0;
		position: absolute;
		border-left: #eee 1px solid;
		width: 50px;
		background: #fff;
		;
		top: 0;
	}

	#starlist li:last-child {
		padding-bottom: 100%;
	}

	#starlist ul.sub li:last-child {
		padding-bottom: 0
	}

	.logo img {
		height: 40px;
		margin-top: 10px;
	}

	.logo {}

	.icon-box {
		top: 10px;
	}

	nav {
		line-height: 40px;
		width: 100%
	}

	#starlist li:hover ul.sub:before {
		display: none
	}

	.topnav {
		position: fixed;
		background: rgba(0, 0, 0, .6);
		height: auto;
		z-index: 0;
		top: 0;
	}

	nav {
		line-height: 40px;
		width: 100%;
	}

	nav #starlist {
		width: 100%;
		margin-top: 60px;
	}

	header {
		height: 40px;
	}

	#mnavh {
		padding-top: 0;
	}

	nav #starlist {
		margin-top: 40px;
	}

	.icon-box {
		top: 0;
		right: 10px;
	}

	.logo {
		position: inherit;
		margin: auto;
		width: 100%;
		left: initial;
	}

	.logo img {
		margin: auto;
		height: 30px;
		padding-top: 5px;
	}

	.topban img {
		width: 220px
	}

	.top-t {
		margin: 44px 0 0 15px;
	}

	.top-t h1 {
		font-size: 18px;
	}

	.tell {
		margin-top: 40px
	}

	nav ul {
		width: 100%
	}

	nav ul li a {
		padding: 0 30px;
	}

	.notice.box {
		width: 80%;
	}

	.ys1 dl dd img {
		width: 70%;
		float: right
	}

	.ys2 dl dd img {
		width: 70%;
		float: left
	}

	.zj dl dt {
		width: 50%;
		overflow: hidden;
		float: left
	}

	.zj dl dd {
		width: 48%;
		float: right;
		padding-right: 0
	}

	.zj dl p {
		margin-top: 30px
	}

	.zj .notice.box {
		width: 95%;
	}

	.gsnews {
		width: 50%
	}

	.gsnews dl dt img {
		width: 40%;
		height: auto
	}

	.gsnews dl dd {
		width: 58%;
		float: right
	}

	.gsnews dl dd p {}

	.gsnews dl dd p a {
		margin-top: 5px;
		float: right;
	}

	.gsnews dl {
		height: auto;
		margin-bottom: 40px
	}

	.gsnews .tab-pal ul li a {
		width: 80%
	}

	.footnav ul {
		width: 100%
	}

	.footnav li {
		padding: 0 30px
	}

	.ftlogo img {
		width: 190px;
		height: auto
	}

	.gsxx {
		margin-left: 10px
	}

	.side {
		display: none
	}

	.prmain {
		margin: auto;
		overflow: hidden;
		float: none;
		width: 92%;
		display: block
	}

	.newsinfo {
		width: 70%;
		overflow: hidden
	}

	.a_nav.place {
		width: 100%
	}

	.a_nav.place li a {
		width: 124px
	}

	.about-l {
		width: 42%
	}

	.about-r {
		width: 56%
	}
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
	.banner {
		height: 500px;
	}

	.ban-img {
		height: 500px;
	}

	.swiper-container {
		height: 500px;
	}

	.box {
		width: 98%;
		margin: auto
	}

	header {
		height: 60px;
	}

	.topnav {
		position: fixed;
		top: 0;
		background: rgba(0, 0, 0, .6);
		height: auto;
		z-index: 0;
	}

	nav #starlist {
		width: 100%;
		margin-top: 60px;
	}

	#mnavh {
		display: block;
		right: 0;
		position: absolute;
		top: 0;
		padding-top: 10px;
	}

	#starlist {
		display: none
	}

	#starlist li {
		width: 60%;
		margin: 0;
		line-height: 50px;
		background: #fff;
		font-size: 16px;
		float: left;
		border-bottom: #eee 10px solid;
	}

	#starlist li a:hover,
	#starlist #selected,
	.selected>a,
	#starlist li:hover {
		color: #d61a1a;
		background: #fff;
	}

	#starlist li a {
		text-align: left;
		width: 100%;
		text-indent: 2em;
		padding: 0;
		color: #000;
	}

	#starlist ul.sub {
		background: none;
		display: block;
		transition: none;
		width: 100%;
		padding: 0;
		position: initial;
		opacity: 1;
	}

	#starlist ul.sub:before {
		display: none
	}

	#starlist ul.sub li {
		border-bottom: none;
		height: 40px !important;
		border-top: none;
		width: 100%;
		overflow: hidden;
		background: none;
		line-height: 40px !important;
		font-size: 14px;
	}

	#starlist ul.sub li:first-child {
		border-top: #eee 1px solid;
	}

	#starlist ul.sub li a {
		display: block;
		padding-left: 10px;
		text-indent: 3em;
	}

	#starlist ul.sub li:hover a,
	#starlist li:hover a {
		background: none
	}

	#starlist ul.sub li #selected {
		color: #000 !important
	}

	.menu:after {
		width: 26px;
		height: 22px;
		display: block;
		background: url("../images/jiantou.png") no-repeat;
		background-size: 16px;
		content: "";
	}

	.menu span {
		display: block;
		;
		border-left: #eee 1px solid;
		height: 50px;
		width: 50px;
		top: 0;
		background: #fff;
		position: absolute;
		right: 0;
	}

	#starlist li:last-child {
		padding-bottom: 100%;
	}

	#starlist ul.sub li:last-child {
		padding-bottom: 0
	}

	.logo img {
		height: 40px;
		margin-top: 10px;
	}

	.logo {}

	.icon-box {
		top: 10px;
	}

	nav {
		line-height: 40px;
		width: 100%
	}

	#starlist li:hover ul.sub:before {
		display: none
	}

	.topnav {
		position: fixed;
		background: rgba(0, 0, 0, .6);
		top: 0;
		z-index: 0;
		height: auto;
	}

	nav {
		line-height: 40px;
		width: 100%;
	}

	nav #starlist {
		width: 100%;
		margin-top: 60px;
	}

	header {
		height: 40px;
	}

	#mnavh {
		padding-top: 0;
	}

	nav #starlist {
		margin-top: 40px;
	}

	.icon-box {
		top: 0;
		right: 10px;
	}

	.logo {
		position: inherit;
		width: 100%;
		left: initial;
		margin: auto;
	}

	.logo img {
		margin: auto;
		height: 30px;
		padding-top: 5px;
	}

	.topban img {
		width: 220px
	}

	.top-t {
		margin: 44px 0 0 15px;
	}

	.top-t h1 {
		font-size: 18px;
	}

	.tell {
		display: none
	}

	nav ul {
		width: 100%
	}

	nav ul li a {
		padding: 0 30px;
	}

	.notice.box {
		width: 84%;
	}

	.xz p {
		width: 200px
	}

	.ys1 dl dd img {
		width: 70%;
		float: right
	}

	.ys2 dl dd img {
		width: 70%;
		float: left
	}

	.zj dl dt {
		width: 50%;
		overflow: hidden;
		float: left
	}

	.zj dl dd {
		width: 48%;
		float: right;
		padding-right: 0
	}

	.zj dl p {
		margin-top: 30px
	}

	.zj .notice.box {
		width: 95%;
	}

	.gsnews {
		width: 50%
	}

	.gsnews dl dt img {
		width: 40%;
		height: auto
	}

	.gsnews dl dd {
		width: 58%;
		float: right
	}

	.gsnews dl dd p {}

	.gsnews dl dd p a {
		margin-top: 5px;
		float: right;
	}

	.gsnews dl {
		height: auto;
		margin-bottom: 40px
	}

	.gsnews .tab-pal ul li a {
		width: 80%
	}

	.footnav ul {
		width: 100%
	}

	.footnav li {
		padding: 0 30px
	}

	.ftlogo.fl {
		display: none;
	}

	.gsxx {
		margin-left: 10px
	}

	.side {
		display: none
	}

	.prmain {
		margin: auto;
		width: 92%;
		overflow: hidden;
		float: none;
		display: block
	}

	.propar {
		width: 50%
	}

	.newsinfo {
		width: 70%;
		overflow: hidden
	}

	.navlist li {
		width: 140px
	}

	.a_nav.place {
		width: 100%
	}

	.a_nav.place li a {
		width: 110px
	}

	.about-l {
		width: 42%
	}

	.about-r {
		width: 56%
	}

	.ft-c em {
		display: block;
		width: 20%;
		text-align: center;
		float: left;
	}

	.ft-c em i {
		font-size: 16px
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.banner {
		height: 450px;
	}

	.ban-img {
		height: 450px;
	}

	.swiper-container {
		height: 450px;
	}
	
	.mydt{
    
    padding-left: 0px;
    }

	.topnav {
		position: fixed;
		top: 0;
		z-index: 0;
		background: rgba(0, 0, 0, .6);
		height: auto;
	}

	nav #starlist {
		width: 100%;
		margin-top: 60px;
	}

	#mnavh {
		display: block;
		right: 0;
		top: 0;
		position: absolute;
		padding-top: 10px;
	}

	#starlist {
		display: none
	}

	#starlist li {
		width: 60%;
		font-size: 16px;
		float: left;
		background: #fff;
		line-height: 50px;
		margin: 0;
		border-bottom: #eee 10px solid;
	}

	#starlist li a:hover,
	#starlist #selected,
	.selected>a,
	#starlist li:hover {
		color: #d61a1a;
		background: #fff;
	}

	#starlist li a {
		text-align: left;
		width: 100%;
		color: #000;
		text-indent: 2em;
		padding: 0;
	}

	#starlist ul.sub {
		background: none;
		transition: none;
		padding: 0;
		width: 100%;
		opacity: 1;
		position: initial;
		display: block;
	}

	#starlist ul.sub:before {
		display: none
	}

	#starlist ul.sub li {
		border-bottom: none;
		border-top: none;
		overflow: hidden;
		height: 40px !important;
		width: 100%;
		background: none;
		line-height: 40px !important;
		font-size: 14px;
	}

	#starlist ul.sub li:first-child {
		border-top: #eee 1px solid;
	}

	#starlist ul.sub li a {
		display: block;
		padding-left: 10px;
		text-indent: 3em;
	}

	#starlist ul.sub li:hover a,
	#starlist li:hover a {
		background: none
	}

	#starlist ul.sub li #selected {
		color: #000 !important
	}

	.menu:after {
		width: 26px;
		height: 22px;
		display: block;
		background: url("../images/jiantou.png") no-repeat;
		background-size: 16px;
		content: "";
	}

	.menu span {
		display: block;
		top: 0;
		border-left: #eee 1px solid;
		position: absolute;
		right: 0;
		;
		width: 50px;
		background: #fff;
		height: 50px;
	}

	#starlist li:last-child {
		padding-bottom: 100%;
	}

	#starlist ul.sub li:last-child {
		padding-bottom: 0
	}

	.logo img {
		height: 40px;
		margin-top: 10px;
	}

	.logo {}

	.icon-box {
		top: 10px;
	}

	nav {
		line-height: 40px;
		width: 100%
	}

	#starlist li:hover ul.sub:before {
		display: none
	}

	.topnav {
		position: fixed;
		z-index: 0;
		height: auto;
		top: 0;
		background: rgba(0, 0, 0, .6);
	}

	nav {
		line-height: 40px;
		width: 100%;
	}

	nav #starlist {
		width: 100%;
		margin-top: 60px;
	}

	header {
		height: 40px;
	}

	#mnavh {
		padding-top: 0;
	}

	nav #starlist {
		margin-top: 40px;
	}

	.icon-box {
		top: 0;
		right: 10px;
	}

	.logo {
		position: inherit;
		left: initial;
		width: 100%;
		margin: auto;
	}

	.logo img {
		margin: auto;
		height: 30px;
		padding-top: 5px;
	}

	.fa-dh {
		width: 100%;
	}

	.jz i {
		height: 160px;
	}

	.jz i {
		overflow: hidden;
		display: block;
		height: 200px;
		width: 95%;
		margin: auto;
	}

	.jz .ptitle {
		margin: 5px 0px 15px;
	}

	.ft-img {
		display: none;
	}

	.box {
		width: 98%;
		margin: auto
	}

	.topban img {
		width: 180px
	}

	.top-t {
		margin: 40px 0 0 15px;
	}

	.top-t h1 {
		font-size: 18px;
	}

	.tell {
		display: none
	}

	nav ul {
		width: 100%
	}

	nav ul li a {
		padding: 0 18px;
	}

	.notice.box {
		width: 80%;
	}

	.xz p {
		width: 140px;
		padding: 16px 10px 0 124px;
		font-size: 14px
	}

	.ys.box {
		margin-top: 30px;
	}

	.ys1 {
		margin-top: 20px;
		height: auto
	}

	.ys1 dl dd img {
		display: none
	}

	.ys2 dl dd img {
		display: none
	}

	.ys2 dt {
		float: none
	}

	.ys2 {
		height: auto
	}

	.ys dl dt {
		height: auto
	}

	.zj dl dt {
		width: 50%;
		overflow: hidden;
		float: left;
	}

	.zj dl dd {
		width: 48%;
		float: right;
		padding-right: 0
	}

	.zj dl p {
		margin-top: 30px
	}

	.zj .notice.box {
		width: 95%;
	}

	.jz.box {
		margin-top: 20px;
	}

	.jz.box p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.zj dl h4 {
		padding-bottom: 0
	}

	.gsnews {
		width: 50%
	}

	.gsnews .tab-pal dl dt {
		display: none
	}

	.gsnews dl dd {
		width: 100%;
		float: right
	}

	.gsnews dl dd p a {
		margin-top: 5px;
		float: right;
	}

	.gsnews dl {
		height: auto;
		margin-bottom: 40px
	}

	.gsnews .tab-pal ul li a {
		width: 76%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news_r {
		width: 48%
	}

	.footnav ul {
		width: 100%
	}

	.footnav li {
		padding: 0 15px
	}

	.ftlogo.fl {
		display: none;
	}

	.wx em {
		display: none
	}

	.gsxx {
		margin-left: 10px
	}

	.side {
		display: none
	}

	.prmain {
		margin: auto;
		width: 92%;
		overflow: hidden;
		float: none;
		display: block
	}

	.propar {
		width: 50%
	}

	.newsinfo {
		width: 70%;
		overflow: hidden
	}

	.navlist li {
		width: 140px
	}

	.a_nav.place {
		width: 100%
	}

	.a_nav.place li a {
		width: 110px
	}

	.about-l {
		width: 42%
	}

	.about-r {
		width: 56%
	}

	.ft-c em {
		display: block;
		width: 20%;
		text-align: center;
		float: left;
	}

	.ft-c em i {
		font-size: 12px
	}
}

@media only screen and (max-width: 767px) {
	.banner {
		height: 400px;
	}
.mydt{
    
    padding-left: 0px!important;
    }
	.ban-img {
		height: 400px;
	}

	.swiper-container {
		height: 400px;
	}

	.product ul li i {
		height: auto;
	}

	.gs-box {
		display: none;
	}

	header {
		height: 60px;
	}

	.topnav {
		position: fixed;
		background: rgba(0, 0, 0, .6);
		z-index: 0;
		top: 0;
		height: auto;
	}

	nav #starlist {
		width: 100%;
		margin-top: 60px;
	}

	#mnavh {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding-top: 10px;
	}

	#starlist {
		display: none
	}

	#starlist li {
		width: 60%;
		margin: 0;
		float: left;
		font-size: 16px;
		border-bottom: #eee 10px solid;
		line-height: 50px;
		background: #fff;
	}

	#starlist li a:hover,
	#starlist #selected,
	.selected>a,
	#starlist li:hover {
		color: #d61a1a;
		background: #fff;
	}

	#starlist li a {
		text-align: left;
		text-indent: 2em;
		color: #000;
		width: 100%;
		padding: 0;
	}

	#starlist ul.sub {
		background: none;
		position: initial;
		display: block;
		padding: 0;
		opacity: 1;
		width: 100%;
		transition: none;
	}

	#starlist ul.sub:before {
		display: none
	}

	#starlist ul.sub li {
		border-bottom: none;
		overflow: hidden;
		width: 100%;
		border-top: none;
		background: none;
		font-size: 14px;
		height: 40px !important;
		line-height: 40px !important;
	}

	#starlist ul.sub li:first-child {
		border-top: #eee 1px solid;
	}

	#starlist ul.sub li a {
		display: block;
		padding-left: 10px;
		text-indent: 3em;
	}

	#starlist ul.sub li:hover a,
	#starlist li:hover a {
		background: none
	}

	#starlist ul.sub li #selected {
		color: #000 !important
	}

	.menu:after {
		width: 26px;
		background: url("../images/jiantou.png") no-repeat;
		height: 22px;
		display: block;
		background-size: 16px;
		content: "";
	}

	.menu span {
		display: block;
		height: 50px;
		right: 0;
		border-left: #eee 1px solid;
		background: #fff;
		top: 0;
		width: 50px;
		;
		position: absolute;
	}

	#starlist li:last-child {
		padding-bottom: 100%;
	}

	#starlist ul.sub li:last-child {
		padding-bottom: 0
	}

	.logo img {
		height: 40px;
		margin-top: 10px;
	}

	.logo {}

	.icon-box {
		top: 10px;
	}

	nav {
		line-height: 40px;
		width: 100%
	}

	#starlist li:hover ul.sub:before {
		display: none
	}

	.topnav {
		position: fixed;
		z-index: 0;
		top: 0;
		background: rgba(0, 0, 0, .6);
		height: auto;
	}

	nav {
		line-height: 40px;
		width: 100%;
	}

	nav #starlist {
		width: 100%;
		margin-top: 60px;
	}

	.morewwww {
		line-height: 40px;
		width: 40px;
	}

	header {
		height: 40px;
	}

	#mnavh {
		padding-top: 0;
	}

	nav #starlist {
		margin-top: 40px;
	}

	.icon-box {
		top: 0;
		right: 10px;
	}

	.logo {
		position: inherit;
		width: 100%;
		margin: auto;
		left: initial;
	}

	.logo img {
		margin: auto;
		height: 30px;
		padding-top: 5px;
	}

	.tooldd {
		width: 100% !important;
	}

	.list a {
		width: 90%;
	}

	.search .formlfet {
		width: 100%;
		margin-top: 10px;
	}

	.hd-news {
		padding-top: 20px;
	}

	.hd-news .fa-dh {
		width: 100%;
	}

	.jz i {
		height: 160px;
	}

	.jz .ptitle {
		margin: 5px 0px 15px;
	}

	.jz i {
		overflow: hidden;
		height: 200px;
		width: 95%;
		margin: auto;
		display: block;
	}

	.fa-dh {
		width: 95%;
	}

	.fa-dh li {
		width: 20% !important;
		font-size: 12px;
	}

	.produli {
		width: 20% !important;
	}

	.jz ul li a {
		padding: 0px !important;
	}

	.news-box {
		width: 95%;
		margin: auto;
	}

	.content iframe {
		max-height: 350px;
	}

	.data li {
		width: 50%
	}

	.ft-img {
		display: none;
	}

	.box {
		width: 98%;
		margin: auto
	}

	.tell {
		display: none
	}

	.topban img {
		float: none;
		margin: 20px auto 0
	}

	.top-t {
		margin: 20px auto 0;
		text-align: center
	}

	.topmenu span {
		display: none
	}

	nav ul {
		width: 100%
	}

	nav ul li {
		width: 24.7%;
		text-align: center;
		border-bottom: #FFF 1px solid;
	}

	nav ul li:nth-child(1),
	nav ul li:nth-child(5) {
		border-left: 0
	}

	nav ul li:nth-child(5),
	nav ul li:nth-child(6),
	nav ul li:nth-child(7),
	nav ul li:nth-child(8) {
		border-bottom: none
	}

	nav ul li a {
		padding: 0;
		width: 100%
	}

	.imginfo {
		display: none
	}

	.fader_controls {
		display: none
	}

	.search {
		width: 90%
	}

	.notice .tab-hd li {
		width: 104px
	}

	.Box_con {
		margin-bottom: 0
	}

	.Box_con .conbox ul {
		height: auto
	}

	.Box_con .conbox ul li {
		width: 385px;
		height: auto
	}

	.Box_con .conbox ul li img {
		width: 100%;
		height: auto
	}

	.Box_con .conbox ul li span {
		display: none
	}

	.Box_con .btnl {
		display: none
	}

	.Box_con .btnr {
		display: none
	}

	.xz {
		height: auto;
		overflow: hidden;
		padding-bottom: 40px;
		background: #395dba;
	}

	.xz p {
		margin-left: 10px
	}

	.xz p.fr {
		float: left
	}

	.xz h3 span {
		background: none
	}

	.xz h3 em {
		display: block;
		font-size: 24px
	}

	.ys h4 {
		margin-top: 20px
	}

	.ys dl dt {
		height: auto
	}

	.ys1,
	.ys2 {
		position: inherit;
		margin-top: 20px;
		height: auto
	}

	.ys dl dt span em {
		width: 70%;
		float: left
	}

	.ys2 dt {
		width: 100%;
		float: left
	}

	.ys2 dd,
	.ys1 dd {
		display: none
	}

	.ys dl dt p {
		line-height: 26px;
		background: url(../images/ys_03.gif) no-repeat 97px 6px;
	}

	.jz {
		margin-top: 20px
	}

	.jz h3 {
		margin-bottom: 20px
	}

	.jz ul li a {
		padding: 0 5px
	}

	.zj dl dt img {
		width: 90%;
		height: auto;
		margin: auto;
		float: none
	}

	.zj dl dd {
		width: 90%;
		padding-right: 0;
		margin: 10px auto;
		float: none;
		overflow: hidden
	}

	.zj dl h4 {
		padding-bottom: 20px;
		text-align: center
	}

	.gsnews {
		width: 100%
	}

	.gsnews .tab-hd {
		margin-bottom: 10px
	}

	.gsnews .tab-pal .more {
		top: -50px
	}

	.gsnews dl {
		height: auto;
		margin-bottom: 20px
	}

	.gsnews dl dd {
		width: 60%;
		float: right
	}

	.gsnews dl dt img {
		width: 38%;
		height: auto
	}

	.gsnews dl dd p a {
		display: none
	}

	.gsnews .tab-pal ul li a {
		width: 80%
	}

	.news_r {
		width: 98%
	}

	.ftlogo.fl {
		width: 100%;
	}

	.footnav ul {
		width: 100%
	}

	.footnav li {
		padding: 0 10px
	}

	.ftlogo img {
		margin: 20px auto
	}

	.gsxx {
		margin: 0 20px
	}

	.wx {
		margin-top: 0
	}

	.wx.fr {
		float: none;
	}

	.ft-c em {
		display: block;
		text-align: center;
		width: 33.3%;
		float: left;
	}

	.ft-c em i {
		font-size: 12px
	}

	.ft-c em:nth-child(4),
	.ft-c em:nth-child(2) {
		display: none
	}

	.side {
		display: none
	}

	.prmain {
		width: 100%
	}

	.fl.show {
		margin: 20px auto;
		float: none
	}

	.propar {
		width: 100%
	}

	.navlist li {
		border-bottom: #FFF 1px solid
	}

	.buymalls img {
		margin: auto
	}

	.navitem .content p img {
		width: 100%
	}

	.product ul li p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.newsinfo {
		width: 100%
	}

	.newsinfo .contents img {
		width: 100%
	}

	.sidebar.fr {
		display: none
	}

	.news ul li img {
		width: 140px
	}

	.news ul li {
		padding: 10px
	}

	.news ul li p {
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		line-height: 24px;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
	}

	.a_nav.place {
		width: 100%
	}

	.a_nav.place li a {
		border-bottom: #FFF 1px solid
	}

	.rongyu ul li {
		width: 50%;
		padding: 0;
		margin-bottom: 20px
	}

	.rongyu ul li a {
		display: block
	}

	.rongyu ul li img {
		width: 90%;
		float: left;
		padding: 0;
		height: auto
	}

	.rongyu ul li p {
		display: none
	}

	.conright {
		display: none
	}

	.conleft {
		width: 100%
	}

	.temp_on_inp {
		display: none
	}

	.liuyan .gbox {
		width: 100%
	}
}

@media only screen and (max-width: 479px) {
	.banner {
		height: 300px;
	}

	.ban-img {
		height: 300px;
	}

	.swiper-container {
		height: 300px;
	}

	.jz i {
		height: 130px;
	}

	.zj .box {
		padding: 20px 0px 0px;
	}

	.scon {
		display: none;
	}

	.copyright {
		text-align: center;
	}

	.end-nav {
		text-align: center;
	}

	.ft-img {
		display: none;
	}

	.data li {
		width: 50%
	}

	.box {
		width: 98%;
		margin: auto
	}

	.tell {
		display: none
	}

	.topban img {
		float: none;
		margin: 20px auto 0
	}

	.top-t {
		margin: 20px auto 0;
		text-align: center;
		width: 100%;
	}

	.top-t h1 {
		font-size: 22px
	}

	.topmenu span {
		display: none
	}

	nav ul {
		width: 100%
	}

	nav ul li {
		width: 25%;
		text-align: center;
		position: relative;
	}

	nav ul li:nth-child(1),
	nav ul li:nth-child(5) {
		border-left: 0
	}

	nav ul li:nth-child(5),
	nav ul li:nth-child(6),
	nav ul li:nth-child(7),
	nav ul li:nth-child(8) {
		border-bottom: none
	}

	nav ul li a {
		padding: 0;
		width: 100%
	}

	nav ul li:after {
		content: "";
		height: 1px;
		left: 0;
		width: 100%;
		background: #fff;
		position: absolute
	}

	nav ul li:before {
		content: "";
		background: #fff;
		bottom: 0;
		width: 1px;
		height: 100%;
		position: absolute
	}

	nav ul li:nth-child(1):before {
		width: 0
	}

	.imginfo {
		display: none
	}

	.fader_controls {
		display: none
	}

	.search {
		width: 90%
	}

	.notice .tab-hd li {
		width: 32%;
		text-align: center;
		margin-bottom: 10px;
		float: left;
		white-space: nowrap;
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px
	}

	.notice .tab-hd {
		height: auto;
		text-align: left
	}

	.Box_con {
		margin-bottom: 0
	}

	.Box_con .conbox ul {
		height: auto
	}

	.Box_con .conbox ul li {
		width: 385px;
		height: auto
	}

	.Box_con .conbox ul li img {
		width: 100%;
		height: auto
	}

	.Box_con .conbox ul li span {
		display: none
	}

	.Box_con .btnl {
		display: none
	}

	.Box_con .btnr {
		display: none
	}

	.xz {
		height: auto;
		overflow: hidden;
		padding-bottom: 40px;
		background: #395dba;
	}

	.xz p {
		margin-left: 10px;
		width: 50%;
		padding: 16px 10px 0 124px;
		font-size: 15px
	}

	.xz p.fr {
		float: left
	}

	.xz h3 span {
		background: none
	}

	.xz h3 em {
		display: block;
		font-size: 24px
	}

	.ys h4 {
		margin-top: 20px
	}

	.ys dl dt {
		height: auto
	}

	.ys1,
	.ys2 {
		position: inherit;
		margin-top: 20px;
		height: auto
	}

	.ys dl dt span em {
		width: 70%;
		float: left
	}

	.ys2 dt {
		width: 100%;
		float: left
	}

	.ys2 dd,
	.ys1 dd {
		display: none
	}

	.ys dl dt p {
		line-height: 26px;
		background: url(../images/ys_03.gif) no-repeat 97px 6px;
	}

	.ys h4 p {
		font-size: 24px
	}

	.ys dl dt span b {
		font-size: 18px
	}

	.jz h3 {
		margin-bottom: 20px
	}

	.jz ul li a {
		padding: 0 5px
	}

	.jz ul li {
		width: 50%;
	}

	.jz ul li p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.gsnews {
		width: 100%
	}

	.gsnews .tab-hd {
		margin-bottom: 10px
	}

	.gsnews .tab-pal .more {
		top: -46px
	}

	.gsnews dl {
		height: auto;
		margin-bottom: 20px
	}

	.gsnews dl dd {
		width: 100%;
		float: none
	}

	.gsnews dl dt img {
		width: 100%;
		height: auto;
		margin-bottom: 10px
	}

	.gsnews dl dd p a {
		display: none
	}

	.gsnews .tab-pal ul li a {
		width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		line-height: 26px;
		white-space: nowrap;
	}

	.gsnews .tab-hd li {
		width: 78px
	}

	.news_r {
		width: 98%
	}

	.ftlogo.fl {
		width: 100%;
	}

	.footnav ul {
		width: 100%
	}

	.footnav li {
		padding: 0 10px;
		line-height: 40px
	}

	.ftlogo img {
		margin: 20px auto
	}

	.gsxx {
		margin: 0 20px
	}

	.wx {
		margin-top: 0
	}

	.wx.fr {
		float: none;
	}

	.ft-c em {
		display: block;
		float: left;
		width: 50%;
		text-align: center;
	}

	.ft-c em i {
		font-size: 14px
	}

	.ft-c em:nth-child(1),
	.ft-c em:nth-child(4),
	.ft-c em:nth-child(2) {
		display: none
	}

	.side {
		display: none
	}

	.prmain {
		width: 100%
	}

	.fl.show {
		margin: 20px auto;
		float: none
	}

	.propar {
		width: 100%
	}

	.navlist li {
		border-bottom: #FFF 1px solid
	}

	.buymalls img {
		margin: auto
	}

	.navitem .content p img {
		width: 100%
	}

	.product ul li p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.newsinfo {
		width: 100%
	}

	.newsinfo .contents img {
		width: 100%
	}

	.sidebar.fr {
		display: none
	}

	.news ul li img {
		width: 120px;
		height: 90px;
		margin-right: 10px;
	}

	.news ul li {
		padding: 10px
	}

	.news ul li p {
		height: auto;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		line-height: 24px;
		-webkit-line-clamp: 2;
	}

	.a_nav.place {
		width: 100%
	}

	.a_nav.place li a {
		border-bottom: #FFF 1px solid;
		width: 49%;
	}

	.about-l,
	.about-r {
		width: 100%
	}

	.aboutus dl dd p img {
		max-width: 100% !important;
		height: auto !important;
		margin: auto
	}

	.rongyu ul li {
		width: 50%;
		padding: 0;
		margin-bottom: 20px
	}

	.rongyu ul li a {
		display: block
	}

	.rongyu ul li img {
		width: 90%;
		padding: 0;
		float: left;
		height: 130px
	}

	.rongyu ul li p {
		display: none
	}

	.conright {
		display: none
	}

	.conleft {
		width: 100%
	}

	.temp_on_inp {
		display: none
	}

	.liuyan .gbox {
		width: 100%
	}

	.wx img {
		margin: 10px auto;
		float: none
	}

	.wx em {
		width: auto
	}

	.link span a {
		padding-right: 10px
	}

	.footnav li:after {
		top: 12px;
	}

	.plc,
	.nextinfo p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.content .zhanshi li {
		width: 40%;
		margin: 0 10px
	}

	.aboutus h3 {
		text-align: center
	}

	.conleft ul li {
		padding: 12px 0 12px 50px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ly1,
	.ly2 {
		width: 70%
	}

	.jz ul li img {
		height: 120px;
	}

	.product ul li {
		width: 50%;
		text-align: center;
	}

	.product ul li img {
		height: auto;
	}

	.topmenu {
		display: none
	}
}

.info {
	text-align: center;
	border-bottom: 1px dashed #D8BFD8;
}

.info span {
	margin: 0px 10px;
}

.title {
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}

.comt-meta {
	font-size: 12px;
	color: #bbb;
	display: flex;
}

.comt-head img {
	width: 42px;
	border-radius: 50%;
}

.comt-name {
	margin-left: 10px;
	align-items: center;
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.comt-best {
	background: url(../images/ico-best.png) no-repeat;
	padding-left: 36px;
	background-size: 32px auto;
	line-height: 32px;
}

.comt-best span {
	font-weight: bold;
	font-size: 15px;
	color: #7a8e9a;
}

.comt-bottom {
	display: flex;
	justify-content: space-between;
}

.comt-zan {
	border-radius: 40px;
	background: #338eff;
	margin: 20px 0;
	padding: 6px 15px;
	font-size: 12px;
	align-items: center;
	color: white;
}

.comt-zan a {
	color: white;
	text-decoration: none;
}

.comt-meta .signin-loader {
	margin-left: 10px;
}

.comment-reply-link {
	font-size: 12px;
	color: #bbb;
	display: none
}

.comment:hover>.comt-main .comment-reply-link {
	display: inline-block;
	margin-left: 5px;
}

.comment pre {
	margin: 3px 0 5px;
	padding: 7px 10px;
	border-radius: 1px
}

.depth-1 {
	border-bottom: #eee 1px solid
}

.comment .children {
	list-style: none;
	padding: 0;
}

.comment .children .comment {
	margin: 0;
	border-top: 1px solid #eee
}

.commentlist>.comment .children {
	margin-left: 46px;
}

.comt-f {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 16px;
	color: #ccc
}

.comment:hover .comt-f {
	color: #666
}

.comt-approved {
	border-radius: 2px;
	background-color: #eee;
	padding: 1px 5px 0;
	margin-top: 4px;
	color: #999;
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
	margin-left: 5px
}

.wp-smiley {
	margin-bottom: 2px
}

.sidebarfix .comt-main {
	padding: 6px 0 4px;
	line-height: 20px;
	font-size: 12px;
}

.sidebarfix .depth-1 {
	border-bottom-color: #eee;
}

.sidebarfix .comment .children .comment {
	border-top-color: #eee;
}

#comments {
	margin-bottom: 15px;
	font-size: 16px;
}

#comments b {
	font-weight: normal;
	color: #ff5e52
}

#comments .pull-right {
	font-size: 12px;
	position: relative;
	top: 5px
}

#commentform {
	margin-bottom: 5px;
}

.comt-count {
	float: right;
	color: #999;
	margin-bottom: 5px
}

.comt {
	position: relative;
	padding-left: 46px;
}

.comt-title {
	font-size: 12px;
	float: left;
	margin-left: -46px;
	width: 36px;
	text-align: center;
	color: #999;
}

.comt-title .avatar {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	margin-bottom: 5px;
}

.comt-title p {
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.comt-box {
	border: 2px solid #ccd4d9;
	background-color: #fff;
	position: relative;
	padding: 4px 0 0 4px;
	border-radius: 2px;
}

.comt-ctrl {
	background-color: #fbfbfb;
	margin-left: -4px;
	border-top: solid 1px #f2f2f2;
	height: 36px;
}

#submit {
	position: absolute;
	border-left: none;
	border: none;
	font-size: 16px;
	border: 2px solid;
	width: 100px;
	padding: 0px;
	color: #fff;
	height: 38px;
	outline: 0;
	background: #45B6F7;
	border-top: none;
	border-radius: 0 0 2px 0;
	border-color: #45B6F7;
	right: -2px;
	bottom: -2px;
}

#comment {
	width: 100%;
	overflow-y: auto;
	color: #666;
	height: 68px;
	overflow-x: hidden;
	font-size: 14px;
	resize: none;
	line-height: 22px;
	border: none;
	outline: 0;
}

.a-count {
	border-bottom: 1px solid #e6e6e6;
	margin: 15px 0;
	padding-bottom: 8px;
}

.a-count span {
	border-bottom: 2px solid #338eff;
	padding-bottom: 7px;
	font-weight: 700;
	color: #7a8f9a;
}

div#comment-105379 {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
}

.comt-qita {
	line-height: 32px;
	background-size: 32px auto;
	padding-left: 36px;
}

.comt-qita span {
	font-weight: bold;
	font-size: 15px;
	color: #7a8e9a;
}

.right_contents h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

.right_contents p {
	margin: 0 0 15px;
}

.right_contents img {
	height: auto !important;
}

.product_con img {
	height: auto !important;
}

.product ul {
	overflow: auto;
	margin-bottom: 40px;
}

li.indexli {
	overflow: auto;
}

li.indexli2 {
	background: #25479f;
	overflow: auto;
}

.myitem {
	width: 48%;
	float: left;
	padding: 0px 1%;
	text-align: center;
}

.myitem a {
	height: 35px;
	display: block;
	margin: 5px 0px;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
}

.myitem a:hover {
	color: #352e2e;
	background: #fcd201;
	font-weight: bold;
}
