<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
	background: #fff;
}

a {
	text-decoration: none;
	color: #262626;
}

ul li {
	list-style: none;
}

ul {
	padding-left: 0;
	margin: 0 0
}

.container {
	width: 1200px;
	margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0 0;
	padding: 0 0;
	font-weight: 500
}

.ctrl span {
	float: left;
	cursor: pointer;
}

input,
textarea,
select {
	outline: none;
	font-family: "微软雅黑";
}

img {
	border: none
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.container1 {
	width: 800px;
	margin: 0 auto;
}

.container2 {
	width: 840px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

/* 公共头部 */

.logo {
	width: 310px;
}

.on a {
	color: #0084e1 !important;
}

/* .menu{
	width: 825px;
} */
/* .small{
	padding: 10px 0px;
}*/

.large{
	padding: 20px 0px;

} 
/* .father{
	height: 86px;
} */
.head
{
	
	    position: fixed;
    background: #fff;
    width: 100%;
	z-index: 999;
	transition: all ease-in-out .3s;
}
.menu li {
	color: #262626;
	font-size: center;
	float: left;
	height: 64px;
	line-height: 64px;
	width: 117px;
	text-align: center;
	font-size: 16px;
}

.menu ul li:hover a {
	color: #0084e1;
}

.ab {
	vertical-align: middle;
}

.seach {
	width: 60px !important;
	position: relative;
}
.seach .nav-form {
   width: 400px;
   position: absolute;
    right: 0;
    top:78px;
    z-index: 999;
	opacity: 0;
	border-top: 2px solid #0084e1;
	height: 74px;
	transition: all ease-in-out .3s;
}
.ipt-sh{
	height: 100%;
}
.ipt-sh input {
	padding: 0;
    width: 326px;
    height: 100%;
text-indent: 30px;
	border: none;
	display: block;
	font-size: 16px;
	color: #bfc0c0;
}
.ipt-sosuo {
    width: 74px;
    height: 74px;
    display: block;
    z-index: 1000;  
}
.ipt-sosuo img{
	width: 100%;
	height: 100%;
}
.seach:hover .nav-form {
	opacity: 1;
	transition: all ease-in-out .5s;
    top:68px;
}
.seacha{
	height: 100%;
}


/* 
.sc {
	width: 230px;
	text-indent: 1.5em;
	font-size: 16px;
	color: #bfc0c0;
	border: none;
}

.btn{
	background: url(../lanf.png)no-repeat center center #fff;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
} */

.product_show {
	position: relative;
	background: url(../xjtd.png) no-repeat right -2px center;
}
.product_show:hover{
	background: url(../xjt.png) no-repeat right -2px center;
	transition: all ease-in-out .3s;
}

.xwzx {
	background: url(../xjtd.png) no-repeat right -2px center;
}
.xwzx:hover{
	background: url(../xjt.png) no-repeat right -2px center;
	transition: all ease-in-out .3s;
}

.show_xiala {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	border-top: 2px solid #0084e1;
	top:78px;
	left: 20%;
	z-index: 999;
	background: #ffffff;
	transition: all ease-in-out .5s;
}

.show_xiala h3 {
	width: 177px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}

.menu .product_show:hover .show_xiala {
	opacity: 1;
	transition: all ease-in-out .5s;
	top: 68px;
	visibility: visible;
}

.menu .product_show .show_xiala h3:hover {
	color: #0084e1;
}

/* banner */
.banner{
	padding-top:103px;
}
#ban .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#ban .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
}

#ban .swiper-slide {
	/*background: url(../banner.png)no-repeat top center;*/
	height: 680px;
}

#ban .swiper-button-next {
	background: url(../right.png)no-repeat;
	right: 34px;
}

#ban .swiper-button-prev {
	background: url(../left.png)no-repeat;
	left: 34px;
}

#ban .swiper-button-next,
.swiper-button-prev {
	width: 46px;
	height: 46px;
}

#ban .swiper-pagination-bullet {
	width: 29px;
	height: 5px;
	border-radius: 10px;
	background: #fff;
	opacity: .5;
}

