@charset "utf-8";
/* CSS Document */

/*内页banner*/
.topadcs {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.topadcs a {
    display: block;
    margin: 0 auto;
    height: 250px;
    background-position: center top;
    background-repeat: no-repeat;
}
/*二级导航*/

.subnav {
    border-bottom: #eee 1px solid;
    height: 72px;
	background: #f5f5f5;
}
.subnav .subnav_li {
    position: relative;
    float: left;
    margin-right: 4%;
}
.subnav .subnav_li.cur:after, .subnav .subnav_li:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #2383cf;
}
.subnav .subnav_li > a {
    font-size: 16px;
    color: #525252;
    line-height: 72px;
    display: block;
}
/*联系我们*/
.contact_main {
    padding: 80px 0;
    overflow: hidden;
}
.about_con {
    font-size: 14px;
    line-height: 33px;
    color: #666;
}
.r_box {
    width: 35%;
    float: left;
}
.ditu {
    width: 65%;
    float: left;
}
.ditu iframe {
    width: 100%;
    height: 500px;
}
.r_box .pd {
    padding: 30px 40px 30px;
    background: #0360b0;
    color: #fff;
    font-size: 14px;
    height: 500px;
}
.r_box .pd .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.r_box .pd a:hover {
    color: #fff;
}
.r_box .pd .dz {
    margin-bottom: 35px;
}
.r_box .pd .ewm {
    text-align: center;
    margin-bottom: 20px;
}
.r_box .pd .tip {
    text-align: center;
}
.erweimaimp {
    width: 105px;
    float: left;
    margin: 0 0px 0 0px;
}
.erweimaimp span {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
}
/*在线留言*/
.mess {
    background: #f5f5f5;
    padding: 80px 0;
}
#book_post {
    margin: 30px 0 0;
}
.zaixianly {
    overflow: hidden;
    /*    margin-top: 50px;*/
    clear: both;
}
.zaixianly h2 {
	text-align: center;
    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: #e69800;
    cursor: pointer;
    padding: 0!important;
    width: 48%;
    float: right;
}
.zaixianly .Input1 {
    margin-left: 0;
}
.zaixianly textarea {
    padding-left: 22px;
    width: 99.5%;
    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 15px 5px;
	width:80px;
    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;
}
/*联系我们结束*/

/*新闻列表*/
#bodycon {
    padding: 80px 0;
}
.newstitem {
    padding: 2%;
    border: 1px solid #eee;
    width: 100%;
    /*	margin-bottom: 30px;*/
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    margin: -1px 0 0 0;
}
.news_wrapper {
    width: 82%;
    float: left;
}
.news_wrapper .date {
    width: 10%;
    float: right;
    color: #999;
    line-height: 60px;
    font-size: 14px;
}
.news_wrapper .date .md {
    font-size: 12px;
    color: rgba(255,255,255,.5);
}
.news_wrapper .date .year {
    font-size: 22px;
    color: #fff;
    clear: both;
    display: block;
}
.newsbody {
    float: left;
    padding-left: 5%;
    width: 80%;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.newsbody p.title {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    line-height: 50px;
    padding-bottom: 10px;
}
.newsbody p.description {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.newstitem:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}
.newsimg {
    width: 18%;
    float: left;
}
.newsimg img {
    width: 100%;
}
/*新闻列表end*/
/* 通用分页样式 */
.pages {
    height: 35px;
    margin: 40px 0 10px 0;
    clear: both;
    font-size: 12px;
    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 #0360b0;
    background: #0360b0;
    color: #fff;
    text-decoration: none;
}
.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}
.pages .current a {
    border: 1px solid #0360b0;
    background: #0360b0;
    color: #fff;
}
/* 通用分页样式结束 */
/*新闻详细*/
.xinw_view {
    background: #fff;
    overflow: hidden;
}
.mub02Title {
    text-align: center;
}
.mub02Title h2 {
    color: #222;
    font-size: 24px;
}
.mub02Title i{
	width: 100%;
	height: 3px;
	background: url("../images/mub02Title_xian01.png") no-repeat center top;
	display: block;
	margin-top: 15px;
}
.henduo {
    font-size: 14px;
    color: #999;
    line-height: 55px;
    width: 100%;
    text-align: center;
	background: url("../images/mub02Title_xian01.png") no-repeat center bottom;
}
.xinw_xx {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    padding: 20px 0;
}
.xinw_xx img {
    display: block!important;
    max-width: 750px;
    margin: 5px auto!important;
}


