@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;
	float: left;
	height: 64px;
	line-height: 64px;
	width: 103px;
	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;
	visibility: hidden;
}
.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;
    	visibility: visible;
}
.seacha{
	height: 100%;
}


/* 
.sc {
	width: 230px;
	text-indent: 1.5em;
	font-size: 16px;
	color: #bfc0c0;
	border: none;
}

.btn{
	background: url(../images/lanf.png)no-repeat center center #fff;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
} */

.product_show {
	position: relative;
	background: url(../images/xjtd.png) no-repeat right -2px center;
}
.product_show:hover{
	background: url(../images/xjt.png) no-repeat right -2px center;
	transition: all ease-in-out .3s;
}

.xwzx {
	background: url(../images/xjtd.png) no-repeat right -2px center;
}
.xwzx:hover{
	background: url(../images/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;
}
.footer_img{
	width: 75%;
}
.footer_img img{
	width: 100%;
	height: 300px;
}
/* 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(../images/banner.png)no-repeat top center;*/
	height: 680px;
}

#ban .swiper-button-next {
	background: url(../images/right.png)no-repeat;
	right: 34px;
}

#ban .swiper-button-prev {
	background: url(../images/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(../images/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(../images/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(../images/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(../images/bg1.png) no-repeat top left; overflow:hidden;
}

.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(../images/zs.png) no-repeat center center;
}

.show_title p {
	color: #666;
	font-size: 16px;
	text-align: center;
}

.show_fenlei {
	text-align: center;
	margin: 30px 0 0px 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 10px 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: 30px;
	transition: all ease-in-out .3s;
}

.show_nine ul li:nth-child(3n) {
	margin-right: 0;
}

.nine_pic {
	position: relative;
	width: 99.7%;
	height: 285px;
	overflow: hidden; 
	border:1px solid #dadada;
}

.nine_pic::after {
	position: absolute;
	content: '';
	background: url(../images/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(../images/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;
}



/* 公共底部 */

.footer {
	padding: 50px 0 30px 0;
}

.top {
	height: 34px;
}

.footer_all {
	margin: 25px 0;
	padding-top:15px; padding-bottom:15px; background:url(../images/bg.jpg) repeat left top;
}

.footer_message {
	width: 20%;
	margin-left: 54px;
	padding: 10px 0;
}

.footer_message h3 {
	font-size: 22px;
	color: #333333;
	background: url(../images/ly.png)no-repeat left 270px 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: 300px;
	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: 628px;
}

.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(../images/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: 0;
	text-indent: 2em;
}

/* 产品展示 */
#showimg .swiper-button-prev{
	left: 200px !important;
	background: url(../images/l1.png)no-repeat;
	width: 35px;
	height: 72px;
}
#showimg .swiper-button-next{
	right: 200px !important;
	background: url(../images/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 {
	width: 50%;
	margin: 0 auto;
}

.xq {
	line-height: 60px;
	background: #5e5e5e;
	text-indent: 2em;
	color: #fff;
	font-size: 16px;
	margin-top:40px;
	margin-bottom: 30px;
}

.jieshao p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.jieshao img{ margin-top:5px; margin-bottom:10px;}
.jieshao h3{ font-size:20px; color:#0651a5; font-weight:bold; line-height:40px; margin-top:10px; margin-bottom:5px;}

.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: auto;
	line-height: 20px;
	padding-top:7px; padding-bottom:7px;
	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: 30px;
	margin-bottom: 52px;
}

.list_right ul li:nth-child(2n) {
	margin-right: 0;
}

.list_newtop {
	width: 100%;
	height:225px;
	overflow: hidden; border:1px solid #dadada;
	
}

.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: 66px;
	height: 66px;
	line-height: 66px;
	margin: 0 auto;
}

.left_jt {
	background: url(../images/le1.png)no-repeat 100% 100%;
}

.right_jt {
	background: url(../images/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;
}
