@charset "utf-8";
/* CSS Document */

.page-header.slide {
 background: #fff;
 border-bottom: 1px solid #e5e5e5;
	position: fixed;
	left: 0; 
    top: 0; 
	z-index: 999;
}
/*内页banner*/

.bannei {
	height: 280px;
	width: 100%;
}
/*站点导航*/
.zhandian {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.zhandianlefy img {
	display: block;
	margin: 3px 10px 0 0;
	float: left;
}
.zhandianlefy {
	color: #666;
	font-size: 14px;
}
.zhandianlefy a {
	color: #666;
}
.zhandianlefy a:hover {
	color: #0059ab;
}

/*内页主体结构*/
.neiye_kuang {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	padding: 50px 0;
}
.neiye_kuang02 {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
/*上下结构菜单*/
.aboutMenu {
	text-align: center;
	margin: 0 auto 50px auto;
}
.aboutMenu li {
	display: inline-block;
*display: inline;
	font-size: 14px;
	color: #333333;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 30px;
	height: 50px;
	line-height: 50px;
	    margin: 0 5px;
	width: 134px;
	text-align: center;
}
.aboutMenu li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 16px;
}
.aboutMenu li:first-child {
	margin-left: 0;
}
.aboutMenu li.cur {
	background: #0059ab;
	border: 1px solid #0059ab;
}
.aboutMenu li.cur a {
	color: #fff;
}
.aboutMenu li:hover {
	background: #0059ab;
	border: 1px solid #0059ab;
}
.aboutMenu li:hover a {
	color: #fff;
}
/* 通用分页样式 */
.pages {
	height: 35px;
	margin: 30px 0 20px 0;
	clear: both;
	font-size: 14px;
}
.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;
}