#ban .swiper-pagination-bullet-active {
	background: #00c0ff;
	opacity: 1;
}

/* 数字滚动 */

.number {
	background: url(../lan_bg.png) no-repeat top left;
	overflow: hidden;
	height: 256px;
}

.roll {
	padding-top: 80px;
}

.display li {
	position: relative;
	width: 298px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	float: left;
}

.display li::after {
	position: absolute;
	content: '';
	background: #fff;
	width: 1px;
	height: 75px;
	right: 0;
	top: 20px;
}

.scolling span {
	font-size: 20px;
	position: absolute;
	left: 216px;
	top: -5px;
}

.scolling h3 {
	font-size: 65px;
	font-family: '迷你简综艺';
}

.scolling a {
	text-align: right;
	font-size: 16px;
	color: #fff;
}

/* 首页新闻 */

.index_news {
	background: url(../hs_bg.png) no-repeat top left;
	height:620px;
}

.xinwen_on {
	background: #0084e1 !important;
	position: relative;
}
.shuxian{
	width: 22px;
    margin-left: 68px;
}

/* .index_news::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 134px;
	background: #0084e1;
	top: 0;
	left: 425px;
} */

.indexnew_left ul li {
	width: 160px;
	height: 46px;
	background: #525252;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	margin-top: 13px;
	text-align: center;
	line-height: 46px;
	transition: all ease-in-out .3s;
}

.indexnew_left ul li:hover {
	background: #0084e1;
}

.shulie {
	width: 16px;
	margin: 0 auto;
	padding: 20px 0;
}

.fangkuai {
	width: 34px;
	height: 31px;
	margin: 0 auto;
}

.indexnew_right {
	width: 993px;
	margin-top: 14px;
}

.indexnew_right ul li {
	width: 440px;
	float: left;
	margin-right: 30px;
}

.indexnew_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.indexnew_img img {
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}

.indexnew_right ul li:hover .indexnew_img img {
	transform: scale(1.2);
	transition: all ease-in-out .5s;
}

.indexnew_title {
	margin-top: 40px;
}

.indexnew_data {
	width: 83px;
	height: 83px;
	text-align: center;
	color: #fff;
	background: #ef9704;
}

.indexnew_data h4 {
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
}

.index_news p {
	font-size: 16px;
}

.index_newbiaoti {
	width: 333px;
}

.index_newbiaoti h3 {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	transition: all ease-in-out .3s;
}

.index_newbiaoti p {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	transition: all ease-in-out .3s;
}

.indexnew_right li:hover .index_newbiaoti h3 {
	color: #0084e1;
}

.indexnew_right li:hover .index_newbiaoti p {
	color: #0084e1;
}
.insexnew_all{
	padding-top: 30px;
    padding-bottom: 130px;
}

/* 主页新闻轮播 */

#title .swiper-button-prev {
	display: none;
}

#title .swiper-button-next {
	background: url(../ypujiantou.png) no-repeat;
	width: 50px;
	height: 50px;
	top: 22px;
}

.anzhuang1{

	background: #f5f5f5;
	padding-top: 80px;
    padding-bottom: 53px;
}
.container3 {
	width:94%;
	margin: 0 auto;
}
.index_anzhuang{
	position: relative;

	text-align: center;
}
.index_anzhuang ul li {
	width: 24%;
    transition: all ease-in-out .3s;
    cursor: pointer;
    float: left;
    margin-right: 1%;
    margin-bottom: 30px;
    margin-top: 66px;
}
.index_anzhuang ul li:nth-child(4n){
	margin-right: 0;
}

.anzhuang_pic {
	width: 100%;
	height: auto;
	
}

.anzhuang_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.anzhuang_font {
	padding: 20px 0;
	text-align: center;
	background: #fff;
	transition: all ease-in-out .3s;
}


