.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.s_width {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.pc_box{ display:block}
/*当前位置*/
.position_box {
	font-size: 14px;
	line-height:70px;
	background:#eef2f5;
	width:100%;
}
.s_width_85 {
	width:85%;
	margin: 0 auto;
}
.position_site {
	background: url(../images/home.png) 15px center no-repeat;
	padding-left: 50px;
}
.position_site span {
	font-size:15px;
	color:#333;
}
.position_site a {
	color:#333;
	font-size: 14px;
}
.position_site a:hover {
	text-decoration:underline;
}
.position_title {
	color: #333;
	font-size: 18px;
	background: #045fc2;
	width: 220px;
	text-align: center;
	color: #fff;
	font-size: 23px;
}
/*==========标题==========*/

.ITitle {
	font-size: 54px;
	line-height: 95px;
	margin-bottom: 55px;
	text-align:center
}
.ITitle > span {
	display: inline-block;
	color:#333333;
}
.ITitle .en {
	display: block;
	color: #eeeeee;
	font-size: 120px;
	text-transform: uppercase;
}
.ITitle2 {
	font-size: 54px;
	line-height: 95px;
	margin-bottom: 55px;
	text-align:center
}
.ITitle2 > span {
	display: inline-block;
	color:#fff;
}
.ITitle2 .en {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 120px;
	text-transform: uppercase;
}
/*==========查看更多==========*/

.Link_more {
	margin-top: 20px;
}
.Link_more a {
	display: block;
	max-width: 310px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	letter-spacing: 1px;
	padding: 10px 5px;
}
.Link_more span {
	display: inline-block;
 -webkit-transition: all .5s;
transition: all .5s;
}
.Link_more a:hover {
	background-color: #f79100;
	color: #fff;
	border-color: #f79100;
}
.Link_more a:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
/*==========首页头部==========*/

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	box-sizing: border-box;
	padding: 0 15px;
 -webkit-transition: all .5s;
transition: all .5s;
}
#header .width {
	max-width: 1780px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	max-width: 274px;
 -webkit-transition: all .5s;
transition: all .5s;
}
#header .tel {
	padding: 0 0 0 60px;
	background: url("../images/tel.png") no-repeat left center;
	background-size: 45px auto;
	font-size: 38px;
	font-family: Impact, "sans-serif";
	letter-spacing: 0.5px;
	color: #039fea;
 -webkit-transition: all .5s;
transition: all .5s;
}
#header .navi {
	width: 50%;
}
#header .navi ul {
	display: flex;
	justify-content: space-between;
}
#header .navi li {
	width: 14%;
}
#header .navi li > a {
	height: 116px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	position: relative;
 -webkit-transition: all .5s;
transition: all .5s;
	color: #039fea;
}
#header .navi li > a:hover, #header .navi li.on > a {
	color: #039fea !important;
	font-weight: bold;
}
#header .navi li > a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 5px;
	background-color: #f79100;
 transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header .navi li > a:hover:before, #header .navi li.on > a:before {
	width: 100%;
}
#header .naviInner {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
}
#header .naviWidth {
	background-color: rgba(255, 255, 255, 0.85);
	display: flex;
	justify-content: center;
}
#header .naviWidth .item {
	width: 276px;
	padding: 20px;
	box-sizing: border-box;
}
#header .naviWidth .item .img {
	height: 160px;
	overflow: hidden;
}
#header .naviWidth .item .img img {
	width: 100%;
	min-height: 160px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
#header .naviWidth .item a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#header .naviWidth .item a {
	display: block;
	height: 100%;
	background-color: #efefef;
}
#header .naviWidth .item .txt {
	position: relative;
	padding-left: 60px;
}
#header .naviWidth .item .txt01 {
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #007bbb;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .naviWidth .item .txt01:before {
	position: absolute;
	right: -30px;
	top: 50%;
	content: "";
	background-color: #f79100;
	width: 40px;
	height: 2px;
	margin-top: -1px;
}
#header .naviWidth .item .txt01:after {
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -6px;
	content: "";
	border: 2px solid #f79100;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-radius: 100%;
}
#header .naviWidth .item .txt02 {
	padding: 10px 10px 10px 45px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
#header .naviWidth .item a:hover .txt01:after {
	animation: gunr 2s ease-in-out infinite;
	-webkit-animation: gunr 2s ease-in-out infinite;
}
@-webkit-keyframes gunr {
 0% {
right: -40px;
}
 50% {
right: -12px;
}
 100% {
right: -40px;
}
}
@keyframes gunr {
 0% {
right: -40px;
}
 50% {
right: -12px;
}
 100% {
right: -40px;
}
}
#header.fix {
	background-color: rgba(255, 255, 255, 1);
}
#header.fix h1 {
	max-width: 210px;
}
#header.fix .navi li > a {
	height: 90px;
}
#header.fix .tel {
	padding-left: 46px;
	font-size: 35px;
	background-size: 38px auto;
}
#header.aboutHeader .navi li > a {
	color: #fff;
}
#header.aboutHeader.fix .navi li > a {
	color: #333;
}
#header .hsearch {
	width: 200px;
	background-color: #fff;
	border-radius: 50px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#header .htxt {
	width: 100%;
	height: 40px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50px;
	padding: 0 10px 0 50px;
	box-sizing: border-box;
	font-size: 14px;
}
/*==========banner==========*/

