<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0
}
@font-face {
  	font-family: "寰蒋闆呴粦";
  	src:
       url("../font/msyh.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
ul,li{ list-style-type:none;}
body{
	font-family: "寰蒋闆呴粦",tahoma,arial,impact;
	overflow-x: hidden;
}
header {
	width: 100%;
	height: 111px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header .header_logo {
	display: block;
	width: 400px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -742px;
	transition: all 0.5s;
	font-size:16px;
}
header .header_logo img {
	display: block;
	max-width: 93%;
}
.header_menu {
	height: 60px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -362px;
	transition: all 0.5s;
}
.header_menu ul {
	width: 100%;
	height: 60px;
}
.header_menu ul li {
	list-style: none;
	float: left;
	width: auto;
	height: 60px;
	position: relative;
}
.header_menu ul li h4 {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
}
.header_menu ul li h4 a {
	color: #333333;
}
.header_menu ul li:hover{text-decoration: none;}
.header_menu ul li:hover h4 a {
	color: #d8262c;
	text-decoration: none;
}
.header_menu ul li.menuNow{border-bottom:4px solid #fff000 ;}
.header_menu ul li.menuNow h4 a {
	color: #d8262c;
}
.header_menu ul li:last-of-type {
	margin: 0;
}
.header_menu ul li .header-two {
	width: 180px;
	overflow: hidden;
	background-image: url(../images/menuBg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -100px;
	padding: 30px 11px 14px;
	display: none;
	text-align: center;
}
.header_menu ul li .header-two p {
	width: 100%;
	overflow: hidden;
	line-height: 31px;
	font-size: 13px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
}
.header_menu ul li .header-two p a {
	color: #333;
}
.header_menu ul li .header-two p:hover a {
	font-weight: bold;
}
header .header_right {
	display: block;
	width: 115px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 90px;
	top: 27px;
	transition: all 0.5s;
}
header .header_right .header-en {
	width: 72px;
	height: 45px;
	overflow: hidden;
	float: left;
}
header .header_right .header-en a {
	display: block;
	width: 22px;
	height: 26px;
	float: left;
	font-size: 14px;
	line-height: 26px;
	font-family: arial;
	color: #bebebe;
	margin: 10px 7px;
	position: relative;
	overflow: hidden;
}
header .header_right .header-en a.active {
	font-weight: bold;
	color: #fff000;
}
header .header_right .header-en a.active:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff000;
	position: absolute;
	left: 0;
	bottom: 0;
}
header .header_right .header_search {
	float: right;
	margin-left: 25px;
	position: relative;
}
header .header_right .header_search span {
	font-size: 18px;
	color: #bebebe;
	cursor: pointer;
}
header .header_right .header_search input {
	display: block;
	width: 266px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	display: none;
}
header .header_menuIcon {
	width: 100px;
	height: 44px;
	line-height: 44px;
	float: right;
	font-size: 24px;
	color: #fff000;
	margin: 15px 15px 15px 0;
}
header .header_menuIcon span {
	display: block;
	width: 48px;
	height: 44px;
	line-height: 42px;
	float: left;
}
header .header_menuIcon .header_menuImg {
	width: 33px;
	height: 44px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
header .header_menuIcon .header_menuImg img {
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
}
header .header_menuIcon .header_menuImg img:nth-of-type(2) {
	display: none;
}
.header_click .header_menuIcon {
	color: #004098 !important;
}
.header_click .header_menuIcon .header_menuImg img:nth-of-type(1) {
	display: block;
}
.header_click .header_menuIcon .header_menuImg img:nth-of-type(2) {
	display: none;
}
.header_tel 
{
    float: left;
    text-align: left;
    font-size: 30px;
    color: #ff0000;
    position: absolute;
    right: 8%;
    top: 29px;
    color:#d8262c;
}
@media only screen and (max-width: 1299px) {
	header {
		background-image: url(../images/headBg.png);
		background-position: 0px 0px;
		transition: all 0.5s;
	}
	header.header_roll,header.header_click,header.header-search {
		height: 85px;
		top: 0px;
		background-color: #ffffff;
		box-shadow: 2.8px 2.8px 3px rgba(6,0,1,0.13);
	}
	header .header_logo {
	    min-width: 330px;
	    left: 0;
	    top: 21px;
	    margin-left: 8px;
	}
	header .header_right {
		right: 175px;
	}
	header .header_menuIcon {
		display: block;
		position: relative;
		z-index: 110;
		margin: 30px 35px 15px 0;
	}
	header.header_roll .header_logo,header.header_click .header_logo,header.header-search .header_logo {
	    top: 18px;
	}
	header.header_roll .header_right,header.header_click .header_right,header.header-search .header_right {
	    top: 18px;
	}
	header.header_roll .header_menuIcon,header.header_click .header_menuIcon,header.header-search .header_menuIcon {
	    margin: 18px 35px 15px 0;
	}
	header .header_menu {
		width: 100%;
		height: calc(100% - 85px);
		height: -moz-calc(100% - 85px);
		height: -webkit-calc(100% - 85px);
		overflow: hidden;
		background-color: #f0f0f0;
		position: fixed;
		top: 85px;
		left: -2000px;
		margin: 0;
		padding: 35px 100px 0;
		z-index: 100;
		transition: all 1s;
	}
	header.header_click .header_menu  {
		left: 0;
	}
	header .header_menu ul {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	header .header_menu ul li {
		float: none;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: justify;
	}
	header .header_menu ul li h4 {
	    font-size: 28px;
	    line-height: 50px;
		text-align: justify;
		position: relative;
	}
	header .header_menu ul li h4:after {
		content: '';
		width: 30px;
		height: 30px;
		overflow: hidden;
		position: absolute;
		top: 10px;
		right: 0px;
		background-image: url(../images/mr1.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		transition: all 0.5s;
	}
	header .header_menu ul li:nth-of-type(1) h4:after,.header_menu ul li:nth-of-type(8) h4:after {
		display: none;
	}
	header .header_menu ul li.active h4:after {
		transform: rotate(90deg);
		background-image: url(../images/mr2.png);
	}
	header .header_menu ul li .header-two {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 10px 25px;
		background: transparent;
		text-align: left;
	}
	header .header_menu ul li .header-two p {
	    line-height: 41px;
	    font-size: 24px;
	   	border: none;
	}
	header .header_menu ul li .header-two p a {
		color: #333333;
	}
	header .search-sm {
		width: 100%;
		height: calc(100% - 85px);
		height: -moz-calc(100% - 85px);
		height: -webkit-calc(100% - 85px);
		overflow: hidden;
    	background-color: #f0f0f0;
    	position: fixed;
    	top: 85px;
    	left: 0;
    	z-index: 200;
    	display: none;
	}
	header .search-sm .container {
		height: 100%;
	}
	header .search-sm .search-input {
		width: 100%;
		height: 62px;
		position: relative;
		top: 50%;
		margin: -31px 0 0;
	}
	header .search-sm .search-input input {
		border: none;
		width: calc(100% - 55px);
		width: -moz-calc(100% - 55px);
		width: -webkit-calc(100% - 55px);
		height: 60px;
		font-size: 18px;
		background-color: transparent;
		border-bottom: 2px solid #004098;
	}
	header .search-sm .search-input span {
		font-size: 28px;
		color: #004098;
		position: absolute;
		right: 10px;
		top: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.pc-show{display: none !important;}
	.phone-show{display: block !important;}
	header .header_right {
		width: 150px;
	    right: 160px;
	    top: 30px;
	}
	header .header_right .header-en {
		width: 120px;
	}
	header .header_right .header-en a {
		color: #666666;
		font-size: 24px;
		width: 45px;
		line-height: 44px;
    	height: 46px;
    	margin: 0px 15px 0 0;
    	text-align: center;
	}
	header .header_right .header_search {
		height: 44px;
		margin: 0 0 10px;
	}
	header .header_right .header_search span {
	    color: #666666 !important;
	    line-height: 44px;
	    font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	header {
		height: 65px;
		top:0;
		background-image: url(../images/headBg.png);
	}
	header.header_roll,header.header_click,header.header-search  {
	    height: 60px;
	    top: 0px;
	    background-color: #ffffff;
	}
	header .header_logo {
		width: 260px;
		height: 26px;
	    top: 15px;
	    margin-left:8px;
	}
	header.header_roll .header_logo, header.header_click .header_logo ,header.header-search .header_logo {
	    top: 15px;
	}
	header .header_right {
		width: 90px;
	    height: auto;
	    line-height: 34px;
	    margin: 0;
	    right: 30px;
	    top: 15px;
	}
	header.header_roll .header_right, header.header_click .header_right,header.header-search .header_right {
		top: 15px;
	}
	header .header_right .header-en {
		width: 70px;
		height: 30px;
	}
	header .header_right .header_search {
		height: 34px;
	}
	header .header_right .header_search span {
	    line-height: 30px;
	    font-size: 18px;
	}
	header .header_right .header-en a {
	    font-size: 14px;
	    width: 25px;
	    line-height: 28px;
	    height: 30px;
	    margin: 0px 10px 0 0
	}
	header .header_menuIcon {
		width: 30px;
	    margin: 8px 15px 8px 0;
	    font-size: 16px;
	}
	header.header_roll .header_menuIcon, header.header_click .header_menuIcon,header.header-search .header_menuIcon {
	    margin: 8px 15px 8px 0;
	}
	header .header_menuIcon .header_menuImg {
		width: 22px;
		margin-left: 5px;
	}
	header .header_menuIcon .header_menuImg img {
		width: 22px;
		margin-top: -5px;
	}
	header .header_menuIcon span {
	    display: block;
	    width: 32px;
	    height: 44px;
	    line-height: 42px;
	    float: left;
	}
	header .header_menu {
		height: calc(100% - 60px);
    	height: -moz-calc(100% - 60px);
    	height: -webkit-calc(100% - 60px);
		padding: 30px 30px 0;
		top: 60px;
	}
	header .header_menu ul li h4 {
	    font-size: 24px;
	    line-height: 45px;
	}
	header .header_menu ul li h4:after {
	    width: 15px;
	    height: 15px;
	    top: 15px;
	    background-size: 5px;
	}
	header .header_menu ul li .header-two {
	    padding: 0px 15px;
	}
	header .header_menu ul li .header-two p {
	    line-height: 30px;
	    font-size: 16px;
	}
	header .search-sm {
		height: calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
    	top: 60px;
	}
	header .search-sm .search-input {
		height: 52px;
		margin: -76px 0 0;
	}
	header .search-sm .search-input input {
		width: calc(100% - 45px);
		width: -moz-calc(100% - 45px);
		width: -webkit-calc(100% - 45px);
		height: 50px;
		font-size: 16px;
	}
	header .search-sm .search-input span {
		font-size: 24px;
		top: 11px;
	}
}
@media only screen and (min-width: 1300px) {
	header {
		background-image: url(../images/headBg.png);
		background-position: 0px 0px;
		transition: all 0.5s;
	}
	header .header_logo {
		left: 0px;
		margin-left: 8px;
		width: 350px;
		top:21px;
	}
	header .header_right {
	    right: 30px;
	}
	header .header_menu {
	    width: 640px;
	    top:20px;
    	margin-left: -252px;
	}
	header .header_menu ul li {
		margin-right: 20px;
	}
	.menu_en{width: 1000px !important;margin-left: -250px !important;}
	header .header_menuIcon {
		display: none;
	}
	header.header_roll {
		height: 85px;
		top: 0px;
		background-color: #ffffff;
		box-shadow: 2.8px 2.8px 3px rgba(6,0,1,0.13);
	}
	header.header_roll .header_logo {
	    top: 10px;
	}
	header.header_roll .header_menu {
	    top: 20px;
	}
	header.header_roll .header_right {
		top: 17px;
	}
	header .header_right .header_search {
		width: 30px;
    	margin-left: 13px;
    	height: 45px;
	}
	header .header_right .header_search span {
		display: block;
		width: 30px;
		text-align: right;
		font-size: 30px;
		line-height: 43px;
	}
	header .header_right .header_search input {
		background-color: #ffffff;
		padding: 0 10px;
		left: -266px;
		z-index: 10;
		border: 2px solid #acacac;
		border-radius: 5px;
	}
	header .header_right .header_search:hover input {
		display: block;
	}
	header .search-sm {
		display: none;
	}
}
@media only screen and (min-width: 1450px) {
	header {
		background-image: url(../images/headBg.png);
		background-position: 0px 0px;
	}
	header .header_logo {
		left: 0px;
		margin-left: 8px;
		width: 465px;
	}
	header .header_menu {
	    width: 710px;
    	margin-left: -190px;
	}
	header .header_menu ul li {
		margin-right: 30px;
	}
	.menu_en{width: 1000px !important;margin-left: -250px !important;}
	.menu_en ul li{
		margin-right: 20px !important;
	}
	header .header_right {
	    right: 90px;
	}
	.head_en{right:60px !important;}
}
@media only screen and (min-width: 1600px) {
	header {
		background-image: url(../images/headBg.png);
		background-position: 50% 0px;
	}
	header .header_logo {
		left: 50%;
		margin-left: -792px;
	}
	header .header_menu {
	    width: 815px;
    	margin-left: -252px;
    	top:30px;
	}
	.menu_en{width: 1000px !important;}
	header .header_menu ul li {
	    margin-right: 45px;
	}
	.menu_en ul li{
		margin-right: 35px !important;
	}
	
}






.swiper-container-cube{
	overflow: hidden;
}
.bannerHome{
	margin: 0;
	height: auto;
	width: 100%;
	margin-top: -90px;
}
.bannerHome img{
	width: 100%;
	margin-top: 90px;
}
.viewMore{
	text-align: right; font-size: 14px; margin-top: -40px;
	float: right;
}

.productHome{margin-bottom: 40px; overflow: hidden;}
.productHome ul li{
	float: left;
	width: 48.82%;
	height: auto;
	margin-right: 1.8%;
	margin-bottom: 2%;
	transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    overflow: hidden;
}

.productHome ul li img{
	width: 100%;
	height: auto;

}
.productHome ul li .bluezhe{
	background: rgba(138,131,7,0.5);
	height: 100%;
	width: 100%;
	position: relative;
	top:0;
	left: 0;
	text-align: center;
    display: none;
}
.productHome ul li:nth-child(2n){
	margin-right: 0;
}
.productHome ul li .bluezhe p{
	position: relative;
	top: 44%;
	color: #fff;
}
.productHome ul li:hover .bluezhe{
	display:block;
	overflow: hidden;
}

.productHome ul li:hover{
	transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -moz-box-shadow:2px -1px 15px #A6A6A6; -webkit-box-shadow:2px -1px 15px #A6A6A6; box-shadow:2px -1px 15px #A6A6A6;
}


/*鍏充簬鎴戜滑棣栭〉*/
.aboutHome{
	background: url(../images/aboutusbg.jpg) no-repeat center center;
	background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}
.aboutHome ul{overflow: hidden;}
.aboutHome ul li{
	 width: 47.75%;
	 margin-right: 1.5%;
	 height: auto;
	 float: left;
}
.aboutHome ul li:first-child{
	margin-left: 1.5%;
}
.leftAbout{
	background: rgba(255,240,0,0.75);
	overflow: hidden;
}
.leftAbout .leftAboutcon{ margin:60px 5%;color: #333;text-align: justify;}
.rightAbout img{width: 100%;}

.whiteLine{height: 14px; width: 70px; border-bottom: 2px solid #333; margin-bottom: 20px;}

.morebtn-w div{width: 210px; height: 50px;line-height: 50px; color: #333; border: 1px solid #333;text-align: center; margin-top:30px;}
.morebtn-w:hover div{background:#d8262c; color: #fff;border: 1px solid #fff;}
.morebtn-b{width: 100px; height: 40px;line-height: 40px; color: #fff;background: #fff000;text-align: center;}
.morebtn-b:hover{color: #fff; background: #d8262c;}
.honorhome{
	background: url(../images/homeproductbg.jpg) no-repeat center center;
	background-attachment: fixed;
    background-size: cover;
}
.honorIndex{width: 100%; overflow: hidden;}
.honorIndex .pic img{width: 100%;
	transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.honorIndex .swiper-slide article{
	display: none;
}
.honorIndex .swiper-slide article.con{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(167,33,38,0.75);
    text-align: center;
    vertical-align: middle;
}
article.con&gt;.tit{
	position: relative;
	top: 45%;
	font-size: 16px;
	color: #fff;
}
article.con&gt;.tit i{
	font-size: 26px;
}

.honorIndex .swiper-slide:hover img{
	transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
}
.honorIndex .swiper-slide:hover article{
	display: block;
}

.honor-prev{
	background: url(../images/btnprev.png) no-repeat center center;
    left: 0px;
    float: left;
    }
.honor-next{
	background: url(../images/btnnext.png) no-repeat center center;
    right: 0px;
    float: right;
}
.honor-prev,.honor-next{
	position: relative;
    background-color: rgba(167, 33, 38, 0.8);
    width: 30px;
    height: 45px;
    top:-250px;
    z-index: 1;
}
.newsHome{
	background: #f2f2f2;
}
.newsPic{
	width: 45%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.newsPic img{
	width:100%;
	height: auto;
	margin-bottom: -5px;
	overflow: hidden;
	transition: all 600ms ease;
}
.newscon{
	width: 55%;
	overflow: hidden;
}
.newcontent{
	margin: 8%;
}
.newsHome .h-news1,.newsHome .h-news2{
	background: #fff;
	clear: both;
	overflow: hidden;
}
.newsHome .h-news1{
	margin-bottom: 20px;
}
.newsHome .h-news1 .newsPic,.newsHome .h-news2 .newscon{
	float: left;
	overflow: hidden;
}
.newsHome .h-news1 .newscon,.newsHome .h-news2 .newsPic{
	float: right;
	overflow: hidden;
}
.newsitem-h{
	line-height: 1.8;
    font-size: 15px;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
}
a:hover .newscon .color_vice{color: #fff000;}
.newsHome .redLine{
	position: relative;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 5px;
    background: #fff000;
    transition: width 600ms ease;
}
.newsHome .h-news1:hover .newsPic img,.newsHome .h-news2:hover .newsPic img{
	transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
}
.newsHome .h-news1:hover .redLine,.newsHome .h-news2:hover .redLine{
	width: 100%;
}




.projectHome,.projectPic{overflow: hidden;}
.clearboth{clear: both;}
.projectHome{
	/*background: url(../images/workshopbg.jpg) no-repeat;*/
	background:#f2f2f2;
}
.projectHome ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.projectHome ul li img{width: 100%;}
.projectHome ul li:nth-child(3n){
	margin-right: 0;
}
.projectPic img{
	width: 100%;
	margin-bottom: -5px;
}

.pic00 img,.pic50pl img,.pic50pr img,.pic50l img,.pic50r img{
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.pic00{
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	overflow: hidden;
}

.pic50l,.pic50r{
	height: auto;
	float: left;
}

.pic50pl{
	width: 49.5%;
	margin-right: 1%;
	height: auto;
	float: left;
}
.pic50pr{
	width: 49.5%;
	height: auto;
	float: left;
}

.pic50l{
	width: 49%;
	margin-right: 2%;
}
.pic50r{
	width: 49%;
}

.balckbg{
	display: none;
	background: rgba(0,0,0,.6);
	height: 55px;
	position:relative;
	margin-top: 0;
	color: #fff;
	padding-top: 15px;
	z-index: 2;
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.balckbg p{
	padding:0 10px;
}
.balckbg p:last-child{
	overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.pic00:hover .balckbg{
	display: block;
	margin-top: -70px;
}
.projectPic img:hover{
	width: 100%;
	margin-bottom: -5px;
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}


/*搴曢儴*/
.footer{
	background: #fff000;
	/*border-top: 5px solid #fff000;*/
}
.footmenu{
	float: left;
	width: 40%;
}
.footmenu ul li{
    width: 20%;
    float: left;
    text-align:left;
    height: auto;
}
.footmenu ul li a{
	color: #333;
}
.footmenu ul li a:hover{color: #d8262c;}
.footmenu ul li dt{
	margin-top: 10px;
}
.footmenu ul li dt dl{
	float: left;
	width: 100%;
	line-height: 2;
}
.footmenu ul li dt dl a{
	color: #666;
}
.contactHome{width: 33%;float: left;}
.scanerwei{width: 12%;float: left;}
.contactHome p,.contactHome p a{color: #666;}
.contactHome p a:hover{color: #bf0912;}

.scanerwei{text-align: right;margin-right: 15px;}
.scanerwei img{
	width: 150px;
	height: 150px;
	float: right;
}
.scanerwei p{width: 150px; float: right;clear: both; line-height: 2;}
.huiLine{
	height: 10px;
	border-bottom: 1px solid #eade10;
	margin: 30px 0;
	clear: both;
	overflow: hidden;
	
}



/*鍐呴〉*/


.breadInsite,.displayb,.displayen{
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.breadInsite{
	display: none;
}
.breadInsite ul{
	width:90%;
	margin: 0 auto;
	height: 78px;
	line-height: 78px;
	
}
.displayb,.displayen{position: relative;left:-50%;}
.displayb ul,.displayen ul{width:90%;line-height: 78px;margin: 0;position: relative;left:50%; float: left;height: 82px;}


.breadInsite ul li,.displayb ul li,.displayen ul li{
	float: left;
	width: auto;
	font-size:18px;
}
.breadInsite ul li a,.displayb ul li a,.displayen ul li a{
	padding: 0 20px;
	height: 78px;
	line-height: 78px;
	color: #333;
	border-right: 1px solid #ddd;
	cursor: pointer;
}
.displayb ul li:last-child a,.displayen ul li:last-child a{border-right: 0;}
.breadInsite ul li .menuline,.displayb ul li .menuline,.displayen ul li .menuline{
	clear: both;
	width: 0;
	height: 4px;
	margin: 0 auto;
	background: #fff000;
	transition:width 1s;
	-moz-transition:width 1s; /* Firefox 4 */
	-webkit-transition:width 1s; /* Safari and Chrome */
	-o-transition:width 1s; /* Opera */
}

.breadInsite ul li a:hover,.breadInsite ul .cur a,.displayb ul li a:hover,.displayb ul .cur a,.displayen ul li a:hover,.displayen ul .cur a{
	color: #d8262c;
}
.breadInsite ul li:hover .menuline,.breadInsite ul .cur .menuline,.displayb ul li:hover .menuline,.displayb ul .cur .menuline,.displayen ul li:hover .menuline,.displayen ul .cur .menuline{
	width: 100%;
}



.main-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f2f2f2;
	border-bottom: 4px solid #fff000;
	border-top: 1px solid #dddddd;
}
.productList{
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 40px auto;
}

.productList .leftPart{
	width: 19%;
	float: left;
	margin-right: 1%;
	margin-top: 27px;
}

.productList .rightPart{
	width: 80%;
	float: left;
}

.productList .proview{
	background: #fff;
	width: calc(100%-80px);
	margin-bottom: 30px;
	overflow: hidden;
	padding: 40px;
	clear: both;
}
.prolist-pic{margin:0 2% -5px 0; width:48%;height:auto; float: left;}
.prolist-pic img{width: 100%;}
.proItem{
	/*width: calc(100%-500px);*/
	width: 49%;
	float: left;
	padding-right: 1%;
}
.proItem .protitle{
	font-size: 32px;
	font-weight: bold;
	color: #0a1734;
}
.fenLine{
	width: 150px;
	height: 4px;
	background: #fff000;
	margin: 10px auto 30px 0;
	float: left;
}
.proItem  .itemTitle{
	margin-top: 45px;
	font-size: 24px;
	margin-bottom: 20px;
}
.proDetail{
	margin-top: 30px;
	height:auto;
	/*overflow: hidden;*/
	background: #fff;
	/*margin-bottom: 30px;*/
	float: left;
	width: 75%;
}
.rightpush{
	width: 21%;
	float: right;
	margin: 30px 0 0 2%;
	background: #fff;
	padding: 0 1%;
}
.rightpush img{
	width: 100%;
}
.padding-large{margin-bottom: 30px;}
.proDetail .bottomLine{
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}
.proDetail .detailItem{
	width: 180px;
	text-align: center;
	background: #fff000;
	line-height: 60px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.proDetail .proCon{
	padding: 30px;
	line-height: 1.5em;
	font-size: 14px;
}
.proDetail .proCon table,.newslist table{border:#ccc 1px solid; border-width:0 0 1px 1px ; width:99.5%!important;}
.proDetail .proCon td,.proDetail .proCon th,.newslist td,.newslist th{border:#ccc 1px solid; border-width:1px 1px 0 0; padding:5px 0 5px 5px;word-wrap:break-word; word-break:break-all; width:auto!important; text-align:center!important;}


.location{
	float: left;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 15px;
}
.location a{color: #333;}
.location a:hover{color: #fff000;}
.leftPart .leftTitle{
	line-height: 70px;
	background: #fff000;
	text-align: center;
	color: #fff;
	font-size: 32px;
}
.leftPart .menuList{
	background: #fff;
}
.leftPart .menuList li{
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2;
}
.leftPart .menuList li a{
	color: #333;
}
.leftPart .menuList li .menuline{
	clear: both;
	width: 0;
	height: 4px;
	margin: 0 auto;
	background: #fff000;
	transition:width 1s;
	-moz-transition:width 1s; /* Firefox 4 */
	-webkit-transition:width 1s; /* Safari and Chrome */
	-o-transition:width 1s; /* Opera */
}
.leftPart .menuList li:hover a,.leftPart .menuList .cur a{
	color: #fff000;
}
.leftPart .menuList li:hover .menuline,.leftPart .menuList .cur .menuline{
	width: 100%;
}

.leftPart .contactus{
	margin-top: 20px;
	background: #fff;
}
	.leftPart .contactus .contactCon{
		background: #fff;
		padding: 30px;
		line-height: 2em;
		font-size: 14px;
		color: #494949;
		
	}
	.leftPart .contactus .contactCon i{
		font-size: 25px;
		color: #0a1734;
	}
.proLine{
	clear: both;
	height: 10px;
	width: 100%;
	margin: 20px 0;
	border-bottom: 1px dashed #fff000;
}
.quanquan{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #fff000;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-right: 10px;
}	
.quanquan i{
	color: #fff;
	font-size: 20px;
}	
.page{
	clear: both;
	text-align:center;
}

.honor-list li {
	width: 22%;
	float: left;
	padding: 2px;
	margin: 0 1% 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}
.caselist li img,.honor-list li img {
	width: 100%;
	height: auto;
	display: block;
}
.caselist li .pro-t,.honor-list li .pro-t {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:35px;
	font-size:16px;
} 

.caselist li {
	width: 31%;
	float: left;
	padding: 2px;
	margin: 0 1% 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}

/*news*/
.newslist{
	padding: 30px;
    background: #fff;
    overflow: hidden;
    clear: both;
}
.new-list{
	width: 100%;
	clear: both;
}

.new-list ul li{
	width: 100%;
	clear: both;
	min-height: 240px;
	margin-top: 10px;
	border-bottom: 1px #CCCCCC dashed;
}
.newspic{
	float: left;
	width: 300px;
	height: 225px;
	overflow: hidden;
	margin-right: 20px;
}
.newspic img{height: 100%;}
.news-item{
	min-height: 135px;
	overflow: hidden;
    padding: 25px 0 0 15px;
    margin-bottom: 10px;
}
.news-item .date{
	float: left;
	margin-right: 45px;
	margin-bottom: 15px;
    text-align: left;
}

.news-item .date .date-yearMonth{
	font-size: 16px;
	color: #333;
}
.news-com{
	width: 100%;
	float: left;
	text-align: left;
}
.news-together{font-weight: bold;}
.news-item a{
	font-weight: bold;
	font-size: 16px;
	line-height: 45px;
}
.news-sum{
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
}

.newsTitle{
	font-size: 32px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.serviceLeft{float: left; width: 38%;margin-right:2%;background: #fff;padding: 20px 0; }
.title-style{border-left: 3px solid #d8262c; padding-left: 20px;line-height: 30px;font-size: 20px;margin-bottom: 20px;}
.serviceRight{float: right; width: 60%;margin:0; background: #fff;padding: 20px 0;overflow: hidden;}
.downloadswiper{margin: 0 20px;overflow: hidden;}
.downloadswiper img{width: 100%;}
.download-pagination{text-align: center;}
.downloadswiper p{text-align: center;font-size: 16px;}
.downloadswiper p i{float: right;font-size: 20px; color: #d8262c;}
.downloadview{width: 120px; background: #fff000; border-radius: 17px;line-height: 35px;text-align: center;margin: 10px auto 0;}
.downloadpage{
	margin: 30px;
}
.caselist li{
	width: 31%;
	float: left;
	margin-right: 1.5%;
}
.caselist img{width: 100%;}
.caselist li:nth-child(3n){margin-right: 0;}

.contactleft{
	width: 50%;
}



.in-prolist-info{
	margin: 30px;
	color:#666666;
	line-height:2;
	text-align:justify;
}

/*鎼滅储鎸夐挳*/
.search-form{
	float: left;
	width: 98%;
	clear: both;
}
.search-btn{
	float: right;
	width: auto;
	height: 40px;
	margin-bottom: -40px;
}
.keycss{
	width: 100%;
	float: left;
	background: none;
	border:1px solid #dddcdc;
	height: 40px;
	padding: 5px;
	margin-bottom: 30px;
}	
.btn-inner{
	float: right;
	margin-right: -12px;
}
.btn-inner .bt_sa{
	float: right;
	height: 52px;
	width: 50px;
	border:1px solid #ccc;
	background: #f2f2f2;
	position: relative;
	z-index: 2;
}
.prolist{
	padding: 30px;
	background: #fff;
	overflow: hidden;
	clear: both;
}
.prolist ul li{
	width:32%;
	height: auto;
	margin-right: 1.5%;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}

.prolist ul li img{
	width: 100%;
	transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.prolist ul li:nth-child(3n){
	margin-right: 0;
}

.prolist ul li p{
	text-align: center;
	line-height: 35px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
}
.prolist ul li a p{
	color: #333;
	font-size: 16px;
}
.prolist ul li:hover{
	background: #fff000;
}
.prolist ul li:hover a p{
	color: #333;
	font-weight: bold;
}
.prolist ul li:hover img{
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.backtoPro{
	/*margin-top: -30px;
    margin-right: -30px;*/
	width: 50px;
	height: 50px;
	background: #d8262c;
	text-align: center;
	line-height: 50px;
	
}
.backtoPro a,.backtoPro:hover a,.backtoPro a:hover{
	color: #fff;
}
.backtoPro a i{
	font-size: 25px;
}

.backtoPro:hover{background: #fff000;color: #d8262c;}
.seach-css li a img{
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width:1200px) {
	.breadInsite,.displayb,.displayen{
		display: block;
	}
	.header_tel 
    {
        right: 19%;
    }
	
.productList .leftPart{
	display: none;
}

.productList .rightPart{
	width: 100%;
	float: left;
	}
	.swiper-button-next, .swiper-button-prev{
		top:30%;
	}

}
.position {
		display: none;
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0px;
		z-index: 1001;
		background: #323232;
	}
	
	.innerWrapper {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: relative;
		padding: 0;
	}
	
	.innerWrapper a {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 33.3333%;
	}
	
	.position .innerWrapper a img {
		display: block;
		margin: 0 auto;
	}


@media only screen and (max-width:960px) {
	.position {
			display: block;
			}
	.topLogBox{margin-bottom:40px;}
	.swiper-container-3d{
	perspective: none;
	-webkit-perspective:none;
	}	
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	
/*搴曢儴鑱旂郴鏂瑰紡*/
.contactHome,.scanerwei{width: 100%;float: left;}
.productHome ul li .bluezhe{
	display: block;
	background: rgba(36,50,120,1);
}
.productHome ul li .bluezhe p.font32{
	font-size: 18px !important;
}
.productHome ul li .bluezhe p.font18{
	font-size: 14px !important;
}
.productHome ul li .bluezhe p.font28{
	font-size: 14px !important;
	line-height: 30px;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	display: none;
}

.aboutHome ul li{
	 width: 100%;
	 margin-right: 0;
}
.newsPic{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.newscon{
	width: 100%;
	overflow: hidden;
}

.pic50pl{
	width: 100%;
	margin-right: 0;

}
.pic50pr{
	width: 100%;

}
.bannerpro,.bannerabout,.bannerInproject,.bannernews,.bannercontact,.bannerdownload{
    height: 300px;
}
.bannerpro{background: url(../images/banner-product.jpg) no-repeat;background-attachment: inherit;background-size:contain;}
.bannerabout{background: url(../images/banner-aboutus.jpg) no-repeat;background-attachment: inherit;background-size:contain;}
.bannernews{background: url(../images/banner-news.jpg) no-repeat;background-attachment: inherit;background-size:contain;}
.bannercontact{background: url(../images/banner-contact.jpg) no-repeat;background-attachment: inherit;background-size:contain;}
.bannerdownload{background: url(../images/banner-download.jpg) no-repeat;background-attachment: inherit;background-size:contain;}
.bannerInproject{background: url(../images/banner-projects.jpg) no-repeat;background-attachment: inherit;background-size:contain;}

.breadInsite{
	overflow:visible;
}

.breadInsite ul li a{
	padding: 0 10px;

}

.honor-list li {
	width: 48%;
	float: left;
	padding: 0;
}

.caselist li {
	width: 48%;
	padding: 0;

}
.newslist{
	padding: 8px;

}
.backtoPro{
	margin-top: 0;
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
    right: 40px;
    top: 45%;
    z-index: 2002;
    opacity: 0.8;
}
.backtoPro a i{
	font-size: 20px;
}
/*鍐呴〉鏂伴椈*/
.new-list ul li{
	min-height: auto;
}
.newspic{
	float: none;
	width:100%;
	height: auto;
	margin-right: 0;
}
.newspic img{width:100%;height: auto;}
.news-item{
	clear: both;
	min-height: 135px;
    padding: 15px 0 0 8px;
}
.newsTitle{
	font-size: 24px;
	margin-top: 20px;
}
.contactleft{
	width: 100%;
}
/*浜у搧涓績*/
.prolist{
	padding: 30px 5px;
}
.prolist ul li{
	width:48.5%;
	margin-right: 1%;
	padding-bottom: 5px;
	margin-bottom: 10px;

}

.prolist ul li:nth-child(3n){
	margin-right: 1%;
}
.prolist ul li:nth-child(2n){
	margin-right: 0;
}

.prolist ul li p{
	text-align: center;
	line-height: 35px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
}
.productList {
    width: 100%;
}
.productList .proview{
	padding: 8px;

}
.prolist-pic{margin:0 0 20px 0; width:100%;height:auto; }
.prolist-pic img{width: 100%;}

.proDetail .proCon {
    padding: 8px;
    padding-top: 20px;
}

.displayb{position: relative;left:-50%;display: block;overflow: visible;}
.displayb ul{width:100%;line-height: 78px;margin: 0;position: relative;left:50%; float: left;height: 82px;}
.displayb ul li a{
	border-right: 1px solid #ddd;
	padding: 0 10px;
}

.displayen{position: relative;left:-50%;display: block;overflow: visible;}
.displayen ul{width:100%;line-height: 78px;margin: 0;position: relative;left:50%; float: left;height: 82px;}
.displayen ul li a{
	border-right: 1px solid #ddd;
	padding: 0 10px;
}

.breadInsite,.displayen{
	display: none;
}

.breadInsite ul,.displayen ul{
	width:100%;
	margin: 0;
	height:auto;
}
.breadInsite ul li,.displayen ul li{
	float: left;
	clear: both;
	width:100%;
	height: 40px;
	font-size:14px;
	line-height: 40px;
}
.breadInsite ul li a,.displayen ul li a{
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #333;
	border-right:0;
	cursor: pointer;
}


.protypet,.newtypet{
	line-height: 45px;
	background: #fff000;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
}
.protypet i,.newtypet i{
	float: right;
	margin-right: 15px;
	font-size: 20px;
}

.footer{
	margin-bottom: 35px;
}

.in-prolist-info{
	margin: 8px;
}

}

.pagination{width: auto;margin:0 auto;position: absolute;
    right: 50%;
}
.pagination li
{
    float: left;
    position: relative;
    left: 50%;
    line-height: 30px;
    border: 1px solid #fff000;
    background: #ffffff;
    margin: 0 2px;
    width:auto;
    padding:0 5px;
    text-align:center;
}



.page{ float:left; width:100%; margin:30px 0px;}
.page a{ display:inline-block; background:#fff; border:1px solid #eee; border-left:none; font-size:16px; color:#666; line-height:40px; padding:0 20px; text-transform:uppercase;}
.page a.cur,.page a:hover{ background:#fff000; border-top-color:#fff000; border-bottom-color:#fff000; color:#666;}
.page a:first-child{ border-left:1px solid #eee;}
.p_rt a{ font-size:14px; border-right:none; border-left:1px solid #eee;}
.p_rt a:last-child{ border-right:1px solid #eee;}


.map_list{ width:100%; float:left;}
.map_list li{ float:left; margin-right:10px; line-height:35px; margin-bottom:20px; margin-right:25px;}
.map_list li a{ font-size:16px; color:#737373;}
.map_list li a span{ margin-right:5px;}
.map_list li a:hover{ color: #d8262c;}


.channel-banner {
    height: 160px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.channel-banner .banner-info {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    right: 0;
    z-index: 3
}

.channel-banner .banner-info h3 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px
}

.channel-banner .banner-info h3:before {
    left: 50%;
    margin-left: -15px;
    bottom: -10px;
    width: 30px;
    height: 3px;
    background: #fff000;
    content: '';
    display: block;
    position: absolute;
}

.channel-banner .banner-info p {
    font-size: 24px;
}


.xs{ display:block;}
.yc{ display:none;}


@media (max-width:960px){
.xs{ display:none;}
.yc{ display:block;}
}</pre></body></html>