<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Microsoft YaHei', sans-serif;
	color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #333;
	text-decoration: none;
	transition: all .3s
}

a:focus,
a:hover {
	text-decoration: none;
	color: red
}

em {
	font-style: normal
}

img {
	border: 0;
	vertical-align: middle
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: normal;
	outline: 0
}

button {
	cursor: pointer
}

table {
	border-collapse: collapse
}

video {
	object-fit: contain
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

/*1920*/
.header{
	width: 100%;
}
.header-top{
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-left: 19%;
	padding-right: 19%;
	padding-top: 44px;
	padding-bottom: 44px;
}
.header-top-logo{
	float: left;
	width: 50%;
}
.header-top-logo a img{
	width: 100%;
	max-width: 600px;
}
.header-top-tel{
	float: right;
	overflow: hidden;
	width: 40%;
	padding-top: 15px;
}
.header-top-tel .tel-001 p{
	color: #252525;
	font-weight: 700;
	padding-left: 46px;
}
.header-top-tel .tel-001 p a{
	color: #252525;
	font-weight: normal;
}
.header-top-tel .tel-001:nth-child(1){
	float: left;
	background: url(/Content/C_IMG/m192/mail.png)no-repeat center left;
	background-size:27% ;
}
.header-top-tel .tel-001:nth-child(2){
	float: right;
	background: url(/Content/C_IMG/m192/tel.png)no-repeat center left;
	background-size:27% ;
}
.header-bottom{
	width: 100%;
}
.header-bottom{
	width: 100%;
	border-top: 1px solid #ebebeb;
}
.header-all{
	width: 100%;
	padding-left: 19%;
	padding-right: 19%;
	margin: auto;
	position: relative;
}
.header-all .search-ipt{
	position: absolute;
	left: 19%;
	top: 60px;
	z-index: 999999;
	overflow: hidden;
	width: 62%;
}
.header-all .search-ipt input{
	width: 90%;
	height: 60px;
	display: block;
	float: left;
	font-size: 16px;
	color: #999;
        text-indent: 32px;
}
.header-all .search-ipt  button{
	float: left;
	width: 10%;
	height: 60px;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.header-bottom-nav{
	float: left;
	
}
.header-bottom-nav ul li{
	float: left;
}
.header-bottom-nav ul li a{
	display: block;
	font-size: 13px;
	line-height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	color: #252525;
	font-weight: 700;
}
.header-bottom-ser{
	float: right;
}


/*swiper*/
.banner-select {
	display: flex;
	justify-content: center
}

.banner-select a {
	text-align: center;
	font-size: 1rem;
	display: block;
	background: #77a5da;
	color: #fff;
	transition: all .3s;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 30px 15px;
	cursor: pointer
}

.banner-select a.active,
.banner-select a:hover {
	background: #002b6b;
	color: #fff
}

.banner-show iframe {
	border: 0;
	width: 100%;
	min-height: 600px
}
.slider-wrapper {
	position: relative
}

.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none
}

.nivo-main-image {
	display: block!important;
	position: relative!important;
	width: 100%!important
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: #fff;
	filter: alpha(opacity=0);
	opacity: 0
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden
}

.nivo-box img {
	display: block
}

.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: .8;
	overflow: hidden;
	display: none;
	-moz-opacity: .8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.nivo-caption p {
	padding: 5px;
	margin: 0
}

.nivo-caption a {
	display: inline!important
}

.nivo-html-caption {
	display: none
}

.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
	height: 40px;
	width: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #999;
	font-size: 1.5rem;
	opacity: .4
}

.nivo-directionNav a:hover {
	opacity: 1
}

.nivo-prevNav {
	left: 20px
}

.nivo-nextNav {
	right: 20px
}

.nivo-controlNav {
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 10px;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%);
	display: flex
}

.nivo-controlNav a {
	cursor: pointer;
	display: block;
	height: 25px;
	width: 25px;
	background: #fff;
	opacity: .5;
	font-size: 0;
	margin: 0 3px;
	border-radius: 50%;
	border: 1px solid #666
}

.nivo-controlNav a.active {
	font-weight: 700;
	opacity: 1
}
/*productcate*/
#swiper1{
     width: 1174px;
     margin: auto;  
     padding-top: 75px;
     padding-bottom: 70px;
     height: 100%;
     background: #fff;
 }
 
 #swiper1 .swiper-slide {
     text-align: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
 }
  #swiper1 .swiper-slide img{
      width: 264px;
      height: auto;
  }
 #swiper1  .swiper-button-prev{
     left: 22px;
     background-image:url("/Content/C_IMG/m192/arrow-left.png");
     background-size: auto;
 }
  #swiper1 .swiper-button-next{
      right: 22px;
      background-image:url("/Content/C_IMG/m192/arrow-right.png");
      background-size: auto;
  }
  