.i_box{ background:#FFF}


.vidbacking-active-body-back{position: fixed;z-index: -1;min-width: 100%;min-height: 100%;top: 50%;left: 50%;background-size: cover;overflow: hidden;opacity: 1;transition: 2s opacity;transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);}
.vidbacking-active-block-back{position: absolute;min-width: 100%;min-height: 100%;height: auto;width: auto;z-index: -1;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);}
.vidbacking{display: none}
.vidmask-body-back{min-height: 100%;min-width: 100%;position: fixed;top: 0;left: 0;z-index: -50;display: block}
.vidmask-block-back{min-height: 100%;min-width: 100%;position: absolute;top: 0;left: 0;height: auto;width: auto;z-index: -50;display: block}



.banner {
	position: relative;
	height: 100%;
	z-index: 11;
	overflow: hidden;
}
.flexslider {
	position:relative;
	height:100%;
	overflow:hidden;
	transition: all 0.3s;
}
.flex-pauseplay {
	display: none;
}

.Nm_show{ display:none; background:url(../images/banner2.jpg) no-repeat center; }

.slides {
	position:relative;
	z-index:1;
}
.slides li {
	height:640px;
	text-align: center;
}
.banner_li1 {
	
}
.banner_li2 {
	background:url(../images/banner1.jpg) no-repeat center; 
}
.banner_li3 {
	background:url(../images/banner3.jpg) no-repeat center;display:none
}
.m_show{ display:none !important}
.pc_show{ display:block; margin-top:250px; z-index:10}



.m_show img {
	animation-name:msaAni;
	-webkit-animation:msaAni 0.8s linear 0s normal none;
	-moz-animation:msaAni 0.8s linear 0s normal none;
	animation:msaAni 0.8s linear 0s normal none;
}
@-webkit-keyframes msaAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity:1;
	-webkit-transform:scale(1, 1);
}
}

.pc_show img {
	animation-name:saAni;
	-webkit-animation:saAni 0.8s linear 0s normal none;
	-moz-animation:saAni 0.8s linear 0s normal none;
	animation:saAni 0.8s linear 0s normal none;
}
@-webkit-keyframes saAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity:1;
	-webkit-transform:scale(1, 1);
}
}



.slides li a {
	display: block;
	height:100%;
}
.slides li img {
	margin: 0 auto;
	display: none;
}
.slides li .video1 {
	background-color: #000;
}


.flex-direction-nav {
	position:absolute;
	z-index:10;
	width:100%;
	top:47%;
	opacity: 0;
	transition: all 0.3s;
}
.flex-direction-nav li a {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	z-index: 10;
	border-radius: 25px;
	opacity: 0.5;
}
.flex-direction-nav li a.flex-prev {
	left:40px;
	background:url(../images/prev.png) center center no-repeat;
	transition: all 0.5s;
}
.flex-direction-nav li a.flex-next {
	right:40px;
	background:url(../images/next.png) center center no-repeat;
	transition: all 0.5s;
}
.flex-direction-nav li a:hover {
	width: 60px;
	height: 50px;
	opacity: 1;
}
.flexslider:hover .flex-direction-nav {
	opacity:1;
}
.flex-control-nav {
	position: absolute;
	z-index: 11;
	width:60px;
	bottom: 0;
	right: 108px;
	height: 90px;
	display: none;
}
.flex-control-nav li {
	position: absolute;
	z-index: 2;
	width: 60px;
	height: 90px;
}
.flex-control-nav li a {
	color: #ffffff;
	width: 60px;
	line-height: 90px;
	text-align: center;
	display: none;
}
.flex-control-nav li .flex-active {
	display: block;
	font-size: 28px;
	color: #15843b;
	font-weight: bold;
	font-family: te2;
}
.flexslider .flex-pauseplay {
	position: absolute;
	z-index: 10;
	width: 100px;
	height: 100px;
	background-color: #0D6A28;
	top: 50%;
	right: 0;
	text-align: center;
	line-height: 100px;
}
.mshow{display:none}

.video {
	position: fixed;
	z-index: 100;
	text-align: center;
	width: 100%;
	height: 100%;
	min-width: 1210px;
	overflow: hidden;
	background-color: #000000;
}
.video video {
	width: 100%;
}
.stay {
	position: absolute;
	z-index: 12;

	bottom: 0;
	left: 48%;
	height:100px;

}
.stay p {

	animation: chang ease-in-out 3s infinite;
	height: 0;
	margin-top: 0;
}
@keyframes chang {
 0% {
height: 0;
margin-top: 0;
}
 60% {
height: 150px;
margin-top: 0;
}
 100% {
height: 150px;
margin-top: 150px;
}
}
.video-show {
	width: 1210px;
	background-color: #000000;
	text-align: center;
	display: none;
}
.video-show video {
	max-width: 100%;
	margin: 0 auto;
}
/*==========Iproduct==========*/

.Iproduct {
	padding: 100px 0;
}
.Product_pic ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:start
}
.Product_pic li {
	width:calc(100%/3 - 30px);
	position:relative;
	margin-bottom:5%;
	margin-left:45px
}
.Product_pic li:nth-of-type(3n-2) {
margin-left:0
}
.Product_pic li a {
	display:block;
	border:1px solid #fff;
transition:all .3s
}
.Product_pic li a:hover {
	border:1px solid #e1dfe0
}
.Product_pic li a:hover .product-img:after {
	opacity:0
}
.Product_pic li a:hover .product-text h3 {
	color:rgba(255, 255, 255, 0);
transition:all .3s
}
.Product_pic li a:hover .product-text h3 strong {
	color:transparent;
	font-weight:bold;
transition:all .3s
}
.Product_pic li a:hover .product-text h3 strong:before {
	background:rgba(255, 255, 255, 0)
}
.Product_pic .product-img {
	position:relative
}
.Product_pic .product-img:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0, 132, 196, 0.6);
	z-index:1;