/*新闻列表*/
.Question {
	width: 100%;
	background: #fff;
}
.Question .QuestionCon {
	border: 1px #e9e9e9 solid;
	background: #fff;
}
.Question .QuestionCon dl {
	border-top: 1px #e9e9e9 solid;
	padding: 20px;
	overflow: hidden;
}
.Question .QuestionCon dl:first-child {
	border-top: none;
}
.Question .QuestionCon dl h3 {
	font-size: 18px;
	padding-top: 10px;
}
.Question .QuestionCon dl dt {
	width: 25%;
/*	height: 125px;*/
	overflow: hidden;
}
.Question .QuestionCon dl dt img {
	display: block;
	width: 100%;
	transition: .8s;
}
.Question .QuestionCon dl:hover dt img {
	transform: scale(1.1);
}
.Question .QuestionCon dl:hover {
	background-color: #063a75;
}
.Question .QuestionCon dl:hover h3 {
	color: #fff;
}
.Question .QuestionCon dl:hover dd span {
	color: #1b70bb;
}
.Question .QuestionCon dl:hover dd p {
	color: #2c7ec6;
}
.Question .QuestionCon dl dd {
	width: 70%;
}
.Question .QuestionCon dl dd h3 a {
	font-size: 18px;
	color: #333;
}
.Question .QuestionCon dl dd h3 i {
	background: url(../images/News03.png) no-repeat right;
	width: 62px;
	height: 7px;
	display: block;
	float: right;
}
.Question .QuestionCon dl dd span {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	display: block;
}
.Question .QuestionCon dl dd p {
	font-size: 14px;
	color: #606060;
	line-height: 25px;
	margin-top: 20px;
}
.Question .QuestionCon dl dd a.more{
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 28px;
}
.Question .QuestionCon dl:hover a.more{
	background: #0059ab;
}
/* newsDetails 新闻详情*/
.newsDetails {
	width: 100%;
}
.newsDetails .InpageSidebar01 {
	float: right;
}
.newsDetailsSection {
	width: 100%;
	position: relative;
}
.newsDetailsSection .article {
	border: 1px solid #e4e4e4;
	width: 100%;
	position: relative;
	background: #fff;
}
.newsDetailsSection .article .conBox {
	padding: 20px 19px;
}
.newsDetailsSection .article .title h1 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 15px;
}
.newsDetailsSection .article .title{
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.newsDetailsSection .article .title .share {
	width: 100%;
	height: 24px;
}
.newsDetailsSection .article .title .share p {
	float: left;
	overflow: hidden;
}
.newsDetailsSection .article .title .share p span {
	display: block;
	font-size: 12px;
	color: #999999;
	float: left;
	padding: 0 8px;
	border-left: 1px dotted #b6b6b6;
}
.newsDetailsSection .article .title .share p span:first-child {
	padding-left: 0;
	border-left: none;
}
.newsDetailsSection .article .title .share p span #cntrHits {
	float: right;
}
.newsDetailsSection .article .title .share ul {
	float: right;
}
.newsDetailsSection .article .title .share li {
	margin-left: 7px;
	width: 24px;
	height: 24px;
	float: left;
}
.newsDetailsSection .article .title .share li img {
	display: block;
}
.newsDetailsSection .article .title i {
	width: 100%;
	display: block;
	height: 3px;
	margin-top: 12px;
	background: url(../images/mub02Top2_xian.png) no-repeat center;
}
.newsDetailsSection .article .title p.label {
	font-size: 12px;
	color: #999999;
	display: block;
	padding-left: 26px;
	background: url(../images/label.png) no-repeat left center;
	line-height: 16px;
	margin-top: 20px;
}
.newsDetailsSection .article .con {
	margin-top: 20px;
	padding-bottom: 40px;
	overflow: hidden;
}
.newsDetialsArticle .article .con img {
	max-width: 100%;
}
.newsDetailsSection .article .con p {
	line-height: 32px;
	font-size: 16px;
	color: #333333;
}
.newsDetailsSection .article .con p a {
	color: #004c9f;
}
.newsDetailsSection .article .context {
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	height: 60px;
}
.newsDetailsSection .article .context p {
	width: 45%;
	float: left;
	height: 60px;
	line-height: 60px;
}
.newsDetailsSection .article .context p a {
	font-size: 13px;
	color: #666666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsDetailsSection .article .context p.prevNews a {
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/mub02_jt01.png) no-repeat left center;
}
.newsDetailsSection .article .context p.NextNews a {
	margin-right: 20px;
	padding-right: 20px;
	text-align: right;
	background: url(../images/mub02_jt03.png) no-repeat right center;
}
/*
.newsDetailsSection .article span.yinc{
	display: inline-block!important;
}
*/
.newsDetailsSection .article .context p.prevNews a:hover {
	background: url(../images/mub02_jt05.png) no-repeat left center;
	color: #004c9f;
}
.newsDetailsSection .article .context p.NextNews a:hover {
	background: url(../images/mub02_jt04.png) no-repeat right center;
	color: #004c9f;
}
.newsDetailsSection .article .context p.NextNews {
	border-left: 1px solid #e7e7e7;
}
.bot_right{
	float: right!important;
}
.newsDetailsSection .backNewsList {
	width: 59px;
	height: 59px;
	display: block;
	position: absolute;
	left: -59px;
	top: 0;
	cursor: pointer;
}

/*关于我们栏目*/


