﻿body {
	color: #000;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	width: 100%;
	overflow-x: hidden;
}
.inner-banner img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.padding-big {
	padding: 10px;
}
.margin-big {
	margin: 10px;
}
.padding {
	padding: 5px;
}
.margin {
	margin: 5px;
}
.padding-big-top {
	padding-top: 10px;
}
.padding-big-bottom {
	padding-bottom: 10px;
}
.padding-big-left {
	padding-left: 10px;
}
.padding-big-right {
	padding-right: 10px;
}
.margin-big-top {
	margin-top: 10px;
}
.margin-big-bottom {
	margin-bottom: 10px;
}
.margin-big-left {
	margin-left: 10px;
}
.margin-big-right {
	margin-right: 10px;
}
}
a:hover {
	color: #cc0000
}
.bg-main, .border-main .button.active, .pointer.border-main .active, .nav-pills.border-main .active a, .nav-main.border-main .nav-head, .pagination.border-main .active {
	background-color: #bb262a
}
.border-main, .border-main .button, .border-main .tab-nav li a, .border-main .tab-body, .button.bg-main, .selected.border-main, .pointer.border-main li, .nav.border-main .active a, .nav.nav-tabs.border-main, .nav-main.border-main a, .nav-main.border-main .nav-head, .pagination.border-main li, .pager.border-main a {
	border-color: #138df2
}
.text-main, a.text-main:link, a.text-main:visited, .button.border-main, blockquote.border-main strong, .pager.border-main a, .pager-prev.border-main, .pager-next.border-main, .nav a:hover, .nav-menu.nav-pills .active ul a:hover, .bg-inverse .nav-menu ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover, .bg-inverse .nav.nav-menu.nav-pills ul a:hover, .bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
	color: #bb262a;
}
.pagination.border-main li {
	margin: 0px 5px;
}
.button.bg-sub {
	border: solid 1px #0d70da;
}
.bg-nav {
	background: #138df2;
}
.bg-gray {
	background-color: #f5f5f5;
}
.bg-black2 {
	background-color: #138df2;
}
.bg-sub {
	background-color: #393939;
	color: #fff
}
.bg-footnav {
	background: #103e6f;
}
.nav .active a {
	font-weight: normal;
}
.bg-inverse .nav.nav-pills .active a, .bg-inverse .nav.nav-pills.nav-inline a:hover {
	background-color: #f90;
	color: #fff;
}

.logo_tit {
	float:left;
	height: 70px;
	line-height: 70px;	
	padding-left:5px;
}
.logo_con {
	height: 50px;
	line-height: 58px;		
	margin-top: 4px;
	padding-bottom:10px;
	border-left:1px #d4d4d4 solid;
}
.logo_con p {
	height:26px;
	margin-left:10px;
}
.logo_con_t {
	font-size:24px;
}
.logo_con_b {	
	font-size:28px;
	color:#E83F42;
	font-weight: bold;
}
@media screen and (max-width:320px){
	.logo_tit {display: none;}
	.head_p {display: none;}
}
@media screen and (max-width:480px){
	.logo_tit {display: none;}
	.head_p {display: none;}
}
@media screen and (max-width:768px){
	.logo_tit {display: none;}
	.head_p {display: none;}
}