transition:all .3s
}
.Product_pic .product-background-img {
	padding-top:78%;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#0087ff
}
.Product_pic .product-text {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top:20%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	z-index:2
}
.Product_pic .product-text h3 {
	font-size:22px;
	font-weight:700;
	line-height:1.1;
	width:100%
}
.Product_pic .product-text h3 strong {
	display:block;
	padding-top:30px;
	margin-top:15px;
	position:relative;
	font-size:30px;
	font-weight:normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}

.Product_pic .product-des {
	padding:25px 15px 20px;
	text-align:center;
	font-size:21px;
	font-weight:600;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.Iproduct .Link_more {
	margin-top: 35px;
}
.Iproduct .Link_more {
	margin-top: 35px;
}
/*==========关于我们==========*/

.IAbout {
	padding: 100px 0;
	background: url("../images/IAbout_bg.jpg") no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}
.IAbout .ITitle > span {
	display: inline-block;
	color:#fff;
}
.IAbout .ITitle .en {
	color: rgba(255, 255, 255, 0.5);
}
.IAbout p {
	margin: -25px 0 35px;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-align: justify;
}
.IAbout ul {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.IAbout ul li {
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 10px;
}
.IAbout ul li .photo {
	text-align:center;
}
.IAbout ul span {
	margin-top: 5px;
	display: block;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}
.IAbout ul .photo {
	margin-bottom: 20px;
 -webkit-transition: all .8s;
 transition: all .8s;
	text-align:center;
}
.IAbout .Link_more a {
	color: #fff;
}
/*==========案例展示==========*/

.ICase {
	padding: 100px 0;
}
.CaseWrapper {
	width:95%;
	margin:0px auto;
} /* not important */
.CaseWrapper ul {
	list-style-type: none; /* remove the default style for list items (the circles) */
	margin:0px; /* remove default margin */
	padding:0px; /* remove default padding */
}
.CaseWrapper ul li {
	float:left; /* important: left float */
	position:relative; /* so we can use top and left positioning */
	overflow:hidden;
	width:24.9%; /* hide the content outside the boundaries (ZOOM) */
}
.CaseWrapper ul li a img {
	width:100%; /* not important, the pics we use here are too big */
	position:relative; /* so we can use top and left positioning */
	border:none; /* remove the default blue border */
}
 .CaseWrapper ul li:nth-child(1) {
animation-delay:0.2s;
-webkit-animation-delay:0.2s;
}
 .CaseWrapper ul li:nth-child(2) {
animation-delay:0.4s;
-webkit-animation-delay:0.4s;
}
 .CaseWrapper ul li:nth-child(3) {
animation-delay:0.6s;
-webkit-animation-delay:0.6s;
}
.CaseWrapper ul li:nth-child(4) {
animation-delay:0.8s;
-webkit-animation-delay:0.8s;
}
 .CaseWrapper ul li:nth-child(5) {
animation-delay:1s;
-webkit-animation-delay:1s;
}
 .CaseWrapper ul li:nth-child(6) {
animation-delay:1.2s;
-webkit-animation-delay:1.2s;
}
.CaseWrapper ul li:nth-child(7) {
animation-delay:1.4s;
-webkit-animation-delay:1.4s;
}
 .CaseWrapper ul li:nth-child(8) {
animation-delay:1.6s;
-webkit-animation-delay:1.6s;
}
/*==========新闻资讯==========*/

.Inews {
	padding: 100px 0 50px 0;
	background: url("../images/Inews_bg.jpg") repeat;
	overflow: hidden;
}
.Inews .s_width {
	display: flex;
	justify-content: space-between;
}
.Inews .lbox {
	width: 47.6%;
}
.Inews .ITitle {
	font-size: 50px;
	line-height: 80px;
	margin-bottom: 5px;
	text-align:left;
}
.Inews .ITitle .en {
	color:#dddddd;
}
.Inews .lbox .txtul a {
	padding-left: 0;
	padding-right: 0;
}
.Inews .lbox .txtul a:hover {
	padding-left: 30px;
	padding-right: 30px;
}
.Inews .lbox .photo {
	margin-top: 20px;
	overflow: hidden;
}
.Inews .lbox .photo img {
	width: 100%;
	height: auto;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.Inews .lbox .photo:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.Inews .rbox {
	margin-top: 50px;
	width: 50%;
}
.Inews .txtul a {
	padding: 20px 30px;
	display: block;
}
.Inews .txtul .time {
	margin-bottom: 5px;
	font-size: 18px;
	color: #666;
}
.Inews .txtul h3 {
	margin-bottom: 10px;
	font-size: 28px;
}
.Inews .txtul p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.Inews .txtul .link span {
	font-size: 14px;
	color: #f79100;
	text-transform: uppercase;
	padding-right: 25px;
	display: inline-block;
	background: url("../images/Inews_icon.png") no-repeat right center;
}
.Inews .txtul a:hover {
	background: url("../images/Inews_hover.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}
.Inews .txtul a:hover .time, .Inews .txtul a:hover p {
	color: #fff;
}
.Inews .txtul a:hover .link span {
	color: #fff;
	background-image: url("../images/Inews_hover_on.png");
}
.Inews .Link_more {
	margin-top: 60px;
}
/*主体*/

#main {
	height:auto;
	margin:0 auto;
	font-size:16px;
}
#main::after {
content:'';
display:block;
visibility:hidden;
opacity:0;
clear:both;
height:0;
overflow:hidden;
}
/*内页简介*/
.sec_mian {
	overflow:hidden;
}
.sec_aa {
	padding:60px 0 60px 0;
}
.sec_aa div.fl img {
	width: 100%
}
.sec_aa div.fl h4 {
	margin:0 0 24px 0;
	font-size:46px;
	color:#333;
	text-align:center;
}
.sec_aa div.fl h5 {
	margin-bottom:35px;
	font-size:26px;
	color:#666;
	text-align:center;
	line-height:38px;
}
.sec_aa div.fl h5 i {
	display:inline-block;
	padding:0 7px 0 15px;
	margin-right:15px;
	background:#fe0000;
	color:#fff;
	vertical-align:top;
	border-radius:50px;
	font-style: normal;
}
.sec_aa div.fl p {
	font-size:16px;
	color:#333;
	line-height:35px;
}
.sec_aa div.fr {
	width:640px;
	height:314px;
	background:no-repeat center;
	background-size:cover;
}
.ny_left {
	width:320px;
	height:auto;
	float:left;
}
.ny_right {
	height:auto;
}
.ny_contact_p1 {
	text-align: center;
	color:#3f3f3f;
	font-size: 36px;
}
.ny_contact_p2 {
	text-align: center;
	color:#595959;
}
.ny_contact_p3 {
	text-align: center;
	color:#2c9518;
}
.ny_contact_p4 {
	text-align: center;
	color:#3f3f3f;
	font-size: 25px;
}
.contact_tel {
	font-family: cuya;
	font-size:28px;
	color:#fe0000;
}
.nr20 {
	margin-top: 50px;
}
.nr20 ul {
	text-align: center;
}
.nr20 ul li {
	display: inline-block;
	text-align: center;
	width: 24%;
}
.contact_text {
	line-height:50px;
	font-size: 20px;
	color:#111
}
.contact_memo {
	line-height:20px;
	font-size: 16px;
	color:#666
}
/*产品列表*/

/*产品列表*/

.Case_pic {
	width:100%;
	margin:0px auto 20px auto;
}
.Case_pic a {
	float:left;
	width:24%;
	margin-right:1%;
	text-align:center;
	position:relative;
	margin-bottom:2%;
	border-bottom: 1px solid #e1dfe0;
}
.Case_pic a:nth-child(4n) {
margin-right: 0;
}
.Case_pic a span {
	overflow:hidden;
}
.Case_pic a span img {
	width:100%;
	display:block;
}
.Case_pic a em {
	background:#fff;
	line-height:4;
	font-size:18px;
	display:block;
	font-style:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Case_pic a div {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255, 0, 0, 0.6);
	color:#fff;
	left:0;
	top:20px;
	opacity:0;
transition:all .3s;
}
.Case_pic a div::before {
content:'';
background:url(../images/big.png) center/cover;
width:60px;
height:60px;
margin:auto;
margin-top:60px;
display:block;
}
.Case_pic a:hover div {
	top:0;
	opacity:1;
}
.Case_pic a div p {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:30px;
	margin:auto;
	line-height:30px;
	font-size:14px;
	text-align:center;
	border:1px solid #fff;
	height:30px;
	width:80px;
}
/*新闻内页面*/
.ny_news, .ny_news li {
	width:100%;
}
.ny_news li {
transition:.3s;
}
.ny_news li:nth-child(2n) {
background-color:#f8f8f8;
}
.ny_news .center {
	max-width:1100px;
	margin:0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	left:0;
}
.ny_news>li>a {
	padding:50px 0;
	display:block;
}
.ny_news .num {
	display:block;
	width:20%;
	font-weight:bold;
	font-style:italic;
}
.ny_news .num img {
	text-indent:-9999px;
	height:120px;
}
.ny_news .font {
	display:block;
	width:80%;
	font-size:18px;
	line-height:30px;
}
.ny_news .font .intro {
	font-size:14px;
	color:#bbb;
}
.ny_news li:hover {
	background:#045fc2;
}
.ny_news li:hover .num, .ny_news li:hover .font p, .ny_news li:hover .font .intro {
	color:#fff;
}
.ny_news li:hover .center {
	left:-16px;
}
.gray {
	min-height:200px;
}
/*contact*/

.contact_box{border:1px solid #CCC}

.contact_left{height:400px; float:left; width:600px;}
.contact_right{ width:600px; float:right; line-height:35px; padding:50px;}

.map_box{height:400px;width:600px;}

/* 数字上下页 */
.page_fanye {
	width:100%;
	height:auto;
	text-align:center;
	padding:30px 0 50px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.page_fanye a {
	line-height:28px;
	font-size:16px;
	text-indent:0px;
	color: #333;
	margin-right: 5px;
	padding:0px 10px;
	background:#b0b0b0;
	display: inline-block;
}
.page_fanye span {
	height:28px;
	padding:0 10px 0 5px;
	display: inline-block;
}
.page_fanye span input {
	width:30px;
	height:20px;
}
.page_fanye a.page_home, .page_fanye a.page_home:hover, .page_fanye a.page_end, .page_fanye a.page_end:hover {
	width:60px;
	color:#666666;
}
.page_fanye .current, .page_fanye a:hover {
	color: #fff;
	background:#e4011f;
}
/* ===================== 产品 详情页 ===================== */
#nyba {
	height:400px;
	position: relative;
	overflow:hidden;
	background-color:rgba(0, 0, 0, 0.3);
	background-image:url(images/Nbanner2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
.fade_text {
	text-transform:uppercase;
	margin-top:5%;
	text-align: center;
	font-size:0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.fade_text span {
	color:#fff;
	display: inline-block;
}
.fade_text .cn {
	height:95px;
	line-height:95px;
	overflow: hidden;
}
.fade_text .cn span {
	font-size:72px;
}
.fade_text .en {
	height:40px;
	line-height:40px;
	font-size:30px;
	overflow:hidden;
}
.fade_text .line {
	width:80px;
	height:3px;
	background-color:#fff;
	margin:20px auto;
}
.arrow_down {
	position:absolute;
	left:50%;
	margin-left:-4px;
	bottom:20px;
	overflow: hidden;
	width:8px;
}
.arrow_down .line {
	display: block;
	width:1px;
	height:40px;
	margin:0 3px;
	background: #fff;
}
.arrow_down .aw {
	display: block;
	width:100%;
	height:5px;
	margin-top:3px;
	background: url('../images/aw.png') no-repeat;
}
.arrow_down .lg {
	-webkit-animation: long 1.5s linear alternate infinite;
	animation: long 1.5s linear alternate infinite;
}
.pro_content_box {
	padding-top:50px;
	padding-bottom:50px;
}
.img_big_box {
	width:55%;
	float: left;
}
.img_big_box .img_box {
	height:400px;
	border:1px solid #f1f1f1;
	border-radius:5px;
	position: relative;
	border-bottom:none;
}
.img_big_box .img_box img {
	max-width:99%;
	max-height:99%;
	border-radius:5px;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}
.img_big_box .small_box {
	border:1px solid #f1f1f1;
	border-radius:5px;
	text-align: center;
}
.img_big_box .small_box img {
	max-height:80px;
	display: inline-block;
	margin:10px 5px;
	border:1px solid #fff;
}
.img_big_box .small_box img.active {
	border-color:red;
}
.info_big_box {
	width:42%;
	float: right;
	height:502px;
}
.info_big_box h1 {
	color:#444;
	line-height:36px;
	font-weight: bold;
	font-size:26px;
	margin-top:60px;
}
.info_big_box .info_1 {
	margin:30px 0 0;
}
.info_big_box .info_1 .dh {
	color:#555;
	margin-bottom:10px;
	height:40px;
	line-height:40px;
	cursor:help;
	font-family:impact;
	font-size:26px;
	margin-bottom:10px;
	letter-spacing:2px;
}
.info_big_box .info_1 .dh a {
	display: inline-block;
	color:#555;
}
.info_big_box .info_1 .dh img {
	display: inline-block;
	vertical-align: middle;
	width:30px;
	margin-right:12px;
}
.info_big_box .info_1 .dh span {
	font-size:18px;
	display: inline-block;
	vertical-align: middle;
	color:#555;
	letter-spacing:0px;
}
.info_big_box .info_2 {
	padding:10px;
}
.info_big_box .share {
	height:24px;
	line-height:24px;
	margin:20px 0;
}
.info_big_box .share span {
	font-size:16px;
	color:#555;
}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more {
	margin:0 6px 0 0 !important;
}
.info_big_box .info_3 span {
	display: inline-block;
	padding:8px 0;
	line-height:24px;
	color:#555;
	cursor:help;
	font-size:14px;
}
.info_big_box .info_3 span img {
	display: inline-block;
	height:20px;
	margin-bottom:3px;
	margin-right:6px;
}
.xgcp_title {
	padding:10px;
	background-color:#fafafa;
	margin:30px 0 0;
}
.xgcp_title h3 {
	color:red;
	border-left:2px solid red;
	padding-left:20px;
	height:30px;
	line-height:30px;
	font-weight: bold;
	font-size: 20px;
}
.article_content {
	font-size:16px;
	color:#333;
	padding-top:30px; line-height:30px;
}
.article_box {
	padding-top:30px;
}
.article_box img, .article_content img {
	display: inline;
}
.article_box p, .article_content p {
	margin-bottom:14px;
}
.pagenum {
	border-top:1px solid #DCDCDC;
	margin-top:30px;
	text-align: center;
}
.pagenum a {
	display: inline-block;
	color:#666;
	margin:20px 20px 0;
	width:120px;
	height:30px;
	line-height:30px;
	border:1px solid red;
	border-radius:60px;
	font-size:0px;
}
.pagenum span {
	font-size:16px;
	color:red;
}
.pagenum a:hover {
	background-color:red;
}
.pagenum a:hover span {
	color:#fff;
}
/*==========新闻详细页=========*/
.News_info_big_box {
	width:100%;
	height: auto;
	text-align:center;
}
.News_info_big_box h1 {
	color:#444;
	line-height:60px;
	font-weight: bold;
	font-size:26px;
}
.News_info_big_box .info_3 {
	text-align:center;
}
.News_info_big_box .info_3 span {
	display: inline-block;
	padding:8px 0;
	line-height:24px;
	color:#555;
	cursor:help;
	font-size:14px;
}
.News_info_big_box .info_3 span img {
	display: inline-block;
	height:20px;
	margin-bottom:3px;
	margin-right:6px;
}
/*==========版权信息==========*/

.footer {
	background:url(../images/foot_bg.jpg) no-repeat center;
	padding:0 0 3px 0;
	position:relative;
	z-index:1
}
.footer .s_width {
	padding:50px 0 0 0
}
.footer span {
	display:block;
	color:#d50000;
	line-height:45px;
	font-size:24px;
	font-weight:bold
}
.footer i {
	display:block;
	height:1px;
	width:42px;
	background:#e40011;
	margin:11px 0 25px 0;
}
.footer .flogo {
	width:20%;
	padding:0 0 10px 20px;
	min-width:200px;
}
.footer .fmenu_list {
	width:13%;
	padding:0 0 10px 70px;
	min-width:200px;
	border-left:1px solid rgba(255, 255, 255, 0.2);
	border-right:1px solid rgba(255, 255, 255, 0.2);
	min-height:280px;
}
.footer .fmenu_list a {
	color:#fff;
	font-size:15px;
	line-height:36px;
}
.footer .fmenu_list div {
	float:left;
	width:100%;
}
.footer .fcontact {
	width:30%;
	padding:0 0 10px 70px;
	min-width:380px;
	border-right:1px solid rgba(255, 255, 255, 0.2);
}
.footer .fcontact p {
	line-height:30px;
	color:#fff;
	font-size:15px;
	line-height:36px;
}
.footer a:hover {
	color:#d13932
}
.footer .fewm {
	width:20%;
	min-width:250px;
}
.footer .fewm p {
	text-align:center;
}
.fgongshi {
	text-align:center;
	padding:10px 0
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	border-top:1px solid rgba(255, 255, 255, 0.3);
	margin-top:50px;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #F00;
}
.copyright span{
	color: #fff;
	font-size: 15px; font-weight: normal; display:inline 
}
.go_top {
	display: none;
	background: url(../images/top.png) center center/50% no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background-color: #d50000;
	border-radius: 50%;
	position: fixed;
	right: 6px;
	bottom: 100px;
	z-index: 99999999999;
}
/*==========手机工具栏==========*/
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	left: 0;
	display: none;
}
#toolbar .list {
	display: flex;
	background: #007bbb;
}
#toolbar .list li {
	width: 25%;
	text-align: center;
}
#toolbar .list a {
	display: block;
	padding: 5px;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}
#toolbar .list a img {
	display: block;
	margin: 5px auto;
}
#toolbar .list li:hover {
	background: #0185d0;
}
/*==========微信弹窗==========*/
#wxnr {
	width:100%;
	height: 100%;
	position:fixed;
	top: 0;
	z-index:1000;
	display:none;
	background: rgba(0, 0, 0, .6);
}
#wxnr .nrdf {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	padding: 20px 10px;
	text-align:center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius:10px;
	box-sizing: border-box;
	margin: -150px auto 0;
}
#wxnr img {
	width: 135px;
	height: 135px;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 14px;
	text-align:center;
	line-height: 30px;
}
#wxnr i {
	position: absolute;
	top: 5px;
	right:5px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	text-align:center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}
