﻿

html {
	font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
}
body {
	font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体" !important;
}
ol, li {
	list-style: none;
}
#header, footer, #main {
	overflow: hidden;
	width: 100%;
}


.w1200 {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .top_main {
        display:none !important;
    }
	
	.linkcon{   display:none !important;}
	
	.pdc-list li b img {
    height: 110px !important;
	}
	
}

.translate{float:right;}

/*top_main*/
.top_main {
    width: 100%;
    height: 37px;
    line-height: 38px;
    position: relative;
    z-index: 80;
    background-color: #f5f5f5;
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}

.top_main .split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #666;
    vertical-align: middle;
    margin: 0;
    margin-top: -2px;
}

.top_main li a {
    color: #666;
    cursor: pointer;
}

.top_main li a:hover {
    color: #dc0000;
}



/*css3*/
/*header*/
.swiper-container1, .swiper-container2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner {
	top: -35px;
	position: relative;
	border-top: 0px solid #1A1A1A;
}
.banner .container {
	position: relative;
	height: 100%;
}
.banner .container h3 {
	position: absolute;
	left: 0;
	top: -30px;
	background: #F43136;
	color: #fff;
	line-height: 30px;
	width: 78px;
	text-align: center;
	z-index: 1000;
}
/*正常屏幕*/
.h-logo {
	display: table;
	vertical-align: middle;
	padding: 10px 0;
}
.h-logo img {
	display: table-cell;
	vertical-align: middle;
}
.h-logo p {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width:100%;
}
.h-logo p span {
	font-size: 14px;
	color: #777777;
	margin-left: 20px;
	margin-top: 5px;
}
.h-logo p span i {
	margin-right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #777777;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	margin-top: -2px;
}
.h-logo p span small {
	font-size: 18px;
}
.h-nav {
	height: 55px;
	background: #1a1a1a;
	position: relative;
	padding: 0;
	border-radius: 5px;
	z-index: 10;
}
.h-nav:after {
	display: block;
	content: '';
	clear: both;
}
.h-nav ul > li {
	float: left;
	width: 14.2%;
	
	text-align: center;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms; line-height:55px;
	height: 55px;
}
.h-nav ul > li small {
	display: block;
}
.h-nav ul > li:first-child {
	border-radius: 5px 0 0 5px;
}
.h-nav ul > li:last-child {
	border-radius: 0 5px 5px 0;
}
.h-nav ul > li a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.h-nav ul > li:hover {
	background: #015cb5;
}

  /*网站导航*/