/*about*/
.about{
	width: 100%;
	overflow: hidden;
}
.about .about-left{
	float: left;width: 49%;
}
.about .about-left img{
	width: 100%;
}
.about .about-right{
	float: left;
	width: 32%;
	margin-right: 19%;
	padding-left: 54px;
	padding-right: 30px;
}
.about-tit h2{
	font-size: 55px;
	color: #2e2e2e;
	text-align: center;
	line-height: 58px;
	margin-top: 56px;
	margin-bottom: 92px;
}
.about-tit h2 strong{
	font-weight: 700;
}
.about-h3 {
	margin-bottom: 38px;
}
.about-h3 p{
	color: #2e2e2e;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
.about-txt{
	width: 100%;
}
.about-txt p{
	font-size: 15px;
	color: #a2a2a2;
	line-height: 28px;
}
.about-more{
	width: 100%;
	margin-top: 90px;
}
.about-more a{
	display: block;
	margin: auto;
	width: 178px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #ec9a5d;
	border-radius: 5px;
	border: 1px solid #ec9a5d;
	font-size: 17px;
	color: #2e2e2e;
	font-weight: 700;
}

/*quality*/
.quality{
	width: 100%;
	padding-left: 19%;
	padding-right: 19%;
	margin: auto;
	margin-top: 143px;
	padding-bottom: 122px;
}
.quality  .quality-ul{
	width: 100%;
	overflow: hidden;
}
.quality  .quality-ul .quality-li{
	float: left;
	width: 29.93%;
	margin-left: 1.7%;
	margin-right: 1.7%;
}
.quality-li .quality-or{
	width: 100%;
	font-size: 60px;
	font-weight: 700;
	line-height: 80px;
}
.quality-li .quality-tit{
	width: 100%;
	overflow: hidden;
}
.quality-li .quality-tit i{
	display: block;
	width: 31%;
	height: 2px;
	background: #2f2f2f;
	float: left;
	margin-right: 3%;
	margin-top: 16px;
}
.quality-li .quality-tit p{
	float: left;
	width: 62%;
	text-align: left;
	line-height: 32px;
	font-size: 22px;
	color: #1d1d1d;
	font-weight: 700;
}
.quality-li .quality-txt{
	width: 100%;
	margin-top: 34px;
	font-size: 16px;
	color: #8a8a8a;
	line-height: 30px;
}


/*product list*/
.product{
	width: 100%;
}
.product-top{
	width: 100%;
}
.product-top .product-left{
	width: 50%;
	padding-left: 19%;
	float: left;
	height: 295px;
	padding-top: 110px;
}
.product-left p:nth-child(1){
	width: 100%;
	font-size: 15px;
	color: #a3a3a3;
	line-height: 46px;
	letter-spacing: 3px;
}
.product-left p:nth-child(2){
	width: 100%;
	font-size: 55px;
	color: #2e2e2e;
	line-height: 84px;
}
.product-left p:nth-child(2) strong{
	font-weight: 700;
}
.product-top .product-right{
	width: 50%;
	float: left;
	padding-right: 19%;
	height: 295px;
	background: #fdf2ea;
}


.tab {
    display: block;
    text-align: right;
    margin-top: 153px;
}

.tab .navItem {
    display: inline-block;
    -webkit-box-flex: 1;
    padding-left:16px;
    padding-right:16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    margin-left: 20px;
    border-top: 1px solid #b5bcc4;
    border-bottom: 1px solid #b5bcc4;
    color: #6c6c6c;
    
}
.tab .navItem.on {
    color: #fff;
    background: #ec9a5d;
    border: none;
}
.none {
    display: none;
}
.product-botttom{
	width: 100%;
}
.product-botttom  .chart_wrap{
    width: 100%;
}
.product-botttom  .chart_wrap .chart_table{
    width: 100%;
    overflow: hidden;
}
.chart_table-li{
    width: 20%;
    height: auto;
    float: left;
    position: relative;
}
.chart_table-li img{
    width: 100%;
}
.chart_table-li a:nth-child(2){
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}
.chart_table-li p{
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    background: #ec9a5d;
    line-height: 64px;
}
.chart_table-li:hover a{
	display: block;
}

/*news list*/
.news{
	width: 100%;
	padding-left: 19%;
	padding-right: 19%;
	margin-top: 126px;
}
.news-tit{
	width: 100%;
}
.news-tit p:nth-child(1){
	width: 100%;
	font-size: 15px;
	color: #a3a3a3;
	line-height: 46px;
	letter-spacing: 3px;
	text-align: center;
}
.news-tit p:nth-child(2){
	width: 100%;
	font-size: 55px;
	color: #2e2e2e;
	line-height: 84px;
	text-align: center;
}
.news-tit p:nth-child(2) strong{
	font-weight: 700;
}
.news-imgul{
	width: 100%;
	overflow: hidden;
	margin-top: 96px;
}
.news-imgul .imgul-li{
	float: left;
	width: 47%;
	height: 568px;
}
.news-imgul .imgul-li .lnews28-img{
	width: 100%;
	margin-bottom: 52px;
}
.news-imgul .imgul-li .lnews28-img img{
	width: 100%;
}
.news-imgul .imgul-li .lnews28-time{
	width: 100%;
}
.news-imgul .imgul-li .lnews28-time p{
	width: 100%;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 20px;
}
.news-imgul .imgul-li .lnews28-time  i{
	display: block;
	width: 16px;
	height: 2px;
	background: #2e2e2e;
	margin-top: 18px;
	margin-bottom: 36px;
}
.news-imgul .imgul-li .lnews28-hp {
	width: 100%;
}
.news-imgul .imgul-li .lnews28-hp p{
	width: 100%;
	font-size: 23px;
	color: #2e2e2e;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 28px;
}
.news-imgul .imgul-li .lnews28-txt{
	width: 100%;
}
.news-imgul .imgul-li .lnews28-txt p{
	width: 100%;
	color: #aaaaaa;
	line-height: 30px;
	font-size: 15px;
}
/*第二个特殊处理*/
.news-imgul .imgul-li:nth-child(2){
	position: relative;
	margin-left: 5%;
}
.news-imgul .imgul-li:nth-child(2) .lnews28-img{
	position: absolute;
	bottom: -42px;
	left: 0;
	z-index: 99;
}

/*industry list*/
.industry{
	width: 100%;
	padding-left: 19%;
	padding-right: 19%;
	padding-top: 115px;
	padding-bottom: 68px;
}
.industry .industry-ul{
	width: 100%;
	overflow: hidden;
}
.industry-li{
	float: left;
	width: 31.5%;
	background: #f6f6f8;
	padding: 44px 38px;
}
.industry .industry-ul .industry-li:nth-child(2){
	margin-left: 2.7%;
	margin-right: 2.7%;
}
.industry-li .industry-time{
	width: 100%;
}
.industry-li .industry-time p{
	width: 100%;
        width: 100%;
        font-size: 14px;
        color: #6a6a6a;
        line-height: 20px;
}
.industry-li .industry-time i{
	display: block;
        width: 16px;
        height: 2px;
        background: #2e2e2e;
       margin-top: 18px;
       margin-bottom: 36px;
}
.industry-li .industry-hp{
	width: 100%;
}
.industry-li .industry-hp p{
	width: 100%;
	font-size: 18px;
	color: #2e2e2e;
	line-height: 30px;
	font-weight: 700;
}
.industry-li:hover {
	background: #ec9a5d;
	color: #fff!important;
}
.industry-li:hover p{
	color: #fff!important;
}
.industry-li:hover i{
	background: #fff;
}


/*partner*/
.partner{
	width: 100%;
	padding-left: 19%;
	padding-right: 19%;
	margin-top: 72px;
	margin-bottom: 88px;
}
.partner #swiper3{
	width: 100%;
}
.partner #swiper3 .swiper-wrapper{
	width:96%;
	margin: auto;
}
.partner #swiper3 .swiper-wrapper .swiper-slide{
	width: 25%!important;
	margin: 0!important;
	border: 1px solid #d0d0d0;
	border-right: none;
}
.partner #swiper3 .swiper-wrapper .swiper-slide img{
	width: 100%;
}
#swiper3 .swiper-button-prev{
	background-image:url(/Content/C_IMG/m192/pn-left.png);
	left: 0;
	background-size: auto;
	border: 1px solid #d0d0d0;
	width: 2%;
	height: 195.06px;
	top: 22px;
	background-color: #fff;
}
#swiper3 .swiper-button-next{
	background-image:url(/Content/C_IMG/m192/pn-right.png);
	right: 0;
	background-size: auto;
	border: 1px solid #d0d0d0;
	width: 2%;
	height: 195.06px;
	top: 22px;
	background-color: #fff;
}