#wxnr span {
	display:inline-block;
	padding: 0 5px;
	background-color: #007bbb;
	color:#fff;
	border-radius: 5px;
	cursor:pointer;
}
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -26px;
	z-index: 9999999;
	font-size: 16px;
	color: #fff;
	width: 90%;
	right: 5%;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 5px;
	display: none;
	line-height: 50px;
}

/*==========引入字体==========*/

 @font-face {
 font-family: 'icomoon';
 src:url('../font/icomoon.eot?qradjf');
 src:url('../font/icomoon.eot?qradjf#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?qradjf') format('truetype'), url('../font/icomoon.woff?qradjf') format('woff'), url('../font/icomoon.svg?qradjf#icomoon') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @media all and (min-width: 1601px) and (max-width: 1700px) {
 #header .navi {
width: 48%;}
.pc_show{ margin-top:200px;}
.menuBox {
 display: none !important;
}
}
 @media all and (min-width: 1360px) and (max-width: 1600px) {
 .s_width_85 {
 width:95%;
 margin: 0 auto;
}
.pc_show{ margin-top:120px;}
.menuBox {
 display: none !important;
}
 .headLine01 {
font-size: 50px;
}
 .headLine01 .en {
font-size: 105px;
}
 #header .navi {
width: 46%;
}
 #header .navi li {
