/*!



 * baguetteBox.js



 * @author  feimosi



 * @version 1.1.1



 * @url https://github.com/feimosi/baguetteBox.js



 */#baguetteBox-overlay {

	display: none;

	opacity: 0;

	position: fixed;

	overflow: hidden;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 1000000;

	background-color: #222;

	background-color: rgba(0,0,0,.88);

	-webkit-transition: opacity .5s ease;

	transition: opacity .5s ease

}

#baguetteBox-overlay.visible {

	opacity: 1

}

#baguetteBox-overlay .full-image {

	display: inline-block;

	position: relative;

	width: 100%;

	height: 100%;

	text-align: center

}

#baguetteBox-overlay .full-image figure {

	display: inline;

	margin: 0;

	height: 100%

}
.screen-reader-text{display:none;}
#baguetteBox-overlay .full-image img {

	display: inline-block;

	width: auto;

	height: auto;

	max-height: 100%;

	max-width: 100%;

	vertical-align: middle;

	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);

	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);

	box-shadow: 0 0 8px rgba(0,0,0,.6)

}

#baguetteBox-overlay .full-image figcaption {

	display: block;

	position: absolute;

	bottom: 0;

	width: 100%;

	text-align: center;

	color: #ccc;

	background-color: #000;

	background-color: rgba(0,0,0,.6);

	font-family: sans-serif;

		font-size: 18px;

    line-height: 50px;

}

#baguetteBox-overlay .full-image:before {

	content: "";

	display: inline-block;

	height: 50%;

	width: 1px;

	margin-right: -1px

}

#baguetteBox-slider {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	white-space: nowrap;

	-webkit-transition: left .4s ease, -webkit-transform .4s ease;

	transition: left .4s ease, -moz-transform .4s ease;

	transition: left .4s ease, transform .4s ease

}

#baguetteBox-slider.bounce-from-right {

	-webkit-animation: bounceFromRight .4s ease-out;

	animation: bounceFromRight .4s ease-out

}

#baguetteBox-slider.bounce-from-left {

	-webkit-animation: bounceFromLeft .4s ease-out;

	animation: bounceFromLeft .4s ease-out

}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {

	top: 50%;

	top: calc(50% - 30px);

	width: 44px;

	height: 60px

}

.baguetteBox-button {

	position: absolute;

	cursor: pointer;

	outline: 0;

	padding: 0;

	margin: 0;

	border: 0;

	-moz-border-radius: 15%;

	border-radius: 15%;

	background-color: #323232;

	background-color: rgba(50,50,50,.5);

	color: #ddd;

	font: 1.6em sans-serif;

	-webkit-transition: background-color .4s ease;

	transition: background-color .4s ease

}

.baguetteBox-button:hover {

	background-color: rgba(50,50,50,.9)

}

.baguetteBox-button#next-button {

	right: 2%

}

.baguetteBox-button#previous-button {

	left: 2%

}
#crumbs{    line-height: 65px; font-size: 13px;}
.baguetteBox-button#close-button {

	top: 20px;

	right: 2%;

	right: calc(2% + 6px);

	width: 30px;

	height: 30px

}

.baguetteBox-button svg {

	position: absolute;

	left: 0;

	top: 0

}

.spinner {

	width: 40px;

	height: 40px;

	display: inline-block;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: -20px;

	margin-left: -20px

}

.double-bounce1, .double-bounce2 {

	width: 100%;

	height: 100%;

	-moz-border-radius: 50%;

	border-radius: 50%;

	background-color: #fff;

	opacity: .6;

	position: absolute;

	top: 0;

	left: 0;

	-webkit-animation: bounce 2s infinite ease-in-out;

	animation: bounce 2s infinite ease-in-out

}

.double-bounce2 {

	-webkit-animation-delay: -1s;

	animation-delay: -1s

}

@-webkit-keyframes bounceFromRight {

0% {

margin-left:0

}

50% {

margin-left:-30px

}

100% {

margin-left:0

}

}

@keyframes bounceFromRight {

0% {

margin-left:0

}

50% {

margin-left:-30px

}

100% {

margin-left:0

}

}

@-webkit-keyframes bounceFromLeft {

0% {

margin-left:0

}

50% {

margin-left:30px

}

100% {

margin-left:0

}

}

@keyframes bounceFromLeft {

0% {

margin-left:0

}

50% {

margin-left:30px

}

100% {

margin-left:0

}

}

