@charset "utf-8";
body {
	font-family: "微软雅黑";
	min-width: 320px;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	border: 0;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
}
h1.pd-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	color: #4a4a4a;
	padding-top: 15px;
	line-height: 24px;
	border-top: 1px solid #E4E2E2;
	text-transform: none;
	margin-bottom: 20px;
	text-align: center;
}
.home-top-grid1 {
	background: rgba(11,100,143,0.7);
	transition: 0.5s all;
}
.home-top-grid2 {
	background: rgba(226,23,55,0.5);
	transition: 0.5s all;
}
.home-top-grid3 {
	background: rgba(11,100,143,0.4);
	transition: 0.5s all;
}
.clearfix {
	_zoom: 1;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.clear {
	overflow: hidden;
	_zoom: 1;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
.tHide {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.blockFull {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.relative {
	position: relative;
}
.container {
	max-width: 1200px;
	margin: auto;
	padding: 0px;
	width: 98%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-prev, .slick-next {
	z-index: 20;
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -30px;
	padding: 0;
	border: none;
	outline: none;
	z-index: 3;
}
.slick-prev {
	left: 11%;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	transform: rotate(45deg);
}
.slick-next {
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	transform: rotate(-45deg);
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: 30px
}
.slick-next {
	right: 11%;
}
[dir="rtl"] .slick-next {
	left: 30px;
	right: auto
}
.slick-dots {
	position: absolute;
	bottom: 20px;
	height: auto;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	line-height: 0;
	z-index: 2;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	display: block;
	height: 10px;
	width: 10px;
	padding: 0;
	margin: 0;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: #FFF;
	border-radius: 10px;
}
.slick-dots li.slick-active button {
	background: #8c673e;
}
.header {
	clear: both;
}
.banner {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.banner img {
	max-width: 100%;
	margin: auto;
}
.phone-nav {
	position: absolute;
	right: 1%;
	margin-right: 15px;
	display: none;
	color: #FFF;
	z-index: 9;
	padding-top: 19px;
}
.phone-nav span {
	color: #000;
	font-size: 30px;
}
@media (max-width:1000px) {
.phone-nav {
	display: block;
}
}
.header {
	background: #FFF;
}
.header .logo {
	float: left;
	margin-left: 2%;
}
@media (max-width:1000px) {
.header .logo {
	padding: 0px;
	width: 50%;
}
}
.header .nav_right {
	width: 71%;
	float: right;
}
.header .nav_right ul {
	width: 80%;
	float: left;
}
.header .nav_right ul li {
	float: left;
	width: 11.2%;
	height: 90px;
	padding: 30px 0px 20px;
	box-sizing: border-box;
	position: relative;
}
.header .nav_right ul li a {
	color: #2c2c2c;
	font-size: 15px;
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.header .nav_right ul li .erji {
	position: absolute;
	z-index: 9999;
	background: #0083c7;
	width: 100%;
	padding: 5px 0px;
	display: none;
}
.header .nav_right ul li .erji a {
	display: block;
	color: #FFF;
	width: 100%;
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.header .nav_right ul li .erji a:hover {
	background: #4ca8d8;
}
.header .nav_right ul li:hover {
	background: #0083c7;
}
.header .nav_right ul li:hover a {
	color: #FFF;
}
.header .nav_right ul li:hover .erji {
	display: block;
}
.header .nav_right ul .active {
	background: #0083c7;
}
.header .nav_right ul .active a {
	color: #FFF;
}
.header .nav_right .yuyan {
	width: 12%;
	min-width: 100px;
	background: url(../images/yu.jpg) no-repeat left;
	height: 40px;
	float: right;
	margin-top: 30px;
	line-height: 40px;
	cursor: pointer;
}
.header .nav_right .yuyan span {
	font-size: 12px;
	color: #666;
	margin-left: 45px;
	display: inline-block;
	background: url(../images/yu_xia.jpg) no-repeat right;
	padding-right: 20px;
}
.header .nav_right .yuyan i {
	font-style: normal;
	position: relative;
	z-index: 999;
	display: none;
	background: #FFF;
	text-align: center;
}
.header .nav_right .yuyan i a {
	display: block;
	line-height: 25px;
	height: 25px;
	color: #666;
	font-size: 12px;
}
@media (max-width:1000px) {
.header .nav_right {
	display: none;
}
}
@media (max-width:1000px) {
.header .container {
	padding: 10px 0px;
}
}
.dian_div {
	background: #0083c7;
}
.dian_div .container {
	color: #FFF;
	text-align: right;
	font-size: 12px;
	line-height: 25px;
}
.dian_div .container span {
	background: url(../images/dian.png) no-repeat left;
	padding-left: 25px;
	display: inline-block;
	line-height: 25px;
}
.dian_div .container a {
	font-size: 16px;
	font-family: arial;
	color: #FFF;
	display: inline-block;
	line-height: 25px;
}
.banner {
	overflow: hidden;
}
.banner .slick-dots {
	position: relative;
	bottom: 30px;
}
.banner .slick-dots:after {
	content: "";
	width: 100%;
	border: 1px solid rgba(255,255,255,0.1);
	position: absolute;
	left: 0%;
	top: 50%;
	margin-top: -0.5px;
}
.banner .slick-dots li {
	position: relative;
	margin: 0px 5px;
}
.banner .slick-dots li button {
	background: #8f898b;
	height: 9px;
	width: 9px;
}
.banner .slick-dots .slick-active button {
	background: #FFF;
}
.banner .slick-dots .slick-active:after {
	content: "";
	height: 17px;
	width: 17px;
	border: 1px solid #FFF;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: -4px;
}
.home_pro {
	background: url(../images/bg.jpg);
	padding: 1% 0px;
} 
.home_pro .pro_nei {
	max-width: 1200px;
	width: 98%;
	margin: auto;
}
.pro_com {
	padding-top: 3%;
}
.pro_com .p_left {
	width: 49.5%;
	float: left;
	position: relative;
}
.pro_com .p_left i {
	display: block;
	padding-bottom: 79.3103448275862%;
}
.pro_com .p_left .zhe_a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/zhe_bg.png);
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	padding: 30% 0px;
	display: none;
}
.pro_com .p_left .zhe_a img {
	max-width: 100%;
	max-height: 100%;
}
.pro_com .p_left .zhe_a span {
	display: block;
	color: #FFF;
	width: 98%;
	margin: auto;
}
.pro_com .p_left .zhe_a .zw {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5%;
}
.pro_com .p_left .zhe_a .yw {
	font-family: AvantGardeBook;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.pro_com .p_left:hover .zhe_a {
	display: block;
}
.pro_com .p_right {
	width: 49.8%;
	float: right;
}
.pro_com .p_right ul li {
	width: 49.5%;
	float: left;
	margin-right: 1%;
	margin-bottom: 0.7%;
	position: relative;
}
.pro_com .p_right ul li:nth-child(2n+2) {
	margin-right: 0px;
}
.pro_com .p_right ul li .pic {
	position: relative;
}
.pro_com .p_right ul li .pic i {
	display: block;
	padding-bottom: 79.3103448275862%;
}
.pro_com .p_right ul li .zhe_a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/zhe_bg.png);
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	padding: 20% 0px;
	display: none;
}
.pro_com .p_right ul li .zhe_a img {
	max-width: 100%;
	max-height: 100%;
}
.pro_com .p_right ul li .zhe_a span {
	display: block;
	color: #FFF;
	width: 98%;
	margin: auto;
}
.pro_com .p_right ul li .zhe_a .zw {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5%;
}
.pro_com .p_right ul li .zhe_a .yw {
	font-family: AvantGardeBook;
	font-size: 12px;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
}
.pro_com .p_right ul li:hover .zhe_a {
	display: block;
}
@media (max-width:768px) {
.pro_com .p_left {
	width: 100%;
	margin-bottom: 10px;
}
.pro_com .p_right {
	width: 100%;
}
}
@media (max-width:480px) {
.pro_com .p_right {
	width: 100%;
}
.pro_com .p_right ul li {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
}
}
.top_all {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.top_all h3 {
	border-bottom: 3px solid #0083c7;
	font-size: 28px;
	color: #333;
	width: 23%;
	line-height: 50px;
	text-align: center;
	height: 50px;
	overflow: hidden;
	margin: auto;
}
.top_all span {
	font-family: AvantGardeBook;
	color: #afafaf;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}
.top_all:after {
	content: url(../images/you.png);
	position: absolute;
	right: 0px;
	bottom: 5px;
}
.top_all:before {
	content: url(../images/zuo.png);
	position: absolute;
	left: 0px;
	bottom: 5px;
}
@media (max-width:768px) {
.top_all:after {
	display: none;
}
.top_all:before {
	display: none;
}
}
.home_about {
	background: url(../images/about_bg.jpg);
	padding: 4% 0px 2%;
}
.home_about .about_com {
	max-width: 1200px;
	width: 98%;
	margin: auto;
}
.home_about .about_com .a_left {
	width: 47%;
	float: left;
	position: relative;
}
.home_about .about_com .a_left .ab_bg {
	background: url(../images/about_a_bg.jpg) no-repeat;
	position: relative;
}
.home_about .about_com .a_left .ab_bg i {
	display: block;
	padding-bottom: 73.38403041825094%;
}
.home_about .about_com .a_left .pic {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 15px;
	left: 20px;
}
.home_about .about_com .a_left .pic i {
	display: block;
	padding-bottom: 73.38403041825094%;
}
.home_about .about_com .a_left .pic img {
	z-index: 999;
}
.home_about .about_com .a_right {
	width: 48%;
	float: left;
	margin-left: 3%;
	color: #FFF;
}
.home_about .about_com .a_right .span_y {
	font-family: FuturaCondensedNormal;
	font-size: 18px;
	width: 98%;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.home_about .about_com .a_right .span_z {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	width: 98%;
	overflow: hidden;
}
.a_right.wow.bounceInRight.animated > p {
	line-height: 24px;
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
}
.home_about .about_com .a_right .more {
	color: #FFF;
	font-size: 14px;
	height: 40px;
	width: 150px;
	background: #fe9d00;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-top: 1%;
}
.home_about .about_com .a_right .more:hover {
	font-weight: 700;
}
@media (max-width:768px) {
.home_about .about_com .a_left {
	width: 100%;
}
.home_about .about_com .a_left .pic {
	top: 0px;
	left: 0px;
}
.home_about .about_com .a_right {
	width: 100%;
	margin-left: 0px;
}
.home_about .about_com .a_right .span_y {
	font-size: 24px;
}
.home_about .about_com .a_right .span_z {
	font-size: 18px;
}
}
.home_news {
	background: #FFF;
	padding: 3% 0px 1%;
}
.home_news .top_all {
	margin-bottom: 3%;
}
.home_news .news_com {
	max-width: 1200px;
	margin: auto;
	width: 98%;
}
.home_news .news_com .n_left {
	width: 44.5%;
	float: left;
	position: relative;
	background-color: #FCFCFC;
}
.home_news .news_com .n_left .imgd {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.home_news .news_com .n_left .imgd i {
	display: block;
	padding-bottom: 25.89118198874296%;
}
.home_news .news_com .n_left .imgd img {
	transition: 0.3s;
}
.home_news .news_com .n_left .imgd img:hover {
	transform: scale(1.1);
}
.home_news .news_com .n_left .imgd .ri {
	position: absolute;
	background: #0083c7;
	z-index: 9999;
	top: 0px;
	left: 0px;
	color: #FFF;
	font-family: AvantGardeITCbyBT-Book;
	padding: 5px 10px;
	max-width: 99px;
}
.home_news .news_com .n_left .imgd .ri i {
	font-style: normal;
	font-size: 40px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	width: 98%;
	margin: auto;
	display: block;
	text-align: center;
	overflow: hidden;
}
.home_news .news_com .n_left .imgd .ri time {
	font-size: 13px;
	width: 98%;
	margin: auto;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
@media (max-width:480px) {
.home_news .news_com .n_left .imgd .ri i {
	font-size: 20px;
	height: 25px;
	line-height: 25px;
}
.home_news .news_com .n_left .imgd .ri time {
	font-size: 10px;
}
}
.home_news .news_com .n_left h6 {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	width: 94%;
	margin: 3% auto 0;
}
.home_news .news_com .n_left h6 a:hover {
	color: #0083c7;
}
.home_news .news_com .n_left p {
	font-size: 12px;
	max-height: 80px;
	color: #666;
	line-height: 20px;
	margin: 10px 0px;
	overflow: hidden;
}
.n_left.wow.bounceInLeft.animated >p {
	width: 94%;
	margin: 2% auto 6%;
	line-height: 24px;
}
.home_news .news_com .n_left .more {
	width: 160px;
	height: 36px;
	background: #0083c7;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	font-size: 12px;
	margin-top: 20px;
	transition: 0.3s;
}
.home_news .news_com .n_left .more:hover {
	background: #fe9d00;
}
.home_news .news_com .n_right {
	width: 52.5%;
	float: right;
}
.home_news .news_com .n_right ul li {
	border-bottom: 1px solid #ededed;
	padding: 10px 0px;
}
.home_news .news_com .n_right ul li .ri {
	width: 15%;
	float: left;
	font-family: AvantGardeITCbyBT-Book;
	max-width: 90px;
	color: #a4a4a4;
	font-weight: 500;
	text-align: center;
}
.home_news .news_com .n_right ul li .ri i {
	font-style: normal;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	width: 98%;
	margin: auto;
	display: block;
	overflow: hidden;
	margin-bottom: 3px;
}
.home_news .news_com .n_right ul li .ri time {
	font-size: 12px;
	width: 98%;
	margin: auto;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.home_news .news_com .n_right ul li .wen_nei {
	width: 84%;
	float: right;
}
.home_news .news_com .n_right ul li .wen_nei h6 {
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	color: #333;
	margin-bottom: 6px;
	overflow: hidden;
	width: 100%;
}
.home_news .news_com .n_right ul li .wen_nei p {
	color: #666;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.home_news .news_com .n_right ul li:hover .wen_nei h6 {
	color: #0083c7;
}
@media (max-width:768px) {
.home_news .news_com .n_left {
	width: 100%;
	margin-bottom: 10px;
}
.home_news .news_com .n_right {
	width: 100%;
}
}
@media (max-width:480px) {
.home_news .news_com .n_right ul li .ri {
	width: 20%;
}
.home_news .news_com .n_right ul li .ri i {
	font-size: 36px;
	height: 40px;
	line-height: 40px;
}
.home_news .news_com .n_right ul li .ri time {
	font-size: 12px;
}
.home_news .news_com .n_right ul li .wen_nei {
	width: 79%;
}
}
.links {
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
	margin-top: 5%;
}
.links span {
	width: 7%;
	max-width: 72px;
	float: left;
	background: url(../images/link_bg.jpg) no-repeat left top;
	display: block;
	line-height: 32px;
	color: #333;
	font-size: 14px;
}
.links .link_a {
	width: 100%;
	float: right;
	line-height: 32px;
}
.links .link_a a {
	display: inline-block;
	padding: 0px 5px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}
.links .link_a a:hover {
	color: #0083c7;
}
@media (max-width:768px) {
.links span {
	width: 10%;
	float: left;
}
.links .link_a {
	width: 84%;
	float: right;
}
}
@media (max-width:640px) {
.links span {
	width: 100%;
}
.links .link_a {
	width: 100%;
}
}
.footer {
	background: #353535;
	width: 100%;
	margin-top: 2%;
}
@media (max-width:768px) {
.footer {
	padding-bottom: 90px;
}
}
.footer_com {
	max-width: 1200px;
	width: 98%;
	margin: auto;
	padding: 3% 0px;
}
.footer_com .di_nav {
	width: 46%;
	float: left;
}
.footer_com .di_nav li {
	width: 20%;
	float: left;
	border-left: 1px solid #4a4a4a;
	padding-left: 15px;
}
.footer_com .di_nav li a {
	display: block;
	color: #959595;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	width: 100%;
}
.footer_com .di_nav li a:hover {
	color: #0083c7;
}
.footer_com .di_nav li .tit {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width: 100%;
	color: #FFF;
	margin-bottom: 10px;
}
.footer_com .er_right {
	width: 45%;
	float: right;
}
.footer_com .er_right .er {
	width: 75%;
	float: left;
}
.footer_com .er_right .er .pic {
	position: relative;
	width: 30%;
	float: left;
	margin-top: -6%;
	margin-right: 3%;
}
.footer_com .er_right .er .pic i {
	display: block;
	padding-bottom: 100%;
}
.footer_com .er_right .er .pic img {
	padding: 6%;
	border: 1px solid #606060;
	box-sizing: content-box;
	width: 82%;
}
.pic >p {
	color: #959595;
	text-align: center;
	font-size: 14px;
	margin: 0;
	margin-top: 15%;
}
.footer_com .er_right .er .text {
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	padding-left: 10px;
}
.footer_com .er_right .er .text span {
	display: block;
	line-height: 25px;
	height: 25px;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}
.footer_com .er_right .er .text span:last-child {
	color: #aeaeae;
	font-size: 12px;
}
.footer_com .er_right .dian {
	width: 52%;
	background: url(../images/di_dian.png) no-repeat left;
	float: right;
	padding-left: 52px;
}
.footer_com .er_right .dian span {
	display: block;
	color: #FFF;
	font-size: 16px;
}
.footer_com .er_right .dian a {
	display: block;
	color: #ff9a00;
	font-size: 26px;
	font-family: Pabloco;
}
@media (max-width:768px) {
.footer_com .di_nav {
	display: none;
}
.footer_com .er_right {
	width: 100%;
	padding: 5% 0px;
}
.footer_com .er_right .er {
	width: 30%;
}
.footer_com .er_right .er .pic i {
	padding-bottom: 31.25%;
}
.footer_com .er_right .dian {
	width: 60%;
}
}
@media (max-width:480px) {
.footer_com .er_right .er {
	width: 100%;
}
.footer_com .er_right .er .text {
	padding-left: 0px;
}
.footer_com .er_right .dian {
	width: 100%;
	display: none;
}
.footer_com .er_right .dian span {
	font-size: 14px;
}
.footer_com .er_right .dian a {
	font-size: 18px;
}
}
.copy {
	max-width: 1200px;
	width: 98%;
	margin: auto;
	border-top: 1px solid #484848;
	padding: 5px 0px;
	color: #7a7a7a;
	font-size: 12px;
}
.copy >p {
	color: #fff;
}
.copy > p > a {
	color: #fff;
}
.copy > p > a:hover {
	color: rgb(122, 122, 122);
}
.copy .amap {
	float: left;
}
.copy .amap:hover {
	color: #0083c7;
}
.copy span {
	display: inline-block;
	margin-left: 2%;
}
.copy .y_a {
	float: right;
}
.copy .y_a .map {
	margin-right: 10px;
	display: none;
}
.copy .y_a .map:hover {
	color: #0083c7;
}
@media (max-width:640px) {
.copy {
	text-align: center;
}
.copy .amap {
	display: none;
}
.copy .y_a {
	float: none;
	width: 100%;
	margin-top: 10px;
}
.copy .y_a .map {
	display: inline-block;
}
}
.zi_com {
	max-width: 1200px;
	width: 98%;
	margin: auto;
}
.zi_com .zi_left {
	width: 16.7%;
	float: left;
}
.zi_com .zi_left .top {
	background: #0083c7;
	padding: 30px 0px 20px;
	text-align: center;
}
.zi_com .zi_left .top span {
	display: block;
	color: #FFF;
	font-weight: 500;
}
.zi_com .zi_left .top .span1 {
	font-size: 20px;
}
.zi_com .zi_left .top .span2 {
	font-size: 14px;
	font-family: arial;
}
@media (max-width:480px) {
.zi_com .zi_left .top {
	padding: 15px 0px 10px;
}
}
.zi_com .zi_left ul {
	background: #4ca8d8;
	padding-bottom: 20%;
}
.zi_com .zi_left ul li {
	border-top: 1px solid #67b5de;
}
.zi_com .zi_left ul li a {
	height: 50px;
	line-height: 50px;
	color: #FFF;
	display: block;
	background: #4ca8d8;
	padding-left: 28%;
	font-size: 14px;
	overflow: hidden;
	width: 100%;
	padding-right: 5px;
}
.zi_com .zi_left ul li a:hover {
	background: #0083c7;
	font-size: 16px;
	font-weight: 700;
}
.zi_com .zi_left ul li .er {
	padding: 3% 0px;
}
.zi_com .zi_left ul li .er a {
	background: #4ca8d8;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	font-weight: 500;
	width: 100%;
	padding-right: 5px;
	overflow: hidden;
}
.zi_com .zi_left ul li .er a:hover {
	background: #0083c7;
	font-weight: 500;
	font-size: 12px;
}
@media (max-width:480px) {
.zi_com .zi_left ul li a {
	line-height: 40px;
	height: 40px;
}
}
.zi_com .zi_left ul .active a {
	background: #0083c7;
	font-size: 16px;
	font-weight: 700;
}
@media (max-width:480px) {
.zi_com .zi_left ul {
	padding-bottom: 5%;
}
}
.zi_com .zi_left .lian {
	border: 1px solid #e6e6e6;
	padding: 10px 20px 10px 20px;
	margin: 20px 0px;
}
.zi_com .zi_left .lian .lian_t {
	background: url(../images/zi_dian.png) no-repeat left top;
	padding-left: 60px;
}
.zi_com .zi_left .lian .lian_t span {
	display: block;
}
.zi_com .zi_left .lian .lian_t .span1 {
	color: #0083c7;
	font-size: 20px;
}
.zi_com .zi_left .lian .lian_t .span2 {
	color: #999;
	font-size: 13px;
}
.zi_com .zi_left .lian p {
	line-height: 16px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px dashed #dfdfdf;
	padding: 10px 0px;
}
.zi_com .zi_left .lian p a:hover {
	color: #0083c7;
}
.zi_com .zi_right {
	width: 79.6%;
	float: right;
}
.zi_com .zi_right .bar {
	border-bottom: 1px solid #eaeaea;
	padding: 30px 0px 10px;
}
.zi_com .zi_right .bar .b_tt {
	float: left;
	font-size: 20px;
	color: #1f1f1f;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 20%;
	overflow: hidden;
}
.zi_com .zi_right .bar .curbar {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #6e6e6e;
	width: 78%;
	vertical-align: middle;
	margin-top: 12px;
}
.zi_com .zi_right .bar .curbar a {
	max-width: 100px;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}
.zi_com .zi_right .bar .curbar a:hover {
	color: #0083c7;
}
.zi_com .zi_right .bar .curbar i {
	font-style: normal;
	max-width: 100px;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:640px) {
.zi_com .zi_right .bar .b_tt {
	width: 100%;
}
.zi_com .zi_right .bar .curbar {
	width: 100%;
	text-align: left;
}
}
@media (max-width:1024px) {
.zi_com .zi_left {
	width: 21%;
}
.zi_com .zi_right {
	width: 76%;
}
.zi_com .zi_right .bar {
	padding: 10px 0px 10px;
}
}
@media (max-width:768px) {
.zi_com .zi_left {
	width: 100%;
}
.zi_com .zi_right {
	width: 100%;
}
.zi_com .zi_right .bar {
	padding: 10px 0px 10px;
}
}
.pro_ul {
	padding: 5% 0px;
	overflow: hidden;
}
.pro_ul li {
	width: 29.4%;
	float: left;
	margin-right: 5.9%;
	position: relative;
	cursor: pointer;
	margin-top: 20px;
}
.pro_ul li .pic {
	position: relative;
	overflow: hidden;
}
.pro_ul li .pic i {
	display: block;
	padding-bottom: 82.14285714285714%;
}
.pro_ul li .pic .zhe_a {
	background: url(../images/zhe_bg.png);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}
.pro_ul li:nth-child(3n+3) {
	margin-right: 0px;
}
.pro_ul li:nth-child(3n+3):after {
	display: none;
}
.pro_ul li:after {
	content: "";
	border-right: 1px dashed #ccc;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -9.95%;
}
.pro_ul li:before {
	content: "";
	border-bottom: 1px dashed #ccc;
	width: 120%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.pro_ul li .text {
	padding: 3% 0px 20%;
}
.pro_ul li .text h6 {
	color: #606a71;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 98%;
	overflow: hidden;
}
.pro_ul li .text span {
	height: 1px;
	background: #c9c9c9;
	width: 104px;
	display: block;
	vertical-align: top;
	margin: 15px 0px 20px;
	width: 37%;
}
.pro_ul li .text .more {
	background: #999;
	color: #FFF;
	font-size: 12px;
	font-family: arial;
	width: 75px;
	display: block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #8c8c8c;
	position: relative;
	text-align: center;
}
.pro_ul li .text .more:after {
	width: 71px;
	height: 24px;
	border: 1px solid #adadad;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
}
.pro_ul li:hover .pic .zhe_a {
	display: block;
}
.pro_ul li:hover .text span {
	background: #0083c7;
}
.pro_ul li:hover .text .more {
	background: #0083c7;
	border: 1px solid #0083c7;
}
.pro_ul li:hover .text .more:after {
	border: 1px solid #0083c7;
}
@media (max-width:640px) {
.pro_ul li {
	width: 48%;
	margin-right: 4%;
}
.pro_ul li:nth-child(3n+3) {
	margin-right: 4%;
}
.pro_ul li:nth-child(3n+3):after {
	display: block;
}
.pro_ul li:nth-child(2n+2) {
	margin-right: 0px;
}
.pro_ul li:nth-child(2n+2):after {
	display: none;
}
.pro_ul li:after {
	content: "";
	border-right: 1px dashed #ccc;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -3.95%;
}
}
.page {
	margin: 20px 0px 40px 0px;
	text-align: center;
}
.page a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-family: arial;
	margin: 0px 3px;
	color: #666;
}
.page a:hover {
	text-decoration: underline;
	color: #821e20;
}
.page .active {
	text-decoration: underline;
	color: #821e20;
}
.page .ye {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #c2c2c2;
	border-radius: 50%;
	position: relative;
}
.page .ye:hover {
	background: #0083c7;
}
.page .ye1:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-right-color: #FFF;
	position: absolute;
	top: 7px;
	left: 3px;
}
.page .ye2:after {
	content: "";
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-left-color: #FFF;
	position: absolute;
	top: 7px;
	right: 3px;
}
.guan_new .guan_ul li {
	width: 49%;
	margin-right: 2%;
	float: left;
}
.guan_new .guan_ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.guan_new .guan_ul li time {
	font-family: tahoma;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	height: 30px;
	width: 100%;
	overflow: hidden;
}
.guan_new .guan_ul li h6 {
	font-size: 16px;
	color: #333;
	line-height: 40px;
	height: 40px;
	width: 100%;
	overflow: hidden;
	font-weight: 700;
}
.guan_new .guan_ul li p {
	font-size: 13px;
	color: #666;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
}
.guan_new .guan_ul li span {
	width: 109px;
	height: 30px;
	background: #c7c7c7;
	color: #FFF;
	font-size: 14px;
	font-family: arial;
	display: block;
	line-height: 30px;
	text-align: center;
	margin: 20px 0px;
}
.guan_new .guan_ul li:last-child {
	margin-right: 0px;
}
.guan_new .guan_ul li:hover h6 {
	color: #0083c7;
}
.guan_new .guan_ul li:hover span {
	background: #0083c7;
}
@media (max-width:640px) {
.guan_new .guan_ul li {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dashed #f3f3f3;
	margin-right: 0px;
}
}
.guan_new .guan_ul2 li {
	line-height: 39px;
	height: 39px;
}
.guan_new .guan_ul2 li a {
	width: 80%;
	float: left;
	display: block;
	color: #666;
	height: 39px;
	overflow: hidden;
	background: url(../images/new_li.png) no-repeat 6px center;
	padding-left: 18px;
}
.guan_new .guan_ul2 li span {
	width: 20%;
	float: right;
	color: #999;
	display: block;
	height: 39px;
	overflow: hidden;
	text-align: right;
	padding-right: 6px;
}
.guan_new .guan_ul2 li:nth-child(2n+2) {
	background: #f6f6f6;
}
.guan_new .guan_ul2 li:hover a {
	color: #0083c7;
}
.guan_top {
	border-bottom: 1px solid #f3f3f3;
	font-size: 20px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 8px;
	position: relative;
}
.guan_top:before {
	content: "";
	height: 1px;
	width: 50px;
	background: #eaeaea;
	top: 24px;
	left: 109px;
	position: absolute;
}
.guan_top:after {
	content: "";
	height: 1px;
	width: 170px;
	background: #eaeaea;
	bottom: 19px;
	left: 90px;
	position: absolute;
}
.guan_top span {
	width: 80px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: inline-block;
}
.industrylist .industrylist_com .n_right {
	width: 100%;
}
.industrylist .industrylist_com .n_right ul li {
	width: 48%;
	float: left;
	margin-bottom: 18px;
}
.industrylist .industrylist_com .n_right ul li:nth-child(2n) {
	margin-left: 2%;
}
.sidebar {
	float: left;
	width: 240px;
	padding-top: 24px;
}
.main {
	padding: 30px 0 0 270px;
}
.ctit h3 {
	font-size: 16px;
	color: #FFF;
	line-height: 42px;
	border: 1px solid #0083c7;
	text-transform: uppercase;
	margin-bottom: auto;
	padding-left: 20px;
	margin-top: 2px;
	background: #0083c7;
}
.bPosition {
	background: #0083c7;
	line-height: 36px;
	padding: 0 16px;
	color: #EEE;
	margin-bottom: 16px;
}
.bPosition a {
	color: #FFF !important;
}
.pcon_l img {
	display: block;
	margin: 0 auto;
}
.pcon_r {
	padding: 5px;
}
.pcon_r .pcon_info {
	line-height: 30px;
	color: 333;
}
.pcon_r .p_more {
	line-height: 48px;
	height: 48px;
	padding: 0 20px;
}
.pcon {
	padding-top: 30px;
	float: left;
	width: 100%;
}
.pcon .tit {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	margin-top: 20px;
	background: #eee;
	color: #000;
	font-size: 18px;
}
.pcon .pinfo {
	display: block;
	line-height: 24px;
	padding: 20px 20px 30px 20px;
}
.pcon .pinfo img {
	max-width: 100%;
	margin: 0px auto;
}
.acon {
	float: left;
	width: 100%;
}
.acon .pinfo {
	display: block;
	line-height: 24px;
	padding: 20px 0 30px 20px;
}
.proIntro {
	color: #999;
	padding: 10px 10px;
	margin: 10px 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.prosubmenu li {
	float: left;
	width: 32%;
	line-height: 24px;
}
.prosubmenu {
	padding: 3px 0 0 10px;
}
.sf-menu {
	display: table;
	width: 241px;
	margin: 0px auto;
	padding-bottom: 20px;
	border: 5px solid #eee;
	position: relative;
}
.sf-menu li {
	clear: both;
	border-bottom: 1px solid #eee;
	position: relative;
}
.sf-menu li a, .sf-menu li:hover a {
	display: block;
	color: #333;
	line-height: 40px;
	padding-left: 6%;
	font-size: 14px;
}
.lsec >p {
	line-height: 24px;
	border-bottom: 1px solid #eee;
	padding-left: 3%;
	margin: 0;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 14px;
	padding-right: 2%;
}
.sf-menu li a:hover {
	background-color: #f2f2f2
}
.sf-menu li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
	background: #0083c7;
}
.sf-menu li li.LiLevel2 a {
	line-height: 26px;
}
.sf-menu li li.LiProDetail a {
	width: 200px;
}
.sf-menu li li a, .sf-menu li:hover li a {
	display: block;
	line-height: 20px;
	color: #FFF;
	padding: 6px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu ul {
	display: none;
}
.sf-menu li:hover ul {
	display: block
}
ul.sf-menu ul ul {
	position: absolute;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999
}
.sf-menu li li:hover {
	opacity: 1
}
.sf-menu li li li a, .sf-menu li:hover li li a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: -1px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
ul.sf-menu li:hover > ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
ul.sf-menu li.Level1 > a {
	background: url(../images/pico1.png) 3px 15px no-repeat;
}
.sf-menu1 {
	display: table;
	width: 220px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.sf-menu1 li {
	clear: both;
	border-bottom: 1px solid #EEE;
}
.sf-menu1 li a {
	display: block;
	color: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	background: url(../images/pico.png) 3px 15px no-repeat;
	padding: 9px 0 6px 14px;
}
.sf-menu1 li a:hover {
	background-color: #f2f2f2
}
.sf-menu1 li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
}
.sf-menu1 li li.LiLevel2 a {
	background: url(../images/icon01.gif) no-repeat 8px 11px;
	line-height: 26px;
}
.sf-menu1 li li.LiProDetail a {
	background: url(../images/ico_sort.png) no-repeat 8px 11px;
}
.sf-menu1 li li a {
	display: block;
	line-height: 20px;
	color: #777;
	padding: 2px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu1 li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu1 ul {
	visibility: visible
}
ul.sf-menu1 ul ul {
	position: absolute;
	left: 220px;
	width: 220px;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999
}
.sf-menu1 li li li {
	background: #FFF;
	padding: 0px;
}
.sf-menu1 li li:hover {
	opacity: 1
}
.sf-menu1 li li li a, .sf-menu1 li:hover li li a {
	text-decoration: none;
	background: url(../images/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: -1px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
ul.sf-menu1 li.Level1 > a {
	background: url(../images/pico1.png) 3px 15px no-repeat;
}
.sf-menu2 {
	display: table;
	width: 220px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.sf-menu2 li {
	clear: both;
	border-bottom: 1px solid #EEE;
	position: relative;
}
.sf-menu2 li a, .sf-menu2 li:hover a {
	display: block;
	color: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	background: url(../images/pico.png) 3px 15px no-repeat;
	padding: 9px 0 6px 14px;
}
.sf-menu2 li a:hover {
	background-color: #f2f2f2
}
.sf-menu2 li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFF;
}
.sf-menu2 li li.LiLevel2 a {
	background: url(../images/icon01.gif) no-repeat 8px 13;
	line-height: 26px;
}
.sf-menu2 li li.LiProDetail a {
	background: url(../images/ico_sort.png) no-repeat 8px 13px;
}
.sf-menu2 li li a, .sf-menu2 li:hover li a {
	display: block;
	line-height: 20px;
	color: #777;
	padding: 6px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu2 li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu2 ul {
	display: none;
}
.sf-menu2 li:hover ul {
	display: block
}
ul.sf-menu2 ul {
	position: absolute;
	left: 220px;
	width: 220px;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999;
	background: #EEE;
}
.sf-menu2 li li li {
	background: #FFF;
	padding: 0px;
}
.sf-menu2 li li:hover {
	opacity: 1
}
.sf-menu2 li li li a, .sf-menu2 li:hover li li a {
	text-decoration: none;
	background: url(../images/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: 0px;
	position: absolute;
	padding: 0px;
	text-transform: capitalize;
	left: 231px;
	top: 0px;
	z-index: 999;
}
ul.sf-menu2 li:hover > ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
ul.sf-menu2 li.Level1 > a {
	background: url(../images/pico1.png) 3px 15px no-repeat;
}
.lsec {
	width: 240px;
	border: 5px solid #eee;
}
@media screen and (max-width:1266px) {
.procate_tit {
	display: none;
}
.procatefenleiimg {
	display: none;
}
}
@media screen and (min-width:1004px) {
.top .fl {
	min-width: 690px;
	overflow: hidden;
}
.pro_lb1 li:nth-child(4n+5) {
	clear: both
}
}
@media screen and (max-width:1004px) and (min-width:960px) {
.top .fl {
	float: none;
	clear: both;
	max-width: 100%;
}
.col2 {
	width: 27%
}
.col3 {
	width: 28%
}
.pro_lb1 li {
	width: 33.33%;
}
.pro_lb1 li:nth-child(3n+4) {
	clear: both
}
}
@media screen and (max-width:960px) and (min-width:640px) {
.logo {
	float: none;
	width: 100%;
	text-align: center
}
.head-text, .top .fr .xyz {
	display: none;
}
.logo img {
	max-height: 70px;
}
.prolist li {
	float: left;
	width: 98%;
	height: 200px;
	border: 1px solid #dddada;
	margin: 15px 0.8%;
}
.hotpro li {
	width: 50%;
}
.tnew, .lnew {
	float: none;
	width: 100%;
	clear: both
}
#nav .fl, #nav .fr {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
}
#nav {
	height: 60px;
	position: relative;
}
.col1 {
	width: 50%;
}
.col2 {
	width: 262px;
	padding-right: 15px;
	float: right;
}
.col3 {
	padding-left: 15px;
	clear: both
}
.pro_lb1 li {
	width: 50%;
}
.pro_lb1 li:nth-child(2n+3) {
	clear: both
}
.pcon_r {
	word-break: break-word;
}
.newslist li a {
	width: 75%;
}
#nav li#liHome {
	border-left: 0px;
}
}
@media screen and (max-width:960px) and (min-width:700px) {
.pcon_l {
	float: none;
	width: 402px;
	margin: 0px auto;
	overflow: hidden;
}
.pcon_r {
	padding-left: 0px;
}
.pcon_r .pd-title, .pcon_r .pcon_info {
	padding-left: 20px;
}
.pcon_r .p_more {
	margin-left: 20px;
}
.zoomdiv, .jqZoomPup {
	display: none!important
}
.rnews li {
	float: none;
	display: block;
	width: 100%;
	margin: 0px auto;
}
.newcon .prev, .newcon .next {
	float: none;
	width: 100%;
	margin: 0px auto;
}
#nav li#liHome {
	border-left: 0px;
}
}
@media screen and (max-width:700px) and (min-width:480px) {
.pcon_l {
	float: none;
	width: 400px;
	margin: 0px auto;
	overflow: hidden
}
.pcon_r {
	padding-left: 12px;
}
.zoomdiv, .jqZoomPup {
	display: none!important
}
.newslist li a {
	width: 75%;
}
.rnews li {
	float: none;
	display: block;
	width: 100%;
	margin: 0px auto;
}
.newcon .prev, .newcon .next {
	float: none;
	width: 100%;
	margin: 0px auto;
}
#nav li#liHome {
	border-left: 0px;
}
}
@media screen and (max-width:640px) {
.top .fl, .top .fr {
	float: none;
	width: 100%;
	margin-top: 0px;
}
.tnew, .lnew {
	float: none;
	width: 100%;
	clear: both
}
.hotpro li {
	float: left;
	width: 50%;
}
.hotpro li.hotpro li .p_more {
	display: none
}
.tnew .tbox {
	height: 160px;
}
.tnew p {
	max-height: 106px;
}
.ttext {
	padding: 0 12px 0 172px;
}
.tnew img {
	width: 160px;
}
.prolist li {
	float: none;
	width: 98%;
	height: 160px;
}
.propic {
	height: 160px;
	width: 160px;
	text-align: center
}
.propic img {
	max-height: 160px;
	max-width: 160px;
}
.protext {
	padding: 0 12px 0 180px;
	font-size: 12px;
}
.protext h3 {
	font-size: 14px;
	margin-top: 25px;
}
.protext p {
	max-height: 40px;
	overflow: hidden;
}
.p_more {
	margin: 16px 0;
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.col1, .col2 {
	display: none;
}
.col3 {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.col3 h3 {
	text-indent: 15px;
}
.col4 {
	float: left;
}
.ccs {
	word-break: break-word;
	word-wrap: break-word;
	padding: 0 15px;
}
.col4 {
	float: left;
	padding-left: 15px;
}
.pro_lb1 li {
	width: 50%;
}
.sidebar {
	float: none;
	width: 100%;
	padding-top: 12px;
}
.main {
	padding: 6px 0 0 0px;
}
.sf-menu {
	display: table;
	width: 96%;
	margin: 0px auto;
	padding-bottom: 20px;
}
.lsec {
	margin-top: 10px;
	width: 96%;
	border: 5px solid #eee;
	padding: 15px;
	margin: 10px auto;
}
ul.sf-menu ul ul {
	display: none!important;
}
.ctit h3 {
	text-indent: 10px;
}
.newcon .prev, .newcon .next {
	float: none;
	width: 100%;
	margin: 0px auto;
}
.newcon {
	padding: 0 12px;
}
.procate_tit {
	display: none;
}
.procatefenleiimg {
	display: none;
}
}
h1 {
	text-transform: capitalize;
}
.pro_lb0 {
	float: left;
	width: 100%
}
.pro_lb0 li {
	clear: both;
	border-bottom: 1px solid #EEE;
	padding: 8px 12px 8px 0;
}
.pro_lb0 li:hover {
	background: #FFFcf3;
}
.pro_lb0 .fl {
	float: left;
	width: 26.5%;
	height: 170px;
	margin-right: 2%;
}
span.fl > a {
	display: block;
	height: 100%;
}
span.fl > a > img {
	display: block;
	height: 100%;
}
.pro_lb0 .pimg {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #EEE;
	padding: 2px;
	overflow: hidden;
}
.pro_lb0 img {
	display: block;
	width: 100%;
}
.pro_lb0 .protxt {
	float: right;
	width: 71%;
	line-height: 20px;
	margin: 0px;
	padding: 6px 0 0;
}
.pro_lb0 .pinfo {
	display: block;
	font-size: 12px;
	color: #777;
	max-height: 64px;
	overflow: hidden;
}
.pro_lb0 strong {
	display: block;
	max-height: 38px;
	font-size: 14px;
	padding: 4px 0 6px 0;
	overflow: hidden
}
.pro_lb0 strong a {
	color: #333;
}
.pro_lb0 strong a:hover {
	color: #56ce3f
}
.pro_lb0 h3 {
	display: block;
	max-height: 34px;
	font-size: 14px;
	padding: 4px 0 6px 0;
	margin-bottom: 5px;
	overflow: hidden
}
.pro_lb0 h3 a {
	color: #333;
}
.pro_lb0 h3 a:hover {
	color: #0083c7;
}
.pro_lb1 h3 {
	font-weight: normal;
}
.pro_lb0 span {
	display: block;
}
.pro_lb1 {
	float: left;
	padding-top: 10px;
	width: 100%;
}
.pro_lb1 p {
	line-height: 24px;
}
.pro_lb1 li {
	float: left;
	width: 25%;
}
.pro_lb1 li .pp_box {
	margin: 15px 12px;
}
.pro_lb1 li a {
	display: block;
	position: relative;
}
.pro_lb1 li a img {
	width: 100%;
}
.pro_lb1 li a .text {
	width: 100%;
	height: 60px;
	background: #8f8f8f;
	position: absolute;
	z-index: 1;
	bottom: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pro_lb1 li a .tex {
	width: 100%;
	height: 40px;
	line-height: 20px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	color: #FFF;
}
.pro_lb1 li a:hover .text {
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pro_lb1 .li0 {
	padding-right: 0;
}
@media screen and (max-width:640px) {
.pro_lb0 .fl {
	width: 100%;
	margin-bottom: 15px;
}
.pro_lb0 img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.pro_lb0 .protxt {
	width: 100%;
}
}
.pages:after {
	content: "";
	display: block;
	clear: both;
}
.pages {
	text-align: center;
	font-size: 12px;
	padding: 15px 0 20px 0;
	color: #b2b2b2;
	clear: both;
	line-height: 67px;
}
.pages a, .pages span {
	display: inline-block;
	margin: 1px 5px;
	min-width: 10px;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
}
.pages a:link, .pages a:visited {
	color: #666;
	background: #FFF;
}
.pages a:hover, .pages a:active, .pages span.ctxt {
	color: #FFF;
	background: #333;
	color: #FFF;
	text-decoration: none
}
.pages >ul {
	display: inline-block;
	overflow: auto;
}
.pages > ul> li {
	float: left;
	margin-left: 2px;
}
.newslist {
	margin: 12px auto 12px auto;
	float: left;
	width: 100%;
}
.newslist ul {
	padding-right: 16px
}
.newslist li {
	text-align: right;
	height: 36px;
	background: url(../images/arrow-list.gif) 8px 10px no-repeat;
	border-bottom: 1px dashed #ddd;
	line-height: 36px;
	color: #888;
	overflow: hidden
}
.newslist li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	text-align: left;
	text-indent: 6px;
	height: 36px;
	border-bottom: 1px dashed #ddd;
	line-height: 36px;
	color: #888;
	overflow: hidden;
	width: 70%;
	float: left;
}
.newslist li a:hover {
	color: #d22720;
	text-decoration: underline
}
.rnews, .rollPro {
	margin: 0px auto;
}
.rnews h3, .rollPro h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 12px 0;
	color: #333;
	font-weight: normal;
	height: 30px;
	margin-bottom: 10px;
}
.rnews li {
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
}
.rnews li a {
	display: block;
	white-space: nowrap;
	margin-right: 3%;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	border-bottom: 1px dashed #EEE;
}
.rnews li a:hover {
	color: #0083c7;
}
.rollPro {
	height: 220px;
	margin-bottom: 30px;
}
.rollPro .Cont {
	width: 94%;
	overflow: hidden;
	margin: 0px auto;
}
.rollPro .ScrCont {
	width: 10000000px;
}
.rollPro .pic {
	position: relative;
	width: 170px;
	height: 160px;
	margin: 0 3px;
	border: 1px solid #EEE;
	text-align: center;
}
.rollPro .pbox img {
	max-width: 162px;
	max-height: 100px;
}
.rollPro .pbox {
	width: 100%;
	height: 100px;
	text-align: center;
	display: block;
}
.pic >a > img {
	height: 100%;
	width: 100%;
}
.rollPro #List1, .rollPro #List2, .rollPro .wen_jt, .rollPro .Cont, .rollPro .pic {
	float: left;
}
.rollPro .wen_jt {
	width: 24px;
	padding-top: 45px;
}
.newcon {
	padding-top: 28px;
}
.newcon .tit {
	text-align: center;
	color: #000;
	font-size: 18px;
}
.newcon .time {
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	width: 160px;
	margin: 0px auto;
	text-align: center;
}
.newcon p {
	color: #666;
	line-height: 24px;
	text-indent: 2em;
}
.c_page > p {
	text-indent: 0;
}
.pinfo img {
	width: 60%;
	display: block;
	margin: auto;
}
.pinfo {
	font-size: 14px;
}
.newcon .pn {
	padding: 12px 0 0 0;
	min-height: 59px;
}
.newcon .prev, .newcon .next {
	float: left;
	font-size: 16px;
	padding: 6px 0;
	width: 48%;
	white-space: nowrap;
	margin-right: 2%;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 43px;
}
.newcon .prev a, .newcon .next a {
	color: #333;
}
.newcon .prev a:hover, .newcon .next a:hover {
	color: #0083c7;
}
.newcon .next {
	margin-right: 0;
}
.buybtn {
	clear: both;
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 40px;
}
.buybtn a {
	display: inline-block;
	padding: 0 15px;
	color: #FFF;
	height: 40px;
	background: #0a4da6;
	border-radius: 2px;
	font-size: 18px;
}
.buybtn a:hover {
	background: #145cbc;
	color: #FFF;
	border-radius: 2px;
}
.pshare {
	float: left;
	padding: 8px 0 0 0;
}
.jsshare {
	text-align: center;
	padding-top: 8px;
}
.pshare li {
	float: left;
	width: 48%;
	height: 28px;
	line-height: 28px;
}
.pshare li img {
	vertical-align: middle;
	margin-right: 12px;
}
.jsshare span.stxt {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 8px 0 0;
	position: relative
}
.jsshare a, .jsshare a img {
	width: 35px;
	vertical-align: middle
}
.addthis_sharing_toolbox {
	display: inline-block
}
span.at-icon-wrapper, .at-icon-wrapper svg {
	width: 24px!important;
	height: 24px!important;
	line-height: 24px!important;
}
.p_more {
	margin: 16px 0;
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #FFF !important;
}
.mmv {
	background-color: #0083c7;
	padding: 0px 13px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	box-shadow: 0px 0px 1px rgba(0,0,0,0);
	transform: translateZ(0px);
	transition-property: color;
	transition-duration: 0.5s;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: color;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.mmv::before {
	background-color: rgb(25,38,52);
	transform-origin: 0% 50%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: -1;
	content: "";
	transform: scaleX(0);
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: transform;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
}
.mmv:hover {
	color: white;
	text-decoration: underline
}
.mmv:focus {
	color: white;
}
.mmv:active {
	color: white;
}
.mmv:hover::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.mmv:focus::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.mmv:active::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.dropdown:hover ul {
	display: block
}
.subscribe {
	margin-top: 19px;
}
.inner-banner {
	width: 100%;
}
.inner-banner img {
	width: 100%;
}
.lsec_tit {
	margin-top: 20px;
}
.ejfl {
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: normal;
}
#xyz {
	right: 0;
	top: 10px;
}
.navigation-bar .container {
	position: relative;
}
@media (max-width:960px) {
#xyz {
	display: none;
}
}
.ptit {
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background: #eee;
	color: #000;
	font-size: 18px;
}
.rollPro1 {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}
.rollPro1 li {
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
}
.rollPro1 li a {
	color: #333;
}
.rollPro1 li:nth-of-type(3n) {
	margin-right: 0%;
}
.rollPro1 li .pbox {
	border: 1px solid #e2e2e2;
	padding: 4px;
	height: 180px;
}
.rollPro1 li .pbox img {
	max-width: 100%;
	max-height: 170px;
}
.rollPro1 li p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin: 10px auto;
}
.pro-body {
	margin-bottom: 10px;
}
.table {
	border-collapse: collapse;
}
.table td, .table th {
	border: 1px solid #cdcdcd;
	padding: 5px;
}
.table p {
	padding: 0px;
	margin: 0px;
}
.pshare {
	float: left;
	padding: 8px 0 0 0;
}
.jsshare {
	text-align: center;
	padding-top: 8px;
}
.pshare li {
	float: left;
	width: 48%;
	height: 28px;
	line-height: 28px;
}
.pshare li img {
	vertical-align: middle;
	margin-right: 12px;
}
.jsshare span.stxt {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 8px 0 0;
	position: relative
}
.jsshare a, .jsshare a img {
	width: 35px;
	vertical-align: middle
}
.addthis_sharing_toolbox {
	display: inline-block
}
.pdown1 #A_DownLoadProduct {
	display: inline-block;
	clear: both;
	height: 32px;
	margin: 16px 0 0 0;
	line-height: 32px;
	background: url(../images/down1_2.png) right top no-repeat;
	padding-right: 50px
}
.pdown1 #A_DownLoadProduct span {
	display: inline-block;
	height: 32px;
	background: url(../images/down1_1.png)no-repeat;
	padding: 0 0 0 16px;
}
.pdown2 #A_DownLoadProduct, .pdown3 #A_DownLoadProduct, .pdown4 #A_DownLoadProduct {
	display: inline-block;
	clear: both;
	height: 45px;
	margin: 16px 0 0 0;
	line-height: 45px;
	padding-right: 45px
}
.pdown2 #A_DownLoadProduct span, .pdown3 #A_DownLoadProduct span, .pdown4 #A_DownLoadProduct span {
	display: inline-block;
	height: 45px;
	background: url(../images/down2_1.png)no-repeat;
	padding: 0 12px 0 16px;
}
.pdown2 #A_DownLoadProduct {
	background: url(../images/down2_2.png) right top no-repeat;
}
.pdown3 #A_DownLoadProduct {
	background: url(../images/down2_3.png) right top no-repeat;
}
.pdown4 #A_DownLoadProduct {
	background: url(../images/down2_4.png) right top no-repeat;
}
.proCateTags {
	clear: both;
	padding: 0 10px 8px 10px;
	margin: 0 10px;
	border: 1px solid #EEE;
	border-radius: 5px;
}
.proCateTags h3 {
	font-size: 14px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
.keywords {
	margin: 12px auto;
}
.keywords a {
	margin-right: 10px;
	color: #2e66b5;
	line-height: 1.8;
	text-decoration: underline;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.keywords a:hover {
	text-decoration: none;
}
.footlinks {
	clear: both;
	margin: 0px auto;
	padding: 5px;
	max-width: 1150px;
	height: auto;
	font-size: 9pt;
	line-height: 140%;
	color: #777;
	text-align: center;
}
.footlinks a:link, .footlinks a:visited {
	font-size: 9pt;
	line-height: 140%;
	color: #777;
}
.prevNext a {
	display: inline-block;
	color: #0083c7;
}
.prevNext a:hover {
	text-decoration: underline;
}
.feedback {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
.submita {
	margin: 16px auto;
	display: inline-block;
	padding: 0 18px!important;
	line-height: 22px;
	background: #ff9c00;
	border: 0px;
	height: 24px;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
}
.xh {
	color: #f00;
	padding: 0 3px;
}
#feedbackForm {
	margin: 20px 0px 0px 0px;
}
#feedbackForm .text {
	width: 300px;
	height: 26px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 26px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #ccc;
	background: none;
}
#feedbackForm .lable {
	padding: 10px 12px 0px 0px;
	line-height: 30px;
	height: 30px;
	text-align: right;
}
#feedbackForm .atextarea {
	float: left;
	border: 1px solid #ccc;
	height: 100px;
	width: 305px;
	ont-size: 12px;
	margin-top: 10px;
	line-height: 24px;
	color: #666;
	background: none;
}
#feedbackForm .smtcss {
	padding-right: 112px;
	text-align: center;
}
.table {
	border-collapse: collapse;
}
.table td, .table th {
	border: 1px solid #cdcdcd;
	padding: 5px;
}
.table p {
	padding: 0px;
	margin: 0px;
}
.e_mobile {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	background: url(../images/emobile.png) 0px -50px no-repeat;
	text-indent: 25px;
}
.YqbYears {
	vertical-align: middle;
	padding-left: 8px;
	margin-top: -6px;
}
@media only screen and (max-width:640px) {
.pro_lb0 img {
	width: 100%;
}
.pro_lb0 li p strong {
	width: 90vw;
}
.acon .pinfo {
	padding: 0 !important;
}
.acon .pinfo {
	padding: 0 !important;
}
.feedbackForm {
	overflow: hidden;
}
.feedbackForm tr td {
	width: 20.5942vw !important;
	display: block;
	float: left;
}
.feedbackForm tr td input {
	width: 65.2173vw !important;
}
.feedbackForm tr td .atextarea {
	width: 65.2173vw !important;
}
#feedbackForm .smtcss {
	padding-right: 74.8792vw !important;
}
.submita {
	font-size: 14px;
	width: 64px;
	margin-left: 21vw;
}
.navbar .logo img {
	width: 80%;
}
}
.header .nav_right ul li .dropdown-menu li {
	width: 100%;
	float: none;
	padding: 0;
	height: 42px;
	line-height: 42px;
}
.header .nav_right ul li .dropdown-menu li:hover a {
	color: #333;
}
.header .nav_right ul li:hover .dropdown-menu li a {
	color: #000;
}
 @media (max-width: 1000px) {
.header .nav_right {
	position: relative;
}
.header .nav_right>ul li {
	float: none;
	width: 100%;
	height: auto;
	padding: 0;
}
.header .nav_right>ul {
	position: absolute;
	background: #fff;
	top: 26px;
	right: 11%;
	width: 12%;
	z-index: 999;
	float: none;
}
.dropdown-menu {
	top: 93%;
	left: -192%;
}
.header .nav_right .yuyan {
	display: none;
}
.nav_right {
	overflow: initial!important;
}
}
.c_pinfo > li {
	width: 29%;
	float: left;
	margin: 2%;
	height: 356px;
}
.c_pinfo2 > li {
	width: 29%;
	float: left;
	margin: 2%;
	height: 200px;
}
.c_pinfo3 > li {
	width: 29%;
	float: left;
	margin: 2%;
	height: 165px;
}
.c_pinfo > li > img, .c_pinfo2 > li > img, .c_pinfo3 > li > img {
	width: 100%;
	height: 100%;
}
.c_pinfo:after, .c_pinfo2:after, .c_pinfo3:after {
	content: "";
	display: block;
	clear: both;
}
.english {
	float: left;
	margin-top: 41px;
}
li#cat1 >a {
	text-align: left;
	font-size: 14px;
}
.a_right.wow.bounceInRight.animated > p {
	min-height: 0;
	margin: 0 auto;
}
.span_z {
	margin-bottom: 3%;
}
.c_index_cont >p {
	line-height: 17px;
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
	text-indent: 2em;
}
.singglepic {
	width: 50%;
	margin: 0 auto;
}
.singglepic > img {
	width: 100%;
}
.pinfo > p > span {
	font-size: 20px;
}