width: 15%;
}
 #header .naviWidth .item .img {
height: 128px;
}
 #header .naviWidth .item .img img {
min-height: 128px;
}
 #header .tel {
font-size: 35px;
background-size: 38px auto;
padding-left: 46px;
}
 .factoryPage .whiteDetail {
padding: 50px 20px;
}
 .indexsec01 .rbox .swiper-slide a > img {
min-height: 180px;
}
 .indexsec01 .swiper-container {
height: 380px;
}
 #header .hsearch {
width: 180px;
}
 #header h1 {
max-width: 250px;
}
.contact_left{ width:600px;}
.contact_right{ width:600px; float:right; line-height:35px; padding:50px 20px 50px 20px;}
}
 @media all and (min-width: 1000px) and (max-width: 1359px) {
.pc_box{ display:none}
.s_width_85 {
 width:98%;
 margin: 0 auto;
}
.headLine01 {
font-size: 40px;
line-height: 80px;
}
 .headLine01 .en {
font-size: 80px;
}
 .indexsec01 .headLine01 {
margin-bottom: 20px;
}
 .indexsec01 .rbox .hiddenbox .link {
width: 130px;
}
 .indexsec01 .swiper-container {
height: 280px;
}
 .indexsec01 .rbox .swiper-slide a > img {
min-height: 130px;
}
 .indexsec01 .rbox .hiddenbox .ttl {
margin-bottom: 10px;
font-size: 18px;
}
 #footer .flogo {
width: 240px;
}
 #footer .code {