@-webkit-keyframes bounce {

0%, 100% {

-webkit-transform:scale(0);

transform:scale(0)

}

50% {

-webkit-transform:scale(1);

transform:scale(1)

}

}

@keyframes bounce {

0%, 100% {

-webkit-transform:scale(0);

-moz-transform:scale(0);

transform:scale(0)

}

50% {

-webkit-transform:scale(1);

-moz-transform:scale(1);

transform:scale(1)

}

}


@charset "utf-8";
/* CSS Document */

/*内页banner*/
.nybanner {
    width: 100%;
    height: 300px;
    z-index: -1;
}
/* 公共面包屑导航 */

.mub02address {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}
.mub02address .con {
    width: 50%;
    height: 65px;
    float: left;
}
.mub02address .homePage {
    display: block;
    width: 75px;
    height: 65px;
    background: url(/../../images/mub02address_homePage.png) no-repeat center;
    float: left;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.mub02address p {
    height: 65px;
    line-height: 65px;
    font-size: 13px;
    color: #000;
    float: left;
    margin-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mub02address p a {
    color: #000;
    padding: 0 4px;
}
.mub02address .backList {
    display: block;
    width: 117px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    float: right;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
}
.mub02address .backList img {
    display: inline-block;
*display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.search {
    position: relative;
    width: 258px;
    height: 31px;
    margin-top: 15px;
	float: right;
}
.search .input {
    height: 31px;
    width: 250px;
    float: left;
    line-height: 31px;
    padding-left: 10px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    background: none;
    font-size: 12px;
}
.search .btn {
    background: #fff url("../images/inico5.jpg")no-repeat right center;
    height: 28px;
    width: 28px;
    border: none;
    position: absolute;
    right: 18px;
    top: 2px;
    cursor: pointer;
}

/* 公共面包屑导航 end*/

/*联系我们*/
.conts {
    padding: 70px 0;
    overflow: hidden;
    background: #f5f5f5;
}
.mub01Titls {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 25px;
}
.hyc {
    background: rgb(255, 255, 255);
    overflow: hidden;    padding: 38px 0 20px;
}
.conimg {
    word-break: break-all;
    width: 25%;
    align: center;
    float: left;
}
.conimg img {
    margin: 0 auto;display: block;
}
.conwen {
    word-break: break-all;
    padding: 20px 43px 0 0;
    float: right;
    width: 75%;
}
.conwen h2{
	color: #0061ae;
	font-size: 26px;
    line-height: 24px;
	font-weight: 700;
}
.conwen .xiaowenzi{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	padding: 20px 0;
}
.conwen .xiaowenzi02{
	font-weight: 700;
	color: #e60000;
	font-size: 20px;
}
.contelss {
    background: #fff;
    overflow: hidden;
}
.telwens {
    width: 40%;
    padding: 0 0 0 30px;
	float: left;
}
.erwen img{
	width: 140px;
	border: 1px solid #eee;
}
.telwens ul li {
    overflow: hidden;
    border-bottom: 1px dashed #eee;
    padding:7px 0;
	display: block;
}

.telwens ul li img {
    display: block;
    float: left;
}
.telwens ul li p {
    display: block;
    float: left;
    line-height: 35px;
    color: #333;
    font-size: 15px;
}
.contelss .telwens ul li p {
    display: block;
    float: left;
    line-height: 35px;
    color: #333;
    font-size: 15px;
	padding: 0 0 0 15px;
}

.contits h4 {
    font-size: 23px;
    color: #0061ae;
    font-weight: normal;
    height: 40px;
}
.contits h4 i {
    background: #e4e4e4!important;
}
.erwen .gzh {
    float: left;
    margin: 15px 21px 0;
    text-align: center;
}
.erwen .gzh p{
	font-size: 14px;
	line-height: 30px;
}
.erwen .wxzx {
    float: left;
    margin: 15px 21px 0;
    text-align: center;
}

.mub01Titls h4 i.xianL {
    margin-right: 12px;
}
.mub01Titls h4 i.xianR {
    margin-left: 12px;
	right: 0;
}
.mub01Titls h4 i {
    display: inline-block;
    height: 1px;
    background: #e4e4e4;
    width: 42%;
    position: relative;
    top: -6px;
}
.ditu{
    width: 55%;
    padding: 0 20px 40px 0;
	float: right;
}
.ditu iframe{
	width: 100%;
	height: 500px;
	padding: 2px;
	border: 1px solid #eee;
}

/*在线留言*/
.mess {
    background: #fff;
    padding: 50px 25px;
}
#book_post {
    margin: 30px 0 0;
}
.zaixianly {
    overflow: hidden;
    /*    margin-top: 50px;*/
    clear: both;
}
.zaixianly h2 {
    font-size: 25px;
    color: #0360b0;
    line-height: 55px;
    border-bottom: 1px solid #e4e4e4;
}
.zaixianly .Input {
    width: 32.5%;
    height: 58px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-bottom: 1%;
    margin-left: 1%;
    background: #fff;
}
.zaixianly input {
    width: 100%;
    padding-left: 22px;
    font-size: 16px;
    color: #999999;
    line-height: 58px;
    outline: none;
    border: none;
    background: none;
}
.zaixianly input.submit {
    color: #fff;
    background: #e60000;
    cursor: pointer;
    padding: 0!important;
    width: 30%;
    float: right;
}
.zaixianly .Input1 {
    margin-left: 0;
}
.zaixianly textarea {
    padding-left: 22px;
    width: 100%;
    height: 150px;
    border: 1px solid #e0e0e0;
    padding-top: 18px;
    font-size: 16px;
    color: #999999;
    outline: none;
    resize: none;
    padding-right: 51px;
}
.zaixianly .yzmtj {
    margin-top: 20px;
}
.zaixianly .yzmtj img {
    margin: 10px 5px 5px 5px;
    cursor: pointer;
}
.zaixianly .yzmtj .sr {
    width: 43%;
    float: left;
    border: 1px solid #e0e0e0;
    background: #fff;
}
.zaixianly .yzmtj .sr span {
    display: block;
    font-size: 16px;
    color: #999999;
    height: 58px;
    line-height: 58px;
    float: left;
    border-right: 1px solid #e0e0e0;
    width: 25%;
    text-align: center;
}
.zaixianly .yzmtj .sr input {
    padding: 0 10px;
    width: 75%;
    float: left;
    display: block;
    border: none;
    line-height: 58px;
    font-size: 16px;
    color: #999;
    height: 58px;
    outline: none;
}
.zaixianly .yzmtj #spVerCode img {
    display: block;
    margin-top: 14px;
    margin-left: 10px;
    float: left;
    width: 105px;
    height: 38px;
}
.zaixianly .yzmtj a.p {
    line-height: 86px;
    margin-left: 10px;
}
.zaixianly .yzmtj a.tj {
    display: block;
    width: 410px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #fe9900;
    float: right;
}
/*联系我们end*/

/*内页分类*/
.topfenlei{
	text-align: center;
}
.topfenlei li{
	display: inline-block;
	width: 15%;
    margin: 0 .2%;
    height: 55px;
    background: #0061ae;
    border-radius: 5px;
	overflow: hidden;
}
.topfenlei li a{
	    display: block;
    color: #fff;
    line-height: 55px;
    font-size: 15px;
}
.topfenlei li:hover a{
	background: #e60000;
}
.topfenlei li.on{
	background: #e60000;
}
/*内页分类end*/

/*新闻列表*/
.newlist{
	padding: 60px 0;
}
.newsw{
	    width: 100%;
}
.newsw .ul1{
	border: 1px solid #eee;
	display: block;
	margin: 35px 0;
	border-bottom: none;
}
.newlist li::after{
	   -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.newlist {
   padding: 70px 0;
   overflow: hidden;
}
.newlist .ul1 li {
    position: relative;
    width: 100%;
	display: block;
	overflow: hidden;
}
.newlist .ul1 li a{
	display: block;
	overflow: hidden;
}
.newlist .ul1 li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    background: #f5f5f5;
}
.newlist .ul1 li:hover::after{
	height: 100%;
}
.newlist .ul1 li a {
      position: relative;
    z-index: 1;
    display: block;
    padding: 40px 20px;
    border-bottom: 1px solid #e4e4e4;
}
.newlist .ul1 li .imgk {
overflow: hidden;
    width: 25%;
    border: 1px solid #eee;
}
.newlist .ul1 li .imgk img {
    width: 100%;
}
.newlist .ul1 li .lin {
    float: left;
    width:74%;
}
.newlist .ul1 li .lin .lidate {
    font-family: 'Arial';
    font-weight: bold;
    float: left;
    width: 72px;
    text-align: center;
    color: #666;
    border-top: 2px solid #707070;
}
.newlist .ul1 li .lin .lidate .p1 {
    font-size: 30px;
    margin-top: 15px;
}
.newlist .ul1 li .lin .lidate .p2 {
    font-size: 12px;
    margin-top: 15px;
}
.newlist .ul1 li .lin .linn {
 float: left;
    width: 83%;
    padding-left: 32px;
}
.newlist .ul1 li .lin .linn h4 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.newlist .ul1 li .lin .linn p {
    font-size: 14px;
    line-height: 27px;
    overflow: hidden;
    margin-top: 18px;
    color: #888;
}
.newlist .ul1 li .lin .linn .morehn {
    font-size: 14px;
    line-height: 32px;
    width: 97px;
    height: 32px;
    margin-top: 24px;
    text-align: center;
    color: #0061ae;
    border: 1px solid #0061ae;
}


.newlist .ul1 li:hover .lidate {
    color: #0061ae;
    border-top-color: #0061ae;
}
.newlist .ul1 li:hover .lin .linn h4 {
    color: #0061ae;
}
/*新闻列表end*/
/* 通用分页样式 */
.pages {
	height: 35px;
	margin: 30px 0 20px 0;
	clear: both;
	font-size: 14px;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}
.pages li {
	height: 30px;
	margin-right: 5px;
	display: inline-block;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #0059ab;
	background: #0059ab;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 33px;
	line-height: 22px;
	color: #c4c4c4;
	display: block;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #0059ab;
	background: #0059ab;
	color: #fff;
}
/*分页结束*/

/*新闻详细*/
.news_xx{
	    border: 1px solid #eee;
    padding: 40px 0 0;
    border-bottom: none;
	margin: 35px 0 0 0;
}
.news_xx01 {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #0061ae;
    font-weight: 700;
}
.news_xx02 {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.news_xx03 {
    padding: 35px 20px;

}
.news_xx03 p {
    font-size: 18px;
    line-height: 35px;
    color: #666;
	text-indent: 20px;
}
.news_xx04 img {
    display: block;
    margin: 20px auto;
}
.news_sx {
    padding: 0 20px;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 40px;
    color: #333;
}
.news_sx a {
    color: #0061ae;
	font-size: 12px;
}
.n_s {
width: 49%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #eee;
	font-size: 12px;
}
.n_x {
    width: 50%;
    float: right;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 12px;
}
.n_s span{
	display: inline-block;
	float: left;
}
.n_s a{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 82%;
}

.n_x a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    font-size: 14px;
    width: 82%;    text-align: left;
}
/* mub02xgyd 相关阅读/推荐阅读公共样式*/
.mub02Top {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
}
.mub02Top h2 {
    font-size: 17px;
    color: #0061ae;
    height: 50px;
	line-height: 50px;
	font-weight: bold;
	padding: 0 0 0 25px;
}
.mub02xgyd {
    margin-top: 40px;
}
.mub02xgyd .conBox {
    width: 100%;
    padding: 22px 0;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-top: none;
}
.mub02xgyd .conBox ul {
    width: 100%;
}
.mub02xgyd .conBox li:nth-child(2n){padding: 8px 33px 8px 14px;}
.mub02xgyd .conBox li {
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 8px 40px 8px 18px;
}
.mub02xgyd .conBox li a {
    display: block;
    font-size: 14px;
    color: #333333;
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mub02xgyd .conBox li a:hover {
    color: #0061ae;
}
.mub02xgyd .conBox li span {
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: arial;
    float: right;
}
/*推荐产品*/
.tuijianpro{
	padding: 20px;
	border: 1px solid #eee;
	overflow: hidden;
}
.tuijianpro li{
	display: block;
	width: 23%;
	float: left;
	margin: 0 1%;
	padding: 0 1%;
	border-right: 1px solid #eee;
}
.tuijianpro li:last-child{
	border: none;
}
.tuijianpro li .pic img{
	width: 100%;
}
.tuijianpro li .title{
	font-size: 14px;
	color: #666;
	text-align: center;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	line-height: 35px;
}
/*新闻详细结束*/

/*相册列表*/
.albumlist{
	overflow: hidden;
	margin: 35px 0 0 0;
}
.albumlist li {
    width: 31%;
    overflow: hidden;
    margin: 1%;
	float: left;
	display: inline-block;
}
.albumlist li span {
    display: block;
    background: #fff;
    height: 60px;
    padding: 0 16px;
    line-height: 60px;
    font-size: 16px;
    color: #171717;
	text-align: left;
    border-top: 1px solid #eee;
}
.albumlist li span img {
float:right;padding-top:17px;
}
.albumlist li i {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
	background: #fff;
	padding: 5px;
}
.albumlist li i img {
    width: 100%;
    transition: all 0.5s
}
.albumlist li:hover i img {
    transform: scale(1.1);
}
/*相册列表end*/
.huidi{
	background: #f5f5f5;
}
/*关于我们*/
.jianjie{
    width: 100%;
    box-shadow: -1px 0px 15px -2px #e4e4e4;
    z-index: 99;
	overflow: hidden;
    padding: 30px;
    margin: 2px 0;
}
.salimg {
    float: left;
	width: 46%;
}
.salimg img{
	width: 100%;
}
.salwen{
	float: right;
	width: 54%;
	padding-left: 3%;
}
.salwen pre{
	font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.salwen p {
    font-size: 24px;
    font-weight: bold;
    color: #0061ae;
    margin-top:15px;
}
.salwen .gege {
    width: 35px;
    height: 2px;
    background: #999;
    margin: 15px 0;
}
.salwen pre p {
    font-size: 14px;
    color: #666;
    line-height: 27px;
    font-weight: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0!important;
    font-family: "微软雅黑";
}

.salimg02 {
    float: right;
	width: 46%;
}
.salimg02 img{
	width: 100%;
}
.salwen02{
	float: left;
	width: 54%;
	padding-right: 3%;
}
.salwen02 pre{
	font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.salwen02 p {
    font-size: 24px;
    font-weight: bold;
    color: #0061ae;
    margin-top:15px;
}
.salwen02 .gege {
    width: 35px;
    height: 2px;
    background: #999;
    margin: 15px 0;
}
.salwen02 pre p {
    font-size: 14px;
    color: #666;
    line-height: 33px;
    font-weight: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0!important;
    font-family: "微软雅黑";
}
.salwen02 pre p strong{
	color: #0360b0;
}
/*关于我们end*/

/*产品列表*/
.prolist{
	overflow: hidden;
	margin: 35px 0 0 0;
}
.prolist li {
    display: block;
    width: 23%;
    float: left;
    margin: 1% 1%;
}
.prolist li .photo {
    border: 1px solid #eee;
    display: block;
    overflow: hidden;
}
.prolist li .photo img {
    width: 100%;
    transition: all 0.5s;
	height:206px;
}
.prolist li h4 {
    display: block;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    line-height: 55px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prolist li:hover .photo img {
    transform: scale(1.1);
    transition: all 0.5s;
}
/*产品列表end*/
/*产品详细*/
.proxqnav{
	overflow: hidden;
	height: 65px;
	line-height: 65px;
	color: #fff;
	font-size: 14px;
	background: rgba(35,37,38,.9);
}
.proxqnav .zhandian a{
	color: #fff;
}
.geleiurl{
	
}
.geleiurl a{
	color: #ddd;
	display: block;
	padding: 0 15px;
	float: left;
}
.geleiurl a:hover{
	color: #fff;
}
.geleiurl a:last-child{
	background: #0059ab;
	padding: 0 15px;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	margin: 15px 0 0 10px;
}
.geleiurl a:last-child:hover{
	color: #fff;
}


.prolistmain{
	background: #f5f5f5;
	padding: 80px 0;
}
.proxqmain{
	overflow: hidden;
}
.propic {
	width: 57%;
	background: #fff;
}
.propic-right{
	width: 40%;
}

.entry-summary h2 {
   font-size: 24px;
  line-height: 40px;
  padding: 0;
  margin: 0;
	padding-bottom: 10px;
  font-weight: 700;
	color: #0061ae;
}
.entry-summary .liangdian{
	color: #0059ab;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0 15px 5px;
}


.entry-summary .description{
	border: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	padding: 15px;
	overflow: hidden;
	font-size: 14px;
	color: #777;
}
.entry-summary .description p{
	font-size: 16px;
	font-weight: 700;
	color: #e60000;
	padding:5px 0 10px;
}
.entry-summary .description pre {
	font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	line-height: 24px;
}
.entry-summary .tedian{
	padding: 15px;
	overflow: hidden;
	font-size: 14px;
	color: #777;
}
.entry-summary .tedian p{
	font-size: 16px;
	font-weight: 700;
	color: #e60000;
	padding:5px 0 10px;
}
.entry-summary .tedian pre {
	font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	line-height: 24px;
}
.entry-summary a.aliba{
	width: 160px;
	display: block;
	text-align: center;
	background-image: url("../images/gouwu.png");
	background-size: 18%;
	background-position: 28px center;
  background-color: #ed9700;
  padding: 12px 23px 12px 53px;
  background-repeat: no-repeat;
  border: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
	margin-top: 40px;
}



.product-detailed {
	margin-bottom: 50px;
}
.prodexiang{
	margin-top: 50px;
}
.pdxtitle{
     border-top: 1px solid #e4e4e4; 
    border-bottom: 1px solid #e4e4e4;
    /* border-radius: 5px; */
    height: 65px;
	line-height: 65px;
    margin: 50px 0 0px 0;
	text-align: center;
	background: #0059ab;
	color: #fff;
}
.pdxmain{
	background: #fff;
	padding: 50px;
}
.pdxmain p{
	font-size: 16px;
line-height: 33px;
}
.pdxmain img{
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

/*产品详细end*/

@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1060px) {
	.topfenlei li{
		width: 32%;
		margin: .3% .2%;
	}
}
@media screen and (max-width: 992px) {
	.nybanner{
		height: 150px;
		background-size: cover;
	}
	/*联系我们*/
	.conimg img{
		width: 70%;
	}
	.conwen{
		padding: 10px 25px 0 0;
	}
	.conwen h2{
		font-size: 22px;
		
	}
	.conwen .xiaowenzi {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding: 10px 0;
}
	.conwen .xiaowenzi02{
		font-size: 18px;
	}
	.telwens{
		width: 55%;
	}
	.ditu{
		width: 40%;
		padding: 0 20px 0px 0
	}
	.mub01Titls h4 i{
		display: none;
	}
	.mub01Titls{
		padding-top: 15px;
		border-top: 1px solid #eee;
	}
	.zaixianly input,.zaixianly textarea,.zaixianly .yzmtj .sr span,.zaixianly .yzmtj .sr input{
		font-size: 14px;
	}
	.zaixianly .yzmtj{
		margin-top: 10px;
	}
	.zaixianly .yzmtj .sr{
		width: 65%;
	}
	.zaixianly input.submit{
		width: 100%;
		float: left;
		margin-top: 15px;
	}
	.conts{
		padding: 40px 0;
	}
	/*联系我们end*/
	/*新闻列表*/
	.newlist .ul1 li .lin .linn p {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 18px;
    color: #888;
}
	.newlist{
		padding: 50px 0;
	}
	/*新闻列表end*/
	/*关于我们*/
	.salwen{
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
	}
	.salimg{
		width: 100%;
	}
	.salwen02{
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.salimg02{
		width: 100%;
	}
	/*关于我们end*/
	/*产品列表*/
	.topfenlei li a{
		font-size: 14px;
	}
	.prolist li{
		width: 31%;
	}
	/*产品列表end*/
}

@media screen and (max-width: 780px) {
	/*联系我们*/
	.telwens{
		width: 100%;
		padding: 0 30px;
	}
	.ditu{
		width: 100%;
		padding: 30px 30px 0 30px;
	}
	.erwen{
		display: none;
	}
	.ditu iframe{
		height: 300px;
	}
	.abuyao{
		display: none;
		margin-bottom: 0;
	}
	/*联系我们end*/
	/*站点导航*/
	.search{
		display: none;
	}
	.mub02address .con{
		width: 100%;
		height: 45px;
	}
	.mub02address p{
		line-height: 50px;
		margin-left: 10px;
		height: 45px;
		font-size: 12px;
	}
	.mub02address .homePage {
    display: block;
    width: 50px;
		height: 45px;}
	/*站点导航结束*/
	/*新闻列表*/
	.newlist .ul1 li .lin .lidate{
		display: none;
	}
	.newlist .ul1 li .lin .linn{
		padding-left: 0;
		width: 95%;
	}
	.newlist .ul1 li .lin .linn h4{
		font-size: 16px;
	}
	.newlist .ul1 li .lin .linn p{
		margin-top: 10px;
	}
	.newlist .ul1 li .lin .linn .morehn{
		margin-top: 15px;
	}
	.newlist{
		padding: 40px 0;
	}
	.topfenlei li{
		width: 25%;
	}
	/*新闻列表end*/
	/*新闻详细*/
	.news_xx {
    padding: 25px 0 0;
    border-bottom: none;
    margin: 25px 0 0 0;
}
	/*推荐产品*/
	.tuijianpro li{
		width: 48%;
	}
	.tuijianpro li:nth-child(2){
		border: none;
	}
	.mub02xgyd .conBox li{
		width: 100%;
	}
	.mub02xgyd .conBox li{
		    padding: 8px 20px 8px 18px!important;
	}
	/*新闻详细end*/
}

@media screen and (max-width: 640px) {
	/*联系我们*/
	.zaixianly .Input{
		width: 100%;
		margin: 1% 0;
		height: 42px;
	}
	.zaixianly input{
		line-height: 40px;
		padding-left: 15px;
	}
	.zaixianly textarea {
    padding-left: 15px;
    height: 100px;
    padding-top: 10px;
    padding-right: 20px;
}
	.zaixianly .yzmtj .sr span {
    height: 42px;
    line-height: 40px;
    width: 28%;
    text-align: center;
}
	.zaixianly .yzmtj .sr input {
    padding: 0 10px;
    width: 70%;
    line-height: 40px;
    height: 40px;
}
	.mess{
		padding: 20px;
	}
	.mub01Titls{
		margin-bottom: 0px;
	}
	#book_post{
		margin: 0;
	}
	.conts{
		padding: 30px 0;
	}
	.conimg{
		display: none;
	}
	.hyc{
		padding: 30px 0;
	}
	.conwen{
		width: 100%;
		padding: 0 20px;
	}
	.conwen h2 {
    font-size: 16px;
}
	.conwen .xiaowenzi{
		font-size: 12px;
		padding: 5px 0px 10px 0;
	}
	.contelss .telwens ul li p{
		padding-left: 7px;
		width: 86%;
	}
	.telwens{
		padding: 0 20px;
	}
	.ditu{
		padding: 20px 20px 0 20px;
	}
	.ditu iframe{
		height:200px;
	}
	.zaixianly .yzmtj img{
		width: 80%;
	}
	.zaixianly .yzmtj .sr {
    width: 69%;
}
	.zaixianly .yzmtj .sr span{
		    width: 34%;
	}
	.zaixianly .yzmtj .sr input{
		width: 62%;
	}
	/*联系我们end*/
	/*新闻列表*/
	.newlist .ul1 li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 20px 10px;
    border-bottom: 1px solid #e4e4e4;
}
	.newlist .ul1 li .lin .linn h4 {
    font-size: 14px;
}
	.newlist .ul1 li .lin .linn p{
		font-size: 12px;
		line-height: 18px;
	}
	.newlist .ul1 li .lin .linn .morehn{
		display: none;
	}
	.topfenlei li{
		height: 40px;
		width: 48%;
	}
	.topfenlei li a{
		font-size: 14px;
		line-height: 40px;
	}
	.newsw .ul1{
		margin-top: 20px;
	}
	/*新闻列表end*/
	/*企业相册*/
	.albumlist li{
		width: 48%;
	}
	.albumlist li span {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
}
	.albumlist li span img {
    padding-top: 6px;
}
	/*企业相册end*/
	/*关于我们*/
	.jianjie{
		padding: 20px;
	}
	.salwen p{
		font-size: 20px;
	}
	/*关于我们end*/
	
}

@media screen and (max-width: 460px) {
	.nybanner{
		height: 100px;
		background-size: cover;
	}
	/*新闻详细*/
	.news_xx01{
		font-size: 16px;
	}
	.news_xx02{
		font-size: 12px;
		line-height: 22px;
	}
	.news_xx{
		padding-top: 15px;
	}
	.news_xx03{
		padding: 20px;
	}
	.news_sx{
		padding: 0 10px;
	}
	.anesbu{
		display: none!important;
	}
	.n_s a,.n_x a{
		font-size: 12px;
	}
	.n_s{
		height: 40px;
	}
	.mub02xgyd {
    margin-top: 20px;
}
	/*新闻详细结束*/
	/*产品列表*/
	.topfenlei li a{
		font-size: 13px;
	}
	.prolist li{
		width: 48%;
	}
	.topfenlei li{
		width: 48%;
	}
	.prolist {
    overflow: hidden;
    margin: 20px 0 0 0;
}
	.mub02address .homePage{
		display: none;
	}
	.mub02address p{
		margin-left: 0;
	}
	/*产品列表end*/

}