@charset "utf-8";
/* CSS Document */


/**common**/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	padding: 0;
	margin: 0;
	font: 14px "微软雅黑", Arial, Helvetica, sans-serif;
	color: #40424e;
}
table, td, tr, th {
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img {
	vertical-align: top;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}
address, cite, code, em, th, i {
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
	color: #40424e;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="text"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
.container {
	width: 100%;
	padding: 0;
}
.width {
	width: 1200px;
	margin: 0 auto;
}
header div{ text-align:right; padding-top:10px; margin:0 auto;}
@media (min-width: 1600px)
{
	header div{ width:1500px;}
}
header div a{ display:inline-block;}
header div a:nth-child(2){ margin-left:15px;}
@media(min-width:1600px) {
nav {
	width: 1600px;
}
.nav>li {
	width: 112px;
}
}
 @media(max-width:1440px) {
nav {
	max-width: 1200px;
	width: 1200px
}
}
nav {
	margin: 0 auto 0 auto;
	padding: 28px 0;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-brand {
	padding: 0;
}
.nav {
	width: 59%;
	float: right;
}
.nav>li {
	text-align: center;
	font-size: 14px;
}
.navbar-default .navbar-nav>li>a {
	color: #40424e;
	background: none !important;
	font-size: 16px;
}
.nav {
	padding-top: 10px;
}
.nav>li {
	text-align: center;
}
.nav>li:after {
	content: '';
	width: 0;
	background-color: #0066d1;
 background-color:;
	left: 0;
	position: absolute;
	bottom: -20px;
	height: 2px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: 1;
	border: none;
	margin: 0;
}
.nav>li:hover:after {
	width: 100%;
}
.nav>li>a {
	padding: 0;
	border-right: #cdd2dd solid 1px;
}
.nav>li:last-child a{ border:none;}
.nav>li span {
	display: block;
	color: #bac0c7;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #FFF;
	color: #0066d1;
}
.nav>li>a:hover {
	color: #0066d1 !important;
}
.dropdown-menu {
	min-width: 150px;
	top: 150%;
	left: -15%;
}
.dropdown-menu>li>a {
	text-align: center;
	line-height: 40px;
}
.dropdown-menu>li:hover a {
	background: #0066d1;
	color: #fff;
}
.banner {
	width: 100%;
	margin: 0 auto;
}
.swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	background: #0066d1;
	border-radius: 0;
}
.m_banner{ display:none;}
.product {
	background: #f5f5f5;
	padding: 50px 0 50px 0;
}
.title {
	text-align: center;
}
.title b {
	color: #0056b1;
	font-size: 36px;
}
.title h3 {
	color: #40424e;
	font-size: 22px;
}
.product ul>li .pro_img {
	width: 100%;
	max-height: 270px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	box-shadow: 10px 10px 20px #e9edf3;
	-webkit-box-shadow: 10px 10px 20px #e9edf3;
	-o-box-shadow: 10px 10px 20px #e9edf3;
	-moz-box-shadow: 10px 10px 20px #e9edf3;
	-ms-box-shadow: 10px 10px 20px #e9edf3;
}
.product ul>li .pro_img img {
	width: 100%;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.product ul>li .pro_img img:hover {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.product ul>li p {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 15px;
}
.product ul>li p a {
	color: #a0a2ae;
}
.pro_type {
	text-align: center;
	padding: 50px 0 50px 0;
}
.pro_type a {
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	padding: 5px 21px;
	font-size: 16px;
	transition: 0.6s all;
	-moz-transition: 0.6s all;
	-ms-transition: 0.6s all;
	-o-transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.pro_type a+a {
	margin-left: 10px;
}
.pro_type a.active, .pro_type a:hover {
	background: #0056b1;
	color: #fff;
}
.pro_list ul {
	display: none;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.n_pro_left {
	background: #fff;
	padding: 0;
	width: 20%;
}
.n_pro_left p {
	width: 100%;
	background: #0066d1;
	height: 100px;
	line-height: 100px;
	padding: 0 15px;
	color: #fff;
	font-size: 30px;
}
.n_pro_left ul {
	padding: 20px 0;
}
.n_pro_left ul>li {
	line-height: 45px;
	border-bottom: #ddd solid 1px;
	padding: 0 15px;
}
.n_pro_left ul>li:hover, .n_pro_left ul>li.a {
	background: #0066d1;
	color: #fff;
}
.n_pro_left ul>li:hover a, .n_pro_left ul>li.a a {
	color: #fff;
}
.n_pro_list {
	width: 80%;
}
.more {
	text-align: center;
}
.more a {
	display: inline-block;
	color: #0059b7;
	border: #0059b7 solid 2px;
	padding: 5px 20px;
	font-size: 16px;
}
.more a:hover {
	background: #0059b7;
	color: #fff;
}
.about {
	background: url(../images/about_bg.png) no-repeat center center;
	padding: 50px 0;
}
.about div:last-child h2 {
	color: #40424e;
	font-size: 18px;
	padding: 50px 0;
	font-weight: bold;
}
.about div:last-child p {
	font-size: 15px;
	line-height: 23px;
	color: #8a8c96;
	text-indent: 2em;
}
.about ul {
	margin-top: 30px;
}
.about ul>li {
	text-align: center;
}
.about ul>li:hover img {
	-webkit-animation-name: y-ain;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
}
.about ul>li span {
	color: #757889;
	font-size: 14px;
}
.about ul>li span:last-child {
	font-size: 12px;
}
.yingyong {
	width: 100%;
	background: url(../images/hyyy.jpg) no-repeat center center;
	padding: 50px 0;
}
.yingyong .title b {
	color: #fff;
}
.yingyong .title h3 {
	color: #fff;
}
.yingyong .desc {
	background: url(../images/hy_bg.png) no-repeat center center;
	height: 47px;
	line-height: 47px;
	color: #fff;
	text-align: center;
}
.yingyong ul {
	margin: 40px 0 50px 0;
}
.yingyong ul>li {
	width: 20%;
	float: left;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.yingyong ul>li .hy_img {
	overflow: hidden;
}
.yingyong ul>li .hy_img img {
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.yingyong ul>li:hover .hy_img img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.yingyong ul>li .hy_title {
	text-align: center;
	background: #fff;
	color: #0059b7;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.yingyong ul>li .hy_title a {
	color: #0056b1;
	font-size: 14px;
}
.yingyong ul>li .hy_title i {
	position: absolute;
	right: 10px;
	top: 12px;
	background: url(../images/icon.png) no-repeat center center;
	background-size: 8px 14px;
	width: 8px;
	height: 14px;
}
.yingyong ul>li:hover .hy_title {
	background: #f90;
}
.yingyong ul>li:hover .hy_title a {
	color: #fff;
}
.yingyong ul>li:hover .hy_title i {
	background: url(../images/icon_hover.png) no-repeat center center;
}
.yingyong .more a {
	border: #fff solid 2px;
	color: #fff;
}
.case {
	padding: 80px 0 50px 0;
}
.case .title {
	margin-bottom: 30px;
}
.case ul>li {
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.case ul>li .case_info {
	position: absolute;
	left: 0;
	right: 0;
	top: 300px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	padding-top: 25%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case ul>li .case_info p {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.case ul>li .case_info a {
	display: inline-block;
	border: #fff solid 1px;
	color: #fff;
	padding: 5px 35px;
	font-size: 15px;
	margin-top: 15px;
}
.case ul>li:hover .case_info {
	top: 0;
}
.case ul>li img {
	width: 100%;
}
.case ul>li.case_intro {
	background: #f2f5fb;
	text-align: center;
	padding: 50px 0 30px 0;
}
.case ul>li.case_intro h3 {
	color: #0056b1;
	font-size: 24px;
}
.case ul>li.case_intro p {
	color: #828282;
	width: 90%;
	margin: 20px auto;
	line-height: 24px;
}
.case ul>li.case_intro a {
	display: inline-block;
	color: #0059b7;
	border: #0059b7 solid 2px;
	padding: 5px 20px;
	font-size: 16px;
	margin: 18px 0 17px 0;
}
.case ul>li.case_intro a:hover {
	color: #fff;
	border: #0059b7 solid 2px;
	background: #0059b7;
}
.news {
	width: 100%;
	background: url(../images/new_bg.png) no-repeat center center;
	padding: 80px 0 50px 0;
}
.news img {
	width: 100%;
}
.news .n_top_info {
	background: #fff;
	padding: 10px 15px;
}
.news .n_top_info a {
	font-size: 18px;
}
.news .n_top_info i {
	display: block;
	color: #8d909e;
}
.news .n_top_info p {
	color: #8d909e;
	line-height: 24px;
	margin-top: 20px;
}
.newlist {
	margin: 40px auto 50px auto;
}
.newlist>div {
	padding: 0 5px;
}
.newlist ul>li {
	margin-bottom: 18px;
}
.newlist ul>li div {
	padding: 0 8px;
}
.newlist ul>li div:nth-child(2) b {
	font-size: 18px;
}
.newlist ul>li div:nth-child(2) p {
	color: #8d909e;
	line-height: 20px;
	margin-top: 10px;
}
.newlist ul>li div:nth-child(2) p a {
	color: #0056b1;
}
.newlist ul>li div:nth-child(2) img {
	width: 100%;
}
.newlist ul>li div:last-child {
	background: url(../images/time.jpg) no-repeat center center;
	height: 54px;
	padding: 0;
	width: 54px;
	background-size: 54px 54px;
	color: #fff;
	text-align: center;
}
.newlist ul>li div:last-child b {
	font-size: 30px;
	line-height: 30px;
}
.newlist ul>li div:last-child span {
	display: block;
	text-align: center;
	font-size: 10px;
}
.footer .f_box1 {
	background: #0056b1;
}
.footer .f_box1 .width>div:first-child {
	background: #014c9a;
	text-align: center;
	padding: 68px 20px;
	width: 179px;
}
.footer .f_box1 .width>div:first-child img {
	margin-bottom: 30px;
}
.footer .f_box1 .width>div:first-child span {
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 26px;
}
.footer .f_box1 .width>div:first-child+div {
	padding: 30px 0 30px 50px;
	color: #fff;
}
.footer .f_box1 .width>div:first-child+div a, .footer .f_box1 .width>div:first-child+div p {
	color: #fff;
}
.footer .f_nav {
	border-bottom: #146ecd solid 1px;
}
.footer .f_nav a {
	display: inline-block;
	color: #fff;
	line-height: 50px;
	font-size: 15px;
}
.footer .f_nav a+a {
	margin-left: 50px;
}
.footer .f_lxfs {
	padding: 15px 0;
	border-bottom: #146ecd solid 1px;
}
.footer .f_lxfs p {
	line-height: 22px;
}
.footer .f_lxfs>div:last-child p {
	text-align: center;
	line-height: 40px;
}
.footer .f_weburl {
	color: #fff;
	padding-top: 15px;
}
.footer .copyright {
	background: #1d2027;
	height: 50px;
}
.footer .copyright>div {
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	text-align:center;
}
.footer .copyright>div a {
	color: #818282;
}
 @-webkit-keyframes y-ain {
 0% {
 -webkit-transform: rotateY(0deg);
}
 50% {
 -webkit-transform: rotateY(180deg);
}
 100% {
 -webkit-transform: rotateY(360deg);
}
}
 @-webkit-keyframes x-ain {
 0% {
 -webkit-transform: rotateX(180deg);
}
 50% {
 -webkit-transform: rotateX(0deg);
}
 100% {
 -webkit-transform: rotateX(360deg);
}
}
.nbanner {
	max-height: 100%;
	overflow: hidden;
	position: relative;
}
.nbanner img {
	width: 100%;
}
.nbanner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	color: #fff;
	text-align: left;
}
.nbanner_text h3 {
	font-size: 40px;
	color: #005aa9;
}
.nbanner_text p {
	font-size: 36px;
	text-transform: uppercase;
	color: #999;
	font-weight: 300;
}
.wk_blog_tab {
	width: 100%;
	height: 65px;
	background: url(../images/about_line.jpg) repeat-x left bottom;
	overflow: hidden;
	clear: both;
}
.wk_blog_tab .position {
	line-height: 70px;
	text-align: left;
}
.wk_blog_tab .position1 {
	text-align: right;
}
.wk_blog_tab ul {
	text-align: right;
	margin: 0 auto;
	overflow: hidden;
}
.wk_blog_tab ul li {
	position: relative;
	overflow: hidden;
	display: inline;
	text-align: center;
}
.wk_blog_tab ul li:after {
	content: '';
	width: 0;
	background-color: #0066d1;
 background-color:;
	left: 0;
	position: absolute;
	bottom: -20px;
	height: 2px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: 1;
	border: none;
	margin: 0;
}
.wk_blog_tab ul li a {
	font-size: 16px;
	line-height: 62px;
	color: #333;
	display: inline-block;
	padding: 0 6px;
	margin: 0 15px;
	text-decoration: none;
}
.wk_blog_tab ul li a:hover, .wk_blog_tab ul li.a a {
	color: #0066d1;
}
.wk_blog_tab ul li.a:after {
	width: 100%;
}
.wk_blog_tab ul li:hover:after {
	width: 100%;
}
.wk_blog_content {
	padding: 50px 0 0 0;
}
.n_title h3 {
	text-align: center;
	font-size: 24px;
	color: #333;
}
.about_info div.width {
	margin: 20px auto;
	text-align: center;
}
.about_info div.width>div:first-child h3 {
	font-size: 36px;
	color: #0056b1;
	text-align: left;
}
.about_info div.width>div:first-child span {
	text-align: left;
	color: #999;
	font-size: 24px;
	display: block;
	margin-bottom: 20px;
}
.about_info div.width>div:first-child p {
	line-height: 26px;
	text-indent: 1em;
}
.about_info div.width img {
	text-align: center;
	margin: 20px auto;
}
.about_info p {
	color: #777;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: left;
}
.fwys_info {
	background: #f5f5f5;
	padding: 10px 0;
}
.fwys_info .width {
	margin: 20px auto;
}
.fwys_info .width>div img {
	width: 100%;
}
.fwys_info div.width>div:first-child+div h3 {
	font-size: 36px;
	color: #0056b1;
	text-align: left;
}
.fwys_info div.width>div:first-child+div span {
	text-align: left;
	color: #999;
	font-size: 24px;
	display: block;
	margin-bottom: 20px;
}
.fwys_info .width>div p {
	color: #777;
	line-height: 26px;
	margin-top: 30px;
	text-indent: 1em;
}
.qywh_info {
	padding: 0 0 80px 0;
}
.qywh_info p {
	line-height: 30px;
	color: #777;
	margin-bottom: 15px;
}
.qywh_info p b {
	color: #0066d1;
	font-size: 18px;
}
.wk_about_hty-box {
	position: relative;
	margin-top: 20px;
}
.wk_about_hty-box .slogan p {
	margin-bottom: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #b8b8b8;
}
.wk_about_hty {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 46px 0;
}
.wk_about_hty .line {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 3px;
	height: 100%;
	background-color: #d4d4d4;
}
.wk_about_hty .item {
	position: relative;
	height: 90px;
}
.wk_about_hty .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
	width: 12px;
	height: 12px;
	border: 2px solid #0066d1;
	background-color: #fff;
	border-radius: 50%;
}
.wk_about_hty .item .desc {
	position: absolute;
	top: -18px;
	left: 50%;
	padding: 10px 20px;
	margin-left: 38px;
	width: 45%;
	line-height: 30px;
	background-color: #f9f9f9;
	border: 1px solid #eae9e9;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
}
.wk_about_hty .item .desc .arrow {
	position: absolute;
	top: 15px;
	left: -20px;
	border-style: solid;
	border-width: 9px 10px;
	border-color: transparent #eae9e9 transparent transparent;
}
.wk_about_hty .item .desc .arrow:after {
	content: '';
	position: absolute;
	top: -9px;
	left: -8px;
	border-style: solid;
	border-width: 9px 10px;
	border-color: transparent #f9f9f9 transparent transparent;
}
.wk_about_hty .item .date {
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -110px;
	width: 78px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #0066d1;
}
.wk_about_hty .item .date:after {
	content: '';
	position: absolute;
	top: 9px;
	right: -8px;
	border-style: solid;
	border-width: 5px 4px;
	border-color: transparent transparent transparent #0066d1;
}
.wk_about_hty .item.odd .desc {
	left: auto;
	right: 50%;
	margin: 0 36px 0 0;
	text-align: right;
}
.wk_about_hty .item.odd .desc .arrow {
	left: 100%;
	border-color: transparent transparent transparent #eae9e9;
}
.wk_about_hty .item.odd .desc .arrow:after {
	left: -12px;
	border-color: transparent transparent transparent #f9f9f9;
}
.wk_about_hty .item.odd .date {
	margin-left: 31px;
}
.wk_about_hty .item.odd .date:after {
	right: 100%;
	border-color: transparent #0066d1 transparent transparent;
}
.week_container {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1164px;
	min-width: 1024px;
}
.week_contact {
	width: 100%;
	min-width: 1024px;
}
.contact-ways {
	overflow: hidden;
}
.contact-ways li {
	float: left;
	width: 33%;
	height: 420px;
	border-left: 1px solid #E9E9E9;
}
.contact-ways li:last-child {
	border-right: 1px solid #E9E9E9;
}
.contact-ways li a, .contact-ways li a:hover {
	display: block;
	padding: 88px 0;
	text-align: center;
	text-decoration: none;
}
.contact-ways li h4 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 0;
	font-weight: 100;
}
.contact-ways li p.cway-txt {
	font-size: 28px;
	line-height: 50px;
	color: #121212;
	text-align: center;
}
.contact-ways li:hover p.cway-txt {
	color: #0066d1;
}
.contact-ways li a i {
	margin: 0 auto 20px;
	display: block;
	width: 128px;
	height: 128px;
	background-color: #f8f8f8;
	border-radius: 64px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contact-ways li a:hover i {
	background-color: #0066d1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contact-ways li a i.i-phone {
	background-image: url(/images/icon_phone.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-phone {
	background-position: 0 -128px;
}
.contact-ways li a i.i-qq {
	background-image: url(/images/icon_qq.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-qq {
	background-position: 0 -128px;
}
.contact-ways li a i.i-mail {
	background-image: url(/images/icon_mail.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-mail {
	background-position: 0 -128px;
}
.week_weixin {
	background: url(/images/bg_weixin.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}
.week_weixin h3 {
	margin: 0 auto;
	font-size: 32px;
	width: 60%;
	line-height: 1.75;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}
.week_weixin p {
	margin: 0 auto 20px;
	font-size: 16px;
	width: 80%;
	line-height: 1.75;
	text-align: center;
	color: #eee;
}
.week_weixin-p img {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.week_weixin p span {
	display: inline-block;
	margin: 0 20px;
}
.n_product_list {
	padding: 20px 0 50px 0;
}
.pro_detail {
	background: #fff;
	padding: 30px 20px;
}
.pro_detail .pro_detail_box {
	border: #eaeaea solid 1px;
}
.pro_detail .pro_detail_box img {
	width: 100%;
}
.pro_detail_info h1 {
	font-size: 24px;
	line-height: 40px;
	color: #0066d1;
}
.pro_detail_info b {
	font-size: 16px;
	margin-top: 15px;
	display: block;
}
.pro_detail_info p {
	color: #777;
	line-height: 20px;
}
.pro_detail_info p.lxfs {
	padding: 15px 0;
	color: #f90;
	font-size: 18px;
	font-weight: bold;
}
.dj_btn a {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
}
.dj_btn a:first-child {
	background: #f90;
	color: #fff;
}
.dj_btn #down {
	width: auto;
	display: inline-block;
	float: left;
}
.dj_btn #down button {
	background: #0066d1;
	border: none;
	color: #fff;
	padding: 5px 10px;
	margin-right: 10px;
}
.pro_detail_tab {
	padding: 30px 20px;
	background: #fff;
}
.pro_detail_tab .hd {
	border-bottom: #0066d1 solid 1px;
}
.pro_detail_tab span {
	display: inline-block;
	padding: 10px 20px;
}
.pro_detail_tab span.on {
	background: #0066d1;
	border-top: #0066d1 solid 1px;
	color: #fff;
}
.pro_detail_tab .bd {
	padding: 20px 0;
	color: #777;
}
.pro_detail_tab .bd>div {
	display: none;
}
.pro_detail_tab .bd>div img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.pro_detail_tab .bd p {
	color: #777;
	line-height: 24px;
}
.news_two_box {
	width: 100%;
	height: 159px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two_ul {
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.news_two_nav {
	width: 100%;
	padding-left: 20px
}
.news_two_ul li {
	width: 100%;
	height: 159px;
	border: 1px solid transparent;
	margin-bottom: 20px;
	background: #fff;
}
.news_two_txt span {
	font-size: 16px;
	color: #717171;
	display: block;
	height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .3s ease-out 0s
}
.news_two_box:hover .news_two_txt span {
	color: #333
}
.news_two_txt i {
	height: 52px;
	color: #A2A2A2;
	line-height: 24px;
	display: block;
	overflow: hidden;
	transition: all .3s ease-out 0s
}
.news_two_box:hover .news_two_txt i {
	color: #999
}
.news_two_txt {
	width: 56%;
	float: left;
	margin: 36px 0 28px 34px;
	transition: all .3s ease-out 0s
}
.news_two_box:hover .news_two_txt {
	margin: 36px 0 28px 54px
}
.news_two_date {
	width: 180x;
	float: right;
	color: #999;
	padding: 36px 66px 0 0;
	transition: all .3s ease-out 0s
}
.news_two_box:hover .news_two_date {
	padding: 36px 43px 0 0
}
.news_two_date span {
	height: 26px;
	font-size: 19px;
}
.news_two_date i {
	font-size: 13px;
}
.news_two_but {
	position: absolute;
	top: 100px;
	right: 105px
}
.news_two_box:hover {
	border: 1px solid #fff;
	box-shadow: 0 6px 10px 5px rgba(255, 255, 255, .08)
}
.news_two_box:hover .news_two_img {
	background: #ccc;
	background: #ccc
}
.news_two_box:hover .ser_but {
	background: #ccc;
	border: 1px solid #ccc;
	margin: 0 -60px
}
.ser_but {
	position: absolute;
	top: 92px;
	right: 90px;
	width: 90px;
	height: 35px;
	border-radius: 18px;
	text-align: center;
	border: 1px solid #dedfe1;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s
}
.ser_but i {
	width: 70px;
	height: 35px;
	line-height: 35px;
	transition: all 0.3s;
}
.news_two_img {
	width: 230px;
	height: 157px;
	float: left;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
.news_two_img img {
	width: 200px;
	height: 130px;
	margin: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.newdetail_main {
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 3.5%;
	background: #fff;
}
.newdetail_main .newdetail_tit {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.newdetail_tit h1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
	color: #0070c7;
	font-size: 24px;
	text-align: center;
}
.newdetail_tit p {
	width: 100%;
	overflow: hidden;
	line-height: 24px;
	margin: 0 auto;
	padding: 5px 0;
	color: #aaa;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}
.newdetail_main .newdetail_content {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}
.newdetail_content p {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;
	line-height: 24px;
	color: #777;
	font-size: 14px;
	text-indent: 2em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
.newdetail_content p span {
	color: #343434;
	font-size: 15px;
}
.newdetail_content p img {
	display: block;
	max-width: 50%;
	margin: 0 auto;
	vertical-align: middle;
}
#login {
	padding: 100px 0;
	width: 30%;
	margin: 0 auto;
}
#login li {
	padding: 10px 0;
	position: relative;
}
#login input {
	height: 35px;
	border: #ddd solid 1px;
	width: 100%;
	padding-left: 10px;
	border-radius: 4px;
}
#login input[type=submit] {
	position: absolute;
	top: 10px;
	right: -111px;
	border: none;
	background: #0066d1;
	color: #ffff;
	z-index: 999;
	width: 110px;
	height: 35px;
	line-height: 35px;
}
#login li:last-child {
	text-align: center;
}
#gbook {
	padding: 50px 0;
	width: 60%;
	margin: 0 auto;
}
#gbook ul>li {
	padding: 10px 0;
}
#gbook ul>li h3{ font-size:30px; color:#0066d1;}
#gbook input {
	height: 45px;
	border: #ddd solid 1px;
	width: 100%;
	padding-left: 10px;
	border-radius: 4px;
}
#gbook textarea {
	width: 100%;
	height: 100px;
	border: #ddd solid 1px;
}
#gbook input[type=submit] {
	border: none;
	height: 50px;
	background: #0066d1;
	color: #ffff;
}
.qywh_info img {
	max-width: 100%;
}
.wk_blog_content img {
	max-width: 100%;
}
.pages {
	text-align: center;
}
.pages li {
	display: inline-block;
	margin-left: 5px;
	padding: 5px 10px;
	border: #ddd solid 1px;
}
.pages li.c {
	background: #0066d1;
	color: #fff;
	border: #0066d1 solid 1px;
}
.pro{ display:none;}
  /*------------------在线客服样式---------------------*/
.commonposition{_position:absolute;_top: expression(documentElement.scrollTop + 200 + "px");position:fixed; top:20%; right:0px; z-index:999999; display:none;}
.commonposition a{display:block; width:45px; height:45px; position:relative; background-color:#0066d1; background-image:url(../images/kf_icon.png);background-repeat:no-repeat; margin-top:1px;}
.commonposition a span{display:none; position:absolute; right:0px; top:0px; height:45px; padding-left:50px; color:#fff;line-height:45px; font-size:14px;background-color:#262626;}

.commonposition a.HomeQQ{ background-position:-362px -186px;}
.commonposition a.Homedianhua{ background-position:-362px -231px;}
.commonposition a.Homexuqiu{ background-position:-362px -275px;}
.commonposition a.Homeweixin{ background-position:-362px -322px;}
.commonposition a.Hometop{ background-position:-362px -370px; background-color:#4e4e4e;}

.commonposition a span.QQbggray{background-position:-360px -186px;background-repeat:no-repeat; width:140px;background-image:url(../images/kf_icon.png);}
.commonposition a span.weixinerweima{right:45px; padding:0px;}
.commonposition a span.dianhuabggray{background-position:-362px -231px;background-repeat:no-repeat;width:180px;background-image:url(../images/kf_icon.png);}
.commonposition a span.Homexuqiu{ background-position:-362px -275px;background-repeat:no-repeat;width:120px;background-image:url({../images/kf_icon.png);}
@media(max-width:768px) {
header div{ padding-right:15px;}
.pc_banner{ display:none;}
.m_banner{ display:block;}
.swiper-pagination-bullet{width:30px; height:3px;}
.width {
	width: 100%;
}
.navbar-default .navbar-brand {
	width: 80%;
}
.navbar-brand>img {
	width: 100% !important;
}
.navbar-toggle {
	margin-top: 0px;
	margin-right:10px !important;
}
nav {
	width: 100%;
}
.swiper-container {
	height: auto !important;
}
.banner .swiper-wrapper {
	height: auto !important;
}
.banner .swiper-slide {
	height: auto !important;
}
.banner img {
	width: 100%;
}
.pro{ display:block;}
.title b {
	font-size: 24px;
}
.pro_type {
	width:100%;
	text-align: center;
	padding:0 10px;
	margin:20px auto;
	height:30px;
	overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.pro_type::-webkit-scrollbar   
 {  
    width:10px;
   height:2px;     
   background-color:#d0cdc7;
}  
 /* scroll轨道背景 */
.pro_type::-webkit-scrollbar-track       
 {  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  
   border-radius: 0px; 
    background-color:#d0cdc7;    
}
 
 /* 滚动条中能上下移动的小块 */
.pro_type::-webkit-scrollbar-thumb  
{  
    border-radius: 0px;  
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);  
     background-color:#a09d9d;
 } 
.pro_type a {
	margin-bottom: 10px;
	width:auto;
	background:none;
	padding:5px 5px;
}
.pro_type a.active, .pro_type a:hover{ background:none; color:#0056b1;}
.product ul>li p a {
	font-size: 12px;
}
.about {
	background: url(../images/about_bg.png) repeat center center;
	padding: 50px 0;
	background-size: cover;
}
.about img {
	width: 100%;
}
.about ul>li span{ font-size:12px;}
.yingyong ul>li {
	width: 50%;
	margin-bottom: 10px;
}
.case {
	padding: 30px 0;
}
.yingyong {
	background: url(../images/hyyy.jpg) repeat center center;
	background-size: cover;
	padding: 50px 0;
}
.pro_list li {
	padding: 0 5px;
}
.yingyong .desc {
	font-size: 12px;
	line-height: 18px;
	background: none;
}
.news {
	padding: 0px 0;
}
.newlist ul{ padding:20px 0;}
.newlist ul>li{max-height:50px; overflow:hidden;}
.newlist ul>li div:nth-child(2) b{ font-size:16px;}
.footer .f_box1 .width>div:first-child+div {
	padding: 0;
}
.footer .f_nav {
	padding: 15px;
}
.footer .f_nav a {
	line-height: 26px;
}
.footer .f_nav a+a {
	margin-left: 10px;
}
.f_lxfs>div:nth-child(2) {
	text-align: center;
	margin: 20px auto;
}
nav{ padding:18px 0;}
.nav {
	width: 100%;
	float: none;
}
.navbar-nav{ margin:0;}
.nav>li {
	border-bottom: #ddd solid 1px;
	padding:5px 0;
}
.nav>li>a {
	border: none !important;
}
.nav>li:after {
	display: none;
}
.dropdown-menu{ display:none; opacity:0;}
.nbanner_text {
	padding: 0 15px;
	top: 25%;
}
.nbanner_text h3 {
	font-size: 20px;
}
.nbanner_text p {
	font-size: 16px;
}
.wk_blog_tab {
	height: 52px;
}
.wk_blog_tab ul li a {
	font-size: 16px;
	line-height: 52px;
	margin: 0;
}
.wk_blog_content {
	padding: 30px 10px;
}
.about_info div.width>div:first-child h3 {
	font-size: 26px;
}
.news_two_ul {
	padding: 5px;
}
.news_two_img {
	display: none;
}
.news_two_txt {
	width: 100%;
	margin: 0;
	padding: 15px;
}
.ser_but {
	top: 112px;
	right: 15px;
}
.product ul>li p {
	line-height: 26px;
	padding-left: 15px;
}
.news_two_date {
	float: left;
	padding: 0;
}
.n_pro_list {
	width: 100%;
}
.n_pro_list li {
	padding: 5px;
}
.product ul>li .pro_img {
	max-height: 180px;
}
.week_contact {
	min-width: 100%;
}
.week_container {
	width: 100% !important;
	max-width: 100%;
	min-width: 100%;
}
.contact-ways li {
	width: 100%;
	border: none;
}
.contact-ways li:last-child{ border:none;}
.f_weburl{ padding:0 15px 15px 15px;}
.week_weixin p{width:100%;}
#login{width:90%; padding:0 15px;}
#login input{width:70%;}
#login input[type=submit]{ right:0px; width:80px;}
.newdetail_content table {
	width: 100%!important;
}
.footer .copyright{ height:auto !important;  font-size:14px;}
.footer .copyright>div{ line-height:26px; font-size:12px; padding:5px;}
.ly_prev_next ul>li{ float:left; line-height:26px;}
#gbook{width:90%; padding:30px 0;}
#gbook ul>li h3{ font-size:17px;}
.copyright img{ display:block; margin:0 auto;}
}
