@charset "utf-8";
@font-face {
	font-family: 'font1';
	src: url('../font/politicaregular.ttf');
}

@font-face {
	font-family: 'font2';
	src: url('../font/Oswald-Medium.ttf');
}

@font-face {
	font-family: 'font3';
	src: url('../font/akrobat-regular.ttf');
}

@font-face {
	font-family: 'font4';
	src: url('../font/Oswald-ExtraLight.ttf');
}

@font-face {
	font-family: 'font5';
	src: url('../font/AgencyFB.ttf');
}
@font-face {
	font-family: siyuan;
	src: url("../fonts/siyuan.otf") format("opentype");
}
/* CSS Document */

html {
	color: #333;
	background: #fff
}

* {
	transition: all 0.3s ease-in-out;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
a,
strong,
span,
p,
dl,
dt,
dd,
input,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

fieldset,
img {
	border: 0
}

ol,
ul {
	list-style: none
}

.w-100 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.w-1260 {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1260px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 55px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-120 {
	margin-top: 100px;
}

.t-align-c {
	text-align: center;
}

div.min_box_content div.c{
	text-indent:0em;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.padding0 {
	padding: 0px;
}

.padding3 {
	padding: 0 3px;
}

.padding8 {
	padding: 0 8px;
}

.padding-8 {
	padding-right: 3px;
	padding-left: 3px;
}

.padding-15 {
	padding: 0 -15px !important;
}

.padding3-sm {
	padding: 0 3px;
}

.padding-r-0 {
	padding-right: 0px;
}

.padding-5-xs {}

.padding15 {
	padding: 15px;
}

.padding0-sm15 {
	padding: 0px;
}

.padding15-8 {
	padding: 15;
}

.case-padding {
	padding: 5px;
}

#w-70 {
	margin: 0 auto;
	width: 70%;
	overflow: hidden;
}

#w-80 {
	margin: 0 auto;
	width: 80%;
	/* overflow: hidden; */
}

#w-90 {
	margin: 0 auto;
	width: 90%;
	/* overflow: hidden; */
}
#w-top{
	margin: 0 auto;
	width: 90%;
}

#w-1260 {
	margin: 0 auto;
	width: 1260px;
	overflow: hidden;
}

#w-1260-1 {
	margin: 0 auto;
	width: 1260px;
}

#w-1260 {
	margin: 0 auto;
	width: 1260px;
	overflow: hidden;
}

#w-1260-1 {
	margin: 0 auto;
	width: 1260px;
}
#w-1300 {
	margin: 0 auto;
	width: 1300px;
	overflow: hidden;
}

#w-1300-1 {
	margin: 0 auto;
	width: 1300px;
}
#pro-w {
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
}

.p-img {
	width: 100%;
}

/*====================top====================*/
/*导航*/
.pc-menu-bg {
	position: relative;
	padding: 0px 0px;
	background-color: #4a4a4a;
	width: 100%;
	height: auto;
	z-index: 2000000;
}

.header-nav {
	padding: 0px 0px;
	position: relative;
	z-index: 11111111;
	text-align: center;
}

.header-nav .nav-list {
	text-align: center;
}

.header-nav .nav-list>li {
	/*float:left;*/
	padding: 18px 26px;
	position: relative;
	display: inline-block;
	border-right: 1px solid #606060;
}

.header-nav .nav-list>li:first-child {
	border-left: 1px solid #606060;
}

.header-nav .nav-list>li:hover {
	background-color: #313131;
	color: #fff;
}

.header-nav .nav-list>li>a {
	padding: 0 18px;
	font-size: 16px;
	position: relative;
	color: #fff;
}

.header-nav .nav-list>li:hover a {
	color: #fff;
}

/* .header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#f6ff00;} */
.header-nav li.active {
	background-color: #313131;
}

.header-nav li.active a {
	color: #fff;
}