.nav_main .nav1 li{position: relative;z-index: 10;text-align: center;transition: all .5s;}
.nav_main .nav1 li a{display: block;color:#fff;font-size:16px;height:55px; line-height:55px; overflow:hidden}
.nav_main .nav1 li:hover, .nav_main .nav li.hover{background: #0067d0;}
.nav_main .nav1 dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav1 dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav1 li:hover dl{ z-index:1000;opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav1 dl dd{line-height: 55px;height: 55px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #1b1b1b;}
.nav_main .nav1 dl dd:first-child{border: none;}
.nav_main .nav1 dl dd a{color: #fff;font-size: 14px;padding: 0;background: #2b2b2b;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #0067d0, #0067d0);background-image: linear-gradient(to right, #0067d0, #0067d0);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav1 dl dd a:hover {background-size: 100% 100%;padding-left: 10px;color: rgba(255, 255, 255, 0.9999);}


/*小屏幕手机*/
.hidden-g {
	position: relative;
}
.hidden-g .h-nav-g {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;    
	box-shadow: 0px 1px 1px #b5b5b5
}
.hidden-g .h-nav-g img {
	max-height: 96%;
	margin-left: 15px;
}
.hidden-g .h-nav-g .btn_i {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	background: #000000;
	border-radius: 4px;
	margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
	opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
	transform: rotateZ(45deg);
	transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
	transform: rotateZ(-45deg);
	transform-origin: 5px -1px;
}
.hidden-g .h-nav-g .i_tel {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url("/templets/k103/static/images/tel.png");
	position: absolute;
	right: 15px;
	top: 0;
	height: 60px;
	width: 40px;
}
.hidden-g .ul-small {
	background: #3a3a3a;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	transform: translateX(220px);
	transition: 300ms;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
}
.hidden-g .ul-small input {
	width: 160px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin: 20px 30px 0 30px;
	text-indent: 10px;
}
.hidden-g .ul-small ul {
	margin-top: 20px;
}
.hidden-g .ul-small ul li a {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	display: block;
}
.hidden-g .translate {
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
}
.hidden-g .translate2 {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
/*banner*/
.banner .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	display: inline-block;
	border-radius: 5px;
	background: #919190;
	opacity: .4;
}
.banner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.banner .swiper-slide {
	position: relative;
	background-size: 240px;
}
/*main*/
#main {
	margin-top: -35px;
}
.main-title {
	clear: both;
	text-align: center;
	position: relative;
	padding: 20px 0 10px 0;
}
.main-title h3 {
	line-height: 260%;
	font-size: 36px;
	color: #333333;
	font-family: "Georgia Regular", "microsoft yahei", "sans-serif";
	background: url("/templets/k103/static/images/title.png") no-repeat center;
}
.main-title small {
	font-size: 20px;
	color: #6a6a6a;
}
/*product*/
.product {
	background: #fff;
	padding-bottom: 0px;
}
.pro-type {
	margin-bottom: 30px;
}
.pro-type ul {
	margin: 0 auto;
	width: auto;
}
.pro-type ul li {
	display: inline-block;
	
	line-height: 32px;
	background: #eeeeee;
	margin: 10px 12px 10px 12px;
	text-align: center;
}
.pro-type ul li a {
	padding:0 6px;
	color: #4e4e4e;
	font-size: 14px;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pro-type ul li a:hover {
	background: #015cb5;
	color: #fff;
}
.pdc-list {
	overflow: hidden;
}
.pdc-list li {
	margin-bottom: 13px;
}
.pdc-list li b {
	display: block;
	width: 100%;

	position: relative;
}
.pdc-list li b img {/*position: absolute; top: 50%; left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); max-height: 100%;*/
	height: 200px;
	 object-fit: cover ;
	width: 100%;
	transition: 300ms;
	-webkit-transition: 300ms;
	display: block;
}
.pdc-list li b i {
	display: block;
	width: 38px;
	height: 38px;
	background: url("/templets/k103/static/images/more.png");
	position: absolute;
	left: 50%;
	margin-left: -19px;
	top: 50%;
	margin-top: -19px;
	opacity: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pdc-list li span {
	display: block;
	line-height: 38px;
	height:38px;
	overflow:hidden;
	text-align: center;
	border-bottom: 3px solid #e5e5e5;
	font-size: 14px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pdc-list li:hover img {
	opacity: 0.5;
}
.pdc-list li:hover i {
	opacity: 1;
}
.pdc-list li:hover span {
	background: #015cb5;
	color: #fff;
	border-bottom: 3px solid #015cb5;
}
/*time*/
.indexcoo {
	background: url(/templets/k103/static/images/coop.jpg) no-repeat center center;
	height: 289px;
}
.indexcoo .list {
	padding-top: 105px;
	padding-bottom: 70px;
}
.indexcoo .list li {
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
}
.indexcoo .list li .num p {
	width: auto;
	display: inline;
	position: relative;
}
.indexcoo .list li .num p strong {
	font-size: 18px;
	padding-left: 14px;
}
.indexcoo .list li .num p span {
	animation: r_x 4s ease-in-out infinite;
	-webkit-animation: r_x 4s ease-in-out infinite;
	display: inline-block;
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.indexcoo .list li .num small {
	display: block;
	position: absolute;
	font-size: 30px;
	line-height: 1;
	right: 13px;
	top: -21px;
	color: #fff;
}
.indexcoo .list li .line {
	margin-left: auto;
	margin-right: auto;
	width: 60px;
	height: 3px;
	margin-top: 15px;
	background: #fff;
}
.indexcoo .list li .text {
	line-height: 50px;
	font-size: 16px;
	color: #fefefe;
}
@keyframes r_x {
75% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@-webkit-keyframes r_x {
75% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
.time2 {
	height: 125px;
	background: url("/templets/k103/static/images/b3.jpg") no-repeat center;
	background-size: cover;
}
/*news*/
.news ul {
	margin-bottom: 45px;
}
.news ul li {
	position: relative;
}
.news ul li:after {
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	bottom: 90px;
	left: 0;
}
.news ul li a {
	font-size: 14px;
	color: #5f5f5f;
	position: relative;
	z-index: 10;
}
.news ul li a > span {
	display: block;
	font-size: 14px;
	padding: 10px 0;
	

	transition: 300ms;
	-webkit-transition: 300ms;
}

.news ul li a > span.ti {
	height:50px;
		overflow:hidden;
	
	}

.news ul li a div {
	position: relative;
	padding-bottom:15px;
	width: 105px;
}
.news ul li a div:after {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	background: #999999;
	left: 50%;
	margin-left: -1px;
	top: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.news ul li a div:before {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: #999999;
	left: 50%;
	bottom: -6px;
	border-radius: 50%;
	z-index: 2;
	margin-left: -6px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.news ul li a div small {
	display: block;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
	border-radius: 3px;
	background: #999999;
	color: #fff;
	text-align: center;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.news ul li a > small {
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin-top: 20px;
}
.news ul li:hover a > span {
	color: #015cb5;
}
.news ul li:hover div:after, .news ul li:hover div:before {
	background: #015cb5;
}
.news ul li:hover div small {
	background: #015cb5;
}
/*company*/
.company {
	
	height: 656px;
	background: url("/templets/k103/static/images/about.jpg") no-repeat center;
	padding-top: 88px;
	margin-top: 20px;
	background-size:100%  656px;
}
.company .com-right {
	width: 50%;
	float: left;
}
.company .com-right .com-title {
	margin-bottom: 25px;
	height:50px;
}
.company .com-right .com-title b {
	font-size: 36px;
	color: #015cb5;
	font-weight: 500;
	position: relative;

}
.company .com-right .com-title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background: #8b8b8b;
}
.company .com-right .com-title small {
	font-size: 18px;
	color: #878787;
}
.company .com-right span {
	display: block;
	font-size: 30px;
	color: #575757;
	margin-bottom: 75px;
}
.company .com-right p {
	width: 285px;
	height: 50px;
	line-height: 50px;
	background: #015cb5;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 25px;
}


.company .com-right .geng {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #015cb5;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}
.company .com-right .geng a{color:#fff}


.company .com-right small {
	display:inline-block;
	overflow:hidden;
height:280px;
	line-height: 25px;
	font-size:1.4rem;
}
.company .container {
	position: relative;
	height: 100%;
}
.company .container > p {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 24px;
	color: #fff;
	background: url("/templets/k103/static/images/tel2.png") no-repeat right center;
	padding-right: 85px;
	line-height: 88px;
}
.company .container > p b {
	font-size: 40px;
}
/*adv*/
.adv ul li {
	margin-bottom: 40px;
}
.adv ul li:after {
	display: block;
	content: '';
	clear: both;
}
.adv ul li p {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 50px;
	line-height: 50px;
}
.adv ul li p:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #015cb5;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotateZ(45deg);
}
.adv ul li p span {
	font-size: 30px;
	color: #fff;
	z-index: 10;
	display: block;
	text-align: center;
	position: relative;
}
.adv ul li div {
	float: left;
	width: 85%;
}
.adv ul li div strong {
	display: block;
	font-size: 25px;
	color: #015cb5;
}
.adv ul li div b {
	display: block;
	font-size: 13px;
	color: #6a6a6a;
}
/*contact*/
.contact {
	height: 200px;
	background: url("/templets/k103/static/images/zx.jpg") no-repeat center;
	color: #fff;
}
.contact .container {
	position: relative;
}
.contact h2 {
	background: url("/templets/k103/static/images/text.png") no-repeat center;
	width: 433px;
	height: 34px;
	text-indent: -999rem;
	margin-top: 55px;
}
.contact small {
	font-size: 20px;
	display: block;
	margin-top: 15px;
}
.contact a {
	width: 198px;
	height: 53px;
	background: url("/templets/k103/static/images/zxbtn.png") no-repeat center;
	text-indent: -999rem;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*footer*/
footer {
	background: #1a1a1a;
	font-size: 14px;
	color: #888888;
}
footer .container {
	position: relative;
}
footer a {
	color: #888888;
}
footer .row {
	padding: 10px 0 0px 0;
}
footer .row ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #383838;
}
footer .f-nav {
	overflow: hidden;
	padding-top: 10px;
}
footer .f-nav li {
	float: left;
	width: 10%;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
}
footer .f-nav li a {
	height:35px;
	overflow:hidden;
	display: block;
	color: #888888;
}
footer .f-nav li:hover {
	background: #424242;
}
footer .f-links {
	margin-top: 25px;
}
footer .f-links img {
	float: left; margin-right:20px; height:150px
}
footer .f-links ul {
	float: left;
	border-left: 1px solid #888888;
}
footer .f-links ul p {
 font-weight:bold;
 line-height:200%;
	margin-bottom: 5px;
}
footer .f-ewm p {
	float: right;
	padding: 0; margin-top:25px;
}
footer .f-ewm span {
	display: block;
	text-align: center;
	font-size: 12px; margin-top:5px;
}
footer .f-bottom {
	padding: 5px 0;
	text-align: center
}
footer .f-bottom span {
	float: right;
}
footer .gtop {
	position: absolute;
	right: 30px;
	top: 0;
	background: #f43136;
	color: #fff;
	text-align: center;
	width: 48px;
	height: 48px;
	z-index: 200;
	line-height: 48px;
	font-size: 24px;
	cursor: pointer;
}
/*info*/
.container {
	position: relative;
}
.container .info-title {
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 100;
		padding:0 10px;
	height: 70px;
	background:#337ab7;
	color: #fff;
	text-align: center;
	line-height: 77px;
	font-size: 30px;
}
.location {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	padding: 30px 0;
}
.location ul li {
	float: left;
	/*width: 10%;*/
	padding:0 10px;
	text-align: center;/* background: #909090; */
	color: #000;

	transition: 300ms;
	-webkit-transition: 300ms;
}
.location ul li:hover {
	background: #337ab7;
	color: #fff;
}
.location ul li:hover a {
	color: #fff;
}
.location ul li.li_active {
	background: #337ab7;
	color: #fff;
}
.location ul li.li_active a {
	color: #fff;
}
.location ul li a {
	color: #383838;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.location p {
	float: right;
	font-size: 14px;
	color: #484848;
}
.location p i {
	color: #015cb5;
	font-size: 24px;
	padding-right: 5px;
}
.location p a {
	color: #484848;
}
.location p a:hover {
	color: #015cb5;
}
.p_content {
	
	font-size: 14px;
	line-height: 260%;
	width: 100%;
	overflow: hidden;
	text-align: justify;
}

.p_content p {
	word-break: break-all;
}
.p_content img {
	max-width: 100%;
	padding:10px;
	height: auto!important
}
.p_content table{ text-align:center;width:100% !important;}
#info {
	margin-top: -35px;
}
.info2 {
	padding-bottom: 0px;
}
.info2 .location {
	margin-bottom: 30px;
}
.info-pro {
	padding-top: 45px;
}
.info-pro .pro-type ul {
	margin: 1px;
	width: 100%;
}
/*关于我们详情页*/
.info_com {
	padding-top: 25px;
}
.info_contact {
	background: #f1f1f1;
	padding: 25px 0;
	margin-top: 10px;
}
.info_contact ul {
	overflow: hidden;
}
.info_contact ul li {
	width: 25%;
	float: left;
	border-left: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: 18px center;
	padding: 18px 0 18px 110px;
}
.info_contact ul li:nth-of-type(1) {
	background-image: url("/templets/k103/static/images/ft1.png");
	border-left: 0;
}
.info_contact ul li:nth-of-type(2) {
	background-image: url("/templets/k103/static/images/ft2.png");
}
.info_contact ul li:nth-of-type(3) {
	background-image: url("/templets/k103/static/images/ft3.png");
}
.info_contact ul li:nth-of-type(4) {
	background-image: url("/templets/k103/static/images/ft4.png");
}
.info_contact ul li b {
	display: block;
	font-size: 18px;
}
.info_contact ul li small {
	font-size: 16px;
	color: #5f5d5d;
	margin-top: 10px;
}
/*在线留言详情页*/
.input-group {
	margin-bottom: 10px;
	clear: both; /*overflow: hidden;*/
}
.input-group:after {
	display: block;
	content: '';
	clear: both;
}
.input-group label {
	width: 62px;
	font-size: 15px;
	display: inline-block;
	text-align-last: justify;
	color: #606060;
	font-weight: bold;
}
.input-group input[type=text] {
	border: 1px solid #aaa;
	border-radius: 2px;
	line-height: 30px;
	height: 30px;
	width: 276px;
	text-indent: 1em;
	font-family: "microsoft yahei", "sans-serif";/* background: #f0f2ef; */
	transition: 300ms;
	-webkit-transition: 300ms;
	outline: none;
}
.input-group input[type=text]:focus {
	width: 300px;
	box-shadow: 0 0 5px #015cb5;
	border: 1px solid #015cb5;
}
.input-group textarea:focus {
	width: 440px;
	box-shadow: 0 0 5px #015cb5;
	border: 1px solid #015cb5;
}
.input-group input[type=text]#captcha:focus {
	width: 90px;
	box-shadow: 0 0 5px #015cb5;
	border: 1px solid #015cb5;
}
.input-group textarea {
	transition: 300ms;
	-webkit-transition: 300ms;
	width: 420px;
	border: 1px solid #aaa;
	border-radius: 2px;
	text-indent: 1em;
	padding-top: 5px;
	font-family: "microsoft yahei", "sans-serif";
	outline: none;
}
#submit {
	display: block;
	clear: both;
	width: 80px;
	line-height: 30px;
	background: #015cb5;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: "microsoft yahei";
	margin-left: 64px;
}
#submit:hover {
	background: #BB0000;
}
/*page*/
div.page {
	margin: 20px 0 20px 0;
	clear: both;
	text-align: center;
	font-size: 12px;
}
div.page a {
	padding: 2px 5px;
	margin: 2px;
	color: #0E0E0E;
	text-decoration: none;
	background: #fff;
	border: 1px solid #908A8A;
	margin-bottom: 5px;
	display: inline-block;
}
div.page a:hover {
	border: 1px solid #015cb5;
}
div.page span.current {
	padding: 3px 10px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #015cb5;
}
div.page span.disabled {
	padding: 2px 5px;
	margin: 2px;
	color: #ddd;
}
#prev_next {
	list-style: none;
	margin-top: 20px;
	margin-right: 10px;
}
#prev_next a {
	color: #3e3e3e;
}
#prev_next a:hover {
	color: #015cb5;
}
#prev_next {
	font-size: 14px;
	margin-top: 25px;
}
.prev_page, .next_page {
	font-size: 14px;
	border-top: 1px solid #ccc;
	padding: 5px 25px;
}
.prev_page a:hover, .next_page a:hover {
	color: #1c4dbe;
}
.prev_page {
	margin-top: 20px;
	background: url("/templets/k103/static/images/prev_bg.png") no-repeat left center;
	background-size: 18px;
}
.next_page {
	border-bottom: 1px solid #ccc;
	background: url("/templets/k103/static/images/next_bg.png") no-repeat left center;
	background-size: 18px;
}
/*联系我们详情页*/
.contact_info_list ul li {
	font-size: 14px;
	list-style: none;
	line-height: 30px;
}
.contact_info_list b {
	font-size: 22px;
	color: #b00;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}
.contact_info_list b span {
	display: block;
	font-size: 12px;
	color: grey;
	margin-top: 5px;
	letter-spacing: -1px;
}
.info_maps {
	border: 1px solid #ccc;
	height: 315px;
	padding: 0;
}
/*产品详情页*/
.info_content_left h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.pdc_time {
	color: #999; /*margin: 0 0 30px 0; padding-bottom: 20px; border-bottom: 1px solid #EDEDED; */
	font-size: 12px;
}
.info_content_right h4 {
	font-size: 16px;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #EDEDED;
	font-weight: bold;
}
.info_content_right ul li a, .info_content_right ol li {
	color: #9E9E9E;
	line-height: 35px;
}
.info_content_right ul li a:hover {
	text-decoration: underline;
}
.p_info_title {
	margin-bottom: 15px;
}
/*新闻详情页*/
/*新闻子页面*/
.info_news_ul li {
	background: #f6f6f6;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.info_news_ul li img {
	display: block;
	width: 100%;
	max-width: 283px;
	height: 175px;
}
.info_news_ul li b {
	padding-left: 0;
}
.info_news_ul .col-md-2 {
	text-align: center;
	color: #4b4b4b;
	font-size: 14px;
	position: relative;
	top: 50%;
	margin-top: 55px;
}
.info_news_ul .col-md-2 small {
	display: block;
	width: 92px;
	height: 25px;
	margin: 10px auto 0 auto;
	line-height: 25px;
	text-align: center;
	background: #9A9A9A;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.info_news_ul .col-md-7 {
	font-size: 16px;
	color: #1f1f1f;
	padding: 5px 0;
	margin-top: 40px;
}
.info_news_ul .col-md-7 small {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 24px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: justify;
}
.info_news_ul li:hover {
	background: #fff;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000000;
}
.news_tips {
	width: 83px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #1c4dbe;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
/*新闻详情页*/
.n_left {
	width: 71.5%;
	float: left;
	margin-top: 40px;
}
.n_left ._title {
	font-size: 36px;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 400;
}
.news_time span {
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_time span:first-child {
	background: url("/templets/k103/static/images/time.png") no-repeat left center;
	padding-left: 20px;
}
.news_time span:first-child + span {
	background: url("/templets/k103/static/images/click.png") no-repeat left center;
	padding-left: 25px;
}
.info_news_right {
	width: 24%;
	float: right;
	padding-top: 40px;
}
.info_news_right ul {
	margin-top: 45px;
	border: #f3f3f3 10px solid;
	padding: 10px 7%;
}
.info_news_right ul li {
	padding: 27px 0;
	border-bottom: 1px #ececec solid;
}
.info_news_right ul li a {
	display: block;
	font-size: 16px;

	color: #5c5c5c;
}
.info_news_right ul li b {
	display: block;
	padding-bottom: 8px;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.info_news_right ul li a span {
	display: block;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	font-weight: 400;
}
.info_news_right ul li b:before {
	display: block;
	content: '';
	float: left;
	margin-right: 5px;
}
.info_news_right ul li:first-child b:before {
	width: 30px;
	height: 26px;
	background: url("/templets/k103/static/images/up.png") no-repeat 0 -34px;
}
.info_news_right ul li:first-child + li b:before {
	width: 30px;
	height: 26px;
	background: url("/templets/k103/static/images/up.png") no-repeat 0 0;
}
.banner2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 380px;
}
.p-banner {
	background-image: url("/templets/k103/static/images/p-banner.jpg");
}
.c-banner {
	background-image: url("/templets/k103/static/images/c-banner.jpg");
}
.co-banner {
	background-image: url("/templets/k103/static/images/co-banner.jpg");
}
.j-banner {
	background-image: url("/templets/k103/static/images/j-banner.png");
}
.a-banner {
	background-image: url("/templets/k103/static/images/a-banner.png");
}
.n-banner {
	background-image: url("/templets/k103/static/images/n-banner.jpg");
}
.m-banner {
	background-image: url("/templets/k103/static/images/m-banner.jpg");
}
.ok {
	background: #015cb5;
}
.ok1 {
	background:#337ab7;
}
.ok1 a{color: #fff !important
}
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a.page-num-current {
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.text-secondary{ text-align:center; padding:20px 0}
.company-info{ margin-bottom:50px}
.info2{ margin-bottom:50px}
.news{ margin-bottom:50px}
.dibu{ line-height:40px}
.merji{ display:none}

@media screen and (max-width: 768px) {
   .merji{ display:block; margin-bottom:10px; overflow:hidden}
   .merji a{ width:24%; display:inline-block; background:#eeeeee; font-size:12px; text-align:center; margin-bottom:5px; padding:5px 4px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
   .merji a.on{ background:#337ab7; color:#fff}
   .info-pro{ padding-top:20px}
   .info_content img{ max-width:100%; height:auto !important}
}





 .fn {
 width: 100%;
 height:auto;
 position: fixed;
 display: block;
 bottom: 0;
 left:50%;
 margin-left: -50%;
 z-index: 100;
}
 .fn ul {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 flex-wrap: nowrap;
}
 .fn ul li {
 float: left;
 width:25%;
 height: auto;
 background:#14407a;
 padding-top: .8rem;
 padding-bottom: .2rem;
 text-align: center;
 position: relative;
}
 .fn ul li:after {
	     z-index: 10;
 content: "";
 width: .04rem;
 height: 100%;
 position: absolute;
 right: 0;
 top: 0;
 background: #fff;
}
 .fn ul li:last-child:after {
 width: 0;
 height: 0;
 overflow: hidden;
}
 .fn ul li img {
 display: block;
 margin:0 auto;
 height:1.6rem;
}
 .fn ul li p {
 color:#fff;
 margin-top:1.1rem;
 font-size:1rem;
}
 .fn ul li div {
 position: absolute;
 width: 100%;
 left: 0;
 bottom:80px;
 display: none;
 background: #0d64b8;
}
 .fn ul li div ul li {
 width: 100%;
 float: inherit;
 height: auto;
 line-height: 30px;
 border-bottom: 1px dashed #ccc;
 overflow: hidden;
}



/*微信弹窗*/
#wxnr{width:100%;height: 100%;max-width: 640px;min-width: 320px;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0, 0, 0, .6);}
#wxnr .nrdf{margin: auto;position: absolute;top: 40%;left: 0;right: 0;width: 15rem;height: auto;padding-top: 1.6rem;margin-top: -2.5rem;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;}
#wxnr img{width: 90%;height: auto;display: block;margin: 0 auto;}
#wxnr p{  
    line-height: 1.6rem;
    text-align: center;}
#wxnr i{
	position: absolute;
    top: 0.05rem;
    right: 0.1rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;

	
	}
#wxnr span{display:inline-block;padding: 0 0.1rem;background-color: #dc0000;color:#fff;border-radius: 0.05rem;cursor:pointer;}
#wxnr span.wx{
	
	
    padding-left: 1rem;
    background-image: url(wx.png);
    background-size: 1.2rem;
    background-position: 0.1rem center;
    background-repeat: no-repeat;
	}
/*复制提示*/
#weixin{position: fixed;top: 50%;margin-top: -0.4rem;z-index: 9999999;font-size: 1rem;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: 0.1rem;display: none;}