/*公司简介*/
.about_main {
	width: 100%;
	overflow: hidden;
/*	background: #fff;*/
}
.Siglen-Elevator {
	margin:0 0 30px 0;
	overflow: hidden;
}
.Siglen-Elevator dl dt {
	width: 50%;
	overflow: hidden;
}
.Siglen-Elevator dl dt img {
	display: block;
	width: 100%;
	transition: .8s;
}
.Siglen-Elevator dl dt:hover img {
	transform: scale(1.1);
}
.Siglen-Elevator dl dd {
	width: 48%;
	position: relative;
}
.Siglen-Elevator dl dd h3 {
	font-size: 28px;
	color: #004592;
	font-weight: 700;
}
.Siglen-Elevator dl dd font {
	font-size: 20px;
	padding: 10px 0 16px 0;
	color: #004592;
	display: block;
}
.Siglen-Elevator dl dd i {
	display: block;
	width: 80px;
	height: 2px;
	background-color: #063a75;
	position: absolute;
	top: 30px;
	left: -100px;
}
.aboutwen {
	clear: both;
	overflow: hidden;
}
.aboutwen p {
	font-size: 15px;
	color: #666;
	line-height: 28px;
}
/* CompanyIntroduction End */

/* CompanyIntroduction */
.DatasBox{
	overflow: hidden;
	background: #0059ab;
}
.DatasBox ul li {
	width: 24.8%;
	float: left;
	border-left: 1px #1d6db7 solid;
	height: 290px;
}
.DatasBox ul li span {
	font-size: 36px;
	color: #fff;
	font-family: "QUEEN";
	padding: 80px 0 0 30px;
	display: block;
}
.DatasBox ul li p {
	font-size: 16px;
	color: #79b0e2;
	line-height: 25px;
	margin-top: 30px;
	padding-left: 30px;
}
.DatasBox ul li.li04 {
	border-right: 1px #1d6db7 solid;
}
.DatasBox ul li i {
	width: 1px;
	height: 10px;
	background-color: #fff;
	display: block;
	top: 40px;
	position: relative;
}
.CompanyIntroduction-Box {
	margin-top: 30px;
	overflow: hidden;
}

.CompanyIntroduction-Box dl:first-child {
	margin-top: 0;
}
.CompanyIntroduction-Box dl {
	margin-top: 50px;
	overflow: hidden;
}
.CompanyIntroduction-Box dl dt {
	width: 50%;
	overflow: hidden;
}
.CompanyIntroduction-Box dl dt img {
	display: block;
	width: 100%;
	transition: .8s;
}
.CompanyIntroduction-Box dl dt:hover img {
	transform: scale(1.1);
}
.CompanyIntroduction-Box dl dd {
	width: 45%;
	position: relative;
}
.CompanyIntroduction-Box dl dd h3 {
	font-size: 32px;
	color: #063a75;
	font-weight: 700;
	line-height: 80px;
}
.CompanyIntroduction-Box dl dd h3 i.i01 {
	
}
.clearfix{
	clear: both;
}
.CompanyIntroduction-Box dl dd i {
	display: block;
	width: 50px;
	height: 2px;
	background-color: #063a75;
	position: absolute;
	top: 80px;
	left: 0px;
}
.CompanyIntroduction-Box dl dd .wen{
	padding-top: 30px;
}
.CompanyIntroduction-Box dl dd .wen p {
	font-size: 16px;
	color: #666;
	line-height: 35px;
	
}
.CompanyIntroduction-Box dl dd .wen strong{
	color: #333;
}
.CompanyIntroduction-Box dl dd em {
	font-size: 16px;
	color: #606060;
	display: block;
	margin-top: 115px;
	font-family: "QUEEN";
}