.header-nav .nav-list>li>a:after {
	content: '';
	position: absolute;
	/* bottom: -58px;
	width: 0px;
	height: 5px;
	background-color: #174fa2;
	left: 18%;
	margin-top: -5px; */
	/*margin-left:25px;*/
	transition: all 0.3s ease-in-out;
}

.header-nav .nav-list>li:hover>a:after,
.header-nav .nav-list>li.active>a:after {
	/* width: 60px; */
}

.header-nav .nav-list>li:last-child>a:after {
	/* display: none; */
}

.header-nav .header-contact {
	margin-top: 32px;
	no-repeat left center;
	padding-left: 42px;
}

.header-nav .header-contact>p {
	color: #444;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
}

.header-nav .header-contact>.fr p:first-child {
	font-size: 12px;
	color: #bbb;
	line-height: 12px;
}

.top-icon {
	width: 12px;
	height: 12px;
	position: absolute;
	margin-left: -18px;
	vertical-align: middle;
	margin-top: 6px;
}

.icon-follow {
	background: url("img/top_icons2.png") no-repeat left center;
}

.icon-global {
	background: url("img/top_icons3.png") no-repeat left center;
}

.dropdown-menu {
	border-radius: 0;
	margin-top: 2px;
	margin-left: 0px;
	border-top-color: #ddd;
	min-width: auto;
	display: block;
	display: none\9;
	display: block\9\0;
	-webkit-transform: scale(1.2, 0);
	transform: scale(1.2, 0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	-webkit-box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	padding: 17px 26px;
}

.dropdown-menu>li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu>li>a {
	padding: 5px 17px;
	font-size: 14px;
	line-height: 28px;
	color: #333 !important;
}

.dropdown-menu>li>a:hover {
	color: #fff !important;
	background-color: #313131;
}


.dropdown-active {
	display: block\9;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.chanpin_list_wrap {
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 97px;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 22px;
}

.chanpin_list_wrap .chanpin_list {
	/* margin:0 15px; */
	text-align: center;
}

.chanpin_list_wrap .chanpin_list h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.chanpin_list_wrap ul {
	padding-left: 0;
}

.chanpin_list_wrap ul li {
	line-height: 24px;
}

.chanpin_list_wrap ul li .pro_list_item a {
	color: #999;
	font-size: 14px;
	margin: 0 10px 14px;
	line-height: 14px;
	display: inline-block;
}

.chanpin_list_wrap ul li .pro_list_item a.active {
	color: #FF9900
}

.chanpin_list_wrap li span {
	color: #3671CF;
	width: 80px;
	border-right: 1px solid #e4e4e4;
	line-height: 14px;
	margin-right: 15px;
	float: left;
}

.chanpin_list_wrap li a {
	color: #777;
}

.chanpin_list_wrap li a:hover {
	color: #f90;
}

.chanpin_list_wrap li span>a {
	color: inherit;
}

.chanpin_list_wrap li span>a:hover {
	color: inherit;
}

.chanpin_list_wrap .pro_list_item {
	overflow: hidden;
}

.hide {
	display: none;
}


/*====================手机站menu====================*/
.ph-menu {
	display: block;
	width: 100%;
	padding: 10px 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.iphone {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.iphone-tit {
	padding: 10px 0px;
	width: 100%;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.iphone__screen {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height:100%;*/
	overflow: hidden;
}

.iphone__content {
	position: relative;
	width: 100%;
	height: 100%;
}

.nav {
	position: absolute;
	z-index: 100;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav--active .nav {
	opacity: 1;
	background-color: #333;
}

.nav__list {
	margin: 0;
	padding: 10px;
	padding-top: 30px;
}

.nav__item {
	margin: 0 auto;
	width: 90%;
	padding: 7px;
	list-style-type: none;
	text-align: left;
}

.nav__item:after {
	content: '';
	display: block;
	position: relative;
	bottom: -8px;
	width: 50%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.nav__link {
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.nav__trigger {
	display: block;
	position: relative;
	z-index: 111111;
	position: fixed;
	top: 20px;
	right: 10px;
	padding: 10px;
	padding-bottom: 15px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}

.nav--active .nav__trigger {
	opacity: 0.5;
}

.nav__icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #FFFFFF;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #FFFFFF;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav__icon:before {
	margin-top: -10px;
}

.nav__icon:after {
	margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
	height: auto;
	padding: 5px;
	background-color: #4a4a4a;
	overflow: hidden;
}

.ph-menu2 li {
	position: relative;
	float: left;
	width: 25%;
	height: auto;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.ph-menu2 li a {
	display: block;
	margin: 2px auto;
	padding: 6px 0px;
	width: 96%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.ph-menu2 .active{
	
	background-color: #313131 !important;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 0px;
}
/*====================top====================*/


.top-logo {
	float: left;
}

.h-company {
	margin-left: 104px;
	margin-top: 37px;
}

.h-company h1 {
	display: block;
	padding-bottom: 8px;
	font-size: 38px;
	color: #1c1c1c;
	font-weight: bold;
	letter-spacing: 2px;
}

.h-company p {
	display: block;
	font-size: 19px;
	color: #777777;
}

.h-tphone {
	float: right;
	text-align: right;
}

.h-search {
	float: right;
	text-align: right;
}

.h-form {
	margin: 0 auto;
	margin-top: 20px;
	width: 70%;
	padding: 6px 15px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.h-input1 {
	float: left;
	width: 75%;
	font-size: 14px;
	color: #636363;
	padding-left: 15px;
}

.h-input2 {
	float: right;
	width: 23%;
	height: 23px;
	background: url(../images/search-tu.png) center right no-repeat;
}

/*====================title====================*/
.hy-logo {
	margin-top: 0px;
}
/*====================top====================*/
.top-logo {
	float: left;
}

.top-line {
	float: left;
}

.top-tit h1 {
	display: inline-block;
	float: left;
	margin-top: 35px;
	font-size: 41px;
	color: #231f20;
	font-weight: bold;
}

.top-yuyan {
	padding-top: 31px;
	float: right;
	width: 89px;
}

.top-yuyan a {
	display: block;
	margin-bottom: 3px;
	width: 100%;
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 3px 0px;
	border-radius: 3px;
}

.top-phone {
	margin-top: 30px;
	float: right;
}


/*标题*/
.tit01 {
	padding-top: 6px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.tit01 h2 {
	position: relative;
	top: -6px;
	display: block;
	font-size: 36px;
	color: #ee1d23;
	text-align: center;
	font-weight: bold;
	font-family: "siyuan";
	letter-spacing: 2px;
}

.tit01 p {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 16px;
	color: #a5a5a5;
	text-align: center;
	width: 950px;
	line-height: 170%;
}

.tit01 span {
	display: block;
	height: 40px;
	margin-top: 8px;
	text-align: center;
	font-size: 48px;
	color: #ededed;
	text-transform: uppercase;
	font-family: "siyuan";
	letter-spacing: 3px;
}

.tit01 .zia {
	font-size: 35px;
	color: #313131;
	font-weight: bold;
}
.tit01 .linea{
	margin-top: 5px;
	width: 100%;
	height: 1px;
	background-color: #efefef;
}
/*====================middle====================*/
/*分类*/
.jg-proc-w {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 20px 0;
	background: url(../images/proc-bg.jpg);
}

.jg-proc {
	overflow: hidden;
	text-align: center;
}

.jg-proc li {
	position: relative;
	display: inline-block;
	height: 35px;
	margin: 0.2%;
	width: 32%;
	border-radius: 5px;
	background-color: #333;
	overflow: hidden;
}

.jg-proc li a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
	height: 35px;
	line-height: 35px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.jg-proc li::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 10;
	width: 0%;
	background-color: #f60e0e;
	opacity: 0;
	transition: all 0.3s ease-out;

}

.jg-proc li:hover::after {
	left: 0px;
	opacity: 1;
	width: 100%;
}

.jg-proc a h3 {}

.jg-proc a:hover h3 {
	background-color: #f60e0e;
	color: #333;
}

.jg-proc-active h3 {
	background-color: #f60e0e !important;
	color: #333 !important;
}


.about-bg {
	padding-top: 95px;
	width: 100%;
	height: 615px;
	background: url(../images/about-bg.jpg) top center repeat-x;
}

.about-tit h2 {
	display: block;
	font-size: 30px;
	color: #565656;
	font-weight: bold;
}

.about-tit p {
	display: block;
	padding-top: 6px;
	font-size: 15px;
	color: #565656;
	text-transform: uppercase;
}

.about-con {
	margin-top: 25px;
	width: 96%;
	height: 301px;
	font-size: 15px;
	color: #565656;
	line-height: 190%;
}

.about-con p,
.about-con p a,
.about-con p strong {
	font-size: 15px;
	color: #565656;
	line-height: 190%;
}

.video-tit {
	padding: 15px 0px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 30px;
	color: #565656;
	font-weight: bold;
}

.video-h {
	border: 1px solid #626262;
	margin-left: -15px;
}

.video-h .video-show {
	margin-top: -15px;
	margin-left: 15px;
	width: 100%;
}

.video-h .video-show img {
	width: 100%;
}

.rongyu-tit h2 {
	display: block;
	padding: 20px 15px;
	font-size: 36px;
	color: #5b5b5b;
	text-align: center;
}

/*荣誉*/
.zhanhui {
	padding: 0px;
}

.zhanhui .tua {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.zhanhui .tua img {
	width: 100%;
}

.zhanhui .tua .tit-name {
	position: absolute;
	z-index: 10;
	bottom: -80px;
	left: 0px;
	width: 100%;
	padding: 20px 0px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 17px;
	color: #fff;
	text-align: center;
}

.zhanhui:hover .tua .tit-name {
	bottom: 0px;
}

/*样式修改*/
.swiper-container-pj {
	margin: 0 auto;
	width: 85%;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container-pj .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #fff;
	/* background-color: #00347B; */
	/* height: calc((100% - 30px) / 2); */
	height: auto;


	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-pj {
	padding: 15px 0px;
	width: 100%;
	text-align: center;
	position: relative;
}

.swiper-pagination-pj .swiper-pagination-bullet {
	background-color: #333;
	margin: 0px 4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.th-pj {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.th-pj .tua {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.th-pj .tua img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.th-pj:hover .tua img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

/*展会 end*/
/*产品*/
.pro-w {
	padding-bottom: 10px;
	width: 100%;
	background: url(../images/pro-bg.jpg) bottom center repeat-x;
}

.pro-list {
	margin-bottom: 15px;
	padding: 33px;
	background-color: #f9f5f4;
	overflow: hidden;
}

.pro-list .tua {
	float: right;
	width: 45%;
}

.pro-list .tua img {
	width: 100%;
}

.pro-list .pro-list-nr {
	float: left;
	width: 50%;
}

.pro-list .tit-pro h3 {
	display: block;
	font-size: 19px;
	color: #303030;
	font-weight: bold;
}

.pro-list .tit-pro p {
	padding-top: 8px;
	font-size: 14px;
	color: #303030;
	height: 50px;
}

.pro-list .pro-con {
	margin-top: 26px;
}

.pro-list .pro-con p {
	display: block;
	font-size: 14px;
	color: #ee1d23;
}

.pro-list .pro-con span {
	display: block;
	margin-top: 5px;
	width: 100%;
	height: 79px;
	font-size: 14px;
	color: #252525;
	line-height: 140%;
	overflow: hidden;
}

.pro-list .pro-con a {
	display: block;
	margin-top: 45px;
	padding: 3px;
	width: 97px;
	background-color: #fe0101;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.pro-img{width: 30%;}

/*样式修改*/
.swiper-container-pro {
	margin: 0 auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container-pro .swiper-slide {
	/* background-color: #00347B; */
	/* height: calc((100% - 30px) / 2); */
	height: auto;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-pro {
	padding: 15px 0px;
	width: 100%;
	text-align: center;
	position: relative;
}

.swiper-pagination-pro .swiper-pagination-bullet {
	background-color: #333;
	margin: 0px 4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

/*案例*/
.case-w {
	text-align: center;
}

.case-w li {
	display: inline-block;
	width: 18%;
	margin: 0.5%;
}

.case-w li .tua {
	width: 100%;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
}

.case-w li .tua img {
	width: 100%;
}

.case-w li p {
	display: block;
	text-align: center;
	padding: 10px 10px 5px 10px;
	font-size: 15px;
	color: #333;
}

/*news*/
.news-list {
	padding: 46px 65px;
	background-color: #f2f2f2;
	text-align: center;
	overflow: hidden;
}

.news-list li {
	display: inline-block;
	width: 31%;
	margin: 1%;
	text-align: left;
}

.news-list li .date {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.news-list li .tua {
	margin: 15px 0px;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

.news-list li .tua img {
	width: 50%;
	margin:0 auto;
}

.news-list li h3 {
	display: block;
	height: 45px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.news-list li .cont p {
	display: block;
	margin-bottom: 24px;
	width: 100%;
	height: 39px;
	font-size: 14px;
	color: #4c4a4a;
	line-height: 130%;
	overflow: hidden;
}
.news-list li .morea{
	font-size: 14px;
	color: #4c4a4a;
	vertical-align: middle;
}
.news-list li .morea img{
	display: inline-block;
	margin-bottom: 5px;
}

/*====================end middle====================*/
/*====================foot====================*/
.foot-w {
	padding-top: 58px;
	width: 100%;
	height: auto;
	background-color: #323232;
	overflow: hidden;
}

.foot-l {
	float: left;
	width: 30%;
	overflow: hidden;
}

.foot-l .lx-cont {
	margin-top: 30px;
	font-size: 15px;
	color: #b6b6b6;
	line-height: 170%;
}

.foot-l .lx-cont .zia {
	padding: 8px 10px;
	background-color: #ee1d23;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	letter-spacing: 2px;
}

.foot-l .lx-cont p .foot-l .lx-cont p a,
.foot-l .lx-cont p strong {
	font-size: 15px;
	color: #b6b6b6;
	line-height: 170%;
}

.foot-one {
	float: left;
	margin-left: 5%;
	width: 25%;
}

.foot-twe {
	float: left;
	width: 20%;
}


.foot-tit h3 {
	display: block;
	margin: 15px 0px;
	font-size: 18px;
	color: #fff;
}

.foot-tit .linea {
	margin: 15px 0px;
	width: 25px;
	height: 3px;
	background-color: #e91b00;
}

.foot-proc {
	margin-top: 40px;
}

.foot-proc a {
	float: left;
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	font-size: 15px;
	color: #b6b6b6;
}

.foot-menu {
	margin-top: 40px;
}

.foot-menu a {
	float: left;
	display: inline-block;
	width: 50%;
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
}

.foot-linea {
	float: left;
	margin: 0px 2%;
	height: 295px;
	border-right: 1px solid #4b4b4b;
}

.foot-ewm {
	float: left;
	width: 15%;
	text-align: center;
}

.foot-ewm img {
	display: block;
	margin: 0 auto;
}

.foot-ewm p {
	display: block;
	padding: 20px 0px;
	font-size: 15px;
	color: #b6b6b6;
	text-align: center;
}

.foot-lineb {
	display: block;
	width: 100%;
	height: 1px;

}

.f-bq {
	margin-top: 36px;
	padding: 25px 0px 50px 0px;
	border-top: 1px solid #474747;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #b6b6b6;
}

.f-bq-l {
	float: left;
	width: 70%;
}

.f-bq-l p strong,
.f-bq-l p,
.f-bq-l p a,
.f-bq-r p,
.f-bq-r p a,
.f-bq-r p strong {
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.f-bq-r {
	float: right;
	width: 30%;
}

.foot-zia {
	display: block;
	padding: 50px 0px;
	text-align: center;
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

/*end foot*/
/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
/*内页*/
.jt-ny-tit{
  position: relative;
  height: 450px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #f60e0e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/

/*====================PC====================*/

@media only screen and (max-width: 1600px){
	.header-nav .nav-list>li{padding:18px 16px;}
}
@media only screen and (max-width: 1400px){
	#w-90{width: 92%;}
	.header-nav .nav-list>li>a{font-size: 15px;}

}



@media only screen and (max-width: 1300px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-1300{width:100%;}
  #w-1300-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  #w-top{width: 100%;}
  .padding0-sm15{padding:0px 15px;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}

  .top-tit h1{font-size: 30px; padding-top: 10px;}
  .top-logo{width: 135px;}
  .top-logo img{width: 100%; margin-top: 15px;}
  .top-phone{width: 200px;}
  .top-phone img{width: 100%; margin-top: 10px;}

  .foot-w{padding:58px 15px 0px 15px;}



  
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 8px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}


}

@media only screen and (max-width: 1200px){
	#w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
	

}

@media only screen and (max-width: 1060px){

	.tit01 p{width: 97%;}
}

@media only screen and (max-width: 992px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}

  .padding0-sm15{padding:0px 15px;}
  .padding15-8{padding:8px;}
  .header-nav .nav-list>li{padding:7px 6px;}
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  .top-yuyan{display: block; float: none;width: 100%; overflow: hidden; padding-top: 5px;}
  .top-yuyan a{ display: block;float: left; width: 90px; margin-left: 10px;font-size: 14px;}


  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}

  .jg-proc li{width: 48%;}
  .foot-one{width: 41%;}

  .pro-img{width: 50%;}

}



/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-70{width: 100%;}
  #w-80{width: 100%;}
  #w-90{width: 100%;}
  .padding0-sm15{padding:15px;}
  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
  .ny-r01{width: 100%; margin-left: 0px; padding:15px;}
  
  .jg-proc li{width: 92%; margin:0 auto; display: inline-block;}
  .jg-proc li a{font-size: 16px;}

  .top-logo{width: 80px; float: left;}
  .top-tit h1{padding-top:28px; margin-top: 0px; font-size: 17px; margin-left: 96px; float: none; display: block;}
  .about-bg{height: auto;}
	.video-h{margin-left: 0px;}
	.video-h .video-show{margin-left: 0px;margin-top: 0px;}
	.pro-list .tua{float: left;width: 100%;}
	.pro-list .pro-list-nr{width: 100%;}
	.pro-list .pro-con{display: none;}
	.pro-list .tit-pro h3{font-size: 15px; padding-top: 10px;}
	.pro-list{padding:15px;}
	.tit01 h2{font-size: 23px;}
	.tit01 span{font-size: 20px; height: 20px;}
	.rongyu-tit h2{font-size: 26px;}
	.news-list{padding:15px;}
	.news-list li h3{height: auto; margin-bottom: 15px; font-size: 15px;}
	.news-list li .date{font-size: 12px;}
	.news-list li{width: 48%;}

	.foot-ewm{width: 35%;}
	.foot-l{width: 60%;}
	.foot-ewm img{width: 100%;}

	.news-list li .tua img{width: 60%;}

  

/*标题*/
.mini-logo img{width: 100%;}
.ny-tit01 h2{font-size: 26px;}
.ny-tit01 span{font-size: 14px; padding:0 15px;}
/*其它*/
.search-p{padding:0px 15px; width: 90%; text-align: center; margin:0 auto;}


 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}

 .pro-img{width: 70%;}

 
 
}