width: 330px;
}
 #footer .code img {
margin: 0 5px;
}
 .contactPage .imgbox .txtbox {
padding-left: 2%;
padding-right: 2%;
}
 .contactPage .imgbox .txtbox .code {
width: 150px;
}
 .contactPage .imgbox .txtbox li img {
width: 24px;
margin-right: 10px;
}
 .newsPage .sec01 .imgbox .lbox a {
height: 295px;
}
 .newsPage .sec01 .imgbox .lbox a > img {
min-height: 295px;
}
 .newsPage .sec01 .imgbox .rbox ul a {
padding-top: 20px;
padding-bottom: 20px;
}
 .newsPage .sec01 .imgbox .rbox ul li:not(:last-child) {
margin-bottom: 10px;
}
 .newsPage .sec03 ul .photo {
height: 303px;
}
 .newsPage .sec03 ul .photo img {
min-height: 303px;
}
 .newsPage .sec03 ul .txtbox {
padding: 20px;
}
 .productPage .item ul .photo {
height: 220px;
}
 .productPage .item ul .photo img {
min-height: 220px;
}
 .productPage .tabbox ul a > img {
min-height: 220px;
}
 .productPage .tabbox ul a {
height: 220px;
}
 .productPage .tabbox ul .txtbox p {
padding: 0 15px;
}
 .productPage .tabbox ul .txtbox h3 {
padding-top: 10px;
padding-bottom: 10px;
}
 #header .naviWidth .item {