/*联系我们*/
.zuolian{
	width: 60%;
	float: left;
}
.linkUsCon1 {
	width: 100%;
	padding-bottom: 68px;
}
.linkUsCon1 .mainCon {
	width: 100%;
	padding-top: 58px;
	position: relative;
	overflow: hidden;
}
.linkUsCon1 .mainCon h2 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
	padding-bottom: 30px;
}
.linkUsCon1 .mainCon .linkUsCon1-address {
	margin-top: 15px;
}
.linkUsCon1 .mainCon .linkUsCon1-address p {
	font-size: 16px;
	color: #333333;
	line-height: 33px;
}
.linkUsCon1 .mainCon .linkUsCon1-phone {
	overflow: hidden;
}
.linkUsCon1 .mainCon .linkUsCon1-phone .dl {
	margin-right: 80px;
}
.linkUsCon1 .mainCon .linkUsCon1-phone .dt {
	float: left;
	width: 29px;
	height: 34px;
	margin-top: 4px;
}
.linkUsCon1 .mainCon .linkUsCon1-phone .dt img {
	display: block;
}
.linkUsCon1 .mainCon .linkUsCon1-phone .dd {
	padding-left: 10px;
	float: left;
}
.linkUsCon1 .mainCon .linkUsCon1-phone .dd p {
	font-size: 14px;
	color: #999;
	line-height: 16px;
}
.linkUsCon1 .mainCon .linkUsCon1-phone .dd .span {
	display: block;
	font-weight: bold;
	color: #005bac;
	font-size: 24px;
	line-height: 32px;
}
.linkUsCon1 .mainCon .linkUsCon1-phone .dd em {
	display: block;
	font-size: 11px;
	color: #cccccc;
}
.linkUsCon1 .mainCon .i {
	display: block;
	width: 100%;
	height: 1px;
	background: #ededed;
	position: absolute;
	top: 207px;
	left: 0;
}
.linkUsCon1 .mainCon .linkUsCon1-ma {
	width: 32%;
	float: right;
	margin-top: 50px;
}
.linkUsCon1 .mainCon .linkUsCon1-ma .box {
	width: 40%;
	padding: 3% 0;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	float: left;
	text-align: center;
	margin-left: 20px;
	background: #fff;
}
.linkUsCon1 .mainCon .linkUsCon1-ma .box:first-child {
	margin-left: 0;
}
.linkUsCon1 .mainCon .linkUsCon1-ma .box img {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.linkUsCon1 .mainCon .linkUsCon1-ma .box p {
	margin-top: 4px;
	font-size: 14px;
	color: #999999;
}
.ditu {
	margin: 70px 0 0 0;
}
.ditu iframe {
	border: 1px solid #ddd;
	width: 100%;
	height: 500px;
}
/*在线留言*/
.zaixianly {
	overflow: hidden;
	border-radius: 5px;
	/*	width: 1120px;*/
	padding: 30px 0 70px 0;
	background: #f5f5f5;
}
.zaixianly h2 {
	font-size: 25px;
	color: #004592;
	line-height: 60px;
	padding: 15px 0;
}
.zaixianly .Input {
	width: 48%;
	height: 58px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-bottom: 10px;
	margin-left: 12px;
}
.zaixianly input {
	width: 100%;
	padding-left: 22px;
	padding-right: 51px;
	font-size: 16px;
	color: #999999;
	line-height: 58px;
	outline: none;
	border: none;
	background: none;
}
.zaixianly input.submit {
	color: #fff;
	background: #004592;
	cursor: pointer;
	width: 49%;
}
.zaixianly .Input1 {
	margin-left: 0;
}
.zaixianly .Input1 input {
	background: url(../images/proDetailsLy_icon01.png) no-repeat 98% center;
}
.zaixianly .Input2 input {
	background: url(../images/proDetailsLy_icon02.png) no-repeat 98% center;
}
.zaixianly textarea {
	padding-left: 22px;
	width: 97%;
	height: 150px;
	border: 1px solid #e0e0e0;
	padding-top: 18px;
	font-size: 16px;
	color: #999999;
	outline: none;
	resize: none;
	background: url(../images/proDetailsLy_icon03.png) no-repeat 99% 18px;
	padding-right: 51px;
}
.zaixianly .yzmtj {
	margin-top: 20px;
}
.zaixianly .yzmtj img {
	margin: 10px 20px 15px 20px;
}
.zaixianly .yzmtj .sr {
	width: 38%;
	float: left;
	border: 1px solid #e0e0e0;
}
.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: #004592;
	float: right;
}


/*产品列表*/

/*左侧分类*/
.fenleilist_sj{
		display: none;
	}
