* {
	padding: 0;
	margin: 0;
	font-family: "XinGothic-Regular", "XinGothic", 'Microsoft YaHei', Helvetica, sans-serif;
	color: #222;
	font-size: 15px;
}

@font-face {
    font-family: "XinGothic";
    src: url("../fonts/XinGothic.eot");
    src: url('../fonts/XinGothic.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/XinGothic.woff')format('woff'),url(../fonts/XinGothic.ttf) format('truetype');
    /*Modern Browser*/
}

@font-face {
    font-family: "XinGothic-Regular";
    src: url("../fonts/XinGothic.eot");
    src: url('../fonts/XinGothic.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/XinGothic.woff')format('woff'),url(../fonts/XinGothic.ttf) format('truetype');
    /*Modern Browser*/
}

@font-face {
    font-family: "SKSans-Light";
    src: url("../fonts/SKSans-Light.eot");
    src: url('../fonts/SKSans-Light.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/SKSans-Light.woff')format('woff'),url(../fonts/SKSans-Light.ttf) format('truetype');
}

@font-face {
    font-family: "SKSans-BoldItalic";
    src: url("../fonts/SKSans-BoldItalic.eot");
    src: url('../fonts/SKSans-BoldItalic.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/SKSans-BoldItalic.woff')format('woff'),url(../fonts/SKSans-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: "XinGothic-Bold";
    src: url("../fonts/XinGothic-Bold.eot");
    src: url('../fonts/XinGothic-Bold.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/XinGothic-Bold.woff')format('woff'),url(../fonts/XinGothic-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "DIN-BlackItalic";
    src: url("../fonts/DIN-BlackItalic.eot");
    src: url('../fonts/DIN-BlackItalic.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/DIN-BlackItalic.woff')format('woff'),url(../fonts/DIN-BlackItalic.ttf) format('truetype');
}

@font-face {
    font-family: "SKSans-RegularItalic";
    src: url("../fonts/SKSans-RegularItalic.eot");
    src: url('../fonts/SKSans-RegularItalic.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/SKSans-RegularItalic.woff')format('woff'),url(../fonts/SKSans-RegularItalic.ttf) format('truetype');
}

@font-face {
    font-family: "SKSans-Regular";
    src: url("../fonts/SKSans-Regular.eot");
    src: url('../fonts/SKSans-Regular.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/SKSans-Regular.woff')format('woff'),url(../fonts/SKSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "SKSans-Bold";
    src: url("../fonts/SKSans-Bold.eot");
    src: url('../fonts/SKSans-Bold.eot?#iefix')format('embedded-opentype'), /* ie6-8 */
    url('../fonts/SKSans-Bold.woff')format('woff'),url(../fonts/SKSans-Bold.ttf) format('truetype');
}


html {
	color: #555;
	background: #FFF;
	font-size: 14px;
}

body,
header,
nav,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
th,
img,
em,
button,
strong,
span,
table {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	max-width:100%;
	height:auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i,
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
{
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
tt,
td {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym,
button,
input,
textarea {
	border: 0;
}

a:link,
a:visited {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: none;
}

em,
i,
b,
li {
	font-style: normal;
	font-weight: normal
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.css3 {
	behavior: url(dist/ie-css3.htc);
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a {
	color: #222;
}

iframe,
button,
input,
select,
textarea {
	background: none;
	border: 0;
	outline: none;
}

li {
	list-style: none;
}

body {
	background: #f5f5f5;
}

.title {
	text-align: center;
	font-size: 30px;
	color: #222222;
	margin: 60px 0 30px 0;
}

/*顶部导航*/
.header {
	width: 100%;
	height: auto;
}

.mobile-header,
.menu,
.mobile-search {
	display: none;
}

.nav {
	width: 100%;
	height: 80px;
	background: rgba(45, 37, 35, 0.8);
	zoom: 1;
}

.index_header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	z-index: 10;
}

.nav_wrap {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.nav_wrap .nav_right {
	height: 80px;
}

.nav_wrap h1 a>img {
	/*margin-top: 28px;
	float: left;*/
	position: absolute;
    left: 40px;
    top: 29px;
}

.nav_wrap>img:after {
	content: " ";
	clear: both;
}

.nav_right {
	/*float: left;
	margin-left: 30px;
	box-sizing: border-box;*/
	text-align: center;
}

.nav_wrap .header_search {
	position: absolute;
	right: 62px;
	top: 24px;
}

.nav_wrap .header_search .yuyan {
	display: block;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	width: 32px;
	line-height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	margin-right: 35px;
	font-size: 14px;
}

.nav_wrap .header_search .sousuo_1 {
	float: left;
	overflow: hidden;
	background: #2d2523;
}

.nav_wrap .header_search .sousuo_1 input {
	float: left;
	width: 150px;
	line-height: 32px;
	padding: 0px;
	border: 0px;
	padding-left: 11px;
	background: none;
	outline: none;
	color: #bebdbc;
	font-size: 13px;
}

.nav_wrap .header_search .sousuo_1 input::-webkit-input-placeholder {
	color: #bebdbc;
}

.nav_wrap .header_search .sousuo_1 input:-moz-placeholder {
	color: #bebdbc;
}

.nav_wrap .header_search .sousuo_1 input::-moz-placeholder {
	color: #bebdbc;
}

.nav_wrap .header_search .sousuo_1 input:-ms-input-placeholder {
	color: #bebdbc;
}

.nav_wrap .header_search .sousuo_1 button {
	float: left;
	height: 32px;
	padding: 0px;
	border: 0px;
	width: 38px;
	background: none;
}

.nav_wrap .header_search .sousuo_2 {
	display: none;
	margin-left: 10px;
	position: relative;
	float: right;
	cursor: pointer;
}

.nav_wrap .header_search .sousuo_2 .sousuo_3 {
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.8);
	width: 200px;
	display: none;
}

.nav_wrap .header_search .sousuo_2 .sousuo_3 input {
	float: left;
	width: 70%;
	line-height: 32px;
	padding: 0px;
	border: 0px;
	padding-left: 11px;
	background: none;
	outline: none;
	color: #bebdbc;
	font-size: 13px;
}

.nav_wrap .header_search .sousuo_2 .sousuo_3 input::-webkit-input-placeholder {
	color: #bebdbc;
}

.nav_wrap .header_search .sousuo_2 .sousuo_3 input:-moz-placeholder {
	color: #bebdbc;
}

.nav_wrap .header_search .sousuo_2 .sousuo_3 input::-moz-placeholder {
	color: #bebdbc;
}

.nav_wrap .header_search .sousuo_2 .sousuo_3 input:-ms-input-placeholder {
	color: #bebdbc;
}

.nav_wrap .header_search .sousuo_2 .sousuo_3 button {
	float: left;
	height: 32px;
	padding: 0px;
	border: 0px;
	width: 30%;
	background: none;
}

.nav_wrap .header_search .sousuo_2_active .sousuo_3 {
	display: block;
}

.nav_ul {
	width: auto;
	height: 80px;
	display: inline-block;
}

.nav_ul>li {
	float: left;
	text-align: center;
	line-height: 80px;
	color: #FFFFFF;
	cursor: pointer;
}

.nav_ul>li>a {
	display: inline-block;
	color: #fff;
	padding: 0 30px;
	font-size: 14px;
}

.nav_hover a {
	background: rgba(255, 255, 255, 0.9);
	color: #111 !important;
	background: #fff \0;
}

.nav_hover02 a {
	background: rgba(255, 255, 255, 0.9);
	color: #111 !important;
	background: #fff \0;
}

.nav_bottom_all {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 80px;
	z-index: 110;
	background: #F3F3F3;
	display: none;
	transition: none;
}

.nav_bottom {
	width: 1100px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	transition: none;
	text-align: center;
}

.nav_bottom ul {
	width: auto;
	height: 80px;
	display: none;
	transition: none;
}

.nav_bottom .sub_nav {
	height: 80px;
}

.nav_bottom ul>li {
	float: left;
    text-align: center;
    line-height: 80px;
    color: #FFFFFF;
    cursor: pointer;
}

.nav_bottom ul>li a {
	display: inline-block;
	color: #555;
	line-height: 80px;
	padding: 0 25px;
}

.nav_bottom ul>li a:hover {
	color: #0055D3;
}

.nav_bottom .sub_nav02 {
	padding-left: 160px;
}
.nav_bottom .sub_nav03 {
	padding-left: 265px;
}
.nav_bottom .sub_nav04 {
	padding-left: 480px;
}

.nav_bottom .sub_nav05 {
	padding-left: 475px;
}

.nav_bottom .sub_nav06 {
	padding-left: 685px;
}

.nav_bottom .sub_nav07 {
	padding-left: 685px;
}

.menu {
	padding-top: 23px;
	cursor: pointer;
	float: left;
}

.menu span {
	width: 22px;
	height: 2px;
	display: block;
	background: #fff;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.mobile-search {
	float: right;
	margin-top: 20px;
}

.mobile-search img {
	display: none;
}

.mobile-search img:first-child {
	display: block;
}

.header>a>img {
	margin-top: 17px;
}

.click-toggle {
	position: fixed;
	top: 0;
	z-index: 400;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.mobile-nav {
	position: fixed;
	left: -225px;
	z-index: 500;
	top: 0;
	height: 100%;
	background: #222;
}

.mobile-nav li {
	width: 225px;
	height: auto;
}

.mobile-nav li span {
	width: 225px;
	height: 45px;
	display: block;
	background: url(../imgs/nav-01.png) #222 no-repeat 190px center;
	color: #fff;
	line-height: 45px;
	padding-left: 25px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.2s;
}

.mobile-nav li:first-child span {
	background: #222;
}

.nav-02 {
	display: none;
	transition: none;
}

.nav-02 a {
	width: 100%;
	height: 45px;
	display: block;
	background: #fff;
	line-height: 45px;
	padding-left: 25px;
	box-sizing: border-box;
	color: #666;
}

/*.mobile-nav .nav-span-class {
	background: url(../img/nav-02.png) #fff no-repeat 190px center;
	color: #555;
	border-bottom: 1px solid #eee;
}*/

/*底部*/
.footer {
	background: #333333;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer .footer_nav {
	margin-bottom: 20px;	
}

.footer .footer_nav h4 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}

.footer .footer_nav h4 a {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}

.footer .footer_nav p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	transition: 0.2s;
}

.footer .footer_nav p a {
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	line-height: 24px;
	display: inline-block;
	transition: 0.2s;
	padding-left: 15px;
	background: url(../imgs/footer_icon00.png) no-repeat left center;
}

.footer .footer_nav p a:hover {
	color: #ffffff;
	transition: 0.2s;
}

.footer .lx p {
	line-height: 30px;
}

.footer .lx p img {
	margin-right: 8px;
}

.footer .lx p.tel {
	color: #0055d3;
	font-size: 24px;
	line-height: 30px;
	margin: 5px 0 10px;
}

.footer .footer_r {
	float: right;
	text-align: center;
}

.footer .footer_r h4 {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.footer .footer_r p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	line-height: 24px;
	padding-top: 8px;
}

.footer .footer_r img {
	width: 122px;
}

/*版权*/
.banquan {
	background: #111;
	padding: 25px 0;
}

.banquan p {
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	line-height: 32px;
}

.banquan select {
	width: 155px;
	padding: 0px 10px;
	outline: none;
	height: 32px;
	font-size: 14px;
	padding-right: 14px;
	background: #FFFFFF;
	float: right;
}

/*banner*/
.index-banner img {
	width: 100%;
}
/*首页标题*/
.index-tit {
	margin-top: 60px;
	margin-bottom: 40px;
}

.index-tit h3 {
	font-size: 30px;
	color: #222222;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 5px;
}

.index-tit p {
	font-size: 14px;
	color: #B7B7B7;
	line-height: 20px;
}

/*产品中心*/
.products .products-item a {
	display: block;
	margin-bottom: 20px;
}

p.thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}

p.thumbnail img {
	width: 100%;
	transition: all 0.6s;
}

.products .products-item p.name {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	font-size: 16px;
	color: #222222;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}

.products .products-item a:hover p.name {
	background: #0055D3;
	color: #FFFFFF;
}

.products .products-item a:hover p.thumbnail img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/*新闻中心*/
.news {
	margin-bottom: 60px;
}

.news .index-tit {
	margin-top: 40px;
}

.news .news-item a {
	display: block;
	padding: 20px 20px 0 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.news .news-item a p.date {
	font-size: 13px;
	color: #8A8A8A;
	line-height: 18px;
	padding-bottom: 10px;
}

.news .news-item a h4 {
	font-size: 16px;
	color: #333333;
	width: 100%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.news .news-item a p.img img {
	width: 100%;
	transition: all 0.6s;
}

.news .news-item a p.btns {
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
.news .news-item a p.btns em {
	float: left;
	color: #666666;
}

.news .news-item a p.btns span {
	float: right;
	color: #666666;
}

.news .news-item a:hover {
	box-shadow: 0 4px 20px 0 rgba(186,189,191,0.30);
}

.news .news-item a:hover h4,
.news .news-item a:hover p.btns em,
.news .news-item a:hover p.btns span {
	color: #0055D3;
}

.news .news-item a:hover p.thumbnail img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/*内页样式*/
.banner img {
	width: 100%;
}

/*关于公司*/
.nNav {
	background: #FFFFFF;
}

.nNav ul {
	position: relative;
	overflow: hidden;
}

.nNav ul li {
	/*float: left;*/
	float: inherit;
}

.nNav ul.about_nav li {
	width: 16.666%;
}

.nNav ul.products_nav li {
	width: 20%;
	float: left; 
}

.nNav ul.news_nav li {
	width: 33.333%;
}

.nNav ul.contact_nav li {
	width: 50%;
}
.nNav ul.comon_nav{
	width: 100%;
	display:inline-table;
}
.nNav ul.comon_nav li {
	display:table-cell
}
.nNav ul li a {
	color: #282828;
	font-size: 15px;
	display: block;
	text-align: center;
	background: #FFFFFF;
	line-height: 80px;
	transition: 0.2s;
	position: relative;
}

.nNav ul li a span {
	width: 2px;
	height: 14px;
	background: #e5e5e5;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -7px;
	transition: 0.2s;
}

.nNav ul li.active a,
.nNav ul li:hover a {
	background: #0055d3;
	color: #FFFFFF;
	transition: 0.2s;
}

.nNav ul li.active a span,
.nNav ul li:hover a span {
	transition: 0.2s;
	opacity: 0;
}

#page {
	text-align: center;
}
#page .pagination>.active>a {
    z-index: 3;
    color: #FFFFFF;
    cursor: default;
    background-color: #0055D3;
    border-color: #0055D3;
}

#page .pagination>li>a, 
#page .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333333;
    border: 1px solid #ddd;
}


/*公司简介*/
.about-gsjj {
	padding: 60px 0;
}

.about-gsjj .top-tit {
	margin-bottom: 30px;
}

.about-gsjj .top-tit h4 {
	font-size: 30px;
	color: #282828;
	font-weight: normal;
	line-height: 46px;
	margin-bottom: 5px;
}

.about-gsjj .top-tit p {
	font-size: 14px;
	color: #888888;
	line-height: 20px;
	margin-bottom: 10px;
}

.about-gsjj .top-tit span {
	display: block;
	width: 30px;
	height: 2px;
	background: #007AFF;
}

.about-gsjj .gsimg {
	background: none;
}

.about-gsjj .gc-item {
	margin-bottom: 20px;
}

.about-gsjj .gc-item p.name {
	font-size: 15px;
	color: #555555;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}

.about-gsjj h5 {
	font-size: 24px;
	color: #555555;
	line-height: 30px;
	margin-bottom: 20px;
}

.line {
	width: 100%;
	height: 1px;
	background: #D6D6D6;
	margin: 40px 0;
}

.text p {
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	margin-bottom: 20px;
}

.col-25 {
    width: 25%;
    float: left;
}

.about-gsjj .data {
	background: #FFFFFF;
	padding: 30px 0;
	margin: 50px 0 60px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.07);
}

.about-gsjj .data ul li div {
    border-right: 1px solid #e9e9e9;
}

.about-gsjj .data ul li p {
    color: #b3b3b3;
    text-align: center;
    font-size: 14px;
}

.about-gsjj .data ul li p.number .counterDX {
    margin-top: 15px;
    color: #666;
    text-align: center;
    font-size: 48px;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
}

.about-gsjj .data ul li p.number .unit {
    font-size: 14px;
    vertical-align: 25px;
    margin-left: 8px;
}

.about-gsjj .data ul li p {
    color: #b3b3b3;
    text-align: center;
    font-size: 14px;
}

/*内页产品中心*/
.nProducts {
	padding: 60px 0;
}

.nProducts .products-item a {
	display: block;
	margin-bottom: 30px;
}

.nProducts .products-item p.name {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	font-size: 16px;
	color: #222222;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}

.nProducts .products-item a:hover p.name {
	background: #0055D3;
	color: #FFFFFF;
}

.nProducts .products-item a:hover p.thumbnail img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.nNews{
	padding: 60px 0;
}
.nNews .nNews-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nNews .nNews-item a {
  display: block;
  overflow: hidden;
}
.nNews .nNews-item img {
  max-width: 100%;
  margin: 0px auto;
  display: block;
  height: auto !important;
  transition: 0.2s;
}
.nNews .nNews-item img:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.nNews .nNews-item h3 {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 20px;
}
.nNews .nNews-item h3 a {
  color: #000000;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nNews .nNews-item p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.nNews .nNews-item .index_news_hx {
  width: 37px;
  height: 2px;
  background: #0055d3;
  margin: 0px auto;
  margin-bottom: 18px;
}
.nNews .nNews-item p {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}


.nNews .news_about .bews_about_bt {
  margin-bottom: 40px;
  text-align: center;
}
.nNews .news_about .bews_about_bt h1 {
  color: #22476c;
  font-size: 26px;
  margin-bottom: 4px;
}
.nNews .news_about .bews_about_bt .bews_about_bt_fenxiang {
  color: rgba(40, 40, 40, 0.4);
  display: inline-block;
}
.nNews .news_about .bews_about_bt .bews_about_bt_fenxiang span {
  float: left;
  display: inline-block;
  margin: 0px 10px;
}
.nNews .news_about .con p {
  line-height: 30px;
  margin-bottom: 10px;
}
.nNews .news_about .con img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    height: auto !important;
}

.nNews_page {
  padding: 30px 0px;
  background: #FFFFFF;
}
.nNews_page .container {
  text-align: center;
}
.nNews_page .container ul {
  display: inline-block;
  position: relative;
}
.nNews_page .container ul li {
  float: left;
  margin: 0px 47px;
}
.nNews_page .container ul li a {
  display: block;
  color: #313131;
  font-size: 16px;
}
.nNews_page .container ul li a span {
  margin: 0px 8px;
}
.nNews_page .container ul li a img {
  margin: 0px 19px;
}
.nNews_page .container ul .about_page_sx {
  float: left;
  background: #d6d6d6;
  height: 12px;
  width: 2px;
  margin-top: 11px;
}



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}



.pro_about {
  padding-top: 40px;
  padding-bottom: 110px;
}
.pro_about .pro_about_top .pro_about_top_l {
  float: left;
  width: 50%;
  padding-right: 25px;
}
.pro_about .pro_about_top .pro_about_top_l .bigimgpro1 {
  margin-bottom: 10px;
}
.pro_about .pro_about_top .pro_about_top_l .bigimgpro1 .slick-slide {
  border: 1px solid #e6e6e6;
}
.pro_about .pro_about_top .pro_about_top_l .smallimgpro1 {
  margin: 0px -5px;
}
.pro_about .pro_about_top .pro_about_top_l .smallimgpro1 .slick-slide {
  padding: 0px 6px;
}
.pro_about .pro_about_top .pro_about_top_l .smallimgpro1 .slick-slide img {
  border: 1px solid #e6e6e6;
}
.pro_about .pro_about_top .pro_about_top_l img {
  max-width: 100%;
  margin: 0px auto;
}
.pro_about .pro_about_top .pro_about_top_r {
  width: 50%;
  float: left;
  padding-left: 25px;
}
.pro_about .pro_about_top .pro_about_top_r h2 {
  color: #282828;
  font-size: 35px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #cbcbcb;
}
.pro_about .pro_about_top .pro_about_top_r .pro_about_xinghao {
  padding: 30px 0px;
  border-bottom: 1px dashed #cbcbcb;
}
.pro_about .pro_about_top .pro_about_top_r .pro_about_xinghao > p {
  color: #282828;
  margin-bottom: 20px;
}

.pro_about .pro_about_top .pro_about_top_r .pro_about_top_con {
  padding: 30px 0px;
}
.pro_about .pro_about_top .pro_about_top_r .pro_about_top_con p {
  color: #282828;
  font-size: 14px;
  line-height: 30px;
}
.pro_about .pro_about_bottom {
  margin-top: 40px;
}

.pro_about .pro_about_bottom .tabbox {
  background: #666;
}
.pro_about .pro_about_bottom .tabbox li {
  float: left;
}
.pro_about .pro_about_bottom .tabbox li a {
  width: 250px;
  border-left: 1px solid #FFFFFF;
  display: block;
  line-height: 62px;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.2s;
  color: #FFFFFF;
  cursor: pointer;
}
.pro_about .pro_about_bottom .tabbox > li:first-child a {
  border-left: 0px;
}
.pro_about .pro_about_bottom .tabbox .thistab a {
  background: #0055d3;
  transition: 0.2s;
  color: #FFFFFF;
}

.pro_about_bottom .tab_conbox .tab_con {
	padding-top: 20px;
}

.pro_about_bottom .tab_conbox .tab_con img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    height: auto !important;
}


/*位置地图*/
.contact-wzdt,
.contact-lxfs {
	padding: 60px 0;
}
.contact-lxfs .row .col-md-4 .media {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.contact-lxfs .media-heading {
	margin-top: 5px;
	font-size: 16px;
	font-weight: normal;
}




@media (max-width: 1700px) {
	.nav_ul>li>a {
	    padding: 0px 25px;
	}
}

@media (max-width: 1500px) {
	.nav_wrap .header_search .yuyan {
	    margin-right: 0px;
	}
	.nav_wrap .header_search .sousuo_1 {
	    display: none;
	}
	.nav_wrap .header_search .sousuo_2 {
	   	display: block;
	}
}

@media (max-width: 1400px) {
	.nav_right {
	    text-align: right;
	    padding-right: 100px;
	}
	.nav_wrap .header_search {
	    right: 10px;
	}
	.nav_ul>li>a {
	    padding: 0px 20px;
	}
}



@media only screen and (max-width: 1100px) {
  .search,
  .nav_right {
  	display: none;
  }
  
  .nav {
  	height: 60px;
  }


  
  .index_main {
  	padding-top: 50px;
  }
  
  .search {
  	float: right;
  	margin: 23px 0 0 0;
  }
  
  .language {
  	margin-top: 10px;
  }
  
  .nav_wrap .language {
  	display: none !important;
  }
  
  .nav_wrap {
  	width: 96%;
  	position: relative;
  	height: 60px;
  	margin: 0 auto;
  }
  
  .nav_wrap h1 a {
  	width: ;
  }
  
  .nav_wrap h1 a>img {
  	width: 199px;
  	height: 23px;
  	position: absolute;
  	left: 50%;
  	margin-left: -94px;
  	margin-top: 19px;
  	top: 0;
  }
  
  .mobile-header,
  .menu,
  .mobile-search {
  	display: block;
  }
  
  .nav_wrap .header_search {
  	top: 14px;
  	right: 0;
  }
  
  .nav_wrap .header_search .sousuo_2 {
  	display: none;
  }


  .footer_top{ display: none;}
  .footer_bottom p{ margin-right: 40px;}
  .footer_bottom{ width: 95%; margin: 0 auto;}

}

@media only screen and (max-width: 768px) {
  .footer .footer_r {
  	float: left;
  }
  .footer .footer_r img {
  	width: 100px;
  }
  .index-tit {
  	margin-top: 30px;
  	margin-bottom: 20px;
  }
  .news {
  	margin-bottom: 30px;
  }
  
  .index_header {
  	position: static;
  	background: #333333;
  }
  
  .nNav ul {
    padding: 0px 6px;
    padding-top: 20px;
  }
  .nNav ul li {
   /* width: 25%;*/
    padding: 4px;
	float: left;
  }

  .nNav ul li a {
    line-height: 30px;
    font-size: 14px;
    padding: 0 20px;
  }
  .nNav ul li a span {
    display: none;
  }
  .nNav ul.products_nav li,
  .nNav ul.about_nav li,
  .nNav ul.news_nav li {
  	width: auto;
  }
  
  .col-25 {
  	width: 50%;
  }
  
  /*公司简介*/
  .nNav {
  	background: #f5f5f5;
  }
  .about-gsjj {
  	padding: 40px 0;
  }
  .about-gsjj .data {
  	padding: 30px 0 10px;
  	margin: 10px 0 30px;
  }
  .about-gsjj .data ul li {
  	margin-bottom: 20px;
  }
  
  .nProducts,
  .nNews {
  	padding: 30px 0;
  }
  
  .nNews .news_about .bews_about_bt {
  	margin-bottom: 20px;
  }
  
  .nNews_page {
  	padding: 20px 0;	
  }
  
  .nNews_page .container ul li {
  	margin: 0px 15px;
  }
  
  .nNews_page .container ul li a {
  	font-size: 14px;
  }
  
  .nNews_page .container ul li a img {
  	display: none;
  }
  
  .nNews_page .container ul .about_page_sx {
  	display: none;
  }
  
  .pro_about .pro_about_top .pro_about_top_l {
    width: 100%;
    padding-right: 0px;
  }
  .pro_about .pro_about_top .pro_about_top_r {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .pro_about .pro_about_top .pro_about_top_r h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .pro_about .pro_about_top .pro_about_top_r .pro_about_xinghao,
  .pro_about .pro_about_top .pro_about_top_r .pro_about_top_con {
    padding: 20px 0px;
  }
  .pro_about .pro_about_bottom {
  	margin-top: 25px;
  }
  .pro_about .pro_about_bottom .tabbox li {
    width: 50%;
  }
  .pro_about .pro_about_bottom .tabbox li a {
    width: 100%;
    line-height: 50px;
  }
  
  .contact-wzdt {
  	padding: 30px 0;
  }
  
}