padding-left: 5px;
padding-right: 5px;
}
 #header .naviWidth .item .img {
height: 110px;
}
 #header .naviWidth .item .img img {
min-height: 110px;
}
 #header .navi li > a {
font-size: 16px;
}
 #header .tel, #header.fix .tel {
font-size: 26px;
background-size: 27px auto;
padding-left: 30px;
}
 #header h1 {
max-width: 180px;
}
 #header .navi li {
width: 16.66%;
}
 #header.fix h1 {
max-width: 180px;
}
 .factoryPage .whiteDetail {
padding: 30px 15px;
}
 .factoryPage .whiteWidth .rbox ul .img {
height: 205px;
}
 .factoryPage .whiteWidth .rbox ul .img img {
min-height: 205px;
}
 .factoryPage .listUl .photo {
height: 225px;
}
 .factoryPage .listUl .photo img {
min-height: 225px;
}
 #header .hsearch {
width: 140px;
}

/*==========版权信息==========*/
.footer .flogo {
 display:none;
}
 .footer .fmenu_list {
 width:22%;
 padding:0 0 10px 80px;
 min-width:200px;
 border-left:1px solid rgba(255, 255, 255, 0.2);
 border-right:1px solid rgba(255, 255, 255, 0.2);
}
.footer .fcontact {
 width:40%;
 padding:0 0 10px 80px;
 min-width:380px;
 border-right:1px solid rgba(255, 255, 255, 0.2);
}
.contact_left{ }
.contact_right{ width:500px; float:right; line-height:35px; padding:50px 10px 50px 0px;}
}
 @media (min-width: 999px) {
sp {
 display: none !important;
}
.menuBox {
 display: none !important;
}
}
 @media all and (max-width: 999px) {
 .s_width {
 max-width: inherit;
}
.s_width_85 {
 width:98%;
 margin: 0 auto;
}

/*==========标题==========*/

.ITitle {
 font-size: 20px;
 line-height: 35px;
 margin-bottom: 20px;
 text-align: center;
}
.ITitle > span {
 display: inline-block;
 color:#333333;
}
.ITitle .en {
 font-size: 38px;
}
/*==========查看更多==========*/

.Link_more {
 margin-top: 15px;
}
.Link_more a {
 max-width: 200px;
 padding: 10px 5px;
}


/*==========顶部导航==========*/	
.video_box{ display:none !important;}

#header {
 padding: 10px 15px;
}
 #header .hsearch {
display: none;
}
 #header .width {
 max-width: inherit;
 display: block;
}
 #header h1 {
 max-width: 180px;
}
#header h1 a img {
 max-width: 100%;
}
#header .tel {
 display: none;
}
#header .navi {
 display: none;
}
#header.fix h1 {
 max-width: 180px;
}
#header .menu {
 position: absolute;
 right: 15px;
 top: 28px;
}
.menu-trigger, .menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
 position: relative;
 width: 38px;
 height: 30px;
}
.menu-trigger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 4px;
 background-color: #1588c7;
 border-radius: 4px;
}
 .menu-trigger span:nth-of-type(1) {
 top: 0;
}
 .menu-trigger span:nth-of-type(2) {
 top: 13px;
}
 .menu-trigger span:nth-of-type(3) {
 bottom: 0;
}
 .menu-trigger span:nth-of-type(3), .menu-trigger.active span:nth-of-type(3) {
 transition: none;
}
 .menu-trigger.active {
 -webkit-transform: rotateX(720deg);
 transform: rotateX(720deg);
}
 .menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(13px) rotate(-45deg);
 transform: translateY(13px) rotate(-45deg);
}
 .menu-trigger.active span:nth-of-type(2) {
 -webkit-transform: translateY(0) rotate(45deg);
 transform: translateY(0) rotate(45deg);
}
 .menu-trigger.active span:nth-of-type(3) {
 opacity: 0;
}
 .menuBox {
 display: none;
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(255, 255, 255, 0.9);
 z-index: 900;
 overflow-y: auto;
}
 .menuBox ul {
 padding: 90px 0 10px;
}
 .menuBox ul a {
 padding: 15px 5px;
 display: block;
 text-align: center;
 font-size: 16px;
}
 .menuBox ul li:not(:last-child) {
 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}



/*==========banner==========*/

.banner {
 position: relative;
 height: 400px;
 z-index: 11;
 overflow: hidden;
}
.flexslider {
 position:relative;
 height:100%;
 overflow:hidden;
 transition: all 0.3s;
}
.flex-pauseplay {
 display: none;
}
.Nm_show{ display: block !important; height:400px;}

.Nm_show img{ width:100%;  margin-top: 30%;}
.slides {
 position:relative;
 z-index:1; display:none !important;
}
.slides li {
 height:400px !important;
 text-align: center; 
}
.slides li a {
 display: block;
 height:100%;
}
.slides li img {
 margin: 0 auto;
 display: none;
}
.slides li .video1 {
 background-color: #000; display:none;

}
.banner_li1 {
	background:url(../images/banner1.jpg) no-repeat center;
}
.banner_li2 {
	background:url(../images/banner2.jpg) no-repeat center;
}
.m_show{ display: block !important; margin-top: 30%;}
.m_show img{ width:100%; }
.pc_show{ margin-top: 25%;}
.pc_show img{ width:100%; }


.stay { display:none
}

/*==========Iproduct==========*/