.anzhuang_font h3 {
	position: relative;
	line-height: 30px;
	font-size: 22px;
	color: #333;
	transition: all ease-in-out .3s;
}
.anzhuang_font h3::after{
	position: absolute;
	content: '';
	background: #dddddd;
	width: 86px;
	height: 1px;
	bottom: -10px;
	left: 50%;
	margin-left: -43px;

}
.anzhuang_font p {
	font-size:16px;
	color: #666;
	padding-top: 20px;
	transition: all ease-in-out .3s;
}
.index_anzhuang ul li:hover{
   transform: translateY(-22px);
   transition: all ease-in-out .3s;
}
.index_anzhuang ul li:hover .anzhuang_font h3{
	color: #fff;
	transition: all ease-in-out .3s;
}
.index_anzhuang ul li:hover .anzhuang_font p{
	color: #fff;
	transition: all ease-in-out .3s;
}
.index_anzhuang ul li:hover .anzhuang_font {
	background: #0084e1;
}
#anzhuang .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin: 0 10px;

}
#anzhuang .swiper-pagination{
width: 1200px;
margin:50px auto;
position: static;
}


/* 成功案例 */
.success{
	margin-top: 80px;
	margin-bottom: 90px;	
}
.succ_left{
	width: 581px;


}
.succ_right{
	width:600px;
}
.succ_img {
	width: 100%;	
	height: 426px;
	overflow: hidden;

}
.succ_img img{
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}
.success .succ_left .succ_img:hover img{
transform: scale(1.2);
transition: all ease-in-out .5s;
}
.succ_wenzi{
	width: 100%;
	font-size: 22px;
	height: 70px;
	line-height: 70px;
	color: #333;
	text-align: center;
	box-shadow:0px 5px 6px 0px rgba(230, 230, 230, .8);
}
.anli_top {
	height: 449px;
	overflow: hidden;
}
.anli_top ul li{
	width: 292px;
	height: 214px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	
}
.anli_top ul li:hover img{
	transform: scale(1.2);
	transition: all ease-in-out .5s;
}
.anli_top ul li:nth-child(2n){
	margin-right: 0;
}
.anli_top ul li img{
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}
.anli_top ul li p{
	position: absolute;
	width: 100%;
	line-height: 35px;
	background: rgba(0, 0, 0, .65);
	font-size: 16px;
	color: #fff;
	bottom: 0;
	left: 0;
	text-align: center;
}
.anli_bottom{
	position: relative;
	margin-top: 15px;
}
.anniuleft ul li{
	float: left;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	cursor: pointer;
}
.anniuleft ul li img{
	width: 100%;
	height: 100%;
}
.more_anniu{
	
	display: block;
	width: 100px;
	height: 30px;
	border-radius: 50px;
	background: #0084e1;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.anli_bottom::after{
	position: absolute;
	content: '';
	background: #dfdfdf;
	width: 421px;
	height: 1px;
	left: 79px;
	bottom: -16px;
}
/* 成功案例轮播 */
#scoll_top  .swiper-container{
	height: 100% !important;
}
.succ_right  .swiper-pagination-bullet{
	width: 34px !important;
    height: 34px !important;
    display: inline-block;
    border-radius: 0 !important;
    background: #000;
    opacity: 0;
    /* margin: 0 0px; */
    margin-right: 10px;
}












/* 产品展示 */

.show1 {
	padding-top: 80px;
	padding-bottom:33px;
	background: url(../bg1.png) no-repeat top left;
}

.show_title h4 {
	font-size: 34px;
	color: #333333;
	text-align: center;
}

.show_title span {
	display: block;
	width: 136px;
	height: 36px;
	margin: 0 auto;
	    padding: 10px 0;
	background: url(../zs.png) no-repeat center center;
}

.show_title p {
	color: #666;
	font-size: 16px;
	text-align: center;
}

.show_fenlei {
	text-align: center;
	margin: 40px 0 30px 0;
}

.show_fenlei a {
	border: 1px solid #b4b4b4;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	padding: 14px 20px;
	color: #555;
	background: #fff;
	transition: all ease-in-out .3s;
	margin: 0 2px;
}

.active {
	background: #0084e1 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

.show_fenlei a:hover {
	background: #0084e1;
	color: #fff;
	transition: all ease-in-out .3s;
	border: 1px solid #fff;
}

/* 产品展示 */

.show_nine ul li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-top: 45px;
	transition: all ease-in-out .3s;
}

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

