@charset "utf-8";
body{ font-family:Arial,"Microsoft YaHei"; font-size:16px;  color:#5d5d5d;}
*{ margin:0; padding:0;}
img{ border:none;}
ul,li{ list-style:none;}
a{ color:inherit; text-decoration:none; transition: all 0.3s ease 0s;}
a:hover{ color:#307fc4;}






/* 首页 */


.about{ width:100%; padding:76px 0 76px 0; clear:both;}
.a_left{ width:389px; height:487px; overflow:hidden; border-radius:14px 0 14px 0;}
.a_left img{ max-width:100%; max-height:100%; transition:all 1s;}
.a_left img:hover{ transform:scale(1.2);}

.a_right{ width:735px;}
.a_right h1 {
    color: #f2f1f1;
    text-transform: uppercase;
    font-size: 114px;
	margin:29px 0 0 -3px;
	transform: scale(1,1.05);
	opacity: 0.4;
	letter-spacing: -2px;
}
.a_right h2 {
    margin: 1px 0 0 -2px;
    position: relative;
    font-size: 35px;
	color:#3b3b3b;
}
.a_right h2 span{ font-weight:normal;}
.a_line{ width:120px; height:1px; background:#008b8d; margin:21px 0 0 0;}
.a_right h4{ font-size:20px; color:#3b3b3b; font-weight:normal; margin:29px 0 15px 2px;}
.a_intro{ font-size:15px; line-height:26px; color:#3b3b3b; margin:0 0 0 2px; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:5;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.a_more{ font-size:15px; color:#fff; padding:8px 48px 9px 48px; margin:27px 0 23px 0; display:inline-block; background:#307fc4;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.a_more:after, .a_more:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -1;
    background-color: #000;
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.a_more:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
}
.a_more:hover:after, .a_more:hover:before{ width:calc(50% + 1px); height:100%;}
.a_more:hover{ color:#fff;}

.a_right h3{ font-size:35px; color:#3b3b3b; opacity: 0.1; line-height:40px; margin:0 0 0 2px;}


.product{ width:100%; padding:97px 0 57px 0; clear:both; text-align:center; background: url(../images/pro_bj.jpg) no-repeat center bottom #f6f6f6;}
.icon img{ transition: all 0.6s linear;}
.icon:hover img{ transform: rotateY(360deg);}

.product h1{ font-size:35px; color:#000; margin:33px 0 24px 0;}
.product h1 span{ font-weight:normal;}
.product p{ font-size:20px; color:#959595; line-height:35px;}
.pro_sort{ font-size:40px; color:#fff; background:#307fc4; border-radius:40px; margin:47px auto 76px auto; padding:26px 111px; display: inline-block;
  border: 3px solid #307fc4;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight:bold;
}
.pro_sort:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pro_sort:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pro_sort:hover {
  color: #307fc4;
}

.product ul{ width:819px; margin:0 auto;}
.product ul li{ font-size:17px; color:#fff; border-bottom:solid 1px #fff; line-height:70px; height:70px; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.product ul li a:hover{ color:#e3a131;}


.introduction{ width:100%; padding:63px 0 0 0; clear:both; text-align:center;}
.introduction h1{ font-size:25px; color:#292929; margin:0; font-weight:normal;}
.introduction h2{ font-size:40px; color:#292929; margin:23px 0 34px 0;}

.introduction ul li{ width:30.4%; background:#32bdc0; transition:all 0.5s; margin:20px 0; position: relative; overflow: hidden;}
.introduction ul li:before,
.introduction ul li:after{
	position: absolute;
	height: 180px;
	width: 180px;
	right: -10px;
	top: -75px;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 9;
	opacity: .30;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	content: "";
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.introduction ul li:hover:before{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: .10;
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.introduction ul li:hover:after{
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	opacity: .10;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.introduction ul li:hover{ padding:10px 20px; margin:10px 0;}
.introduction ul li:nth-child(2){ background:#e3a131;}
.introduction ul li:nth-child(3){ background:#6bbd3f;}

.introduction h3{ font-size:25px; color:#fff; font-weight:normal; margin:46px 0 0 0; position: relative; padding-bottom: 22px;}
.introduction h3:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	height:4px;
	width:55px;
	background:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	margin:0 auto;
}
.introduction ul li:hover h3:before{
	width:90px;
}

.introduction p{ font-size:15px; color:#fff; line-height:25px; margin:18px 0 40px 0; text-transform:uppercase;}
.intro_more{ font-size:15px; color:#32bdc0; padding:4px 37px 4px 38px; margin-bottom:46px; border-radius:15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
	overflow: hidden;
    z-index: 0;
}
.intro_more:hover { color: #fff!important;}
.intro_more:before, .intro_more:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
    z-index: -1;
	border-radius:15px;
}
.intro_more:before{
    opacity: 0;
    transform: scale(0.1, 0.1);
    border: 2px solid #fff;
}
.intro_more::after{
    background: #fff;
}
.intro_more:hover::before{
    opacity: 1;
    transform: scale(1, 1);
}
.intro_more:hover::after {
    opacity: 0;
    transform: scale(0, 0);
}

.introduction ul li:nth-child(2) .intro_more{ color:#e3a131;}
.introduction ul li:nth-child(3) .intro_more{ color:#6bbd3f;}


.news{ width:100%; padding:44px 0 8px 0; clear:both;}
.news_l{ width:27%;}
.news_l h1 {
    color: #f2f1f1;
    text-transform: uppercase;
    font-size: 87.5px;
	margin:43px 0 0 -6px;
	transform: scale(1,1.1);
}
.news_l h2 {
    margin: 4px 0 0 2px;
    position: relative;
    font-size: 40px;
	color:#3b3b3b;
}
.news_l h2 span{ font-weight:normal;}
.news_line{ width:91px; height:2px; background:#008c91; margin:29px 0 27px 0;}
.news_l p{ font-size:17px; color:#646464; line-height:30px;}

.news ul{ width:58.2%;}
.news ul li{ width:100%; margin:0 0 43px 0; padding:17px 0 14px 0; position: relative; overflow: hidden;}
.news ul li:before {
  background:rgba(48,127,196,0.8);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0) rotate(10deg);
          transform: translate(-100%, 0) rotate(10deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.5s -webkit-transform ease-out;
  transition: 0.5s -webkit-transform ease-out;
  transition: 0.5s transform ease-out;
  transition: 0.5s transform ease-out, 0.5s -webkit-transform ease-out;
  z-index:-1;
}
.news ul li:hover:before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.news ul li:hover h3, .news ul li:hover h4, .news ul li:hover h5, .news ul li:hover p{ color:#fff;}
.news ul li:hover .date_line{ background:#fff;}

.n_left{ width:14%; text-align:center;}
.n_left h3{ font-size:40px; color:#959595; margin: 9px 0 0 0; font-weight:normal;}
.date_line{ width:57px; height:1px; background:#c5c5c5; margin:14px auto 5px auto;}
.n_left h4{ font-size:16px; color:#959595; margin:0; font-weight:normal;}
.n_right{ width:82.5%; margin-right:2.4%;}
.n_right h5{ font-size:18px; color:#000000; font-weight:normal; margin:0 0 5px 0; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_right p{ font-size:14px; color:#686868;}




/* 内页 */
.f_abou{ background:url(../images/f_abou.jpg) no-repeat center; width:100%; height:300px;}
.f_prod{ background:url(../images/f_prod.jpg) no-repeat center; width:100%; height:300px;}
.f_core{ background:url(../images/f_core.jpg) no-repeat center; width:100%; height:300px;}
.f_sust{ background:url(../images/f_sust.jpg) no-repeat center; width:100%; height:300px;}
.f_serv{ background:url(../images/f_serv.jpg) no-repeat center; width:100%; height:300px;}
.f_news{ background:url(../images/f_news.jpg) no-repeat center; width:100%; height:300px;}
.f_cont{ background:url(../images/f_cont.jpg) no-repeat center; width:100%; height:300px;}
.f_stat{ background:url(../images/f_stat.jpg) no-repeat center; width:100%; height:300px;}
.f_equi{ background:url(../images/f_equi.jpg) no-repeat center; width:100%; height:300px;}


.location{ width:100%; padding:12px 0; clear:both; border-bottom:solid 1px #eee; font-size:15px;}
.location span{ color:#307fc4;}


.inside{ width:100%; padding:50px 0 70px 0; clear:both; line-height:30px;}
.inside h1 {
  font-size: 36px;
  color: #000;
  text-align:center;
  margin:0 0 60px 0;
  letter-spacing:2px;
  width:100%;
}
.inside h1 span {
    position: relative;
    color: #307fc4;
}
.inside h1 span::before {
    position: absolute;
    content: '';
    background-image: url(../images/shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 8px;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* 翻页 */
.contentPage { color: #307fc4; text-align:center; padding-top:30px; clear:both; width:100%;}
.contentPage .zi { font-size:12px; font-weight:bold; float:none!important;}
.contentPage a { color: #307fc4; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #307fc4;}
.contentPage a:hover { color:#FFF; background-color:#307fc4;}
.contentPage .current { font-size: 12px; margin:0px 3px; padding:4px 7px;}


/* sort_left */
.sort_left {
    background: #f5f5f5;
    padding: 35px 2.5%;
    border-radius: 10px;
	width:22%;
}
.sort_left h2 {
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 20px;
	color:#307fc4;
}
.sort_left ul li {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 5px 20px;
    border-radius: 5px;
}
.sort_left ul li a{ display: block;}
.sort_left ul li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .05);
	color:#307fc4;
}
.sort_left ul li span {
    position: absolute;
    top: 45%;
    right: 20px;
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 25px;
}
.sort_left ul li:hover span {
    transform: translateY(-50%) scale(1);
	color:#307fc4;
}


/* 简介 */
.about_in {
    border-radius: 10px;
    padding: 20px 3%;
	border: 1px solid #ece3e3;
}


/* 产品 */
.sort_top{ width:100%; margin-bottom:40px;}
.sort_top ul{ justify-content: center;}
.sort_top ul li{ width:24%; border-radius:25px; font-size:18px; font-weight:600; margin: 0 1.5%;}
.sort_name{ display:block;
padding:8px 0;
position:relative;
z-index:0;
text-align:center;}
.sort_name:after{content:"";
position:absolute;
top:0;
left:0;
width:0;
height:100%;
background:-webkit-gradient(linear,left top,right top,from(#5998cf),to(#97bee1));
background:-webkit-linear-gradient(left,#5998cf,#97bee1);
background:-o-linear-gradient(left,#5998cf,#97bee1);
background:linear-gradient(90deg,#5998cf,#97bee1);
border-radius:25px;
-webkit-transition:all .3s ease-in;
-o-transition:all .3s ease-in;
transition:all .3s ease-in;
z-index:-1;}
.sort_name:hover{color:#fff;}
.sort_name:hover:after{width:100%;}

.zz1{ background:linear-gradient(90deg,#5998cf,#97bee1); color:#FFFFFF;}
.zz2{ background:#f5f5f5; color:#307fc4;}


.table-list {
    width: 100%;
    border-collapse: collapse;
	text-align:center;
}
.table-list thead tr {
    background: #307fc4;
}
.table-list thead tr th:first-child {
    border-radius: 6px 0px 0px 6px;
}
.table-list thead tr th:last-child {
    border-right: none;
    border-radius: 0px 6px 6px 0px;
}
.table-list thead tr th {
    padding: 10px 1%;
    color: #fff;
    border-right: 1px solid #e8e8e8;
}

.table-list tbody tr {
    border-bottom: 1px solid #e8e8e8;
}
.table-list tbody tr td {
    padding: 15px 1%;
    border-right: 1px solid #e8e8e8;
	width:20%;
}
.table-list tbody tr td:first-child { text-align:left; width:36%;}
.table-list tbody tr td:last-child {
    border-right: none;
}

.right_in{ width:69.5%;}

.pro_detail {
    border-radius: 10px;
    padding: 20px 3%;
	border: 1px solid #ece3e3;
}
.pro_detail h4 {
    padding: 0 0 20px 0;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
	color:#000;
	font-size:18px;
}
.pro_detail h4::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 120px;
    height: 2px;
    background: #307fc4;
}
.pro_detail ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.pro_detail ul li h5 {
	font-size:16px;
}
.pro_detail ul li p {
    width: 75%;
    text-align: right;
}


/* page_in */
.page_in {
  padding: 20px 3%;
  margin-top: 30px;
  border: 1px solid #ece3e3;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.arrow-icon {
  border: 1px solid #307fc4;
  border-radius: 50%;
  color: #307fc4;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display:block;
}
.arrow-icon:hover {
  color: #fff;
  background: #307fc4;
}
.arrow-icon_none{
  border: 1px solid #b9b3b3;
  border-radius: 50%;
  color: #b9b3b3;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  display:block;
}
.middle-icon { background:url(../images/back1.jpg) no-repeat center; width:27px;}
.middle-icon:hover { background:url(../images/back2.jpg) no-repeat center;}


/* 新闻 */
.news_in ul li {
    display: flex;
    align-items: center;
    padding: 30px 2.5%;
    -webkit-box-shadow: 0 0 30px -5px rgba(51,51,51,.15);
    box-shadow: 0 0 30px -5px rgba(51,51,51,.15);
    border-radius: 10px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
	width:43%;
	margin:30px 0 20px 0;
}
.news_in ul li:nth-child(1), .news_in ul li:nth-child(2){ margin-top:0;}
.date_img {
    border-radius: 10px;
    margin-right: 5%;
    overflow: hidden;
	width:30%;
	height:90px;
	display: table;
	background:url(../images/news.jpg) no-repeat center;
	background-size: 100%;
}
.date_img img {
    width: 100%;
	height:100%;
	object-fit: cover;
}
.n_date {
    height: 100%;
    background: rgba(48,127,196,.75);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.n_date h3 {
    font-size: 30px;
}
.n_date h4 {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}
.n_txt{ width:65%;}
.n_txt h3 {
    font-size: 16px;
    color: #000;
	margin-bottom:10px;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.n_txt h3 a:hover{color: #e3a131;}
.n_txt p {
    line-height: 26px;
}
.n_more {
    position: absolute;
    bottom: -18px;
    right: 30px;
}
.more_btn {
    background: #307fc4;
    border-radius: 20px;
    color: #fff;
    padding: 3px 20px;
	display:inline-block;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	font-size:15px;
}
.more_btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background-color: rgba(30, 30, 34, .10);
    content: "";
    border-radius: 20px;
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.more_btn:hover {
    color: #ffffff;
    background: #e3a131;
}
.more_btn:hover:before {
    transform: scale(1);
}

.news_in ul li:hover{-webkit-box-shadow:0 0 30px -5px rgba(51,51,51,.45);box-shadow:0 0 30px -5px rgba(51,51,51,.45)}
.news_in ul li:hover .n_txt h3 {color: #e3a131;}

.news_detail {
    border-radius: 10px;
    padding: 20px 3%;
	border: 1px solid #ece3e3;
}
.news_detail h4 {
    padding: 0 0 12px 0;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
	color:#000;
	font-size:18px;
	text-align:center;
}
.news_detail h4::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
	right:0;
    width: 70px;
    height: 2px;
    background: #307fc4;
	margin:0 auto;
}
.news_detail h5{ font-size:15px; color:#b9b3b3; font-weight:normal; text-align:center; margin:8px 0 20px 0;}


/*厂貌*/
*{ margin:0; padding:0;font-family:Arial,"Microsoft YaHei";}
.fac_kaung{float:left; width:364px;
    
     margin-bottom:40px; margin-left:16px; margin-right:16px;}
.fac_tip{width:352px;  padding: 5px; border: #CC9900 1px dotted; background: #eee; border-radius: 8px;
    }
.fac_tip .fac_pic{ width:350px; height:260px; overflow:hidden;}
.fac_tip .fac_pic img{ width:352px; height:260px;transform: scale(1);transition: all 1s ease-out;}
.fac_tip:hover .fac_pic img{transform: scale(1.1);}

.fac_kaung .fac_p1{ font-size:13px; color:#333; text-align:center; margin-top:6px;}



/* 联系 */
.con_in {
    border: 5px solid #eee;
    padding: 40px 4%;
    width: 90.5%;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	margin-bottom: 50px;
}
.con_in h3{ font-size:22px; margin-bottom:20px; color:#000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.con_in::after{
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #307fc4;
     -webkit-transform: perspective(400px) rotateX(-90deg);
     -moz-transform: perspective(400px) rotateX(-90deg);
     -ms-transform: perspective(400px) rotateX(-90deg);
     -o-transform: perspective(400px) rotateX(-90deg);
     transform: perspective(400px) rotateX(-90deg);
     -webkit-transform-origin: top;
     -moz-transform-origin: top;
     -ms-transform-origin: top;
     -o-transform-origin: top;
     transform-origin: top;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
	 z-index:-1;
}
.con_in:hover::after {
     -webkit-transform: perspective(400px) rotateX(0deg);
     -moz-transform: perspective(400px) rotateX(0deg);
     -ms-transform: perspective(400px) rotateX(0deg);
     -o-transform: perspective(400px) rotateX(0deg);
     transform: perspective(400px) rotateX(0deg);
}
.con_in:hover, .con_in:hover h3, .con_in:hover a{ color: #fff;}
.con_in a{ color: #5d5d5d;}
.con_table{ width:48%;}
.con_table td{ padding:0 0 10px 0;}
.map{ width:99%;}


.mobile_daohang{ display:none;}
.tbottom{ display:none;}
.bottomNav{ display:none;}
.htmleaf-container_wap{ display:none;}



@media all and (max-width:640px){
.mobile_daohang{ display:block;}
.head{ display:none;}
.htmleaf-container_pc{ display:none;}
.htmleaf-container_wap{ display:block;}


.wrap{ width:90%; margin:0 auto;}


/* 首页 */
.about{ width:100%; padding:0px 0 41px 0; clear:both;}
.a_left{ width:100%; height:auto; overflow:hidden; border-radius:14px 0 14px 0; display:none;}
.a_left img{ max-width:100%; max-height:100%; transition:all 1s;}
.a_left img:hover{ transform:scale(1.2);}

.a_right{ width:100%;}
.a_right h1 {
    color: #f2f1f1;
    text-transform: uppercase;
    font-size: 78px;
	margin:59px 0 0 -3px;
	transform: scale(1,1.05);
	opacity: 0.4;
	letter-spacing: -2px;
}
.a_right h2 {
    margin: -6px 0 0 -2px;
    position: relative;
    font-size: 24px;
	color:#3b3b3b;
}
.a_right h2 span{ font-weight:normal;}
.a_line{ width:82px; height:1px; background:#008b8d; margin:13px 0 0 0;}
.a_right h4{ font-size:18px; color:#3b3b3b; font-weight:normal; margin:23px 0 11px 2px;}
.a_intro{ font-size:15px; line-height:26px; color:#3b3b3b; margin:0 0 0 2px; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:5;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.a_more{ font-size:15px; color:#fff; padding:5px 34px 6px 34px; margin:21px 0 23px 0; display:inline-block; background:#307fc4;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.a_more:after, .a_more:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -1;
    background-color: #000;
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.a_more:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
}
.a_more:hover:after, .a_more:hover:before{ width:calc(50% + 1px); height:100%;}
.a_more:hover{ color:#fff;}

.a_right h3{ font-size:24px; color:#3b3b3b; opacity: 0.1; line-height:30px; margin:0 0 0 2px;}


.product{ width:100%; padding:42px 0 42px 0; clear:both; text-align:center; background: url(../images/pro_bj.jpg) no-repeat center bottom #f6f6f6; background-size: 370%;}
.icon img{ transition: all 0.6s linear; width:60px;}
.icon:hover img{ transform: rotateY(360deg);}

.product h1{ font-size:24px; color:#000; margin:23px 0 14px 0;}
.product h1 span{ font-weight:normal;}
.product p{ font-size:16px; color:#959595; line-height:26px;}
.pro_sort{ font-size:24px; color:#fff; background:#307fc4; border-radius:40px; margin:31px auto 46px auto; padding:12px 57px; display: inline-block;
  border: 3px solid #307fc4;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight:bold;
}
.pro_sort:before { display:none;}
.pro_sort:hover:before {}
.pro_sort:hover {
  color: #fff;
}

.product ul{ width:100%; margin:0 auto;}
.product ul li{ font-size:16px; color:#fff; border-bottom:solid 1px #fff; line-height:50px; height:50px; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.product ul li a:hover{ color:#e3a131;}


.introduction{ width:100%; padding:39px 0 0 0; clear:both; text-align:center;}
.introduction h1{ font-size:16px; color:#292929; margin:0; font-weight:normal;}
.introduction h2{ font-size:24px; color:#292929; margin:7px 0 18px 0;}

.introduction ul li{ width:100%; background:#32bdc0; transition:all 0.5s; margin:18px 0; position: relative; overflow: hidden;}
.introduction ul li:before,
.introduction ul li:after{
	position: absolute;
	height: 180px;
	width: 180px;
	right: -10px;
	top: -75px;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 9;
	opacity: .30;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	content: "";
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.introduction ul li:hover:before{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: .10;
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.introduction ul li:hover:after{
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	opacity: .10;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.introduction ul li:hover{ padding:10px 20px; margin:10px 0;}
.introduction ul li:nth-child(2){ background:#e3a131;}
.introduction ul li:nth-child(3){ background:#6bbd3f;}

.introduction h3{ font-size:20px; color:#fff; font-weight:normal; margin:32px 0 0 0; position: relative; padding-bottom: 16px;}
.introduction h3:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	height:3px;
	width:45px;
	background:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	margin:0 auto;
}
.introduction ul li:hover h3:before{
	width:90px;
}

.introduction p{ font-size:15px; color:#fff; line-height:25px; margin:16px 0 30px 0; text-transform:uppercase;}
.intro_more{ font-size:15px; color:#32bdc0; padding:4px 34px 4px 35px; margin-bottom:36px; border-radius:15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
	overflow: hidden;
    z-index: 0;
    background: #fff;
}
.intro_more:hover { color: inherit!important;}
.intro_more:before, .intro_more:after { display:none;}
.intro_more:before{}
.intro_more::after{}
.intro_more:hover::before{}
.intro_more:hover::after {}

.introduction ul li:nth-child(2) .intro_more{ color:#e3a131;}
.introduction ul li:nth-child(3) .intro_more{ color:#6bbd3f;}


.news{ width:100%; padding:35px 0 8px 0; clear:both;}
.news_l{ width:100%;}
.news_l h1 {
    color: #f2f1f1;
    text-transform: uppercase;
    font-size: 55.5px;
	margin:0px 0 0 -6px;
	transform: scale(1,1.1);
}
.news_l h2 {
    margin: -5px 0 0 2px;
    position: relative;
    font-size: 24px;
	color:#3b3b3b;
}
.news_l h2 span{ font-weight:normal;}
.news_line{ width:57px; height:2px; background:#008c91; margin:19px 0 17px 0;}
.news_l p{ font-size:16px; color:#646464; line-height:26px;}

.news ul{ width:100%; margin:30px 0 0px 0;}
.news ul li{ width:100%; margin:0 0 30px 0; padding:0px 0 0px 0; position: relative; overflow: hidden;}
.news ul li:before {
  background:rgba(48,127,196,0.8);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0) rotate(10deg);
          transform: translate(-100%, 0) rotate(10deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.5s -webkit-transform ease-out;
  transition: 0.5s -webkit-transform ease-out;
  transition: 0.5s transform ease-out;
  transition: 0.5s transform ease-out, 0.5s -webkit-transform ease-out;
  z-index:-1;
}
.news ul li:hover:before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.news ul li:hover h3, .news ul li:hover h4, .news ul li:hover h5, .news ul li:hover p{ color:#fff;}
.news ul li:hover .date_line{ background:#fff;}

.n_left{ width:auto; text-align:center;}
.n_left h3{ font-size:30px; color:#959595; margin: 9px 0 0 0; font-weight:normal;}
.date_line{ width:54px; height:1px; background:#c5c5c5; margin:10px auto 5px auto;}
.n_left h4{ font-size:15px; color:#959595; margin:0; font-weight:normal;}
.n_right{ width:76%; margin-right:0%;}
.n_right h5{ font-size:16px; color:#000000; font-weight:normal; margin:0 0 2px 0; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_right p{ font-size:14px; color:#686868; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}


.foot{ width:100%; background:#636363; padding:35px 0 38px 0; clear:both; color:#FFFFFF;}
.foot a{
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 89% / 0px 1px no-repeat;
	padding-bottom:5px;
}
.foot a:hover{ color:#FFFFFF; background-size: 100% 1px;}

.foot_1{ width:100%;}
.f_logo{ margin:0 0 28px 0;}
.foot_1 p{ font-size:15px; line-height:26px;}

.foot_2{ width:100%; margin:30px 0% 0 0;}
.f2_l{ width:15%;}
.f2_r{ width:80%; font-size:15px; line-height:26px;}
.f2_r h3{ font-size:18px; font-weight:normal; margin:2px 0 7px 0;}
.foot_2:hover .f2_l img{
  animation-name: animation-pulse-shrink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.ewm{ display:none;}


/* 内页 */
.f_abou{ background:url(../images/f_abou.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_prod{ background:url(../images/f_prod.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_core{ background:url(../images/f_core.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_sust{ background:url(../images/f_sust.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_serv{ background:url(../images/f_serv.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_news{ background:url(../images/f_news.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_cont{ background:url(../images/f_cont.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_stat{ background:url(../images/f_stat.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}
.f_equi{ background:url(../images/f_equi.jpg) no-repeat center; width:100%; height:150px; background-size: 270%;}


.location{ width:100%; padding:8px 0; clear:both; border-bottom:solid 1px #eee; font-size:15px;}
.location span{ color:#307fc4;}


.inside{ width:100%; padding:35px 0 45px 0; clear:both; line-height:30px;}
.inside h1 {
  font-size: 24px;
  color: #000;
  text-align:center;
  margin:0 0 35px 0;
  letter-spacing:2px;
  width:100%;
}
.inside h1 span {
    position: relative;
    color: #307fc4;
}
.inside h1 span::before {
    position: absolute;
    content: '';
    background-image: url(../images/shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 8px;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	background-size: 70%;
}


/* sort_left */
.sort_left { display:none;}


/* 简介 */
.about_in {
    border-radius: 10px;
    padding: 20px 7%;
	border: 1px solid #ece3e3;
}
.about_in img{ float:none!important; margin-bottom: 15px;}


/* 产品 */
.sort_top{ width:100%; margin-bottom:20px;}
.sort_top ul{ justify-content: center;}
.sort_top ul li{ width:100%; border-radius:25px; font-size:17px; font-weight:600; margin: 0 0 10px 0;}
.sort_name{ display:block;
padding:6px 0;
position:relative;
z-index:0;
text-align:center;}
.sort_name:after{ display:none;}
.sort_name:hover{color:#fff;}
.sort_name:hover:after{width:100%;}

.zz1{ background:linear-gradient(90deg,#5998cf,#97bee1); color:#FFFFFF;}
.zz2{ background:#f5f5f5; color:#307fc4;}


.table-list {
    width: 100%;
    border-collapse: collapse;
	text-align:center;
}
.table-list thead tr {
    background: #307fc4;
}
.table-list thead tr th:first-child {
    border-radius: 6px 0px 0px 6px;
}
.table-list thead tr th:nth-child(2) {
    border-right: none;
    border-radius: 0px 6px 6px 0px;
}
.table-list thead tr th:nth-child(3), .table-list thead tr th:nth-child(4){ display:none;}
.table-list thead tr th {
    padding: 10px 1%;
    color: #fff;
    border-right: 1px solid #e8e8e8;
}

.table-list tbody tr {
    border-bottom: 1px solid #e8e8e8;
}
.table-list tbody tr td {
    padding: 15px 1%;
    border-right: 1px solid #e8e8e8;
	width:30%;
}
.table-list tbody tr td:first-child { text-align:left; width:66%;}
.table-list tbody tr td:nth-child(2) { border-right: none;}
.table-list tbody tr td:nth-child(3), .table-list tbody tr td:nth-child(4){ display:none;}

table { width:100%!important;max-width:100%!important;}
table td{table-layout:fixed; word-break: break-all; overflow:hidden;}

.right_in{ width:100%;}

.pro_detail {
    border-radius: 10px;
    padding: 20px 7%;
	border: 1px solid #ece3e3;
}
.pro_detail h4 {
    padding: 0 0 20px 0;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
	color:#000;
	font-size:18px;
	line-height:26px;
}
.pro_detail h4::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 60px;
    height: 2px;
    background: #307fc4;
}
.pro_detail ul li {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}
.pro_detail ul li h5 {
	font-size:16px;
}
.pro_detail ul li p {
    width: 100%;
    text-align: left;
}


/* page_in */
.page_in {
  padding: 15px 5%;
  margin-top: 22px;
  border: 1px solid #ece3e3;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.arrow-icon {
  border: 1px solid #307fc4;
  border-radius: 50%;
  color: #307fc4;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display:block;
}
.arrow-icon:hover {
  color: #fff;
  background: #307fc4;
}
.arrow-icon_none{
  border: 1px solid #b9b3b3;
  border-radius: 50%;
  color: #b9b3b3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  display:block;
}
.middle-icon { background:url(../images/back1.jpg) no-repeat center; width:27px;}
.middle-icon:hover { background:url(../images/back2.jpg) no-repeat center;}


/* 新闻 */
.news_in ul li {
    display: flex;
    align-items: center;
    padding: 20px 5% 20px 5%;
    -webkit-box-shadow: 0 0 30px -5px rgba(51,51,51,.15);
    box-shadow: 0 0 30px -5px rgba(51,51,51,.15);
    border-radius: 6px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
	width:90%;
	margin:25px 0 10px 0;
}
.news_in ul li:nth-child(1){ margin-top:0;}
.news_in ul li:nth-child(2){ margin-top:25px;}
.date_img {
    border-radius: 6px;
    margin-right: 5%;
    overflow: hidden;
	width:25%;
	height:50px;
	display: table;
	background:url(../images/news.jpg) no-repeat center;
	background-size: 100%;
}
.date_img img {
    width: 100%;
	height:100%;
	object-fit: cover;
}
.n_date {
    height: 100%;
    background: rgba(48,127,196,.75);
    display: block;
    justify-content: center;
    align-items: center;
	text-align: center;
    color: #fff;
	line-height: 24px;
	padding: 5px 0;
}
.n_date h3 {
    font-size: 22px;
}
.n_date h4 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 0px;
}
.n_txt{ width:70%;}
.n_txt h3 {
    font-size: 15px;
    color: #000;
    -webkit-transition: .4s;
    transition: .4s;
	margin-bottom:0px;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.n_txt h3 a:hover{color: #e3a131;}
.n_txt p {
    line-height: 20px; font-size:14px;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.n_more {
    position: absolute;
    bottom: -15px;
    right: 20px;
}
.more_btn {
    background: #307fc4;
    border-radius: 20px;
    color: #fff;
    padding: 0px 15px;
	display:inline-block;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	font-size:14px;
}
.more_btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background-color: rgba(30, 30, 34, .10);
    content: "";
    border-radius: 20px;
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.more_btn:hover {
    color: #ffffff;
    background: #e3a131;
}
.more_btn:hover:before {
    transform: scale(1);
}

.news_in ul li:hover{-webkit-box-shadow:0 0 30px -5px rgba(51,51,51,.25);box-shadow:0 0 30px -5px rgba(51,51,51,.25)}
.news_in ul li:hover .n_txt h3 {color: #e3a131;}

.news_detail {
    border-radius: 10px;
    padding: 20px 7%;
	border: 1px solid #ece3e3;
}
.news_detail h4 {
    padding: 0 0 12px 0;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
	color:#000;
	font-size:18px;
	text-align:center;
	line-height: 26px;
}
.news_detail h4::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
	right:0;
    width: 70px;
    height: 2px;
    background: #307fc4;
	margin:0 auto;
}
.news_detail h5{ font-size:15px; color:#b9b3b3; font-weight:normal; text-align:center; margin:8px 0 20px 0;}


/* 联系 */
.con_in {
    border: 5px solid #eee;
    padding: 20px 7%;
    width: 87%;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	margin-bottom:35px;
}
.con_in h3{ font-size:18px; margin-bottom:10px; color:#000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.con_in::after{ display:none;}
.con_in:hover::after {}
.con_in:hover, .con_in:hover h3, .con_in:hover a{ color: inherit;}
.con_in a{ color: #5d5d5d;}
.con_table{ width:100%;}
.con_table td{ padding:0 0 10px 0;}
.map{ width:99%;}
}

.pro_list ul { margin-top:3%; width:100%; display:block; height:200px;margin-bottom:5%;}
.pro_list ul li { width:26%; margin:0.5% 1.5%;  border:1px solid #d9d9d9; padding:0px 2%; text-align:center; text-align:left; font-size:16px; color:#333; background:#f4f4f4; float:left;}
.pro_list ul li font {display: inline-block; float:left;transition:all 0.4s;}
.pro_list ul li span { width:25px; height:25px; background:#fff; border:1px solid #d9d9d9; text-align:center; line-height:25px; float:right; font-family:"黑体"; color:#999; margin-top:4%; border-radius:50%; transition:all 0.4s;}




.pro_list ul a:hover li { background:#0751ad; border:1px solid #0751ad; box-shadow:2px 2px 2px 2px rgba(0,0,0,.2);color:#fff;}
.pro_list ul a:hover li font { margin-left:2%;}
.pro_list ul a:hover li i { color:#fff;}
.pro_list ul a:hover li span { margin-right:2%;}