/*footer*/
.footer-fix{
	width: 100%;
	background: url(/Content/C_IMG/m192/footer-bj.png)no-repeat center  center;
	background-size: cover;
}
.footer{
	width: 100%;
	padding-left: 19%;
	padding-right: 19%;
	padding-top: 118px;
	padding-bottom: 98px;
}
.footer-top{
	width: 100%;
	overflow: hidden;
}
.footer-top .footer-li{
	float: left;
}
.footer-top .footer-li .footer-li-tit{
	width: 100%;
	text-align: left;
	margin-bottom: 46px;
}
.footer-top .footer-li .footer-li-tit p{
	color: #fff;
	font-size: 20px;
	line-height: 36px;
}
.footer-top .footer-li .footer-li-tit i{
	display: block;
	width: 35px;
	height: 2px;
	background: #fff;
}
.footer-top .footer-li-001{
	width: 31.9%;
}
.footer-li-001 .footer-con{
	width: 100%;
}
.footer-con .footer-con-li{
    width: 100%;
    color: #fff;
    font-size:14px;
    font-weight: 700;
    padding-left: 48px;
    box-sizing: border-box;
    line-height: 32px;
    background: url(/Content/C_IMG/m192/address-001.png)no-repeat left center;
    background-size: 32px;
    margin-bottom: 22px;
}
.footer-con .footer-con-li:nth-child(2){
    background: url(/Content/C_IMG/m192/tel-002.png)no-repeat left center;
    background-size: 32px;
}
.footer-con .footer-con-li:nth-child(3){
    background: url(/Content/C_IMG/m192/fax-003.png)no-repeat left center;
    background-size: 32px;
}
.footer-con .footer-con-li:nth-child(4){
    background: url(/Content/C_IMG/m192/email-004.png)no-repeat left center;
    background-size: 32px;
}
.footer-top .footer-li-002{
	width: 19.3%;
}
.footer-li-002 .footer-pro{
	width: 100%;
}
.footer-li-002 .footer-pro ul li a{
	display: block;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.footer-top .footer-li-003{
	width: 23.4%;
}
.footer-li-003 .footer-link{
	width: 100%;
}
.footer-li-003 .footer-link ul{
	overflow: hidden;
}
.footer-li-003 .footer-link ul li{
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	margin-bottom: 5px;
}
.footer-li-003 .footer-link ul li img{
	width: 100%;
}
.footer-li-003 .footer-link ul li:nth-child(3n){
	margin-right: 0;
}
.footer-top .footer-li-004{
	width: 23.76%;
}
.footer-li-004 .footer-pro{
	width: 100%;
}
.footer-li-004 .footer-pro ul li a{
	display: block;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.footer-line{
	width: 100%;
	height: 2px;
	background: #979797;
}
.footer-bottom{
	width: 100%;
	padding-left: 19%;
	padding-right: 19%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-bottom p{
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #f6f6f6;
	line-height: 24px;
}



/*响应式设置*/
@media (max-width: 1681px) {
	#swiper3 .swiper-button-prev{
		height: 151.06px;
	}
	#swiper3 .swiper-button-next{
		height: 151.06px;
	}
}
@media (max-width: 1601px) {
	#swiper3 .swiper-button-prev{
		height: 145.99px;
	}
	#swiper3 .swiper-button-next{
		height: 145.99px;
	}
}
@media (max-width: 1441px) {
	#swiper3 .swiper-button-prev{
		height: 131.02px;
	}
	#swiper3 .swiper-button-next{
		height: 131.02px;
	}
}
@media (max-width: 1367px) {
	#swiper3 .swiper-button-prev{
		height: 124.28px;
	}
	#swiper3 .swiper-button-next{
		height: 124.28px;
	}
}
@media (max-width: 1361px) {
	#swiper3 .swiper-button-prev{
		height: 123.73px;
	}
	#swiper3 .swiper-button-next{
		height: 123.73px;
	}
}
@media (max-width: 1281px) {
	#swiper3 .swiper-button-prev{
		height: 116.44px;
	}
	#swiper3 .swiper-button-next{
		height: 116.44px;
	}
}
@media (max-width: 1153px) {
	#swiper3 .swiper-button-prev{
		height: 104.78px;
	}
	#swiper3 .swiper-button-next{
		height: 104.78px;
	}
	body{
		overflow-x: hidden;
	}
	#swiper1{
		width: 1140px;
	}
	.about-tit h2{
		margin-top: 0px;
                margin-bottom: 16px;
	}
	.about-h3{
		margin-bottom: 3px;
	}
	.about-more{
		margin-top: 16px;
	}
	.news-imgul .imgul-li:nth-child(2) .lnews28-img{
		bottom: 43px;
	}
}
@media (max-width: 1025px) {
	#swiper3 .swiper-button-prev{
		height: 93.11px;
	}
	#swiper3 .swiper-button-next{
		height: 93.11px;
	}
	.header-top{
		padding-left: 10%;
                padding-right: 10%;
	}
	.header-all{
		padding-left: 10%;
                padding-right: 10%;
	}
	.header-all .search-ipt{
		left: 12%;
		width: 80%;
	}
	#swiper1{
		width: 1000px;
	}
	.about .about-right{
		width: 45%;
                margin-right: 6%;
	}
	.quality{
		padding-left: 10%;
		padding-right: 10%;
	}
	.product-top .product-right{
		padding-right: 9%;
	}
	.news{
		padding-left: 10%;
                padding-right: 10%;
	}
	.industry{
		padding-left: 10%;
                padding-right: 10%;
	}
	.footer{
		padding-left: 10%;
                padding-right: 10%;
	}
	.footer-bottom{
		padding-left: 10%;
                padding-right: 10%;
	}
}



