body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
span figcaption {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	font-family: arial,"微软雅黑";
}

a:hover,
a:link,
a:visited,
a:hover {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.clear_float:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
}

ol,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}


q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.p12 {
	font-size: 12px;
}

.p14 {
	font-size: 14px;
}

.p16 {
	font-size: 16px;
}

.p18 {
	font-size: 18px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.pin li {
	display: inline-block;
}

.cont {
	width: 80%;
	margin: 0 auto;
}


/*页眉*/
.header{
	    background-color: rgba(0, 0, 0, 0.8);
}
.header p {
	line-height: 30px;
	color:#fff;
}

.glyphicon-earphone {
	font-size: 20px;
	color: #f13a3a;
}


/*导航*/
.nav_top {
	margin-bottom: 0px !important;
}

@media (min-width: 1200px){
.container {
    width: 1230px;
}}



@media (max-width: 767px) {
	.nav_li li {
	padding:0px;
}
.nav_li a {
	text-align: center;
}
}



/*关于我们*/



@media (max-width: 360px) {
	.title_img {
	display: none;
}
}




.keji .text{ display: block; width: 100%; padding: 100px 0;}
.keji .text .list{ display:inline-block; width: 24%; text-align: center; box-sizing: border-box; padding: 0; margin: 0;  }
.keji .text .list p.big{font-size: 32px;color: #ffffff;}
.keji .text .list p.big sub{font-size: 14px;color: #ffffff;}
.keji .text .list p.small{font-size: 14px;color: #ffffff;}




@media (max-width: 630px) {
	.service_img1{
	width: 100%;
	display: block;
}
.service_top{
	display: none;
}
}
.service_top {
	position: relative;
}

.service_top img {
	width: 100%;
}

.service_top h4 {
	color: #F13A3A;
}

.service_top p {
	color: #666;
}

.service_top1 {
	text-align: left;
	position: absolute;
	top: 0%;
	left: 19%;
	width: 18%;
}

.service_top2 {
	text-align: left;
	position: absolute;
	top: 20%;
	left: 78%;
	width: 18%;
}

.service_top3 {
	text-align: left;
	position: absolute;
	left: -7%;
	top: 24%;
	width: 20%;
	margin-left: 2%;
}
@media (max-width: 768px) {
	.service_top3 {
    width: 16%;
    margin-left: 8%;
}

.service_top6 {
    width: 15% !important;
    margin-right: 2% !important;
}
}
.service_top4 {
	text-align: left;
	position: absolute;
	left: 4%;
	top: 66%;
	width: 20%;
}

.service_top5 {
	text-align: left;
	position: absolute;
	top: 73%;
	right: 36%;
	width: 18%;
}

.service_top6 {
	text-align: left;
	position: absolute;
	top: 48%;
	left: 85%;
	width: 17%;
	margin-right: 2%;
}


/*萌宠案例*/


/*医疗*/

.doctor_top {
	margin: auto;
	text-align: center;
	background-image: url(../images/d2.jpg);
	background-position: center;
	background-size: 100% 100%;
	padding: 8% 0;
}

.doctor_top p {
	color: #fff;
	line-height: 30px;
}

.doctor_top h3 {
	padding-bottom: 10px;
	font-size: 30px;
	color: #fff;
}


/*新闻资讯*/

.news_slide_box {
	margin-top: 22px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news_slide_box .bd {
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 75.3%;
}

.news_slide_box .bd a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4rem;
	padding: 0 1.5rem;
	line-height: 4rem;
	font-size: 1.6rem;
	color: #FFFFFF;
	background: rgba(216, 8, 8, 0.35);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_slide_box .prev,
.news_slide_box .next {
	position: absolute;
	top: 50%;
	width: 3rem;
	height: 10rem;
	margin-top: -5rem;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: rgba(84, 84, 84, 0.4);
	background-position: center center;
}

.news_slide_box .prev {
	left: 0;
	background-image: url(../images/slide_arrl.png);
}

.news_slide_box .next {
	right: 0;
	background-image: url(../images/slide_arrr.png);
}

.news_list {
	margin-bottom: 60px;
}

.news_list li {
	margin-top: 22px;
	overflow: hidden;
}

.news_list li .news_pic {
	padding-left: 0;
}

.news_list li .news_pic a {
	display: block;
	position: relative;
	padding-bottom: 65.82%;
}

.news_list li .news_pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.news_list li .news_tit {
	display: block;
	font-size: 16px;
	color: #323232;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list li .news_tit:hover {
	color: #F13A3A;
	text-decoration: none;
}

.news_list li .news_time {
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}

.news_list li .news_desc {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #646464;
	margin-top: 10px;
	overflow: hidden;
}

.news_list_2 li {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DDDDDD;
}

@media (max-width:767px) {
	.news_list li .news_tit {
		margin-top: 10px;
	}
	.news_list li>div {
		padding: 0;
	}
}


/*团队*/

.team {
	background-color: #fff;
	padding: 50px 0;
}

.team-list .item {
	position: relative;
	margin: 0 .5rem;
	overflow: hidden;
}

.team-list .item img {
	width: 100%;
	height: auto;
	display: block;
}

.team-box {
	padding-bottom: 3rem;
}

.team-list .item .name-t {
	background: #fff;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	box-shadow: 0 2px 6px #000;
}

.team-abs {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 3rem;
	right: 0;
	background: rgba(0, 0, 0, 0);
	transition: all .4s;
}

.team-abs h3 {
	padding-top: 40%;
	color: hsla(0, 0%, 100%, 0);
	font-size: 3rem;
	font-weight: 400;
	transition: all .4s;
}

.team-abs p {
	color: hsla(0, 0%, 100%, 0);
	transition: all .4s;
	font-size: 2rem;
}

.team-list .item a:hover .team-abs {
	background: rgba(0, 0, 0, .8);
}

.team-list .item a:hover .team-abs h3 {
	color: hsla(0, 0%, 100%, 1);
	font-size: 1.5rem;
}

.team-list .item a:hover .team-abs p {
	color: hsla(0, 0%, 100%, 1);
	font-size: 1rem;
}

#owl-demo2 .owl-controls {
	margin-top: 1.5rem !important;
}

#owl-demo3 .owl-controls {
	margin-top: .5rem !important;
}


/*联系我们*/

.footer {
	background:#00548e;
	padding: 80px 0;
	color: #8b939d;
	font-size: 0.875rem;
	text-align: center;
	
}

.masonry-item{ text-align: left;}
.met-footnav {
	padding: 70px 0px;

}
@media (max-width:991px) {
.met-footnav {
	padding: 30px 0;
}
.met-footnav .list {
	margin-bottom: 20px;
}
}
@media (max-width:767px) {
.met-footnav {
	padding: 20px 0;
}
.met-footnav .list {
	margin-bottom: 15px;
}
}
.met-footnav h4 {
	font-size: 18px;
	margin-top: 0px;
	text-shadow: none;
}
.met-footnav h4 a {
	
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 200%;
}
.met-footnav h4 a:hover {
	color: #fff;
}
.met-footnav h4 a:active, .met-footnav h4 a:focus, .met-footnav h4 a:hover {
	text-decoration: none;
}
.met-footnav ul {
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.met-footnav ul li {
	margin: 0px 0 0 0;
}
.met-footnav ul li a {
	
    color: rgb(157, 162, 180);
    font-size: 14px;
    line-height: 200%;
}
.met-footnav ul li a:active, .met-footnav ul li a:focus, .met-footnav ul li a:hover {
	text-decoration: none;
}
.met-footnav ul li a:hover {
	color: #fff;
}
.met-footnav .info b {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	color: #ddd;
}
.met-footnav .info em {
	display: block;
	font-size: 28px;
	font-style: normal;
}
.met-footnav .info em a {
	color: #eee;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.met-footnav .info em a:hover {
	color: #fff;
}
.met-footnav .info p {
	color: #aaa;
	border-top: 1px solid #333;
	padding: 10px 0;
}
.met-footnav .info i {
	font-size: 16px;
	color: #999;
	width: 35px;
	height: 35px;
	border: 1px solid #555;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	border-radius: 3px;
	transition: .3s;
}
.met-footnav .info i:hover {
	color: #fff;
	border-color: #fff;
}
.met-footnav .info span {
	display: block;
}
.met-footnav .info span:after {
	display: block;
	content: '';
	clear: both;
}
.met-footnav .info span a {
	float: left;
	margin-right: 12px;
}
.met-footnav .info a {
}
.met-footnav .info a:hover, .met-footnav .info a:focus {
	text-decoration: none;
}
@media (min-width:992px) {
.info-phone {
	max-width: 260px;
	
}
.met-footnav .info {
	text-align: left;
}
}
@media (max-width:991px) {
.met-footnav .list, .met-footnav .info {
	text-align: left;
}
.info-phone, .met-footnav .info span {
	display: inline-block;
}
}




.b-nav {
	padding: 1rem 0;
	text-align: center;
	border-top: 1px #313a43 solid;
}

.b-nav a {
	display: inline-block;
	padding: 0 2rem;
	color: #8b939d;
	font-size: 16px;
}

.b-nav a:hover {
	color: #F13A3A;
	text-decoration: none;
}

.jshu {
	line-height: 30px;
	padding-top: 50px;
}

.jshu a {
	color: #fff;
}

.jshu a:hover {
	color: #F13A3A;
	text-decoration: none;
}


/*关于我们单页*/
.about1{
	padding-bottom: 5%;
}
.ab_img img {
	width: 100%;
}

.title1 {
	margin: auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
}

.title1_top {
	display: inline-block;
}

.title1_top span {
	color: #F13A3A;
}

.about_ys_con {
	max-width: 1160px;
	width: 98%;
	margin: auto;
}

.about_ys_con .ys_1 {
	
	min-height: 550px;
	width: 100%;
}

.about_ys_con .ys_1 .left_a2 {
	width: 55%;
	float: left;

	color: #333;
	padding-top: 5%;
}

.about_ys_con .ys_1 .left_a2 i {
	font-size: 30px;
}

.about_ys_con .ys_1 .left_a2 i b {
	font-size: 35px;
	color: #803b04;
}

.about_ys_con .ys_1 .left_a2 i span {
	font-size: 24px;
}

.about_ys_con .ys_1 .left_a2 .yin_b {
	
    color: rgb(34, 34, 34);
    line-height: 140%;
	font-size: 32px;
    font-weight: bold;
}
.about_ys_con .ys_1 .left_a2 p{font-size: 16px; line-height: 28px; color: #444;}

.about_ys_con .ys_1 .right_a2 {
	width: 40%;
	float: right;
	position: relative;
	padding-top: 100px;
}

.about_ys_con .ys_1 .right_a2 i {
	display: block;
	padding-bottom: 85%;
}

.about_ys_con .ys_2 {
	background: url("../images/about2_bg2.png") no-repeat;
	min-height: 561px;
	width: 100%;
}

.about_ys_con .ys_2 .left_a2 {
	width: 44%;
	float: right;
	margin-right: 6%;
	color: #333;
	padding-top: 5%;
	height: 480px;
	overflow: hidden;
}

.about_ys_con .ys_2 .left_a2 i {
	font-size: 30px;
}

.about_ys_con .ys_2 .left_a2 i b {
	font-size: 35px;
	color: #000;
}

.about_ys_con .ys_2 .left_a2 i span {
	font-size: 24px;
}

.about_ys_con .ys_2 .left_a2 .yin_b {
	font-size: 48px;
	font-family: HelveticaNeue-ThinExt;
	color: #F13A3A;
}

.about_ys_con .ys_2 .left_a2 p {
	color: #000;
	font-size: 14px;
	line-height: 36px;
}

.about_ys_con .ys_2 .right_a2 {
	width: 48%;
	float: left;
	position: relative;
}

.about_ys_con .ys_2 .right_a2 i {
	display: block;
	padding-bottom: 85%;
}

@media (max-width: 1200px) {
	.about_ys_con .ys_2,
	.about_ys_con .ys_1 {
		background: none;
	}
}

@media (max-width: 640px) {
	.about_ys_con .ys_1 .right_a2,
	.about_ys_con .ys_2 .right_a2,
	.about_ys_con .ys_1 .left_a2,
	.about_ys_con .ys_2 .left_a2 {
		width: 100%;
		float: none;
		padding: 0px;
		margin-left: 0px;
	}
	.about_ys_con .ys_1 .left_a2,
	.about_ys_con .ys_2 .left_a2 {
		height: auto;
	}
	.about_ys_con .ys_1 .left_a2 i,
	.about_ys_con .ys_2 .left_a2 i {
		font-size: 25px;
	}
	.about_ys_con .ys_1 .left_a2 i b,
	.about_ys_con .ys_2 .left_a2 i b {
		font-size: 30px;
	}
	.about_ys_con .ys_1 .left_a2 i span,
	.about_ys_con .ys_2 .left_a2 i span {
		font-size: 20px;
	}
	.about_ys_con .ys_1 .left_a2 .yin_b,
	.about_ys_con .ys_2 .left_a2 .yin_b {
		font-size: 32px;
	}
	.about_ys_con .ys_1 .left_a2 p,
	.about_ys_con .ys_2 .left_a2 p {
		line-height: 25px;
		height: auto;
	}
}


/*医疗*/

.doctor1_top {
	margin: auto;
	text-align: center;
	background: url(../../images/heng.jpg) no-repeat center center fixed;

	background-size: 100% 100%;
	padding: 5% 0;
}

.doctor1_top p {
	color: #fff;
	line-height: 30px;
}

.doctor1_top h3 {
	padding-bottom: 10px;
	font-size: 30px;
	color: #fff;
}

.right_a2 img {
	width: 100%;
}


/*新闻资讯*/

.zi_bread {
	width: 100%;
	padding: 30px 0px;
}

.zi_bread .bread_con {
	max-width: 1200px;
	width: 98%;
	margin: auto;
	text-align: center;
}

.zi_bread .bread_con h3 {
	color: #3c3208;
	font-size: 28px;
	font-weight: 500;
	margin: 0px;
}

.zi_bread .bread_con .curre {
	color: #564811;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: right;
}

.zi_bread .bread_con .curre a {
	color: #564811;
}

@media (max-width: 640px) {
	.zi_bread {
		padding: 8px 0px;
	}
	.zi_bread .bread_con h3 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.zi_bread .bread_con .curre {
		line-height: 20px;
		height: 20px;
	}
	.zi_bread .bread_con .curre {
    text-align: center;

}
}

.cur_top,
.cur_top2 {
	max-width: 1200px;
	width: 98%;
	margin: 45px auto;
	text-align: center;
	position: relative;
	z-index: 999;
}

.cur_top a,
.cur_top2 a {
	color: #404040;
	font-size: 18px;
	padding: 10px 40px;
	display: inline-block;
	background: #ddd;
	margin: 0px 1%;
	border-radius: 5px;
	margin-bottom: 10px;
}

.cur_top a:hover,
.cur_top2 a:hover {
	background: #F13A3A;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.cur_top a,
	.cur_top2 a {
		padding: 8px 30px;
	}
}

.cur_top .active,
.cur_top2 .active {

	color: #000;
}

@media (max-width: 480px) {
	.cur_top,
	.cur_top2 {
		margin: 30px auto;
	}
	.cur_top a,
	.cur_top2 a {
		padding: 8px 20px;
		font-size: 16px;
	}
}

@media (max-width: 320px) {
	.cur_top,
	.cur_top2 {
		margin: 20px auto;
	}
	.cur_top a,
	.cur_top2 a {
		padding: 6px 16px;
		font-size: 14px;
	}
}

.cur_top2 .active {
	position: relative;
}

.cur_top2 .active:after {
	bottom: -17px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
}

@media (max-width: 480px) {
	.cur_top2 .active:after {
		bottom: -16px;
	}
}

.cur_top2 .top_erji {
	margin-top: 20px;
	border-bottom: 1px solid #bababa;
	padding-bottom: 20px;
}

.cur_top2 .top_erji a {
	background: none;
	border-right: 1px solid #e0e0e0;
	border-radius: 0px;
	padding: 0px 30px;
	margin: 0px 0px 10px;
	color: #333;
}

.cur_top2 .top_erji a:hover {
	color: #4fc7ca;
}

.cur_top2 .top_erji a:last-child {
	border: none;
}

@media (max-width: 480px) {
	.cur_top2 .top_erji a {
		padding: 0px 15px;
	}
}


@media (max-width: 1200px) {
	.new_con .container .new_ul {
		margin-right: 0px;
	}
	.new_con .container .new_ul li {
		width: 23%;
		margin: 0px 1% 68px;
	}
	.new_con .container .new_ul li .img_zi .title {
		width: 100%;
		height: 18px;
		overflow: hidden;
	}
	.new_con .container .new_ul li .img_zi p {
		height: 72px;
		overflow: hidden;
	}
}

@media (max-width: 992px) {
	.new_con .container .new_ul {
		margin-right: 0px;
	}
	.new_con .container .new_ul li {
		width: 23%;
		margin: 0px 1% 68px;
	}
	.new_con .container .new_ul li .img_zi .title {
		width: 100%;
		height: 36px;
		overflow: hidden;
	}
	.new_con .container .new_ul li .img_zi p {
		height: 96px;
		overflow: hidden;
	}
}

@media (max-width: 768px) {
	.new_con .container .new_ul {
		margin-right: 0px;
	}
	.new_con .container .new_ul li {
		width: 31.33%;
		margin: 0px 1% 48px;
	}
	.new_con .container .new_ul li .img_zi .title {
		width: 100%;
		height: 36px;
		overflow: hidden;
	}
	.new_con .container .new_ul li .img_zi p {
		height: 96px;
		overflow: hidden;
	}
}

@media (max-width: 640px) {
	.new_con .container .new_ul {
		margin-right: 0px;
	}
	.new_con .container .new_ul li {
		width: 48%;
		margin: 0px 1% 48px;
	}
	.new_con .container .new_ul li .img_zi .title {
		width: 100%;
		height: auto;
	}
	.new_con .container .new_ul li .img_zi p {
		height: 72px;
		overflow: hidden;
	}
}

@media (max-width: 480px) {
	.new_con .container .new_ul {
		margin-right: 0px;
	}
	.new_con .container .new_ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	.new_con .container .new_ul li .img_zi .title {
		width: 100%;
	}
	.new_con .container .new_ul li .img_zi p {
		height: auto;
	}
}


/*分页*/

.page {
	margin: 0px 0px 40px 0px;
	text-align: center;
}

.page .active {
	color: #fff;
	background: #ddd;
}

.page a {
	color: #fff;
	margin: 0px 3px;
	width: 34px;
	height: 34px;
	text-align: center;
	display: inline-block;
	line-height: 34px;
	font-size: 14px;
	background: #ddd;
	font-family: arial;
	border-radius: 30px;
}

.page a:hover {
	color: #fff;
	background: #F13A3A;
	text-decoration: none;
}

@media (max-width: 420px) {
	.page a {
		padding: 1px 5px;
	}
}

.page .ye {
	color: #ffffff;
	background: #ddd;
	font-family: 微软雅黑;
	width: auto;
	height: auto;
	padding: 1px 15px;
	font-size: 15px;
	border-radius: 15px;
}

.page .ye:hover {
	color: #fff;
	background: #F13A3A;
	text-decoration: none;
}

@media (max-width: 480px) {
	.page a {
		height: 28px;
		width: 28px;
		line-height: 28px;
		font-size: 14px;
		padding: 1px;
		margin: 0px 2px 10px;
	}
	.page .ye {
		padding: 1px 10px;
		font-size: 14px;
	}
}

.di_new_com {
	border-top: 1px solid #e1e1e1;
	width: 100%;
	padding-bottom: 20px;
}

.di_new_com .com_all_4 {
	width: 98%;
	max-width: 1200px;
	margin: auto;
}

.di_new_com .com_all_4 li {
	float: left;
	width: 49%;
	padding: 50px 0px;
	margin-right: 2%;
}

.di_new_com .com_all_4 li:last-child {
	margin-right: 0px;
}

.di_new_com .com_all_4 .pic {
	width: 40%;
	float: right;
	position: relative;
	overflow: hidden;
}

.di_new_com .com_all_4 .pic img {
	max-width: 100%;
	height: 100%;
	transition: 0.3s;
}

.di_new_com .com_all_4 .pic img:hover {
	transform: scale(1.1);
}

.di_new_com .com_all_4 .pic i {
	display: block;
	padding-bottom: 61.85185185185185%;
}

.di_new_com .com_all_4 .news_right {
	width: 54%;
	float: left;
	text-align: left;
}

.di_new_com .com_all_4 .news_right a {
	text-decoration: none;
}

.di_new_com .com_all_4 .news_right a:hover {
	font-weight: 700;
}

.di_new_com .com_all_4 .news_right .title_1 {
	color: #333333;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	margin: 0px;
}

.di_new_com .com_all_4 .news_right .title_1 a {
	color: #333333;
}

.di_new_com .com_all_4 .news_right .title_2 {
	color: #666;
	font-size: 12px;
	margin-bottom: 0px;
	height: 32px;
	overflow: hidden;
}

@media (max-width: 480px) {}

.di_new_com .com_all_4 .news_right .new_xian {
	color: #cfcfcf;
}

.di_new_com .com_all_4 .news_right .un_div {
	padding-top: 20px;
}

@media (max-width: 640px) {
	.di_new_com .com_all_4 .news_right .un_div {
		font-size: 12px;
		padding-top: 10px;
	}
}

.di_new_com .com_all_4 .news_right .un_div .update {
	color: #999;
	font-size: 12px;
	font-family: arial;
}

.di_new_com .com_all_4 .news_right .un_div .more {
	color: #333333;
	font-size: 12px;
}

@media (max-width: 640px) {
	.di_new_com .com_all_4 li {
		width: 100%;
		margin-right: 0px;
		float: none;
		padding: 30px 0px;
	}
	.di_new_com .com_all_4 li:last-child {
		padding-top: 0px;
	}
}


/*专家案例*/

.case_p {
	margin: auto;
	text-align: center;
	line-height: 30px;
}

.case_p p {
	color: rgb(158, 158, 158);
}

.case1_top {
	padding-top: 10%;
}

.case1_top div {
	margin: auto;
	text-align: center;
}

.case1_top li {
	/*background-image: url(../images/kun.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	display: inline-block;
	text-align: center;
	margin: auto;
	padding: 55px 40px;
	margin: 10px;
	border-radius: 50%;
    border: 1px solid #ccc;
}

.case1_top li a {
	display: block;
	font-size: 24px;
	color: #F13A3A;
}

.case1_top li span {
	font-size: 16px;
	color: #333;
	padding-bottom: 10%;
}

.case1_top li span:after {
	display: block;
	content: '';
	border-bottom: 2px solid #F13A3A;
	width: 50px;
	text-align: center;
	margin: auto;
	padding-top: 30%;
}

.anli {
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #f9f9f9;
}
.anli img{
	width: 100%;
}

.jc h4 {
	font-size: 26px;
	padding-top: 60px;
}

.jc p {
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 30px;
}

.jc span {
	display: block;
	color: #F13A3A;
}

.pp {
	padding-top: 50px;
}

.al {
	background-image: url(../images/an3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	    margin-top: 50px;
}

.al h3 {
	color: #fff;
	font-size: 24px;
	margin: auto;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
}

.al span {
	display: block;
	color: #fff;
	padding-top: 30px;
	font-size: 18px;
}
/*联系我们*/
.huanyanshow_con .form_3 {
	margin-top: 40px;
	color: #8b8b8b;
	font-size: 14px;
	    padding-bottom: 60px;
}

.huanyanshow_con .form_3 ul {
	margin-right: -2%;
}

.huanyanshow_con .form_3 ul li {
	width: 48%;
	float: left;
	border: 1px solid #d3d3d2;
	padding: 10px 0px 10px 15px;
	margin-bottom: 20px;
	margin-right: 2%;
	box-sizing: border-box;
}

.huanyanshow_con .form_3 ul li span {
	display: inline-block;
	margin-right: 5px;
}

.huanyanshow_con .form_3 ul li span i {
	font-style: normal;
	color: #ff0000;
	display: inline-block;
	margin-left: 2px;
}

.huanyanshow_con .form_3 ul li input {
	width: 80%;
	border: none;
	outline: none;
	background: none;
}
.top {
		cursor: pointer;
		display: inline-block;
		background:rgb(34, 102, 237);
		border-radius: 5px;
		width: 45px;
		height: 45px;
		position: fixed;
		right: 10px;
		bottom: 90px;
		display: none;				
			}
.jiantou{
	color: #fff;
	font-size: 30px;
	padding: 8px;
}
@media (max-width: 768px) {
	.huanyanshow_con .form_3 ul li input {
		width: 70%;
	}
}



.huanyanshow_con .form_3 .text_a {
	border: 1px solid #d3d3d2;
	padding: 10px 0px 0px 15px;
	width: 100%;
}
@media (max-width: 480px) {
	.huanyanshow_con .form_3 ul li {
		width: 100%;
	}
	.huanyanshow_con .form_3 .text_a {
	
	width: 102%;
}
}
.huanyanshow_con .form_3 .text_a span {
	display: inline-block;
}

.huanyanshow_con .form_3 .text_a span i {
	font-style: normal;
	color: #ff0000;
	display: inline-block;
	margin-left: 2px;
}

.huanyanshow_con .form_3 .text_a textarea {
	width: 100%;
	min-height: 120px;
	background: none;
	border: none;
	outline: none;
}

.huanyanshow_con .form_3 .sum_b {
	    width: 35%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #00548e ;
    display: block;
    margin-top: 30px;
    border-radius: 20px;
}

.huanyanshow_con .form_3 .sum_b:hover {
	background: #F13A3A;
	color: #fff;
	text-decoration: none;
}

.huanyanshow_con .hunyan {
	background: #fff;
	margin: 40px auto 60px;
	padding-bottom: 0px;
}
.icoo{
	padding-top: 6%;
}
.icoo span{
	padding-right: 8%;
	
}
.icoo p{
	line-height: 60px;
	padding-left:5% ;	
}
.glyphicon-envelope{
	font-size: 26px;
	color: #F13A3A;
}
.glyphicon-phone-alt{
	font-size: 26px;
	color: #F13A3A;
}
.glyphicon-home{
	font-size: 26px;
	color: #F13A3A;
}
.glyphicon-globe{
	font-size: 26px;
	color: #F13A3A;
}
/*地图*/
.map{
	padding: 0px !important;
	margin: 0px !important;
	font-size: 0px;
}
@media (max-width: 768px) {
	.header{
		display: none;
	}
}
@media (max-width: 320px) {
	.title_img{
		display: none;
	}
}
@media (max-width: 990px) {

}
@media (max-width: 600px) {
	.huanyanshow_con .form_3 .sum_b{
		width: 60%;
	}
}
/*新闻详情*/
.news_show{
	margin: auto;
}
.xiangq{
	text-align: center;
	padding-bottom: 30px;
}
.xiangq h4{
	font-size: 24px;
}
.xiangq span{
	font-size: 14px;
	color: #ccc;
}

.xiangq_top img{
	max-width: 100%;
}
.xiangq_top txt{
	display: block;
	font-size: 14px;
	line-height: 28px;
	padding: 20px;
}
.xiangq_top txt table{ width: 100%;border:none;}
.xiangq_top txt table td{ border: 1px solid #eee;padding: 10px;}
.top_p{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 5%;
}
.top_p a{
	font-size: 14px;
	float: left;
	width: 45%;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #f9f9f9;
	padding: 10px;
}
.top_p a:hover{
	background-color: #F13A3A;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 415px) {
.top_p a{
	width: 94%;
}
}


@media screen and (min-width: 801px) {
	.phone{ display:none !important;}

	.service{ position: relative; }
	.ser{ background:url(../../images/hbg.jpg) no-repeat center center; height: 125px; position: absolute; top:-70px;left:50%; width: 1200px; margin-left: -600px; z-index: 30;}
	
	.ser .img{ display: block; width: 36%; float: left; padding: 20px 10px;}
	.ser .txt{ display: block;width: 64%;float: left; box-sizing: border-box; padding-left: 16px;}
	.ser .txt p{ color: #fff;font-size: 14px; color: rgb(255, 255, 255); line-height: 35px;}
	.ser .txt h1{ font-size: 18px;color: rgb(255, 255, 255); padding-top: 40px;}
	

	.about {

		padding-top: 90px;
	}	
.title {
	margin: auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
}

.title_top {
	display: inline-block;
}
.title_top h2{
	padding-bottom: 15px;
	font-size: 36px;
    color: rgb(0, 0, 0);
    line-height: 160%;
	font-weight: bold;
}

.title_top h2.white{
	padding-bottom: 15px;
	font-size: 36px;
    color: rgb(255, 255, 255);
    line-height: 160%;
}


.title_top span {
	font-size: 16px;
	color: #ccc;
	font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 160%;
}

.title_top span.white {
	font-size: 16px;
	color: #ccc;
	font-size: 14px;
    color: rgb(204, 208, 221);
    line-height: 160%;
}



.title_img {
	display: inline-block;
}


	
.carousel-caption{

	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.carousel-caption h1{    color: rgb(255, 255, 255);
    
    font-size: 30px;
    line-height: 180%;
padding-top: 180px;
}

.carousel-caption h2{color: rgb(255, 255, 255);
    
    font-size: 56px;
    line-height: 180%;}	

.btn-a{    -webkit-border-radius: 50px;
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: 45px;
    background-color: rgb(34, 102, 237);
    width: 150px;
     border-style: solid;
    line-height: 45px;
	color: #fff;
}
.btn-a:hover{ color: #fff;}
.btn-a img{ display: inline-block; vertical-align: middle; margin-right: 10px;}


.slideTxtBox{ width:450px; border:1px solid #ddd; text-align:left;  }

.slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }

.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }

.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }

.slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }

.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }

.slideTxtBox .bd li{ height:24px; line-height:24px;   }

.slideTxtBox .bd li .date{ float:right; color:#999;  }



/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }

.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;

	 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }

.slideTxtBox .arrow .next{ background-position:0 -50px;  }

.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }

.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }




.tab1{ display:block; width: 100%; overflow: hidden; border-bottom: 1px solid #dedede;}
.tab1 li{ display: inline-block; float: left; position: relative;}
.tab1 li a{ line-height: 100px; padding: 0 30px;  font-family: Microsoft YaHei; font-weight: normal;font-size: 22px;color: #222222; }
.tab1 li span{ display: block; position: absolute; bottom:0px;left:0; right: 0; width: 50%; height: 3px; background: #00548e; display: none; margin: 0 auto;}
.tab1 li:hover span{ display: block;}

.tab2{ min-height: 420px;}
.tab2 li{ display: none; padding: 50px 0; overflow: hidden;}
.tab2 li:first-child{ display: block;}
.tab2 li .img{ display: block; width: 350px; float: left;}
.tab2 li .img img{ max-width: 100%;}
.tab2 li .txt{ display: block; width: calc(100% - 430px); float: right; padding-top: 15px;}

.tab2 li .txt .h1{font-family: Microsoft YaHei;font-size: 32px;color: #222222; padding:0 ; margin: 0; padding-bottom: 20px;}
.tab2 li .txt .p{font-family: Microsoft YaHei;    color: #808080; font-size: 14px; font-weight: normal; padding:0 ; margin: 0; line-height: 20px; padding-bottom: 50px;}


.tab2 li .txt .text{ display: block; width: 100%; padding-bottom: 50px;}
.tab2 li .txt .text .list{ display:inline-block; padding-right: 80px;  }
.tab2 li .txt .text .list p.big{font-size: 32px;color: #434343;}
.tab2 li .txt .text .list p.big sub{font-size: 14px;color: #434343;}




.jjfn{ display: block; overflow: hidden;}
.jjfn li{ display: block; float: left; width: 24%; margin-right: 1%; background: rgb(240, 243, 247);}
.jjfn li .img{ width: 100%; height: 250px; overflow: hidden;}
.jjfn li .img img{ width: 100%;}
.jjfn li .txt{ width: 100%;}
.jjfn li .txt h1{    color: rgb(34, 102, 237); font-size: 18px;line-height: 140%; text-align: center; position:relative; line-height: 50px; font-weight: bold;}
.jjfn li .txt h1::after{ content: ''; display: block; width: 30px; position: absolute;height: 3px; background: rgb(34, 102, 237) ; bottom: 0; left: 50%; margin-left: -15px;}
.jjfn li .txt p{      color: rgb(34, 34, 34);font-size: 14px; line-height: 160%; text-align: center; display: block; width: 80%; margin: 0 auto; padding-top: 30px; padding-bottom: 20px;}


.case{
	padding:50px 0;
	padding-bottom: 150px;
	background-color: rgb(3, 27, 73);
}
.case_top li {
	padding: 5px;
	text-align: center;
	position: relative;
}

.case_top li img {
	width: 100%;
	
	
}

.case_top div {
	position: absolute;
	top: 5px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	height: 95%;
    width: 97%;
	display: none;
	padding: 5px;
	transition: all .3s;
	
}

.case_top p {
	text-align: center;
	line-height: 30px;
	padding-top: 38%;
	padding-bottom: 20%;
}

.case_top li:hover div {
	display: block;	
}



.case_top li a {
	background-color: #F13A3A;
	border-radius: 11px;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	
	
}
.case_top li a:hover {
	background-color: #FFFFFF;
	border-radius: 11px;
	color: #333;
	text-decoration: none;
	padding: 5px 30px;
	transition: all .3s;
	
}


.fangan{ padding: 50px 0; padding-bottom: 150px;}

.fangan ul{ overflow: hidden;}
.fangan ul li{ display: block; float: left; box-sizing: border-box; width: 49%; border: 1px solid rgb(238, 238, 238); overflow: hidden; padding: 50px;}
.fangan ul li:nth-child(1){ border-bottom: 1px solid #fff; border-right: 1px solid #ffff;}
.fangan ul li:nth-child(2){ border-bottom: 1px solid #fff; ; }
.fangan ul li:nth-child(2){ border-right: 1px solid #fff; ; }
.fangan ul li .img{ display: block; width: 100px; text-align: center; float: left; padding-top: 20px;}
.fangan ul li .img img{ width: 65px;}
.fangan ul li .txt{ display: block; width: calc(100% - 120px); float:right;}
.fangan ul li .txt h1{    font-size: 18px; color: rgb(34, 34, 34); line-height: 230%; font-weight: bold;}


.flink{ }
.flink li{ display:inline-block; padding: 5px 38px; text-align: center;}
.flink li img{ max-width: 120px;}
.flink li p{ text-align: center;}


.youshi{ }
.youshi li{ display: block; float: left;  padding: 50px 30px; text-align: center; width: calc(25% - 15px); margin-right:20px ; background:rgb(240, 242, 255); height: 330px;}
.youshi li:nth-child(4n){ margin-right: 0;}
.youshi li img{ max-width: 80px;}
.youshi li h1{font-size: 18px;color: rgb(34, 34, 34); line-height: 200%; font-weight: bold;}
.youshi li p{ text-align: left; line-height: 25px;}


.jjfn{ display: block; overflow: hidden;}
.jjfn li{ display: block; float: left; width: 24%; margin-right: 1%; background: rgb(240, 243, 247);}
.jjfn li .img{ width: 100%; height: 250px; overflow: hidden;}
.jjfn li .img img{ width: 100%;}
.jjfn li .txt{ width: 100%;}
.jjfn li .txt h1{    color: rgb(34, 102, 237); font-size: 18px;line-height: 140%; text-align: center; position:relative; line-height: 50px; font-weight: bold;}
.jjfn li .txt h1::after{ content: ''; display: block; width: 30px; position: absolute;height: 3px; background: rgb(34, 102, 237) ; bottom: 0; left: 50%; margin-left: -15px;}
.jjfn li .txt p{      color: rgb(34, 34, 34);font-size: 14px; line-height: 160%; text-align: center; display: block; width: 80%; margin: 0 auto; padding-top: 30px; padding-bottom: 20px;}
/*我们服务*/


.feedback{ background:rgb(246, 246, 246);}
.feedback .container{background:url(../../images/0001.png) no-repeat center right; min-height: 500px;}

.contact1{ box-sizing: border-box; padding: 50px 0}
.contact1 img{ display: block; margin: 0 auto;}
.contact1 h1{color: rgb(0, 0, 0); font-size: 16px; line-height: 200%; line-height: 50px; text-align: center; font-weight: bold;}
.contact1 p{line-height: 200%;font-size: 14px; text-align: center;}

.contact2{ box-sizing: border-box; padding: 50px 0}
.contact2 img{ display: block; margin: 0 auto;}
.contact2 h1{color: rgb(0, 0, 0); font-size: 16px; line-height: 200%; line-height: 50px; text-align: center; font-weight: bold;}
.contact2 p{line-height: 200%;font-size: 14px; padding-left: 20%;}

.contact3{ box-sizing: border-box; padding: 50px 0}
.contact3 img{ display: block; margin: 0 auto;}
.contact3 h1{color: rgb(0, 0, 0); font-size: 16px; line-height: 200%; line-height: 50px; text-align: center; font-weight: bold;}
.contact3 p{line-height: 200%;font-size: 14px; padding-left: 30%;}


.kefu{ display: block; overflow: hidden; }
.kefu li{ display: block; width:30%; margin-right: 5%; padding: 50px 30px; border: 1px solid #dedede; margin-bottom: 60px; float:left;}
.kefu li:nth-child(3n){ margin-right: 0;}
.kefu li .img{ text-align: center; padding: 20px 0; box-sizing: border-box; width: 229px; height: 146px; display: block; margin: 0 auto;}
.kefu li .img img{max-width: 100%; max-height: 100%; display: block; margin: 0 auto;}
.kefu li .txt{ line-height: 30px;}

.caselist{ display: block; overflow: hidden;}

.caselist li{ display: block; float: left; width: calc(25% - 12px); margin-right: 15px;background-color: #f0f0f0; margin-bottom: 30px;}
.caselist li:nth-child(4n){ margin-right: 0;}
.caselist li .img{ display: block; width: 100%; overflow: hidden;}
.caselist li .img img{ max-width: 100%; transition: all .5s ease-in-out;}
.caselist li .img img:hover{ transform: scale(1.2);}
.caselist li h1{display: block;width: 100%; padding: 5px 10px; height:60px; line-height:30px font-family: Microsoft YaHei;font-size: 16px;color: #000000;font-weight: normal!important;text-decoration: none; display: block;text-align: left; line-height: 140%;}
.caselist li p{font-family: Microsoft YaHei;font-size:14px;color: #666666;margin-top: 7px; line-height: 136%; padding: 5px 10px; line-height: 25px; padding-bottom: 15px;}


.productlist li{ display: block; float: left; width: calc(33% - 15px); margin-right: 15px;background-color: #f0f0f0; margin-bottom: 30px; border: 1px solid #dedede;}
.productlist li:nth-child(3n){ margin-right: 0;}
.productlist li .img{ display: block; width: 100%; overflow: hidden;}
.productlist li .img img{ width: 100%; transition: all .5s ease-in-out; height: 198px; }
.productlist li .img img:hover{ transform: scale(1.2);}
.productlist li h1{display: block;width: 100%; padding: 5px 10px;     font-family: Microsoft YaHei;font-size: 14px;color: #ffffff;
	font-weight: normal!important;text-decoration: none; display: block;text-align: center; line-height: 30px; background:rgba(0, 84, 142, 0.83);}
.productlist li p{font-family: Microsoft YaHei;font-size:14px;color: #666666;margin-top: 7px; line-height: 136%; padding: 5px 10px; line-height: 25px; padding-bottom: 15px;  text-align: center;}

.laynav{ display:flex; justify-content: space-around; position: absolute; left: 0; top:108px; width: 100%; flex-flow: row nowrap; z-index: 99999999999; 
	
	background: rgba(100%,100%,100%, .95); border-top: 2px solid #00548e ; padding-bottom: 25px; display: none;}



.laynav dl dt a{ color: #00548e ; }
.laynav dl dd a{ color: #000; }
.laynav dl dt{ font-size: 16px; color: #00548e ; text-align: left; padding: 15px 0 20px 0;}
.laynav dl dd{ line-height: 30px; text-align: left; background: url(/images/menu_icon.png) no-repeat center left; text-indent: 18px;}
.case1{
	padding:30px 0;
	padding-bottom: 150px;
	background:url(../../images/jiagou.jpg) no-repeat center center;
	background-size: cover;
}

.service {
	background-color: #f9f9f9;
}
.service_img{
	width: 100%;
}
.service_img1{
	width: 100%;
	display: none;
}




.nav_li a {
	font-size: 14px;
	padding: 0 !important;
	color: #222222;
	line-height: 108px !important;
}

.nav_li li {

	width: 100px; 
	box-sizing: border-box;
	line-height: 80px;
	text-align: center;
	
}
.nav_li a:hover,.nav_li li.on a {
	font-size: 16px;
	font-weight: bold;
	color: #00548e !important;
	
}
.navbar-header button{
	background-color: #F13A3A !important;
	margin-top: 20px;
}
.navbar-header button span{
	background-color: #fff !important;
}
.logo img{
	width: 100%;
}
.logo{
	padding: 5px 0 !important; width:258px
}
/*我们理念*/

.idea {
	background-color: #f13a3a;
	padding: 30px 0px;
}

.idea p {
	color: #fff;
	font-size: 28px;
	line-height: 50px;
}

.idea span {
	color: #fff;
}

.idea a {
	margin-top: 13px;
	background-color: #fff;
	border-radius: 25px;
	line-height: 48px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.idea a:hover {
	text-decoration: none;
	color: #F13A3A;
}



.aboutus{ display: block; }
.aboutus.text{ display: block;width: 1200px;padding: 100px 0; margin: 0 auto;}
.aboutus.text .list{ display:inline-block; width: 24%; text-align: center; box-sizing: border-box; padding: 0; margin: 0;  }
.aboutus.text .list p.big{font-size: 32px;color: #ffffff;color: #ffffff;font-family: arial black; font-size: 60px; font-weight: normal; text-decoration: none;
	
	
line-height: 80px;	text-align: center; position: relative;}
.aboutus.text .list p.big sup{font-size: 16px;color: #ffffff;color: rgb(255, 255, 255);  font-size: 20px; line-height: 200%; position: absolute; top:0; }
.aboutus.text .list p.small{font-size: 14px;color: #ffffff;    color: rgb(217, 217, 217); font-size: 16px; text-align: center;}




.keji{ background: url(../../images/bg1.jpg) no-repeat center center; background-size: cover; padding: 50px 0;}


.ab_img{ position:relative;}
.ab_img .txt{ display: block; position: absolute; top:0; left: 0; width: 100%; text-align: center;}
.ab_img .txt p.big{color: rgb(255, 255, 255);font-size: 40px;line-height: 200%; padding-top: 110px;}
.ab_img .txt p.small{color: rgb(255, 255, 255);font-size: 22px;line-height: 200%;}

.mainleft{ display: block; width: 22%; float: left;}
.mainright{ display: block; float: left; width: 78%; box-sizing: border-box; padding-left: 30px; padding-top: 30px;}

.website{ display: block; border-bottom: 1px solid #00548e; color: #00548e; font-size: 22px;}
.category{ padding-bottom: 20px; line-height: 25px; font-size: 14px; overflow:hidden}
.cp{ text-align: left; padding: 30px 0;}

.cp li{
	color: #404040;  
	box-sizing: border-box;
    color: #333 ;
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
	line-height: 35px;
	padding: 0 5px;
	margin-right: 5px;

	border-bottom: 1px solid #dedede;
	display:block;
	text-align: center;
	text-align: left;
	text-indent: 20px;
}
.cp li:first-child{background-color:#00548e; color: #fff; text-align: center; text-indent: 0; line-height: 22px; padding: 10px 0;}

.cp li:hover{
	
}

.cp li:hover a{
	color: #00548e;;
}

.cp li a{ color: #333; text-align: left; text-indent: 10px;}




/*产品*/
.cp .cp_top{
	padding: 5px 25px !important;
    border-radius: 10px !important;
    color: #00548e !important;
    font-size: 16px !important;
    font-family: 微软雅黑 !important;
}
.cp .cp_top1{
	color: #404040;  
	box-sizing: border-box;

    border-radius: 30px !important;
    color: #00548e ;
    font-size: 16px !important;
    font-family: 微软雅黑 !important;
	line-height: 40px;
	width: 150px;

	border: 1px solid #00548e;
}
.cp .cp_top1:hover{
	background-color:#00548e;
	color: #fff !important;
}
.page_top{
	padding-top: 65px;
}
.cbp-filter-counter{
	display: none;
}
.cbp-popup-lightbox-counter{
display: none;	
}

.ProductDetails{ width:1200px; margin:30px auto 100px; position:relative;}
.ProductDetails .title{ font-size:30px; font-weight:bold; color:#666;}

.DetailsList{width: 1200px; margin-top:30px ;  position:relative; overflow: hidden;}
.DetailsList .hd{ width:1180px; margin:0 auto; height:63px;border-bottom:solid 1px #00a1e9; padding-bottom:1px; }
.DetailsList .hd li{float: left; margin-right:5px;height: 40px;line-height: 40px; text-align:center; width:124px;}
.DetailsList .hd li a{display:block; font-size:14px; color:#666; background:#eee; }
.DetailsList .hd li a:hover { color:#fff;background:#00a1e9;}
.DetailsList .hd li.on a{background: #00a1e9; color:#fff;}
.DetailsList .bd{ width:100%; position:relative; margin-top:40px;}
.DetailsList .Introduction{ width:1180px; margin:0 auto;}
.DetailsList .IntroductionLeft{ float:left; width:710px; font-size:14px; line-height:30px; color:#666;}
.DetailsList .IntroductionLeft img{ max-width:100%;}
/*主容器*/
.DetailsList .IntroductionRight{width: 435px;height:360px; float:right;}
/*正常容器*/
.DetailsList .ProductImg{ float:left;width: 354px;height: 354px; margin:2px 0;position: relative; border:solid 1px #eee;}
.DetailsList .ProductImg img{width: 354px;height:354px;}
/*滑块*/
.DetailsList .ProductImgBegin{width: 130px; height: 130px; background:rgba(0, 161, 233, 0.5);left: 0;top: 0; position: absolute;cursor: move;display: none;}
/*放大镜显示区域*/
.DetailsList .ProductImgShow{width: 356px;height: 356px;display: none;position: absolute;right:366px;top: 0;overflow: hidden;background-color: #454545;}
.DetailsList .ProductImgShow img{width: 1000px;height: 1000px;}
/*设置选择图片容器*/
.DetailsList .ProductImgList{ float:right;margin:0;height:340px;width:70px;list-style: none;}
.DetailsList .ProductImgList li{margin:2px 0;width: 66px;height: 66px;float: left;cursor: pointer;border: 1px solid #eee;text-align:center;}
.DetailsList .ProductImgList li img{vertical-align:top;display:inline;width:66px;height:66px;}
.DetailsList .ProductImgList .active{width: 64px;height: 64px;border: 2px solid #00a1e9;}
.DetailsList .ProductImgList .active img{ width:64px; height:64px;}

.DetailsList .norm,.DetailsList .order{ width:1180px; margin:0 auto; font-size:14px; line-height:30px; color:#666;}
.DetailsList .norm img,.DetailsList .order img{ max-width:100%;}

.DetailsList .download{ width:1178px; margin:30px auto; border:solid 1px #eee;}
.DetailsList .downloadTop{ width:100%; height:44px; background:#eee; padding:0 29px;}
.DetailsList .downloadTop p{ float:left; height:44px; line-height:44px; font-size:14px; color:#666; font-weight:bold;}
.DetailsList .downloadTop .downloadName{ width:84%; overflow:hidden;}
.DetailsList .downloadTop .downloadFormat{ width:12%; overflow:hidden;}
.DetailsList .downloadTop .downloadSize{ width:12%; overflow:hidden;}
.DetailsList .downloadTop .downloadTime{ width:20%; overflow:hidden;}
.DetailsList .downloadTop .downloads{ width:16%; overflow:hidden;}
.DetailsList .downloadC{ display:inline-block; padding:10px 29px 29px;}
.DetailsList .downloadC li{ float:left; width:1120px; border-bottom: dotted 1px #ccc; height:60px; line-height:60px;}
.DetailsList .downloadC li p{ float:left; font-size:14px; color:#333;}
.DetailsList .downloadC .downloadName{ width:84%; overflow:hidden; font-size:14px; color:#666; font-weight:bold;}
.DetailsList .downloadC .downloadFormat{ width:12%; overflow:hidden;}
.DetailsList .downloadC .downloadSize{ width:12%; overflow:hidden;}
.DetailsList .downloadC .downloadTime{ width:20%; overflow:hidden;}
.DetailsList .downloadC .downloads{ width:16%; height:40px; background:#00a1e9; line-height:40px; text-align:center; margin-top:10px; border-radius:4px;}
.DetailsList .downloadC .downloads a{ display:block; color:#fff; font-weight:bold;}
.DetailsList .downloadC .downloads:hover{ background:#f39800; }

.DetailsList .related ul{ overflow:hidden; zoom:1; width:1200px;   float:left; _display:inline;  }
.DetailsList .related ul li{ margin: 10px ; width:280px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.DetailsList .related ul li .img{ width:280px; height:280px; overflow:hidden;}
.DetailsList .related ul li .img img{ width:280px; height:280px; display:block;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
.DetailsList .related ul li .title{ font-size:16px; color:#666; margin-top:10px;  text-align:center;   }
.DetailsList .related ul li:hover .title{ color:#00a1e9;}
.DetailsList .related ul li:hover .img img{transform: scale(1.07,1.07); -webkit-transform: scale(1.07,1.07);}




.new_con {
	width: 100%;
	background: #ffffff;
}

.new_con .container {
	max-width: 1200px;
	width: 98%;
}

.new_con .container .new_ul li {
	
	float: left;
	margin: auto 4px;
	width: 100%;

	border-bottom: 1px solid #dedede;
	padding: 20px 0;
}

.new_con .container .new_ul li .img {
	position: relative;

	overflow: hidden;
	width: 280px;
	float: left;
}

.new_con .container .new_ul li .img img {
	transition: 0.3s;
	width: 100%;
}

.new_con .container .new_ul li .img img:hover {
	transform: scale(1.2);
}

.new_con .container .new_ul li .img_zi {
	color: #505050;
	width: calc(100% - 300px);
	float: right;
}

.new_con .container .new_ul li .img_zi .title {
	color: #505050;
	font-size: 18px;
	line-height: 18px;
	width: 100%;
	display: block;
	height: 18px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
}

.new_con .container .new_ul li .img_zi .title:hover {
	color: #F13A3A;
	font-weight: bold;
	text-decoration: none;
}

.new_con .container .new_ul li .img_zi time {
	font-family: arial;
	color: #9b9b9b;
	line-height: 20px;
	font-size: 12px;
}

.new_con .container .new_ul li .img_zi p {
	width: 100%;

	line-height: 24px;
	margin-top: 10px;
	font-size: 13px;
	color: #666666;
	height: 72px;
	overflow: hidden;
}

.new_con .container .new_ul li .img_zi .more {
	display: inline-block;
	width: 100px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border: 1px solid #c8c8c8;
	font-size: 12px;
	color: #666666;
}

.new_con .container .new_ul li .img_zi .more:hover {
	background: #F13A3A;
	color: #fff;
	border: 1px solid #ef7ebe;
	text-decoration: none;
}



}
	
@media screen and (max-width: 800px) {
	.pc{ display:none !important;}


	.service{ position: relative; }
	.ser{ background:url(../../images/hbg.jpg) no-repeat center center; background-size: cover; top:0;left:0; z-index: 30;}
	
	.ser .img{ display: block; width: 100%; float: left; padding: 20px 10px; text-align: center;}
	.ser .img img{ max-width: 100%; height: auto;}
	.ser .txt{ display: block;width: 100%;float: left; box-sizing: border-box; padding-left: 20px;}
	.ser .txt p{ color: #fff;font-size: 14px; color: rgb(255, 255, 255); line-height: 35px; text-align: center;}
	.ser .txt h1{ font-size: 18px;color: rgb(255, 255, 255); text-align: center;}
	
	.col-sm-6{ width: 50%; float: left;}


	
.carousel-caption{

	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.carousel-caption h1{    color: rgb(255, 255, 255);
    
    font-size: 16px;
    line-height: 180%;

}

.carousel-caption h2{color: rgb(255, 255, 255);
	padding: 20px 0;
    
    font-size: 16px;
    line-height: 180%;}	

.btn-a{    -webkit-border-radius: 50px;
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: 35px;
    background-color: rgb(34, 102, 237);
    width: 150px;
     border-style: solid;
    line-height: 35px;
	color: #fff;
}
.btn-a:hover{ color: #fff;}
.btn-a img{ display: inline-block; vertical-align: middle; margin-right: 10px;}


.slideTxtBox{ width:450px; border:1px solid #ddd; text-align:left;  }

.slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }

.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }

.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }

.slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }

.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }

.slideTxtBox .bd li{ height:24px; line-height:24px;   }

.slideTxtBox .bd li .date{ float:right; color:#999;  }



/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }

.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;

	 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }

.slideTxtBox .arrow .next{ background-position:0 -50px;  }

.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }

.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }

.about {

	padding-top: 20px;
}

.title {
	margin: auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
}

.title_top {
	display: inline-block;
}
.title_top h2{
	padding-bottom: 15px;
	font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 160%;
	font-weight: bold;
}

.title_top h2.white{
	padding-bottom: 15px;
	font-size: 36px;
    color: rgb(255, 255, 255);
    line-height: 160%;
}


.title_top span {
	font-size: 16px;
	color: #ccc;
	font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 160%;
}

.title_top span.white {
	font-size: 16px;
	color: #ccc;
	font-size: 14px;
    color: rgb(204, 208, 221);
    line-height: 160%;
}



.title_img {
	display: inline-block;
}



.tab1{ display:block; width: 40%; overflow: hidden; border-bottom: 1px solid #dedede; float: left;}
.tab1 li{ display: inline-block; float: left; position: relative; width: 100%; text-align: right;}
.tab1 li a{ line-height: 30px; padding: 0 5px;  font-family: Microsoft YaHei; font-weight: normal;font-size:14px;color: #222222; line-height: 58px; }
.tab1 li span{ display: block; position: absolute; bottom:0px;left:0; right: 0; width: 100%; height: 3px; background: #00548e; display: none; margin: 0 auto;}
.tab1 li:hover span{ display: block;}

.tab2{ min-height: 420px; float: right; width: 60%; box-sizing: border-box; padding: 0 10px;}
.tab2 li{ display: none; padding: 10px 0; overflow: hidden;}
.tab2 li:first-child{ display: block;}
.tab2 li .img{ display: block; width: 48%; float: left; margin-left: 26%;}
.tab2 li .img img{ max-width: 100%;}
.tab2 li .txt{ display: block; width:100%; float: right; padding-top: 15px;}

.tab2 li .txt .h1{font-family: Microsoft YaHei;font-size: 18px;color: #222222; padding:0 ; margin: 0; padding-bottom: 10px; text-align: center;}
.tab2 li .txt .p{font-family: Microsoft YaHei;    color: #808080; font-size: 12px; font-weight: normal; padding:0 ; margin: 0; line-height: 30px; padding-bottom: 30px;}


.tab2 li .txt .text{ display: block; width: 100%; padding-bottom: 50px;}
.tab2 li .txt .text .list{ display:inline-block; padding-right: 80px;  }
.tab2 li .txt .text .list p.big{font-size: 32px;color: #434343;}
.tab2 li .txt .text .list p.big sub{font-size: 14px;color: #434343;}

.ab a {
	margin-left: 0%;
    }

	.ab img.btn{
		width: 70%;
	}


	.jjfn{ display: block; overflow: hidden;}
	.jjfn li{ display: block; float: left; width: 48%; margin-right: 1%; background: rgb(240, 243, 247); height: 360px !important;}
	.jjfn li .img{ width: 100%; height: 110px; overflow: hidden;}
	.jjfn li .img img{ width: 100%; height: 110px;}
	.jjfn li .txt{ width: 100%; padding-top: 10px;}
	.jjfn li .txt h1{    color: rgb(34, 102, 237); font-size: 14px;line-height: 140%; text-align: center; position:relative; line-height: 25px; font-weight: bold;}
	.jjfn li .txt h1::after{ content: ''; display: block; width: 30px; position: absolute;height: 3px; background: rgb(34, 102, 237) ; bottom: -15px; left: 50%; margin-left: -15px;}
	.jjfn li .txt p{      color: rgb(34, 34, 34);font-size: 14px; line-height: 160%; text-align: center; display: block; width: 80%; margin: 0 auto; padding-top: 30px; padding-bottom: 20px;}
	


	.case{
		padding:20px 0;
		
		background-color: rgb(3, 27, 73);
	}
	.case_top li {
		padding: 5px;
		text-align: center;
		position: relative;
	}
	
	.case_top li img {
		width: 100%;
		
		
	}
	
	.case_top div {
		position: absolute;
		top: 5px;
		background: rgba(0, 0, 0, .8);
		color: #fff;
		height: 95%;
		width: 97%;
		display: none;
		padding: 5px;
		transition: all .3s;
		
	}
	
	.case_top p {
		text-align: center;
		line-height: 30px;
		padding-top: 38%;
		padding-bottom: 20%;
	}
	
	.case_top li:hover div {
		display: block;	
	}
	
	
	
	.case_top li a {
		background-color: #F13A3A;
		border-radius: 11px;
		color: #fff;
		text-decoration: none;
		padding: 5px 15px;
		
		
	}
	.case_top li a:hover {
		background-color: #FFFFFF;
		border-radius: 11px;
		color: #333;
		text-decoration: none;
		padding: 5px 30px;
		transition: all .3s;
		
	}



	.fangan{ padding: 10px 0; padding-bottom: 150px;}

	.fangan ul{ overflow: hidden;}
	.fangan ul li{ display: block; float: left; box-sizing: border-box; width: 49%; border: 1px solid rgb(238, 238, 238); overflow: hidden; padding: 10px; min-height: 250px;}
	.fangan ul li:nth-child(1){ border-bottom: 1px solid #fff; border-right: 1px solid #ffff;}
	.fangan ul li:nth-child(2){ border-bottom: 1px solid #fff; ; }
	.fangan ul li:nth-child(2){ border-right: 1px solid #fff; ; }
	.fangan ul li .img{ display: block; width: 100%; text-align: center; float: left; padding-top: 20px;}
	.fangan ul li .img img{ width: 65px;}
	.fangan ul li .txt{ display: block; width: 100%; float:right;}
	.fangan ul li .txt h1{    font-size: 18px; color: rgb(34, 34, 34); line-height: 230%; font-weight: bold; text-align: center;}
	

	
.flink{ }
.flink li{ display:inline-block; padding: 5px 30px; text-align: center; box-sizing: border-box; width: 48%;}
.flink li img{ max-width: 120px;}
.flink li p{ text-align: center;}


.youshi{ }
.youshi li{ display: block; float: left;  padding: 20px 10px; text-align: center; width:47%; margin-right:20px ; margin-bottom: 20px; background:rgb(240, 242, 255); height: 390px;}
.youshi li:nth-child(2n){ margin-right: 0;}
.youshi li img{ max-width: 80px;}
.youshi li h1{font-size: 18px;color: rgb(34, 34, 34); line-height: 200%; font-weight: bold;}
.youshi li p{ text-align: left; line-height: 25px;}



.team {
    background-color: #fff;
    padding: 20px 0;
}

.feedback{ background:rgb(246, 246, 246);}
.feedback .container{background:none no-repeat center right; min-height: 500px;}

.contact1{ box-sizing: border-box; padding: 50px 0}
.contact1 img{ display: block; margin: 0 auto;}
.contact1 h1{color: rgb(0, 0, 0); font-size: 16px; line-height: 200%; line-height: 50px; text-align: center; font-weight: bold;}
.contact1 p{line-height: 200%;font-size: 14px; text-align: center;}

.contact2{ box-sizing: border-box; padding: 50px 0}
.contact2 img{ display: block; margin: 0 auto;}
.contact2 h1{color: rgb(0, 0, 0); font-size: 16px; line-height: 200%; line-height: 50px; text-align: center; font-weight: bold;}
.contact2 p{line-height: 200%;font-size: 14px; padding-left: 20%;}

.contact3{ box-sizing: border-box; padding: 50px 0}
.contact3 img{ display: block; margin: 0 auto;}
.contact3 h1{color: rgb(0, 0, 0); font-size: 16px; line-height: 200%; line-height: 50px; text-align: center; font-weight: bold;}
.contact3 p{line-height: 200%;font-size: 14px; padding-left: 30%;}


.kefu{ display: block; overflow: hidden; }
.kefu li{ display: block; width:48%; margin: 1%; padding: 20px 10px; border: 1px solid #dedede; margin-bottom: 60px; float:left;}
.kefu li:nth-child(3n){ margin-right: 0;}
.kefu li .img{ text-align: center; padding: 20px 0; box-sizing: border-box; width: 100%; height: 146px; display: block; margin: 0 auto;}
.kefu li .img img{max-width: 100%; max-height: 100%; display: block; margin: 0 auto;}
.kefu li .txt{ line-height: 30px;}

.caselist{ display: block; overflow: hidden; box-sizing: border-box; padding: 10px;}

.caselist li{ display: block; float: left; width: 47%; margin-right: 15px;background-color: #f0f0f0; margin-bottom: 30px;}
.caselist li:nth-child(2n){ margin-right: 0;}
.caselist li .img{ display: block; width: 100%; overflow: hidden;}
.caselist li .img img{ max-width: 100%; transition: all .5s ease-in-out; height: 100px !important;}
.caselist li .img img:hover{ transform: scale(1.2);}
.caselist li h1{display: block;width: 100%; padding: 5px 10px; height:60px; line-height:30px font-family: Microsoft YaHei;font-size: 16px;color: #000000;font-weight: normal!important;text-decoration: none; display: block;text-align: left; line-height: 140%;}
.caselist li p{font-family: Microsoft YaHei;font-size:14px;color: #666666;margin-top: 7px; line-height: 136%; padding: 5px 10px; line-height: 25px; padding-bottom: 15px; min-height: 130px;}

.productlist{ box-sizing: border-box; padding: 10px;}
.productlist li{ display: block; float: left; width:47%; margin-right: 15px;background-color: #f0f0f0; margin-bottom: 30px;}
.productlist li:nth-child(2n){ margin-right: 0;}
.productlist li .img{ display: block; width: 100%; overflow: hidden;}
.productlist li .img img{ width: 100%; transition: all .5s ease-in-out; }
.productlist li .img img:hover{ transform: scale(1.2);}
.productlist li h1{display: block;width: 100%; padding: 5px 10px;     font-family: Microsoft YaHei;font-size: 12px;color: #000000;
	font-weight: normal!important;text-decoration: none; display: block;text-align: center; line-height: 50px; background: #f0f0f0;}
.productlist li p{font-family: Microsoft YaHei;font-size:14px;color: #666666;margin-top: 7px; line-height: 136%; padding: 5px 10px; line-height: 25px; padding-bottom: 15px;  text-align: center;}




.case1{
	padding:30px 0;
	padding-bottom: 150px;
	background:url(../../images/jiagou.jpg) no-repeat center center;
	background-size: cover;
}

.service {
	background-color: #f9f9f9;
}
.service_img{
	width: 100%;
}
.service_img1{
	width: 100%;
	display: none;
}
.botm{position:fixed;bottom:0; left:0;width:100%; height:5em; background:rgb(34, 102, 237);}
.bottom ul{margin:0.5em auto;}
.bottom ul li{ float:left;width:23%;margin:0 0 0 2%;text-align:center; }
.bottom ul li span{ display:block; line-height:1.7em;font-size:0.9em;color:#fff;} 
.bottom ul li img{height:2em;} 



.nav_li a {
	font-size: 14px;
	padding: 0 !important;
	color: #222222;
	line-height: 35px !important;
}

.nav_li li {

	width: 100px; 
	box-sizing: border-box;
	line-height: 80px;
	text-align: center;
	
}
.nav_li a:hover,.nav_li li.on a {
	font-size: 18px;
	font-weight: bold;
	color: #00548e !important;
	
}
.navbar-header button{
	background-color:rgb(34, 102, 237) !important;
	margin-top: 20px;
}
.navbar-header button span{
	background-color: #fff !important;
}
.logo img{
	width: 100%;
}
.logo{
	padding: 5px 0 !important; width:258px
}
/*我们理念*/

.idea {
	background-color: #f13a3a;
	padding: 30px 0px;
}

.idea p {
	color: #fff;
	font-size: 28px;
	line-height: 50px;
}

.idea span {
	color: #fff;
}

.idea a {
	margin-top: 13px;
	background-color: #fff;
	border-radius: 25px;
	line-height: 48px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.idea a:hover {
	text-decoration: none;
	color: #F13A3A;
}



.aboutus{ display: block; }
.aboutus.text{ display: block;width: 100%;padding: 20px 0; margin: 0 auto;}
.aboutus.text .list{ display:inline-block; width: 24%; text-align: center; box-sizing: border-box; padding: 0; margin: 0;  }
.aboutus.text .list p.big{font-size: 18px;color: #ffffff;color: #ffffff;font-family: arial black; font-size: 28px; font-weight: normal; text-decoration: none;
	
	
line-height: 40px;	text-align: center; position: relative;}
.aboutus.text .list p.big sup{font-size: 16px;color: #ffffff;color: rgb(255, 255, 255);  font-size: 20px; line-height: 200%; position: absolute; top:0; }
.aboutus.text .list p.small{font-size: 12px;color: #ffffff;    color: rgb(217, 217, 217); font-size: 12px; text-align: center;}




.keji{ background: url(../../images/bg1.jpg) no-repeat center center; background-size: cover; padding: 50px 0;}



.ab_img{ position:relative;}
.ab_img .txt{ display: block; position: absolute; top:0; left: 0; width: 100%; text-align: center;}
.ab_img .txt p.big{color: rgb(255, 255, 255);font-size: 14px;line-height: 200%; padding-top: 5px;}
.ab_img .txt p.small{color: rgb(255, 255, 255);font-size: 16px;line-height: 200%;}



.laynav{ display:none !important; justify-content: space-around; position: absolute; left: 0; top:108px; width: 100%; flex-flow: row nowrap; z-index: 99999999999; 
	
	background: rgba(100%,100%,100%, .95); border-top: 2px solid #00548e ; padding-bottom: 25px; display: none;}




.mainleft{ display: block; width: 100%; float: left;}
.mainright{ display: block; float: left; width: 100%; box-sizing: border-box; padding-left: 0px; padding-top: 30px;}

.website{ display: block; border-bottom: 1px solid #00548e; color: #00548e; font-size: 22px;}



.cp{ text-align: center; padding: 30px 0;}

.cp li{
	color: #404040;  
	box-sizing: border-box;

    border-radius: 30px !important;
    color: #00548e ;
    font-size: 14px !important;
    font-family: 微软雅黑 !important;
	line-height: 40px;
	

	border: 1px solid #00548e;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 5px;
	min-width: 100px;
}

.cp li:first-child{ display: none;}
.cp li:hover{
	background-color:#00548e;
	color: #fff !important;
}

.cp li:hover a{
	color: #fff !important;
}

.cp li a{ color: #00548e;}




/*产品*/
.cp .cp_top{
	padding: 5px 25px !important;
    border-radius: 10px !important;
    color: #00548e !important;
    font-size: 16px !important;
    font-family: 微软雅黑 !important;
}
.cp .cp_top1{
	color: #404040;  
	box-sizing: border-box;

    border-radius: 30px !important;
    color: #00548e ;
    font-size: 16px !important;
    font-family: 微软雅黑 !important;
	line-height: 40px;
	width: 150px;

	border: 1px solid #00548e;
}
.cp .cp_top1:hover{
	background-color:#00548e;
	color: #fff !important;
}
.page_top{
	padding-top: 65px;
}
.cbp-filter-counter{
	display: none;
}
.cbp-popup-lightbox-counter{
display: none;	
}

.ProductDetails{ width:100%; padding:10px; position:relative; box-sizing: border-box;}
.ProductDetails .title{ font-size:30px; font-weight:bold; color:#666;}

.DetailsList{width: 100%; margin-top:30px ;  position:relative; overflow: hidden;}
.DetailsList .hd{ width:100%; margin:0 auto; height:63px;border-bottom:solid 1px #00a1e9; padding-bottom:1px; }
.DetailsList .hd li{float: left; margin-right:5px;height: 40px;line-height: 40px; text-align:center;}
.DetailsList .hd li a{display:block; font-size:12px; color:#666; background:#eee; }
.DetailsList .hd li a:hover { color:#fff;background:#00a1e9;}
.DetailsList .hd li.on a{background: #00a1e9; color:#fff;}
.DetailsList .bd{ width:100%; position:relative; margin-top:40px;}
.DetailsList .Introduction{ width:100%; margin:0 auto;}
.DetailsList .IntroductionLeft{ float:left; width:710px; font-size:14px; line-height:30px; color:#666;}
.DetailsList .IntroductionLeft img{ max-width:100%;}
/*主容器*/
.DetailsList .IntroductionRight{width: 435px;height:360px; float:right;}
/*正常容器*/
.DetailsList .ProductImg{ float:left;width: 354px;height: 354px; margin:2px 0;position: relative; border:solid 1px #eee;}
.DetailsList .ProductImg img{width: 354px;height:354px;}
/*滑块*/
.DetailsList .ProductImgBegin{width: 130px; height: 130px; background:rgba(0, 161, 233, 0.5);left: 0;top: 0; position: absolute;cursor: move;display: none;}
/*放大镜显示区域*/
.DetailsList .ProductImgShow{width: 356px;height: 356px;display: none;position: absolute;right:366px;top: 0;overflow: hidden;background-color: #454545;}
.DetailsList .ProductImgShow img{width: 1000px;height: 1000px;}
/*设置选择图片容器*/
.DetailsList .ProductImgList{ float:right;margin:0;height:340px;width:70px;list-style: none;}
.DetailsList .ProductImgList li{margin:2px 0;width: 66px;height: 66px;float: left;cursor: pointer;border: 1px solid #eee;text-align:center;}
.DetailsList .ProductImgList li img{vertical-align:top;display:inline;width:66px;height:66px;}
.DetailsList .ProductImgList .active{width: 64px;height: 64px;border: 2px solid #00a1e9;}
.DetailsList .ProductImgList .active img{ width:64px; height:64px;}

.DetailsList .norm,.DetailsList .order{ width:1180px; margin:0 auto; font-size:14px; line-height:30px; color:#666;}
.DetailsList .norm img,.DetailsList .order img{ max-width:100%;}

.DetailsList .download{ width:1178px; margin:30px auto; border:solid 1px #eee;}
.DetailsList .downloadTop{ width:100%; height:44px; background:#eee; padding:0 29px;}
.DetailsList .downloadTop p{ float:left; height:44px; line-height:44px; font-size:14px; color:#666; font-weight:bold;}
.DetailsList .downloadTop .downloadName{ width:84%; overflow:hidden;}
.DetailsList .downloadTop .downloadFormat{ width:12%; overflow:hidden;}
.DetailsList .downloadTop .downloadSize{ width:12%; overflow:hidden;}
.DetailsList .downloadTop .downloadTime{ width:20%; overflow:hidden;}
.DetailsList .downloadTop .downloads{ width:16%; overflow:hidden;}
.DetailsList .downloadC{ display:inline-block; padding:10px 29px 29px;}
.DetailsList .downloadC li{ float:left; width:1120px; border-bottom: dotted 1px #ccc; height:60px; line-height:60px;}
.DetailsList .downloadC li p{ float:left; font-size:14px; color:#333;}
.DetailsList .downloadC .downloadName{ width:84%; overflow:hidden; font-size:14px; color:#666; font-weight:bold;}
.DetailsList .downloadC .downloadFormat{ width:12%; overflow:hidden;}
.DetailsList .downloadC .downloadSize{ width:12%; overflow:hidden;}
.DetailsList .downloadC .downloadTime{ width:20%; overflow:hidden;}
.DetailsList .downloadC .downloads{ width:16%; height:40px; background:#00a1e9; line-height:40px; text-align:center; margin-top:10px; border-radius:4px;}
.DetailsList .downloadC .downloads a{ display:block; color:#fff; font-weight:bold;}
.DetailsList .downloadC .downloads:hover{ background:#f39800; }

.DetailsList .related ul{ overflow:hidden; zoom:1; width:100%;   float:left; _display:inline;  }
.DetailsList .related ul li{ margin: 10px ; width:100%; float:left; _display:inline; overflow:hidden; text-align:center;  }
.DetailsList .related ul li .img{ width:100%;overflow:hidden;}
.DetailsList .related ul li .img img{ width:100%; display:block;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
.DetailsList .related ul li .title{ font-size:16px; color:#666; margin-top:10px;  text-align:center;   }
.DetailsList .related ul li:hover .title{ color:#00a1e9;}
.DetailsList .related ul li:hover .img img{transform: scale(1.07,1.07); -webkit-transform: scale(1.07,1.07);}



.new_con {
	width: 100%;
	background: #ffffff;
}

.new_con .container {
	max-width: 1200px;
	width: 98%;
}

.new_con .container .new_ul li {
	
	float: left;
	margin: auto 4px;
	width: 100%;

	border-bottom: 1px solid #dedede;
	padding: 20px 0;
}

.new_con .container .new_ul li .img {
	position: relative;

	overflow: hidden;
	width: 40%;
	float: left;
}

.new_con .container .new_ul li .img img {
	transition: 0.3s;
	width: 100%;
}

.new_con .container .new_ul li .img img:hover {
	transform: scale(1.2);
}

.new_con .container .new_ul li .img_zi {
	color: #505050;
	width: 56%;
	float: right;
}

.new_con .container .new_ul li .img_zi .title {
	color: #505050;
	font-size: 18px;
	line-height: 18px;
	width: 100%;
	display: block;
	height: 18px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
}

.new_con .container .new_ul li .img_zi .title:hover {
	color: #F13A3A;
	font-weight: bold;
	text-decoration: none;
}

.new_con .container .new_ul li .img_zi time {
	font-family: arial;
	color: #9b9b9b;
	line-height: 20px;
	font-size: 12px;
}

.new_con .container .new_ul li .img_zi p {
	width: 100%;

	line-height: 24px;
	margin-top: 10px;
	font-size: 13px;
	color: #666666;
	height: 72px;
	overflow: hidden;
}

.new_con .container .new_ul li .img_zi .more {
	display: inline-block;
	width: 100px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border: 1px solid #c8c8c8;
	font-size: 12px;
	color: #666666;
}

.new_con .container .new_ul li .img_zi .more:hover {
	background: #F13A3A;
	color: #fff;
	border: 1px solid #ef7ebe;
	text-decoration: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    height: 200px;
}



.xiangq_top{ box-sizing: border-box; padding: 20px;}

}	