.nine_pic {
	position: relative;
	width: 100%;
	height: 285px;
	overflow: hidden;
}

.nine_pic::after {
	position: absolute;
	content: '';
	background: url(../juse.png)center center;
	width: 56px;
	height: 56px;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	opacity: 0;
	transition: all ease-in-out .5s;
}

.nine_pic img {
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
}

.nine_title {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	background: #0084e1;
	transition: all ease-in-out .5s;
}

.show_nine ul li:hover {
	transform: translateY(-20px);
	transition: all ease-in-out .5s;
}

.show_nine ul li:hover ::after {
	opacity: 1;
	transition: all ease-in-out .5s;
}

.show_nine ul li:hover .nine_pic img {
	transform: scale(1.2);
	transition: all ease-in-out .5s;
}

.show_nine ul li:hover .nine_title {
	background: #ffa200;
	transition: all ease-in-out .5s;
}

/* 关于我们 */
/* .scoll {
    position: relative;
    padding-bottom: 0px;
    top: 0;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    height:600px;
    padding-top: 0;
    overflow: hidden;

} */
.about_us {
	padding-top: 85px;
	padding-bottom: 115px;
	background: url(../abbg.png) no-repeat fixed center bottom;
background-size: 100% 100%;
	
}

.about_show {
	margin-top: 70px;
}

.about_left {
	width: 45%;
}
/* .info{
	position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
} */
.about_left p {
	font-size: 16px;
	color: #555555;
	line-height: 35px;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.about_right {
	width: 50%;
}

.more {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 225px;
	height: 54px;
	line-height: 54px;
	background: #0084e1;
	border-radius: 50px;
	text-align: center;
	float: right;
	margin-top: 60px;
}
/* 营销网络 */

.yxwl_us {
	padding-top: 85px;
	/* padding-bottom: 115px;
	background: url(../abbg.png) no-repeat fixed center bottom;*/
background-size: 100% 100%;
	
}

.yxwl_show {
	margin-top: 70px;
}

.yxwl_left {
	width: 60%;
}
/* .info{
	position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
} */
.yxwl_left p {
	font-size: 16px;
	color: #555555;
	line-height: 35px;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.yxwl_right {
	width: 40%;
}



/* 公共底部 */

.footer {
	padding: 50px 0 30px 0;
}

.top {
	height: 34px;
}

.footer_all {
	margin: 25px 0;
	padding-top:15px; padding-bottom:15px; background:url(../bg.jpg) repeat left top;
}

.footer_message {
	width: 267px;
	margin-left: 54px;
	padding: 10px 0;
}

.footer_message h3 {
	font-size: 22px;
	color: #333333;
	background: url(../ly.png)no-repeat left 90px center;
}

.footer_message p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #868686;
}

.footer_message input {
	width: 100%;
	height: 100%;
	height: 48px;
	line-height: 48px;
	margin-bottom: 22px;
	text-indent: 1.5em;
	font-size: 16px;
	border: 1px solid #d7d7d7;
}

.footer_message button {
	width: 45%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.tj {
	background: #f8931d;
}

.qx {
	background: #363636;
}

.footer_nav {
	background: #2f2f2f;
	border-bottom: 1px solid #626262;
}

.footer_nav ul li {
	width: 114px;
	float: left;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.footer_nav ul li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 11px;
	background: #fff;
	right: 0;
	top: 0;
	margin-top: 30px;
}

.lw::after {
	display: none;
}

.footer_nav ul li a {
	color: #fff;
}

.footer_nav {
	background: #363636;
}

.last {
	padding: 45px 0 65px 0;
	background: #2f2f2f;
}

.last_logo {
	position: relative;
	width: 374px;
	font-size: 14px;
	color: #bfc0c0;
}

.last_logo p a {
	color: #bfc0c0;
}

.last_logo::after {
	position: absolute;
	background: #626262;
	content: '';
	width: 1px;
	height: 120px;
	right: 0;
	top: 16px;
}

.last_middle {
	width: 554px;
}

.last_middle p {
	font-size: 16px;
	color: #bfc0c0;
	padding-left: 60px;
	margin-bottom: 20px;
}

.last_right {
	width: 270px;
	padding-top: 10px;
}

.point {
	float: right;
	width: 113px;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	padding: 20px 0 33px 0;
}

.point p {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}

/* 公共标题 */

.common_title {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fafafa;
	margin-bottom: 60px;
}

.common_title .title_left h3 {
	font-size: 22px;
	color: #262626;
}

.common_title .title_right p {
	color: #666;
	font-size: 16px;
	background: url(../wz.png) no-repeat left center;
	text-indent: 2em;
}

/* 联系我们 */

.contact_intro .intro_a h3 {
	font-size: 22px;
	color: #262626;
	margin: 24px 0;
}

.contact_intro .intro_a p {
	color: #666;
	font-size: 16px;
	line-height: 40px;
}

.contact_map {
	margin-top: 53px;
	margin-bottom: 80px;
}

/* 公司简介 */

.single_nr {
	padding-bottom: 40px;
}

.single_nr h3 {
	font-size: 22px;
	color: #262626;
}

.single_nr p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	margin-top: 45px;
	/*text-indent: 2em; */
}

/* 产品展示 */
#showimg .swiper-button-prev{
	left: 200px !important;
	background: url(../l1.png)no-repeat;
	width: 35px;
	height: 72px;
}
#showimg .swiper-button-next{
	right: 200px !important;
	background: url(../r1.png)no-repeat;
	width: 35px;
	height: 72px;
}