/* 分页 */
.k_pagelist { height:34px; }
.k_pagelist em { display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;font-weight:bold;font-style:normal;}
.k_pagelist strong { display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;}
.k_pagelist a{ display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;}
.k_pagelist a:hover{ background:#f73232; color:#fff;}

.mbanner{position:relative;width:100%;height:auto;overflow:hidden;}
.mbanner .content{position:absolute;top:0px;width:100%;height:100%;text-align:center;background-repeat:no-repeat;background-attachment:fixed;}
.mbanner .contentInfo{position:absolute;top:50%;left:0px;width:100%;height:240px;margin-top:-120px;}
.mbanner .content .title1{width:100%;font-size:40px;line-height:44px;color:#fff;text-align:center;margin:2% 0 3% 0;}
.mbanner .content .title2{width:100%;font-size:55px;line-height:60px;margin:28px 0 36px 0;font-weight:100;color:#fff;text-align:center;}
.mbanner .content .title3{border:3px solid #fff;padding:6px 24px 8px 24px;font-size:30px;font-weight:bold;color:#fff;text-align:center;}
.mbanner .bannerBg{width:100%;height:auto;vertical-align:middle;}

@media (max-width: 639px) {
.container{width:93.75%;}

.mbanner .contentInfo{height:120px;margin-top:-60px;}
.mbanner .content{background-attachment:scroll; background-size:auto 100% !important;background-position:center !important;}
.mbanner .content .title1{font-size:28px;line-height:28px;}
.mbanner .content .title2{font-size:20px;line-height:22px;margin:3px 0 14px 0;}
.mbanner .content .title3{border:1px solid #fff;padding:2px 10px 3px 10px;font-size:14px;font-weight:100;}
.mbanner .bannerBg {height:200px;}
}
@media (min-width: 640px) and (max-width:799px ) {
.container{width:93.75%;}

.mbanner .contentInfo{height:200px;margin-top:-100px;}
.mbanner .content{background-attachment:scroll; background-size:auto 100% !important;background-position:center !important;}
.mbanner .content .title1{font-size:42px;line-height:38px;}
.mbanner .content .title2{font-size:32px;line-height:48px;margin:5px 0 20px 0;}
.mbanner .content .title3{border:2px solid #fff;padding:3px 12px 4px 12px;font-size:28px;font-weight:100;}
.mbanner .bannerBg {height:360px;}

}

@media (min-width: 1024px) and (max-width:1199px ) {
.container{width:900px;}

.main{padding:30px 0 40px 0;}
.mainTitle{line-height:60px;font-size:56px;}
.mainTitles{line-height:40px;font-size:30px;}

.mainSub{height:2px;width:37px;margin:10px auto 16px auto;}
.mainInfo{line-height:38px;font-size:16px;}
.mainInfo span{padding-bottom:10px;}
.mainBtn{ width: 180px;height: 40px;line-height: 40px;border: 2px solid #d6281a;font-size: 14px;}
.mainBtn span{padding:0 18px 0 24px;}
.mainBtn img{height:14px;}

.mbanner .contentInfo{height:170px;margin-top:-85px;}
.mbanner .content .title1{ font-size:30px;line-height:32px;}
.mbanner .content .title2{font-size:44px;line-height:44px;margin:15px 0 30px 0;}
.mbanner .content .title3{border:2px solid #fff;padding:4px 18px 6px 18px;font-size:22px;}

}

#pro_tj_lx { margin-bottom:2%; width: 100%; overflow: hidden; }
#pro_tj_lx_tel{ width:100%; overflow:hidden;}
#pro_tj_lx_tel p { background: url(dianhua.gif) no-repeat left center; font-size: 14px; padding:3% 1% 2% 10.5%;  text-align:left; float:left; width:auto; }
#pro_tj_lx_tel  span { color: #E3131E; font-weight: bold; margin-right: 8px; margin-top:1%; float:left; width:auto; font-size:28px;color: #E30F00; }
#pro_tj_lx a { padding:2% 6%; float:left;color: #fff; font-size: 16px; display: inline-block; text-align: center; font-weight: bold; margin-top: 5px; }
#pro_tj_lx a.line-zixun { background:#FF3A3B; }
#pro_tj_lx a.line-order { background:#16345A; margin-left: 15px;  }

.nav-menu li {
	padding: 10px 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.nav-menu .drop-menu li {
	padding: 0;
	margin: 5px 20px;
}
.nav-menu .drop-menu li a {
	display: block;
	line-height: 36px!important;
}
.two_level {
	background: #fff;
}
.two_level li a {
	color:#222!important;
	background: #fff!important;
}
.two_level li a:hover {
	color: #fff!important;
	background:#3C82F3!important;
}
@media only screen and (max-width: 1200px) {
.nav-menu li {
	padding: 10px 10px;
}
}
@media only screen and (max-width: 1000px) {
.nav-menu li {
	padding: 5px 0px;
}
.bg-nav .container {
	width: 100%;
}
.bg-inverse .nav-inline li a {
	padding: 5px 15px;
}
}
.table-responsive {
	overflow-x: hidden;
}
.nav-menu li .drop-menu li {
	margin-right: 0px;
	margin-left: 0px;
}
.text-main, a.text-main:link, a.text-main:visited, .button.border-main, blockquote.border-main strong, .pager.border-main a, .pager-prev.border-main, .pager-next.border-main, .nav a:hover, .nav-menu.nav-pills .active ul a:hover, .bg-inverse .nav-menu ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover, .bg-inverse .nav.nav-menu.nav-pills ul a:hover, .bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
	color: #333;
}
.nav-navicon .input-group .input {
	width: auto;
	float: right
}
.nav-menu li.active, .nav-menu li:hover {
	background-color: #f90;
}
.nav-pills .active a, .nav-pills a:hover {
	background-color: #f90;
	color: #fff
}
.nav-inline.nav-menu ul a:hover {
	background-color: #f90;
}
.nav-menu li:hover .drop-menu a {
	color: #222;
}
.nav-menu .drop-menu {
	background-color: #138df2;
	border-radius: 0px;
}
.nav-menu ul a, .nav-menu.nav-tabs ul a, .nav-menu.nav-pills .active ul a, .nav-menu.nav-big.nav-inline ul a, .bg-inverse .nav-menu.nav-inline ul a, .bg-inverse .nav-menu.nav-inline .active ul a, .bg-inverse .nav-menu.nav-inline.nav-big ul a, .bg-inverse .nav-menu.nav-inline.nav-big .active ul a, .navbar-body .nav ul a {
	background: #138df2;
	color: #fff;
}
.button.bg-main {
	background-color: #552618;
	border-color: #552618
}
.button.border-main {
	border-color: #e80303;
	color: #e80303
}
.pointer.border-main li {
	border-color: #552618
}
.pointer.border-main li.active {
	background-color: #552618
}
.border-main {
	border-color: #e80303
}
.w100 {
	width: 150px;
}
.icon-navicon {
	position: absolute;
	right: 10px;
	top: 30px;
}
.nav-navicon .input-group .input {
	width: auto;
	float: right
}
.nav a {
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.nav-menu li:hover drop-menu a {
	background-color: #ddd;
	color: #222
}
.wrap-top {
	padding: 3px 0px;
	background-color: #eee;
	color: #666
}
.wrap-top a {
	color: #555
}
.wrap-header {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}
.button.bg-main {
	background-color: #000;
	border-color: #111
}
.button.border-main {
	border-color: #138df2;
	color: #138df2
}
.pointer.border-main li {
	border-color: #0d70da
}
.pointer.border-main li.active {
	background-color: #0d70da
}
.border-main {
	border-color: #138df2
}
.border-sub, .button.border-sub {
	border-color: #0d70da;
	color: #0d70da
}
.about-box .border-sub {
	border-color: #fff;
	color: #fff
}
.button.border-sub:hover {
	border-color: #0d70da;
	background-color: #0d70da;
	color: #fff;
}
h1.s1 {
	font-size: 24px;
	color: #333;
}
h2.s1 {
	font-size: 16px;
	color: #555;
	text-transform: uppercase
}
.flico {
	font-size: 66px;
	display: block;
	color: #138df2;
	text-align: center
}
.remen {
	padding-left: 10px;
	line-height: 34px;
}
.ss {
	border: solid 1px #0d70da
}
.ss-btn {
	border-radius: 0px
}
.tel {
	height: 63px;
	padding-left: 80px;
	background: url("tel.jpg") left center no-repeat;
	line-height: 25px;
	color: #333;
}
.tel p {
	color: #ff9900;
	font-size: 26px;
	line-height: 35px;
	font-weight: 800;
}
.fengge {
	font-size: 14px;
	color: #555;
	float: right
}
.about-bg {
}
.about-box {
	padding: 30px;
	color: #333;
	margin: 20px 0px;
}
.about-box h2 {
	font-size: 18px;
	color: #0d70da;
}
@media only screen and (max-width: 768px) {
.about-box h2 {
	font-size: 14px;
}
}
.about-box a {
	color: #0d70da;
}
.service {
	background-color: #f5f5f5;
}
.service .serico {
	font-size: 40px;
	color: #fff;
	padding-right: 10px;
}
.service h2 {
	font-size: 18px;
	color: #cc0000;
	padding-top: 20px;
}
.service p {
	font-size: 14px;
	color: #333;
}
.youshi {
	background: #ddd;
}
.youshi .ysico {
	font-size: 100px;
	display: block;
	color: #333;
	text-align: right
}
.youshi h2 {
	font-size: 24px;
	color: #0d70da;
	display: block;
	font-weight: 600;
}
.youshi p {
	font-size: 14px;
	color: #fff;
}
.youshi2 {
	background: #22b7fc url("ysbg.jpg") right center no-repeat;
}
.youshi2 h1 {
	font-size: 24px;
	color: #fff;
}
.youshi2 .ysitem {
	margin: 10px;
	background-color: #fff;
	padding: 20px;
}
.youshi2 .ysitem2 {
	margin: 10px;
	background-color: #138df2;
	padding: 20px;
}
.youshi2 h2 {
	font-size: 18px;
	color: #0d70da;
	display: block;
	padding: 0px;
	margin: 0px;
}
.youshi2 .ysitem p {
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
}
.youshi2 .ysitem2 h2 {
	color: #fff
}
.youshi2 .ysitem2 p {
	font-size: 14px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
.bb {
	border-bottom: solid 1px #0d70da;
	font-size: 24px;
	color: #cc0000;
}
.bb2 {
	border-bottom: solid 0px #ddd;
	color: #fff;
}
.prolist h3 {
	padding: 8px 0px;
	text-align: center;
}
.typelist {
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 20px;
}
.typelist a {
	border: solid 1px #0d70da;
	color: #0d70da;
	padding: 10px 20px;
}
.typelist a span {
	color: #0d70da;
	padding-right: 5px;
}
.typelist div {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pro {
	background: url("probg.jpg") center center repeat-y;
}
.proitem {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 0px;
}
.proitem img {
	width: 100%;
	transition: all 0.3s;
}
.proitem img:hover {
	transform: scale(1.02);
}
.layout .container .x12 .prolist .proitem img { height: 230px; }
@media screen and (max-width: 400px) {
    .layout .container .x12 .prolist .proitem img {
        height:240px;
    }
}
.layout .container .x12 .xl6 .proitem img { height: 210px;}
@media screen and (max-width: 400px) {
    .layout .container .x12 .xl6 .proitem img {
        height:100%;
    }
}
.proitem .protext {
	text-align: center;
	background-color: #eee;
	padding: 5px 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro h1.s1, .pro h2.s1 {
	color: #fff;
}
.index-proclass {
	margin-top: 10px;
}
.index-proclass p {
	line-height: 40px;
	background-color: #f90;
	color: #fff;
	font-size: 16px;
	padding: 10px 10px;
	text-align: center
}
.index-proclass ul {
	margin: 0px;
	padding: 0px;
	border: solid 1px #ddd;
	border-bottom: 0px;
}
.index-proclass li {
	line-height: 47px;
	border-bottom: solid 1px #ddd;
	background-color: #fff;
	list-style: none;
	margin: 0px;
	text-align: center
}
.index-proclass li:hover, .index-proclass li.on {
	background-color: #0d70da;
}
.index-proclass li a {
	color: #333;
}
.index-proclass li:hover a, .index-proclass li.on a {
	color: #fff;
}
.case {
	background: #f5f5f5;
}
.caselist h3 {
	padding: 8px 0px 20px 0px;
	text-align: center;
}
.casebox {
	padding: 10px;
	overflow: hidden;
}
.caseitem {
	box-shadow: 0 22px 40px rgba(0,0,0,.16);
}
.caseitem img {
	padding: 10px;
	width: 100%;
	transition: all 0.3s;
}
.caseitem img:hover {
	transform: scale(1.02);
}
/*新闻一*/
.newsitem .news-date {
	text-align: center;
	display: inline-block;
	float: left;
	width: 5rem;
	height: 5rem;
	background: #f2f2f2;
}
.newsitem li {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.newsitem .news-date1 {
	text-align: center;
	color: #666666;
	font-size: 1.5625rem;
	margin-top: 0.6rem;
}
.newsitem .news-date2 {
	text-align: center;
	color: #999999;
	font-size: 0.8rem;
}
.newsitem .news-bodys {
	padding: 0 0.875rem;
	overflow: hidden;
	zoom: 1;
}
.newsitem .news-bodys h3 {
	word-wrap: break-word;
	overflow: hidden;
}
.newsitem .news-bodys p {
	word-wrap: break-word;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #4a4949;
	margin-top: 10px;
}
/*新闻2*/
.news-span1 {
	width: 16.66666667%;
}
.news-span2 {
	width: 83.33333333%;
}
.news-item2 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 4px 0;
}
.news-item2 .news-time {
	padding: 6px 0;
	border-right: 1px solid #eee;
	text-align: center;
	color: #666666;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.news-action {
	padding: 0px 12px 0px 40px;
	box-sizing: border-box;
}
.news-item2 .news-time .news-time-date {
	font-size: 22px;
}
.news-item2 .news-title {
	position: relative;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	padding-bottom: 0px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-item2 .news-desc {
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.news-item2 .news-tit {
	position: relative;
	z-index: 10;
}
.news-item2:after {
	content: "";
	background-color: #0d70da;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 0;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.news-item2:hover:after {
	width: 100%;
}
.news-item2:hover .news-title, .news-item2:hover .news-desc, .news-item2:hover .news-time {
	color: #ffffff;
}
@media only screen and (max-width: 768px) {
.news-span1 {
	width: 31.4%;
}
.news-span2 {
	width: 68.6%;
}
.news-action {
	padding: 0px 12px 0px 20px;
	box-sizing: border-box;
}
.news-item2 .news-time .news-time-date {
	font-size: 18px;
}
.news-item2 .news-title {
	padding-bottom: 6px;
}
.news-item2 .news-title {
	font-size: 16px;
}
}
.jobsitem {
}
.jobsitem ul {
	padding: 0px;
}
.jobsitem li {
	border: solid 1px #ddd;
	background-color: #f9f9f9;
	margin-bottom: 10px;
}
.jobsitem li h3 {
	padding: 10px 15px;
}
.jobsitem li .jobs-info {
	padding: 10px 10px;
}
.jobs-info div {
	border-bottom: dashed 1px #ddd;
	padding: 5px;
}
.jobsitem li .jobs-bodys {
	padding: 10px 15px;
}
.nav.nav-sitemap a {
	color: #fff
}
.nav-sitemap ul a {
	padding-left: 0px;
	color: #fff
}
.foot-weixin {
	width: 140px;
}
.qq {
	width: 20px;
	height: 20px;
	background: url("qq.png");
	display: inline-block;
	margin: -2px 2px 0px;
}
.product-about li {
	line-height: 3rem;
	border-bottom: dashed 1px #aaa;
}
.news-line {
	text-align: center;
	border: dashed 1px #aaa;
	margin-bottom: 40px;
}
.news-body {
	margin: 20px auto;
}
.order-tip {
	color: #fff;
	padding-left: 25px;
}
.order-tip .con {
	border: dashed 1px #aaa;
	line-height: 2.5rem
}
.bread {
	margin: 8px 0px;
	font-size: 13px;
	color: #555
}
.bglx {
	background: url("lxbg.jpg") top center no-repeat;
}
.lxico {
	font-size: 80px;
	display: block;
	color: #0d70da;
	text-align: center
}
.nav_p { margin:0;line-height: 26px; }
.top_logo { float: left;background: url(logo.jpg) no-repeat;width: 235px; height: 65px;display: block;text-indent: -999px; }
.ind_about { font-size: 18px;color:#0d70da; }
.copyright a { color:#fff; }
.copyright a:hover { text-decoration:underline;color:#fff; }
.bg-footnav span { font-size: 18px;margin-bottom: 10px; }
.footer_js p { margin-top: 10px; }
.footer_contact ul { padding:0; }
.footer_contact li { float:left;width:50%;margin-top:7px;list-style: none; }
.footer_wx p { margin-left: 28px; }
.xb10 { padding:10px; }
.new_img { text-align:center;margin:2% 0;}