@media screen and (max-width: 980px){
	.xinw_xx img {
    
     width: 100%;
    
}
}




/*上下篇*/

._detailPage_bottom {
	border-top: 1px solid #eee;
	margin-top: 30px;
}
._detailPage_bottom li {
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	padding: 0 10px;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
._detailPage_bottom ._mark {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
._detailPage_bottom ._title {
	font-size: 14px;
	float: left;
	width: 68%;
}
._detailPage_bottom ._title:hover {
	color: #0e90d2;
}
._detailPage_bottom ._time {
	float: right;
}
.bdsharebuttonbox .bds_more {
	float: none;
	padding-left: 2px;
	background: none;
	text-indent: 0;
}
/*新闻详细end*/
/*证书列表*/
.honorlist{
	
}
.honorlist li{
	width: 23%;
	float: left;
	margin: 0 1% 2% 1%;
}
.honorlist li .pic{
	border: 3px solid #eee;
}
.honorlist li .pic img{
	width: 100%;
}
.honorlist li .wen{
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
/*证书列表end*/
/*关于我们*/
.about_main {
    font-size: 16px;
    line-height: 33px;
    color: #333;
}
.about_main h3{
	font-size: 22px;
	font-weight: 700;
	color: #0360b0;
}
.about_main img{
		max-width: 100%;
	}
.wenhuapic img{
	max-width: 100%;}
.wenhuapic{
	width: 34%;
	float: left;
}
.wenhuamain{
	width: 50%;
	padding-left: 5%;
	float: left;
}
/*企业风采*/
.albumlist{
	
}
.albumlist li{
	width: 23%;
	float: left;
	margin: 0 1% 2% 1%;
}
.albumlist li .pic{
	border: 3px solid #eee;
}
.albumlist li .pic img{
	width: 100%;
}
.albumlist li .wen{
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
/*关于我们end*/

/*产品中心*/
/*产品左侧分类*/
.InpageSidebar01 {
    width: 22%;
    float: left;
	margin-top: 70px;
}
.InpageSidebar01 .top {
    width: 100%;
    height: 80px;
    background: #0360b0;
}
.InpageSidebar01 .top h2 {
    height: 80px;
    text-indent: 28px;
    background: #0360b0;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.InpageSidebar01 .top h2 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.InpageSidebar01 .classify .box {
    border: 1px solid #0063ae;
    border-top: none;
    position: relative;
}
.InpageSidebar01 .classify .box:first-child {
    border-top: 1px solid #0063ae;
}
.InpageSidebar01 .classify dl {
      padding: 14px 19px 4px 30px;
}
.InpageSidebar01 .classify dt {
    font-size: 20px;
    color: #333333;
    margin-bottom: 14px;
}
.InpageSidebar01 .classify dt a {
    color: #333333;font-size: 16px;
}
.InpageSidebar01 .classify dd p {
    border-left: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
}
.InpageSidebar01 .classify dd p a {
    font-size: 14px;
    color: #333333;
    display: block;
    text-indent: 16px;
    text-decoration: none;
}
.InpageSidebar01 .classify .box i {
    display: none;
    width: 3px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background: #0360b0;
}
.InpageSidebar01 .classify .box:hover {
    background: #f5f5f5;
}
.InpageSidebar01 .classify .box:hover i {
    display: block;
}
.InpageSidebar01 .classify .box dt.cur {
    font-weight: bold;
}
.InpageSidebar01 .classify .box:hover dt a, .InpageSidebar01 .classify .box dt.cur a {
    color: #0360b0;
    display: block;
    text-decoration: none;
}
.InpageSidebar01 .classify .box:hover dt {
    font-weight: bold;
}
.InpageSidebar01 .classify dd p:hover a, .InpageSidebar01 .classify dd p.cur a {
    color: #fff;
}
.InpageSidebar01 .classify dd p:hover, .InpageSidebar01 .classify dd p.cur {
    background:#0360b0;
}


@media screen and (max-width: 1060px) {
	.InpageSidebar01 .sidebarLinkUs{ display:none}
	
}

.InpageSidebar01 .sidebarLinkUs {
    border: 1px solid #0063ae;
    margin-top: 20px;
    padding: 0 19px 20px;
    margin-bottom: 20px;
}
.InpageSidebar01 .sidebarLinkUs h3 {
    font-size: 18px;
    color: #0360b0;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #0063ae;
    margin-bottom: 18px;
    text-indent: 7px;
}
.InpageSidebar01 .sidebarLinkUs p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 20px;
    padding: 0 0px;
}
.InpageSidebar01 .sidebarLinkUs .zxzx {
    display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    background: #0360b0;
    text-decoration: none;
    margin-top: 20px;
}
.InpageSidebar01 .sidebarLinkUs .zxzx span {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border-right: 1px solid #fff;
    background: url(../images/hk_icon01.png) no-repeat center;
}
.InpageSidebar01 .sidebarLinkUs .zxzx em {
    display: block;
    width: 109px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
}
.InpageSidebar01 .sidebarLinkUs .zxzx em img {
    display: inline-block;
*display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 8px;
	margin-top: 17px;
}



/*右侧列表*/
.proList {
    width: 100%;
	overflow: hidden;
}
.proListSection {
    width: 75%;
    float: right;
}
.proListSection .mainCon {
/*    padding-top: 28px;*/
}
.proListSection .mainCon .conBox {
    padding-bottom: 30px;
	margin-top: 15px;
}
.proListSection .mainCon .conBox ul {
/*    width: 104%;*/
}
.proListSection .mainCon .conBox li {
    float: left;
    width: 47%;
    margin: 1%;
}
.proListSection .mainCon .conBox li.noMl {
    margin-right: 0px;
}
.proListSection .mainCon .conBox li .Pic {
    overflow: hidden;
    display: block;
	border: 2px solid #f1f1f1;
}
.proListSection .mainCon .conBox li .Pic img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease-out;
}
.proListSection .mainCon .conBox li .intro {
    height: 60px;
    text-align: center;
    position: relative;
    background: #e9eff5;
}
.proListSection .mainCon .conBox li .intro h3 {
    font-size: 16px;
     color: #0360b0;
    font-weight: bold;
	width:95%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;line-height: 60px;
}
.proListSection .mainCon .conBox li .intro h3 a {
    color: #333333;
    text-decoration: none;
}
.proListSection .mainCon .conBox li:hover .Pic img {
    transform: scale(1.2);
}
/*产品列表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 {
    height: 550px;
	width: 57%;
	background: #fff;
}
.propic-right{
	width: 40%;
}

.entry-summary h2 {
  font-size: 24px;
  line-height: 60px;
  padding: 0;
  margin: 10px 0 15px 0;
  font-weight: 700;
	color: #0061ae;
}
.entry-summary .liangdian{
	color: #0059ab;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0 15px 5px;
}

.entry-summary pre {
  
	font: 16px 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: 32px;
}
.entry-summary .description{
	border: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	padding: 15px;
	overflow: hidden;
	font-size: 14px;
	color: #777;
}
.entry-summary a.aliba{
	width: 160px;
	display: block;
	text-align: center;
	background-image: url("../images/shipin.png");
	background-size: 18%;
	background-position: 28px center;
  background-color: #ff1a1a;
  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: 10px;
}

.entry-summary a.aliba1{
	width: 160px;
	display: block;
	text-align: center;
	background-image: url("../images/zaixian.png");
	background-size: 18%;
	background-position: 28px center;
  background-color: #26b49a;
  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: 10px;
}




.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;*/
	margin-top:20px;
}
.pdxmain p{
	font-size: 16px;
line-height: 33px;
}
.pdxmain img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.tedian{
	padding: 25px 0 0 0 ;
}
.tedian li{
	display: block;
	font-size: 14px;
	overflow: hidden;
	line-height: 40px;
	border-bottom: 1px dotted #e4e4e4;
}
.tedian li span.title{
	width: 18%;
	display: block;
	float: left;
}
.tedian li span.main{
	width: 60%;
	display: block;
	float: left;
	color: #d00000;
}

/*产品详细end*/

@media screen and (max-width: 1280px){
	/*联系我们*/
	.r_box {
    width: 45%;
}
	.ditu {
    width: 55%;
}
	/*联系我们end*/
.tedian li span.title{
	width: 20%;
	display: block;
	float: left;
}
}
@media screen and (max-width: 1160px){
	.zaixianly input.submit{
		width: 40%;
	}
	.wenhuapic{
	width: 45%;
	float: left;
}
}
@media screen and (max-width: 1060px){
	/*联系我们*/
	.r_box {
    width: 55%;
}
	.ditu {
    width: 45%;
}
	.contact_main,.mess,#bodycon{
		padding: 40px 0;
	}
	/*联系我们end*/
	.topadcs a{
		height: 200px;
		background-size: cover;
	}
	/*新闻列表*/
	.news_wrapper .date {
    width: 13%;
    font-size: 12px;
}
	/*新闻列表end*/
	/*证书*/
	.honorlist li{
		width: 31%;
	}
	/*证书end*/
	/*产品详情*/
	.entry-summary a.aliba{
		font-size: 14px;
		margin-top:20px;
	}
	
	.entry-summary a.aliba1{
		font-size: 14px;
		margin-top:20px;
	}
	
	.pdxmain {
    background: #fff;
    /*padding: 30px;*/
}
	/*产品详情end*/
}
@media screen and (max-width: 980px){
	/*产品列表*/
	.InpageSidebar01{
		width: 100%;
		background: #f5f5f5;
        padding: 1% 3% 3% 3%;
	    margin-top:0;
	}
	.InpageSidebar01 .top{
		display: none;
	}
	.InpageSidebar01 .classify .box:first-child{
		border-top: none;
	}
	.InpageSidebar01 .classify .box {
    
    border: none;
		border-bottom: 1px solid #e4e4e4;
    position: relative;
		width: 33%;
		float: left;
}
	.InpageSidebar01 .classify dl{
		padding: 0;
	}
	.InpageSidebar01 .classify dt{
		margin-bottom: 0;
	}
	.InpageSidebar01 .classify dt a{
		line-height: 50px;
		display: block;
		text-align: center;
	}
	.InpageSidebar01 .classify .box:hover{
	background: none;	
	}
	.InpageSidebar01 .classify .box:hover i{
		display: none;
	}
	.proListSection{
		width: 100%;
		margin-top: 25px;
	}
	/*产品列表end*/
}
@media screen and (max-width: 890px){
	/*联系我们*/
	.r_box .pd {
    padding: 30px 30px 20px;
    height: 400px;
		line-height: 26px;
}
	.r_box .pd .tit {
    font-size: 20px;
    margin-bottom: 10px;
}
	.ditu iframe {
    height: 400px;
}
	/*联系我们end*/
	/*新闻列表*/
	.newsbody p.title {
    font-size: 16px;
    line-height: 38px;
    padding-bottom: 0px;
}
	/*新闻列表end*/
	/*风采*/
	.albumlist li{
		width: 31%;
	}
	/*风采end*/
}
@media screen and (max-width: 760px){
	/*联系我们*/
	.r_box,.ditu{
		width: 100%;
	}
	.r_box .pd{
		padding: 30px;
		height: auto;
		overflow: hidden;
	}
	.zaixianly input{
		font-size: 14px;
	}
	.zaixianly textarea{
		font-size: 14px;
	}
	.zaixianly .yzmtj .sr span{
		font-size: 14px;
	}
	.zaixianly .yzmtj .sr input{
		font-size: 14px;
	}
	/*联系我们end*/
	/*新闻列表*/
	.newsbody p.title {
    font-size: 14px;
    line-height: 35px;
    padding-bottom: 0px;
}
	.newsbody p.description {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
	.newsbody{
		width: 100%;
	}
	.news_wrapper .date{
		display: none;
	}
	.subnav {
    height: 55px;
}
	.subnav .subnav_li > a {
    font-size: 14px;
    color: #525252;
    line-height: 55px;
    display: block;
}
	.pages{
		margin: 20px 0 0 0;
	}
	/*新闻列表end*/
	/*新闻详细*/
	.mub02Title h2{
		font-size: 18px;
	}
	.henduo{
		font-size: 12px;
		line-height: 22px;
		padding: 15px 0;
	}
	.xinw_xx{
		line-height: 26px;
	}
	._detailPage_bottom ._time{
		display: none;
	}
	/*新闻详细end*/
	/*证书*/
	.honorlist li{
		width: 48%;
	}
	/*证书end*/
	/*关于*/
	.about_main{
		font-size: 14px;
		line-height: 26px;
	}
	.about_main img{
		max-width: 100%;
	}
	.about_main h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0360b0;
}
	/*关于end*/
	/*产品列表*/
	.proListSection .mainCon .conBox li{
		width: 48%;
	}
	.InpageSidebar01 .classify dt a{
		font-size: 14px;
	}
	.proListSection .mainCon .conBox li .intro{
		height: 45px;
	}
	.proListSection .mainCon .conBox li .intro h3{
		font-size: 14px;
		line-height: 45px;
	}
	/*产品列表end*/
	/*产品详情*/
	.entry-summary pre{
		font-size: 14px;
		line-height: 26px;
	}
	.pdxtitle{
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.pdxmain{
		/*padding: 15px;*/
	}
	.pdxmain p {
    font-size: 14px;
    line-height: 26px;
}
	/*产品详情end*/
}
@media screen and (max-width: 640px){
	/*联系我们*/
	.ditu iframe{
		height: 250px;
	}
	.r_box .pd .dz {
    margin-bottom: 15px;
}
	.zaixianly {
    overflow: hidden;
}
	.zaixianly h2 {
	
    font-size: 22px;
    line-height: 35px;
		
}
	.zaixianly .Input{
		width: 100%;
		margin: 1% 0 1% 0;
		height:40px;
	}
	.zaixianly input{
		line-height: 40px;
		height:40px;
		padding-left: 15px;
	}
	.zaixianly textarea {
    padding-left: 15px;
    width: 100%;
    height: 100px;
    padding-top: 10px;
    padding-right: 15px;
		margin-top: 1%;
}
	.zaixianly .yzmtj .sr{
		width: 65%;
	}
	.zaixianly .yzmtj .sr span {
   line-height: 40px;
		height: 40px;
		width: 33%;
}
	
	.zaixianly input.submit {
    width: 100%;
		margin-top: 2%;
		border-radius: 0;
}
	.zaixianly .yzmtj .sr input {
    padding: 0 10px;
    width: 67%;
    float: left;
    display: block;
    border: none;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    height:40px;
    outline: none;
}
	.zaixianly .yzmtj {
    margin-top: 1%;
}
	.zaixianly .yzmtj img {
    margin: 10px 5px 5px 5px;
	width: 60px;
    cursor: pointer;
}
	#book_post {
    margin:15px 0 0;
}
	.contact_main, .mess,#bodycon{
		padding: 30px 0;
	}
	/*联系我们end*/
	.topadcs a{
		height: 100px;
		background-size:cover!important;
	}
	/*风采*/
	.albumlist li{
		width: 48%;
	}
	/*风采end*/
		.wenhuapic{
	width:100%;
	float: left;
}
.wenhuamain{
	width: 100%;
	padding-left: 0%;
	padding-top: 20px;
	float: left;
}
	.tedian li span.title{
	width: 23%;
	display: block;
	float: left;
}
}


.page111 {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.page111 a {
	color: #666;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 11px;
	border: 1px solid #000;
	background: #fff;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
}

.page111 a:hover {
	color: #fff;
	background: #d80000;
	border: 1px solid #d80000;
}

.page111 a b {
	background: none;
	color: #666;
}

.page111 b {
	color: #fff;
	background: #d80000;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 8px;
	border-radius: 4px;
	vertical-align: middle;
}



.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;
}

.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;
}

@media screen and (max-width: 780px) {
	.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;
	}
	}

@media screen and (max-width: 460px) {
	.mub02xgyd {
    margin-top: 20px;
}
	
}

.classify {
    background: #e9eff5;
}