.leftlist{
	width: 23%;
	float: left;
}
.InpageSidebar01 {
	width: 100%;
}
.InpageSidebar01 .top {
	width: 100%;
	height: 80px;
	background: #004c9f;
}
.InpageSidebar01 .top h2 {
	height: 80px;
	text-indent: 28px;
	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 #e4e4e4;
	border-top: none;
	position: relative;
}
.InpageSidebar01 .classify .box:first-child {
	border-top: 1px solid #e4e4e4;
}
.InpageSidebar01 .classify dl {
	padding: 14px 19px 18px 30px;
}
.InpageSidebar01 .classify dt {
	font-size: 20px;
	color: #333333;
	background: url(Img/mub02Inpage/mub02_jt03.png) no-repeat 194px 6px;
	margin-bottom: 14px;
}
.InpageSidebar01 .classify dt a {
	color: #333333;
}
.InpageSidebar01 .classify dd p {
	border-left: 1px solid #e4e4e4;
	height: 35px;
	line-height: 35px;
}
.InpageSidebar01 .classify dd p a {
	font-size: 15px;
	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: #004c9f;
}
.InpageSidebar01 .classify .box:hover {
	background: #f5f5f5;
}
.InpageSidebar01 .classify .box:hover i {
	display: block;
}
.InpageSidebar01 .classify .box dt.cur {
	background: url(../images/mub02_jt04.png) no-repeat 194px 6px;
	font-weight: bold;
}
.InpageSidebar01 .classify .box:hover dt a, .InpageSidebar01 .classify .box dt.cur a {
	color: #004c9f;
	display: block;
	text-decoration: none;
}
.InpageSidebar01 .classify .box:hover dt {
	background: url(../images/mub02_jt04.png) no-repeat 194px 6px;
	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: url(../images/mub02_jt02.png) no-repeat 194px center #004c9f;
}
.InpageSidebar01 .sidebarLinkUs {
	border: 1px solid #e4e4e4;
	margin-top: 20px;
	padding: 0 19px 20px;
	margin-bottom: 20px;
	background: #fff;
}
.InpageSidebar01 .sidebarLinkUs h3 {
	font-size: 18px;
	color: #004c9f;
	font-weight: normal;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 18px;
	text-indent: 10px;
}
.InpageSidebar01 .sidebarLinkUs p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 12px;
	line-height: 20px;
	padding: 0 10px;
}
.InpageSidebar01 .sidebarLinkUs .zxzx {
	display: block;
	width: 160px;
	height: 50px;
	overflow: hidden;
	background: #004c9f;
	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/zxzx_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;
}
.InpageSidebar02 .classify {
	border: 1px solid #e4e4e4;
	border-top: none;
	position: relative;
	background: #fff;
}
.InpageSidebar02 .classify li {
	height: 58px;
	border-top: 1px solid #e4e4e4;
	text-indent: 25px;
	font-size: 15px;
	color: #333333;
	line-height: 58px;
	background: url(../images/mub02_jt03.png) no-repeat 95% center;
}
.InpageSidebar02 .classify li a {
	color: #333333;
	display: block;
	text-decoration: none;
}
.InpageSidebar02 .classify li:hover, .InpageSidebar02 .classify li.cur {
	background: url(../images/mub02_jt04.png) no-repeat 95% center;
}
.InpageSidebar02 .classify li:hover a, .InpageSidebar02 .classify li.cur a {
	color: #004c9f;
	font-weight: bold;
}
.InpageSidebar02 .classify i {
	display: block;
	width: 3px;
	background: #004c9f;
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 9;
}
.InpageSidebar02 .xgzx {
	border: 1px solid #e4e4e4;
	margin-top: 20px;
	padding: 0 19px 16px;
	background: #fff;
}
.InpageSidebar02 .xgzx h3 {
	font-size: 18px;
	color: #004c9f;
	font-weight: normal;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 18px;
	text-indent: 10px;
}
.InpageSidebar02 .xgzx p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.InpageSidebar02 .xgzx p a {
	color: #333333;
}
.InpageSidebar02 .xgzx p:hover a {
	color: #004c9f;
}