.Iproduct {
 padding: 40px 0;
}
.IProduct_pic a {
 width:100%;
 margin-right:0;
 border-bottom: 0px;
}
 .Product_pic {
width:98%;
 margin: 0 auto;
}
.Product_pic .product-img:after {
 background:rgba(0, 132, 196, 0.3);
}
.Product_pic .product-text h3 {
font-size:16px
}
.Product_pic .product-text h3 strong {
font-size:22px
}
.Product_pic li {
 width:100%;
 position:relative;
 margin-bottom:5%;
 margin-left:0px
}
/*==========关于我们==========*/

.IAbout {
 padding: 40px 0;
 background-attachment: inherit;
}
.IAbout ul {
 margin-bottom: 10px;
 flex-wrap: wrap;
}
.IAbout ul li {
 margin-bottom: 20px;
 width: 50%;
 font-size: 16px;
}

/*==========案例展示==========*/

.ICase {
 padding: 40px 0;
}
 .Case_pic {
 width:100%;
 margin:0px auto 20px auto;
}
.Case_pic a {
 float:left;
 width:49%;
}


/*==========新闻资讯==========*/


.Inews {
 padding: 40px 0;
 background-size: 10px 10px;
}
.Inews .s_width {
 display: block;
}
.Inews .lbox {
 width: auto;
}
.pc_box{ display:none}
.Inews .ITitle {
 font-size: 20px;
 line-height: 35px;
 margin-bottom: 20px;
 text-align: center;
}
 .Inews .txtul a {
 padding: 10px 0;
}
.Inews .txtul .time {
 font-size: 15px;
}
.Inews .txtul h3 {
 margin-bottom: 5px;
 font-size: 20px;
}
.Inews .txtul p {
 margin-bottom: 10px;
 font-size: 13px;
}
 .Inews .lbox .photo {
 margin-top: 10px;
}
.Inews .rbox {
 margin-top: 10px;
 width: auto;
}
.Inews .Link_more {
 margin-top: 15px;
}

/*当前位置*/
.position_box {
 font-size: 14px;
 line-height:50px;
 background:#eef2f5;
 width:100%;
}
 .position_box .fr {
 float:left;
}
.position_site {
 background: url(../images/home.png) 15px center no-repeat;
 padding-left: 50px;
}
.position_site span {
 font-size:15px;
 color:#333;
}
.position_site a {
 color:#333;
 font-size: 14px;
}
.position_site a:hover {
 text-decoration:underline;
}
.position_title {
 display:none;
}




/*新闻内页面*/
 .ny_news .center {
 padding: 0 2%;
}
.ny_news .num {
 width: 100%;
 display: block;
}
.ny_news .num img {
 width: 100%;
height: auto;
}
.ny_news .font {
 width: 100%;
 margin-top: 15px;
}
.ny_news .font .intro {
 font-size: 14px;
 color: #bbb;
}

/*公司简介 内页*/

.sec_aa div.fl h4 {
 margin:0 0 15px 0;
 font-size:26px;
 color:#333;
 text-align:center;
font-weight:bold;
}
.sec_aa div.fl h5 {
 margin-bottom:15px;
 font-size:20px;
 color:#666;
 text-align:center;
 line-height:30px;
}
.sec_aa div.fl h5 i {
 display:inline-block;
 padding:0 7px 0 15px;
 margin-right:15px;
 background:#fe0000;
 color:#fff;
 vertical-align:top;
 border-radius:40px;
 font-style: normal;
}


/*联系我们 内页*/


/*contact*/

.contact_box{border: none}

.contact_left{height: auto; float:left; width:100%;}
.contact_right{ width:100%;float:left; line-height:30px; padding:0px;}

.map_box{width:100%; height:350px;}

/* ===================== 产品 详情页 ===================== */
#nyba {
 height: 280px;
}
.fade_text {
 margin-top: 120px;
}
.pro_content_box {
 padding-top:20px;
 padding-bottom:20px;
}
.fade_text .cn {
 line-height: 40px;
 height: 40px;
}
.fade_text .cn span {
 font-size: 30px;
}
.img_big_box {
 display:none
}
.info_big_box {
 width:100%;
 float: left;
 height: auto;
}
.info_big_box h1 {
 color: #444;
 line-height: 20px;
 font-weight: bold;
 font-size: 26px;
 margin-top: 0px;
}
 .article_content img {
width:100%;
}

/* ===================== 新闻 详情页 ===================== */
.News_info_big_box h1 {
 color: #444;
 line-height: 30px;
 font-weight: bold;
 font-size: 20px;
padding-bottom:15px;
}
/*==========版权信息==========*/



.footer {
 padding:0 0 3px 0;
 background:url(../images/foot_bg.jpg) no-repeat center;
 background-size: cover;
}
.footer .s_width {
 max-width: inherit;
 padding-top: 30px;
}
 .footer span {
 display:block;
 color:#d50000;
 line-height:45px;
 font-size:20px;
 font-weight:bold
}
.footer i {
 display:block;
 height:1px;
 width:42px;
 background:#e40011;
 margin:11px 0 25px 0;
}
 .footer .flogo {
 display:none;
}
 .footer .fmenu_list {
 display:none;
}
 .footer .fcontact {
 width:100%;
 padding:0 0 10px 20px;
}
.footer .fcontact p {
 line-height:30px;
 color:#fff;
 font-size:15px;
 line-height:36px;
}
.footer a:hover {
 color:#d13932
}
.footer .fewm {
 display:none;
}
.copyright {
 text-align: center;
 color: #fff;
 font-size: 15px;
 line-height: 28px;
width:100%;
height:70px;
padding-bottom:50px;
padding-top:10px;
}

.copyright span{ display:none;
}
#toolbar {
display: block;
 .comWidth {
 max-width: inherit;
}
}