/* in the page*/
.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 #ec9a5d;
	text-transform: uppercase;
	margin-bottom: auto;
	padding-left: 20px;
	margin-top: 2px;
	background: #ec9a5d;
}
.bPosition {
	background: #ec9a5d;
	line-height: 36px;
	padding: 0 16px;
	color: #EEE;
	margin-bottom: 16px;
}
.bPosition a {
	color: #FFF !important;
}
.pcon_l {
}
.pcon_l img{
	display:block;
	margin:0 auto;
	}
.pcon_r {
	padding: 0 16px 0 440px;
}
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;
}
.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: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	padding: 9px 0 6px 14px;
}
.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: #ec9a5d;
}
.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 &gt; ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
ul.sf-menu li.Level1 &gt; a {
	background: url(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(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(icon01.gif) no-repeat 8px 11px;
	line-height: 26px;
}
.sf-menu1 li li.LiProDetail a {
	background: url(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(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 &gt; a {
	background: url(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(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(icon01.gif) no-repeat 8px 13;
	line-height: 26px;
}
.sf-menu2 li li.LiProDetail a {
	background: url(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(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 &gt; ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
ul.sf-menu2 li.Level1 &gt; a {
	background: url(pico1.png) 3px 15px no-repeat;
}
.lsec {
	margin-top: 10px;
	width: 240px;
	border: 5px solid #eee;
	padding: 15px;
}

@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%;
	margin-right: 3%;
}
.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: 16px;
	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;
	font-weight: 700;
        font-size: 18px;
}
.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: #ec9a5d;
}
.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 {
	text-align: center;
	font-size: 12px;
	padding: 15px 0 20px 0;
	color: #b2b2b2;
	clear: both
}
.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
}
.newslist {
	margin: 12px auto 12px auto;
	float: left;
	width: 100%;
}
.newslist ul {
	padding-right: 16px
}
.newslist li {
	text-align: right;
	height: 36px;
	background: url(arrow-list.gif) 8px 10px no-repeat;
	border-bottom: 1px dashed #ddd;
	line-height: 32px;
	color: #888;
	overflow: hidden
}
.newslist li a {
	display:block;
	float: left;
	font-size: 14px;
	color:#333;
	text-align: left;
	text-indent: 6px;
}
.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: #ec9a5d;
}
.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: 120px;
	text-align: center;
}
.rollPro p {
	height: 42px;
	overflow: hidden;
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.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;
	padding-top: 20px;
	line-height: 24px;
}
.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:#ec9a5d;
	}
.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: #ec9a5d;
	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{
	width:100%;
	padding:5px 0;
	background-color:#ededed;
	font-size:13px;
	text-align:center;
	}
.footlinks span{
	color:#161616;
	}
.footlinks a{
	display:inline-block;
	color:#666;
	margin:0 5px;
	}
.footlinks a:hover{
	color:#ec9a5d;
	}
.prevNext a{
	display:inline-block;
	color:#ec9a5d;
	}
.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(/Content/C_IMG/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%;
	}
}</pre></body></html>