/*右侧产品*/
.rightcon{
	background: #fff;
	width: 75%;
}
.prolist {
	overflow: hidden;
	/*padding: 3%;*/
}
.prolist li {
	margin: 0px 3% 20px 0;
	float: left;
	_display: inline;
	text-align: center;
	width: 31%;
	list-style: none;
}
.prolist li:nth-child(3n){
	margin: 0px 0px 20px;
}
.prolist li .pic .pic_img * {
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.prolist li .pic .pic_img {
	overflow: hidden;
	width: 100%;
	padding: 10px;
	border: 1px solid #eee;
}
.prolist li .pic img {
	width: 100%;
	height: 100%;
	display: block;
}
.prolist .pic:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.prolist .Bbox_title {
	line-height: 59px;
	color: #333;
	font-size: 17px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/*产品详细*/
.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: 30px;
  line-height: 60px;
  padding: 0;
  color: #0063ae;
  margin: 10px 0 15px 0;
  font-weight: normal;
}
.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{
	float:left;
	width: 160px;
	display: block;
	text-align: center;
	/*background-image: url("../images/gouwu.png");*/
	background-size: 18%;
	background-position: 28px center;
    background-color: #0059ab;
    padding: 12px 12px 12px 12px;
    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;
	margin-right: 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;
}
.pdxmain p{
	font-size: 16px;
line-height: 33px;
}
.pdxmain img{
	/*max-width: 80%;*/
	display: block;
	margin: 0 auto;
}

/*相关产品*/
.flchanpin_list {
    text-align: center;
    margin: 30px 0 0 0;
	overflow: hidden;
}
.flchanpin_list li {
    margin: 0 1%;
    transition: all .6s ease;
    position: relative;
    overflow: hidden;
	width: 23%;
	float: left;
}
.flchanpin_list li .pic {
    overflow: hidden;
    border: 1px solid #eee;
}
.flchanpin_list li .pic img {
}
.flchanpin_list li .wen {
    line-height: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    transition: all .6s ease;
}
.product-relevant{
	margin-top: 35px;
}
.product-relevant .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    margin: 0 0 35px 0;
}
.product-relevant .title h2 {
    line-height: 38px;
}
.product-relevant .title .back {
    margin-left: auto;
}
.product-relevant .title .back a {
    background: #0059ab;
    width: 116px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    color: #fff;
    display: block;
    text-align: center;
}

/*产品详细结束*/

.left {
	float: left;
}
.right {
	float: right;
}


@media screen and (max-width:1200px) {
 .ditu {
    margin: 40px 0 0 0;
	
}
	.ditu iframe{
		height: 350px;
	}
	.newsDetailsSection .backNewsList{
		display: none;
	}
}