.show_content h3 {
	font-size: 22px;
	color: #262626;
	text-align: center;
	margin-bottom: 40px;
}

.show_all {
	width: 90%;
	margin: 0 auto;
}

.show_lunbo { text-align:center;
	width: 100%;
	margin: 0 auto;
}
.show_lunbo img{
	max-width:100%;
}
.xq {
	line-height: 60px;
	background: #5e5e5e;
	text-indent: 2em;
	color: #fff;
	font-size: 16px;
	margin-top: 75px;
	margin-bottom: 64px;
}

.jieshao p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	/*text-indent: 2em;*/
}
.jieshao img{max-width:100%}
.fanhui {
	display: block;
	width: 225px;
	height: 54px;
	font-size: 16px;
	line-height: 54px;
	border-radius: 50px;
	background: #0084e1;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}

/* 新闻列表 */

.leftb {
	margin-top: 10px;
	margin-left: 14px;
}

.goout {
	position: relative;
	bottom: 0;
	left: 14px;
	top: 612px;
}

.goout .go1 {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	background: #0084e1;
	color: #fff !important;
	margin-bottom: 20px;
}

.bt {
	width: 165px !important;
	color: #a3afb7 !important;
	font-size: 14px !important;
	text-align: left !important;
	line-height: 24px !important;
}

.prve {
	font-size: 16px !important;
	color: #666666 !important;
	text-align:left !important;
	border-radius: 0 !important;
	transition: all ease-in-out .5s;
}
.prve:hover{
	background: #0084e1;
	color: #fff !important;
	text-align: center !important;
	transition: all ease-in-out .5s;
}
.next:hover{
	background: #0084e1;
	color: #fff !important;
	text-align: center !important;
	transition: all ease-in-out .5s;
}
.next {
	width: 120px;
	height: 34px !important;
	line-height: 34px !important;
	text-align: left !important;
	/* background: #0084e1; */
	border-radius: 0 !important;
	color: #666666;
	margin-top:42px;
	transition: all ease-in-out .5s;
}

.list_left .leftb a {
	display: block;
	color: #666;
	font-size: 16px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	transition: all ease-in-out .3s;

}
.list_left .leftb .gooot a{
	margin-bottom: 20px;
}
.list_left .leftb .gooot a:hover{
	background: #0084e1;
	color: #fff;
}

.xuanzhong {
	background: #0084e1;
	color: #fff !important;
}

.list_right {
	width: 930px;
	margin: 0 auto;
/*	height: 1055px;*/
	overflow-y: auto;
	padding: 0 20px;
}

/*滚动条样式*/

.list_right::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.list_right::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.list_right::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.list_right ul li {
	width: 450px;
	float: left;
	margin-right: 20px;
	margin-bottom: 52px;
}

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

.list_newtop {
	width: 100%;
	height: 158px;
	overflow: hidden;
	
}

.list_newbo {
	margin-top: 30px;
}

.list_newtop img {
	width: 450px;
	height: 100%;

	transition: all ease-in-out .3s;
}
.list_right ul li:hover .list_newtop img{
	transform: scale(1.2);
	transition: all ease-in-out .3s;
}
.list_right ul li:hover .list_newbo .newtitle h3{
	color: #0084e1;
	transition: all ease-in-out .3s;
}
.list_right ul li:hover .list_newbo .newtitle p{
	color: #0084e1;
	transition: all ease-in-out .3s;
}


.newdata {
	width: 87px;
	border: 1px solid #d9d9d9;
	text-align: center;
	padding: 5px 0;
}

.newdata p {
	position: relative;
	font-size: 22px;
	color: #333;
	line-height: 40px;
}

.newdata p::after {
	position: absolute;
	content: '';
	background: #d9d9d9;
	width: 52px;
	height: 1px;
	bottom: -2px;
	left: 18px;
}

.newdata span {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.newtitle {
	width: 340px;
}

.newtitle h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 40px;
	transition: all ease-in-out .3s;
}

.newtitle p {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	transition: all ease-in-out .3s;
}

/* 页码 */

.page {
	text-align: center;
	margin-bottom: 70px;
}

.page a {
	display: inline-block;
	text-align: center;
	color: #666;
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
}

.left_jt {
	background: url(../le1.png)no-repeat 100% 100%;
}

.right_jt {
	background: url(../ri2.png)no-repeat 100% 100%;
}

.pageone {
	color: #fff !important;
	background: #ffa200 !important;
}

/* 新闻内页 */

.list_title {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}

.list_show .list_title h4 {
	font-size: 22px;
	color: #262626;
	line-height: 50px;
	margin-bottom: 14px;
}

.list_show .list_title a {
	font-size: 14px;
	color: #a3afb7;
	margin-left: 15px;
}

.list_content {
	margin-top: 35px;
}

.list_content p {
	text-indent: 2em;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.list_content img {
	margin: 20px 0;
}

/* 在线留言 */

.message_nr h3 {
	font-size: 22px;
	color: #262626;
	text-align: center;
	line-height: 60px;
}

.message_nr p {
	font-size: 16px;
	color: #666;
	text-align: center;
}

/* 留言代码 */

.guanyu1 {
	width: 100%;
	padding: 45px 0 90px 0;
}

.gaunyu1-con {
	color: #2e2e2e;
	line-height: 30px;
	margin-top: 30px;
	box-sizing: border-box;
}

.layui-form-item {
	margin-bottom: 15px;
	clear: both;
}

.layui-form-label {
	font-size: 16px;
	float: left;
	position: relative;
	display: block;
	padding: 9px 15px;
	width: 80px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
}

.layui-input-block {
	margin-left: 110px;
	position: relative;
	min-height: 36px;
}

.layui-input {
	font-size: 16px;
	display: block;
	padding-left: 10px;
	height: 38px;
	line-height: 1.3;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	width: 792px;
}

.layui-input-block {
	margin-left: 110px;
	min-height: 36px;
}

.layui-textarea {
	font-size: 16px;
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	border: 1px solid #e3e3e3;
	width: 792px;
}

.layui-textarea {
	display: block;
	resize: none;
}

.layui-btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #0084e1;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
	vertical-align: middle;
}

.layui-btn+.layui-btn {
	margin-left: 10px;
}

.layui-btn-primary {
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #555;
}
/* .show_nine{
	padding-top:60px;
} */
/* 产品展示页面 */

.gallery_nr {
	margin-bottom: 90px;
}
/* .quanbu{
	background: #0084e1 !important;
	border:1px solid #0084e1 !important;
color: #fff !important;
}
.nav li{
	background: #fff;
	color: #555555;
	font-size: 16px;
	text-align: center;
	width: 150px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin-right: 12px;
	border: 1px solid #b4b4b4;
	transition: all ease-in-out .5s;
}
.nav li:hover{
	background: #0084e1 !important;
	border: 1px solid #0084e1 !important;
color: #fff
}
.show_nine{
	margin-top: 25px;
}
.nav2{

}
.nav2 li{
height: 52px;
line-height: 52px;
text-align: center;
z-index: 999;
} */
.page_info{
	text-align: center;
}
        .nav2 {
            position: absolute;
            z-index: 888;
            box-shadow: 0 13px 30px -5px rgba(0, 0, 0, .2);
            width: 180px;

        }

        .nav2 ul li {
            width: 100% !important;

        }

        .caidan ul.nav li .nav2 li a {
            height: 60px;
            line-height: 60px;
        }


        .nav2 li a h3 {
            font-size: 15px;
            color: #555;
            line-height: 30px;
            position: relative;
            top: 7px;
            width: 90%;
            margin: 0 auto;
            transition: all ease-in-out .3s;

        }

        .nav3 {
            box-shadow: 0 13px 30px -5px rgba(0, 0, 0, .2);
            z-index: 999;
        }

        .nav3 li a h4 {
            font-size: 15px;
            color: #555;
            line-height: 30px;
            position: relative;
            top: 7px;
            width: 90%;
            margin: 0 auto;
            transition: all ease-in-out .3s;
        }

        .nav2 li a:hover h3 {
            background: #0084e1;
            color: #fff;
            transition: all ease-in-out .3s;

        }

        .nav3 li a:hover h4 {
            background: #ffa200;
            color: #fff;
            transition: all ease-in-out .3s;
        }


        .nav2 li a {

            background: #fff !important;
            color: #555 !important;
        }

        .nav3 li a {
            background: #fff !important;
            color: #555 !important;
            width: 150px;
            text-align: center;
        }

        .caidan ul.nav li {
            width: 240px;
            text-align: center;
			margin-bottom:10px;
        }

        .caidan ul.nav&gt;li {
            float: left;
        }

        .caidan ul.nav li a {
            display: block;
            height: 46px;
            line-height: 46px;
        }

        .caidan ul.nav&gt;li&gt;a {
            background: #fff;
            font-size: 16px;
            font-weight: normal;
            color: #555 !important;
            width: 200px;
            text-align: center;
            border: 1px solid #b4b4b4;
        }

        .caidan ul.nav&gt;li&gt;ul&gt;li a {
            font-size: 16px;
            color: #fff;
            font-weight: normal;
            /* width: 150px; */
            text-align: center;

        }

        .caidan ul.nav&gt;li a:hover,
        .choice {
            background: #0084e1;
            color: #fff !important;
        }

        .caidan ul.nav .nav2 .nav3 li a:hover {
            /* background: #ffa200 !important; */
        }

        .caidan ul&gt;li&gt;ul {
            display: none;
        }

        .caidan ul&gt;li.on&gt;ul {
            display: block;
        }

        .caidan ul.nav li {
            position: relative;
        }

        .caidan ul.nav&gt;li&gt;ul&gt;li ul {
            position: absolute;
            top: 0;
            right: -144px;
        }

        .caidan ul.nav span.sub {
            position: absolute;
            display: block;
            right: 25px;
            top: 18px;
            width: 5px;
            height: 9px;
            background: url(../arrows.png) no-repeat center center;
        }
.details_content{

}
.details_content h3{
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.details_content .shijian{
    text-align: center;
    border-top: dashed 1px #dddddd;
    border-bottom: dashed 1px #dddddd;
    height: 60px;
    line-height: 60px;
    margin-top: 32px;
}
.details_content .shijian span{
    font-size: 14px;
    color: #888888;
    margin: 0 19px;
}
.details_content .product_details_img{
    position: relative;
    margin-top: 50px;
}
.details_content .product_details_img .left_button{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/arrow5_1.png) no-repeat;
    position: absolute;
    top: calc(50% - 22px);
    left: 62px;
    transition: all 0.2s ease-in-out;
}
.details_content .product_details_img .left_button:hover{
    background: url(../img/arrow5_2.png) no-repeat;
}
.details_content .product_details_img .right_button{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/arrow6_1.png) no-repeat;
    position: absolute;
    top: calc(50% - 22px);
    right: 62px;
    transition: all 0.2s ease-in-out;
}
.details_content .product_details_img .right_button:hover{
    background: url(../img/arrow6_2.png) no-repeat;
}
.details_content .product_details_img img{
    display: block;
    width: 568px;
    height: 427px;
    margin: auto;
    border: solid 1px #eeeef0;
}
.label_nav{
    border-bottom: solid 1px #dedfe0;
    margin-top: 50px;
}
.label_nav h4{
    width: 137px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    margin-right: 2px;
}
.label_nav h4:nth-child(1){
    background-color:#4e70c3;
    color:#fff;
}
.label_nav h4:nth-child(2){
    background-color:#f1940f;
    color:#fff;
}
.label_page_each{
    padding: 10px 18px 70px 18px;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    text-align: justify;
}
.label_page_each img{
    width: 100%;
}
.details_bottom{
    border-top: dashed 1px #dddddd;
    border-bottom: dashed 1px #dddddd;
    height: 126px;
}
.details_bottom .float_r{
    width: 410px;
    padding-top: 20px;
}
.details_bottom .float_r a{
    display: block;
    font-size: 14px;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    line-height: 40px;
}
.details_bottom .float_r a span{
    font-weight: 600;
}
.details_bottom .float_l{
    padding-top: 42px;
}
.details_bottom .float_l span{
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    float: left;
    line-height: 36px;
    margin-left: 20px;
}
.toolbar {
	width:52px;
	position:fixed;
	right:5%;
	top:44%;
	z-index:999
}
.toolbar dd {
	width:51px;
	height:51px;
	margin-bottom:1px;
	position:relative;
	-webkit-border-radius:100%;
	border-radius:100%;
	margin-top:4px;
	border:#ebebeb solid 1px;
	background-color:#fff;
	-webkit-border-radius:100%;
	border-radius:100%
}
.toolbar dd i {
	width:51px;
	height:51px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	text-align:center;
	-webkit-border-radius:100%;
	border-radius:100%
}
.toolbar dd i span {
	width:35px;
	height:35px;
	display:block;
	margin:8px 0 0 8px;
	background:url(../rightFixIcon.png) no-repeat 0 0
}
.toolbar dd.gottop {
	display:none
}
.toolbar .slide-tel {
	display:block;
	width:0;
	height:53px;
	line-height:53px;
	font-size:24px;
	font-weight:700;
	font-family:arial;
	color:#fff;
	position:absolute;
	padding:0 0 0 53px;
	top:-1px;
	right:-2px;
	-webkit-border-radius:50px;
	border-radius:50px;
	overflow:hidden
}
.toolbar .pop {
	position:absolute;
	right:90px;
	top:-65px;
	background:#06a3e8;
	display:none
}
.toolbar .pop-code {
	width:160px
}
.toolbar .pop-code img {
	width:120px;
	height:120px;
	display:block;
	padding:20px 20px 0
}
.toolbar .pop-code h3 {
	height:52px;
	line-height:26px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:400;
	white-space:nowrap
}
.toolbar .pop-code h3 b {
	display:block;
	font-size:14px;
	font-weight:400
}
.toolbar .qq span {
	background-position:-35px -47px
}
.toolbar .qq a {
	width:52px;
	height:52px;
	cursor:pointer;
	display:block
}
.toolbar .qq:hover {
	background-color:#06a3e8;
	border-radius:100%
}
.toolbar .qq:hover span {
	background-position:0 -47px
}
.toolbar .tel span {
	background-position:-35px 0
}
.toolbar .tel:hover {
	background:#06a3e8
}
.toolbar .tel:hover span {
	background-position:0 0
}
.toolbar .code span {
	background-position:-35px -95px
}
.toolbar .code:hover {
	background-color:#06a3e8;
	border-radius:100%
}
.toolbar .code:hover span {
	background-position:0 -95px
}
.toolbar .top span {
	background-position:-35px -142px
}
.toolbar .top:hover {
	background-color:#06a3e8;
	border-radius:100%
}
.toolbar .top:hover span {
	background-position:0 -142px
}</pre></body></html>