@media screen and (max-width:1060px) {
	.linkUsCon1 .mainCon h2{
		font-size: 24px;
	}
	.linkUsCon1 .mainCon .linkUsCon1-address p {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
	.zaixianly input.submit{
		width: 40%;
	}
	.aboutwen p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
	.Siglen-Elevator dl dd font {
    font-size: 18px;
    padding: 5px 0 12px 0;
    color: #004592;
    display: block;
}
	.Siglen-Elevator dl dd h3 {
    font-size: 24px;
    color: #004592;
    font-weight: 700;
}
	.CompanyIntroduction-Box dl dd h3 {
    font-size: 24px;
    color: #063a75;
    font-weight: 700;
    line-height: 50px;
}
	.CompanyIntroduction-Box dl dd .wen p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
	.CompanyIntroduction-Box dl dd i{
		top: 58px;
		width: 35px;
	}
	.CompanyIntroduction-Box {
    margin-top: 0px;
    overflow: hidden;
}
	.InpageSidebar02 .classify li{
		font-size: 14px;
	}
	.prolistmain{
		padding: 50px 0;
	}
	.pdxmain {
    background: #fff;
    padding: 30px;
}
	.entry-summary a.aliba{
		font-size: 14px;
		margin-top:20px;
	}
}

@media screen and (max-width:992px){
	.wapbuyao,.sidebarLinkUs{
		display: none;
	}
	.leftlist{
		width: 100%;
	}
	.rightcon{
		width: 100%;
		background: none;
	}
	.prolist li .pic .pic_img{
		background: #fff;
	}
	.prolist{
		padding:15px 0 0 0;
	}
	.prolist .Bbox_title{
		font-size: 14px;
		line-height: 40px;
	}
.fenleilist_sj02{
		position: relative;
	}
	.fenleilist_sj{
		display: block;
	}
	.anzhankai{
		width: 100%;
		background: #fff;
    border: 1px solid #e4e4e4;
    height: 48px;
		padding:0 15px;
		font-size: 14px;
		margin: 0 0 15px 0;
	}
	.anzhankai span{
		float: left;
		line-height: 48px;
	}
	.anzhankai i{
		float: right;
		line-height: 55px;
	}
	.cpxilie{
		position: absolute;
		top: 50px;
		border: 1px solid rgba(0,0,0,0);
		z-index: 99;
		background: rgba(255,255,255,0);
		width: 100%;
		height: 0;
		overflow: hidden;
		padding: 0px 30px!important;
		transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
	}
	.cpxilie a{
		display: block;
		line-height: 3em;
		color: #999;
	}
	.cpxilie02{
		height: auto!important;
		border: 1px solid #e4e4e4;
		padding: 20px 30px!important;
		background: rgba(255,255,255,1);
	}
	.flchanpin_list li{
		width: 48%;
		margin: 0 1% 2% 1%;
	}
}
@media screen and (max-width:768px) {
	.bannei{
		height: 150px;
		background-position: center center!important;
		background-size: 268% auto !important;
	}
	.linkUsCon1-ma{
		display: none;
	}
	.zaixianly input,.zaixianly textarea,.zaixianly .yzmtj .sr span,.zaixianly .yzmtj .sr input{
		font-size: 14px;
	}
	.zaixianly .yzmtj .sr span{
		width: 30%;
	}
	.zaixianly .yzmtj{
		margin-top: 5px;
	}
	.zaixianly .yzmtj .sr input{
		width: 65%;
	}
	.zaixianly .yzmtj .sr{
		width: 70%;
	}
	.zaixianly input.submit{
		width: 100%;
		clear: both;
		margin-top: 15px;
	}
	.zuolian{
		width: 100%;
	}
	.ditu iframe{
		height: 200px;
	}
	.linkUsCon1 .mainCon{
		padding-top: 38px;
	}
	.linkUsCon1{
		padding-bottom: 30px;
	}
	.zaixianly{
		padding: 20px 0 30px 0;
	}
	
	/*新闻列表*/
	.Question .QuestionCon dl h3 {
    font-size: 16px;
    padding-top: 10px;
}
	.Question .QuestionCon dl dd p {
    font-size: 12px;
    color: #606060;
    line-height: 18px;
    margin-top: 8px;
}
	.Question .QuestionCon dl dd a.more{
		display: none;
	}
	.Question .QuestionCon dl{
		padding: 10px;
	}
	.newsDetailsSection .article .con p {
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}
	.newsDetailsSection .article .title h1 {
    font-size: 18px;
    color: #333333;
		line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-top: 0px;
}
	.newsDetailsSection .article .title .share p span{
		line-height: 20px;
	}
	span.yinc{
		display: none!important;
	}
	.newsDetailsSection .article .context p.NextNews a {
    background: url(../images/mub02_jt03.png) no-repeat 99% center;
}
	.zhandianlefy{
		font-size: 12px;
	}
	.zhandian{
		padding: 8px 0;
	}
	.zhandianlefy img {
    display: block;
    margin: 2px 5px 0 0;
    float: left;
}
	.Siglen-Elevator dl dt{
		width: 100%;
	}
	.Siglen-Elevator dl dd {
    width: 100%;
    padding-top: 30px;
}
	.DatasBox ul li p{
		font-size: 12px;
		padding-left: 20px;
		margin-top: 15px;
		line-height: 22px;
	}
	.DatasBox ul li span {
    font-size: 32px;
    color: #fff;
    font-family: "QUEEN";
    padding: 30px 0 0 20px;
    display: block;
}
	.DatasBox ul li{
		width: 50%;
		height: auto;
		padding-bottom: 30px;
	}
	.DatasBox ul li.li04 {
    border-right: none;
}
	.prolist li .pic .pic_img {
    padding: 5px;
}
	.prolist li{
		width: 48%;
		margin: 0 2% 10px 0;
	}
	.prolist li:nth-child(2n){
	margin: 0px 0px 10px;
}
	.prolist li:nth-child(3n){
	margin: 0 2% 10px 0;
}
	.anzhankai{
		margin: 0;
	}
	.cpxilie02{
		padding: 10px 20px!important;
	}
	.cpxilie a {
    display: block;
    line-height: 2.5em;
	font-size:14px;
    color: #999;
}
	.prolistmain {
    padding: 30px 0;
}
	.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;
}
	.product-relevant .title{
		margin-bottom: 15px;
	}
	.flchanpin_list{
		margin:15px 0 0 0; 
	}
}
@media screen and (max-width:640px){
	.aboutMenu li{
	width: 30%;
		margin: 0 2px;
		height: 40px;
		line-height: 40px;
}
	.aboutMenu{
		margin-bottom: 20px;
	}
	.aboutMenu li a{
		font-size: 14px;
	}
	.neiye_kuang{
		padding: 30px 0;
	}
	.linkUsCon1 .mainCon h2{
		font-size: 20px;font-weight: 700;
		padding-bottom: 20px;
	}
	.ditu {
    margin: 20px 0 0 0;
}
	.zaixianly h2 {
    font-size: 20px;
		font-weight: 700;
    color: #004592;
    line-height: 40px;
    padding: 10px 0;
}
	.CompanyIntroduction-Box dl dd {
    width: 100%;
    position: relative;
}
	.CompanyIntroduction-Box dl dt {
    width: 100%;
    overflow: hidden;
}
	.CompanyIntroduction-Box dl dd h3 {
    font-size: 20px;
    color: #063a75;
    font-weight: 700;
    line-height: 50px;
}
	.CompanyIntroduction-Box dl dd .wen {
    padding-top: 20px;
}
	.CompanyIntroduction-Box dl dd i {
    top: 55px;
    width: 35px;
}
	.CompanyIntroduction-Box dl {
    margin-top: 25px;
    overflow: hidden;
}
	}
@media screen and (max-width:460px){
	.bannei{
		height: 150px;
		background-position: center center!important;
		background-size: 350% auto !important;
	}
	.pages{
		font-size: 12px;
	}
	.pages li{
		margin-right: 0px;
		margin-bottom: 3px;
	}
	.pages li span{
		padding: 3px 8px;
	}
	.zaixianly .Input{
		width: 100%;
		margin-left: 0;
	}
	.zaixianly textarea{
		width: 100%;
	}
	.zaixianly .yzmtj .sr {
    width: 65%;
}
	.Question .QuestionCon dl dd h3 i,.Question .QuestionCon dl dd span{
		display: none;
	}
	.Question .QuestionCon dl h3 {
    font-size: 14px;
    padding-top: 0px;
		display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
}

.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;
}






